@charset "utf-8";
/*
Theme Name:artajoje
Theme URI: http://dibapc.com
Version: 2.4
Description: dibapc.com
Author:amir.sheikhzadeh@gmail.com
Author URI: http://dibapc.com
*/
/* css rest   */
:root {
    --text-color: rgba(4, 10, 31, 0.87);
    --theam-color: #022857;
    --theam-secend-color: #de2400;
} 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {direction: rtl;font-size: 14px;}
*{
    box-sizing:border-box;
    font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    width: 100%;
}
nav ul {
    list-style: none;
    margin: 0px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 8px 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/****font***/
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/Borna-Regular.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('../fonts/Borna-Regular.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: swap;

}

* {
	font-family: BYekan;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
}


body{
    font-family:BYekan;
direction: rtl;}

header{
	width:100%;
	float: right;
	position: relative;
	z-index: 9999;
	border-bottom: 1px solid #cccc;
}
section{
		width:100%;
	float: right;
}
img{
	max-width:100%;
}
header .header{width:100%;float:right;padding: 10px 0px;position: relative;}
.header.sticky {
    position: fixed;
    top: 0;
    right: 0px;
}
header .header .row .logobox{padding:0px;/* position: relative; */width: 20%;float: left;}
header .header .navbox{
    width: 80%;
    float: right;
    margin-top: 25px;
    height: auto;
    position: static;
}
header .header .row  .col-9{
    padding-top: 18px;
}
header .header .dropdown-toggle{
    padding: 6px 10px;
    background: var(--theam-color);
    /* border: 2px solid #ec1b25; */
    color: #fff;
    font-size: 14px;
}
header .header .selectloc{
    position: relative;
    left: 0px;
    float: right;
}
header .header .btn-group{
    float: right;
}
.search-container{
	float: right;
	padding: 0 10px !important;
	position: relative;
	width: 320px;
	margin-left: 20px;
}
.search-container input{
    border: 1px solid var(--theam-color);
    border-radius: 5px;
    padding: 6px;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-family: 'BYekan';
    float: right;
    height: 36px;
}

.search-container button{
    border: 0px;
    background: var(--theam-color);
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    float: right;
    border: 1px solid var(--theam-color);
    position: absolute;
    left: 0px;
}
header .header .selectloc select{
    width: 172px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'BYekan';
}
header .logobox{width: 20%;float: right;}
header .logo{float: right;width: auto;}
header .shoar{float: left;width: auto;margin-top: 12px;}

header .logo img{/* padding: 10px 0px; */width: 100%;float: right;max-width: 200px;}
header .sidebarmeno{float:left;border:0px;background:none;padding: 7px 0px;margin-top: 20px;}
header .sidebarmeno img{width:30px;}
header .header .dropdown .dropdown-menu{
    top: 20px !important;
}

.slider{width:100%;position: relative;top: -1px;height: auto;float: right;}
.slider-info{position:absolute;width: 50%;padding: 30px;color: #fff;line-height: 3;bottom: 20%;}
.slider-swiper{width:100%;/* max-height: 450px; */overflow: hidden;}
.slider img{width:100%;}
.slider .swiper-container{padding: 0px;}

/*******************
*
*about
*
*******************/
.about{
    background: url(../images/bg.svg);
    background-position: 0px;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-attachment: fixed;
}
.about .about-logo{}
.about .about-logo img{
    width: 100%;
}
.about .about-titr{
    width: 100%;
    float: right;
    margin-bottom: 30px;
    border-bottom: 2px solid #ec1b25;
}
.about .about-text{}
.about .about-titr h1{
    font-size: 24px;
    line-height: 3;
}
.about .about-text p{
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}

@media (max-width: 480px) {
	.about .about-logo{
    padding: 0px 20%;
}
}


.last_business{width:100%;}
.last_ads{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.last_ads .swiper-container{padding: 0px;}
.last_ads .last_ads_box{    width: 24%;}
.last_ads_box{

    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    position: relative;
overflow: hidden;}
.last_ads_box a{color: #333333;width: 100%;float: right;}
.last_ads_box .img_box{
    width: 100%;
    position:relative;
    height: 300px;
    overflow: hidden;
    }
.last_ads_box .img_box img{
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 350px;
    max-height: 350px;
}
.last_ads_box .title {
    width: 100%;
    padding: 0 10px;
    position: relative;
    /* bottom: 35px; */
}
.last_ads_box h2{
    background: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    font-size: 12px;
    }
.last_ads_box h3{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
font-size: 12px;}
.last_ads_box .address{
    line-height: 2;
    padding: 0px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: right;
    width: 100%;
    float: right;
    }
.last_ads_box .address img{float:right;}
.last_ads_box .address img.premium{
    float: left;
    width: 28px;
}
.last_ads_box .address .more{
    float: left;
}
.last_ads_box .address .more img{
    float: LEFT;
    width: 30px;
}
.last_ads_box .discount{
    position:absolute;
    left: 10px;
    top: 10px;
    background: #0073ab;
    color:#fff;
    padding: 10px;
    border-radius: 5px;
}


.navbar {
    padding: 5px 10px;
    background: var(--theam-secend-color);
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.navbar ul li.active>a,
a[aria-expanded="true"] {
    color: #000000;
    background: unset !important;

}

.navbar  a.nav-link.active{color:#a4ffec;}
.navbar  a.nav-link{color:#fff;}
.navbar  a.menu-item{color:#fff;}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.notifications{
    color: #67778F !important;
    font-size: 14px;
}
.notifications .dropdown-toggle::after{
    display: none;
}
.notifications .dropdown-toggle svg{
    fill: #fff !important;
}
.notifications .dropdown-menu {
    min-width: 22rem;
    overflow: hidden;
}
.notifications .dropdown-menu svg {
 fill: #67778F !important;
}
.notifications .dropdown-menu svg:hover {
  fill: #5a8dee !important;
}
.notifications .dropdown-menu h6{
    font-size: 1rem;
}
.notifications .badge-notifications {
    top: 0.5rem;
    padding: 0.2rem 0.4rem;
}
[dir=rtl] .badge.badge-notifications {
    transform: translate(50%, -30%);
}

.badge.badge-notifications {
    position: absolute;
    top: auto;
    display: inline-block;
    margin: 0;
    transform: translate(-50%, -30%);
}
.notifications .dropdown-menu .text-muted {
    --bs-text-opacity: 1;
    color: #a8b1bb !important;
}
.notifications .dropdown-menu small, .small {
    font-size: 85%;
}
.notifications .dropdown-menu p{
    font-size: 0.8rem;
}
.notifications .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {
    
	padding: 1rem;
    cursor: pointer;
}
.notifications .dropdown-notifications-actions {
    text-align: center;
}
.notifications .dropdown-notifications-list .dropdown-notifications-item:not(.marked-as-read) .dropdown-notifications-archive {
  visibility: hidden;
}
.notifications .dropdown-notifications-list .dropdown-notifications-item:hover:not(.marked-as-read) .dropdown-notifications-archive {
  visibility: visible;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.education{}
.education .education-box{
    padding: 50px;
    background: var(--theam-color);
    border-radius: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.education .education-info{}
.education .education-info h2{
    line-height: 3;
    font-size: 21px;
    margin-bottom: 20px;
}
.education .education-info p{
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}
.education .education-info .more{
    width: 100%;
    float: right;
    margin-top: 20px;
    display: flex;
    justify-content: left;
    gap: 20px;
}
.education .education-info .more a{
    padding: 5px 20px;
}
.education .education-info .btn-danger{
    background: no-repeat;
}
.education .education-info .btn-success{
    background: #38b449;
}
.education .education-cover{
    background: #fff;
    border-radius: 15px;
}
.education .education-cover video{
    width: 100%;
    border-radius: 23px;
    border: 1px solid #dc3546;
}

.education .education-list{
    margin-bottom: 50px;
    padding: 0px 15px;
}
.education-list .price{
    text-align: center;
    font-size: 14px;
}
.education .education-title{
    float: right;
    width: 100%;
    border-bottom: 2px solid var(--theam-color);

    margin-bottom: 30px;
}
.education .education-title h3{
    line-height: 3;
    font-size: 19px;
}
.education .education-list .edu-box{}
.education .education-list .edu-box .img-box{border:1px solid #ccc;float:right;width:100%;border-radius:15px;text-align:center;background: #fff;position:relative;}

.education .education-list .edu-box .img-box img{border-radius: 15px;height: 330px;max-width:100%;width: auto;float: right;margin: 0 auto;display: block;}
.education .education-list .edu-box a{color:#002957;width:100%;float:right;text-align: center;margin-top: 20px;}
.education .education-list .edu-box .img-box h2{width:100%;float:right;text-align:center;}

.challenge{
	background: #002957;
	color: #fff;
	padding: 20px 0px;
	margin-bottom: 30px;
}
.challenge .challenge-titr{
    width: 100%;
    float: right;
    margin-bottom: 30px;
}
.challenge .challenge-titr h2{
    font-size: 21px;
    line-height: 3;
}
.challenge .challenge-text{
    float: right;
    width: 100%;
}
.challenge .challenge-text p{
    text-align: justify;
    line-height: 2;
}
.challenge .challenge-box{
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
}
.challenge .challenge-box .percent{
    width: 100px;
    height: 100px;
    border: 5px solid #ec1b25;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    margin: 20px auto;
}
.challenge .challenge-box h3{
    font-size: 19px;
    text-align: center;
    line-height: 3;
}
.challenge .challenge-box ul{display: flex;flex-wrap: wrap;gap: 10px;list-style-position: inside;}
.challenge .challenge-box li{
    width: calc(50% - 5px);
    font-size: 11px;
}

@media (max-width: 480px) {
.challenge .challenge-box{
    margin-bottom: 20px;
    margin-top: 20px;
}

}
.blog-slider .title_box{text-align: center;padding-top: 20px;font-size: 17px;position: relative;width: 100%;padding-bottom: 20px;float: right;margin-bottom: 30px;}
.blog-slider .title_box span{background: #fff;display: block;width: fit-content;margin: 0 auto;padding: 0px 20px;font-size: 21px;}
.blog-slider .title_box:before{content:"";width: 100%;display: block;top: 20px;position: relative;z-index: -1;border-bottom: 2px solid var(--theam-color);}

.blog-slider .uni-swiper{width: 100%;float: right;position: relative;}
.blog-slider .uni-box{width: 100%;/* border: 1px solid #ccc; */overflow: hidden;background: #F4FAFF;border-radius: 15px;position: relative;}
.blog-slider .uni-box img{width: auto;height: 270px;display: block;margin: 0 auto;max-width: 100%;}
.blog-slider .uni-box .img-box{
    background: #fff;
}
.blog-slider .uni-box a{
    float: left;
    color: #fff;
    background: var(--theam-secend-color);
    position: absolute;
    bottom: 15px;
    right: 0px;
    z-index: 4;
    padding: 7px;
    font-size: 14px;
    /* border-radius: 0px 15px 15px 0px; */
    width: 100%;
}
.blog-slider .uni-box:after{
    content:"";
    background-image: linear-gradient(0deg,rgba(68,79,91,1) 0%,rgba(127,137,148,.22) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
}
.blog-slider .swiper-container{padding: 0px;}
.blog-slider .uni-swiper  h2{width: 100%;text-align: center;font-size: 14px;color: #ffffff;font-weight: 400;text-align: right;padding: 10px 10px;position: absolute;bottom: 15px;z-index: 3;right: 0px;}
.blog-slider .blog-list{
    padding: 0px 15px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* background: #7386D5; */
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FF4040;
text-align: center;}
#sidebar  h3{font-size: 13px;line-height: 3;margin: 0px;}
#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
font-size: 13px;text-align: center;color: #6b6666;}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fe403f;
    background: #ffffff;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /* display: block; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.dropdown-toggle ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.catinfo{
    margin-bottom: 20px;
}
.catinfo div{padding:0px;}
.catinfo .title_box{
    text-align: right;
    padding: 20px 0px 0 0;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 0px;
}
.catinfo img{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.catinfo .title_box h1 {
    line-height: 3;
    font-size: 23px;
    color: #022857;
}
.catinfo p{
    padding: 10px;
    line-height: 2;
}

.sidebar{
    background: var(--theam-color);
    border-radius: 15px;
    margin-top: 20px;
    width: 100%;
    float: right;
    padding: 0px 15px;
}
.categoryslider{
    width: 100%;
    float: right;
    padding-top: 30px;
}
.categoryslider .title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.categorylist{}
 ul.categorylist{
    list-style-position: inside;
    float: right;
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    list-style-type: none;
}
ul.categorylist li{
    width: 100%;
    line-height: 2;
    float: right;
    padding: 15px;
    background: #05244a;
    margin-bottom: 10px;
    border-radius: 15px;
}
ul.categorylist li:last-child{
    border: unset;
}
ul.categorylist li a{
    color: #fff;
    float: right;
}
.pager{
    float: right;
}
.pager .active>.page-link, .page-link.active{
    background: var(--theam-secend-color);
    border-color: var(--theam-secend-color);
    color: #fff;
}
.pager  .page-link{
    color: var(--text-color);
}
.lastPost {}
.lastPost ul.categorylist li{
  
    border-bottom: 1px solid #ccc;
    border-radius: unset;
    padding: 0px;
}
.last_blog{
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin-top: 20px;
}
.last_blog .last_blog_box{
    position: relative;
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.last_blog .last_blog_box .img_box{
    height: 230px;
    overflow: hidden;
    position: relative;
}
		.last_blog .last_blog_box .img_box time{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 5px 0px 5px;
    line-height: 1.5;
}
.last_blog .last_blog_box .img_box img{
    width: 100%;
}
.last_blog .last_blog_box h2{
    text-align: center;
    font-size: 15px;
    margin: 0px;
    line-height: 2;
}
.last_blog .last_blog_box a{
    color: #333;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 14px;
}
.last_blog .last_blog_box .title{
    width: 100%;
    float: right;
}

.single_page.vedeo_page{
    padding: 0px;
}
.vedeo_page video{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
.single_page.vedeo_page:before{
    content: unset;
}
.single_page{
    width: 100%;
    float: right;
    position: relative;
    padding-right: 30px;
    font-size: 15px;
}
.single_page:before {
    content: "";
    background-color: var(--theam-color);
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 6px;
    height: 100%;
}
.single_page_color .title{
    text-align: center;
    background: var(--theam-color);
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 25px;
}
.single_page_color .title h1{
    line-height: 3;
    font-size: 23px;
    color: #fff;
}
.single_page .text{
    direction: rtl;
    text-align: justify;
    line-height: 2;
}
.single_page .text h2 {
    color: navy;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single_page .text img{
    max-width: 100%;
    height: auto;
    margin: 10px 0px;
    border-radius: 15px;
}
.single_page .text h3 {
    margin: 15px 0;
    color: #8B0000;
    font-size: 19px;
    text-align: right;
    float: right;
    width: 100%;
}

.single_page .text h4 {
    font-size: 18px;
    color: #006400;
    margin: 15px 0;
    text-align: right;
    float: right;
    width: 100%;
}

.single_page .text h5 {
    font-size: 17px;
    color: #ca2fe4;
    margin: 15px 0;
    text-align: right
}

.single_page .text h6 {
    font-size: 17px;
    color: #666;
    margin: 15px 0;
    text-align: right
}

.single_page  .img_box{
    float: right;
    width: 100%;
}
.single_page .img_box img{width: auto;padding: 20px;/* border: 1px solid #ccc; *//* border-radius: 15px; */max-height: 380px;display: block;margin: 0 auto;max-width: 100%;}
.single_page .text p{
    line-height: 2;
    float: right;
    width: 100%;
}
.single_page .text video{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.single_page .text ol{
    width: 100%;
    float: right;
	    list-style-position: inside;

}
.single_page .text ol li{}
.single_page .text ul{
    width: 100%;
    float: right;
    list-style-position: inside;
}
.single_page .text ul li{}

.single-sidebar.fixed {

    position: fixed;
}
.align-items-end { align-items: flex-end !important; } .d-flex { display: flex !important; }
.single-sidebar {
    position: -webkit-sticky;
    position: sticky;
    padding-bottom: 20px;
    z-index: 999;
    width: 100%;
    float: right;
    border-radius: 15px;
}
.progress-container {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, .3);
    position: relative;
    float:right;
}
.progress-bar {
    height: 8px;
    background: var(--theam-color);
    width: 0;
}
.single-info{
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    box-shadow: 2px -17px 45px -20px rgba(0, 0, 0, .16), 2px 32px 42px -20px rgba(0, 0, 0, .16);
    background: #fff;
    width: 100%;
    float: right;
    border-radius: 15px;
}
.sidebar-articles{
    width: 100%;
    float: right;
    padding: 0 26px 20px;
    position: relative;
}
.sidebar-articles-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
    cursor: pointer
}
.sidebar-articles-title.active {
    border-bottom: none
}
.icon-bottom-arrow{
    border:solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.featured-image {
    background: #fff;
    width: 100%;
    float: right;
    border-radius: 10px;
    /* background-color: #fff; */
    /* box-shadow: 2px -17px 45px -20px rgba(0, 0, 0, .16), 2px 32px 42px -20px rgba(0, 0, 0, .16); */
    margin-bottom: 10px;
    position: relative;
}
.featured-image img {
    width: 100%;
    float: right;
    margin: 0px !important;
    border-radius: 15px 15px 0px 0;
    z-index: 2;
    display: block;
    margin: 0 auto;
    box-shadow: 0 7px 17px -11px rgba(0, 0, 0, .5);
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}
.icon-bottom-arrow{
    border:solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.sidebar-articles-title.active i {
    transition: .3s;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.sidebar-articles-title{
    font-size: 15px;
    color: var(--text-color);
}
.sidebar-articles-title i {
    font-size: 6px;
    color: #0095da
}
.sidebar-articles-itms {
    border-right: 1px solid var(--theam-color);
    display: none;
    overflow: visible!important;
    margin-top: 19px
}
.sidebar-articles-itms li {
    padding-right: 14px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3px
}
.sidebar-articles-itms li:first-child {
    margin-bottom: 0
}
.sidebar-articles-itms li.active .sidebar-articles-title:after {
    content: "";
    background-color: red;
    height: 1px
}
.sidebar-articles-itms li.active a {
    color: #000
}
.sidebar-articles-itms li.active:before {
    content: "";
    position: absolute;
    background-color: #fff!important;
    background: url(img/pic-sprite.png) -16px 41px;
    width: 15px;
    height: 20px;
    right: -8px;
    padding: 12px 0
}
.sidebar-articles-itms li a {
    font-size: 13px;
    color: var(--text-color);
    line-height: 31px
}
.single_page h2 {
    margin-right: -28px;
    padding-right: 27px;
    display: flex;
}
.single_page h2 {
    font-size: 20px;
    color: var(--text-color);
    align-items: center;
    position: relative;
    margin-bottom: 17px;
    font-variation-settings: "wght" 600, "DOTS" 0;
    width: 100%;
    float: right;
}

.single_page h2 .after-img2 {
    position: absolute;
    height: 104px;
    right: 0px;
    background-color: #fff;
}

.single_page h2 .after-img2 em {
    background: var(--theam-color);
    width: 10px;
    height: 10px;
    display: block;
    margin-left: 12px;
    position: relative;
    top: 50%;
    left: 20%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.single_page h2 .after-img2 i {
    position: absolute;
    font-size: 8px;
    color: #e5e5e5;
    cursor: pointer
}

.single_page h2 .after-img2 i:hover {
    color: #0095da
}

.single_page h2 .after-img2 i.h2-up {
    top: 25px;
    right: 0px;
    width: 10px;
    height: 10px;
    border: solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.single_page h2 .after-img2 i.h2-down {
    bottom: 25px;
    right: 0px;
    width: 10px;
    height: 10px;
    border: solid var(--theam-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.blog-comment{
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    width: 100%;
    float: right;
}
.blog-comment hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}
.blog-comment a {
    background: none;
    color: #82b440;
    text-decoration: none;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}



.blog-comment ul{
	list-style-type: none;
	padding: 0;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: right;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-right: 85px;
	margin-left: 0px;
	padding: 10px 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-right: 85px;
}

.blog-comment-form{
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
	text-align: center;
	margin-top: 30px;
	background: #e9e9e9;
	border-radius: 15px;
	padding: 20px 0px;
	color: #022857 !important;
}

.auth-input-wrapper{
    direction: ltr;
}

.prodacts{
    background-color: #eee;
}
.prodacts .bg-image{}
.prodacts .bg-image img{
    width: 100%;
}

.prodacts h3{font-size:16px;}

.prodact{
	
}
.prodact .tab-pane#description{}
.prodact .tab-pane#description img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}



.prodact .tab-pane#description ul {
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    list-style: disc;
    color: #000;
    list-style-position: inside;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    float: right;
}

.prodact .tab-pane#description ol {
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    color: #000;
    list-style-position: inside
}

.prodact .tab-pane#description ul li::marker {
    color: #091c71
}

.prodact .tab-pane#description ol li::marker {
    color: #0a1d71
}

.prodact .tab-pane#description p {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
    word-wrap: break-word;
    margin-bottom: 10px;
    text-align: justify;
    width: 100%;
    float: right;
}
    .prodact .tab-pane#description table {
        width: 100% !important;
        max-width: 100%;
        float: right;
        overflow-x: scroll !important;
        margin-bottom: 0;
       /* white-space: nowrap;*/
        margin: 10px 0px;
        border: 1px solid #ccc;
        height: auto !important;
    }




.prodact .tab-pane#description img {
    border-radius: 15px;
    margin: 15px auto;
    display: block
}

.prodact .tab-pane#description img {
    margin: 20px auto!important;
    max-height: 420px;
    width: auto;
    max-width: 100%
}

.prodact .tab-pane#description ol {
    list-style-position: inside;
    font-size: 15px;
    list-style: arabic-indic;
    list-style-position: inside;
    margin-bottom: 10px;
    width: 100%;
    float: right;
}
.prodact .tab-pane#description ul {

    margin-bottom: 10px;
}
.prodact .tab-pane#description p a {
    color: #E00000;
    /* border-bottom: 2px dashed #E00000; */
}

.prodact .tab-pane#description blockquote {
    font-size: 15px;
    font-weight: lighter;
    padding: 30px 50px;
    color: #fff;
    border-left: #5e669f 0 solid;
    background: #0b1c71;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
    float: right;
}

.prodact .tab-pane#description blockquote:after {
    content: close-quote;
    font-size: 5em;
    line-height: .1em;
    position: absolute;
    left: 10px;
    opacity: .5;
    bottom: 0
}

.prodact .tab-pane#description blockquote:before {
    content: open-quote;
    font-size: 5em;
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    opacity: .5;
    line-height: 1.2
}

.prodact .tab-pane#description blockquote p {
    margin: .8em 0;
    color: #fff;
    text-align: right!important
}

.prodact .tab-pane#description blockquote p span {
    color: #fff!important
}

.prodact .tab-pane#description table thead td,.prodact .tab-pane#description table thead th {
    border: 1px solid #555;
    padding: 3px 6px;
    text-align: center;
    background: #0a1d71;
    color: #fff
}

.prodact .tab-pane#description table td {
    border: 1px solid #555;
    padding: 3px 6px;
    text-align: center
}
.prodact .tab-pane#description table td p{
    text-align:center;
    margin:0px
}
.prodact .tab-pane#description hr {
    margin-top: -5px;
    padding: 0
}



    .prodact .tab-pane#description table{overflow-x: scroll !important;margin-bottom: 0;overflow: hidden;display: block;white-space: nowrap;margin: 10px 0px;border: 1px solid #ccc;height: auto !important;}

.prodact .tab-pane#description h2 {
    color: navy;
    font-size: 20px;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.prodact .tab-pane#description h3 {
    margin: 15px 0;
    color: #8B0000;
    font-size: 19px;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.prodact .tab-pane#description h4 {
    font-size: 18px;
    color: #006400;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.prodact .tab-pane#description h5 {
    font-size: 17px;
    color: #ca2fe4;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}

.prodact .tab-pane#description h6 {
    font-size: 17px;
    color: #666;
    margin: 15px 0;
    text-align: right;
    font-variation-settings: "wght" 600, "DOTS" 0;
}
.prodact .tab-pane#description table td {
    border: 1px solid #555;
    padding: 3px 6px
}
.prodact .variablebox{
    float: right;
    text-align: center;
}
.prodact .variablebox .buy-button a{
    float: unset;
    margin-top: 20px;
}
.prodact .variablebox .buy-button{
    width: 100%;
}
.prodact .prodact-display{
    justify-content: end;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px 0px;
    width: 100%;
    float: right;
    margin: 0px;
}
.prodact .prodact-display .price-with-discount{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    font-size: 17px;
}
.prodact .prodact-display .price-with-discount .original-price{
    opacity: 0.5;
    text-decoration: line-through;
}
.prodact .prodact-display .price-with-discount .discount-badge{
    color: green;
}
.prodact-info .prodact-info-box{
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    float: right;
}
.prodact-info .prodact-info-box svg{margin: 0 auto;display: block;width: 16%;fill: var(--theam-color) !important;float: right;}
.prodact-info .prodact-info-box label{
    float: right;
    text-align: right;
    color: var(--theam-color);
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
}
.prodact-info .prodact-info-box span{
    display: block;
    float: right;
}
.prodact-info-left{
    width: 84%;
    float: right;
    padding-right: 10px;
}
.prodact-info{
    width: 100%;
    float: right;
    margin: 0px;
    padding-top: 50px;
}
.prodact .productbf{
    padding: 15px;
    background: #f2f2f2;
    border-radius: 15px;
    width: 100%;
    float: right;
}
.prodact .product_short{
    line-height: 2;
    margin-bottom: 20px;
}
.prodact .price{
    width: auto;
    float: right;
}
.prodact  .variablebox .price{
    width: 100%;
    text-align: center;
}

.prodact  .buy-button{
    float: left;
}
.prodact  .buy-button a{
    background: #4CAF50;
    color: #fff;
    padding: 12px 25px;
    margin-top: 3px;
    float: left;
    border-radius: 10px;
}

.prodact .price-box{
    font-size: 17px;
}
.prodact .price-box i{
    text-decoration: line-through;
}
.Price-currencySymbol{
    margin-right: 10px;
}
.prodact .videobox{}
.prodact .videobox h2{
    width: 100%;
    text-align: center;
    line-height: 3;
    font-size: 21px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.prodact .videobox ul{
    list-style: none;
}
.prodact .videobox ul li{
    width: 100%;
    float: right;
    padding: 14px;
    background: #eee;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1;
}
.prodact .videobox ul li a{
    float: left;
    color: #000;
    font-size: 14px;
}
.prodact .videobox h2:before{
	content:"";
	position: absolute;
	border-bottom: 2px solid var(--theam-color);
	bottom: 20px;
	width: 30%;
	left: 35%;
}
.prodact .videobox video{
    border-radius: 15px;
}
.prodact .videobox h3{
	font-size: 14px;
	width: auto;
	float: right;
}
.prodact .videobox h3 span{
    font-weight: bold;
    color: var(--theam-secend-color);
}
.prodact .img_box img{
	width: 100%;
	height: auto;
	border: 1x solid var(--theam-color);
	border-radius: 15px;
}
.prodact .img_box{
	width: 100%;
	float: right;
}
.single_business{
	
}
.single_business .title{
	background: #dc1301;
	color: #fff;
	border-radius: 15px;
	margin-bottom: 20px;
}
.single_business .text{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.single_business .text ul{}
.single_business .text ul li{
    width: 100%;
}
.single_business .text ul li a{
    color: var(--theam-color);
    float: right;
    width: 100%;
}
.single_business .text ul li img{
    float: right;
    margin-left: 10px;
}
.single_business .img_box{
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.single_business ul{
	width: 49%;
	float: right;
	list-style: inside;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	height: fit-content;
	gap: 10px;
}
.content{
	width: 100%;
	float: right;
	list-style: inside;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	}
        /* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
Screen style's
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.menuuser{
    float: left;
    /* margin-top: 8px; */
    padding-right: 10px;
}
.menuuser a.submitbussenes{
        background: var(--theam-secend-color);
        padding: 6px 20px;
        color: #fff;
        border-radius: 25px;
        float: right;
        position: relative;
        z-index: 999;
        margin-left: 10px;
}
.menuuser a.login{
    background: var(--theam-color);
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    float: right;
    position: relative;
    z-index: 999;
}
.menuuser .dropdown-toggle{
    background: var(--theam-color);
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ccc;
    z-index: 99;
    position: relative;
}
.menuuser .dropdown-toggle svg{
    display:none
}
.menuuser .dropdown ul.dropdown-menu{
    top: 20px !important;
}
.menuuser .dropdown ul li{}
.menuuser .dropdown ul li svg{
    float: right;
    margin-left: 5px;
    width: 21px;
}
.menuuser .dropdown ul li a{
    font-size: 14px;
    color: #6c757d;
    line-height: 2;
}
.menuuser .dropdown ul li a:hover{
    color:var(--theam-color);
    background: unset;
}
.menuuser .dropdown ul li a:hover svg{
    fill: var(--theam-color) !important;
}
.menuuser .dropdown ul li span{
    text-align: center;
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menuuser .dropdown-toggle::after{
    position: relative;
    top: 4px;
}
.menu {
    width: auto;
    float: right;
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 5px;
    /* margin-top: 15px; */
    float: right;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    text-align: center;
}

.menu-mobile:after {
    content: "";
    padding: 0;
    width: 25px;
    display: block;
    position: relative;
    /* -webkit-transform: translateY(-25%); */
    -ms-transform: translateY(-25%);
    /* transform: translateY(-25%); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:%232d9dff;transform: ;msFilter:;'%3E%3Cpath d='M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z'%3E%3C/path%3E%3C/svg%3E");
    height: 31px;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: 0px;
    height: 25px;
    position: relative;
    z-index: 100;
}

.menu-dropdown-icon:before {
    content: "";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 1em;
    /* background: #d3e7f7; */
    color: #807f7f;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: static;
    box-sizing: border-box;
}


.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: right;
    padding: 0;
    margin: 0;

}
.menu>ul>li.menu-dropdown-icon{
    padding-left: 15px;
    position: relative;
}
.menu>ul>li.active{border-bottom: 2px solid #de2400;}
.menu>ul>li.menu-dropdown-icon:after {
    float: right;
    padding: 0;
    margin: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 10px;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    color: var(--text-color);
    text-align: right;
    font-size: 14px;
}
.menu ul li.menu-dropdown-icon:hover{position:static;}
.menu>ul>li:hover>a {
  color: var(--theam-secend-color);
    position: unset;
}

.menu>ul>li.menu-dropdown-icon:hover:after {
    display: none;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.33%;
    background: none;
    float: right;
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .4em 0;
    width: 95%;
    font-size: 0.8rem;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}


/* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
Mobile style's
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media only screen and (max-width: 959px) {
    .menu {
        width: auto;
        float: right;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:after {
        display: none;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        /* float: none; */
        display: block;
        border-bottom: 1px solid #ececec;
    }
    .menu>ul>li a {
        padding: 1.2em 2em;
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-right: 15px;
        color: var(--theam-color);
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        position: absolute;
        z-index: 9999;
        background: #ffffff;
        right: 0px;
        top: 0px;
        width: 70%;
        height: 100vh;
    }
    .menu.show-before-mobile::before{content:"";width: 100%;height: 100VH;background: #00000069;position: absolute;top: 0;z-index: 8888;}
}



/**************foooter******/
footer{
    float: right;
    width: 100%;
    margin-top: 50px;
    padding-top: 40px;
    background: var(--theam-secend-color);
    padding-top: 40px;
    margin-top: 100px;
}
footer .copyrights{
    background: var(--theam-secend-color);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    float: right;
}
.footer-wighet{
    width: 100%;
    float: right;
    text-align: right;
    height: 185px;
}
.footer-wighet .logofooter{margin-bottom: 30px;width: auto;}
.footer-wighet .wighet-title{
    text-align: right;
    color: #fff;
    font-size: 17px;
    line-height: 3;
}
.footer-wighet .soial-list{
    width: 100%;
    float: right;
}
.footer-wighet .soial-list ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.footer-wighet .soial-list ul li{width: auto;float: right;}
.footer-wighet  .soial-list ul li svg{
    width: 45px;
    height: auto;
    fill: #fff !important;
}
.footer-wighet  .soial-list ul li a{
    float: right;
    width: 100%;
}
.footer-wighet .contact{
    float: right;
    width: 100%;
    list-style: none;
    margin-top: 20px;
}

.footer-wighet ul.contact  li{
    float: right;
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}
.footer-wighet ul.contact  li svg{
	
}
.footer-wighet ul.contact li a{
    font-size: 14px;
}
.footer-wighet ul.contact li svg{
    width: 24px;
    float: right;
    margin-left: 5px;
    fill: #fff !important;
}

.footer-wighet ul {list-style: circle;color: var(--theam-color);list-style-position: inside;list-style: none;}
.footer-wighet ul li{
    width: 100%;
    text-align: right;
    line-height: 2;
}
.footer-wighet ul li a{
        color: #fff;
        font-size: 14px;
}
.footer-wighet ul li a:hover{color: var(--theam-color);}
.footer-wighet .nemadbox{
    position: relative;
    float: right;
    width: 100%;
}
.footer-wighet .nemad{
    background: var(--theam-color);
    padding: 20px;
    border-radius: 15px 15px 0px 0px;
    height: 325px;
    float: right;
    width: 100%;
    position: absolute;
    top: -100px;
}
.footer-wighet .nemad ul{
    list-style: none;
    display: flex;
    gap: 50px;
    justify-content: center;
}
.footer-wighet .nemad ul li{
    width: 50%;
    padding: 0px 10px;
    background: #f3f3f3;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    height: 160px;
}
.footer-wighet .nemad ul li img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.footer-wighet p{width:100%;font-size: 14px;text-align: right;text-align: justify;padding-left: 20px;color: #fff;}
@media (max-width: 480px) {
	.last_blog .last_blog_box{width:100%;}
	.footer-wighet .nemad{
    height: auto;
    position: relative;
    top: 0px;
    margin-top: 20px;
}
	footer{
    margin-top: 50px;
}
	footer .copyrights{
    margin-top: 0px;
}
	.footer-wighet{
    height: auto;
}
}
#loginModal{
    line-height: 1.5;
}
#loginModal p{
    color:#838383;
    float: right;
    font-size: 13px;
    }

#loginModal .editPhone{float:left;background:#fff;border:unset;color:#007bff;font-size: 14px;width: auto;padding: 0px;}
#loginModal .form-check{
    float: right;
    width: 100%;
    padding-right: 1.25em;
}
#loginModal .form-check input{margin-right: -1.25em;}


@media (max-width: 480px) {
	
.last_ads .last_ads_box{
    width: 100%;
}
header{
    /* margin-bottom: 20px; */
    /* padding: 0px 5px; */
}
	header .shoar{width: 100%;text-align: center;display: none;}
	.search-container{
    width: 70%;
    padding: 0 0px !important;
    margin-left: 2%;
}
	header .header{
    padding: 5px 0px 0 0;
    padding: 5px 5px;
}
	header .logobox{
    padding: 0px 0px !important;
    width: 30%;
}
	header .header .navbox{
    padding: 0px 0px !important;
    width: 70%;
    margin-top: 0px;
}
	header .header .selectloc{
    width: 70%;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    /* padding: 0px 10px !important; */
    margin-right: 2%;
}
	.menuuser{
    width: 82%;
    /* padding: 0px 10px !important; */
    padding: 0px;
}
	.menuuser .btn-group{
    width: 24%;
    float: left;
    justify-content: center;
}
	.menuuser .dropdown-toggle svg{
		display:block;
		float: right;
	}
	.menuuser a.submitbussenes{
    padding: 6px 10px;
    border-radius: 3px;
}
	header .header .dropdown-toggle{
    padding: 4px 5px;
}
	.menuuser .dropdown-toggle span{
		display:none;
	}
	header .header .selectloc select{
    margin: 0px;
    width: 49%;
    box-sizing: border-box;
    float: right;
}
	header .header .selectloc select:first-child{
    margin-left: 2%;
}
.single_business .img_box{
	width:100%;
	margin-bottom:20px;
}
	.single_business ul{
			width:100%;

	}
}


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

.cd-dropdown-wrapper a {
  color: #fff;
  text-decoration: none;
}



/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 33px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: rtl;
  float: left;
  z-index: 9999;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 20px 0 10px;
  line-height: 35px;
  background-color: #0073ac;
  color: #ffffff;
  border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #0073ac;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  right: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 16px;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: var(--theam-color);
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #de2300;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 35px;
    line-height: 2.5;
    font-size: 14px;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: var(--theam-color);
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: var(--theam-color);
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    right: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: calc(100vh - 200px);
	  height:auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 650px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    bottom: 65px;
    right: 0px;
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: var(--theam-secend-color);
    font-size: 16px;
    /* margin-bottom: 10px; */
    line-height: 30px;
    height: 30px;
    /* pointer-events: none; */
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 10px 0 0 -1px;
    border-left-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 10px;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: var(--theam-color);
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 0px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: var(--theam-color);
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: var(--theam-color);
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
    min-height: 560px;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 var(--theam-color);
    color: var(--theam-color);
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
   
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 var(--theam-color);
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {

}
.has-children > a::after, .go-back a::after {
  /* -webkit-transform: rotate(-45deg); */
  /* transform: rotate(-45deg); */
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* background: #b3b3b3; */
  }
}

