/*
Theme Name: Quick Launch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: We Are Northwest
Author URI: http://www.quicklaunch.co/
Description: Child theme.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');
/*
@media (min-width: 1410px) {
	.container {
	    max-width: 1400px;
	}
}
*/

@media (min-width: 768px) {
	.no-gutter .col-sm-12,
	.no-gutter .col-sm-11,
	.no-gutter .col-sm-10,
	.no-gutter .col-sm-9,
	.no-gutter .col-sm-8,
	.no-gutter .col-sm-7,
	.no-gutter .col-sm-6,
	.no-gutter .col-sm-5,
	.no-gutter .col-sm-4,
	.no-gutter .col-sm-3,
	.no-gutter .col-sm-2,
	.no-gutter .col-sm-1 {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}

/* .grecaptcha-badge {display: none;} */

.notice p {
	display: block;
    color: #fff;
    background-color: #44c879;
    border-radius: 5px;
	font-size: 16px;
	line-height: 22px;
    padding: 10px;
	margin-bottom: 30px !important;
}

* {font-family: 'Open Sans', Arial, Helvetica, sans-serif;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-weight: 700;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: inherit;
	margin: 0 0 16px 0;
}

h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: inherit;
	margin: 0 0 16px 0;
}
h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: inherit;
	margin: 0 0 16px 0;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: inherit;
	margin: 0 0 16px 0;
}
h5 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: inherit;
	margin: 0 0 16px 0;
}

h6 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: inherit;
	margin: 0px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	h1 {
		font-size: 42px;
		line-height: 52px;
		font-weight: 700;
		color: inherit;
		margin: 0 0 16px 0;
	}

	h2 {
		font-size: 35px;
		line-height: 45px;
		font-weight: 700;
		color: inherit;
		margin: 0 0 16px 0;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 700;
		color: inherit;
		margin: 0 0 16px 0;
	}
	h4 {
		font-size: 20px;
		line-height: 32px;
		font-weight: 700;
		color: inherit;
		margin: 0 0 16px 0;
	}
	h5 {
		font-size: 18px;
		line-height: 32px;
		font-weight: 700;
		color: inherit;
		margin: 0 0 16px 0;
	}

	h6 {
		font-size: 16px;
		line-height: 26px;
		font-weight: 700;
		color: inherit;
		margin: 0px;
		text-transform: uppercase;
	}
}

p {
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	line-height: 28px;
	color: #262626;
	font-weight: 400;
	margin: 0 0 16px 0;
}

.small,
.small p {
    font-size: 85%;
	line-height: 150%;
}

