@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%20|%20Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i%20|%20Hind:300,400,500,600,700');




html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1;
    font-family: 'Tajawal', sans-serif;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 20px;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}



/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    background-color: #e0e0e0;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */
ul,
ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0.1em 0;
}


/* Table */
table,
th,
td {
    border: 1px solid #e0e0e0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

a:hover {
    text-decoration: none;
}

/* Media */
embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}




/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', sans-serif;
    color: #222;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 15px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.428em;
}

/* 34px */
h2 {
    font-size: 2em;
}

/* 30px */
h3 {
    font-size: 1.714em;
}

/* 24px */
h4 {
    font-size: 1.428em;
}

/* 20px */
h5 {
    font-size: 1.2em;
}

/* 18px */
h6 {
    font-size: 1.142em;
}

/* 16px */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

/* Extra classes
-------------------------------------------------------------- */



.bg-light-grey {
    background-color: #f3f4f6 !important;
}

.bg-white-column {
    background-color: #fff !important;
}

.bg-light-snow {
    background-color: #fafafb;
}

.bg-f7f {
    background-color: #f7f7f7 !important;
}

.bg-ffc {
    background-color: #ffc30c !important;
}

.bg-row-1 {
    background: url('assets/img/page/bg-quote.jpg') center center no-repeat;
    background-size: cover;
}

.bg-row-2 {
    background: url('assets/img/page/bg-iconbox.jpg') center center no-repeat;
    background-size: cover;
}

.padding-top-45 {
    padding-top: 45px !important;
}



/*################## Column LEADING CONSTRUCTION in Services ################## */

.themesflat-row .span_1_of_4 {
    width: 33.333333%;
    float: left;
}

.themesflat-row .span_1_of_3 {
    width: 25%;
    float: left;
}

.themesflat-row .span_1_of_6 {
    width: 50%;
    float: left;
}

.themesflat-row .span_1_of_12 {
    width: 100%;
}

.themesflat-row.separator.drank > [class*="span_"] {
    border-left: 1px solid #f2f2f2;
}

.themesflat-row.separator.drank > [class*="span_"]:first-child {
    border-left: 0px;
}

/* Effect black over the image
-------------------------------------------------------------- */
.data-effect .data-effect-item {
    position: relative;
    overflow: hidden;
}

.overlay-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
    -moz-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
    -ms-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
    -o-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
    transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.overlay-effect.bg-color-1 {
    background-color: rgba(91, 59, 151, 0.2);
}

.overlay-effect.bg-color-2 {
    background-color: rgba(91, 59, 151, 0.3);
}

.overlay-effect.bg-color-3 {
    background-color: rgba(91, 59, 151, 0.7);
}

.overlay-effect.bg-color-4 {
    background-color: rgba(91, 59, 151, 0.6);
}

.overlay-effect.bg-color-accent {
    background-color: rgba(91, 59, 151, 0.4)
}

.data-effect-item:hover .overlay-effect {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.has-effect-icon {
    position: relative;
}

.has-effect-icon .elm-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.5);
}

.has-effect-icon .elm-link span,
.has-effect-icon .elm-link a {
    display: block;
    text-align: center;
}

.has-effect-icon .elm-link span:before,
.has-effect-icon .elm-link a:before {
    content: "";
    font-family: "Ionicons";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.has-effect-icon.offset-v-43 .elm-link {
    margin-top: -43px;
}

.has-effect-icon.offset-v-19 .elm-link {
    margin-top: -19px;
}

.has-effect-icon.offset-v-25 .elm-link {
    margin-top: -25px;
}

.has-effect-icon.offset-h-49 .elm-link {
    margin-left: -49px;
}

.has-effect-icon.offset-h-46 .elm-link {
    margin-left: -46px;
}

.has-effect-icon.offset-h-24 .elm-link {
    margin-left: -24px;
}

/* Icon 1 */
.has-effect-icon .elm-link a.icon-1 {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
}

.has-effect-icon .elm-link a.icon-1:before {
    content: "\f1fe";
}

.has-effect-icon .elm-link a.icon-1.icon-search:before {
    content: "\f4a4";
}

/* Icon 2 */
.has-effect-icon .elm-link a.icon-2 {
    font-size: 20px;
    color: #fff;
    margin-top: -10px;
    margin-left: -10px;
}

.has-effect-icon .elm-link a.icon-2:before {
    content: "\f1fe";
}

/* Icon 3 */
.has-effect-icon .elm-link span.icon-3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: 20px;
}



