@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap');

@media screen and (min-width: 1200px) {
    .container, .page-main {
        max-width: 1530px !important;
    }
}

body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

a, button {
    outline: none;
}

/*li {*/
/*    list-style: none*/
/*}*/

a {
    transition: 0.45s
}

.no_padd {
    padding: 0px
}

.padd_l_15 {
    padding-left: 15px
}

.padd_l_0 {
    padding-left: 0px
}

.padd_r_15 {
    padding-right: 15px
}

.padd_r_0 {
    padding-right: 0px
}

.padd_t_b_80 {
    padding: 80px 0px
}

.padd_t_80 {
    padding-top: 80px
}

.padd_b_80 {
    padding-bottom: 80px
}

.padd_t_b_70 {
    padding: 70px 0px
}

.padd_t_70 {
    padding-top: 70px
}

.padd_b_70 {
    padding-bottom: 70px
}


.padd_t_60,
footer .footer_top {
    padding-top: 60px
}

.padd_b_60,
.abou_area,
footer .footer_top {
    padding-bottom: 60px
}

.padd_t_b_50,
footer .news_letter {
    padding: 50px 0px 30px 0;
}

.padd_t_50 {
    padding-top: 50px
}

.padd_b_50 {
    padding-bottom: 50px
}

.padd_t_b_40 {
    padding: 40px 0px
}

.padd_t_40 {
    padding-top: 40px
}

.padd_b_40 {
    padding-bottom: 40px
}

.padd_t_b_30 {
    padding: 30px 0px
}

.padd_t_30 {
    padding-top: 30px
}

.padd_b_30 {
    padding-bottom: 30px
}

.padd_b_20 {
    padding-bottom: 20px !important
}

.no_mg {
    margin: 0px
}

.mg_l_15 {
    margin-left: 15px
}

.mg_l_0 {
    margin-left: 0px
}

.mg_r_15 {
    margin-right: 15px
}

.mg_r_0 {
    margin-right: 0px
}

.mg_t_b_80 {
    margin: 80px 0px
}

.mg_t_80 {
    margin-top: 80px
}

.mg_b_80 {
    margin-bottom: 80px
}

.mg_t_b_70 {
    margin: 70px 0px
}

.mg_t_70 {
    margin-top: 70px
}

.mg_b_70 {
    margin-bottom: 70px
}

.mg_t_b_60 {
    margin: 60px 0px
}

.mg_t_60 {
    margin-top: 60px
}

.mg_b_60 {
    margin-bottom: 60px
}

.mg_t_b_50 {
    margin: 50px 0px
}

.mg_t_50 {
    margin-top: 50px
}

.mg_b_50 {
    margin-bottom: 50px
}

.mg_t_b_40 {
    margin: 40px 0px
}

.mg_t_40 {
    margin-top: 40px
}

.mg_b_40 {
    margin-bottom: 40px
}

.mg_t_b_30 {
    margin: 30px 0px
}

.mg_t_30 {
    margin-top: 30px
}

.mg_b_30 {
    margin-bottom: 30px
}

.header-style {
    font-size: 30px;
    color: #00000099;
    text-transform: uppercase;
    font-weight: 700
}

.site-text {
    font-size: 14px;
    color: #00000099;
    line-height: 28px
}

.leader_s .owl-carousel .owl-dots.disabled,
.leader_s .owl-carousel .owl-nav.disabled {
    display: block
}

.leader_s .owl-prev {
    position: absolute;
    top: 35%;
    transform: translateY(0%);
    left: 0px
}

.leader_s .owl-prev i, .leader_s .owl-next i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 21px;
    text-align: center;
    color: #cccccc;
    background: #fff;
    border: none;
    transition: 0.45s;
    border-radius: 5px;
}

.leader_s .owl-prev i:hover {
    background: #47a5e0;
    border-color: #47a5e0;
    color: #fff
}

.leader_s .owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(0%);
    right: 0px
}


.leader_s .owl-next i:hover {
    background: #47a5e0;
    border-color: #47a5e0;
    color: #fff
}

.feature_pro .owl-carousel .owl-dots.disabled,
.feature_pro .owl-carousel .owl-nav.disabled {
    display: block
}

.feature_pro .owl-prev {
    top: 50%;
    position: absolute;
    left: -356px
}

.feature_pro .owl-prev i {
    display: block;
    width: 46px;
    height: 46px;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #1b1b1b;
    transition: 0.45s ease-in-out;
    border-radius: 5px;
    border: 0px solid #e60012
}

.feature_pro .owl-prev i:hover {
    background: #47a5e0;
    color: #fff;
    border-color: #000
}

.feature_pro .owl-next {
    position: absolute;
    top: 210px;
    left: -300px
}

.feature_pro .owl-next i {
    display: block;
    width: 46px;
    height: 46px;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #1b1b1b;
    transition: 0.45s ease-in-out;
    border-radius: 5px;
    border: 0px solid #e60012
}

.feature_pro .owl-next i:hover {
    background: #47a5e0;
    color: #fff;
    border-color: #000
}

.gallery_area .owl-carousel .owl-dots.disabled,
.gallery_area .owl-carousel .owl-nav.disabled {
    display: none
}

.c_slider_2 .item {
    padding: 0px 15px
}

header .top_bar {
    background-color: #842a75
}

header .top_bar .top_bar_left {
    display: inline-block
}

header .top_bar .top_bar_left ul {
    margin: 0 01 0px 0;
    padding: 0;
}

header .top_bar .top_bar_left ul li {
    padding-right: 10px;
    border-right: 1px solid #ffffff;
    margin: 10px 10px 0 0;
    display: inline-block;
}

header .top_bar .top_bar_left ul li:last-child {
    border: none;
}

header .top_bar .top_bar_left ul li .call_top {
    color: #fff;
    font-size: 17px;
    display: inline-block
}

header .top_bar .top_bar_left ul li .call_top span {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 500;
}

header .top_bar .top_bar_left ul li .call_top:hover {
    color: #47a5e0
}

header .top_bar .top_bar_social {
    margin-left: 10px;
    display: inline-block;
    line-height: 49px
}

header .top_bar .top_bar_social ul li {
    display: inline-block;
    margin-right: 10px
}

header .top_bar .top_bar_social ul li a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: white;
    color: #47a5e0;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

header .top_bar .top_bar_social ul li a:hover {
    background-color: #000;
    color: #fff
}

header .top_bar .top_bar_right {
    text-align: right;
    float: right;
}

.socil {
    padding: 0;
    margin: 0 !important;
    border: none !important;
}

.socil a {
    padding: 0 !important;
    margin: 0 !important;
}

.socil a i {
    font-size: 16px;
}

header .top_bar .top_bar_right ul li {
    display: inline-block
}

header .top_bar .top_bar_right ul li a {
    padding-right: 15px;
    display: inline-block;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 500;
}

header .top_bar .top_bar_right ul li a i {
    padding: 0 7px 0 0;
}

header .top_bar .top_bar_right ul li a:hover {
    color: #47a5e0
}

header .top_bar .top_bar_right ul li .mob_serch {
    font-size: 17px;
    padding-right: 0;
    line-height: 49px
}

header .top_bar .top_bar_right ul li form {
    position: relative
}

header .top_bar .top_bar_right ul li form input {
    width: 200px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 14px;
    transition: 0.45s;
    outline: none;
    height: 49px;
    padding-left: 10px
}

header .top_bar .top_bar_right ul li form input:focus {
    width: 250px;
    background: rgba(0, 0, 0, 0.2)
}

header .top_bar .top_bar_right ul li form button {
    background: none;
    border: 0px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    transition: 0.45s
}

header .top_bar .top_bar_right ul li form button:hover {
    color: #000
}

header .top_logo_bar .top_logo {
    padding: 5px 0px
}

header .top_logo_bar .top_logo img {
    /*width: 350px*/
}

header .top_logo_bar .main_navigation {
    position: relative;
    text-align: left
}

header .top_logo_bar .nav_win {
    padding: 0px 0px;
    display: inline-block
}