.bgimg .vc_column-inner {
	height: 100%;
	min-height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-band {padding: 25px 0;}
.site-band.top {padding: 25px 0 0 0 !important;}
.site-band.bottom {padding: 0 0 25px 0 !important;}


@media (min-width: 992px) {
	.site-band {padding: 70px 0;}
	.site-band.top {padding: 70px 0 0 0 !important;}
	.site-band.bottom {padding: 0 0 70px 0 !important;}
}
.bluebg {background-color: #5195e7;}
.greybg {background-color: #f2f2f2;}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	line-height: 28px;
	color: #262626;
	font-weight: 400;
}

a {
	color: #4698DB;
}

a:hover {
	color: #4698DB;
	text-decoration: underline;
}

.brand {
	width: 250px;
	margin: 20px 0px;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}


.bl {
	display: inline-block;
	padding: 15px 25px;
	font-size: 16px;
	border: 1px solid transparent;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color ease 0.5s;
	background-color: #5195e7;
}

.bl:after {
	content: ">";
	font-size: 16px;
	margin-left: 20px;
	transition: margin ease 0.5s;
	text-decoration: none;
}

.bl:hover {
	text-decoration: none;
	background-color: #4fb0e8;
	transition: background-color ease 0.5s;
}

.bl:hover:after {
	content: ">";
	font-size: 16px;
	margin-left: 40px;
	transition: margin ease 0.5s;
	text-decoration: none;
}


.bl.blue {
	color: #fff;
	background-color: #5195e7;
}

.ol {
	display: inline-block;
	padding: 15px 25px;
	font-size: 16px;
	border: 1px solid;
	text-decoration: none;
	border-radius: 5px;
	background-color: transparent;
	transition: background-color ease 0.5s;
}

.ol:after {
	content: ">";
	font-size: 16px;
	margin-left: 20px;
	transition: margin ease 0.5s;
	text-decoration: none;
}

.ol:hover {
	text-decoration: none;
	background-color: #4fb0e8;
	transition: background-color ease 0.5s;
}

.ol:hover:after {
	content: ">";
	font-size: 16px;
	margin-left: 40px;
	transition: margin ease 0.5s;
	text-decoration: none;
}


.ol.white {
	color: #fff;
	border-color: #fff;
}
	
#hp-banner {
	overflow: hidden;
	background-size: cover;
	background: rgb(16,129,231);
	background: -moz-radial-gradient(circle, rgba(16,129,231,1) 0%, rgba(81,149,231,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(16,129,231,1) 0%, rgba(81,149,231,1) 100%);
	background: radial-gradient(circle, rgba(16,129,231,1) 0%, rgba(81,149,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1081e7",endColorstr="#5195e7",GradientType=1);
	color: #fff;
	margin-bottom: 20px;
}

#hp-banner h1 {
	font-size: 32px;
	line-height: 42px;
}

@media (min-width: 992px) {
	#hp-banner {
		margin-bottom: 0px;
	}
	
	#hp-banner h1 {
		font-size: 60px;
		line-height: 70px;
	}
}

#hp-banner .inner {
	padding: 5% 0 20% 0;
	background-image: url('/wp-content/uploads/2023/05/white-rocket.svg');
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Navigation */

header {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 20px 0px rgba(179,179,179,1);
}

#menu-wrap .menu a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}


#page-title {
	background-color: #333;
	padding: 20px 0;
}

.ftr-bg {
	background-image: none;
	padding: 20px 0; 
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}


@media (min-width: 992px) {
	.ftr-bg {
		background-image: url('/wp-content/uploads/2018/08/footer-rocket-background.jpg');
		padding: 50px 0 200px 0; 
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100%;
	}
}
#hp-footer-cta .footer-cta-wrap {
    padding: 120px 80px;
    text-align: center;
    color: #fff;
	background-color: #4C97E1;
}

#ftr-small-print {
    background-color: #4C97E1;
    padding: 20px 0;
    color: #fff;
}

footer #ftr-small-print .wpb_content_element p,
#ftr-small-print p {
	margin: 0px !important;
	color: #fff;
	font-size: 14px;
}

footer #ftr-small-print .wpb_content_element, 
footer #ftr-small-print ul.wpb_thumbnails-fluid > li,
footer #ftr-small-print .wpb_button {
    margin-bottom: 0px;
}

/* Footer v2 */

#ftr-cta {}

#eco .container,
#ftr-cta .container {
	overflow: hidden;
	border-radius: 20px;
}

#ftr-cta .ftr-cta-content {
	padding: 5%;
	background-color: #5195e7;
	color: #fff;
}


@media (min-width: 992px) {
	#ftr-cta .ftr-cta-content {
		padding: 5% 70px;
		background-color: #5195e7;
		color: #fff;
	}
}

.vc_custom_1685004235383 {background-image: url('/wp-content/uploads/2022/02/quicklaunch-websites-for-business.jpg')}

/* banner */

#topbar {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    color: #fff;
}

#topbar p {
	font-size: 14px;
	margin: 0px !important;
	color: #fff;
}

#topbar a {
	color: #fff;
	font-weight: bold;
}

#topbar .wpb_content_element,
#topbar ul.wpb_thumbnails-fluid > li,
#topbar .wpb_button {
    margin-bottom: 0px;
}

/* Features */

.item {
    padding: 20px;
}

.item>.icon {
    display: table-cell;
    width: 25px;
    padding: 5px 0 0 0;
	font-size: 2em;
}

.item>.content {
    display: table-cell;
    padding-top: 0px;
    padding-left: 23px;
    vertical-align: top;
}

.item .icon svg {
	color: #4C97E1;
	width: 25px !important;
}