.has-effect-icon:hover .elm-link {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.has-effect-icon .elm-link a.icon-1:hover {
    border-color: #c6b159;
    background-color: #c6b159;
}

.has-effect-icon .elm-link a.icon-2:hover,
.has-effect-icon .elm-link span.icon-3:hover {
    color: #c6b159;
}

/* Icon 4 */
.has-effect-icon.w40 .elm-link > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    vertical-align: top;
}


/* ##################### Top Bar #################### */
#top-bar {
    position: relative;
    z-index: 1;
}

#top-bar,
#top-bar a {
    color: #999;
}

#top-bar .top-bar-inner-wrap {
    display: table;
    width: 100%;
    padding: 12px 0px 13px 0px;
}

#top-bar .top-bar-content {
    display: table-cell;
    width: 60%;
    text-align: left;
    vertical-align: middle;
}

#top-bar .top-bar-socials {
    display: table-cell;
    width: 40%;
    text-align: right;
    vertical-align: middle;
}

/* Top Bar Content */
#top-bar .top-bar-content .content {
    position: relative;
    display: inline-block;
    padding: 0px 17px 0px 21px;
    margin: 0px 6px;
}

#top-bar .top-bar-content .content:first-child {
    margin-left: 0px;
}

#top-bar .top-bar-content .content:last-child {
    margin-right: 0px;
}

#top-bar .top-bar-content .content:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: 0;
}

#top-bar .top-bar-content .content.address:before {
    content: "\f015";
}

#top-bar .top-bar-content .content.phone:before {
    content: "\f098";
}

#top-bar .top-bar-content .content.time:before {
    content: "\f017";
}

#top-bar .top-bar-content .content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 10px;
    background-color: #444;
    transform: translateY(-50%);
}

#top-bar .top-bar-content .content:last-child:after {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

/* Top Bar Socials*/
#top-bar .top-bar-socials .text {
    padding-right: 18px;
}

#top-bar .top-bar-socials .icons a {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0px 15.8px;
}

#top-bar .top-bar-socials .icons a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #444;
    transform: translateY(-50%);
}

#top-bar .top-bar-socials .icons a:last-child {
    padding-right: 0px !important;
}

#top-bar .top-bar-socials .icons a:hover {
    color: #e0c761;
}

/* Style 3 */
.topbar-style-3 #top-bar {
    background-color: rgba(53, 33, 102, 0.2);
}

.topbar-style-3 #top-bar,
.topbar-style-3 #top-bar a {
    color: rgba(255, 255, 255, 0.8);
}

.topbar-style-3 #top-bar .top-bar-inner-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.topbar-style-3 #top-bar .top-bar-content .content {
    padding: 0px 12px 0px 22px;
    margin: 0 4px;
}

.topbar-style-3 #top-bar .top-bar-content .content:first-child {
    margin-left: 0px;
}

.topbar-style-3 #top-bar .top-bar-socials .icons a:before,
.topbar-style-3 #top-bar .top-bar-content .content:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.topbar-style-3 #top-bar .top-bar-socials .icons a {
    padding: 0px 10.5px;
}

.topbar-style-3 #top-bar .top-bar-socials .text {
    padding-right: 10px;
    font-size: 13px;
}

/*#################### Header menu ############################# */
#site-header {
    position: relative;
    height: 90px;
    background-color: #504f52;
    box-shadow: 1px 1px 5px 0px rgba(53, 33, 102, 0.2);

}

#site-header-inner {
    position: relative;
}