header .top_logo_bar .nav_win .main_navs {
    position: relative
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li {
    display: inline-block;
    position: relative;
    transition: 0.45s all;
    margin: 0;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li.parent:hover ul.submenu {
    display: block;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li ul.submenu {
    position: absolute;
    z-index: 9;
    background-color: #f6f6f6;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
    display: none;
    min-width: 250px;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li ul.submenu li {
    display: block;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
    font-weight: 600;
    font-style: normal;
    color: #842a75;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 12px 24px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a span {
    padding-left: 0px
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li:hover a {
    color: #fff;
    background: #47a5e0;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li:hover ul.submenu {
    /*     display:block; */
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li:hover ul.submenu li {

}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li:hover ul.submenu li a {
    font-weight: 600;
    font-style: normal;
    color: #842a75;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 12px 22px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100%;
    background-color: #fff;
}

header .top_logo_bar .nav_win .main_navs .top_nav_items ul li:hover ul.submenu li a:hover {
    background-color: #47a5e0;
    color: #fff;
}

header .top_logo_bar .contact_btn {
    display: inline-block;
    padding-left: 30px
}

header .top_logo_bar .contact_btn a {
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    position: relative;
    background-color: #ec0e0e;
    padding: 6px 10px;
    text-transform: uppercase;
    text-decoration: none !important
}

header .top_logo_bar .contact_btn a:hover {
    background-color: #000
}

header .top_logo_bar .top_nav_items ul li a i {
    font-size: 14px
}

header .top_logo_bar .top_nav_items ul li:hover {
    color: #0f763f
}

header .top_logo_bar .top_nav_items ul li:hover a {
    color: #0f763f
}

header .top_logo_bar .top_nav_items ul li ul.l2_ul {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    display: none;
    width: 221px;
    z-index: 999;
    background: #eff3f6;
    border: 0px solid #e4e4e4;
    padding: 0px 0px 0px 0px;
    border-bottom: 0px
}

header .top_logo_bar .top_nav_items ul li ul.l2_ul li.l2_li {
    display: block;
    text-align: left;
    width: 100%;
    background: transparent;
    transition: 0s;
    border-bottom: 1px solid #d2d2d2;
    position: relative
}

header .top_logo_bar .top_nav_items ul li ul.l2_ul li.l2_li:after {
    display: none
}

header .top_logo_bar .top_nav_items ul li ul.l2_ul li.l2_li a {
    display: block;
    text-align: left;
    width: 100%;
    color: #000 !important;
    background: transparent;
    position: relative;
    font-size: 14px;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px
}

header .top_logo_bar .top_nav_items ul li ul.l2_ul li.l2_li:hover {
    color: #47a5e0 !important;
    border-color: #47a5e0 !important
}

header .top_logo_bar .top_nav_items ul li ul.l2_ul li.l2_li:hover a {
    color: #47a5e0 !important
}


.main_seacrh {
    position: relative;
    margin: 32px 0 0 0;
    box-shadow: 3px 4px 2px #00000024;
    width: 67%;
    float: left;
}

.main_seacrh .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #545454;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid #ebebeb;
}

.btn-1 {
    border: none !important;
    position: absolute;
    right: 5px;
    top: 6px;
    outline: none !important;
    color: #000;
    padding: 4px 15px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    background: none !important;
    box-shadow: none !important;
}

.btn-1:hover {
}

.addcart {
    box-shadow: 0px 0px 0px #00000024;
    margin: 32px 00px 0 0px;
    border: 1px solid #ebebeb;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    float: right;
    padding: 0 10px 0 0;
    /* width: 100%; */
}

.addcart ul {
    padding: 0;
    display: flex;
}

.addcart ul li {
    list-style: none;
    display: block;
    padding: 0 4px 0 0;
}

.addcart .minicart-wrapper .action.showcart { /* line-height: 49px; */
}

.addcart .minicart-wrapper .action.showcart:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f290";
    padding: 14px 15px;
    background: #47a5e0;
    color: #FFFFFF !important;
    font-size: 21px;
    margin: 0 5px 0 0;
}

.addcart span.counter-label {
    display: inline-block;
    clear: none !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    background: transparent;
}

.minicart-wrapper .action.showcart .counter.qty.empty span.counter-number {
    display: block;
    text-shadow: none !important;
}

.minicart-wrapper .action.showcart .counter.qty.empty span.counter-number:after {
    content: ' Item(s)';
}

.addcart i {
    padding: 14px 15px;
    background: #47a5e0;
    color: #FFFFFF;
    font-size: 21px;
    margin: 0 5px 0 0;
}

.menubg {
    background: #f6f6f6;
}


.check-text {
    text-align: center;
    position: relative;
    margin: -35px 0 0 0;
    z-index: 999;
}

.check-text p {
    background: #842a75;
    display: inline-block;
    padding: 20px 50px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.abou_area {
    background: #f2f4f4;
    float: left;
    width: 100%
}

.abou_area .main_ab_home {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%
}

.abou_area .main_ab_home .col_5 {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    padding: 0px 0px 0 35px;
    align-items: center;
    justify-content: center
}

.abou_area .main_ab_home .col_7 {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 35px 0px 0px;
    justify-content: center
}

.abou_area .home_abot_text {
    text-align: left
}

.abou_area .home_abot_text h2 {
    position: relative;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.8)
}

.abou_area .home_abot_text h3 {
    font-family: 'Rajdhani', sans-serif;;
    line-height: 30px;
    font-style: normal;
    font-size: 21px;
    margin-bottom: 12px
}

.abou_area .home_abot_text p {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    margin-bottom: 12px
}

.abou_area .home_abot_text a {
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-family: 'Rajdhani', sans-serif;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: 500;
    margin-top: 12px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block
}

.abou_area .home_abot_text a:hover {
    background: #47a5e0;
    color: #fff
}

.main_categories {
}

.main_categories .cat_haead {
    text-align: center
}

.main_categories .cat_haead h2 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 36px;
    font-size: 32px;
    margin-bottom: 15px
}

.main_categories .cat_haead h2 span {
    color: white
}

.main_categories .cat_haead p {
    font-family: 'Rajdhani', sans-serif;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    font-size: 21px
}

.main_categories .cat_inner {
    overflow: hidden;
    margin-top: 25px;
    position: relative
}

.main_categories .cat_inner img {
    transition: 0.45s
}

.main_categories .cat_inner a {
    display: block;
}

.main_categories .cat_inner h2 {
    cursor: pointer;
    position: absolute;
    background: #842a75;
    color: #fff;
    bottom: 0%;
    transform: translateY(-30%);
    left: 15px;
    right: 15px;
    transition: 0.45s;
    font-size: 30px;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;
}

.ph-btn {
    position: absolute;
    bottom: 0%;
    transform: translateY(-30%);
    left: 28%;
}

.ph-btn a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.ph-btn p {
    background: #842a75;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px 25px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    margin: 0 10px;
    float: left;
    letter-spacing: 1px;
}

.main_categories .cat_inner p:hover {
    background: #47a5e0;
}

.main_categories .cat_inner:hover img {
    transform: scale(1.1)
}

.main_categories .cat_inner:hover h2 {
    bottom: 40%;
    visibility: visible
}

.feature_product .feat_hed {
    text-align: center
}

.feature_product .feat_hed h2 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 36px;
    font-size: 32px;
    margin-bottom: 15px
}

.feature_product .feat_hed h2 span {
    color: #47a5e0
}

.feature_product .feat_hed p {
    font-family: 'Rajdhani', sans-serif;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    font-size: 21px

}

.pro_inner {
    border: 1px solid #c1c1c1;
    transition: 0.45s;
    margin-top: 30px
}

.pro_inner .pro_img {
    overflow: hidden
}

.pro_inner .pro_img img {
    transition: 0.45s
}

.pro_inner .pro_name {
    padding: 12px 10px
}

.pro_inner .pro_name p {
    font-size: 18px;
    font-weight: 600;
    transition: 0.45s;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pro_inner:hover {
    border-color: #47a5e0
}

.pro_inner:hover .pro_img img {
    transform: scale(1.1)
}

.pro_inner:hover .pro_name p {
    color: #47a5e0
}

.feature_btn {
    text-align: center
}

.feature_btn a {
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-family: 'Rajdhani', sans-serif;
    background: #47a5e0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 60px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block
}

.feature_btn a:hover {
    background-color: #0f763f
}

.midd_services {
    background-color: #fafafa
}

.midd_services .link_in .location .media-left {
    vertical-align: middle;
    padding-right: 10px
}

.midd_services .link_in .location .media-left span img {
    max-width: initial;
    width: initial !important
}

.midd_services .link_in .location .media-body {
    font-family: 'Rajdhani', sans-serif;
    vertical-align: middle;
    width: auto
}

.midd_services .link_in .location .media-body p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px
}

.leader_ship {
    position: relative;
    width: 100%;
}

.leader_ship .feat_hed {
    text-align: center;
    padding: 43px 0 0 0;
}

.leader_ship .feat_hed h2 {
    line-height: 36px;
    font-size: 50px;
    margin-bottom: 15px;
    font-family: 'Rajdhani', sans-serif;
    color: #842a75;
    font-weight: bold;
    margin-top: 2.5rem;
}

.leader_ship .feat_hed h2:before {
    content: "";
    width: 33%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 85px;
}

.leader_ship .feat_hed h2:after {
    content: "";
    width: 33%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 85px;
}

.ftur-pro {
    margin: 0 0 20px 0;
}

.ftur-pro .feat_hed h2:before {
    content: "";
    width: 28%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 85px;
}

.ftur-pro .feat_hed h2:after {
    content: "";
    width: 28%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 85px;
}

.catename {
    position: relative;
    margin: 70px 0 0 0;

}

.catename h2 {
    line-height: 36px;
    font-size: 50px;
    margin-bottom: 15px;
    font-family: 'Rajdhani', sans-serif;
    color: #842a75;
    font-weight: bold;
    text-align: center
}

.catename h2:before {
    content: "";
    width: 35%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 15px;
}

.catename h2:after {
    content: "";
    width: 35%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 15px;
}


.leader_ship .feat_hed p {
    font-family: 'Rajdhani', sans-serif;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    font-size: 21px
}

.leader_ship .leader_s .laeader_inner {
    margin-top: 0;
    transition: 0.45s;
    margin-bottom: 80px;
}

.leader_ship .leader_s .laeader_inner .leader_img {
    overflow: hidden
}

.leader_ship .leader_s .laeader_inner .leader_img img {
    transition: 0.45s
}

.leader_ship .leader_s .laeader_inner .actions-primary {
    display: block;
}

.leader_ship .leader_s .laeader_inner .leader_name {
    text-align: center;
    padding: 20px 10px
}

.leader_ship .leader_s .laeader_inner .leader_name h2 {
    color: #16324f;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 12px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    padding: 0 5px;
    min-height: 48px;
}

.leader_ship .leader_s .laeader_inner .price-box.price-final_price, .leader_ship .leader_s .laeader_inner .price-box.price-final_price span {
    color: #f0534a;
    font-size: 20px !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
}

.leader_ship .leader_s .laeader_inner .leader_name a,
.leader_ship .leader_s .laeader_inner .leader_name button,
.leader_ship .leader_s .laeader_inner .leader_name a.add-to-car{
    color: #842a75;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    border: 2px solid #842a75;
    padding: 8px 0px;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    float: left;
    background: #fff;
    width: 100%;
    transition: all 0.5s ease;
}


.leader_ship .leader_s .laeader_inner:hover .leader_name a,
.leader_ship .leader_s .laeader_inner:hover .leader_name button,
.leader_ship .leader_s .laeader_inner:hover .leader_name a.add-to-car{
    background: #842a75;
    color: #FFFFFF;

}

.leader_ship .leader_s .laeader_inner p {
    color: #47a5e0;
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
}

.leader_ship .leader_s .laeader_inner:hover {
    border-color: #47a5e0
}

.certificates {
    background: #47a5e0;
    opacity: 0.9
}

.certificates ul {
    display: flex
}

.certificates ul li {
    flex: 0 0 16.666667%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 16.666667%;
    padding: 20px 0px
}

.certificates ul li img {
    font-family: 'Rajdhani', sans-serif;
    width: 61%;
    opacity: 0.7;
    transition: 0.45s
}

.certificates ul li:hover img {
    transform: scale(1.1)
}

footer {
    background: #f5f5f5;
}

footer .footer_t {
    background-color: #47a5e0;
    margin: 0px 0 0 0;
}

footer .footer_top .footer_top_inner .footer_about p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 24px
}

.footer_top_inner {
    border-right: 1px solid #e2e2e2;
}

footer .footer_top .footer_top_inner .footer_about a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-family: 'Rajdhani', sans-serif;
    background: #47a5e0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block
}

