.loader-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.97);
}
.loader-inr {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader-main .sk-fading-circle {
	margin: auto;
	width: 55px;
	height: 55px;
}
.loader-main .sk-circle .sk-child::before, .loader-main .sk-fading-circle .sk-circle::before {
	background-color: #ed1c24;
}




body {
	font-size: 14px;
	color: #343a40;
}
.text-primary {
  color: #ed1c24 !important;
}
a.text-primary:focus, a.text-primary:hover {
	color: #d41118 !important;
}
.text-info {
	color: #0091ae;
}
.text-success {
	color: #00CE8F !important;
}
.cursor-pointer{
	cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}
.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #e6002e;
	border-color: #e6002e;
	box-shadow: none;
}


.btn-info {
	color: #fff;
	background-color: #0046A6;
	border-color: #0046A6;
}
.btn-info:hover,.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle,.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #003580;
	border-color: #003580;
	box-shadow: none;
}


.row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

a:hover {
	text-decoration: none;
}

.mt-15{
	margin-top: 15px;
}
.mb-15{
	margin-bottom: 15px;
}

.ml-15{
	margin-left: 15px;
}

.mr-15{
	margin-right: 15px;
}



.slick-slide {
  margin: 0px 5px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}


.slick-slide {
  opacity: 1;
}


