body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* 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: #0b9ad5;
}
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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
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: #229ac8;
	background-image: linear-gradient(to bottom, #0267b1, #0267b1);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	padding: 3px 0px 1px 0;
	/*margin: 0 0 20px 0;*/
	min-height: 30px;
}
#top .container {
	padding: 0 20px;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: white;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: red;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 3px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 113px;
width: 25%;
}
/* search */
#search {
	margin-bottom:-10px;
		position:relative;
}
#search .searchBtnPos{
    position: absolute;
    right: 0px;
    top: 0px;
}
#search .searchBox{
	border-radius:15px;
    border-right: none;
    height: 30px;
    background: block;
    color: #0b9ad5;
    font-weight: bold;
    font-size: 15px;
    border-color: #0b9ad5;
    padding:14px;
    margin-left:120%;
    
}
#search .btnSearch{
	border-left: none;
    background: #0b9ad5;
    border-radius: 100px;
        color: white;
        height:30px;
        margin-left:700%;
}
.menu-search{
    /*position: absolute;*/
    top: 0px;
    right: 0px;
}
/* #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;
	background-color:#2199c7;
} */
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
    
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #0b9ad5;
	border: none;
	/* background-color: #229ac8;
	background-image: linear-gradient(to bottom, #e81919, #e81919);
	background-repeat: repeat-x;
	border-color: #e81919 #e81919 #e81919; */
	min-height: 45px;
	margin-left: auto;
}
#menu .nav > li > a {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
   font-family: math;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color:#362627;
		color: white;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	margin-left:0px !important;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	text-align: center;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #0267b1;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	/*padding-left: 15px;*/
	text-transform: uppercase;
    font-family: system-ui;
	margin-top:10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color:#0c0d0c;
	/*background-image: linear-gradient(to bottom, #0267b1, #0267b1);*/
	background-repeat: repeat-x;
	border-color: white white white;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.visible-sm-show{
    display:none;
}
.count-area {
    position: relative;
    background:#0b9ad5;
    padding: 100px 0;
    text-align: center;
    color: white;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    color: #362627;
    font-weight: 700;
    font-size: 50px;
}
.count-digit-near {
    margin: 20px 0px;
    color: #362627;
    font-weight: 700;
    font-size: 50px;
}

.count-title {
    font-size: 20px;
}
/*our-services*/
.explor-our-services{
    margin: 50px;
}
.explor-our-services h2{
    font-family: math;
    text-align: center;
    color: #c79909;
}
.service-card{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 35px;
    background-color: white!important;
    border-color: #0b9ad5;
    border-style: outset;
}
.icnclr {
    color: #0b9ad5;
    position: relative;
}
.call {
    font-size: 45px!important;
}
.textpad {
    position: relative;
    padding: 0 0 0 63px;
    margin-top: -43px;
    margin-bottom: 5px;
}
.para1 {
    color: #000000!important;
    font-size: 14px;
    line-height: 1.6;
    margin:0px 0px !important;
}
.roboto {
    font-family: math;
}
.tik:hover .tik1{
       color: #fff;
}
.tik:hover .icnclr{
       color: #fff;
}
.tik:hover .para1{
       color: #fff !important;
}
.tik:hover::before {
    height: 100%;
    opacity: 1;
}
.tik::before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    background: #351c75;
}
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
 

	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
    .visible-sm-show{
        display:block;
    }
    .boxCard{
        padding:10px !important;
    }
     .boxCard h3 {
    font-size:7px !important;
}
.truckic{
    font-size:20px !important;
    color:white;
}

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #ef3f32;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #f8f9f9;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #343432;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color:#ffffff;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	/*border: 1px solid #ddd;*/
	background-color: white;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	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: 9px;
}
.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: white;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #0267b1, #0267b1);
	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-color: #229ac8;
	background-image: linear-gradient(to bottom, #0267b1, #0267b1);
	background-repeat: repeat-x;
	border-color: #0267b1 #0267b1 #0267b1;
	font-weight:bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: black;
	background-position: 0 -40px;
}
.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,black, black);
	background-repeat: repeat-x;
	border-color: #2199c7 #2199c7 #2199c7;
}
.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);
}
/* 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;
	margin-right:10px;
	overflow: hidden;
}
.product-thumb .offers {
/*	position: absolute;*/
/*	width: 0;*/
/*height: 0;*/
/*border-style: solid;*/
/*border-width: 0 80px 80px 0;*/
/*border-color: transparent red transparent transparent;*/
/* right: 2em;*/
/*  z-index:0;*/
/*width: 65px;*/
    padding: 3px 15px;
    position: absolute;
    top: 11px;
    right: 4%;
    background-color:#a70825;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "Cairo", sans-serif;
     z-index:0;
     rotate: 0deg;
     border-radius: 45px;
}
/*.product-thumb .offers:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    right: -48px;*/
/*    border: 24px solid;*/
/*    border-color: transparent #d5a408 transparent transparent;*/
/*    z-index: 1;*/
/*        rotate: 180deg;*/
/*}*/

/*.product-thumb .txxt {*/
/*    position: absolute;*/
/*  display: inline-block;*/
  
/*  top: 0.1em;*/
/*  right: -4em;*/
  
/*  max-width: 7em;*/
/*  font-weight: bold;*/
/*  font-size: 19px;*/
/* font-family: unset;*/
/*    color: white;*/
  
/*  z-index: 1;*/
/*}*/
/*.product-thumb .txxtt {*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    top: 2.3em;*/
/*    right: -6em;*/
    /* font-weight: bold; */
/*    font-size: 11px;*/
/*    font-family: unset;*/
/*    color: white;*/
/*    z-index: 1;*/
/*}*/
 