footer .footer_top .footer_top_inner .footer_about a:hover {
    background: #0f763f
}

footer .footer_top .footer_top_inner .footer_about img {
    margin-top: 30px
}

footer .footer_top .footer_top_inner .footer_haead h5 {
    font-size: 26px;
    color: #842a75;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 24px;
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

footer .footer_top .footer_top_inner .footer_material ul {
    padding: 0;
}

footer .footer_top .footer_top_inner .footer_material ul li {
    list-style: none;
}

footer .footer_top .footer_top_inner .footer_material ul li i {
    padding: 0 10px 0 0;
}

footer .footer_top .footer_top_inner .footer_material p {
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: 99.999%;
    letter-spacing: 0px;
}

footer .footer_top .footer_top_inner .footer_material p a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

footer .footer_top .footer_top_inner .footer_material ul li a {
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: 99.999%;
    letter-spacing: 0px;
}

footer .footer_top .footer_top_inner .footer_material ul li a:hover {
    color: #47a5e0;
    border-color: #47a5e0
}

footer .footer_top .footer_top_inner .footer_material ul li:first-child a {
    padding-top: 0px
}

footer .footer_top .footer_top_inner .footer_inside .location {
    padding-bottom: 15px
}

footer .footer_top .footer_top_inner .footer_inside .footer_social {
    margin-top: 15px
}

footer .footer_top .footer_top_inner .footer_inside .footer_social ul li {
    display: inline-block;
    margin-right: 10px
}

footer .footer_top .footer_top_inner .footer_inside .footer_social ul li p {
    font-size: 15px;
    list-style: 24px;
    color: rgba(255, 255, 255, 0.8)
}

footer .footer_top .footer_top_inner .footer_inside .footer_social ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: white;
    color: #0a0a0a;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

footer .footer_top .footer_top_inner .footer_inside .footer_social ul li a:hover {
    background-color: #47a5e0;
    color: white
}

footer .footer_top .footer_top_inner .footer_inside .media-left {
    padding-right: 10px
}

footer .footer_top .footer_top_inner .footer_inside .media-left span {
    color: #47a5e0;
    font-size: 20px
}

footer .footer_top .footer_top_inner .footer_inside .media-body h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 24px;
    font-family: 'Rajdhani', sans-serif;;
    font-weight: 700;
    padding-bottom: 2px
}

footer .footer_top .footer_top_inner .footer_inside .media-body p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 24px;
    font-family: 'Rajdhani', sans-serif;;
}

footer .footer_top .footer_top_inner .footer_inside .media-body a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    transition: 0.45s;
    font-family: 'Rajdhani', sans-serif;;
}

footer .footer_top .footer_top_inner .footer_inside .media-body a:hover {
    color: #47a5e0;
}

footer .footer_top .pad_l_20 {
    padding-left: 20px
}

footer .news_letter .news_header img {
    float: left;
    padding: 0 20px 0 0;
}

footer .news_letter .news_header h6 {
    font-size: 45px;
    color: #fff;
    padding: 0px;
    display: initial;
    text-transform: uppercase;
    line-height: 45px;
    font-family: 'Rajdhani', sans-serif;;
    font-weight: 700;
}

footer .news_letter .news_header p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

footer .news_letter .news_letter_f ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .news_letter .news_letter_f ul li input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: 0px;
    border-radius: 2px;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
    outline: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
}

footer .news_letter .news_letter_f ul li button {
    text-transform: uppercase;
    border: none;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    background: #842a75;
    transition: 0.45s;
    border-radius: 0px;
    position: absolute;
    top: 1px;
    right: 1px;
    outline: none;
    font-weight: 500;
    padding: 14px 30px;
    font-family: 'Rajdhani', sans-serif;
    box-shadow: none;
}

footer .news_letter .news_letter_f ul li button:hover {
    background-color: #000;
    color: #fff
}

footer .copy_in {
    padding: 15px 0px 15px 0;
    background-color: #842a75;
}

footer .copy_in p {
    color: #fff;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}

footer .copy_in p span {
    color: #fff;
    padding: 0 0 0 50px;
}

footer .copy_in p a {
    color: #FFFFFF;
}

footer .copy_in span {
    color: #d7d7d7;
    transition: 0.45s
}

footer .copy_in h4 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    display: inline-block;
    float: right;
    font-family: 'Rajdhani', sans-serif;;
    font-weight: 400
}

footer .copy_in h4 a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.45s;
    padding-left: 3px;
    font-weight: 400
}

footer .copy_in h4 a:hover span {
    color: #47a5e0
}

.mobile_menus {
    display: none !important
}

#mySidenav {
    display: none
}

#mySidenav ul {
    padding: 0;
}

#mySidenav ul li {
    display: block;
}

#mySidenav ul li a {
    font-weight: 700;
}

#mySidenav ul li.parent ul.submenu {
    display: none;
}

#mySidenav ul li.parent a:after {
    content: '\f107';
    color: #47a5e0;
    font-family: FontAwesome;
    font-weight: bold;
    float: right;
    font-size: 20px;
    margin-left: 0px;
    line-height: 25px;
    transition: 0.4s;
    margin-right: 2px;
    transition: 0.4s;
    -webkit-transition: all 0.45s all;
}

#mySidenav ul li.open-it ul.submenu {
    display: block;
    padding-left: 20px;
}

#mySidenav ul li.open-it ul.submenu li a:after {
    display: none;
}

#mySidenav ul li ul.submenu li a {

}

.info {
    padding: 10px 0 30px 0;
}