#site-header .wrap-inner {
    padding-top: 28.5px;
    padding-bottom: 28.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-has-search #site-header #main-nav {
    right: 28px;
}

.menu-has-search #site-header #header-search {
    display: block;
}

/* Site Logo */
#site-logo {
    float: left;
    max-width: 100%;
    margin-top: -20px;
}

/* Main Nav */
#main-nav ul {
    margin: 0px;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    margin-top: -10px;
}

#main-nav > ul > li {
    float: right;
    padding: 0px 17.5px;
}

#main-nav > ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    position: relative;
    line-height: 100px;
    font-family: 'Tajawal', sans-serif;
}

/* Sub Menu */
#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -10;
    width: 280px;
    padding: 15px 0px;
    background-color: #352166;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    text-align: right;
}

#main-nav .right-sub-menu {
    left: auto;
    right: 0;
}

#main-nav .sub-menu li a {
    font-family: 'Tajawal', sans-serif;
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
    line-height: 25px;
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li.current-item a {
    color: #e0c761;
}

/* Mobile Menu */
#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: #f6f6f6;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border-top: 1px solid #ebebeb;
    position: relative;
}

#main-nav-mobi ul > li > a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 600;
}

#main-nav-mobi ul li:first-child {
    border-top: 0px;
}

#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
    color: #e0c761;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-family: "FontAwesome";
    line-height: 48px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 48px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\f103";
    color: #b1b1b1;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f102";
}

#main-nav-mobi ul ul li {
    background-color: #f2f2f2;
    border-color: #ebebeb;
}



#site-header .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px;
}

#site-header .header-search-form.show {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Button */
.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    float: right;
    top: 40%;
    right: 15px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/* Header Fixed */
#site-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#site-header.is-fixed.is-small .wrap-inner {
    padding-top: 30px;
    padding-bottom: 20px;
}

#site-header.is-fixed.is-small .header-search-icon,
#site-header.is-fixed.is-small .nav-top-cart-wrapper .nav-cart-trigger,
#site-header.is-fixed.is-small #main-nav > ul > li > a {
    line-height: 76px;
}



/* Style 3 */
.header-style-3 #site-header {
    background-color: rgba(53, 33, 102, 0.2);
    box-shadow: none;

}

.header-style-3 #site-header #site-logo {
    margin-left: 2px;
}

.header-style-3 #site-header #main-nav {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-3.menu-has-search #site-header #main-nav {
    right: 44px;
}

.header-style-3 #site-header .header-search-icon,
.header-style-3 #site-header #main-nav > ul > li > a {
    color: #fff;
}

.header-style-3 #site-header #main-nav > ul > li.current-menu-item > a,
.header-style-3 #site-header #main-nav > ul > li:hover > a {
    color: #e0c761;
}

.header-style-3 #site-header .header-search-icon,
.header-style-3 #main-nav > ul > li > a {
    line-height: 99px;
}

.header-style-3 #site-header .wrap-inner {
    padding: 30px 0px;
}

.header-style-3 #site-header.is-fixed.is-small {
    background-color: #352166;
}

/* Absolute */
.site-header-absolute #site-header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

/*######### Widgets slideshow and every widget in website ######################*/

#sidebar .widget {
    position: relative;
    z-index: 1;
    margin-top: 56px;
}

#sidebar .widget:first-child {
    margin: 0px;
}

/* Center */
.widget.align-center {
    text-align: center;
}

/* Box shadow */
.widget.has-shadow {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.03);
}

/* No sep */
.widget.no-sep .widget-title span {
    padding: 0px;
}

.widget.no-sep .widget-title span:after {
    height: 0px;
    width: 0px;
    background-color: transparent;
}

/* Border */
.widget.has-border.border-solid {
    border: 1px solid #f2f2f2;
}

/* Widget title */
.widget .widget-title {
    font-size: 16px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.widget .widget-title span {
    display: block;
    position: relative;
    padding: 10px 0px 16px 0px;
}

.widget .widget-title span:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    height: 2px;
    width: 60px;
    background-color: #e0c761;
}

