@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,900,700);

@import url(https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap);
/*

** Table Of Contents

** Vertical margins and paddings

**-- Main style
** Headers
** Navigation
** Breadcrumbs
** Awards
** Comments
** Widget
** Footer
** Copyright

**-- Pages
** Home page style
** 404
** About
** Appointment
** Shop pages styles
** Services
** Blog pages style
** Team
** Pricing
** Contacts

*-- Common typography and shortcodes styles and bootstrap overrides 
** Typography
** Vertical position styles
** Components and buttons styles
** Socialicons
** Forms

*-- Plugins
** Flexslider
** Isotope gallery
** To top plugin
** Parallax plugin
** Preloader plugin
** Pretty photo
** Switcher styles

**-- Common sections styles
** Dark section - ds
** Light section - ls
** Grey section - .ls.ms
** Color section - cs

*/
/*=====================================
// MAIN STYLES:
*/

:root {
    --onyx: #3f4041ff;
    --main-color: #2e4d98;
    --powder-blue: #a3c6deff;
    --antiflash-white: #e7eaecff;
    --onyx-2: #37383dff;
    --black: #000000ff;

    --picton-blue: #42beef;
    --botticelli: #c9dce7;
    --bay-of-many: #2c4185;
    --ship-gray: #434344;
    --storm-gray: #747579;
    --cerulean: #0a92d0;
    --denim: #1483bf;
    --dusty-gray: #9c9c9c;
    --fun-blue: #1e6db2;
    --chambray: #395d8a;
}

body {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    /* font: 14px/30px "Tajawal", "Arial", sans-serif; */
    color: #898989;
    background: #fff;
    overflow-x: hidden;
}

