.aximo-project-slider
{
    overflow: hidden;
}
.aximo-project-thumb
{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    border: 5px solid #fdfde1;
}
.aximo-project-thumb img
{
    transition: all .5s;
    transform: scale(1);
}
.aximo-project-thumb:hover img
{
    transform: scale(1.1);
}
.aximo-project-thumb::before
{
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .4s;
    background: linear-gradient(180deg,rgba(0,0,0,0) 35.42%,#000 100%);
}
.aximo-project-thumb img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aximo-project-wrap
{
    padding: 24px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    position: absolute;
}
@media(max-width: 767px)
{
    .aximo-project-wrap
    {
        display: block;
    }
}
.aximo-project-data
{
    flex: 0 0 85%;
}
.aximo-project-data h3
{
    margin-bottom: 10px;
    color: #fdfde1;
    font-size: 30px;
}
.aximo-project-data p
{
    color: #fdfde1;
    font-size: 18px;
    line-height: 30px;
}
.aximo-project-icon
{
    flex: 0 0 15%;
    text-align: right;
}
@media(max-width: 767px)
{
    .aximo-project-icon
    {
        margin-top: 20px;
        display: block;
        text-align: left;
    }
}
.aximo-project-icon svg path
{
    transition: all .4s;
}
.aximo-project-thumb:hover .aximo-project-icon svg path
{
    stroke: #bff747;
}
.aximo-project-slider .swiper-pagination
{
    max-width: 1296px;
    display: flex;
    position: static;
    margin: 0 auto;
    margin-top: 80px;
    justify-content: center;
    padding: 0 24px;
}
@media(max-width: 991px)
{
    .aximo-project-slider .swiper-pagination
    {
        margin-top: 60px;
    }
}
@media(max-width: 767px)
{
    .aximo-project-slider .swiper-pagination
    {
        margin-top: 40px;
    }
}
.aximo-project-slider .swiper-pagination-bullet
{
    width: 25%;
    height: 3px;
    opacity: 1;
    border-radius: 0;
    margin: 0!important;
    transition: all .4s;
    background-color: #333;
}
.aximo-project-slider .swiper-pagination-bullet-active
{
    background-color: #bff747;
}
.aximo-project-thumb2
{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.aximo-project-thumb2 img
{
    transition: all .5s;
    transform: scale(1);
}
.aximo-project-wrap2:hover .aximo-project-thumb2 img
{
    transform: scale(1.1);
}
.aximo-project-thumb2:hover .aximo-project-icon2 img
{
    transform: scale(1)!important;
}
.aximo-project-wrap2:hover .aximo-project-icon2
{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.aximo-project-thumb2::before
{
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    background: linear-gradient(0deg,rgba(25,25,49,.6) 23.47%,rgba(25,25,49,0) 102.43%);
    mix-blend-mode: multiply;
}
.aximo-project-wrap2:hover .aximo-project-thumb2::before
{
    opacity: 1;
}
.aximo-project-thumb2 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aximo-project-data2
{
    padding-top: 24px;
    padding-right: 30px;
}
.aximo-project-data2 h3
{
    margin-bottom: 15px;
    color: var(--light-color3);
    font-family: "Arimo",sans-serif;
}
@media(max-width: 767px)
{
    .aximo-project-data2 h3
    {
        font-size: 24px;
    }
}
.aximo-project-data2 p
{
    font-size: 21px;
    color: var(--light-color3);
}
@media(max-width: 767px)
{
    .aximo-project-data2 p
    {
        font-size: 18px;
    }
}
.aximo-project-icon2
{
    top: 55%;
    left: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all .4s;
    visibility: hidden;
    align-items: center;
    position: absolute;
    border-radius: 100%;
    justify-content: center;
    transform: translate(-50%,-50%);
    background-color: #fff7ea;
}
.aximo-project-icon2 img
{
    width: auto;
    height: auto;
}
.aximo-project-slider2
{
    padding-bottom: 11px;
}
@media(max-width: 767px)
{
    .aximo-project-slider2
    {
        margin: 0 12px;
    }
}
.aximo-project-slider2 .swiper-scrollbar.swiper-scrollbar-horizontal
{
    background-color: #666;
    position: relative;
    margin: 0 auto;
    height: 2px;
    left: 0;
    width: 45%;
    margin-top: 100px;
}
@media(max-width: 991px)
{
    .aximo-project-slider2 .swiper-scrollbar.swiper-scrollbar-horizontal
    {
        margin-top: 80px;
    }
}
@media(max-width: 767px)
{
    .aximo-project-slider2 .swiper-scrollbar.swiper-scrollbar-horizontal
    {
        margin-top: 60px;
    }
}
.aximo-project-slider2 .swiper-scrollbar-drag
{
    cursor: pointer;
    width: 85px!important;
    height: 50px;
    top: -24px;
    left: -2px;
    position: absolute;
    background-size: cover;
    background-color: transparent;
    background-image: url(/wp-content/plugins/aximo-helper/assets/images/v4/arrow.png);
    background-image: url("data:image/svg+xml,%3Csvg width='85' height='50' viewBox='0 0 85 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8333 39.5832L6.25 24.9998M6.25 24.9998L20.8333 10.4165M6.25 24.9998L43.75 24.9998' stroke='%23FFF7EA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M64.1667 39.5832L78.75 24.9998M78.75 24.9998L64.1667 10.4165M78.75 24.9998L41.25 24.9998' stroke='%23FFF7EA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.aximo-btn
{
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
    padding: 15.5px 36px;
    font-weight: 700;
    font-family: Inter,sans-serif;
    width: fit-content;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    min-width: 180px;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.aximo-btn.bg-gray
{
    color: #fff;
    background-color: #26242c;
}
.aximo-btn.active:before
{
    opacity: 1;
}
.aximo-btn:before
{
    content: " ";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .4s;
    opacity: 0;
    border-radius: 10px;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}
.aximo-btn:hover:before
{
    opacity: 1;
}
.aximo-btn.active:hover:before
{
    width: 200%;
}
.aximo-outline-btn
{
    padding: 2px;
    border-radius: 10px;
    display: inline-block;
    color: #fff!important;
    background: linear-gradient(to right,#ff00d4,#7d41ea,#0080ff);
}
.aximo-outline-btn span
{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15.5px 38px;
    border-radius: 10px;
    background-color: #13111a;
    transition: all .4s;
}
.aximo-outline-btn:hover span
{
    background-color: transparent;
}
.aximo-text-slider-section
{
    padding: 22px 0;
    overflow: hidden;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}
.aximo-text-slider-data
{
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.aximo-text-slider-data h3
{
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    display: inline-block;
    color: #fff;
    line-height: 36px;
}
@media(max-width: 767px)
{
    .aximo-text-slider-data
    {
        text-align: center;
        display: block!important;
    }
}
.aximo-hero-thumb
{
    transform: rotate(3deg);
    padding-left: 150px;
}
@media(max-width: 1399px)
{
    .aximo-hero-thumb
    {
        padding-left: 50px;
    }
}
@media(max-width: 1024px)
{
    .aximo-hero-thumb
    {
        padding-left: 0;
        transform: rotate(0deg);
    }
}
.aximo-footer-address li.elementor-icon-list-item
{
    display: flex;
}
.style-two .testi-meta
{
    display: flex;
    align-items: center;
}
.style-two .testi-image
{
    flex-shrink: 0;
}
.aximo-testimonial-item
{
    transition: .4s;
}
.coming-soong-page .mas-addons-countdown li
{
    width: 200px;
    height: 200px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media(max-width: 1023px)
{
    .coming-soong-page .mas-addons-countdown li
    {
        width: 170px;
        height: 170px;
    }
}
.coming-soong-page .mas-addons-countdown li:nth-child(2), .coming-soong-page .mas-addons-countdown li:nth-child(3), .coming-soong-page .mas-addons-countdown li:nth-child(4)
{
    margin-left: -30px;
}
@media(max-width: 767px)
{
    .coming-soong-page .mas-addons-countdown
    {
        justify-content: center;
    }
    .coming-soong-page .mas-addons-countdown li:nth-child(2), .coming-soong-page .mas-addons-countdown li:nth-child(3), .coming-soong-page .mas-addons-countdown li:nth-child(4)
    {
        margin-left: 0;
    }
}
.aximo-text-circle
{
    position: relative;
}
.aximo-text-circle img
{
    transition: all .4s;
    -webkit-animation: rotate-animation 12s infinite linear;
    -moz-animation: rotate-animation 12s infinite linear;
    -o-animation: rotate-animation 12s infinite linear;
    animation: rotate-animation 12s infinite linear;
}
.aximo-text-circle
{
    position: relative;
    display: inline-block;
}
.aximo-text-circle-icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .4s;
    transform: translate(-50%,-50%);
}
.aximo-text-circle-icon i, .aximo-text-circle-icon svg path
{
    transition: all .4s;
}
@keyframes rotate-animation
{
    0%
    {
        transform: rotate(0deg);
    }
    50%
    {
        transform: rotate(180deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
@keyframes float-animation
{
    0%
    {
        transform: translatey(0);
    }
    50%
    {
        transform: translatey(-20px);
    }
    100%
    {
        transform: translatey(0);
    }
}
.style-normal-one .aximo-t-author-wrap, .style-normal-three .aximo-t-author-wrap
{
    display: flex;
    align-items: center;
}
.style-normal-one .aximo-t-author-data
{
    display: flex;
    align-items: center;
}
.aximo-t-author
{
    flex-shrink: 0;
}
.style-normal-two .aximo-t-wrap
{
    position: relative;
}
.style-normal-two .aximo-t-author-wrap
{
    align-items: center;
    border: 2px solid #0e100f;
    display: inline-flex;
    border-radius: 50px;
    border-left: 0;
    position: absolute;
    background-color: #fffce1;
    padding-right: 24px;
    bottom: -30px;
}
.style-normal-two .aximo-t-author-data
{
    display: flex;
    align-items: center;
}
.aximo-t-2column-slider-wrap
{
    display: grid!important;
    grid-template-columns: 306px 1fr;
    gap: 135px;
}
.aximo-t-slider-arrow .slick-prev, .aximo-t-slider-arrow .slick-next
{
    position: static;
}
.aximo-t-slider-arrow
{
    display: flex;
    align-items: center;
    left: 49%;
    position: absolute;
    bottom: 0;
}
.aximo-t-slider-arrow button, .aximo-t-slider-arrow button
{
    transition: all .4s;
    margin: 0 12px;
}
@media(max-width: 1349px)
{
    .aximo-t-2column-slider-wrap
    {
        gap: 60px;
    }
}
@media(max-width: 767px)
{
    .aximo-t-slider-arrow
    {
        display: none!important;
    }
    .aximo-t-2column-slider-wrap
    {
        display: block!important;
    }
}
@media(max-width: 1250px)
{
    .aximo-t-slider-arrow
    {
        left: auto;
        right: 0;
    }
}
.slick-prev:before, .slick-next:before
{
    content: none;
}
.slick-dots li button::before
{
    display: none;
}
.aximo-service-section
{
    padding: 130px 0;
}
.aximo-service-box
{
    background-color: #f6f9f0;
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #000;
}
.aximo-service-text
{
    margin: 0 94px;
}
.aximo-service-text h4
{
    font-family: Outfit,sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
}
.aximo-service-text p
{
    font-family: Inter,sans-serif;
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.aximo-service-icon
{
    background-color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.aximo-service-icon a
{
    padding: 12px;
}
.box-hover:hover
{
    background-color: #000;
    transition: all .4s ease 0s;
    padding: 40px 30px 40px 40px;
}
.box-hover:hover .aximo-service-image svg path
{
    fill: #f6f9f0;
    transition: all .4s ease 0s;
}
.box-hover:hover .aximo-service-text h4
{
    color: #f6f9f0;
    transition: all .4s ease 0s;
}
.box-hover:hover .aximo-service-text p
{
    color: #f6f9f0;
    transition: all .4s ease 0s;
}
.box-hover:hover .aximo-service-icon
{
    background-color: #f6f9f0;
    transition: all .4s ease 0s;
}
.box-hover:hover .aximo-service-icon svg path
{
    stroke: #000;
    transition: all .4s ease 0s;
}
@media(max-width: 991px)
{
    .aximo-service-text
    {
        margin: 0 30px;
    }
}
@media(max-width: 767px)
{
    .aximo-service-text
    {
        margin: 0 25px;
    }
}
@media(max-width: 576px)
{
    .aximo-service-box
    {
        display: block;
        text-align: center;
        padding: 40px 20px;
    }
    .aximo-service-image
    {
        margin-bottom: 20px;
    }
    .aximo-service-text h4
    {
        margin-bottom: 10px;
    }
    .aximo-service-text p
    {
        margin-bottom: 20px;
    }
    .aximo-service-icon
    {
        width: 35%;
        margin: 0 auto;
    }
    .box-hover:hover
    {
        padding: 40px 20px;
    }
    .box-hover:hover .aximo-service-icon
    {
        margin: 0 auto;
    }
}
.aximo-sidemenu-wraper
{
    position: relative;
}
.main-menu
{
    display: block;
}
.aximo-sidemenu-column
{
    width: 750px;
    display: block;
    background: #fff;
    height: 100%;
    position: fixed;
    z-index: 111;
    padding: 80px 40px 60px;
    margin-right: -750px;
    transition: .5s;
    right: 0;
    top: 0;
    overflow-y: scroll;
}
.admin-bar .aximo-sidemenu-column
{
    padding: 100px 40px 60px;
}
.aximo-sidemenu-column.active
{
    margin-right: 0;
    z-index: 9999;
}
.aximo-sidemenu-wrap
{
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.menubar
{
    font-size: 28px;
    cursor: pointer;
    transition: all linear .3s;
    color: #000;
}
.aximo-sidemenu-close
{
    position: absolute;
    left: 0;
    top: 20px;
    color: #333;
    font-size: 20px;
    padding: 5px;
    transition: all linear .3s;
    cursor: pointer;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 0;
    transition: all .4s;
    visibility: hidden;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3147ff;
    border-radius: 0;
}
.active .aximo-sidemenu-close
{
    opacity: 1;
    visibility: visible;
}
.admin-bar .aximo-sidemenu-close
{
    top: 52px;
}
.offcanvas-overlay
{
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.offcanvas-overlay.active
{
    opacity: .7;
    z-index: 111;
    visibility: visible;
}
.menu-bar, .aximo-baynow-btn
{
    display: block;
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    line-height: 1;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #4243dc;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(0,0,0,.2) 0 10px 50px;
}
.aximo-baynow-btn
{
    margin-top: 15px;
    color: #fff!important;
    background-color: #121212;
}
.aximo-sidemenu-btn
{
    top: 50%;
    right: 0;
    position: fixed;
    transform: translateY(-50%);
}
.aximo-sidemenu-item
{
    text-align: center;
    transition: all .4s;
    margin-bottom: 10px;
}
.aximo-sidemenu-item:hover
{
    transform: translateY(-5px);
}
.aximo-sidemenu-item img
{
    margin-bottom: 20px;
    border-radius: 5px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
}
.aximo-sidemenu-item h4
{
    font-size: 18px;
    margin: 0;
    line-height: 21px;
    text-transform: capitalize;
}
.aximo-sidemenu-column::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
}
.aximo-sidemenu-column::-webkit-scrollbar
{
    width: 5px;
    background-color: #f5f5f5;
}
.aximo-sidemenu-column::-webkit-scrollbar-thumb
{
    background-color: #000;
    border: 2px solid #555;
}
h3.aximo-sidemenu-title
{
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    margin: 0 0 40px;
}
@media(max-width: 991px)
{
    .aximo-sidemenu-wraper
    {
        display: none;
    }
}
.aximo-team-box
{
    text-align: center;
}
.aximo-team-thumb
{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #000;
}
.aximo-team-thumb img
{
    transition: all .5s;
    transform: scale(1);
}
.aximo-team-box:hover .aximo-team-thumb img
{
    transform: translate3d(0,0,0) scale(1.05);
}
.aximo-team-social
{
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all .4s;
}
.aximo-team-social ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.aximo-team-box:hover .aximo-team-social
{
    opacity: 1;
    visibility: visible;
    bottom: 24px;
}
.aximo-team-social ul li
{
    display: inline-block;
}
.aximo-team-social ul li a
{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.aximo-team-social ul li:first-child
{
    margin-left: 0;
}
.aximo-team-social ul li:last-child
{
    margin-right: 0;
}
.aximo-blog-sidebar-form h6
{
    color: #191919;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 15px;
    margin-top: -30px;
}
.aximo-blog-sidebar-form p
{
    margin: 0;
}
.aximo-blog-sidebar-form input[type="email"]
{
    height: 55px;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #191919;
    margin-bottom: 15px;
}
.aximo-blog-sidebar-form .wpcf7-spinner
{
    position: absolute;
}
.aximo-blog-sidebar-form input[type="submit"]
{
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    color: #fff!important;
    padding: 15px 40px;
    border-radius: 50px;
    transition: all .4s;
    background-color: #000;
}
.aximo-blog-sidebar-form input[type="submit"]:hover
{
    background-color: #fe330a;
}
.aximo-hero-thumb-wrap
{
    display: flex;
    position: relative;
}
.aximo-hero-thumb-item
{
    width: 405px;
}
@media(max-width: 1399px)
{
    .aximo-hero-thumb-item
    {
        width: 30%;
    }
}
.aximo-hero-thumb-item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9.29px;
    border: 10px solid #fff;
}
.aximo-hero-thumb-item:nth-child(1) img
{
    transform: rotate(-2deg);
}
.aximo-hero-thumb-item:nth-child(2)
{
    left: 18%;
    top: 12%;
    position: absolute;
}
.aximo-hero-thumb-item:nth-child(2) img
{
    transform: rotate(2deg);
}
.aximo-hero-thumb-item:nth-child(3)
{
    left: 39%;
    position: absolute;
}
.aximo-hero-thumb-item:nth-child(3) img
{
    transform: rotate(5deg);
}
.aximo-hero-thumb-item:nth-child(4)
{
    right: 20%;
    top: 10%;
    position: absolute;
}
.aximo-hero-thumb-item:nth-child(4) img
{
    transform: rotate(-5deg);
}
.aximo-hero-thumb-item:nth-child(5)
{
    right: 0;
    position: absolute;
}
.aximo-hero-thumb-item:nth-child(5) img
{
    transform: rotate(5deg);
}
.aximo-service-increase-row
{
    transition: all .4s;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #f6f5ef;
}
.aximo-service-increase-row:hover
{
    background-color: #1b1b1b;
}
.aximo-service-increase-row:hover .aximo-service-increase-title h3, .aximo-service-increase-row:hover .aximo-service-increase-body p
{
    color: #f6f5ef;
}
.aximo-service-increase-row:hover .aximo-service-increase-icon i
{
    color: var(--orange-color);
}
.aximo-service-increase-row:last-child .aximo-service-increase-item
{
    border: none;
}
.aximo-service-increase-item
{
    max-width: 1292px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1b1b1b;
}
@media(max-width: 850px)
{
    .aximo-service-increase-item
    {
        display: block;
    }
}
.aximo-service-increase-title
{
    flex: 0 0 30%;
    z-index: 9;
    padding-right: 20px;
    position: relative;
}
@media(max-width: 850px)
{
    .aximo-service-increase-title
    {
        padding: 0 0 20px;
    }
}
.aximo-service-increase-title h3
{
    transition: all .4s;
    color: #1b1b1b;
}
.aximo-service-increase-body
{
    flex: 0 0 47%;
    z-index: 9;
    padding-right: 20px;
    position: relative;
}
@media(max-width: 850px)
{
    .aximo-service-increase-body
    {
        padding: 0 0 20px;
    }
}
.aximo-service-increase-body p
{
    transition: all .4s;
}
.aximo-service-increase-icon
{
    z-index: 9;
    flex: 0 0 23%;
    text-align: right;
    position: relative;
}
.aximo-service-increase-icon i
{
    font-size: 48px;
    color: #1b1b1b;
    transition: all .4s;
}
img.swipeimage
{
    position: fixed;
    top: 0;
    left: 0;
    width: 294px;
    height: 245px;
    object-fit: cover;
    z-index: 9;
    opacity: 0;
    visibily: hidden;
    pointer-events: none;
    border-radius: 7px;
    border: 5px solid #fff;
}
@media(max-width: 1080px)
{
    img.swipeimage
    {
        display: none;
    }
}
.aximo-text-infinite-wrap
{
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
}
.aximo-text-infinite-item
{
    display: flex;
    align-items: center;
}
@keyframes marquee
{
    from
    {
        transform: translateX(0);
    }
    to
    {
        transform: translateX(-50%);
    }
}
@media(max-width: 767px)
{
    .aximo-text-infinite-wrap
    {
        animation: marquee 4s linear infinite;
    }
}
.aximo-instagram-thumb
{
    position: relative;
}
.aximo-instagram-thumb img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aximo-instagram-thumb:before
{
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all .4s;
    position: absolute;
    background-color: #00f;
}
.aximo-instagram-thumb:hover:before
{
    opacity: 1;
    visibility: visible;
}
.aximo-instagram-data
{
    top: 60%;
    left: 50%;
    width: 100%;
    padding: 20px;
    opacity: 0;
    text-align: center;
    position: absolute;
    transition: all .4s;
    transform: translate(-50%,-50%);
}
.aximo-instagram-thumb:hover .aximo-instagram-data
{
    top: 50%;
    opacity: 1;
}
.aximo-marketing-services-item
{
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    align-items: center;
    border-radius: 20px;
    transition: all .4s;
}
.aximo-marketing-services-icon
{
    display: flex;
    align-items: center;
    flex: 0 0 35%;
}
.aximo-marketing-services-icon svg, .aximo-marketing-services-icon i
{
    flex-shrink: 0;
    margin-right: 40px;
}
.aximo-marketing-services-data
{
    flex: 0 0 40%;
}
.aximo-marketing-services-btn
{
    flex: 0 0 25%;
    text-align: right;
}
.aximo-sm-btn svg path
{
    transition: all .4s;
}
@media(max-width: 1024px)
{
    .aximo-marketing-services-btn
    {
        text-align: left;
    }
    .aximo-marketing-services-item
    {
        display: block;
    }
}
.aximo-project-normal-thumb
{
    position: relative;
    overflow: hidden;
}
.aximo-project-view
{
    display: flex;
    top: 57%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all .4s;
    transform: translate(-50%,-50%);
}
.aximo-project-normal-wrap:hover .aximo-project-view
{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.aximo-project-meta ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.aximo-project-meta ul li
{
    position: relative;
    display: inline-block;
}
.aximo-project-meta ul li:first-child
{
    padding-left: 0!important;
}
.aximo-project-meta ul li:last-child
{
    padding-right: 0!important;
}
.aximo-project-meta ul li:before
{
    content: "";
    right: -8px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #0c0c0c;
}
.aximo-project-meta ul li:last-child:before
{
    content: none;
}
.aximo-portfolio-image
{
    position: relative;
    overflow: hidden;
}
.aximo-portfolio-image img
{
    transition: all .4s;
}
.aximo-portfolio-image:hover img
{
    transform: scale(1.07);
}
.style-one .aximo-portfolio-image::before
{
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 20px;
    transition: all .4s;
    background: linear-gradient(180deg,rgba(0,0,0,0) 35.42%,#000 100%);
}
.style-one .aximo-portfolio-image:hover::before
{
    opacity: 1;
    visibility: visible;
}
.style-one .aximo-portfolio-content
{
    position: absolute;
    bottom: -30px;
    display: flex;
    opacity: 0;
    z-index: 2;
    transition: all .4s;
    visibility: hidden;
    align-items: center;
}
.style-one .aximo-portfolio-image:hover .aximo-portfolio-content
{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.style-one .pt-title
{
    flex: 0 0 72%;
}
.style-one .portfolio-content-bottom
{
    flex: 0 0 28%;
    text-align: right;
}
.style-two .aximo-portfolio-image::before
{
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    transition: all .4s;
    border-radius: 10px;
    background: linear-gradient(0deg,rgba(25,25,49,.6) 23.47%,rgba(25,25,49,0) 102.43%);
    mix-blend-mode: multiply;
}
.aximo-portfolio-item.style-two:hover .aximo-portfolio-image::before
{
    opacity: 1;
    visibility: visible;
}
.style-two .portfolio-content-bottom
{
    top: 55%;
    left: 50%;
    opacity: 0;
    z-index: 2;
    transition: all .4s;
    visibility: hidden;
    position: absolute;
    transform: translate(-50%,-50%);
}
.aximo-portfolio-item.style-two:hover .portfolio-content-bottom
{
    opacity: 1;
    top: 50%;
    visibility: visible;
}
.style-two .pt-title
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style-two a.aximo-portfolio-title
{
    flex: 0 0 68%;
}
@media(max-width: 1024px)
{
    .style-one .aximo-portfolio-content, .style-two .pt-title
    {
        display: block;
    }
    .style-one .portfolio-content-bottom
    {
        text-align: left;
    }
}
.aximo-infinite-slider-data
{
    display: flex;
    margin: -1px;
    align-items: center;
}
.aximo-infinite-slider-data h3
{
    font-size: 35px;
    white-space: nowrap;
    padding: 0 24px;
    text-transform: uppercase;
    color: var(--accent-color);
}
@media(max-width: 767px)
{
    .aximo-infinite-slider-data h3
    {
        font-size: 28px;
    }
}
.aximo-infinite-slider-data svg, .aximo-infinite-slider-data i
{
    -webkit-animation: rotate-animation 7s infinite linear;
    -moz-animation: rotate-animation 7s infinite linear;
    -o-animation: rotate-animation 7s infinite linear;
    animation: rotate-animation 7s infinite linear;
}
.aximo-infinite-slider .swiper-wrapper
{
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    position: relative;
}
.aximo-infinite-slider .swiper-slide
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    margin: -1px;
}
@keyframes rotate-animation
{
    0%
    {
        transform: rotate(0deg);
    }
    50%
    {
        transform: rotate(180deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
.aximo-footer-bottom-border2
{
    border-top: 1px solid #e6e6e6;
    height: 0;
}
.swiper-slide:nth-child(odd) .aximo-iconbox-wrap8
{
    background-color: #d68be7;
}
.swiper-slide:nth-child(even) .aximo-iconbox-wrap8
{
    background-color: #f3ede8;
}
@media(min-width: 1025px)
{
    .aximo-iconbox-slider
    {
        padding-top: 120px;
    }
}
.aximo-iconbox-slider-arrows
{
    display: flex;
    position: absolute;
    top: 24px;
    right: 21%;
    gap: 24px;
}
@media(max-width: 1199px)
{
    .aximo-iconbox-slider-arrows
    {
        right: 26%;
    }
}
@media(max-width: 1024px)
{
    .aximo-iconbox-slider-arrows
    {
        top: auto;
        right: 0;
        bottom: 10px;
    }
}
@media(max-width: 1024px)
{
    .aximo-iconbox-slider
    {
        padding-bottom: 140px;
    }
}
@media(max-width: 767px)
{
    .aximo-iconbox-slider
    {
        padding-bottom: 120px;
    }
}
.aximo-iconbox-slider .swiper-button-prev, .aximo-iconbox-slider .swiper-button-next
{
    position: static;
    width: 80px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50px;
    transition: all .4s;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f3ede8;
    border: 2px solid #2c2c2c;
    box-shadow: 0 2px 0 0 #2c2c2c;
}
.aximo-iconbox-slider .swiper-button-prev::after, .aximo-iconbox-slider .swiper-button-next::after
{
    content: none;
}
.aximo-iconbox-slider .swiper-button-prev:hover, .aximo-iconbox-slider .swiper-button-next:hover
{
    box-shadow: none;
}
.aximo-service-details-thumb
{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 75px;
    border: 5px solid var(--heading-color);
}
@media(max-width: 991px)
{
    .aximo-service-details-thumb
    {
        margin-bottom: 55px;
    }
}
@media(max-width: 767px)
{
    .aximo-service-details-thumb
    {
        margin-bottom: 35px;
    }
}
.aximo-hero-title
{
    display: flex;
    gap: 24px;
    align-items: flex-end;
}
.aximo-hero-title img
{
    width: 270px;
    height: 90px;
    border-radius: 50px;
}
@media(max-width: 1199px)
{
    .aximo-hero-title img
    {
        width: 200px;
    }
}
@media(max-width: 1024px)
{
    .aximo-hero-title img
    {
        display: none;
    }
}
.aximo-hero-text
{
    font-size: 115px;
    font-weight: 700;
    line-height: 1.02em;
    letter-spacing: -.5px;
    color: var(--heading-color5);
    font-family: "Playfair Display",serif;
}
@media(max-width: 1669px)
{
    .aximo-hero-text
    {
        font-size: 110px;
    }
}
@media(max-width: 1400px)
{
    .aximo-hero-text
    {
        font-size: 80px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1199px)
{
    .aximo-hero-text
    {
        font-size: 65px;
    }
}
@media(max-width: 767px)
{
    .aximo-hero-text
    {
        font-size: 48px;
        margin-bottom: 5px;
    }
}
@media(max-width: 479px)
{
    .aximo-hero-text
    {
        font-size: 40px;
    }
}
.aximo-marquee-one
{
    width: 365px;
    padding: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    background-color: #d68be7;
}
@media(max-width: 1199px)
{
    .aximo-marquee-one
    {
        padding: 27px;
    }
}
@media(max-width: 1024px)
{
    .aximo-marquee-one
    {
        display: none;
    }
}
.aximo-marquee-two
{
    top: -7px;
    width: 600px;
    padding: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    border: 2px solid #2c2c2c;
    box-shadow: 0 4px 0 0 #2c2c2c;
    background-color: #02854c;
}
@media(max-width: 1199px)
{
    .aximo-marquee-two
    {
        padding: 27px;
    }
}
@media(max-width: 1024px)
{
    .aximo-marquee-two
    {
        display: none;
    }
}
.aximo-infinite.two a img, .aximo-infinite.two a svg
{
    margin: 0 20px;
}
.aximo-infinite
{
    display: flex;
    width: 250%;
    top: 50%;
    gap: 20px;
    position: absolute;
    overflow: hidden;
    transform: translateY(-50%);
    animation: marquee 7s linear infinite;
}
.aximo-infinite.two a
{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    color: #f3ede8!important;
}
.aximo-infinite.two a img
{
    padding: 0 20px;
}
@keyframes marquee
{
    100%
    {
        right: -100%;
    }
    0%
    {
        right: 0;
    }
}
.img-container-wrap
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 24px;
}
.aximo-image-resizing-item
{
    flex: 1 0 auto;
    min-height: 550px;
    background: center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: flex .5s;
    -webkit-transition: flex .5s;
    -moz-transition: flex .5s;
    -o-transition: flex .5s;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 30px;
}
@media(max-width: 991px)
{
    .aximo-image-resizing-item
    {
        display: none;
    }
    .aximo-image-resizing-item:nth-child(1), .aximo-image-resizing-item:nth-child(2), .aximo-image-resizing-item:nth-child(3)
    {
        display: block!important;
    }
}
.aximo-image-resizing-item:hover .aximo-image-resizing-content
{
    opacity: 1;
}
.aximo-image-resizing-item:before
{
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: absolute;
    background: linear-gradient(to bottom,rgba(11,16,64,0) 0%,#0b1040 100%);
}
.aximo-image-resizing-item:hover::before
{
    opacity: 1;
}
.aximo-image-resizing-item.expand
{
    flex-grow: 5;
}
.aximo-image-resizing-content
{
    position: absolute;
    width: 500px;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    transition: all .4s;
}
@media(max-width: 1199px)
{
    .aximo-image-resizing-content
    {
        display: none;
    }
}
.aximo-image-resizing-content h4
{
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--light-color6);
    font-family: "Bricolage Grotesque",sans-serif;
}
.aximo-image-resizing-content p
{
    color: var(--light-color6);
}