/* Widget Search */
#sidebar .widget.widget_search .search-form {
    position: relative;
}

#sidebar .widget.widget_search .search-form .search-field {
    background-color: #fff;
    padding-right: 50px;
    margin: 0;
}

#sidebar .widget.widget_search .search-form .search-submit {
    position: absolute;
    background-color: #999;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 52px;
    text-align: center;
    text-indent: 9999px;
    padding: 0;
    overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 15px;
    width: 50px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-indent: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sidebar .widget.widget_search .search-form .search-submit:hover {
    background-color: #c6b159;
}

/* Widget follow */
#sidebar .widget.widget_follow .follow-wrap.col3 {
    margin: 0px -4px;
}

#sidebar .widget.widget_follow .follow-wrap.col3 > .follow-item {
    width: 33.333%;
    float: left;
    height: auto;
}

#sidebar .widget.widget_follow .follow-wrap.g8 .follow-item {
    padding: 0px 4px;
}

#sidebar .widget.widget_follow .follow-item .inner {
    background-color: #3b59a1;
    color: #fff;
    display: block;
    text-align: center;
    padding: 18px 7px 14px 7px;
}

#sidebar .widget.widget_follow .follow-item.twitter .inner {
    background-color: #46b0e4;
}

#sidebar .widget.widget_follow .follow-item.google .inner {
    background-color: #dd4c39;
}

#sidebar .widget.widget_follow .follow-item a {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

#sidebar .widget.widget_follow .follow-item .text {
    display: block;
    margin-top: 13px;
    line-height: 18px;
}

#sidebar .widget.widget_follow .follow-item:hover a {
    background-color: #ffc30c;
}

/* Widget lastest */
.widget.widget_lastest ul {
    margin: 0px;


}

.widget.widget_lastest ul li {
    margin-top: 33px;
    padding: 0px;

}

.widget.widget_lastest ul li .text a {
    margin-right: 10px;
    line-height: 35px;
    font-size: 13px;
}
.widget.widget_lastest ul li .text a:hover {
   color: #e0c761;
}
.widget.widget_lastest ul li:first-child {
    margin-top: 0px;
    border: none;
}

.widget.widget_lastest .thumb {
    width: 65px;
    height: 65px;
    float: right;
    margin-right: 19px;
    margin-top: 5px;
}

.widget.widget_lastest .text {
    overflow: hidden;

}

.widget.widget_lastest h3 {
    font-size: 12px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.4px;
    font-weight: 400;

}

.widget.widget_lastest .post-date {
    font-size: 13px;
    color: #a3a2a0;
}

#footer .widget.widget_lastest h3 {
    color: #fff;
}

#footer .widget.widget_lastest .post-date {
    color: #a3a2a0;
}

/* Widget tags */
.widget.widget_tags .tags-list a {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #a1a1a1;
    z-index: 1;
    padding: 4px 20px 4px 15px;
    margin: 9px 0px 0px 18px;
    font-family: 'Tajawal', sans-serif;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    letter-spacing: 0.7px;
}

.widget.widget_tags .tags-list a:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -12px;
    height: 24px;
    width: 23px;
    border-radius: 4px;
    background-color: #fff;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    transform: rotate(45deg) skew(7deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    overflow: hidden;
}

#footer .widget.widget_tags .tags-list a {
    color: rgba(255, 255, 255, 0.8);
    border: 0px;
    background-color: rgba(29, 29, 29, 0.6);
}

#footer .widget.widget_tags .tags-list a:before {
    background-color: rgba(29, 29, 29, 0.6);
    border-color: rgba(29, 29, 29, 0.6);
}

#footer .widget.widget_tags .tags-list a:hover,
.widget.widget_tags .tags-list a:hover {
    background-color: #e0c761;
    font-weight: bold;
    color: #fff;
}

