/**
 * Theme Name: sabres
 * Theme URI: http://wpshaper.net/
 * Author: WpShaper
 * Author URI: http://wpshaper.net/
 * Description: Sabres is a powerful theme that brings clarity to your content in a fresh design.
 * Version: 1.8.6
 * License: GPL-2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: primer
 * Domain Path: /languages
 * Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Copyright © 2017 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Comments
# Compatibility
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ================================================================= */
/* ======================= PRIMARY RESET START ===================== */


* {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}


/* custom fonts start */
@font-face {
    font-family: 'Bodoni MT';
    src: url('./assets/fonts/bodonimt.eot');
    src: local('☺'),
    url('./assets/fonts/bodonimt.woff') format('woff'),  
    url('./assets/fonts/original-bodonimt.ttf') format('truetype'), 
    url('./assets/fonts/bodonimt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* custom fonts start */
@font-face {
    font-family: 'AnkclmB';
    src: url('./assets/fonts/ankaclm-bold-webfont.woff') format('woff'),  
    url('./assets/fonts/ankaclm-bold-webfont.ttf') format('truetype');
}
/* custom fonts start */
@font-face {
    font-family: 'Dana';
    src: url('./assets/fonts/DanaYadAlefAlefAlef-Normal.eot');
    src: local('☺'),
    url('./assets/fonts/DanaYadAlefAlefAlef-Normal.woff') format('woff'),  
    url('./assets/fonts/DanaYadAlefAlefAlef-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_courbd';
    src: url('./assets/fonts/courbd.eot');
    src: local('☺'),
    url('./assets/fonts/courbd.woff') format('woff'), 
    url('./assets/fonts/courbd.ttf') format('truetype'), 
    url('./assets/fonts/courbd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_AGENCYB';
    src: url('./assets/fonts/AGENCYB.eot');
    src: local('☺'), url('./assets/fonts/AGENCYB.woff') format('woff'),
    url('./assets/fonts/AGENCYB.ttf') format('truetype'),
    url('./assets/fonts/AGENCYB.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* custom fonts end */



a,
a:hover,
a:active,
a:visited,
a:focus {
	color: inherit;
	text-decoration: none;
    outline: 0 !important;
}

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

ol,
ul,
li {
	list-style-type: none;
}

.clr {
	clear: both;
}

.dirr {
    direction: rtl;
}

body {
	font-family: 'Arimo', sans-serif;
	background: #fff;
	overflow-x: hidden !important;
}

.page-wrapper {
    overflow-x: hidden !important;
}

body::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
	background-color: #fff;
}

body::-webkit-scrollbar,
textarea::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
	background-color: #f8cf6a;
}

ol,
ul,
li {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin-bottom: 0;
}

input,
textarea {
    border: 0;
    outline: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
}

input:focus,
textarea:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

textarea::placeholder,
input::placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

button {
    background-color: transparent;
    border: 0;
}

img {
    max-width: 100%;
}

nav {
    margin-bottom: 0;
}

::-moz-selection {
    color: #fff;
    background: #f8cf6a;
    text-shadow: none;
}

::selection {
    background: #f8cf6a;
    color: #fff;
    text-shadow: none;
}

.list-inline {
    margin-left: 0;
}

.list-inline > li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.panel-heading {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0;
}

.panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-default {
    border: 0 !important;
}

/* essentials start */
.bdrs-0 {border-radius: 0px;}
.bdrs-3 {border-radius: 3px;}
.bdrs-5 {border-radius: 5px;}
.bdrs-10 {border-radius: 10px;}
.no-border {border: none;}
.d-ib {display: inline-block;}
.crop {overflow: hidden;}
/* essentials end */
/* ======================== PRIMARY RESET END ====================== */
/* ================================================================= */

/*===============================================*/
         /* BACK TO TOP CLASSES START */
/*===============================================*/
.back2Top {
   width: 50px;
   height: 50px;
   font-size: 40px;
   line-height: 65px;
   border-radius: 100%;
   -webkit-box-shadow: 0 8px 12px -4px rgba(0,0,0,.5);
   box-shadow: 0 8px 12px -4px rgba(0,0,0,.5);
   text-align: center;
   cursor: pointer;
   z-index: 999;
   position: fixed;
   bottom: -60px;
   right: 20px;
   overflow: hidden;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.totop {
   bottom: 20px;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
/*===============================================*/
         /* BACK TO TOP CLASSES END */
/*===============================================*/

/* ==================================================== */
			/* ALL TEXT FORMAT START */
/* ==================================================== */
/* font-family start */
.f1 {font-family: 'Suez One', serif;}
.f2 {font-family: 'Arimo', sans-serif;}
/* font-family end */

/*font-weight start*/
.fw-4 {font-weight: 400;}
.fw-7 {font-weight: 700;}
/*font-weight end*/

/* all spacing (padding and margin) start */

/*padding-0*/
.pt-0,
.py-0,
.p-0 {padding-top: 0 !important;}
.pb-0,
.py-0,
.p-0 {padding-bottom: 0 !important;;}
.pl-0,
.px-0,
.p-0 {padding-left: 0;}
.pr-0,
.px-0,
.p-0 {padding-right: 0;}
/*padding-5 end*/

/*padding-5*/
.pt-5,
.py-5,
.p-5 {padding-top: 5px;}
.pb-5,
.py-5,
.p-5 {padding-bottom: 5px;}
.pl-5,
.px-5,
.p-5 {padding-left: 5px;}
.pr-5,
.px-5,
.p-5 {padding-right: 5px;}
/*padding-5 end*/

/*padding-10*/
.pt-10,
.py-10,
.p-10 {padding-top: 10px;}
.pb-10,
.py-10,
.p-10 {padding-bottom: 10px;}
.pl-10,
.px-10,
.p-10 {padding-left: 10px;}
.pr-10,
.px-10,
.p-10 {padding-right: 10px;}
/*padding-10 end*/

/*padding-15*/
.pt-15,
.py-15,
.p-15 {padding-top: 15px;}
.pb-15,
.py-15,
.p-15 {padding-bottom: 15px;}
.pl-15,
.px-15,
.p-15 {padding-left: 15px;}
.pr-15,
.px-15,
.p-15 {padding-right: 15px;}
/*padding-15 end*/

/*padding-20*/
.pt-20,
.py-20,
.p-20 {padding-top: 20px;}
.pb-20,
.py-20,
.p-20 {padding-bottom: 20px;}
.pl-20,
.px-20,
.p-20 {padding-left: 20px;}
.pr-20,
.px-20,
.p-20 {padding-right: 20px;}
/*padding-20 end*/

/*padding-25*/
.pt-25,
.py-25,
.p-25 {padding-top: 25px;}
.pb-25,
.py-25,
.p-25 {padding-bottom: 25px;}
.pl-25,
.px-25,
.p-25 {padding-left: 25px;}
.pr-25,
.px-25,
.p-25 {padding-right: 25px;}
/*padding-25 end*/

/*padding-30*/
.pt-30,
.py-30,
.p-30 {padding-top: 30px;}
.pb-30,
.py-30,
.p-30 {padding-bottom: 30px;}
.pl-30,
.px-30,
.p-30 {padding-left: 30px;}
.pr-30,
.px-30,
.p-30 {padding-right: 30px;}
/*padding-30 end*/

/*margin-5*/
.mt-5,
.my-5,
.m-5 {margin-top: 5px;}
.mb-5,
.my-5,
.m-5 {margin-bottom: 5px;}
.ml-5,
.mx-5,
.m-5 {margin-left: 5px;}
.mr-5,
.mx-5,
.m-5 {margin-right: 5px;}
/*margin-5 end*/

/*margin-10*/
.mt-10,
.my-10,
.m-10 {margin-top: 10px;}
.mb-10,
.my-10,
.m-10 {margin-bottom: 10px;}
.ml-10,
.mx-10,
.m-10 {margin-left: 10px;}
.mr-10,
.mx-10,
.m-10 {margin-right: 10px;}
/*margin-10 end*/

/*margin-15*/
.mt-15,
.my-15,
.m-15 {margin-top: 15px;}
.mb-15,
.my-15,
.m-15 {margin-bottom: 15px;}
.ml-15,
.mx-15,
.m-15 {margin-left: 15px;}
.mr-15,
.mx-15,
.m-15 {margin-right: 15px;}
/*margin-15 end*/

/*margin-20*/
.mt-20,
.my-20,
.m-20 {margin-top: 20px;}
.mb-20,
.my-20,
.m-20 {margin-bottom: 20px;}
.ml-20,
.mx-20,
.m-20 {margin-left: 20px;}
.mr-20,
.mx-20,
.m-20 {margin-right: 20px;}
/*margin-20 end*/

/*margin-25*/
.mt-25,
.my-25,
.m-25 {margin-top: 25px;}
.mb-25,
.my-25,
.m-25 {margin-bottom: 25px;}
.ml-25,
.mx-25,
.m-25 {margin-left: 25px;}
.mr-25,
.mx-25,
.m-25 {margin-right: 25px;}
/*margin-25 end*/

/*margin-30*/
.mt-30,
.my-30,
.m-30 {margin-top: 30px;}
.mb-30,
.my-30,
.m-30 {margin-bottom: 30px;}
.ml-30,
.mx-30,
.m-30 {margin-left: 30px;}
.mr-30,
.mx-30,
.m-30 {margin-right: 30px;}
/*margin-30 end*/
/* all spacing (padding and margin) end */

/*txt-normal start*/
.txt-normal {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
    padding-bottom: 20px;
}
/*txt-normal end*/

/*all buttons*/
.thm-btn,
.thm-btn-dark {
    font-family: 'Suez One', serif;
    display: inline-block;
    padding: 10px 45px;
    background: #f8cf6a;
    color: #121618 !important;
    border-radius: 3px;
    font-size: 20px;
    /*border: 1px solid #f8cf6a;*/
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    direction: ltr;
}

.thm-btn:active {
    -webkit-box-shadow: 0 15px 10px -5px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px -5px rgba(0,0,0,.6);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.thm-btn-dark {
    border: 1px solid #f8cf6a;
}

.thm-btn-dark:active {
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.thmBtn {
    z-index: 4;
    position: absolute;
    bottom: 10px;
    padding: 15px 15px 8px;
    border-radius: 5px;
}

.thmBtn.rtl {
    left: -15px;
}

.thmBtn.ltr {
    right: -15px;
}


/*all buttons end*/

/* colors start */
.c1 {color: #f8cf6a !important}/* rgba(248, 207, 106, 1);*/
.c2 {color: #121618 !important}
.cw {color: #fff !important}

.bg1 {background: #f8cf6a !important}
.bg2 {background: #121618 !important}
.bgf {background: #fff !important}
.bg-0 {background: #000 !important}

[data-target="#mainMenu"] {
    display: none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {background: #fff !important;}

.simplefilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    padding: 20px 50px !important;
}
/**
.main-nav .navbar-brand {
    font-family: 'Bodoni MT';
    color: #f8cf6a;
    font-size: 40px;
    text-shadow: 
       0 -9px 20px rgba(242,242,242,.4),
       9px 0 20px rgba(242,242,242,.4),
       -9px 0 20px rgba(242,242,242,.4),
       0 9px 20px rgba(242,242,242,.4);
	       text-transform: uppercase;
}

**/
.main-nav .navbar-brand {
    font-family: 'Bodoni MT';
    font-size: 40px;
    text-transform: uppercase;
    color: #222;
    text-shadow: 1.5px -1px 0.5px rgba(255,255,255,.8);
    font-weight: bolder;
    position: relative;
    z-index: 1;
	}

#mainMenu li {
    float: right;
    margin: 0 10px;
}

#mainMenu li:first-of-type {
    margin-right: 0;
}

#mainMenu a {
    direction: rtl;
    color: #bbb !important;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    background: transparent;
    border-bottom: 2px solid transparent;
}

#mainMenu a:hover {
    color: #fff !important
}

#mainMenu a.active {
    color: #f8cf6a !important;
    border-bottom: 2px solid #f8cf6a;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 9999;
}

.main-header.fixed-nav {
    padding: 0 15px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
}

.topbar {
    position: relative;
    z-index: 9999;
}

.rightbar i {
    font-size: 18px;
    color: #fff
}

.rightbar a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    
    border-radius: 100%;
    -webkit-box-shadow: 
       0 5px 6px -1px rgba(0,0,0,0);
    box-shadow: 
       0 5px 6px -1px rgba(0,0,0,0);
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.rightbar a:active {
    -webkit-box-shadow: 
       0 5px 10px -1px rgba(0,0,0,0);
    box-shadow: 
       0 5px 10px -1px rgba(0,0,0,0);
    -webkit-transform: translateY(1px) !important;
    -ms-transform: translateY(1px) !important;
    -o-transform: translateY(1px) !important;
    transform: translateY(1px) !important;
}

.fb-bg {background: #4267B2; border: 2px solid #4267B2}
.tw-bg {background: #1DA1F2; border: 2px solid #1DA1F2}
.ins-bg {background: #DD3374; border: 2px solid #DD3374}
.wts-bg {background: #25D366; border: 2px solid #25D366}

.leftbar i {
    font-size: 20px;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-align: right;
    display: block;
    color: #f8cf6a;
}

.leftbar span {
    width: calc(100% - 50px);
    margin-left: 5px;
    color: #fff;
    line-height: 30px;
}

.tiSwitch {
    cursor: pointer;
    position: fixed;
    top: 15px;
    width: 34px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    right: 130px;
    color: #fff;
    background: #212121;
    font-size: 20px;

    display: none;
}

.home_section {
    margin-top: 62px;
    position: relative;
    z-index: 1;
}

/* banner-carousel start */
.banner-carousel .homeBanner {
	
    padding-top: 100px;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

[data-item="1"] {
    background: url(img/bg/main_pictuer_1.jpg) no-repeat center center;
}
[data-item="2"] {
    background: url(img/bg/main_pictuer_2.jpg) no-repeat center center;
}
[data-item="3"] {
    background: url(img/bg/main_pictuer_3.jpg) no-repeat center center;
}

.banner-carousel .owl-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.banner-carousel .homeBanner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    z-index: -1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner-carousel .owl-item.active .homeBanner {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
 }

.banner-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0 30px;
    z-index: 9999;
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    display: block;
    text-align: center;
    background: #f8cf6a;
    color: #121618;
    border-radius: 3px;
}

.banner-carousel .owl-prev {
    float: left;
}

.banner-carousel .owl-next {
    float: right;
}
/* banner-carousel end */

.home-content {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 767px;
    max-width: 100%;
    background: rgba(0,0,0,.4);
	background-color:transparent !important;
    padding: 50px 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 3px;
}

.home-content * {
    direction: rtl;
}

.home-content h1 {
    text-transform: uppercase;
    font-size: 70px;
    color: #333;
    text-shadow: 3px -2px 1px rgba(255, 255, 255, 0.8);
    font-family: 'Bodoni MT';
    font-weight: bolder;
    position: relative;
    z-index: 1;
}

.home-content h2 {
    text-transform: uppercase;
    font-size: 32px;
    color: #ccc;
    font-weight: 700;
    margin: 35px 0;
    padding: 10px 0;
    position: static;
}

.home-query {
    position: relative;
	
    z-index: 3;
    width: 767px;
    max-width: 100%;
	margin: 30px auto;
    text-align: center;
    padding: 5px;
    
    border-radius: 3px;
}

.home-query form {
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #f8cf6a;   
}

.home-query h2 {
    font-size: 30px;
    color: #000;
    direction: rtl;
    border-radius: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.formHeader {
    padding: 10px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.home-query input {
    width: calc(50% - 80px);
    float: right;
    margin-right: 10px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0,0,0,.8);
    direction: rtl;
    padding: 15px;
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    -webkit-box-shadow: inset 0 0 0 4px rgba(255,255,255,.6);
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.6);
}

.home-query input:focus {
    background: rgba(0,0,0,.7);
}

.home-query button {
    width: 110px;
    padding: 10px 0 !important;
    height: 45px;
    border-radius: 5px;
    margin-right: 10px;
    background: #f8cf6a !important;
	color: #121618 !important;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.home-query input::-webkit-input-placeholder {
    color: rgba(255,255,255,.7)
}

.home-query input::-moz-placeholder {
    color: rgba(255,255,255,.7)
}

.home-query input:-ms-input-placeholder {
    color: rgba(255,255,255,.7)
}

.home-query input::placeholder {
    color: rgba(255,255,255,.7)
}

.smallSection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-content {
	position: relative;
	z-index: 1;
}

.aboutContentInner {
    padding: 80px 50px;
    position: relative;
    z-index: 1;
}

.aboutContentInner .thmBtn.ltr {
    right: -30px;
}

.secHeader {
    font-family: 'Bodoni MT';
    font-size: 50px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.secHeader::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    border-radius: 2px;
    background: #f8cf6a;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.secHeader::after {
	position: absolute;
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 9px;
	color: #f8cf6a;
	border-radius: 20px;
	bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.private {
    position: relative;
    z-index: 1;
}


.private::before,
.about-content::before {
	position: absolute;
	content: '';
	width: calc(50% - 30px);
	height: calc(100% - 30px);
	left: 15px;
	bottom: 15px;
	border: 1px solid #f8cf6a;
	z-index: -1;
}

.about-content::before {
	height: calc(100% - 15px);
	top: 0;
}

.privateContent,
.businessContent {
    padding: 50px;
    position: relative;
    z-index: 3;
}

.sayHello,
.callUs {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255,255,255,1);
    padding: 30px;
    z-index: 2;
	display:none;
}

.callUs {
    right: calc(100% - 50px);
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.sayHello span,
.callUs span {
    border-radius: 5px;
    background: rgba(0,0,0,.02);
    display: block;
    padding: 15px;
    margin-top: 10px;
    font-size: 18px;
}

.sayHello::before,
.callUs::before,
.sayHello::after,
.callUs::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid #f8cf6a;
}

.sayHello::before,
.callUs::before {
    border-bottom: none;
    border-right: none;
    top: -5px;
    left: -5px;
}
.sayHello::after,
.callUs::after {
    border-top: none;
    border-left: none;
    bottom: -5px;
    right: -5px;
}

.bussRow {
    position: relative;
    z-index: 1;
}

.smallSection .social a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
}


.colinRow {
    position: relative;
    z-index: 1;
}

.colinRow::before,
.bussRow::before {
	position: absolute;
	content: '';
	width: calc(50% - 15px);
	height: calc(100% - 30px);
	right: 15px;
	bottom: 15px;
	border: 1px solid #f8cf6a;
	z-index: -1;
}

.bussRow::before {
	width: calc(50% - 30px);
}

.colinContent {
    padding: 15px 50px 50px;
    position: relative;
    z-index: 1;
}

.colinContent .txt-normal {
    padding: 15px;
}

.colinContent .thmBtn.rtl {
    left: -45px;
}

.features {
    background: #f9f9f9;
    padding: 100px 0;
}

.featureCard {
    max-width: 100%;
    width: 360px;
    margin: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    text-align: center;
    padding: 30px 20px 5px;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.3);
    box-shadow: 0 10px 40px rgba(0,0,0,.3);
    position: relative;
}

.featureCard::before,
.featureCard::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid #f8cf6a;
}

.featureCard::before {
    border-bottom: none;
    border-right: none;
    top: -5px;
    left: -5px;
}
.featureCard::after {
    border-top: none;
    border-left: none;
    bottom: -5px;
    right: -5px;
}

.featureCard h2 {
    padding: 8px 0;
    margin: 5px -20px;
    background: rgba(0,0,0,.03);
    font-family: 'Suez One', serif; 
    font-size: 24px;
    position: relative;
}

.featureCard h2::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #f8cf6a;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.featureCard h3 {
    font-family: 'Suez One', serif; 
    font-size: 18px;
}

.featureCard p {
    margin: 15px 0 0;
    padding-bottom: 5px;
}

.featureCard a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.featureCard a:hover {
    text-decoration: underline;
}

.innerForm form input,
.innerForm form textarea {
    width: calc(33% - 40px);
    float: right;
    height: 50px;
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
    direction: rtl;
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    -webkit-box-shadow: inset 0 0 0 4px rgba(255,255,255,.2);
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.innerForm form textarea::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .8);
}

.innerForm form input:focus,
.innerForm form textarea:focus {
    background: rgba(0, 0, 0, 1);
}

.innerForm form input {
    margin-left: 10px;
}

.innerForm form button {
    width: 90px;
    margin-right: 10px;
    height: 50px;
    font-size: 18px;
    border-radius: 5px;
    background: #f8cf6a;
    color: #121618;
    border: 1px solid #f8cf6a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.innerForm form button:active {
    -webkit-box-shadow: inset 0 0 0 4px rgba(255,255,255,.4), 0 10px 15px -8px rgba(0,0,0,.3);
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.4), 0 10px 15px -8px rgba(0,0,0,.3);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.ratings {
    background: rgba(0,0,0,.05);
}

.ratingsContent {
    max-width: 100%;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    background: #eee;
}

.ratingCarousel {
    padding: 30px;
    background: #fff;
    margin: 30px 0 15px;
    position: relative;
}

.ratingCard {
    width: calc(100% - 60px);
    padding: 30px;
    border-radius: 5px;
    margin: 30px auto;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.1);
    box-shadow: 0 0 50px rgba(0,0,0,.1);
}

.ratingCard h3 {
    padding: 10px 0;
}

.img-holder {
    background: #f8cf6a;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    text-align: center;
}

.ratingBtn {
    font-size: 20px;
    line-height: 35px;
    display: block;
}

.info {
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 0;
    background: rgba(0,0,0,.03);
}

.rating .owl-nav {
    text-align: center;
	
}

.rating .owl-prev,
.rating .owl-next {
    display: inline-block;
    width: 40px;
    height: 35px;
    background: #fff;
    color: #121618 !important;
    border: 1px solid #f8cf6a;
    text-align: center;
    border-radius: 3px;
    margin: 0 5px;
}

.designContent {
    max-width: 100%;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(238, 238, 238, .7);
    padding: 51px 50px;
	position: relative;
	z-index: 2;
}

.design-slider {
	position: absolute;
	width: 100%;
	height: 452px;
	top: 0;
	left: 0;
	z-index: 1;
}

.design {
    position: relative;
    z-index: 1;
}

.design-carousel [data-item="1"] {background: url(sliders/design/01.jpg) no-repeat center center;}
.design-carousel [data-item="2"] {background: url(sliders/design/02.jpg) no-repeat center center;}
.design-carousel [data-item="3"] {background: url(sliders/design/03.jpg) no-repeat center center;}

.design-carousel {
	width: 100%;
	height: 452px;
	overflow: hidden;
}
.design-carousel .item {
	width: 100%;
	height: 452px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.design-carousel .owl-next,
.design-carousel .owl-prev {
	position: absolute;
	top: 30px;
	width: 20px;
	height: 20px;
	color: #fff;
}

.design-carousel .owl-next {
	right: 30px;
}
.design-carousel .owl-prev {
	right: 60px;
}

.blog_section{
    padding: 100px 0;
}

.blog_section .secHeader {
    font-family: 'Conv_AGENCYB';
    text-transform: initial;
}

.blogCard {
    max-width: 100%;
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 0;
    display: block;
    
    direction: rtl;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);

    -webkit-transition: all .3s ease .4s;
    transition: all .3s ease .4s;
}

.blogCard:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background: rgba(0,0,0,.02);
    -webkit-box-shadow: 0 10px 50px -10px rgba(0,0,0,.3);
    box-shadow: 0 10px 50px -10px rgba(0,0,0,.3);

    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.thumb {
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.thumb::before {
    position: absolute;
    content: '';
    border-left: 100px solid rgba(255,255,255,.6);
    border-top: 100px solid rgba(255,255,255,.6);
    border-bottom: 100px solid transparent;
    border-right: 100px solid transparent;
    top: -5px;
    left: -5px;
    -webkit-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s;

    z-index: 2;
}

.blogCard:hover .thumb::before {
    top: -80px;
    left: -80px;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all .3s ease-in-out .35s;
    transition: all .3s ease-in-out .35s;
}

.thumb img {
    display: block;
    position: relative;
    z-index: 1;
    opacity: .8;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.blogCard:hover .thumb img {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);

    -webkit-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s;
}

.cardBody {
    
}

.cardBody h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.cardBody h2 a {
    font-family: 'Suez One', serif;
    font-size: 26px;
    color: #121618;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

.cardBody h2 a:hover {
    color: #f8cf6a;
    border-bottom: 2px solid #f8cf6a;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
}

.cardInfo {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    background: rgba(0,0,0,.1);
}

.cardInfo li a {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px;
}

.cardInfo li a:hover {
    text-decoration: underline;
}

.cardInfo li i {
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #777;
    display: inline-block;
}

.cardBody .txt-normal {
    font-size: 15px;
    color: #121618;
    line-height: 25px;
    padding: 15px 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.rdmBtn {
    display: inline-block;
    padding: 10px 30px;
    margin: 8px 0 10px;
    border-radius: 5px;
    background: #f8cf6a;

    font-family: 'Suez One', serif;
    font-size: 14px;
    color: #121618 !important;
    border: 1px solid #f8cf6a;
}

.footer-middle {
    padding: 50px 30px;
    background: rgba(0,0,0,.05);
}

.footer-middle .secHeader {
    margin-bottom: 50px;
}

.footer-top {
    
}

.footer-title {
    font-size: 22px;
    font-family: 'Suez One', serif;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 5px solid #121618;
    position: relative;
    z-index: 1;
}

.footer-title::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 3px;
    bottom: -4px;
    right: 2px;
    background: #f8cf6a;
}

.footer-top input {
    float: right;
    width: 100%;
    height: 50px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    background: #eee;
    -webkit-box-shadow: inset 0 0 0 4px rgba(0,0,0,.6);
    box-shadow: inset 0 0 0 4px rgba(0,0,0,.6);
}

.footer-top button {
    width: 100%;
    text-align: center;
    height: 50px;
    background: #f8cf6a;
    color: #121618;
    border-radius: 3px;
    font-size: 20px;
    border: 1px solid #f8cf6a;
}

#map {
  width: 100%;
  height: 300px;
}
.gm-style-cc,
.gmnoprint,
.map-parent div > a >div > img {
  display: none;
}

#map h4 {
    padding: 10px !important;
}

.footer-social {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.footer-social li a,
.footer-info li i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.footer-info li i {
    background: #121618;
    color: #eee;
    float: left;
}

.footer-info li span {
    float: left;
    width: calc(100% - 40px);
    margin-left: 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #121618
}

.footer-bottom {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 15px 100px;
}

#fbContent {
    display: none;
}

[for="fbContent"],
.fb-content {
    position: fixed;
    top: 50%;
    opacity: .6;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 999;
}

[for="fbContent"]:hover,
.fb-content:hover {
    opacity: 1;
}

[for="fbContent"] {
    right: 0;
    
    cursor: pointer;
    width: 40px;
    border-radius: 5px 0 0 5px;
    border: 8px solid #fff;
    -webkit-box-shadow: -10px 0 20px -10px rgba(0,0,0,.3);
    box-shadow: -10px 0 20px -10px rgba(0,0,0,.3);
    border-right: none;
    height: 60px;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 30px;
    background: #4267B2;
    color: #fff;
    z-index: 9999;
}

[for="fbContent"]::before {
    position: absolute;
    content: '';
    border-right: 5px solid #4267B2;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#fbContent:checked + [for="fbContent"]::before {
    border-right: 5px solid transparent;
    border-left: 5px solid #4267B2;
    right: -10px;
}

.fb-content {
    right: -300px;
    top: 100px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 300px;
    height: 500px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    background: #fbfbfb;
    border: 10px solid #fff;
    padding: 15px;
    -webkit-box-shadow: 
        -8px 0 10px -7px rgba(0,0,0,.1),
        0 -8px 10px -7px rgba(0,0,0,.1),
        10px 10px 10px -7px rgba(0,0,0,.1);
    box-shadow: 
        -8px 0 10px -7px rgba(0,0,0,.1),
        0 -8px 10px -7px rgba(0,0,0,.1),
        10px 10px 10px -7px rgba(0,0,0,.1);
}

#fbContent:checked ~ .fb-content {
    right: 0;
    opacity: 1;
}

#fbContent:hover ~ .fb-content {
    opacity: 1;
}
#fbContent:checked + [for="fbContent"] {
    right: 300px;
    opacity: 1;
}

.socialFixed {
    display: none;

    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    padding: 5px 5px 0;
    border-radius: 5px 0 0 0;
}

.socialFixed a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    
    border-radius: 100%;
    -webkit-box-shadow: 
       0 5px 6px -1px rgba(0,0,0,0);
    box-shadow: 
       0 5px 6px -1px rgba(0,0,0,0);
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.socialFixed a:active {
    -webkit-box-shadow: 
       0 5px 10px -1px rgba(0,0,0,0);
    box-shadow: 
       0 5px 10px -1px rgba(0,0,0,0);
    -webkit-transform: translateY(1px) !important;
    -ms-transform: translateY(1px) !important;
    -o-transform: translateY(1px) !important;
    transform: translateY(1px) !important;
}

.emergencyCall {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 22px;
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    background: #25D366;
    color: #fff !important;
    z-index: 999;
}

.popup-form {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.6);
	display:none;
	
}

.popup-content {
    width: 700px;
    max-width: calc(100% - 20px);
    margin: 100px auto 30px;
}

.popup-body,
.popup-thank {
    padding: 30px;
    border: 10px solid #f8cf6a;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.popup-thank {
    white-space: nowrap;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	display:none;
}



.popupShow{
	
display:block;
z-index:99999;  
opacity:1;
transition: all 0.3s;

	
}





.form-area > h1 {
    font-family: 'Suez One', serif;
    text-align: center;
}

.popup-body input {
    width: 100%;
    height: 50px;
    border: 2px solid #121618;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.datepicker.datepicker-dropdown {
    z-index: 99999 !important;
}

.popup-content {
    width: 700px;
    max-width: 100%;
    margin: 100px auto 30px;
}

.popup-body,
.popup-thank {
    padding: 30px;
    border: 5px solid #f8cf6a;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.popup-thank {
    white-space: nowrap;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:-1;
	display:none;
}

.popup-body > h2 {
    font-family: 'Suez One', serif;
    text-align: center;
}

.popup-body input {
    width: 100%;
    height: 50px;
    border: 2px solid #121618;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.popup-body textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #121618;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.popup-body button[type="submit"] {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-radius: 5px;
    background: #f8cf6a;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Suez One', serif;
}

.popup-body .date input {
    width: calc(100% - 50px);
    display: block;
    float: right;
    border-radius: 3px 0 0 3px;
}

.popup-body .date .add-on {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 22px;
    float: right;
    text-align: center;
    background: #000;
    border-radius: 0 3px 3px 0;
    color: #fff;
}

.popup-body .exit,
.popup-thank .exit {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #f8cf6a;
    color: #fff;
}

.popup-body .exit {
    top: 10px;
    right: 10px;
}

.popup-thank .exit {
    top: -15px;
    right: -15px;
}

.popForm {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #f8cf6a !important;
    color: #fff;
}

.popup-body textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #121618;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.popup-body button[type="submit"] {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-radius: 5px;
    background: #f8cf6a;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Suez One', serif;
}

.popup-body .exit,
.popup-thank .exit {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #000;
    color: #fff;
}

.popup-body .exit {
    top: 10px;
    right: 10px;
}

.popup-thank .exit {
    top: -15px;
    right: -15px;
}

.popForm {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #f8cf6a !important;
    color: #fff;
}


.thankyouShow {    display: block;    border: 5px solid #f8cf6a;    z-index: 99999!important;    opacity: 1;    transition: all 0.3s;    top: 50%;    left: 50%;    position: fixed!important;}

#map_container{
  position: relative;
}
#map{
    height: auto;
    min-height: 230px;;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}
.display_none {
    display: none !important;
}
span.pojo-a11y-toolbar-icon {
    float: right;
    text-align: right;
    padding-left: 7px;
}

span.pojo-a11y-toolbar-text {
    display: block;
    text-align: right;
    padding-right: 25px!important;
    font-size: 15px!important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
 
    width: 2em!important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
	left: -205px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    width: 205px!important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 205px!important;
}


p.pojo-a11y-toolbar-title {
    text-align: right;
    padding-right: 10px;
    display: block;
    position: relative;
}

.wpcf7-response-output.wpcf7-validation-errors {
	
    background: #fff;
    padding: 2px;
    margin: 10px;
    color: goldenrod;
}
.screen-reader-response{
	display:none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {

    background: #fff;
    padding: 2px;
    margin: 10px;
    color: goldenrod;
}


.innrform::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff !important;
}
.innrform:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1 !important;
}
.innrform::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1 !important;
}
.innrform:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

a.emergencyCall {
    display: none;
}


div#wpcf7-f132-o4 p {
    text-align: center;
}

