@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* 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: 'Roboto', Tahoma;
	font-weight: 400;
	color: #666;
	font-size: 13px;/*12px*/
	line-height: 20px;
	padding-top: 20px;
}

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: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
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;
}
.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;
}

.img-effect img{
	transition: all 0.4s;
}

.img-effect:hover img{
	transform: scale(1.1);
}

.img-effect1  .vd-image-wrapper{
	background: #000000;
	position: relative;
}

.img-effect1 img{
	transition: all 0.2s ease;
}

.img-effect1  .vd-image-wrapper::after,
.img-effect1  .vd-image-wrapper::before,
.img-effect1 .vd-image::after,
.img-effect1 .vd-image::before{
	content: ' ';
	width: 100%;
	height: 0;
	background: #00000044;
	position: absolute;
	left: 0;
	top:0;
	transition: all 0.2s ease;
	z-index: 1000;
}

.img-effect1  .vd-image-wrapper::before{
	top:25%;
}

.img-effect1 .vd-image::before{
	top:50%;
}
.img-effect1 .vd-image::after{
	top:75%;
}


.img-effect1:hover .vd-image-wrapper::after,
.img-effect1:hover .vd-image-wrapper::before,
.img-effect1:hover .vd-image::before,
.img-effect1:hover .vd-image::after{
	height: 25%;
}

.img-effect1:hover img{
	filter: blur(3px);
}

.hovereffect{
	position: relative;
	overflow: hidden;
}
.hovereffect .overshow{
	transition: all 0.2s ease;
	opacity: 0;
}

.hovereffect:hover .overshow{
	opacity: 1;
}

.hovereffect::after,
.hovereffect::before{
	content: ' ';
	width: 100%;
	height: 0;
	background: #00000044;
	position: absolute;
	left: 0;
	top:0;
	transition: all 0.2s ease;
	z-index: 1;
	backdrop-filter: blur(5px);
}

.hovereffect::after{
	top:50%;
}

.hovereffect:hover::before,
.hovereffect:hover::after{
	height: 50%;
}


.has-shadow{
	-moz-box-shadow: 0 5px 7px 0px #00000022;
	-webkit-box-shadow: 0 5px 7px 0px #00000022;
	box-shadow: 0 5px 7px 0px #00000022;

}
/* 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;
}
/* top */
#top {
	padding: 0;
	position: relative;
}
#top .fa{
	color: #666;
}
#top .container {
    position: absolute;
    right: 0;
    top: 8px;
    padding: 0;
    width: max-content;
    z-index: 1000;
}

@media (max-width: 767px) {
	#top .container{
		right: 60px;
	}
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #999;
	background-repeat: repeat-x;
}

#top .fa-search{
	background: #666;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    margin-top: -6px;
}

#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	background: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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-left: 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{
	margin-top: 20px;
}

.mainmenu{
	position: relative;
	z-index: 100;
}

.mainmenu .navbar{
	margin: 0;
	background: none !important;
	border-radius:0;
}

.mainmenu .nav>li>a{
	
	border-bottom: 3px solid #00000000;
}
.mainmenu .nav>li:focus>a,.mainmenu .nav>li:hover>a{

	background-color: #ffffff44;
	color: #31A959 !important;
	border-bottom: 3px solid #31A959;
}

.navbar-brand img {
    height: 65px !important;
    margin-top: -15px;
}


@media (min-width: 768px) and (max-width: 991px) {
	.navbar-brand{
		width: 100%;
	}

	.navbar-brand img{
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 768px) {
    .navbar-nav>li {
		float: none;
	}
}

.mainmenu .navbar-header .fa{
	color: #666;
}

.mainmenu .navbar-nav{
	float: none;
    margin: 0 auto;
    text-align: center;
}
.mainmenu .navbar-nav > li > a,.mainmenu .navbar-nav .open > a{
	color: #333;
}
.navbar-nav > li .dropdown-menu li:hover>a, .navbar-nav .open .dropdown-menu li:hover>a{
	background: #268746 !important;
	color: #fff;
	border-radius: 10px;
}

#main-menu .nav>li{
	padding: 5px 0;
}

#main-menu .dropdown-menu li:hover>a>.caret{
	border-left-color : #fff !important;
}
/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
    padding-top: 30px;
    background: #507c56;
    color: #e2e2e2;
}

