.site-header.stickyheader{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
}
.site-header .header-widget-area .widget_nav_menu{
    width: 63%;
    float: left;
}
.site-header .header-widget-area .widget_nav_menu:nth-child(2){
    width: 27%;
    float: left;
}
.site-header .header-widget-area .widget_nav_menu:nth-child(3){
    width: 10%;
    float: right;
}
.site-header .widget_custom_html{
    width: 10%;
    float: right;
    text-align: center;
    padding: 20px 0 0;
}
.site-header .widget_custom_html .selected-language{
    text-align: center;
    cursor: pointer;
}
.site-header .widget_custom_html .selected-language img{
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}
.site-header .widget_custom_html .language-dropdown{
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 110px;
    top: calc(100% + 1px);
    text-align: center;
    cursor: pointer;
}
.site-header .widget_custom_html .language-dropdown .lang-wrap{
    padding: 15px 0 8px;
}
.site-header .widget_custom_html .language-dropdown .lang-wrap:nth-child(2){
    padding: 5px 0 12px;
}
.site-header .widget_custom_html .language-dropdown .lang-wrap img{
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}
.site-header .widget_custom_html .language-dropdown.opened{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.ai-main-section .ai-top-area{
    width: 90%;
    margin: 60px auto 10px;
    text-align: center;
}
.ai-main-section .ai-top-area h1{
    font-family: "GT America";
    font-size: 64px;
    line-height: 80px;
    color: #333;
    text-align: center;
    font-weight: 600;
}
.highlight-text{
    color: #5d25ff;
}
.ai-main-section h5{
    color: #666;
    margin: 0px;
    font-family: "WorkSans-Normal";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.cta-area{
    margin: 35px 0 20px;
    display: block;
}
.cta-btn{
    background: #5D25FF;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 8px;
    transition: 0.5s all ease-in-out;
}
.cta-btn:hover{
   background: #4119b2;
   color: #fff;
}
.ai-video-area{
    width: 85%;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
    padding: 70px 80px;
}
.ai-video-area video{
    box-shadow: rgb(0, 0, 0) 0px 0px 70px -10px;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
}
.video-overlay-text{
    position: absolute;
    bottom: 110px;
    text-align: center;
    width: 85%;
}
.video-overlay-text p{
    margin: 0px 0px 24px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.235;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
}
.video-overlay-text a{
    background: #33c65c;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    border-radius: 6px;
}
.trustedby-section{
    width: 100%;
    margin: -50px 0 30px;
    text-align: center;
}
.trustedby-section ul{
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}
.trustedby-section ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    filter: grayscale(1);
}
.trustedby-section ul li img{
    width: 140px;
    filter: grayscale(1);
}
.realtime-section{
    text-align: center;
    padding: 30px 0 60px;
    background: #f6f3ec;
}
.realtime-section .wrap{
    padding-left: 24px;
    padding-right: 24px;
}
.realtime-section h2{
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    font-family: "GT America";
    margin: 0 0 20px;
}
.realtime-section h6{
    text-align: center;
    color: #666;
    margin: 0px auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
}
.powerful-section{
    overflow: hidden;
    padding: 10px 0 40px;
    background: #f6f3ec;
}
.powerful-section .wrap{
    width: 75%;
    margin: 0 auto;
}
.powerful-section .text-area-section{
    width: 55%;
    margin: 0 0 30px;
}
.about-section h2,
.powerful-section .text-area-section h2{
    margin: 0px 0px 0.35em;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.235;
    color: rgb(51, 51, 51);
    font-family: "GT America";
}
.powerful-section .tabbing-changing-section{
    width: 100%;
    overflow: hidden;
    padding: 0 0 60px;
}
.tabbing-changing-section .tabs-heading{
    width: 55%;
    float: right;
    padding: 0 20px;
}
.tabs-heading .tab{
    background: transparent;
    border-radius: 8px;
    width: 100%;
    padding: 20px 25px 15px;
    margin: 0 0 20px;
    transition: 0.5s all ease-in-out;
    text-align: left;
    color: rgb(102, 102, 102);
    cursor: pointer;
}
.tabs-heading .tab.active,
.tabs-heading .tab:hover{
    background: rgba(0, 0, 0, 0.08);
    color: rgb(51, 51, 51);
}
.tabs-heading .tab h6{
    margin: 0px 0 8px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    font-family: "GT America";
    color: rgb(102, 102, 102);
}

.tabs-heading .tab svg{
    width: 25px;
}
.tabs-heading .tab p{
    margin: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.43;
    color: rgb(102, 102, 102);
}
.tabs-heading .tab.active h6,
.tabs-heading .tab:hover h6,
.tabs-heading .tab.active p,
.tabs-heading .tab:hover p{
    color: rgb(51, 51, 51);
}
.tabs-content{
    width: 45%;
    float: left;
}
.tabs-content .content-tab{
    display: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 30px;
    background: #fff;
}
.tabs-content .content-tab.active{
    display: block;
}
.tabs-content .content-tab img{
    width: 100%;
}
.unlock-section,
.beyond-section{
    overflow: hidden;
    width: 100%;
    padding: 60px 0 40px;
    text-align: center;
}
.beyond-section{

}
.unlock-section{
    background: #F9FAFA;
}
.unlock-section h3,
.beyond-section h2{
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    font-family: "GT America";
    margin: 0 0 20px;
}
.unlock-section .wrap > h6,
.beyond-section .wrap > h6{
    color: rgb(102, 102, 102);
    max-width: 700px;
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.beyond-section .wrap > h6{
    text-align: center;
    color: #666;
    margin: 0px auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.cards-section{
    width: 100%;
    padding: 30px 0 60px;
}
.cards-section .card-wrap.card{
    width: 32.333%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
    padding: 24px;
    border-radius: 12px;
    text-align: left;
    min-height: 270px;
    margin: 0 0 15px;
    background: #fff;
}
.cards-section .card-wrap.card:nth-child(5),
.cards-section .card-wrap.card:nth-child(2){
    margin: 0 10px 15px;
}
.card-wrap.card svg{
    width: 40px;
    margin-bottom: 16px;
    fill: #5d25ff;
    color: #5d25ff;
}
.testimonial-card h6,
.card-wrap.card h6{
    margin: 0px 0px 8px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    font-family: "GT America";
}
.card-wrap.card p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(102, 102, 102);
}
.unlock-section h3{
    padding: 0 20px 0;
}
.unlock-section .card-wrap.card{
    text-align: center;
    padding: 44px 24px;
    min-height: 330px;
}
.card-wrap.card h2{
    line-height: 1.2;
    color: rgb(93, 37, 255);
    font-weight: 700;
    font-family: "GT America";
    font-size: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.about-section{
    margin: 0 0 50px;
    background: #F9FAFA;
}
.about-text-area{
    width: 60%;
    margin: 30px auto 50px;
    text-align: center;
}
.testimonia-area{
    width: 100%;
    padding: 0 0 100px;
    border-bottom: 0px solid rgb(204, 204, 204);
}
.testimonial-card{
    width: 31.5%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    color: rgb(51, 51, 51);
    padding: 30px 30px;
    text-align: center;
    box-shadow: 1px 1px 1px 5px #fcfcfcc4;
}
.testimonial-card:nth-child(2){
    margin: 0 25px 0;
}
.testimonial-card svg{
    width: 40px;
    color: rgb(93, 37, 255);
    fill: rgb(93, 37, 255);
}
.testimonial-card p{
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px;
    min-height: 180px;
}
.testimonial-card:nth-child(2) p{
    margin: 0;
}
.testimonial-author{
    width: 100%;
    overflow: hidden;
    margin: 50px 0 10px;
}
.testimonial-card:nth-child(2) .testimonial-author{
    margin: 60px 0 10px;
}
.testimonial-card:nth-child(3) .testimonial-author{
    margin: 105px 0 10px;
}
.testimonial-author .testimonial-img{
    width: 100%;
}
.testimonial-author .testimonial-img img{
    border-radius: 50px;
    width: 50px;
    margin: 0 auto;
}
.testimonial-author .testimonial-data{
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}
.testimonial-author span{
    display: block;
    color: rgb(51, 51, 51);
}
.testimonial-author .author-name{
    font-weight: 400;
    font-family: "GT America";
    font-size: 14px;
}
.faq-section{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 80px;
}
.faq-section .wrap >h2{
    text-align: center;
    margin: 0 0 30px;
}
.faq-area .faq{
    background-color: #fff;
    color: rgb(51, 51, 51);
    overflow-anchor: none;
    margin: 0 0 20px;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ecedf2;
    transition: all 300ms ease;
    overflow: hidden;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.faq-area .faq .faq-heading{
    position: relative;
    padding: 27px 35px;
    border-bottom: 2px solid #f6f6f6;
}
.faq-area .faq .faq-heading h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.57;
    margin: 0px;
    font-family: "GT America";
}
.faq-area .faq .faq-heading svg{
    position: absolute;
    right: 15px;
    width: 30px;
    top: 50%;
    margin-top: -15px;
}
.faq-area .faq .faq-content{
    height: 0;
    overflow: hidden;
    opacity: 0;
    max-width: 65%;
    
}

.faq-area .faq.active .faq-heading svg{
    transform: rotate(180deg);
}
.faq-area .faq.active .faq-content{
    height: auto;
    opacity: 1;
    margin: 30px 0 0;
    padding: 27px 35px;
}
.faq-area .faq .faq-content p{
    font-size: 15px;
    line-height: 22px;
}
.footer-widgets-3 .widget.widget_nav_menu{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.footer-widgets .footer-widgets-1 .widget_media_image .widget-wrap{
    filter: grayscale(1);
}
.footer-widgets .footer-widgets-1 .widget_media_image .widget-wrap img{
    width: 180px;
    filter: brightness(0) invert(1);
}
.call-area a{
    color: #4119B2;
    font-size: 20px;
    line-height: 24px;
}
.address-area{
    color: rgb(102, 102, 102);
    margin: 30px 0 50px;
}
.address-area p:empty{display: none;}
.address-area p{
    font-size: 14px;
}
.footer-widgets .footer-widgets-1 h6{
    line-height: 1.43;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
}
.footer-widgets-1 .call-area{
    padding: 0 30px 0 0;
}
.footer-widgets-1 .social-icon a{
    font-size: 22px;
    line-height: 30px;
    margin: 0 7px 0 0;
}
.footer-widgets-4 .widget_media_image:nth-child(1) img{
    width: 100px;
}
.footer-widgets-4 .widget_media_image:nth-child(2) img{
    width: 60px;
}
.testimonial-card h6{
    margin: 0px 0px 8px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "GT America";
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #5e25ff;
}
.site-header .genesis-nav-menu .getstarted a{
    min-width: 170px;
    padding: 8px 20px;
    font-size: 15px;
    margin-left: 0;
    text-align: center;
    line-height: 25.2px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 8px;
    position: relative;
    transition: all 0.5s ease;
    background: #f2edff;
    color: #5e25ff;
}
.site-header .genesis-nav-menu .getstarted a:hover{
    background: #5e25ff;
    color: #fff;
}
.blog-section{
    padding: 50px 0 80px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.blog-area{
    text-align: left;
}
.blog-area .blog-card{
    width: 26%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.blog-area .blog-card:nth-child(3n+2) {
    margin: 0 110px 0;
}
.blog-card .blog-img-box{
    height: 180px;
    overflow: hidden;
    margin: 0 0 20px;
}
.blog-card .blog-img-box img{
    width: 100%;
}
.blog-card .blog-title{
    margin: 15px 0 20px;
    background: linear-gradient(298.29deg, #151515 24.13%, #303030 80.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    font-weight: 500;
    font-family: "GT America";
    line-height: 30px;
}
.blog-card .blog-breadcrumb{
    text-transform: uppercase;
    color: #5e25ff;
}
.blog-card .blog-breadcrumb .blog-date{
    text-transform: capitalize;
    color: #151515;
}
.heading-blog-area{
    margin: 0 0 50px;
    width: 100%;
    position: relative;
}
.heading-blog-area h2{
    margin: 0px 0px 0;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.235;
    color: rgb(51, 51, 51);
    font-family: "GT America";
}
.heading-blog-area span{
    color: #999;
}
.heading-blog-area .link-blog{
    position: relative;
    right: 40px;
    top: -30px;
    float: right;
}
.heading-blog-area .link-blog::before{
    content: " ";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #4119B2;
    left: -20px;
    top: 8px;
}
.testimonia-area .slick-slide{
    margin: 0 20px 0;
}
.testimonia-area .slick-prev:before, .testimonia-area .slick-next:before{
    color: #000;
}
#mobi-menu {
    display: none;
}


/* Blog Page Css */
.page-title-area{
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    position: relative;
}
.page-title-area:before {
    content: "Blog";
    font-family: "GT America";
    position: absolute;
    bottom: 0px;
    right: 120px;
    color: rgba(0, 0, 0, 0.03);
    font-size: 120px;
    font-weight: 500;
}
.page-heading h5{
    font-weight: 500;
    color: #889999;
    margin: 0 0 5px;
}
.page-heading h1{
    font-size: 68px;
    line-height: 73px;
    font-weight: 500;
    font-family: "GT America";
}
.post-feature-area{
    width: 100%;
    overflow: hidden;
    margin: 0 0 60px;
}
.post-feature-area .feature-post-section{
    width: 60%;
    float: left;
}
.post-feature-area .sidebar-section{
    width: 28%;
    float: right;
}
.tags-area{
    background: #5E25FF;
    padding: 30px 25px;
}
.tags-area ul{
    list-style: none;
    padding: 0;
}
.tags-area ul li{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin: 0 0 10px;
}
.tags-area ul li a{
    color: #fff;
    text-decoration: none;
}
.sticky-title{
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    font-family: "GT America";
}
.page-title-area.single-post-area{
    padding: 90px 0 30px;
}
.single-post-img{
    margin: 0 0 50px;
}
.single-content-area img,
.single-post-img img{
    width: 100%;
}
.single-content-area{
    padding: 0 0 80px;
}
.single-content-area img{
    margin: 20px 0 15px;
}
.blog-author-area{
    overflow: hidden;
    padding: 20px 0 0;
}
.blog-author-area .author-img img{
    border-radius: 50px;
    margin: -6px 10px 0 0px;
}
.blog-author-area .author-details h6{
    margin: 0 0 10px;
    text-transform: capitalize;
}
.page-title-area.single-post-area:before{
    display: none;
}


/* Pricing Page Css */
.page-template-pricing-template .page-title-area:before {
    content: "Pricing";
}
.pricing-table-area{
    background: #f8fbfa;
    padding: 60px 0 40px;
}
.pricing-table-area .pricing-table{
    width: 100%;
    padding: 20px 0;
    background: #f8fbfa;
}
.pricing-table-area .pricing-plan{
    text-align: left;
    box-shadow: 17px 17px 200px #40454f0f;
    width: 24%;
    padding: 30px 20px 40px;
    float: left;
    margin-left: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #fff;
    min-height: 865px;
}
.pricing-plan .btn{
    min-width: 190px;
    padding: 18px 40px;
    font-size: 15px;
    margin-left: 0;
    text-align: center;
    line-height: 25.2px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 8px;
    position: relative;
    transition: all 0.5s ease;
    background: #5e25ff;
    color: #f2edff;
}
.pricing-plan ul{
    text-align: left;
    padding: 60px 20px 0;
    list-style: none;
}
.pricing-plan ul li{
    margin: 0 0 10px;
}
.pricing-plan h2{
    font-family: "GT America";
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px;
}
.pricing-plan .price{
    display: block;
    font-size: 58px;
    font-weight: 600;
    font-family: "GT America";
}
.pricing-plan .price span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.pricing-plan .price.hide{
    display: none;
}
.pricing-table .pricing-plan:nth-child(4) .price{
    font-size: 42px;
}
.pricing-plan p{
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 20px;
}
.pricing-plan.selected{
    background: #f2edff;
    color: #5e25ff;
}
.pricing-plan.selected h4,
.pricing-plan.selected h2{
    color: #5e25ff;
}
.pricing-plan.selected .btn{
    background: #fff;
    color: #5e25ff;
}
.yearly-monthly{
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
.yearly-monthly span{
    font-size: 24px;
    margin: 0 0 40px;
    line-height: 40px;
}
.yearly-monthly .ui-switcher{
    height: 30px;
    width: 65px;
    border-radius: 30px;
    background-color: #5e25ff;
}
.yearly-monthly .ui-switcher[aria-checked=true]:before,
.yearly-monthly .ui-switcher[aria-checked=false]:before{
    content: " ";
}
.yearly-monthly .ui-switcher[aria-checked=true]{
    background-color: #5e25ff;
}
.yearly-monthly .ui-switcher:after{
    height: 25px;
    width: 25px;
}
.yearly-monthly .ui-switcher[aria-checked=true]:after{
    left: 37px;
}
.yearly-monthly .ui-switcher:before{
    top: 10px;
    height: 18px;
    width: 24px;
}


/* Company Page Css */
.page-template-company-template .page-title-area:before {
    content: "Company";
    font-size: 90px;
}
.page-heading.company-header h1{
    font-size: 48px;
    line-height: 53px;
}
.team-slider-section{
    padding: 0 0 60px;
}
.our-company{
    width: 100%;
    overflow: hidden;
    padding: 80px 0 90px;
    background: #f8fbfa;
}
.our-company .company-img-area{
    width: 40%;
    float: right;
    padding: 20px 0 0;
}
.our-company .company-text-area{
    float: left;
    width: 55%;
    padding: 0 30px 0 0;
}
.company-text-area h2{
    font-family: 'GT America';
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 20px;
}
.company-text-area p{
    font-size: 15px;
    line-height: 26px;
    color: #696969;
    font-weight: 400;
}
.call-to-action{
    background-image: url('https://www.ai-recruiter.com/wp-content/uploads/2025/07/remote-team.jpg');
    min-height: 608px;
    align-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    text-align: center;
}
.call-to-action:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #1d1435 0%, #5e25ff 75%);
    opacity: 0.8;
}
.call-to-action h4.cta-text,
.call-to-action h2{
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 28.8px;
    font-weight: 600;
    padding: 32px 0;
    line-height: 1.5;
    letter-spacing: -0.00833em;
    font-family: "GT America";
    margin: 0;
}
.call-to-action h4.cta-text .underline{
    display: inline-block;
    position: relative;
    color: #fff;
}
.call-to-action h4.cta-text .underline:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
}
.advisor-section{
    padding: 60px 0 80px;
    background: #f8fbfa;
    position: relative;
}
.advisor-section h2{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: -0.00833em;
    font-weight: 500;
    font-family: "GT America";
    font-size: 42px;
    line-height: 48px;
}
.team-advisor-area{
    overflow: hidden;
    width: 100%;
}
.team-advisor-area .advisor-card{
    width: 49.33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.advisor-card .advisor-img{
    filter: grayscale(100%) brightness(1.1);
}
.advisor-card .advisor-img img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
}
.advisor-card .advisor-text{
    padding: 30px 0 0;
}
.advisor-card .advisor-text h5{
    margin-bottom: 10px;
    background: linear-gradient(298.29deg, #151515 24.13%, #303030 80.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: "GT America";
}
.advisor-card .advisor-text h6{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-bottom: 15px;
}
.slider-team div{
    margin: 0 5px;
    height: 350px;
}
.slider-team div img{
    object-fit: cover;
    height: 100%;
}


/* imprint css */
.page-template-imprint-template .page-title-area:before{
    content: "Imprint";
}
.privacy-policy.page-template-imprint-template .page-title-area:before{
    content: "Privacy";
}

/* Contact Page css */
.contact-header.page-title-area{
    background: linear-gradient(103.39deg, #F9FAFA 0%, #FAFAFA 0.01%, #EDF0F0 100%);
    padding: 90px 0 160px;
}
.contact-header.page-title-area:before{
    content: "Contact";
    bottom: 100px;
}
.contact-header .page-heading h1{
    font-size: 48px;
    line-height: 53px;
}
.contact-header .sub-heading{
    width: 52%;
}
.quick-cta-btn .btn-cta{
    background: #151515;
    color: #fff;
    padding: 15px 35px;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease;
    border-radius: 8px;
    text-transform: uppercase;
}
.quick-cta-btn .btn-cta:hover{
    background: #5e25ff;
}
.form-area{
    background: #f8f8f8 url('../images/pattern.png') no-repeat;
    padding: 60px 0 140px;
    background-size: 200px;
    background-position: center 100px;
}
.form-wrap-area{
    background: #fff;
    width: 600px;
    padding: 50px 70px 50px;
    float: right;
    margin-top: -130px;
    z-index: 99999;
    position: relative;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}
.contact-form-area h4{
    font-size: 29px;
    line-height: 44px;
    font-weight: 500;
    font-family: "GT America";
}
.contact-form-area .field-row{
    width: 100%;
    margin: 0 0 40px;
    font-size: 14px;
}
.contact-form-area .field-row textarea{
    height: 100px;
}
.field-row .wpcf7-list-item{
    margin: 0;
}
.contact-form-area .field-row input[type="checkbox"]{
    float: left;
    width: auto;
    margin-right: 6px;
    margin-top: 5px;
}
.contact-form-area .form-submit input[type="submit"]{
    background: #5e25ff;
    padding: 15px 50px;
    border-radius: 8px;
    transition: all 0.5s ease;
}
.contact-form-area .form-submit input[type="submit"]:hover{
    background: #202124;
}
.our-office-locations{
    background: #f8f8f8;
}
.our-office-locations h4{
    font-size: 50px;
    line-height: 80px;
    font-weight: 500;
    font-family: "GT America";
}
.locations-wrap{
    width: 100%;
    overflow: hidden;
    padding: 0 0 60px;
}
.locations-wrap .office-item{
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.office-item .office-info{
    width: 60%;
    margin: 0 auto;
}
.office-item .office-info h6{
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    font-family: "GT America";
}


/* Product Page Css */
.hiring-area-section{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 40px;
    text-align: center;
    background: #f8fbfa;
}
.hiring-area-section h4{
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    font-family: 'GT America';
}
.hiring-area-section p.hring-sub-heading{
    width: 70%;
    margin: 0 auto;
}
.hiring-cards{
    padding: 40px 0 20px;
}
.cards-wrap{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    text-align: center;
    transition: transform 0.2s;
    padding: 24px;
    height: 100%;
    margin-right: 8px;
    min-height: 350px;
}
.hiring-area-section .cards-wrap{
    box-shadow: none;
}
.cards-wrap svg{
    width: 75px;
}
.cards-wrap h6{
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'GT America';
}
.scientific-section{
    padding: 40px 0 30px;
    overflow: hidden;
    width: 100%;
}
.scientific-content-left{
    width: 45%;
    float: left;
    padding: 0 60px;
}
.how-heading-section h6,
.scientific-content-left h5{
    color: rgba(136, 153, 153, 1);
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.how-heading-section h4,
.scientific-content-left h2{
    font-size: 38px;
    line-height: 45px;
    font-family: 'GT America';
    font-weight: 500;
    margin: 0 0 30px;
}
.scientific-content-right{
    float: right;
    width: 45%;
    text-align: left;
}
.scientific-content-right img{
    width: 70%;
}
.content-wrap-text a{
    margin: 15px 0 0;
    display: inline-block;
}
.how-it-work-section{
    background: #f8fbfa;
    padding: 80px 0 60px;
}
.how-heading-section{
    float: left;
    width: 30%;
}
.point-section{
    width: 55%;
    float: right;
}
.point-section .point-item{
    background: #fff;
    margin: 0 0 20px;
    padding: 30px 25px;
    border-radius: 8px;
    transition: 1s all ease-out;
    position: relative;
}
.point-section .point-item h3{
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 5px;
    font-family: 'GT America';
    font-weight: 500;
}
.point-section .point-item p{
    font-size: 16px;
    line-height: 22px;
    color: rgba(80, 89, 89, 1);
}
.point-item a{
    position: relative;
    left: 20px;
    top: 10px;
    font-weight: 600;
    transition: 1s all ease-out;
}
.point-section .point-item::before{
    content: "01.";
    position: absolute;
    top: 5px;
    left: -80px;
    background: rgba(225, 229, 229, 1);
    padding: 12px 11px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'GT America';
}
.point-section .point-item:nth-child(2)::before{
    content: "02.";
}
.point-section .point-item:nth-child(3)::before{
    content: "03.";
}
.point-section .point-item:nth-child(4)::before{
    content: "04.";
}
.point-section .point-item:nth-child(1)::before,
.point-section .point-item:hover::before{
    background: #5e25ff;
}
.product-header.page-title-area:before{
    content: "Product";
}
.quick-cta-btn .btn-cta.btn-purple{
    background: #5e25ff;
}
.quick-cta-btn .btn-cta.btn-purple:hover{
    background: #000;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

    .wrap{
        max-width: 95%;
    }
    .title-area{
        width: 180px;
    }
    .site-header .widget-area{
        width: 880px;
    }
    .site-header .header-widget-area .widget_nav_menu{
        width: 55%;
    }
    .site-header .header-widget-area .widget_nav_menu:nth-child(2){
        width: 33%;
    }
    .trustedby-section ul li{
        padding: 0 15px;
    }
    .realtime-section h2{
        font-size: 54px;
        line-height: 60px;
    }

    .powerful-section .wrap{
        width: 100%;
    }
    .tabs-heading .tab h6{
        font-size: 16px;
    }
    .tabs-heading .tab{
        padding: 10px 25px 10px;
        margin: 0 0 10px;
    }
    .cards-section .card-wrap.card{
        width: 31.333%;
    }
    .card-wrap.card h6{
        font-size: 16px;
    }
    .card-wrap.card p{
        font-size: 14px;
        margin: 0;
    }
    .card-wrap.card h2{
        font-size: 42px;
    }
    .testimonial-card:nth-child(2){
        margin: 0 20px 0;
    }
    .testimonial-card{
        width: 31.8%;
        padding: 30px 15px;
    }
    .testimonial-card:nth-child(2){
        margin: 0 15px 0;
    }
    .testimonial-author .author-name{
        font-size: 14px;
    }
    .blog-area .blog-card{
        width: 31.5%;
    }
    .footer-widgets-1{
        width: 40%;
    }
    .footer-widgets-3{
        width: 30%;
    }
    .blog-area .blog-card:nth-child(2){
        margin: 0 20px 0;
    }
    .pricing-table-area .pricing-plan{
        margin-left: 8px;
    }
    .cards-wrap{
        width: 23%;
    }
    .cards-wrap svg{
        width: 65px;
    }
    .cards-wrap h6{
        font-size: 22px;
        line-height: 26px;
    }
    .cards-wrap p{
        font-size: 14px;
        line-height: 20px;
    }
    .scientific-content-left{
        padding: 0 40px;
    }


}

@media only screen and (max-width: 1024px) {
    .title-area{
        width: 180px;
    }
    .site-header .widget-area{
        width: 680px;
    }
    .site-header .header-widget-area .widget_nav_menu{
        width: 50%;
    }
    .genesis-nav-menu a{
        padding: 10px 0;
        padding-right: 10px;
        font-size: 14px;
    }
    .site-header .header-widget-area .widget_nav_menu:nth-child(2){
        width: 32%;
    }
    .site-header .widget_custom_html{
        padding: 10px 0 0;
        width: 12%;
    }
    .site-header .genesis-nav-menu .getstarted a{
        min-width: 110px;
        padding: 8px 20px;
        font-size: 14px;
    }
    .ai-main-section .ai-top-area h1{
        font-size: 44px;
        line-height: 50px;
    }
    .ai-video-area{
        margin: 60px auto 0;
        padding: 70px 40px;
    }
    .trustedby-section ul li{
        padding: 0 10px;
    }
    .trustedby-section ul li img{
        width: 120px;
    }
    .realtime-section h2{
        font-size: 40px;
        line-height: 50px;
    }
    .powerful-section{
        padding: 20px 0 40px;
    }
    .tabs-heading .tab h6{
        font-size: 14px;
    }
    .tabs-heading .tab{
        padding: 10px 15px 10px;
    }
    .tabs-heading .tab p{
        font-size: 12px;
    }
    .beyond-section{
        padding: 30px 0 40px;
    }
    .beyond-section h3{
        font-size: 36px;
        line-height: 50px;
    }
    .cards-section .card-wrap.card{
        min-height: 300px;
        padding: 20px 15px;
    }
    .card-wrap.card h2{
        padding-bottom: 15px;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .unlock-section .card-wrap.card{
        padding: 35px 24px 30px;
        min-height: 300px;
    }
    .blog-area .blog-card{
        width: 31%;
    }
    .blog-card .blog-title{
        font-size: 18px;
        line-height: 26px;
    }
    .blog-card .blog-img-box{
        height: 140px;
    }
    .footer-widgets-1{
        width: 30%;
        margin-right: 10px;
    }
    .footer-widgets-2{
        width: 20%;
    }
    .footer-widgets-3 .widget.widget_nav_menu{
        width: 48%;
    }
    .pricing-table-area .pricing-plan{
        width: 47%;
    }
    .slider-team div{
        height: 300px;
    }
    .product-header .page-heading h1{
        font-size: 36px;
        line-height: 43px;
    }
    .cards-wrap{
        width: 48%;
        min-height: 260px;
        margin-bottom: 20px;
    }
    .scientific-content-left{
        padding: 0;
    }


}

@media only screen and (max-width: 768px) {

    .header-image .site-header .wrap{
        background-size: 160px;
        background-position: 5px 20px;
    }
    .header-image .site-header .widget-area{
        display: none;
        transition: 0.5s all ease-in;
        background: #333;
        height: 92vh;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        float: none;
        text-align: center;
        position: absolute;
        top: 70px;
        padding: 20px 20px;
        z-index: 99999999;
        left: 0;
    }
    .site-header .widget_custom_html{
        padding: 30px 0 0;
        width: 100%;
        text-align: left;
    }
    .site-header .widget_custom_html .selected-language{
        text-align: left;
        color: #fff;
    }
    .site-header .widget_custom_html .language-dropdown.opened{
        position: relative;
        top: 10px;
    }
    .ai-main-section .ai-top-area h1{
        font-size: 30px;
        line-height: 40px;
    }
    .ai-video-area{
        width: 90%;
        padding: 0;
    }
    .video-overlay-text{
        bottom: 20px;
    }
    .video-overlay-text p{
        font-size: 16px;
        margin: 0px 0px 14px;
    }
    .video-overlay-text a{
        font-size: 14px;
        margin: 0px 0 0;
        padding: 8px 16px;
    }
    .trustedby-section{
        margin: 0px 0 30px;
    }
    .trustedby-section ul li img{
        width: 150px;
    }
    .realtime-section h2{
        font-size: 24px;
        line-height: 30px;
    }
    .realtime-section h6{
        font-size: 14px;
    }
    .tabbing-changing-section .tabs-heading{
        width: 100%;
    }
    .tabs-content{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .unlock-section h3,
    .beyond-section h3{
        font-size: 26px;
        line-height: 40px;
    }
    .beyond-section .wrap > h6{
        font-size: 16px;
    }
    .cards-section .card-wrap.card{
        width: 90%;
        min-height: 240px;
    }
    .unlock-section{
        padding: 20px 0 40px;
    }
    .unlock-section .card-wrap.card{
        min-height: 250px;
    }
    .about-text-area{
        width: 90%;
    }
    .about-section{
        margin: 0 0 20px;
    }
    .testimonia-area{
        padding: 0 0 60px;
    }
    .faq-section{
        padding: 50px 0 20px;
    }
    .faq-area .faq .faq-content{
        max-width: 100%;
    }
    .faq-area .faq.active .faq-content{
        margin: 20px 0 0;
        padding: 7px 35px;
    }
    .blog-area .blog-card{
        width: 100%;
    }
    .blog-card .blog-img-box{
        height: auto;
    }
    .blog-area .blog-card:nth-child(2){
        margin: 0 auto 0;
    }
    .footer-widgets{
        padding: 40px 0 50px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4{
        width: 100%;
        margin-right: 0;
    }
    #mobi-menu{
        position: absolute;
        top: 25px;
        right: 30px;
        z-index: 99999;
        text-transform: uppercase;
        display: block;
        margin: 0;
        height: auto;
        text-align: left;
        cursor: pointer;
        background-size: 105%;
        background-position: 100%;
    }
    #mobi-menu span {
        width: 30px;
        display: block;
        position: relative;
        background-color: #000;
        height: 2.5px;
        border-radius: 2px;
        margin-bottom: 4px;
    }
    #mobi-menu .burger-bar-last{
        width: 20px;
        margin-bottom: 0;
    }
    .site-header.stickyheader{
        top: 0px;
        padding: 0;
    }
    .site-header .header-widget-area .widget_nav_menu:nth-child(2),
    .site-header .header-widget-area .widget_nav_menu{
        width: 100%;
        float: none;
    }
    .site-header .genesis-nav-menu .menu-item{
        display: block;
        margin: 0 0 8px;
    }
    .site-header .genesis-nav-menu a{
        padding: 20px 0;
        padding-right: 10px;
        font-size: 19px;
        color: #fff;
    }
    .site-header .genesis-nav-menu .getstarted a{
        min-width: 80%;
        padding: 8px 20px;
        font-size: 14px;
        width: 90%;
    }
    .header-image .site-header.active .widget-area{
        display: block;
    }
    .header-image .site-header.active #mobi-menu span{
        transform: translateY(5px) rotate(45deg);
        height: 1.5px;
    }
    .header-image .site-header.active #mobi-menu span.burger-bar:nth-child(2) {
        opacity: 0;
        height: 1.5px;
        transform: scaleX(0);
    }
    .header-image .site-header.active #mobi-menu span.burger-bar-last {
        width: 30px;
        height: 1.5px;
        transform: translateY(-6.5px) rotate(-45deg);
    }
    .tabs-heading .tab p,
    .tabs-heading .tab svg{
        display: none;
    }
    .tabs-heading .tab{
        padding: 5px 15px;
    }
    .page-title-area:before{
        font-size: 80px;
        right: 20px;
    }
    .post-feature-area .sidebar-section{
        width: 35%;
    }
    .pricing-table-area .pricing-plan{
        width: 97%;
    }
    .slider-team div{
        height: 250px;
    }
    .company-header .page-heading h1{
        font-size: 36px;
        line-height: 46px;
    }
    .our-company .company-text-area,
    .our-company .company-img-area{
        width: 100%;
        padding: 0;
    }
    .form-wrap-area,
    .locations-wrap .office-item,
    .team-advisor-area .advisor-card{
        width: 100%;
    }
    .office-item .office-info{
        width: 80%;
    }
    .form-wrap-area{
        padding: 30px 20px 30px;
    }
    .contact-header .page-heading h1{
        font-size: 36px;
        line-height: 43px;
    }
    .contact-header .sub-heading{
        width: 95%;
    }
    .scientific-content-left,
    .scientific-content-right,
    .how-heading-section,
    .hiring-area-section p.hring-sub-heading,
    .point-section,
    .cards-wrap{
        width: 98%;
    }
    .point-section .point-item::before{
        top: -15px;
        left: -10px;
        padding: 7px 8px;
        font-size: 16px;
    }
    .how-it-work-section{
        padding: 50px 0 60px;
    }
    .heading-blog-area .link-blog{
        top: 10px;
    }
    .unlock-section h3, .beyond-section h2{
        font-size: 28px;
        line-height: 40px;
    }
    .ai-video-area video{
        box-shadow: none;
    }
    .quick-cta-btn .btn-cta{
        width: 98%;
        text-align: center;
    }
    .scientific-content-right img{
        width: 100%;
        margin: 40px 0 0;
    }


}

@media only screen and (max-width: 468px){
    .page-title-area.single-post-area,
    .page-title-area{
        padding: 40px 0 60px;
    }
    .page-heading h1{
        font-size: 48px;
        line-height: 53px;
    }
    .post-feature-area .sidebar-section,
    .post-feature-area .feature-post-section{
        width: 100%;
    }
    .post-feature-area{
        margin: 0 0 30px;
    }

}