@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/darvish-bold.eot');
    src: url('../fonts/darvish-bolddarvish-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/darvish-bold.woff') format('woff'),
         url('../fonts/darvish-bold.ttf') format('truetype');
}
/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #777777 #EEEEEE;
  }
  
  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
	height: 10px;
	width: 10px;
  }
  *::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #EEEEEE;
  }
  
  *::-webkit-scrollbar-track:hover {
	background-color: #DDDDDD;
  }
  
  *::-webkit-scrollbar-track:active {
	background-color: #CCCCCC;
  }
  
  *::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #777777;
  }
  
  *::-webkit-scrollbar-thumb:hover {
	background-color: #555555;
  }
  
  *::-webkit-scrollbar-thumb:active {
	background-color: #333333;
  }

body {
	font-family: 'CustomFont', Tahoma;
	font-weight: 400;
	color: #666;
	font-size: 11px;/*12px*/
	line-height: 20px;
	width: 100%;
	background-color: #000;
	background-image:url('/image/catalog/assets/emamhussainpattern.jpg');
	background-attachment: fixed;
}

p{
	line-height: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: normal;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 7px;
}
h6 {
	font-size: 6px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.form-control {
	min-height: 37px;
}

.form-inline .form-group{
    margin:0 10px 20px;
}

.form-inline .form-group > label{
    min-width: 75px;
    font-weight: bold;
    max-width: 150px;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio]{
    margin:0 5px;
}
.form-inline h4{
    border-bottom:1px solid #00000011;
    line-height: 23px;
    margin-bottom: 20px;
    font-size:20px;
}


.form-inline h4 + h4{
    font-size:16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.overflow-hidden{
    overflow:hidden;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus, .block-container .nav-tabs>li.active>a, .block-container .nav-tabs>li.active>a:hover, .block-container .nav-tabs>li.active>a:focus {
    border: none !important;
    border-bottom:2px solid #229ac8 !important;
	background: none;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f0f0f0;
}

.block-container:has(>[data-is="vd-block-image"]){
	overflow: hidden;
}
.block-child:has(.vd-button-wrapper ){
    display:inline-block;
}

.vd-frontend #sortable .no-padding{
    max-width:1600px;
}

/* top */
#top {
	padding: 0;
	margin: 0;
	z-index:10000;
}
#top .fa{
	color: #fff;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: right;
	color: #000;
	padding:10px 20px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #08575E;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #eee;
	text-decoration: none;
	background: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top .dropdown-menu:has(form){
	padding: 10px;
    min-width: 250px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 14px;
}
#top-links a + a {
	margin-right: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

#common-home{
    padding-top:0;
}

#common-home .blog-box > .nav{
    display:none;
}

.mainmenu{
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top:50px;
    z-index: 1000;
}

.mainmenu > .container-fluid{
    max-width:1600px;
    margin:0 auto;
    
}
.mainmenu .navbar{
	margin: 0;
	background: none;
}

.mainmenu .nav>li:focus>a,.mainmenu .nav>li:hover>a{

	background: #fff;
	color: #000 !important;
}

.navbar-nav > li .dropdown-submenu:hover > .dropdown-menu, .navbar-nav .open .dropdown-submenu:hover > .dropdown-menu{
    left:auto;
    right:100%;
}

.navbar-brand{
    transition: all 0.3s;
    height:100px;
}
.navbar-brand img {
    height:100%;
    margin-right:20px;
}

.mainmenu .navbar-header .fa{
	color: #666;
}

.mainmenu .navbar-nav{
	float: none;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .navbar-brand{
        height:85px;
    }
}
@media (min-width: 1001px) {
    .mainmenu .navbar-nav > li > a{
        padding:10px 15px;
    }
.mainmenu.sticky .navbar-nav > li > a{
        padding:25px 15px !important;
    }
}

.mainmenu.sticky .navbar-brand{
    height:80px;
}

.mainmenu .navbar-nav > li > a,.mainmenu .navbar-nav .open > a{
    transition: all 0.3s;
	color: #fff;
	border-radius: 20px;
}


.mainmenu .dropdown-menu{
    background: rgb(6,14,120);
background: #fff;
}

.mainmenu .dropdown-menu .caret{
    border-right-color:#333 !important;
}

.mainmenu .navbar-toggle{
    transition: all 0.3s;
    margin-top:38px;
}

.mainmenu.sticky .navbar-toggle{
    margin-top:25px;
}
.navbar-nav > li .dropdown-menu li a:hover, .navbar-nav .open .dropdown-menu li a:hover{
    
	background: #26874600 !important;
	color: #000 !important;
	border-radius:0 !important;
	border: 1px solid #333;
	border-left: 0;
  border-right: 0;
  border-top: 0;
	
}

.mainmenu .navbar-nav > li .dropdown-menu li a,.mainmenu .navbar-nav .open .dropdown-menu li a{
    color:#333;
    border-bottom:1px solid #00000000;
}
#main-menu .nav>li{
	padding: 5px 2px;
	float: none;
	border-bottom: 2px solid #ffffff66;
}

#main-menu .nav li.active>a{
    background-color:#e0e0e0;
    color:#000;
}

#main-menu .nav li>a:hover{
    
}

