<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: WPOnlineSupport
Theme URI: https://them.es/starter
Author: WPOnlineSupport
Author URI: https://www.wponlinesupport.com
Description: WordPress Service Based Theme
Version: 3.5.6
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: wpos-service
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */


@font-face {
font-family: Poppins-Bold;
src: url(fonts/Poppins-Bold.ttf);
}
@font-face {
font-family: Poppins-Regular;
src: url(fonts/Poppins-Regular.ttf);
}
@font-face {
font-family: Poppins-Medium;
src: url(fonts/Poppins-Medium.ttf);
}
@font-face {
font-family: Poppins-SemiBold;
src: url(fonts/Poppins-SemiBold.ttf);
}

h2.wp-block-heading mark {
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #E6533A;
    background-image: linear-gradient(90deg, #AB3A6C 0%, #E6533A 100%);
    background-size: 100%;
    -webkit-text-fill-color: transparent;
}


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.mark, mark{padding: 0 !important;}

header .navbar-nav{
	position: relative;
	justify-content: right;
}
.contact-btn{
	position: absolute;
	right: 0;
	background: #ed4e31;
	border-radius: 40px;
}
.website-header .navbar .contact-btn a{
	color: #fff;
	padding: 8px 24px !important;
}

/* service site general css */


body, body p,body a{
	font-family: Poppins-Regular;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 1.5;
	word-break: keep-all;
	color: #1c1c1c;
}
h1, h2, h3{
	color: #000;
	font-weight:700 !important;
}
h4, h5, h6{
	font-weight:600 !important;
}
h1.wp-block-heading{
    font-size:38px;
    line-height: 52px;
}
h2.wp-block-heading{
	font-size: 34px;
    line-height: 45px;
    color: #282828;
}
.custh2 h2.wp-block-heading{
	font-size: 2rem;
	line-height: 1.2;
}

.wp-border-radius img{
	border-radius: 36px;
}
h3.wp-block-heading{
		font-size: 32px;
    line-height: 40px;
    color: #000;
}

h4.wp-block-heading{
		font-size: 30px;
  	line-height: 1.2;
  	color: #000;
}

.navbar-collapse{
	justify-content: space-between;
}
.navbar-nav{
	width: 100%;
	justify-content: center;
}
#wrapper .container{
	padding: 0;
	margin-top: 0;
}
.wp-block-columns .container{
	margin: 0 auto;
}
.mt60{
	margin-top: 60px !important;
}
.mt80{
	margin-top: 80px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mb0{
	margin-bottom: 0;
}
.mb40{margin-bottom: 40px;}
.ptb{
	padding: 60px 15px;
}
.pd0{
	padding: 0;
}]
.pdl{
	padding-left: 50px;
}
.pdr{
	padding-right: 50px;
}
.pdb{
	padding-bottom: 60px;
}

.website-button .wp-block-button .wp-block-button__link{
	background: transparent;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 120%;
  border-radius: 3px;
  padding: 6px 16px;
  box-shadow: none;
  border: 1px solid #1a4663;
  color: #1a4663;
}
.logged-in .website-header{
	top: 32px;
}
.website-header{
	position: fixed;
	top: 0px;
	background-color: #f5f9fe;
	z-index: 999;
	width: 100%;
	padding: 12px 15px;
}
.website-header .navbar {
	padding: 0;
}
.website-header .navbar .nav-link{
	color: #000;margin-left: 15px;
}
.website-header .navbar .nav-link.active{
	color: #e06807;
}
.website-header .navbar .contact-btn .nav-link.active{
	color: #fff;
}
#wrapper #main{
	padding-top: 74px;
}

.wpos-service-footer{
  	color: #000;
}
.wpos-service-footer .col-md-12{padding: 0;}
.wpos-service-footer .row{margin-right: 0;margin-left: 0;}
.footer-top-main{
	position: relative;background-color: #0f204b;
  padding: 40px 20px;}
.footer-top-main h3{line-height: 48px;
  color: #fff;font-size: 40px;
  margin-bottom: 12px;font-weight: 600 !important;
}
.footer-top-main p{margin-bottom: 24px;color: #fff;font-size: 16px;}

.wp-footer-serach input, .wp-footer-serach input:focus{
	border-radius: 40px;
	padding: 8px 20px;
	height: 50px;
	box-shadow: none;
	border: 0;
	font-size: 16px !important;
  border: 1px solid #ddd;
}
.footer-top-main .wp-block-search__inside-wrapper {
	width: 100%;
  	justify-content: end;
  	margin: 0 0 0 auto;
}
.footer-bottom-main h2{
	line-height: 30px;
	font-size: 26px;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}
.footer-bottom-main p{
	font-size: 17px;
}
.footer-bottom-main ul li a{
		color: #fff;
  	padding: 0;
  	line-height: 32px;
  	display: inline-block;
}
#footer .footer-bottom-main .menu-item a[aria-current="page"]{
	color: #e06807;
}
.footer-bottom-main ul li{
	position: relative;
	padding-left: 30px !important;
  	padding: 7px;
}