.blog_content {
    /* width: 80%; */
    /* margin: 0 auto; */
    padding-left: 20%;
    padding-right: 10%;
}
.img-featured.text-right {
    margin-top: 85px;
}
.home-query input {
    width: calc(50% - 80px) !important;
}

.banner-carousel .owl-nav {

    display: none;
}
.footer-social .list-inline > li:nth-child(2){
    display: none !important;
}
.rightbar.mt-5 .list-inline > li:nth-child(2) {
    display: none;
}
.footer-social .list-inline>li {
    display: inline-flex !important;
    padding-right: 5px;
    padding-left: 5px;
	float: left;
}
.smallSection .list-inline > li:nth-child(2) {
    display: none;
}
.popup-body button[type="submit"] {
    padding: 8px 0;
}
.popup-body, .popup-thank {
    padding: 15px 70px;
    border: 5px solid #f8cf6a;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.popup-body input {
    width: 100%;
    height: 40px;
    border: 2px solid #121618;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}
.popup-body .date .add-on {
    height: 40px;
    width: 50px;
    line-height: 40px;
    font-size: 22px;
    float: right;
    text-align: center;
    background: #000;
    border-radius: 0 3px 3px 0;
    color: #fff;
}
.popup-body, .popup-thank {
    padding: 15px 10px;
    border: 5px solid #f8cf6a;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.popup-content {
    width: 460px;
    max-width: 100%;
    margin: 70px auto 30px;
}

div#wpcf7-f132-o4 {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
}