#footer .widget.widget_tags .tags-list a:hover:before,
.widget.widget_tags .tags-list a:hover:before {
    background-color: #e0c761;
    border-color: #e0c761;
}

/* Widget instagram */
.widget.widget_instagram .instagram-wrap.col3 {
    margin: 0px -4px;
}

.widget.widget_instagram .instagram-wrap.col3 > .instagram_badge_image {
    width: 33.333%;
    float: left;
    height: auto;
}

.widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image {
    padding: 0px 5px;
    margin: 0 0 10px 0px;
    
}

.widget.widget_instagram .instagram_badge_image a {
    position: relative;
    display: block;
}

/* Widget list */
.widget.widget_list {
    background-color: #414141;
}

.widget.widget_list .inner {
    padding: 18px 30px;
}

.widget.widget_list ul {
    margin: 0px;
}

.widget.widget_list .list-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0px;
}

.widget.widget_list .list-item:first-child {
    border-top: 0px;
}

.widget.widget_list .list-item > a {
    position: relative;
    color: #fff;
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    display: block;
}

.widget.widget_list .list-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #b3b3b3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.widget.widget_list .list-item .text {
    padding-left: 20px;
    display: block;
    overflow: hidden;
}

.widget.widget_list .list-item > a:hover {
    color: #ffc30c;
}

.widget.widget_list .list-item > a:hover:before {
    background-color: #ffc30c;
}

/* Widget lastest twitter */
.widget.widget_lastest_twitter ul {
    margin: 0px;
}

.widget.widget_lastest_twitter ul li {
    padding: 2px 0px;
    margin-top: 12px;
}

.widget.widget_lastest_twitter ul li:first-child {
    margin-top: 0px;
}

.widget.widget_lastest_twitter .icon-wrap {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget_lastest_twitter .icon-wrap.has-width.w30 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #414141;
    color: #fff;
}

.widget.widget_lastest_twitter .text {
    overflow: hidden;
    font-weight: 300;
    color: #666;
}

.widget.widget_lastest_twitter .text a {
    font-weight: 600;
    color: #222;
}

.widget.widget_lastest_twitter .text p {
    margin: 0px;
}

.widget.widget_lastest_twitter li:hover .icon-wrap.has-width.w30 {
    background-color: #e0c761;
}

.widget.widget_lastest_twitter .text a:hover {
    color: #e0c761;
}

/* Widget help */
.widget.widget_help .inner {
    padding: 44px 20px 33px 20px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    background: url('assets/img/page/bg-footer1.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 79px 0px 60px 0px;
}

#footer-widgets .widget .widget-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1.3px;
    margin-top: 2px;
}

#footer-widgets .widget .widget-title span {
    padding: 0px 0px 8px 0px;
    margin-right: 10px;
    text-align: right;
}

#footer-widgets .widget .widget-title span:after {
    width: 40px;
}

#footer-widgets .widget.widget_lastest ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 13px;
    margin-top: 19px;
}

#footer-widgets .widget.widget_lastest ul li:first-child {
    border-top: 0px;
    padding-top: 0px;
}

#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

#footer-widgets .widget p {
    color: #bfbfbe;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
}

/* Widget text */
#footer-widgets .widget.widget_text {
    background: url('assets/img/page/bg-contact.png') no-repeat bottom right;
}

#footer-widgets .widget.widget_text li {
    margin-top: 7px;
}

#footer-widgets .widget.widget_text li:first-child {
    margin-top: 0px;
}

#footer-widgets .widget.widget_text li .inner {
    position: relative;
}

#footer-widgets .widget.widget_text span.fa {
    display: inline-block;
    text-align: center;

    color: #e0c761;
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 0px 14px 0px 0px;
}

#footer-widgets .widget.widget_text span.text {
    font-family: 'Tajawal', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    overflow: hidden;
}

#footer-widgets .logo1 {
    margin-top: -10px;
}

#footer-widgets .widget.widget_text span.sl {
    text-transform: uppercase;
}

/* Bottom
-------------------------------------------------------------- */
#bottom {
    background-color: #352166;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

}

