@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("background.css");
@import url("product.css");
@import url("slogan.css");
@import url("testi.css");
@import url("indexbelow.css");
@import url("carousel.css");
@import url("banner.css");
body{
	width: auto;
	margin: auto;
	background-color: #FFF;
	overflow-x:hidden;
	margin-top:73px;
}
@media only screen and (max-width: 1080px) {
body{
	margin-top:55px;
}
}

.whatsap, .tel{
	position:fixed;
	z-index:999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.whatsap{
	bottom: 30px;
	right:13px;
	}

.tel{
	bottom:100px;
	right:10px;
	}

	
.whatsap:hover,
.tel:hover{
	right:0px;
	}
	
.whatsap:hover,
.tel:hover a {opacity:1;}
/***box***/

.box{
	position: relative;
	/* font-size: 20px; */
	background: white;
	color: #2b2b2b;
	/* width: 30%; */
	font-weight: 700;
	line-height: 24px;
	/* cursor: pointer; */
	text-align: center;
	/* margin: 0px 15px; */
	line-height: 1.5em;
	/* margin-bottom: 20px; */
	/* display: inline-block; */
	padding: 20px 30px 5px;
	text-transform: capitalize;
	transition: all 500ms ease;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 7px;
	margin-top:0px;
}

.box:hover{
	  -ms-transform: translateY(-20px); /* IE 9 */
  transform: translateY(-20px); 
}
.box i{
	font-size:70px;
	color: #85223f;
	font-weight: lighter;
}

.box .icon-box i {
    position: relative;
    display: inline-block;
    font-size: 50px;
    background: rgb(166 41 73 / 0.10);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}



/****box product****/

.product-item {
    /* margin-bottom: 30px; */
    border: 1px solid #fafafa;
    text-align: center;
}

.product-item .thumb-product {
}

.product-item .content {
    background-color: #fff;
    padding: 0px 28px 28px;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.08);
}

.product-item .content h1 {
    color: #ddd;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 22px;
    opacity: 0.4;
    position: relative;
    margin-block-start: 0.4em;
    margin-block-end: 0em;
    text-align: left;
}

.product-item .content h1:after {
    background-color: #85223f;
    bottom: -10px;
    content: "";
    height: 2px;
    left: -1px;
    position: absolute;
    width: 100%;
}

.product-item .content h3 {
    color: #3f4c6b;
    font-size: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
    font-weight: bold;
}

.product-item .content p {
    margin-bottom: 18px;
}

.product-item .content .product-btn {
    background-color: #a14a64;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    /* font-weight: 600; */
    letter-spacing: 1px;
    padding: 10px 14px 8px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4;
    transition: all 0.4s;
}

.product-item .content .product-btn:hover {
    background-color: #091426;
}



/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #999;
	
}

::-webkit-scrollbar {
    width: 10px;
	
    background-color: #85223f;
}

::-webkit-scrollbar-thumb {
    background: #85223f;
	border-radius:50px;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #85223f;
}


/***box kat contact page**/
.contact-box {
    padding: 15px 10px;
    border-radius: 10px;
    /* margin-bottom: 20px !important; */
    /* height: 170px; */
}
.bg-color {
    background-color: #ffffff;
}
.contact-box .icon {
    width: 30px;
    /* height: 60px; */
    border-right: 1px solid #c5ae40;
    /* font-size: 20px; */
    /* padding: 6px; */
}
.contact-box span {
    display: inline-block;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}
.row-contact{

	
	display:flex;
}

.bg-color2 {
    background: #f0f0f0;
    margin-bottom: 20px;
}

.contact-box h4{
	margin-block-start: 0.7em;
    margin-block-end: 0em;
	
}

.contact-box p {
	margin-block-start: 0em;
    margin-block-end: 0em;
}

/***box product***/
/* box Team */
.box-team {
    position: relative;
    overflow: hidden;
    /* padding: 20px; */
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(42, 53, 79, 0.2) !important;
}

.box-team .team-inner-img {
    position: relative;
}

.box-team img {
    transition: all .5s ease-in .1s;
    width: 100%;
}

.box-team .overlay {
    background-color: rgb(131 35 63 / 0.5);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s ease-in .1s;
}

.box-team h4{
	    padding: 10px 10px;
	    margin-bottom: 10px;
		margin-top: -10px;
}

.box-team ul li:nth-child(1) {
    transition-delay: .2s;
}

.box-team ul li:nth-child(2) {
    transition-delay: .3s;
}

.box-team ul li:nth-child(3) {
    transition-delay: .4s;
}

.box-team .team-social-menu {
    list-style-type: none;
}

.box-team .team-social-menu li {
    display: inline-block;
}

.box-team .team-social-menu li a {
    background: #ffffff;
    font-size: 14px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}

.box-team:hover .overlay {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}

.box-team:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.box-team .btn-viewmore {
    color: #FFF;
    text-decoration: none;
    background-color: #e2b745;
    padding: 5px 20px;
    border-radius:5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display:inline-block;
    z-index: 99;
    opacity:1
}

/**box about us***/

.box-abt{
	    box-shadow: 0 10px 22px rgb(133 37 65 / 0.1);
	    padding:20px;
	    position:relative;
	    background: #85254108;
	    margin-bottom:20px;
}

.box-abt h4 {
    /* width: 88%; */
    background: linear-gradient(45deg, #852541, #cd3b65);
    padding: 10px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-top: -50px;
    position: absolute;
    border-radius: 5px;
}

/****line***/
.xs-heading {
  margin-bottom: 23px;
  position: relative;
}

.xs-heading .section-subtitle {
  font-size: 1.3333333333rem;
  color: #0c5adb;
  margin-bottom: 10px;
  font-weight: 400;
}

.xs-heading .line {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  width: 100%;
}

.xs-heading .line:after,.xs-heading .line:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.xs-heading .line:before {
  background-color: rgba(0, 0, 0, 0.15);
  width: 105px;
  height: 1px;
}

.xs-heading .line:after {
  background-color: #0c5adb;
  width: 40px;
  height: 3px;
  bottom: -1px;

}

/***table***/
#customers {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

#customers td, #customers th {
  border: 1px solid #e7e7e7;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f4f1f1;}


#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #06617d;
  color: white;
  text-align: center;
}