
@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/customify/assets/fonts/Poppins-Regular.ttf");
  font-weight:400;
}
@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/customify/assets/fonts/Poppins-Medium.ttf");
  font-weight:500;
}
@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/customify/assets/fonts/Poppins-SemiBold.ttf");
  font-weight:600;
}
@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/customify/assets/fonts/Poppins-Bold.ttf");
  font-weight:700;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #55c6f2;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #F2F2F2;
}
body {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #000 !important;
}
h1 {
    font-size: 60px !important;
    line-height: 65px !important;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
}
h2,h3 {
    font-size: 50px !important;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
}
h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: "Poppins" !important;
}
h5,h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Poppins" !important;
}
.sidespace{
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.pb-30{
    padding-bottom: 30px !important;  
}
.pb-70{
  padding-bottom: 70px !important;  
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.no-mb{
    margin-bottom: 0px !important;
}
.wt-text{
    color:#fff !important;
}
.lb-text{
    color: #55c6f2;;
}
.primary-btn a {
    background-color: #55c6f2;
    color: #000;
    padding: 10px 30px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #55c6f2;
    text-align: center;
    width: fit-content;
}
.primary-btn a:hover {
    background-color: transparent;
    color: #55c6f2;
}

/*Header Css Starts*/
.header-main {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-numb-email, .header-icon-data, .location-div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-numb-email{
    gap: 30px;
}
.header-part-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-icon-data i, .location-div i {
    color: #55c6f2;
}
.header-icon-data i, .header-icon-data p a {
    color: #55c6f2;
    text-decoration: none;
}
.logo-menu a img {
    height: 80px;
}
.header-menu-list .menu-name  , .footer-menu-list .footer-menu-name{
    margin: 0px;
}
.header-menu-list , .footer-menu-list {
    list-style-type: none;
    margin: 0px !important;
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 30px;
}
.header-menu-list .menu-name a , .footer-menu-list .footer-menu-name a  {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.logo-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-main {
    background: url('/wp-content/uploads/2026/01/Footer-Bg-scaled.png');
    background-size: 100% 100%;
    padding: 50px 0px;
}
.footer-data a img {
    height: 100px;
}
.footer-socials {
    display: flex;
    align-items: center;
    gap: 30px;
}
.social-data a i {
    background-color: #55c6f2;
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
}
.social-data a{
    text-decoration: none;
}
.footer-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.footer-data p a {
    color: #55c6f2;
}


/*Home Css Starts*/

.banner-sec {
    background: url('/wp-content/uploads/2026/03/Home-Banner-One-scaled.png');
    height: 90vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner-main-div {
    width: 100%;
    margin-top: 100px;
}
.banner-data {
    width: 45%;
}
.icons-pointer {
    display: flex;
    align-items: center;
    gap: 30px;
}
.single-pointer img {
    height: 60px;
}
.single-pointer {
    background-color: #55c6f2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
}
.single-pointer p {
    color: #000;
}
.pointer-main-div {
    background-color: #000;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -150px 200px 70px;
}

.counter-main {
    background-color: #fff;
    height: 200px;
    width: 200px;
    padding: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.counter-main span {
    font-size: 40px;
    margin-top: 20px;
    color: #55c6f2;
    font-weight: 600;
}
.counter-block {
    width: fit-content;
}
.counter-main {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}
.about-img-div {
    position: relative;
}