.section {
	padding: 70px 0;
}
.sec-headering {
	margin-bottom: 30px;
	font-weight: 600;
}
.top-hdr {
	background: #333;
	padding: 5px 0;
	font-size: 12px;
	letter-spacing: 0.2px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.icon-bg {
	background: #ed1c24;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 25px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	margin-top: -4px;
	float: left;
	margin-right: 10px;
}
.top-hdr p {
	margin: 3px 0 !important;
}
.top-hdr a {
	margin-left: 8px;
}
.top-hdr .r-side a {
	padding-right: 8px;
	border-right: 1px solid #fff;
	color: #ddd;
}
.top-hdr .r-side a:hover {
	color: #fff;
}



.br-0{
	border-right: 0 !important;
}
.btm-navbar {
	top: 34px;
	padding-left: 0;
	padding-right: 0;
	background: #fff;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
}
.btm-navbar .navbar-brand img {
	max-height: 45px;
}


.rs-banner.style2.home-bg {
	background: url(../images/kwitu-body.jpeg);
	background-size: cover;
	position: relative;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
}
.hdr-btns.ext-ul .readon {
	padding: 3px 15px 4px;
	font-size: 12px;
	border-radius: 25px;
}
.hdr-btns.ext-ul .readon i {
	font-size: 11px !important;
}
.hdr-btns.ext-ul li {
	padding: 16px 0;
}
.readon {
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 25px;
}
.top-set a {
	padding-left: 15px !important;
	border-left: 1px solid #ddd;
}
.readon.cart {
	background: transparent !important;
	color: #ed1c24;
	border: 0;
	position: relative;
	font-size: 17px;
	padding: 0 10px;
	padding-left: 0;
}
.readon.cart .crt-countr {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0px;
	right: 0px;
	background: #0046A6;
	color: #fff;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
}

.bottom-set .nav-link {
	color: #494949;
	padding-bottom: 0;
	padding-top: 12px;
}
.bottom-set .nav-link:hover {
	color: #ed1c24;
}


.main-content {
	margin-top: 110px;
}

.bannrs-slider .slick-slide {
	margin: 0;
}
.bannrs-slider .slick-dots {
	display: none !important;
}

.rs-banner.style2 .content-part .title {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 0.5px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rs-banner.style2 .content-part .desc {
	font-size: 38px;
	line-height: 55px;
	max-width: 80%;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	
}
.lay-btn {
	padding: 5.5px 30px;
	border-radius: 25px;
	font-size: 13px;
}
.rs-banner.style2 .content-part .btn-part a {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.rs-banner.style2 .content-part .btn-part a:hover {
	background: #fff;
	color: #333;
}
.desc.desc2 {
	font-size: 14px !important;
	line-height: 23px !important;
	max-width: 55% !important;
}




.our-brnchs .items .card-body {
	height: 220px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.items {
	border: 0;
	margin-bottom: 15px;
}
.items .counter-nmbr {
	width: 40px;
	height: 40px;
	display: block;
	background: #f00;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: -21px;
	left: 15px;
}
.items .card-footer {
	padding: 30px 0 0;
	background-color: transparent;
	border-top: 0;
	position: relative;
}
.items h4 {
	font-size: 18px;
	color: #0091ae;
}
.items p {
	font-size: 13px;
	color: #6c757d;
}
.items p i:not('.go-arw') {
	color: #0091ae;
	font-size: 25px;
	cursor: pointer;
}
.items p i:not('.go-arw'):hover {
	color: #006a80;
}

.section2 .container {
	padding: 0 200px;
}
.sec-sub-headering {
	font-size: 12px;
	margin-top: 10px;
}

.bg-skyblue {
	background: #f0f8ff;
}
.our-reunion ul {
	list-style: none;
	padding: 0;
}
.our-reunion ul li {
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
}
.our-reunion-img-dv img {
	max-width: 100%;
	height: auto;
	border: 8px solid #fff;
	box-shadow: 0 0 3px rgba(31, 30, 47, 0.05);
	position: relative;
	bottom: -60px;
}
.our-reunion-img-dv {
	margin-bottom: -125px;
}
.section.our-reunion {
	padding-bottom: 25px;
}

.our-merchandise .items .card-footer {
	padding: 0 5px;
}
.our-merchandise .card-body {
	padding: 0 10px;
	text-align: center;
}
.our-merchandise .items .img-fluid {
	max-height: 250px;
	width: auto;
}
.our-merchandise .items p {
	font-size: 15px;
	margin-bottom: 0px;
}
.by-ntn-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	opacity: 0;
}
.our-merchandise .buy-btn {
	background: #0046A6;
	color: #fff;
	font-size: 12px;
	padding: 5px 20px;
	border-radius: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.our-merchandise .buy-btn:hover {
	background: #003580;
}
.our-merchandise .items:hover {
	box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.08);
}
.our-merchandise .items:hover .by-ntn-main {
	opacity: 1;
}
.our-blog .items .card-footer {
	padding: 15px;
}
.our-blog .sub-hdr {
	color: #0091ae !important;
	font-size: 10px !important;
	font-weight: 600;
	margin-bottom: 3px;
}
.our-blog .items h4 {
	color: #343a40;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 43px;
}

.ftr-mnu {
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 15px 0;
}
.ftr-mnu li {
	display: inline-block;
}
.ftr-mnu li a {
	color: #494949;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 5px;
}
.ftr-mnu li a:hover {
	color: #ed1c24;
}
.ftr-logo img {
	max-height: 40px;
	margin: 15px 0px;
}
.ftr-txt {
	font-size: 12px;
	max-width: 50%;
	margin: auto;
	margin-top: 15px;
}


.navbar-toggler {
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	color: #fff;
}



.our-pillar .items .card-footer {
	background: #ddd;
}
.bg-red {
	background-color: #df0000 !important;
}
.bg-orange {
	background-color: #f28500 !important;
}
.bg-yellow {
	background-color: #ffca00 !important;
}
.bg-green {
	background-color: #82b74b !important;
}
.bg-sky {
	background-color: #00bfff !important;
}

.our-pillar .items h4 {
	color: #fff;
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.our-pillar .items .p-desc {
	height: 80px;
	overflow: hidden;
}
.our-pillar .items p {
	color: #fff;
}
.our-pillar .items p i {
	color: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before ,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before{
	color: #fff;
	border-color: #ed1c24;
	background-color: #ed1c24;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}




.rs-banner.style2.child-bg {
	background: url(../images/child_bg.jpg);
	background-size: cover;
	padding: 100px 0;
}
.rs-banner.style2.street-bg {
	background: url(../images/street.jpg);
	background-size: contain;
	padding: 100px 0;
}
.our-blog .items .card-body {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.our-blog .items .blg-dsc {
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 63px;
}
.our-pillar .items .card-body {
	height: 270px;
	background-position: top center;
}

/*
.our-pillar .slick-slide {
  margin: 0px 0px;
}*/
.footer-main {
	padding: 30px 0 45px;
	border-top: 1px solid #f2f2f2;
}
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    position: fixed;
    display: none;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
    background: #ed1c24;
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    width: 42px;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp:hover i {
    background: #fff;
    color: #ed1c24;
}
.rtng-str {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 12px;
	z-index: 1;
}
.rtng-str i {
	color: #ddd;
}
.rtng-str i.actv {
	color: #ed1c24;
}
.breadcumb-sec {
	padding: 50px 0 50px;
	text-align: center;
	background-image: url('../images/bg5.jpg');
	background-size: cover;
	background-position: bottom;
	position: relative;
}



.breadcumb-sec::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	left: ;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.breadcumb-sec.breadcumb-product {
	background-image: url('../images/breadcumb_product.png');
	background-repeat: repeat;
	background-size: 500px;
}

.breadcumb-sec.breadcumb-marekani {
	background-image: url('../images/usa_bg.jpg');
}
.breadcumb-sec.breadcumb-contact {
	background-image: url('../images/contact_us.jpg');
	background-size: 200px;
}
.breadcumb-sec.breadcumb-contact2 {
	background-image: url('../images/contact_us2.png');
	background-size: 200px;
}
.breadcumb-sec.breadcumb-blog {
	background-image: url('../images/blogs.jpeg');
	background-size: 200px;
}
.breadcumb-sec.breadcumb-blog::after {
	background: rgba(0,0,0,0.4);
}

.breadcumb-sec.breadcumb-cart {
	background-image: url('../images/cart_2.png');
	background-size: 350px;
	/* background-position: top; */
	/* background-repeat: no-repeat; */
}

.breadcumb-sec.breadcumb-delivery {
	background-image: url('../images/delivery_address0.jpg');
	background-size: 400px;
	background-position: top;
}

.breadcumb-sec.breadcumb-preview {
	background-image: url('../images/preview.png');
	background-size: 400px;
	background-position: top;
}

.breadcumb-sec.breadcumb-community {
	background-image: url('../images/community.png');
	background-size: 400px;
	background-position: top;
}
.breadcumb-sec.breadcumb-department {
	background-image: url('../images/department.png');
	background-size: 200px;
	background-position: top;
}
.breadcumb-sec.breadcumb-empowerment {
	background-image: url('../images/empowerment.png');
	background-size: 145px;
	background-position: top;
}
.breadcumb-sec.breadcumb-immigrants {
	background-image: url('../images/immigrants.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-students {
	background-image: url('../images/students.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-facts {
	background-image: url('../images/facts.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-disclaimer {
	background-image: url('../images/disclaimer.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-women {
	background-image: url('../images/women.jpg');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-event {
	background-image: url('../images/event.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-inc {
	background-image: url('../images/inc.png');
	background-size: 200px;
	background-position: top;
}
.breadcumb-sec.breadcumb-kmove {
	background-image: url('../images/kmove.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-haven {
	background-image: url('../images/haven.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-leadership {
	background-image: url('../images/leadership.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-kids {
	background-image: url('../images/kids.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-mentorship {
	background-image: url('../images/mentorship.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-pillar {
	background-image: url('../images/empowerment.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-press {
	background-image: url('../images/press.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-families {
	background-image: url('../images/families.png');
	background-size: 300px;
	background-position: top;
}
.breadcumb-sec.breadcumb-stewardship {
	background-image: url('../images/stewardship.png');
	background-size: 300px;
	background-position: top;
}
















.breadcumb-bg {
	position: relative;
	z-index: 1;
}


.breadcumb-sec .title {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}
.breadcumb-sec .desc {
	margin-bottom: 0;
	color: #fff;
}
.s-left {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.s-right {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.wooco-result-hd {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.wooco-result-count {
	margin-bottom: 0;
	color: #495057;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
}
.wooco-result-count b {
	color: #ed1c24;
}
.custom-select {
	font-size: 14px;
}
.custom-select:focus {
	border-color: #ced4da;
	box-shadow: none;
}

.prd-details-sec .items:hover .by-ntn-main {
	opacity: 0;
}
.prd-details-sec .items {
	box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.prd-details-sec .buy-btn {
	font-size: 14px;
	padding: 10px 40px;
	position: unset;
	transform: unset;
}
.prd-details-sec  .crd-img {
	width: 300px;
	float: left;
}
.prd-details-sec  .crd-cont {
	text-align: left;
	width: calc(100% - 300px);
	padding: 0 20px;
	float: left;
}
.prd-details-sec .card-body {
	padding: 20px;
}
.prd-details-sec .rtng-str {
	top: 20px;
	left: 20px;
	font-size: 16px;
}
.prd-details-sec .items p {
	font-size: 25px;
}
.prd-details-sec .items h4 {
	font-size: 22px;
}
.prd-details-sec .dt-stxt {
	font-size: 15px !important;
	margin-bottom: 10px !important;
}
.prd-details-sec .dt-stxt input, .prd-details-sec .dt-stxt select {
	height: 30px;
	line-height: 20px;
	padding: 0 25px 0 10px;
	min-width: 175px;
}
.prd-details-sec .by-ntn-main {
	position: unset;
	opacity: 1 !important;
	margin-top: 10px;
}
.prd-details-sec .form-inline label {
	min-width: 100px;
	justify-content: left;
}
.write-feedbk .card-body {
	text-align: left;
}
.form-control:focus {
	box-shadow: none;
}
.write-feedbk {
	margin-bottom: 30px;
}
.prd-tbs-main .nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
}
.prd-tbs-main .nav-tabs li {
	padding: 10px 20px;
	background: #0046A6;
	margin-right: 15px;
	border-radius: 6px;
	flex: 0 0 auto;
}
.prd-tbs-main .nav-tabs li a {
	color: #fff;
}
.prd-tbs-main .nav-tabs li:hover,.prd-tbs-main .nav-tabs li.active {
	background: #003580;
}
.prd-tbs-main .tab-content {
	padding: 15px 0 0;
}
.prd-tbs-main .tab-content h3,.all-cmmnts h3 {
	font-size: 20px;
	color: #ed1c24;
}
.prd-tbs-main .ads-info {
	list-style: none;
	margin-bottom: 0;
}
.ads-info li {
	padding: 8px 15px;
	background: #f2f2f2;
	font-size: 14px;
	font-weight: 600;
}
.ads-info li p {
	margin: 0;
}
.ads-info li:nth-child(2n+1) {
	background: #e6e6e6;
}
.ads-info li p span {
	margin-left: 10px;
	font-weight: normal;
}
.prd-tbs-main {
	margin-bottom: 20px;
}
.write-feedbk .rtng-str {
	margin-top: 20px;
}

.cart-list .items {
	box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.08);
}
.cart-list .items {
	flex-direction: unset;
}
.cart-list .card-body {
	max-width: 175px;
	max-height: 154px;
	padding: 15px;
}
.cart-main .cart-list .card-body {
	max-width: 132px;
	max-height: 132px;
}
.cart-list .items .card-footer {
	width: calc(100% - 100px);
	text-align: left !important;
	padding: 10px;
}
.cart-list .items .img-fluid {
	max-height: 100%;
}
.cart-list .cart-iocn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 125px;
	opacity: 0.1;
	transform: rotate(-13deg);
}
.crted-list-scrl {
	height: 489px;
	overflow: auto;
}
.buy-gst-gd {
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
	line-height: 12px;
	padding-bottom: 10px;
}
.dl-user {
	font-size: 20px;
}
.succ-ords img {
	max-height: 250px;
	margin: auto;
}
.succ-msg {
	font-size: 24px;
	margin-top: 30px;
	font-weight: 600;
}
.succ-smsg {
	margin-bottom: 30px;
}

.contact-inf .contct-icn {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 100px;
	transform: translate(-50% , -50%);
	opacity: 0.07;
}
.contact-inf h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.contact-inf p {
	margin-bottom: 5px;
	font-size: 16px;
}
.contact-inf .card-body {
	padding: 43.5px 15px;
}
.card.map-sec .card-body {
	padding: 0;
	height: 200px;
}
.commn-img {
	max-width: 100%;
	height: auto;
}
.ab-heading {
	font-size: 20px;
	color: #ed1c24;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}
.ab-heading::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 85px;
	height: 5px;
	background: #ddd;
	border-radius: 5px;
}
.ab-txt {
	color: #6c757d;
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
}
.bsc-ul {
	padding-left: 30px;
	list-style: none;delivery_address.jpg
}

.order-lft {
	order: 2;
}
.nm-tg {
	font-size: 16px !important;
	font-weight: 600;
}
.prf-dsc {
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 78px;
}
.cart-list .card-body .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.leadership-main .cart-list .card-body .img-fluid {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: contain;
	background: #ddd;
}


.leadership-mdl .img-main {
	padding: 0;
	text-align: center;
}
.leadership-mdl .img-main .img-fluid {
	max-width: 150px;
	height: ;
	border-radius: 5px;
}
.leadership-mdl .items .card-footer {
	padding: 15px 0 0;
}
.leadership-mdl .modal-dialog {
	max-width: unset;
	width: 75%;
}
.leadership-mdl .modal-dialog .card {
	border: 0;
	box-shadow: none;
}
.modal-title {
	font-size: 16px;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #ed1c24;
}
.sig-bg {
	height: 100%;
	background-image: url('../images/sign_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sig-cont {
	padding: 15px 7.5px 15px 0;
	margin-left: -7.5px !important;
}
.no-underline::after {
	background: transparent;
}
.ab-heading.no-underline {
	margin-bottom: 10px;
}
.karibu-icon {
	width: 70px;
	height: 70px;
	background: #FFF8F8;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;delivery_address.jpg
	font-size: 40px;
	color: #ed1c24;
	margin: 15px 0;
}
.karibu-sec .prf-dsc {
	-webkit-line-clamp: 3;
	height: 57px;
}
.karibu-sec .btn {
	padding: 3px 10px;
	font-size: 12px;
	margin-top: 5px;
}
.accrodin-main .card-body a,.accrodin-main .card-body strong{
	color: #ed1c24;
}
.accrodin-main .card-body a:hover{
	color: #d41118;
}
.accrodin-main .card-header a {
	color: #ed1c24;
	padding: 10px;
	display: block;
	background: rgba(253, 231, 232, 0.4);
}
.accrodin-main .card-header a:hover {
	color: #d41118;
}
.accrodin-main .card-header {
	padding: 0;
	background-color: #fff;
	border-bottom: 0;
	border-radius: .25rem;
	position: relative;
}
.accrodin-main .card {
	margin-bottom: 5px;
}
.accrodin-main .card-body {
	padding: 10px;
}
.accrodin-main .card-header .card-link::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 28px;
	cursor: pointer;
	color: #ed1c24;
}
.accrodin-main .card-header .card-link.collapsed::after {
	content: "\f105";
}




.bg-light::after, .bg-light::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	z-index: 0;
	border: 0 solid #F6F7F9;
}
.bg-light {
	position: relative;
	border: 0;
}
.bg-light::before {
	border-right-color: transparent;
	border-right-width: 100vw;
	border-bottom-width: 40px;
	top: -40px;
}
.bg-light {
	background-color: #F6F7F9 !important;
}


.bg-light-red {
	background: #FFF8F8;
	position: relative;
	border: 0;
}

.bg-light-red::after, .bg-light-red::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	z-index: 0;
	border: 0 solid #FFF8F8;
}
.bg-light-red::before {
	border-right-color: transparent;
	border-right-width: 100vw;
	border-bottom-width: 40px;
	top: -40px;
}




.bg-light-white {
	background: #fff;
	position: relative;
	border: 0;
}

.bg-light-white::after, .bg-light-white::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	z-index: 0;
	border: 0 solid #fff;
}
.bg-light-white::before {
	border-right-color: transparent;
	border-right-width: 100vw;
	border-bottom-width: 40px;
	top: -40px;
}





.about-us-page .cn-left {
	width: 100%;
	float: left;
}
.about-us-page .cn-right {
	width: 155px;
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	opacity: 0.2;
}
.about-us-page .ab-txt {
	min-height: 130px;
	margin: 0;
}
.ab-heading-sm {
	font-size: 14px;
	color: #000;
	position: relative;
	padding-left: 50px;
}
.ab-heading-sm::before {
	content: '';
	height: 2px;
	width: 40px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 0;
}
.mmshhp-li li i {
	width: 30px;
	height: 30px;
	background: #FFF8F8;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #ed1c24 !important;
}
.mmshhp-li .ab-txt {
	color: #6c757d;
	font-size: 18px;
	text-align: justify;
	margin-bottom: 15px;
}
.card {
	border: 0;
	box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.m-itms .card {
	border: 0;
	box-shadow: none;
	background-color: #fff !important;
	text-align: center;
	height: 100%;
}
.m-itms .card .card-body {
	padding: 15px;
}

.m-itms i {
	font-size: 60px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 30% 70% 53% 47% / 53% 52% 48% 47%;
	margin-bottom: 15px;
}
.s-lft {
	width: 100%;
	float: left;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
.s-rght {
	width: 300px;
	float: left;
	position: absolute;
	top: 50%;
	transform: translate(-50% , -50%);
	left: 50%;
	opacity: 0.1;
	text-align: center;
}
.m-itms i.text-success {
	background: #e6fff7;
}
.m-itms i.text-primary {
	background: #fde7e8;
}
.m-itms i.text-info {
	background: #e8fafc;
}


.ab-heading.ab-heading-center {
	text-align: center;
}
.ab-heading-center::after {
	bottom: -8px;
	left: calc(50% - 42px);
}
.mm-rq .card-body {
	padding: 10px;
}

.mm-rq .ab-txt {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.mm-rq .card {
	box-shadow: none;
}	
.mm-rq .commn-img {
	height: 125px;
}
.li-itm {
	margin-bottom: 30px;
}
.li-itm i {
	font-size: 47px;
	position: absolute;
	top: -3px;
}
.li-itm p {
	padding-left: 65px;
}
.section[class*="bg-"] {
    padding: 45px 0 70px;
}
.own-pd.section[class*="bg-"] {
	padding: 45px 0 45px;
}
.mmshhp-li.sm-font .ab-txt {
	color: #6c757d;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 15px;
}
.mmshhp-li.b-white li i {
	background: #fff;
}
.cl-left {
	width: 165px;
	float: left;
	position: relative;
}
.cl-left img {
	width: 165px;
	max-width: 165px;
}
.cl-right {
	width: calc(100% - 165px);
	float: left;
	padding-left: 15px;
	padding-top: 12px;
}
.cl-left i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 55px;
}
.commn-img.fd-img {
	max-width: 50%;
}
.dclmr .commn-img {
	width: 145px;
	margin-bottom: 15px;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.dclmr .bg-rect {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}
.dclmr {
	clip-path: polygon(0 10%,100% 0,100% 90%,0 100%);
	background: #F6F7F9;
	padding: 50px 0;
}
.fun_facts .commn-img {
	background: #F6F7F9;
	padding: 15px;
	border-radius: 5px;
}
#sec_branches .items .card-footer {
	padding: 30px 15px 15px;
}
.karibu-nav {
	display: block;
}
.karibu-nav .nav-item {
	display: inline-block;
	margin-right: 25px;
}
.karibu-nav .nav-item a {
	color: #ed1c24;
}

.qtyinpt-div {
	max-width: 85px;
	margin-top: -5px;
}
.qty-tg{
	float: left;
}
.revw-ffdbk .items p {
	font-size: 14px;
}
.revw-ffdbk .rtng-str {
	position: unset;
}
.yr-ratng .ep-errmsg {
	position: relative;
	top: 21px;
}
.cart-list .qtyinpt-div .input-group-append,.cart-list .qtyinpt-div .input-group-prepend {
	height: 20px;
}
.cart-list .qtyinpt-div .form-control {
	height: 20px;
	line-height: 20px;
	padding: 0 2px;
	text-align: center;
}
.cart-list .qtyinpt-div {
	margin-top: 1px;
	padding-left: 6px;
	margin-bottom: 2px;
}
.form-control {
	padding: 10px;
	font-size: 14px;
}
.select2-container .select2-selection--single {
	height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px !important;
}
.shpngdv .select2-container {
	width: 100% !important;
}
.input-group-append .btn {
	font-size: 14px;
}

.branch-dsc {
	height: ;
	height: 120px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.accrodin-main .ab-txt {
	text-align: left;
}
.dropdown-menu {
	font-size: 13px;
}
.dropdown-item {
	color: #494949;
}
.karibu-nav .nav-link {
	padding-top: 0;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.kids-infos .commn-img {
	max-width: 75px;
	margin-bottom: 15px;
}
.commn-img.m-kdis-img {
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}
.commn-img.piller_img {
	max-height: 475px;
}

.buy-btn.buybtn-2 {
	top: calc(50% - 43px);
}


#sec_reunion_inr {
	position: relative;
	top: -160px;
}


.rs-banner.style2.home-bg::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.rs-banner.style2.home-bg .container.relative {
	z-index: 1;
	position: relative;
}


@media screen and (max-width: 1199px){
	.bottom-set .nav-link {
		font-size: 13px;
		padding: 12px 7px 0 !important;
	}
	.btm-navbar .navbar-brand img {
		max-height: 40px;
	}
	.main-content {
		margin-top: 108px;
	}
	
	.rs-banner.style2.home-bg {
		padding: 100px 0;
	}
	.section2 .container {
		padding: 0 100px;
	}
	.rs-banner.style2 .content-part .desc {
		font-size: 34px;
		line-height: 45px;
	}
	.sec-headering {
		margin-bottom: 25px;
		font-size: 25px;
	}
	.cart-list .cart-iocn {
		top: 17px;
		font-size: 120px;
	}
	.ab-heading::after {
		bottom: -6px;
	}
	.ab-heading {
		font-size: 20px;
	}
	.contact-inf h4 {
		font-size: 14px;
	}
	.mmshhp-li .ab-txt {
		font-size: 16px;
		margin-bottom: 0px;
	}




}
@media screen and (max-width: 991px){

	.mb-15-md{
		margin-bottom: 15px;
	}
	.mb-0-md{
		margin-bottom: 0px;
	} 
	.text-left-md {
		text-align: left !important;
	}
	/*.section {
		padding: 50px 0;
	}*/
	.rs-banner.style2 .content-part .desc {
		font-size: 30px;
		line-height: 38px;
	}
	.section2 .container {
		padding: 0 50px;
	}
	.top-hdr {
		letter-spacing: 0;
	}
	.main-content {
		margin-top: 100px;
	}
	.bottom-set .nav-link {
		padding: 12px 7px 0 0 !important;
	}
	.top-set,.bottom-set {
		float: left;
	}
	.top-set a {
		padding-left: 0 !important;
		border-left: 0;
	}
	.navbar-nav.pull-right.top-set {
		width: 100%;
		display: block;
		margin: 15px 0;
	}
	.navbar-nav.pull-right.top-set li {
		float: left;
		width: 50%;
		display: block;
	}
	.navbar-nav.pull-right.top-set li a.do-ancr {
		float: right;
	}
	.wooco-result-count {
		font-size: 15px;
	}
	.form-control {
		font-size: 14px;
	}
	.ab-heading::after {
		bottom: -7px;
	}
	.ab-heading {
		font-size: 16px;
	}
	.mmshhp-li .ab-txt {
		font-size: 14px;
	}
	.leadership-mdl .modal-dialog {
		width: 90%;
	}
	.sig-bg {
		height: 300px;
	}
	.sig-cont {
		padding: 15px 7.5px;
		margin-left: 0 !important;
	}
	.desc.desc2 {
		max-width: 80% !important;
	}
	.prd-details-sec .items p {
		font-size: 20px;
	}
	
	.cs-top-hdr {
		font-size: 11px;
	}
	



}
@media screen and (max-width: 767px){
	.btn {
		padding: 5px 10px;
		font-size: 13px;
	}
	.mb-15-sm{
		margin-bottom: 15px;
	}
	.mb-0-sm{
		margin-bottom: 0px;
	}
	.text-left-sm {
		text-align: left !important;
	}
	.justify-content-start-sm {
		-ms-flex-pack: flex-start !important;
		justify-content: flex-start !important;
	}
	
	.rs-banner.style2.home-bg {
		padding: 70px 0;
	}
	.rs-banner.style2 .content-part .desc {
		font-size: 27px;
		line-height: 36px;
		max-width: 90%;
	}
	.section2 .container {
		padding: 0 15px;
	}
	/*.section {
		padding: 25px 0;
	}*/
	.sec-headering {
		margin-bottom: 25px;
		font-size: 22px;
	}
	.desc.desc2 {
		max-width: 75% !important;
	}
	.rs-banner.style2.home-bg {
		padding: 50px 0;
	}
	.ftr-txt {
		max-width: 80%;
	}
	.rs-banner.style2.street-bg {
		background-size: cover;
	}
	.our-reunion-img-dv {
		margin-bottom: 0;
	}
	.main-content {
		/*margin-top: 119px;*/
		margin-top: 96px;
	}
	.btm-navbar {
		top: 58px;
		/*top: 35px;*/
	}
	.top-hdr,.r-side {
		text-align: center !important;
	}
	.icon-bg {
		display: none;
	}
	.s-left {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.s-right {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.breadcumb-sec .title {
		font-size: 30px;
	}
	.prd-details-sec .crd-img {
		width: 100%;
	}
	
	.prd-details-sec .crd-cont {
		width: 100%;
		padding: 0;
	}
	.write-feedbk .rtng-str {
		margin-top: 1px;
		left: 10px;
		position: unset;
	}
	.crd-img.border-right {
		border-right: 0 !important;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
	.sb-odr {
		margin-top: 4px;
		margin-bottom: 0;
	}
	.ab-heading::after {
		bottom: -8px;
	}
	.ab-heading {
		font-size: 16px;
	}
	.leadership-mdl .modal-dialog {
		width: 97%;
	}
	.commn-img {
		max-width: 75%;
	}
	.order-2-sm {
		order: 2;
	}
	.text-center-sm {
		text-align: center !important;
	}
	.ab-txt-frsm{
		padding: 0 !important;
	}
	.s-lft {
		padding: 0;
	}
	.mmshhp-li.sm-font .ab-txt {
		font-size: 13px;
	}
	.mb-4-sm {
		margin-bottom: 1.5rem !important;
	}
	.mt-0-sm {
		margin-top: 0 !important;
	}
	.mmshhp-li li i {
		width: 25px;
		height: 25px;
		line-height: 24px;
	}
	.li-itm i {
		font-size: 40px;
		top: 5px;
	}
	.commn-img.fd-img {
		max-width: 100%;
	}
	.cl-right {
		width: 100%;
	}
	.fun_facts .commn-img {
		max-width: 100%;
	}
	.btm-navbar .navbar-brand {
		padding-top: 0px;
		padding-bottom: 4px;
	}
	.desc.desc2 {
		max-width: 90% !important;
	}
	.prd-details-sec .items p {
		font-size: 18px;
	}
	.breadcumb-sec {
		padding: 30px 0 30px;
	}
	.our-reunion-img-dv img {
		bottom: 0;
	}
	.our-merchandise .buy-btn {
		padding: 5px 5px;
		width: 110px;
	}
	
	.icon-bg {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 22px;
    font-size: 10px;
    float: unset;
	}
	
	
	
}
@media screen and (max-width: 575px){
	
	.rs-banner.style2 .content-part .desc {
		font-size: 24px;
		line-height: 30px;
		max-width: 100%;
	}
	.ftr-txt {
		max-width: 100%;
	}
	.rs-banner.style2.home-bg {
		padding: 25px 0;
	}
	.btm-navbar {
/*		top: 52px;*/
/*		top: 32px;*/
			top: 64px;
	}
	.top-hdr {
		font-size: 10px;
	}
	.main-content {
		margin-top: 113px;
/*		margin-top: 93px;*/
	}
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-list .items {
		flex-direction: column;
	}
	.cart-list .items .img-fluid {
		max-height: 150px;
		width: auto;
	}
	.cart-list .items .card-footer {
		width: 100%;
	}
	.cart-list .card-body {
		max-width: 100%;
		max-height: 154px;
	}
	.cart-list .cart-iocn {
		top: unset;
		font-size: 120px;
		bottom: 30px;
	}
	.prd-hdr .justify-content-end {
		justify-content: unset !important;
	}
	.succ-msg {
		font-size: 20px;
	}
	.succ-smsg {
		font-size: 13px;
	}
	.ab-heading::after {
		bottom: -9px;
	}
	.ab-heading {
		font-size: 14px;
	}
	.breadcumb-sec .title {
		font-size: 25px;
	}
	.leadership-main .cart-list .card-body {
		text-align: center;.karibu-nav .nav-link {
	padding-top: 0;
}
	}
	.sig-bg {
		height: 250px;
	}
	
	.karibu-sec .card-body {
		max-height: unset;
		padding-bottom: 0;
	}
	.karibu-sec .karibu-icon {
		margin: 0;
	}
	.desc.desc2 {
		max-width: 100% !important;
	}
	.breadcumb-sec {
		padding: 20px 0 20px;
	}
	.cart-main .cart-list .items .img-fluid {
		max-height: 132px;
	}


}

@media screen and (max-width: 480px){
	.cs-p-9{
		font-size: 9px;
	}
}