footer h2::before {
	content: '●';
	padding: 0 5px;
}
footer h2 {
	color: #40e259;
	font-size: 15px;
	display: inline-block;
	margin: 0 0 20px;
}
footer a {
	color: #f0f0f0;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Roboto', Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

footer .container-fluid:has(#powered){
	background-color: #f35643;
	margin-top: 20px;
}
footer #powered {text-align:center;
padding: 20px 0;
}

footer ul.list-unstyled{
	padding-left: 25px;
    list-style: disc;
}

footer .search-box .form-control{
	padding:25px 10px 25px 40px;
}

footer .search-box{
	position: relative;
	margin-top: 20px;
}

footer .search-box::after{
	content: "\f002";
    font: normal normal normal 20px / 1 FontAwesome;
    color: #666;
    position: absolute;
    top: 15px;
    left: 10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 15px 0 15px;
    padding: 0;
    border: none;
    background:none;
    border-radius: 19px;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 8px 0 8px 10px;
	position: relative;
	white-space: nowrap;
	background: none;
	color: #666;
}
.breadcrumb  li + li:before {
    content: '|';
    padding: 0 12px 0 0;
    color: #666;
    font-weight: bold;
}
.breadcrumb a{
	color:#666;
	position: relative;
	z-index: 2;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	
    padding: 15px;
    border-radius: 30px;
	font-size: 12px;
	border: none;
	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;
}
.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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.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: none;
}
.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-outline {
    background:none;
    border-style: solid;
    border-width: 2px;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff !important;
}

.btn-outline-default {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff !important;
}

.btn-outline-default:hover,
.btn-outline-default:focus {
    color: #000;
    background-color: #fff !important;
    border-color: #000 !important;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d !important;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745 !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745 !important;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545 !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545 !important;
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107 !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107 !important;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8 !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8 !important;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa !important;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40 !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: #fff !important;
    background-color: #343a40;
    border-color: #343a40 !important;
}

/* 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-right: auto;
	margin-left: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 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-left: 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;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	direction: ltr;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -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-left: 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:left;
	}
}
@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:left;
	}
}
@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:left;
	}
}

/* fixed colum right + content + left*/
@media (min-width: 768px) {
    #column-right  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-right + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-right + #content + #column-left .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-left .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in right and left columns */
#column-right .product-layout, #column-left .product-layout {
	width: 100%;
}

#column-right,
#column-left{
	position: sticky;
	top:10px;
}

#column-right .nav-tabs>li >a{
	border: none !important;
}
#column-right .nav-tabs>li.active >a{
	font-weight: bold;
}
/* 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;
}
/* Alribat Code */
.swiper-container {
	direction: ltr !important;
	text-align: left;
}
.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: ' ';
	border-right: 9px solid #fff;
	border-left: transparent;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	width: 1px;
	height: 1px;
	display: inline-block;
	position: absolute;
	right: calc(50% - 3px);
	top: calc(50% - 4px);
}

.swiper-button-prev::after{
	border-left: 9px solid #fff;
    border-right: transparent;
    right: calc(50% - 5px);
}
.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	right: 10px;
	left: auto;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	left: 10px;
	
}
/* Desktop */
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev {
	opacity: 0;
	right: -20px;
	left: auto;
}
.swiper-viewport .swiper-button-next {
	opacity: 0;
	left: -20px;
}
.swiper-viewport:hover .swiper-button-prev {
	opacity: 0.7;
	right: 10px;

}
.swiper-viewport:hover .swiper-button-next {
	opacity: 0.7;
	left: 10px;
}
}
.swiper-pagination {
	bottom: -40px;
	right: 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 !important;
    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;
	width: 100%;
}
.swiper-container {
    overflow: hidden;
    border-radius: 10px;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 30px;
	}

	

}

@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: 25px;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
	background: #00000066;
}

.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(.read-more) ,
.blog-box  .tab-pane.has-more{
	padding-bottom: 30px;
	position: relative;
  }

.blog-box .media{
	padding: 5px 0;
	margin-top: 0;
	border-bottom: 1px solid #1f90bb20;
}

.blog-box .media-body{
	color: #999;
}

