:root
{
    --primary-color: #38b6ff;
    --link-color: #57baf3e1;
    --link-hover-color: #00aeff;
    --light-text-color: rgba(255,255,255,.904);
    --paragraph-color: rgba(209,209,209,.781);
    --dull-text-color: rgba(255,255,255,.397);
    --white-background-color: rgba(255,255,255,.904);
    --default-color: #222;
    --black-shade-1: #111;
    --black-shade-2: #161616;
    --black-shade-3: #1b1c1e;
    --black-shade-4: #1f1f1f;
    --black-shade-5: #222;
    --black-shade-6: #2b2b2b;
    --black-shade-7: #303030;
    --primary-shade-1: #29373fb8;
    --transparent-white-20: rgba(65,65,65,.685);
    --transparent-white-40: rgba(99,99,99,.4);
    --default-color-rgb: 34,34,34;
    --primary-color-rgba: 167,167,167,.1;
    --secondary-color: #32353a;
    --secondary-color-rgb: #32353a;
    --warning-color: #ed3c0d;
    --black-color: #000;
    --dull-text: #37517e;
    --color-indigo: #6610f2;
    --color-cyan: #0dcaf0;
    --color-skyblue: #e1f4ff;
    --color-red: #df1529;
    --color-orange: #fd7e14;
    --color-teal: #20c997;
    --color-teal2: #94cbd1;
    --color-blue: #0d6efd;
    --color-yellow: #fab964;
}
html
{
    scroll-behavior: smooth;
}
body
{
    font-family: "Open Sans",sans-serif;
    color: var(--light-text-color);
    background-color: var(--black-shade-2);
}
body::-webkit-scrollbar
{
    display: none;
}
::selection
{
    background-color: #36b8ff;
    color: #fff;
}
a
{
    color: var(--link-color);
    text-decoration: none;
}
a:hover
{
    color: var(--link-hover-color);
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Jost",sans-serif;
}
p
{
    color: var(--paragraph-color);
}
.text-light
{
    color: var(--light-text-color)!important;
}
.text-primary
{
    color: var(--primary-color)!important;
}
.swcancel
{
    border: var(--warning-color)!important;
    background-color: var(--warning-color)!important;
    border-radius: 1.5rem!important;
    width: 7rem;
}
#preloader
{
    display: flex;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}
#preloader:before, #preloader:after
{
    content: "";
    background-color: var(--black-shade-1);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 50%;
    transition: all .3s ease 0s;
    z-index: -1;
}
#preloader:after
{
    top: auto;
    bottom: 0;
}
#preloader .line
{
    position: absolute;
    overflow: hidden;
    margin: auto;
    width: 300px;
    height: 1px;
    transition: all .8s ease 0s;
    bottom: 40%;
}
#preloader .line:before
{
    content: "";
    position: absolute;
    background-color: var(--white-background-color);
    left: 50%;
    top: 0;
    width: 0%;
    height: 1px;
    transform: translateX(-50%);
    animation: lineincrease 1000ms ease-in-out 0s forwards;
}
#preloader .line:after
{
    content: "";
    position: absolute;
    background-color: #828282;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    transform: translateX(-100%);
    animation: linemove 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}
#preloader #preimg
{
    width: 180px;
    height: 180px;
    font-size: 9rem;
    animation: preimgopac 1500ms ease-in-out infinite;
    position: relative;
    z-index: 1;
}
#preloader.loaded .line
{
    opacity: 0;
    width: 100%!important;
}
#preloader.loaded #preimg
{
    display: none;
}
#preloader.loaded:before, #preloader.loaded:after
{
    animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}