.abt-bg {
    background: #842a75;
    padding: 30px 0;
    margin: 30px 0;
}

.abt-bg h2 {
    color: #FFFFFF;
    font-family: 'Rajdhani', sans-serif;;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 20px;
}

.abt-bg p {
    color: #FFFFFF;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
}

.abt-img {
    margin: 100px 0 0 0;
}

.dropdown .btn2 {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.dropdown-menu.show {
    display: block;
    background: #47a5e0;
}

.dropdown-menu.show li {
    border: none !important;
    width: 100%;
    padding: 5px 0;
}

.dropdown-menu.show li:hover {
    background: #842a75;
    color: #FFFFFF;
}


.about-bg {
    text-align: center;
    padding: 20px 0;
}

.about-bg h2 {
    font-weight: 800;
    color: #842a75;
    font-size: 45px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

.about-img {
    float: right;
    width: 42%;
}

.about-bg p {
    font-weight: 600;
    color: #842a75;
    font-size: 22px;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
    line-height: 40px;
}

.about-bg2 {
    background: #f5f5f5;
    text-align: center;

}

.about-bg2 h2 {
    font-weight: 800;
    color: #842a75;
    font-size: 45px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

.about-bg2 p {
    font-weight: 600;
    color: #842a75;
    font-size: 22px;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
    line-height: 40px;
}

.leader_s2 {
    margin: 0 0 80px 0;
}


/*About us*/
.abtpage-bg {
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
}

.abtpage-bg h3 {
    color: #153a5e;
    font-family: 'Rajdhani', sans-serif;
    padding: 25px 0;
    font-weight: bold;
    font-size: 55px;
    text-transform: uppercase;
}

.abtpage-bg p {
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    padding: 0px 0;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 40px 0;
    line-height: 30px;
}

.abtpage-bg li {
    padding: 10px;
    float: left;
}

.abtpage-bg li a {
    color: #FFFFFF;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
}

.abtpage-bg li a i {
    padding: 0 5px;
    font-size: 10px;
}

.propage {
    background: none;

}

.propage li {
    padding: 10px;
    float: left;
}

.propage li a {
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
}

.propage li a i {
    padding: 0 5px;
    font-size: 10px;
}

.about-text {
    clear: both;
}

.about-text h3 {
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    padding: 0px 0;
    font-weight: 700;
    font-size: 40px;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.about-text p {
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.about-text2 h3 {
    color: #262d37;
    font-family: 'Rajdhani', sans-serif;
    padding: 0px 0;
    font-weight: 700;
    font-size: 40px;
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
}

.about-text2 p {
    color: #262d37;
    font-family: 'Rajdhani', sans-serif;
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.about-text3 h3 {
    color: #262d37;
    font-family: 'Rajdhani', sans-serif;
    padding: 0px 0;
    font-weight: 700;
    font-size: 40px;
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
}

.about-text3 p {
    color: #262d37;
    font-family: 'Rajdhani', sans-serif;
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}


.c_slider_3 {
}

.c_slider_3 .item {
    padding: 0px 10px;
}

.join_pro2 {
    border: 1px solid #e8e8e8;
    position: relative;
    margin-top: 10px;
}

.join_pro2 .join_img2 {
}

.join_pro2 .join_img2 img {
}

.join_pro2 .join_pro_name2 {
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    line-height: 21px;
    padding-top: 10px;
    transition: 0.45s;
}

.join_pro2 .join_add_to2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: 0.45s;
    top: 0%;
    background: #00000070;
    text-align: center;
    margin: 0 auto;
}

.join_pro2 .join_add_to2 ul li {
    float: none;
}

.join_pro2 .join_add_to2 ul li a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.45s;
    padding: 10px 16px;
}

.join_pro2 .join_add_to2 ul li a i {
    text-align: center;
    margin: 0 auto;
    float: none;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 45px;
}

.join_pro2 .join_add_to2 ul li a span {
}

.join_pro2 .join_add_to2 ul li a span img {
    display: inline-block;
    padding-right: 10px;
    width: auto;
}

.join_pro2 .join_add_to2 ul li:last-child a {
}


.join_pro2 .join_add_to2 ul li a:hover {
}

.join_pro2 .join_add_to2 ul li:last-child a:hover {
}


.join_pro2:hover {
    border-color: transparent;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.join_pro2:hover .join_pro_name2 {
    padding-top: 0px;
}

.join_pro2:hover .join_start2 {
    display: none;
}

.join_pro2:hover .join_add_to2 {
    transform: scale(1);
}

.join_pro2:hover .join_price2 {
    padding-bottom: 31px;
}


.centertext-2 {
    text-align: center;


}

.centertext-2 h3 {
    color: #153a5e;
    font-size: 40px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    margin: 50px 0 20px 0;
    font-weight: bold;
}

.centertext-2 h3 span {
    color: #000000;
}

.centertext-2 h4 {
    color: #ec0000;
    font-size: 13px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    background: url(../images/made-bg1.png) center center no-repeat;
    margin: 8px 0 0 0px;
    letter-spacing: 2px;
}


/*string*/
.string-cat {
    margin: 35px 0;
}

.string-cat h5 {
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    margin: 15px 0 0 0;
    color: #000000;
}

.string-abt {
    background: #fafafa;
    clear: both;
    padding: 25px 0;
}

.string-abt p {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}


/*products*/


h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.panel {
    background: #212132 !important;
}

.panel-heading {
    background: #212133 !important;
}

.panel-group {
    border: 1px solid #c0c0c0;
}

.category-products .panel-default .panel-heading {
    background-color: #fff !important;
    border: none;
    color: #000;
    padding: 7px 10px;
    border-radius: 0;
}

.pro {
    margin: 30px 0 0 0;
}

.panel-heading {
    transition: all 0.3s;
}

.category-products .panel-default .panel-heading:hover {
    background: #153a5e !important;
    color: #FFFFFF !important;
}

.panel-body {
    padding: 0;
    margin: 0;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
}

.category-products .panel-default .panel-heading .panel-title a:hover {
    color: #FFFFFF;
}

.left-sidebar h2, .brands_products h2 {
    margin-bottom: 0;
    background: #842a75;
    color: #FFFFFF;
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.left-sidebar h2 i {
    float: left;
    margin: 3px 10px 0 0;
    font-size: 20px;
}

.panel-title a span {
    padding: 0 10px 0 0;
    font-size: 14px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
}

.left-menu .panel-body ul li {
    font-weight: normal;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    text-decoration: none;
    background: #e0e0e0;
}

.left-menu .panel-body ul li a {
    color: #000;
    font-weight: normal;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    padding: 4px 30px;
    border-bottom: 1px solid #d3d3d3;
    display: block;
}

.left-menu .panel-body ul li a:hover {
    color: #fff;
}

.left-menu .panel-body ul li:hover {
    background: #e40000 !important;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 0px;
    margin: 0;
}


.panel-body ul li a {
    color: #696763;
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.pric2 {
    width: 30%;
    float: left;
    height: 32px;
    border: none;
    margin: 0 0 0 5px;
}

.searchform {
    background: #781586;
    color: #FFF !important;
    padding: 5px 8px;
    text-transform: uppercase;
    float: left;
    margin: 0 10px;
}

.panel-group .panel + .panel {
    margin: 0 !important;
}

.u-p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 0;
    background: #f8f8f8;
}

.sort {
    float: left;
    width: 55%;
}

.sort1 {
    float: left;
    width: 100%;
}

.sort1 h2 span {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0;
    float: right;
    padding: 0 15px;
    font-weight: 300;
}

.sort h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0;
    font-weight: 300;
    padding: 15px 0;
}

.prod_detail {
    width: 64%;
    margin: 0 0px 0px 10px;
    background: none;
}

.sort1 h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 15px 0;
    font-weight: 300;
}

.sort1 p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0;
    float: left;
    font-weight: 300;
    padding: 15px 25px 0 0;

}

.prod_detail_1 {
    margin: 0 5px 0px 5px;
    background: none;
    width: 40%;
}

.sort-btn {
    float: left;
    padding: 9px 0 0 0;
}

.sort-btn p {
    float: left;
    margin: 6px;
    font-family: 'Rajdhani', sans-serif;
}

.fa-th-large {
    color: #8d8d8d;
    padding: 6px 6px;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.fa-th-large:hover {
    color: #e40000;
}

.fa-th-list {
    color: #7a7a7a;
    padding: 6px 6px;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.fa-th-list:hover {
    color: #e40000;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #e40000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0 0;
    border-radius: 4px;
}

.sort2 {
    float: right;
    width: 60%;
}

.sort2 h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 15px 0;
}

.prod_detail_3 {
    width: 40%;
    margin: 0 5px;
    background: none;
}

.u-p1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #c3c3c3;
}


.left-products {
    border: 1px solid #d1d1d1;
}

.left-products img {
    margin: 20px auto 0 auto;
}

.large {
    border: 1px solid #ebebeb;
    padding: 25px 0px;
}

.large:hover {
    border: 1px solid #e40000;

}

.small {
    border: 1px solid #ebebeb;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.small:hover {
    border: 1px solid #e40000;

}

.stalker {

}

.stalker h1 {
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    margin: 0;
    font-weight: bold;

}

.stalker p {

    color: #535353;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.stalker h2 > strong {
    color: #e40000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.stalker h2 {
    color: #535353;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.stalker h3 {
    color: #535353;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.stalker h3 > strong {
    color: #ff0000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.qty {
    border-top: 1px solid #dddddd;
    border-bottom: 0;
    margin: 30px 0;
}

.qty h1 {
    color: #535353;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: 40%;
    margin: 10px auto;
    float: left;
}

.qty h2 {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;
    background: #e40000;
    float: left;
    padding: 13px;
}

.no {
    width: 40%;
    padding: 10px 0;
    margin: 0 0 0 11px;
    border: 1px solid #dddddd !important;
}

.no_1 {
    width: 15%;
    padding: 15px 0;
    margin: 0 0 0 11px;
}

.cart_2 .fa-heart {
    color: #373737;
    padding: 10px 20px 13px 20px;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 18px;

}

.cart_2 .fa-heart:hover {
    color: #ffffff;
    background: #e40000;
    border: #e40000;
}

.cart_2 .fa-retweet {
    color: #373737;
    padding: 10px 20px 13px 20px;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 18px;
}

.cart_2 .fa-retweet:hover {
    color: #ffffff;
    background: #e40000;
    border: #e40000;
}

.frnd_email {
    margin-top: 30px;
}


.nav-tabs > li > a {
    padding: 11px 23px;
}

.open > .dropdown-menu {
    width: 215px;
}

.leftimg {
    margin: 50px 0;
}

.leftimg p {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.r3top {
    margin: 20px 0 0 0;
}

.pro-hgt5 {
    min-height: 600px;
}

.pro-hgt5 {
    min-height: 490px;
}


/************ large page start here *************/


.main_large_top {
    padding: 30px 0px;
}

.large_img {
    transition: 0.45s;
    border-radius: 0;
    margin: 30px 0 0 0;
}

.large_img img {
    width: 100%;
}

.large_img:hover {
    border-color: #e40000;
}


.large_rit {
    margin: 30px 0 0 0;
}

.large_rit .lage_pro_head {
}

.large_rit .lage_pro_head h6 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    color: #111111;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 1;
    padding: 0 20px;
    float: left;
}

.large_rit .lage_pro_head h3 {
    font-size: 36px;
    color: #842a75;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
    margin: 0;
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.large_rit .lage_pro_head p {
    font-size: 18px;
    color: #153a5e;
    font-weight: 700;
    padding-top: 10px;
    letter-spacing: 0px;
    clear: both;
}

.large_rit .lage_pro_head ul {
    float: left;
}

.large_rit .lage_pro_head ul li {
    display: inline-block;
    color: #707070;
    font-size: 20px;
}

.large_rit .lage_pro_head h4 {
    font-weight: bold;
    font-size: 32px;
    color: #47a5e0;
    font-family: 'Rajdhani', sans-serif;
    padding: 0px 0px;
    margin: 0;
}

.large_rit .lage_pro_head h1 {
    font-size: 14px;
    color: #373737;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Rajdhani', sans-serif;
    padding: 20px 0px 15px 0px;
}

.large_rit .lage_pro_head h4 span {
    font-size: 30px;
    color: #ff0000;
    font-family: 'Rajdhani', sans-serif;
    padding-right: 7px;
    font-weight: 600;
}

.lage_pro_head p span {
    color: black;
}


.large_rit .lage_pro_f {
}

.large_rit .lage_pro_f ul {
    border-bottom: 1px solid #dddddd;
    width: 100%;
    margin: 0;
    padding: 0;
}

.large_rit .lage_pro_f ul li {
    display: inline-block;
    padding: 15px 10px 15px 0px;

}

.large_rit .lage_pro_f ul li span {
    font-size: 18px;
    color: #842a75;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    padding-right: 10px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.large_rit .lage_pro_f ul li input {
    width: 233px;
    height: 40px;
    border: 1px solid #000000;
    outline: none;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    box-shadow: none;
}

.large_rit .lage_pro_btn {
    margin: 15px 0px;
    clear: both;
    float: left;
    width: 100%;
}

.lage_pro_btn p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.large_rit .lage_pro_btn ul {
    margin: 0;
    padding: 0;
}

.large_rit .lage_pro_btn ul li {
    display: inline-block;
    margin-right: 5px;
    width: 100%;
}

.large_rit .lage_pro_btn ul li button {
    font-size: 20px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    padding: 15px 45px;
    background: #f0534b;
    border: none;
    transition: 0.45s;
    outline: none;
    border-radius: 0;
}

.large_rit .lage_pro_btn ul li button span {
    background: url(../images/add_bordeer.png) no-repeat center right;
    padding: 0 10px 0 0;
    font-size: 20px;
}

.large_rit .lage_pro_btn ul li button:hover {
    background: #000;
}

.large_rit .lage_pro_btn ul li a {
    color: #3f434b;
    font-size: 16px;
    padding: 16px 3px;
    transition: 0.45s;
    border-radius: 0px;
}

.large_rit .lage_pro_btn ul li a i {
    padding: 0 5px;
}

.large_rit .lage_pro_btn ul li a:hover {
    color: #f0534b;
}

.itemno {
    border-bottom: 1px solid #eaeaea;
    clear: both;
    float: left;
    margin: 0px 0;
    width: 100%;
    padding: 15px 0;
}

.itemno p {
    color: #000000 !important;
    font-weight: 500 !important;
}

.main_large_tab {
    clear: both;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

.main_large_tab .nav-tabs > li > a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: #153a5e;
    font-weight: 600;
    background: #fff;
    padding: 12px 20px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    margin: 0 10px 0 0px;
    text-transform: uppercase;
}

.main_large_tab .nav-tabs > li.active > a, .main_large_tab .nav-tabs > li.active > a:focus, .main_large_tab .nav-tabs > li.active > a:hover {
    color: rgb(255, 255, 255);
    background: #153a5e;
}

.main_large_tab .nav-tabs > li:first-child {
}


.main_large_tab .nav-tabs {
    padding: 0px 0 10px 0;
}


.main_large_tab .nav-tabs > li {
    margin-bottom: 0px;
}

.main_large_tab .tab-pane {
    border: 1px solid #eaeaea;
}

.main_large_tab .tab-pane > p {
    font-size: 18px;
    color: #373737;
    font-family: 'Rajdhani', sans-serif;
    line-height: 30px;
    padding: 30px;
    font-weight: 500;
    text-align: justify;
}


.main_related_pro {
    padding: 30px 0px;
}

.relater_head {
}

.relater_head h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 15px;
    background: #e40000;
}

.large_slider {
    padding: 0px 0px 20px 0px;
}


.best-head-lrg:after {
    background: #dddddd;
    width: 850px;
    height: 1px;
    content: "";
    position: absolute;
    margin: 15px;
}

.lrg-dwn {
    clear: both;
}

.lrg-dwn a {
    text-align: left;
    width: 230px;
    background: none;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 10px;
    border: 1px solid #000
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f0534b;
    border-color: #f0534b;
}

.lrg-dwn a:hover {
    background: #f0534b;
    color: #fff;
}

.lrg-dwn a::after {
    text-align: right;
    float: right;
    margin: 10px 0;
    font-size: 18px;
}

.largepage-drop p {
    margin: 10px 0 0 0;
}

.lrg-link {
    background: #fff !important;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.lrg-link a {
    color: #000000 !important
}

.lrg-link a:hover {
    color: #fff !important

}


/*/////////////////////////product///////////////////////*/


/*contact*/

#contact_list {
    padding: 30px 0px;
    float: left;
    width: 100%;
}

.contact_l_inner {
    padding: 30px;
    text-align: center;
    min-height: 300px;
    background: #f9f9f9;
    margin: 10px 0;
}

.contact_l_inner span {
    font-size: 35px;
    color: #47a5e0;
}

.contact_l_inner h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    color: #153a5e;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0px;
}

.contact_l_inner h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: #282b31;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    padding-bottom: 5px;
}