.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.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: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 120px;
}
.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;
}
.product-thumb .price {
	color: #0e0e0e;
    font-size: medium;
   font-weight: 900;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: red;
	text-decoration: line-through;
	margin-left: 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-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: black;
	color: white;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: white;
	background-color: red;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button:focus {
    background-color: red;
}
@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: 0;
	margin: 0;
}
.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 {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@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 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%;
}

/* 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;
}

.navclass {
    z-index: 1009;
    position: fixed;
    width: 60px;
    margin-top: 40px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}

.navclass ul {
    margin-top: 0;
    margin-bottom: 0rem;
    list-style: none;
    padding: 0;

}

.navclass li {
    height: 45px;
    position: relative
}

.navclass li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

.navclass li:nth-child(1) a {
    background: #4267B2
}

.navclass li:nth-child(2) a {
    background: #1DA1F2
}

.navclass li:nth-child(3) a {
    background: #E1306C
}

.navclass li:nth-child(4) a {
    background: #2867B2
}

.navclass li:nth-child(5) a {
    background: #25D366
}

.navclass li:nth-child(6) a {
    background: #ff0000
}

.navclass li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

.navclass ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.navclass a:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

.navclass ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}
.rr{
  	z-index:1009;
  position: fixed;
  top: 0 ;
  margin:0;
  width: 100%;
  height:30px;
  background-color: #ffffff;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;

}

.textrr
{ 
padding-top: 5px;

    vertical-align: middle;
    /*font-size: 15px;*/
    color: #f3bf19;
    margin: 0;
  width:100%;
    animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

.news{
  padding-top: px;
  height:auto;
  background-color:black;
  padding: 05px 10px;
  font-size: 18px;
  color: white;
  z-index:1009;
   display: block;
}

.blink:after {
	content:'';
  top:0;
	transform:translateX(100%);
	width:100%;
	height:220px;
	position: absolute;
	z-index:1009;
	animation: slide 5s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}
.mb-5{
    margin-bottom:3rem;
}
@media only screen and (max-width: 769px) {
   .px-0-2r{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
  .d-sm-block {
    display: block !important;
  }
  #menu .dropdown-inner a {
	text-align: left;
	color:white;
}
   #boxCard .h3{
    font-size:15px;
  padding:10px;
}

.m-none{
    display :none;
}
  /*.d-sm-inline {*/
  /*  display: inline !important;*/
  /*}*/
  /*.w-auto{*/
  /*    width:auto !important;*/
  /*}*/
  .subheadingclass {
    font-size: 15px !important ;
    margin:0px !important;
}
  .headingclass {
    font-size: 18px !important;
    margin-top:10px !important;
}
  
  .explor-our-services{
    margin: 0px !important ;
}
.service-card {
    
    padding: 13px !important;
    margin-bottom: 5px !important;
}
.topMy {
   
    background-size: contain !important;
}
.y-us-title > p {
    font-size: 15px !important;
}
.service-3 .service-box .y-us-content p {
    font-size: 13px;
    text-align: justify;
}
}

.fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:0%;
  content: attr(data-count);
  font-size:40%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  color:red;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background: white;
  border-style:solid;
}
.fa-circle {
  color:#DF0000;
}

.red-cart {
    font-size: 53px;
	color: #2096c3; background:white;
}
.stickyclass{
    position: sticky;
    background-color:white;
    top: 0px;
    z-index: 1009;
}
.quick-action {
    /*background-color: black;*/
    
    position: fixed;
    bottom: 35%;
    right: 1%;
    cursor: pointer;
    font-size: 2rem;
    border-radius: 12%;
     width:auto;
    height: 70px;
    /*box-shadow: 1px 1px 5px #000;*/
   
}

.contact-action {
  position: fixed;
  bottom: 12%;
  right: 3%;
  width: 60px;
  height: 60px; 
  cursor: pointer;
  
}

.contact-action .item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #0267b1;
  /*background: white;*/
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 1px 1px 5px #000;
}
.whatsapp-blink
{
        animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
        background:#0b9ad5;
    color: white !important;
}
.contact-action.open div {
  transform: rotate(45deg);
}

.contact-action span {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  top: 0;
  left: 0;
}

.open span{
  visibility: visible;
  animation: 1s entering;
}

/* Position of elements */
.open span:nth-child(2) {
  top: -130%;
  
}

.open span:nth-child(3) {
  top: -90%;
  left: -130%;
}

.open span:nth-child(4) {
  top: 90%;
  left: -140%;
}
.open span:nth-child(5) {
  top: -140%;
  right: -170%;
}
.open span:nth-child(6) {
  top: 130%;
  right: -90%;
}

.open span:nth-child(7) {
  top: 10%;
  left: -230%;
}
.fixedclass{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1009;
    background: black;
}


/* @keyframes entering {
  0%{
    top: 0;
    left: 0;
    width: 65%;
    height: 65%;
  }
  100%{
    width: 100%;
    height: 100%;
  } */
