@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

a {

    text-decoration: none;
    -webkit-transition: all .14s ease-out;
    transition: all .14s ease-out;
}

/* header */
header {
    display: block;
    /* height: 45px; */
    padding: 0;
    border: 0;
    margin: 0;
    background: #fff;
}

#loaderContainer {
    position: fixed;
    background: #3969927a;
    height: -webkit-fill-available;
    width: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    display: none;
}

.media_type {}

/* Center the loader */
.loader {
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 1;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.top-bar {
    background-color: #234e7a;
    width: 100%;
    clear: both;
    float: left;
    padding: 10px 0px;
    color: #FFF;
    z-index: 999;
    margin: 0;
    border: 0;
    display: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.top-bar ul.dt-sc-social-icons {
    margin: 0px;
    padding: 0px;
}

header ul.dt-sc-social-icons li {
    display: inline;
    float: left;
    margin-right: 5px;

    padding-bottom: 0px;
    margin: 0px 10px 5px 0px;
}

header ul.dt-sc-social-icons li:first-child a {
    padding-left: 0px;
}

header ul.dt-sc-social-icons li a {
    color: #FFF;
    height: auto;
    width: auto;
    position: static;
    background: none;
    background-color: transparent;
    line-height: inherit;
    padding: 0px 10px;
}

ul.dt-sc-social-icons li a span {
    font-size: 16px;
    margin: 0px;
}

header .dt-sc-contact-number {
    float: right;
    font-size: 16px;
}

header .dt-sc-contact-number span {
    margin-right: 5px;
}

.logo {
    float: left;
    line-height: 0px;
    padding: 0px 0px;
    display: block;
}

.logo img {
    height: auto;
    width: 182px;
    margin: 0px 0px;
    z-index: 99999;
}

header .alignright {
    float: right;
    margin: 25px 0px;
    padding: 0px;
}

header .alignright .dt-sc-bordered-button {
    padding: 7px 26px;
    margin: 0px;
    text-decoration: none;
    color: #234e7a;
}

/* .navigation-fixed */
.navigation-fixed .fixed_displaynone {
    display: none;
}

.navigation-fixed .navbar-nav li a {
    padding: 17px 14px !important;
}

.navigation-fixed .navbar-nav li>a i {

    top: 22px;
}

/* .navigation-fixed end */
.dt-sc-bordered-button,
input[type=submit],
.dt-sc-ico-content.type3:hover .icon {
    box-shadow: 0px 0px 0px 2px #234e7a;
    -moz-box-shadow: 0px 0px 0px 2px #8d1812;
    -webkit-box-shadow: 0px 0px 0px 2px #234e7a;
}





.header-top-area {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;

    /* background-color: #3aafa9; */
    /* background: linear-gradient(to left, #FF9800 , #ff5722) !important; */
    /* height: 60px; */
    background: #fff;
}

.logo a {
    display: block;
    color: #00254a;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 16px;
    /* border-bottom: 5px solid #FF9800; */
    width: 100%;
    padding-bottom: 0px;
    margin-top: 0px;
}

.logo img {}

.navbar {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

.navigation-menu .navbar-nav>li {
    /* float: left; */
    /* width: 50%; */
    padding: 0px 20px;


    width: auto;
}

.navigation-menu .navbar-nav li a {
    color: #234e7a;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 62px 0px;
    font-weight: 600;
    text-decoration: none;
    width: auto;
}

/* header end */
body {
    font-family: 'Open Sans', sans-serif;
}

.header_area {
    background-image: url(../images/background_1.jpg);
    background-size: cover;
    height: 430px;
    background-position: 0px -245px;
    position: relative;
}

img {
    max-width: 100%;
    /* height: 200px; */
}

.header_overlay {
    background: #00000085;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-content: center;
}

.header_overlay h1 {
    margin-top: 0;
    color: #fff;
    font-size: 56px;
    text-align: center;
    padding: 144px 0px;
}

.tab_area {
    padding: 20px 0px;
    /* border-bottom: 1px solid #dddddd; */
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #ffffff7d;
}

.nav_tb li a {
    padding: 5px 10px;
    background: #ffffff;
    color: #9e7acd !important;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;


}

.nav_tb li {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    overflow: hidden;
    letter-spacing: 1px;
}

.tab_area ul li a {
    /* display: block; */
    float: left;
    color: inherit;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
}

.tab_area ul li a span {
    display: block;
    float: left;
    padding: 12px 16px 10px;
    margin: 0;
}

.tab_area ul li a span:after {
    color: #eeeeee;
}

.tab_area ul li a span:after {
    content: "/";
    font: normal 24px/24px Helvetica, Arial;
    position: absolute;
    top: 19px;
    right: -4px;
    z-index: 2;
    pointer-events: none;
    display: none;
}

.custom-checkbox {
    /* width: 12px; */
}

ul {
    margin: 0px;
    padding: 0px;
}

/* ul li {
    list-style: none;
} */

.nav_tb {
    text-align: center;
    line-height: 0;
}

.nav.navbar-nav {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

.social_header_link ul li a {
    background: #234e7a;
    color: #fff;
    width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    border-radius: 50%;
}

.social_header_link {

    margin: 60px 0px;
    text-align: right;
}


.tab-heading-01.active-tab a {
    color: #ffffff !important;
    background: #9e7acd;
}

.main_section_area {
    background: #f2f2f2;
    padding: 30px 0px 12px;
}

ul.sub_menu {


    position: absolute;
    padding: 10px 0px;
    border: 0;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 9999999999;
    /* top: 122px; */
    list-style: none;
    position: relative;

}

.slider_down {

    left: 0;
    right: 0;
    background: #fff;
    transition: all 1s;
    z-index: 1;
    min-height: 260px;
    position: absolute;
    width: 1000px;
    display: none;
}

.slider_down::before {
    content: '';
    position: absolute;
    background: #fff;
}

/* .menu_list_details{
    width: 22%;
    position: absolute;
    left: 40%;
    top: -15%;
} */
.active_main .active {

    display: block;
}

.menu_list_detailside {
    left: 25%;
    top: -9%;
}

ul.sub_menu li a {
    display: block;
    padding: 15px 0px !important;
    line-height: 20px;
    text-decoration: none;
    color: #234e7a;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: .3s;
    font-weight: 600;
    text-decoration: none;
    width: auto;
}


/* .navbar-nav>li:hover .sub_menu {display: none;} */

.navbar-nav li i {
    margin-left: 3px;
    position: absolute;
    right: 2px;
    top: 48px;
    font-weight: 500;
    font-size: 16px;
    color: #9E7ACD;
}

.slider_down.active {
    display: block;
    transition: 0.6s linear;
}

/* header :end */


/* sidebar  */
#search_filters {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 1.75rem 2rem;
    border-radius: 4px;
    border: none;
    position: relative;
}


.tags_form .badge {
    border-radius: 4px;
    background-color: #999;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    padding: 4px 6px;
    cursor: pointer;
}


.tags_form_active {
    background-color: #35bfb3 !important;
}

.facet.clearfix .form-group {

    margin-bottom: 5px;
}

#search_filters h4 {
    color: #1c1c1c;
}

#search_filters .facet {
    clear: both;
    padding-top: .625rem;
    font-family: 'Open Sans', sans-serif;
}

#search_filters .facet .facet-title,
#search_filters h4 {
    color: #1c1c1c;
}