.contact_l_inner p {
    font-size: 18px;
    color: #282b31;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    line-height: 27px;
}

.contact_l_inner a {
    display: inline-block;
    text-align: center;
    transition: 0.45s;
    font-size: 18px;
    color: #282b31;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    line-height: 27px;

}

.contact_l_inner a:hover {
    color: #153a5e;
}

#write_us {
    padding-top: 80px;
}

.contact_form {
    font-family: 'Rajdhani', sans-serif;
}

.contact_form input {
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0px !important;
    padding-left: 20px !important;
    font-size: 13px !important;
    color: #505050 !important;
    margin-bottom: 23px !important;
    font-weight: 600 !important;
}

.contact_form textarea {
    width: 100%;
    min-height: 270px;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    font-size: 13px;
    color: #505050;
    font-weight: 600;
    padding: 20px;
}

.contact_form button {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.45s;
    background: #47a5e0;
    border: 0px;
    float: right;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 22px 30px 19px 30px;

}

.contact_form button span {
    padding-left: 10px;
    letter-spacing: 1px;
}

.contact_form button:hover {
    background: #842a75;
    color: #FFFFFF;
    outline: none;
    border: none;
}

.wri_haed p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    padding: 30px 0;
}

#con_map {
}

/*contact*/


.left_menu_p {
}