.ins-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border: 2px solid #d6249f;
}
.rightbar.mt-5 .list-inline > li:nth-child(1) {
    display: none;
}
.footer-social .list-inline>li:nth-child(1)  {
    display: none !important;
}
.secHeader {
    color: #f8cf6a !important;
}
h3.subTitle {
    color: #f8cf6a ;
	font-weight:bold;
}
.smallSection.text-center.only_t h2 {
    color:#f8cf6a !important;
    padding: 20px 0;
	margin-bottom: 0;
	background:#000;
}
ul.d-ib.list-inline.social.dirr.mr-10 li:first-child {
    display: none;
}
.mobileOnly{
	display:none;
}
@media screen and (max-width:768px) and (min-width:200px){
	a.emergencyCall {
    display: block;
		bottom: 5px;
}
	.mobileOnly{
	display:block;
}
	.desktopOnly{
		display:none;
	}
.footer-social .list-inline > li:nth-child(2){
    display: block !important;
}
.rightbar.mt-5 .list-inline > li:nth-child(2) {
    display: block;
}
	.smallSection .list-inline > li:nth-child(2) {
    display: block;
}
	.smallSection .list-inline>li {
    display: inline-flex !important;
    padding-right: 5px;
    padding-left: 5px;
	float: left;
}
	.popup-body, .popup-thank {
    padding: 15px 0;
    border: 5px solid #f8cf6a;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
	div#wpcf7-f132-o4 {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
}
	.innerForm form input, .innerForm form textarea {
    width: 100%;
}
	.smallSection h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
	.home-content {
    background: black !important;
    font-size: 20px !important;
    margin-bottom: -8px;
}
	
	.simplefilter li {
    font-weight: 400;
    background: black !important;
}
	.simplefilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    padding: 20px 15px !important;
}
	ul.simplefilter.simplefilter_641 {
    margin-top: 20% !important;
}
	
	.home-content h2 {
    color: #fff;
    padding: 30px 25px;
    font-size: 24px;
}
	home-content {
    top: auto;
    bottom: -40px;
    background: rgba(0,0,0,0);
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
	.home-query {
    margin-top: 0px;
}
	.rightbar.mt-5 .list-inline>li:nth-child(3),.rightbar.mt-5 .list-inline>li:nth-child(4) {
    display: inline-block !important;
}
	
	.main-nav .navbar-brand {
    font-family: 'Bodoni MT';
    font-size: 30px;
    text-transform: uppercase;
    color: #222;
    text-shadow: 1.5px -1px 0.5px rgba(255,255,255,.8);
    font-weight: bolder;
    position: relative;
    z-index: 1;
}
	.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}
	label.tops_icon_mobile {
	display:inline-block !important;
}
	label.tops_icon_mobile {
    position: absolute;
    transform: translate(-50%,-50%);
    right:-20px;
    top: 50%;
    z-index: 999;
}
label.tops_icon_mobile a {
    background: #fff;
    border-color: #fff;
    padding: 3px;
}
label.tops_icon_mobile a i {
    background: #fff;
    border-color: #fff;
    padding: 5px 7px;
    height: 25px;
    width: 25px;
    border-radius: 56px;
    text-align: center;
    vertical-align: middle;
    color: #333;
}
label.tops_icon_mobile a {
    background: transparent;
    border-color: transparent;
}
}
ul.list-inline.social_top.cw li:nth-child(4) {
    display: none;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-caption {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  font-size: 17px;
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: "Lato", sans-serif;
}

.carousel-fade {
	position: relative;
}

.carousel-fade .carousel-control {
	position: absolute !important;
	top: 30px !important;
	
	width: 20px !important;
	height: 20px !important;
	background: transparent !important;
}

.carousel-fade .carousel-control.left {
	right: 60px !important;
}

.carousel-fade .carousel-control.left {
	right: 30px !important;
	left: auto;
}


 /*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
	
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
	margin-left:-297px;
	margin-top:-162px;
    bottom: 0;
   
}

.carousel-inner > .item {
	text-align: center;
	height: 480px;
}
 
.carousel-inner > .item > img {
	max-width: initial !important;
	width: auto !important;
	max-height: 100% !important;
	margin-left: auto;
	margin-right: auto;
} 

#sabres-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/preloader.gif) no-repeat #000 50%;
    -moz-background-size: 594px 324px;
    -o-background-size: 594px 324px;
    -webkit-background-size: 594px 324px;
    background-size: 594px 324px;
    z-index: 99998;
    width: 100%;
    height: 100%;
}
[for="fbContent"] {
	left: 0;
}
.smallSection.text-center {
	display: none;
}
.home-content h2{
	font-family:AnkclmB !important;
}
.smallSection.text-center {
	display: none;
}
ul.simplefilter.simplefilter_641 {
    margin-top: 10%;
}
div#filter_gallery_641 {
    margin-top: 1% !important;
}

#pojo-a11y-toolbar {
    top: 50% !important;
    margin-top: -60px;
}

[for="fbContent"] {
    top: 49%!important;
	margin-top:-100px!important;
}

.rightbar.mt-5 .list-inline>li:nth-child(3) {
    top: 50%!important;
    margin-top: 10px!important;
}

.smallSection.text-center.only_t.bg-0.py-0 {
    display: block;
}

.smallSection.text-center {
    display: none;
}
.simplefilter li{
	background:#333 !important;
	color: gold !important;
}
.simplefilter li.active {
    background-color: #000 !important;
    color: #fff !important;
}

.smallSection.text-center.only_t.bg-0.py-0 {
    display: block !important;
}

.banner-carousel .homeBanner {
    
    padding-top: 0px;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    max-width: 100%;
	width: auto;
}
.home-contents h2 {
    font-family: Dana!important;
}
.smallSection.text-center.only_t.bg-0.py-0 {
    display: none !important;
}
.home-contents h2 {
    font-family: Dana!important;
    background: BLACK;
    TEXT-ALIGN: CENTER;
    font-size: 40px;
    padding: 15px;
    line-height: 50px;
    padding-bottom: 22px;
	color: white;
}
ul.list-inline.cw {
    display: inline-block;
}
ul.list-inline.social_top.cw a {
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}
ul.list-inline.social_top.cw a i {
    color: #000;
    text-align: center;
}
ul.list-inline.social_top.cw a {
    background: #fff;
    border: 1px solid #fff;
    color: #444;
    border-radius: 50%;
    transform: translateY(10px);
}
ul.list-inline.social_top.cw {
    margin-left: 100px;
}
ul.list-inline.social_top.cw li:nth-child(2) {
    display: none;
}
[for="fbContent"] {
    left: 0;
    top: 64%;
    display: none !important;
}
.rightbar.mt-5 .list-inline>li:nth-child(3),.rightbar.mt-5 .list-inline>li:nth-child(4) {
    display: none !important;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 24px;
}
.tiSwitch {
  right: 55px;
}

label.tiSwitch {
    position: absolute;
    right: 58px;
}
label.tops_icon_mobile {
	display:none;
}
label.tiSwitch,.socialFixed {
    display: none !important;
}
ul.list-inline.social_top.cw li:nth-child(2) {
    display: inline-block;
}
ul.list-inline.social_top.cw li:nth-child(3){
	display:none;
}

ul.list-inline.social_top.cw a i {
    color: #f8cf6a !important;
    text-align: center;
}
ul.list-inline.social_top.cw a {
    background: #000000 !important;;
    border: 1px solid #000000 !important;;
    color: #1e73be;
    border-radius: 50%;
    transform: translateY(10px);
}