#features-support {
	background-color: #ECF0F1;
}

#features-support .bg-wrapper {
	background: url(/wp-content/uploads/2018/06/features-support.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#features-support .text-wrap {
	padding: 80px;
	text-align: left;
	color: #000;
}

#features-wp {
	background-color: #fff;
}

#features-wp .bg-wrapper {
	background: url(/wp-content/uploads/2018/06/features-wordpress.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#features-wp .text-wrap {
	padding: 120px 80px;
	text-align: left;
	color: #000;
}

ol.breadcrumb {padding: 5px 0 0 0;}

ol.breadcrumb li span,
ol.breadcrumb li span a {color: #fff;}

/* Pricing */

#pricing-table .pricing-column .vc_column-inner {
	padding: 30px;
	border-radius: 20px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	transition: margin 0.5s ease;
	margin: 30px 0 0 0;
	/*height: 100%;*/
}

#pricing-table .pricing-column:hover .vc_column-inner {
	margin: 0 0 30px 0;
	transition: margin 1s ease;
}

#pricing-table .pricing-column h5 {
	text-align: center;
    margin: -30px -30px 20px -30px;
    background: #262626;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#pricing-table .pricing-column ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#pricing-table .pricing-column ul li {
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	line-height: 28px;
	color: #262626;
	padding: 5px 0;
	font-weight: 400;
}

#pricing-table .pricing-column ul li:before {
	content: '';
}

#pricing-table .pricing-column .price {
	font-size: 90px;
	line-height: 80px;
	color: #5195e7;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
}

#pricing-table .pricing-column .price:before {
	content: "£";
	font-size: 30px;
	line-height: inherit;
	font-weight: bold;
}

/*   */
#why-image-band {
    width: 100%;
    background: url(/wp-content/uploads/2018/06/homepage.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    text-align: center;
    margin-top: 100px;
}

#why-image-band p {
	color: #fff !important;
}

#abt-history {
    background-color: #575756;
    color: #fff !important;
}

#abt-history p {
	color: #fff;
}

ul.role-requirements li {
    margin: 0 0 15px 0 !important;
}

ul.role-requirements p b {
    color: #4699DB !important;
}


span.menu-tag {
    position: relative;
    display: inline-block;
    background-color: #4699DB;
    padding: 5px;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    margin-left: 15px;
}

/* Forms */

#form-wrap {
    background-color: #f1f1f1;
    padding: 50px 0;
    margin: 0px 0 0 0;
}

.process-step i {
    color: #6191E6;
    font-size: 4em;
}

input[type="submit"] {
	display: inline-block;
	color: #fff;
	background-color: #44C879;
	border-radius: 35px;
	padding: 10px 25px;
	margin: 0 10px;
	font-size: 16px;
	transition: all 0.5s ease;
	border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0px;
}

label {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.frm-row {
	margin: 0 0 20px 0;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	margin: 0 0 0 10px;
}

.get-started hr {
	margin: 70px 0;
}

.frm-wrap {
    padding: 30px;
    background-color: #eee;
    border-radius: 10px !important;
}

.vc_grid-filter.vc_grid-filter-center {
    text-align: left;
}

footer #ftr-socials {
	padding: 0px 0 0 0;
}

footer .ftr-social {
	margin: 0px 0 0 0px;
	padding: 0px;
	text-align: left;
}
footer .ftr-social li {
	padding: 0px 10px 0 0;
	display: inline-block;
}
footer .ftr-social li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	background-color: #4699DB;
	border-radius: 50%;
	line-height: 50px;
	font-size: 20px;
	transition: background-color 0.5s ease;
}


/* Footer social menu */
@media (min-width: 992px) {
	footer #ftr-socials {
		padding: 20px 0;
	}

	footer .ftr-social {
		margin: 0px 0 0 0px;
		padding-bottom: 20px;
		text-align: right;
	}
	footer .ftr-social li {
		padding: 0px 10px 0 0;
		display: inline-block;
	}
	footer .ftr-social li a {
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		color: #fff !important;
		background-color: #4699DB;
		border-radius: 50%;
		line-height: 50px;
		font-size: 20px;
		transition: background-color 0.5s ease;
	}
}

