﻿@charset "utf-8";
/*@import url(font.css);*/
@import url('../fonts.css');

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
    font-family: IRANSans !important;
    font-size: 12px;
    background: #FFFFFF;
    color: #a5a5a5;
}

h1, h2, h3, h4, h5, h6, input, textarea, select, option {
    font-family: IRANSans !important;
}

h1 {
    font-weight: bold;
}

.form-control {
    font-size: 12px;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-size: 12px;
    line-height: 1.85;
    color: #76777a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    p a {
        display: inline;
        position: relative;
        color: inherit;
        border-bottom: solid 1px #ffa07f;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    p:last-of-type {
        margin-bottom: 0;
    }

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

    p a:hover::after {
        opacity: 0.2;
    }

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    color: #384158;
    margin-bottom: 0;
}


section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
    direction: rtl;
}

.container-fluid {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.nopadding {
    padding: 0px !important;
}

/*********************************
Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .header.scrolled {
        /*top: -40px;*/
    }

/*********************************
Top Bar
*********************************/

.top_bar {
    width: 100%;
    background: #14bdee;
}

.header.scrolled .top_bar {
}

.top_bar_container {
    width: 100%;
    height: 100%;
}

.top_bar_content {
    width: 100%;
    height: 40px;
}

.top_bar_contact_list li {
    display: inline-block;
}

.question {
    color: #FFFFFF;
    margin-left: 0px;
}

.top_bar_contact_list li i,
.top_bar_contact_list li > div {
    display: inline-block;
    color: #FFFFFF;
}

.top_bar_contact_list li > div {
    margin-right: 15px;
    font-size: 13px;
}

.top_bar_contact_list li:not(:last-child) {
    margin-right: 1px;
}

.top_bar_login {
    height: 100%;
    text-align: center;
}

    .top_bar_login p {
        display: block;
        line-height: 40px;
        color: white;
        font-size: 13px;
    }

.login_button {
    width: 160px;
    height: 100%;
    /*background: #f3f3f3;*/
    text-align: center;
}

    .login_button a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        color: #384158;
    }
        .login_button a.dropdown-item {
            text-align: right !important;
            padding-right: 10px;
        }
        /*********************************
Header Content
*********************************/
        .header_container {
            width: 100%;
            background: #FFFFFF;
        }

.header_content {
    /*height: 90px;*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo_container a img {
    height: 50px;
    margin: 5px auto;
}
.header.scrolled .header_content {
    /*height: 80px;*/
}

/*********************************
Logo
*********************************/
.logo_container {
}

.logo,
.logo_text {
    display: inline-block;
}

