.progress-tracker{display:flex;margin:50px auto 0;padding:0;list-style:none}.progress-step{flex:1 1;margin:0;padding:0;min-width:24px}.progress-step:last-child{flex-grow:0}.progress-step:last-child .progress-marker:after{display:none}.progress-link,.progress-marker{display:block;position:relative}.progress-marker:before{content:attr(data-text);display:flex;justify-content:center;align-items:center;position:relative;z-index:20;width:48px;height:48px;padding-bottom:2px;border-radius:50%;transition:background-color,border-color;transition-duration:.3s}.progress-marker:after{content:"";display:block;position:absolute;z-index:10;top:49%;right:-12px;width:100%;height:3px;transition:background-color .3s,background-position .3s}.progress-text{display:block;padding:30px 30px 0;overflow:hidden;text-overflow:ellipsis}.progress-title{margin:0 0 10px}.progress-step .progress-marker{color:#fff}.progress-text p{color:var(--color-black)}.progress-step .progress-marker:after,.progress-step .progress-marker:before{background-color:var(--color-orange)}.progress-step .progress-marker span{position:absolute;left:0;right:0;font-size:20px;font-weight:600;top:7px;z-index:999}.progress-step.is-active .progress-marker:before{background-color:#2196f3}.progress-step.is-complete .progress-marker:before,.progress-step.is-progress .progress-marker:before{background-color:#1976d2}.progress-step.is-complete .progress-marker:after,.progress-step.is-progress .progress-marker:after{background-color:#868686}.progress-step.is-progress-10 .progress-marker:after{background-image:linear-gradient(90deg,#868686 10%,#b6b6b6 0)}.progress-step.is-progress-20 .progress-marker:after{background-image:linear-gradient(90deg,#868686 20%,#b6b6b6 0)}.progress-step.is-progress-30 .progress-marker:after{background-image:linear-gradient(90deg,#868686 30%,#b6b6b6 0)}.progress-step.is-progress-40 .progress-marker:after{background-image:linear-gradient(90deg,#868686 40%,#b6b6b6 0)}.progress-step.is-progress-50 .progress-marker:after{background-image:linear-gradient(90deg,#868686 50%,#b6b6b6 0)}.progress-step.is-progress-60 .progress-marker:after{background-image:linear-gradient(90deg,#868686 60%,#b6b6b6 0)}.progress-step.is-progress-70 .progress-marker:after{background-image:linear-gradient(90deg,#868686 70%,#b6b6b6 0)}.progress-step.is-progress-80 .progress-marker:after{background-image:linear-gradient(90deg,#868686 80%,#b6b6b6 0)}.progress-step.is-progress-90 .progress-marker:after{background-image:linear-gradient(90deg,#868686 90%,#b6b6b6 0)}.progress-step:hover .progress-marker:before{background-color:var(--color-green)}.progress-tracker--center .progress-step:last-child,.progress-tracker--right .progress-step:last-child,.progress-tracker--text .progress-step:last-child{flex-grow:1}.progress-tracker--center{text-align:center}.progress-tracker--center .progress-marker:before,.progress-tracker--center .progress-text--dotted:before{margin-left:auto;margin-right:auto}.progress-tracker--center .progress-marker:after{right:-50%}.progress-tracker--right{text-align:right}.progress-tracker--right .progress-marker:before,.progress-tracker--right .progress-text--dotted:before{margin-left:auto}.progress-tracker--right .progress-marker:after{right:calc(-100% + 12px)}.progress-tracker--spaced .progress-marker:after{width:calc(100% - 40px);margin-left:20px;margin-right:20px}.progress-tracker--border{padding:4px;border:2px solid #333;border-radius:32px}.progress-tracker--theme-red .progress-step .progress-marker{color:#fff}.progress-tracker--theme-red .progress-step .progress-marker:after,.progress-tracker--theme-red .progress-step .progress-marker:before{background-color:#666}.progress-tracker--theme-red .progress-step .progress-text{color:#333}.progress-tracker--theme-red .progress-step.is-active .progress-marker:before{background-color:#a62d24}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:before{background-color:#d93b30}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:after{background-color:#333}.progress-tracker--theme-red .progress-step:hover .progress-marker:before{background-color:#df7b74}.progress-text--dotted:before{content:"";display:block;width:12px;height:12px;margin:6px -2px;background-size:12px 18px;background-image:repeating-radial-gradient(circle at center 6px,#b6b6b6,#b6b6b6 5px,hsla(0,0%,71%,.5) 5.5px,hsla(0,0%,71%,.01) 6px,transparent 100%)}.progress-text--dotted-1:before{height:12px}.progress-text--dotted-2:before{height:30px}.progress-text--dotted-3:before{height:48px}.progress-text--dotted-4:before{height:66px}.progress-text--dotted-5:before{height:84px}.progress-text--dotted-6:before{height:102px}.progress-text--dotted-7:before{height:120px}.progress-text--dotted-8:before{height:138px}.progress-text--dotted-9:before{height:156px}.progress-text--dotted-10:before{height:174px}.progress-text--dotted-11:before{height:192px}.progress-text--dotted-12:before{height:210px}.progress-tracker--text-top .progress-text{height:100%}.progress-tracker--text-top .progress-marker{top:-24px}.progress-tracker--text-inline{overflow:hidden}.progress-tracker--text-inline .progress-marker,.progress-tracker--text-inline .progress-step{display:flex;align-items:center}.progress-tracker--text-inline .progress-marker{flex-grow:1}.progress-tracker--text-inline .progress-marker:after{top:auto}.progress-tracker--text-inline .progress-text{position:relative;z-index:30;max-width:70%;white-space:nowrap;padding-top:0;padding-bottom:0;background-color:#fff}.progress-tracker--text-inline .progress-marker .progress-text{display:inline-block}.progress-tracker--text-inline .progress-title{margin:0}.progress-tracker--square .progress-marker:before{border-radius:0}.progress-tracker--square .progress-marker:after{top:auto;bottom:0}@media (max-width:575px){.progress-tracker-wrapper{overflow-x:auto;scroll-snap-type:x proximity}.progress-tracker-wrapper .progress-step{min-width:50%;scroll-snap-align:start}}.progress-tracker--vertical{flex-direction:column}.progress-tracker--vertical .progress-step{display:flex;flex:1 1 auto}.progress-tracker--vertical.progress-tracker--right .progress-step{flex-direction:row-reverse}.progress-tracker--vertical .progress-marker:after{right:auto;top:12px;left:10px;width:4px;height:100%}.progress-tracker--vertical .progress-text{padding:0 12px 24px}@keyframes scale-up{0%{opacity:1;transform:translate(-50%,-50%) scale(0)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.anim-ripple .progress-link:before,.anim-ripple-large .progress-link:before,.anim-ripple-splash .progress-link:before{content:"";display:block;width:24px;height:24px;position:absolute;top:12px;left:12px;z-index:30;background:rgba(0,0,0,.3);border-radius:50%;transform:translate(-50%,-50%) scale(0);visibility:hidden}.anim-ripple .progress-link:not(:active):before,.anim-ripple-large .progress-link:not(:active):before,.anim-ripple-splash .progress-link:not(:active):before{animation:scale-up .3s ease-out}.anim-ripple .progress-link:focus:before,.anim-ripple-large .progress-link:focus:before,.anim-ripple-splash .progress-link:focus:before{visibility:visible}.anim-ripple-double.progress-tracker--center .progress-link:after,.anim-ripple-double.progress-tracker--center .progress-link:before,.anim-ripple-large.progress-tracker--center .progress-link:after,.anim-ripple-large.progress-tracker--center .progress-link:before,.anim-ripple-splash.progress-tracker--center .progress-link:after,.anim-ripple-splash.progress-tracker--center .progress-link:before,.anim-ripple.progress-tracker--center .progress-link:after,.anim-ripple.progress-tracker--center .progress-link:before,.progress-tracker--center .anim-ripple .progress-link:after,.progress-tracker--center .anim-ripple .progress-link:before,.progress-tracker--center .anim-ripple-double .progress-link:after,.progress-tracker--center .anim-ripple-double .progress-link:before,.progress-tracker--center .anim-ripple-large .progress-link:after,.progress-tracker--center .anim-ripple-large .progress-link:before,.progress-tracker--center .anim-ripple-splash .progress-link:after,.progress-tracker--center .anim-ripple-splash .progress-link:before{left:50%}.anim-ripple-double.progress-tracker--right .progress-link:after,.anim-ripple-double.progress-tracker--right .progress-link:before,.anim-ripple-large.progress-tracker--right .progress-link:after,.anim-ripple-large.progress-tracker--right .progress-link:before,.anim-ripple-splash.progress-tracker--right .progress-link:after,.anim-ripple-splash.progress-tracker--right .progress-link:before,.anim-ripple.progress-tracker--right .progress-link:after,.anim-ripple.progress-tracker--right .progress-link:before,.progress-tracker--right .anim-ripple .progress-link:after,.progress-tracker--right .anim-ripple .progress-link:before,.progress-tracker--right .anim-ripple-double .progress-link:after,.progress-tracker--right .anim-ripple-double .progress-link:before,.progress-tracker--right .anim-ripple-large .progress-link:after,.progress-tracker--right .anim-ripple-large .progress-link:before,.progress-tracker--right .anim-ripple-splash .progress-link:after,.progress-tracker--right .anim-ripple-splash .progress-link:before{left:calc(100% - 12px)}.anim-ripple-splash .progress-link:before{width:48px;height:48px;box-shadow:0 0 6px 6px rgba(0,0,0,.35)}.anim-ripple-double .progress-link:after,.anim-ripple-double .progress-link:before{content:"";display:block;width:24px;height:24px;position:absolute;top:12px;left:12px;z-index:30;background:rgba(0,0,0,.3);border-radius:50%;transform:translate(-50%,-50%) scale(0);visibility:hidden;background:none;border:3px solid rgba(0,0,0,.3)}.anim-ripple-double .progress-link:not(:active):after,.anim-ripple-double .progress-link:not(:active):before{animation:scale-up .3s ease-out 0s}.anim-ripple-double .progress-link:not(:active):after{animation-delay:.15s}.anim-ripple-double .progress-link:focus:after,.anim-ripple-double .progress-link:focus:before{visibility:visible}.anim--large .progress-link:after,.anim--large .progress-link:before{width:48px;height:48px}.anim--path .progress-marker:after{background-image:linear-gradient(90deg,#b6b6b6 50%,#868686 0);background-size:200% 100%;background-position:0 100%;transition:background-position .3s ease-out}.anim--path .progress-step.is-complete .progress-marker:after,.progress-step.is-complete .anim--path .progress-marker:after{background-position:-100% 100%}[dir=rtl] .progress-marker:after{right:auto;left:-12px}[dir=rtl] .progress-tracker--center .progress-marker:after{left:-50%}@media (max-width:992px){.progress-tracker{flex-direction:column;flex-wrap:nowrap;align-items:flex-start;text-align:left}.progress-step{width:100%;display:flex;flex-direction:row;padding:18px 0}.progress-tracker--center .progress-marker:before,.progress-tracker--center .progress-text--dotted:before{margin-left:0;margin-right:0}.progress-tracker--center .progress-marker:after{left:22px}.progress-marker:after{top:50%;width:3px;height:100%}.progress-text{padding:0 0 0 25px}.progress-step .progress-marker span{text-align:center}.progress-step .progress-marker{height:auto}}@media (max-width:376px){.progress-marker:after{top:36%}}@media (min-width:576px){.modal-dialog{max-width:600px!important;margin:1.75rem auto!important}.Successfully .modal-dialog{max-width:700px!important;margin:1.75rem auto!important}}@media only screen and (min-width:993px){.header .menu>.menu-item-child:hover>.sub-menu{display:block!important;opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.header .menu>.menu-item-child:hover>a .expand:after{transform:translate(-50%,-50%) rotate(0deg)!important}.responsive-tabs .nav-tabs{display:flex!important}.responsive-tabs .card{border:none!important;margin-top:80px!important}.responsive-tabs .card .card-header{display:none!important}.responsive-tabs .card .collapse{display:block!important}}@media (min-width:1680px){.container-fluid{padding-left:90px!important;padding-right:90px!important}}@media (max-width:1681px){.header .menu>.menu-item{margin:0 2.8%!important}.brand img{height:85px!important}.homeOurClientsBox{width:245px!important}.getTouch{padding-left:110px!important}.seoBannerPart{top:-135px!important}}@media (max-width:1536px){.header .menu>.menu-item{margin:0 2.3%!important}.brand img{height:80px!important}.homeOurClientsBox{width:230px!important}.footerContact ul.footerConList li a{font-size:14px!important}.footerContact ul.footerConList li a svg{width:20px!important}.homeGrowBusinessText{padding-top:41%!important}.aboutBoxPart{padding-left:.8rem!important;padding-right:.8rem!important}.forexWebSolutions .aboutBoxPart{padding:40px 40px 30px!important}.aboutBoxPart .colInner{padding:40px 30px 30px!important}.getTouch{padding-left:90px!important}.seoBannerPart{top:-143px!important}.seoBanner:after{bottom:16.7%!important}.seoImg img{left:-36%!important}.mainBlogSmall .homeBlogBox{width:auto!important}.owl-one.owl-carousel .owl-item{padding:20px!important}.SocialMedialeft{width:320px!important;bottom:25%!important}.SocialMediaright{right:4%!important;bottom:22%!important;width:380px!important}.lightBox{width:100%!important}}@media (max-width:1367px){.brand img{height:70px!important}.container-fluid{padding-left:20px!important;padding-right:20px!important}.homeOurClientsBox{width:220px!important;padding:25px!important}.homeGrowBusinessText p{padding:0!important}.wordpressSolutions ul li{padding:18px 0!important}.mainBlogSmall .homeBlogBox img{width:100%!important}.mainBlogSmall .homeBlogBox img.blogArrow{width:auto}.SocialMedialeft{width:300px!important;bottom:28%!important;left:3%!important}.SocialMediaright{right:3%!important;bottom:24%!important;width:360px!important}}@media (max-width:1359px){.container-fluid{padding-left:15px!important;padding-right:15px!important}.banner h1{font-size:40px!important;line-height:58px!important}.footerLink ul li a,.homeSolutionBox h4{font-size:18px!important}.footerLogo,.homeOurClients p{padding:0!important}.homeOurClientsBox p{font-size:18px!important;line-height:28px!important}.homeOurClientsBox{width:205px!important}.homeCountBox h2{margin:0 0 30px!important;font-size:58px!important;padding:28px!important}.homeGrowBusinessText p,.homeOurClients p{font-size:20px!important;line-height:34px!important}.homeCountBox h4{font-size:38px!important;line-height:42px!important}.footerContact ul.footerConList li a svg{width:15px!important;margin-right:2px!important}.footerContact ul.footerConList li a{font-size:13px!important}.footerContact h3,.footerLink h3{font-size:24px!important}.footer .copy,.footerLogo p{font-size:16px!important;line-height:28px!important}.btn-danger{padding:.5em 3em!important}.aboutBoxPart h4{font-size:22px!important;line-height:32px!important}.aboutBoxPart ul li{font-size:18px!important;line-height:34px!important}.aboutBoxPart{box-shadow:3px 4px 10px rgba(0,0,0,.18)!important}.aboutBoxPart:hover{box-shadow:3px 3px 10px rgba(0,0,0,.1)!important}.owl-one.owl-carousel .owl-item{padding:18px!important}.seoImg img{top:45px!important}.seoBannerPart{top:-137px!important}.roomSidebar{padding:30px!important}.progress-text{padding:30px 15px 0!important}.forexWebSolutions .aboutBoxPart{padding:40px 30px 30px!important}}@media (max-width:1153px){.container{width:100%!important;max-width:100%!important}.brand img{height:50px!important}.header .menu>.menu-item>a{font-size:16px!important}.header .menu>.menu-item{margin:0 1.8%!important}.homeSolutionBoxPart{margin-top:50px!important}.homeSolutionBox{padding:2em 1em!important}.homeSolution{text-align:center!important}.homeGrowBusinessText{padding-top:36%!important}.homeOurClientsBox{width:190px!important}.homeBlogBox,.homeCountBox{width:100%!important}.homeCountBox h2{margin:0 0 30px!important;padding:20px!important;font-size:42px!important}.homeCountBox h4{font-size:24px!important;padding:0!important}.homeBlogBox{padding-left:20px!important}.homeBlogBox:before{width:4px!important}.homeBlogBox h3{font-size:22px!important}.homeBlogBox p{font-size:16px!important;line-height:26px!important}.homeBlogBox .blogArrow{width:36px!important}.homeNewsletter p{display:none!important}.homeNewsletter #homeSubscribe{margin-top:30px!important}.banner h1{font-size:34px!important;line-height:50px!important}.Contact p,.banner p{font-size:20px!important;line-height:34px!important}.titelOne h2 small{font-size:19px!important}.titelOne h2{font-size:36px!important;line-height:38px!important}.homeGrowBusinessText p,.homeOurClients p{font-size:18px!important;line-height:28px!important}h2{font-size:36px!important}.homeFaq .accordion-button{font-size:20px!important}.homeFaq .accordion-button:after{width:1.5rem!important;height:1.5rem!important;background-size:1.5rem}.footerLink ul li a{font-size:17px!important}.footerLink ul li{margin:12px 0!important}.WhyChoose h3{font-size:20px!important}.titelLine h3,.titelTwo h3{font-size:32px!important}.header .menu>.menu-item>.sub-menu>.menu-item>a{font-size:16px!important}.homeWebSolutionsbox{width:100%!important}.aboutBoxPart{padding-left:1.5rem!important;padding-right:1.5rem!important}.topIcon{margin:0 10px 30px!important}.brandingBox:after,.brandingBox:before{width:190px!important;height:230px!important}.getTouch{padding-left:70px!important}.brandingBox:after,.brandingBox:before{width:80px!important;height:370px!important}.wordpressDevelopment:before{background:var(--color-orange)!important;top:-20%!important}.wordpressDevelopment:after{background:var(--color-green)!important;bottom:20%!important}.wordpressDevelopmentImg:before{height:3px!important;width:20%!important;left:0!important;top:63%!important}.wordpressDevelopmentImgLine{height:3px!important;right:0!important;width:11%!important;top:25%!important}.seoImg img{left:-28%!important}.keyFeaturesTab .nav-tabs .nav-item{padding:0 12px!important}.keyFeaturesTab .card-header h5 a,.keyFeaturesTab .nav-tabs .nav-link{font-size:20px!important;line-height:30px!important}.container,.container-fluid{padding-left:30px!important;padding-right:30px!important}.progress-text{padding:30px 0 0!important}.topIcon.coloBlue{margin:20px 0 0!important}}@media (max-width:992px){.header .overlay.active{display:block!important;opacity:1!important;visibility:visible!important}.header .navbar{position:fixed!important;top:0!important;left:-100%!important;width:75%!important;height:100%!important;z-index:999!important;opacity:0!important;overflow-y:auto!important;visibility:hidden!important;background:var(--color-white)!important;box-shadow:var(--shadow-medium)!important;transition:all .5s ease!important;align-items:flex-start!important}.header .navbar.active{left:0!important;opacity:1!important;visibility:visible!important}.header .menu{width:100%!important;height:auto!important;margin:0!important;display:block!important;justify-content:normal!important}.header .menu>.menu-item{display:block!important;margin:0 1.25rem!important}.header .menu>.menu-item:last-child{margin:0!important;width:100%!important}.header .menu>.menu-item-child>a{display:flex!important;justify-content:space-between!important;align-items:center!important}.header .menu>.menu-item>a{padding:.625rem 0!important;color:var(--color-black)!important;font-size:18px!important}.header .menu>.menu-item>a .expand{display:inline-block!important}.header .menu>.menu-item>a .expand:after,.header .menu>.menu-item>a .expand:before{background:var(--color-black)!important}.header .menu>.menu-item-child.active>a .expand:after{transform:translate(-50%,-50%) rotate(0deg)!important}.header .menu>.menu-item>.sub-menu{position:relative!important;top:auto!important;left:auto!important;width:100%!important;max-height:0!important;padding:0!important;border:none!important;outline:none!important;opacity:1!important;overflow:hidden!important;visibility:visible!important;background:transparent!important;box-shadow:none!important;transform:translateY(0)!important}.header .menu>.menu-item>.sub-menu>.menu-item>a{padding:0 .625rem!important;color:var(--color-black)!important}.header .burger{display:block!important;opacity:1!important;visibility:visible!important}.header.darkHeader .navbar{background:var(--color-blue)!important}.header.darkHeader .menu>.menu-item>a .expand:after,.header.darkHeader .menu>.menu-item>a .expand:before{background:var(--color-white)!important}.header.darkHeader .menu>.menu-item>.sub-menu>.menu-item>a{color:var(--color-white)!important}.topPart{padding:8px 15px!important}.homeGrowBusinessText{padding-top:0!important}.homeGrowBusiness{padding:50px 0!important;background:var(--color-blue)!important;background:linear-gradient(to bottom,var(--color-blue) 28%,var(--color-blue) 28%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-blue)",endColorstr="var(--color-blue)",GradientType=0)!important}.homeOurClientsBox{width:190px!important;float:left!important;margin:15px 20px!important}.homeSolution{padding:150px 0 50px!important}.homeSolutionBoxPart{margin-bottom:30px!important}.homeBlog,.homeWebSolutions,.homeWhyChoose,.ptb-80{padding:50px 0!important}.pt-80{padding-top:50px}.pb-80{padding-bottom:50px}.mtb-80{margin:50px 0!important}.mt-80{margin-top:50px}.mb-80{margin-bottom:50px}.homeWebSolutionsbox{margin-top:15px!important;margin-bottom:15px!important}.homeGrowBusinessText h3{font-size:32px!important}.WhyChoose{margin-top:50px!important;margin-bottom:50px!important}.homeCountBox{margin:0!important}.homeCountBox h2{margin:0 0 10px!important;padding:10px!important;font-size:32px!important}.homeCountBox h4{font-size:18px!important}.homeFaq{padding:50px 0 0!important}ul.Social li a svg{width:42px!important;height:42px!important}.contactBox{margin:0 auto!important;width:100%!important;box-shadow:inherit!important;padding-bottom:0!important}.titelLine:after{left:0!important;right:0!important;width:70px!important}.addressBox{margin:0 auto 50px!important;height:auto!important}.getTouch{width:120%!important;left:-10%!important;padding:40px 100px!important;margin:50px auto 0!important}.wordpressDevelopment:before{top:-50%!important}.wordpressDevelopmentImg:before{top:1%!important}.wordpressDevelopmentImgLine{width:8%!important}.wordpressSolutions{padding-left:50px!important;padding-right:50px!important}.wordpressSolutions ul li{background:#364341!important;padding:15px 30px!important;margin-bottom:15px!important;position:relative!important;z-index:99!important}.wordpressSolutions ul li:first-child{padding-top:15px!important}.seoImg img{left:0!important;top:-60px!important}.seoBanner:after{bottom:7%!important;height:200px!important}.seoBannerPart{top:-80px!important}.seoBanner:before{width:130px!important;height:54%!important;left:38%!important}.responsive-tabs .tab-pane{display:block!important;opacity:1!important;margin-bottom:80px!important}.responsive-tabs .tab-pane:last-child{margin:0!important}.keyFeaturesTab .card-body{margin-top:50px!important}h3{margin-bottom:20px!important}.homeNewsletter{padding:50px 0!important}.banner{text-align:center!important}.flex-lg-row-reverse ul.checkList li{flex-direction:inherit!important}.flex-lg-row-reverse ul.checkList li svg{margin-left:0!important;margin-right:15px!important}.SocialMediatop{position:absolute!important;right:5%!important;top:17%!important;display:block!important}.SocialMedialeft,.SocialMediaright{display:none!important}.progress-text{padding:0 0 0 25px!important}.footerContact ul.footerSocial li a svg{width:28px!important;height:28px!important}.mianBlogText{margin-left:0!important;margin-bottom:30px!important}.mainBlogSmall .homeBlogBox{margin-top:50px!important}.whyForexWebDesign{padding-left:40px!important;padding-right:40px!important}.whyForexWebDesignBox:nth-child(3) .whyForexWebDesignImg:after,.whyForexWebDesignBox:nth-child(4) .whyForexWebDesignImg:after{right:inherit!important;top:inherit!important;left:-5%!important;bottom:-9%}.whyForexWebDesignBox,.whyForexWebDesignBox:nth-child(4),.whyForexWebDesignBox:nth-child(6){margin-top:40px!important}.whyForexWebDesignBox .whyForexWebDesignImg{margin-top:0!important}}@media (max-width:767px){.homeBlogBox{width:380px!important}.footerContact ul.footerConList li a{font-size:17px!important}.footerContact ul.footerConList li a svg{width:20px!important}.keyFeaturesTab{padding-top:0!important}.responsive-tabs .tab-pane{margin-bottom:50px!important}}@media (max-width:667px){.homeOurClientsBox{margin:15px 10px!important}.homeWebSolutionsbox{width:100%!important;height:auto!important}.homeSolution{padding:100px 0 50px!important}}@media (max-width:576px){.homeOurClientsBox{width:300px!important;margin:15px auto!important;float:none}.homeOurClientsBox>div{width:100%!important;text-align:center!important}.WhyChoose.WhyChooseThree{margin-top:0!important}.footer .copy{font-size:14px!important;line-height:22px!important}.homeFaq .accordion-button{font-size:16px!important}.homeFaq .accordion-button:after{width:1rem!important;height:1rem!important;background-size:1rem!important}.accordion-header{line-height:24px!important}body,p{font-size:14px!important;line-height:22px!important}h2{font-size:28px!important;line-height:38px!important}.homeNewsletter{padding:50px 0!important}.titelLine h3,.titelTwo h3{font-size:28px!important;margin-bottom:15px!important}.titelLine h3 small,.titelTwo h3 small{font-size:15px!important}.titelOne h2{font-size:30px!important;line-height:34px!important}.titelOne h2 small{font-size:16px!important}.brandingBox:after,.brandingBox:before{width:130px!important;height:190px!important}.wordpressDevelopment:after,.wordpressDevelopment:before{width:65px!important;height:280px!important}.wordpressSolutions:after{width:55%!important;height:55px!important}.wordpressSolutions:before{width:55px!important;height:60%!important}.seoBannerPart{top:-55px!important}.WhyChoose{width:100%!important;margin-top:20px!important;margin-bottom:20px!important}.homeCountBox{background:#8da820!important;margin:15px 0!important}.bg-orange .homeCountBox{background:#be440a!important}.homeCountBox h2{padding-bottom:0!important;padding-top:15px!important}.homeCountBox h4{padding-bottom:10px!important}.getTouch{padding:40px 50px!important}}@media (max-width:567px){.banner h1{font-size:30px!important;line-height:40px!important}.Contact p,.banner p{font-size:18px!important;line-height:28px!important}.btn-outline-warning{font-size:16px!important}.titelOne h2{font-size:26px!important;line-height:30px!important}.homeSolutionBox{margin:12px 0!important}.titelLine h3,.titelTwo h3{font-size:24px!important;line-height:32px!important}.homeGrowBusinessText h3{font-size:28px!important}.homeGrowBusinessText p,.homeOurClients p{font-size:16px!important;line-height:28px!important}.WhyChoose h3{font-size:18px!important}h2{font-size:26px!important;line-height:30px!important}.homeNewsletter .input-group>.form-control{flex:initial!important;width:100%!important;margin-bottom:15px!important;height:52px!important}.homeNewsletter .input-group .input-group-btn{margin:0!important;width:100%!important}.homeNewsletter .btn{height:52px!important;width:100%!important}.footerLogo img{height:42px!important}.footerContact h3,.footerLink,.footerLink h3,.footerLogo{margin-bottom:30px!important}.footer{padding-bottom:20px!important}.addressBox{padding:30px 20px!important}.wordpressSolutions{padding-left:30px!important;padding-right:30px!important}.wordpressSolutions ul li{font-size:18px!important}.seoBanner:before{width:90px!important}.responsive-tabs .tab-pane{margin-bottom:40px!important}.whyForexWebDesign{padding-left:20px!important;padding-right:20px!important}.whyForexWebDesignBox .titelLine h3 span{font-size:38px!important}.whyForexWebDesignBox,.whyForexWebDesignBox:nth-child(4),.whyForexWebDesignBox:nth-child(6){margin-top:30px!important}.container-fluid .container{padding-left:0!important;padding-right:0!important}.homeWebSolutionsbox{padding:20px 15px!important}.homeWebSolutionsbox a svg{width:48px!important}.footerLink ul li a,.homeSolutionBox h4{font-size:15px!important}}@media (max-width:376px){h2{font-size:22px!important}.homeBlogBox,.homeOurClientsBox{width:260px!important}.homeSolutionBox{padding:1em 0!important;height:160px!important}.topPart a.getQuote{font-size:15px!important}.topPart a.getQuote img{width:26px!important}.topPart ul li a svg{width:20px!important;height:20px!important}.topPart ul li{margin:0 2px!important}.addressBox{width:92%!important;padding:22px 15px!important}.wordpressSolutions{padding-left:0!important;padding-right:0!important}.wordpressSolutions ul li{font-size:16px!important;padding:10px 18px!important}.wordpressSolutions ul li:first-child{padding-top:10px!important}.wordpressDevelopment:before{top:-112%!important}.getTouch{width:140%!important;left:-20%!important}.homeWebSolutions .col-6{width:100%!important}.whyForexWebDesign{padding-left:0!important;padding-right:0!important}}