.vsbox ul li {
    color: #565969;
    line-height: 1.5em;
    padding-left: 30px;
    background-image: url(../images/icon-sub-heading.png);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 22px auto;
    margin-bottom: 15px;
    margin-top: 15px;
}


.vsbox-white ul li{
    color: #fff;
    line-height: 1.5em;
    padding-left: 30px;
    background-image: url(../images/icon-sub-heading.png);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 22px auto;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right:10px
}

.vsbox ul, .vsbox-white ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


.our-skill-images {
    position: relative;
    padding: 0 155px 136px 0 !important;
}


.contact-info-content h3 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.contact-info-content p { 
    font-size: 16px;
}


.page-header {
    
    padding: 180px 0 80px !important;
}

.vs-cta-box{
	background: var(--primary-color);
 	padding: 40px;
    text-align: center;
}

.vs-cta-box .vs-cta-btn h4{
    font-size: 20px !important;
	font-weight: 400  !important;
}
.mt-15{
    margin-top: 15px;
}

 .mb-30{
    margin-bottom: 30px;
 }

.navbar-brand img{
    height: 50px !important;
    border-radius: 7px;
}

.cta-button
 {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    color: #5d271d;
    background: #d39d5f;
    border: none;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}


        
.floatingsocialicon {
    width: 40px;
    min-height: 100px;
    position: fixed;
    bottom: 50px;
    z-index: 99999;
    left: 25px;
    line-height: 60px;
  }
  .floatingsocialicon a.icons-fixed {
    width: 37px;
    height: 37px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
  }
  
  .floatingsocialicon .call-fixed {
    background-color: #00a4f0;
    border-radius: 100px;
   
  }
  .floatingsocialicon .bx-tada {
    width: 50px;
    height: 50px;
    font-size: 25px !important;
    color: #fff;
  }
  .floatingsocialicon i {  
    padding: 10px 9px;
    line-height: 30px;
  }
  
  .floatingsocialicon .whatsapp-fixed {
    background-color: #a4ba27;
    border-radius: 100px;
  }
   

  .request-quote-form-box img{
    border-radius: 40px !important;
  }