#search_filters .facet .facet-title {
    width: calc(100% - 30px);
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

#search_filters .facet .facet-title {
    color: #1c1c1c;
    text-transform: none !important;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}

#search_filters .facet .collapse {
    display: block;
}

#search_filters .facet .facet-label {
    width: 100%;
    text-align: left;
}

#search_filters .facet .facet-label {
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 3px 0;
}

#search_filters .facet .facet-label {
    margin-bottom: 0;
}

#search_filters .facet .facet-label .custom-checkbox,
body #search_filters .facet .facet-label .radio {
    top: -1px;
    margin-right: 5px;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: -7px;
    margin-right: 0;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    /* opacity: 0; */
    width: 1.25rem;
    height: auto;
    cursor: pointer;
    position: absolute;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

#search_filters .custom-checkbox input[type=checkbox]+span {
    margin-top: -1px;
}

.custom-checkbox input[type=checkbox]+span {
    margin-right: 4px;
    margin-top: 2px;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    transition: all .4s cubic-bezier(.36, .76, 0, .88);
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    color: #00c293;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: 0 -.1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #00c293;
    transition: all .4s cubic-bezier(.36, .76, 0, .88);
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

#search_filters h4 {
    font-size: 20px;
    width: 50%;
    /* background: #333; */
}