footer .ftr-social li a:hover {
	color: #fff;
	background-color: #4699DB;
	transition: background-color 0.5s ease;
}

footer .ftr-social li a i {}

footer #ftr-partners {
	position:relative;
}

footer #ftr-partners p {
	margin-bottom: 30px;
}

footer #ftr-partners img {
	display: inline-block;
	max-width: 22%;
	height: auto;
	margin-right: 10px;
}

footer .menu {
	padding: 0;
    margin: 0;
    list-style-type: none;
}

footer .menu li {
    margin: 10px 0;
}

footer .menu a {
	color: #4c97e1;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#blog-wrap {
	background-image: url(/wp-content/uploads/2022/01/blog-bg.gif);
	background-repeat: repeat-x;
}

#blog-wrap .blog-item {
	background-color: #fff;
	padding: 30px 30px 15px 30px;
	border-radius: 20px;
	transition: box-shadow ease 0.5s;
}

#blog-wrap .blog-item:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30); 
	transition: box-shadow ease 0.5s;
}

.grid-wrap {
	margin-top: 50px;
}

.grid-wrap p {
	font-size: 14px; 
	line-height: 20px;
}

#pricing-table table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-top:auto;
    margin-bottom:auto;
}
#pricing-table .text-sm {
    font-size: 12px;
	line-height: 16px;
	margin: 0px !important;
}
#pricing-table .price {
    font-size: 3em;
}

.wpcf7-form-control-signature-wrap {
	width: 100% !important;
}

.testimonial-wrap p {
	color: #000;
}

.testimonial-wrap h5 p {
	font-size: 16px;
	line-height: 24px;
}

.testimonial-wrap {
	background-color: #f2f2f2;
    padding: 20px;
    background-image: none;
	border-radius: 5px;
}


@media (min-width: 992px) {
	.testimonial-wrap {
		background-color: #f2f2f2;
		padding: 20px 20px 20px 150px;
		background-image: url(/wp-content/uploads/2020/06/quote.png);
		background-repeat: no-repeat;
		background-position: 40px 30px;
		background-size: auto;
		border-radius: 5px;
	}
	
	.testimonial-wrap h5 p {
		font-size: 22px;
		line-height: 30px;
	}
}

.white-text p,
.white-text {color: #fff;}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    margin: 25px 0px 26px;
    width: auto;
}

form.wpcf7-form[data-count-fieldset] {
    border: none !important;
    overflow: hidden;
    position: relative;
}

div[id^="wpcf7-f2112-p"] button.cf7mls_back {
    width: auto;
}

.cf7mls_next.action-button {
    padding: 13px 13px;
}

span.ql-additional span.wpcf7-list-item,
span.ql-package span.wpcf7-list-item,
wpcf7-list-item {
	display: block;
	margin: 0;
}

/* blog  */

#article-image {
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
}

.darkgreybg {
	background-color: #262626;
}

.greybg {
	background-color: #f2f2f2;
}

#article-header .blog-title {}

.archive-thumbnail-wrap {
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 100%;
	transition: all ease 0.5s;
	border-radius: 15px;
	margin-bottom: 20px;
}

.archive-thumbnail {
	display: block;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	border-radius: 15px;
	margin-bottom: 25px;
	overflow: hidden;
	transition: all ease 0.8s;
}

.archive-thumbnail:hover {
	transform: scale(1.4);
}

#latest-post .archive-thumbnail-wrap,
#latest-post .archive-thumbnail {
	min-height: 500px;
}