.left_menu_p h2 {
    font-family: 'Rajdhani', sans-serif;
    background: #f16024;
    font-size: 25px;
    font-weight: 700;
    padding: 12px 15px;
    color: #fff;
}

.leftmenucategory {
    float: left;
    width: 100%;
    font-family: 'Rajdhani', sans-serif;
}

.leftmenucategory button.accordion {
    color: #842a75;
    cursor: pointer;
    padding: 8px 15px;
    width: 100%;
    font-weight: 600;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    -webkit-transition: all 0.45s all;
    background-color: #f6f6f6;
    border: none;
    border-bottom: 1px solid #3b3b3b;
    text-transform: uppercase;
    line-height: 28px;
}

.leftmenucategory button.accordion span {
    font-size: 15px;
    padding-right: 20px;
}

.leftmenucategory button.accordion.active, button.accordion:hover {
    background-color: #47a5e0 !important;
    color: #fff;
}

button.accordion:hover {
    background-color: #fa3c00;
}

.leftmenucategory button.accordion:after {
    content: '\f107';
    color: #842a75;
    font-family: FontAwesome;
    font-weight: bold;
    float: right;
    font-size: 20px;
    margin-left: 0px;
    line-height: 25px;
    transition: 0.4s;
    margin-right: 2px;
}

.leftmenucategory button.accordion.active:after, button.accordion:hover:after {
    color: #fff;
}

.leftmenucategory button.accordion.active:after {
    content: "\f106";
    font-family: FontAwesome;
}

.leftmenucategory div.panela {
    padding: 0 0px;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    border-radius: 0px;
    border: 0px;
    transition: max-height 0.2s ease-out;
    -webkit-transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
}

.leftmenucategory div.panela .panel_la ul {
}

.leftmenucategory div.panela .panel_la ul li {
    float: left;
    width: 50%;
}

.leftmenucategory div.panela .panel_la ul li p {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-right: 5px;
}

.leftmenucategory div.panela .panel_la ul li input {
    display: inline-block;
    width: 120px;
}

.leftmenucategory div.panela .form-group {
    margin-bottom: 0px;
}

.leftmenucategory div.panela .form-group ul li {
    border-top: 0px solid #000;
}

.panel_la {
    margin: 30px 30px;
    float: left;
    width: 100%;
}

.pl1 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.pl1 ul {
    margin: 0;
    padding: 0;
}

.pl1 ul li {
    margin: 0 0 1px 0;
}

.pl1 ul li a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #000;
    padding: 6px 15px;
    width: 100%;
    transition: 0.45s;
    display: block;
    background: #f1f1f1;
    text-transform: uppercase;
    font-weight: 600;
}

.pl1 ul li a:hover {
    background: #47a5e0;
    color: #FFFFFF;
}

.newfix {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 11px #842a75;
}

.mobilesearch {
    display: none;
}

@media screen and (max-width: 1535px) {

    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        padding: 12px 19px;
    }

    .leader_ship .feat_hed h2:before {
        width: 30%;
    }

    .leader_ship .feat_hed h2:after {
        width: 30%;
    }

    .catename h2:after {
        width: 30%;
    }

    .catename h2:before {
        width: 30%;
    }

    .leader_ship .feat_hed h2 {
        font-size: 42px;
    }

    .catename h2 {
        font-size: 43px;
    }

}

@media screen and (max-width: 1450px) {
    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        padding: 12px 14px;
    }

    .main_seacrh {
        width: 62%;
    }

    footer .news_letter .news_header h6 {
        font-size: 40px;
        color: #fff;
        padding: 0px;
        display: initial;
        text-transform: uppercase;
        line-height: 45px;
        font-family: 'Rajdhani', sans-serif;
    }

    footer .news_letter .news_header h6 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1410px) {
    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        padding: 12px 12px;
    }

    .ph-btn {
        left: 25%;
    }

    footer .copy_in p span {
        color: #fff;
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 1340px) {
    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        padding: 12px 9px;
    }

    .leader_ship .feat_hed h2:before {
        width: 30%;
    }

    .leader_ship .feat_hed h2:after {
        width: 30%;
    }

    .catename h2:after {
        width: 30%;
    }

    .catename h2:before {
        width: 30%;
    }

    .ph-btn {
        left: 20%;
    }

    footer .copy_in p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1300px) {
    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        padding: 12px 16px;
        font-size: 15px;
    }

    .main_seacrh {
        width: 58%;
    }

    .large_rit .lage_pro_head h3 {
        font-size: 30px;
    }

}


@media screen and (max-width: 1230px) {
    .main_seacrh {
        width: 65%;
    }

    .large_rit .lage_pro_head h3 {
        font-size: 25px;
    }

    .leader_ship .feat_hed h2:before {
        width: 20%;
    }

    .leader_ship .feat_hed h2:after {
        width: 20%;
    }

    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        padding: 12px 14px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        font-size: 13px;
        padding: 12px 8px;
    }

    header .top_logo_bar .contact_btn {
        display: inline-block;
        padding-left: 10px
    }

    header .top_logo_bar .contact_btn a {
        font-size: 13px;
        padding: 6px 6px
    }

    .main_categories .cat_inner p {
        left: 95px;
        right: 95px
    }

    footer .news_letter .news_header h6 {
        line-height: 36px;
        font-size: 25px;
    }

    footer .news_letter .news_header p {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

    footer .footer_top .footer_top_inner .footer_inside .footer_social ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px
    }

    .main_seacrh {
        width: 60%;
    }

    header .top_bar .top_bar_left ul li {
        padding-right: 5px;
        margin: 0 5px 0 0;
    }

    header .top_bar .top_bar_right ul li a {
        padding-right: 8px;
        padding-left: 8px;
    }

    .leader_ship .feat_hed h2:before {
        width: 25%;
    }

    .leader_ship .feat_hed h2:after {
        width: 25%;
    }

    .catename h2:after {
        width: 25%;
    }

    .catename h2:before {
        width: 25%;
    }

    .main_categories .cat_inner h2 {
        font-size: 20px;
        padding: 10px 0px;
    }

    .ph-btn p {
        font-size: 16px;
        padding: 10px 10px;
        font-weight: 600;
        margin: 0 10px;
    }

    .ph-btn {
        left: 20%;
    }

    footer .copy_in p span {
        color: #fff;
        padding: 0 0 0 10px;
    }

    .large_rit .lage_pro_btn ul li button {
        padding: 15px 40px;
    }

    .large_rit .lage_pro_head h3 {
        font-size: 20px;
    }

    .leader_ship .feat_hed h2:before {
        width: 15%;
    }

    .leader_ship .feat_hed h2:after {
        width: 15%;
    }
}