#main-menu .dropdown-menu li a:hover>.caret{
	border-right-color : #000 !important;
}

/* breadcrumb */
.breadcrumb {
    margin: 150px -8px 15px;
    padding: 0;
    border: none;
    border-radius: 25px;
	overflow: hidden;
	text-align: right;
	background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 12px 10px 12px 0px;
	position: relative;
	white-space: nowrap;
	background: none;
	color: #fff;
}
.breadcrumb  li + li:before {
    content: '>';
    padding: 0 0 0 12px;
    color: #fff;
    font-weight: bold;
}
.breadcrumb a{
	color:#fff;
	position: relative;
	z-index: 2;
}

@media (max-width: 1000px) {
    
    .mainmenu{
        position: relative;
        top:25px;
    }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
  #main-menu .nav>li{
      width:100% !important;
  }
  
  .breadcrumb{
      margin-top:30px;
  }
}

/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
	margin-top: 30px;
    padding-top: 30px;
    color: #333;
	-webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background:#fff;
}
footer h2 {
	color: #fff;
	font-size: 15px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #333;
}
footer h5 {
	font-family: 'CustomFont', Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

footer>.container{
        padding-bottom: 40px;
}

footer>.container-fluid{
	background:#676D7B;
}

footer #powered {
	text-align:center;
    padding: 20px 0;
    max-width:1900px;
    margin:0 auto;
    position:relative;
}

footer #powered .pull-left{
    float:none !important;
    position:absolute;
    top:-40px;
    left:0;
    right:0;
    text-align:center;
}

footer #powered .pull-right{
    float: none !important;
    margin: 0 auto;
    padding: 0 148px 0 0;
    background: url('/image/benmay-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    display: inline-block;
    min-height:40px;
}

footer #powered .pull-right a{
    color:#fff;
}
footer .links{
    text-align:center;
}
footer .links li{
    display: inline-block;
    padding: 25px 10px 10px;
}

body.loading{
    background:#000;
}

body.loading footer,
body.loading #top,
body.loading .mainmenu,
body.loading .breadcrumb,
body.loading #content>*{
    display:none;
}

body.loading #content>.vd-frontend{
    display:block;
    margin-top:calc(40vh);
}

#loading-bar{
    display:none;
    position:absolute;
    height:2px;
    width:0;
    left:calc(50% - 120px);
    margin-top:50px;
    background:#dd0000;
-webkit-box-shadow:0px 0px 12px 6px #990000;
-moz-box-shadow: 0px 0px 12px 6px #990000;
box-shadow: 0px 0px 12px 6px #990000;
}

body.loading #loading-bar{
    display:block;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	
    padding:10px 15px;
    border-radius: 30px;
	font-size: 12px;
	border: 2px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
	z-index:10000;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #fff;
	border-color: #fff;
	background: #000;
}

.btn-secondary{
	color: #000;
	border-color: #000;
	background: #fff;

}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(0,34,51);
	background: linear-gradient(90deg, rgba(0,34,51,1) 0%, rgba(0,168,255,1) 100%);
	border-color: rgb(0,34,51);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-dark{
    background:#000;
    color:#fff;
}

.btn-dark:hover,.btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.disabled, .btn-dark[disabled] {
	background-image: none;
	background-color: #ffffff;
	color:#000;
	border-color:#000;
}

.btn-outline {
    background:none;
    border-style: solid;
    border-width: 2px;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover,
.btn-outline-info:focus{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: right;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-right: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-right: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-right: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-right: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: right;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-right: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	direction: ltr;
}
.thumbnails > li {
	margin-right: 20px;
}
.thumbnails {
	margin-right: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
}
.thumbnails .image-additional {
	float: none;
	margin-right: 20px;
	display: inline-block;
}

.thumbnail{
	border-radius: 10px;
}

a.thumbnail{
	border:4px solid #eee;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border:4px solid #abedef;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:right;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:right;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

#column-left,
#column-right{
	border: 1px solid #00000033;
	border-radius: 30px;
	background:#fff;
	padding-top:30px;
	position:sticky;
	top:10px;
}


#column-left .blog-box .nav li a{
    border: none !important;
    font-weight: bold;
    font-size: large;
}

#column-left .blog-box .description {
    padding-right:25px;
    position:relative;
}

#column-left .blog-box .description::before{
    content:' ';
    width:15px;
    height:15px;
    border-radius:50%;
    background:#000;
    position:absolute;
    right:5px;
    top:calc(50% - 7px);
}


#column-left .blog-box .thumb + .description {
    padding-right:5px;
}


#column-left .blog-box .thumb + .description::before {
    display:none;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

#currencies>div,
#currencies>div>div{
	height: 100%;
}

/* CSS Document */
.swiper-viewport {
	margin: 0 0 10px;
	background: #fff;
	z-index: 1;
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	width: 100%;
	position: relative;
	overflow: visible;
}
/* Benmay Code */
.swiper-container {
	direction: ltr !important;
	text-align: right;
}
.swiper-container .swiper-slide{
	direction: rtl;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
    color: rgba(0, 0, 0, 0.8);
    transition: all .3s ease;
    z-index: 2;
    background-color: #00000066;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: cover !important;
    border: 12px solid #00000001;
	background-image: none !important;

}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: ' ' !important;
	border-left: 9px solid #fff;
	border-right: transparent;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	width: 1px;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: calc(50% - 3px);
	top: calc(50% - 4px);
}