article figure {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

article figure img {
	width: 100% !important;
	height: auto;
}

.article-wrap {}

.article-wrap .blog-title {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}

ul.categories {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.categories li {
	display: inline-block;
	font-size: 12px;
	color: #5195e7;
}

/**/

.tick-list ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.tick-list ul li:before {
	content: '✓';
	color: green;
	padding: 0 10px 0 0;
}

/*   */

.int-block .vc_column-inner {
	padding: 30px;
	background-color: #f2f2f2;
	height: 100%;
	transition: background ease 0.5s;
	border-radius: 5px;
	text-align: center;
}

.int-block:hover p {
	color: #fff;
}

.int-block svg,
.int-block i {
	font-size: 100px;
	color: #5195e7;
}

.int-block:hover svg,
.int-block:hover i {
	font-size: 100px;
	color: #fff;
}

.int-block:hover .vc_column-inner {
	background-color: #5195e7;
	transition: background ease 0.5s;
	color: #fff;
}

.valign-m {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valign-m .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#tp-testimoinal-feed {
    position: relative;
}

#tp-testimoinal-feed .tp-testimonials-container {
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    #tp-testimoinal-feed .tp-testimonials-container::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 10%;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        z-index: 2;
        pointer-events: none;
    }
}

#tp-testimoinal-feed .testimonial-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
#tp-testimoinal-feed .testimonial {
    flex: 1 0 100%; /* The width of each testimonial will be 30% of the container */
    margin-right: 1.67%; /* Adjust margin to show 2/3 of the next testimonial */
    padding: 0px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    box-sizing: border-box;
    max-height: 230px;
    overflow: auto;
    position: relative;
}
@media (min-width: 768px) {
    #tp-testimoinal-feed .testimonial {
        flex: 1 0 49%; /* The width of each testimonial will be 30% of the container */
        margin-right: 1.67%; /* Adjust margin to show 2/3 of the next testimonial */
        padding: 0px;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 10px;
        box-sizing: border-box;
        max-height: 230px;
        overflow: auto;
        position: relative;
    }
}
@media (min-width: 992px) {
    #tp-testimoinal-feed .testimonial {
        flex: 1 0 30%; /* The width of each testimonial will be 30% of the container */
        margin-right: 1.67%; /* Adjust margin to show 2/3 of the next testimonial */
        padding: 0px;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 10px;
        box-sizing: border-box;
        max-height: 230px;
        overflow: auto;
        position: relative;
    }
}

#tp-testimoinal-feed .testimonial::-webkit-scrollbar {
    width: 6px; /* Adjust the width of the scrollbar */
}

#tp-testimoinal-feed .testimonial::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Adjust the color of the scrollbar track */
    border-radius: 6px;
}

#tp-testimoinal-feed .testimonial::-webkit-scrollbar-thumb {
    background-color: #888; /* Adjust the color of the scrollbar thumb */
    border-radius: 6px;
}

#tp-testimoinal-feed .testimonial::-webkit-scrollbar-thumb:hover {
    background-color: #287bad; /* Adjust the color of the scrollbar thumb when hovered */
}

#tp-testimoinal-feed .testimonial:hover {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

#tp-testimoinal-feed .control-wrap {
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

#tp-testimoinal-feed .control {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
}

#tp-testimoinal-feed .control:hover {
    background-color: #444;
}

.testimonial-text {
    padding: 0px 20px 20px 20px ;
}

.testimonial-author {
    padding: 20px 20px 0px 20px;
}

.testimonial-author p {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    width: 50%;
}

.tp-stars {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 40%;
}

.tp-stars img {
    width: 100%;
    height: auto;
}

/* Homepage custom template  */
.hp-banner-inner {
    padding: 7% 0 0 0 ;
}

.radio-wrap {
    display: inline-block;
}

.radio-wrap:hover label {
    background-color: rgba(255, 255, 255, 0.2);
}

.radio-wrap label {
    display: inline-block;
    padding: 15px;
    border: 1px solid #fff;
    margin: 8px !important;
    border-radius: 35px;
    cursor: pointer;
    font-size: 16px;
}

.radio-wrap input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

input[type=radio]:checked ~ label {
  border: 5px solid #fff;
  margin: 3px !important;
}