.facet ul li a {
    color: #333;
    font-weight: 600;
}

/* sidebar end */



.main_card_2 {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 1.75rem 2rem;
    border-radius: 4px;
    /* border: none; */
    /* min-height: 452px; */
}

.image_product {
    text-align: center;
}

.pr_content a {
    color: #fff;
    background: #9e7acd;
    width: 100%;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    border-radius: 0px 0px 4px 4px;
}

.middle_heaing h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}



.container .facet input[type="checkbox"] {
    /* position: absolute; */
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    width: 20px;
    height: 20px;
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    transition: all .4s cubic-bezier(.36, .76, 0, .88);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #234e7a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container input:checked~.checkmark:after {
    display: block;
}

.facet:after {
    /* left: 9px; */
    /* top: 5px; */
    /* width: 5px; */
    /* height: 10px; */
    /* border: solid white; */
    /* border-width: 0 3px 3px 0; */
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
}

.lbl {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    /* cursor: pointer; */
    /* font-size: 16px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 12px;
}

.tb_list ul {
    display: flex;

}

.tb_list ul .main_li {
    /* display: inline-block; */
    width: 37%;
    text-transform: uppercase;
    font-weight: 500;
    font-weight: 600;
    list-style: none;
}

.tb_list ul .main_li:first-child {
    /* display: inline-block; */
    width: 50%;
}

.tb_list .listing_length .main_li:last-child {
    width: 51px;
}

.facet ul li {
    list-style: none;
}

.tb_list {
    padding: 10px 0px;
}

.tb_list ul .main_li ul li {

    font-weight: 100;

    font-size: 12px;

    color: #7b6e6e;

    font-weight: 500;

}

.main_li .box_ul li {
    color: #9E7ACD !important;
}


.rec_list .main_li {
    width: 100% !important;
}

.right_box {
    background: #f2f2f2;
    border-radius: 0;
    /* min-height: 200px; */
    margin: 0px 0px;
    padding: 0px 0 10px;
    border-radius: 4px;
    text-align: center;
}

.rec_list ul li ul li {

    margin-top: 7px;
}

.img_pr1 img {
    width: 100%;
    min-height: 235px;
    max-height: 300px;
    border-radius: 4px 4px 0px 0px;
}

.rec_list {
    min-height: 75px;
    background: #f2f2f2;
    padding: 10px 0px !important;
}

.right_box a {
    color: #fff;
    background: #35bfb3;
    width: 80%;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    text-align: center;
    margin: auto;
    border-radius: 4px;
}

.rec_list .box_ul {
    margin-left: 35px;
    ;
}

/* .rec_list .box_ul li {
    list-style: disc;
} */

.tags_form ul .first {
    display: inline-block;
    width: 70%;
}

.tags_form .form-control {
    height: 30px;
}

/* .tags_form ul .first input{
    height: 24px;
} */
.tags_form ul .second {
    display: inline-block;
    width: 28%;
    position: relative;
}

.tags_form ul .second button {
    background: #35bfb3;
    border: 0;
    outline: oldlace;
    padding: 6.5px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    position: absolute;
    top: -21px;

}

/* .side_bar_width{

    padding: 0px 6px;
}
.contnt_bar_width{
    padding: 0px 6px;
} */
.clera_filter {

    position: absolute;

    right: 16px;

    top: 26px;

    background: #35bfb3;

    color: #fff;

    padding: 2px 6px;

    font-size: 12px;

    text-decoration: none;

    border-radius: 4px;

    font-weight: 500;
}

.contnt_bar_width .hading-crd {
    margin: 0px;
}

.contnt_bar_width .hading-crd span {
    background: #234e7a;
    color: #fff;
    padding: 6px 10px;
    width: 311px;
    display: block;
    border-radius: 5px 5px 0px 0px;
    font-weight: 600;
    font-size: 14px;


}