#bottom .bottom-bar-inner-wrap {
    padding: 15px 0px 20px 0px;
    display: table;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    width: 40%;
    vertical-align: middle;

}

#bottom #copyright span a {
    color: #fff;
}

#bottom #copyright span.text {
    padding-left: 6px;
    letter-spacing: 0.6px;
}

#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    width: 60%;
    vertical-align: middle;
}

#bottom ul.bottom-nav {
    margin: 0;
    list-style: none;
}

#bottom ul.bottom-nav > li {
    display: inline-block;
    position: relative;
    padding: 0 14px;
}

#bottom ul.bottom-nav > li:last-child {
    padding-right: 0px;
}

#bottom ul.bottom-nav > li > a {
    font-size: 13px;
    line-height: 24px;
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    position: relative;
    font-weight: 500;
}

#bottom ul.bottom-nav > li.current-menu-item > a,
#bottom ul.bottom-nav > li > a:hover {
    color: #e0c761;
    font-weight: bold;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
    position: fixed;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    right: 14px;
    bottom: 18px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
}

#scroll-top.show {
    right: 24px;
    opacity: 1;
    visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scroll-top:before {
    z-index: -1;
    background-color: #e0c761;
    opacity: 0.9;
}

#scroll-top:after {
    content: "\f10c";
    font-family: "Ionicons";
    font-size: 18px;
    color: #fff;
}

#scroll-top:hover:before {
    background-color: #3e3e3e;
}



/*####################### Media Queries for all site #####################*/

@media only screen and (max-width: 1199px) {

    .hentry .post-tags,
    #top-bar .top-bar-content {
        width: 70%;
    }

    .hentry .post-socials,
    #top-bar .top-bar-socials {
        width: 30%;
    }

    #bottom ul.bottom-nav > li {
        padding: 0px 10px;
    }

    .has-effect-icon.w40 .elm-link > a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .right-38 {
        right: 0px !important;
    }

    .hentry .box-excerpt .text {
        overflow: inherit;
    }

    .widget.widget_list .inner {
        padding: 15px;
    }

    .themesflat-row.gutter-mobile .span_1_of_3 {
        width: 50%;
    }

    .divider.h35 {
        height: 35px;
        display: block;
        clear: both;
    }
}

@media only screen and (max-width: 991px) {
    #site-header .mobile-button {
        display: block;
    }

    #main-nav,
    .menu-has-search #site-header #header-search,
    .menu-has-cart #site-header .nav-top-cart-wrapper,
    #top-bar .top-bar-content,
    .switcher-container,
    .row-information {
        display: none;
    }

    #top-bar .top-bar-socials {
        width: 100%;
        display: block;
        text-align: center;
    }

    #main-content {
        padding: 60px 0px;
        margin-top: -60px;
    }

    .header-style-3 #site-header #site-logo {
        width: 125px;
        margin-top: -10px;
    }

    #featured-title .featured-title-heading-wrap,
    #featured-title #breadcrumbs {
        width: 50%;
    }

    .sidebar-right #site-content,
    .sidebar-right #sidebar,
    .sidebar-left #sidebar,
    .sidebar-left #site-content,
    .sidebar-right.width-71 #site-content,
    .sidebar-right.width-73 #site-content {
        float: none;
        width: 100%;
    }

    .site-header-absolute #site-header-wrap {
        position: relative;
    }

    .header-style-3 #site-header {
        background-color: #352166;

    }

    .topbar-style-3 #top-bar {
        background-color: #fff;
        color: #352166;
        font-weight: bolder;
    }

    .topbar-style-3 #top-bar .top-bar-socials i {
        color: #352166;
    }

    .themesflat-row .span_1_of_3 {
        width: 50%;
    }

    .themesflat-row.gutter-30 > [class*="col"]:nth-child(3) {
        clear: both;
    }

    #footer {
        padding: 60px 0px;
    }

    #bottom .bottom-bar-menu,
    #bottom .bottom-bar-content {
        width: 50%;
        text-align: center;
        vertical-align: top;
    }

    .themesflat-row.separator.drank > [class*="span_"],
    .themesflat-row.separator.light > [class*="col"] {
        border-left: 0px;
    }

    .widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image img {
        width: 100%;
        display: block;
    }

    .comment-list.style-2 article {
        padding: 15px;
    }

    .themesflat-row .col.span_1_of_4 {
        width: 100%;
    }

    .divider.h35 {
        height: 35px;
        display: none;
        height: 0;
    }
}

