/*!
 * 	Theme Variables
 * ----------------------------------------------- */
 :root{--body-font-family:"TWK Lausanne";--body-font-size:16px;--body-font-weight:300;--button-font-weight:600;--body-font-color:#14171f;--body-line-height:1.75;--heading-font-color:#14171f;--heading-font-weight:300;--link-font-color:#222426;--white-color:#fff;--blue-color:#1070ff;--button-font-size:16px;--button-font-weeight:600;--dark-color:#3d3d3d;--sky-blue:#e2ebf7;--cultured-color:#f4f4f4;--border-color:#e5e5e5;--btn-dark-color:#1f2741}html{scroll-behavior:smooth}
/*!
 *	Common
 * ----------------------------------------------- */
 *,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:var(--body-font-family);font-size:var(--body-font-size);color:var(--body-font-color);line-height:var(--body-line-height);font-weight:var(--body-font-weight);background-color:#f8f9fd;text-align:left}a{color:var(--link-font-color);text-decoration:none;-webkit-transition:all 0.5s;transition:all 0.5s}a:hover{color:var(--blue-color)}p{margin-top:0;margin-bottom:14px}p:last-child{margin-bottom:0}blockquote{margin:0 0 24px}b,strong{font-weight:700}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}label{display:inline-block;margin-bottom:15px;font-size:14px;line-height:1.4}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:8px;font-size:24px;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[hidden]{display:none!important}#container{overflow:hidden;position:relative}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--body-font-family);color:var(--heading-font-color);font-weight:var(--heading-font-weight);line-height:1.29;margin-top:0;margin-bottom:20px}h1,.h1{font-size:60px}h2,.h2{font-size:48px}h3,.h3{font-size:32px}h4,.h4{font-size:28px}h5,.h5{font-size:20px}h6,.h6{font-size:16px}.rounded{border-radius:10px}
/*!
 *	Spacing
 * ----------------------------------------------- */
 .ml-auto,.mx-auto{margin-left:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mt-0{margin-top:0!important}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mt-30{margin-top:30px}.mt-48{margin-top:48px}.mt-50{margin-top:50px}.mb-100{margin-bottom:100px}.mb-0{margin-bottom:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.text-white{color:var(--white-color)!important}.text-blue{color:var(--blue-color)!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}
/*!
 *	Grid System
 * ----------------------------------------------- */
 .container,.container-fuild{width:100%;padding-left:80px;padding-right:80px}.container *,.container-fuild *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container{max-width:1420px;margin-left:auto;margin-right:auto}.row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap}[class*="col-"]{min-height:1px;padding-left:15px;padding-right:15px;width:100%}.col-1{max-width:8.33333333%;flex:0 0 8.33333333%}.col-2{max-width:16.66666667%;flex:0 0 16.66666667%}.col-3{max-width:25%;flex:0 0 25%}.col-4{max-width:33.33333333%;flex:0 0 33.33333333%}.col-5{max-width:41.66666667%;flex:0 0 41.66666667%}.col-6{max-width:50%;flex:0 0 50%}.col-7{max-width:58.33333333%;flex:0 0 58.33333333%}.col-8{max-width:66.66666667%;flex:0 0 66.66666667%}.col-9{max-width:75%;flex:0 0 75%}.col-10{max-width:83.33333333%;flex:0 0 83.33333333%}.col-11{max-width:91.66666667%;flex:0 0 91.66666667%}.col-12{max-width:100%;flex:0 0 100%}.no-guttor{margin-right:0;margin-left:0}.no-guttor>[class*="col-"]{padding-right:0;padding-left:0}.flex-reverse{-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;-o-flex-direction:row-reverse;flex-direction:row-reverse}.align-end{-ms-align-items:end;align-items:end}.align-center{-ms-align-items:center;align-items:center}img{max-width:100%}.object-cover{object-fit:cover}.d-none{display:none!important}
/*!
 *	Form Styling
 * ----------------------------------------------- */
 .btn,.navbar ul li:last-child a{display:inline-block;padding:11px 15px;-webkit-appearance:none;-moz-appearance:none;background-color:var(--blue-color);font-family:var(--body-font-family);font-size:var(--button-font-size);font-weight:var(--button-font-weight);border:1px solid var(--blue-color);cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;line-height:1.75;text-align:center;border-radius:5px;color:var(--white-color)}.btn-large{padding:11px 34px}.btn-dark{color:var(--white-color);background:var(--btn-dark-color);border-color:var(--btn-dark-color)}.btn:hover,.navbar ul li:last-child a:hover{color:var(--white-color);border-color:var(--body-font-color);background-color:var(--body-font-color)}.btn-dark:hover,.btn-white-hover:hover{background:var(--white-color);color:var(--btn-dark-color);border-color:var(--white-color)}.btn-border{background:#fff0;color:var(--white-color);border-color:var(--white-color)}.navbar ul li:last-child a:hover,.source-section .btn:hover,.error-section .btn:hover,.services-banner .btn:hover,.btn-dark-hover:hover{border-color:var(--white-color);background-color:var(--white-color);color:var(--body-font-color)}.services-banner .btn-submit .btn:hover{border-color:var(--body-font-color);background-color:var(--body-font-color);color:var(--white-color)}.btn-white{background-color:var(--white-color);color:var(--blue-color);border-color:var(--white-color)}.btn-white:hover{color:var(--white-color);border-color:var(--body-font-color);background-color:var(--body-font-color)}.btn:focus{outline:none}.form-control{-webkit-appearance:none;-moz-appearance:none;width:100%;border:1px solid #d8d2cc;padding:15px;font-family:var(--body-font-family);color:var(--body-font-color);font-size:14px;line-height:1.3;border-radius:5px}.form-control:focus{border-color:var(--blue-color);outline:none}textarea.form-control{height:120px}.form-group{margin-bottom:20px;position:relative}.section{padding-top:100px;padding-bottom:100px}
/*!
 *	Header
 * ----------------------------------------------- */
 .site-header{padding-top:10px;padding-bottom:10px;position:absolute;top:0;left:0;width:100%;border-bottom:1px solid var(--dark-color);z-index:999}.logo-dark{display:none}.navbar ul li:last-child a{padding:5px 15px}@keyframes headerSticky{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}.admin-bar .site-header{top:30px}.header--wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:space-between}.justify-between{justify-content:space-between}.justify-center{justify-content:center}nav.navbar ul{list-style:none;display:flex;align-items:center;padding-left:0;column-gap:25px;margin:0}.navbar ul a{padding:2px 6px;display:inline-block;font-weight:300;color:var(--white-color)}.navbar ul a:hover{color:var(--blue-color)}.menu-toggle{display:flex;flex-wrap:wrap;display:none}.menu-toggle span{max-width:28px;max-height:28px}.menu-toggle .close-menu,.menu-toggle.on .open-menu{display:none}.menu-toggle.on .close-menu{display:block}.banner-section{padding-top:148px;background-color:var(--body-font-color);position:relative}.banner-section::before{content:"";position:absolute;left:0;top:0;width:100%;height:60%;background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/top-patern.svg) no-repeat left top}.banner-section::after{content:"";position:absolute;right:0;bottom:0;width:100%;height:90%;background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/bottom-patern.svg) no-repeat right center}.banner-section .container{position:relative;z-index:2}p.sub-title{font-size:20px;text-transform:uppercase;margin-bottom:5px}.main-title h5{text-transform:uppercase;font-weight:600;line-height:3.1;margin-bottom:0}.banner-section .main-title .main-dec p{font-size:20px}.banner-section .main-title ul{list-style:none;padding-left:0}.home .banner-section .main-title ul li{background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/list-icon-dark.svg) no-repeat left center;background-size:14px 12px;padding-left:30px}.banner-section .main-title ul li{background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/Frame.svg) no-repeat left top 4px;padding-left:34px;margin-bottom:10px}.contact-success-message{display:none!important}.icon-flex{padding:30px 24px;background-image:linear-gradient(180deg,rgb(103 103 103 / .5) 0%,rgb(0 0 0 / .2) 100%);background-color:rgb(255 255 255 / .1);width:100%;justify-content:space-between}.banner-section .icon_block{display:flex;align-items:center;gap:10px;padding:0 6px}.home .banner-section .main-dec{margin-bottom:28px}.banner-section .icon_block .icon{min-width:25px;min-height:25px;max-width:25px;max-height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center}.banner-section .icon_block .icon img{width:26px}.contact-form{background:var(--white-color);padding:30px;border-radius:10px;position:relative}.forn-flex p{display:flex;align-items:center;gap:14px}.contact-form select.form-control{background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/down-arrow.svg) no-repeat 98% 50%;background-size:16px}.contact-form select.form-control{opacity:.78}.contact-form .btn{width:100%}.contact-form .btn-submit{position:relative}.contact-form span.wpcf7-spinner{position:absolute;margin:0;right:50%;top:50%;transform:translate(-50%,-50%)}.service-section{position:relative;padding-bottom:58px}.service-section::after{content:"";position:absolute;width:101px;height:101px;right:5%;top:11%;background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/services-shadow.svg) no-repeat center;pointer-events:none;background-size:contain}.studies_info .slick-track{display:flex}.single-case-study{padding:15px}.studies_info .slick-slide{height:unset}.studies_info .slick-slide>div,.studies_info .single-case-study{height:100%}.studies_info .slick-arrow{position:absolute;width:45px;height:45px;padding:6px;display:flex;justify-content:center;align-items:center;background-color:#1070ff;color:#fff;transition:0.4s ease all;top:50%;transform:translatey(-50%);z-index:1;border-radius:100%;cursor:pointer;font-size:23px}.studies_info .slick-arrow:hover{background-color:#14171f}.studies_info .slick-prev{left:-43px}.studies_info .slick-next{right:-43px}.studies_info .slick-dots{display:flex;justify-content:center;align-items:center;padding:0;margin:0}.studies_info .slick-dots li{list-style:none;padding:0 5px;margin:0}.studies_info .slick-dots li button{width:10px;height:10px;background-color:#14171f;border-radius:100%;border:0;padding:0;font-size:0;outline:none}.studies_info .slick-dots li.slick-active button{background-color:#1070ff}.service-section .section-descripation{max-width:632px}.service-img{position:relative;z-index:1}.service-img img{min-width:50vw;margin-left:-42%}.optimizing_img img{animation:floating 3s ease-in-out infinite}@keyframes floating{0%{transform:translate(0,0)}65%{transform:translate(0,.938rem)}100%{transform:translate(0,0)}}.choose-section{background-color:var(--sky-blue)}.choose-section .main-title p{max-width:600px}.choose-section .row{row-gap:30px}.choose_item{background-color:var(--white-color);padding:25px;border-radius:10px;height:100%}.choose_item p{max-width:589.6px}.development-section{background-color:var(--body-font-color)}.development-section .main-title{margin-bottom:34px}.development-section h2{max-width:500px}.sevices_block+.sevices_block{margin-top:30px}.sevices_block{border-radius:20px;background-image:linear-gradient(90deg,rgb(121 117 131 / .2) 0%,rgb(54 53 103 / .2) 100%);padding:30px;background-color:rgb(49 48 54 / .3);position:relative}.development-section .contact-form{position:sticky;top:20px}.optimizing_img{margin-bottom:24px}.tab_content .mob_tab_title{display:none}.tabbing-section{padding-top:20px!important}.tab_titles{display:flex}.tab_title{padding:14px 24px;background:var(--cultured-color);border:2px solid var(--cultured-color);width:100%;display:block;cursor:pointer}.tab_titles .tab_title:first-child{border-radius:20px 0 0}.tab_titles .tab_title:last-child{border-radius:0 20px 0 0}.tab_title:hover{color:var(--link-font-color)}.tab_title.active{background:var(--blue-color);border-color:var(--blue-color);color:var(--white-color)}.tab_content{display:none;border:2px solid var(--cultured-color);padding:50px 50px 50px 84px}.tab_content.active{display:block}.case-studies-section{background-color:var(--sky-blue)}.case-studies-section .main-title{max-width:940px}.studies_block{padding:20px 20px 30px 20px;border-radius:20px;background-color:var(--white-color);height:100%}.studies_block .studie_img img,.studies_block .studie_img a,.studies_block .studie_img{border-radius:10px;overflow:hidden;transition:all 0.5s}.studies_block .studie_content{margin-top:30px}.studies_block .studie_content a:hover h4{color:var(--blue-color)}.project-section{background-color:#f8f9fd}.project-section .main-title p,.source-section .main-description{max-width:636px}.source-section{background-color:var(--body-font-color)}.source-section .source_img img{margin-left:40px}.help_block{background-color:var(--blue-color);position:relative;border-radius:10px;padding:18px}.help_block .row{position:relative;z-index:1;justify-content:center}.help-section .developer_img{position:relative;z-index:1;margin-top:12px}.help_block .main-title{grid-gap:20px}.help_block::after{content:"";background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/help-patern.svg) no-repeat center center;width:100%;height:100%;position:absolute;top:0;right:0;pointer-events:none}.help-section a.link{color:#fff!important;text-decoration:underline;font-size:22px}.help-section h3{font-size:22px;margin-bottom:0}.site-footer a:hover{color:#fff!important;text-decoration:underline}.site-footer{background-color:#0c2e61;position:relative}.site-footer .container{max-width:1620px}.site-footer .footer-top{padding-top:68px;padding-bottom:46px}.site-footer .footer-bottom{padding:10px 0;border-top:1px solid #fff}.site-footer .footer-bottom .site-info{display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:24ox}.site-footer .footer-bottom .site-info a:hover{color:var(--blue-color)}.site-footer *{color:#fff}.footer-one{flex:0 0 25%}.footer-tow{padding-left:70px!important}.footer-three{flex:0 0 25%;max-width:25%}.site-footer .site-logo p{margin-top:20px;max-width:473px}.footer-top .row{justify-content:space-around}.footer-menu ul{list-style:none;padding-left:0;margin-top:40px}.footer-menu ul li+li{margin-top:2px}.award{display:flex;flex-wrap:wrap;column-gap:15px;margin-top:20px}.award iframe{border:none;width:139px;height:auto}.award p{width:100%}.award a.award-logo{width:45%}.award img{width:100%}.site-footer .container{position:relative;z-index:1}.footer-three .description{margin-top:40px}.faq-term-list{background-color:#fff0;padding:0;list-style:none;margin:0}.faq-term{cursor:pointer;padding:20px 0;border-bottom:1px solid #ccc;transition:background-color 0.3s,color 0.3s;display:flex;align-items:center;justify-content:center;font-size:19px}.faq-term svg{transform:rotate(45deg);transition:0.4s ease all}.faq-term.active,.post-term.active .post-term-title{color:#fff}.faq-term.active svg{fill:var(--blue-color)}.faq-term.active svg path{fill:var(--blue-color)}.faq-posts{padding:30px 50px 50px;background-color:var(--sky-blue)}.faq-posts .post-term-title{display:none}.faq-item .faq-item-content{display:none;margin-bottom:20px}.faq-posts .faq-item{border-bottom:1px solid #ccc;transition:all 0.4s cubic-bezier(.42,0,.58,1)}.faq-item-title{cursor:pointer;padding:20px 0}.faq-item.active .faq-item-content{display:block}.faq-item .faq-item-title{position:relative;padding-right:20px;line-height:1.4}.faq-item .faq-item-title::before,.faq-item .faq-item-title::after{content:" ";width:15px;height:1.5px;background-color:var(--body-font-color);display:block;position:absolute;top:50%;right:0;transition:all 0.4s cubic-bezier(.42,0,.58,1);opacity:1;border-radius:2px}.faq-item .faq-item-title::before{transform:translate(-50%,-50%) rotate(90deg)}.faq-item .faq-item-title::after{transform:translate(-50%,-50%)}.faq-item.active .faq-item-title::before{transform:translate(-50%,-50%) rotate(180deg)}.wpcf7-not-valid-tip{display:none}.form-control.wpcf7-not-valid{border-color:#dc3232}.project-section .optimizing_img img{max-width:460px;width:100%}.help-section .developer_img img{max-width:375px;width:100%}.studies_info .slick-arrow.slick-disabled{opacity:.5;pointer-events:none}.fancybox-container .fancybox-image,.fancybox-container .fancybox-spaceball{max-height:400px;margin:auto;width:unset;height:unset;top:50%;left:50%;transform:translate(-50%,-50%)}form .contact-success-message{display:none}form.sent .wpcf7-response-output{display:none}form.sent .contact-success-message{display:block;margin:2em .5em 1em;padding:.2em 1em;border:2px solid var(--blue-color)}form.sent .contact-success-message a{color:var(--blue-color)!important}.faq-section,.home .help-section{padding-bottom:60px}.error-section{height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;border-bottom:1px solid var(--dark-color)}.error-section h1{font-size:160px;color:#000;font-weight:700}.error-section .btn{margin-top:24px}.services-banner .h2,.services-banner h2{text-wrap:auto;max-width:740px}.banner-section.services-banner .main-title .main-dec p{font-size:16px;letter-spacing:0}.banner-section.services-banner .main-title .main-dec{max-width:645px}.why-learndash-img img{min-height:360px}.list-icon ul{list-style:none;padding-left:0;margin-bottom:0}.list-icon ul+p{margin-top:20px}.list-icon li{position:relative;padding-left:38px}.list-icon li+li{margin-top:10px}.list-icon li::before{content:"";position:absolute;left:0;top:3px;width:23px;height:23px;background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/list-icon.svg) no-repeat center center;background-size:contain}.bg-dark{background-color:var(--body-font-color)}.bg-light-blue{background-color:var(--sky-blue)}.hire-section{overflow:hidden}.hire_img img{min-width:calc(54vw - 23px);margin-left:-4vw}.hire-section .main-title h5{color:var(--blue-color);line-height:1.4}.hire-section .main-title{margin-bottom:70px}.hire-section .main-title h2{max-width:570px}.hire-section .main-title .main-description>p{font-size:20px}.choose-us-section .main-title{padding:50px}.choose-us-section .main-title h3{margin-top:30px}.choose-us-section .list-icon ul{margin:20px 0}.h-100{height:100%}.w-100{width:100%}.why_choose_item h3{display:none}.why-choose-block .why_choose_item,.why-choose-block h3{padding-top:15px;padding-bottom:15px;border-bottom:1px solid var(--border-color)}#services-development{padding:50px 0}#services-development .main-title p{max-width:600px}.sevices_icon{background-color:var(--white-color);max-width:60px;max-height:60px;min-width:60px;min-height:60px;display:flex;justify-content:center}.sevices_icon img{max-width:30px;max-height:30px}.link{display:inline-flex;align-items:center;gap:12px;font-weight:600}.link svg{max-width:12px;max-height:12px;transition:all 0.5s}.link:hover{color:var(--blue-color)!important}.link svg path{transition:all 0.5s}.link:hover svg path{fill:var(--blue-color)!important}.link:hover svg{transform:rotate(45deg)}#services-development .sevices_block{position:relative;display:flex;flex-direction:column;justify-content:space-between}#services-development .sevices{row-gap:30px}#services-development .sevices .slick-dots{display:flex;justify-content:center;align-items:center;padding:0;margin-top:10px}#services-development .sevices .slick-dots li{list-style:none;padding:0 5px;margin:0}#services-development .sevices .slick-dots li button{width:10px;height:10px;background-color:#14171f;border-radius:100%;border:0;padding:0;font-size:0;outline:none}#services-development .sevices .slick-dots li button{width:10px;height:10px;background-color:#fff;border-radius:100%;border:0;padding:0;font-size:0;outline:none}#services-development .sevices .slick-dots li.slick-active button{background-color:#1070ff}#services-development .try-learndash{margin-top:30px;padding:0}#services-development .try-learndash h3{font-size:48px}#services-development .try-learndash .sevices_block::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/services-bg.svg) no-repeat center center;width:calc(100% - 60px);height:calc(100% - 60px);z-index:-1}#services-development .try-learndash a{display:inline-block;padding:10px 15px;-webkit-appearance:none;-moz-appearance:none;background-color:var(--blue-color);border:1px solid var(--blue-color);-webkit-transition:all 0.3s;transition:all 0.3s;line-height:1.75;text-align:center;border-radius:10px}#services-development .try-learndash a svg{display:none}#services-development .try-learndash a:hover{border-color:var(--white-color);background-color:var(--white-color);color:var(--body-font-color)}.process-section{position:relative}.process-section.bg-dark::before{content:"";width:100%;height:82%;background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/process-shadow.png) no-repeat;background-size:cover;background-position:center top;position:absolute;bottom:0;left:0}.process_block .default-line{background-color:var(--sky-blue);margin-top:-2px}.process-section.bg-dark .process_block .process_item .process_number::after{opacity:0}.process_block{max-width:730px;margin-left:auto}.process_block .default-line,.process_block .draw-line{width:5px;display:block;position:absolute;top:42px;left:27.5px}.process_block .draw-line{background-color:var(--blue-color)}.position-relative{position:relative}.process_block .process_number{background-color:var(--sky-blue);min-width:60px;min-height:60px;max-width:60px;max-height:60px;border-radius:50%;font-size:30px;font-weight:500;display:flex;justify-content:center;align-items:center;color:#001328;transition:all 0.3s ease;z-index:1}.process_block .process_item{display:flex;align-items:center;gap:25px}.process_block .process_item.in-view .process_number{background-color:var(--blue-color);color:var(--white-color)}.process_block .process_item .process_item_content{padding:20px;width:100%;box-shadow:0 8px 24px 0 rgb(149 157 165 / .2);border-radius:20px;background-color:var(--white-color)}.process_block .process_item+.process_item{margin-top:50px}.process_block .process_item h3{margin-bottom:15px}.process_block .process_item:first-child .process_item_content p{max-width:578px}.process_block .process_item .process_item_content p{max-width:500px}.support-maintenance-section{padding:50px 0}.support-maintenance-section .list-icon ul{margin-top:30px}.support_img img{max-width:594px}.work-with-section .work_listing{row-gap:30px}.work_listing .work_img img{border-radius:20px;max-height:540px;min-height:540px;object-fit:cover;transition:all 0.5s ease}.work_listing .work_img{position:relative;overflow:hidden;border-radius:20px}.work_listing .work_img::after{content:"";position:absolute;top:60px;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fff0 25%,rgb(20 23 31) 100%);border-radius:20px}.work_listing .work_block .work_content{padding:30px 20px;position:absolute;left:0;bottom:0}.work_listing .work_block:hover .work_img img{transform:scale(1.08)}.work_listing .work_block .work_content h3{margin-bottom:15px}#services-consultation .help_block{padding:0;border-radius:20px}#services-consultation .help_block .main-title{padding:50px 0 50px 50px}#services-consultation .section-descripation{max-width:590px}#services-consultation .help_block::after{background-position:top center!important}.process_block .process_item:first-child .process_number::after,.process_block .process_item:nth-child(5) .process_number::after{content:"";width:7px;height:40px;background:#f8f9fd;position:absolute;top:-2px}.process_block .process_item:nth-child(5) .process_number::after{bottom:-2px;top:unset}.grecaptcha-badge{z-index:99}.page-template-migrate .banner-section{overflow:hidden;padding-top:198px!important;padding-bottom:60px;position:relative}.page-template-migrate .banner-section::before{display:block!important;background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/banner-bg.png) no-repeat;background-size:cover;background-position:center center;width:100%;height:100%;position:absolute;left:0;top:0}.page-template-migrate .banner-section::after,.page-template-migrate .banner-section::before,.page-template-contact .banner-section::after,.page-template-contact .banner-section::before .page-template-hire-learndash .banner-section::before{display:none}.page-template-migrate .banner-section .main-title{max-width:100%;background-image:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/banner-title-bg.png);background-size:cover;background-position:top center;padding:78px 40px;border-radius:40px;background-color:var(--body-font-color)}.page-template-migrate .banner-section .main-title .badge-text,.page-template-contact .banner-section .main-title .badge-text,.page-template-hire-learndash .banner-section .main-title .badge-text{background-color:var(--white-color);padding:6px 20px;font-size:14px;line-height:1.4;letter-spacing:-.1px;border-radius:20px;display:inline-block;color:#31373d!important;font-weight:400}.page-template-contact .banner-section .main-title .badge-text span{color:var(--blue-color)}.page-template-migrate .banner-section .banner-content{padding:2px;background-image:linear-gradient(180deg,#1070ff 0%,rgb(255 255 255 / .2) 90%,rgb(255 255 255 / .05) 100%);border-radius:40px;background-color:var(--body-font-color)}.page-template-migrate .banner-section h1{max-width:900px;margin-bottom:24px;line-height:1.16}.page-template-migrate .banner-section .description{max-width:666px}.page-template-migrate .banner-section .btn{padding:11px 36px}.page-template-migrate .banner-section .btn:hover{background:var(--white-color);color:var(--heading-font-color);border-color:var(--white-color)}.page-template-migrate .banner-section .btn-border:hover{background:var(--blue-color);color:var(--white-color);border-color:var(--blue-color)}.page-template-migrate .banner-section .d-flex{display:flex;justify-content:center;align-items:center;gap:10px}.page-template-migrate .process_block .default-line,.page-template-migrate .process_block .draw-line{top:66px}.without-downtime-section{padding-top:44px;padding-bottom:44px}.without-downtime-section .section-descripation{margin-right:-24px}.trusted-tools-section .main-title{max-width:1058px}.trusted-tools-section .row,.result-section .row,.key_feature_block{row-gap:30px}.trusted-tools-section .trusted_tools_item{padding:30px 20px;border-radius:10px}.trusted-tools-section .trusted_tools_item img{max-height:202px;min-height:202px;object-fit:contain}.trusted-tools-section .botton-block p{font-size:20px}.result-section .result_item h3{text-wrap:inherit}.lms-migration-section .migration-block{row-gap:30px}.lms-migration-section .migration-block .col-{max-width:34%;flex:0 0 34%}.lms-migration-section .migration-block .col-:nth-child(1),.lms-migration-section .migration-block .col-:nth-child(4),.lms-migration-section .migration-block .col-:nth-child(7){max-width:66%;flex:0 0 66%}.lms-migration-section .migration_item{padding:30px 20px;border-radius:10px;position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;height:100%}.lms-migration-section .migration-block .col-:nth-child(1) .migration-content,.lms-migration-section .migration-block .col-:nth-child(4) .migration-content,.lms-migration-section .migration-block .col-:nth-child(7) .migration-content{width:48%}.lms-migration-section .migration-block .col-:nth-child(1) .migration-img,.lms-migration-section .migration-block .col-:nth-child(4) .migration-img,.lms-migration-section .migration-block .col-:nth-child(7) .migration-img{width:46%!important;margin-top:0;margin-bottom:-10px;display:flex;align-items:end}.lms-migration-section .migration_item .migration-img{margin-bottom:-20px;margin-right:-10px;width:100%;text-align:right;margin-top:10px}.lms-migration-section .migration_item .link{position:relative;z-index:1}.lms-migration-section .migration_item .link:hover{color:var(--body-font-color)!important}.accordion .accordion-content{display:none}.accordion .accordion-item.active .accordion-content{display:block}.build-section{padding:50px 0}.build-section .main-title h2{margin-right:-30px}.build-section .we-build-accordion{max-width:646px}.we-build-accordion .accordion-header{background:#fff0;padding:20px 0;color:var(--white-color);border:0;margin-bottom:0;display:block;outline:none;width:100%;text-align:left;position:relative;padding-right:30px}.we-build-accordion .accordion-header::before,.we-build-accordion .accordion-header::after{content:" ";width:15px;height:1.5px;background-color:var(--white-color);display:block;position:absolute;top:50%;right:0;transition:all 0.4s cubic-bezier(.42,0,.58,1);opacity:1;border-radius:2px}.we-build-accordion .accordion-header::before{transform:translate(-50%,-50%) rotate(90deg)}.we-build-accordion .accordion-header::after{transform:translate(-50%,-50%)}.we-build-accordion .accordion-item.active .accordion-header::before{transform:translate(-50%,-50%) rotate(0deg)}.we-build-accordion .accordion-item{border-bottom:1px solid #272f45;padding:10px 0;margin:0 auto}.we-build-accordion .accordion-item .accordion-content{margin-bottom:20px}.result_block .result_item{padding:30px 20px;border-radius:10px;transition:all 0.4s}.result_block .result_item *{transition:inherit}.result_block .result_item:hover{background-color:var(--blue-color);color:var(--white-color)}.result_block .result_item:hover *{color:var(--white-color)}.workflow-section{padding-top:50px;padding-bottom:50px}.workflow-section .main-title p{max-width:746px;margin:0 auto}.workflow-logos.right{display:flex;align-items:center;justify-content:center;margin-top:20px}.workflow-logos.right .slick-list{max-width:90%}.workflow-logos .slick-track{display:flex;align-items:center}.workflow-logos .workflow-icon{background-color:var(--white-color);padding:10px;max-width:50px;max-height:50px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;margin:0 10px;min-height:50px}.workflow-logos .workflow-icon img{width:100%;height:100%}.workflow-logos .slick-slide,.workflow-logos .slick-slide *{height:100%}.workflow-section .botton-block{max-width:950px;margin-left:auto;margin-right:auto}.why-teams-section .main-title p{max-width:640px}.why-teams-section .teams_img img{min-width:40vw}.key-features-section .feature_item{padding:30px;border-radius:20px;transition:all 0.4s}.key-features-section .feature_item:hover{background-color:var(--blue-color)}.key-features-section .feature_item *{transition:all 0.4s}.key-features-section .feature_item:hover *{color:var(--white-color)!important}.key-features-section .feature_item:hover img{filter:invert(100%) sepia(89%) saturate(0%) hue-rotate(172deg) brightness(105%) contrast(105%)}.key-features-section .feature_item h3{margin-bottom:15px}.we-serve-section{padding-top:50px;padding-bottom:50px}.we-serve-section .main-title{max-width:870px}.we-serve-section .serve_block .slick-slide>div{padding:0 5px}.we-serve-section .serve_block .serve_item{background-color:var(--white-color);border-radius:100px;padding:10px 15px 10px 10px;display:flex!important;align-items:center;gap:10px}.we-serve-section .serve_block .serve_item img{max-width:50px;min-width:50px;min-height:50px;max-height:50px;object-fit:cover;border-radius:50%}.we-serve-section .serve_block .serve_item p{font-size:18px}.we-serve-section .serve_block.right .serve_item{text-align:left!important;justify-content:end!important}.serve_block:not(.slick-slider){display:flex;align-items:center;justify-content:center;gap:10px}.page-template-migrate .help-section h2{max-width:480px}.page-template-migrate #services-consultation .section-descripation{max-width:598px}.page-template-migrate .wow{visibility:visible!important;transform:unset!important;opacity:1!important}.workflow-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;row-gap:20px;max-width:1000px}.page-template-migrate .faq-section .row{justify-content:center}.page-template-migrate .faq-section .faq-posts{border-radius:10px}.contact-banner{padding-top:120px;padding-bottom:50px}.page-template-contact .banner-content,.page-template-hire-learndash .banner-content,.border-gradient{position:relative;border-radius:40px;overflow:hidden;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1}.page-template-contact .banner-content::before,.page-template-hire-learndash .banner-content::before,.border-gradient::before{content:"";position:absolute;inset:0;border-radius:40px;padding:2px;background:linear-gradient(180deg,#1070ff 0%,rgb(255 255 255 / .2) 90%,rgb(255 255 255 / .05) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.border-gradient,.border-gradient::before{border-radius:20px!important}.banner-flex{border-radius:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:50px;background-image:linear-gradient(180deg,rgb(103 103 103 / .5) 0%,rgb(0 0 0 / .2) 100%);background-color:rgb(255 255 255 / .1)}.banner-flex .left-block{width:calc(55% - 20px)}.banner-flex .right-block{width:calc(45% - 20px)}.contact-banner .main-title .description{max-width:600px}.calendly-section{padding-top:30px;padding-bottom:40px}.calendly-section .main-title h2{margin-bottom:-40px}.calendly-section .calendly-inline-widget iframe{min-height:808px;width:100%}.why-hire-section .teams_img img{max-width:544px}.bg-white{background-color:var(--white-color)}.what-we-section{position:relative}.what-we-block.row{gap:15px}.what-we-section .what-we-img{max-width:33.33333333%;flex:0 0 33.33333333%;position:absolute;left:50%;transform:translateX(-50%);bottom:100px}.what-we-section .what_we_item{padding:15px 25px;height:100%;border-radius:5px}.what-we-section .col-4:first-child .what_we_item p{max-width:254px}.page-template-hire-learndash .process_block .process_item .process_item_content p{max-width:450px!important}.why-choose-section .choose_block{row-gap:20px}.why-choose-section .choose_item_content{padding:30px;border-radius:10px;background-color:var(--white-color)}.why-choose-section .choose_item_content p{max-width:355px}.page-template-hire-learndash .process-section{padding-top:50px;padding-bottom:50px}.bg-white .process_block .process_item:first-child .process_number::after,.bg-white .process_block .process_item:nth-child(5) .process_number::after{background:var(--white-color)}.page-template-migrate .process_block .process_item .process_item_content p{max-width:100%!important}.hire-steps-section .steps_item{padding:30px 25px;border-radius:10px}.hire-steps-section .steps_item .steps_number{min-width:60px;min-height:60px;max-width:60px;max-height:60px;display:flex;align-items:center;justify-content:center;background-color:var(--white-color);border-radius:50%;position:relative}.hire-steps-section .steps_item h3{margin-bottom:15px}.hire-steps-section .col-4+.col-4 .steps_item::after{content:"";width:26px;height:26px;background:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/long-arrow.svg) no-repeat;position:absolute;left:-13px;top:50%;transform:translateY(-50%)}.page-template-hire-learndash .faq-section{padding-top:50px;padding-bottom:50px}.page-template-hire-learndash .what-we-section .main-title{max-width:920px}.page-template-hire-learndash .banner-section::before{opacity:0}.banner-border{position:relative;border-radius:40px;overflow:hidden;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1}.banner-border::before{content:"";position:absolute;inset:0;border-radius:40px;padding:2px;background:linear-gradient(180deg,#1070ff 0%,rgb(255 255 255 / .2) 90%,rgb(255 255 255 / .05) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.banner-badge{background-color:var(--white-color);padding:6px 20px;font-size:14px;line-height:1.4;letter-spacing:-.1px;border-radius:20px;display:inline-block;color:#31373d!important;font-weight:400}.page-template-custom-development .banner-section::before,.page-template-custom-development .banner-section::after{display:none}.page-template-custom-development .banner-section .main-title{max-width:1118px}.check-list-icon li{background-image:url(/wp-content/themes/ews-learn-dash-developer-child/assets/images/check-icon.svg)!important;background-position:left center!important;padding-left:25px!important}.page-template-custom-development .banner-section .main-title ul{list-style:none;padding-left:0;display:flex;align-items:center;justify-content:center;gap:30px}.page-template-custom-development .banner-section .main-title ul li{margin-bottom:0}.why-need-section .main-title{max-width:606px}section.section.services-section{background:#e2ebf7;padding:80px 0}.tab-content{display:none;background-color:var(--blue-color)}.tab-content.active{display:block}.tab-btn.active{background:var(--blue-color);color:#fff}.tab-content{padding:39px 24px;border-radius:10px;color:#fff;height:100%;position:relative}.tab-content h3{margin-bottom:20px;margin-top:30px;color:#fff}.services-section .tab-content a{position:absolute;top:34px;right:24px;padding:0;background:transparent!important}.services-section .tab-content a:hover{background:transparent!important;border:none}.tab-menu{display:flex;flex-direction:column;row-gap:15px}.tab-menu .tab-btn{background-color:#fff;padding:21px 50px;text-align:left;color:#1f2741;border-radius:20px;border:none!important}.tab-menu .tab-btn:focus{outline:none!important}.page-template-custom-development .why_choose{background:#e2ebf7;padding:80px 0}.page-template-custom-development .key_features{row-gap:50px}.page-template-custom-development .key_features .main-description{max-width:600px;margin:0 auto}.page-template-custom-development .key_features_item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 8px 24px 0 rgb(149 157 165 / .2);border-radius:10px}.page-template-custom-development .key_features-text{padding:30px 30px 0;display:flex;flex-direction:column;gap:15px}.page-template-custom-development .key_features-text h3{font-size:20px;line-height:28px;color:#1070ff;display:flex;align-items:center}.page-template-custom-development .key_features-text p{font-size:16px;line-height:28px;color:#1f2741}.extra_box{background:#1070ff;padding:50px 30px;border-radius:20px}.extra_box h3{font-size:20px;line-height:28px;font-weight:300}.extra_box p{font-size:16px;line-height:28px;font-weight:300}.extra_box a{border-radius:10px}@media screen and (max-width:1700px){body .banner-content h1{max-width:600px!important;width:100%}h1,.h1{font-size:50px}h2,.h2{font-size:40px}}@media screen and (max-width:1366px){.we-serve-section .serve_block .serve_item img{max-width:40px;min-width:40px;min-height:40px;max-height:40px}.pb-md-25{padding-bottom:25px!important}.pt-md-25{padding-top:25px!important}.pb-md-50{padding-bottom:50px!important}.pt-md-50{padding-top:50px!important}.pb-md-0{padding-bottom:0px!important}.pt-md-0{padding-top:0px!important}}@media screen and (max-width:768px){.page-template-custom-development .banner-section .main-title ul{gap:20px}}@media screen and (max-width:768px){.page-template-custom-development .banner-section .main-title ul{gap:20px;flex-wrap:wrap}.page-template-custom-development .banner-section .main-title ul li{width:47%}.services-tab{flex-direction:column;row-gap:30px}}@media screen and (max-width:767px){.faq-term{padding:20px}.site-footer .footer-top{padding-bottom:30px;padding-top:30px}footer .footer-one,footer .footer-tow,footer .footer-three{flex:0 0 100%!important;max-width:100%!important;padding-left:15px!important}footer .footer-three{margin-top:20px!important;order:3!important;margin-bottom:0}.site-footer .footer-top .footer-tow .col-4,.site-footer .footer-top .footer-tow .col-8{padding:0 15px!important;max-width:100%!important;flex:0 0 100%;margin-top:50px}.site-footer .award iframe{border:none;height:150px}.site-footer .footer-top .row .col-4:first-child{padding-left:15px;margin-bottom:0}.site-footer .footer-menu ul{list-style:none;padding-left:0;margin-top:20px}.site-footer .footer-top .footer-tow .col-4,.site-footer .footer-top .footer-tow .col-8{margin-top:20px}.footer-three .description{margin-top:20px;line-height:24px}.footer-menu ul li+li{margin-top:6px}body .contact-banner .main-title ul li{background-position-y:4px!important}}