.blog-box .media-body p{
    max-height: 42px;
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.blog-box .vertical .media:hover{
	background: #00000011;
}

.blog-box h4{
    color: #666;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.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: #666;
	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;
}
.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: right;
	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: 0px !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;
}
.blog-box .tab-content .list .row > div {
	position: relative;
	margin-bottom: 30px;
	border-radius: 15px;
}


.blog-box .list .description{
	background-color: #00000099;
	color: #fff !important;
	position: absolute;
	bottom: 0;
	right: 15px;
	left: 15px;
	padding: 0 10px 2px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-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: 65px;
	overflow: hidden;
	padding: 5px 0;
	color: #fff;
}
.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: #fff;
}
.blog-box .tab-content:has(>.slider){
	padding: 0;
}

.blog-box .slider .description{
	position: absolute;
    bottom: 0;
    right: 0;
    left: 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 15px 15px;
}
.blog-box .slider .swiper-pagination {
	bottom: 0px !important;
	right: 15px;
	left: 15px;
	width: calc(100% - 30px);
	text-align: center;
	padding: 5px 0;
}


.blog-box .slider .swiper-pagination-bullet{
	background-color: #fff !important;
}

.blog-box .slider .description p{
    width: 100%;
    border-bottom: 1px solid #ffffff66;
    margin-bottom: 0;
    padding: 0 15px 10px;
    font-size: 12px;
    max-height: 55px;
    overflow: hidden;
    line-height: 18px;
}
.blog-box .slider .swiper-container{
	background-color: #000000;
}
.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;
}

.blog-box .mirror .description{
	text-align: left;
}
.blog-box .mirror>.post-list>.row{
	margin-bottom: 20px;
}
.blog-box .mirror h4 {
    font-size: 30px;
    max-height: none;
	color: #000000;
    line-height: 30px;
}
.blog-box .mirror .description p{
	color: #999;
	direction:ltr;
}
.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-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-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: bleftness(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;
	left: 20px;
	/* Apply animation to this element */	

   }

   /* Move it (define the animation) */
   @-moz-keyframes marquee {
	0%   { right:-100%; }
	100% { right: 100%; }
   }
   @-webkit-keyframes marquee {
	0%   { right:-100%; }
	100% { right: 100%; }
   }
   @keyframes marquee {
	0%   { right:-100%; }
	100% { right: 100%; }
   }

   .notification .top-bar-msg a{
	position: relative;
	padding-left: 40px;
   }
   .notification .top-bar-msg a:before {
	content:'●';
	font-size: 22px;
	line-height: 0;
	color: #00454a;
	position: absolute;
	left: 12px;
	top:12px;
   }
   .vd-image-container img {
	max-width: 100%;
   }

   .bm blockquote{
	margin: 10px 0;
	font-size: 12px;
   }
   .bm .post-thumb .post-thumb-footer{
	padding: 0 !important;
   }
   .bm .post-thumb .image {
    margin: 0 0 10px 0;
}
.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-right::after
{
    font-family: 'Glyphicons Halflings';
    content: "\e046";
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 6px;
    color: #000000cc;
    background-color: #ffffff99;
    padding: 5px;
	border-radius: 5px;
}

.post-type-image .thumb.media-right::after{
	right: 15px;
}

.post-type-video .image a::after,
.post-type-video .thumb::after,
.bm-videos .media-right::after{
	content: "\e072";
    position: absolute;
    right: calc(50% - 26px);
    top: calc(50% - 27px);
    font-size: 30px;
    color: #000000cc;
    border: 5px solid #000000cc;
    border-radius: 50%;
    padding: 12px 6px 12px 9px;
    background-color: #ffffff99;
}


.post-type-video .image a:hover:after,
.post-type-video .thumb:hover::after,
.bm-videos .media:hover .media-right::after{
	background-color: #ffffffcc;
}

   .bm .bm-post-info .title{
	text-align: left !important;
   }

   .bm .bm-post-info .category{
	text-align: left !important;
   }

   .bm-grid>.row{
	margin-bottom: 25px;
   }

   .bm:has(.bm-category-info) .bm-grid>.row:first-child .post-thumb .image {
	float: none;
	margin: 0;
	max-width: none;
   }
   .bm:has(.bm-category-info) .bm-grid>.row:first-child .post-thumb .image img{
	width: 100%;
   }

   .bm-grid-item-body,
   .bm:has(.bm-post-info),
   .bm .item-cateogry{
    overflow: hidden;
   }

   .bm-grid-item-body .image img{
    border-radius: 10px;
   }
   .bm .post-thumb .post-thumb-heading .title{
	text-align: left !important;
	line-height: 18px;
   }
   .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: left !important;
   }

   .bm .bm-post-info .title-information .rating {
    float: right !important;
    text-align: right !important;
}