.swiper-button-prev::after{
	border-right: 9px solid #fff;
    border-left: transparent;
    left: calc(50% - 5px);
}
.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 10px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 10px;
	
}
/* Desktop */
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev {
	opacity: 0;
	left: -20px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0;
	right: -20px;
}
.swiper-viewport:hover .swiper-button-prev {
	opacity: 0.7;
	left: 10px;

}
.swiper-viewport:hover .swiper-button-next {
	opacity: 0.7;
	right: 10px;
}
}
.swiper-pagination {
	bottom: -40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7);
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}

.swiper-viewport{
	background: none !important;
	border: none !important;
	box-shadow:none !important;
	border-radius: 10px !important;
}
.swiper-viewport img{
	margin: 0 auto;
}
.swiper-container {
    overflow: hidden;
    border-radius: 10px;
}

@media (min-width: 768px) {


}

@media (max-width: 767px) {
	
}


.swiper-button-prev, .swiper-button-next {
    color: rgba(0, 0, 0, 0.8);
    transition: all .3s ease;
    z-index: 2;
    background-color: #00000066;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    border: 12px solid #00000001;
}


.slideshow .title{
position: absolute;
    bottom: 0;
    padding: 15px 15px 35px;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height:24px;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
	background: #00000066;
	-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


@media (max-width: 767px) {
	
    .slideshow .title{
        position: relative;
	    background: #000;
	    min-height:110px;
    }
}

.swiper-pagination{
	bottom: 10px !important;
}
.swiper-pagination-bullet{
	width: 5px !important;
	height: 5px !important;
	margin: 0 2px !important;
}
.swiper-pagination-bullet-active{
	width: 20px !important;
	border-radius: 5px !important;
}

.blog-box  .tab-pane>img+.post-list .media{
	border-bottom: 1px solid #1f90bb20;
}
.blog-box  .tab-pane>.read-more{
	position: absolute;
	bottom: 0px;
	white-space:nowrap;
	width: 100%;
	text-align: center;
	z-index: 900;
}
.blog-box  .tab-pane>.read-more a{
	border-bottom: 2px solid #4bb2d9;
}

.blog-box .tab-pane.has-more{
    
	padding-bottom: 60px;
	position: relative;
}
.blog-box .tab-pane:has(.read-more){
	padding-bottom: 60px;
	position: relative;
  }

.blog-box .media{
	padding: 5px 0;
	margin-top: 0;
	border-bottom: 1px solid #00000022;
}

.blog-box .media-body{
	color: #999;
}

.blog-box .media-body p{
    max-height: 42px;
    font-size: 11px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.blog-box .vertical .media:hover{
	background: #00000011;
}

.blog-box h4{
    color: #000;
    font-size: 13px;
    max-height: 48px;
    overflow: hidden;
    line-height:25px;
}
.blog-box .vertical .description{
	padding: 0 5px;	
}
.blog-box .vertical .thumb{
	padding: 0 5px;
}
/*
.blog-box h4::before{
	content: ' ';
    width: 10px;
    height: 10px;
    background: rgb(0,34,51);
	border: 1px solid rgb(0, 90, 134);
    background: linear-gradient(-30deg, rgb(0, 90, 134) 0%, rgb(99, 203, 255) 100%);
    transform: rotate(45deg);
    display: inline-block;
    margin: 0px 2px 0 4px;
}*/
.blog-box .date{
	color: #999;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
}

.blog-box .post-list{
	overflow-y: auto;
	overflow-x: hidden;
	padding:10px;
}
.blog-box .post-list .thumb,
.blog-box .post-list .thumb img
{
	border-radius: 10px;
}

.blog-box img + .post-list .media:first-child .media-heading{
	font-weight: bold;
}

.blog-box .tab-pane>img{ 
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
}

.blog-box .swiper-slide{
	direction: rtl;
	position: relative;
	height: auto !important;
	padding:0 5px;
}
.blog-box .swiper-slide .thumb{
	display: block;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
	background: #000000;
	background-size: cover;
	background-position: center;
}
.blog-box .swiper-slide img{
	min-height: 100%;
}

.blog-box .swiper-pagination{
	text-align: left;
	width: fit-content;
	z-index: 1000;
}
.blog-box .tab-content{
	padding: 5px;
	overflow: hidden;
}
.blog-box .swiper-viewport{
	margin: 0;
}
.blog-box .swiper-pagination {
    bottom: -10px !important;
}

.blog-box .nav-tabs{
	margin:0 15px;
	border: none;
}
.blog-box .tab-content:has(>.list.active){
	background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.blog-box .tab-content .list .thumb,
.blog-box .tab-content .list .thumb img{
	width: 100%;
	display: block;
	background:#000;
}
.blog-box .tab-content .list .row > div {
	position: relative;
	margin-bottom: 30px;
	border-radius: 15px;
}


.blog-box .list .thumb + .description{
	background-color: #00000099;
	color: #666 !important;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: 0 10px 2px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: 0.2s all ease;
}
.blog-box .list .post-list > div:hover .description {
	padding-bottom: 10px;
	
}

.blog-box .tab-content .list .description h4{
	font-size: 16px;
	margin: 0;
	max-height: 55px;
	overflow: hidden;
	padding: 5px 0;
	color: #666;
}
.blog-box .tab-content .list .description h4:has(+ p) {
	white-space: nowrap;
}

.blog-box .tab-content .list .description p{
	max-height: 32px;
    overflow: hidden;
    line-height: 16px;
	margin: 0 0 3px;
}
.blog-box .tab-content .list .description .date{
	color: #999;
}
.blog-box .tab-content:has(>.slider){
	padding: 0;
}


.blog-box .slider .description{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	color: #fff;
	background-color: #00000066;
}
.blog-box .slider .date{
	color: #fff;
	padding: 5px 15px;
}
.blog-box .slider h4{
	color: #fff;
	font-size: 18px;
	padding: 0 50px;
}
.blog-box .slider .swiper-pagination {
	bottom: 0px !important;
	left: 15px;
	right: 15px;
	width: calc(100% - 30px);
	text-align: center;
	padding: 5px 0;
}


.blog-box .slider .swiper-pagination-bullet{
	background-color: #fff !important;
}
.blog-box .slider .swiper-slide{
	padding:0;
}

.blog-box .slider .description p{
    width: 100%;
    border-bottom: 1px solid #ffffff66;
    margin-bottom: 0;
    padding: 0 50px 30px;
    font-size: 12px;
    max-height: 55px;
    overflow: hidden;
    line-height: 18px;
}

.blog-box .slider img{
	border-radius: 0;
}
.blog-box .slider .thumb{
    overflow: hidden;
    border-radius: 0;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masonry .post-list {
    --masonry-gap: 1rem;
    column-gap: var(--masonry-gap);
    column-fill: initial;
}

.masonry .post-list > * {
    break-inside: avoid;
    margin-bottom: var(--masonry-gap);
}

@supports(grid-template-rows: masonry) {
    .masonry .post-list {
      display: grid;
      gap: var(--masonry-gap);
      grid-template-rows: masonry;
      align-tracks: stretch;
    }

    .masonry .post-list > * {
        margin-bottom: initial;
    }
}

.masonry-item {
    color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}


.masonry-item .thumb{
	width: 100%;
	height: max-content !important;
	display: inline-block;
}

.masonry-item .thumb img{
	width: 100%;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.masonry-item h4{
	max-height: max-content;
	line-height: unset;
	padding: 5px 20px 10px;
}
.masonry-item h4::before{
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f00;
	display: inline-block;
	margin: 0 5px;
}


.masonry-item img{
transition: all 0.5s;
}
.masonry-item:hover img{
	filter: brightness(130%);
}

.notification {
	overflow: hidden;
	height: 30px;
	position: relative;
}

.notification p{
	white-space: nowrap;
	color: #fff;
	display: inline-block;
  }
  

  .notification .top-bar-msg  {
	bottom: 10px;
	width: 100%;
	position: absolute;
	height: 100%;
	width: max-content;
	margin: 0;
	line-height: 50px;
	right: 20px;
	/* Apply animation to this element */	

   }

   /* Move it (define the animation) */
   @-moz-keyframes marquee {
	0%   { left:-100%; }
	100% { left: 100%; }
   }
   @-webkit-keyframes marquee {
	0%   { left:-100%; }
	100% { left: 100%; }
   }
   @keyframes marquee {
	0%   { left:-100%; }
	100% { left: 100%; }
   }

   .notification .top-bar-msg a{
	position: relative;
	padding-right: 40px;
   }
   .notification .top-bar-msg a:before {
	content:'●';
	font-size: 22px;
	line-height: 0;
	color: #00454a;
	position: absolute;
	right: 12px;
	top:12px;
   }
   .vd-image-container img {
	max-width: 100%;
   }

   .bm{
	border:1px solid #00000033;
	border-radius: 20px;
	padding: 15px;
	background:#fff;
   }



   .bm .bm-grid-item-body {
	background-color: #00000011;
	padding: 10px;
	margin-bottom:10px;
   }

   .bm blockquote{
	margin: 10px 0;
	font-size: 12px;
	text-align: justify;
   }
   .bm .post-thumb .post-thumb-footer{
	padding: 0 !important;
   }
   .bm .post-thumb .image {
    margin: 0 10px 20px;
}

.bm .post-thumb .post-thumb-body .short-description {
    height:53px;
    max-height:53px;
    overflow: hidden;
    font-size:11px !important;
}
.post-type-image .image a,
.post-type-video .image a,
.post-type-image .thumb,
.post-type-video .thumb
{
	position: relative;
}

.post-type-image .image a::after,
.post-type-video .image a::after,
.post-type-image .thumb::after,
.post-type-video .thumb::after,
.bm-videos .media-left::after
{
    font-family: 'Glyphicons Halflings';
    content: "\e046";
    position: absolute;
    font-size: 46px;
    top: 5px;
    left: 6px;
    color: #ffffffcc;
}

.post-type-image .thumb.media-left::after{
	left: 15px;
}

.post-type-video .image a::after,
.post-type-video .thumb::after,
.bm-videos .media-left::after{
	content: "\e072";
    position: absolute;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
    font-size: 46px;
    color: #ffffffcc;
}


.post-type-video .image a:hover:after,
.post-type-video .thumb:hover::after,
.bm-videos .media:hover .media-left::after{
    
}

   .bm .bm-post-info .title{
	text-align: right !important;
   }

   .bm .bm-post-info .category{
	text-align: right !important;
   }
   
   .bm .bm-post-content .description{
       text-align:justify;
   }

   .bm .bm-post-content .description img{
       max-width:100%;
   }
   .bm-grid>.row{
       
   }

   .bm:has(.bm-category-info) .post-thumb .image {
	float: none;
	margin: 0;
	max-width: none;
   }


   .bm-grid-item-body,
   .bm:has(.bm-post-info){
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
   }

   .bm-grid-item-body .image img{
    border-radius: 20px;
   }
   .bm .post-thumb .post-thumb-heading .title{
	text-align: right !important;
	max-height: 50px;
    overflow: hidden;
    height: 50px;
    font-size:13px;
   }
   .post-thumb div:has(>.date-published){
	float: none !important;
   }

   .bm .post-date{
	margin-top: 10px;
   }
   .bm .bm-post-info .title-information{
	margin: 0 !important;
   }

   .bm .bm-post-info .title-information .details{
	text-align: right !important;
   }

   .bm .bm-post-info .title-information .rating {
    float: left !important;
    text-align: left !important;
}

.bm .bm-post-info .title-divider{
	display: none !important;
}


.bm .bm-post-info,
.bm .bm-post-content {
	padding: 0 50px 20px;
}
.bm .block-title, .bm .bm-post-content .bm-reviews > .h2, .bm .bm-post-content .form-review > .h2, .bm.bm-module > .h2{
	text-align: right !important;
}

.bm .bm-post-info .btn-edit{
	left: 20px;
	right: inherit !important;
}

.bm .bm-post-info .image{
    margin:0 -50px 40px !important;
}

.bm .bm-post-info .image img{
    border-radius: 30px;
}

.bm .h1, .bm h1{
	font-size: 18px !important;
}
.bm .bm-category-info, .bm .bm-author-info{
	padding: 0 !important;
	margin: 0 !important;
}

.bm-category-info .title{
	text-align: center;
	padding-bottom: 30px;
}



.bm .bm-categories .h3{
	display: none;
}

.bm .bm-categories > .row{
	display: table;
	margin: 0 auto;
}
.bm .bm-categories > .row>div{
	float: none;
	display: table-cell;
	background: #31a9a5;
	padding: 5px;
}


.bm .bm-categories > .row>div:last-child{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-left: 15px;
}

.bm .bm-categories > .row>div:first-child{
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-right: 15px;
}

.bm .bm-categories .item-cateogry{
	color: #fff;
	padding: 10px !important;
	border-radius: 10px;
	text-decoration: none !important;
}
.bm .bm-categories .item-cateogry:hover{
	background: #00000033;
	text-decoration: none !important;
}

.bm .bm-categories .item-cateogry .title:hover{
	text-decoration: none !important;
}

.bm .post-thumb .post-thumb-footer .read-more{
    background: #000;
    width: calc(100% - 20px);
    margin: 10px 10px 0px;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    color: #fff !important;
    float: none !important;
}
.bm-videos {
	background-color: #333333;
	margin-bottom: 30px;
	padding: 15px 0 10px;
}
.bm-videos .media{
	border-bottom: 1px solid #009fc299;
	padding-bottom: 5px;
	padding: 5px 0px;
	margin: 0;
}
.bm-videos .media:hover,
.bm-videos .media.active{
	background-color: #00000066;
}
.bm-videos .media-left{
	background-color: #000000;
	position: relative;
	vertical-align: middle;
	padding: 0;
	margin-left: 10px;
}

.bm-videos .media-object{
	width: 120px;
}
.bm-videos .video-list{
	height: 500px;
	overflow: auto;
	padding-right: 0;
}

.bm-videos .video-list .media-heading{
	color: #ffffff;
	margin:0 5px;
}
.bm-videos .video-list h4{
	font-size: 13px;
}
.bm-videos #post-video-player{
	height: 500px;
	max-height: 500px;
	background-color: #000000;
}

@media (max-width: 767px) {
	.bm-videos #post-video-player{
		height: initial;
	}
}

.category-tab{
	text-align: center;
	margin-top: 115px;
}

.category-tab .nav-tabs{
    float: none;
    display: inline-block;
    margin: 0 auto 50px;
	border: none !important;
}
.category-tab .nav-tabs li{
	background: #31a9a5;
    margin: 0;
    padding: 5px;
}
.category-tab .nav-tabs li:first-child{
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-right: 15px;
}
.category-tab .nav-tabs li:last-child{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-left: 15px;
}

.category-tab .nav-tabs li a{
	color: #fff;
    border: none !important;
    border-radius: 10px;
    padding: 12px 17px;
    background: none;
	font-size: 12px;
}
.category-tab .nav-tabs li.active a,
.category-tab .nav-tabs li:hover a{
	background-color: #00000033 !important;
    border: none !important;
	color: #fff;
}

.category-tab + .bm{
	position: relative;
}

.category-tab + .bm .bm-category-info {
    position: absolute;
    top: -220px;
    left: 0;
    right: 0;
}

   .box-style{
	background: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
	overflow: hidden;
   }

   div[id*='account-'] #content{
	
	background: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
   }

   .compaign-container{
	background: #fff;
    padding: 10px !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
   }

   .mfp-arrow-left{
	right: auto !important;
   }

   
.mfp-iframe + .mfp-bottom-bar {
  
	top: calc(100% + 40px);
  }
  
  .mfp-iframe.video-thumb{
	position: relative;
  }
  .mfp-iframe.video-thumb .glyphicon{
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	font-size: 30px;
	color: #00000099;
	border: 5px solid #00000099;
	border-radius: 50%;
	padding: 8px 7px 9px 10px;
	background-color: #ffffff99;
  }

  
  .mfp-iframe.video-thumb:hover .glyphicon{
	background-color: #ffffffcc;
  }
   .container-mppoll{
	background: #fff;
    padding: 10px;
	margin: 0 !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
   }
   .mppoll-module .module_head h3 {
    margin: 0 20px -2px !important;
    font-size: 13px !important;
    border-bottom: 2px solid #229ac8 !important;
    padding: 9px 15px !important;
    display: inline-block !important;
    background: none !important;

}

.mppoll-module{
	border: none !important;
}

.my-mppolls .list{
}


.my-mppolls .list-group{
	
}

.my-mppolls .buttons .btn{
	min-width: 120px;
	background: #fff;
	color: #000;
}

.chart-holder{
	text-align: right;
}
.progress-bar-warning {
    background-color: #ffd45c;
}
.progress-bar-danger {
    background-color: #ff9693;
}
.progress-bar-success {
    background-color: #7dff7d;
}
.progress-bar-info {
    background-color: #86e3ff;
}
.mppoll-module .progress .progress-bar + div {

	color: #000;

}
.mppoll-module .progress-bar {
    padding-top: 1px;
}
.mppoll-module .progress-bar::before {
	content: ' ';
	width: 1px;
	display: inline-block;
}
.mppoll .media-right{
	width: 30%;
	padding: 0;
}

.mppoll .media-right img{
	width: 100%;
	border-radius: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(0,34,51);
	background: linear-gradient(90deg, rgba(0,34,51,1) 0%, rgba(0,168,255,1) 100%);
	border: none;
}

#poll-box .block-container{
	min-height: auto;
}
#poll-box:has(.mppoll):has(.blog-box) .media-right{
	display: none;
}
/*
#poll-box:has(.mppoll):not(:has(.blog-box)) .block-inner.col-lg-6
,#poll-box:has(.blog-box):not(:has(.mppoll)) .block-inner.col-lg-6{
	width: 100%;
    max-width: 100%;
    flex: none;
}

#poll-box:has(.blog-box):not(:has(.mppoll)) .blog-box .thumb {
	float: right;
	width: 35%;
	margin: 10px
}*/
#message-link i{
	font-size: 18px;
	font-weight: bold;
}
#message-link.unread{
	position: relative;
}
#message-link.unread:before{
	content: ' ';
	background-color: #ff0000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	top: -1px;
}