.fbc{
    background-color:#4267B2;
}
.whc{
   background-color:#25D366;
}
.inc{
    background-color:#E1306C;
}
.indc{
    background-color:#4267B2;
}
.youc{
        background-color:#ff0000;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.colourcolour{
    color:white !important;
}
.m-0{
	margin: 0px !important;
}
.mb-0{
	margin-bottom: 0px !important;
}
.mb-1{
    margin-bottom: 1rem;
}
.py-1{
	padding: 0.5rem 0rem !important;
}
.p-1{
	padding: 0.5rem !important;
}
.px-0{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.px-0-2r{
	padding-left: 0px ;
	padding-right: 214px ;
}
.shadowColor{
	/*background: #f3bf19;*/
    /*border-bottom: 1px solid #d8d8d8;*/
    height:45px;
    margin: 0;
    padding: 0;
    /*box-shadow: 0px 0px 5px #ccc;*/
    
}
.w-100{
	width: 100%;
}
.myAccountBtn1 {
    /*background: #ef3f32!important;*/
    padding: 5px 15px;
    color: white;
    font-size: 20px;
    border-radius: 20px;
    font-weight: 600;
    font-family:system-ui;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
}
.myAccountBtn1:hover{
	color: white;
	background: transparent !important;
	
}
.cartClass{
	background: transparent !important;
    color: #000 !important;
    border: none !important;
    padding: 0px;
	box-shadow: none !important;
}
.cartClass i{
	font-size: 35px !important;
	color:#15afee;
	
}
.cartClass span{
	border: 1px solid red;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    z-index: 1;
    top: -12px !important;
    background: white;
    line-height: 24px;
    width: 25px;
    height: 25px;
	font-weight: 500;
}
.f-right{
	float: right !important;
}
.m-100{
	margin: 0px 100px;
}
.mx-0{
	margin-left: 0px !important;
	margin-left: 0px !important;
}


@media only screen and (max-width: 769px) {
	.m-sm-0{
		margin: 0px !important;
	}
	.tablepad {
     padding-left:5em !important;
     padding-right:5em !important;
}

	#menu .btn-navbar{
		margin-left: 14px;
		float: left !important;
		padding: 11px 22px !important;
	}
	.d-sm-none{
		display: none !important;
	}
	.cartFixedMob{
		z-index: 1009;
		position: fixed;
		top: 18px;
		/*right: 25px;*/
		left: 57%;
	}
		.cartFixedMobb{
		z-index: 1009;
		position: fixed;
		top: 18px;
		right: 50%;
	}
	.myaccfixed{
		z-index: 1008;
		position: fixed;
		top: 15px;
		right: -28px;
	}
	.myAccountBtn1 {
    padding: 8px 15px important;
    /*font-size: 10px !important;*/
}
	.cartClasss span{
	    left:20px!important;
	}
	#cart .dropdown-menu {
		width: max-content !important;
		right: -92px !important;
	}
	.pb-25{
		padding-bottom: 0px;
	}
	.m-text-end{
		text-align: end;
	}
	.stickyclassM{
    position: sticky;
    background-color: white;
    top: 0px;
    z-index: 1009;
}
.stickyclass {
    position: relative !important;
	z-index: 1;
}
.crdpic .col-md-3{
    padding:80px 0px !important;
}
.crdpic {
    padding:0px 30px !important;
}
.navbottomMenu{
    display:flex !important;
}
}
.cartClasss span {
    border: 1px solid black;
    color:white;
    border-radius: 50%;
    position: absolute;
    /*right: 132px;*/
    z-index: 1;
    top: -12px !important;
    background: black;
    line-height: 24px;
    width: 25px;
    height: 25px;
    font-weight: 400;
    text-align:center;
    left: 44px;

}

 /*.cont {*/
	/*      position: relative;*/
	/*      top: 50%;*/
	/*      left: 50%;*/
	/*      transform: translate(-50%, -50%);*/
	/*      -webkit-transform: translate(-50%, -50%);*/
	/*      display: inline-block;*/
	/*  }*/
	/*  .carta {*/
	/*      outline: none;*/
	/*      border: 0;*/
	/*      background: #416AA6;*/
	/*      padding: 15px;*/
	/*      color: #fff;*/
	/*      width: 100%;*/
	/*      position: relative;*/
	/*      z-index: 2;*/
	/*      cursor: pointer;*/
	/*      transition: 0.5s width;*/
	/*  }*/
	/*  .cart_clka {*/
	/*      width: calc(100% - 75px);*/
	/*  }*/
	/*  .crtdiva {*/
	/*      border: 1px solid #7d86c7;*/
	/*      width: 250px;*/
	/*      border-radius: 4px;*/
	/*      position: relative;*/
	/*      background: #eee;*/
	/*  }*/
	/*  .faa {*/
	/*      font-size: 16px;*/
	/*  }*/
	/*  .carta .faa {*/
	/*      font-size: 26px;*/
	/*      position: relative;*/
	/*      padding: 0 5px 0 0;*/
	/*  }*/
	/*  .carta .faa:after {*/
	/*      position: absolute;*/
	/*      content: attr(data-before);*/
	/*      color: #000;*/
	/*      font-family: 'Lato', sans-serif;*/
	/*      left: 11px;*/
	/*      font-weight: bold;*/
	/*      top: 5px;*/
	/*      font-size: 12px;*/
	/*  }*/
	/*  .qtya {*/
	/*      position: absolute;*/
	/*      right: 10px;*/
	/*      top: 50%;*/
	/*      transform: translateY(-50%);*/
	/*      -webkit-transform: translateY(-50%);*/
	/*      color: #416AA6;*/
	/*  }*/
	/*  .deca,*/
	/*  .inca {*/
	/*      cursor: pointer;*/
	/*  }*/
	/*  .numa {*/
	/*      width: 22px;*/
	/*      display: inline-block;*/
	/*      text-align: Center;*/
	/*  }  */
	 
	 /*new*/
	 .rowMy {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
	  grid: auto auto / repeat(4, 300px);
	grid-gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 0;
	place-items: center;
  }
  
  .colMy-md-4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: center;
	min-height: 0px;
	/*box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.19);
	border-radius: 12px;*/
  }
  .card-wrapper {
	border-radius: 0.5em;
	box-shadow: 0 0 30px rgba(17, 17, 17, 0.281);
	position: relative;
	}
	.card-wrapper:before {
	  position: absolute;
	  content: "";
	  inset: -0.5em;
	  background-color: RED;
	  border-radius: inherit;
	  transition-duration: 200ms;
	  transition-property: transform, opacity;
	  pointer-events: none;
	  opacity: 0.1;
	}
  .cardMy {
	position: relative;
	padding-top: 15em;
	width: 260px;
	overflow: hidden;
	border-radius: inherit;
	display: flex;
	justify-content: center;
	transition: transform 200ms;
	will-change: transform;
  }
  
  .topMy {
	position: revert;;
	top: 0;
	width: 68%;
	height: 10em;
	background-size: cover;
	background-position: center;
	transition: 800ms height;
	z-index: 1;
	transition-delay: 500ms;
  }
  ._1-img{
	background: url("imges/giftboxkk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._2-img{
	background: url("imges/soundcrackersk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._3-img{
	background: url("imges/Bombk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._4-img{
	background: url("imges/flowerpotsk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._5-img{
	background: url("imges/chakkarakk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._6-img{
	background: url("imges/sparklesk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._7-img{
	background: url("imges/candlesk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._8-img{
	background: url("imges/kidskk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._9-img{
	background: url("imges/fancyk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._10-img{
	background: url("imges/shotsk.png");
	background-repeat: no-repeat;
    background-size: cover;
  }
  ._11-img{
	background: url("imges/walak.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  ._12-img{
	background: url("imges/rocketsk.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  
  ._13-img{
	background: url("imges/shh.png");
	background-repeat: no-repeat;
    background-size: cover;
  }
  ._cartimg{
	background: url("imges/cartblue1.png");
	background-repeat: no-repeat;
    background-size: contain;
    position:absolute;
    width:85px;
    height:85px;
  }

  
  .bottomMy {
	text-align: center;
	padding-bottom: 3em;
	box-shadow: 0 2em 0 #fff;
	transition: transform 500ms;
	background: #fff;
	z-index: 0;
	width: 100%; 
	height:86px;
	display: flex of the card
  }
  
  .cardMy-title {
	text-transform: capitalize;
	 font-weight: bold;
  }
  
  .byMy {
	position: absolute;
	bottom: 0em;
	left: 1em;
	padding: 0.4em;
	padding-left: calc(0.6em);
	padding-right: calc(0.6em);
	background: #fff;
	border-radius: 5em;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, sans-serif;
  }
  .nameMy {
	color: blue;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-left: 0.4em;
	text-decoration: none;
  }
  .card-wrapper:hover:before {
	  transform: skew(10deg);
	  opacity: 0.9;
	}
	.card-wrapper:hover .topMy {
	  height: 100%;
	  transition-delay: 0s;
	}
	.card-wrapper:hover  .bottomMy {
	  transform: translateY(100%);
	  transition-duration: 800ms;
	  transition-timing-function: cubic-bezier(1, -0.47, 0.56, 0.65);
	}
	.card-wrapper:hover  .btnMy {
	  opacity: 1;
	}
  
  
  .btnMy {
      color: blue;
	position: absolute;
	bottom: 4em;
	padding: 0.5em 0.8em;
	font-size: 1.1em;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	background: black;
	transition-property: background-color, color, transform;
	transition-duration: 300ms, 300ms, 100ms;
	
  }
  .btnMy:hover {
	  background: rgba(255, 255, 255, 0.952);
	  color: #111;
	}
  .btnMy:active {
	  transform: translateY(0.3em);
	}
  @media only screen and (max-width: 636px) {
  .rowMy {
	  /*grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)) !important;*/
	    grid: auto auto / repeat(2, 275px);
	}
	.cardMy {
	  padding-top: 8em !important;
	  width: 235px !important;
  }
  .cardMy-title {
	font-size: 22px;
  }
  }
  
  @media only screen and (max-width: 585px){
	.rowMy {
	  /*grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)) !important;*/
	    grid: auto auto / repeat(2, 185px);
	}
	.cardMy {
	  padding-top: 8em !important;
	  width: 200px !important;
  }
  .cardMy-title {
	font-size: 20px;
  }
  .bottomMy {
    text-align: center;
    padding-bottom: 3em;
    box-shadow: 0 2em 0 #fff;
    transition: transform 500ms;
    background: #fff;
    z-index: 0;
    width: 100%;
    height: 55px;
    display: flex of the card;
}
  .btnMy {
	border-radius: 20px;
	bottom: 5em;
	font-size: 12px;
  }
  .nameMy{
	font-size: 12px;
  }
  }
  @media only screen and (max-width: 425px){
	.rowMy {
	  /*grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;*/
	  grid: auto auto / repeat(2, 165px);
	    
	}
	.cardMy {
	  padding-top: 6em !important;
	  width: 130px !important;
  }
  .cardMy-title {
	font-size: 15px;
  }
  .btnMy {
	border-radius: 20px;
	bottom: 2em;
	font-size: 12px;
  }
  .nameMy{
	font-size: 12px;
  }
  .topMy{
	height: 9em;
    padding-bottom: 11em !important;
    background-size: cover;
}
  
  .colMy-md-4 {
	padding: 4px;
	min-height: 100px;
  }
  }
  @media only screen and (max-width: 300px){
	.rowMy {
	  /*grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;*/
	}
	.cardMy {
	    
	  padding-top: 6em !important;
	  width: 100px !important;
  }
  .cardMy-title {
	font-size: 13px;
  }
  }

.cart-button {
	position: relative;
	padding: 10px;
	width: 70%;
	border: 0;
	margin-left:5px;
	border-radius: 10px;
	background-color:#0b9ad5;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size:13px;
	transition: .3s ease-in-out;
	overflow: hidden;
}
.cart-button:hover {
	background-color: #1d1d1b;
}
.cart-button:active {
	transform: scale(.9);
}

.cart-button .fa-shopping-cart {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -10%;
	font-size: 2rem !important;
	transform: translate(-50%,-50%);
}
.cart-button .fa-archive {
	position: absolute;
	z-index: 3;
	top: -20%;
	left: 52%;
	font-size: 8px;
	transform: translate(-50%,-50%);
}
.cart-button span {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	font-size: 15px;
	color: #fff;
	transform: translate(-50%,-50%);
}
.cart-button span.add-to-cart {
	opacity: 1;
	font-style: italic;
    font-family: monospace;
}
.cart-button span.added {
	opacity: 0;
}

.cart-button.clicked .fa-shopping-cart {
	animation: cart 1.5s ease-in-out forwards;
}
.cart-button.clicked .fa-archive {
	animation: box 1.5s ease-in-out forwards;
}
.cart-button.clicked span.add-to-cart {
	animation: txt1 1.5s ease-in-out forwards;
}
.cart-button.clicked span.added {
	animation: txt2 1.5s ease-in-out forwards;
}
@keyframes cart {
	0% {
		left: -10%;
	}
	40%, 60% {
		left: 50%;
	}
	100% {
		left: 110%;
	}
}
@keyframes box {
	0%, 40% {
		top: -20%;
	}
	60% {
		top: 40%;
		left: 52%;
	}
	100% {
		top: 40%;
		left: 112%;
	}
}
@keyframes txt1 {
	0% {
		opacity: 1;
	}
	20%, 100% {
		opacity: 0;
	}
}
@keyframes txt2 {
	0%, 80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.input-groupFlex {
  display: flex;
  align-content: stretch;
}

.input-groupFlex > input {
  flex: 1 0 auto;
   padding: 0.5em;
	text-align:center;
	font-weight:bold;
	width: 22%;
	border-radius: 10px;
}
.wishBtn{
	position: relative;
	padding: 10px;
	border: 0;
	border-radius: 0px;
	color:white;
	background-color: #000;
	border-left: 2px solid white;
	outline: none;
	cursor: pointer;
	width: 25%;
}	 
	 
	 
	 
	 @media only screen and (max-width: 1280px){
.rowMy {
    grid: auto auto / repeat(4, 275px) !important;
}
}
@media only screen and (max-width: 1230px){
.rowMy {
    grid: auto auto / repeat(4, 250px) !important;
}

.cardMy {
    width: 240px !important;
    }
}
@media only screen and (max-width: 1144px){
.rowMy {
    grid: auto auto / repeat(4, 230px) !important;
}

.cardMy {
    width: 210px !important;
    }
}
@media only screen and (max-width: 1048px){
.rowMy {
    grid: auto auto / repeat(3, 250px) !important;
}

.cardMy {
    width: 240px !important;
    }
}
@media only screen and (max-width: 848px){
.rowMy {
    grid: auto auto / repeat(2, 300px) !important;
    grid-gap: 20px 0px;
}

.cardMy {
    width: 240px ;
    }
}
@media only screen and (max-width: 625px){
.cardMy {
    width: 200px !important;
    }
}
@media only screen and (max-width: 585px){
.rowMy {
    grid: auto auto / repeat(2, 220px) !important;
}
}
@media only screen and (max-width: 585px){
.rowMy {
        grid-gap: 20px 0px;
}
}
@media only screen and (max-width: 480px){
.cardMy {
    width: 150px !important;
    }
}
@media only screen and (max-width: 455px){
.cardMy {
    width: 120px !important;
    }
    .rowMy {
        grid-gap: 10px 0px;
         grid: auto auto / repeat(2, 150px) !important;

}
}
@media only screen and (max-width: 333px){
.rowMy {
        grid-gap: 10px 0px;
         grid: auto auto / repeat(2, 140px) !important;

}
.cardMy {
    width: 100px !important;
    }
}
@media only screen and (max-width: 300px){
.rowMy {
        grid-gap: 10px 0px;
         grid: auto auto / repeat(1, 240px) !important;

}
.cardMy {
    width: 210px !important;
    }
}
@media only screen and (max-width: 267px){
.rowMy {
        grid-gap: 10px 0px;
         grid: auto auto / repeat(1, 200px) !important;

}
.cardMy {
    width: 180px !important;
    }
}

@media only screen and (max-width: 992px){
 .myAccountBtn span:nth-child(1){
 	display: inline !important;
 }
  .myAccountBtn span:nth-child(2){
 	display: none !important;
 }
}
@media only screen and (max-width: 769px){
.myAccountBtn span:nth-child(2){
 	display: inline !important;
 }
  .myAccountBtn span:nth-child(1){
 	display: none !important;
 }
}
@media only screen and (max-width: 380px){
 .myAccountBtn span:nth-child(1){
 	display: inline !important;
 }
  .myAccountBtn span:nth-child(2){
 	display: none !important;
 }
 #menu .btn-navbar{
    margin-left: 4px;
    float: left !important;
    padding: 9px 14px !important;
}
}

  .sidepanel  {
	width: 0%;
	position: fixed;
	z-index: 1010;
	top: 0;
	right: 0;
	background-color: #87a9df;
	opacity: 1;
	overflow-x: auto;
	transition: 0.5s;
	padding-top: 60px;
	height:100vh;
  }
  
  .sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 15px;
	color: #141515;
	display: block;
	transition: 0.3s;
	font-weight: 900;
  }
  
  .sidepanel a:hover {
	color: #ffffff;
	text-decoration: none;
  }
  
  .sidepanel a:click{
	text-decoration: none;
  }
  
  .sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
  }
 
  .openbtn:hover {
	background-color:#444;
  }
  .tableBg tr{
	  background-color: white !important;
  }
  #closeNav {
	  color: white !important;
  }

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    color: #252627;
    font-weight: bold;
    border-top: 1px solid #ddd;
        background-color: #87a9df;
        border-color: white;
}

.cartBtnPos {
    position: fixed;
    top: 50%;
    z-index: 1010;
    right: 0%;
	background-color:#F30;
	padding: 8px 16px;
	height: 60px;
	display: block;
	width:60px;
	border-radius: 30px 0 0 30px;
	overflow: hidden;
  }

  
.sidecartClass{
	background: transparent !important;
    color: #fff !important;
    border: none !important;
    padding: 0px;
	box-shadow: none !important;
}
.sidecartClass i{
	font-size: 25px !important;
	
}
.sidecartClass span{
  display: block;
  font-size: 15px;
  color: #000;
}


.cartGreen {
	position: fixed;
	bottom: 10%;
	left: 5%;
	margin: auto;
	border-radius: 1px;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #efefef;
	margin: 15px;
	font-size: 20px;
	background-color: transparent;
	color: #e81919;
	z-index: 1010;
	cursor: pointer;
	border:none;
  }
  #cart-total {
	position: absolute;
	height: 30px;
	width: 30px;
	background-color:#000000;
	border-radius: 500px;
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	right: 0px;
	color: white;
	transform: translate(50%, -50%);
	z-index: 1010;
	cursor: pointer;
  }
  .cartGreen .fa-shopping-cart {
	  font-size: 33px;
  }	
  
 

/* helpers/fixed.css */

.fixed {
	position: fixed;
	will-change: transform;
  }
  
  .fixed--bottom {
	bottom: 0;
	left: 0;
	right: 0;
	z-index:9999;
  }
  
  
  .buttonDisclaime {
	background-color: #212121;
	border: 0;
	color: white;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
  }
  
  .buttonDisclaime {
	border-style: solid;
	border-width: 0.0625em;
	padding: 0.5em 1em;
	position: relative;
  }
  
  .buttonDisclaime::after {
	background-color:  #26a7f2;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s;
	will-change: opacity;
	z-index: -1;
  }
  
  .buttonDisclaime:focus::after,
  .buttonDisclaime:hover::after {
	opacity: 1;
  }
  
  /* modules/cookie-disclaimer.css */
  
 
  
  .cookie-disclaimer {
	background-color: #1398cf;
	font-family: math;
	text-align:justify;
	color: white;
	font-size: 16px;
	opacity: 0;
	padding: 1rem;
	transform: translateY(100%);
	transition: opacity 0.3s, transform 0.5s;
  }
  
  .cookie-disclaimer.is-active {
	opacity: 1;
	transform: translateY(0);
  }
  
  .cookie-disclaimer :first-child {
	margin-top: 0;
  }
  
  .cookie-disclaimer :last-child {
	margin-bottom: 0;
  }
  
  /* modules/media.css */
  

  
  .media {
	display: flex;
  }
  
  .media--center {
	align-items: center;
  }
  
  .media__object--left {
	margin-right: 1em;
  }
  
  .media__object--right {
	margin-left: 1em;
	order: 1;
  }
  
  .media__body {
	flex-grow: 1;
  }
  	  
.boxCard h3{
  color:white;
    font-size:30px;
  font-family:lobster,monospace;
}
.boxCard{
    position: relative;
    width: 100%;
    display: flex;
   padding:20px;
    justify-content: center;
    align-items: center;
}
.boxCard:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(50px);
}
.boxCard{
    border-radius:15px;
    background: linear-gradient(135deg, #ef3f32, #080808);
}
	  
.truckic{
    font-size:40px;
    color:white;
}
.imgs{
	background: url("imges/freedel.jpg");
  }



.card-front__heading {
  font-size: 1.5rem;
  margin-top: .25rem;
  color:white;
}

/* Main heading for inside page */
.inside-page__heading { 
  /*padding-bottom: 1rem; */
  width: 100%;
}

/* Mixed */

/* For both inside page's main heading and 'view me' text on card front cover */
.inside-page__heading,
.card-front__text-view {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 0rem;
}

.inside-page__heading--city{ color: #0b9ad5; }
.card-front__text-view--city { color: #ffffff; }

.inside-page__heading--ski{ color: #0b9ad5; }
.card-front__text-view--ski { color: #ffffff; }

.inside-page__heading--beach { color: #0b9ad5; }
.card-front__text-view--beach { color:#ffffff;}

.inside-page__heading--camping { color: #0b9ad5; }
.card-front__text-view--camping { color:#ffffff;}

/* Front cover */

.card-front__tp { color: #fafbfa; }

/* For pricing text on card front cover */
.card-front__text-price {
  font-size: 1.2rem;
  margin-top: -.2rem;
}

/* Back cover */

/* For inside page's body text */
.inside-page__text {
  color: #333;
  line-height: 16px;
}

/* Icons ===========================================*/

.card-front__icon {
  fill: #fafbfa;
  font-size: 3vw;
  height: 3.25rem;
  margin-top: -.5rem;
  width: 3.25rem;
}

/* Buttons =================================================*/

.inside-page__btn {
  background-color: transparent;
  border: 3px solid;
  border-radius: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  /*margin-top: 2rem;*/
  overflow: hidden;
  padding: .35rem;
  position: relative;
  text-decoration: none;
  transition: all .3s ease;
  width: 90%;
  z-index: 10;
}

.inside-page__btn::before { 
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: all .3s ease;
  width: 100%;
  z-index: -1;
}

.inside-page__btn--city { 
  border-color: #0b9ad5;
  color: #0b9ad5;
}

.inside-page__btn--city::before { 
  background-color: #85c7e3;
}

.inside-page__btn--ski { 
  border-color: #0b9ad5;
  color: #0b9ad5;
}

.inside-page__btn--ski::before { 
  background-color: #85c7e3;
}

.inside-page__btn--beach { 
  border-color: #0b9ad5;
  color: #0b9ad5;
}

.inside-page__btn--beach::before { 
  background-color: #85c7e3;
}

.inside-page__btn--camping { 
  border-color: #0b9ad5;
  color: #0b9ad5;
}

.inside-page__btn--camping::before { 
  background-color: #85c7e3;
}

.inside-page__btn:hover { 
  color: #fafbfa;
}

.inside-page__btn:hover::before { 
  transform: scaleY(1);
}

/* Layout Structure=========================================*/

.main {
  background: linear-gradient(
    to bottom right,
    #eee8dd,
    #e3d9c6
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

/* Container to hold all cards in one place */
.card-area {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-evenly;
  padding: 1rem;
}

/* Card ============================================*/

/* Area to hold an individual card */
.card-section {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  margin-top:30px;
}

/* A container to hold the flip card and the inside page */
.card {
  background-color: rgba(0,0,0, .05);
  box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);
  height: 15rem;
  position: relative;
  transition: all 1s ease;
  width: 15rem;
}

/* Flip card - covering both the front and inside front page */

/* An outer container to hold the flip card. This excludes the inside page */
.flip-card {
  height: 15rem;
  perspective: 100rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  visibility: hidden;
  width: 15rem;
  z-index: 100;
}

/* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
/* This is done so content in the inside page can be selected */
.flip-card > * {
  visibility: visible;
}

/* An inner container to hold the flip card. This excludes the inside page */
.flip-card__container {
  height: 100%;
  position: absolute;
  right: 0;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 1s ease;
  width: 100%;
}

.card-front,
.card-back {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Styling for the front side of the flip card */

/* container for the front side */
.card-front {
  background-color: #0c0d0c;
  height: 15rem;
  width: 15rem;
}

/* Front side's top section */
.card-front__tp {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  display: flex;
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  padding: .75rem;
}

.card-front__tp--city {
  background: linear-gradient(
    to bottom,
    #043346, #0b9ad5
  );
}

.card-front__tp--ski {
  background: linear-gradient(
    to bottom,
    #043346,
    #0b9ad5
  );
}

.card-front__tp--beach {
  background: linear-gradient(
    to bottom,
    #043346,
    #0b9ad5
  );
}

.card-front__tp--camping {
  background: linear-gradient(
    to bottom,
    #043346,
    #0b9ad5
  );
}

/* Front card's bottom section */
.card-front__bt {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Styling for the back side of the flip card */

.card-back {
  background-color: #fafbfa;
  transform: rotateY(180deg);
}

/* Specifically targeting the <video> element */
.video__container {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  height: inherit;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Inside page */

.inside-page {
  background-color: #fafbfa;
  box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25);
  height: 100%;
  padding: 1rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  width: 15rem;
  z-index: 1;
}

.inside-page__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center; 
  width: 100%;
}

/* Functionality ====================================*/

/* This is to keep the card centered (within its container) when opened */
.card:hover {
  box-shadow:
  -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);
  width: 30rem;
}

/* When the card is hovered, the flip card container will rotate */
.card:hover .flip-card__container {
  transform: rotateY(-180deg);
}

/* When the card is hovered, the shadow on the inside page will shrink to the left */
.card:hover .inside-page {
  box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);
}







.buttonn {
	float: left;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.buttonn span {
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	margin-left: 10px;
}

.buttonn:hover {
	width: 200px;
}

.buttonn:nth-child(1):hover .icon {
	background: #e1306c;
}

.buttonn:nth-child(2):hover .icon {
	background: #4267b2;
}

.buttonn:nth-child(3):hover .icon {
	background: #25d366;
}

.buttonn:nth-child(4):hover .icon {
	background: #0e76a8;
}

.buttonn:nth-child(5):hover .icon {
	background: #ff0000;
}

.buttonn:nth-child(6):hover .icon {
	background: #333;
}

.buttonn:nth-child(1) span {
	color: #e1306c;
}

.buttonn:nth-child(2) span {
	color: #4267b2;
}

.buttonn:nth-child(3) span {
	color: #25d366;
}

.buttonn:nth-child(4) span {
	color: #0e76a8;
}

.buttonn:nth-child(5) span {
	color: #ff0000;
}

.buttonn:nth-child(6) span {
	color: #333;
}

.buttonn .icon {
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	color:white;
}

.buttonn .icon i {
	font-size: 25px;
	line-height: 60px;
	transition: all 0.3s ease-in-out;
}

.buttonn:hover i {
	color: #fff;
}

.productshadowcard-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin-bottom:2rem;
  padding:10px;
  border-radius:38px;
}

.productshadowcard-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.topheader-bgimg{
    height:120px;
	background: url("imges/top.png");
	background-repeat: no-repeat;
    background-size: contain;
  }
  .menutextclass{
      color: #362627;
    background-color: transparent;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: math;
  }
  
  .headingclass{
      color: #0b9ad5;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    font-family: math;
    margin:2rem 0;
  }
  .subheadingclass{
      color: #0d0d0c;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    font-family: math;
    margin:2rem 0;
  }
  
  /*bottommenu*/
  
.navbottomMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    z-index:9999;
}

.navbottomMenu_Link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    background-color: #0b9ad5;
}

.navbottomMenu_Link:hover {
    background-color: #eeeeee;
}

.navbottomMenu_Icon {
    font-size: 18px;
    color:#ffffff;
}
.nav__text{
  color: #ffc107;;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: cursive;   
}
  
  
  
  
/*new update  */

.menulogo{
      margin-right: 6px;
    font-size: 20px;
    color: #ffffff;
}
.menu-style{

     padding:10px;
    /*border:3px solid #16b0a4;*/
    background-color: #e5b007;
    border-radius:18px;
    
}
.menu-style:hover{
    background:#16b0a4;
   
}
.menu-style:hover .menulogo{
  color: white !important;
   
} 
.menu-style:hover .menutextclass{
  color: white !important;
   
}  
  
.popover {
  border: 2px solid #ffbb33;
}

.popover.bottom>.arrow {
  border-bottom-color: #ffbb33;
}

.popover.bottom>.arrow:after {
  top: 3px;
}
.menu-style:hover .popover-content {
    background: #16b0a4;
}


.box55 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.our-services {
    margin-top: 24px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 110px;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(-45deg, #f3bf19 0%, #a3821a 100%);
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center
}

.our-services:hover h4,
.our-services:hover p {
    color: #fff
}

.speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)
}

.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}

.privacy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}

.backups:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

.ssl:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}

.database:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)
}

/*.d_btn:hover{*/
/*  color: white;*/
/*  box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 4px rgba(0,0,0,0.24);*/
/*  transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
/*}*/



.cardNew {
    
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 294px;
  height: 205px;
  background-color:#f3bf19;
  padding: 20px;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 200px rgba(225, 225, 225, 0.5);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.cardNew:hover {
  height: auto;
}
.cardNew .imgBx1 {
  position: relative;
  width: 250px;
  height: 250px;
  top: -50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
}

.cardNew .imgBx1 img {
  width: 250px;
  border-radius: 0.5rem;
  z-index: 10;
  height: inherit;
}

.cardNew p {
  position: relative;
  margin-top: -200px;
  text-align: center;
  color: var(--text-color);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  z-index: 0;
}

.cardNew:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: -30px;
}
@media only screen and (max-width: 992px)
{
.crdpic .col-md-3 {
    padding: 80px 0px !important;
}
}

.y-us-section {
    padding: 82px 0 82px;
}
.y-us-head {
    text-align: center;
    margin: 0 0 91px;
}
.y-us-title h2 {
    color: #c79909;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
    FONT-FAMILY: math;
}
.y-us-title > p {
    color:#362627;
    line-height: 20px;
    font-size: 21px;
    font-family:math;
    text-align:justify;
}
.y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 18px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
.service-3 .service-box .y-us-content h4 {
    color: #e5ab08;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
    
    color: #362627;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: math;
}

.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #0b9ad5;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    background-color: #362627;
}
.hih{
    color: #bd9411;
    font-family: math;
    font-size: 25px;
}

.c1{
    color:#362627 !important;
}



.uk-card-default {
    background: #ffffff !important;
    /*border-style:inset;*/
    /*border-color:#362627;*/
    /*box-shadow: 1px 1px 5px rgb(243 191 25) !important;*/
    /*border-style:inset;*/
    /*border-top: 5px solid #c59809;*/
    /*border-left: 1px solid rgb(197 152 9);*/
    /*border-right: 1px solid rgb(197 152 9);*/
    /*border-bottom: 1px solid rgb(197 152 9);*/
    /*-webkit-transition: all .3s ease;*/
    /*transition: all .3s ease;*/
}

/* Card Default Hover */
.uk-card-default.uk-card-hover:hover {
    background: linear-gradient(to bottom, #f5f5f5 0%, #ececec 100%) !important;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1) !important;
    border-top: 5px solid #ec483b;
    border-left: 0;
	border-right: 0;
	border-bottom: 0;
    z-index: 1;
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* Card Body */
.uk-card-body {
    padding: 20px 20px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-card-body {
	    padding: 20px 20px !important;
	}
}

/* Card Title */
.uk-card-default .uk-card-title {
    color: #666 !important;
}

/* Card Title Hover */
.uk-card-default.uk-card-hover:hover .uk-card-title {
    color: #666 !important;
}

/* Card Icon */
.uk-card-default.uk-card-hover span.hover {
    display: none;
}

.uk-card-default.uk-card-hover span.default {
    display: inherit;
    color: #1e87f0;
}

/* Card Icon Hover */
.uk-card-default.uk-card-hover:hover span.hover {
    display: inherit;
	color: #ec483b;
}

.uk-card-default.uk-card-hover:hover span.default {
    display: none;
}

/* Card Footer */
.uk-card-footer {
	background: linear-gradient(to bottom, #362627  98%, #4a3838 52%) !important;
	padding: 15px 15px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-card-footer {
	    padding: 15px 15px !important;
	}
}

.uk-card-default.uk-card-hover:hover .uk-card-footer {
    background: linear-gradient(to bottom, #f3bf19 98%, #362627 50%) !important;
}

/* Card Footer Text */
.uk-section-default .uk-card-default .uk-card-footer p {
	text-align: center;
	font-size: 0.75rem;
	line-height: 150%;
	margin: 10px 0;
	letter-spacing: 0.5px;
	color: white;
}

/* Card Footer Default */
.uk-card-default.uk-card-hover div.default {
    display: inherit;
	padding: 5px 5px !important;
	height: 41px;
}

.uk-card-default.uk-card-hover:hover div.default {
    display: none;
}

/* Card Navbar Item */
li {
	display: inline;
	list-style: none;
	padding-right: 20px;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 0px !important;
    padding: 0 0px !important;
}

/* Card Tooltip */
[data-tooltip] {
	cursor: pointer;
	position: relative;
	/********** Default Behavior ********* */
	/********** Timeout Variant ********* */
	/********** Tooltip Sizes ********* */
	/********** Top Tooltip ********* */
	/********** Right Tooltip ********* */
	/********** Bottom Tooltip ********* */
	/********** Left Tooltip ********* */
}

[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
	z-index: 1;
}

[data-tooltip]:before {
	padding: 5px;
	width: 50px;
	border-radius: 3px;
	background: #666;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}

[data-tooltip]:after {
	border: 8px solid transparent;
	width: 0;
	content: "";
	font-size: 0;
	line-height: 0;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
}

[data-tooltip].tooltip-top:before {
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	transform: translateX(-50%);
}

[data-tooltip].tooltip-top:after {
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 8px solid #666;
	border-bottom: none;
}

[data-tooltip].tooltip-top:hover:before, [data-tooltip].tooltip-top:hover:after {
	transform: translateX(-50%) translateY(-5px);
}

.icon:hover {
    background-color: white;
}
 
 @media only screen and (max-width: 992px) and (min-width: 769px)  {
     .hide-tablet{
         display:none;
     }
 }
 
 