.bm .bm-post-info .title-divider{
	display: none !important;
}


.bm .bm-post-info,
.bm .bm-post-content {
	padding: 10px 20px;
}
.bm .block-title, .bm .bm-post-content .bm-reviews > .h2, .bm .bm-post-content .form-review > .h2, .bm.bm-module > .h2{
	text-align: left !important;
}

.bm .bm-post-info .btn-edit{
	right: 20px;
	left: inherit !important;
}

.bm .bm-post-info .image img{
    border-radius: 10px;
}

.bm .h1, .bm h1{
	font-size: 20px !important;
}
.bm .bm-category-info, .bm .bm-author-info{
	padding: 0 !important;
	margin: 0 !important;
}

.bm-category-info .title{
	color: #000000 !important;
	text-align: center;
	padding-bottom: 30px;
}

.bm .bm-categories{
	margin-bottom: 40px !important;
    overflow: auto;
    padding-bottom: 0 !important;
}

.bm .bm-categories .h3{
	display: none;
}

.bm .bm-categories .item-cateogry .image{
	display: none;
}
.bm .bm-categories > .row{
	display: table;
	margin: 0 auto;
}
.bm .bm-categories > .row>div{
	float: none;
	display: table-cell;
	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: #000000;
    padding: 10px !important;
    white-space: nowrap;
    border-radius: 25px;
    border: 3px solid #ce7832;
    text-decoration: none !important;
	font-weight: bold;
}
.bm .bm-categories .item-cateogry:hover{
    background: #ce7832;
    text-decoration: none !important;
    color: #fff;
}

.bm .bm-categories .item-cateogry .title:hover{
	text-decoration: none !important;
}

.bm-posts .bm-grid > .row{
	border-bottom: 1px solid #00000022;
}

.bm-posts .bm-grid > .row:first-child > .col-sm-4{
	width: 25%;
}
.bm-posts .bm-grid > .row:first-child > .col-sm-4:first-child{
	width: 50%;
}
.bm-posts .bm-grid > .row:first-child > .col-sm-4:first-child .date-published{
	display: none;
}

.bm-posts .bm-grid > .row:first-child > .col-sm-4:first-child .post-thumb-heading .title{
	margin-top: -130px;
	position: relative;
	color:#fff;
	padding: 0 10px;
}
.bm-posts .bm-grid > .row:first-child > .col-sm-4:first-child .post-thumb-heading .title a{
	color:#fff;
}

.bm-posts .bm-grid > .row:first-child > .col-sm-4:first-child .short-description{
	position: relative;
	color:#fff;
	padding: 0 10px;
}
.bm .post-thumb .post-thumb-body .short-description{
	height:75px;
	overflow: hidden;
}
.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-right{
	background-color: #000000;
	position: relative;
	vertical-align: middle;
	padding: 0;
	margin-right: 10px;
}

.bm-videos .media-object{
	width: 120px;
}
.bm-videos .video-list{
	height: 500px;
	overflow: auto;
	padding-left: 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: 768px) {
	.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: #31a959;
    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-right{
	left: auto !important;
   }

   
.mfp-iframe + .mfp-bottom-bar {
  
	top: calc(100% + 40px);
  }
  
  .mfp-iframe.video-thumb{
	position: relative;
  }
  .mfp-iframe.video-thumb .glyphicon{
	position: absolute;
	right: 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);
	min-height: 310px;
   }
   .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{
	height: 145px;
	overflow: auto;
}


.my-mppolls .list-group{
	
	height: 228px;
	overflow: auto;
}

.my-mppolls .buttons{
	text-align: center !important;
}

.my-mppolls .buttons .btn{
	min-width: 120px;
}