@media screen and (max-width: 992px) {
    header .top_bar .top_bar_left ul li .call_top span {
        display: none
    }

    header .top_bar .top_bar_left ul li {
        display: inline-block;
        padding-right: 8px
    }

    header .top_bar .top_bar_social {
        margin-left: 0px
    }

    header .top_bar .top_bar_social ul li {
        display: inline-block;
        margin-right: 8px
    }

    header .top_logo_bar .top_logo {
        padding: 15px 0px
    }

    .main_seacrh {
        width: 50%;
    }

    .main_mission .main_servicees .col_4_lara {
        width: 100%;
        float: left;
        display: block
    }

    .abou_area {
        padding-top: 60px
    }

    .abou_area .main_ab_home .col_7 {
        width: 100%;
        display: block;
        padding: 0px 15px 0px 15px
    }

    .abou_area .main_ab_home .col_5 {
        width: 100%;
        display: block;
        padding: 0px 15px 0px 15px
    }

    .abou_area .home_abot_text {
        text-align: left;
        margin-bottom: 30px
    }

    .link_in {
        margin-bottom: 30px
    }

    .news_letter_f {
        margin-top: 30px
    }

    footer .news_letter {
        padding-bottom: 0px
    }

    footer .footer_top .pad_l_20 {
        padding-left: 0px
    }

    .footer_top_inner {
        margin-bottom: 30px
    }

    footer .footer_top {
        padding-bottom: 30px
    }

    header .top_logo_bar .nav_win .main_navs .top_nav_items ul li a {
        font-size: 10px;
        padding: 12px 4px;
    }

    .check-text p {
        padding: 15px 15px;
        color: #FFFFFF;
        font-size: 15px;
    }

    .leader_ship .feat_hed h2:before {
        width: 20%;
    }

    .leader_ship .feat_hed h2:after {
        width: 20%;
    }

    .catename h2:after {
        width: 20%;
    }

    .catename h2:before {
        width: 20%;
    }

    .main_categories .cat_inner h2 {
        font-size: 13px;
        padding: 10px 0px;
    }

    .ph-btn p {
        font-size: 13px;
    }

    .ph-btn {
        left: 15%;
    }

    .abt-img {
        margin: 0px 0 0 0;
    }

    .abt-bg {
        background: #842a75;
        padding: 30px 0;
        margin: 30px 0 0 0;
    }

    .news_header {
        text-align: center;
        max-width: 430px;
        margin: 0 auto;
    }

    .copy_in img {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    header .top_bar .top_bar_right ul li a span {
        display: none
    }

    .left-sidebar h2 .leftmenucategory {
        display: none;
    }

    .open45 + .panel-group {
        display: block;
    }


}

.box-content.box-category.current {
    display: block;
}

@media screen and (max-width: 768px) {
    .minicart-wrapper .action.showcart .counter.qty {
        display: none !important;
    }

    .box-content.box-category {
        display: none;
    }

    .box-content.box-category.current {
        display: block;
    }

    .left-sidebar h2:after {
        content: '\f107';
        color: #f6f6f6;
        font-family: FontAwesome;
        font-weight: bold;
        float: right;
        font-size: 24px;
        margin-left: 0px;
        line-height: 25px;
        transition: 0.4s;
        margin-right: 2px;
    }

    .left-sidebar h2.active:after {
        transform: rotate(180deg);
    }

    header .top_bar .top_bar_right ul li .mob_serch {
        line-height: 35px
    }

    header .top_bar .top_bar_social {
        line-height: 35px
    }

    header .top_bar .top_bar_left {
        line-height: 35px
    }

    header .top_logo_bar .top_logo img {
        width: 149px;
    }

    .mobile_menus {
        line-height: 62px
    }

    .main_mission .main_servicees {
        display: block;
        z-index: 9
    }

    .main_mission .main_servicees .col_4_lara .m_ser {
        padding: 30px 15px
    }

    .padd_t_60,
    footer .footer_top {
        padding-top: 30px
    }

    .padd_b_60,
    .abou_area,
    footer .footer_top {
        padding-bottom: 30px
    }

    .padd_t_b_50,
    footer .news_letter {
        padding: 30px 0px
    }

    .padd_t_50 {
        padding-top: 30px
    }

    .padd_b_50 {
        padding-bottom: 30px
    }

    .abou_area {
        padding-top: 30px
    }

    .abou_area .home_abot_text h2 {
        position: relative;
        font-size: 24px;
        line-height: 21px
    }

    .contact_l_inner {
        padding: 5px;
        min-height: inherit;
    }

    .abou_area .home_abot_text h3 {
        font-family: 'Rajdhani', sans-serif;;
        line-height: 24px;
        font-style: normal;
        font-size: 17px;
        margin-bottom: 10px
    }

    .main_categories .cat_haead h2 {
        color: rgba(0, 0, 0, 0.8);
        line-height: 25px;
        font-size: 25px;
        margin-bottom: 10px
    }

    .feature_product .feat_hed h2 {
        color: rgba(0, 0, 0, 0.8);
        line-height: 25px;
        font-size: 25px;
        margin-bottom: 10px
    }

    .feature_btn a {
        margin-top: 30px
    }

    .midd_services {
        display: none;
    }

    .leader_ship .feat_hed h2 {
        line-height: 25px;
        font-size: 25px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .catename h2 {
        line-height: 25px;
        font-size: 25px;
    }

    .certificates ul {
        display: block
    }

    .certificates ul li {
        flex: auto;
        border: 1px solid rgba(0, 0, 0, 0.1);
        max-width: initial;
        padding: 20px 0px;
        float: left;
        width: 33.333333%
    }

    .certificates {
        background: #47a5e0;
        opacity: 0.9;
        float: left;
        width: 100%
    }

    .certificates ul li img {
        font-family: 'Rajdhani', sans-serif;
        width: 80%
    }

    footer .news_letter .news_header h6 {
        line-height: 25px;
        font-size: 22px;
        padding-bottom: 0px
    }

    .news_letter_f {
        margin-top: 20px
    }

    footer .news_letter .news_letter_f ul li input {
        width: 100%;
        height: 40px;
        line-height: 40px
    }

    footer .news_letter .news_letter_f ul li button {
        text-transform: uppercase;
        height: 38px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    footer .footer_top {
        padding-top: 0px
    }

    footer .footer_top .footer_top_inner .footer_about img {
        margin-top: 20px;
        display: block
    }

    footer .footer_top .footer_top_inner .footer_haead h5 {
        font-size: 13px
    }

    footer .footer_top .footer_top_inner .footer_haead h5 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 10px;
        line-height: 24px;
    }

    footer .footer_top .footer_top_inner .footer_material ul li {
        margin: 0;
        list-style: none;
    }

    footer .footer_top .footer_top_inner .footer_material ul li a {
        letter-spacing: 0px;
        font-size: 13px;
        line-height: 19px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    footer .footer_top .footer_top_inner .footer_material p {
        position: relative;
        font-family: 'Rajdhani', sans-serif;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        width: 99.999%;
        letter-spacing: 0px;
    }

    footer .footer_top {
        padding-bottom: 0px
    }

    footer .copy_in {
        padding: 10px 0px;
        text-align: center
    }

    footer .copy_in p {
        font-size: 13px
    }

    footer .copy_in h4 {
        color: #fff;
        font-size: 13px;
        display: inline-block;
        float: none
    }


    .main_navigation {
        display: none
    }

    .mobile_menus {
        display: inline-block !important
    }

    #mySidenav {
        display: block
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        border-left: 1px solid #47a5e0;
    }

    .sidenav hr {
        margin: 0;
        border-color: #1e4145
    }

    .sidenav a {
        padding: 8px 8px 8px 15px;
        text-decoration: none;
        font-size: 16px;
        color: #47a5e0 !important;
        text-transform: uppercase;
        transition: 0.3s;
        font-weight: 500;
        letter-spacing: 0.5px;
        display: block;
    }

    .mob_ul_m {
        padding: 0px
    }

    .sidenav a:hover {
        color: #47a5e0 !important
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px
    }

    .mobile_menus {
        display: block !important;
        line-height: 0;
        text-align: right;
        right: 0;
        margin: -104px 0 15px 0;
        float: right;
        position: relative;
        z-index: 9;
    }

    .mobile_menus a {
        color: #ffffff !important;
        font-size: 17px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0px solid #000;
        border-radius: 5px;
        display: inline-block;
        background: #47a5e0;
        text-align: center;
        padding: 0px;
    }

    .mobile_menus a:hover {
        background: #000
    }

    .cart_liust ul li:last-child a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 0px solid #fff;
        padding: 0px;
        text-align: center;
        margin-left: 11px;
        border-radius: 50%;
        transform: translateY(0px);
        transition: 0.45s
    }

    .dropdown {
        position: relative
    }

    .dropdown-menu {
        display: none
    }

    .toggle,
    .dropdown-menu {
        width: 100%
    }

    .is-active .dropdown-menu {
        display: block
    }

    .dropdown {
        position: relative;
        line-height: 35px;
        width: auto;
        cursor: pointer;
        float: none;
        display: contents !important;
    }

    .dropdown:hover a.toggle {
        color: #47a5e0 !important
    }

    .my_drop {
        position: static;
        background: #000
    }

    .my_drop li {
        background: #272727;
        color: #fff;
        border: 0px;
        border-bottom: 1px solid #5d5d5d;
        margin-bottom: 0px;
        text-transform: uppercase;
        padding: 0px 10px 0px 10px;
        font-size: 13px;
        letter-spacing: 0.5px;
        cursor: pointer;
        transition: 0.45s
    }

    .my_drop li a {
        width: 100%;
        color: #fff !important
    }

    .my_drop li:hover a {
        color: #fff !important
    }

    .my_drop li:hover {
        background: #fff;
        color: #000 !important
    }

    .my_drop li.list-group-item:hover {
        background: #47a5e0;
        color: #fff !important
    }

    .main_mission .main_servicees {
        display: block;
        z-index: 9999;
        position: relative;
        transform: translateY(0px)
    }

    .addcart span {
        display: none;
    }

    .addcart {
        box-shadow: 0px 0px 0px #00000024;
        margin: 20px 10px 0 0px;
        border: 1px solid #ebebeb;
        font-family: 'Rajdhani', sans-serif;
        font-size: 12px;
        font-weight: 600;
        float: right;
        padding: 0 0px 0 0;
        border-radius: 5px;
    }

    .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none !important;
    }

    .addcart .minicart-wrapper {
        margin-top: 0;
    }

    .addcart .minicart-wrapper .action.showcart:before {
        height: 40px;
        width: 40px;
        padding: 0;
        line-height: 40px;
        margin: 0;
        border-radius: 5px;
    }

    .minicart-wrapper .action.showcart .counter.qty {

        display: none;
    }

    .addcart i {
        padding: 12px 12px;
        background: #47a5e0;
        color: #FFFFFF;
        font-size: 16px;
        margin: 0 0px 0 0;
        border-radius: 5px;
        border: none;
        outline: none;
    }

    .menubg {
        background: none;
    }

    .main_seacrh {
        width: 65%;
        margin: 20px 0 0 0;
        display: none;
    }

    .form-control {
        height: 40px;
    }

    .btn-1 {
        right: 0px;
        top: 2px;
    }

    header .top_bar .top_bar_left ul li .call_top {
        color: #ffffff;
        font-size: 16px;
        background: none;
    }

    header .top_bar .top_bar_left ul {
        margin: 0px 0;
        padding: 0;
    }

    .check-text {
        display: none;
    }

    .leader_ship .feat_hed h2:before {
        display: none;
    }

    .leader_ship .feat_hed h2:after {
        display: none;
    }

    .catename h2:after {
        display: none;
    }

    .catename h2:before {
        display: none;
    }

    .leader_ship .feat_hed {
        text-align: center;
        padding: 10px 0 0 0;
    }

    .main_categories .cat_inner h2 {
        font-size: 13px;
        padding: 5px 5px;
        right: 5px;
        left: 5px;
        letter-spacing: 0;
        font-weight: 600;
    }

    .ph-btn p {
        font-size: 11px;
        padding: 5px;
        margin: 0 5px;
        letter-spacing: 0;
    }

    .main_categories .cat_inner {
        margin-top: 20px;
    }

    .abt-bg {
        background: #842a75;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .abt-bg p {
        font-size: 15px;
    }

    footer .copy_in p span {
        color: #fff;
        padding: 0 0 0 0px;
    }

    .news_letter_f ul {
        margin: 0;
        padding: 0;
    }

    header .top_bar .top_bar_right ul li a i {
        padding: 0 0px 0 0;
    }

    .dropdown .btn2 {

    }

    .dropdown-menu.show {
        display: block;
        background: #47a5e0;
        left: 0% !important;
        top: 25% !important;
        width: 100px;
    }

    .about-img {
        float: right;
        width: 100%;
    }

    .about-bg p {
        font-size: 16px;
        text-align: center;
        line-height: 25px;
    }

    .about-bg2 p {
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }

    .about-bg h2 {
        font-size: 36px;
    }

    header .top_bar .top_bar_right ul li a {
        padding-right: 5px;
        padding-left: 5px;
    }

    header .top_bar .top_bar_left ul li {
        display: inline-block;
        padding: 0 4px;
        margin: 0
    }

    .wri_haed p {
        font-size: 18px;
        padding: 10px 0;
    }

    .leader_ship .leader_s .laeader_inner .leader_name {
        text-align: center;
        padding: 10px 0px;
    }

    .leader_ship .leader_s .laeader_inner .leader_name h2 {
        line-height: 24px;
        font-size: 14px;
        margin: 0;
    }

    .leader_ship .leader_s .laeader_inner p {
        color: #47a5e0;
        font-size: 16px;
    }

    .pad ul li {
        padding: 0 10px !important;
    }

    .main_large_tab .nav-tabs > li {
        margin-bottom: 0px;
        margin: 15px 0;
    }

    .mobilesearch {
        display: block;
        float: right;
        margin: 21px 50px 0 0;
    }

    #search-wrapper {
        transition: all 0.45s;
        background: #47a5e0;
        float: left;
        padding: 8px 10px;
        border-radius: 5px;
    }

    #search-wrapper a i {
        color: #fff;
        font-size: 18px;
    }

    #search-wrapper a i:hover {
    }

    #search-wrapper:hover a i {
        color: #fff;
    }


    .open-search {
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100000;
        bottom: 0px;
        height: 100vh;
        width: 100%;
    }

    .open-search .search-target {
        position: absolute;
        top: 50%;
        left: 15%;
        right: 15%;
        text-align: center;
        transform: translateY(-50%);
    }

    .open-search .search-target form {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .open-search .search-target form input {
        display: block;
        padding-left: 20px;
        width: 100%;
        outline: none;
        border-radius: 15px;
        font-size: 16px;
        height: 60px;
        background: #fff;
        color: #000;
        border: 0;
    }

    .open-search .search-target form button {
        border: none;
        display: block;
        outline: none;
        border-radius: 0px 10px 10px 0px;
        height: 60px;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        font-size: 20px;
        background: #ee3131;
        padding: 0px 40px;
    }

    .open-search .search-target form button:hover {
        background-color: #fd4848;
    }

    #search-wrapper01 {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 999;
        cursor: pointer;
        padding: 10px;
    }

    #search-wrapper01::after {
        display: block;
        content: "";
        background: #fff;
        height: 45px;
        width: 2px;
        transform: rotate(-45deg);
    }

    #search-wrapper01::before {
        display: block;
        content: "";
        background: #fff;
        height: 45px;
        width: 2px;
        transform: rotate(45deg);
        position: absolute;
    }

    #search-wrapper01:hover::after,
    #search-wrapper01:hover::before {
        background: #ee3131;
    }


    .leader_ship .leader_s .laeader_inner {
        margin-top: 0px;
        transition: 0.45s;
    }

    .catename {
        position: relative;
        margin: 50px 0 0 0;
    }

    .leader_s2 {
        margin: 0 0 30px 0;
    }

    .left-sidebar .panel-group {
        display: none;
    }

    .open45 + .panel-group {
        display: block;
    }

    .left-sidebar h2 {
        font-size: 12px;
    }

    .left-sidebar h2:after {
        line-height: 0;
    }

}


