body { font-family: 'Inter', sans-serif; } .animate-bounce-custom { animation: bounce-custom 2s infinite; } @keyframes bounce-custom { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } } details > summary { list-style: none; cursor: pointer; } details > summary::-webkit-details-marker { display: none; } details[open] summary .fa-chevron-down { transform: rotate(180deg); } /* Basic Nav Styling given strict DOM rules */ .header-nav { width: 100%; } .nav-wrapper { max-width: 1200px; /* Equivalent to container mx-auto */ margin-left: auto; margin-right: auto; padding-left: 1rem; /* Equivalent to px-4 */ padding-right: 1rem; /* Equivalent to px-4 */ } .menu { list-style: none; margin: 0; padding: 0; display: flex; justify-content: flex-end; /* Align right */ align-items: center; min-height: 4rem; /* h-16 */ } .menu li { margin-left: 1.5rem; /* space-x-6 */ } .menu a { text-decoration: none; color: #1a202c; /* text-gray-900 */ font-weight: 600; /* font-semibold */ padding: 0.5rem 0; transition: color 0.2s ease-in-out; } .menu a:hover { color: #0e6ccd; /* Primary blue */ } #pull { display: none; /* Hide on desktop */ font-size: 1.5rem; color: #1a202c; } /* Mobile Responsiveness for Nav */ @media (max-width: 768px) { .menu { flex-direction: column; display: none; /* Hidden by default on mobile */ width: 100%; background-color: rgba(255, 255, 255, 0.9); position: absolute; left: 0; top: 4rem; /* Below the header */ padding-bottom: 1rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .menu.active { display: flex; /* Show when active */ } .menu li { margin: 0.5rem 0; text-align: center; width: 100%; } .menu a { display: block; padding: 0.75rem 0; } #pull { display: block; /* Show hamburger on mobile */ float: right; line-height: 4rem; padding-right: 1rem; } .nav-wrapper { display: flex; justify-content: space-between; align-items: center; } }                  .add_new_elements_rapify, .wp { float: none !important; }                .header-nav ul li { list-style: none !important; }                 p { color: unset !important; }                 .add_myrow a { color: #fff; }

*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.mx-auto{margin-left:auto;margin-right:auto}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.inline-block{display:inline-block}.max-w-3xl{max-width:48rem}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rounded-lg{border-radius:0.5rem}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}@media (min-width: 768px){.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}

