/* TABLE OF CONTENT
======================================
01. Main Styles
	01.1 White Text
	01.2 Titles
02. Bootstrap
	02.1 Align Center
	02.2 Tabs
	02.3.Buttons
	02.4 Labels
	02.5 Alerts
	02.6 Lightbox
	02.7 Pagination
	02.8 Progress Bars
03. Sidebars
	03.1 Content
	03.2 Main Sidebar
	03.3 Section
04. Header
	04.1 Logo Animation
	04.2 Logo Img
	04.3 Tranparency Menu
	04.4 Full Width Submenu
	04.5 Horizontal Menu
	04.6 Language Menu
	04.7 Mobile Menu
	04.8 Header Animation
	04.9 Passpartu
05. Slider
	05.1 Slider Text
	05.2 Slider Aligns
	05.3 Scroll Down
06. Shortcodes
	06.1 Icon Boxes
	06.2 Animation Blocks
		06.2.01 Iphone Animations
		06.2.02 Macbook Animation
	06.3 Browsers Images
	06.4 Team
	06.5 Sliders
	06.6 News Block
	06.7 Around Block
	06.8 Price
	06.9 Services Block
07. Footer
	07.1 To Top
	07.2 Map
08. Inside Pages
	08.1 Portfolio
	08.2 Pages Title
	08.3 Breadcrumbs
	08.4 Demos
	08.5 One Page Nav
	08.6 Blog
	08.7 Widgets
	08.8 Comments
	08.9 Masonry
	08.10 Projects
	08.11 Shop
	08.12 Tags
	08.13 Related Products
	08.14 Checkout
	08.15 Cart
	08.16 Single Products
	08.17 Restaurant

======================================
*/


/*===============================================*/
/* 01. Main Styles                               */
/*===============================================*/

body {
    color: #333333;
    font: 400 16px/25px Josefin Sans, Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.body_no_height {
    height: auto;
}
.body_no_height .qua_slider {
    height: 700px;
    height: 100vh;
}
a, a:hover, a:focus, a:active {
    color: #000000;
}
html {
    min-height: 100%;
    height: 100%
}
.clear {
    clear: both;
}
.qua_page {
    min-height: 100%;
    position: relative;
    height: 100%;
    left: 0;
}
.qua_page.qua_page_margin {
    min-height: 100%;
    position: relative;
    height: 100%;
    left: 0;
    margin-left: 5%;
    margin-right: 5%;
    box-shadow: 0px 46px 48px 7px #C9C9C9;
}
.qua_large_text {
    font: 400 18px/30px Open Sans, Arial;
}
.qua_over {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.qua_black .qua_over {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.qua_over_under {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1
}
.qua_image_bck {
    -webkit-background-size: cover;
    background-size: cover;
}
.qua_top_menu_mobile_link {
    display: none;
}
.qua_fix_mnu .qua_mobile_menu {
    top: 0;
    left: 0;
    background: #FFFFFF;
}
.qua_fix_mnu .qua_mobile_menu_hor {
    width: 100%;
    top: 0;
}
.qua_restaurant .qua_mobile_menu_hor {
    right: 34px;
    top: 34px;
}
.qua_restaurant .qua_mobile_menu_hor_padding.active {
    right: 34px;
    top: 34px;
}
/*Black Gradient Mnu*/
.qua_black .qua_mobile_menu {
    background-color: #481581;
    color: #FFFFFF;
}
/*Organic Mnu*/
.qua_organic .qua_mobile_menu {
    background-color: rgba(190, 200, 123, .6);
    color: #FFFFFF;
}
/*Restaurant Mnu*/
.qua_restaurant .qua_mobile_menu {
    top: 34px;
    left: 34px;
    background-color: #242424;
    background-image: url(../images/restaurant/bg_2.jpg);
}
/*Spa Mnu*/
.body_no_height.qua_spa .qua_mobile_menu {
    background-color: #D5D4FF;
    color: #FFFFFF;
    left: 24px;
    top: 24px;
}
/*Photo Mnu*/
.qua_photographer.qua_third_step .qua_mobile_menu {
    left: 0;
}
.qua_photographer.qua_third_step .qua_mobile_menu_hor_padding {
    width: 100%;
}
/*01.1 White Text*/
.qua_wht_txt {
    color: #FFFFFF;
}
.qua_wht_txt h2:after {
    background: rgba(255, 255, 255, 0.1);
}
.text-center .qua_wht_txt h3 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}
footer.qua_wht_txt h3 {
    max-width: 100%;
}
.qua_wht_txt .qua_icon_box_content {
    color: #FFFFFF;
}
.qua_wht_txt .qua_icon_box h4 {
    color: #FFFFFF;
}
.qua_wht_txt a, .qua_wht_txt a i {
    color: #FFFFFF;
}
.qua_wht_txt h3 {
    color: #FFFFFF;
}


/*Skins*/

.ti_spin {
    -webkit-animation: ti_spin 4s both infinite linear;
    animation: ti_spin 4s both infinite linear;
    display: inline-block;

}
@keyframes ti_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(320deg); }
}


.qua_skins {
    position: fixed;
    left: 0;
    width: 40px;
    background-color: #1D1D1D;
    top: 140px;
    z-index: 6;
    height: 40px;
    text-align: center;
    padding: 11px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border-radius: 0 20px 20px 0px;
}
.qua_skins i {
    color: #FFFFFF;
    margin-left: -3px;
}

.qua_skin_set {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #292929;
    padding: 27px 10px 30px;
    width: 200px;
    height: 200px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    transform: perspective(800px) translate3d(-80%, 0, 0);

}
.qua_skin_set.active {
    opacity: 1;
    transform: perspective(800px) translate3d(0, 0, 0);
}
.qua_skin_set span {
    display: inline-block;
    height: 29px;
    width: 29px;
    margin: 25px 2px 2px 0;
    border-radius: 20px;
}
.qua_skin_set span.qua_color_blue {
    background: #74B1FF
}
.qua_skin_set span.qua_color_orange {
    background: #FFB640;
}
.qua_skin_set span.qua_color_purpule {
    background: #260240;
}
.qua_skin_set span.qua_color_green {
    background: #5DC09C;
}
.qua_skin_set span.qua_color_lblue {
    background: #32C5D2;
}
.qua_skin_set span.qua_color_aqua {
    background: #8BA99D;
}
.qua_skin_set span.qua_color_grey {
    background: #41515B;
}
.qua_skin_set span.qua_color_red {
    background: #FF3838;
}
.qua_skin_set span.qua_color_default {
    background: #292929;
    border: 2px solid #1D1D1D;
    height: 30px;
    width: 30px;
}
/*01.2 Titles*/
h1.qua_h1_title {
    font: 900 44px Open Sans, Arial;
    text-transform: uppercase;
    line-height: 1.125;
    margin-top: 0;
}
h2 {
    font: 800 32px Open Sans, Arial;
    line-height: 1.125;
    margin-bottom: 40px;
    margin-top: 0;
}
.qua_great_titles h2 {
    font: 900 80px/82px Open Sans, Arial;
    text-transform: uppercase;
}
.qua_middle_titles h2 {
    font: 900 36px Open Sans, Arial;
    text-transform: uppercase;
}
.qua_thin_titles h2 {
    font: 300 44px Open Sans, Arial;
    text-transform: uppercase;
}
h2.qua_hensa {
    font: 300 180px hensa, Arial;
    text-transform: none;
    line-height: 150px;
}
.qua_blog h2.qua_hensa {
    font: 300 130px hensa, Arial;
    text-transform: none;
}
h2.qua_hensa_middle {
    font: 300 72px hensa, Arial;
    text-transform: none;
}
h2.qua_hensa:after {
    display: none;
}
h2:after {
    display: block;
    content: '';
    width: 112px;
    height: 2px;
    background: #000000;
    margin-top: 10px;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

h2:hover:after {
    width: 130px;
}
.text-center h2:after, h2.text-center:after {
    margin-left: auto;
    margin-right: auto;
}
.text-right h2:after, h2.text-right:after {
    margin-left: auto;
    margin-right: 0;
}
h2.noactive:after {
    width: 5%;
}
h2.active:after {
    width: 100%;
}
h3 {
    font: 400 18px/24px Josefin Sans, Arial;
    margin-bottom: 15px;
}
.qua_great_titles h3 {
    font: 100 20px/26px Josefin Sans, Arial;
    margin-bottom: 90px;
    max-width: 759px !important;
}
.qua_portfolio_full .qua_great_titles h3 {
    margin-bottom: 0;
}
h3.qua_hensa {
    font: 300 36px hensa, Arial;
}
.qua_content .text-center h3 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
}
.qua_content img {
    max-width: 100%;
}
.qua_slider_mh img {
    max-width: 100%;
    min-height: 600px;
    object-fit: cover;
}
h4 {
    margin: 20px 0;
}
/*Fonts Hensa*/