.footer-bottom-main ul li a{
	font-size: 17px;
  	line-height: 21px;
}
.footer-bottom-main p a{
	color: #fff;
	line-height: 28px;
}
.footer-copyright {
  padding: 15px;text-align: center;background-color:#0f204b;
}
.footer-copyright p{
	font-size: 14px;
	margin-bottom: 0;color:#fff;
}

.wpos-service-footer .footer-top-main{display:none;}

:where(.wp-block-columns) {
  margin-bottom: 0;
}
.small-wrap{
	max-width: 890px;
  	margin: 0 auto 15px;
  	font-size: 17px;
}

.footer-bottom-main .menu{
	display: block;
}

.single-post .col-md-8{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.single-post .entry-title{
	font-size: 36px;
}
.single-post #sidebar{
	display: none;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  text-decoration: none;
  background: #ed4e31;
  border: 0;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 24px;
  border-radius: 5px;
  padding: 10px 30px;
  outline: none;color: #fff;
}

#main .entry-title{display: none;}
.hide-me{display:none !important;}
.wp-block-details {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.wp-block-details:last-child{border: 0;}
.wp-block-details summary {font-size: 24px;}
.wp-block-details ul{margin: 10px 0;text-transform: capitalize;
  font-size: 18px;}

.max-wrap{max-width: 1200px !important;margin:0 auto !important;}

.header-btn a{text-decoration: none;
  background: #ed4e31;display: inline-block;
  border: 0;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 24px;
  border-radius: 5px;
  padding: 8px 20px !important;
  outline: none;
  color: #fff !important;}


.service-home-banner h2.wp-block-heading{font-size: 48px;
  line-height: 1.17;font-family: "Outfit", sans-serif;
  color: #000;
  font-weight: 500 !important;margin-bottom: 24px;}
.banner-left{padding: 30px 80px 30px 30px;}
.banner-left p{margin-bottom: 30px;}
.banner-left .wp-block-button .wp-block-button__link{background: #194563;
  border: 0;
  height: 50px;
  padding: 0 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}


.services-home-main h2.wp-block-heading, .service-home-support h2.wp-block-heading,
.service-home-expect h2.wp-block-heading, .service-home-work h2{font-size: 48px;line-height: 1.17;font-family: "Outfit", sans-serif;font-weight: 500 !important;margin-bottom: 24px;}
.service-box{text-align: center;background-color: #151d22;color: #fff;padding: 2rem;border-radius: 3px;}
.service-box svg{fill: #fff;height: 60px;width: 60px;}
.service-box h4.wp-block-heading {color: #fff;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500 !important;
  margin: 1.5rem 0;
  letter-spacing: 1.33px;
  text-transform: uppercase;
}
.service-box p{color: #b8ccc6;font-size: 17px;line-height: 1.63;}

.service-home-silder .wpsisac-slick-slider h2.wpsisac-slide-title{line-height: 1.17;font-size: 48px;letter-spacing: -.3px;color: #000;}
.wpsisac-slide-wrap{display: flex;align-items: center;gap: 20px;padding: 0 60px;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left{order: 2;padding: 30px 40px;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left,
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-right{width: 50%;}
.wpsisac-slick-slider .slick-arrow{width: 50px;background-color: transparent;height: 50px;border-radius: 50%;padding: 5px;line-height: 16px;}
.wpsisac-slick-slider .slick-arrow svg{fill: #194563;}

.expect-inr{text-align: center;background: #fff;padding: 20px;}
.expect-inr p {margin:15px 0 0;color: #000;}
.expect-inr svg{fill: #ffc949;width: 30px;height: 30px;}

.work-box {background: #194563;color: #fff;padding: 2rem;position: relative;border-top: 10px solid #00a69c;}
.work-box h3{font-family: "Outfit", sans-serif;font-weight: 500 !important;color: #fff;}
.work-box h4{position: absolute;font-family: "Outfit", sans-serif;font-weight: 500 !important;right: 30px;top: 30px;color: #fff;}
.work-box p{margin-top: 24px;}
.service-cta-wrap{background: #00a69c;color: #fff;}
.service-cta-wrap h2{font-size: 48px;color: #fff;line-height: 1.17;font-family: "Outfit", sans-serif;font-weight: 500 !important;margin-bottom: 24px;}
.service-cta-wrap .banner-left{padding: 0;}
.service-cta-wrap ul{margin: 30px auto;text-align: center;list-style: none;display: flex;justify-content: center;gap: 10px;font-weight: 600;color: #fff;padding: 0;}
.service-cta-wrap li{position: relative;padding-left:15px;}
.service-cta-wrap li::before{position: absolute;content: "";width: 12px;height: 12px;background: #fff;border-radius: 50%;left: -4px;top: 55%;transform: translateY(-50%);}
.service-cta-wrap li:first-child::before{content: none;}

.home-casestudy-wrap{border-bottom: 1px solid #dae9fd;border-top: 1px solid #dae9fd;}

.casestudy.cards{
  padding: 0;
  list-style: none;max-width: 1060px;
  margin: 0 auto;}
 

.single-casestudy #main{max-width: 100%;}
.single-casestudy #main &gt; .row{margin-left:0;margin-right:0;}
.single-casestudy .col-md-8{width: 100%;}
.single-casestudy #sidebar{display: none;}

.home-logo-wrap {padding: 0px 15px;}
.home-logo-wrap .wp-block-image img{padding:10px;}
.wpos-work-process-main .wp-block-cover{padding: 60px 15px 90px;}
.process-box-col {position: relative;text-align: center;}
.process-box-col .process-head{
	background: rgba(1,166,156,.05);
	padding: 30px 30px 140px 30px;
	margin-bottom: -115px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.process-box-col .process-head h3{
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(1,166,156,.2);
	font-weight: 900;
	font-size: 28px;
	line-height: 33px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.process-box-col .dot-img {
	position: absolute;
	top: 90px;
	left: 60px;
}

.wphtsp-slider-wrp{margin: 60px 0;}
.wphtsp-slider-wrp .wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-title {font-size: 24px;color: #01a69c;font-weight: 600 !important;}
.wphtsp-slider-design-6 .wphtsp-slick-slider.slick-initialized.wphtsp-slider-for{width: 700px;margin: 20px auto 0;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}

/* new css start */
.home-main-banner-wrap {min-height: 600px;position: relative;z-index: 1;border-bottom: 1px solid #c6daf6;padding-bottom: 0;}
.home-main-banner-wrap h2{margin-bottom: 1rem;color: #1b3567;font-weight: 700 !important;}
.home-main-banner-wrap h4{color: #ff5800;font-size: 24px;text-transform: lowercase;margin-bottom: 1rem;}
.home-main-banner-wrap p{line-height: 26px;font-size: 17px;padding-right: 25%;}
.home-main-banner-wrap .btn-below-txt{position: relative;top: -3.350rem;padding-right: 0;}

.home-main-banner-wrap ul{font-size: 17px;
  line-height: 32px;
  padding: 5px 0 15px 24px;
  font-weight: 500;list-style:none;}
.home-main-banner-wrap li{position:relative;padding-left:15px;margin-top: 5px;}
.home-main-banner-wrap li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #3cc065;
  left: -15px;
  top: 8px;
  border-radius: 100%;
}
.home-main-banner-wrap li::after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: -7px;
  top: 13px;
  width: 5px;
  border-bottom: 2px solid #3cc065;
  height: 9px;
  border-right: 2px solid #3cc065;
  transform: rotate(45deg);
  -webkit-transform: rotate(40deg);
}

.banner-cta-box{background-color: #fff;
  border: .0625rem solid #cddff5;
  border-radius: .625rem;
  box-shadow: 0 1.25rem .625rem 0 rgba(64,73,88,.1);
  padding: 3.4375rem 1.5625rem 0;
  position: relative;
  z-index: 1;text-align: center;}
.banner-cta-box h3{font-size: 1.575rem;
  line-height: 125%;
  color: #0c2848;
  font-weight: 600 !important;}
.banner-cta-box .wp-block-image {left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -3.125rem;}
.banner-cta-box .wp-block-buttons{position: relative;
  top: -3.125rem;}
.banner-cta-box   .box-p{padding-right: 0;
  border: .125rem solid #abc9fb;
  border-radius: .75rem;padding: 30px 15px;
  display: block;
  justify-content: center;
  min-height: 9.150rem;font-size: 18px;
  font-weight: 500 !important;
  line-height: 120%;
  position: relative;
  top: -.5rem;
  color: #1b3567;}
.banner-cta-box h5{margin: 0 auto;padding: 0 15px;
  background-color: #FFFF00;
  display: inline-block;
  height: 2rem;
  padding: 0 .3125rem;
  color: #000;
  font-size: .875rem;
  line-height: 1.875rem;
  position: relative;
  top: .625rem;
  z-index: 1;}
.banner-cta-box h5::before {
  position: absolute;
  content: "";
  border-color: #FFFF00;
    border-left-color: rgb(41, 74, 136);
  left: -20px;
  border-width: 16px;
  border-style: solid;
  border-left-color: transparent;z-index: -1;height: 32px;
}
.banner-cta-box h5::after {
  position: absolute;
  content: "";z-index: -1;
  border-color: #FFFF00;
  right: -20px;
  border-width: 16px;
  border-style: solid;
  border-right-color: transparent;height: 32px;
}
.rating-cols {
  max-width: 800px;
  margin: 0 auto;
  gap: 15px;
}

.rating-box{
	border: .0625rem solid #c7d6e3;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.rating-box .star-img{margin-bottom: 6px;}
.rating-box p{margin-bottom:0;}

.service-wrap {
  max-width: 1160px;
  margin: 0 auto;
}
.wpls-logo-showcase .slick-arrow{border: 1px solid #000;line-height: 16px;background-color: transparent;}
.wpls-logo-showcase .slick-arrow svg {fill: #000;}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img{width: 160px;}
.wphtsp-slider-design-6 a{pointer-events: none;color: #ff5800 !important;font-weight: 600 !important;font-size: 22px;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-title{-webkit-transform: translateY(10px);transform: translateY(10px);}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title{color: #333;font-size: 22px;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .slick-current .wphtsp-title{-webkit-transform: translateY(0px);transform: translateY(0px);}
.wphtsp-slider-design-6 .wphtsp-slider-nav .slick-list::before{top: 77%;width: 80%;}
.wphtsp-slider-design-6 .wphtsp-slick-slider .slick-arrow {top: 65% !important;}
.wphtsp-slider-design-6 .wphtsp-slick-slider .slick-prev {left: 50px !important;}
.wphtsp-slider-design-6 .wphtsp-slick-slider .slick-next {right: 50px !important;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-wrapper.wphtsp-no-image{padding: 20px;}
.wphtsp-slider-design-6 .wphtsp-slick-slider.slick-initialized.wphtsp-slider-for{width: 700px;margin: 20px auto 0;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;background: #fff;}
.wphtsp-slider-design-6 .slick-initialized .slick-slide{max-width: 700px;margin: 0 auto;}
.wphtsp-slider-design-6 .master-point{margin: 0;padding-left: 15px;font-size: 16px;color: #444;line-height: 30px}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-nav-pointer{height: 22px;width: 22px;}

.home-benefit-wrap .accordion{display: grid;background: transparent;}
.home-benefit-wrap .accordion-item{margin-bottom: 20px;border-bottom: 4px solid #62dbbe;border-radius: 8px;border: 0;}
.home-benefit-wrap .accordion.grn .accordion-item{border-bottom: 4px solid #62dbbe;border-radius: .625rem;}
.home-benefit-wrap .accordion.org .accordion-item{border-bottom: 4px solid #4492dc;border-radius: .625rem;}
.home-benefit-wrap .accordion-item ul{color: #444;font-size: 15px;line-height: 22px;padding: 0;}
.home-benefit-wrap .accordion-item .accordion-title{font-size: 1.05rem;color: #1b3537;font-weight: 600 !important;padding: 1rem;min-height: 70px;display: flex;align-items: center;border-bottom: 0;padding-right: 15%;line-height: 20px;}
.home-benefit-wrap .accordion-title:focus, .home-benefit-wrap .accordion-title:hover {background-color: transparent;}

.home-wehelp-cols img{opacity: 0.75}
.home-wehelp-cols h4{font-size: 22px;color: #1b3537;}
.home-feature-col p{margin-bottom: 0;color: #444;font-size: 16px;}
.home-feature-col{margin-bottom: 15px;border-bottom: 2px dotted #aaa;position:relative;z-index:1;}
.home-feature-col ul{padding:0;}
.home-feature-col:last-child{border: 0;}

.home-logshowcase-wrap{padding: 60px 40px;border-top: 1px solid #dae9fb;}

.home-wpteam-wrap{border-top: 1px solid #dae9fd;background-color: #fafcff;padding: 60px 15px;}
.home-wpteam-wrap h4{font-size: 20px;color: #1b3537;margin-bottom: 5px;}
.home-wpteam-wrap ul{font-size: 15px;line-height: 22px;color: #444;padding: 10px 0 0;}
.home-wpteam-wrap .wp-block-media-text{grid-template-columns: 8% auto !important;margin-bottom: 2.5rem;}
.home-wpteam-wrap .wp-block-media-text &gt; .wp-block-media-text__content{padding: 0 6%;}
.home-wpteam-wrap .max-wrap .wp-block-columns{gap: 20px;}
.home-wpteam-wrap .wp-block-media-text:last-child{margin-bottom: 0;}

/*.process-cols-inr{background: #fff;text-align:center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
  padding: 40px 24px;
  border-top-left-radius: 10px;
  border-bottom: 3px solid #ff5800;
  border-top-right-radius: 15px;}*/
.process-cols-inr svg{width: 60px;fill: #ff5800;height: 60px;}
.process-cols-inr h3{color: #1b3537;margin: 10px 0;
  font-size: 24px;font-weight: 500 !important;
  line-height: 32px;}
.process-cols-inr p{margin-bottom: 0;color: #444;font-size:15px;}


.process-box-col ul{padding: 0;margin: 0;}

@keyframes rt_move {
  0% {-webkit-transform:translateY(0);transform:translateY(0)}
  50% {-webkit-transform:translateY(-30px);transform:translateY(-30px)}
  100% {-webkit-transform:translateY(0);transform:translateY(0)}
}
.process-box-col .dot-img svg {
	color: #d9d9d9;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-animation: rt_move 10s infinite linear;
	animation: rt_move 10s infinite linear;
}
.process-box-col .process-img {
	background-color: #fff;
	box-shadow: 16px 16px 64px rgba(0,0,0,.12);
	border-radius: 50%;
	z-index: 1;
	height: 210px;
	width: 210px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-bottom: 24px;
}
.process-box-col .process-img img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) scale(1);
}
.wpos-work-process-main .wp-block-buttons.website-button {
  margin-right: 60px;
}
.process-box-col p{font-size: 16px;width: 320px;margin: 0 auto;}
.process-box-col .process-arw-img {position: absolute;top: 55%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 0;}
.process-box-col:hover .process-head {background: #01a69c;}
.process-box-col:hover h3{color: #fff;}
.process-box-col:hover .process-img img{transform: translateX(-50%) scale(.9);}

/* hire wordrpess developer page css */
.wp-block-buttons .wp-block-button.whatsap-btn .wp-block-button__link {
  background-color: #00A69C;
  padding: 15px 15px 15px 48px;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}

.wp-block-button.whatsap-btn a::before {
  position: absolute;
  content: "\f232";
  font-family: FontAwesome;
  left: 15px;
  font-size: 25px;
}

.wp-block-columns.cpus-hire-banner {
  padding: 60px 15px;
}
.wp-hire-video-wrap .html5video-medium-12 .video_image_frame {
  height: auto;
}
.wp-hire-video-wrap .video_frame .video_title{display: none;}
.wp-hire-video-wrap, .wp-hire-blog-wrap{background: #eff7ff; padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;}
.wp-hire-video-wrap .video_icon{border: 3px solid #ec4d31;border-radius: 50%;}

.wp-hire-exp-wrap, .wp-hire-chrono-wrap{margin: 60px 0;}
.wp-hire-exp-wrap .hire-exp-col figure{border: 1px solid #444;
  border-radius: 50%;
  padding: 12px;}
.wp-hire-exp-wrap .hire-exp-col p{font-size: 17px;
  line-height: 24px;
  color: #000;
  margin: 0;}
.wp-hire-exp-wrap .hire-exp-col.col-inr {
  margin-top: 40px;
}
.wp-hire-chrono-wrap .wphtsp-slider-wrp{margin-bottom: 60px;}


.wp-hire-pricing-main{background: #eff7ff; padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;}
.wp-hire-pricing-main .tabs-content{border: 0;background: transparent;}
.wp-hire-pricing-main h6{margin: 30px 0;}
.wp-starter-plan{display: flex;gap: 20px;justify-content: center;}
.hire-price-box{box-shadow: rgba(0, 0, 0, 0.24) -3px 4px 10px;padding: 20px;border-radius: 5px;border: 1px solid #ff80597a;flex-basis: 33.33%;}
.hire-price-box h3 {font-size: 24px;font-weight: 600;border-bottom: 1px solid #1e283a;padding-bottom: 15px;}
.hire-price-box span.price{font-size: 30px;margin-bottom: 10px;line-height: 30px;color: #f0592b;font-weight: 600;display: inline-block;}
.hire-price-box span.price span{font-size: 16px;color: #fff;margin: 0 10px;background: #1e293b;padding: 2px;}
.hire-price-box p{font-size: 17px;margin-bottom:0;}
.hire-price-box p.sign {font-size: 34px !important;color: #f0592b;line-height: 44px;}
.hire-price-box ul {padding-left: 20px;margin-top: 10px;margin-left: 0;}
.hire-price-box ul li{font-size: 16px;text-align:left;line-height: 24px;}


.wp-hire-review-wrap {margin: 60px 0;}
.wp-hire-review-wrap .wptww-testimonial-content .wptww-testimonials-text em{line-height: 1.7em;font-size: 17px;font-style: normal;font-family: "Rubik" !important;}
.wp-hire-review-wrap .wptww-testimonials-text em::before, .wp-hire-review-wrap .wptww-testimonials-text em::after {content: none;}
.wp-hire-review-wrap .wptww-testimonials-slidelist.design-4 .wptww-testimonial-inner{border-radius: 15px;padding: 30px !important;margin-left: 0;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;background: #fff;}
.wp-hire-review-wrap .wptww-testimonials-slidelist h4{display: none;}
.wp-hire-review-wrap .wptww-testimonial-content{min-height: 120px;}
.wp-hire-review-wrap .wptww-testimonials-slidelist .slick-slide{padding: 0 35px;margin-bottom: 0;}
.wp-hire-review-wrap .wptww-testimonials-slidelist.design-4 .slick-arrow {background-color: #fff !important;width: 40px !important;height: 40px !important;}
.wp-hire-review-wrap .slick-prev::before, .wp-hire-review-wrap .slick-next::before {content: none;}
.wp-hire-review-wrap .wptww-testimonial-client{font-size: 24px;line-height: 36px;}
.wp-hire-review-wrap .wptww-testimonial-cdec{margin-bottom: 20px;color: #f0592b;}
.wp-hire-review-wrap .wptww-testimonial-cdec a{pointer-events: none;}

.wp-hire-blog-wrap .cards_item{box-shadow: none;padding: 0 10px;
  background: transparent;}
.wp-hire-blog-wrap .case_box_content h2 {
	font-size: 20px;}
.wp-hire-blog-wrap .cards_item .case_box {
  background: #fff;}
.wp-hire-blog-wrap .case_box_content p{display:block;margin-bottom: 0;color: #333;}
.wp-hire-blog-wrap .expand-btn{margin-top: 8px;
  display: inline-block;
  text-transform: lowercase;
  text-decoration: underline;
  font-weight: bold;}
.cs-expand-content ul {
  margin: 0;
  padding-left: 15px;
}

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

	/* Landing page css start	*/

	h1.wp-block-heading {font-size: 25px;line-height: 40px;}
	.home-main-banner-wrap ul{font-size: 15px;line-height: 26px;}
	.home-main-banner-wrap p{padding-right: 0;}
	.casestudy.cards{flex-direction: column;}
	.process-box-col{padding-right: 0;}
	.home-wpteam-wrap .wp-block-media-text{grid-template-columns: 100% auto !important;}
	h2.wp-block-heading{font-size: 28px;line-height: 35px;}
	.wpos-us-accordion-wrp{gap:0;}
	.home-wpteam-wrap .wp-block-media-text.is-stacked-on-mobile &gt; .wp-block-media-text__content{grid-column: 1;grid-row: 2;}
	.home-wpteam-wrap .wp-block-media-text.is-stacked-on-mobile &gt; .wp-block-media-text__media{grid-column: 1;grid-row: 2;}
	.home-wpteam-wrap .wp-block-media-text__media img {width: 25px;}
	.home-wpteam-wrap .wp-block-media-text &gt; .wp-block-media-text__content {padding: 0 10%;}
	.wphtsp-slider-design-6 .wphtsp-slick-slider.slick-initialized.wphtsp-slider-for{width: 100%;}
	.process-box-col ul{padding-left: 2rem;}
	.home-logshowcase-wrap{padding: 60px 15px;}
	.footer-top-main h3{font-size: 28px;}

}
/* home page css */
.pricing-plan-main{
	background-color:#fbfbfd;
	background-image: url(https://corporatewordpress.com/wp-content/uploads/2025/02/rtcamp-insights-background.svg);
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;}
.page .content &gt; .entry-title{
	display: none;
}
.home-banner-main {
	padding: 60px 15px;
}
.home-banner-main h2{
	font-size: 48px;
  	line-height: 115%;
  	padding-left: 15px;
  	border-left: 5px dotted;
  	text-transform: uppercase;
  	color: #1c1c1c;
  	margin-bottom: 20px;
}
.home-banner-main h4{
	margin-bottom: 20px;
}
.home-banner-main p{
	font-size: 18px;
	margin-bottom: 10px;
}
.home-banner-main p.banner-vide-btn{
	margin-bottom: 20px;
	margin-top:20px;
}
.home-banner-main .wp-block-list{ display: inline-block;padding: 0;}
.home-banner-main .wp-block-list li{
	padding-left: 0px;
	list-style: none;
	color: #1a4664;
  	line-height: 36px;
}
.home-banner-main .wp-block-list li img {
	vertical-align: middle;
	margin-right: 5px;
}
.home-banner-main .wp-block-list li::before {
  	content: none;
}

.wp-block-list.ban-list {max-width: 100%;display: flex;flex-wrap: wrap;font-size: 15px;list-style: none;margin-top: 22px;margin-bottom: 22px;column-gap: 10px;}
.wp-block-list.ban-list li {padding: 0px 20px;border: 0;color: #333;position:relative;margin-bottom: 10px;}
.wp-block-list.ban-list li:before{content:''; position:absolute; background:url(https://corporatewordpress.com/global/wp-content/uploads/2025/02/left-point.svg) no-repeat center center; width:17px;  height:35px; top:1px;left:0;}
.wp-block-list.ban-list li:after{content:''; position:absolute; background:url(https://corporatewordpress.com/global/wp-content/uploads/2025/02/right-point.svg) no-repeat center center; width:17px; height:35px; top:3px;right: 0;}

.home-about-main h2, .home-pricing-main h2{
	font-size: 48px;
  	line-height: 60px;
  	margin-bottom: 40px;
}

.banner-vide-btn{
	display: flex;
  	align-items: center;
  	gap: 10px;
}
.banner-vide-btn svg{width: 32px;fill: #194563;}

.home-success-wrp .sp_wpspwpost_static .wpspw-post-grid-content .wpspw-post-image-bg{height: 100%;}
.home-success-wrp .sp_wpspwpost_static .wpspw-readmorebtn{padding: 6px 20px;}

.serviceBox {
	color: #5D6F79;
	padding: 15px 28px 35px;
	position: relative;
	transition: 1.2s;
}
.serviceBox::before, .serviceBox::after {
	content: "";
	border: 5px solid #5D6F79;
	border-bottom: none;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 55px;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 75% 0, 75% 25%, 25% 25%, 25% 0);
}
.serviceBox::after {
	background-color: #5D6F79;
	height: 20px;
	border-radius: 350px 350px 0 0/50px 50px 0 0;
	border: none;
	top: auto;
	clip-path: none;
}

.serviceBox:hover{transform: scale(1.05);}
.serviceBox .icon{
	height: 80px;
	width: 80px;
	margin: 0 auto 35px;
	border-radius: 50%;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5), 0 0 0 15px #5D6F79;
	padding: 10px;
	transition: all 1.5s;
}
.serviceBox .icon img{
	transition: 1.3s;
}
.serviceBox:hover .icon img{
	transform: rotateY(180deg);
}
.serviceBox h4{
	font-size: 18px;
  	line-height: 30px;
  	color: #fff;
  	background-color: #5D6F79;
  	font-weight: 600;
  	text-transform: uppercase;
  	padding: 12px 10px;
  	margin: 0 -28px 15px;
  	text-align: center;
}
.serviceBox ul{
	color: #000;
	text-align: left;
  	line-height: 50px;
  	list-style: none;
  	padding-left: 15px;
}
.serviceBox ul img{
	margin-right: 10px;
}

.home-pricing-main{padding: 80px 15px;}
.wp-solution-banner h2{
	font-size: 2.5rem;
  	line-height: 1.2;
}
.ws-quality h3, .wp-source-main h2, .business-model h2, .wp-agency-model h2{
	font-size: 28px;
  	line-height: 34px;
}

.wp-pricing-main h2{
	font-size: 34px;
  	line-height: 44px;
}
.wp-pricing-main h4{
	font-size: 26px;
}

.wp-service-box{
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
}
.wp-service-box .title{
	color: #000;    
    font-size: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 0 15px;
    width: 300px;
}
.wp-service-box .img-icon{
    color: #0063A6;
    font-size: 35px;
    line-height: 94px;
    width: 105px;
    height: 105px;
    padding: 0 20px;
    margin: 0 15px 30px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.wp-service-box .img-icon svg{
	width: 55px;
}
.wp-service-box .img-icon:before{
    content: "";
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 20px 60.5714px #d9e2ff;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
}
.wp-service-box ul{
	font-size: 17px;
}
.home-service-include{
	padding: 60px 15px;
}
.wp-service-box .wp-block-list li::before{
	width: 8px;
	height: 18px;
	border-bottom: 3px solid;
  	border-right: 3px solid #db7911;
  	transform: rotate(42deg);
	background: none;  
}
.wp-service-box:hover{box-shadow: 0px 20px 60.5714px #e5e9f6;border: 1px solid transparent;}

.wp-block-list {
	font-size: 16px;
	line-height: 30px;
	margin: 5px 0;
}
.wp-block-list li{
	position: relative;
}

.home-dev-main h2{
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
}
.home-dev-main p{
	margin-bottom: 24px;
}
.sec-bg{
	background: radial-gradient(circle, rgba(0,166,156,1) 20%, rgba(25,69,99,1) 77%);
  	color: #fff;
}
.sec-bg h2, .sec-bg p{color: #fff;}
.home-team-main{
	padding: 60px 20px 0;
}
.home-team-main .wp-block-image{margin-bottom: 0 !important;}

.model-box .wp-block-column {
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 40px;
}
.model-box h5{
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	box-shadow: 0px 4px 15px rgba(201, 177, 255, 0.35);
	margin-bottom: 20px;
	font-size: 30px;
	border-radius: 50%;
	color: #e06807;
	border: 1px dotted;
}

.model-box h4.wp-block-heading {
	font-size: 1.5rem;
	line-height: 32px;
	margin-bottom: 15px;
}
.model-box .wp-block-list li::before {
	width: 8px;
	height: 18px;
	left:6px;
	border-bottom: 3px solid;
	border-right: 3px solid #db7911;
	transform: rotate(42deg);
	background: none;
}

.wp-budget-main .wp-block-cover{
	padding: 60px 15px;
}
.box-innar{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  	background: #fff;
  	padding: 40px 20px;
  	margin: 30px 0 0px !important;
  	border-radius: 20px;
  	text-align: center;
}
.box-innar:empty {
	box-shadow: none;
	background: transparent;
}
.box-innar .fa{
	width: 60px;
	height: 60px;
	text-align: center;
	background: #e06807;
	line-height: 60px;
	font-size: 26px;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 24px;
}
.box-innar h4.wp-block-heading{
	color: #000 !important;
  	font-size: 24px !important;
}
.box-svg-wrap {
	padding: 15px;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	margin: 0 auto 40px;
	background: #194563;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-svg-wrap svg{
  	fill: #fff;
  	height: 60px;
  	width: 60px;
}
/* casestudy page css */
.casestudy{
	padding: 0;
  	margin: 0;
}
.casestudy li {
  	list-style: none;position: relative;
  	margin-bottom: 60px;
  	box-shadow: 0px 4px 56px 0px hsla(0, 0%, 11%, 0.08);
  outline: 1px solid #0000;
  border: 1px solid #979797;
  border-radius: 10px;
  overflow: hidden;
}
.case_box {
  	display: flex;gap:40px;
  	flex-wrap: wrap;
  	align-items: center;
}
.case-box-img, .case_box_content {
  flex-basis: 46%;
}
.case_box_content{position:relative;}
.case-box-img {
  height: 350px;
  overflow: hidden;background: rgb(226 251 220);
}
.case-box-img img{
	width:100%;height:100%;object-fit:cover;object-position: top;
}
.casestudy h2 {
  padding: 15px 20px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 0;
}
.casestudy h2 a {
  font-size: 26px;
  color: #1c1c1c;
  line-height: 40px;
  font-family: Poppins-Medium;
  font-weight: 600 !important;
}
.case_box_excerpt{margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.case_box_content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.case_box_content .website-button .wp-block-button .wp-block-button__link{
	font-size: 15px;
  	line-height: 22px;
  	border-radius: 4px;
  	padding: 8px 20px;
}
.card-cat-wrap {
  display: flex;
  gap: 40px;flex-wrap: wrap;
}
.sol-main, .ind-main {
  flex-basis: 45%;
}
.card-cat-wrap h5{font-size: 16px;
  color: #666;
  font-weight: normal !important;margin-bottom: 0;
  line-height: 28px;}

.cs-website-button{position:absolute;bottom:0;right: 0;}
.cs-website-button .wp-block-button .wp-block-button__link{text-decoration: none;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  line-height: 40px;
  padding: 0;
  border: 1px solid #bbb;}


b, strong{font-weight: 600 !important;}


.wposcs-column,
.wposcs-columns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: left; }
.wposcs-medium-1{width: 8.33333%;}
.wposcs-medium-2{width: 16.66667%;}
.wposcs-medium-3{width: 25%;}
.wposcs-medium-4{width: 33.33333%;}

.wposcs-cat-filter-wrap{width: 100%; padding: 0 15px; margin-bottom: 20px; text-align: center;}
.wposcs-cat-filter-wrap .wposcs-cat-name{display: inline-block; border: 1px solid #00a69c; color: #00a69c; padding: 5px 15px; font-weight: bold; cursor: pointer;}
.wposcs-cat-filter-wrap .wposcs-cat-name.wposcs-active,
.wposcs-cat-filter-wrap .wposcs-cat-name:hover{background-color: #00a69c; color: #ffffff;}

.wpos-work-process-main .wp-block-cover{padding: 60px 15px 90px;}

@keyframes rt_move {
  0% {-webkit-transform:translateY(0);transform:translateY(0)}
  50% {-webkit-transform:translateY(-30px);transform:translateY(-30px)}
  100% {-webkit-transform:translateY(0);transform:translateY(0)}
}


/* single casestudy page */
.single-casestudy .col-md-8{width: 100%;}

/* Blog css start */
.wpos-blog-btn .wp-block-button__link{border: none !important;background-color: #1e4e69 !important;padding: 10px 25px;color: #fff;background-image: none !important;}

.blog-cover{padding: 40px;}
.wpos-highlight-col{padding:20px;}
.blog-cover .wp-block-button .wp-block-button__link{background-image: none !important;background-color: #ED4E31 !important;border: none;padding: 8px 30px;border-radius: 5px;}
.cw-map-wrp iframe{width: 100%;}


/* New Home Page */
.wpos-tab-wrp .tabs-title&gt;a{font-size:20px;border-radius: 5px;font-family:'Poppins-SemiBold' !important;color:#282828;}
.wpos-tab-wrp .tabs{border: 0;padding: 0;}
.wpos-tab-wrp .tabs-content{border: 0;    animation: fadeIn 5s;}
.master-point li{font-size: 18px;}
.wpos-tab-wrp .tabs-title&gt;a:focus, .wpos-tab-wrp .tabs-title&gt;a[aria-selected=true] {background: #f6f6f6;color: #000;}
.wpos-tab-wrp .tabs-title&gt;a:hover{}
.wpos-tab-wrp .tabs-title img{margin-right:8px;}
.wpos-tab-wrp .tabs-panel {animation: fadeIn 2s;}
.wpos-tab-wrp .master-point h4{margin-bottom:10px;}

.wpos-review-wrp{background-image:url('https://corporatewordpress.com/global/wp-content/uploads/2025/02/shape-bg-9.svg');background-size:cover;background-repeat:no-repeat;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.wpos-review-wrp .rating-box{border:0;}
.wpos-choose-main{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.rating-box h5, .rating-box p{letter-spacing:0.9px;}
.master-point{margin: 0;padding: 15px 45px;}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

</pre></body></html>