body,html
{
overflow-x: hidden;
}
body {
font-family: "Poppins", sans-serif;
overflow-x: hidden;
background-color: #1a1f2a;
background-image: radial-gradient(circle at top right, #273553 10%, transparent 29%), radial-gradient(circle at left, #25324e 21%, transparent 58%), radial-gradient(circle at bottom right, #25324e -10%, transparent 29%);
background-repeat: no-repeat;
background-size: 100% 100%;
}
@media (min-width: 1600px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1520px;
}
}
.s-hero
{
padding-top: 90px;
padding-bottom: 40px;
}
.s-hero h1
{
color: #EBEFF3;
font-size: 100px;
font-weight: bold;
margin-bottom: 28px;
}
.s-hero p
{
margin-bottom: 0;
font-size: 20px;
line-height: 32px;
font-weight: 300;
color: #6C8C9A;
width: 45rem;
margin: 0 auto;
}
.s-hero img
{
margin-top: -9rem;
}
.s-hero .common-btn
{
margin-top: -60px;
}
.common-btn a
{
background-color: #01C38D;
mix-blend-mode: normal;
border-radius: 10px;
padding: 14px 60px;
font-weight: bold;
font-size: 16px;
color: #EBEFF3;
text-decoration: none;
display: inline-block;
}
.s-winning-luck
{
padding-top: 140px;
padding-bottom: 140px;
}
.common-heading
{
font-weight: bold;
font-size: 56px;
color: #01C38D;
}
.s-winning-luck .box-section
{
border: 1px solid #4F80E2;
border-radius: 16px;
background: #4F80E236 0% 0% no-repeat padding-box;
padding: 75px 100px;
width: 80rem;
margin: 0 auto;
}
.s-winning-luck .description
{
margin-bottom: 0;
font-weight: 300;
font-size: 20px;
line-height: 32px;
color: #EBEFF3;
width: 60rem;
margin: 0 auto;
}
.s-winning-luck .sub--heading
{
color: #EBEFF3; 
font-size: 32px;
font-weight: 500;
line-height: 48px;
width: 50rem;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;
}
.s-winning-luck .common-btn
{
margin-top: 50px;
}
.s-result .box-section h3
{
color: #EBEFF3;
font-size: 48px;
font-weight: 500;
}
.s-result .box-section p
{
color: #6C8C9A;
font-weight: 300;
font-size: 16px;
line-height: 24px;
}
.s-result .row.box-row
{
--bs-gutter-x: 8.5rem;
margin-top: 50px;
}
.s-result .common-btn
{
margin-top: 80px;
}
.s-result .vector-img-row
{
margin-top: -140px;
}
.s-card
{
margin-top: -150px;
}
.s-card .row
{
--bs-gutter-x: -14.5rem;
}
.s-card .card-img-wrap
{
margin-bottom: 45px;
margin-top: -63px;
}
.s-card .card-btn img
{
margin-left: 10px;
}
.s-card .card-two .card-img-wrap
{
margin-top: -80px;
}
.s-card .card-two
{
margin-top: 140px !important;
}
.s-card .card-one
{
background: #4F80E236 0% 0% no-repeat padding-box;
border: 1px solid #4F80E2;
border-radius: 16px;
padding: 25px;
}
.s-card .card-two
{
background: #01C38D36 0% 0% no-repeat padding-box;
border: 1px solid #01C38D;
border-radius: 16px;
padding: 25px;
}
.s-card .card-box p
{
color: #EBEFF3;
font-size: 28px;
line-height: 40px;
font-weight: 500;
}
.s-card .card-box
{
width: 32rem;
margin: 0 auto;
}
.s-card .card-box a
{
font-size: 16px;
color: #4F80E2;
line-height: 25px;
text-decoration: none;
margin-top: 35px;
}
.s-card .card-two a 
{
color: #91FFAE;
}
.s-card .card-box .btn-section
{
margin-top: 35px;
}
.text-right
{
text-align: right;
}
.s-perfect-hand
{
margin-top: 150px;
padding-bottom: 30px;
}
.s-perfect-hand .service-box h3
{
color: #EBEFF3;
font-weight: 500;
font-size: 24px;
}
.s-perfect-hand .service-box p
{
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #6C8C9A;
margin-bottom: 0;
}
.s-perfect-hand .service-box
{
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap:20px;
border-bottom: 1px solid #01C38D;
padding-top: 35px;
padding-bottom: 35px;
}
.s-perfect-hand .service-box:last-child
{
border-bottom: 0;
}
.s-perfect-hand .service-box .heading-wrap
{
flex: 0 0 45%;
max-width: 45%;
}
.s-perfect-hand .service-box .description-wrap
{
flex: 0 0 50%;
max-width: 50%;
}
.container-fluid
{
padding-left: 120px;
padding-right: 120px;
}
.s-perfect-hand .container-fluid
{
padding-left: 120px;
padding-right: 0;
}
.s-perfect-hand .common-heading
{
margin-bottom: 50px;
}
.s-perfect-hand .img-box
{
margin-top: -100px;
}
.site-header
{
position: absolute;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
}
.site-header .navbar
{
padding: 0;
}
.site-header .navbar-toggler,
.site-header .navbar-toggler:focus
{
border: 0;
box-shadow: unset;
}
.site-header .navbar-toggler-icon
{
color: #01C38D;
}
.leftside-menu 
{
background-color: #191E29;
}
.leftside-menu ul li a.nav-link 
{
font-size: 28px;
color: #EBEFF3;
font-weight: 300;
}
.leftside-menu ul li a.nav-link:hover
{
color: #01C38D;
}
.leftside-menu ul.list-unstyled li
{
padding: 25px 0
}
.leftside-menu .offcanvas-body
{
padding: 30px;
}
.leftside-menu .custom-close
{
border: 0;
background: unset;
color: #01C38D;
font-size: 56px;
font-weight: 200;
padding: 0;
}
.leftside-menu .menu-deivder
{
background-color: #01C38D;
height: 1px;
width: 100%;
}
.menu-social-wrapper
{
margin-top: 45px;
}
.menu-social-wrapper h3 a
{
font-size: 16px;
font-weight: 300;
color: #EBEFF3;
text-decoration: none;
}
.menu-social-wrapper h3 a:hover
{
color: #01C38D;
}
.menu-social-wrapper .social-box
{
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 20px;
margin-bottom: 30px;
}
.site-footer
{
padding-top: 100px;
padding-bottom: 50px;
}
.site-footer .title-wrapper h3
{
font-weight: 500;
font-size: 16px;
color: #01C38D;
margin-bottom: 20px;
}
.site-footer .title-wrapper h2
{
color: #EBEFF3;
font-weight: bold;
font-size: 56px;
}
.site-footer .footer-nav
{
list-style: none;
margin-left: 0;
padding-left: 0;
margin-top: 25px;
}
.site-footer .footer-nav li
{
display: inline-block;
}
.site-footer .footer-nav li a
{
color: #EBEFF3;
font-size: 14px;
font-weight: 500;
text-decoration: none;
margin-right: 40px;
}
.site-footer .footer-nav li a:hover
{
color: #01C38D;
}
.site-footer .footer-social-nav
{
list-style: none;
padding-left: 0;
text-align: right;
}
.site-footer .footer-social-nav li
{
display: inline-block;
margin-right: 15px;
}
.site-footer .footer-social-nav li:last-child
{
margin-right: 0;
}
.site-footer .footer-devider
{
background-color: #4F80E2;
height: 1px;
width: 100%;
margin-top: 40px;
}
.site-footer .footer-copyright-row
{
margin-top: 40px;
}
.site-footer .footer-copyright-row a
{
color: #6C8C9A;
font-size: 10px;
font-weight: 300;
text-decoration: none;
}
.site-footer .footer-copyright-row a:hover
{
color: #01C38D;
}
.site-footer .copyright-text p
{
color: #6C8C9A;
font-size: 10px;
font-weight: 300;
text-align: right;
}
.s-crew
{
padding-top: 140px;
}
.s-crew h1
{
color: #EBEFF3;
font-size: 100px;
font-weight: bold;
margin-bottom: 40px;
}
.s-crew  h2
{
width: 65rem;
margin: 0 auto;
}
.s-crew .sub-description,
body .s-service-hero p
{
color: #EBEFF3;
font-weight: 500;
font-size: 28px;
line-height: 40px;
margin: 0 auto;
margin-top: 50px !important;
width: 65rem;
}
.s-crew p
{
font-size: 20px;
color: #587480;
line-height: 32px;
margin: 0 auto;
margin-top: 50px !important;
width: 75rem;
}
.s-benefits-agency
{
margin-top: 120px;
}
.s-about-one p
{
margin-top: 0 !important;
}
.s-crew .common-btn
{
margin-top: 50px;
}
.s-benefits-agency .title-section p
{
color: #EBEFF3;
font-size: 28px;
font-weight: 500;
line-height: 40px;
width: 65rem;
margin: 0 auto;
margin-top: 50px;
}
.s-benefits-agency .box-card h3
{
color: #01C38D;
font-size: 16px;
font-weight: bold;
}
.s-benefits-agency .box-card p
{
color: #6C8C9A;
font-size: 16px;
line-height: 24px;
}
.s-benefits-agency .box-row
{
margin-top: 70px;
}
.s-benefits-agency .swiper-slide
{
margin-top: 15px !important;
}
.s-benefits-agency .common-btn
{
margin-top: 60px;
}
.about-combine-section
{
margin-top: -85px;
}
.s-about-devider .line-devider
{
margin: 100px 0;
}
.s-spinach-process .title-wrapper p
{
color: #EBEFF3;
font-size: 28px;
font-weight: 500;
line-height: 40px;
width: 65rem;
margin: 0 auto;
margin-top: 50px;
}
.s-spinach-process .box-card .sub-heading
{
color: #EBEFF3;
font-size: 16px;
font-weight: 300;
}
.s-spinach-process .box-card h3
{
color: #01C38D;
font-weight: bold;
font-size: 16px;
}
.s-spinach-process .box-card p
{
color: #6C8C9A;
font-size: 16px;
font-weight: 300;
}
.s-spinach-process .card-row
{
margin-top: 80px;
}
.s-spinach-process .btn-row
{
margin-top: 50px;
}
.s-spinach-process .img-row
{
margin-top: -60px;
position: relative;
z-index: -1;
}
.s-spinach-process
{
margin-bottom: -270px;
}
.s-game-plan .title-section
{
margin-bottom: 40px;
}
.s-game-plan .box-section h3
{
color: #EBEFF3;
font-size: 24px;
font-weight: 500;
}
.s-game-plan .box-section p
{
color: #6C8C9A;
font-size: 16px;
font-weight: 300;
line-height: 24px;
}
.s-game-plan .box-section p a
{
color: #01C38D;
}
.s-game-plan .box-section
{
margin-top: 32px;
}
.s-game-plan .text-wrapper
{
margin-right: 10rem;
}
.s-game-plan .game-box-row
{
width: 86rem;
margin: 0 auto;
margin-top: 60px;
}
.s-influence
{
padding-top: 80px;
}
.s-influence h2
{
margin-bottom: 60px;
}
.s-influence p
{
color: #EBEFF3;
font-size: 28px;
font-weight: 500;
width: 62rem;
margin: 0 auto;
}
.s-influence .common-btn
{
margin-top: 60px;
}
.s-influence .img-wrap
{
margin-top: -180px;
position: relative;
z-index: -1;
}
.s-influence
{
margin-bottom: -220px;
}
.s-contact-form
{
padding-top: 120px;
padding-bottom: 40px;
}
.s-contact-form h1
{
color: #EBEFF3;
font-size: 100px;
font-weight: bold;
}
.s-contact-form p
{
color: #6C8C9A;
font-size: 20px;
font-weight: 300;
line-height: 32px;
width: 40rem;
margin: 0 auto;
}
.s-join-table
{
padding-top: 120px;
padding-bottom: 20px;
}
.s-join-table .box-section
{
background: #4F80E236 0% 0% no-repeat padding-box;
border: 1px solid #4F80E2;
border-radius: 16px;
padding: 70px 20px;
width: 80rem;
margin: 0 auto;
}
.s-join-table h2
{
margin-bottom: 50px;
}
.s-join-table p
{
color: #EBEFF3;
font-size: 28px;
font-weight: 500;
width: 62rem;
margin: 0 auto;
}
.s-page-not-found
{
padding-top: 120px;
padding-bottom: 40px;
}
.s-page-not-found h1
{
color: #EBEFF3;
font-size: 100px;
font-weight: bold;
}
.s-page-not-found h2
{
color: #01C38D;
font-size: 56px;
font-weight: bold;
margin-top: 42px;
}
.s-page-not-found p
{
color: #EBEFF3;
font-size: 28px;
font-weight: 500;
line-height: 40px;
width: 50rem;
margin: 0 auto;
margin-top: 60px;
}
.s-page-not-found .common-btn
{
margin-top: 50px;
}
.s-thank-you
{
padding-top: 120px;
padding-bottom: 100px;
}
.s-thank-you h1
{
color: #EBEFF3;
font-size: 100px;
font-weight: bold;
margin-bottom: 42px;
}
.s-thank-you h2
{
color: #01C38D;
font-weight: bold;
font-size: 56px;
margin-bottom: 50px;
}
.s-thank-you p
{
color: #EBEFF3;
font-size: 28px;
font-weight: 500;
width: 70rem;
margin: 0 auto;
margin-bottom: 30px;
}
.swiper-pagination-bullet
{
background:#01C38D !important;
width: 10px !important;
height: 10px !important;
}
.s-game-plan .game-plan-slider
{
padding-bottom: 45px;
}
.s-contact-form .form-data
{
margin-top: 80px !important;
width: 50rem;
margin: 0 auto;
}
.s-contact-form .form-data input:focus,
.s-contact-form .form-data textarea:focus
{
--gf-local-color:#01C38D !important;
outline-color: #01C38D !important;
}
.s-contact-form .form-data input
{
border: 1px solid #01C38D !important;
border-radius: 10px !important;
height: 50px !important;
background: #FFFFFF 0% 0% no-repeat padding-box !important;
text-align: left !important;
color: #6C8C9A !important;
font-size: 14px !important;
font-weight: 300 !important;
}
.s-contact-form .form-data textarea
{
border: 1px solid #01C38D !important;
border-radius: 10px !important;
background: #FFFFFF 0% 0% no-repeat padding-box !important;
text-align: left !important;
color: #6C8C9A !important;
font-size: 14px !important;
font-weight: 300 !important;
}
.s-contact-form .form-data .gform-theme--foundation .gform_fields
{
row-gap:20px !important;
}
.s-contact-form .form-data .gfield_label
{
color: #ffffff !important;
}
body .gform-footer .gform_button
{
background-color: #01C38D !important;
border-radius: 10px !important;
font-size: 16px !important;
color: #EBEFF3 !important;
font-weight: bold !important;
padding: 15px 50px !important;
}
.gfield_description.gform_fileupload_rules
{
text-align: left !important;
color: #ffffff !important;
}
.validation_message
{
text-align: left !important;
}
.s-contact-form .form-data .gfield_error input,
.s-contact-form .form-data .gfield_error textarea
{
border-width: 3px !important;
border-color: #DE5E5E !important;
}
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
transition: top 0.3s ease-in-out;
}
.site-header.sticky {
background-color: #191E29;
}
.site-header.hide {
top: -100px; }
.s-policy-page .title-wrapper h1
{
font-size: 100px;
color: #EBEFF3;
font-weight: bold;
}
.s-policy-page .title-wrapper p
{
color: #01C38D;
font-size: 56px;
font-weight: bold;
margin-top: 30px;
}
.s-policy-page .text-wrapper h2
{
color: #EBEFF3;
font-size: 24px;
font-weight: 500;
margin-bottom: 25px;
}
.s-policy-page .text-wrapper p,
.s-policy-page .text-wrapper li,
.s-policy-page .text-wrapper a
{
color: #6C8C9A;
font-size:14px;
line-height: 22px;
}
.s-policy-page .text-wrapper ul
{
padding-left: 0;
margin-left: 18px;
}
.s-policy-page
{
padding-top: 150px;
}
.s-policy-page .second-row
{
margin-top: 80px;
}
.s-game-plan
{
padding-top: 80px;
}
.ginput_preview_list
{
text-align: left !important;
}
.ginput_preview_list span,
.ginput_preview_list p
{
color: #ffffff !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before
{
--gf-local-color:#ffffff !important;
}
.mobile-image
{
display: none;
}
.mobile-swipper-combine
{
display: none;
}
.gform-theme ul.validation_message--hidden-on-empty
{
text-align: left;
}
.gform-theme ul.validation_message--hidden-on-empty .gfield_validation_message
{
color: #ffffff;
}
@media only screen and (max-width: 767px) {
.mobile-swipper-combine
{
padding-bottom: 45px;
}
.mobile-swipper-combine
{
display: block;
}
.s-game-plan-desktop
{
display: none;
}
.mobile-image
{
display: block !important;
}
.dekstop-image
{
display: none;
}
.s-card .row
{
--bs-gutter-x: 1.5rem;
}
body,html
{
overflow-x: hidden !important;
}
.s-perfect-hand
{
padding-bottom: 100px;
}
.s-perfect-hand .container-fluid
{
padding-left: 20px;
padding-right: 20px;
}
.container-fluid
{
padding-left: 20px;
padding-right: 20px;
}
.site-header .navbar
{
padding: 0 !important;
}
.site-header .navbar-toggler
{
padding: 0;
}
.s-hero h1
{
font-size: 60px;
}
.s-hero .text-wrapper
{
margin-top: 50px;
}
.s-hero p
{
font-size: 16px;
}
.s-hero img
{
margin: 0;
}
.s-hero .common-btn
{
margin-top: 40px;
}
.s-winning-luck
{
padding-top: 100px;
padding-bottom: 100px;
}
.common-heading
{
font-size: 36px;
}
.s-winning-luck .box-section
{
padding: 40px 15px;
}
.s-winning-luck .sub--heading,
.s-card .card-box p,
.s-crew .sub-description,
.s-benefits-agency .title-section p,
.s-spinach-process .title-wrapper p,
.s-influence p,
.s-join-table p,
.s-page-not-found p
{
font-size: 20px;
line-height: 24px;	
}
.s-winning-luck .sub--heading,
.s-winning-luck .description
{
margin-top: 30px;
}
.s-winning-luck .description,
.s-crew p,
.s-contact-form p
{
font-size: 16px !important;
line-height: 24px !important;
}
.s-winning-luck .common-btn
{
margin-top: 40px;
}
.s-result .box-section
{
text-align: center;
margin-top: 35px;
}
.s-result .row.box-row
{
margin-top: 0;
}
.s-result .box-section h3
{
margin: 0;
font-size: 28px;
}
.s-card .card-two
{
margin-top: 70px !important;
}
.s-card .card-box
{
text-align: center;
}
.s-card .card-box .btn-section
{
text-align: center;
}
.s-card 
{
margin-top: 120px;
}
.s-result .common-btn
{
margin-top: 40px;
}
.s-card .card-two
{
margin-top: 120px !important;
}
.s-perfect-hand
{
margin-top: 100px;
}
.s-perfect-hand .common-heading
{
text-align: center;
}
.s-perfect-hand .service-box .heading-wrap,
.s-perfect-hand .service-box .description-wrap
{
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
.s-perfect-hand .row.btn-row
{
margin-top: 0;
}
.s-perfect-hand .container-fluid
{
padding-right: 0;
}
.s-result .vector-img-row
{
display: none;
}
.s-perfect-hand .text-wrapper
{
padding-right: 20px;
}
.s-perfect-hand .common-heading
{
margin-bottom: 30px;
}
.site-footer
{
text-align: center;
padding-top: 0;
padding-bottom: 40px;
}
.site-footer .title-wrapper h2,
.s-page-not-found h2
{
font-size: 36px;
line-height: 44px;
}
.site-footer .footer-nav-col
{
display: none;
}
.site-footer .footer-social-nav
{
margin-top: 30px;
text-align: center;
}
.site-footer .footer-devider
{
background-color: #01C38D;
}
.site-footer .footer-devider,
.site-footer .footer-copyright-row
{
margin-top: 35px;
align-items: center;
}
.site-footer .copyright-text p
{
margin-bottom: 0;
}
.site-footer .policy-nav
{
text-align: left;
}
.container
{
padding-right: 20px;
padding-left: 20px;
}
.s-crew h1
{
font-size: 60px;
}
.s-crew .img-wrap
{
margin-top: 35px;
}
.about-combine-section
{
margin-top: 0;
}
.s-benefits-agency .title-section p,
.s-benefits-agency .box-row
{
margin-top: 35px;
}
.s-benefits-agency .swiper-slide
{
text-align: center;
}
.s-benefits-agency .mySwiper
{
padding-bottom: 45px;
}
.s-benefits-agency .common-btn
{
margin-top: 50px;
}
.s-about-devider
{
display: none;
}
.s-spinach-process
{
margin-top: 80px;
margin-bottom: 0;
}
.s-spinach-process .swiper-slide
{
text-align: center;
}
.s-spinach-process .card-row
{
margin-top: 50px;
}
.s-spinach-process .our-process
{
padding-bottom: 45px;
}
.s-spinach-process .img-row
{
margin-top: 35px;
}
.s-game-plan .text-wrapper
{
margin-right: 0;
}
.s-game-plan .title-section
{
margin-bottom: 0;
}
.s-game-plan .game-box-row
{
margin-top: 40px;
}
.s-game-plan .swiper-slide
{
text-align: center;
}
.s-game-plan .img-wrapper
{
margin-top: 30px;
}
.s-game-plan .game-box-row-even .img-row
{
order: 2;
}
.s-influence h2
{
margin-bottom: 35px;
}
.s-influence .img-wrap
{
margin-top: 0;
}
.s-influence
{
margin-bottom: 0;
}
.s-thank-you h1
{
font-size: 60px;
}
.s-thank-you h2
{
font-size: 36px;
}
.s-contact-form h1,
.s-page-not-found h1
{
font-size: 60px;
}
.s-join-table
{
padding-top: 100px;
padding-bottom: 100px;
}
.s-join-table .box-section
{
padding: 50px 20px;
}
.s-page-not-found p
{
margin-top: 40px;
}
.s-page-not-found h2
{
margin-top: 30px;
}
.s-page-not-found
{
padding-top: 100px;
padding-bottom: 100px;
}
.s-policy-page .title-wrapper h1
{
font-size: 60px;
}
.s-policy-page .title-wrapper p
{
font-size: 36px;
margin-top: 20px;
}
.s-policy-page .second-row
{
margin-top: 22px;
}
.s-policy-page  .text-wrapper
{
text-align: center;
}
.s-policy-page
{
padding-bottom: 100px;
}
}
@media only screen and (max-width: 1200px) {
.s-winning-luck .box-section,
.s-winning-luck .sub--heading,
.s-winning-luck .description,
.s-hero p,
.s-card .card-box,
.s-crew h2,
.s-crew .sub-description,
.s-crew p,
.s-benefits-agency .title-section p,
.s-spinach-process .title-wrapper p,
.s-game-plan .game-box-row,
.s-influence p,
.s-thank-you p,
.s-contact-form p,.s-join-table p,
.s-page-not-found p,
.s-contact-form .form-data,
.s-crew .sub-description, body .s-service-hero p,
.s-join-table .box-section
{
width: 100%;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px)  {
.site-footer .footer-nav li a
{
margin-right: 12px;
}
h1
{
font-size: 60px !important;
}
.common-heading {
font-size: 36px;
}
}
@media only screen and (max-width: 1200px) and (min-width: 768px)  {
.s-game-plan .text-wrapper
{
margin-right: 0;
}
.s-game-plan .game-box-row
{
align-items: center;
}
.s-influence .img-wrap
{
margin-top: -80px;
}
.s-spinach-process .img-row
{
margin-top: 0;
}
.s-spinach-process
{
margin-bottom: -100px;
}
.s-spinach-process .our-process
{
padding-bottom: 60px;
}
.s-hero img,
.s-hero .common-btn,
.s-result .vector-img-row,
.s-card
{
margin-top: 0;
}
.s-perfect-hand .container-fluid
{
padding-left: 50px;
}
.s-perfect-hand .text-wrapper
{
padding-right: 50px;
}
.container-fluid
{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.s-card .row
{
--bs-gutter-x: 1.5rem;
}
}
@media only screen and (max-width: 1399px) and (min-width: 1200px)  {
.s-winning-luck .box-section,
.s-join-table .box-section
{
width: 100%;
}
.s-card .row
{
--bs-gutter-x: 1.5rem;
}
}
@media only screen and (max-width: 1599px) and (min-width: 1400px)  {
.s-result .row.box-row
{
--bs-gutter-x: 2.5rem;
}
.s-card .row
{
--bs-gutter-x: 1.5rem;
}
}
@media only screen and (max-width: 1750px) and (min-width: 1200px)  {
.s-perfect-hand .row.btn-row,
.s-perfect-hand .img-box
{
margin-top: 100px;
}
}
@media (max-width: 767.98px) {
.mobile-image.mmmimage {
width: 100vw;
max-width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
display: block;
}
}