#message-list tbody tr{
	background-color: #eee;
}

#message-list tbody tr.unread{
	background-color: #fff;
}



.banner_grid{
	text-align: center;
}
.banner_grid>div{
	margin-bottom: 30px;
}
.banner_grid img{
	margin: 0;
}
.banner_grid h3{
	margin: 0;
	font-size: 18px;
}
.box-title{
	color: #000;
	text-align: center;
}

.box-title *{
    margin:0;
}


.testinomials>h3::after{
	content: ' ';
    display: inline-block !important;
    width: 0;
    height: 0;
    margin: 0 auto 30px;
    vertical-align: middle;
    border-top: 15px solid #f00;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 85px;
    left: calc(50% - 10px);
}
.testinomials .owl-item .item{
	background: #00973E;
	border-radius: 10px;
	margin: 50px;
	padding: 30px 80px 30px 30px;
	min-height: 160px;
}

.testinomials .owl-item .img-circle{
	position: absolute;
    right: 0;
    top: calc(50% - 60px);
    border: 5px solid #00973E;
    width: 120px;
}
.testinomials .owl-carousel .owl-buttons>div{
	background-color: #00000066;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 28px;
}

.testinomials .owl-buttons div i{
	margin: 0 !important;
	color: #f00;
}


.testinomials .owl-carousel .owl-buttons div i{
	font-size: 18px !important;
}