td,
tr {
    text-align: center;
}

.main_li hr {
    width: 100%;
    margin: 2px 0px;
    border-bottom: 1px solid #e0dddd;
}

.main_li .heading_rec {
    width: 100%;
    margin: 2px 0px;
}


.midddle_content h1 {
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 40px;
}

.midddle_content ul {
    margin-left: 30px;
    line-height: 18px;
}

.midddle_content ul li {
    list-style-type: disc;
    /* margin-top: 45px; */
}

.midddle_content p {
    margin: 8px 0px;
    line-height: 18px;
    text-align: justify;
}

.first .form-group {
    margin-bottom: 0px;
}




/* footer */
.footer-widget .footer_top_widget {
    border-bottom: 1px solid rgba(151, 161, 179, 0.1);
    margin-bottom: 46px;
    padding-bottom: 34px;
}

.footer-widget .footer_top_widget .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.footer-widget .footer_top_widget .footer-logo img {
    width: 250px;
    height: auto;
}

.footer-widget .footer_top_widget p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
}

.footer-widget.widget_nav_menu {
    margin-top: 5px;
}

.footer-widget.widget_nav_menu ul li {
    display: inline-block;
}

.footer-widget.widget_nav_menu ul li a {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #ffffff;
    line-height: 19px;
    /* margin: 0 24px; */
    font-weight: 500;
    text-decoration: none;
}

.nav-menu-desktop .sub-menu li a {
    font-weight: 600;
}

.copyright-inner {
    padding: 20px 0px;
    background-color: rgba(0, 0, 0, 0.82);
}

.copyright-inner .copyright-text {
    /* text-align: center; */
    font-size: 14px;
    letter-spacing: 0.28px;
    color: rgba(255, 255, 255, .99);
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
}

.copyright-inner .copyright-text a {
    font-size: 14px;
    letter-spacing: 0.42px;
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, .79);
    font-weight: normal;
}

.copyright-inner .copyright-text a i {
    color: var(--main-color-one);
    padding: 0 3px 0 5px;
}

.copyright-inner .copyright-text a span {
    position: relative;
}

.social-icon {
    margin-bottom: 0;
    padding-left: 0;
}

.social-icon li {
    display: inline-block;
    margin: 0 0px;
}

.social-icon li a {
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: rgba(255, 255, 255, .79);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* background: #fff; */
    font-size: 17px;
    margin-top: 3px;
}

.social-icon li a:hover {
    color: #0BB791;

}

.footer {

    padding: 0px 0px 0px;
}

/* footer end */
.not_found_product {
    text-align: center;
}

.not_found_product img {
    width: 30%;
}

.not_found_product {
    /* display: none; */
}

.pixel_title h4 {
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    margin: 0;
    background: #9e7acd;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px 4px 0px 0px;
}

.box_ul li {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* display: block; */
    text-overflow: ellipsis;
    word-wrap: break-word;
    /* overflow: hidden; */
    max-height: 3.6em;
    line-height: 14px;
    margin-right: 6px;

}

.midddle_content {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: auto;
}


.rating_star li {
    display: inline-block;
    margin-right: 5px;
}

.tags_form li span {
    cursor: pointer;
}

.tb_list .box_ul {
    display: block;
    list-style-image: url(../images/check.png);
    text-align: left;
}

.tb_list .box_ul li {
    text-transform: none;
}

.listing_length li {
    list-style: none;
}

.heading_hr {
    margin: 5px 5px 10px 0px;
}

.sub_menu.pages.active {
    display: block !important;
}

/* footer */
.btn-newsletter {
    float: left;
    color: inherit;
    position: relative;
    white-space: nowrap;
    border: 0;
    padding: 5px 22px;
    color: #ffffff !important;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 1px;
    height: 40px;
    text-transform: uppercase;
    -webkit-transition: border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s;
    transition: border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s;
    background-color: #0BB791 !important;
    font-size: 15px;
    font-weight: 900;
}

.btn-newsletter:hover {
    background-color: #234e7a;
    box-shadow: inset 0 0 0 120px rgba(0, 0, 0, .18)
}