/*=====================================
// HEADER:
*/
/*// List style: //*/
.social-list {
    padding: 0;
    margin: 0 0 0 55px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 991px) {
    .social-list {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 767px) {
    .social-list {
        margin: 0 0 30px 0;
    }
}

.social-list li {
    list-style: none;
    display: inline-block;
    float: none;
    margin-right: 10px;
}

.social-list li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-list li a:hover i::before {
    background: #606060;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.social-list li a i {
    display: block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
}

.social-list li a i::before {
    font-family: "socicon";
    font-style: normal;
    display: block;
    color: #fff;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.soc__pinterest::before {
    content: "d";
    background: #ff0000;
}

.soc__instagram::before {
    content: "x";
    background: #7c5641;
}

.soc__google::before {
    content: "c";
    background: #dd4e41;
}

.soc__twitter::before {
    content: "a";
    background: #41abe1;
}

.soc__facebook::before {
    content: "b";
    background: #3d5a98;
}

.soc__dribbble::before {
    content: "D";
    background: #ea4c89;
}

/*// Logo //*/
@media (max-width: 767px) {
    .logo {
        margin-bottom: 20px;
    }
}

/*// Address block: //*/
.contact-block {
    margin: 0 55px 0 0;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .contact-block {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 767px) {
    .contact-block {
        margin: 0 0 20px 0;
    }
}

.contact-block p {
    padding-right: 24px;
    position: relative;
}

.contact-block p::before {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    color: #ffa800;
}

@media (max-width: 767px) {
    .contact-block p::before {
        display: none;
    }
}

.contact-block__address {
    font-size: 14px;
    line-height: 16px;
    color: #898989;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-block__address::before {
    content: "\f041";
    margin-top: -7px;
}

.contact-block__phone {
    font: bold 36px/38px "Tajawal", "Arial", sans-serif;
    color: #bdcc41;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-block__phone::before {
    content: "\f095";
    margin-top: -5px;
}

.contact-block__phone span {
    color: #ffa800;
}

.contact-block__work-time {
    margin-bottom: 0;
}

.contact-block__work-time::before {
    content: "\f017";
    margin-top: -5px;
}

/*// Header Search //*/
.serach-button {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 24px 55px 24px 0;
}

@media (max-width: 991px) {
    .serach-button {
        margin: 24px 5px 24px 0;
    }
}

@media (max-width: 767px) {
    .serach-button {
        margin: 14px 0 14px 0;
    }
}

.serach-button i {
    font-size: 16px;
    color: #606060;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.serach-button:hover i {
    color: #ffab09;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.header-search .searchform {
    position: relative;
}

.header-search .searchform .form-group {
    width: 100%;
    margin: 0;
}

.header-search .searchform .search-input {
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    background: transparent;
    color: #fff;
}

.header-search .searchform .s_theme_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.s_theme_button {
    font-size: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.s_theme_button::before {
    font-family: "rt-icons-2";
    content: "\e656";
    font-size: 30px;
    line-height: 60px;
    color: #ffab09;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.s_theme_button:hover::before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--bay-of-many);
}

.searchform-respond {
    text-align: center;
    margin: 10px 0;
    color: #fff;
}

/*// Page toplogo content //*/
@media (max-width: 767px) {
    .page_toplogo.table_section .row,
    .page_toplogo.table_section [class*="col-"] {
        display: inherit;
    }
}

.boxed .social-list {
    margin-left: 0;
}

.boxed .contact-block {
    margin-right: 0;
}

.boxed .sf-menu > li {
    margin: 0 1%;
}

/*// Header shop cart //*/
.shopping-cart {
    display: inline-block;
    float: none;
    margin-right: 20px;
    color: #606060;
    position: relative;
}

.shopping-cart__content {
    color: #606060;
}

.shopping-cart__content i {
    font-size: 18px;
}

.shopping-cart__content:active,
.shopping-cart__content:focus {
    color: #ffa800;
}

.shopping-cart__info {
    margin-right: 14px;
}

.shopping-cart__list {
    width: 400px;
    padding: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: 54px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1002;
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .shopping-cart__list {
        right: 50%;
        margin-right: -169px;
        top: 43px;
        width: 300px;
        padding: 10px;
    }
}

.shopping-cart__list .grey {
    margin-left: 10px;
    font: 18px/20px;
    font-weight: bold;
}

.shopping-cart__list li {
    padding: 0;
}

.shopping-cart__list li::before {
    display: none;
}

.shopping-cart__list .buttons {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .shopping-cart__list .buttons {
        margin-left: 5px;
    }
}

.shopping-cart__list .buttons a {
    margin: 0 5px 5px 0;
}

@media (max-width: 767px) {
    .shopping-cart__list .buttons a {
        margin: 0 5px 5px 0;
    }
}

.shopping-cart__list .widget_shopping_cart {
    margin-bottom: 0;
}

.shopping-cart__list .remove:hover i {
    color: #ffab09;
}

.shopping-cart__list .remove i {
    color: var(--bay-of-many);
}

.currency-dropdown .dropdown-menu {
    min-width: 0;
    padding: 20px 10px;
}

.currency-dropdown .dropdown-menu > li > a {
    color: inherit;
    padding: 5px 20px;
}

.currency-dropdown .dropdown-menu > li > a:hover,
.currency-dropdown .dropdown-menu > li.active-currency {
    color: var(--bay-of-many);
}

.login-dropdown .dropdown-menu {
    min-width: 400px;
    padding: 30px 30px;
}

.login-dropdown .dropdown-menu .form-control {
    border-color: #f5f5f5;
}

.cart-dropdown .dropdown-menu {
    min-width: 400px;
    padding: 20px 30px;
}

.widget_shopping_cart img {
    max-width: 80px;
}

.widget_shopping_cart h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.widget_shopping_cart .cart_list {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .widget_shopping_cart .cart_list {
        padding-bottom: 10px;
        margin: 10px 0;
    }
}

.widget_shopping_cart .media > div.media-left > a {
    display: block;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    margin: 10px;
}

.widget_shopping_cart .media-body:last-child {
    width: 1000px;
}

.widget_shopping_cart .media-body:last-child i {
    padding: 0 0 0 10px;
}

/*=====================================
// HEADER type 2:
*/
@media (max-width: 767px) {
    .header-t_2 .logo {
        display: inline-block;
        float: none;
        margin-bottom: 0;
    }
}

.header-t_2 .logo a {
    display: inline-block;
    float: none;
    margin: 11px 11px 11px 44px;
}

@media (max-width: 991px) {
    .header-t_2 .logo a {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-t_2 .logo a {
        margin: 20px 0 0;
    }
}

.header-t_2 .logo a img {
    width: 80px;
    height: auto;
}

@media (max-width: 767px) {
    .header-t_2 .logo a img {
        width: auto;
    }
}

@media (max-width: 767px) {
    .header-t_2.affix {
        position: static;
    }
}

/*=====================================
// HEADER type 3:
*/
.header-t_3 .social-list {
    margin: 23px 0 23px 55px;
}

@media (max-width: 1400px) {
    .header-t_3 .social-list {
        margin: 23px 0 23px 0;
    }
}

@media (max-width: 1400px) {
    .header-t_3 .social-list li {
        margin-right: 4px;
    }
}

@media (max-width: 991px) {
    .header-t_3 .social-list li {
        margin-right: 0;
    }
}

@media (max-width: 1400px) {
    .header-t_3 .serach-button {
        margin: 24px 0;
    }
}

@media (max-width: 991px) {
    .header-t_3 .social-list li a i {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .header-t_3.affix {
        position: static;
    }
}

/*=====================================
// NAVIGATION:
*/
.page_header {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

/*// Main navigation //*/
.sf-menu li {
    text-align: left;
    list-style: none;
}

.sf-menu li a {
    display: block;
}

.sf-menu li a:hover {
    color: #ffab09;
}

.sf-menu ul {
    padding: 0;
    margin: 0;
}

.sf-menu ul li {
    padding: 8px 20px;
}

@media (max-width: 767px) {
    .sf-menu ul li {
        padding: 0;
    }
}

.sf-menu > li {
    display: inline-block;
    float: none;
    margin: 0 4%;
    position: relative;
}

@media (max-width: 1700px) {
    .sf-menu > li {
        margin: 0;
    }
}

.sf-menu > li:first-child {
    margin-left: 0;
}

.sf-menu > li:last-child {
    margin-right: 0;
}

.sf-menu > li > a {
    font: 600 14px/16px "Tajawal", "Arial", sans-serif;
    color: #606060;
    text-transform: uppercase;
    padding: 30px 15px;
    display: block;
}

@media (max-width: 1199px) {
    .sf-menu > li > a {
        padding: 30px 10px;
    }
}

.sf-menu > li.active a {
    color: var(--bay-of-many);
}

.sf-menu > li.active ul li a {
    color: var(--bay-of-many);
}

@media (max-width: 767px) {
    .sf-menu > li.active ul li a {
        color: #606060;
    }
}

.sf-menu > li.active ul li a:hover {
    color: #ffab09;
}

.sf-menu > li > ul {
    position: absolute;
    top: 78px;
    width: 250px;
    padding: 20px 0;
    left: -5px;
    background: #fff;
    border: 1px solid #ededed;
    z-index: 100;
}

@media (max-width: 767px) {
    .sf-menu > li > ul {
        border: none;
    }
}

.sf-menu > li > ul > li {
    position: relative;
}

.sf-menu > li > ul > li a {
    font: normal 18px/20px "Tajawal", "Arial", sans-serif;
    color: var(--bay-of-many);
    display: block;
}

.sf-menu > li > ul > li ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: -1px;
    background: #fff;
    border: 1px solid #ededed;
    z-index: 100;
    padding: 20px 0;
    margin-top: -20px;
}

@media (max-width: 767px) {
    .sf-menu > li > ul > li ul {
        border: none;
    }
}

.sf-menu > li > ul > li ul > li {
    text-align: left;
    list-style: none;
}

.sf-with-ul {
    position: relative;
}

/*// Up to top main navigation //*/
.affix {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
}

.affix.page_header {
    background: #fff;
}

/* Toggle menu */
.toggle_menu {
    display: none;
}

.page_toplogo .toggle_menu {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    background-color: #ffab09;
    margin: 0;
}

.toggle_menu:hover span:before {
    top: -7px;
}

.toggle_menu:hover span:after {
    top: 7px;
}

.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    background-color: var(--bay-of-many);
    content: "";
    left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
    left: 18px;
    top: 50%;
    margin-top: -1px;
}

.toggle_menu span:before {
    top: -6px;
}

.toggle_menu span:after {
    top: 6px;
}

@media (max-width: 767px) {
    .mainmenu_wrapper {
        position: fixed;
        visibility: collapse;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
        z-index: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mobile-active .mainmenu_wrapper {
        visibility: visible;
        opacity: 1;
        background-color: #111;
        z-index: 350;
    }

    .toggle_menu {
        display: inline-block;
        float: none;
        position: relative;
        width: 60px;
        height: 30px;
        margin-top: 10px;
        cursor: pointer;
    }

    .toggle_menu.mobile-active {
        background-color: #fff;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000;
        width: 50px;
        height: 52px;
    }

    .toggle_menu.mobile-active:hover:after {
        color: #969696;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
    }

    .toggle_menu.mobile-active:after {
        position: absolute;
        top: 10px;
        left: 0px;
        font-family: "rt-icons-2";
        content: "\e117";
        font-size: 40px;
        line-height: 30px;
        color: #000;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
    }

    .toggle_menu.mobile-active span {
        display: none;
    }

    .sf-arrows .sf-with-ul {
        position: relative;
    }

    .sf-arrows .sf-with-ul::after {
        font-family: "rt-icons-2";
        font-size: 20px;
        content: "\e10f";
        position: absolute;
        right: 25px;
        height: 0;
        width: 0;
        top: 50%;
        margin-top: -10px;
    }

    .sf-menu {
        position: fixed;
        overflow: auto;
        background-color: #fff;
        padding: 10px 30px 10px 10px;
        top: 0;
        left: 0;
        bottom: 0;
        width: auto;
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: 400;
        word-wrap: break-word;
        text-align: left;
        -webkit-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        opacity: 0;
        width: 96%;
        z-index: 200;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 20px;
        z-index: 200;
    }

    .sf-menu li {
        display: block;
        width: 100%;
    }

    .sf-menu li a {
        padding: 10px;
    }

    .sf-menu li ul {
        position: static;
        background: transparent;
        padding: 0 0 0 10px;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sf-menu li ul li a {
        color: #606060;
        font-size: 12px;
        display: block;
        line-height: 20px;
    }

    .sf-menu li ul li a:hover {
        color: #ffab09;
    }

    .sf-menu li ul li ul {
        position: static;
        background: transparent;
        padding: 0 0 0 10px;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sf-menu li ul li ul li a {
        color: #606060;
        font-size: 12px;
        display: block;
        line-height: 20px;
    }

    .sf-menu li ul li ul li a:hover {
        color: #ffab09;
    }

    .sf-menu ul li a:before {
        content: "-";
        padding-right: 5px;
    }

    .sf-menu ul ul li a:before {
        content: "--";
        padding-right: 5px;
    }
}

.boxed .sf-menu > li > a {
    padding: 30px 10px;
}

.shopping-cart__list {
    border: 1px solid #ededed;
}

/*=====================================
// Breadcrumbs:
*/
.breadcrumbs__title {
    font: 60px/60px "Tajawal", "Arial", sans-serif;
    font-weight: 900;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .breadcrumbs__title {
        font-size: 40px;
        line-height: 40px;
    }
}

.breadcrumbs__title::after {
    font-family: "FontAwesome";
    content: "\f06c";
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-left: 15px;
}

.breadcrumbs-list {
    padding: 0;
    margin-bottom: 17px;
}

.breadcrumbs-list li {
    list-style: none;
    display: inline-block;
    float: none;
    vertical-align: middle;
    font: italic 30px/30px "Tajawal", "Arial", sans-serif;
}

@media (max-width: 767px) {
    .breadcrumbs-list li {
        font-size: 25px;
        line-height: 25px;
    }
}

.breadcrumbs-list li::after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin: 0 20px;
}

.breadcrumbs-list li:last-child::after {
    display: none;
}

/* Type 1 */
.breadcrumbs-01 {
    background: url(../../images/parallax/bg_breadcrumbs.jpg) no-repeat center
        center;
}

.breadcrumbs-01 .breadcrumbs__title {
    color: #fff;
}

.breadcrumbs-01 .breadcrumbs-list li {
    color: #fff;
}

.breadcrumbs-01 .breadcrumbs-list li a {
    color: #fff;
}

.breadcrumbs-01 .breadcrumbs-list li a:hover {
    color: #ffab09;
}

/* Type 3 */
.breadcrumbs-03 {
    background: #000;
}

.breadcrumbs-03 .breadcrumbs__title {
    color: #fff;
}

/*=====================================
// AWARDS:
*/
.awards-img-1 {
    display: inline-block;
    float: none;
}

.awards-img-1 a {
    display: block;
    background: url(../../images/our_awards/our_awards_01.png) center top;
    height: 120px;
    width: 120px;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-1 a:hover {
    background: url(../../images/our_awards/our_awards_01.png) center bottom;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-2 {
    display: inline-block;
    float: none;
}

.awards-img-2 a {
    display: block;
    background: url(../../images/our_awards/our_awards_02.png) center top;
    height: 120px;
    width: 120px;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-2 a:hover {
    background: url(../../images/our_awards/our_awards_02.png) center bottom;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-3 {
    display: inline-block;
    float: none;
}

.awards-img-3 a {
    display: block;
    background: url(../../images/our_awards/our_awards_03.png) center top;
    height: 120px;
    width: 120px;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-3 a:hover {
    background: url(../../images/our_awards/our_awards_03.png) center bottom;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-4 {
    display: inline-block;
    float: none;
}

.awards-img-4 a {
    display: block;
    background: url(../../images/our_awards/our_awards_04.png) center top;
    height: 120px;
    width: 120px;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-4 a:hover {
    background: url(../../images/our_awards/our_awards_04.png) center bottom;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-5 {
    display: inline-block;
    float: none;
}

.awards-img-5 a {
    display: block;
    background: url(../../images/our_awards/our_awards_05.png) center top;
    height: 120px;
    width: 120px;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.awards-img-5 a:hover {
    background: url(../../images/our_awards/our_awards_05.png) center bottom;
    -webkit-transition: 0s all;
    transition: 0s all;
}

/*=====================================
// COMMENTS:
*/
/* Comments forms */
.comment-respond__title {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 38px;
}

.comment-form__submit .button-g_t5 {
    padding: 5px 39px;
}

.comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.comment-form label {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.comment-form label::before {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 16px;
    color: #898989;
    display: inline-block;
    position: absolute;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    height: 38px;
    padding-left: 30px;
    font-weight: normal;
}

.comment-form textarea {
    height: 88px;
    padding: 8px 35px;
    font-weight: normal;
}

.comment-form__label-author {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.comment-form__label-author::before {
    top: 50%;
    left: 12px;
    content: "\f007";
    margin-top: -7px;
}

.comment-form__label-email {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.comment-form__label-email::before {
    top: 50%;
    left: 20px;
    content: "\f1fa";
    margin-top: -7px;
}

.comment-form__label-textarea {
    float: left;
    width: 100%;
}

.comment-form__label-textarea::after {
    content: "";
    display: table;
    clear: both;
}

.comment-form__label-textarea::before {
    top: 20px;
    left: 12px;
    content: "\f075";
    margin-top: -7px;
}

.comment-form__submit {
    float: left;
}

.comment-respond {
    margin-bottom: 73px;
}

/* Comments list */
.user-comments__title {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin: 0 0 45px;
}

.comment-list {
    padding: 0;
}

.comment-list li {
    list-style: none;
}

.user-comments__user {
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.user-comments__user img {
    width: 100px;
    height: auto;
}

.comment-meta__list {
    padding: 0;
}

.comment-meta__list li {
    display: inline-block;
    float: none;
    font: 12px/14px "Tajawal", "Arial", sans-serif;
    color: #898989;
    margin-right: 17px;
}

.author_url {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
}

.comments-area .media-body {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .comments-area .media-body {
        padding-left: 0;
    }
}

.comment-meta {
    margin-top: -8px;
    margin-bottom: 20px;
}

.comment {
    margin-bottom: 70px;
}

.comment .children {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .comment .children {
        padding-left: 10px;
    }
}

.user-comments__button {
    padding-top: 12px;
}

.comment_button {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    color: #ff8e08;
}

.comment_button::after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 16px;
    line-height: 18px;
    margin-left: 3px;
}

/*=====================================
// WIDGET:
*/
@media (max-width: 991px) {
    .widget {
        margin-bottom: 60px;
    }
}

.widget ul {
    padding-left: 15px;
}

.widget ul li a {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    color: #898989;
}

.widget ul li a:hover {
    color: var(--bay-of-many);
}

/* Payment list */
ul.payment-list {
    padding: 15px 0 0;
}

ul.payment-list li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

ul.payment-list li a i {
    font-size: 28px;
    color: #3f3f3f;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

ul.payment-list li a:hover i {
    color: #afb873;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/* Widget title */
.widget-title {
    margin-top: 0;
}

/* Latest blog */
.widget_latest_blog ul {
    padding: 0;
}

.widget_latest_blog ul li {
    list-style: none;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    line-height: 24px;
    position: relative;
}

.widget_latest_blog ul li::before {
    font-family: "FontAwesome";
    content: "\f040";
    font-size: 24px;
    line-height: 24px;
    color: var(--bay-of-many);
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 0;
}

.widget_latest_blog ul li:first-child {
    padding-top: 0;
}

.widget_latest_blog ul li:first-child::before {
    top: 5px;
}

.widget_latest_blog ul li:last-child {
    border-bottom: none;
}

.widget_latest_blog ul li a {
    color: #898989;
    line-height: 24px;
}

/* Sidebar title */
.sidebar .widget-title {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    text-transform: uppercase;
    color: #333333;
}

.sidebar .widget {
    margin-bottom: 67px;
}

.page_footer .widget_menu,
.page_footer .widget_latest_blog,
.page_footer .widget_text {
    text-align: center;
}

@media (max-width: 991px) {
    .page_footer .widget_text ul {
        display: flex;
        gap: 20px;
    }
}

.page_footer .widget_text ul li {
    list-style-type: none;
}
.page_footer .widget_text ul li a {
    font-size: 30px;
    background-color: var(--botticelli);
    border-radius: 25%;
    padding: 5px;
    color: var(--bay-of-many);
}
.page_footer .widget_text ul li a {
    /* display: inline-block; Ensure the transform works correctly */
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out; /* Smooth transition for transform and color */
}

.page_footer .widget_text ul li a:hover {
    transform: scale(1.2); /* Scale up the icon by 20% */
    color: #ff0000; /* Change the color on hover (optional) */
}

.page_footer .widget_menu ul li {
    direction: rtl;
}

/* Search */
.widget_search #widget-search {
    width: 100%;
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 35px 5px 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.widget_search .widget-title {
    margin-bottom: 37px;
}

.widget_search .searchform {
    position: relative;
}

.widget_search .searchform .form-group {
    width: 100%;
}

.widget_search .search_button {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 0;
    height: 31px;
    border: none;
    background: transparent;
}

.widget_search .search_button::before {
    font-family: "rt-icons-2";
    content: "\e7a7";
    font-size: 18px;
    line-height: 34px;
    color: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.widget_search .search_button:hover::before {
    color: #ffab09;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/* Recent posts list */
.widget_recent_posts .widget_recent_posts-list {
    padding: 0;
}

.widget_recent_posts .widget_recent_posts-list li {
    list-style: none;
    margin-bottom: 40px;
}

.widget_recent_posts .widget_recent_posts-list li::after {
    content: "";
    display: table;
    clear: both;
}

.widget_recent_posts .widget_recent_posts-title {
    font: 14px/16px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin: 0;
}

.widget_recent_posts .widget_recent_posts-title a {
    color: #333333;
}

.widget_recent_posts .widget_recent_posts-meta a {
    font: 12px/14px "Tajawal", "Arial", sans-serif;
    color: #ff8e08;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.widget_recent_posts .widget_recent_posts-meta a::before {
    font-family: "FontAwesome";
    margin-right: 5px;
}

.widget_recent_posts-img {
    float: left;
    margin-right: 30px;
    padding-top: 10px;
}

.widget_recent_posts-img img {
    width: 70px;
}

.widget_recent_posts-date {
    font: 12px/16px "Tajawal", "Arial", sans-serif;
    color: #a8a8a8;
    margin-top: 6px;
    margin-bottom: 4px;
}

.widget_recent_posts-likes {
    margin-right: 13px;
}

.widget_recent_posts-likes::before {
    content: "\f08a";
}

.widget_recent_posts-comments::before {
    content: "\f0e5";
}

/* Price filter */
.widget_price_filter .widget-title {
    margin-bottom: 37px;
}

.widget_price_filter input[readonly] {
    background-color: transparent;
    padding-right: 3px;
    padding-left: 3px;
    max-width: 68px;
    height: 40px;
    margin-bottom: 4px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--bay-of-many);
    font-weight: normal;
    font: 22px/20px "Tajawal", "Arial", sans-serif;
}

.widget_price_filter label {
    position: relative;
    display: inline-block;
    color: #333333;
}

.widget_price_filter label::before {
    font-family: "Tajawal", "Arial", sans-serif;
    content: "$";
    display: block;
    font-size: 18px;
    line-height: 20px;
    float: left;
    margin-top: 15px;
}

.widget_price_filter .form-group {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget_price__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 37px;
}

.ui-slider-range {
    background-color: #ffa800;
}

.ui-slider-horizontal {
    margin-bottom: 0;
}

.price__controls::after {
    content: "";
    display: table;
    clear: both;
}

#slider_price_min,
#slider_price_max {
    color: #333333;
    float: right;
    text-align: left;
}

.slider_price_min-left {
    float: left;
    margin-left: 0;
}

.slider_price_min-right {
    float: right;
}

.ui-slider {
    position: relative;
    text-align: left;
    background-color: #d1d1d1;
    margin-bottom: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffa800;
}

.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-slider-horizontal span.ui-slider-handle {
    top: -3px;
}

.ui-slider-horizontal span.ui-slider-handle:last-of-type {
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* Top sales */
.widget_top_sales .widget_top_sales-list {
    padding: 0;
}

.widget_top_sales .widget_top_sales-list li {
    list-style: none;
    margin-bottom: 10px;
}

.widget_top_sales .widget_top_sales-title {
    margin: 0 0 3px 0;
}

.widget_top_sales .widget_top_sales-title a {
    font: 14px/16px "Tajawal", "Arial", sans-serif;
    color: #333333;
    display: block;
}

.widget_top_sales .star-rating {
    font-size: 15px;
}

.widget_top_sales .shop-item__price {
    font: 19px/26px "Tajawal", "Arial", sans-serif;
    padding-top: 3px;
}

.widget_top_sales-img {
    width: 90px;
    height: auto;
    float: left;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .widget_top_sales-img {
        width: 150px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .widget_top_sales-img {
        width: 90px;
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.widget_top_sales-img a {
    display: block;
}

.widget_top_sales-img img {
    width: 100%;
}

/* Social share */
a.social-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    color: #f5f5f5;
}

a.social-icon span {
    opacity: 0.7;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

a.social-icon span:first-child {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon [class*="rt-icon"] + span {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon + a.social-icon,
.tooltip + a.social-icon {
    margin-left: 16px;
}

a.social-icon.bg-icon + a.social-icon.bg-icon {
    margin-left: 7px;
}

a.social-icon.color-bg-icon + a.social-icon.color-bg-icon {
    margin-left: 1px;
}

a.social-icon.block-icon {
    width: 100%;
}

a[class*="soc-"]:before {
    font-family: "socicon";
    font-size: 16px;
}

a.border-icon {
    border: 1px solid #f5f5f5;
    border-color: #f5f5f5;
    padding: 10px 11px;
    margin-bottom: 4px;
}

a.bg-icon {
    color: #f5f5f5;
    background-color: #000;
    padding: 11px 12px;
    margin-bottom: 4px;
}

a.bg-icon:hover {
    color: #f5f5f5 !important;
}

a.color-bg-icon {
    color: #fff;
    background-color: #ffab09;
    margin-bottom: 4px;
    padding: 11px 12px;
}

a.color-bg-icon:hover {
    background-color: #000;
    color: #fff !important;
}

a.color-icon:hover {
    color: #f5f5f5 !important;
}

a.color-icon.border-icon:hover {
    color: #f5f5f5 !important;
}

a[class*="soc-"].rounded-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.big-icon {
    width: 116px;
    height: 116px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
    a.big-icon {
        width: 91px;
        height: 112px;
    }
}

@media (max-width: 767px) {
    a.big-icon {
        width: 117px;
        height: 117px;
    }
}

a.big-icon[class*="soc-"]:before {
    font-size: 32px;
}

a.big-icon [class*="rt-icon"]:before {
    font-size: 32px;
}

a.big-icon:hover {
    background: #000 !important;
}

a.color-bg-icon.soc-facebook {
    background: #507cbe;
}

a.color-bg-icon.soc-twitter {
    background: #00abef;
}

a.color-bg-icon.soc-google {
    background: #d93e2d;
}

/* Banner-ad */
.banner-ad {
    background: #f7f7f7;
    padding: 15px;
}

.banner-ad::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .banner-ad {
        padding: 20px;
    }
}

.banner-ad img {
    width: 100%;
}

.banner-ad__wrapper {
    position: relative;
}

.banner-ad__wrapper::before {
    content: "";
    background: rgba(52, 52, 52, 0.9) repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-ad__table-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner-ad__table-wrapp p {
    margin: 0;
    float: none;
    color: #fff;
    font-weight: 300;
    display: inline-block;
}

.banner-ad__table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-ad__content-row {
    display: table-row;
}

.banner-ad__content-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-ad__content {
    display: inline-block;
    float: none;
}

.banner-ad__title {
    font-size: 30px;
    line-height: 30px;
    padding: 15px;
    font-weight: 300;
    background: #606060;
    text-transform: uppercase;
    margin: 20px 0 0;
}

@media (max-width: 991px) {
    .banner-ad__title {
        font-size: 25px;
        line-height: 25px;
        padding: 13px 35px;
    }
}

.banner-ad__sub-title {
    background: var(--bay-of-many);
    padding: 5px 30px;
}

/* Flickr */
.widget_flickr .flickr-content {
    padding: 0;
}

.widget_flickr .flickr-content a {
    display: inline-block;
}

.widget_flickr .flickr-content a img {
    opacity: 0.5;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.widget_flickr .flickr-content a:hover img {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.widget_flickr .flickr-content li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 10px;
    padding-left: 0;
}

.widget_flickr .flickr-content li::before {
    display: none;
}

.widget_flickr .flickr-content li:first-child {
    margin-left: 0;
}

/* Newsletter */
.widget_mailchimp .mailchimp_email {
    width: 100%;
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 35px 5px 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.widget_mailchimp .mailchimp_email:active,
.widget_mailchimp .mailchimp_email:focus {
    border: 1px solid #d1d1d1;
}

.widget_mailchimp .form-group {
    width: 100%;
}

.widget_mailchimp .signup {
    position: relative;
}

.widget_mailchimp .widget_mailchimp__button {
    position: absolute;
    top: 0;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 0;
    height: 34px;
}

.widget_mailchimp .widget_mailchimp__button::before {
    font-family: "rt-icons-2";
    content: "\e74a";
    font-size: 24px;
    line-height: 34px;
    color: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.widget_mailchimp .widget_mailchimp__button:hover::before {
    color: #ffab09;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.widget_mailchimp__text {
    font: 16px/30px "Tajawal", "Arial", sans-serif;
    margin: 0;
    padding-top: 20px;
}

/*=====================================
// FOOTER:
*/
.page_footer {
    position: relative;
    z-index: 2;
}

/*=====================================
// COPYRIGHT:
*/
.page_copyright p {
    font: normal 14px/16px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin: 0;
}

.page_copyright p a {
    color: #fff;
}

.page_copyright p a:hover {
    color: #000;
}

/*// Copyright type 1 //*/
.copyright-01 {
    background: var(--bay-of-many);
}

/*=====================================
// PAGES:
*/
/*=====================================
// HOME PAGE TYPE 1:
*/
.banners-wrapper {
    position: relative;
    z-index: 2;
    margin-top: -38px;
}

@media (max-width: 480px) {
    .banners-wrapper {
        margin-top: 20px;
    }
}

.banners-item-1 {
    width: 25%;
    float: left;
    position: relative;
}

@media (max-width: 991px) {
    .banners-item-1 {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .banners-item-1 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.banners-item-1__img img {
    width: 100%;
}

.banners-item-1__title {
    font: italic 30px/32px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin-top: 0;
}

.banners-item-1__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 44px 10px;
}

@media (max-width: 1199px) {
    .banners-item-1__content {
        padding: 25px 25px 10px;
    }
}

.banners-item-1__text {
    font: italic 16px/18px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin-bottom: 21px;
}

.banners-item-1__button {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    color: #ff8e08;
    display: inline-block;
    background: #fff;
    padding: 0 10px 3px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.banners-item-1__button::after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 16px;
    line-height: 16px;
    color: #ff8e08;
    margin-left: 4px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.banners-item-1__button:hover::after {
    color: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.sub-title_t-4 {
    font: italic 14px/30px "Tajawal", "Arial", sans-serif;
    color: #898989;
    max-width: 640px;
    display: inline-block;
    margin-bottom: 54px;
}

/*// Home block list //*/
.block__info-list {
    padding: 37px 0 0;
}

@media (max-width: 991px) {
    .block__info-list {
        padding-bottom: 37px;
    }
}

.block__info-list li {
    list-style: none;
    margin-bottom: 14px;
}

.block__info-title-1,
.block__info-title-2 {
    font: 24px/26px "Tajawal", "Arial", sans-serif;
    color: #333333;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .block__info-title-1,
    .block__info-title-2 {
        display: inline-block;
    }
}

.block__info-title-1::before,
.block__info-title-2::before {
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 26px;
    color: var(--bay-of-many);
    display: inline-block;
    position: absolute;
    top: 0;
}

.block__info-title-1 {
    padding-left: 40px;
}

.block__info-title-1::before {
    left: 0;
}

.block__info-title-2 {
    padding-right: 40px;
}

.block__info-title-2::before {
    right: 0;
}

.block__t-1::before {
    content: "\f06c";
}

.block__t-2::before {
    content: "\f21e";
}

.block__t-3::before {
    content: "\f18c";
}

.block__t-4::before {
    content: "\f164";
}

.block__t-5::before {
    content: "\f004";
}

.block__t-6::before {
    content: "\f06b";
}

.title_t-1.title_t-1--position1 {
    margin-bottom: 26px;
}

.title_t-1.title_t-1--position2 {
    margin-bottom: 31px;
}

.title_t-1--position3 {
    margin-bottom: 20px;
}

.title_t-1--position4 {
    padding-top: 80px;
}

/*// Recomendation block //*/
.block-recom {
    background: var(--bay-of-many);
    max-width: 270px;
    display: inline-block;
    float: none;
    padding-bottom: 385px;
}

.block-recom__text {
    font: italic 18px/22px "Tajawal", "Arial", sans-serif;
    padding: 39px 30px 10px;
    color: #fff;
}

.block-recom__img_2 img {
    position: absolute;
    width: 500px;
    max-width: 100%;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

.sub-title_t-5 {
    font: italic 16px/30px "Tajawal", "Arial", sans-serif;
    color: #898989;
}

/*// Home shop item //*/
.home-shop-feed .shop-feed-t2 {
    text-align: center;
}

.home-shop-feed .shop-feed-t2 .shop-item {
    text-align: center;
}

.home-shop-feed .shop-feed-t2 .shop-item:nth-child(4n) {
    margin-right: 13px;
}

@media (max-width: 767px) {
    .home-shop-feed .shop-feed-t2 .shop-item:nth-child(4n) {
        margin-right: 0;
    }
}

.home-shop-feed .shop-feed-t2 .shop-item:last-child {
    margin-right: 0;
}

.home-parallax-1 {
    background: url(../../images/parallax/home_parallax-01.jpg) no-repeat center
        center;
}

.home-parallax-1__wrapp {
    background: #fff;
    margin: 30px 0;
    padding: 45px 0 0;
    max-width: 830px;
    display: inline-block;
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .home-parallax-1__wrapp {
        max-width: inherit;
        padding: 45px 20px 0;
    }
}

.home-parallax-1__wrapp .button-o_t1 {
    margin-bottom: -40px;
}

@media (min-width: 992px) {
    .home-parallax-1__wrapp::before {
        content: "";
        width: 688px;
        height: 210px;
        background: url(../../images/img_02.png) no-repeat center center;
        position: absolute;
        top: -173px;
        right: 50%;
        margin-right: -344px;
    }
}
@media (max-width: 991px) {
    .home-parallax-1__wrapp::before {
        content: "";
        height: 210px;
        background: url(../../images/img_02.png) no-repeat center center;
        position: absolute;
        top: -173px;
        left: 0%;
        width: 500px;
        max-width: 100%;
    }
}

.home-parallax-1__title {
    font: 600 36px/38px "Tajawal", "Arial", sans-serif;
    color: var(--bay-of-many);
    margin-top: 0;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .home-parallax-1__title {
        font: 600 30px/35px "Tajawal", "Arial", sans-serif;
    }
}

.home-parallax-1__sub-title {
    font: italic 24px/26px "Tajawal", "Arial", sans-serif;
    color: var(--bay-of-many);
    margin-bottom: 42px;
}

@media (max-width: 767px) {
    .home-parallax-1__sub-title {
        font: italic 20px/28px "Tajawal", "Arial", sans-serif;
    }
}

.title_t-1--position5 {
    margin-bottom: 50px;
}

/*// Testimonials //*/
.testimonials {
    border-top: 1px solid #d2d2d2;
    position: relative;
    padding-top: 45px;
}

.testimonials::before {
    font-family: "rt-icons-2";
    content: "\e977";
    display: inline-block;
    float: none;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -95px;
    font-size: 35px;
    line-height: 35px;
    color: var(--bay-of-many);
    padding: 0 68px;
    background: #fff;
    z-index: 10;
}

.testimonials li {
    width: 80px;
    height: 80px;
    display: inline-block;
    float: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.5;
    vertical-align: middle;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0 4px;
}

.testimonials li.active {
    width: 120px;
    height: 120px;
    opacity: 1;
}

@media (max-width: 767px) {
    .testimonials li.active {
        width: 100px;
        height: 100px;
    }
}

.testimonials li:hover {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.testimonials .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    min-height: 120px;
    margin-bottom: 26px;
}

.testimonials .carousel-indicators li[data-slide-to="0"] {
    background: url(../../images/testimonials/testimonials_02.jpg);
    background-size: cover;
}

.testimonials .carousel-indicators li[data-slide-to="1"] {
    background: url(../../images/testimonials/testimonials_01.jpg);
    background-size: cover;
}

.testimonials .carousel-indicators li[data-slide-to="2"] {
    background: url(../../images/testimonials/testimonials_03.jpg);
    background-size: cover;
}

.testimonials__sub-title {
    font: italic 16px/20px "Tajawal", "Arial", sans-serif;
    color: #898989;
    margin-bottom: 60px;
}

.testimonials__title-user {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 10px;
}

.testimonials__sub-title-user {
    font: 14px/18px "Tajawal", "Arial", sans-serif;
    color: #de7800;
    margin-bottom: 30px;
}

.testimonials__text {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    color: #898989;
    max-width: 590px;
    display: inline-block;
    float: none;
}

/*// Contact type 1 //*/
.contacts-t_1 {
    width: 100%;
    background: var(--bay-of-many);
}

.contacts-t_1::after {
    content: "";
    display: table;
    clear: both;
}

.contacts-t_1_block-1 {
    width: 39.3%;
    float: left;
}

@media (max-width: 767px) {
    .contacts-t_1_block-1 {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .contacts-t_1_block-1 {
        width: 100%;
        float: none;
    }
}

.contacts-t_1_block-2 {
    width: 60.7%;
    height: 600px;
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .contacts-t_1_block-2 {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .contacts-t_1_block-2 {
        width: 100%;
        float: none;
    }
}

.contacts-t_1_block-2::before {
    content: "";
    background: url(../../images/bg_contacts-2.png);
    width: 321px;
    height: 554px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .contacts-t_1_block-2::before {
        display: none;
    }
}

/*// Contact list type 1 //*/
.contacts-t_1__logo {
    display: inline-block;
    float: none;
    margin-top: 84px;
    margin-bottom: 44px;
}

.contacts-t_1_block-1-wrapp {
    text-align: center;
    display: inline-block;
    float: none;
    max-width: 540px;
    width: 100%;
    padding-bottom: 45px;
}

@media (max-width: 640px) {
    .contacts-t_1_block-1-wrapp {
        max-width: 100%;
    }
}

.contact-list_t1 {
    padding-left: 0;
}

.contact-list_t1 li {
    list-style: none;
    margin-bottom: 42px;
}

.contact-list_t1 li i {
    font-size: 44px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 22px;
    display: inline-block;
}

.contact-list_t1 li i.fa-mobile {
    font-size: 59px;
}

.contact-list_t1 li i.fa-clock-o {
    font-size: 34px;
    line-height: 8px;
}

.contact-list_t1 li p {
    font: 18px/24px "Tajawal", "Arial", sans-serif;
    color: #fff;
}

.contacts-t_1_block-2 {
    background: url(../../images/parallax/contact_parallax-01.jpg) no-repeat;
}

@media (max-width: 767px) {
    .contacts-t_1_block-2 {
        background-size: contain;
    }
}

.form__cont-02 {
    width: 470px;
    margin-top: 30px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 15px;
}

.form__cont-02 .form__text {
    color: #000;
    line-height: 32px;
}

.parallax-pricing {
    background: url(../../images/parallax/home_parallax-02.jpg);
}

/*=====================================
// 404:
*/
.page-404 {
    width: 100%;
    padding: 300px 0 0;
    background: url(../../images/404.png) no-repeat center center;
}

.page-404__title {
    font: 900 250px/250px "Tajawal", "Arial", sans-serif;
    color: var(--bay-of-many);
    text-align: center;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .page-404__title {
        font-size: 150px;
    }
}

.page-404__text {
    font: 36px/36px "Tajawal", "Arial", sans-serif;
    color: #898989;
    margin-top: 70px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .page-404__text {
        font-size: 24px;
    }
}

.page-404__text::after {
    font-family: "FontAwesome";
    content: "\f06c";
    font-size: 23px;
    line-height: 23px;
    color: #898989;
    margin-left: 10px;
}

/*=====================================
// ABOUT:
*/
.content-block_t-1 {
    border: 1px solid #ededed;
}

@media (max-width: 767px) {
    .content-block_t-1 {
        margin-bottom: 40px;
    }
}

.content-block_t-1__title {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-top: 0;
    margin-bottom: 24px;
}

.content-block_t-1__content {
    padding: 38px 50px 23px;
}

@media (max-width: 1199px) {
    .content-block_t-1__content {
        padding: 38px 30px 23px;
    }
}

.content-block_t-1__img {
    padding: 0;
    margin: 0;
}

.content-block_t-1__img img {
    width: 100%;
}

.content-block_t-2 {
    text-align: center;
    float: left;
    width: 20%;
}

@media (max-width: 767px) {
    .content-block_t-2 {
        width: 33%;
        margin-bottom: 30px;
        float: none;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .content-block_t-2 {
        width: 100%;
    }
}

.content-block_t-2 img {
    display: inline-block;
    margin: 0 20px;
}

@media (max-width: 991px) {
    .content-block_t-2 img {
        margin: 0 10px;
    }
}

.button-g_t4.button_p_1 {
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 40px;
}

.content-block_t-3 {
    position: relative;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .content-block_t-3 {
        padding: 0;
    }
}

.content-block_t-3 img {
    position: absolute;
    bottom: -67px;
    left: 22px;
    z-index: 0;
}

@media (max-width: 991px) {
    .content-block_t-3 img {
        position: static;
        display: inline-block;
        float: none;
    }
}

.background-t_1 {
    position: relative;
    z-index: 1;
}

/*=====================================
// Appointment:
*/
.table_t-1 {
    width: 100%;
}

.table_t-1 .prew-month {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    color: #fff;
    opacity: 0.7;
    margin-left: 48px;
    display: inline-block;
    vertical-align: middle;
}

.table_t-1 .prew-month:hover {
    color: #fff;
    opacity: 1;
}

.table_t-1 caption {
    background: #ff8a00;
    text-align: center;
    font: 30px/30px "Tajawal", "Arial", sans-serif;
    color: #fff;
    padding: 14px 0;
}

.table_t-1 .calendar_prev {
    float: left;
    position: relative;
    font-size: 0;
    line-height: 0;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.table_t-1 .calendar_prev::before {
    font-family: "rt-icons-2";
    content: "\e110";
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.table_t-1 .calendar_next {
    float: right;
    position: relative;
    font-size: 0;
    line-height: 0;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.table_t-1 .calendar_next::before {
    font-family: "rt-icons-2";
    content: "\e111";
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.table_t-1 thead {
    background: var(--bay-of-many);
}

.table_t-1 thead tr th {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font: 14px/16px "Tajawal", "Arial", sans-serif;
    color: #fff;
    padding: 14px 0;
}

.table_t-1 tbody tr td {
    text-align: center;
    border: 1px solid #ededed;
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #898989;
    padding: 30px 0;
}

@media (max-width: 480px) {
    .table_t-1 tbody tr td {
        padding: 15px 0;
    }
}

.table_t-2_wrapp {
    padding: 40px 40px 50px;
    background: var(--bay-of-many);
    margin-top: -1px;
    border: 1px solid var(--bay-of-many);
}

@media (max-width: 767px) {
    .table_t-2_wrapp {
        padding: 20px 20px 30px;
    }
}

.table_t-2 {
    width: 100%;
}

.table_t-2 caption {
    background: var(--bay-of-many);
    padding: 0 0 27px;
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #fff;
}

@media (max-width: 767px) {
    .table_t-2 caption {
        text-align: center;
    }
}

.table_t-2 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 12px;
}

.table_t-2 tbody tr {
    padding: 0 40px;
}

.table_t-2 tbody tr td {
    border-top: 1px solid #d0d984;
    padding: 7px 0;
    color: #fff;
}

@media (max-width: 767px) {
    .table_t-2 tbody tr td {
        display: block;
        text-align: center;
    }
}

.table_t-2 tbody tr td:last-child {
    padding: 5px 0 9px;
}

.table_t-2 tbody tr:last-child td {
    border-bottom: 1px solid #d0d984;
}

@media (max-width: 767px) {
    .table_t-2 tbody tr:last-child td {
        border-bottom: none;
    }
}

.table-button {
    margin: 0;
}

@media (max-width: 767px) {
    .table-button {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.table-button-2 {
    padding: 5px 10px;
}

.button-o_t4.button_p_1 {
    margin: 42px 0;
}

/*=====================================
// SHOP:
*/
.products {
    margin-top: 80px;
}

.shop-item {
    margin-right: 13px;
    margin-bottom: 17px;
    display: inline-block;
    float: none;
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item .button-g_t4 {
    margin: 0;
}

.shop-item:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item:hover .shop-item__lk-wrapp {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item:hover .shop-item__lk {
    margin-top: -25px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    visibility: visible;
    opacity: 1;
}

.shop-item:hover .shop-item__meta-list {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.shop-item:hover .shop-item__price {
    visibility: collapse;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item .shop-item__price {
    margin-top: -65px;
}

.shop-item__img {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}

.shop-item__img img {
    width: 83%;
}

@media (max-width: 767px) {
    .shop-item__img img {
        width: 100%;
    }
}

.shop-item__lk-wrapp {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6) repeat;
    visibility: collapse;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    overflow: hidden;
}

.shop-item__lk {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -125px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--bay-of-many);
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    visibility: collapse;
    opacity: 0;
}

.shop-item__lk::before {
    font-family: "rt-icons-2";
    content: "\e6a4";
    font-size: 28px;
    line-height: 52px;
    display: inline-block;
    color: #fff;
}

.shop-item__lk:hover {
    background-color: #ffa800;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item__content {
    padding: 10px 20px 40px;
    text-align: center;
}

.shop-item__title {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin: 0 0 17px;
}

.shop-item__price {
    font: 24px/26px "Tajawal", "Arial", sans-serif;
    display: block;
    color: #ffa800;
    margin-bottom: 13px;
    height: 40px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 16px;
    line-height: 1em;
    font-size: 18px;
    width: 5.5em;
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f006";
}

.star-rating:before,
.star-rating span:before {
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 0.2em;
    color: #ffa800;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f006";
    color: #ffa800;
}

.shop-item__meta-list {
    margin-bottom: 30px;
    height: 40px;
    display: inline-block;
    visibility: collapse;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item__block .button-g_t4 {
    position: relative;
    overflow: hidden;
}

.shop-item__block .button-g_t4:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--bay-of-many);
    border: 1px solid var(--bay-of-many);
    color: var(--bay-of-many);
}

.shop-item__block .button-g_t4:hover::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-top: -9px;
}

.shop-item__block .button-g_t4::before {
    font-family: "FontAwesome";
    content: "\f291";
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -10px;
    visibility: collapse;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/*// Shop img //*/
.shop-flexslider {
    max-width: 398px;
}

@media (max-width: 767px) {
    .shop-flexslider {
        display: inline-block;
        float: none;
        margin-bottom: 40px;
    }
}

.shop-flexslider .slides {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

.shop-flexslider .flex-nav-prev,
.shop-flexslider .flex-nav-next {
    display: none;
}

.shop-flexslider img {
    width: 100%;
}

.shop-flexslider .flex-control-nav {
    position: static;
}

.shop-flexslider .flex-control-nav li {
    margin: 0 0 4px 4px;
}

.shop-flexslider .flex-control-nav li:first-child {
    margin-left: 0;
}

.shop-flexslider .flex-control-nav li:last-child {
    margin-right: 0;
}

.shop-flexslider .flex-control-thumbs li img {
    border: 1px solid #d6d6d6;
}

.shop-flexslider .flex-control-thumbs li .flex-active {
    border-color: var(--bay-of-many);
}

/*// Shop feed type 1 //*/
.shop-feed-t1 .shop-item {
    width: 270px;
    text-align: center;
}

@media (max-width: 1199px) {
    .shop-feed-t1 .shop-item {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .shop-feed-t1 .shop-item {
        width: 255px;
    }
}

@media (max-width: 767px) {
    .shop-feed-t1 .shop-item {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 480px) {
    .shop-feed-t1 .shop-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 23px;
    }
}

.shop-feed-t1 .shop-item:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 991px) {
    .shop-feed-t1 .shop-item:nth-child(3n) {
        margin-right: 13px;
    }
}

@media (max-width: 991px) {
    .shop-feed-t1 .shop-item:nth-child(2n) {
        margin-right: 0;
    }
}

/*// Shop feed type 2 //*/
.shop-feed-t2 {
    margin-top: 0;
}

.shop-feed-t2 .shop-item {
    width: 272px;
    text-align: center;
}

@media (max-width: 1199px) {
    .shop-feed-t2 .shop-item {
        width: 222px;
    }
}

@media (max-width: 991px) {
    .shop-feed-t2 .shop-item {
        width: 352px;
    }
}

.shop-feed-t2 .shop-item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 991px) {
    .shop-feed-t2 .shop-item:nth-child(4n) {
        margin-right: 13px;
    }
}

@media (max-width: 991px) {
    .shop-feed-t2 .shop-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .shop-feed-t2 .shop-item {
        width: 48.5%;
        margin-right: 2%;
    }
}

@media (max-width: 480px) {
    .shop-feed-t2 .shop-item {
        width: 100%;
        margin-right: 0;
    }
}

.shop-sorting {
    margin-bottom: 30px;
}

.shop-sorting::after {
    content: "";
    display: table;
    clear: both;
}

.shop-sorting .form-inline {
    float: left;
}

@media (max-width: 767px) {
    .shop-sorting .form-inline {
        width: 100%;
        float: none;
    }
}

.shop-sorting .form-inline .form-group select.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 168px;
    height: 40px;
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    text-transform: uppercase;
    padding: 6px 16px;
}

.shop-sorting .sorting-text {
    font: 18px/40px "Tajawal", "Arial", sans-serif;
    color: #333333;
    float: left;
    margin-right: 21px;
    margin-bottom: 0;
}

.shop-sorting__info {
    font: 18px/40px "Tajawal", "Arial", sans-serif;
    color: #333333;
    float: right;
}

@media (max-width: 767px) {
    .shop-sorting__info {
        width: 100%;
        float: none;
        text-align: left;
    }
}

/*// Shop boxed //*/
.boxed .shop-feed-t1 .shop-item {
    width: 265px;
}

@media (max-width: 1199px) {
    .boxed .shop-feed-t1 .shop-item {
        width: 215px;
    }
}

@media (max-width: 991px) {
    .boxed .shop-feed-t1 .shop-item {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .boxed .shop-feed-t1 .shop-item {
        width: 47.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 480px) {
    .boxed .shop-feed-t1 .shop-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 23px;
    }
}

.boxed .shop-feed-t2 .shop-item {
    width: 268px;
}

@media (max-width: 1199px) {
    .boxed .shop-feed-t2 .shop-item {
        width: 218px;
    }
}

@media (max-width: 991px) {
    .boxed .shop-feed-t2 .shop-item {
        width: 341px;
    }
}

@media (max-width: 767px) {
    .boxed .shop-feed-t2 .shop-item {
        width: 47.5%;
        margin-right: 2%;
    }
}

.boxed .shop-feed-t2 .shop-item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .boxed .shop-feed-t2 .shop-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .boxed .shop-feed-t2 .shop-item {
        width: 100%;
        margin-right: 0;
    }
}

/*// Recomendation  //*/
.recom__text {
    font: italic 36px/42px "Tajawal", "Arial", sans-serif;
    color: #fff;
    text-align: center;
    max-width: 435px;
    margin-bottom: 37px;
}

@media (max-width: 991px) {
    .recom__text {
        max-width: 100%;
    }
}

.recom__img-01 {
    text-align: center;
    max-width: 435px;
}

@media (max-width: 991px) {
    .recom__img-01 {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.recom__img-01 img {
    display: inline-block;
    float: none;
}

.recom__img-02 {
    position: relative;
}

@media (max-width: 991px) {
    .recom__img-02 {
        text-align: center;
    }
}

.recom__img-02 img {
    position: absolute;
    top: -72px;
    left: 0;
    z-index: 3;
}

@media (max-width: 991px) {
    .recom__img-02 img {
        position: static;
        display: inline-block;
        float: none;
        width: 100%;
    }
}

.background-pt_1 {
    z-index: 3;
}

/*=====================================
// SHOP SINGLE ITEM:
*/
.shop-single__tab .tab-content {
    border: 1px solid #d1d1d1;
    padding: 30px 30px 40px 30px;
}

@media (max-width: 1199px) {
    .shop-single__tab .tab-content {
        padding: 20px 20px 30px 20px;
    }
}

.nav-tabs {
    border: none;
}

.nav-tabs > li {
    margin-right: 8px;
}

@media (max-width: 1199px) {
    .nav-tabs > li {
        margin-right: 4px;
    }
}

.nav-tabs > li > a {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #fff;
    background: #ff8a01;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 17px 20px;
    min-width: 167px;
    text-align: center;
}

@media (max-width: 1199px) {
    .nav-tabs > li > a {
        font: 16px/20px "Tajawal", "Arial", sans-serif;
        padding: 10px 15px;
        min-width: inherit;
    }
}

@media (max-width: 480px) {
    .nav-tabs > li > a {
        font: 14px/20px "Tajawal", "Arial", sans-serif;
        padding: 5px 8px;
    }
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: #ffa902;
    border: 1px solid #ffa902;
}

.nav-tabs > li.active a {
    color: #333333;
    background: #fff;
}

.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-bottom: 1px solid transparent;
}

.tab-content {
    border: 1px solid #d1d1d1;
    padding: 20px;
}

.tab-top-color-border {
    border-top: 5px solid #ff8a01;
    margin-top: 1px;
}

.shop-single__tab-title {
    margin-top: 0;
}

/*// Single shop quantity //*/
.shop-single__controls .quantity {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    margin-top: 4px;
}

.shop-single__controls .quantity::before {
    content: "";
    width: 1px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 35px;
    background: #d2d2d2;
}

.shop-single__controls .quantity #product_quantity {
    width: 98px;
    height: 40px;
    border: 1px solid #d2d2d2;
    text-align: center;
    background: transparent;
    position: relative;
    width: 71px;
    height: 36px;
    padding: 0 34px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-single__controls .quantity .minus,
.shop-single__controls .quantity .plus {
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    line-height: 8px;
}

.shop-single__controls .quantity .minus {
    border: none;
    background: transparent;
    position: absolute;
    top: 6px;
    z-index: 10;
    color: #606060;
    right: 9px;
}

.shop-single__controls .quantity .plus {
    border: none;
    background: transparent;
    position: absolute;
    bottom: 8px;
    z-index: 10;
    color: #606060;
    right: 8px;
}

.tabs-img li a {
    padding: 17px 15px;
    min-width: auto;
}

.shop-single__title {
    font: 30px/32px "Tajawal", "Arial", sans-serif;
    margin-bottom: 36px;
    margin-top: 0;
}

.shop-single__rating {
    margin-bottom: 33px;
}

.shop-single__stock i {
    font-size: 18px;
    line-height: 20px;
    color: #898989;
}

.shop-single__stock span {
    font-size: 18px;
    line-height: 20px;
    color: #898989;
}

.shop-single__stock {
    margin-bottom: 25px;
}

.shop-single__text {
    margin-bottom: 26px;
}

.shop-single__category span {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    color: #ff8e08;
}

.shop-single__category a {
    font: italic 16px/18px "Tajawal", "Arial", sans-serif;
    color: #ff8e08;
    display: inline-block;
    margin-right: 3px;
}

.shop-single__category a:hover {
    color: var(--bay-of-many);
}

.shop-single__controls {
    padding-bottom: 6px;
}

/*=====================================
// SERVICES:
*/
.services__title {
    font: italic 30px/32px "Tajawal", "Arial", sans-serif;
    margin-top: 0;
    margin-bottom: 9px;
}

.services__img img {
    position: absolute;
    left: -115px;
    top: -51px;
}

@media (max-width: 991px) {
    .services__img img {
        top: -35px;
    }
}

@media (max-width: 767px) {
    .services__img img {
        position: static;
        display: none;
    }
}

.content-block_t1 i {
    font-size: 30px;
    line-height: 32px;
    color: var(--bay-of-many);
    margin-bottom: 20px;
}

.content-block_t2 {
    min-height: 527px;
    background: url(../../images/parallax/services_parallax.jpg);
    position: relative;
}

/*// Services block info //*/
.block__info {
    margin-bottom: 50px;
}

/*// Services parallax //*/
.services__title-2 {
    font: 36px/38px "Tajawal", "Arial", sans-serif;
    color: #fff;
    display: inline-block;
    margin-top: 73px;
}

.services__title-2::after {
    font-family: "FontAwesome";
    content: "\f06c";
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-left: 15px;
}

.services-parallax p {
    color: #fff;
}

.progress__title {
    font: italic 18px/20px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin-top: 0;
    margin-bottom: 17px;
}

.progress__wrapper {
    max-width: 370px;
    padding-top: 15px;
}

.progress__wrapper .progress {
    height: 5px;
}

.progress {
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 36px;
}

.progress-bar {
    position: relative;
}

.progress-bar::after {
    content: "";
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 10;
}

.progress-bar-t1 {
    background: #ff8a01;
}

.progress-bar-t1::after {
    background: #ff8a01;
}

.progress-bar-t2 {
    background: #ffa902;
}

.progress-bar-t2::after {
    background: #ffa902;
}

.progress-bar-t3 {
    background: #bccb3f;
}

.progress-bar-t3::after {
    background: #bccb3f;
}

/*=====================================
// SHOP CHECKOUT:
*/
.shop-checkout__title {
    text-transform: none;
}

.payment_methods {
    padding-left: 0;
}

.payment_methods li {
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.payment_methods li .radio label,
.payment_methods li .checkbox label {
    display: inline-block;
    vertical-align: middle;
}

.payment_methods li .radio label input[type="radio"],
.payment_methods li .checkbox label input[type="radio"] {
    margin-top: 10px;
}

.payment_methods li .radio label .grey,
.payment_methods li .checkbox label .grey {
    display: inline-block;
    vertical-align: middle;
}

.rememberme {
    margin-bottom: 10px;
}

.lost_password {
    margin: 10px 0;
}

.shop-checkout-review-order-table .product-quantity {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857;
}

/*=====================================
// SHOPPING CART:
*/
.shop-cart .sidebar {
    margin-top: 0;
}

@media (max-width: 767px) {
    .shop-cart .sidebar {
        margin-top: 100px;
    }
}

.product-info img {
    max-width: 100px;
}

.product-info .media-heading {
    line-height: 20px;
    padding-top: 10px;
}

.product-info .media-heading a {
    line-height: 20px;
}

.product-price span,
.product-subtotal span {
    font: 16px/40px "Tajawal", "Arial", sans-serif;
    color: #606060;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-buttons .button-t1 {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-price,
.product-info,
.product-price-td,
.product-quantity,
.product-subtotal,
.product-remove {
    font: 20px "Tajawal", "Arial", sans-serif;
    color: #606060;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle !important;
}

.product-info .media-body {
    vertical-align: middle !important;
}

.cart_item .product-quantity {
    padding-bottom: 5px;
}

.shop-info a:active,
.shop-info a:focus {
    color: var(--bay-of-many);
}

.radio input[type="radio"] {
    margin-top: 8px;
}

.product-quantity {
    text-align: center;
}

.product-quantity .quantity {
    margin: 0;
    position: relative;
}

.product-quantity input[type="number"] {
    font: 20px "Tajawal", "Arial", sans-serif;
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    float: none;
    position: relative;
}

.product-quantity .minus,
.product-quantity .plus {
    position: absolute;
    top: 0;
    z-index: 10;
    border: none;
    background: transparent;
    height: 100%;
}

.product-quantity .minus {
    left: 3px;
}

.product-quantity .plus {
    right: 3px;
}

.cart_item .media-body {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    text-transform: none;
    font-weight: bold;
}

.cart_item .media-body span {
    font-weight: normal;
}

.product-remove i {
    line-height: 40px;
}

/*=====================================
// BLOG:
*/
.post {
    margin-top: 80px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 32px;
    position: relative;
}

.sidebar {
    margin-top: 80px;
}

/*// Post formats //*/
/* Video format */
.format-video img {
    width: 100%;
}

.embed-responsive {
    margin-bottom: 34px;
}

.embed-responsive-3by2 {
    padding-bottom: 66%;
}

.embed-placeholder {
    position: relative;
    display: block;
}

.embed-placeholder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) repeat;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 5;
}

.embed-placeholder::before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    content: "\e696";
    font-family: "rt-icons-2";
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -5px;
    z-index: 10;
}

.embed-placeholder:hover::after {
    background: rgba(0, 0, 0, 0.6) repeat;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.embed-placeholder img {
    width: 100%;
}

/* Standart post format */
.post__img {
    margin-bottom: 34px;
}

.post__img img {
    width: 100%;
}

.post__title {
    font: 24px/26px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin: 0 0 24px;
}

.post__meta-likes,
.post__meta-comments {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    color: #ffab08;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.post__meta-likes::before,
.post__meta-comments::before {
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 18px;
    color: #ffab08;
}

.post__meta-likes {
    margin-right: 18px;
}

.post__meta-likes::before {
    content: "\f08a";
    margin-right: 8px;
}

.post__meta-comments {
    margin-right: 8px;
}

.post__meta-comments::before {
    content: "\f0e5";
    margin-right: 8px;
}

.post__author {
    display: inline-block;
    vertical-align: middle;
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    color: #ffab08;
}

.post__categories {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    display: inline-block;
    vertical-align: middle;
}

.post__meta {
    margin-bottom: 22px;
}

.post__text {
    margin-bottom: 22px;
}

.post__button {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
}

.post__button::after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 16px;
    line-height: 18px;
    color: #ffab08;
    margin-left: 5px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.post__button:hover::after {
    color: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.post__date {
    width: 100px;
    height: 100px;
    background: #ff8e08;
    text-align: center;
    position: absolute;
    top: 0;
    left: -31px;
    z-index: 10;
}

@media (max-width: 767px) {
    .post__date {
        left: -15px;
        width: 80px;
    }
}

.post__date i {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 13px;
}

.post__date span {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

/* Carousel */
.carousel-inner img {
    width: 100%;
}

/* Status format post */
.format-status {
    height: 328px;
    background: url(../../images/blog/img_blog-02.jpg) no-repeat center center;
    position: relative;
    text-align: center;
}

.format-status::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 52, 52, 0.9) repeat;
    display: inline-block;
    z-index: 1;
}

.format-status .post__content-wrapp {
    padding: 0 20px;
}

.format-status .post__img {
    max-width: 100px;
    height: auto;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}

.format-status .post__img img {
    width: 100%;
}

.format-status .post__meta-tags {
    display: inline-block;
    float: none;
    margin: 0 5px;
}

.format-status .post__meta-tags:hover {
    color: var(--bay-of-many);
}

.format-status .post__content {
    border: none;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 0;
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.format-status .post__content .post__content-row {
    display: table-row;
}

.format-status .post__content .post__content-cell {
    display: table-cell;
    vertical-align: middle;
}

.format-status .post__content .post__content-wrapp {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.format-status .post__content .post__meta-date {
    color: var(--bay-of-many);
    margin-bottom: 5px;
}

.format-status .post__content p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .format-status .post__content p {
        line-height: 20px;
    }
}

.format-status .post__meta {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .format-status .post__meta {
        margin-bottom: 0;
    }
}

.format-status .post__meta .post__meta-date,
.format-status .post__meta .post__meta-autor,
.format-status .post__meta span {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
}

.format-status .post__meta .post__meta-autor:hover {
    color: #606060;
}

/* Post type gallery */
.format-gallery .format-gallery__prew,
.format-gallery .format-gallery__next {
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

.format-gallery .format-gallery__prew::before,
.format-gallery .format-gallery__next::before {
    font-family: "rt-icons-2";
    font-size: 22px;
    line-height: 58px;
    color: #fff;
}

.format-gallery .entry-thumbnail {
    margin-bottom: 34px;
}

.format-gallery .format-gallery__prew {
    left: 20px;
}

.format-gallery .format-gallery__prew::before {
    content: "\e110";
}

.format-gallery .format-gallery__next {
    right: 20px;
}

.format-gallery .format-gallery__next::before {
    content: "\e111";
}

.format-gallery .carousel-indicators li {
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 2px;
}

.format-gallery .carousel-indicators li.active {
    background: var(--bay-of-many);
    border-color: var(--bay-of-many);
    width: 12px;
    height: 12px;
}

.format-gallery .carousel-indicators li:hover {
    background: var(--bay-of-many);
    border-color: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/* Quote post format */
.format-quote {
    height: 300px;
    background: url(../../images/blog/img_blog-01.jpg);
    position: relative;
    text-align: center;
    overflow: hidden;
    border-bottom: none;
}

.format-quote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 52, 52, 0.9) repeat;
    display: inline-block;
    z-index: 1;
}

.format-quote .post__content {
    padding: 30px 30px 10px;
}

.format-quote .post__meta-tags {
    display: inline-block;
    float: none;
    margin: 0 5px;
}

.format-quote .post__meta-tags:hover {
    color: var(--bay-of-many);
}

.format-quote .post__content {
    border: none;
    position: relative;
    z-index: 2;
    text-align: left;
    padding-top: 0;
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .format-quote .post__content {
        padding: 30px 30px 10px;
    }
}

@media (max-width: 767px) {
    .format-quote .post__content {
        padding: 20px 20px 10px;
    }
}

.format-quote .post__content .post__content-row {
    display: table-row;
}

.format-quote .post__content .post__content-cell {
    display: table-cell;
    vertical-align: middle;
}

.format-quote .post__content .post__content-wrapp {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.format-quote .post__content .post__meta-date {
    color: var(--bay-of-many);
}

.format-quote .post__meta-tags {
    margin: 0 10px 5px 0;
}

.format-quote .post__meta {
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
}

.format-quote .post__meta .post__meta-date,
.format-quote .post__meta .post__meta-autor,
.format-quote .post__meta span {
    font-size: 14px;
    line-height: 16px;
    color: var(--bay-of-many);
    display: inline-block;
    float: none;
}

.format-quote .post__meta .post__meta-autor:hover {
    color: #ffab09;
}

.format-quote p {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    text-align: left;
}

@media (max-width: 1199px) {
    .format-quote p {
        font-size: 23px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .format-quote p {
        font-size: 18px;
        line-height: 24px;
    }
}

.format-quote .post__quote-user {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
}

.format-quote .post__quote-user a {
    color: var(--bay-of-many);
}

.format-quote .post__quote-user a:hover {
    color: #ffab09;
}

/* Chat post format */
.chat__post::after {
    content: "";
    display: table;
    clear: both;
}

.chat__post p {
    margin-bottom: 8px;
}

.chat__post-re {
    background: #efefef;
    padding: 10px 20px;
    margin-bottom: 7px;
}

.chat__post-re::after {
    content: "";
    display: table;
    clear: both;
}

.chat__post-re p {
    margin-bottom: 0;
}

/* Small chat image format */
.small-chat-image img {
    width: 100%;
}

.small-chat-image .entry-thumbnail {
    margin-bottom: 34px;
}

/* Small image format */
@media (max-width: 767px) {
    .format-small-image .entry-thumbnail {
        margin-bottom: 34px;
    }
}

.format-small-image img {
    width: 100%;
}

/*// Pagination //*/
/* .pagination {
    margin-top: 40px;
}

.pagination li {
    margin: 0 8px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.pagination li:hover span {
    background: transparent;
}

.pagination li.active a {
    background: var(--bay-of-many);
    border: 1px solid var(--bay-of-many);
    padding: 0;
    min-width: 32px;
    min-height: 30px;
}

.pagination li.active a:hover {
    background: #ffab09;
    border: 1px solid #ffab09;
}

.pagination li a {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    color: #333333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    display: block;
    padding: 0;
    min-width: 32px;
    min-height: 30px;
}

.pagination li a:hover {
    background: #ffab09;
    border: 1px solid #ffab09;
    color: #fff;
}

.pagination li span {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    color: #333333;
    padding: 0;
    display: inline-block;
    float: none;
    vertical-align: bottom;
    min-width: 30px;
    min-height: 30px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pagination li:last-child a,
.pagination li:last-child span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pagination .pag_i {
    margin: 0;
}

.pagination .pag_i a,
.pagination .pag_i span {
    border: none;
    margin-bottom: -9px;
} */

/*=====================================
// BLOG SINGLE POSTS:
*/
.single-post {
    margin-top: 80px;
    position: relative;
}

.single-post .post__content {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.post__tags {
    font: 16px/18px "Tajawal", "Arial", sans-serif;
    color: #ff8e08;
    margin-bottom: 23px;
}

.post__tags span {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.post__tags a {
    color: #ff8e08;
    display: inline-block;
    float: none;
    vertical-align: middle;
    font: 16px/18px "Tajawal", "Arial", sans-serif;
}

.post__tags a:hover {
    color: var(--bay-of-many);
}

/* Share list */
.post__list-cont {
    float: left;
    font: 16px/39px "Tajawal", "Arial", sans-serif;
    color: #ff8e08;
    margin: 0 7px 0 0;
}

.post__share-list {
    margin-bottom: 70px;
}

.post__share-list .contact-social {
    margin: 0;
}

.post__share-list .contact-social li {
    margin-right: 6px;
}

.post__share-list .contact-social li a i {
    font-size: 16px;
}

/*=====================================
// TEAM:
*/
/*// Team type 1 //*/
.team__user-t_1 {
    padding-left: 400px;
    padding-top: 34px;
    padding-right: 180px;
    background: url(../../images/team/team_01.png) no-repeat 0 0;
    position: relative;
}

.team__user-t_1::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    .team__user-t_1 {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .team__user-t_1 {
        padding-right: 0;
        background: #ededed;
        padding: 34px 30px;
    }
}

.team__user-t_1::before {
    width: 88px;
    height: 109px;
    content: "";
    position: absolute;
    bottom: 14px;
    right: 30px;
    background: url(../../images/team/team_img.png) no-repeat center center;
    display: inline-block;
}

.team__user-t_1 p {
    margin-bottom: 17px;
}

.team__user-t_1__contacts {
    padding: 10px 0 0;
    margin-bottom: 0;
}

.team__user-t_1__contacts::after {
    content: "";
    display: table;
    clear: both;
}

.team__user-t_1__contacts li {
    list-style: none;
    font: 14px/16px "Tajawal", "Arial", sans-serif;
    color: #898989;
    padding: 0 0 0 30px;
    position: relative;
    margin-bottom: 40px;
    display: block;
}

.team__user-t_1__contacts li::before {
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    color: var(--bay-of-many);
    position: absolute;
    top: 50%;
    left: 0;
}

.team__user-t_1__contacts li a {
    color: #898989;
    display: inline-block;
}

.team__user-t_1__title {
    font: 36px/38px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin: 30px 0 28px;
}

.team__user-t_1__ico-1::before {
    content: "\f095";
    margin-top: -5px;
}

.team__user-t_1__ico-2::before {
    content: "\f199";
    margin-top: -7px;
}

.team__user-t_1__ico-2 a:hover {
    color: var(--bay-of-many);
}

/*// Team type 2 //*/
.team__user-t_2 {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-bottom: 80px;
}

.team__user-t_2:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.team__user-t_2__content {
    padding-bottom: 20px;
}

.team__user-t_2__img {
    margin-bottom: 39px;
}

.team__user-t_2__img a {
    display: block;
}

.team__user-t_2__img a img {
    width: 100%;
}

.team__user-t_2__title {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin: 0 0 7px;
}

.team__user-t_2__profession {
    margin-bottom: 20px;
}

.team__user-t_2__social {
    padding: 0;
}

.team__user-t_2__social li {
    display: inline-block;
    float: none;
    list-style: none;
    padding: 0;
    margin: 0 7px;
    line-height: 16px;
}

.team__user-t_2__social li:first-child {
    margin-left: 0;
}

.team__user-t_2__social li:last-child {
    margin-right: 0;
}

.team__user-t_2__social li a {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.team__user-t_2__social li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
}

.team__user-t_2__social li a i::before {
    font-family: "socicon";
    color: #898989;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.team__user-t_2__social li a:hover i::before {
    color: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.user__instagram::before {
    content: "x";
}

.user__google::before {
    content: "c";
}

.user__twitter::before {
    content: "a";
}

.user__facebook::before {
    content: "b";
}

/*// Member profile //*/
@media (max-width: 767px) {
    .member-profile__img {
        margin-bottom: 50px;
    }
}

.member-profile__img img {
    width: 100%;
}

.member-profile__title {
    font: 36px/38px "Tajawal", "Arial", sans-serif;
    margin-top: 0;
}

.chart_t-1 {
    padding-top: 36px;
    margin-bottom: 17px;
}

.chart_t-1::after {
    content: "";
    display: table;
    clear: both;
}

.chart_t-1 .chart {
    width: 25%;
    float: left;
}

@media (max-width: 991px) {
    .chart_t-1 .chart {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .chart_t-1 .chart {
        width: 25%;
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    .chart_t-1 .chart {
        width: 50%;
        margin-bottom: 30px;
    }
}

.chart__percent {
    font: 14px/16px "Tajawal", "Arial", sans-serif;
    color: #521313;
}

.chart__title {
    font: 14px/16px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin: 0;
}

.member-profile__sub-title {
    margin-bottom: 19px;
}

.member-profile__social li:last-child {
    margin-bottom: 30px;
}

.percent::after {
    content: "%";
    display: inline-block;
}

.chart {
    position: relative;
}

.chart .chart__percent {
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -15px;
}

.chart .chart__title {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    text-align: center;
}

/*=====================================
// Pricing:
*/
.pricing .pricing__title {
    font: 30px/30px "Tajawal", "Arial", sans-serif;
    color: #f2f2f2;
    margin-bottom: 39px;
}

.pricing .pricing__price {
    font: 36px/36px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin-bottom: 27px;
}

.pricing .pricing__price span {
    font-size: 60px;
}

.pricing__block {
    width: 25%;
    float: left;
    padding: 25px 20px 35px;
}

@media (max-width: 1199px) {
    .pricing__block {
        padding: 25px 10px 35px;
    }
}

@media (max-width: 991px) {
    .pricing__block {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .pricing__block {
        width: 100%;
        margin-bottom: 30px;
    }
}

.pricing .pricing__button:hover {
    color: #fff;
    background: #606060;
}

.pricing--type-1 {
    background: #ff8a00;
}

.pricing--type-1 .pricing__button {
    color: #ff8e08;
}

.pricing--type-2 {
    background: #ffa800;
}

.pricing--type-2 .pricing__button {
    color: #ffab08;
}

.pricing--type-3 {
    background: var(--bay-of-many);
}

.pricing--type-3 .pricing__button {
    color: var(--bay-of-many);
}

.pricing--type-4 {
    background: #a3b31e;
}

.pricing--type-4 .pricing__button {
    color: #a3b31e;
}

.pricing__list {
    padding: 0;
    margin-bottom: 27px;
}

.pricing__list li {
    font: 16px/30px "Tajawal", "Arial", sans-serif;
    color: #fff;
    list-style: none;
    margin-bottom: 8px;
}

.pricing__button {
    font: 16px/16px "Tajawal", "Arial", sans-serif;
    display: inline-block;
    padding: 2px 24px 5px 14px;
    background: #fff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: relative;
}

.pricing__button::before {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 9px;
}

/*=====================================
// CONTACTS:
*/
/*// Google maps //*/
.contact-map {
    height: 355px;
    width: 100%;
    overflow: hidden;
}

/*// Contact forms //*/
.form__cont-01 {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    background: var(--bay-of-many);
    padding: 35px 70px 40px 70px;
    width: 570px;
}

@media (max-width: 640px) {
    .form__cont-01 {
        padding: 35px 40px 40px 40px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form__cont-01 {
        padding: 20px;
        width: 100%;
        bottom: 0;
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.contact-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    position: relative;
    bottom: -43px;
}

.contact-form label {
    display: block;
    font-weight: normal;
    position: relative;
}

.contact-form label::before {
    font-family: "FontAwesome";
    font-size: 16px;
    color: #898989;
    position: absolute;
    top: 50%;
}

.contact-form label .form-control {
    padding-left: 40px;
    border: none;
    margin-bottom: 20px;
}

.contact-form label .form-control:active,
.contact-form label .form-control:focus {
    border: none;
}

.contact-form .form-control.name,
.contact-form .form-control.email,
.contact-form .form-control.phone {
    height: 40px;
}

.contact-form .form-control.message {
    height: 90px;
    margin-bottom: 40px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.form__text {
    font: 18px/30px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin-bottom: 36px;
}

.label__name::before {
    content: "\f007";
    margin-top: -14px;
    left: 14px;
}

.label__email::before {
    content: "\f1fa";
    margin-top: -13px;
    left: 12px;
}

.label__phone::before {
    content: "\f095";
    margin-top: -13px;
    left: 12px;
}

.label__message::before {
    content: "\f003";
    margin-top: -40px;
    left: 12px;
}

.form_position {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
}

.form__bg {
    display: inline-block;
    float: none;
    padding-left: 300px;
    /* background: url(/website/images/bg_contacts.png) no-repeat left bottom; */
}

@media (max-width: 991px) {
    .form__bg {
        padding-left: 0;
        background: transparent;
    }
}

.contact-form-respond {
    display: block;
    color: #fff;
    margin-top: 10px;
}

.contact-form-respond::after {
    content: "";
    display: table;
    clear: both;
}

/*// Contact list //*/
.contact-list {
    padding: 0;
    margin-top: 52px;
    display: inline-block;
}

.contact-list li {
    font: 18px/24px "Tajawal", "Arial", sans-serif;
    list-style: none;
    padding-left: 56px;
    display: block;
    position: relative;
}

.contact-list li::before {
    font-family: "FontAwesome";
    color: #ffa800;
    top: 50%;
    left: 0;
}

.contact-list_address {
    margin-bottom: 75px;
}

.contact-list_address::before {
    font-size: 48px;
    line-height: 48px;
    content: "\f041";
    position: absolute;
    margin-top: -20px;
}

.contact-list_phone {
    margin-bottom: 75px;
}

.contact-list_phone::before {
    font-size: 38px;
    content: "\f095";
    position: absolute;
    margin-top: -9px;
}

.contact-work-time {
    margin-bottom: 75px;
}

.contact-work-time::before {
    font-size: 38px;
    content: "\f017";
    position: absolute;
    margin-top: -13px;
}

.contact-social__title {
    margin-bottom: 33px;
    padding-top: 7px;
}

.contact-social {
    padding: 0;
}

.contact-social li {
    list-style: none;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 14px;
}

.contact-social li a {
    display: inline-block;
    vertical-align: middle;
}

.contact-social li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.contact-social li a i::before {
    font-family: "socicon";
    color: #ffa800;
    font-style: normal;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.contact-social li a:hover i::before {
    color: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.cont__pinterest::before {
    content: "d";
}

.cont__instagram::before {
    content: "x";
}

.cont__google::before {
    content: "c";
}

.cont__twitter::before {
    content: "a";
}

.cont__facebook::before {
    content: "b";
}

.cont__dribbble::before {
    content: "D";
}

/* Common typography and shortcodes styles and bootstrap overrides  */
/*=====================================
// TYPOGRAPHY:
*/
h1 {
    font: 60px/60px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 23px;
}

h2 {
    font: 36px/36px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 23px;
}

h3 {
    font: 24px/24px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 23px;
}

h4 {
    font: 18px/18px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 23px;
}

h5 {
    font: 16px/16px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 23px;
}

h6 {
    font: 14px/14px "Tajawal", "Arial", sans-serif;
    color: #333333;
    margin-bottom: 23px;
}

blockquote {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    color: #333333;
    text-align: center;
    padding: 43px 30px 30px;
    position: relative;
}

blockquote::before {
    font-family: "rt-icons-2";
    content: "\e977";
    font-size: 30px;
    line-height: 30px;
    color: var(--bay-of-many);
    display: block;
    width: 130px;
    height: 30px;
    position: absolute;
    background: #fff;
    top: -15px;
    left: 50%;
    margin-left: -65px;
}

blockquote p.autor {
    font: italic 16px/16px "Tajawal", "Arial", sans-serif;
    color: #898989;
    margin-bottom: 25px;
}

blockquote p.autor a {
    font: normal 18px/18px "Tajawal", "Arial", sans-serif;
    color: #333333;
}

blockquote p.autor a:hover {
    color: #ffab09;
}

blockquote span {
    display: inline-block;
    max-width: 595px;
    text-align: center;
}

p {
    font: 14px/30px "Tajawal", "Arial", sans-serif;
    color: #898989;
}

a {
    color: #ffab09;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

a:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--bay-of-many);
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/* List style: type 1 */
.list-type-1 {
    padding: 47px 0 0;
}

.list-type-1 li {
    list-style: none;
    padding-left: 72px;
    position: relative;
    margin-bottom: 46px;
}

.list-type-1 li::before {
    font-family: "FontAwesome";
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    color: #898989;
}

.list-type-1__title {
    font: italic 24px/24px "Tajawal", "Arial", sans-serif;
    margin: 0 0 6px;
}

.list__icon-1::before {
    content: "\f085";
    margin-top: -24px;
}

.list__icon-2::before {
    content: "\f1d9";
    margin-top: -24px;
}

.list__icon-3::before {
    content: "\f06c";
    margin-top: -24px;
}

/* Title type 1 */
.title_t-1 {
    font: 36px/40px "Tajawal", "Arial", sans-serif;
    color: var(--bay-of-many);
    margin: 0 0 33px 0;
}

.title_t-1::after {
    font-family: "FontAwesome";
    content: "\f06c";
    font-size: 24px;
    line-height: 24px;
    margin-left: 14px;
}

.title_t-2 {
    font: 24px/26px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin: 30px 0 13px;
}

.title_t-2::after {
    font-family: "FontAwesome";
    content: "\f06c";
    font-size: 24px;
    line-height: 24px;
    margin-left: 7px;
}

.title_t-3 {
    font: 36px/36px "Tajawal", "Arial", sans-serif;
    margin: 0 0 25px;
}

.sub-title_t-1 {
    font: italic 16px/16px "Tajawal", "Arial", sans-serif;
    color: #898989;
    margin-bottom: 40px;
}

.sub-title_t-2 {
    font: 14px/16px "Tajawal", "Arial", sans-serif;
    color: #fff;
    margin-bottom: 35px;
}

.sub-title_t-3 {
    max-width: 545px;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
}

/* Background type 1 */
.background-t_1 {
    background: #ff8a00;
}

.decoration-01 {
    font: bold 60px/60px "Tajawal", "Arial", sans-serif;
    color: var(--bay-of-many);
    display: block;
    float: left;
    margin: 0 65px 20px 0;
}

.decoration-02 {
    background: #ffab09;
    color: #fff;
    padding: 1px 0 2px;
}

.decoration-03 {
    background: var(--bay-of-many);
    color: #fff;
    padding: 1px 0 2px;
}

.with_border {
    border: 1px solid #d2d2d2;
}

/*// Main navigation //*/
.sf-menu li:hover a,
.sf-menu li:active a {
    background: transparent;
}

.response {
    color: red;
}

/*// Modal styles //*/
.modal {
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    visibility: collapse;
    opacity: 0;
}

.modal.in {
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    visibility: visible;
    opacity: 1;
}

.teaser_icon i {
    font-size: 50px;
    line-height: 60px;
}

.fontawesome-icon-list .fa {
    font-size: 40px;
    line-height: 60px;
}

.vertical-tabs .nav li {
    border-bottom: 1px solid #fff;
}

.vertical-tabs .nav li a {
    background: #ff8a01;
}

.vertical-tabs .nav li:hover a {
    background: #ffa902;
}

.vertical-tabs .nav li:last-child {
    border-bottom: none;
}

.vertical-tabs .nav li a {
    color: #fff;
}

.vertical-tabs .nav li.active {
    background: #ffa902;
}

.vertical-tabs .nav > li > a:focus,
.vertical-tabs .nav > li > a:hover {
    background: #ffa902;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel .panel-title a {
    display: block;
}

.panel-group .panel .panel-heading {
    background: #ff8a01;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.panel-group .panel .panel-heading:hover {
    background: var(--bay-of-many);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.panel-group .panel .panel-heading a:hover {
    color: #fff;
}

.thumbnail {
    padding: 0;
}

.thumbnail img {
    width: 100%;
}

.bootstrap-pagination li:first-child a {
    border: none;
}

.bootstrap-pagination li:last-child a {
    border: none;
}

/*=====================================
// Testimonials carousel:
*/
.bootstrap-carousel {
    padding: 0 0 20px;
}

.bootstrap-carousel .item > p {
    font-style: italic;
    padding-left: 40px;
    margin-bottom: 40px;
    position: relative;
}

.bootstrap-carousel .item > p:before {
    font-family: "PT Sans", sans-serif;
    font-size: 100px;
    font-style: normal;
    content: "\201c";
    position: absolute;
    left: -3px;
    top: 30px;
    z-index: 10;
}

.bootstrap-carousel h4 {
    margin: 0;
}

.bootstrap-carousel h4 + p {
    margin-bottom: 0;
}

.bootstrap-carousel .carousel-indicators {
    bottom: -16px;
    display: none;
}

.bootstrap-carousel .carousel-control {
    display: none;
}

.bootstrap-carousel .media + p {
    position: relative;
    padding: 10px 16px;
    background-color: #f5f5f5;
}

.bootstrap-carousel .media:after {
    content: "";
    display: block;
    clear: both;
}

.bootstrap-carousel .media + p:before,
.bootstrap-carousel .media + p:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: -18px;
    border-style: solid;
    border-width: 18px 0 0 18px;
    border-color: rgba(0, 0, 0, 0.05) transparent transparent transparent;
}

.bootstrap-carousel .media + p:after {
    left: auto;
    right: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
}

.bootstrap-carousel .media-object {
    max-width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.bootstrap-carousel .carousel-indicators li {
    border-color: #343434;
}

.bootstrap-carousel .carousel-indicators li.active {
    background-color: #343434;
}

.bootstrap-carousel .testimonials-control {
    font-size: 22px;
}

.contact-form-respond {
    color: red;
}

.featured-tab-image img {
    width: 100%;
}

.panel img {
    width: 100px;
    height: auto;
}

/*=====================================
// Style position:
*/
/* Align position: */
.align-left {
    float: left;
    margin: 0 40px 0 0;
}

@media (max-width: 640px) {
    .align-left {
        text-align: none;
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.align-right {
    float: right;
    margin: 40px 0 40px 20px;
}

@media (max-width: 640px) {
    .align-right {
        text-align: none;
        display: block;
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Align lg: */
@media (max-width: 1199px) {
    .text-lg-left {
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .text-lg-right {
        text-align: right;
    }
}

@media (max-width: 1199px) {
    .text-lg-center {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .text-lg-justify {
        text-align: center;
    }
}

/* Align md: */
@media (max-width: 991px) {
    .text-md-left {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .text-md-right {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .text-md-center {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .text-md-justify {
        text-align: justify;
    }
}

/* Align sm: */
@media (max-width: 767px) {
    .text-sm-left {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .text-sm-right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .text-sm-center {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .text-sm-justify {
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}

/* Same top and bottom paddings for sections: */
.section_padding_0 > [class*="container"] {
    padding-top: 0;
    padding-bottom: 0;
}

.section_padding_10 > [class*="container"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_padding_15 > [class*="container"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section_padding_20 > [class*="container"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section_padding_25 > [class*="container"] {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section_padding_50 > [class*="container"] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_75 > [class*="container"] {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section_padding_85 > [class*="container"] {
    padding-top: 85px;
    padding-bottom: 85px;
}

.section_padding_100 > [class*="container"] {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Top paddings for sections: */
.section_padding_top_0 > [class*="container"] {
    padding-top: 0;
}

.section_padding_top_5 > [class*="container"] {
    padding-top: 5px;
}

.section_padding_top_15 > [class*="container"] {
    padding-top: 15px;
}

.section_padding_top_20 > [class*="container"] {
    padding-top: 20px;
}

.section_padding_top_25 > [class*="container"] {
    padding-top: 25px;
}

.section_padding_top_30 > [class*="container"] {
    padding-top: 30px;
}

.section_padding_top_35 > [class*="container"] {
    padding-top: 35px;
}

.section_padding_top_40 > [class*="container"] {
    padding-top: 40px;
}

.section_padding_top_50 > [class*="container"] {
    padding-top: 50px;
}

.section_padding_top_55 > [class*="container"] {
    padding-top: 55px;
}

.section_padding_top_60 > [class*="container"] {
    padding-top: 60px;
}

.section_padding_top_65 > [class*="container"] {
    padding-top: 65px;
}

.section_padding_top_70 > [class*="container"] {
    padding-top: 70px;
}

.section_padding_top_75 > [class*="container"] {
    padding-top: 75px;
}

.section_padding_top_80 > [class*="container"] {
    padding-top: 80px;
}

.section_padding_top_90 > [class*="container"] {
    padding-top: 90px;
}

.section_padding_top_100 > [class*="container"] {
    padding-top: 100px;
}

.section_padding_top_105 > [class*="container"] {
    padding-top: 105px;
}

.section_padding_top_110 > [class*="container"] {
    padding-top: 110px;
}

.section_padding_top_115 > [class*="container"] {
    padding-top: 115px;
}

.section_padding_top_120 > [class*="container"] {
    padding-top: 120px;
}

.section_padding_top_130 > [class*="container"] {
    padding-top: 130px;
}

.section_padding_top_215 > [class*="container"] {
    padding-top: 215px;
}

/* Bottom paddings for sections: */
.section_padding_bottom_0 > [class*="container"] {
    padding-bottom: 0;
}

.section_padding_bottom_5 > [class*="container"] {
    padding-bottom: 5px;
}

.section_padding_bottom_10 > [class*="container"] {
    padding-bottom: 10px;
}

.section_padding_bottom_15 > [class*="container"] {
    padding-bottom: 15px;
}

.section_padding_bottom_20 > [class*="container"] {
    padding-bottom: 20px;
}

.section_padding_bottom_25 > [class*="container"] {
    padding-bottom: 25px;
}

.section_padding_bottom_30 > [class*="container"] {
    padding-bottom: 30px;
}

.section_padding_bottom_40 > [class*="container"] {
    padding-bottom: 40px;
}

.section_padding_bottom_45 > [class*="container"] {
    padding-bottom: 45px;
}

.section_padding_bottom_50 > [class*="container"] {
    padding-bottom: 50px;
}

.section_padding_bottom_55 > [class*="container"] {
    padding-bottom: 50px;
}

.section_padding_bottom_60 > [class*="container"] {
    padding-bottom: 65px;
}

.section_padding_bottom_65 > [class*="container"] {
    padding-bottom: 65px;
}

.section_padding_bottom_70 > [class*="container"] {
    padding-bottom: 70px;
}

.section_padding_bottom_75 > [class*="container"] {
    padding-bottom: 75px;
}

.section_padding_bottom_80 > [class*="container"] {
    padding-bottom: 80px;
}

.section_padding_bottom_85 > [class*="container"] {
    padding-bottom: 85px;
}

.section_padding_bottom_90 > [class*="container"] {
    padding-bottom: 95px;
}

.section_padding_bottom_95 > [class*="container"] {
    padding-bottom: 95px;
}

.section_padding_bottom_100 > [class*="container"] {
    padding-bottom: 100px;
}

.section_padding_bottom_105 > [class*="container"] {
    padding-bottom: 105px;
}

.section_padding_bottom_110 > [class*="container"] {
    padding-bottom: 110px;
}

.section_padding_bottom_115 > [class*="container"] {
    padding-bottom: 115px;
}

.section_padding_bottom_120 > [class*="container"] {
    padding-bottom: 120px;
}

.section_padding_bottom_135 > [class*="container"] {
    padding-bottom: 135px;
}

.section_padding_bottom_140 > [class*="container"] {
    padding-bottom: 140px;
}

@media (max-width: 991px) {
    .section_padding_bottom_140 > [class*="container"] {
        padding-bottom: 30px;
    }
}

/* Top margin for sections */
.topmargin_30 {
    margin-top: 30px;
}

.topmargin_40 {
    margin-top: 40px;
}

.topmargin_65 {
    margin-top: 65px;
}

/* Bottom margin for sections: */
.bottommargin_10 {
    margin-bottom: 10px;
}

.bottommargin_20 {
    margin-bottom: 20px;
}

.bottommargin_30 {
    margin-bottom: 30px;
}

.bottommargin_40 {
    margin-bottom: 40px;
}

.bottommargin_45 {
    margin-bottom: 45px;
}

.bottommargin_50 {
    margin-bottom: 50px;
}

.bottommargin_60 {
    margin-bottom: 60px;
}

.bottommargin_75 {
    margin-bottom: 75px;
}

/* Table sections: */
.table_section [class*="container"] {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.table_section .row {
    display: table;
    min-width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.table_section [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* Isotope content absolute: */
.vertical-item.content-absolute {
    position: relative;
}

.vertical-item.content-absolute .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 10px;
}

.vertical-item.content-absolute.vertical-center .item-content {
    top: 0;
    line-height: 1.1;
}

/*// Content table //*/
.content-table {
    display: table;
    width: 100%;
    height: 100%;
}

.content-table__row {
    display: table-row;
}

.content-table__cell {
    display: table-cell;
    vertical-align: middle;
}

.content-table__wrapp {
    display: inline-block;
}

/*=====================================
// Buttons:
*/
/* Button color type 1 */
.button-o_t1 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 10px 47px;
    background: #ffa800;
    border: 1px solid #ffa800;
    -webkit-box-shadow: 0 5px 0 0 #de7600;
    box-shadow: 0 5px 0 0 #de7600;
    transition: 0.5s all;
}

.button-o_t1:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    background: #606060;
    border: 1px solid #837f7f;
}

.button-o_t2 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 10px 47px;
    background: #ff8a00;
    border: 1px solid #ff8a00;
    -webkit-box-shadow: 0 5px 0 0 #ff8a00;
    box-shadow: 0 5px 0 0 #ff8a00;
    transition: 0.5s all;
}

.button-o_t2:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    background: #606060;
    border: 1px solid #837f7f;
}

.button-o_t3 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 12px 47px;
    background: #de7800;
    border: 1px solid #de7800;
    transition: 0.5s all;
}

.button-o_t3:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    border: 1px solid #837f7f;
}

.button-o_t4 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 5px 35px;
    color: #de7800;
    background: #fefff2;
    border: 1px solid #ffab09;
    margin: 0 17px 10px 0;
    -webkit-box-shadow: 0 5px 0 0 #de7800;
    box-shadow: 0 5px 0 0 #de7800;
    transition: 0.5s all;
}

.button-o_t4:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    border: 1px solid #837f7f;
    color: #fff;
}

.button-o_t5 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 5px 32px;
    color: #fff;
    background: #ffab09;
    -webkit-box-shadow: 0 5px 0 0 #de7800;
    box-shadow: 0 5px 0 0 #de7800;
    border: 1px solid #ffab09;
    transition: 0.5s all;
}

.button-o_t5:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    border: 1px solid #837f7f;
    color: #fff;
}

.button-o_t6 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 7px 32px;
    color: #fff;
    background: #de7800;
    border: 1px solid #de7800;
    transition: 0.5s all;
}

.button-o_t6:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    border: 1px solid #837f7f;
    color: #fff;
}

/* Button color type 2 */
.button-g_t1 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 10px 47px;
    background: var(--bay-of-many);
    border: 1px solid var(--bay-of-many);
    -webkit-box-shadow: 0 5px 0 0 var(--bay-of-many);
    box-shadow: 0 5px 0 0 var(--bay-of-many);
    transition: 0.5s all;
}

.button-g_t1:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    background: #606060;
    border: 1px solid #837f7f;
}

.button-g_t2 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 10px 47px;
    background: #9db832;
    border: 1px solid #9db832;
    -webkit-box-shadow: 0 5px 0 0 var(--bay-of-many);
    box-shadow: 0 5px 0 0 var(--bay-of-many);
    transition: 0.5s all;
}

.button-g_t2:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    background: #606060;
    border: 1px solid #837f7f;
}

.button-g_t3 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 12px 47px;
    background: var(--bay-of-many);
    border: 1px solid var(--bay-of-many);
    transition: 0.5s all;
}

.button-g_t3:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    border: 1px solid #837f7f;
}

.button-g_t4 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 5px 35px;
    color: var(--bay-of-many);
    background: #fefff2;
    border: 1px solid var(--bay-of-many);
    margin: 0 17px 10px 0;
    -webkit-box-shadow: 0 5px 0 0 var(--bay-of-many);
    box-shadow: 0 5px 0 0 var(--bay-of-many);
    transition: 0.5s all;
}

.button-g_t4:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    border: 1px solid #837f7f;
    color: #fff;
}

.button-g_t5 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 5px 32px;
    color: #fff;
    background: var(--bay-of-many);
    border: 1px solid var(--bay-of-many);
    -webkit-box-shadow: 0 5px 0 0 var(--bay-of-many);
    box-shadow: 0 5px 0 0 var(--bay-of-many);
    transition: 0.5s all;
}

.button-g_t5:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    -webkit-box-shadow: 0 5px 0 0 #8d8d8d;
    box-shadow: 0 5px 0 0 #8d8d8d;
    border: 1px solid #837f7f;
    color: #fff;
}

.button-g_t6 {
    font: 16px/23px "Tajawal", "Arial", sans-serif;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
    padding: 7px 32px;
    color: #fff;
    background: var(--bay-of-many);
    border: 1px solid var(--bay-of-many);
    transition: 0.5s all;
}

.button-g_t6:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #606060;
    border: 1px solid #837f7f;
    color: #fff;
}

/*=====================================
// Animated elements:
*/
.to_animate {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

/*=====================================
// Social icons:
*/
a.social-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

a.social-icon span {
    opacity: 0.7;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

a.social-icon span:first-child {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon [class*="rt-icon"] + span {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon + a.social-icon,
.tooltip + a.social-icon {
    margin-left: 16px;
}

a.social-icon.bg-icon + a.social-icon.bg-icon {
    margin-left: 7px;
}

a.social-icon.color-bg-icon + a.social-icon.color-bg-icon {
    margin-left: 1px;
}

a.social-icon.block-icon {
    width: 100%;
}

a.social-icon {
    color: #898989;
}

a[class*="soc-"]:before {
    font-family: "socicon";
    font-size: 16px;
}

a.border-icon {
    border: 1px solid #898989;
    border-color: rgba(137, 137, 137, 0.4);
    padding: 10px 11px;
    margin-bottom: 4px;
}

.sidebar a.bg-icon {
    color: #fff;
    background-color: #898989;
    padding: 11px 12px;
    margin-bottom: 4px;
}

.sidebar a.bg-icon:hover {
    color: #fff !important;
}

a.bg-icon {
    color: #fff;
    background-color: #ddd;
    padding: 11px 12px;
    margin-bottom: 4px;
}

a.bg-icon:hover {
    color: #fff !important;
}

a.color-bg-icon {
    color: #fff;
    background-color: #333333;
    margin-bottom: 4px;
    padding: 11px 12px;
}

a.color-bg-icon:hover {
    background-color: #ffab09;
    color: #fff !important;
}

a.color-icon:hover {
    color: #333333 !important;
}

a.color-icon.border-icon:hover {
    color: #fff !important;
}

a[class*="soc-"].rounded-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.big-icon {
    width: 112px;
    height: 112px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

a.big-icon[class*="soc-"]:before {
    font-size: 32px;
}

a.big-icon [class*="rt-icon"]:before {
    font-size: 32px;
}

/* corporate colors */
a.color-icon.soc-twitter,
a[class*="soc-"].soc-twitter:hover {
    color: #00abef;
    border-color: #00abef;
}

a.color-icon.soc-facebook,
a[class*="soc-"].soc-facebook:hover {
    color: #507cbe;
    border-color: #507cbe;
}

a.color-icon.soc-google,
a[class*="soc-"].soc-google:hover {
    color: #d93e2d;
    border-color: #d93e2d;
}

a.color-icon.soc-pinterest,
a[class*="soc-"].soc-pinterest:hover {
    color: #c92619;
    border-color: #c92619;
}

a.color-icon.soc-foursquare,
a[class*="soc-"].soc-foursquare:hover {
    color: #23b7e0;
    border-color: #23b7e0;
}

a.color-icon.soc-yahoo,
a[class*="soc-"].soc-yahoo:hover {
    color: #6e2a85;
    border-color: #6e2a85;
}

a.color-icon.soc-skype,
a[class*="soc-"].soc-skype:hover {
    color: #28abe3;
    border-color: #28abe3;
}

a.color-icon.soc-yelp,
a[class*="soc-"].soc-yelp:hover {
    color: #c83218;
    border-color: #c83218;
}

a.color-icon.soc-feedburner,
a[class*="soc-"].soc-feedburner:hover {
    color: #ffcc00;
    border-color: #ffcc00;
}

a.color-icon.soc-linkedin,
a[class*="soc-"].soc-linkedin:hover {
    color: #3371b7;
    border-color: #3371b7;
}

a.color-icon.soc-viadeo,
a[class*="soc-"].soc-viadeo:hover {
    color: #e4a000;
    border-color: #e4a000;
}

a.color-icon.soc-xing,
a[class*="soc-"].soc-xing:hover {
    color: #005a60;
    border-color: #005a60;
}

a.color-icon.soc-myspace,
a[class*="soc-"].soc-myspace:hover {
    color: #323232;
    border-color: #323232;
}

a.color-icon.soc-soundcloud,
a[class*="soc-"].soc-soundcloud:hover {
    color: #fe3801;
    border-color: #fe3801;
}

a.color-icon.soc-spotify,
a[class*="soc-"].soc-spotify:hover {
    color: #7bb342;
    border-color: #7bb342;
}

a.color-icon.soc-grooveshark,
a[class*="soc-"].soc-grooveshark:hover {
    color: #f67e03;
    border-color: #f67e03;
}

a.color-icon.soc-lastfm,
a[class*="soc-"].soc-lastfm:hover {
    color: #d41316;
    border-color: #d41316;
}

a.color-icon.soc-youtube,
a[class*="soc-"].soc-youtube:hover {
    color: #d12121;
    border-color: #d12121;
}

a.color-icon.soc-vimeo,
a[class*="soc-"].soc-vimeo:hover {
    color: #51b5e7;
    border-color: #51b5e7;
}

a.color-icon.soc-dailymotion,
a[class*="soc-"].soc-dailymotion:hover {
    color: #004e72;
    border-color: #004e72;
}

a.color-icon.soc-vine,
a[class*="soc-"].soc-vine:hover {
    color: #00b389;
    border-color: #00b389;
}

a.color-icon.soc-flickr,
a[class*="soc-"].soc-flickr:hover {
    color: #0062dd;
    border-color: #0062dd;
}

a.color-icon.soc-500px,
a[class*="soc-"].soc-500px:hover {
    color: #58a9de;
    border-color: #58a9de;
}

a.color-icon.soc-instagram,
a[class*="soc-"].soc-instagram:hover {
    color: #9c7c6e;
    border-color: #9c7c6e;
}

a.color-icon.soc-wordpress,
a[class*="soc-"].soc-wordpress:hover {
    color: #464646;
    border-color: #464646;
}

a.color-icon.soc-tumblr,
a[class*="soc-"].soc-tumblr:hover {
    color: #45556c;
    border-color: #45556c;
}

a.color-icon.soc-blogger,
a[class*="soc-"].soc-blogger:hover {
    color: #ec661c;
    border-color: #ec661c;
}

a.color-icon.soc-technorati,
a[class*="soc-"].soc-technorati:hover {
    color: #5cb030;
    border-color: #5cb030;
}

a.color-icon.soc-reddit,
a[class*="soc-"].soc-reddit:hover {
    color: #e74a1e;
    border-color: #e74a1e;
}

a.color-icon.soc-dribbble,
a[class*="soc-"].soc-dribbble:hover {
    color: #e84d88;
    border-color: #e84d88;
}

a.color-icon.soc-stumbleupon,
a[class*="soc-"].soc-stumbleupon:hover {
    color: #e64011;
    border-color: #e64011;
}

a.color-icon.soc-digg,
a[class*="soc-"].soc-digg:hover {
    color: #1d1d1b;
    border-color: #1d1d1b;
}

a.color-icon.soc-envato,
a[class*="soc-"].soc-envato:hover {
    color: #597c3a;
    border-color: #597c3a;
}

a.color-icon.soc-behance,
a[class*="soc-"].soc-behance:hover {
    color: #007eff;
    border-color: #007eff;
}

a.color-icon.soc-delicious,
a[class*="soc-"].soc-delicious:hover {
    color: #31a9ff;
    border-color: #31a9ff;
}

a.color-icon.soc-deviantart,
a[class*="soc-"].soc-deviantart:hover {
    color: #c5d200;
    border-color: #c5d200;
}

a.color-icon.soc-forrst,
a[class*="soc-"].soc-forrst:hover {
    color: #5b9a68;
    border-color: #5b9a68;
}

a.color-icon.soc-play,
a[class*="soc-"].soc-play:hover {
    color: #5acdbd;
    border-color: #5acdbd;
}

a.color-icon.soc-zerply,
a[class*="soc-"].soc-zerply:hover {
    color: #9dbc7a;
    border-color: #9dbc7a;
}

a.color-icon.soc-wikipedia,
a[class*="soc-"].soc-wikipedia:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-apple,
a[class*="soc-"].soc-apple:hover {
    color: #b9bfc1;
    border-color: #b9bfc1;
}

a.color-icon.soc-flattr,
a[class*="soc-"].soc-flattr:hover {
    color: #f67c1a;
    border-color: #f67c1a;
}

a.color-icon.soc-github,
a[class*="soc-"].soc-github:hover {
    color: #221e1b;
    border-color: #221e1b;
}

a.color-icon.soc-chimein,
a[class*="soc-"].soc-chimein:hover {
    color: #888688;
    border-color: #888688;
}

a.color-icon.soc-friendfeed,
a[class*="soc-"].soc-friendfeed:hover {
    color: #2f72c4;
    border-color: #2f72c4;
}

a.color-icon.soc-newsvine,
a[class*="soc-"].soc-newsvine:hover {
    color: #075b2f;
    border-color: #075b2f;
}

a.color-icon.soc-identica,
a[class*="soc-"].soc-identica:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-bebo,
a[class*="soc-"].soc-bebo:hover {
    color: #ef1011;
    border-color: #ef1011;
}

a.color-icon.soc-zynga,
a[class*="soc-"].soc-zynga:hover {
    color: #dc0606;
    border-color: #dc0606;
}

a.color-icon.soc-steam,
a[class*="soc-"].soc-steam:hover {
    color: #8f8d8a;
    border-color: #8f8d8a;
}

a.color-icon.soc-xbox,
a[class*="soc-"].soc-xbox:hover {
    color: #92c83e;
    border-color: #92c83e;
}

a.color-icon.soc-windows,
a[class*="soc-"].soc-windows:hover {
    color: #00bdf6;
    border-color: #00bdf6;
}

a.color-icon.soc-outlook,
a[class*="soc-"].soc-outlook:hover {
    color: #0072c6;
    border-color: #0072c6;
}

a.color-icon.soc-coderwall,
a[class*="soc-"].soc-coderwall:hover {
    color: #3e8dcc;
    border-color: #3e8dcc;
}

a.color-icon.soc-tripadvisor,
a[class*="soc-"].soc-tripadvisor:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-appnet,
a[class*="soc-"].soc-appnet:hover {
    color: #494949;
    border-color: #494949;
}

a.color-icon.soc-goodreads,
a[class*="soc-"].soc-goodreads:hover {
    color: #1abc9c;
    border-color: #1abc9c;
}

a.color-icon.soc-tripit,
a[class*="soc-"].soc-tripit:hover {
    color: #1982c3;
    border-color: #1982c3;
}

a.color-icon.soc-lanyrd,
a[class*="soc-"].soc-lanyrd:hover {
    color: #3c80c9;
    border-color: #3c80c9;
}

a.color-icon.soc-slideshare,
a[class*="soc-"].soc-slideshare:hover {
    color: #4ba3a6;
    border-color: #4ba3a6;
}

a.color-icon.soc-buffer,
a[class*="soc-"].soc-buffer:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-rss,
a[class*="soc-"].soc-rss:hover {
    color: #f26109;
    border-color: #f26109;
}

a.color-icon.soc-vkontakte,
a[class*="soc-"].soc-vkontakte:hover {
    color: #5a7fa6;
    border-color: #5a7fa6;
}

a.color-icon.soc-disqus,
a[class*="soc-"].soc-disqus:hover {
    color: #2e9fff;
    border-color: #2e9fff;
}

a.color-icon.soc-houzz,
a[class*="soc-"].soc-houzz:hover {
    color: #7cc04b;
    border-color: #7cc04b;
}

a.color-icon.soc-mail,
a[class*="soc-"].soc-mail:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-patreon,
a[class*="soc-"].soc-patreon:hover {
    color: #e44727;
    border-color: #e44727;
}

a.color-icon.soc-paypal,
a[class*="soc-"].soc-paypal:hover {
    color: #009cde;
    border-color: #009cde;
}

a.color-icon.soc-playstation,
a[class*="soc-"].soc-playstation:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-smugmug,
a[class*="soc-"].soc-smugmug:hover {
    color: #acfd32;
    border-color: #acfd32;
}

a.color-icon.soc-swarm,
a[class*="soc-"].soc-swarm:hover {
    color: #fc9d3c;
    border-color: #fc9d3c;
}

a.color-icon.soc-triplej,
a[class*="soc-"].soc-triplej:hover {
    color: #e53531;
    border-color: #e53531;
}

a.color-icon.soc-yammer,
a[class*="soc-"].soc-yammer:hover {
    color: #1175c4;
    border-color: #1175c4;
}

a.color-icon.soc-stackoverflow,
a[class*="soc-"].soc-stackoverflow:hover {
    color: #fd9827;
    border-color: #fd9827;
}

a.color-icon.soc-drupal,
a[class*="soc-"].soc-drupal:hover {
    color: #00598e;
    border-color: #00598e;
}

a.color-icon.soc-odnoklassniki,
a[class*="soc-"].soc-odnoklassniki:hover {
    color: #f48420;
    border-color: #f48420;
}

a.color-icon.soc-android,
a[class*="soc-"].soc-android:hover {
    color: #8ec047;
    border-color: #8ec047;
}

a.color-icon.soc-meetup,
a[class*="soc-"].soc-meetup:hover {
    color: #e2373c;
    border-color: #e2373c;
}

a.color-icon.soc-persona,
a[class*="soc-"].soc-persona:hover {
    color: #e6753d;
    border-color: #e6753d;
}

a.color-icon.soc-amazon,
a[class*="soc-"].soc-amazon:hover {
    color: #ff9900;
    border-color: #ff9900;
}

a.color-icon.soc-ello,
a[class*="soc-"].soc-ello:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-mixcloud,
a[class*="soc-"].soc-mixcloud:hover {
    color: #314359;
    border-color: #314359;
}

a.color-icon.soc-8tracks,
a[class*="soc-"].soc-8tracks:hover {
    color: #122c4b;
    border-color: #122c4b;
}

a.color-icon.soc-twitch,
a[class*="soc-"].soc-twitch:hover {
    color: #6441a5;
    border-color: #6441a5;
}

a.color-icon.soc-airbnb,
a[class*="soc-"].soc-airbnb:hover {
    color: #ff5a5f;
    border-color: #ff5a5f;
}

a.color-icon.soc-pocket,
a[class*="soc-"].soc-pocket:hover {
    color: #ed4055;
    border-color: #ed4055;
}

/* Corporate background colors */
.color-bg-icon {
    color: #ffffff;
}

.color-bg-icon.soc-twitter,
a.soc-twitter.bg-icon:hover,
.soc-twitter.color-icon.border-icon:hover {
    background-color: #00abef;
}

.color-bg-icon.soc-facebook,
a.soc-facebook.bg-icon:hover,
.soc-facebook.color-icon.border-icon:hover {
    background-color: #507cbe;
}

.color-bg-icon.soc-google,
a.soc-google.bg-icon:hover,
.soc-google.color-icon.border-icon:hover {
    background-color: #d93e2d;
}

.color-bg-icon.soc-pinterest,
a.soc-pinterest.bg-icon:hover,
.soc-pinterest.color-icon.border-icon:hover {
    background-color: #c92619;
}

.color-bg-icon.soc-foursquare,
a.soc-foursquare.bg-icon:hover,
.soc-foursquare.color-icon.border-icon:hover {
    background-color: #23b7e0;
}

.color-bg-icon.soc-yahoo,
a.soc-yahoo.bg-icon:hover,
.soc-yahoo.color-icon.border-icon:hover {
    background-color: #6e2a85;
}

.color-bg-icon.soc-skype,
a.soc-skype.bg-icon:hover,
.soc-skype.color-icon.border-icon:hover {
    background-color: #28abe3;
}

.color-bg-icon.soc-yelp,
a.soc-yelp.bg-icon:hover,
.soc-yelp.color-icon.border-icon:hover {
    background-color: #c83218;
}

.color-bg-icon.soc-feedburner,
a.soc-feedburner.bg-icon:hover,
.soc-feedburner.color-icon.border-icon:hover {
    background-color: #ffcc00;
}

.color-bg-icon.soc-linkedin,
a.soc-linkedin.bg-icon:hover,
.soc-linkedin.color-icon.border-icon:hover {
    background-color: #3371b7;
}

.color-bg-icon.soc-viadeo,
a.soc-viadeo.bg-icon:hover,
.soc-viadeo.color-icon.border-icon:hover {
    background-color: #e4a000;
}

.color-bg-icon.soc-xing,
a.soc-xing.bg-icon:hover,
.soc-xing.color-icon.border-icon:hover {
    background-color: #005a60;
}

.color-bg-icon.soc-myspace,
a.soc-myspace.bg-icon:hover,
.soc-myspace.color-icon.border-icon:hover {
    background-color: #323232;
}

.color-bg-icon.soc-soundcloud,
a.soc-soundcloud.bg-icon:hover,
.soc-soundcloud.color-icon.border-icon:hover {
    background-color: #fe3801;
}

.color-bg-icon.soc-spotify,
a.soc-spotify.bg-icon:hover,
.soc-spotify.color-icon.border-icon:hover {
    background-color: #7bb342;
}

.color-bg-icon.soc-grooveshark,
a.soc-grooveshark.bg-icon:hover,
.soc-grooveshark.color-icon.border-icon:hover {
    background-color: #f67e03;
}

.color-bg-icon.soc-lastfm,
a.soc-lastfm.bg-icon:hover,
.soc-lastfm.color-icon.border-icon:hover {
    background-color: #d41316;
}

.color-bg-icon.soc-youtube,
a.soc-youtube.bg-icon:hover,
.soc-youtube.color-icon.border-icon:hover {
    background-color: #d12121;
}

.color-bg-icon.soc-vimeo,
a.soc-vimeo.bg-icon:hover,
.soc-vimeo.color-icon.border-icon:hover {
    background-color: #51b5e7;
}

.color-bg-icon.soc-dailymotion,
a.soc-dailymotion.bg-icon:hover,
.soc-dailymotion.color-icon.border-icon:hover {
    background-color: #004e72;
}

.color-bg-icon.soc-vine,
a.soc-vine.bg-icon:hover,
.soc-vine.color-icon.border-icon:hover {
    background-color: #00b389;
}

.color-bg-icon.soc-flickr,
a.soc-flickr.bg-icon:hover,
.soc-flickr.color-icon.border-icon:hover {
    background-color: #0062dd;
}

.color-bg-icon.soc-500px,
a.soc-500px.bg-icon:hover,
.soc-500px.color-icon.border-icon:hover {
    background-color: #58a9de;
}

.color-bg-icon.soc-instagram,
a.soc-instagram.bg-icon:hover,
.soc-instagram.color-icon.border-icon:hover {
    background-color: #9c7c6e;
}

.color-bg-icon.soc-wordpress,
a.soc-wordpress.bg-icon:hover,
.soc-wordpress.color-icon.border-icon:hover {
    background-color: #464646;
}

.color-bg-icon.soc-tumblr,
a.soc-tumblr.bg-icon:hover,
.soc-tumblr.color-icon.border-icon:hover {
    background-color: #45556c;
}

.color-bg-icon.soc-blogger,
a.soc-blogger.bg-icon:hover,
.soc-blogger.color-icon.border-icon:hover {
    background-color: #ec661c;
}

.color-bg-icon.soc-technorati,
a.soc-technorati.bg-icon:hover,
.soc-technorati.color-icon.border-icon:hover {
    background-color: #5cb030;
}

.color-bg-icon.soc-reddit,
a.soc-reddit.bg-icon:hover,
.soc-reddit.color-icon.border-icon:hover {
    background-color: #e74a1e;
}

.color-bg-icon.soc-dribbble,
a.soc-dribbble.bg-icon:hover,
.soc-dribbble.color-icon.border-icon:hover {
    background-color: #e84d88;
}

.color-bg-icon.soc-stumbleupon,
a.soc-stumbleupon.bg-icon:hover,
.soc-stumbleupon.color-icon.border-icon:hover {
    background-color: #e64011;
}

.color-bg-icon.soc-digg,
a.soc-digg.bg-icon:hover,
.soc-digg.color-icon.border-icon:hover {
    background-color: #1d1d1b;
}

.color-bg-icon.soc-envato,
a.soc-envato.bg-icon:hover,
.soc-envato.color-icon.border-icon:hover {
    background-color: #597c3a;
}

.color-bg-icon.soc-behance,
a.soc-behance.bg-icon:hover,
.soc-behance.color-icon.border-icon:hover {
    background-color: #007eff;
}

.color-bg-icon.soc-delicious,
a.soc-delicious.bg-icon:hover,
.soc-delicious.color-icon.border-icon:hover {
    background-color: #31a9ff;
}

.color-bg-icon.soc-deviantart,
a.soc-deviantart.bg-icon:hover,
.soc-deviantart.color-icon.border-icon:hover {
    background-color: #c5d200;
}

.color-bg-icon.soc-forrst,
a.soc-forrst.bg-icon:hover,
.soc-forrst.color-icon.border-icon:hover {
    background-color: #5b9a68;
}

.color-bg-icon.soc-play,
a.soc-play.bg-icon:hover,
.soc-play.color-icon.border-icon:hover {
    background-color: #5acdbd;
}

.color-bg-icon.soc-zerply,
a.soc-zerply.bg-icon:hover,
.soc-zerply.color-icon.border-icon:hover {
    background-color: #9dbc7a;
}

.color-bg-icon.soc-wikipedia,
a.soc-wikipedia.bg-icon:hover,
.soc-wikipedia.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-apple,
a.soc-apple.bg-icon:hover,
.soc-apple.color-icon.border-icon:hover {
    background-color: #b9bfc1;
}

.color-bg-icon.soc-flattr,
a.soc-flattr.bg-icon:hover,
.soc-flattr.color-icon.border-icon:hover {
    background-color: #f67c1a;
}

.color-bg-icon.soc-github,
a.soc-github.bg-icon:hover,
.soc-github.color-icon.border-icon:hover {
    background-color: #221e1b;
}

.color-bg-icon.soc-chimein,
a.soc-chimein.bg-icon:hover,
.soc-chimein.color-icon.border-icon:hover {
    background-color: #888688;
}

.color-bg-icon.soc-friendfeed,
a.soc-friendfeed.bg-icon:hover,
.soc-friendfeed.color-icon.border-icon:hover {
    background-color: #2f72c4;
}

.color-bg-icon.soc-newsvine,
a.soc-newsvine.bg-icon:hover,
.soc-newsvine.color-icon.border-icon:hover {
    background-color: #075b2f;
}

.color-bg-icon.soc-identica,
a.soc-identica.bg-icon:hover,
.soc-identica.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-bebo,
a.soc-bebo.bg-icon:hover,
.soc-bebo.color-icon.border-icon:hover {
    background-color: #ef1011;
}

.color-bg-icon.soc-zynga,
a.soc-zynga.bg-icon:hover,
.soc-zynga.color-icon.border-icon:hover {
    background-color: #dc0606;
}

.color-bg-icon.soc-steam,
a.soc-steam.bg-icon:hover,
.soc-steam.color-icon.border-icon:hover {
    background-color: #8f8d8a;
}

.color-bg-icon.soc-xbox,
a.soc-xbox.bg-icon:hover,
.soc-xbox.color-icon.border-icon:hover {
    background-color: #92c83e;
}

.color-bg-icon.soc-windows,
a.soc-windows.bg-icon:hover,
.soc-windows.color-icon.border-icon:hover {
    background-color: #00bdf6;
}

.color-bg-icon.soc-outlook,
a.soc-outlook.bg-icon:hover,
.soc-outlook.color-icon.border-icon:hover {
    background-color: #0072c6;
}

.color-bg-icon.soc-coderwall,
a.soc-coderwall.bg-icon:hover,
.soc-coderwall.color-icon.border-icon:hover {
    background-color: #3e8dcc;
}

.color-bg-icon.soc-tripadvisor,
a.soc-tripadvisor.bg-icon:hover,
.soc-tripadvisor.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-appnet,
a.soc-appnet.bg-icon:hover,
.soc-appnet.color-icon.border-icon:hover {
    background-color: #494949;
}

.color-bg-icon.soc-goodreads,
a.soc-goodreads.bg-icon:hover,
.soc-goodreads.color-icon.border-icon:hover {
    background-color: #1abc9c;
}

.color-bg-icon.soc-tripit,
a.soc-tripit.bg-icon:hover,
.soc-tripit.color-icon.border-icon:hover {
    background-color: #1982c3;
}

.color-bg-icon.soc-lanyrd,
a.soc-lanyrd.bg-icon:hover,
.soc-lanyrd.color-icon.border-icon:hover {
    background-color: #3c80c9;
}

.color-bg-icon.soc-slideshare,
a.soc-slideshare.bg-icon:hover,
.soc-slideshare.color-icon.border-icon:hover {
    background-color: #4ba3a6;
}

.color-bg-icon.soc-buffer,
a.soc-buffer.bg-icon:hover,
.soc-buffer.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-rss,
a.soc-rss.bg-icon:hover,
.soc-rss.color-icon.border-icon:hover {
    background-color: #f26109;
}

.color-bg-icon.soc-vkontakte,
a.soc-vkontakte.bg-icon:hover,
.soc-vkontakte.color-icon.border-icon:hover {
    background-color: #5a7fa6;
}

.color-bg-icon.soc-disqus,
a.soc-disqus.bg-icon:hover,
.soc-disqus.color-icon.border-icon:hover {
    background-color: #2e9fff;
}

.color-bg-icon.soc-houzz,
a.soc-houzz.bg-icon:hover,
.soc-houzz.color-icon.border-icon:hover {
    background-color: #7cc04b;
}

.color-bg-icon.soc-mail,
a.soc-mail.bg-icon:hover,
.soc-mail.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-patreon,
a.soc-patreon.bg-icon:hover,
.soc-patreon.color-icon.border-icon:hover {
    background-color: #e44727;
}

.color-bg-icon.soc-paypal,
a.soc-paypal.bg-icon:hover,
.soc-paypal.color-icon.border-icon:hover {
    background-color: #009cde;
}

.color-bg-icon.soc-playstation,
a.soc-playstation.bg-icon:hover,
.soc-playstation.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-smugmug,
a.soc-smugmug.bg-icon:hover,
.soc-smugmug.color-icon.border-icon:hover {
    background-color: #acfd32;
}

.color-bg-icon.soc-swarm,
a.soc-swarm.bg-icon:hover,
.soc-swarm.color-icon.border-icon:hover {
    background-color: #fc9d3c;
}

.color-bg-icon.soc-triplej,
a.soc-triplej.bg-icon:hover,
.soc-triplej.color-icon.border-icon:hover {
    background-color: #e53531;
}

.color-bg-icon.soc-yammer,
a.soc-yammer.bg-icon:hover,
.soc-yammer.color-icon.border-icon:hover {
    background-color: #1175c4;
}

.color-bg-icon.soc-stackoverflow,
a.soc-stackoverflow.bg-icon:hover,
.soc-stackoverflow.color-icon.border-icon:hover {
    background-color: #fd9827;
}

.color-bg-icon.soc-drupal,
a.soc-drupal.bg-icon:hover,
.soc-drupal.color-icon.border-icon:hover {
    background-color: #00598e;
}

.color-bg-icon.soc-odnoklassniki,
a.soc-odnoklassniki.bg-icon:hover,
.soc-odnoklassniki.color-icon.border-icon:hover {
    background-color: #f48420;
}

.color-bg-icon.soc-android,
a.soc-android.bg-icon:hover,
.soc-android.color-icon.border-icon:hover {
    background-color: #8ec047;
}

.color-bg-icon.soc-meetup,
a.soc-meetup.bg-icon:hover,
.soc-meetup.color-icon.border-icon:hover {
    background-color: #e2373c;
}

.color-bg-icon.soc-persona,
a.soc-persona.bg-icon:hover,
.soc-persona.color-icon.border-icon:hover {
    background-color: #e6753d;
}

.color-bg-icon.soc-amazon,
a.soc-amazon.bg-icon:hover,
.soc-amazon.color-icon.border-icon:hover {
    background-color: #ff9900;
}

.color-bg-icon.soc-ello,
a.soc-ello.bg-icon:hover,
.soc-ello.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-mixcloud,
a.soc-mixcloud.bg-icon:hover,
.soc-mixcloud.color-icon.border-icon:hover {
    background-color: #314359;
}

.color-bg-icon.soc-8tracks,
a.soc-8tracks.bg-icon:hover,
.soc-8tracks.color-icon.border-icon:hover {
    background-color: #122c4b;
}

.color-bg-icon.soc-twitch,
a.soc-twitch.bg-icon:hover,
.soc-twitch.color-icon.border-icon:hover {
    background-color: #6441a5;
}

.color-bg-icon.soc-airbnb,
a.soc-airbnb.bg-icon:hover,
.soc-airbnb.color-icon.border-icon:hover {
    background-color: #ff5a5f;
}

.color-bg-icon.soc-pocket,
a.soc-pocket.bg-icon:hover,
.soc-pocket.color-icon.border-icon:hover {
    background-color: #ed4055;
}

.demo-icon {
    display: inline-block;
    text-align: center;
    padding: 15px 20px 10px;
}

.demo-icon span {
    display: block;
}

.demo-icon .name {
    font-size: 1.01em;
    font-weight: 700;
    color: #333333;
}

.demo-icon a[class*="soc-"] {
    color: #333333;
    font-size: 24px;
    margin: 10px 0 0;
}

.social-icons-demo a[class*="soc-"] {
    margin: 10px !important;
}

.social-icons-demo a + a {
    margin: 0 !important;
}

/*=====================================
// FORMS:
*/
.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #a8a8a8;
    opacity: 1;
}

.form-control::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #a8a8a8;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #a8a8a8;
}

.form-control::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #a8a8a8;
}

.form-control:focus:-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

.form-control:focus::-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    font-style: normal;
    color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
    font-style: normal;
    color: transparent;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="number"]:active,
input[type="number"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.invalid {
    outline: 1px solid red;
}

select.form-control {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #cdcdcd;
    height: 40px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="number"]:active,
input[type="number"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input[type="text"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    height: 40px;
}

input[type="text"]:active,
input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
    outline: none;
    border: 1px solid #d2d2d2;
}

input[type="password"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    height: 40px;
}

input[type="password"]:active,
input[type="password"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
    outline: none;
    border: 1px solid #d2d2d2;
}

input[type="email"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    height: 40px;
}

input[type="email"]:active,
input[type="email"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
    outline: none;
    border: 1px solid #d2d2d2;
}

textarea:active,
textarea:focus {
    outline: none;
}

select.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
}

select.form-control:active,
select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
    outline: none;
}

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
}

.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
    outline: none;
}

button:active,
button:focus {
    outline: none;
}

.required {
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*=====================================
// PLUGINS:
*/
/*// Flexslider //*/
.flexslider {
    position: relative;
}

.flexslider .content-table__cell {
    vertical-align: bottom;
}

.slides {
    margin: 0;
    padding: 0;
    position: relative;
}

.slides::after {
    content: "";
    display: table;
    clear: both;
}

.flex-direction-nav {
    padding: 0;
    margin: 0;
    text-align: center;
}

.flex-direction-nav li {
    display: inline-block;
    float: none;
    list-style: none;
}

.flexslider__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 149px;
}

.flexslider__content .content-table__wrapp {
    padding: 0 25px;
}

.flexslider__content .button-o_t1 {
    margin-right: 0;
    margin-bottom: 6px;
}

.flexslider__title {
    font: bold 60px/60px "Tajawal", "Arial", sans-serif;
    color: var(--bay-of-many);
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .flexslider__title {
        font-size: 40px;
        line-height: 40px;
    }
}

.flexslider__sub-title {
    font: italic 30px/32px "Tajawal", "Arial", sans-serif;
    margin-bottom: 60px;
    color: #898989;
}

@media (max-width: 991px) {
    .flexslider__sub-title {
        font-size: 20px;
        line-height: 23px;
    }
}

.flex-control-nav {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 95px;
    left: 0;
    right: 0;
    z-index: 30;
}

.flex-control-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 2px;
}

.flex-control-nav li a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid #959595;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background: #fff;
}

.flex-control-nav li a.flex-active {
    background: #959595;
}

.flex-control-nav li a:hover {
    border: 2px solid #ffa800;
    background: #ffa800;
}

.flex-nav-prev,
.flex-nav-next {
    position: absolute;
    top: 50%;
    z-index: 30;
    width: 40px;
    height: 60px;
    display: block;
    font-size: 0;
}

.flex-nav-prev a,
.flex-nav-next a {
    display: block;
}

.flex-prev::before,
.flex-next::before {
    font-family: "FontAwesome";
    font-size: 72px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

@media (max-width: 991px) {
    .flex-prev::before,
    .flex-next::before {
        font-size: 40px;
        line-height: 60px;
    }
}

.flex-prev:hover::before,
.flex-next:hover::before {
    color: #ffa800;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.flex-nav-prev {
    left: 80px;
    margin-top: -30px;
}

@media (max-width: 991px) {
    .flex-nav-prev {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .flex-nav-prev {
        margin-top: -15px;
        left: 10px;
    }
}

.flex-nav-next {
    right: 80px;
    margin-top: -30px;
}

@media (max-width: 991px) {
    .flex-nav-next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .flex-nav-next {
        margin-top: -15px;
        right: 10px;
    }
}

.flex-prev::before {
    content: "\f100";
}

.flex-next::before {
    content: "\f101";
}

.flexslider__bg-1 {
    background: rgba(46, 35, 41, 0.77) repeat;
    padding: 0 20px;
    margin-bottom: 30px;
}

@media (max-width: 640px) {
    .flexslider__bg-1 {
        background: rgba(255, 255, 255, 0.8) repeat;
    }
}

.flexslider__bg-1::after,
.flexslider__bg-1::before {
    display: table;
    content: "";
}

.flexslider__bg-1::after {
    clear: both;
}

.flexslider__bg-1 .flexslider__sub-title {
    margin-bottom: 30px;
    color: #676767;
}

@media (max-width: 640px) {
    .flex-nav-prev,
    .flex-nav-next {
        display: none !important;
    }
}

/*=====================================
// GALLERY:
*/
/* Gallery filters */
.isotope_filters {
    margin-bottom: 30px;
}

.isotope_filters a {
    font: 18px/20px "Tajawal", "Arial", sans-serif;
    color: #333333;
    display: inline-block;
    float: none;
    margin: 0 24px 0 0;
}

.isotope_filters a:last-child {
    margin-right: 0;
}

.isotope_filters a.selected {
    color: var(--bay-of-many);
}

.isotope_filters a:hover {
    color: var(--bay-of-many);
}

/* Gallery icons */
.item-media {
    position: relative;
    overflow: hidden;
}

.media-links {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.media-links:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 138, 1, 0.7);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.media-links .links-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    z-index: 4;
}

[class*="item"]:hover .media-links:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

[class*="item"]:hover .links-wrap a {
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

[class*="item"]:hover .media-links .links-wrap {
    filter: alpha(opacity=100);
    opacity: 1;
}

.abs-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

[class*="item"]:hover .abs-link {
    opacity: 1;
}

.abs-link:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    border: 1px solid #fff;
}

.links-wrap a {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -100px;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
    font-size: 24px;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
    margin: 0 3px;
}

.links-wrap a::before {
    font-family: "rt-icons-2";
    width: 52px;
    height: 52px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ff8a01;
    display: inline-block;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.links-wrap a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.links-wrap a:hover::before {
    background: var(--bay-of-many);
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.links-wrap .p-view {
    background-color: transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.links-wrap .p-view::before {
    content: "\e7a7";
    font-size: 28px;
    line-height: 52px;
}

.links-wrap .p-link {
    background-color: transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.links-wrap .p-link::before {
    content: "\e6a4";
    font-size: 28px;
    line-height: 52px;
}

.isotope-item img {
    width: 100%;
}

/* Gallery filters */
.gallery-item .item-content {
    padding: 0 40px 5px;
}

.gallery-item .item-meta {
    font-weight: 300;
    z-index: 5;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.gallery-item:hover .item-meta {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.gallery-item .item-meta {
    color: #fff;
}

.gallery-item .item-meta a:hover {
    color: #ddd;
}

/* Gallery fullwidth */
.fullwidth_isotope {
    padding: 0;
}

.masonry-type2 .isotope-item {
    padding: 0;
}

.share-gallery-single {
    margin-top: 40px;
}

.gallery-single .item-media img {
    width: 100%;
}

.home-gallery .isotope-item .item-media {
    max-height: 250px;
}

/*=====================================
// TOTOP:
*/
#toTop {
    bottom: 0;
    right: 0;
    display: none;
    width: 60px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 100;
    font-size: 0;
    color: transparent;
    background-color: #ffab09;
    opacity: 0.7;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#toTop::after {
    font-family: "rt-icons-2";
    content: "\e700";
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#toTopHover,
#toTop:hover {
    bottom: 3px;
    opacity: 1;
}

#toTop:hover:after {
    color: #fff;
}

#toTop:active,
#toTop:focus {
    outline: medium none;
}

.modal-open #toTop {
    display: none !important;
}

/*=====================================
// PARALLAX:
*/
.parallax {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.texture_bg {
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.muted_section:before {
    background-color: rgba(51, 51, 51, 0.1);
    opacity: 1;
}

.parallax.ls:after {
    background-color: #fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
    filter: alpha(opacity=92);
    opacity: 0.92;
}

.parallax.ls.ms:after {
    background-color: #ededed;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=88)";
    filter: alpha(opacity=88);
    opacity: 0.88;
}

.parallax.cs:after {
    background-color: var(--bay-of-many);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.parallax.cs:before {
    display: none;
}

.parallax.cs.main_color2:after {
    background-color: #ffab09;
}

.parallax.cs.main_color3:after {
    background-color: #606060;
}

.parallax.ds:before {
    background-color: #333333;
    opacity: 0.8;
}

.parallax.ds:after {
    background-color: #000;
    opacity: 0.2;
}

.parallax.ds.ms:after {
    display: none;
}

.parallax > *,
.muted_section > *,
.radial_gradient > *,
.gradient > *,
.vertical_gradient > *,
.darken_gradient > *,
.diagonal_section > * {
    z-index: 4;
    position: relative;
}

/*=====================================
// PRELOADER:
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    height: 100%;
}

.thecube {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    top: 50%;
    margin-top: -40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.thecube .cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bay-of-many);
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes foldthecube {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes foldthecube {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
		Default Theme
	----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(../../images/prettyPhoto/default/sprite.png) -78px -93px
        no-repeat;
}

/* Top left corner */
div.pp_default .pp_top .pp_middle {
    background: url(../../images/prettyPhoto/default/sprite_x.png) top left
        repeat-x;
}

/* Top pattern/color */
div.pp_default .pp_top .pp_right {
    background: url(../../images/prettyPhoto/default/sprite.png) -112px -93px
        no-repeat;
}

/* Top right corner */
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(../../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(../../images/prettyPhoto/default/sprite_y.png) top right
        repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_content {
    background-color: #fff;
}

/* Content background */
div.pp_default .pp_next:hover {
    background: url(../../images/prettyPhoto/default/sprite_next.png) center
        right no-repeat;
    cursor: pointer;
}

/* Next button */
div.pp_default .pp_previous:hover {
    background: url(../../images/prettyPhoto/default/sprite_prev.png) center
        left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.pp_default .pp_expand {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

/* Expand button */
div.pp_default .pp_expand:hover {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.pp_default .pp_contract {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

/* Contract button */
div.pp_default .pp_contract:hover {
    background: url(../../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../../images/prettyPhoto/default/sprite.png) 2px 1px
        no-repeat;
    cursor: pointer;
}

/* Close button */
div.pp_default #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a {
    background: url(../../images/prettyPhoto/default/default_thumb.png) center
        center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default .pp_details {
    position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../../images/prettyPhoto/default/sprite.png) -31px -3px
        no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/default/sprite.png) -78px -127px
        no-repeat;
}

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
    background: url(../../images/prettyPhoto/default/sprite_x.png) bottom left
        repeat-x;
}

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/default/sprite.png) -112px -127px
        no-repeat;
}

/* Bottom right corner */
div.pp_default .pp_loaderIcon {
    background: url(../../images/prettyPhoto/default/loader.gif) center center
        no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
div.light_rounded .pp_top .pp_left {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -88px -53px
        no-repeat;
}

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
    background: #fff;
}

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -110px -53px
        no-repeat;
}

/* Top right corner */
div.light_rounded .pp_content .ppt {
    color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
    background: #fff;
}

div.light_rounded .pp_content {
    background-color: #fff;
}

/* Content background */
div.light_rounded .pp_next:hover {
    background: url(../../images/prettyPhoto/light_rounded/btnNext.png) center
        right no-repeat;
    cursor: pointer;
}

/* Next button */
div.light_rounded .pp_previous:hover {
    background: url(../../images/prettyPhoto/light_rounded/btnPrevious.png)
        center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.light_rounded .pp_expand {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -31px -26px
        no-repeat;
    cursor: pointer;
}

/* Expand button */
div.light_rounded .pp_expand:hover {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -31px -47px
        no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.light_rounded .pp_contract {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.light_rounded .pp_contract:hover {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -1px -1px
        no-repeat;
    cursor: pointer;
}

/* Close button */
div.light_rounded .pp_details {
    position: relative;
}

div.light_rounded .pp_description {
    margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -1px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -24px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -22px -71px
        no-repeat;
}

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -88px -80px
        no-repeat;
}

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
    background: #fff;
}

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/light_rounded/sprite.png) -110px -80px
        no-repeat;
}

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
    background: url(../../images/prettyPhoto/light_rounded/loader.gif) center
        center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
div.dark_rounded .pp_top .pp_left {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px
        no-repeat;
}

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png)
        top left repeat;
}

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px
        no-repeat;
}

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png)
        top left repeat-y;
}

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png)
        top right repeat-y;
}

/* Right Content background */
div.dark_rounded .pp_content {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png)
        top left repeat;
}

/* Content background */
div.dark_rounded .pp_next:hover {
    background: url(../../images/prettyPhoto/dark_rounded/btnNext.png) center
        right no-repeat;
    cursor: pointer;
}

/* Next button */
div.dark_rounded .pp_previous:hover {
    background: url(../../images/prettyPhoto/dark_rounded/btnPrevious.png)
        center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.dark_rounded .pp_expand {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px
        no-repeat;
    cursor: pointer;
}

/* Expand button */
div.dark_rounded .pp_expand:hover {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px
        no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.dark_rounded .pp_contract {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.dark_rounded .pp_contract:hover {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px
        no-repeat;
    cursor: pointer;
}

/* Close button */
div.dark_rounded .pp_details {
    position: relative;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded .pp_description {
    color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_rounded .pp_arrow_next {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px
        no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px
        no-repeat;
}

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
    background: url(../../images/prettyPhoto/dark_rounded/contentPattern.png)
        top left repeat;
}

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px
        no-repeat;
}

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
    background: url(../../images/prettyPhoto/dark_rounded/loader.gif) center
        center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}

div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_square .pp_description {
    color: #fff;
}

div.dark_square .pp_loaderIcon {
    background: url(../../images/prettyPhoto/dark_square/loader.gif) center
        center no-repeat;
}

/* Loader icon */
div.dark_square .pp_expand {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -31px -26px
        no-repeat;
    cursor: pointer;
}

/* Expand button */
div.dark_square .pp_expand:hover {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -31px -47px
        no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.dark_square .pp_contract {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.dark_square .pp_contract:hover {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -1px -1px
        no-repeat;
    cursor: pointer;
}

/* Close button */
div.dark_square .pp_details {
    position: relative;
}

div.dark_square .pp_description {
    margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -1px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -24px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_square .pp_arrow_next {
    background: url(../../images/prettyPhoto/dark_square/sprite.png) -22px -71px
        no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_square .pp_next:hover {
    background: url(../../images/prettyPhoto/dark_square/btnNext.png) center
        right no-repeat;
    cursor: pointer;
}

/* Next button */
div.dark_square .pp_previous:hover {
    background: url(../../images/prettyPhoto/dark_square/btnPrevious.png) center
        left no-repeat;
    cursor: pointer;
}

/* Previous button */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_content .ppt {
    color: #000;
}

div.light_square .pp_expand {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -31px -26px
        no-repeat;
    cursor: pointer;
}

/* Expand button */
div.light_square .pp_expand:hover {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -31px -47px
        no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.light_square .pp_contract {
    background: url(../../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.light_square .pp_contract:hover {
    background: url(../../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../images/prettyPhoto/light_square/sprite.png) -1px -1px
        no-repeat;
    cursor: pointer;
}

/* Close button */
div.light_square .pp_details {
    position: relative;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -1px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -24px -100px
        no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next {
    background: url(../../images/prettyPhoto/light_square/sprite.png) -22px -71px
        no-repeat;
}

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_next:hover {
    background: url(../../images/prettyPhoto/light_square/btnNext.png) center
        right no-repeat;
    cursor: pointer;
}

/* Next button */
div.light_square .pp_previous:hover {
    background: url(../../images/prettyPhoto/light_square/btnPrevious.png)
        center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.light_square .pp_loaderIcon {
    background: url(../../images/prettyPhoto/light_rounded/loader.gif) center
        center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
div.facebook .pp_top .pp_left {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -88px -53px
        no-repeat;
}

/* Top left corner */
div.facebook .pp_top .pp_middle {
    background: url(../../images/prettyPhoto/facebook/contentPatternTop.png) top
        left repeat-x;
}

/* Top pattern/color */
div.facebook .pp_top .pp_right {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -110px -53px
        no-repeat;
}

/* Top right corner */
div.facebook .pp_content .ppt {
    color: #000;
}

div.facebook .pp_content_container .pp_left {
    background: url(../../images/prettyPhoto/facebook/contentPatternLeft.png)
        top left repeat-y;
}

/* Content background */
div.facebook .pp_content_container .pp_right {
    background: url(../../images/prettyPhoto/facebook/contentPatternRight.png)
        top right repeat-y;
}

/* Content background */
div.facebook .pp_content {
    background: #fff;
}

/* Content background */
div.facebook .pp_expand {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -31px -26px
        no-repeat;
    cursor: pointer;
}

/* Expand button */
div.facebook .pp_expand:hover {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -31px -47px
        no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.facebook .pp_contract {
    background: url(../../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.facebook .pp_contract:hover {
    background: url(../../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../../images/prettyPhoto/facebook/sprite.png) -1px -1px
        no-repeat;
    cursor: pointer;
}

/* Close button */
div.facebook .pp_details {
    position: relative;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.facebook .pp_loaderIcon {
    background: url(../../images/prettyPhoto/facebook/loader.gif) center center
        no-repeat;
}

/* Loader icon */
div.facebook .pp_arrow_previous {
    background: url(../../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -32px -71px
        no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -1px -123px
        no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -32px -123px
        no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(../../images/prettyPhoto/facebook/btnNext.png) center right
        no-repeat;
    cursor: pointer;
}

/* Next button */
div.facebook .pp_previous:hover {
    background: url(../../images/prettyPhoto/facebook/btnPrevious.png) center
        left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.facebook .pp_bottom .pp_left {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -88px -80px
        no-repeat;
}

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
    background: url(../../images/prettyPhoto/facebook/contentPatternBottom.png)
        top left repeat-x;
}

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
    background: url(../../images/prettyPhoto/facebook/sprite.png) -110px -80px
        no-repeat;
}

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0
        no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img {
    display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    background: url(../../images/prettyPhoto/light_rounded/btnNext.png) 10000px
        10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../../images/prettyPhoto/light_rounded/btnNext.png) 10000px
        10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

.currentTextHolder {
    line-height: 20px;
}

#box_wrapper,
#canvas {
    overflow: visible;
    position: relative;
}

#canvas.boxed {
    padding: 1px 0;
}

#box_wrapper.container {
    overflow: hidden;
}

body.boxed {
    position: static;
    width: auto;
    height: auto;
}

.pattern1 {
    background-image: url(../../img/pattern1.png);
}

.pattern2 {
    background-image: url(../../img/pattern2.png);
}

.pattern3 {
    background-image: url(../../img/pattern3.png);
}

.pattern4 {
    background-image: url(../../img/pattern4.png);
}

.pattern5 {
    background-image: url(../../img/pattern5.png);
}

.pattern6 {
    background-image: url(../../img/pattern6.png);
}

.pattern7 {
    background-image: url(../../img/pattern7.png);
}

.pattern8 {
    background-image: url(../../img/pattern8.png);
}

.pattern9 {
    background-image: url(../../img/pattern9.png);
}

.pattern10 {
    background-image: url(../../img/pattern10.png);
}

.pattern11 {
    background-image: url(../../img/_pattern31.png);
}

.boxed .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 500px) {
    .boxed .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.boxed #box_wrapper.container {
    padding: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.boxed #box_wrapper.container.top-bottom-margins {
    margin-top: 80px;
    margin-bottom: 80px;
}

/*=====================================
// DARK SECTION:
*/
/* Common dark and dark muted sections - .ds and .ds.ms*/
/**dark section - .ds*/
.ds {
    background-color: #343434;
    color: #9a9a9a;
    /* Typography */
    /*// Navigation //*/
    /*// Portfolio //*/
    /*// Widget //*/
    /*// Posts //*/
    /*// Single post //*/
    /*// Pagination //*/
    /*// Shop /*/
    /*// Single shop //*/
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
    color: #fff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
    color: #fff;
}

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
    color: var(--bay-of-many);
}

.ds .with_border {
    border-color: #787878;
}

.ds blockquote::before {
    background-color: #343434;
}

.ds blockquote span {
    color: #9a9a9a;
}

.ds .autor a {
    color: #fff;
}

.ds p {
    color: #9a9a9a;
}

.ds .tab-content {
    border-color: #787878;
}

.ds .tab-top-color-border {
    border-top: 5px solid #ff8a01;
}

.ds .chart__percent {
    color: #787878;
}

.ds .affix.page_header {
    background: #343434;
}

.ds .page_header {
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
}

.ds .sf-menu {
    background: #343434;
}

.ds .sf-menu > li.active a {
    color: var(--bay-of-many);
}

.ds .sf-menu > li > a {
    color: #fff;
}

.ds .sf-menu > li > a:hover {
    color: #ffab09;
}

.ds .sf-menu > li > ul {
    border: 1px solid #787878 !important;
    background: #343434;
}

.ds .sf-menu > li > ul > li a {
    color: #fff;
}

.ds .sf-menu > li > ul > li a:hover {
    color: #ffab09;
}

.ds .sf-menu > li > ul > li > ul {
    border: 1px solid #787878 !important;
    background: #343434;
}

.ds .product-quantity .quantity .minus,
.ds .product-quantity .quantity .plus {
    color: #606060;
    font-weight: normal;
}

.ds .serach-button i {
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.ds .shopping-cart__content i {
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.ds .shopping-cart__info {
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.ds .serach-button i:hover {
    color: #ffa800;
}

.ds .vertical-tabs .nav li {
    border-bottom: 1px solid #787878;
}

.ds .shopping-cart__content:hover i {
    color: #ffa800;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.ds .shopping-cart__content:hover .shopping-cart__info {
    color: #ffa800;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.ds .product-price,
.ds .product-info,
.ds .product-price-td,
.ds .product-quantity,
.ds .product-subtotal,
.ds .product-remove {
    color: #fff;
}

.ds .product-price span,
.ds .product-subtotal span {
    color: #fff;
}

.ds span.toggle_menu.mobile-active {
    background: #343434;
}

.ds span.toggle_menu.mobile-active:hover:after {
    color: var(--bay-of-many);
}

.ds span.toggle_menu.mobile-active::after {
    color: #fff;
}

.ds .mobile-active .sf-menu > li > ul {
    border: none;
}

.ds .mobile-active .sf-menu > li > ul a {
    color: #fff;
}

.ds .mobile-active .sf-menu > li > ul a:hover {
    color: #ffab09;
}

.ds .form__text {
    color: #fff;
}

.ds .content-block_t-1 {
    border: 1px solid #606060;
}

.ds .table_t-1 tbody tr td {
    border: 1px solid #606060;
}

.ds .isotope_filters a {
    color: #fff;
}

.ds .isotope_filters a:hover {
    color: var(--bay-of-many);
}

.ds .isotope_filters a.selected {
    color: var(--bay-of-many);
}

.ds .widget-title {
    color: #fff;
}

.ds .widget_recent_posts-title a {
    color: #fff;
}

.ds .widget_top_sales-title a {
    color: #fff;
}

.ds .shopping-cart__list {
    background: #343434;
}

.ds .post {
    border-bottom: 1px solid #606060;
}

.ds .post.format-quote,
.ds .post.format-status {
    border-bottom: none;
}

.ds .single-post .post__content {
    border-bottom: 1px solid #787878;
}

.ds .bootstrap-pagination li:first-child a {
    border: none;
}

.ds .bootstrap-pagination li:last-child a {
    border: none;
}

.ds .pagination li.active a {
    border: 1px solid var(--bay-of-many);
    background: var(--bay-of-many);
    color: #fff;
}

.ds .pagination li a {
    background: transparent;
    color: #9a9a9a;
    border: 1px solid #606060;
}

.ds .pagination li a:hover {
    background: #ffab09;
    border: 1px solid #ffab09;
    color: #fff;
}

.ds .pagination .pag_i a,
.ds .pagination .pag_i span {
    background: transparent;
    color: #9a9a9a;
}

.ds .author_url {
    color: var(--bay-of-many);
}

.ds .author_url:hover {
    color: #ff8e08;
}

.ds .shop-item:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.22);
}

.ds .sorting-text {
    color: #9a9a9a;
}

.ds .widget_price_filter label {
    color: #fff;
}

.ds #slider_price_min,
.ds #slider_price_max {
    color: #fff;
}

.ds .team__user-t_2:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.22);
}

.ds .team__user-t_1__title {
    color: #343434;
}

.ds .grey {
    color: #fff;
}

.ds .product_list_widget .media-body {
    color: #fff;
}

.ds .product_list_widget .media-body a {
    color: #ffab09;
}

.ds .product_list_widget .media-body a:hover {
    color: var(--bay-of-many);
}

.ds .shop-single__tab .tab-content {
    border: 1px solid #606060;
}

.ds .shop-single__tab .nav-tabs > li.active a {
    background: #606060;
    color: #fff;
}

.ds .nav-tabs > li.active > a {
    border: 1px solid #606060;
}

.ds .nav-tabs > li.active > a:hover,
.ds .nav-tabs > li.active > a:active,
.ds .nav-tabs > li.active > a:focus {
    border: 1px solid #606060;
}

.ds .quantity #product_quantity {
    color: #fff;
}

.ds .quantity .minus {
    color: #fff;
}

.ds .quantity .plus {
    color: #fff;
}

.ds .banners-item-1__text {
    color: #fff;
}

.ds .block-recom__text {
    color: #fff;
}

.ds .home-parallax-1__title,
.ds .home-parallax-1__sub-title {
    color: var(--bay-of-many);
}

.ds .testimonials {
    border-top: 1px solid #606060;
}

.ds .testimonials::before {
    background: #343434;
}

.ds .testimonials__sub-title-user {
    color: #de7800;
}

.ds .title_t-1 {
    color: var(--bay-of-many);
}

.ds .title_t-1::before {
    color: var(--bay-of-many);
}

.ds .page-404__title {
    color: var(--bay-of-many);
}

.ds .page-404__text {
    color: var(--bay-of-many);
}

.ds .page-404__text::after {
    color: var(--bay-of-many);
}

/** Darkgrey section - .ds.ms*/
.ds.ms {
    background-color: #606060;
}

.ds.services-parallax p {
    color: #fff;
}

/*=====================================
// LIGHT SECTION:
*/
/* Light section - .ls*/
.ls {
    background-color: #fff;
    color: #898989;
    /* Typography */
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
    color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
    color: #898989;
}

/*=====================================
// GREY SECTION:
*/
/**grey section - light section, muted section - .ls.ms*/
.ls.ms {
    background-color: #ededed;
}

/*=====================================
// COLOR SECTIONS:
*/
.cs.main_color2 {
    background-color: #ffab09;
}

.cs.main_color2 .highlight {
    color: var(--bay-of-many);
}

.cs {
    background-color: var(--bay-of-many);
    color: #fff;
}

.rtl {
    direction: rtl;
    text-align: right;
}

/* flag-icon */
.flag-icon {
    width: 25px;
    margin: 10px;
}

.fixed-flag {
    direction: rtl;
}

.contact-form .contact,
.form__bg .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.contact-form .contact a,
.form__bg .contact a {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 40px;
    color: #fff;
}

.contact-form .contact a:first-of-type,
.form__bg .contact a:first-of-type {
    background-color: #4caf50;
}
.contact-form .contact a:nth-child(2),
.form__bg .contact a:nth-child(2) {
    background-color: #106ebb;
}
.contact-form .box img,
.form__bg .box img {
    width: 100%;
    border-radius: 20px;
}
@media (max-width: 780px) {
    .contact-form .box img,
    .form__bg .box img {
        display: none;
    }
}

.contac {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.contac a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
}
.contac a:first-of-type {
    background-color: #4caf50;
}
.contac a:nth-child(2) {
    background-color: #106ebb;
}
.contac a i {
    color: white;
    font-size: 24px;
}

.social-button {
    font-size: 25px;
    padding: 10px;
}

/* Start Order Now  */
.order-now {
    padding: 20px;
    position: fixed;
    z-index: 305;
    width: 500px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--main-transition);
    background-color: white;
    border-radius: 10px;
    display: none;
}
.order-now h2 {
    width: 180px;
    margin: 12px auto;
}

.order-now .icon {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
    color: var(--main-color);
    cursor: pointer;
    transition: var(--main-transition);
}
.order-now .icon:hover {
    transform: rotate(180deg);
}
.order-now .content .order {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.order-now .input {
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    color: var(--main-color-alt);
    caret-color: var(--main-color);
}
.order-now .input:focus {
    outline: 1px solid var(--main-color);
}
.order-now [type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: var(--main-transition);
}
.order-now [type="submit"]:hover {
    background-color: var(--antiflash-white);
    color: var(--main-color);
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000b4;
    z-index: 301;
    display: none;
}

/* Pagination container */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* Pagination items */
.page-item {
    margin: 0 5px;
}

/* Pagination links */
.page-link {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #007bff;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover effect for links */
.page-link:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* Active page item */
.page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    cursor: default;
}

/* Disabled page item */
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #ddd;
}

/* Arrow icons */
.page-link[aria-label="prev"],
.page-link[aria-label="next"] {
    font-size: 18px;
    line-height: 1;
}
/* jobs page */
.main-title,
.job,
.jobs .order-btn {
    text-align: left;
}
.jobs {
    text-align: center;
    padding: 25px;
}