.blog-calendar .month-title{
	text-align: center;
	margin-bottom: 30px;
	color: #447C57;
	position: relative;
	font-size: 28px;
	font-weight: bolder;
}
.blog-calendar .days .swiper-slide{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 25px;
	color: #fff;
	text-align: right;
	background: #32A959;
	opacity: 0.7;
	font-size: 14px;
	cursor: pointer;
}
.blog-calendar .days .swiper-slide h3{
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 25px;
}

.blog-calendar .days .swiper-slide-active{
	padding: 30px;
	margin-top: -5px;
	opacity: 1;
	background: #278747;
}
.blog-calendar .days .swiper-slide-active + .swiper-slide,
.blog-calendar .days .swiper-slide:has(+ .swiper-slide-active) {
	opacity: 1;
}

.blog-calendar .days .swiper-container{
	overflow: visible;
	overflow-x: clip;
}

.blog-calendar .posts .swiper-slide{
	text-align: right;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;

}
.blog-calendar .posts .swiper-slide h3,
.blog-calendar .posts .swiper-slide h4{
	margin: 0;
	padding: 0;
}

.blog-calendar .posts .swiper-slide h3{
	font-size: 40px;
	line-height: 25px;
}

.blog-calendar .posts .swiper-slide .title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 10px;
    transition: all .3s ease;
}

