.p-50{
	padding: 50px !important;
}

.virtual-cto-services .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.virtual-cto-section-4 ul {
    margin: 0 50px 0 0;
    padding: 0;
    list-style: none;
}
 .virtual-cto-section-4 ul.fdaIcons li {
    padding: 20px 30px;
}

 .virtual-cto-section-4 ul li strong {
    font-size: 17px;
    color: #38424f;
}
 .virtual-cto-section-4 ul li p {
    color: #464646;
    margin-top: 5px;
}

.background-images{
    background-image: url("../assets/images/hero-bg/food.html");
     background-size: cover;
      background-repeat: no-repeat;
      z-index: 0;
}
.background{
background: none;!important;
}

 .contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-links .contact-data{
    flex-basis: 30%;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}
ul li{
    list-style: none;
}
.contact-links li a {
    color: #fff;
        display: block;
}
 .contact-links li .text-line:after {
    content: "";
    position: absolute;
    right: 18px;
    width: 2px;
    top: 0px;
    bottom: 0;
    background-color: #ffffff;
}

.background-color {
    background: #262525;
}
h1.title.mb-4.text-white.techno-text {
   font-size: 60px!important;
}
.christmasTagBox {
    position: fixed;
    top: 85px;
    right: 10px;
    -webkit-animation: 1s infinite alternate mover;
    animation: 1s infinite alternate mover;
}
.christmasTagBox img {
    max-width: 170px;
}
canvas {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}

section.earlybird-offer-sec-2 img.mistletoe {

    position: absolute;
    left: 89px;
    width: 200px;
    bottom: 2px
}
.shape-1.sh9 {
    transform-origin: center;
    animation-name: swing;
    animation-duration: 10s;
}
.section.earlybird-offer-sec-2 {
    position: relative;
}
.section-padding {
    padding: 100px 0;
}

@media (max-width: 768px){
.christmasTagBox img {
    max-width: 100px;
}
section.earlybird-offer-sec-2 img.mistletoe {
    left: 70px;
    width: 125px;
    bottom: 85px;
}
}