@keyframes lineincrease
{
    0%
    {
        width: 0%;
    }
    100%
    {
        width: 100%;
    }
}
@keyframes linemove
{
    0%
    {
        transform: translateX(200%);
    }
    100%
    {
        transform: translateX(-100%);
    }
}
@keyframes preloaderfinish
{
    0%
    {
        height: 5 0%;
    }
    100%
    {
        height: 0%;
    }
}
@keyframes preimgopac
{
    0%
    {
        opacity: 0%;
    }
    50%
    {
        opacity: 80%;
    }
    100%
    {
        opacity: 0%;
    }
}
@media(min-width: 320px)
{
    #preloader .line
    {
        width: 220px;
    }
}
.back-to-top
{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--white-background-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all .4s;
}
.back-to-top i
{
    font-size: 24px;
    color: var(--black-shade-5);
    line-height: 0;
}
.back-to-top:hover>i
{
    color: var(--light-text-color);
}
.back-to-top:hover
{
    background: var(--primary-color);
}
.back-to-top.active
{
    visibility: visible;
    opacity: 1;
}
.whatsapp-float
{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--white-background-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all .4s;
}
.whatsapp-float i
{
    font-size: 24px;
    color: #000;
    line-height: 0;
}
.whatsapp-float:hover>i
{
    color: var(--light-text-color);
}
.whatsapp-float:hover
{
    background: #25d366;
}
.whatsapp-float.active
{
    visibility: visible;
    opacity: 1;
}
.learn-more
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    max-width: fit-content;
    min-width: fit-content;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 32px;
    border-radius: 1rem;
    transition: .3s;
    line-height: 1;
    color: var(--primary-color);
    border: 2px solid var(--primary-shade-1);
    animation-delay: .8s;
    margin-top: 6px;
    text-decoration: none;
}
.learn-more:hover
{
    background: var(--primary-color);
    color: var(--black-shade-2);
    border: 2px solid var(--primary-color);
}
@media(max-width: 380px)
{
    .learn-more
    {
        font-size: 14px;
        padding: 9px 22px;
    }
}
@media(max-width: 320px)
{
    .back-to-top, .whatsapp-float, .meeting-float
    {
        width: 30px;
        height: 30px;
    }
    .whatsapp-float
    {
        bottom: 6px;
    }
    .meeting-float
    {
        bottom: 0%;
    }
    .back-to-top i, .whatsapp-float i, .meeting-float i
    {
        font-size: 18px;
    }
    .learn-more
    {
        font-size: 12px;
        padding: 8px 18px;
    }
}
.index-page .header
{
    --_background-color: rgba(22,22,22,6);
}
.index-page.scrolled .header
{
    --_header-background-color: rgba(27,28,30,.801);
    backdrop-filter: blur(12px);
}
.header
{
    color: var(--light-text-color);
    background-color: var(--_header-background-color);
    padding: 15px 0;
    transition: all .5s;
    z-index: 997;
}
#header .container-fluid
{
    margin: 0 35px;
}
.header .logo img
{
    max-height: 80px;
    margin-right: 6px;
}
.header .logo h1
{
    font-size: 26px;
    margin: 0 5px 0 0;
    font-weight: 600;
    color: var(--light-text-color);
}
.logo h1 p
{
    font-size: .9rem;
    font-family: "Open Sans";
}
.header .logo span
{
    color: var(--primary-color);
    font-weight: 600;
    padding-left: 3px;
}
.header .btn-getstarted, .header .btn-getstarted:focus
{
    background: var(--primary-shade-1);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    font-family: "Jost";
    padding: 8px 28px;
    margin: 0;
    border-radius: 1.5rem;
    transition: .3s;
    white-space: nowrap;
}
.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover
{
    color: var(--black-shade-3);
    background: #0d9ff3;
}
@media(max-width: 768px)
{
    .header .btn-getstarted
    {

    }
}
@media(max-width: 350px)
{
    .header .btn-getstarted
    {
        display: none;
    }
    .header .logo h1
    {
        font-size: 26px;
    }
    .logo .p
    {
        font-size: 12px;
    }
}
@media(max-width: 1200px)
{
    .header .logo
    {
        order: 1;
    }
    .header .btn-getstarted
    {
        order: 2;
        margin: 0 35px 0 0;
        padding: 5px 18px;
        white-space: nowrap;
    }
    .header .navmenu
    {
        order: 3;
    }
    #header .container-fluid
    {
        margin: 0 10px;
    }
}
section
{
    scroll-margin-top: 90px;
}
@media(max-width: 1199px)
{
    .index-page.scrolled .header
    {
        --_header-background-color: rgba(27,28,30,.849);
        backdrop-filter: none;
    }
    section
    {
        scroll-margin-top: 66px;
    }
}
@media(min-width: 1200px)
{
    .navmenu
    {
        padding: 0;
        font-family: "jost";
    }
    .navmenu ul
    {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        cursor: pointer;
    }
    .navmenu li
    {
        position: relative;
    }
    .navmenu a, .navmenu a:focus
    {
        color: var(--light-text-color);
        padding: 18px 15px;
        font-size: 16px;
        font-family: "Jost";
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s;
    }
    .navmenu a i, .navmenu a:focus i
    {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navmenu li:last-child a
    {
        padding-right: 0;
    }
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus
    {
        color: var(--primary-color);
    }
    .navmenu .active
    {
        font-weight: 600;
    }
    .dropdown .nav-link.active
    {
        color: var(--primary-color);
    }
    .navmenu .dropdown a
    {
        color: var(--light-text-color);
    }
    .navmenu .dropdown ul
    {
        margin: 0;
        padding: 10px 0;
        background: var(--black-shade-3);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: .3s;
        border-radius: .7em;
        z-index: 99;
    }
    .navmenu .dropdown ul li
    {
        min-width: 200px;
    }
    .navmenu .dropdown ul a
    {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--paragraph-color);
    }
    .navmenu .dropdown ul a i
    {
        font-size: 12px;
    }
    .navmenu .dropdown a:hover, .navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover>a
    {
        color: var(--light-text-color);
    }
    .navmenu .dropdown:hover>ul
    {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navmenu .dropdown .dropdown ul
    {
        top: 0;
        left: -90%;
        visibility: hidden;
    }
    .navmenu .dropdown .dropdown:hover>ul
    {
        opacity: 1;
        top: 0;
        left: -102%;
        visibility: visible;
    }
}
@media(max-width: 1199px)
{
    .mobile-nav-toggle
    {
        color: var(--primary-color);
        background-color: var(--primary-shade-1);
        font-size: 30px;
        cursor: pointer;
        line-height: 1;
        border-radius: .5rem;
     
        top: 49px;
        z-index: 9999;
        right: 10px;
        padding: 3px;
    }
    .navmenu a, .navmenu a:focus
    {
        color: var(--paragraph-color);
        padding: 10px 20px;
        font-family: "jost";
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s;
    }
    .navmenu a i, .navmenu a:focus i
    {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: .3s;
        background-color: var(--black-shade-7);
    }
    .dropdown.active a i
    {
        color: var(--primary-color);
    }
    .navmenu .active, .navmenu .active:focus
    {
        color: var(--primary-color);
    }
    .navmenu .active i, .navmenu .active:focus i
    {
        color: var(--primary-color);
        background-color: var(--primary-shade-1);
    }
    .navmenu .dropdown a
    {
        color: var(--paragraph-color);
    }
    .navmenu .dropdown span
    {
        width: 95%;
        height: 100%;
    }
    .navmenu .dropdown ul
    {
        position: static;
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        z-index: 99;
        padding: 0;
        margin: 0 20px;
        background: var(--black-shade-5);
        border-radius: 1rem;
        transition: max-height .9s cubic-bezier(.42,0,.65,1.01);
    }
    .navmenu .dropdown>.dropdown-active
    {
        max-height: 1000px;
    }
    .mobile-nav-active
    {
        overflow: hidden;
        transition: all .9s;
    }
    .mobile-nav-active .navmenu
    {
        position: fixed;
        overflow: hidden;
        inset: 0;
        transition: all .9s;
    }
    .mobile-nav-active .navmenu>ul
    {
        display: block;
        transition: all .7s;
    }
    .navmenu
    {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 100%;
        bottom: 0;
        transition: .9s;
        z-index: 9997;
    }
    .navmenu ul
    {
        position: absolute;
        inset: 80px 0 0 0;
        padding: 10px 0;
        margin: 0;
        background: var(--black-shade-1);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
    }
    .mobile-nav-active
    {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }
    .mobile-nav-active .navmenu
    {
        top: 0;
    }
}
@media(max-width: 350px)
{
    .mobile-nav-toggle
    {
        top: 28px;
        font-size: 28px;
    }
}
#hero
{
    width: 100%;
    height: 100vh;
    background-image: url("/assets/img/integratads-hero.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
#hero .container
{
    padding-top: 72px;
}
.hero-subtitle
{
    font-size: 1.2rem;
}
#hero h2
{
    margin: 0 0 10px 0;
    font-size: 5rem;
    font-weight: 700;
    line-height: 5rem;
    margin-bottom: 40px;
    color: var(--light-text-color);
}
#hero h3
{
    color: var(--paragraph-color);
    background: linear-gradient(to right,transparent 10%,rgba(238,238,238,.144));
    backdrop-filter: blur(12px);
    width: fit-content;
    padding: .5rem 1rem;
    border-radius: 1em;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 1.2rem;
}
#hero .btn-get-started, #hero .btn-learn-more
{
    font-family: "Jost";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .7rem 2rem;
    border-radius: 2rem;
    transition: .5s;
    color: var(--light-text-color);
    white-space: nowrap;
}
#hero .btn-get-started
{
    color: var(--primary-color);
    margin: 10px 0 0 0;
    background: #29373f9a;
    backdrop-filter: blur(12px);
}
#hero .btn-get-started:hover
{
    background: var(--primary-color);
    color: var(--black-shade-3);
}
#hero .btn-learn-more
{
    margin: 10px 0 0 25px;
    color: var(--primary-color);
    background: rgba(32,32,32,.267);
    border: 2px solid rgba(32,32,32,.267);
    backdrop-filter: blur(12px);
}
#hero .btn-learn-more:hover
{
    background: #29373f54;
    border: 2px solid #29373f54;
}
#hero .animated
{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media(max-width: 991px)
{
    #hero
    {
        height: 100vh;
        text-align: center;
    }
    #hero .hero-img
    {
        text-align: center;
    }
    #hero .hero-img img
    {
        width: 50%;
    }
}
@media(max-width: 768px)
{
    #hero h2
    {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    #hero h3
    {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    #hero .hero-img img
    {
        width: 70%;
    }
}
@media(max-width: 575px)
{
    #hero .hero-img img
    {
        width: 80%;
    }
    #hero .btn-get-started
    {
        font-size: 14px;
    }
}
@media(max-width: 480px)
{
    .hero-subtitle
    {
        height: 2.9rem;
        margin-top: .2rem;
    }
    #hero .btn-learn-more
    {
        margin: 0;
    }
}
@media(max-width: 320px)
{
    #hero h2
    {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    #hero h3
    {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 30px;
    }
    #hero .btn-get-started, #hero .btn-learn-more
    {
        font-size: 12px;
    }
}
@keyframes up-down
{
    0%
    {
        transform: translateY(10px);
    }
    100%
    {
        transform: translateY(-10px);
    }
}
.scroll-down-icon
{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-btn
{
    display: inline-block;
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s ease;
}
.scroll-btn:hover
{
    color: #242f36ee;
}
.toggle-switch
{
    width: 1.22rem;
    height: 2.5rem;
    border-radius: 30px;
    background-color: #242f3685;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle-switch::before
{
    content: "";
    width: .9rem;
    height: .9rem;
    background-color: #36b8ff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform .3s ease;
}
.scroll-btn:hover .toggle-switch::before
{
    transform: translateY(1.3rem);
}
section
{
    padding: 60px 0;
    overflow: hidden;
}
.section-title
{
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2
{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--primary-color);
}
.section-title h2::before
{
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 3px;
    background: var(--primary-color);
    bottom: 0;
    left: calc(50% - 60px);
}
.section-title h2::after
{
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: var(--light-text-color);
    bottom: 0;
    left: calc(50% - 60px);
}
.section-title p
{
    margin-bottom: 0;
}
@media(max-width: 767px)
{
    .section-title
    {
        font-size: .8rem;
    }
}
@media(max-width: 320px)
{
    .section-title h2
    {
        font-size: 20px;
    }
    .section-title p
    {
        font-size: 9px;
    }
}
.clients
{
    padding-top: 20px;
    background-color: var(--black-shade-2);
}
.clients .swiper-slide img
{
    opacity: .5;
    transition: .3s;
    filter: grayscale(100);
}
.clients .swiper-slide img:hover
{
    filter: none;
    opacity: 1;
}
@media(max-width: 1199px)
{
    .clients .swiper-slide img
    {
        opacity: .9;
        filter: none;
    }
}
.collaborators .collaborator
{
    background-color: var(--black-shade-5);
    padding: 2rem;
    border-radius: 1rem;
    transition: all .4s ease-in-out;
}
.collaborator .collaborator-img
{
    margin: auto;
}
.collaborator:hover
{
    background-color: rgba(33,37,41,1);
}
.collaborators .collaborator .collaborator-info
{
    margin-top: 30px;
}
.collaborators .collaborator .collaborator-info span
{
    font-style: italic;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--light-text-color);
    margin-bottom: 10px;
    text-decoration: underline var(--primary-color);
}
.collaborators .collaborator .collaborator-info p
{
    margin-bottom: 0;
    color: var(--dull-text-color);
    font-size: 14px;
}
.collaborators .collaborator-pagination
{
    margin-top: 1rem;
    text-align: center;
}
.collaborators .collaborator-pagination .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    background-color: rgba(96,184,243,.3);
    opacity: .4;
    transition: .3s ease-in;
}
.collaborators .collaborator-pagination .swiper-pagination-bullet-active
{
    width: 28px;
    height: 10px;
    border-radius: 1rem;
    background-color: var(--primary-color);
    opacity: 1;
}
.why-us .content
{
    padding: 60px 100px 0 100px;
}
.why-us .content h3
{
    font-weight: 400;
    font-size: 34px;
    color: var(--dull-text);
}
.why-us .content h4
{
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.why-us .content p
{
    font-size: 15px;
    color: var(--paragraph-color);
}
.why-us .content-p
{
    padding: 2px 1px 0 100px;
}
.cutom-whyus-img-bg
{
    background-image: url("/assets/img/why-us.png");
}
.why-us .img
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.why-us .accordion-list
{
    padding: 0 100px 60px 100px;
}
.why-us .accordion-list span
{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}
.team .swiper-wrapper
{
    display: flex;
    align-items: stretch;
    height: inherit;
}
.team .member
{
    background-color: var(--black-shade-3);
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    height: inherit;
}
.team .member .member-img
{
    margin: 0 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(93,170,233,.514);
    transition: all .4s ease-in-out;
}
.team .member:hover .member-img
{
    border: 2px solid rgba(255,255,255,.4);
}
.team .member .member-img img
{
    position: relative;
    z-index: 1;
}
.team .member .member-img .social
{
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
.team .member .member-img .social a
{
    transition: .3s;
    color: var(--light-text-color);
    font-size: 20px;
    margin: 0 8px;
}
.team .member .member-img .social a:hover
{
    color: var(--primary-color);
}
.team .member .member-info
{
    margin-top: 30px;
}
.team .member .member-info h4
{
    font-weight: 700;
    color: var(--light-text-color);
    margin-bottom: 6px;
    font-size: 18px;
}
.team .member .member-info span
{
    font-style: italic;
    display: block;
    font-size: 15px;
    color: var(--paragraph-color);
    margin-bottom: 10px;
}
.team .member .member-info p
{
    margin-bottom: 0;
    color: var(--dull-text-color);
    font-size: 14px;
}
.team .member:hover .member-img .social
{
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}
.team .member .member-img-join
{
    margin: auto;
    overflow: hidden;
    position: absolute;
    border-radius: 1rem;
    inset: 0;
    z-index: -1;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team .add-member:hover
{
    background: var(--black-shade-5);
}
.member-img-join .bi-plus
{
    color: var(--primary-color);
    font-size: 60px;
    transition: .2;
}
.add-member .member-info
{
    position: absolute;
    z-index: 2;
    padding: 1rem;
    inset: 0;
    top: 50%;
    translate: 0 -50%;
    opacity: 0;
    visibility: none;
    transition: .15s;
    transition-behavior: discrete;
}
.add-member:hover .member-info
{
    opacity: 1;
    visibility: visible;
}
.add-member:hover .member-img-join .bi-plus
{
    opacity: 0;
}
.add-member .join-link
{
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
    margin-top: 30px;
    padding: 1rem 2rem;
    background-color: var(--primary-shade-1);
    border-radius: 1rem;
    color: var(--primary-color);
}
.team .teams-pagination
{
    text-align: center;
}
.team .teams-pagination
{
    margin-top: 20px;
    position: relative;
}
.team .teams-pagination .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    background-color: rgba(96,184,243,.3);
    opacity: .4;
    transition: .3s ease-in;
}
.team .teams-pagination .swiper-pagination-bullet-active
{
    width: 28px;
    height: 10px;
    border-radius: 1rem;
    background-color: var(--primary-color);
    opacity: 1;
}
@media(max-width: 1199px)
{
    .team .member:hover .member-img .social
    {
        visibility: none;
        opacity: 0;
    }
    .add-member .member-info
    {
        visibility: visible;
        opacity: 1;
    }
    .add-member .member-img-join .bi-plus
    {
        opacity: 0;
    }
    .team .add-member:hover
    {
        background: var(--black-shade-3);
    }
}
.faq .faq-list
{
    padding: 0 100px;
}
.why-us .accordion-list ul, .faq .faq-list ul
{
    padding: 0;
    list-style: none;
}
.why-us .accordion-list li+li, .faq .faq-list li+li
{
    margin-top: 15px;
}
.why-us .accordion-list li, .faq .faq-list li
{
    padding: 20px;
    background: var(--black-shade-3);
    border-radius: .475rem;
    transition: .4s;
}
.why-us .accordion-list a, .faq .faq-list a
{
    display: block;
    position: relative;
    font-family: "Poppins",sans-serif;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}
.faq .faq-list .icon-help, .why-us .accordion-list span
{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}
.why-us .accordion-list i, .faq .faq-list .icon-show, .faq .faq-list .icon-close
{
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.why-us .accordion-list p, .faq .faq-list p
{
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show, .faq .faq-list .icon-show
{
    display: none;
}
.why-us .accordion-list a.collapsed, .faq .faq-list a.collapsed
{
    color: white;
    transition: .3s;
}
.why-us .accordion-list a.collapsed:hover, .faq .faq-list a.collapsed:hover
{
    color: var(--light-text-color);
}
.why-us .accordion-list a.collapsed .icon-show, .faq .faq-list a.collapsed .icon-show
{
    display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close, .faq .faq-list a.collapsed .icon-close
{
    display: none;
}
@media(max-width: 1200px)
{
    .faq .faq-list
    {
        padding: 0;
    }
}
@media(max-width: 320px)
{
    .team .member .member-info p
    {
        font-size: 10px;
    }
    .team .member .member-info p
    {
        font-size: 10px;
    }
    #why-us p
    {
        font-size: 12px;
    }
    .faq .faq-list p, .why-us .accordion-list p
    {
        font-size: 10px;
    }
    .why-us .content h3
    {
        font-size: 20px;
    }
    .why-us .content p
    {
        font-size: 9px;
    }
    .why-us .accordion-list span, .faq .faq-list a, .faq .faq-list i, .faq .faq-list span, .why-us .accordion-list a, .why-us .accordion-list i
    {
        font-size: 11px;
    }
}
@media(max-width: 1024px)
{
    .why-us .content, .why-us .accordion-list
    {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 992px)
{
    .why-us .img
    {
        min-height: 400px;
    }
    .why-us .content
    {
        padding-top: 30px;
    }
    .why-us .accordion-list
    {
        padding-bottom: 30px;
    }
}
@media(max-width: 820px)
{
    .why-us .content-p
    {
        padding: 0;
    }
}
@media(max-width: 575px)
{
    .why-us .img
    {
        min-height: 200px;
    }
}
.workflow .icon-box
{
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: var(--black-shade-3);
    transition: all .3s ease-in-out;
    text-align: center;
    border: 2px solid var(--black-shade-4);
    border-radius: 35px;
    cursor: default;
}
.workflow .icon-box h4
{
    color: var(--primary-color);
}
.workflow .icon-box p
{
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 28px;
}
.workflow .icon-box:hover
{
    border: 2px solid var(--link-hover-color);
}
.workflow .icon
{
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    background: var(--black-shade-5);
}
.workflow .icon i
{
    color: var(--primary-color);
    font-size: 1.7rem;
}
.testimonials
{
    width: 100%;
    padding: 0;
    background-color: var(--black-shade-2);
    position: relative;
}
.testimonials .swiper-wrapper
{
    width: 100%;
    height: inherit;
    display: flex;
    align-items: stretch;
}
.testimonials .swiper-wrapper .card
{
    width: 100%;
    max-width: 904px;
    height: inherit;
    background-color: var(--black-shade-3);
    border-radius: 2em;
    display: flex;
    align-items: start;
    margin: 0 1em;
}
.testimonials .testimonial-item
{
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--dark-blue-80);
    border-radius: 32px;
    align-items: flex-start;
    display: flex;
    padding: 48px;
    height: 100%;
}
.testimonial-col-right
{
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
}
.testimonials .testimonial-item .testimonial-img
{
    width: 100px;
    border-radius: 8px;
    margin: 0 auto;
}
.testimonials .testimonial-item .testimonial-img img
{
    width: 120px;
    height: 120px;
}
.testimonials .testimonial-item h3
{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: var(--light-text-color);
}
.testimonials .testimonial-item h4
{
    color: var(--paragraph-color);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right
{
    color: var(--primary-color);
    font-size: 26px;
    line-height: 0;
}
.testimonials .testimonial-item .quote-icon-left
{
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right
{
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1,-1);
}
.testimonials .testimonial-item p
{
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.5;
}
.testimonial-col-bottom
{
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    display: flex;
}
.testimonial-stars
{
    width: 80px;
    height: 16px;
}
.testimonials .swiper-pagination
{
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    background-color: rgba(96,184,243,.3);
    opacity: .4;
    transition: .3s ease-in;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active
{
    width: 28px;
    height: 10px;
    border-radius: 1rem;
    background-color: var(--primary-color);
    opacity: 1;
}
@media(min-width: 992px)
{
    .testimonials .swiper-pagination
    {
        margin-top: 40px;
    }
}
@media(max-width: 767px)
{
    .testimonials .testimonial-item
    {
        flex-direction: column;
        padding: 32px;
    }
}
@media(max-width: 480px)
{
    .testimonial-col
    {
        border-radius: 20px;
        padding: 24px;
    }
    .testimonial-col-right
    {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
}
@media(max-width: 360px)
{
    .testimonials .swiper-wrapper .card
    {
        width: 95%;
    }
    .testimonials .testimonial-item p
    {
        font-size: 11px;
    }
}
@media(max-width: 320px)
{
    .testimonials .swiper-wrapper .card
    {
        width: 95%;
    }
    .testimonials .testimonial-item p
    {
        font-size: 11px;
    }
}
.facts
{
    background: var(--black-shade-3);
    padding: 3rem;
}
.facts .counters span
{
    font-size: 48px;
    display: block;
    color: var(--primary-color);
}
.plus::after
{
    content: "+";
}
.k-text::after
{
    content: ".2k+";
}
.facts .counters p
{
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
}
@media(max-width: 992px)
{
    .facts
    {
        background: var(--black-shade-3);
        padding: 2rem .4rem;
    }
    .facts .counters span
    {
        font-size: 26px;
    }
    .facts .counters p
    {
        font-size: 12px;
    }
}
.mission-vission .service-item
{
    position: relative;
    padding-top: 40px;
}
.mission-vission .service-item:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(32,92,195,.1);
}
.mission-vission .service-item::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    border-right: 5px solid var(--primary-color);
}
.mission-vission .service-item .icon
{
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 50px;
    line-height: 0;
}
.mission-vission .service-item .icon i
{
    color: var(--paragraph-color);
    font-size: 56px;
    transition: ease-in-out .7s;
    z-index: 2;
    position: relative;
}
.mission-vission .service-item .title
{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.mission-vission .service-item .title a
{
    color: var(--primary-color);
}
.mission-vission .service-item .title a:hover
{
    color: var(--primary-color);
}
.mission-vission .service-item .description
{
    line-height: 24px;
    font-size: .9rem;
    color: var(--dull-text-color);
    transition: all .5s;
}
.mission-vission .service-item:hover .description
{
    color: var(--paragraph-color);
}
.content h2
{
    color: var(--light-text-color);
}
.content h2 span
{
    color: var(--primary-color);
}
@media(max-width: 768px)
{
    .mission-vission .service-item .description
    {
        line-height: 18px;
    }
    .workflow .icon-box p
    {
        font-size: 10px;
        line-height: 16px;
    }
    .workflow .icon-box h4
    {
        font-size: 16px;
    }
    .member-img-join .bi-plus
    {
        top: 33%;
    }
    .tab-content
    {
        font-size: .9rem;
    }
    .tabservices .nav-link
    {
        padding: 15px 15px;
    }
}
.mainservices .service-item
{
    position: relative;
    background-color: var(--black-shade-3);
    padding-left: 30px;
    min-height: 180px;
    border-top: 2px solid rgba(32,122,195,.2);
    border-radius: .5rem;
    transition: all .4s ease-in-out;
}
.mainservices .service-item:hover
{
    transform: translateY(-10px);
    border-top: 1px solid var(--primary-color);
}
.mainservices .service-item .content
{
    width: 90%;
    padding-top: 40px;
}
.mainservices .service-item .icon
{
    width: 48px;
    height: 48px;
    position: relative;
    padding-top: 40px;
    margin-right: 40px;
    line-height: 0;
}
.mainservices .service-item .icon i
{
    color: var(--light-text-color);
    font-size: 56px;
    transition: ease-in-out .7s;
    z-index: 2;
    position: relative;
}
.mainservices .service-item .title
{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.mainservices .service-item .title a
{
    color: var(--primary-color);
}
.mainservices .service-item .description
{
    line-height: 24px;
    font-size: 14px;
    color: var(--dull-text-color);
    transition: all .5s;
}
.mainservices .service-item:hover .description
{
    color: var(--paragraph-color);
}
.mainservices .service-item .service-link
{
    position: relative;
    width: 80px;
    background-color: transparent;
    display: inline;
}
.mainservices .service-item .service-link a
{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black-shade-3);
    cursor: pointer;
    transition: all .3s;
    border-radius: 0 .5rem .5rem 0;
}
.mainservices .service-item .service-link a:hover
{
    background-color: var(--primary-shade-1);
}
@media(max-width: 480px)
{
    .mainservices .service-item
    {
        padding-left: 16px;
        min-height: 174px;
    }
    .mainservices .service-item .icon
    {
        width: 38px;
        height: 38px;
        padding-top: 50px;
        margin-right: 18px;
    }
    .mainservices .service-item .icon i
    {
        font-size: 40px;
    }
    .mainservices .service-item .description
    {
        font-size: 13px;
    }
    .mainservices .service-item .service-link
    {
        width: 55px;
    }
}
@media(max-width: 320px)
{
    .mainservices .service-item .title a
    {
        font-size: 1rem;
    }
    .mainservices .service-item .description
    {
        line-height: 15px;
        font-size: 9px;
    }
}
.mainservices-cards .details
{
    min-height: 23rem!important;
}
.salesforce-cards .details, .services-cards .details
{
    padding: 24px;
    margin: 40px 10px 0 10px;
    transition: all ease-in-out .3s;
    background: var(--black-shade-3);
    position: relative;
    text-align: center;
    border-radius: 8px;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    min-height: 20rem;
    height: max-content;
}
.salesforce-cards .details .icon, .services-cards .details .icon
{
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--primary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 28px;
    transition: ease-in-out .3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid #333;
}
.salesforce-cards .details h3, .services-cards .details h3
{
    color: var(--primary-color);
    font-weight: 700;
    margin: 25px 0 15px 0;
    font-size: 25px;
    transition: ease-in-out .3s;
}
.salesforce-cards .details p, .services-cards .details p
{
    line-height: 30px;
    font-size: 1.125rem;
    text-align: center;
    padding-inline: 10px;
    margin-bottom: 0;
}
.salesforce-cards .service-item:hover .details h3, .services-cards .service-item:hover .details h3
{
    color: var(--primary-color);
}
.salesforce-cards .service-item:hover .details .icon, .services-cards .service-item:hover .details .icon
{
    background: var(--black-shade-4);
    border: 2px solid var(--primary-color);
}
.salesforce-cards .service-item:hover .details .icon i, .services-cards .service-item:hover .details .icon i
{
    color: var(--primary-color);
}
@media(max-width: 1199px)
{
    .salesforce-cards .details, .services-cards .details
    {
        padding: 20px;
        margin: 10px;
    }
}
@media(max-width: 912px)
{
    .salesforce-cards .details, .services-cards .details
    {
        padding: 10px;
        margin: 10px;
        min-height: 15rem;
    }
    .mainservices-cards .details
    {
        min-height: 19rem!important;
    }
}
@media(max-width: 480px)
{
    .salesforce-cards .details, .services-cards .details
    {
        padding: 15px 15px 15px 15px;
        margin: 60px 15px 0 15px;
    }
    .salesforce-cards .details p, .services-cards .details p
    {
        line-height: 25px;
        font-size: .9rem;
    }
}
@media(max-width: 320px)
{
    .services-cards .details
    {
        margin: 70px 15px 0 15px;
        min-height: 18rem;
    }
    .services-cards .details h3
    {
        font-size: 18px;
    }
    .services-cards .details p, .salesforce-cards .details p
    {
        font-size: 10px;
        line-height: 20px;
    }
}
.salesforce-cards .details
{
    min-height: 14rem;
}
.tabservices .nav-tabs
{
    border: 0;
}
.tabservices .nav-link
{
    background-color: var(--black-shade-3);
    border: none;
    outline: 0;
    padding: 25px 20px;
    color: var(--paragraph-color);
    border-radius: .5rem;
    display: block;
    cursor: pointer;
    height: 100%;
    transition: .3s;
}
.tabservices .nav-link i
{
    font-size: 32px;
    line-height: 0;
}
.tabservices .nav-link h4
{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0 0;
    color: var(--paragraph-color);
}
.tabservices .nav-link:hover
{
    background-color: var(--black-shade-5);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
    isolation: isolate;
}
.tabservices .nav-link:hover h4
{
    color: var(--light-text-color);
}
.tabservices .nav-link:hover i
{
    color: var(--primary-color);
}
.tabservices .nav-link.active
{
    transition: .3s;
    background: var(--primary-shade-1);
}
.tabservices .nav-link.active h4
{
    color: var(--light-text-color);
}
.tabservices .nav-link.active i
{
    color: var(--primary-color);
}
.tabservices .tab-content
{
    margin-top: 30px;
}
.tabservices .tab-pane.active
{
    animation: fadeIn .5s ease-out;
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@media(max-width: 480px)
{
    .tabservices .nav-link
    {
        padding: 15px;
    }
    .tabservices .nav-link i
    {
        font-size: 22px;
    }
    .tabservices .nav-link h4
    {
        font-size: 12px;
    }
}
#cta
{
    margin-inline: 1rem;
}
.cta
{
    background: var(--black-shade-3);
    padding: 80px 40px;
}
.cta h3
{
    color: var(--light-text-color);
    font-size: 28px;
    font-weight: 700;
}
.cta p
{
    color: var(--light-text-color);
}
.cta .cta-btn
{
    font-family: "Jost",sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: .375rem;
    transition: .4s;
    margin: 10px;
    border: 2px solid transparent;
    color: var(--primary-color);
    white-space: nowrap;
    background-color: var(--primary-shade-1);
}
.cta .cta-btn:hover
{
    color: var(--black-shade-1);
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}
@media(min-width: 769px)
{
    .cta .cta-btn-container
    {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
    }
}
@media(max-width: 480px)
{
    .cta
    {
        padding: 40px 0;
    }
    .cta h3
    {
        color: var(--light-text-color);
        font-size: 22px;
        font-weight: 700;
    }
    .cta p
    {
        color: var(--paragraph-color);
        font-size: 12px;
    }
    .cta .cta-btn
    {
        font-size: 12px;
    }
}
@media(max-width: 320px)
{
    .cta .cta-btn
    {
        font-size: 9px;
        padding: 8px 20px;
    }
    .cta p
    {
        font-size: 12px;
    }
    .cta h3
    {
        font-size: 16px;
    }
}
.recent-blog-posts .post-box
{
    position: relative;
    display: flex;
    flex-direction: column;
    transition: .3s;
    height: 100%;
    overflow: hidden;
}
.recent-blog-posts .side-post-box .post-img, .recent-blog-posts .post-box .post-img
{
    position: relative;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
}
.recent-blog-posts .side-post-box .post-img img, .recent-blog-posts .post-box .post-img img
{
    width: 100%;
    height: 100%;
    max-height: fit-content;
    min-height: 100%;
    object-fit: cover;
    transition: all .4s ease-in;
}
.side-post-box .content, .post-box .content
{
    position: absolute;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3),rgba(0,0,0,.5),rgba(0,0,0,.7),rgba(0,0,0,.9),rgba(0,0,0,1));
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    border-radius: .5rem;
    z-index: 99;
}
.recent-blog-posts .side-post-box .meta, .recent-blog-posts .post-box .meta
{
    margin-top: 15px;
    display: flex;
    cursor: default;
    user-select: none;
}
.recent-blog-posts .post-box .meta .post-date, .recent-blog-posts .post-box .meta .post-year, .recent-blog-posts .post-box .meta .post-author, .recent-blog-posts .side-post-box .meta .post-date, .recent-blog-posts .side-post-box .meta .post-year
{
    font-size: 12px;
    font-weight: 400;
    padding: 8px 22px;
    border-radius: .375rem;
    background-color: var(--transparent-white-20);
    color: var(--black-shade-3);
}
.recent-blog-posts .side-post-box .post-title, .recent-blog-posts .post-box .post-title
{
    font-size: 32px;
    color: var(--white-text-color);
    font-weight: 700;
    margin: 15px 0 0 0;
    transition: .3s;
}
.recent-blog-posts .side-post-box .post-title a, .recent-blog-posts .post-box .post-title a
{
    color: var(--white-text-color);
}
.recent-blog-posts .side-post-box p, .recent-blog-posts .post-box p
{
    margin: 15px 0 0 0;
    color: var(--white-text-color);
}
.recent-blog-posts .side-post-box .post-title:hover, .recent-blog-posts .post-box .post-title:hover
{
    color: var(--primary-color);
}
.recent-blog-posts .post-box:hover .post-img img
{
    transform: scale(1.1);
}
.recent-blog-posts .side-post-box
{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-background-color);
    transition: .3s;
    height: 100%;
    overflow: hidden;
}
.side-post-box .content
{
    width: 100%;
    opacity: 0;
    transition: all .4s linear;
}
.side-post-box:hover .content
{
    opacity: 1;
}
.recent-blog-posts .side-post-box .post-title
{
    font-size: 24px;
}
.side-news-box
{
    padding: 0;
}
@media(max-width: 1199px)
{
    .side-news-box
    {
        padding: 0;
        margin: auto;
        margin-top: .5rem;
    }
    .recent-blog-posts .post-box .post-title
    {
        font-size: 1.2em;
    }
    .recent-blog-posts .post-box p
    {
        font-size: .6rem;
    }
    .view-news a
    {
        font-size: .7rem;
    }
}
@media(max-width: 480px)
{
    .recent-blog-posts .post-box .meta .post-year, .recent-blog-posts .post-box .meta .post-date
    {
        font-size: 11px;
    }
}
.blog-section
{
    width: 100%;
    padding: 0;
    background-color: var(--black-shade-2);
    position: relative;
}
.blog-section .swiper-wrapper
{
    width: 100%;
    height: 30em;
    display: flex;
    align-items: center;
}
.blog-section .swiper-wrapper .card
{
    width: 56%;
    height: max-content;
    background-color: var(--black-shade-3);
    border-radius: 1.5em;
    padding: .8em;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 2em;
}
.blog-section .blog-item
{
    text-align: center;
    border-radius: inherit;
}
.blog-section .blog-item .blog-img
{
    width: 100%;
    border-radius: inherit;
    margin: 0 auto;
}
.blog-section .blog-item h3
{
    font-size: 20px;
    font-weight: bold;
    text-align: start;
    margin: 10px 0 5px 0;
    color: var(--light-text-color);
}
.blog-section .blog-item .quote-icon-left, .blog-section .blog-item .quote-icon-right
{
    color: var(--primary-color);
    font-size: 26px;
    line-height: 0;
}
.blog-section .blog-item p
{
    color: var(--dull-text-color);
    font-style: italic;
    text-align: start;
    margin: 0 auto 15px auto;
}
.blog-section .blog-pagination
{
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.blog-section .blog-pagination .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    background-color: rgba(96,184,243,.3);
    opacity: .4;
    transition: .3s ease-in;
}
.blog-section .blog-pagination .swiper-pagination-bullet-active
{
    width: 28px;
    height: 10px;
    border-radius: 1rem;
    background-color: var(--primary-color);
    opacity: 1;
}
@media(max-width: 480px)
{
    .blog-section .swiper-wrapper .card
    {
        width: 85%;
    }
}
@media(max-width: 360px)
{
    .blog-section .swiper-wrapper .card
    {
        width: 95%;
    }
    .blog-section .blog-item p
    {
        font-size: 11px;
    }
}
@media(max-width: 320px)
{
    .blog-section .swiper-wrapper .card
    {
        width: 95%;
    }
    .blog-section .blog-item p
    {
        font-size: 11px;
    }
}
.portfolio #portfolio-flters
{
    list-style: none;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.portfolio #portfolio-flters li
{
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    transition: all .3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins",sans-serif;
}
.portfolio #portfolio-flters li:hover
{
    color: var(--light-text-color);
}
.portfolio #portfolio-flters li.filter-active
{
    color: var(--primary-color);
    background: var(--primary-shade-1);
}
.portfolio .portfolio-item
{
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img
{
    overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img
{
    transition: all .6s;
}
@media(max-width: 768px)
{
    #portfolio-flters
    {
        display: flex;
        text-align: center;
    }
    .portfolio #portfolio-flters
    {
        list-style: none;
        margin-bottom: 20px;
        padding: 0;
        flex-wrap: wrap;
    }
}
.contact
{
    --_input-text-color: #9ca7b6;
    width: 100%;
    overflow: hidden;
}
.contact .custom-container
{
    height: 100vh;
    min-height: 700px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.contact .custom-container>div
{
    grid-row: 1/2;
    grid-column: 1/2;
}
.left
{
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 65px 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    position: relative;
    z-index: 1;
}
.contact-heading h1
{
    font-weight: 600;
    color: var(--light-text-color);
    font-size: 3.5rem;
    line-height: .9;
    white-space: nowrap;
    margin-bottom: 1.2rem;
}
.contact-heading h1 span
{
    color: var(--primary-color);
}
.contact-heading .text
{
    color: var(--dull-text-color);
    line-height: 1.1;
    font-size: 1rem;
}
.form-wrapper
{
    max-width: 32rem;
}
.input-wrapper
{
    position: relative;
}
.contact-form
{
    display: grid;
    margin-top: 2.55rem;
    grid-template-columns: repeat(2,1fr);
    column-gap: 1rem;
    row-gap: 1rem;
}
.input-wrapper.width-100
{
    grid-column: span 2;
}
.contact-input
{
    width: 100%;
    background: var(--black-shade-3);
    padding: 1.5rem 3rem calc(.75rem - 2px) 1.35rem;
    outline: none;
    font-family: "Jost",sans-serif;
    border-radius: 20px;
    color: var(--light-text-color);
    font-weight: 600;
    font-size: .95rem;
    border: 2px solid transparent;
    transition: .3s;
}
.input-wrapper .icon, .input-wrapper label
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--_input-text-color);
    pointer-events: none;
    transition: .4s;
}
.input-wrapper label
{
    left: calc(1.35rem + 2px);
}
.input-wrapper .icon
{
    right: calc(1.35rem + 2px);
    font-size: 1.25rem;
}
textarea.contact-input
{
    resize: none;
    width: 100%;
    min-height: 150px;
}
textarea.contact-input~label
{
    top: 1.2rem;
    transform: none;
}
textarea.contact-input~.icon
{
    top: 1.3rem;
    transform: none;
}
.input-wrapper.focus .contact-input
{
    background-color: hsla(209,100%,82%,6.5%);
    border: 2px solid hsla(209,91%,55%);
    box-shadow: 0 0 0 5px hsla(209,100%,82%,6.5%);
}
.input-wrapper.focus label, .input-wrapper.focus .icon
{
    color: var(--primary-color);
}
.input-wrapper.not-empty label
{
    font-size: .66rem;
    top: .75rem;
    transform: translateY(0);
}
.checkbox-wrapper
{
    display: flex;
    flex-wrap: nowrap;
    gap: 0 2rem;
}
.checkbox-item
{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 12px;
}
.checkbox-item input[type="checkbox"]
{
    width: 14px;
    height: 14px;
    background-color: #1a1a1a;
    border: 2px solid #444;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    transition: background-color .3s ease,border-color .3s ease;
}
input[type="checkbox"]:checked
{
    background-color: #00bfff;
    border-color: #00bfff;
}
.checkbox-item label
{
    color: var(--light-text-color);
    flex: 1;
}
.contact-dropdown
{
    position: relative;
}
.contact-dropdown::before
{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #b6b6b6;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(-45deg);
    right: 20px;
    top: 24px;
    z-index: 9;
    transition: .3s;
    pointer-events: none;
}
.contact-dropdown.active::before
{
    top: 28px;
    transform: rotate(-225deg);
}
.contact-dropdown input
{
    cursor: pointer;
    background-color: hsla(209,100%,82%,.065);
    padding: 1.1rem;
    outline: none;
    border-radius: 20px;
    color: var(--light-text-color);
    border: 2px solid transparent;
    box-shadow: 0 0 0 0 hsla(209,100%,82%,.16);
    transition: .3s;
}
.contact-dropdown input::placeholder
{
    color: hsla(215,15%,66%,.806);
}
.contact-dropdown .options
{
    position: absolute;
    top: 70px;
    width: 100%;
    background: hsl(210,20%,18%);
    color: var(--light-text-color);
    font-family: "Jost";
    border-radius: .7rem;
    overflow: hidden;
    display: none;
}
.contact-dropdown.active .options
{
    display: block;
    z-index: 1;
}
.contact-dropdown .options div
{
    padding: 12px 20px;
    cursor: pointer;
    transition: all .2s;
}
.contact-dropdown .options div:hover
{
    background: hsl(210deg 16.83% 22.37%);
    color: var(--contrast-color);
}
select.contact-input
{
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid var(--black-shade-4);
    font-size: 1rem;
    background: var(--black-shade-3);
    color: var(--light-text-color);
    outline: none;
    transition: border-color .3s;
}
select.contact-input:focus
{
    border-color: var(--primary-color);
}
@media(max-width: 480px)
{
    .checkbox-wrapper
    {
        flex-wrap: wrap;
        gap: 1rem;
    }
}
.contact-buttons
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-column: span 2;
}
.contact-buttons .btn
{
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--primary-color);
    color: var(--black-shade-2);
    border-radius: 20px;
    border: none;
    font-family: "Jost";
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: .3s;
}
.right
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
}
.image-wrapper
{
    position: relative;
    grid-column: 2;
    z-index: 0;
}
.image-wrapper .img
{
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.wave-wrap
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
}
.wave-wrap svg
{
    position: absolute;
    height: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 2px);
}
#wave
{
    fill: #161616;
    outline: none;
    border: none;
    height: 100%;
}
@media(max-width: 1199px)
{
    .contact-heading .text
    {
        font-size: .9rem;
    }
    .contact-form
    {
        display: grid;
        margin-top: 1.9rem;
        column-gap: .8rem;
        row-gap: .65rem;
    }
    .contact-input
    {
        border-radius: 17px;
        font-size: .87rem;
        padding: 1.5rem 1.2rem calc(.75rem - 2px) 1.2rem;
    }
    .input-wrapper label
    {
        font-size: .91rem;
        left: calc(1.2rem + 2px);
    }
    .input-wrapper .icon
    {
        font-size: 1.1rem;
        right: calc(1.2rem + 2px);
    }
    textarea.contact-input~label
    {
        top: 1.2rem;
    }
    textarea.contact-input~.icon
    {
        top: 1.33rem;
    }
    .input-wrapper.focus .contact-input
    {
        box-shadow: 0 0 0 3.5px hsla(209,100%,82%,6.5%);
    }
    .input-wrapper.not-empty label
    {
        font-size: .61rem;
    }
    .contact-buttons .btn
    {
        padding: 1rem 1.5rem;
        font-size: .87rem;
    }
    .wave-wrap
    {
        transform: translateX(-10%);
    }
    .wave-wrap svg
    {
        height: calc(100% + 10px);
        transform: translate(-5%,-50%);
    }
}
@media(max-width: 1199px),(max-width: 650px)
{
    .contact .custom-container
    {
        height: 70vh;
    }
    .left
    {
        order: 1;
        padding: 50px 1.5rem 0;
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .form-wrapper
    {
        width: 100%;
        padding: 1rem 0;
        margin-inline: auto;
    }
    .right
    {
        display: none;
    }
}
@media(max-width: 440px)
{
    .input-wrapper
    {
        grid-column: span 2;
    }
    .contact-heading h1
    {
        font-size: 1.9rem;
    }
    .contact-buttons
    {
        grid-template-columns: 1fr;
    }
}
.alert-message
{
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    width: 400px;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
@media(max-width: 576px)
{
    .alert-message
    {
        width: 90%;
    }
}
.map-frame
{
    margin-top: 9rem;
}
.breadcrumbs
{
    padding: 15px 0 10px 0;
    background: var(--black-shade-3);
    max-height: fit-content;
    margin-top: 90px;
}
@media(max-width: 992px)
{
    .breadcrumbs
    {
        margin-top: 80px;
    }
    .breadcrumbs ol
    {
        font-size: 10px;
    }
}
.breadcrumbs ol
{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li+li
{
    padding-left: 10px;
    color: var(--contrast-color);
}
.breadcrumbs ol li+li::before
{
    display: inline-block;
    padding-right: 10px;
    color: var(--contrast-color);
    content: "/";
}
#footer
{
    font-size: 14px;
    background: var(--black-shade-1);
}
#footer .footer-newsletter form
{
    padding: .5rem .5rem .6rem .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(238,238,238,.1);
    border-bottom: 1px solid transparent;
    border-radius: .5rem;
    margin-bottom: 2rem;
    position: relative;
    transition: .4s;
}
#footer .footer-newsletter .bi-envelope-fill
{
    font-size: 18px;
    margin-right: 10px;
    color: #2c4653;
    transition: color .4s;
}
#footer .footer-newsletter form input
{
    width: 100%;
    background-color: transparent;
    color: var(--light-text-color);
    border: 0;
    outline: none;
}
#footer .footer-newsletter form:focus-within
{
    background-color: var(--black-shade-3);
}
#footer .footer-newsletter form:focus-within .bi-envelope-fill
{
    color: #3f8fbb;
}
#footer .footer-newsletter form button
{
    background-color: rgba(238,238,238,0);
    border: 0;
    border-radius: .2rem;
    outline: none;
    cursor: pointer;
    transition: all .4s;
}
#footer .footer-newsletter form button i
{
    font-size: 18px;
    color: var(--dull-text-color);
    transition: all .4s;
}
#footer .footer-newsletter form button:hover
{
    background-color: #25343c;
}
#footer .footer-newsletter form button:hover i
{
    color: var(--light-text-color);
}
.footer-newsletter
{
    position: relative;
}
.newsletter-alert
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    color: #00a6ff;
    background-color: #e0f2fd;
}
.newsletter-alert.error
{
    background-color: #f75b5b;
    color: #fff;
}
#footer .footer-top
{
    padding: 60px 16px 30px 16px;
    background: var(--black-shade-1);
}
#footer .footer-top .footer-contact
{
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3
{
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}
#footer .footer-top .footer-contact p
{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost";
    color: var(--paragraph-color);
}
#footer .footer-top h4
{
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 12px;
}
.footer-location
{
    color: var(--contrast-color);
    transition: all .3s;
}
.footer-location:hover
{
    color: var(--primary-color);
}
#footer .footer-top .footer-links
{
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i
{
    padding-right: 2px;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li
{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child
{
    padding-top: 0;
}
#footer .footer-top .footer-links ul a
{
    color: var(--dull-text-color);
    transition: .3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover
{
    color: var(--primary-color);
}
#footer .footer-top .social-links a
{
    font-size: 18px;
    display: inline-block;
    background: var(--primary-color);
    color: var(--black-shade-1);
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
}
#footer .footer-top .social-links a:hover
{
    background: #242f36b8;
    color: var(--primary-color);
}
#footer .footer-bottom
{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--black-shade-1);
}
#footer .copyright
{
    font-size: .8rem;
    text-align: center;
}
#footer .credits
{
    float: right;
    font-size: 1rem;
}
#footer .credits a
{
    transition: .3s;
}
@media(max-width: 768px)
{
    #footer .footer-bottom
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer .copyright, #footer .credits
    {
        font-size: .6rem;
        text-align: center;
    }
    #footer .credits
    {
        padding-top: 4px;
    }
}
@media(max-width: 320px)
{
    #footer .footer-newsletter h4
    {
        font-size: 20px;
    }
    #footer .footer-newsletter p
    {
        font-size: 9px;
    }
    #footer .footer-top .social-links a
    {
        font-size: 12px;
        padding: 8px 0;
        width: 28px;
        height: 28px;
    }
    .footer-links p
    {
        font-size: 11px;
    }
    #footer .footer-top .footer-links ul li
    {
        font-size: 12px;
        padding: 5px 0;
    }
    #footer .social-links
    {
        font-size: 10px;
    }
    #footer .footer-top .footer-contact p
    {
        font-size: 12px;
        line-height: 18px;
    }
    #footer .footer-newsletter form input[type="submit"]
    {
        font-size: 10px;
    }
    footer .footer-newsletter form
    {
        padding: 0;
    }
    #footer .footer-newsletter form input[type="email"]
    {
        font-size: 10px;
    }
    #footer .footer-newsletter h4
    {
        font-size: 20px;
    }
    #footer .footer-newsletter p
    {
        font-size: 9px;
    }
    #footer .footer-top .social-links a
    {
        font-size: 12px;
        padding: 8px 0;
        width: 28px;
        height: 28px;
    }
    .footer-links p
    {
        font-size: 11px;
    }
}