.blog-calendar .posts .swiper-slide .title{
	background-image: linear-gradient(180deg, #00973E05 0%, #00973E99 50%);
}

.blog-calendar .posts .swiper-slide-active .title{
	background-image: linear-gradient(180deg, #00973E05 0%, #00973E 50%);
}

.blog-calendar .posts .swiper-slide:hover .title{
	padding-bottom: 20px;
	background-image: linear-gradient(180deg, #ff000005 0%, #ff0000 50%);
}

.blog-calendar .month-button-next,
.blog-calendar .month-button-prev{
	background: #00000033;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	left: calc(50% + 65px);
	top:10px;
}

.blog-calendar .month-button-prev{
	left: calc(50% - 100px);
}
.blog-calendar .month-button-next:hover,
.blog-calendar .month-button-prev:hover{
	background: #00000066;
}

.blog-calendar .month-button-next::after,
.blog-calendar .month-button-prev::after{
	    content: ' ';
    border-left: 9px solid #f00;
    border-right: transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 4px);
}
.blog-calendar .month-button-prev::after{
	border-right: 9px solid #f00;
    border-left: transparent;
    left: calc(50% - 5px);
}

.blog-calendar .countdown{
	background-repeat: no-repeat;
	background-position: top right;
	border-radius: 15px;
	overflow: hidden;
}

.blog-calendar .countdown>div{
	background: #32A959;
	margin-right: 250px;
	border-radius: 15px;
	padding: 15px 65px 15px 30px;
	color: #fff;
	position: relative;
}


.blog-calendar .countdown>div>.btn{
	float: left;
}

.blog-calendar .countdown>div::after{
	content: ' ';
	display: block;
	clear: both;
}
.blog-calendar .countdown>div>h4{
	color: #447C57;
}

.blog-calendar .countdown .until{
	background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff 50%);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	position: absolute;
	right: -50px;
	top:calc(50% - 50px);
	animation: rotateCircle 2s linear infinite;
	padding: 2px;
	display: table;
}

.blog-calendar .countdown .until>div{
    background: #32A959;
    border-radius: 50%;
    animation: rotateCircle 2s linear infinite reverse;
    display: table;
    width: 100%;
    height: 100%;
}

.blog-calendar .countdown .until h4{
	margin: 0;
    padding: 20px 0 0;
    font-size: 35px;
    line-height: 36px;
}

  
  @keyframes rotateCircle {
	0% {
	  transform: rotate(0);
	}
  
	25% {
	  transform: rotate(90deg);
	}
  
	50% {
	  transform: rotate(180deg);
	}
  
	75% {
	  transform: rotate(270deg);
	}
  
	100% {
	  transform: rotate(360deg);
	}
  }

  

@media (max-width: 767px) {

	.blog-calendar .countdown{
		background-size: cover;
	}

	.blog-calendar .countdown>div {
		margin: 250px 0 0 0;
	}

	
	.blog-calendar .countdown .until{
		right: calc(50% - 50px);
		top: -50px;
	}
}
  #statistics .media-heading,
  #statistics .media-body{
	color: #00973E;
	text-align: right;
  }


  .flip-card {
	background-color: transparent;
	perspective: 1000px;
  }
  
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
	transform: rotateX(180deg);
  }
  
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-card-front {
	background-color: #bbb;
	color: black;
  }
  
  .flip-card-back {
	background-color: #2980b9;
	color: white;
	transform: rotateX(180deg);
  }

  
  .campaign-list .flip-card-front,  .campaign-list .flip-card-back{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	padding: 40px 20px;

  }
  .campaign-list > div a{
	position: absolute;
	left: 10px;
	bottom: 10px;
  }
  .campaign-list .flip-card-inner {
	height: 200px;
  }

  .campaign-list .total_count{
	font-size: 32px;
	line-height: 32px;
  }

  .blog-box .horizontal:not(.slider) .swiper-slide .thumb{
	margin: 5px 10px 0;
  }

  .blog-box .horizontal:not(.slider)  .swiper-container .swiper-slide>div{
	margin: 0 10px;
	border-radius: 20px;
	height: calc(100% - 10px);
	padding-top: 5px;
	transition: 0.3s;
	background: #fff;;
	background-size: 100% var(--s1, 200%);
  }

  .blog-box .horizontal:not(.slider)  .swiper-container .swiper-slide>div:hover{
	--s1: 100%;
  }


  .blog-box .horizontal:not(.slider)  .swiper-container .swiper-slide>div *{
	color:#000 !important;
  }
  .blog-box .horizontal:not(.slider) .description {
	padding: 5px 20px;
	display: block;
	color: #fff;
  }
  
  .blog-box .description{
      text-align:justify;
      
  }
  .blog-box .horizontal:not(.slider) .description > p {
	max-height: 100px;
	line-height: 22px;
	color: #fff;
	overflow: hidden;
  }
  .blog-box .horizontal:not(.slider) .description .btn{
	display: none;
  }

  .blog-box .horizontal:not(.slider) .nav-tabs>li{
	float: none;
	text-align: center;
	border: none;
	font-size: 15px;
  }

  .blog-box .horizontal:not(.slider) .nav-tabs>li a{
	border: none !important;
  }

  .blog-box .horizontal:not(.slider) .read-more{
	bottom: 10px;
  }
