.ant-hero {
	min-height: calc(100vh - 176px) !important;
}

@media (max-width: 1199px) {
    .ant-hero-title h1 {
    	line-height: 0 !important;
    }
    .ant-hero-title h1 span {
        display: block;
        font-size: 0.75em !important;
        line-height: 1 !important;
    }
    .ant-hero-desc p span {
        display: block;
        font-size: 24px !important;
        line-height: 1 !important;
    }
    
    .zpsection {
        background-size: 30%;
    }
}

.ant-dark-bg {
    background-image: url('/files/assets/left_small-1.svg');
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .ant-dark-bg {
        background-size: 15%;
	}
}

.ant-button .zpbutton {
    font-weight: bold !important;
    background: linear-gradient(90deg, #FA2844 -1.29%, #B00147 100%) !important;
    padding: 16px 32px !important;
}

.ant-social-icons .zptext p {
    display: flex;
    justify-content: flex-end;
}

.ant-social-icons .zptext p a {
    margin: 0 16px;
}

@media (max-width: 767px) {
    .ant-social-icons .zptext p {
        justify-content: center;
	}
    .ant-footer-logo .zpimage-container {
     	justify-content: center;   
    }
}

.customBox {
    padding: 0 !important;
}

.theme-burger-icon:not(.theme-close-icon),
.theme-burger-icon::before,
.theme-burger-icon::after {
	background: linear-gradient(90deg, #FA2844 -1.29%, #B00147 100%) !important;
}

.theme-menu ul li a {
    padding: 0 !important;
}

.theme-scoialicon-inner-parent {
 display: none !important;   
}

.theme-header .zpcontainer {
    padding: 16px 0 !important;
}

.theme-header-topbar {
    display: none !important;
}

.cursor-pointer {
	cursor: pointer;   
}

.up-down-animated {
  animation: MoveUpDown 2s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px)
  }
}

.ant-contact-form-container {
    display: none !important;
}