.logo {
    width: 60px;
    height: 60px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .logo img {
        max-width: 100%;
    }

.logo_text {
    font-size: 22px;
    font-weight: 700;
    line-height: 0.75;
    color: #384158;
    vertical-align: middle;
    margin-left: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .logo_text span {
        color: #14bdee;
    }

.header.scrolled .logo {
    width: 40px;
    height: 40px;
}

.header.scrolled .logo_text {
    font-size: 22px;
}

/*********************************
Main Nav
*********************************/

.main_nav_contaner {
    text-align: center;
    margin: 0px auto;
}

.main_nav,
.search_button,
.shopping_cart,
.user_account {
    display: inline-block;
}

    .shopping_cart .p1[data-count]:after {
        position: absolute;
        right: 10%;
        top: 8%;
        content: attr(data-count);
        font-size: 40%;
        padding: 3px;
        border-radius: 20%;
        line-height: 1em;
        color: white;
        background: rgba(255,0,0,.85);
        text-align: center;
        min-width: 1em;
    }

    .main_nav li {
        display: inline-block;
        position: relative;
    }

        .main_nav li:not(:last-child) {
            margin-left: 20px;
        }

        .main_nav li a {
            font-size: 15px;
            font-weight: 500;
            color: #384158;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .main_nav li a:hover,
            .main_nav li.active a {
                color: #14bdee;
            }

        .main_nav li.active::after {
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #14bdee;
            content: '';
        }

        .main_nav li.selected {
            /*border-bottom: 2px solid orange;*/
            padding: 5px;
            background-color: orange;
            border-radius: 5px;
        }

.search_button {
    margin-right: 20px;
    cursor: pointer;
}

.shopping_cart {
    margin-right: 20px;
    cursor: pointer;
}

.user_account {
    margin-right: 20px;
    cursor: pointer;
    height: 48px;
}

    .search_button i,
    .shopping_cart i,
    .user_account i {
        font-size: 18px;
        color: #181818;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .search_button:hover i,
    .shopping_cart:hover i,
    .user_account:hover i {
        color: #181818;
    }

.header_search_form {
    display: block;
    position: relative;
    width: 40%;
}

.header_search_container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #14bdee;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .header_search_container.active {
        bottom: -73px;
        opacity: 1;
    }

.header_search_content {
    width: 100%;
    height: 73px;
}

.search_input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-right: 20px;
}

.header_search_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger {
    display: none;
    cursor: pointer;
    margin-right: 23px;
}

    .hamburger i {
        font-size: 20px;
        color: #353535;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .hamburger:hover i {
        color: #14bdee;
    }

/*********************************
Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    padding-right: 40px;
    padding-top: 87px;
    padding-left: 40px;
}

    .menu .logo a {
        color: #000000;
    }

    .menu.active {
        right: 0;
    }

.menu_close_container {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}

    .menu_close div {
        width: 100%;
        height: 2px;
        background: #232323;
        top: 8px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .menu_close div:last-of-type {
            -webkit-transform: rotate(90deg) translateX(-2px);
            -moz-transform: rotate(90deg) translateX(-2px);
            -ms-transform: rotate(90deg) translateX(-2px);
            -o-transform: rotate(90deg) translateX(-2px);
            transform: rotate(90deg) translateX(-2px);
            transform-origin: center;
        }

    .menu_close:hover div {
        background: #937c6f;
    }

.menu .logo {
    margin-bottom: 60px;
}

.menu_nav ul {
}

    .menu_nav ul li {
        margin: 15px auto;
        text-align: center;
        width: 30%;
    }

        .menu_nav ul li a {
            font-size: 14px;
            text-transform: uppercase;
            color: rgba(0,0,0,1);
            font-weight: 500;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .menu_nav ul li a:hover {
                color: #14bdee;
            }

.menu_nav li.selected {
    padding: 5px;
    background-color: orange;
    border-radius: 5px;
}
.menu .search {
    width: 100%;
    margin-bottom: 40px;
}

.search {
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.menu .header_search_form {
    width: 100%;
}

.search form {
    position: relative;
}

.menu .search_input {
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    border: none;
    outline: none;
    padding-right: 15px;
    color: rgba(0,0,0,0.5);
}

    .menu .search_input::-webkit-input-placeholder {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: rgba(0,0,0,0.4) !important;
    }

    .menu .search_input:-moz-placeholder {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: rgba(0,0,0,0.4) !important;
    }

    .menu .search_input::-moz-placeholder {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: rgba(0,0,0,0.4) !important;
    }

    .menu .search_input:-ms-input-placeholder {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: rgba(0,0,0,0.4) !important;
    }

    .menu .search_input::input-placeholder {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: rgba(0,0,0,0.4) !important;
    }

/*********************************
Section
*********************************/

.section_title_container {
    max-width: 600px;
    margin: 0 auto;
}

.section_title {
    line-height: 1.2;
}

.section_subtitle {
    line-height: 1.85;
    margin-top: 14px;
}

.section_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********************************
Newsletter
*********************************/

.newsletter {
    width: 100%;
}

.newsletter_background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.newsletter_container {
    width: 100%;
    height: 120px;
}

.newsletter_title {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.newsletter_subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 6px;
}

.newsletter_form_container {
    width: 450px;
    padding-right: 20px;
}

.newsletter_form {
    display: block;
    position: relative;
    width: 100%;
}

.newsletter_input {
    width: calc(100% - 136px);
    height: 40px;
    background: rgba(255,255,255,0.4);
    border: none;
    outline: none;
    padding-right: 20px;
    color: #FFFFFF;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .newsletter_input::-webkit-input-placeholder {
        font-size: 13px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input:-moz-placeholder {
        font-size: 13px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input::-moz-placeholder {
        font-size: 13px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input:-ms-input-placeholder {
        font-size: 13px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input::input-placeholder {
        font-size: 13px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

.newsletter_button {
    width: 136px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #14bdee;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/*********************************
Footer
*********************************/

.footer {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    font-family: 'Times New Roman';
    font-weight: bold;
    bottom: 0;
    position: fixed;
}

.footer_background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer_content {
    padding-bottom: 40px;
}

.footer_logo_text {
    font-size: 22px;
    text-align: right;
    font-weight: 600;
    line-height: 0.75;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .footer_logo_text span {
        color: #14bdee;
    }

.footer_title {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.75;
}

.footer_logo_container {
    margin-top: -10px;
}

.footer_about_text {
    margin-top: 25px;
}

    .footer_about_text p {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 300;
        text-align: justify;
    }

.footer_social_section {
    float: left;
}

.footer_social {
    margin-top: 23px;
}

    .footer_social ul li {
        display: inline-block;
        width: 45px;
        height: 45px;
        background: #4b505d;
        border-radius: 50%;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .footer_social ul li:not(:last-child) {
            margin-left: 6px;
        }

        .footer_social ul li a {
            display: block;
            position: relative;
            text-align: center;
        }

            .footer_social ul li a i {
                color: #FFFFFF;
                line-height: 45px;
            }

        .footer_social ul li:hover {
            background: #14bdee;
        }

.footer_contact {
    padding-right: 36px;
}

.footer_contact_info {
    margin-top: 25px;
}

    .footer_contact_info ul li {
        font-size: 13px;
        font-weight: 500;
        color: #b5b8be;
    }

        .footer_contact_info ul li:not(:last-child) {
            margin-bottom: 15px;
        }

.footer_links {
    padding-right: 80px;
}

.footer_links_container ul {
}

.footer_links_container {
    margin-top: 25px;
}

    .footer_links_container ul li a {
        font-size: 13px;
        font-weight: 500;
        color: #b5b8be !important;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .footer_links_container ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer_links_container ul li a:hover {
        color: #14bdee;
    }

.footer_mobile {
    display: inline-block;
    float: left;
}

.footer_mobile_content {
    padding-top: 35px;
}

.footer_image:not(:last-child) {
    margin-bottom: 10px;
}

.copyright {
    height: 54px;
    border-top: solid 1px #353a49;
}

.cr_list li {
    display: inline-block;
}

.copyright div {
    font-size: 14px;
    color: #b5b8be;
}

.cr_text a {
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .cr_text a:hover {
        color: #14bdee;
    }

.cr_list li:not(:last-child) {
    margin-left: 50px;
}

.cr_list li a {
    font-size: 12px;
    color: #b5b8be;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .cr_list li a:hover {
        color: #14bdee;
    }

@charset "utf-8";

@media only screen and (max-width: 1600px) {
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .home_slider_prev {
        left: 25px;
    }

    .home_slider_next {
        right: 25px;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .main_nav,
    .search_button {
        display: none;
    }

    .top_bar_contact_list li i,
    .top_bar_contact_list li > div,
    .login_button a {
        font-size: 12px;
    }

    .login_button {
        width: 140px;
    }

    .hamburger {
        display: inline-block;
        margin-right: 33px;
    }

    .home_slider_form_container {
        width: 100%;
    }

    .home_search_button {
        margin-top: 15px;
    }

    .feature_col:not(:last-child) {
        margin-bottom: 30px;
    }

    .newsletter_container {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .newsletter_form_container {
        margin-top: 19px;
    }

    .footer_col:not(:last-child) {
        margin-bottom: 60px;
    }

    .footer_contact,
    .footer_links {
        padding-right: 0;
    }

        .footer_links ul {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }

    .footer_mobile {
        float: none;
    }

    .footer_logo_container {
        margin-top: 0;
    }

    .copyright {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cr_list {
        margin-top: 30px;
    }

        .cr_list li:not(:last-child) {
            margin-right: 20px;
        }

        .copyright div,
        .cr_list li a {
            font-size: 13px;
        }

    .footer_social_section {
        float: right;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .home_slider_parent {
        margin-top: 90px;
    }

    .top_bar {
        display: none;
    }

    .home_slider_nav {
        display: none;
    }

    .home_slider_title {
        font-size: 48px;
    }

    .home_search_form div {
        width: 100%;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    .home_slider_parent {
        margin-top: 90px;
    }

    .top_bar {
        display: none;
    }

    .home_slider_nav {
        display: none;
    }

    .home_slider_title {
        font-size: 48px;
    }

    .home_search_form div {
        width: 100%;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 12px;
    }

    .menu {
        width: 100%;
        right: -100%;
    }

    .home_search_input::-webkit-input-placeholder {
        font-size: 12px !important;
    }

    .home_search_input:-moz-placeholder {
        font-size: 12px !important;
    }

    .home_search_input::-moz-placeholder {
        font-size: 12px !important;
    }

    .home_search_input:-ms-input-placeholder {
        font-size: 12px !important;
    }

    .home_search_input::input-placeholder {
        font-size: 12px !important;
    }

    .dropdown_item_select,
    .home_search_button {
        font-size: 12px;
    }

    .home_search_button {
        width: 100px;
        height: 40px;
    }

    .newsletter_form_container {
        width: 100%;
        padding-left: 0;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
    .home_slider_parent {
        margin-top: 60px;
    }

    .top_bar {
        display: none;
    }

    .home_slider_nav {
        display: none;
    }

    .home_slider_title {
        font-size: 48px;
    }

    .home_search_form div {
        width: 100%;
    }
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
    .home_slider_parent {
        margin-top: 90px;
    }

    .top_bar {
        display: none;
    }

    .home_slider_nav {
        display: none;
    }

    .home_slider_title {
        font-size: 48px;
    }

    .home_search_form div {
        width: 100%;
    }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
    .home_slider_parent {
        margin-top: 90px;
    }

    .top_bar {
        display: none;
    }

    .home_slider_nav {
        display: none;
    }

    .home_slider_title {
        font-size: 48px;
    }

    .home_search_form div {
        width: 100%;
    }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
    .home_slider_parent {
        margin-top: 90px;
    }

    .top_bar {
        display: none;
    }

    .home_slider_nav {
        display: none;
    }

    .home_slider_title {
        font-size: 48px;
    }

    .home_search_form div {
        width: 100%;
    }
}

/*********************************
Home Slider
*********************************/

.home_slider_parent {
    margin-top: 100px;
    width: 100%;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}

.home-slider-caption {
    position: absolute;
    bottom: 350px !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    right: 15%;
    left: 30%;
    background-color: white;
    border-radius: 5px;
    opacity: 0.6;
}

.home_slider_title {
    color: #1e2434;
    font-size: 18px;
    font-weight: 700;
}


/*********************************
Features
*********************************/
.features {
    width: 100%;
    background: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 50px;
}

.features_row {
    margin-top: 50px;
}

.feature {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
}

    .feature:hover {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
    }

.feature_icon {
    height: 55px;
}

    .feature_icon img {
        max-width: 100%;
    }

.feature_title {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-top: 23px;
}

.feature_text {
    margin-top: 10px;
}

    .feature_text > p {
        font-size: 13px !important;
    }

.feature_text_details > p {
    margin-top: 0px;
    font-size: 12px !important;
}
.active-menu {
    border-bottom: 2px solid lightgreen;
    padding-bottom: 5px;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }
.login-icon {
    background: url(../../img/login.png) no-repeat;
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    cursor: pointer;
}
.shopping-icon {
    background-image: url(../../img/shoppingcart.png);
    background-size: cover;
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    cursor: pointer;
}
.new-icon {
    background-image: url(../../img/newicon.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: -5px;
}
/*********************************
News Slider
*********************************/
.post-slide{
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
    text-align: right;
}
.post-slide .post-img{
    position:relative;
}

.post-slide .post-img img{
    width: 100%;
    height: auto;
}
    .post-slide .post-title {
        margin: 25px 0 15px 0;
        padding: 0 15px;
        direction: rtl;
    }
    .post-slide .post-title:before {
        content: "";
        border: 2px solid #14bdee;
        width: 18%;
        display: block;
        margin-bottom: 15px;
    }
    .post-slide .post-title a:hover {
        text-decoration: none;
        color: #14bdee;
    }
    .post-slide .post-date {
        text-transform: capitalize;
        padding: 5px 15px;
        color: #14bdee;
        font-size: 12px;
    }
        .post-slide .post-date:before {
            margin-right: 7px;
            color: #14bdee;
        }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #14bdee;
}
.post-slide {
    margin: 0 15px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom: 2em;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
        }

    .post-slide .over-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0,0,0,0.6);
        transition: all 0.30s ease;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
    }

    .post-slide .post-link {
        margin: 0;
        padding: 0;
        position: relative;
        top: 45%;
        text-align: center;
    }

        .post-slide .post-link li {
            display: inline-block;
            list-style: none;
            margin-right: 20px;
        }

            .post-slide .post-link li a {
                color: #fff;
                font-size: 20px;
            }

                .post-slide .post-link li a:hover {
                    color: #14bdee;
                    text-decoration: none;
                }

    .post-slide .post-content {
        padding: 30px;
    }
        .post-slide .post-title a {
            color: #333;
            font-size: 14px;
            display: block;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
            line-height: initial;
            min-height: 70px;
        }

    .post-slide .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
    }
        .post-slide .read-more:hover:after {
            width: 100%;
        }