.blog-box .horizontal:not(.slider) .read-more a{
	background: #000;
	color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	border: none;
}

#main-slider{
    background-size:128%;
    min-height:450px;
}

@media (max-width:767px){
    #main-slider h2 span{
        font-size:25px !important;
    }
}

#services .carousel .swiper-slide{
    background:#fff;
    border-radius:40px;
    padding:4px 4px 4px 10px;
    width:auto;
}
#services .carousel .swiper-slide a{
    display:table;
    vertical-align:middle;
    text-align:right;
}
#services .carousel .swiper-slide img{
    border-radius:50%;
    display:table-cell;
    vertical-align:middle;
    margin-left:5px;
}

#services .carousel .swiper-slide .title{
    display:table-cell;
    vertical-align:middle;
    color:#333;
}


#services .carousel .swiper-slide h3{
    margin:0;
}


#services .carousel .swiper-pager{
    display:none;
}

#services .carousel:before{
    display:none;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    background: #006A39;
    background: linear-gradient(90deg, rgba(0, 106, 57, 1) 30%, rgba(0, 106, 57, 0) 100%);
    width:7%;
    content:' ';
    z-index:10;
}
#services .carousel:after{
    display:none;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    background: #006A39;
    background: linear-gradient(90deg, rgba(0, 106, 57, 0) 0%, rgba(0, 106, 57, 1) 70%);
    width:7%;
    content:' ';
    z-index:10;
}