@font-face {
    font-family: 'hensa';
    src: url('../fonts/hensa/hensa-webfont.eot');
    src: url('../fonts/hensa/hensa-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hensa/hensa-webfont.woff2') format('woff2'),
    url('../fonts/hensa/hensa-webfont.woff') format('woff'),
    url('../fonts/hensa/hensa-webfont.ttf') format('truetype'),
    url('../fonts/hensa/hensa-webfont.svg#hensaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*===============================================*/
/* 02. Bootstrap                                 */
/*===============================================*/

/*02.1 Align Center*/
.qua_text_center {
    text-align: center;
}
.text-center .qua_icon_box .ti {
    float: none;
    position: relative;
    margin-left: 0;
}
.qua_color_blue .text-center .qua_icon_box .ti {
    color: #74B1FF;
    font-weight: bold;
}
.qua_color_orange .text-center .qua_icon_box .ti {
    color: #FFB640;
    font-weight: bold;
}
.qua_color_purpule .text-center .qua_icon_box .ti {
    color: #B966F5;
    font-weight: bold;
}
.qua_color_green .text-center .qua_icon_box .ti {
    color: #5DC09C;
    font-weight: bold;
}
.qua_color_green_dark .text-center .qua_icon_box .ti {
    color: #72BE2E;
    font-weight: bold;
}
.qua_color_lblue .text-center .qua_icon_box .ti {
    color: #32C5D2;
    font-weight: bold;
}
.qua_color_aqua .text-center .qua_icon_box .ti {
    color: #8BA99D;
    font-weight: bold;
}
.qua_color_red .text-center .qua_icon_box .ti {
    color: #FF3838;
    font-weight: bold;
}

.text-center .qua_icon_box .qua_icon_box_content {
    padding-left: 10px;
}
.text-center h4:after {
    margin-left: auto;
    margin-right: auto;
}
blockquote footer {
    padding: 40px 0 0;
}
.checkbox, .radio {
    display: inline-block;
}
.method {
    display: inline-block;
}
.checkout .box, .cart .box {
    background: #EEEEEE;
    padding: 30px;
}
.cart-total-item .price {
    float: right;
}
.cart-total-item {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.method p {
    margin: 0;
}
.container-full {
    width: 100%;
}
.qua_section .container-fluid.qua_no_top_padding {
    padding-top: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
    background: #F2F2F2;
    padding: 20px;
}
.panel-default > .panel-heading-transp {
    border-radius: 0;
    background: #F5EEE6;
    padding: 20px;
}
.panel-title a:before {
    display: inline-block;
    content: "\e622";
    font-family: themify;
    font-size: 12px;
    margin-right: 10px;
}
.panel_transparent {
    border: none;
}
.panel-heading-transp:hover {
    background: #F6ECE1;
}
.panel-title {
    font-size: 18px;
}
.panel-title a.collapsed:before {
    content: "\e61a";
}
.panel-group .panel {
    border-radius: 0;
}
.qua_simple_block {
    padding: 100px;
    position: relative;
    z-index: 1;
}
.qua_pad_block {
    padding: 100px;
    position: relative;
    z-index: 1;
}
.qua_left_section_block {
    padding-right: 60px;
}
.qua_med .qua_simple_block {
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 44px;
    padding-left: 0;
}
.qua_simple_block_mini {
    padding: 50px;
}

/*AbsBlocks */
.qua_block_middle_cente {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}
.qua_block_middle_top {
    position: absolute;
    transform: translateX(-50%);
    top: 10%;
    left: 50%;
}
.qua_block_middle_bottom {
    position: absolute;
    transform: translateX(-50%);
    bottom: 10%;
    left: 50%;
}
.qua_block_right_cente {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10%;
}
.qua_block_right_top {
    position: absolute;
    top: 10%;
    right: 10%;
}
.qua_block_right_bottom {
    position: absolute;
    bottom: 10%;
    right: 10%;
}


.qua_simple_block_great {
    padding: 180px 100px;
    position: relative;
    z-index: 1;
}
.qua_simple_block_mini {
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}
.background-position {
    background-position: 50% 0;
}
.container-mini {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.text-center p {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.form-control {
    margin-bottom: 30px;
    border-radius: 0;
    height: 50px;
    padding: 10px 20px;
    box-shadow: none;
    border: 1px solid #C4C4C4;
}
.form-control.error {
    border: 1px solid red;
}
label.error {
    position: absolute;
    width: 100%;
    left: 0;
    top: 81px;
    font-size: 11px;
}
p {
    margin-bottom: 30px;
}
.qua_thin_title p {
    margin-top: 20px;
}
textarea.form-control {
    height: 150px;
    padding: 20px;
}
.qua_color_blue .btn {
    background: #74B1FF;
}
.qua_color_orange .btn {
    background: #FFB640;
}
.qua_color_purpule .btn {
    background: #260240;
}
.qua_color_green .btn {
    background: #5DC09C;
}
.qua_color_green_dark .btn {
    background: #72BE2E;
}
.qua_color_lblue .btn {
    background: #32C5D2;
}
.qua_color_aqua .btn {
    background: #8BA99D;
}
.qua_color_grey .btn {
    background: #41515B;
}
.qua_color_red .btn {
    background: #FF3838;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #4B536B;
    color: #FFFFFF;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition: all time;
    -o-transition: all time;
    transition: all 1s;
    padding: 17px 20px 14px;
    margin-right: 10px;
}

.qua_blog .btn {
    background: #C9AC7D;
}
.qua_blackcreative .btn {
    background: #000000;
}
.btn:hover {
    border-radius: 3px;
    background-color: #000000;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

@keyframes buttonHover {
    5% {
        opacity: 0;

    }
    15% {
        opacity: 0.4;

    }
    25% {
        opacity: 0.8;

    }
    50% {
        opacity: 0.4;
    }
    75% {
        opacity: 0.2;

    }
    100% {
        opacity: 0;

    }
}
@-moz-keyframes buttonHover {
    5% {
        opacity: 0;

    }
    15% {
        opacity: 0.4;

    }
    25% {
        opacity: 0.8;

    }
    50% {
        opacity: 0.4;
    }
    75% {
        opacity: 0.2;

    }
    100% {
        opacity: 0;

    }
}
@-webkit-keyframes buttonHover {
    5% {
        opacity: 0;

    }
    15% {
        opacity: 0.4;

    }
    25% {
        opacity: 0.8;

    }
    50% {
        opacity: 0.4;
    }
    75% {
        opacity: 0.2;

    }
    100% {
        opacity: 0;

    }
}

.btn:before {
    content: '';
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
    box-shadow: 0 13px 22px -3px rgba(0, 0, 0, 0.2);
}
.btn:hover, .btn:focus, .btn:active {
    color: white;
    box-shadow: 0 13px 22px -3px rgba(0, 0, 0, 0.2);
}
.btn:hover:before,
.btn:focus:before,
.btn:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 13px 22px -3px rgba(0, 0, 0, 0.2);
    animation: buttonHover .6s ease-out both;
}
.qua_pop_btn {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
}

.qua_color_blue .qua_wht_txt .btn {
    background: rgba(116, 177, 255, 0.6);
}
.qua_color_orange .qua_wht_txt .btn {
    background: rgb(241, 152, 10);
}
.qua_color_purpule .qua_wht_txt .btn {
    background: rgb(38, 2, 64);
}
.qua_color_green .qua_wht_txt .btn {
    background: #5DC09C;
}
.qua_color_green_dark .qua_wht_txt .btn {
    background: #72BE2E;
}
.qua_color_lblue .qua_wht_txt .btn {
    background: #32C5D2;
}
.qua_color_aqua .qua_wht_txt .btn {
    background: #8BA99D;
}
.qua_color_grey .qua_wht_txt .btn {
    background: #41515B;
}
.qua_color_red .qua_wht_txt .btn {
    background: #FF2929;
}
.qua_wht_txt .btn {
    background: rgba(75, 83, 107, 0.6);
    color: #FFFFFF;
}
.qua_wht_txt .btn:hover {
    background: rgba(0, 0, 0, 0.9);
}
.col-md-12 .twitter-feed {
    margin: 50px auto 0;
    max-width: 600px;
}
.twitter-feed ul {
    list-style: none;
    padding: 0;
}
.twitter-feed ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}
.twitter-feed .interact {
    display: none;
}
.twitter-feed ul li:last-child {
    border-bottom: 0;
}
.twitter-feed .user,
.twitter-feed .timePosted {
    display: none;
}
.eng_big_icon i {
    font-size: 40px;
}

.row_no_pd .col-lg-1,
.row_no_pd .col-lg-10,
.row_no_pd .col-lg-11,
.row_no_pd .col-lg-12,
.row_no_pd .col-lg-2,
.row_no_pd .col-lg-3,
.row_no_pd .col-lg-4,
.row_no_pd .col-lg-5,
.row_no_pd .col-lg-6,
.row_no_pd .col-lg-7,
.row_no_pd .col-lg-8,
.row_no_pd .col-lg-9,
.row_no_pd .col-md-1,
.row_no_pd .col-md-10,
.row_no_pd .col-md-11,
.row_no_pd .col-md-12,
.row_no_pd .col-md-2,
.row_no_pd .col-md-3,
.row_no_pd .col-md-4,
.row_no_pd .col-md-5,
.row_no_pd .col-md-6,
.row_no_pd .col-md-7,
.row_no_pd .col-md-8,
.row_no_pd .col-md-9,
.row_no_pd .col-sm-1,
.row_no_pd .col-sm-10,
.row_no_pd .col-sm-11,
.row_no_pd .col-sm-12,
.row_no_pd .col-sm-2,
.row_no_pd .col-sm-3,
.row_no_pd .col-sm-4,
.row_no_pd .col-sm-5,
.row_no_pd .col-sm-6,
.row_no_pd .col-sm-7,
.row_no_pd .col-sm-8,
.row_no_pd .col-sm-9,
.row_no_pd .col-xs-1,
.row_no_pd .col-xs-10,
.row_no_pd .col-xs-11,
.row_no_pd .col-xs-12,
.row_no_pd .col-xs-2,
.row_no_pd .col-xs-3,
.row_no_pd .col-xs-4,
.row_no_pd .col-xs-5,
.row_no_pd .col-xs-6,
.row_no_pd .col-xs-7,
.row_no_pd .col-xs-8,
.row_no_pd .col-xs-9 {
    padding: 0;
}

/*02.2 Tabs*/
.tab-pane {
    padding: 25px 0;
}
.great-tabs li a,
.great-tabs li a:hover,
.great-tabs li.active a,
.great-tabs li.active a:hover,
.great-tabs {

}
.great-tabs li a {
    text-align: center;
    margin: 0 10px;
    width: 160px;
    height: 110px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    padding: 20px;
}

.great-tabs li a i {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    margin-bottom: 10px;
}
.nav-tabs > li > a {
    border-radius: 0;
    border: 0;
}
.nav-tabs > li > a:hover {
    background: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 1px solid #6F6F6F;
    background: none;
}
.nav-tabs {
    border: 0;
}

/*02.3.Buttons*/
.btn.large, .btn-lg {
    padding: 20px;
    font-weight: bold;
}
.btn.medium, .btn-sm {
    padding: 15px;
    font-weight: 500;
}
.btn.small, .btn-xs {
    padding: 10px;
    font-size: 10px;
}
.btn.yellow {
    background: yellow;
}
.btn.gray {
    background: #333333;
    color: #FFFFFF;
}
.btn.gray-light {
    background: #EEEEEE;
}
.btn.cyan {
    background: cyan;
    color: #FFFFFF;
}
.btn.blue {
    background: blue;
    color: #FFFFFF;
}
.btn.teal {
    background: teal;
    color: #FFFFFF;
}
.btn.green {
    background: green;
    color: #FFFFFF;
}
.btn.lime {
    background: lime;
    color: #FFFFFF;
}
.btn.deeporange {
    background: orange;
    color: #FFFFFF;
}
.btn.yellow:hover,
.btn.gray:hover,
.btn.gray-light:hover,
.btn.cyan:hover,
.btn.blue:hover,
.btn.teal:hover,
.btn.green:hover,
.btn.lime:hover,
.btn.deeporange:hover {
    background: #292929;
}
.btn span {
    display: inline-block;
    margin: 0 0 0 5px;
}
.btn span.ti-left {
    margin-right: 5px;
    margin-left: 0;
}
.btn {
    text-shadow: none;
}
.btn-primary {
    background: #337AB7;
    color: #FFFFFF;
}
.btn-success {
    background: #5CB85C;
    color: #FFFFFF;
}
.btn-info {
    background: #5BC0DE;
    color: #FFFFFF;
}
.btn-warning {
    background: #EEA236;
    color: #FFFFFF;
}
.btn-danger {
    background: #D9534F;
    color: #FFFFFF;
}
.btn-link {
    background: none;
    padding: 0 10px;
}
.btn-link:hover {
    background: none;
    color: #333333;
}
.btn.btn_border {
    border: 1px solid #CCCCCC;
    background: none;
    color: #333333;
}
.qua_wht_txt .btn.btn_border {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    color: #FFFFFF;
}
.qua_wht_txt .btn.btn_border:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #FFFFFF;
}

.btn.btn_border.yellow {
    border: 1px solid yellow;
}
.btn.btn_border.gray {
    border: 1px solid gray;
}
.btn.btn_border.gray-light {
    border: 1px solid #EEEEEE;
}
.btn.btn_border.cyan {
    border: 1px solid cyan;
}
.btn.btn_border.blue {
    border: 1px solid blue;
}
.btn.btn_border.teal {
    border: 1px solid teal;
}
.btn.btn_border.green {
    border: 1px solid green;
}
.btn.btn_border.lime {
    border: 1px solid lime;
}
.btn.btn_border.deeporange {
    border: 1px solid orange;
}
.btn.btn_border:hover {
    color: #000000;
    background: none;
    border: 1px solid #333333;
}


/*02.4 Labels*/
.label {
    padding: 10px 10px;
    border-radius: 0;
}
h5 .label, h6 .label {
    padding: 5px;
}
/*02.5 Alerts*/
.alert {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.alert-success {
    background: #DFF0D8;
    border: 1px solid #D6E9C6;
}
.alert-info {
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
}
.alert-warning {
    background: #FCF8E3;
    border: 1px solid #FAEBCC;
}
.alert-danger {
    background: #F2DEDE;
    border: 1px solid #EBCCD1;
}
/*02.6 Lightbox*/
.qua_port_titles_lg_icons .qua_port_icons {
    margin-top: 0;
}
.qua_port_titles_lg_icons, .qua_port_titles_lg_icons .qua_port_icons, .qua_port_titles_lg_icons .qua_port_icons a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*02.7 Pagination*/
.pagination li a,
.pagination-lg li a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pager li > a,
.pager li > span {
    border-radius: 0;
}
.qua_blog_pag .pagination li a {
    border: 0;
    color: #292929;
    margin: 0 3px;
    padding: 10px 15px;
}
.qua_blog_pag .pagination li.active a {
    border: 0;
    background: #292929;
    color: #FFFFFF;
}
.qua_blog .qua_blog_pag .pagination li.active a {
    border: 0;
    background: #C9AC7D;
    color: #FFFFFF;
}
.pager a span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pager .previous a:hover span {
    margin-right: 10px
}
.pager .next a:hover span {
    margin-left: 10px
}

/*02.8 Progress Bars*/
.skill-bar {
    background: #F2F2F2;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.skill-bar-thin {
    height: 40px;
    padding-top: 25px;
    background: none;
}
.skill-bar-thin:after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    background: #FFFFFF;
    width: 100%;
    z-index: 0;
    margin-top: -5px;
    border: 1px solid #000000;
}
.qua_corporate_black .skill-bar-thin:after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    background: #FFFFFF;
    width: 100%;
    z-index: 0;
    margin-top: -5px;
    border: 1px solid #333333;
    border-radius: 50%;
}
.qua_cars .skill-bar-thin:after {
    border: none;
}
.skill-bar-thin .skill-bar-content {
    height: 5px;
    position: relative;
    z-index: 1;
}
.skill-bar-thin .skill-perc {
    position: absolute;
    color: #333333;
    right: 0;
    margin-top: -30px;
}
.skill-bar-thin .skill-title {
    position: absolute;
    color: #333333;
    margin-top: -30px;
    padding: 0;
}
.skill-bar-content {
    position: absolute;
    height: 40px;
    background: #292929;
    text-indent: -10000px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.noactive .skill-bar-content {
    width: 0 !important;
    opacity: 0;
}
.active .skill-bar-content {
    opacity: 1;
}

.skill-title {
    position: absolute;
    color: #FFFFFF;
    padding: 8px 10px;
}
.qua_wht_txt .skill-title, .qua_wht_txt .skill-perc {
    color: #FFFFFF;
}

/*Creative Skills*/
.qua_creative_skills .skill-bar-content {
    background: #9494AE;
}
.qua_creative_skills .skill-bar-thin:after {
    border: 1px solid #9494AE;
}
/*02.9 Preloaders*/
.qua_page_loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FEFEFE;
    z-index: 100000;
}
.qua_loader_round {
    background-image: url("../images/loading_icon.gif");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}
.qua_loader_lightbox {
    background-image: url("../images/lightbox_loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}
.qua_page_loader_black {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 100000;
}
.qua_loader_black {
    background-image: url("../images/loading_black.gif");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}
.qua_loader_blue {
    background-image: url("../images/map-bg-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 200px;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.qua_loader_color {
    background-image: url("../images/preloader_mega.gif");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.qua_loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Calendar*/
label.error {
    display: none !important;
}
.ui-datepicker {
    background: #FFFFFF;
}
.ui-datepicker td a,
.ui-datepicker th {
    padding: 3px 10px;
}
.ui-datepicker td a {
    display: block;
    text-align: center;
}
.ui-datepicker td a:hover {
    text-decoration: none;
    background: #CCCCCC;
}
.ui-datepicker table {
    margin: 10px 5px;
}
.ui-datepicker-title {
    font-size: 18px;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer;
}
.ui-datepicker-header {
    padding: 15px;
}


/*===============================================*/
/* 03. Sidebars                                  */
/*===============================================*/

/*03.1 Content*/
.qua_content {
    position: relative;
}
.container {
    position: relative;
    z-index: 2;
}

/*03.2 Main Sidebar*/
.qua_main_sidebar h2:after {
    display: none;
}
.qua_main_sidebar h2 {
    margin-bottom: 20px;
}


/*03.3 Section*/
.qua_section {
    overflow: hidden;
    position: relative;
}
.qua_section.qua_square_bd {
    overflow: initial;
}
.qua_section .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.qua_section_portfoilo .container-fluid {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
}
.qua_section .container-fluid {
    padding-top: 90px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.qua_section_sml_padding .container {
    padding-top: 50px;
    padding-bottom: 46px;
}

.qua_section .container.qua_no_bottom_padding {
    padding-bottom: 0;
}
.qua_section .container.qua_no_top_padding {
    padding-top: 0;
}
.qua_page_margin .qua_section {
    box-shadow: 0 -2px 22px -3px rgba(0, 0, 0, 0.2);
}
.qua_page_margin .qua_section.qua_last_section {
    box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.2);
}
.qua_page_margin .qua_section.qua_section_no_shadow {
    box-shadow: 0px 0px 0px 0px #C9C9C9;
}
.qua_border_wrap:before {
    content: "";
    display: block;
    height: 131px;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    background: url(../images/slice.png) center center;
    background-repeat: no-repeat;
    z-index: 6;
}
.qua_border_wrap_sec:before {
    content: "";
    display: block;
    height: 131px;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    background: url(../images/slice.png) center center;
    background-repeat: no-repeat;
    z-index: 6;
}
.qua_border_square_wrap:after {
    position: absolute;
    content: "";
    top: -30px;
    width: 8%;
    border-bottom: 30px solid #FFFFFF;
    z-index: 10;
    border-right: 45px solid transparent;
    left: 0;
}
.qua_border_square_wrap:before {
    position: absolute;
    content: "";
    top: -30px;
    width: 8%;
    right: 0;
    border-bottom: 30px solid #FFFFFF;
    z-index: 10;
    border-left: 45px solid transparent;
}
footer.qua_square_bd {
    position: relative;
}
footer.qua_square_bd .qua_border_square_wrap:after {
    position: absolute;
    content: "";
    top: -30px;
    width: 8%;
    border-bottom: 30px solid #222222;
    z-index: 10;
    border-right: 45px solid transparent;
    left: 0;
}
footer.qua_square_bd .qua_border_square_wrap:before {
    position: absolute;
    content: "";
    top: -30px;
    width: 8%;
    right: 0;
    border-bottom: 30px solid #222222;
    z-index: 10;
    border-left: 45px solid transparent;
}
.qua_mt {
    margin-top: -131px;
}
/*===============================================*/
/* 04. Header                                    */
/*===============================================*/

header {
    position: fixed;
    width: 100%;
    /*height: 60px;*/
    top: 0;
    z-index: 10;
}

.qua_logo {
    padding-top: 7px;
    display: block;
    float: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.qua_logo:hover {
    color: #1D1D1D;
    transform: scale(1.1);
}
.qua_logo:before {
    content: '';
    position: absolute;
    width: 180px;
    height: 74px;
    background-color: rgba(255, 255, 255, .9);
    bottom: -26px;
    left: -15px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*Creative Gradient Logo*/
.qua_gradient .qua_logo:hover {
    color: #1D1D1D;
    transform: scale(1);
}
.qua_gradient .qua_logo:before {
    display: none;
}
/*Black Creative Logo*/
.qua_blackcreative .qua_logo:hover {
    color: #5E5E5E;
    transform: scale(1);
}
.qua_blackcreative .qua_logo:before {
    display: none;
}
.qua_fix_mnu .qua_logo:hover:before,
.qua_restaurant .qua_logo:hover:before,
.qua_spa .qua_logo:hover:before,
.qua_organic .qua_logo:hover:before,
.qua_wedding .qua_logo:hover:before,
.qua_app .qua_logo:hover:before,
.qua_black .qua_logo:hover:before,
.qua_material .qua_logo:hover:before {
    opacity: 0;
}

.qua_logo:hover:before {
    opacity: 1;
}
.qua_first_step .qua_logo:before {
    height: 74px;
    bottom: -26px;
}
.qua_second_step .qua_logo:before {
    height: 64px;
    bottom: -14px;
}
.qua_first_step .qua_logo:hover {
    color: #000000;
}
.qua_logo:hover {
    text-decoration: none;
    color: #333333;
}
.qua_logo b {
    display: block;
    font: 500 12px/18px Open Sans, Arial;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    left: 0;
}
.enhance_logo .char2 {
    background: url(../images/enhance_logo_n.png) no-repeat 0 1px;
    height: 18px;
    width: 7px;
    display: inline-block;
    text-indent: -10000px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 4px;
}
/*04.1 Logo Animation*/
.qua_logo span {
    position: relative;
    display: inline-block;
    transition: .5s all;
    min-width: 5px;
}
.qua_logo_rotate_y {
    transform: rotateY(0);
}
.qua_logo_rotate_y:hover span, .active.qua_logo_rotate_y span {
    transform: rotateY(360deg)
}
.qua_logo_rotate_x {
    transform: rotateX(0);
}
.qua_logo_rotate_x:hover span, .active.qua_logo_rotate_x span {
    transform: rotateX(360deg)
}
.qua_logo_rotate_z {
    transform: rotateZ(0);
}
.qua_logo_rotate_z:hover span, .active.qua_logo_rotate_z span {
    transform: rotateZ(360deg)
}
.qua_logo span:nth-child(0) {
    background: #333333;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 7px;
    margin: 0 2px;
}
/*Slider Text Animation*/
.qua_slider_txt_rotate:hover span {
    display: inline-block;
    min-width: 38px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transform: rotateY(360deg)
}
.qua_slide_subtitle_thin span {
    display: inline-block;
    min-width: 38px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.qua_slide_subtitle_thin .qua_slide_title_animation span {
    margin-top: 0px;
}
.qua_slide_title span {
    position: relative;
    display: inline-block;
    transition: .5s all;
    min-width: 12px;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.active .qua_slide_title span {
    transform: translateX(0);
    opacity: 1;
    margin-bottom: 20px;
}
.qua_first_step .active .qua_slide_title span {
    opacity: .6;
    transform: scale(0.8);
}
.qua_slide_title_sub span {
    position: relative;
    display: inline-block;
    transition: .5s all;
    min-width: 12px;
    transform: translate3d(0, 0px, -420px);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 24px;
}
.active .qua_slide_title_sub span {
    transform: translate3d(0, 0px, 0px);
    opacity: 1;
}

.qua_first_step .active .qua_slide_title_sub span {
    opacity: .6;
    transform: scale(0.8);
}


.qua_slide_title_animation span {
    margin-top: -100px;
}
.qua_slide_title_animation span .active.qua_slide_title_animation span {
    margin-top: 0;
}
/*04.2 Logo Img*/
.qua_logo img {
    max-height: 60px;
    width: auto;
}

.qua_page_margin header nav {
    width: 90%;
}
header nav {
    height: 83px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav.qua_light_nav {
    background: transparent;
}
.qua_first_step header nav.qua_light_nav, .qua_third_step header nav.qua_light_nav {
    background: rgba(255, 255, 255, 0.99);
}
/*.qua_gradient header nav.qua_light_nav {
    background: rgba(142, 212, 236, 0.8);
}
.qua_black header nav.qua_light_nav,
.qua_first_step.qua_black header nav.qua_light_nav {
    background: -webkit-linear-gradient(to right, #670180 0%, #372081 100%);
    background: linear-gradient(to right, #670180 0%, #372081 100%);
}

.qua_first_step header nav {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}*/

header .container {
    margin-top: 0;
    margin-bottom: 0;
}

/*04.3 Tranparency Menu*/
header nav.qua_transp_nav {
    background: rgba(255, 255, 255, 0);
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.qua_app header nav.qua_transp_nav {
    background: rgba(112, 112, 112, 0.7);
}
/*.qua_page.page .logo-light {
    display: none;
}
.qua_page.page .logo-dark {
    display: block;
}
.qua_page.homepage .logo-light {
    display: block;
}
.qua_page.homepage .logo-dark {
    display: none;
}*/
.qua_page.page header nav.qua_light_nav {
    background: rgba(255, 255, 255, 0.99);
}
.qua_page.page header nav ul li a {
    color: #000000;
}
header nav.qua_transp_nav a {
    color: #FFFFFF;
}
/*.qua_first_step header nav.qua_transp_nav {
    background: transparent;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}
.qua_first_step header nav ul li a {
    color: #FFFFFF;
}*/

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.qua_top_menu {
    float: right;
    margin-right: -35px;
}
.qua_top_menu a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font: 600 13px/24px Open Sans;
    position: relative;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.qua_top_menu a small.d-block {
    display: block;
    /* width: 70%; */
    overflow-wrap: break-word;
    white-space: pre-wrap;
}
.qua_top_menu a:hover {
    text-decoration: none;
    color: #1D1D1D;
}

.qua_transp_nav .qua_top_menu a:hover,
.qua_light_nav .qua_top_menu a:hover {
    color: #FFFFFF;
    background-color: rgba(41, 41, 41, .9);
}
.qua_color_orange .qua_transp_nav .qua_top_menu a:hover,
.qua_color_orange .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(241, 152, 10);
}
.qua_color_blue .qua_transp_nav .qua_top_menu a:hover,
.qua_color_blue .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(77, 113, 159);
}
.qua_color_purpule .qua_transp_nav .qua_top_menu a:hover,
.qua_color_purpule .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(38, 2, 64);
}
.qua_color_green .qua_transp_nav .qua_top_menu a:hover,
.qua_color_green .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(93, 192, 156);
}
.qua_color_green_dark .qua_transp_nav .qua_top_menu a:hover,
.qua_color_green_dark .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(114, 190, 46);
}
.qua_color_lblue .qua_transp_nav .qua_top_menu a:hover,
.qua_color_lblue .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(50, 197, 210);
}
.qua_color_aqua .qua_transp_nav .qua_top_menu a:hover,
.qua_color_aqua .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(139, 169, 157);
}
.qua_color_grey .qua_transp_nav .qua_top_menu a:hover,
.qua_color_grey .qua_light_nav .qua_top_menu a:hover {
    background-color: rgb(65, 81, 91);
}
.qua_first_step .qua_transp_nav .qua_top_menu a:hover,
.qua_first_step .qua_light_nav .qua_top_menu a:hover {
    color: #FFFFFF;
}
.qua_first_step .qua_transp_nav .qua_top_menu ul a:hover,
.qua_first_step .qua_light_nav .qua_top_menu a:hover {
    color: #FFFFFF;
}
.qua_top_menu ul a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.qua_top_menu ul {
    position: absolute;
    width: 250px;
    display: none;
    padding: 20px;
    background: rgba(41, 41, 41, .9);
}
.qua_color_orange .qua_top_menu ul {
    background: rgb(241, 152, 10);
}
.qua_color_blue .qua_top_menu ul {
    background: rgb(77, 113, 159);
}
.qua_color_purpule .qua_top_menu ul {
    background: rgb(38, 2, 64);
}
.qua_color_green .qua_top_menu ul {
    background: rgb(93, 192, 156);
}
.qua_color_green_dark .qua_top_menu ul {
    background: rgb(114, 190, 46);
}
.qua_color_lblue .qua_top_menu ul {
    background: rgb(50, 197, 210);
}
.qua_color_aqua .qua_top_menu ul {
    background: rgb(139, 169, 157);
}
.qua_color_grey .qua_top_menu ul {
    background: rgb(65, 81, 91);
}
.qua_top_menu ul ul {
    padding: 0;
    background: none;
    margin-bottom: 20px;
}
.qua_top_menu ul ul:last-child {
    margin-bottom: 0;
}
.qua_parent > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}
.qua_parent:last-child ul {
    right: 0;
}


.qua_top_menu ul li {
    float: none;
}
.qua_top_menu ul a {
    color: #FFFFFF;
    padding: 10px 20px;
    height: auto;
}
.qua_top_menu ul li:hover > a {
    color: #FFFFFF;
    margin-left: 10px;
}
.qua_top_menu ul li:hover > a:before {
    display: none;
}

.qua_second_step .qua_top_menu li:hover > a:before {
    top: 38px;
}


header nav ul li {
    float: left;
    height: 100%;
}
header nav ul li a {
    display: block;
    height: 82px;
    padding: 29px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFFFFF;
}
.qua_first_step header nav ul li a, .qua_third_step header nav ul li a {
    color: #000000;
}

/*04.4 Full Width Submenu*/
ul.mega-menu {
    width: 100%;
    left: 0;
    white-space: nowrap;
    background: rgba(41, 41, 41, .9);
}
.qua_color_orange ul.mega-menu {
    background: rgb(241, 152, 10);
}
ul.mega-menu:after {
    clear: both;
    display: block;
    content: '';
}
.qua_top_menu ul .mega-menu-column {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0;
    margin: 0;
}

.mega-menu-column ul {
    position: relative;
    width: 100%;
}
.mega-menu-column ul li {
    background: none;
}
.qua_parent ul a {
    font: 400 11px/18px Open Sans;
    padding: 5px 10px;
}
.qua_second_step header nav.qua_mobile_menu_hor_padding .qua_parent ul a,
header nav.qua_mobile_menu_hor_padding .qua_parent ul a {
    padding: 5px 10px;
    height: auto;
}
.qua_parent a i {
    margin-right: 10px;
}
.mega-menu-column b {
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 20px;
    margin-left: 10px;
    display: inline-block;
    color: #FFFFFF;
}
/*.qua_first_step header nav .qua_top_menu ul a, .qua_first_step header nav .qua_top_menu ul b {
    color: #FFFFFF;
}*/
/*Spa Hor Menu*/
.qua_spa .qua_mobile_menu_hor_padding {
    top: 24px;
    background-color: #FFFFFF;
}
/*04.5 Horizontal Menu*/
.qua_mobile_menu_hor_padding {
    top: 44px;
    left: 44px;
    right: 44px;
    position: fixed;
    width: auto;
    border-bottom: 0;
    height: 52px;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.tablet.landscape .qua_mobile_menu_hor .qua_logo,
.desktop .qua_mobile_menu_hor .qua_logo {
    margin-left: 50px;
}
.qua_mobile_menu_hor_padding .qua_top_menu {
    right: auto;
}
.qua_mobile_menu .ti-close {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: -10px;
}
.qua_mobile_menu.active .ti-close {
    opacity: 1;
    left: 10px;
}
.qua_mobile_menu .ti-menu {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 10px;
    top: 14px;
}
.qua_mobile_menu.active .ti-menu {
    opacity: 0;
    left: 20px;
}
.qua_mobile_menu_hor .qua_top_menu li:hover > a:before {
    top: 38px;
}

.qua_mobile_menu_hor_padding.active {
    opacity: 1;
    pointer-events: auto;
    right: 44px;
}
.qua_first_step header nav.qua_mobile_menu_hor_padding {
    height: 52px;
    background: #FFFFFF;
}
.qua_gradient.qua_first_step header nav.qua_mobile_menu_hor_padding {
    background: rgba(142, 212, 236, 0.8);
}
header nav.qua_mobile_menu_hor_padding ul li a,
.qua_second_step header nav.qua_mobile_menu_hor_padding ul li a {
    height: 52px;
    padding: 14px 20px;
}
.qua_mobile_menu_hor .qua_logo,
.qua_second_step .qua_mobile_menu_hor .qua_logo {
    top: 17px;
}
/*04.6 Language Menu*/
.qua_header_lang ul {
    list-style: none;
    padding: 0;
}
.qua_header_lang .qua_parent ul {
    z-index: 20;
    list-style: none;
    padding: 7px 0 0 0;
    width: 100px;
    display: none;
}
.qua_header_lang span:after {
    content: "\e64b";
    display: inline-block;
    font-size: 12px;
    font-family: themify;
    margin-left: 10px;
}
.qua_header_lang .qua_parent ul li {
    background: rgba(0, 0, 0, 0.7);
}
.qua_header_lang .qua_parent ul a {
    padding: 5px 10px;
    display: block;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: right;
}
.qua_header_lang .qua_parent ul a i {
    text-align: left;
}
.qua_header_lang .qua_parent ul a:hover {
    padding-right: 15px;
    text-decoration: none;
}
.qua_header_lang {
    position: absolute;
    right: 0;
}
.qua_header_lang .qua_parent span {
    cursor: pointer;
}

/*04.7 Mobile Menu*/
.qua_mobile_menu {
    position: absolute;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
    left: 44px;
    top: 44px;
    background: #EFEFF0;
    height: 52px;
    width: 46px;
    text-align: center;
    padding-top: 13px;
    color: #6F6F6F;
    z-index: 3;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.qua_gradient .qua_mobile_menu {
    background: #92E1FF;
    color: #FFFFFF;
    opacity: .7;
}
.qua_blackcreative .qua_mobile_menu {
    background: #000000;
    color: #FFFFFF;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.qua_third_step.qua_blackcreative .qua_mobile_menu {
    left: 0;
}
.qua_third_step.qua_blackcreative .qua_mobile_menu_hor.qua_mobile_menu_hor_padding.qua_light_nav {
    width: 100%;
}
.qua_mobile_menu_content {
    background: rgba(196, 196, 196, .85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}
.qua_mobile_menu_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 120px;
    width: 200px;
    padding-left: 50px;
}
.qua_mobile_menu_content ul li {
    position: relative;
}
.qua_mobile_menu_content ul ul {
    position: relative;
    transform: translateY(0);
    padding: 20px 0 20px 20px;
    top: 0;
    display: none;
}
.qua_mobile_menu_content ul a {
    font-size: 20px;
}

/*Vertical Menu */
.qua_top_menu_vertical {
    position: fixed;
    top: 0;
    left: -55px;
    background-color: #000000;
    z-index: 999;
    padding: 14px 17px 10px 70px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    width: 100px;
}
.qua_top_menu_vertical.white {
    background-color: #292929;
    left: -25px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.qua_top_menu_vertical.white i {
    color: #FFFFFF;
    font-size: 20px;
}
.qua_top_menu_vertical.white i.ti-menu:before {
    content: "\e646";
    font-size: 20px;
    font-family: themify;
    z-index: 999;
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.qua_top_menu_vertical.white i.ti-menu:hover:before {
    transform: rotate(160deg);
}
.qua_top_menu_vertical i {
    color: #FFFFFF;
}
.qua_left_mnu_content {
    position: fixed;
    left: 0;
    width: 400px;
    z-index: 10;
    background-color: #292929;
    height: 100%;
    padding-right: 50px;
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    pointer-events: none;
}
.qua_left_mnu_content.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: visible;
}
.qua_logo_vertical {
    font: 700 44px/45px Josefin Sans, Arial, sans-serif;
    transform: rotate(-90deg);
    position: absolute;
    left: -30px;
    top: 220px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #D4D4D4;
}
.qua_logo_vertical:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #979797;
    margin-top: 15px;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a.qua_logo_vertical {
    text-decoration: none;
}
a.qua_logo_vertical:hover {
    color: #7D7D7D;
    letter-spacing: 2px;
    left: -37px;
}
.qua_left_mnu_content .qua_vert_mnu ul {
    list-style: none;
    padding: 156px 0px 30px 120px;
}
.qua_left_mnu_content .qua_vert_mnu ul a {
    font: 700 30px/36px Josefin Sans, Arial, sans-serif;
    color: #7D7D7D;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
}
.qua_left_mnu_content .qua_vert_mnu ul a:hover {
    color: #000000;
}
.qua_left_mnu_content .qua_menu_social {
    padding: 0px 0px 0px 107px;

}
.qua_left_mnu_content .qua_menu_social a {
    padding: 0 10px;
    margin-right: 18px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.qua_left_mnu_content .qua_menu_social a i {
    position: absolute;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 5px;
    border: 1px solid #FFFFFF;
    border-radius: 10%;
}
.qua_left_mnu_content .qua_menu_social a:hover i {
    text-decoration: none;
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: rgba(255, 255, 255, .7);
}
/*04.8 Header Animation [second step is disabled now]
.qua_first_step header nav {
    background: rgba(255, 255, 255, 0.9);
}
.qua_second_step header nav {
    height: 52px;
    background: rgba(255, 255, 255, 0.7);
}
.qua_second_step .qua_top_menu > li > a {
    height: 52px;
    padding: 13px 14px;
}
.qua_second_step .qua_logo {
    top: 17px;

}
 */
.qua_logo_und {
    top: 41px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 15px;
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.qua_second_step .qua_logo_und {
    left: 15px;
    opacity: 0;
    top: 30px;
    filter: blur(5px);
}

.qua_header_tech {
    width: 100%;
    height: 40px;
    /*background: rgba(0, 0, 0, 0.7);*/
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
}/*
.qua_color_blue .qua_header_tech {
    background: rgba(116, 177, 255, .9);
}
.qua_color_orange .qua_header_tech {
    background: rgba(255, 182, 64, 1);
}
.qua_color_purpule .qua_header_tech {
    background: rgba(38, 2, 64, .9);
}
.qua_color_green .qua_header_tech {
    background: rgba(93, 192, 156, 1);
}
.qua_color_green_dark .qua_header_tech {
    background: rgba(114, 190, 46, 1);
}
.qua_color_lblue .qua_header_tech {
    background: rgba(50, 197, 210, 1);
}
.qua_color_aqua .qua_header_tech {
    background: rgba(139, 169, 157, .9);
}
.qua_color_grey .qua_header_tech {
    background: rgba(65, 81, 91, 1);
}
.qua_color_red .qua_header_tech {
    background: rgba(255, 56, 56, .8);
}*/
.qua_header_tech.qua_wht_txt {
    color: #FFFFFF;
}
.qua_first_step .qua_header_tech {
    height: 0;
    padding: 0;
    z-index: 0;
    overflow: hidden;
}
.qua_header_address {
    margin-left: -5px;
}
.qua_phone:before {
    display: inline-block;
    content: "\e621";
    margin-right: 10px;
    font-family: themify;
}
.qua_phone {
    margin: 0 20px;
}
.qua_location:before {
    display: inline-block;
    content: "\e693";
    margin-right: 10px;
    font-family: themify;
}

/*04.9 Passpartu*/
.qua_gradient .qua_border_top {
    background: -webkit-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: -o-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: linear-gradient(41deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    top: 20px;
    height: 24px;
    opacity: 0.5;
    transition: all .9s;
}
.qua_gradient .qua_border_bottom {
    background: -webkit-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: -o-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: linear-gradient(41deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    bottom: 20px;
    height: 24px;
    opacity: 0.5;
    transition: all .9s;
}
.qua_gradient .qua_border_left {
    background: -webkit-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: -o-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: linear-gradient(41deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 0.5;
}
.qua_gradient .qua_border_right {
    background: -webkit-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: -o-linear-gradient(51deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    background: linear-gradient(41deg, #0FB8AD 0%, #1FC8DB 51%, #2CB5E8 75%);
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 0.5;
}
/*Black Gradient Paspartu*/
.qua_black .qua_border_right {
    background: -webkit-linear-gradient(to right, #D200FF 0%, #6442FF 100%);
    background: linear-gradient(to right, #D200FF 0%, #6442FF 100%);
}
.qua_black .qua_border_top {
    background: -webkit-linear-gradient(to right, #D200FF 0%, #6442FF 100%);
    background: linear-gradient(to right, #D200FF 0%, #6442FF 100%);
}
.qua_black .qua_border_bottom {
    background: -webkit-linear-gradient(to right, #D200FF 0%, #6442FF 100%);
    background: linear-gradient(to right, #D200FF 0%, #6442FF 100%);
}
.qua_black .qua_border_left {
    background: -webkit-linear-gradient(to right, #D200FF 0%, #6442FF 100%);
    background: linear-gradient(to right, #D200FF 0%, #6442FF 100%);
}
.qua_border_bottom.qua_border_nopad {
    bottom: 0;
}
.qua_border_top.qua_border_nopad {
    top: 0;
}
/*Organic Paspartu*/
.qua_organic .qua_border_right {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 1;
    background-color: rgba(190, 200, 123, .6);
}
.qua_organic .qua_border_top {
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    top: 20px;
    height: 24px;
    transition: all .9s;
    opacity: 1;
    background-color: rgba(190, 200, 123, .6);
}
.qua_organic .qua_border_bottom {
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    bottom: 20px;
    height: 24px;
    transition: all .9s;
    opacity: 1;
    background-color: rgba(190, 200, 123, .6);
}
.qua_organic .qua_border_left {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 1;
    background-color: rgba(190, 200, 123, .6);
}
/*Spa Paspartu*/
.qua_spa .qua_border_right {
    background: transparent;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 1;
    border: 8px solid #D5D4FF;
}
.qua_spa .qua_border_top {
    background: transparent;
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    top: 20px;
    height: 24px;
    transition: all .9s;
    opacity: 1;
    border-top: 8px solid #D5D4FF;
    border-bottom: 8px solid #D5D4FF;
}
.qua_spa .qua_border_bottom {
    background: transparent;
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    bottom: 20px;
    height: 24px;
    transition: all .9s;
    opacity: 1;
    border-top: 8px solid #D5D4FF;
    border-bottom: 8px solid #D5D4FF;
}
.qua_spa .qua_border_left {
    background: transparent;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 1;
    border: 8px solid #D5D4FF;
}
/*Restaurant Paspartu*/
.qua_restaurant .qua_border_top {
    background: transparent;
    background-image: url(../images/restaurant/bg_2.jpg);
    position: absolute;
    z-index: 10;
    left: 34px;
    right: 34px;
    top: 20px;
    height: 14px;
    opacity: 1;
    transition: all .9s;
}
.qua_restaurant .qua_border_bottom {
    background: transparent;
    background-image: url(../images/restaurant/bg_2.jpg);
    position: absolute;
    z-index: 10;
    left: 34px;
    right: 34px;
    bottom: 20px;
    height: 14px;
    opacity: 1;
    transition: all .9s;
}
.qua_restaurant .qua_border_left {
    background: transparent;
    background-image: url(../images/restaurant/bg_2.jpg);
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    width: 14px;
    bottom: 20px;
    transition: all .9s;
    opacity: 1;
}
.qua_restaurant .qua_border_right {
    background: transparent;
    background-image: url(../images/restaurant/bg_2.jpg);
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    width: 14px;
    bottom: 20px;
    transition: all .9s;
    opacity: 1;
}
/*Photo Passpartu*/
.qua_border_top {
    background: #FCFCFF;
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    top: 20px;
    height: 24px;
    opacity: 0.5;
    transition: all .9s;
}
.qua_border_bottom {
    background: #FCFCFF;
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    bottom: 20px;
    height: 24px;
    opacity: 0.5;
    transition: all .9s;
}
.qua_border_left {
    background: #FCFCFF;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 0.5;
}
.qua_border_right {
    background: #FCFCFF;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 0.5;
}
@keyframes gradient_mover {
    0% { background: left, #0FB8AD, #1FC8DB, #2CB5E8; }
    50% { background: 40deg, #B2FFD6 0%, #D9FFFF 21%, #82BEFF 35%; }
    100% {
        /* For Safari 5.1 to 6.0 */
        background: -webkit-linear-gradient(left, #B2FFD6, #D9FFFF, #82BEFF);
        /* For Opera 11.1 to 12.0 */
        background: -o-linear-gradient(left, #B2FFD6, #D9FFFF, #82BEFF);
        /* For Fx 3.6 to 15 */
        background: -moz-linear-gradient(left, #B2FFD6, #D9FFFF, #82BEFF);
        /* Standard syntax */
        background: linear-gradient(to right, #B2FFD6, #D9FFFF, #82BEFF); }
}

.tablet .qua_border_top {
    left: 0;
    right: 0;
    top: 0;
    height: 24px;
}
.tablet .qua_border_bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
}
.tablet .qua_border_left {
    left: 0;
    top: 0;
    width: 24px;
    bottom: 0;
}
.tablet .qua_border_right {
    right: 0;
    top: 0;
    width: 24px;
    bottom: 0;
}
/*Paspartu Black Creative*/
.qua_blackcreative .qua_border_top {
    background: #FFFFFF;
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    top: 20px;
    height: 24px;
    opacity: 0.9;
    transition: all .9s;
}
.qua_blackcreative .qua_border_bottom {
    background: #FFFFFF;
    position: absolute;
    z-index: 10;
    left: 44px;
    right: 44px;
    bottom: 20px;
    height: 24px;
    opacity: 0.9;
    transition: all .9s;
}
.qua_blackcreative .qua_border_left {
    background: #FFFFFF;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 0.9;
}
.qua_blackcreative .qua_border_right {
    background: #FFFFFF;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    width: 24px;
    bottom: 20px;
    transition: all .9s;
    opacity: 0.9;
}

/*04.10 Search*/
.qua_header_search {
    float: right;
}

/*Header Login Form*/
.qua_header_login {
    float: right;
    position: relative;
    padding: 16px 0;
    margin-left: 40px;
}
.qua_second_step .qua_header_login {
    padding: 12px 0;
}
.qua_second_step .qua_header_login .btn {
    padding: 5px 15px;
}
.qua_second_step .qua_header_search span {
    padding: 16px 0 16px 60px;
}
.qua_header_search span {
    display: block;
    padding: 30px 0 30px 60px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.qua_header_search a:hover {
    text-decoration: none;
}
.qua_header_search_cont {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 9px;
    width: 300px;
    display: none;
}
.qua_gradient .qua_header_search_cont {
    background: rgba(54, 191, 211, 0.8);
}
.qua_second_step .qua_header_search_cont {
    margin-top: -3px;
}
.qua_mobile_menu_hor .qua_header_search span {
    padding: 16px 0 16px 60px;
}
.qua_mobile_menu_hor .qua_header_search_cont {
    margin-top: -5px;
}
.qua_header_search_cont .btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    text-indent: -10000px;
    z-index: 2;
}
.qua_header_search_cont:after {
    display: block;
    position: absolute;
    content: "\e610";
    font-family: themify;
    color: #292929;
    top: 24px;
    right: 36px;
}
.qua_header_search_cont input {
    margin-bottom: 0;
}

/*===============================================*/
/* 05. Slider                                    */
/*===============================================*/
/*Cars Slider*/
.qua_cars .qua_slider:after {
    width: 1200px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    content: ''; /* FF3.6-15 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    z-index: 0;
    top: 0;
}
/*Corporate Gradient Slider*/
.qua_gradient_sl .qua_slider:after {
    width: 500px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    content: ''; /* FF3.6-15 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    z-index: 0;
    top: 0;
}
.qua_gradient_sl .qua_slider:before {
    width: 500px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    content: ''; /* FF3.6-15 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    z-index: 1;
    top: 0;
}
/*Creative Gradient Slider*/
.qua_creative_gradient.qua_slider:after {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    content: ''; /* FF3.6-15 */
    background: -moz-linear-gradient(left, rgba(222, 222, 238, 0.4) 0%, rgba(222, 222, 238, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(222, 222, 238, 0.4) 0%, rgba(222, 222, 238, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(left, rgba(222, 222, 238, 0.4) 0%, rgba(222, 222, 238, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    z-index: 0;
    top: 0;
}
/*Architecture Slider*/
.qua_arch {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_arch .owl-pagination {
    display: none;
}
.qua_arch .owl-buttons {
    display: block;
}
.qua_arch .owl-buttons .owl-prev {
    top: 40%;
    left: 39px;
    opacity: 1;
    border-radius: 50%;
    padding: 6px;
    background-color: rgba(255, 255, 255, .7);
}
.qua_arch .owl-buttons .owl-next {
    top: 40%;
    opacity: 1;
    right: 40px;
    border-radius: 50%;
    padding: 6px;
    background-color: rgba(255, 255, 255, .7);
}
.qua_arch .owl-controls .owl-buttons div:hover {
    transform: scale(1.5);
}
.qua_slider_carousel {
    max-height: 100%;
    max-height: 100vh;
}
.qua_image_bck {
    background-position: 0% 0%;
}
.qua_slider_carousel .owl-wrapper .owl-item.active {
    transform: scale(1);
    transition: all .6s;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.qua_slider_carousel .owl-wrapper .owl-item {
    transform: scale(1.4);
    -webkit-transition: all 6s;
    -o-transition: all 6s;
    transition: all .6s;
    overflow: hidden;
}
.qua_slider_carousel.qua_wht_txt .owl-buttons i {
    color: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    background-color: rgb(29, 29, 29);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_slider_carousel.qua_black_owl .owl-buttons i {
    color: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    background-color: rgb(29, 29, 29);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_color_blue .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(77, 113, 159);
}
.qua_color_orange .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(241, 152, 10);
}
.qua_color_purpule .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(38, 2, 64);
}
.qua_color_green .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(93, 192, 156);
}
.qua_color_lblue .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(50, 197, 210);
}
.qua_color_aqua .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(139, 169, 157);
}
.qua_color_grey .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(65, 81, 91);
}
.qua_color_red .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: rgb(255, 56, 56);
}
.qua_slider_carousel.qua_wht_txt .owl-buttons i:hover {
    background-color: rgba(29, 29, 29, .5);
}
.qua_first_step .qua_slider_carousel .owl-buttons .owl-prev {
    left: 180px;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 0 !important;

}

.qua_first_step .qua_slider_carousel .owl-buttons .owl-next {
    right: 180px;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 0 !important;
}
.qua_second_step .qua_slider_carousel.qua_wht_txt .owl-buttons i {
    background-color: transparent;
    color: transparent;
}

.qua_slider_carousel .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
}
.qua_slider_carousel.owl-theme .owl-controls .owl-buttons div {
    transform: scale(2);
    position: absolute;
    opacity: 1;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_slider_carousel.owl-theme .owl-controls .owl-buttons div:hover {
    transform: scale(2.5);
}
.qua_slider_carousel .owl-prev {
    left: 40px;
}
.qua_slider_carousel .owl-next {
    right: 40px;
}

.qua_slider_carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: none;
}
.qua_slider_carousel .qua_slide_txt {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: blur(10px);
}
.qua_slider_carousel .active .qua_slide_txt {
    filter: blur(0);
}

.qua_slider {
    /*height: 100%;*/
    width: 100%;
    max-height: 100vh;
    background-position: center !important;

    -webkit-background-size: cover;
    background-size: cover;

    position: relative;
    overflow: hidden;
}
.qua_slider img {
    visibility: hidden;
}
.qua_material .qua_slider {
    height: 60vh;
}
.qua_material .qua_slider:before {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    content: '';
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(180, 209, 223, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(180, 209, 223, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(180, 209, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 0;
    top: 0;
}
.qua_material .qua_slider:after {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    content: '';
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(180, 209, 223, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(180, 209, 223, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(180, 209, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 0;
    top: 0;
}
.qua_slider_bottom {
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.qua_slider_bottom h3 {
    margin: 0;
}
.qua_slider_bottom .breadcrumbs {
    padding-top: 30px;
}
.qua_slider_copyright {
    position: absolute;
    left: 5%;
    bottom: 0px;
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 140px;
    z-index: -6;
    opacity: 0.3;
}
.qua_auto_height .qua_slider_copyright {
    bottom: 100px;
    left: 100px;
}

.qua_slider_copyright_right {
    right: 0;
    left: auto;
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    -o-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
}

/*Photografer Slider*/
.owl-carousel {
    margin: 0;
}
.qua_slider_carousel.qua_pagination .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 30px;
    display: block;
}
.qua_slider_carousel.qua_pagination .owl-buttons {
    display: none;
}
.qua_slider_carousel.qua_pagination .owl-controls .owl-page span {
    border: 1px solid #FFFFFF;
    background-color: #CAC6C7;
}
/*05.1 Slider Text*/
.qua_slide_txt {
    position: absolute;
    width: 50%;
}
.qua_cars .qua_slide_txt {
    width: 60%;
}
.qua_slide_txt_full {
    width: 100%;
    position: absolute;
}
.qua_spa .qua_slide_txt {
    width: 60%;
}
.qua_slide_txt.qua_slide_center_middle, .qua_slide_txt.qua_slide_center_top,
.qua_slide_txt.qua_slide_center_bottom {
    width: 70%;
}
.qua_slide_txt_wide {
    width: 70%;
    position: absolute;
}
.qua_slide_txt img {
    max-width: 100%;
}
/*Slider Text*/
.qua_img_cover {
    max-width: 100%;
}
.qua_img_cover img {
    min-height: 700px;
    object-fit: cover;
}

/*About Slider*/
.qua_slider_txt.owl-carousel .owl-wrapper .owl-item.active {
    animation: scaleUpFrom .3s ease both;
}
.qua_slider_txt.owl-carousel .owl-wrapper .owl-item {
    animation: scaleUpTo .3s ease both;
}

/*05.2 Slider Aligns*/
.qua_slide_top_centre {
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
}
.qua_slide_left_bottom {
    left: 15px;
    bottom: 160px;
}
.qua_slide_left_bottom_small {
    left: 35px;
    bottom: 160px;
}
.qua_slide_left_middle {
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
}
.qua_slide_left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.qua_spa .qua_slide_left_middle {
    left: 0px;
}
.qua_slide_left_top {
    left: 130px;
    top: 200px;
}

.qua_slide_right_bottom {
    right: 15px;
    bottom: 120px;
}
.qua_slide_right_middle {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.qua_slide_right_top {
    right: 15px;
    top: 140px;
}

.qua_slide_center_bottom {
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
}
.qua_slide_center_middle {
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.qua_txt_mt {
    top: 25%;
}
.qua_slide_center_middle_black {
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: rgba(9, 9, 9, .9);
    padding: 90px;
    width: 80%;
    border: 2px solid #000000;
    box-shadow: -1px 6px 44px #000000;
}

.qua_slide_center_top {
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
}

.qua_slider .container {
    width: 100%;
}
.qua_slide_title {
    font: 900 60px Open Sans, Arial;
    line-height: 1.0625;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.qua_black .qua_slide_title {
    font: 400 90px PT Sans Narrow, Arial;
    line-height: 1.0625;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.qua_shrikhand .qua_slide_title {
    font: 400 140px Shrikhand, Arial;
    line-height: 1.0625;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.qua_slide_title_black {
    font: 100 120px Josefin Sans, Arial;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    line-height: 1.0625;
    text-transform: uppercase;
}
.qua_slide_title_bold {
    font: 900 90px Open Sans, Arial;
    line-height: 1.0625;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.qua_blackcreative .qua_slide_title {
    font: 900 72px Open Sans, Arial;
    line-height: 75px;
}
.qua_slide_title_great {
    font: 900 86px Open Sans, Arial;
    line-height: 1.0625;
    text-transform: uppercase;
}
.qua_slide_title_middle {
    font: 900 56px Open Sans, Arial;
    line-height: 1.0625;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.qua_slide_title_small {
    font: 900 24px Open Sans, Arial;
    line-height: 1.3625;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.qua_slide_subtitle_centre {
    font: 700 20px Josefin Sans, Arial;
    line-height: 1.125;
    margin-bottom: 20px;
    margin: 20px 0;
    padding: 0 140px 0 140px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.8s;
}
.qua_slide_subtitle {
    font: 700 20px Josefin Sans, Arial;
    text-transform: uppercase;
    line-height: 1.125;
    margin-bottom: 20px;
    margin: 20px 0;
}

.qua_slide_subtitle_thin {
    font: 100 120px Josefin Sans, Arial;
    margin: 40px 0;
}
.qua_slide_uptitle_thin {
    font: 100 24px Josefin Sans, Arial;
    text-transform: uppercase;
    line-height: 1.125;
    margin-bottom: 20px;
    margin: 20px 0 10px 9px;
}
.qua_first_step .qua_slide_subtitle_centre {
    opacity: .4;
    letter-spacing: 1px;
    padding: 0 100px 0 100px;
}
.qua_second_step .qua_slide_subtitle {
    opacity: 0;
}
.qua_slide_desq {
    font: 400 26px Josefin Sans, Arial;
    line-height: 1.35417;
    margin: 30px 0;
}
.qua_slide_desq_small {
    font: 400 18px Josefin Sans, Arial;
    line-height: 1.35417;
    margin: 40px 0 40px 9px;
    padding-right: 24px;
}
.qua_slide_desq_great {
    font: 500 24px Open Sans, Arial;
    text-transform: uppercase;
}
.qua_slide_title_great:after {
    display: block;
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    width: 112px;
    margin: 30px 0;
}
.text-center .qua_slide_title_great:after {
    margin: 30px auto;
}
.text-right .qua_slide_title_great:after {
    margin: 30px 0 30px auto;
}
.qua_wht_txt .qua_slide_title_great:after {
    background: rgba(255, 255, 255, 0.4);
}
.qua_slide_desq_btns {
    margin-top: 20px;
}
/*05.3 Scroll Down*/
.qua_scroll_down {
    position: absolute;
    bottom: 40px;
    text-decoration: none;
    font: 12px/18px Open Sans, Arial;
    color: #333333;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
}
.qua_scroll_down.qua_wht_txt b {
    border: 2px solid #FFFFFF;
}
.qua_scroll_down.qua_wht_txt {
    color: #FFFFFF;
}
.qua_scroll_down.qua_wht_txt b:before {
    background: #FFFFFF;
}
.qua_wht_txt .qua_scroll_down b {
    border: 2px solid #FFFFFF;
}
.qua_wht_txt .qua_scroll_down,
.qua_wht_txt .qua_scroll_down:hover {
    color: #FFFFFF;
}
.qua_wht_txt .qua_scroll_down b:before {
    background: #FFFFFF;
}
.qua_scroll_down:hover {
    color: #333333;
    text-decoration: none;
}
.qua_scroll_down b {
    width: 25px;
    height: 40px;
    border: 2px solid #333333;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}
.qua_scroll_down b:before {
    display: block;
    content: '';
    height: 4px;
    width: 2px;
    background: #333333;
    left: 10px;
    top: 8px;
    position: absolute;
    animation: 2s ease 0s normal none infinite mouse-down;
    -webkit-animation: 2s ease 0s normal none infinite mouse-down;
}
@keyframes mouse-down {
    0% {
        height: 4px;
    }
    50% {
        height: 12px;
    }
    100% {
        height: 4px;
    }
}
/*About Images*/
.qua_image_bottom {
    position: absolute;
    bottom: 0;
    object-fit: cover;
}
.qua_working_hours i {
    font-style: normal;
    width: 100px;
    display: inline-block;
}
.qua_big_img img {
    min-height: 600px;
    object-fit: cover;
    min-width: 700px;
}
.qua_img_about img {
    min-height: 400px;
    max-height: 500px;
    object-fit: cover;
}
/*===============================================*/
/* 06. Shortcodes                                */
/*===============================================*/
.qua_gravity_content img {
    object-fit: cover;
    min-height: 400px;
}
.qua_portfolio_gravity:hover .qua_gravity_title {
    background: rgba(255, 255, 255, .6);
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}
.qua_portfolio_gravity:hover .qua_gravity_title .qua_port_icons {
    opacity: 1;
    position: absolute;

}
.qua_portfolio_gravity:hover .qua_gravity_title .qua_gravity_icons i {
    top: -25%;
}
.qua_portfolio_gravity .qua_gravity_title .qua_gravity_icons:hover i {
    background-color: #FFFFFF;
}
.qua_portfolio_gravity .qua_gravity_title .qua_gravity_icons i {
    opacity: 1;
    position: absolute;
    color: #000000;
    left: 14px;
    font-size: 24px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 26px;
    border-radius: 50%;
    top: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.qua_gravity_title {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    opacity: 0;
    top: 60%;
    width: 92%;
    padding: 30px;
}
.qua_gravity_title h3 {
    font: 700 18px/24px Open Sans, Arial;
}

.qua_gravity_content {
    width: 350px;
    height: 400px;
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0px 3px 22px -1px rgba(0, 0, 0, 0.2);
}
.qua_slide_gallery.qua_gravity .owl-controls {
    bottom: -18%;
    top: inherit;
}
.qua_slide_gallery.qua_gravity.owl-theme .owl-controls .owl-page span,
.qua_slider_txt.qua_gravity.owl-theme .owl-controls .owl-page span {
    width: 22px;
    height: 12px;
    color: #FFFFFF;
    margin: 15px 3px;
    border: 5px solid #337AB7;
    border-radius: 0;
    border-color: #337AB7;
    background-color: #FFFFFF;
}

.qua_slide_gallery.qua_gravity.owl-theme .owl-controls .owl-page.active span,
.qua_slider_txt.qua_gravity.owl-theme .owl-controls .owl-page.active span {
    color: #FFFFFF;
    border: 5px solid #044882;
}
.qua_color_green .qua_slide_gallery.qua_gravity.owl-theme .owl-controls .owl-page span {
    border: 5px solid #A9D087;
    border-color: #A9D087;

}
.qua_color_green .qua_slide_gallery.qua_gravity.owl-theme .owl-controls .owl-page.active span {
    color: #FFFFFF;
    border: 5px solid #72BE2E;
}
.qua_color_green_dark .qua_slide_gallery.qua_gravity.owl-theme .owl-controls .owl-page span {
    border: 5px solid #A9D087;
    border-color: #A9D087;

}
.qua_color_green_dark .qua_slide_gallery.qua_gravity.owl-theme .owl-controls .owl-page.active span {
    color: #FFFFFF;
    border: 5px solid #72BE2E;
}
/*TEXT ANIMATION CHANGE WORDS */
.qua_wrapper_full_sl {
    width: 100%;
    position: relative;
    margin: 30px 0px 0 0px;
    padding: 0 14px 30px 0;
}
.qua_wrapper_slider {
    width: 75%;
    position: relative;
    margin: 8px 0 0 199px;
    padding: 7px;
    margin-bottom: 82px;
}
.qua_wrapper {
    width: 100%;
    position: relative;
    margin: 110px 10px 0 10px;
    padding: 14px;
}
.qua_sentence {
    margin: 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.qua_wht_txt .qua_sentence span {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: 100%;
}
.qua_sentence span {
    color: #444444;
    white-space: nowrap;
    font-size: 100%;
}
.qua_words {
    display: inline;
    text-indent: 10px;
}
.qua_words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    color: #6B969D;
}

.qua_words_1 span {
    animation: rotateWordsFirst 18s linear infinite 0s;
}
.qua_words_2 span {
    animation: rotateWordsSecond 18s linear infinite 0s;
}
.qua_words span:nth-child(2) {
    animation-delay: 3s;
    color: #6B889D;
}
.qua_words span:nth-child(3) {
    animation-delay: 6s;
    color: #6B739D;
}
.qua_words span:nth-child(4) {
    animation-delay: 9s;
    color: #B6D3E1;
}
.qua_words span:nth-child(5) {
    animation-delay: 12s;
    color: #B6D3E1;
}
.qua_words span:nth-child(6) {
    animation-delay: 15s;
    color: #B6D3E1;
}
@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
    25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.9; width: 0px; }
    20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}
/*Background Letter*/
.qua_bg_letter {
    font: 400 1700px Shrikhand, Arial;
    position: absolute;
    color: rgba(255, 255, 255, .4);
    z-index: -3;
    top: 2%;
    left: 0%;
    transform: rotate(10deg);
}
.qua_bg_letter_2 {
    font: 400 1700px Shrikhand, Arial;
    position: absolute;
    color: rgba(255, 255, 255, .4);
    z-index: -3;
    top: 40%;
    left: 0%;
    transform: rotate(10deg);
}


/*Gradient Borders*/
.qua_bd_grad .qua_icon_box_content {
    border-width: 3px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(white, rgba(255, 255, 255, .4)) 10% 10%;
    -webkit-border-image: -webkit-linear-gradient(white, rgba(255, 255, 255, .4)) 10% 10%;
    -moz-border-image: -moz-linear-gradient(white, rgba(255, 255, 255, .4)) 10% 10%;
    -o-border-image: -o-linear-gradient(white, rgba(255, 255, 255, .4)) 10% 10%;
    border-image: linear-gradient(white, rgba(255, 255, 255, .4)) 10% 10%;
    margin: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Gradient Txt*/
.qua_color_txt_grad {
    background: -webkit-linear-gradient(to right, #D200FF 0%, #6442FF 100%);
    background: linear-gradient(to right, #D200FF 0%, #6442FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_txt_grad span {
    background: -webkit-linear-gradient(to bottom, #D200FF 0%, #6442FF 100%);
    background: linear-gradient(to bottom, #D200FF 0%, #6442FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-width: 106px;
}
.qua_color_txt_grad span.char3 {
    margin-left: -16px;
}
.qua_color_txt_grad span.char4 {
    margin-left: -23px;
}
.qua_txt_gradient h2 {
    font-size: 46px;
    background: -webkit-linear-gradient(#DEDEDE, #151515);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #2657EA 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_green_dark .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #72BE2E 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #72BE2E 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_blue .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #74B1FF 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_orange .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #FFB640 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_purpule .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #8719D7 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_green .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #5DC09C 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_lblue .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #32C5D2 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_aqua .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #A1CFBD 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_grey .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #8AA4B4 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_red .qua_txt_gradient .qua_icon_box i {
    background: linear-gradient(to right, #2C2C2C 0%, #AAAAAA 90%);
    background: -webkit-linear-gradient(left, #2C2C2C 0%, #FF3838 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_txt_gradient h3 {
    font-size: 26px;
}
/*Iframe*/
.qua_post_full iframe {
    width: 100%;
    height: 415px;
    frameborder: 0;
}
.qua_simple_block iframe {
    width: 100%;
    height: 415px;
    frameborder: 0;
}
.qua_auto_height.qua_thin_title iframe {
    width: 100%;
    height: 450px;
    frameborder: 0;
}
.qua_corporate_black .qua_auto_height.qua_thin_title iframe {
    width: 100%;
    height: 415px;
    frameborder: 0;
}
.qua_auto_height.qua_thin_title.qua_iframe_full iframe {
    width: 100%;
    height: 100%;
    frameborder: 0;
}
/*Countdown*/
.countdown-section {
    padding: 70px 50px;
    width: 100%;
}
/*06.5 Countdown*/
.countdown-row {
    text-align: center;
    display: block;
    margin: 50px 0;
}
.countdown-row:after {
    display: block;
    content: '';
    clear: both;
}

.countdown-section {
    padding: 70px 0;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    width: 25%;
}
.countdown-section:before {
    border: 4px solid #FFFFFF;
    position: absolute;
    display: block;
    content: '';
    top: 15px;
    bottom: 15px;
    left: 13px;
    right: 13px;
    z-index: 2;
}
.countdown-section:after {
    display: block;
    content: '';
    background-color: #262626;
    top: 0;
    right: 2px;
    left: 2px;
    bottom: 0;
    position: absolute;
}
.countdown-amount {
    font-size: 58px;
    line-height: 58px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.countdown-amount:after {
    content: '/';
    display: inline-block;
}
.countdown-period {
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
    color: #FFFFFF;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
/*Personal*/
.qua_scrollable_txt {
    background-color: #FFFFFF;
    padding: 60px;
    box-shadow: 15px -2px 35px #C1C1C1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.qua_shrikhand .qua_scrollable_txt {
    box-shadow: 16px -6px 32px #B89BFA;
}
.qua_grade {
    background-color: #6F6F70;
    padding: 10px;
    display: inline-block;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.qua_team_box:hover .qua_grade {
    opacity: 0;
}

.qua_wht_txt .qua_grade {
    color: #FFFFFF;
}
.qua_grade_title h4 {
    font: 600 24px Open Sans, Arial !important;
}
.qua_icon_box.qua_grade_title:hover .qua_testimonials {
    opacity: 1;
    top: 76px;
}
/*06.1 Icon Boxes*/
.qua_icon_boxes {
    margin-top: 80px;
}
.qua_icon_box, .qua_anim_box {
    margin-bottom: 30px;
    color: #000000;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding: 0 10px;
}
.qua_animation_no_padding .qua_anim_box {
    margin-bottom: 0;
}
.qua_wht_txt .qua_icon_box, .qua_anim_box {
    color: #FFFFFF;
}
.qua_icon_box h4 {
    font: 500 16px Open Sans, Arial;
    text-transform: uppercase;
    line-height: 1.225;
    margin-bottom: 25px;
}
.qua_icon_box h4:after {
    display: block;
    content: '';
    height: 1px;
    width: 100px;
    background: #C9C9C9;
    margin-top: 15px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.qua_wht_txt .qua_icon_box h4:after {
    background: #FFFFFF;
    opacity: 0.5;
}
.qua_icon_box.qua_wht_txt h4:after {
    background: #FFFFFF;
    opacity: 0.5;
}
.text-right .qua_icon_box h4:after {
    margin-right: 0;
}
.text-left .qua_icon_box h4:after {
    margin-left: 0;
}
.qua_icon_box:hover h4:after {
    width: 150px;
}
.qua_icon_box h4 b {
    display: block;
    font-size: 20px;
    margin: 0 0 4px;
}


.qua_icon_box h4 b:after {
    display: block;
}
.qua_icon_box h4 strong {
    display: block;
    font: 700 60px/60px Open Sans, Arial;
    margin-bottom: 20px;
}
.qua_material .qua_icon_box i {
    font-size: 30px;
    margin: -3px 0 0 -33px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 22px;
    border-radius: 50%;
}
.qua_material .qua_icon_box:hover i {

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.1);

}
.qua_material .qua_icon_box.qua_no_shadow i {
    font-size: 20px;
    margin: -40px 0 0 -25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    box-shadow: 0px 0px 0px 0px;
}
/*.qua_icon_box i {
    font-size: 40px;
    margin: 24px 0 0 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
}*/
.qua_med .qua_icon_box i {
    color: #5AC0D7;
}
.qua_color_blue .qua_icon_box i {
    color: #74B1FF;
}
.qua_color_orange .qua_icon_box i {
    color: #F1980A;
}
.qua_color_purpule .qua_icon_box i {
    color: #B966F5;
}
.qua_color_green .qua_icon_box i {
    color: #5DC09C;
}
.qua_color_green_dark .qua_icon_box i {
    color: #72BE2E;
}
.qua_color_lblue .qua_icon_box i {
    color: #32C5D2;
}
.qua_color_aqua .qua_icon_box i {
    color: #8BA99D;
}
.qua_color_grey .qua_icon_box i {
    color: #41515B;
}
.qua_color_red .qua_icon_box i {
    color: #FF2929;
}
.qua_icon_box:hover i {
    color: #000000;
}
.qua_wht_txt .qua_icon_box i {
    color: #FFFFFF;
}
.qua_services_bg .qua_icon_box_content {
    border: 1px solid #F4F4F4;
    background-image: url(../images/wall_bg.jpg);
    box-shadow: 3px 8px 24px #646262;
    padding: 3px 10px 20px 35px;
}
.qua_services_bg .qua_icon_box_content:hover {
    transform: perspective(500px) translate3d(0px, 3px, 3px);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    box-shadow: 6px 8px 24px #646262;
}
.qua_icon_box_content {
    /*overflow: hidden;*/
    padding: 0 10px 0 65px;
    position: relative;
}
.qua_icon_box_photo_testimonials:before {
    transition: all 0.5s;
    position: absolute;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    opacity: 0;
    z-index: 1;
}
.qua_icon_box:hover .qua_icon_box_photo_testimonials:before {
    opacity: 1;

}

.qua_testimonials {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 45px 40px;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    left: 50%;
    margin: 0 0 0 -50%;
    top: 70%;
    pointer-events: none;
    bottom: -1%;
    top: 10%;
}
.qua_test_name {
    z-index: 1;
}
.qua_test_cont:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.qua_icon_box:hover .qua_testimonials {
    opacity: 1;
    top: 100px;
}

.qua_testimonials b {
    display: block;
    font: 500 20px/30px Open Sans, Arial;
    margin-bottom: 10px;
    margin-top: 40px;
}


/*06.2 Animation Blocks*/
.noactive .qua_icon_box, .noactive .qua_anim_box {
    opacity: 0;
    top: 30px;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.active .qua_icon_box, .active .qua_anim_box {
    opacity: 1;
    top: 0;

}
/*06.2.01 Iphone Animations*/
.qua_gradient_sl .qua_iphone {
    min-width: 500px;
    min-height: 500px;
    position: absolute;
}
.qua_gradient_sl .qua_iphone_pink {
    top: 70px;
}
.qua_iphone {
    min-width: 400px;
    min-height: 500px;
    position: absolute;
}

.qua_iphone_gold {
    z-index: 1;
    -webkit-transition: top 5s;
    -o-transition: top 5s;
    transition: top 4s;
    right: 0;
    top: -40px;
}
.text-center .qua_iphone_gold {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 80px;
}
.text-center .qua_iphone_pink {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -80px;
    height: 567px;
    width: 200px;
}
.text-center .active .qua_iphone_pink {
    top: -40px;
}
.text-center .active .qua_iphone_gold {
    top: 45px;
}
.qua_iphone_gold_front {
    z-index: 2;
    right: 200px;
}
.qua_iphone_pink {
    top: 0;
    z-index: 2;
    right: 180px;
    width: 250px;
    height: 708px;
    -webkit-transition: top 1s;
    -o-transition: top 1s;
    transition: top 2s;
}
.qua_iphone_pink_back {
    z-index: 1;
    right: 0;
}
.active .qua_iphone_pink {
    top: -50px;
}
.active .qua_iphone_gold {
    top: 20px;
}
/*Scrollable Iphone Animation*/
.qua_iphone_scrollable {
    width: 200px;
    height: 567px;
    position: absolute;
    min-width: 300px;
    min-height: 850px;
}
/*06.2.02 Macbook Animation*/
.qua_macbook {
    background: url(../images/macbook2.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 600px;
    height: 403px;
    position: absolute;
    top: 50px;
    -webkit-transition: top 1s;
    -o-transition: top 1s;
    transition: top 2s;
}
.active .qua_macbook {
    top: -50px;
}

/*06.3 Browsers Images*/
.qua_browser_img {
    width: 770px;
    position: absolute;
    height: 400px;
    bottom: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.qua_browser_mobile {
    left: 0;
    bottom: -141px;
    z-index: 4;
    width: 450px;
}
.qua_browser_tablet {
    right: 0;
    bottom: -121px;
    width: 500px;
    z-index: 4;
}
.qua_browser_desktop {
    z-index: 5;
    left: 50%;
    margin-left: -425px;
    bottom: -82px;
}
.qua_browser_desktop:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/qua_desktop.png);
    width: 100%;
    height: 32px;
    z-index: 2;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    margin-top: -32px;
}
.qua_browser_mobile:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/qua_mobile_header.png);
    width: 100%;
    height: 42px;
    z-index: 2;
    background-size: cover;
    margin-top: -42px;
    border-radius: 5px 5px 0 0;
}
.qua_browser_tablet:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/qua_tablet_header.png);
    width: 100%;
    height: 41px;
    z-index: 2;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    margin-top: -41px;
}
.qua_browsers {
    height: 300px;
    position: relative;
    bottom: -128px;
}

.qua_browsers .active .qua_browser_desktop {
    bottom: -32px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.qua_browsers .active .qua_browser_mobile {
    bottom: -202px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.qua_browsers .active .qua_browser_tablet {
    bottom: -141px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.qua_browsers .active .qua_browser_tablet:hover {
    bottom: -19px;
    z-index: 5;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.qua_browsers .active .qua_browser_mobile:hover {
    bottom: -10px;
    z-index: 6;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.qua_browsers .active .qua_browser_desktop:hover {
    bottom: -11px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.qua_browsers .active .qua_browser_tablet:hover .qua_pop_btn,
.qua_browsers .active .qua_browser_mobile:hover .qua_pop_btn,
.qua_browsers .active .qua_browser_desktop:hover .qua_pop_btn {
    opacity: 1;
}
/*06.4 Team*/
.qua_icon_box_photo,
.qua_icon_box_photo_testimonials {
    overflow: hidden;
    height: 300px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
}
.qua_team_box h4 b {
    display: inline-block;
    margin: 8px 0;
    font: 900 26px/38px Open Sans, Arial;
}
.qua_team_box {
    margin-bottom: 0;
}


.qua_icon_box_photo img,
.qua_icon_box_photo_testimonials img {
    min-width: 350px;
    min-height: 300px;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.3s ease;
    transform: scale(1);
    transition: all 0.4s ease-in-out 0.5s;
}
.qua_icon_box:hover .qua_icon_box_photo img,
.qua_icon_box:hover .qua_icon_box_photo_testimonials img {
    transform: scale(1.1);
}
.qua_team_social {
    transform: scale(9);
    transition: all 0.4s ease-in-out 0.1s;
    opacity: 0;
    position: absolute;
    top: 85%;
    left: 50%;
    z-index: 8;
}
.text-center .qua_icon_box .qua_team_social .ti {
    color: #FFFFFF;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.qua_icon_box:hover .qua_team_social {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
    transform: translateY(-50%) translateX(-50%);
}
.qua_team_social a {
    text-decoration: none;

}
.qua_icon_box .qua_team_social i {
    font-size: 26px;
    margin: 0 15px 0 15px;
}
.text-center .qua_icon_box .qua_team_social .ti:hover:before {
    color: #000000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.qua_icon_box_photo:after {
    transition: all 0.5s;
    position: absolute;
    transform: scale(0);
    background: rgba(255, 255, 255, .3);
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    opacity: 0;
}
.qua_icon_box_photo:before {
    transition: all 0.5s;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    opacity: 0;
    z-index: 1;
}
.qua_icon_box_photo:hover:before {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 1;
}

.qua_icon_box_photo:hover:after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    animation: bcgHover .6s ease-out both;
}

@keyframes bcgHover {
    5% {
        opacity: 0;

    }
    15% {
        opacity: 0.4;

    }
    25% {
        opacity: 0.8;

    }
    50% {
        opacity: 0.4;
    }
    75% {
        opacity: 0.2;

    }
    100% {
        opacity: 0;

    }
}


/*06.5 Sliders*/
.owl-theme .owl-controls .owl-page span {
    width: 31px;
    height: 4px;
    margin: 0px;
    border: 1px solid #6C7480;
    border-radius: 31%;
    background-color: #80909E;
    margin-bottom: 40px;
    margin-top: 15px;
}
.qua_blackcreative .owl-theme .owl-controls .owl-page span {
    background-color: #C40000;
    border: 1px solid #C40000;
}
.qua_color_orange .owl-theme .owl-controls .owl-page span {
    background-color: #FFB640;
    border: 1px solid #FFA007;
}
.qua_color_purpule .owl-theme .owl-controls .owl-page span {
    background-color: #B966F5;
    border: 1px solid #772EAD;
}
.qua_color_green .owl-theme .owl-controls .owl-page span {
    background-color: #5DC09C;
    border: 1px solid #5DC09C;
}
.qua_color_lblue .owl-theme .owl-controls .owl-page span {
    background-color: #32C5D2;
    border: 1px solid #32C5D2;
}
.qua_color_aqua .owl-theme .owl-controls .owl-page span {
    background-color: #8BA99D;
    border: 1px solid #8BA99D;
}
.qua_color_grey .owl-theme .owl-controls .owl-page span {
    background-color: #41515B;
    border: 1px solid #41515B;
}
.qua_color_red .owl-theme .owl-controls .owl-page span {
    background-color: #FF3838;
    border: 1px solid #FF3838;
}
.qua_team_slider_sepia .qua_team_box img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
}
.qua_team_slider_sepia .qua_team_box:hover img {
    -webkit-filter: sepia(0%);
    -o-filter: sepia(0%);
    filter: sepia(0%);
}

.qua_team_slider_bw .qua_team_box img, .qua_team_slider_bw .qua_news_img img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.qua_team_slider_bw .qua_team_box:hover img, .qua_team_slider_bw .qua_news_img:hover img {
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*Spa News*/

.qua_spa .qua_team_slider_bw .qua_news_img img {
    -webkit-filter: contrast(100%);
    -o-filter: contrast(100%);
    filter: contrast(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.qua_spa .qua_team_slider_bw .qua_news_img:hover img {
    -webkit-filter: contrast(130%);
    -o-filter: contrast(130%);
    filter: contrast(130%);
}

.qua_team_slider .owl-prev {
    left: 0;
    z-index: 2;
}
.qua_team_slider .owl-next {
    right: 0;
    z-index: 2;
}
.qua_team_slider .owl-buttons {
    bottom: 50%;
    position: absolute;
    width: 100%;
}
/*Single Slider*/
.qua_slider_single .owl-pagination {
    display: none;
}
.qua_slider_single .owl-buttons {
    display: block;
}

.qua_slider_single .owl-buttons i {
    color: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    background-color: rgb(29, 29, 29);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_color_blue .qua_slider_single .owl-buttons i {
    background-color: rgb(77, 113, 159);
}
.qua_color_orange .qua_slider_single .owl-buttons i {
    background-color: rgb(241, 152, 10);
}
.qua_color_purpule .qua_slider_single .owl-buttons i {
    background-color: rgb(38, 2, 64);
}
.qua_color_green .qua_slider_single .owl-buttons i {
    background-color: rgb(93, 192, 156);
}
.qua_color_green_dark .qua_slider_single .owl-buttons i {
    background-color: #72BE2E;
}
.qua_color_lblue .qua_slider_single .owl-buttons i {
    background-color: rgb(50, 197, 210);
}
.qua_color_aqua .qua_slider_single .owl-buttons i {
    background-color: rgb(139, 169, 157);
}
.qua_color_grey .qua_slider_single .owl-buttons i {
    background-color: rgb(65, 81, 91);
}
.qua_color_red .qua_slider_single .owl-buttons i {
    background-color: rgb(255, 56, 56);
}
.qua_slider_single .owl-buttons i:hover {
    background-color: rgba(29, 29, 29, .5);
}

.qua_slider_single .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
}

.qua_slider_single .owl-controls .owl-buttons div {
    transform: scale(2);
    position: absolute;
    opacity: 1;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_slider_single .owl-controls .owl-buttons div:hover {
    transform: scale(2.5);
}
.qua_slider_single .owl-prev {
    left: 40px;
}
.qua_slider_single .owl-next {
    right: 40px;
}
.qua_slider_single.qua_sl_wide .owl-prev {
    left: -80px;
}
.qua_slider_single.qua_sl_wide .owl-next {
    right: -80px;
}
.qua_slider_single .owl-wrapper .owl-item.active {
    transform: perspective(500px) scale(1);
    overflow: hidden;
    opacity: 1;
    transition: all .9s;
}
.qua_slider_single .owl-wrapper .owl-item {
    overflow: hidden;
    transform: perspective(500px) scale(0.6);
    opacity: 0.2;
    -webkit-transition: all time;
    -o-transition: all time;
    transition: all .9s;
}

/*06.6 News Block*/
.qua_news_block {
    text-align: left;
    display: block;
}
.qua_news_block.text-center {
    text-align: center;
}

.qua_news_block img {
    width: 100%;
    height: auto;
    /*min-height: 240px;*/
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.qua_news_block:hover img {
    transform: scale(1.2);
}
.qua_news_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.qua_news_img_lh {
    height: 400px;
}
.qua_news_block:hover .qua_news_img_lh img {
    transform: scale(1.1);
}
.qua_news_block:hover {
    text-decoration: none;
}
.qua_news_title {
    font: 400 24px/32px Open Sans, Arial;
    display: block;
    margin-bottom: 10px;
}
.qua_news_author {
    display: block;
    margin: 5px 0 20px;
    opacity: 0.6;
}
.qua_team_slider_single .qua_news_block {
    width: 340px;
    margin-right: auto;
    margin-left: auto;
}
.qua_team_slider_single .qua_news_block.text-left {
    width: auto;
}


/*06.7 Around Block*/
.qua_around_bl {
    margin-bottom: 50px;
    position: relative;
}
.qua_around_bl b {
    display: block;
    font-size: 20px;
    line-height: 1.8;
    margin: 10px 0;
}
.qua_around_bl i {
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    display: block;
    position: relative;
    margin: 0;
}

.qua_choose_img {
    min-height: 450px;
    object-fit: cover;
}
.qua_choose:hover .qua_pop_btn {
    opacity: 1;
    z-index: 5;
}


/*06.8 Price*/
.qua_material .qua_price_bl {
    border: none;
    box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.1);
}
.qua_price_bl {
    border: 1px solid #4B536B;
    padding: 50px 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.qua_price_bl:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -10px, 0);
}
.qua_price_bl h4 {
    font-size: 30px;
}
.qua_price_bl ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.qua_price_bl li {
    margin-bottom: 10px;
}
.qua_price_pr {
    color: #000000;
    margin: 30px 0;
}
.qua_wht_txt .qua_price_pr, .qua_wht_txt .qua_price_pr span, .qua_wht_txt .qua_price_bl {
    color: #FFFFFF;
}
.qua_wht_txt .qua_price_bl:hover {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
}
.qua_wht_txt .qua_price_bl {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.qua_price_pr i {
    position: relative;
    font-size: 20px;
    font-style: normal;
    display: block;
    margin: 0;
}
.qua_price_pr span {
    position: relative;
    font-size: 8px;
    font-style: normal;
    color: #333333;
    display: inline-block;
    text-align: left;
    line-height: 14px;
}
.qua_price_pr b {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 35px;
    font-weight: normal;
}

/*06.9 Services Block*/
.qua_service_block {
    height: 300px;
    display: block;
}
.qua_service_block i {
    font-size: 40px;
}
.qua_service_block h4 {
    margin: 15px 0 0;
    font: 900 30px/30px Open Sans, Arial;
    text-transform: uppercase;
}
.qua_service_block .qua_simple_block {
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.qua_service_block:hover .qua_simple_block {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.qua_service_block .qua_over {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.qua_service_block:hover .qua_over {
    opacity: 0 !important;
}
.qua_service_block:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.qua_contact:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.qua_services_item_cont {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #000000;
}
.qua_black_block .qua_services_item_cont {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px;
}
.qua_black_block .qua_services_item_cont i {
    font-size: 46px;
    background: -webkit-linear-gradient(#5178E7, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_orange .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#F1980A, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_purpule .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#9E28F3, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_green .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#71FFCB, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_green_dark .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#72BE2E, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_lblue .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#3EEFFF, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_aqua .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#7CD2B0, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_grey .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#6CC7FF, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_color_red .qua_black_block .qua_services_item_cont i {
    background: -webkit-linear-gradient(#FF2929, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.qua_black_block .qua_services_item_cont h4 {
    font: 200 36px Josefin Sans, Arial;
}
.qua_black_block .qua_services_item_cont p {
    color: #EEEEEE;
    font-size: 18px;
    font: 100 18px/26px Josefin Sans, Arial;
    margin-bottom: 0;
}
.qua_services_item_cont i {
    font-size: 26px;
}


/*===============================================*/
/* 07. Footer                                    */
/*===============================================*/

footer {
    padding-top: 87px;
    padding-bottom: 84px;
}
.qua_page_margin footer {
    box-shadow: 0px -27px 48px 7px #C9C9C9;
}
.qua_footer_social {
    height: 50px;
}
.qua_footer_social a {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: top;
    width: 40px;
    text-align: center;
    font-size: 18px;
}
.qua_footer_social a:hover {
    font-size: 24px;
    color: #292929;
}
.qua_footer_social a i {
    position: relative;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li a:before {
    display: inline-block;
    content: '-';
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
footer ul li a:hover:before {
    margin-right: 15px;
}
footer h4:after {
    display: block;
    content: '';
    position: relative;
    width: 70px;
    height: 1px;
    background: #333333;
    margin: 10px 0 20px;
    opacity: 0.5;
}
footer.qua_wht_txt h4:after {
    background: #FFFFFF;
}
footer a {
    color: #333333;
}
.qua_block {
    margin: 20px 0;
}
/*07.1 To Top*/
.bottom-buttons.vertical {
    right: 10px !important;
}
.bottom-buttons .b-btn {
    /*position: fixed;*/
    bottom: 0;
    /*right: 44px;*/
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    z-index: 10;
    padding: 18px 17px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: block;
}
.qua_material .qua_top {
    right: 25px;
}
/*organic top*/
.body_no_height.qua_organic .qua_top {
    background: #D2D8A9;
    color: #FFFFFF;
}
.body_no_height.qua_organic .qua_top:hover {
    background: #E1EAA9;
    color: #FFFFFF;
}
/*restaurant top*/
.qua_restaurant.body_no_height .qua_top {
    background-image: url(../images/restaurant/bg_2.jpg);
    right: 34px;
    bottom: 34px;
    color: #FFFFFF;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.qua_restaurant.body_no_height .qua_top:hover {
    background: #000000;
    color: #FFFFFF;
}
/*Spa top*/
.qua_spa.body_no_height .qua_top {
    background-color: #D5D4FF;
    color: #FFFFFF;
    right: 24px;
    bottom: 24px;
}
.qua_spa.body_no_height .qua_top:hover {
    background-color: #9998E5;
    color: #FFFFFF;

}
.body_no_height.qua_fix_mnu .qua_top {
    background: #FFFFFF;
}
.body_no_height .qua_top {
    background: #E5E5E5;
}
.body_no_height.qua_black .qua_top {
    background: -webkit-linear-gradient(to right, #471480 0%, #6442FF 100%);
    background: linear-gradient(to right, #6442FF 0%, #471480 100%);
    color: #FFFFFF;
}
.body_no_height.qua_black .qua_top:hover {
    background: #6442FF;
    color: #FFFFFF;

}
.qua_blackcreative .qua_top {
    background: #FFFFFF;
    color: #000000;
    right: 43px;
}
.qua_second_step.qua_blackcreative .qua_top {
    bottom: #000000;
}
.qua_blackcreative .qua_top:hover {
    background: #000000 !important;
    color: #FFFFFF !important;
}
.qua_gradient .qua_top {
    background: #96DAF4;
}
.qua_gradient .qua_top:hover {
    background: #90DCD7 !important;
}
.body_no_height .qua_top:hover {
    background: #E5E5E5;
    color: #000000;
}
.bottom-buttons .b-btn:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
}
.bottom-buttons .b-btn:focus, .bottom-buttons .b-btn:active {
    text-decoration: none;
}
.qua_third_step .bottom-buttons .b-btn {
    opacity: 1;
}
.qua_second_step .qua_top {
    opacity: 1;
    bottom: 44px;
}

/*07.2 Map*/
.qua_map_over {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.qua_map_over i {
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
}
.qua_map_txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.active_map .qua_map_over {
    height: 0;
}
.active_map .qua_map_over .qua_icon_box_content {
    opacity: 0;
}
.qua_map {
    width: 100%;
    height: 450px;
}


/*===============================================*/
/* 08. Inside Pages                              */
/*===============================================*/

/*Photo Portfolio*/

.grid-sizer {
    width: 33.3333%;
}
.qua_port_trs .qua_portfolio_item {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, .6) !important;
}
.qua_portfolio_item {
    padding: 0;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .6);
}
.qua_gradient .qua_portfolio_item {
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 15px;
    background-color: #5291A5;
    border: 1px solid rgb(85, 195, 226);
}
.qua_portfolio_item_cont {
    position: relative;
    overflow: hidden;
    display: block;
}
.qua_material .qua_portfolio_item_cont {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.qua_material .qua_portfolio_item_cont:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}
.qua_portfolio_padding {
    margin: 15px -15px;
}
.qua_portfolio_no_padding {
    margin: 0
}
.qua_portfolio_no_padding .qua_portfolio_item {
    padding: 0
}
.qua_portfolio_item img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
}
.qua_portfolio_item:hover img {
    transition-delay: 0s;
}

.qua_port_titles {
    position: absolute;
    text-decoration: none;
    color: #FFFFFF;
    top: 35%;
    padding: 20px;
    z-index: 2;
    transform: scale(10);
    transition: all 0.4s ease-in-out 0.1s;
    opacity: 0;
    left: 0;
    width: 100%;
}
.qua_portfolio_item:hover .qua_port_titles,
.qua_portfolio_slide_item:hover .qua_port_titles {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
}
.qua_portfolio_item_cont:after {
    transition: all 0.5s;
    transform: perspective(500px) translate3d(0, -100%, 0);
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    opacity: 0;
}
.qua_demo_page .qua_portfolio_item_cont:after {
    background: rgba(0, 0, 0, 0.65);
    transition: all 0.5s ease-in 0.5s;
    transform: perspective(500px) scale(0.4);
}
.qua_demo_page {
    margin: 15px 10px;
}
.qua_portfolio_white .qua_portfolio_item_cont:after {
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease-in 0.4s;
    transform: perspective(500px) scale(0.4);
}
.qua_portfolio_white .qua_port_icons a, .qua_portfolio_white .qua_port_titles {
    color: #333333;
}
.qua_port_title {
    font: 400 23px/28px Open Sans, Arial, sans-serif;
    display: block;
    width: 100%;
}
.qua_port_subtitle {
    font: 400 18px/28px Open Sans, Arial, sans-serif;
    display: block;
    width: 100%;
}
.qua_port_icons {
    display: block;
    margin-top: 40px;
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    padding: 0 20px;
    transform: scale(1.3);
    transition-delay: 0.6s;
}
.qua_port_icons a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
}
.qua_port_icons a:first-child:after {
    display: inline-block;
    content: '';
    margin: 0 10px;
    font-weight: 100
}
.qua_port_icons a:hover {
    text-decoration: none;
}
.qua_portfolio_item:hover .qua_port_icons,
.qua_portfolio_slide_item:hover .qua_port_icons {
    margin-top: 20px;
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}
.qua_portfolio_item_cont:hover:after {
    opacity: 1;
    transform: perspective(500px) translate3d(0, 0, 0);
    transition-delay: .1s;
}
.qua_portfolio_item:hover {
    background-position: 0 -36px;
}
.qua_port_img {
    height: 120%;
    width: 120%;
    position: absolute;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    top: 0;
    left: 0;
}
.qua_portfolio_item:hover .qua_port_img {
    top: -20%;
}
.filter-button-group a {
    margin-right: 20px;
    cursor: pointer;
}
.container-fluid .filter-button-group {
    margin: 50px 0 40px;
}
.qua_portfolio_full .container-fluid h2 {
    margin-top: 30px;
}

.filter-button-group {
    margin-bottom: 40px;
}
/*Rotate Effect*/
.qua_portfolio_item .qua_rotate {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.qua_portfolio_item .qua_rotate:hover {
    transform: scale(1.2);
}
.qua_portfolio_item .qua_rotate:hover img {
    transform: rotate(3deg);
}

/*08.2 Pages Title*/
.qua_page_title {
    padding-bottom: 65px;
    padding-top: 147px;
    position: relative;
}
.qua_page_title_sm {
    padding-bottom: 58px;
    padding-top: 147px;
}
.qua_page_title_white {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.qua_page_title_dark {
    background: #292929;
    color: #FFFFFF;
}
.qua_page_title_dark a {
    color: #F2F2F2;
}
.qua_page_title_dark .breadcrumbs a:hover {
    color: #FFFFFF;
}
.qua_page_title h3 {
    margin: 0;
}
.qua_page_title_great {
    padding-bottom: 95px;
    padding-top: 257px;
}
.qua_page_slider_blog {
    padding-bottom: 185px;
    padding-top: 257px;
    position: relative;
}
/*08.3 Breadcrumbs*/
.breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    text-align: right;
}
.qua_page_title .breadcrumbs {
    padding-top: 30px;
}
.qua_page_title_sm .breadcrumbs {
    padding-top: 12px;
}
.breadcrumbs a {
    display: inline-block;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.breadcrumbs a:hover {
    color: #000000;
    text-decoration: none;
}
.breadcrumbs a:after {
    display: inline-block;
    content: '/';
    margin: 0 10px;
}

/*08.4 Demos*/
.end_demo_grid {
    background: #EEEEEE;
    padding: 5px 20px;
    display: block;
    text-align: center;
}

/*08.5 One Page Nav*/
.qua_nav_sidebar {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sticky_block .qua_nav_sidebar {
    position: fixed;
    top: 80px;
}
.hide_sticky_block .qua_nav_sidebar {
    position: fixed;
    top: 80px;
    opacity: 0;
    pointer-events: none;
}
.qua_nav_sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.qua_nav_sidebar ul a {
    display: block;
    margin-bottom: 10px;
}
.qua_nav_sidebar ul a:before {
    content: "\e649";
    display: inline-block;
    font-size: 10px;
    font-family: themify;
    margin-right: 10px;
    -webkit-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
}
.qua_nav_sidebar ul a:hover, .qua_nav_sidebar ul a:focus, .qua_nav_sidebar ul a:active {
    text-decoration: none;
}
.qua_nav_sidebar ul a:hover:before,
.qua_nav_sidebar .current a:before {
    margin-right: 15px;
}
.qua_nav_sidebar .current a {
    font-weight: bold;
}


/*08.6 Blog*/
.qua_post_item {
    margin-bottom: 80px;
}
.qua_post_item a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.qua_post_item .qua_post_title a:hover,
.qua_post_item .qua_post_info a:hover,
.qua_post_item .qua_post_more_link:hover, .qua_post_item .qua_post_more_link:focus {
    text-decoration: none;
    color: #000000;
}
.qua_post_item p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.qua_post_img .lightbox:after {
    content: "\e610";
    font-family: themify;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    z-index: 1;
    font-size: 140px;
    color: #000000;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
}
.qua_post_img .lightbox:hover:after {
    opacity: 1;
}
.qua_post_img .owl-controls {
    position: absolute;
    width: 100%;
    bottom: -68px;
}
.qua_post_img .owl-controls .owl-buttons {
    display: none;
}
.qua_post_img img {
    max-width: 100%;
    height: auto;
    /*object-fit: cover;*/
}
.qua_blog_fullwidth .qua_post_img img {
    max-width: 100%;
    max-height: 100%;
    min-height: 500px;
    object-fit: cover;
}
.qua_post_full img {
    object-fit: cover;
    max-height: 500px;
    min-width: 100%;

}
.qua_post_title h3 {
    font: 600 18px/32px Josefin Sans, Arial;
    text-transform: uppercase;
    margin: 0;
}
.qua_middle_title h3 {
    font: 600 24px/32px Josefin Sans, Arial;
    margin-bottom: 20px;
}
.qua_blog_title h3 {
    margin-bottom: 40px;
}
.qua_thin_title h3 {
    font: 100 24px Josefin Sans, Arial;
    text-transform: uppercase;
    line-height: 1.125;
    margin-bottom: 20px;
}
.qua_wht_txt .qua_middle_title h3:after {
    display: block;
    content: '';
    width: 112px;
    height: 1px;
    background: #FFFFFF;
    margin-top: 15px;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.qua_middle_title h3:after {
    display: block;
    content: '';
    width: 112px;
    height: 1px;
    background: #000000;
    margin-top: 15px;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.qua_post_img {
    margin-bottom: 30px;
}
.qua_post_img a {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    position: relative;
}
.qua_post_img a:hover {
    opacity: 0.5;
}
.qua_post_info, .qua_post_info a {
    color: #999999;
}
.qua_post_info {
    margin-bottom: 15px;
}
.qua_post_more_link:hover {
    text-decoration: none;
}
.qua_post_more {
    position: relative;
}
.qua_post_more_link span {
    margin: 0 15px 0 5px;
}
.qua_post_more_social_menu li {
    display: inline-block;
}
/*.dropdown-menu.qua_post_more_social_menu {
    border-radius: 0;
    padding: 15px;
    margin-top: -10px;
}
.dropdown-menu > li > a:hover {
    background: none;
    background-color: none;
    color: #000000;
}*/
.qua_portfolio_slide_item img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.qua_slide_gallery .owl-controls {
    position: absolute;
    width: 100%;
    top: 0%;
}
/*08.7 Widgets*/
.qua_blog .widget {
    border: 1px solid #C4C4C4;
    padding: 10px;
}
.widget {
    margin-bottom: 40px;
}
.widget .form-control {
    margin-bottom: 20px;
}
.widget h6 {
    font: 600 18px/28px Open Sans, Arial;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.list-unstyled li {
}
.list-unstyled .date {
    display: block;
    margin-bottom: 20px;
}

/*08.8 Comments*/
.img-comments {
    width: 90px;
    height: auto;
    margin-right: 30px;
    float: left;
}
.name-cmt {
    display: block;
    font-size: 20px;
}
.date-cmt {
    display: block;
    margin-bottom: 20px;
}
.content-cmt {
    overflow: hidden;
}
.answer, .reply {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEEEEE;
}
.reply {
    padding-left: 110px;
}

.form-comment {
    background: #EEEEEE;
    padding: 40px;
}
.content-reply {
    margin: 0;
    padding: 0;
}

/*08.9 Masonry*/
.masonry:after, .qua_portfolio_footer_white:after {
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    width: 100%;
    height: 200px;
    bottom: 0;
    position: absolute;
    pointer-events: none;
}

.masonry {
    margin-bottom: -50px;
}
.qua_masonry_full {
    margin-top: 60px;
    margin-left: 5px;
    margin-right: 5px;
}

/*08.10 Projects*/
.qua_project_attribute {
    margin: 0 0 5px
}
.qua_project_label {
    display: inline-block;
    width: 90px;
    font-weight: bold
}
.qua_project_soc a {
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.qua_project_soc a:hover {
    text-decoration: none;
    color: #000000
}
.qua_project_slider {
    margin: 80px 0
}

/*08.11 Shop*/
.qua_shop_item {
    width: 100%;
    margin: 0 0 40px 0;
    display: block;
    position: relative;
}
.qua_shop_item img {
    width: 100%;

}
.qua_shop_item_slider .owl-item img {
    filter: blur(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.qua_shop_item_slider .active img {
    filter: blur(0);
}
.qua_shop_item_slider a {
    display: block;
}
.qua_shop_item_slider .owl-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: -40px
}
.qua_shop_item_slider .owl-controls {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.qua_shop_item_slider .owl-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    border: 0;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(2);
}
.owl-theme .owl-controls .owl-buttons div .ti {
    margin: 0;
    font-size: 10px;
    position: relative;
}
.owl-next {
    right: -20px;
    opacity: 0
}
.owl-prev {
    left: -20px;
    opacity: 0
}
.qua_shop_item_slider:hover .owl-controls .owl-buttons .owl-next {
    right: 10px;
    opacity: 1;
    transform: scale(1);
}
.qua_shop_item_slider:hover .owl-controls .owl-buttons .owl-prev {
    left: 10px;
    opacity: 1;
    transform: scale(1);
}
.qua_shop_item_title {
    display: block;
    height: 100px;
    margin: 20px 40px 0 0;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.qua_shop_item_title:hover {
    color: #000000
}
.qua_shop_item_title b {
    display: block;
    color: #000000
}
.qua_shop_item_title s {
    color: #999999
}
.qua_shop_item_title:hover {
    text-decoration: none
}
.qua_shop_item_links {
    width: 100%;
    position: absolute;
    z-index: 3;
    margin: 0 0 0 0;
    text-align: right;
}
.qua_shop_item_links a {
    font-size: 20px;
    display: inline-block;
    padding: 22px 0;
    width: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.qua_shop_item_links i {
    margin: 0;
    position: relative;
    font-size: 20px
}
.qua_icon_box:hover .qua_shop_item_links i {
    color: #6F6F6F;
}
.qua_shop_item_links a:hover {
    text-decoration: none;
    color: #000000;
}
.qua_shop_item_sale {
    position: absolute;
    top: 20px;
    z-index: 2;
    background: #292929;
    padding: 5px 20px;
    color: #FFFFFF
}
.qua_shop_header {
    margin: 0 0 80px 0
}
.rating-box {
    margin-bottom: 20px;
}
input, select, textarea {
    border: 1px solid #ADADAD;
}

/*08.12 Tags*/
.qua_tags a {
    display: inline-block;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.qua_tags a:hover {
    background: #292929;
    color: #FFFFFF;
    text-decoration: none;
}

/*08.13 Related Products*/
.qua_product_thumbnail img {
    width: 80px;
    float: right;
    margin: 0 0 0 20px
}
.qua_products_recent li {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 20px 0
}
.qua_products_recent li:last-child {
    margin: 0 0 20px 0;
    border-bottom: 0;
    padding: 0
}
.qua_product_price {
    display: block;
}
.qua_product_price s {
    color: #999999
}
.qua_product_close {
    padding: 3px;
    font-size: 5px;
    background: #292929;
    color: #FFFFFF;
    margin: 0 5px 0 0;
    height: 15px;
    padding: 5px;
    line-height: 8px;
    display: inline-block;
}
.qua_product_close a:hover {
    text-decoration: none;
}

/*08.14 Checkout*/
.checkout-row {
    margin-bottom: 40px;
}

/*08.15 Cart*/
.table_head {
    font: 600 18px/28px Open Sans, Arial;
    margin: 10px 0 20px;
    text-transform: uppercase;
}
.cart-table .row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.product-info a {
    font-size: 18px;
}
.product_item_line .qua_product_thumbnail img {
    float: left;
    margin: 0 20px 0 0;
}
.cart-price {
    font-size: 18px;
}
.increase-qty {
    cursor: pointer;
    font-size: 16px;
    height: 15px;
    margin: 3px 0 0;
    overflow: hidden;
    position: absolute;
    right: 8px;
    z-index: 3;
    top: 2px;
}
.decrease-qty {
    cursor: pointer;
    font-size: 16px;
    margin: 7px 0 0;
    position: absolute;
    right: 8px;
    bottom: 2px;
}
.add-to-cart {
    position: relative;
    max-width: 100px;
}
.add-to-box {
    margin-bottom: 20px;
}

/*08.16 Single Products*/
.product_inside {
    margin-bottom: 40px;
}
.special-price {
    font-size: 40px;
}
.price-box {
    margin-bottom: 40px;
}
.product_inside .qua_shop_item_slider img {
    max-width: 100%;
}
.product_inside .qua_shop_item_slider {
    position: relative;
}

/*08.17 Restaurant*/
.qua_rest_menu_item {
    margin: 0 0 15px;
    font-size: 24px;
    position: relative;
    padding: 0 90px 15px 0;
    border-bottom: 1px dotted #CCCCCC;
}
.qua_wht_mnu .qua_rest_menu_item {
    border-bottom: 1px dotted #242424;
}
.qua_rest_menu_item:last-child {
    border-bottom: 0;
}
.qua_rest_menu_item:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;

}
.qua_rest_menu_item b {
    position: absolute;
    right: 0;
    top: 0;
}
.qua_rest_menu_item i {
    display: block;
    font-style: normal;
    font-size: 16px;
    padding-top: 12px;
}
.qua_rest_mnu_img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    -webkit-box-shadow: 2px 8px 39px #343434;
    box-shadow: 2px 8px 39px #343434;
}
.qua_wht_mnu .qua_rest_mnu_img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    -webkit-box-shadow: 2px 8px 39px #B9B9B9;
    box-shadow: 2px 8px 39px #B9B9B9;
}
.qua_wht_mnu img.qua_rest_mnu_img {
    border: 4px solid rgba(32, 33, 37, .8);
}
img.qua_rest_mnu_img {
    border: 4px solid rgba(0, 0, 0, 1);
}
.qua_mnu_item_desq {
    display: inline-block;
    margin-left: 12px;
    margin-top: 12px;
}
.qua_mnu_btn {
    top: 92%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
}
/*Wedding*/
/*Wedding Logo*/
.qua_ring_header.qua_wht_rings {
    position: absolute;
    height: 30px;
    width: 49px;
    top: 27px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.qua_ring_header.qua_black_rings {
    position: absolute;
    height: 30px;
    width: 49px;
    top: 27px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.qua_first_step .qua_ring_header.qua_black_rings {
    opacity: 1;
}
.qua_first_step .qua_ring_header.qua_wht_rings {
    opacity: 0;
}
.qua_second_step .qua_ring_header.qua_black_rings {
    top: 10px;
}
.qua_wedding .qua_logo {
    margin-left: 60px;
}
/*RSVP*/
.qua_wedding .form-control {
    margin-bottom: 30px;
    border-radius: 0;
    height: 50px;
    padding: 10px 20px;
    box-shadow: none;
    border: 6px solid #C870FF;
}
/*Slider Img*/

.qua_slider_img {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1 !important;
}
.qua_top_slider_img {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%) translateX(-50%);
}
/*App Showcase*/
img.qua_iphone_app {
    height: 600px;
    margin-top: 10px;
    max-width: inherit;

}
.qua_app_social_fixed {
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_third_step .qua_app_social_fixed {
    opacity: 1;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.qua_app_social_fixed a {
    display: block;
    color: #FFFFFF;
    background-color: #000000;
    margin: 3px 3px 3px 0;
    padding: 17px 13px 7px 15px;
    position: relative;
    width: 45px;
    height: 49px;
}
.qua_app_social_fixed a:hover i {
    text-decoration: none;
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.qua_app_social_fixed i {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: absolute;
}

.qua_app iframe {
    width: 100%;
    height: 515px;
    frameborder: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.qua_app .btn.btn_submit {
    margin-left: -29px;
    margin-top: -1px;
}
.qua_price_centre {
    background-color: #687291;
}
.qua_app_icons i {
    font-size: 42px;
    position: absolute;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    margin: -9px 42px 10px -18px;
}
.qua_app_icons a {
    text-decoration: none;
    position: relative;
    border: 1px solid #000000;
    padding: 34px 30px 55px 30px;
    display: block;
    margin-top: 30px;
}
.qua_app_icons a:hover i {
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.qua_app_block {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
/*Furniture*/
.qua_padding_title_right {
    padding: 60px 260px 60px 60px;
    background-color: rgba(255, 255, 255, .9);
}
.qua_padding_title_left {
    padding: 60px 60px 60px 260px;
    background-color: rgba(255, 255, 255, .9);
}
.qua_furniture .qua_slide_title a {
    text-decoration: none;
}
.qua_furniture .qua_slide_btn i {
    font-size: 24px;
    margin-left: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.qua_furniture_label {
    background-color: #E6BB27;
    padding: 39px 22px;
    border: 1px solid #E6BB27;
    border-radius: 50%;
    top: -20%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 94%;
}
.qua_furniture_label_right {
    background-color: #E6BB27;
    padding: 34px 22px;
    border: 1px solid #E6BB27;
    border-radius: 50%;
    top: -20%;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 94%;
}
.qua_label_desq {
    font-size: 24px;
    font-weight: bold;
}
.qua_wht_txt .qua_label_desq {
    color: #FFFFFF;
}
a.qua_slide_btn:hover i {
    font-size: 30px;
}
.qua_furniture .qua_port_icons a {
    text-align: center;
    padding-right: 0;
    padding-left: 20px;
    font-size: 16px;
}
.qua_furniture .qua_shop_item_slider .active img {
    border: 1px solid #8E8E8E;
}
.qua_furniture .qua_shop_item_sale {
    background: #E6BB27;
    padding: 6px 20px 4px;
}
.qua_port_titles.qua_furniture_button {
    top: 10%;
    transform: translateY(-50%)
}
.qua_portfolio_item_cont .qua_furniture_label {
    top: 9%;
    left: 5%;
}
.qua_vertical .qua_shop_item_sale {
    position: absolute;
    top: 0px;
    z-index: 2;
    background: #292929;
    padding: 7px 20px;
    color: #FFFFFF;
    left: 0;
}
.qua_vertical .qua_shop_item:hover img {
    transform: scale(1.1);
}
.qua_vertical .qua_anim_box {
    position: relative;
    overflow: hidden;
}
.qua_vertical .qua_blog_pag .pagination {
    margin: 20px 0 60px;
}
/*Music*/
.qua_about_center {
    border: 1px solid #000000;
}
.qua_about_side {
    border: 1px solid #031827;
}
/*Constructor*/
.qua_arch .qua_slider_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1 !important;
}
.qua_arch .qua_slider_img img {
    min-height: 600px;
    object-fit: cover;
}
/*Photographer*/
.qua_photo_left_titles {
    background-color: #000000;
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.qua_photo_left_titles .qua_numbers {
    bottom: 52px;
    position: absolute;
    color: #FFFFFF;
    font-size: 37px;
    left: 62px;
}
.qua_photo_left_titles .qua_numbers:after {
    display: block;
    content: '';
    width: 31px;
    height: 1px;
    background: #414040;
    margin-top: -17px;
    transform: rotate(90deg);
    position: absolute;
    margin-left: 27px;
}
.qua_category {
    bottom: 37px;
    position: absolute;
    color: #FFFFFF;
    font-size: 37px;
    left: 114px;
}
.qua_title h3 {
    bottom: 252px;
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    left: 62px;
    text-transform: uppercase;
}
.qua_subtitle {
    bottom: 231px;
    position: absolute;
    color: #FFFFFF;
    font-size: 24px;
    left: 62px;
    text-transform: uppercase;
}
.qua_pagslider_owl .owl-buttons .owl-prev {
    left: 60%;
    opacity: 1;
    border-radius: 50%;
    padding: 6px;
    background-color: rgba(255, 255, 255, .7);
}
.qua_pagslider_owl .owl-buttons .owl-next {
    right: 40%;
    opacity: 1;
    border-radius: 50%;
    padding: 6px;
    background-color: rgba(255, 255, 255, .7);
    margin-right: -150px;
}
.qua_pagslider_owl.qua_slider_carousel .owl-buttons {
    top: 90vh;
}

