/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.footer-distributed{
	background: #666;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #9f2241;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

ul.bulleted-list {
    list-style-type: disc; /* Use bullets as list markers */
    margin-left: 20px;     /* Add some left margin for indentation */
    padding-left: 0;       /* Reset default padding */
}

/* Define styles for the list items */
ul.bulleted-list li {
    margin: 5px 0; /* Add some vertical spacing between list items */
}
#wa-cta-button-powered {
    display: none !important;
}

/*----*/
.wa-widget-body {
    
    height: 400px !important;
    width: 70% !important;
  
}
.wa-powered-by-label {
    margin-top: 12px;
    text-align: center;
    display: none !important;
}
.start-chat-label {
    margin-top: 27px;
}
.wa-widget-wrapper {
    right: 20px !important;
    bottom: 75px !important;
    
}
.wa-button-size-with-words {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
/*///cat */
.sticky-icon  {
	z-index:1;
	position:fixed;
	/*top:15%;*/
	/*right:0%;*/
	width:250px;
	display:flex;
	flex-direction:column;
    
    top: auto;
    left: auto;
    right: -40px;
   
    bottom: 72px !important;
    cursor: pointer;
}  
.sticky-icon a  {
	transform: translate(160px,0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
     text-transform: uppercase; 
    padding: 5px;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
    background-color: #9f2142;
    
}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:6px;
	transition:all 0.5s;
    
}

.whatsapp  {
	background-color:#FFF;
	color:#53c5ff;
    
}

.icons-whatsapp:before {
    content: "\ee29";
    font-size: 22px !important;
}

#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}
.i4ewOd-pzNkMb-haAclf .i4ewOd-pzNkMb-tJHJj {
    display: none !important;
}

.footer-contact-us{
    color:#fff;
    margin: 0 0 20px 0;
}
.footer-seprated-line{
    color:#fff;
    margin: 30px 0 30px 0;
}
.footer-our-address{
    color:#fff;
    margin: 20px 0 20px 0;
}


/*logo load start */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.loader-wrapper {
    position: fixed;
    background: rgb(255 255 255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.loader {
    /*border: 8px solid #f3f3f3;*/
    /*border-top: 8px solid #3498db;*/
    /*border-radius: 50%;*/
    width: 100px;
    height: 100px;
    /*animation: spin 1s linear infinite;*/
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*logo load end */