h1,h2,h3,h4,h6 {padding:0;margin:0;font-weight: 400 !important;font-size:inherit;} ._dsp_flx {display: flex;align-items: center;} ._feature_bx_wrap {text-align:center;} ._feature_bx_section { float: none !important; width: 960px !important; margin-left: auto !important; text-align: left !important; margin-right: auto !important; } ._feature_bx_section ul.feature-listing { margin: 0px; padding: 0px; list-style: none; float: left; } ._feature_bx_section ul.feature-listing li { position: relative; float: left; margin: 0px; line-height: 30px; width: 100%; padding: 8px 0px 8px 40px; list-style: none; } ._feature_bx_section ul.feature-listing li::before { width: 28px; content: " "; background-image: url(images/uploads/42/blue_chcek_CBS.png); position: absolute; left: 0; top: 5px; height: 31px; background-repeat: no-repeat; margin: auto; } ._check_list p {padding-left:38px;} ._check_list p:before { position: absolute; top: 3px; left: 0; content: ""; background-color: #ffa301; background-repeat: no-repeat; background-size: auto; width: 23px; height: 23px; border-radius: 3px; z-index: 9; } ._easy_step_section ._para_section p {position:relative;} ._easy_step_section ._para_section p:before { width: 14px; content: " "; background-image: url(images/uploads/42/blue_arrow_CBS.png); position: absolute; left: -24px; top: 5px; height: 16px; background-repeat: no-repeat; margin: auto; } ._easy_step_section .add_img  img {border-radius: 0 10px 10px 0;} ul.work_listing {margin: 0px;padding: 0px;float: left;} ul.work_listing li {width: 50%;float: left;list-style: none; padding: 5px 0px 5px 0px;height: 35px;} ul.work_listing li span.fa.fa-circle:before {margin-top: -1px!important;   float: left;} ul.work_listing li span.fa.fa-circle {font-size: 24px; margin-right: 5px; } .plyr__control--overlaid {background: #ff0000 !important;} #widget_wrapper.callwidget-theme1 .box-header,  #widget_wrapper.callwidget-theme1 .bx-bodyOption ul li .opt-icon,  #widget_wrapper.callwidget-theme1 .open-button, ._check_list p:before {background-color: #f5802c!important;} ._hero_section {    padding-bottom: 140px !important; padding-top: 140px !important;} ._mobile_widget_section {display: none; height: 0;} #widget_wrapper.callwidget-theme1 .box-header, #widget_wrapper.callwidget-theme1 .bx-bodyOption ul li .opt-icon, #widget_wrapper.callwidget-theme1 .open-button, ._check_list p:before { background-color: #0e6ccd !important; }  #widget_wrapper.callwidget-theme1 .box-header, #widget_wrapper.callwidget-theme1 .bx-bodyOption ul li .opt-icon, #widget_wrapper.callwidget-theme1 .open-button, ._check_list p:before { background-color: #0e6ccd !important; }  .conect-boss-circle{    margin-top: 0px; outline: none; background-image: url(images/uploads/42/blue_img-bg.png)!important; width: 244px; height: 248px; position: absolute; top: -120px; right: -108px; justify-content: center; display: flex; align-items: center; }  span.logo-textTitle.icon_text { background: #0e6ccd !important; } .cw_selected_bc { background-color: #0e6ccd!important; } h1, h2, h3, h4, h5, h6   {     font-size: inherit; }    @media only screen and (min-width: 1921px) {  ._hero_section {padding-bottom: 25% !important;} } @media only screen and (max-width: 1920px) and (min-width: 1800px) {  ._why_need_section {background-position: 364px 63%!important;  padding: 0px 360px 0px 720px!important;} } @media only screen and (max-width: 1518px) {  ._hero_header_section h1 span {font-size: 36px!important;line-height: 41px!important;} ._hero_para_section p span {font-size: 20px!important;line-height: 28px!important;margin-top: 20px;} .hero_bottomSection {left: 45px !important;} } @media only screen and (max-width: 1518px) and (min-width: 1500px) { ._hero_para_section  {left: 20%;} } @media only screen and (max-width: 1499px) { .hero_bottomSection .col_left {width: 100% !important;} } @media only screen and (max-width: 1366px) { .conect-boss-circle {    margin-top: 0px;    outline: none;    background-image: url(images/uploads/42/blue_img-bg.png) !important;    width: 192px;    height: 195px;    position: absolute;    top: -120px;    right: -83px;    justify-content: center;    display: flex; align-items: center; background-size: cover; } .conect-boss-circle h1 span {    font-size: 24px !important;}   .hero_bottomSection {left: 15px !important;} ._hero_header_section h1 span {font-size: 42px!important;line-height: 48px!important;} ._hero_para_section p span {font-size: 22px!important;line-height: 30px!important;margin-top: -40px;} ._why_need_section ._para_section p, ._easy_step_section ._para_section p  {position:relative !important;} ._why_need_section {background-position: 45px 60%!important;padding: 0px 43px 0px 410px!important;} ._logo_section .add_img img {padding: 0!important;max-width: 50%!important;width: 32%!important;} ._logo_section .btn {font-size: 16px!important;padding: 10px 12px!important;} ._easy_step_section ._para_section p:before {left: -22px;} .hero_bottomSection .col_right {position: relative;left: 5px;} }  @media only screen and (max-width: 1300px) { .banner-left-blok {    display: none;} .banner-content-block {    margin: 0px auto;    float: none;} .conect-boss-circle{ right:156px; } ._hero_section { padding-bottom:90px !important; padding-top: 100px !important; }   }  @media only screen and (max-width: 1200px) { .hero_bottomSection .col_right {left: 0px;} .conect-boss-circle{right:140px; } .banner-content-block p br {    display: none;}  } @media only screen and (max-width: 1152px) { ._hero_para_section p span {font-size: 17px!important;line-height: 28px!important;margin-top: 5px;} ._why_need_section {padding: 0px 43px 0px 360px!important;} ._why_need_section p span {font-size: 16px!important;} ._per_month_price h1 span {font-size: 30px!important;} .hero_bottomSection {left: 15px !important;} .conect-boss-circle{right:130px;}  } @media only screen and (max-width: 1150px) { .conect-boss-circle { right: 113px; } }   @media only screen and (max-width: 1093px) and (min-width: 1050px) {  .hero_bottomSection {left: 65px !important;top: -40px!important;} } @media only screen and (max-width: 1024px){ ._hero_para_section {padding: 0px 15px 15px 0px!important;left: 44px;position: relative;top: -40px;} .hero_bottomSection {left: -25px !important;} ._hero_header_section h1 span {font-size: 30px!important;line-height: 40px!important;} ._hero_para_section p span {font-size: 17px!important;line-height: 28px!important;margin-top: -20px;} h1, h2, h3, h4, h6, h1 span, h2 span, h3 span, h4 span, h6 span, ._per_month_price h1 span {font-size: 22px !important;line-height: 28px!important;} p, p span {font-size: 18px !important;line-height: 28px!important;} ._why_need_section p span {font-size: 13px !important;} ._3_col_section p span {font-size: 16px !important;} ul.work_listing li span { font-size: 17px !important;} ul.work_listing li span.fa.fa-circle {font-size: 14px !important;margin-right: -2px !important;} .btn {font-size: 16px !important; padding: 14px 15px !important;border-radius: 5px !important;} } @media only screen and (max-width: 781px) and (min-width: 769px) { ._feature_bx_section {width: 98% !important;} ._easy_step_section ._para_section {padding-left:20px!important;padding-right:20px!important;} ul.work_listing li span {font-size: 14px !important;line-height: 8px !important;} ._why_need_section {background-size: 180px!important;padding-left: 190px!important;background-position: 20px 60%!important;} ._why_need_section p, ._why_need_section p span {font-size: 12px !important;line-height: 15px !important;} ._why_need_section h1 span {font-size: 14px !important;} } @media only screen and (max-width: 970px) { .connect-subtittle {    padding-bottom: 40px !important;padding-top: 10px !important;} .connect-tittle {    padding-top: 40px !important; padding-bottom10px !important;} .clircle-block{display: none;} .conect-boss-circle{display: none;} ._hero_section {padding-bottom: 10px !important;padding-top: 10px !important;} ._footer_section  h5 span {display: block;} ._logo_section .col_right {float: right !important;} ._mobile_widget_section {display: block; height: auto;text-align: center;} ._hero_section {background-image:none!important;background-color:#0e6ccd !important;} ._hero_para_section {padding:0  0 5px 0 !important;left: 0 !important;top: 0!important;} .hero_bottomSection {left:0!important;padding-top: 0 !important;padding-bottom: 0 !important;} ._hero_header_section h1 span {font-size: 24px!important;line-height: 28px!important;} ._hero_para_section p span {font-size: 22px!important;line-height: 27px!important;margin-top:5px;} ._dsp_flx {display: inline-block !important;} br {display: none !important;} ._logo_section .btn  {font-size: 16px!important;padding: 9px 11px!important; margin-left: 28px !important;} ._logo_section .col_left, ._logo_section .col_right {width: auto !important;max-width: 50% !important;} ._logo_section .button_component {padding-top: 0!important;padding-right: 0!important;} ._logo_section .add_img img {padding: 0!important;max-width: 85%!important;width: 100%!important;} section, ._why_need_section {padding: 0 !important;} ._feature_bx_section {width: 100% !important;} ._feature_bx_section_para {padding: 10px 20px!important;} ._feature_bx_section ul.feature-listing li {line-height: 19px;padding: 13px 0px 10px 40px;} .btn {margin-top: 0 !important;    line-height: 18px !important;} .add_new_row_rapify {margin: 0 !important;} ._why_choose_section .add_img, ._why_need_section .add_img {display:none !important;} ._why_choose_section, ._why_need_section  {background-image: none !important;} ._why_need_section { margin-top: 0px !important;margin-bottom: 20px !important;} ._list_line, ._list_line .add_img, ._brd_none {border: none!important;} ._list_line .advanced_drag_drop_rapify {padding: 0 15px!important;} .mt_none {margin-top:0!important;} .mb_none {margin-bottom:0!important;} .ml_none {margin-left:0!important;} .mr_none {margin-right:0!important;} .pt_none {padding-top:0!important;} .pb_none {padding-bottom:0!important;} .pl_none {padding-left:0!important;} .pr_none {padding-right:0!important;}  p, p span, ._why_need_section p span,  ._feature_bx_section ul.feature-listing li span {font-size: 14px !important;line-height: 20px !important;} ._per_month_price  {padding: 10px 0px !important;} ._per_month_price h1{text-align: center!important;} ._per_month_price .btn {text-align: center !important;float: none !important;} ._3_col_section p {line-height: 30px !important;} ._list_line p {line-height: 24px !important; margin-top: 8px !important;} ._why_choose_section h1  {padding-bottom: 15px !important;} }  @media only screen and (max-width:768px) { 	section {     padding: 0px !important; }   	 	 h1, h2, h3, h4, h6, h1 span, h2 span, h3 span, h4 span, h6 span, ._per_month_price h1 span { font-size:18px !important; line-height:22px !important; margin: 0px !important; padding: 0px !important; } 	._check_list p {     padding-left: 30px; }  ._check_list p:before{width: 15px;height: 15px; }  }    @media only screen and (max-width:420px) { 	ul.work_listing li{width:100%;} 	    p, p span, ._why_need_section p span, ._feature_bx_section ul.feature-listing li span {            margin-bottom: 5px;     } 	 }
/***start_timer_8800775***/#timer_8800775 ul li a:hover { }/***close_timer_8800775***/