.up_footer {
    padding: 36px 0px 25px 0px;
    background: #212121;
}

.footer_logo img {
    width: 100%;
}

.heading_footer_li {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, .99);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cat_footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.cat_footer ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .79);
    font-weight: normal;
}

.cat_footer ul li a:hover {
    color: #fff;
    color: #0BB791 !important;
}

.newsletter_heading input {

    height: 40px;

    border-radius: 1px;

    /* font-weight: 600; */
}

.cat_footer ul li {
    margin-bottom: 0.6em;
}

.cat_footer ul li span {
    display: block;
    border-color: rgba(255, 255, 255, .08);
    padding-bottom: 0.6em;
    display: block;
    border-bottom: 1px solid #eaecee;
    border-color: rgba(255, 255, 255, .08);
    font-size: 15px;
}

.navigation-fixed {
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    height: 55px;
}

.navigation-fixed ul li a {
    line-height: 20px;
    padding: 15px 35px;
}

/* falt */
.navigation-fixed ul {
    text-align: left;
}

.navigation-fixed .left_main {
    width: 548px;
}

/* falt end
 */
.btn-newsletter:focus {

    outline: 0;

    border: 0;
}

/* footer end */



/* ligio */
.logo_li img {
    width: 185px;
}

.right_0 li a {
    padding: 5px !important;
    line-height: 40px !important;

    padding-left: 0px;
    font-size: 13px;
}

.left_0 li a {
    padding-right: 0 !important;
    padding: 5px !important;
    line-height: 40px !important;

    font-size: 13px;
}

.logo_li {
    position: absolute;
    left: 19%;

    bottom: 0;
    top: 0;
}

.logo_li a {
    padding: 0px !important;
}

.social_ln ul {
    display: flex !important;
}

.social_ln ul li a {
    background: #234e7a;
    text-align: center;
    line-height: 7px !important;
    border-radius: 50%;
    position: relative;
    margin-right: 7px;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;

}

.social_ln {
    position: absolute;
    top: -30%;

    right: 34%;
}

.social_ln li a span {
    display: block;
    color: #fff;
    line-height: 32px;
}

.social_ln ul li:hover {
    display: inherit !important;
}

.social_ln ul li:hover a {
    color: #fff;
}

.copy_sym p {
    color: rgba(255, 255, 255, .99);
    font-size: 14px;
    font-weight: 600;
}

.left_main {
    width: 256px;
    text-align: left;
    float: right;
}

.navigation-fixed .logo_li {
    display: none;
}

.navigation-fixed .social_ln {
    display: none;
}











/* ligio end */
.header_deskt nav {
    text-align: center;
    width: 100%;
    background: #ffffff;
    padding: 0;
    margin: 0;
    /* height: 60px; */
    position: relative;
    height: 115px;



}

.header_deskt nav ul {
    background: #ffffff;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    /* position: relative; */

}


.header_deskt nav ul li {
    display: inline-block;
}


.header_deskt nav ul li a {
    color: #000;
    display: block;
    padding: 14px 15px;
    text-decoration: none;

    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

.header_deskt nav ul li a:hover {
    text-decoration: none;
    color: #2964d8;
}

.header_deskt nav ul li:hover {
    background: #fff;
}


.header_deskt nav ul li:hover>a {
    color: #2964d8;
}

.header_deskt nav ul li:hover>ul {
    display: block;
}

.header_deskt nav ul ul {
    background: #fff;
    padding: 0;
    text-align: center;
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;

    z-index: 9;
    width: 50%;
}

.header_deskt nav ul ul li {
    display: block;
}

.header_deskt li.abc {
    display: block;
}

.left_0 {
    left: 0px;
}

.left_0 li {
    text-align: left;
}

.right_0 {
    right: 0px;
}

.right_0 li {
    text-align: left;
}

.navigation-fixed ul ul {

    top: 50px !important;
}

.navbar-toggle .icon-bar {
    background: #050403;
}

.mobile_header.active {
    position: fixed;
}

.social_ln ul li a:hover {
    background-color: rgba(8, 65, 122, 0.69);
}

/* header new */
.header-top-area {
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    /* z-index: 9999; */
    /* -webkit-transition: all 0.4s ease-out; */
    /* transition: all 0.4s ease-out; */
    /* background-color: #3aafa9; */
    /* background: linear-gradient(to left, #FF9800 , #ff5722) !important; */
    /* height: 60px; */
    background: #fff;
}

.new_header .logo {
    padding-top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 10px 0px;
}

.logo a {
    /* display: block; */
    /* color: #00254a; */
    /* letter-spacing: 5px; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* border-bottom: 5px solid #FF9800; */
    /* width: 59%; */
    padding-bottom: 0px;
    margin-top: 0px;
}

.logo img {
    width: 193px !important;
    position: inherit;
}

.navigation-menu .navbar-nav>li {
    float: left;
    /* width: 50px; */
    padding: 0px 0px;
}

.navigation-menu .navbar-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 46px 14px;
    font-weight: 500;
    color: #35bfb3;
    letter-spacing: 0;
}