.has-children > a {
  padding-left: 40px;
}
.has-children > a::before {
  /* arrow goes on the right side - children navigation */
  left: 20px;
  /* -webkit-transform-origin: 9px 50%; */
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  /* transform-origin: 50% 9px; */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  top: 5px;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}
.btn-primary{
	background:#de2400;
	border-color: #de2400;
}
.navbar-toggler{background:#FFF;}


.contact-us{}
.contact-us label{
    width: 100%;
    float: right;
    margin: 20px 0px;
}
.contact-us input{}
.contact-us .list-unstyled{}
.contact-us .list-unstyled li{
    padding: 10px;
    text-align: center;
    border: 1px solid #0073ad;
    margin-bottom: 30px;
    border-radius: 20px;
}
.contact-us textarea{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.contact-us .btn-primary{
    float: left;
}
.contact-us .list-unstyled a{
    color: #fc1b20;
}


.videobox{
    width: 100%;
    float: right;
}
.videobox video{
    width: 100%;
}

.pack-theme{
     fill: none;
     stroke: #414141;
     transition: all .3s;
}
.pack-theme svg {
    stroke: var(--theam-color);
    fill: var(--theam-color);
}

.bg-label-secondary {
  background-color: #e7ebef !important;
  color: #69809a !important;
}

.bg-label-success {
  background-color: #dff9ec !important;
  color: #39da8a !important;
}

.bg-label-info {
  background-color: #d6f7fa !important;
  color: #00cfdd !important;
}

.bg-label-warning {
  background-color: #fff2e1 !important;
  color: #fdac41 !important;
}

.bg-label-danger {
  background-color: #ffe5e5 !important;
  color: #ff5b5c !important;
}

.bg-label-light {
  background-color: #fbfbfc !important;
  color: #e5e9ed !important;
}

.bg-label-dark {
  background-color: #e2e4e6 !important;
  color: #495563 !important;
}

.bg-label-gray {
  background-color: rgba(242, 243, 245, 0.92) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}


.prodacts_page_color .title{
    text-align: center;
    background: var(--theam-color);
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 25px;
}
.prodacts_page_color .title h1{
    line-height: 3;
    font-size: 23px;
    color: #fff;
}
#player iframe{
    width: 100%;
    height: calc(100vh - 200px);
    float: right;
}

.schema-faq {
    margin: 20px 0px;
    width: 100%;
    float: right;
}
.schema-faq .schema-faq-section{
    background: #ffffff;
    padding: 10px;
    margin: 15px 0px 0px 0px;
    border-radius: 10px;
    border: 1px solid #e4e2e2;
    width: 100%;
    float: right;
    min-height: 48px;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-box-shadow: 0 0 25px rgba(227,229,230,.5);
    -moz-box-shadow: 0 0 25px rgba(227,229,230,.5);
}
.schema-faq .schema-faq-section.active p{
    display:block;
    padding: 0px 45px 0px 20px;
}
.schema-faq .schema-faq-section p{
    display:none;
    margin-top: 10px;
    width: 100%;
    float: right;
    padding: 0px 45px 0px 20px;
}
.schema-faq-question {
    display: block;
    position: relative;
    font-size: 15px;
    padding: 0px 45px 0px 20px;
    cursor: pointer;
    color: #004225;
}

.schema-faq-question:before,.schema-faq-question:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #004225;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    right: 14px;
    top: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease
}

.schema-faq>.schema-faq-section .schema-faq-question:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.schema-faq>.schema-faq-section.active .schema-faq-question:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.schema-faq>.schema-faq-section.active .schema-faq-question:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.quantity-control{
    display: flex;
    gap: 10px;
    text-align: center;
}