.chart-holder{
	text-align: left;
}
.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 {
    left: 30px;
    text-align: left;
    right: initial !important;
}
.mppoll-module .progress-bar {
    text-align: left !important;
    padding-top: 1px;
    color: #fff !important;
}
.mppoll-module .progress-bar::before {
	content: ' ';
	width: 1px;
	display: inline-block;
}
.mppoll .media-left{
	width: 30%;
	padding: 0;
}

.mppoll .media-left 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;
}

#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;
	left: -3px;
	top: -1px;
}

#message-list tbody tr{
	background-color: #eee;
}

#message-list tbody tr.unread{
	background-color: #fff;
}

.sticky{
	position: sticky !important;
	top: 0;
	height: fit-content;
}

.cbi-currency{
	color: #fff;
}

.cbi-currency .swiper-pagination {
	position: initial;
}

.cbi-currency .swiper-pagination-bullet {
    background-color: #fff !important;
}

.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: #31A959 !important;
	text-align: center;
}
.box-title::after{
	content: 'ιιι_________' !important;
    display: inline-block !important;
    margin: -20px auto 30px;
    vertical-align: middle;
    color: #666;
    font-size: 26px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.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-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 85px;
    right: 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;
    left: 0;
    top: calc(50% - 60px);
    border: 5px solid #00973E;
    width: 120px;
}
.testinomials .owl-carousel .owl-buttons>div{
	bottom: 55px;
	background-color: #00000066;
	top:initial !important;
	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 .owl-next{
	right: 90px !important;
	left: initial !important;
}
.testinomials .owl-carousel .owl-buttons .owl-prev{
	right: 60px !important;
}

.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: left;
	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: left;
	-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;
	right: 0;
	left: 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 .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;
	right: calc(50% + 65px);
	top:10px;
}

.blog-calendar .month-button-prev{
	right: 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-right: 9px solid #f00;
    border-left: transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: calc(50% - 3px);
    top: calc(50% - 4px);
}
.blog-calendar .month-button-prev::after{
    border-left: 9px solid #f00;
    border-right: transparent;
    right: calc(50% - 5px);
}

.blog-calendar .countdown{
	background-repeat: no-repeat;
	background-position: left;
	border-radius: 15px;
	overflow: hidden;
}

.blog-calendar .countdown>div{
	background: #32A959;
	margin-left: 250px;
	border-radius: 15px;
	padding: 15px 65px 15px 30px;
	color: #fff;
	position: relative;
}


.blog-calendar .countdown>div>.btn{
	float: right;
}

.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;
	left: -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{
		left: calc(50% - 50px);
		top: -50px;
	}
}

  #statistics .media-heading,
  #statistics .media-body{
	color: #00973E;
	text-align: left;
  }


  .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;
	right: 10px;
	bottom: 10px;
  }
  .campaign-list .flip-card-inner {
	height: 200px;
  }

  .campaign-list .total_count{
	font-size: 32px;
	line-height: 32px;
  }

  .cover-effect .cover-img{
	flex: none !important;
	-ms-flex: none !important;
	-webkit-flex: none !important;
  }

  #crimes .cover-effect .cover-img{
	width:calc(100% - 30px);
  }

  .cover-effect .handle-btn{
	position: relative;
  }
  .cover-effect .handle-btn .btn{
	color:#ff0000;
	background-color: #fff;
	position: absolute;
	right: -40px;
	top:50%;
	cursor:move;
	-webkit-animation: blinker 0.6s infinite ease-in-out alternate;
  }

  @-webkit-keyframes blinker{
	from{ background-color: #fff;}
	to{ background-color: #ccc;}
  }

.vd-button-align-center{
	text-align: center;
}

  #main-slider {
	position:relative
  }

  
#main-slider::before {
	content: ' ';
	background-color: #00000099;
	position:absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
}

#media-box{
	position:relative
}

  
#media-box::before {
	content: ' ';
	background-color: #00000099;
	position:absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
}
#media-box .box-title{
	text-align: left;
}

#media-box .blog-box .tab-pane>.read-more a{
    color:#fff;
}
#critics-box .swiper-slide{
	position: relative;
}
#critics-box .swiper-slide .description {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    background: #00000066;
    -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
#critics-box .swiper-slide .description h4{
	font-size: 15px;
}

#critics-title{
	border-bottom: 1px solid #00000099;
	height: 42px;
	margin-bottom: 3px;
	
}