.navigation-menu .navbar-nav li a:hover {
    color: #9E7ACD;
}

/* header new end */


.header_deskt nav ul li {
    display: inline-block;
}

.solial_new li {
    display: inline-block;
}

.solial_new li a span {
    display: block;
    color: #ffffff;
}

.solial_new li a {
    text-align: center;
    border-radius: 50%;
    position: inherit;
    margin-right: 3px;
    width: 30px !important;
    height: 30px !important;
    text-decoration: none;
    display: block;
    background-color: #9e7acd;
    padding: .4em;
    font-size: 17px;
    line-height: 17px;
}

.padding_logo {
    padding-left: .5em;
    padding-right: .5em;
}

.center_link_data {
    float: right;
}

.solial_new {
    padding: 42px 0px;
}

.navigation-fixed .hidden_fixed_navbar {
    display: none;
}

.solial_new li a:hover {
    background-color: #ac94cc;
    background-color: #ac94cc;
}

.solial_new li a:hover span {
    color: #0BB791 !important;

}

.navigation-fixed .center_link_data {
    width: 100%;
}


@keyframes wpmmfadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.wpmmfadeInDown {
    animation-name: wpmmfadeInDown;
}

.wpmm-sticky.wpmm-sticky-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    animation-name: wpmmfadeInDown;
    animation-duration: 400ms;
}

.footer_box_input {
    margin-bottom: 1.41575em;
}

.copyright-inner .copyright-text a:hover {
    color: #0BB791;
}

.navigation-menu .navbar-nav .dropdown {
    display: inline-block;
    position: relative;
}

.navigation-menu .navbar-nav>li .dropdown-content {
    width: 220px;
}

.navigation-menu .navbar-nav>li .dropdown-content a {
    padding: 10px;
    color: rgba(0, 0, 0, .55) !important;
    text-align: left;
    font-weight: 500;
}

.navigation-menu .navbar-nav>li .dropdown-content a:hover {
    background: rgb(251, 251, 251);
    color: #0BB791 !important;
}

/* .dropdown-content {
    position: absolute;
    top: 175px;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .1), 0 4px 15px 0 rgba(0, 0, 0, .1);
    text-align: left;
    border-radius: 2px;
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;

} */
.dropdown-content {
    position: absolute;
    top: 175px;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .1), 0 4px 15px 0 rgba(0, 0, 0, .1);
    text-align: left;
    border-radius: 2px;
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
    transform: translateY(40px);
    /* visibility: hidden; */
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* 
.dropdown:hover .dropdown-content {
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .5s ease;
    z-index: 99;
    overflow: hidden;
    display: block;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    top: 35px;
    margin: 0;
    padding: 0;
} */
.dropdown:hover .dropdown-content {
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .5s ease;
    z-index: 99;
    overflow: hidden;
    display: block;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    top: 35px;
    margin: 0;
    padding: 0;
    transform: translateY(3);
    overflow: initial;
    visibility: visible;
    opacity: 1;
    height: auto;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.smoth-scroll.home-1.mobile_bottoM-border_1 {
    color: #9E7ACD;
}

.rzslider .rz-pointer {
    background-color: #35bfb3 !important;
}

.rzslider .rz-selection {
    background: #35bfb3 !important;
}