* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  /* :root {
    --maincolor:var(--maincolor);
    --secondcolor:rgba(0, 0, 0, 0.2);
    --background-color: var(--background-color) ;
    --color:var(--color);
  } */
  
  body {
    background-color: var(--background-color);
  }
  
  .text-col{
    color: var(--color);
  }
  

  .maincolor_ {
    background-color: var(--maincolor);
    color: var(--color);
  }
  
  .secondcolor_ {
    background-color: var(--secondcolor);
    color: var(--color);
  }
  
  .btn_white {
    color: white;
    background-color: transparent;
    border-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .btn_white:hover {
    background-color: var(--maincolor);
    color: var(--color);
    border: var(--maincolor);
  }
  
  .img_crop {
    overflow: hidden;
  }
  .img_crop img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    overflow: hidden;
  }
  
  .full_scroll .carousel-item {
    height: 600px;
    width: 100%;
    overflow: hidden;
  }
  .full_scroll .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  section {
    margin-bottom: 100px;
  }
  
  .category_one {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .category_one_box {
    margin: 20px 10px;
  }
  .category_one_box a {
    background: var(--maincolor);
    color: var(--color);
    padding: 10px 15px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
  }
  
  .home_category_slider .owl-carousel .item .cat_img,
  .home_category_slider_two .item .cat_img {
    width: 102px;
    height: 102px;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .home_category_slider .owl-carousel .item img,
  .home_category_slider_two .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .home_category_slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -2%;
    top: 30%;
    transform: translate(50%, -50%);
    font-size: 50px;
  }
  
  .home_category_slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -4%;
    top: 30%;
    transform: translate(50%, -50%);
    font-size: 50px;
  }
  
  .home_category_slider .owl-carousel .item p,
  .home_category_slider_two .item p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  
  .category_two_p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%);
    color: var(--color);
    background: var(--maincolor);
    width: 91%;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .category_two {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .footer-upper-class {
    background-color: var(--background-color);
    text-align: center;
    justify-content: center;
    padding: 15px;
  }
  .footer-upper-class .footer-upper-box {
    padding: 15px;
  }
  .footer-upper-class .footer-upper-box i {
    padding: 18px 15px;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 33px;
    color: var(--maincolor);
  }
  .footer-upper-icon{
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}
  .footer-upper-class .footer-upper-box p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--maincolor);
    margin-top: 15px;
  }
  
  .border_rightt {
    border-right: 1px solid var(--maincolor);
  }
  
  .font_bold {
    font-weight: 600;
    color: var(--maincolor);
  }
  
  .card-span {
    transition: all 0.4s ease;
    border: 0;
    background-color: var(--background-color)!important;
  }
  
  .imgclass_web {
    height: 75px;
    width: 170px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 10px;
  }
  .imgclass_web img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .pro_one_img {
    /* height: 400px; */
    height: 350px;
    width: 100%;
    overflow: hidden;
    background-color: var(--background-color);
  }
  .pro_one_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .bg-200 {
    background-color: var(--background-color);
  }
  
  .text_dot {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500!important;
  }
  
  .tital h1 {
    text-align: center;
    color: var(--maincolor);
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
  }
  
  .tital h1:after, .tital h1:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    /* background-color:#f8f8f8;  */
  }
  
  .btn-lg {
    padding: 0.5rem 3rem;
    font-size: 1rem;
    border-radius: 0;
  }
  
  .bg-primary {
    background-color: var(--maincolor) !important;
    color: var(--color) !important;
  }
  
  .bg-primary:hover {
    background-color: var(--background-color) !important;
    color: var(--maincolor) !important;
    border: 1px solid var(--maincolor);
    outline: none !important;
    box-shadow: none !important;
  }
  
  .card_two {
    border: 1px solid #cdcdcd;
    /* padding: 20px; */
    padding: 10px;
    background: var(--background-color);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: 25px;
  }
  
  .card_two:hover {
    box-shadow: 0 0 35px #e7e7e7;
  }
  
  .card_two_img {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    /* height: 310px; */
    height: 296px;
    width: 100%;
    overflow: hidden;
    background-color: var(--background-color);
  }
  .card_two_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .bg-300 {
    background-color: var(--background-color);
    border-bottom-left-radius: 40px;
  }
  
  .fc-bold {
    font-weight: 700;
    text-align: center;
  }
  
  .fc_www {
    font-size: 22px;
    /* color: var(--maincolor); */
  }
  
  .flexx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .whats {
    position: absolute;
    top: 35px;
    right: 30px;
    background-color: var(--maincolor);
    padding: 10px 13px;
    border-radius: 50%;
  }
  .whats i {
    color: var(--color);
    font-size: 20px;
  }
  
  .bg-primary-two {
    background-color: var(--maincolor) !important;
    color: var(--color) !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  
  .bg-primary-two:hover {
    background-color: var(--background-color) !important;
    color: var(--maincolor) !important;
    border: 1px solid var(--maincolor);
    outline: none !important;
    box-shadow: none !important;
  }
  
  .card_three {
    border: 1px solid #cdcdcd;
    padding: 10px;
    background: var(--background-color);
    border-radius: 20px;
    margin-bottom: 25px;
    /* height: 495px!important; */
    /* height: 440px!important; */
    height: 440px;
    position: relative;
  }
  .card_button{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    width: 91%!important;
  }
  .badge_commen{
    color:var(--color)!important;
    background-color: var(--maincolor)!important;
    font-size: 10px!important;
  }
  .card_two:hover {
    box-shadow: 0 0 35px #e7e7e7;
  }
  
  .card_three_img {
    border-radius: 20px;
    height: 270px;
    width: 100%;
    overflow: hidden;
    background-color: var(--background-color);
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .card_three_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .whats_three {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: var(--maincolor);
    padding: 10px 13px;
    border-radius: 50%;
  }
  .whats_three i {
    color: var(--color);
    font-size: 20px;
  }
  
  .bg-primary-three {
    background-color: var(--maincolor) !important;
    color: var(--color) !important;
    border-radius: 20px;
  }
  
  .bg-primary-three:hover {
    background-color: var(--background-color) !important;
    color: var(--maincolor) !important;
    border: 1px solid var(--maincolor);
    outline: none !important;
    box-shadow: none !important;
  }
  
  .card_four {
    border: 1px solid #cdcdcd;
    background: var(--background-color);
    margin-bottom: 25px;
  }
  
  .card_four:hover {
    box-shadow: 0 0 35px #e7e7e7;
  }
  
  .card_four_img {
    height: 265px;
    width: 100%;
    overflow: hidden;
    background-color:var(--background-color);
  }
  .card_four_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .whats_four {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--maincolor);
    padding: 10px 13px;
    border-radius: 50%;
  }
  .whats_four i {
    color: var(--color);
    font-size: 20px;
  }
  
  .bg-primary-four {
    background-color: var(--maincolor) !important;
    color: var(--color) !important;
  }
  
  .bg-primary-four:hover {
    background-color: var(--background-color) !important;
    color: var(--maincolor) !important;
    border: 1px solid var(--maincolor);
    outline: none !important;
    box-shadow: none !important;
  }
  
  .card_five {
    border: 1px solid #cdcdcd;
    padding: 10px;
    background: var(--background-color);
    border-radius: 5px;
    margin-bottom: 25px;
  }
  
  .card_four:hover {
    box-shadow: 0 0 35px #e7e7e7;
  }
  
  .card_five_img {
    border-radius: 5px;
    height: 285px;
    width: 100%;
    overflow: hidden;
    background-color: var(--background-color);
  }
  .card_five_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .whats_five {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--maincolor);
    padding: 10px 13px;
    border-radius: 50%;
  }
  .whats_five i {
    color: var(--color);
    font-size: 20px;
  }
  
  .bg-primary-five {
    background-color: var(--maincolor) !important;
    color: var(--color) !important;
    border-radius: 5px;
  }
  
  .bg-primary-five:hover {
    background-color: var(--background-color) !important;
    color: var(--maincolor) !important;
    border: 1px solid var(--maincolor);
    outline: none !important;
    box-shadow: none !important;
  }
  
  @media (max-width: 550px) {
    .badge_commen{
      font-size: 7px!important;
    }
    
    .text_dot{
      font-size: 15px!important;
    }
    .full_scroll .carousel-item {
      height: 200px;
      width: 100%;
      overflow: hidden;
    }
    .padd_15{
      padding-left: 0;
      padding-right: 0;
  }
    section {
      margin-bottom: 25px;
  }
    .home_category_slider .owl-carousel .item .cat_img {
      width: 77px;
      height: 80px;
    }
    .home_category_slider .owl-carousel .owl-nav .owl-next,
  .home_category_slider .owl-carousel .owl-nav .owl-prev {
      display: none;
    }
    .border_rightt {
      border-right: 0px solid var(--maincolor);
    }
    .card_two_img {
      /* height: 200px; */
      height: 300px;
    }
    .card_three {
      padding: 10px;
      height: 390px!important;
    }
    .card_three_img {
      /* height: 190px; */
      height: 260px;
    }
    .whats_three {
      position: absolute;
      top: 15px;
      right: 15px;
    }
    .card_four_img {
      /* height: 380px; */
      height: 280px;
    }
    .card_five_img {
      /* height: 175px; */
      height: 300px;
    }
    .fc_www {
      font-size: 16px !important;
    }
    .btn-lg {
      padding: 0.5rem 1rem;
    }
    
  }/*# sourceMappingURL=style.css.map */
  .underline_remove{
    text-decoration: none;
  }

  .has_button {
		background: var(--maincolor);
		padding: 2px 8px;
		border-radius: 5px;
		color: var(--color);
		font-size: 17px;
		text-decoration: none;
	}

	.has_button:hover {
		color: var(--color);
	}

	.hash_link {
		position: absolute;
		bottom: 7%;
		right: 3%;
		/* z-index: 999; */
		z-index: 1;
	}

  .has_red {
		background: #dc3545;
		padding: 2px 8px;
		border-radius: 5px;
		color: var(--color);
		font-size: 17px;
		text-decoration: none;
	}

  .has_green {
    background: #28a745;
    padding: 2px 5px;
    border-radius: 5px;
    color: var(--color);
    font-size: 17px;
    text-decoration: none;
    /* float: right; */
  }

  .status_has_red {
		background: #dc3545;
		padding: 2px 8px;
		border-radius: 5px;
		color: var(--color);
		font-size: 17px;
		text-decoration: none;
    float: right;
	}
  
  .banner_responsive{
    padding: 4px;
  }

  .full_scroll .carousel-item img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: cover;
		overflow: hidden;
	}
  .grid6_{
    height: 278px!important;
    width: 279px;
    overflow: hidden;
  }
  .grid6_ img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    overflow: hidden;
  }

	.icon-picker-list {
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		padding-left: 0;
	}

	.icon-picker-list li {
		display: flex;
		flex: 0 0 20%;
		float: left;
		width: 20%;
	}

	.icon-picker-list a {
		background-color: #f9f9f9;
		border: 1px solid #fff;
		color: black;
		display: block;
		flex: 1 1 auto;
		font-size: 12px;
		line-height: 1.4;
		min-height: 100px;
		padding: 10px;
		text-align: center;
		user-select: none;
	}

	.icon-picker-list a:hover,
	.icon-picker-list a.active {
		background-color: #009E49;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
	}

	.icon-picker-list .fa {
		font-size: 24px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.icon-picker-list .name-class {
		display: block;
		text-align: center;
		word-wrap: break-word;
	}

	div#iconPicker {
		height: 92%;
	}

	.icon-picker-list-1 {
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		padding-left: 0;
	}

	.icon-picker-list-1 li {
		display: flex;
		flex: 0 0 20%;
		float: left;
		width: 20%;
	}

	.icon-picker-list-1 a {
		background-color: #f9f9f9;
		border: 1px solid #fff;
		color: black;
		display: block;
		flex: 1 1 auto;
		font-size: 12px;
		line-height: 1.4;
		min-height: 100px;
		padding: 10px;
		text-align: center;
		user-select: none;
	}

	.icon-picker-list-1 a:hover,
	.icon-picker-list-1 a.active {
		background-color: #009E49;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
	}

	.icon-picker-list-1 .fa {
		font-size: 24px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.icon-picker-list-1 .name-class {
		display: block;
		text-align: center;
		word-wrap: break-word;
	}

	div#iconPicker2 {
		height: 92%;
	}

	.icon-picker-list-2 {
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		padding-left: 0;
	}

	.icon-picker-list-2 li {
		display: flex;
		flex: 0 0 20%;
		float: left;
		width: 20%;
	}

	.icon-picker-list-2 a {
		background-color: #f9f9f9;
		border: 1px solid #fff;
		color: black;
		display: block;
		flex: 1 1 auto;
		font-size: 12px;
		line-height: 1.4;
		min-height: 100px;
		padding: 10px;
		text-align: center;
		user-select: none;
	}

	.icon-picker-list-2 a:hover,
	.icon-picker-list-2 a.active {
		background-color: #009E49;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
	}

	.icon-picker-list-2 .fa {
		font-size: 24px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.icon-picker-list-2 .name-class {
		display: block;
		text-align: center;
		word-wrap: break-word;
	}

	div#iconPicker3 {
		height: 92%;
	}

  .page-link{
    background: var(--background-color);
    color: var(--color);
  }

  .active>.page-link, .page-link.active{
    background:var(--background-color);
  }

  @media (max-width: 400px) {
    .btn-lg {
      padding: 0.5rem 0.5rem!important;
      font-size: 14px!important;
  }
  .text_dot{
    /* font-size: 12px!important; */
    font-size: 11px!important;
  }
  .fc_www{
    font-size:12px!important;
  }
  /* .fc-bold span{
    font-size: 12px!important;
  } */

    .fc-bold {
      font-weight: 700;
      text-align: center;
      font-size: 12px !important;
    }

  }
  .form-select:focus , .form-control:focus{
    border-color: var(--maincolor)!important;
    box-shadow: none!important;
  }

  a {
    /* color: var(--bs-link-color); */
    color: #fff;
    text-decoration: none !important;
}

@media (max-width: 550px) {
  .whats_five {
      padding: 5px 5px;
  }
}

@media (max-width: 550px){
  .card_three_img {
      /* height: 190px; */
      height: 260px;
  }
  }