@media (max-width: 767px) {
    #services .swiper-viewport .swiper-button-next{
        right:-35px;
    }
    #services .swiper-viewport .swiper-button-prev{
        left:-35px;
    }
}

.service-box h2,
.service-box h3{
    margin:0;
}


.service-box h2:first-child{
    margin-top:30px;
}

.service-box .block-child:has(.btn){
    width:100%;
}
.service-box .btn{
    margin-top: 10px;
    width: 50%;
    max-width: 200px;
}
#virtual-tour{
    overflow:hidden;
}

#virtual-tour #360-anim{
    position:absolute;
    top:20%;
    left:50%;
}

#tour-text{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

#knowledge .block-child:has(.vd-image ){
    float:right;
    max-width:20%;
}

#knowledge .block-child img{
    margin:10px 0;
    transition: all 2s;
}


#knowledge .block-inner:hover img{
    margin:20px 0 0;
}

#knowledge .block-inner:hover .block-child:nth-child(even) img{
    margin:0 0 20px;
    
}
#knowledge .block-child:has(.vd-button-wrapper ){
    display: block;
    text-align: left;
}

#news .post-list .thumb{
    height: max-content !important;
    width: 42%;
    padding: 0;
    background: #000;
    vertical-align: middle;
    border-radius: 20px;
    overflow: hidden;
}
#news .post-list .thumb img{
    width: 100%;
    border-radius: 0;
    height: auto;
}

#news .post-list .media{
    background: #fff;
    padding: 5px 5px 5px 20px;
    margin-top: 0;
    border-bottom: 1px solid #1f90bb20;
    margin-bottom: 5px;
    border-radius: 25px;
}
#news .post-list>div:first-child{
    width: calc(50% - 5px);
    margin: 0 0 0 5px;
    float: right;
    padding: 5px;
}


#news .post-list>div:first-child .media-left,
#news .post-list>div:first-child .media-body{
    display: inline-block;
    width: 100%;
}
#news .post-list>div:first-child .thumb img{
    width:100%;
    height:auto;
}

#news .post-list .description{
    padding:10px;
}


#information-information iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
}

#information-information:has(iframe) #content{
    position:initial;
}

#information-information:has(iframe) + footer{
    display:none;
}

#information-information:has(iframe) .breadcrumb{
    display:none;
}

body:has(iframe) .mainmenu{
    background:#00000066;
    top:0;
}

body:has(iframe) .mainmenu > .container-fluid{
    max-width:100%;
}

@media (max-width: 992px) {
    #news .post-list>div:first-child{
        width: 100%;
        margin:0 0 5px;
    }
}
@media print {
    footer,
    .mainmenu,
    #top,
    #column-left,
    #column-right,
    #customer-chat-iframe{
        display: none !important;
    }
}