/*
Theme Name:  Titanium
Theme URI: https://titaniumuae.com/
Author: SET
Author URI: https://spectrumtech.in
Template: twentytwentyone
Version: 1.0.0
*/

.sub-menu-toggle{
    display: none;
}
.price i{
    font-size: 16px;
    margin-right: 2px;
}
.out-stock{
    color: var(--color-danger) !important;
}
.header-logo img{
    max-width: 190px;
}
.ft-logo{
    max-width: 190px;
}
#ft-menu li a{
    padding-left: 20px;
    position: relative;
} 
#ft-menu li a::before{
    content: "\f054";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.list-check ul li{
    position: relative;
}
.list-check ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--theme);
    margin-right: 5px;
    display: inline-block;
}
.link_btn a{
    color: var(--theme);
}
.link_btn a:hover,.service-box-items:hover .link_btn a{
    color: var(--white);
}
.service-box-img{
    overflow: hidden;
}
.service-box-img img{
    transform: scale(1);
    width:100%;
    transition: all 0.4s ease-in-out;
}
.service-box-img:hover img{
    transform: scale(1.1);
}
.service-details .list-check ul{
    margin: 20px 0;
}
.proparties {
    background-image: var(--color-gradient-1);
    padding: 20px;
    color: #fff;
    margin-top: 15px;
}
.proparties .d-flex{
    gap: 10px;
}
.proparties span{
    text-transform: uppercase;
}
.proparties .d-flex span:first-child{
    font-weight: 500;
}
.proparties .d-flex span:last-child{
    opacity: 0.8;
}
.footer-content .social-icon{
    margin-top: 20px;
}
.footer-content .social-icon a{
    border: 1px solid var(--theme);
}
.half-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.overlay_img:before{
    content:'';
    background:rgba(0,0,0,0.71);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:1;
}
.about-content{
    z-index:2;
    position:relative;
}
.mission-content h5{
    margin-bottom:1.5rem;
}
.mission-content p{
    margin-bottom:1rem;
}
.whatsapp {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 95px;
  right: 25px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 27px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 99;
}
.about_md h4{
	margin-bottom:15px;
}
.about_md p + p{
	margin-top:15px;
}
@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);
	}
}
@media(min-width:992px){
    .about-wrapper-2.visssion .about-content{
        margin-right: 0;
        margin-left: 30px;
    }
}
@media(max-width:992px){
   .half-bg{
		width: 100%;
		background-size: contain;
	}
}