input[type=radio]:checked ~ label{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.radio-options {
    margin-bottom: 30px;
}

form.sector-list input[type="submit"] {
    background-color: #fff;
    border: 3px solid transparent;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: bold; 
    padding: 20px 40px;
}

form.sector-list input[type="submit"]:hover {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
}
form.sector-list input[type="submit"]::after {
    content: ">";
    color: #000;
    font-size: 16px;
    color: red;
    display: inline-block;
}

.website-previews {
    display: none;
}

@media (min-width: 992px) {
    .website-previews {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .website-previews .rocket {
        position: absolute;
        width: 100%;
        min-height: 350px;
        bottom: -2px;
        background-image: url('/wp-content/uploads/2023/05/white-rocket.svg');
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: 9;
    }

    .website-previews .website-image {
        margin-bottom: 0px;
        margin-top: 100px;
    }

    .website-previews .website-image:hover {
        margin: 0;
    }
    .website-img-wrap {
    	height: 100%;
    	min-height: 340px;
    	position: relative;
    }

    .website-img-wrap img {
    	position: absolute;
    	bottom: 0;
    }
}

blockquote {
	padding-left: 30px;
	border-left: 3px solid #5195e7;
}

blockquote p {
	font-size: 24px;
	line-height: 32px;
}

/* Success stories  */

#featured-ss {
	margin: 50px 0 0 0;
}

.single-featured-ss {
	border-radius: 20px;
	overflow: hidden;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	display: block;
    align-items: center;
}

.single-featured-ss-thumbnail,
.single-featured-ss-content {
    flex: none; /* Both columns take up 50% of the available space */
}

.single-featured-ss-thumbnail {
/* 	background-color: red; */
	width: 100%;
	min-height: 420px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 992px) {
	.single-featured-ss {
		border-radius: 20px;
		overflow: hidden;
		background-color: #f2f2f2;
		margin-bottom: 30px;
		display: flex;
	    align-items: center;
	}

	.single-featured-ss-thumbnail,
	.single-featured-ss-content {
	    flex: 1 1 50%; /* Both columns take up 50% of the available space */
	}

	.single-featured-ss-thumbnail {
/* 		background-color: red; */
	    width: 50%;
	    min-height: 420px;
		position: relative;
	    overflow: hidden;
	}
}

.single-featured-ss-thumbnail a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover; /* Ensures the background image covers the entire div */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background from repeating */
    transition: scale ease 0.5s;
}

.single-ss-wrap .single-ss-thumbnail:hover a,
.single-featured-ss-thumbnail:hover a {
	scale: 120%;
	transition: scale ease 0.5s;
}

.single-featured-ss-content {
	padding: 50px;
}

.single-featured-ss-content .tab {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #5195e7;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
}

.single-ss-wrap .stars {
	margin: 10px 0;
}
.single-featured-ss-content .stars {
	margin: 20px 0;
}

.single-featured-ss-title {
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #000;
	margin-top: 10px;
}

.excerpt {
	margin-bottom: 20px;
}

.excerpt p {
	font-size: inherit;
}

#other-success-stories,
.single-ss-wrap {
	position: relative;
	margin-bottom: 50px;
}
#other-success-stories .single-ss-thumbnail,
.single-ss-wrap .single-ss-thumbnail {
	min-height: 250px;
	position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
#other-success-stories .single-ss-thumbnail a,
.single-ss-wrap .single-ss-thumbnail a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover; /* Ensures the background image covers the entire div */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background from repeating */
    transition: scale ease 0.5s;
}
#other-success-stories .single-ss-title,
.single-ss-wrap .single-ss-title {
	font-size: 24px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.blue-block {
    background-color: #5195e7;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
}

.blue-block p {
	color: #fff;
}

#ss-header {
    background-size: cover;
    background-position: center center;
}
#ss-header .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 10% 0;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss_testimonial {
    padding: 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
    border-left: #4699db solid 5px;
    margin-bottom: 30px;
}

.ss_testimonial p {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: bold;
}

@media (min-width: 992px) {
	.ss_testimonial p {
		font-size: 24px;
		line-height: 1.8em;
		font-weight: bold;
	}
}
.ss_testimonial span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 30px;
}

.grey-block {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 30px;
}


.service-tabs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.service-tabs li {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #fff;
	color: #000;
	border-radius: 10px;
}
.service-tabs {}

.hidden-xs {display: none !important;}
@media (min-width: 992px) {.hidden-xs {display: block !important;}}

.tp-logo-hdr {text-align: center !important;}
@media (min-width: 992px) {.tp-logo-hdr {text-align: left !important;}}

/* SS slideshow */