@media only screen and (max-width: 767px) {

    #site-header .wrap-inner {
        padding: 20px 0px;
    }

    #bottom .bottom-bar-content,
    #bottom .bottom-bar-menu {
        width: 100%;
        display: block;
    }

    #bottom .bottom-bar-menu {
        margin-top: 10px;
    }

    .hentry .box-excerpt .thumb {
        margin: 0px 0px 27px 0px;
        float: none;
    }

    .comment-respond {
        padding-top: 35px;
    }

    .custom.tparrows,
    .custom .tp-bullet {
        display: none;
    }

    .separator-solid .flat-content-wrap {
        border-bottom: 0px;
    }

    .themesflat-row .span_1_of_3,
    .themesflat-row .span_1_of_6,
    .themesflat-row.gutter-mobile .span_1_of_3,
    .themesflat-row .span_1_of_4 {
        width: 100%;
    }

    .padding-left-13 {
        padding: 0px !important;
    }

    .widget.widget_instagram .instagram_badge_image img {
        display: block;
        width: 100%;
    }


}

@media only screen and (max-width: 479px) {

    #featured-title #breadcrumbs,
    .hentry .post-tags,
    .hentry .post-socials,
    #featured-title .featured-title-heading-wrap {
        display: block;
        width: 100%;
        text-align: left;
    }

    .hentry .post-tags a {
        margin-bottom: 15px;
    }

    .themesflat-pagination .page-prev-next > li {
        width: 100%;
        border-left: 0px;
        border-top: 1px solid #e7e7e7;
    }

    .themesflat-pagination .page-prev-next > li:first-child {
        border-top: 0px;
    }

    .comment-list .children {
        display: none;
    }

    .comment-list .comment-meta .comment-time {
        padding-left: 0px;
    }

    .comment-list .comment-meta .comment-time:before {
        width: 0px;
        height: 0px;
        background-color: transparent;
    }

    #commentform .name-wrap,
    #commentform .email-wrap {
        width: 100%;
        margin-right: 0px;
    }

    .comment-list.style-2 article {
        padding: 10px;
    }

    .comment-list.style-2 .comment-meta .comment-position:before {
        width: 0px;
        height: 0px;
        background-color: transparent;
    }

    .comment-list.style-2 .comment-meta .comment-position {
        padding-left: 0px;
    }

    .comment-list article .gravatar {
        float: none;
        margin: 0px;
    }

    .comment-list article .comment-content {
        position: relative;
        margin-top: 15px;
    }

    .comment-list .comment-reply {
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .comment-list article .comment-content p {
        padding-bottom: 0px;
    }

    #comments .comment-list article .comment-content .comment-text {
        padding-bottom: 30px;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        width: 100%;
    }

    .comment-list.style-2 article .gravatar {
        margin: 0px;
    }

}



/* Rev Slider
-------------------------------------------------------------- */
.custom .tp-bullet {
    background-color: #f2f2f2;
    border-radius: 50%;
}

.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
    background-color: #e0c761;
}

.custom.tparrows {
    background-color: #e7e7e7;
    border-radius: 50%;
}

.tp-leftarrow.tparrows {
    margin-left: 15px;
}

.tp-rightarrow.tparrows {
    margin-right: 15px;
}

.custom.tparrows:before {
    color: #352166;
}

.custom.tparrows:hover {
    background-color: #e0c761;
}

.custom.tparrows:hover:before {
    color: #fff;
}