@media screen and (max-width: 500px) {
    .main_seacrh {
        margin: 15px 0 0 0;
    }

    .form-control {
        height: 35px;
        padding: 15px 12px;
        font-size: 11px;
    }

    .btn-1 {
        right: 0px;
        top: 0px;
        padding: 10px;
        font-size: 14px;
    }

    .addcart i {
        padding: 12px 12px;
        font-size: 16px;
        border-radius: 5px;
    }

    .main_categories .col-4 {
        padding: 0 5px;

    }

    .main_categories .col-8 {
        padding: 0 5px;
    }

    .main_categories .cat_inner h2 {
        font-size: 11px;
        padding: 5px 5px;
        right: 0px;
        left: 0px;
        letter-spacing: 0;
        font-weight: 600;
    }

    .main_categories .cat_inner {
        margin-top: 5px;
    }

    .ph-btn p {
        font-size: 10px;
        padding: 5px;
        margin: 0 2px;
        letter-spacing: 0;
    }

    .ph-btn {
        left: 5%;
    }

    footer .news_letter .news_header h6 {
        font-size: 18px;
    }

    footer .news_letter .news_header p {
        font-size: 12px;
    }

    footer .news_letter .news_header img {
        float: left;
        padding: 0 0px 0 0;
    }

    footer .footer_t {
        background-color: #47a5e0;
        margin: 0px 0 0 0;
    }

    footer .footer_top .footer_top_inner .footer_material p a {
        font-size: 13px;
    }

    .banner_slider .carousel-item img {
        min-height: 250px;
    }

    .mobile_menus {
        margin: -76px -9px 0px 0;
    }

    .top_logo_bar .container .row .col-6 {
        padding-right: 0;

    }

    .mobilesearch {
        display: block;
        float: right;
        margin: 21px 65px 0 0;
    }
}

@media screen and (max-width: 400px) {
    .mobilesearch {
        margin: 28px 93px 0 0;
    }

    .addcart {
        margin: -42px 49px 0 0px;
    }
}

.gallery-placeholder {
    width: 100%;
}

.fotorama__thumb-border {
    backface-visibility: hidden;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    border: 1px solid #b61415 !important;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

.fotorama__stage__frame.fotorama__active {
    border: 2px solid #8c8c8c;
}

.fotorama__nav.fotorama__nav--thumbs {
    margin-top: 15px;
}
