/*!
Theme Name: searchbloom_optimized
Theme URI: http://underscores.me/
Author: searchbloom
Author URI: https://searchbloom.com
Description: A responsive theme WP theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Searchbloom is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.single-toolset .page-hero--banner .container, .single-agreements .container {
	max-width: 1370px;
}

.page-template-page-contact .container {
	max-width: 1370px;
}

.single-toolset .page-hero--banner {
		margin-bottom: 50px;
}

.home .slick-arrow {
	cursor: pointer;
	z-index: 5;
}

.all-services-main-wrapper .about-our-partner-wrapper .tab-content p {
	max-width: 100%;

}

.tabsectionseo .tab-content .tab-pane > .row {
	margin: 0;
}

.tabsectionseo .tab-content {
	padding: 20px 20px;
}

.review p {
	color: inherit;
}

body .fp-hero-form .gform_wrapper input[type=submit] {
	width: auto;
}

#hero-gform .fp-h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.45;
}

.fp-hero-form .fp-h2 {
	font-size: 27px;
    font-weight: 500;
    line-height: 1.45;
}

#hero-gform #gform_page_11_2 .fp-h2 {
	font-size: 29px;
}

.unique-award  {
	text-align: center;
	font-weight: 600;
	color: #5d7183;
	font-size: 18px;
	max-width: 396px;
}

.unique-award p:last-child {
	margin-bottom: 0;
}

.unique-award .award--image {
	border: 1px solid #ebebeb;
	padding: 20px 0;
	margin-bottom: 1.5rem;
	border-radius: 0.325rem;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.point-list .point-title {
	padding-top: 10px;
}

.point-list li:first-child .point-title {
	padding-top: 0;
}

.point-list li {
	padding-bottom: 36px;
}

body.exit-intent {
	overflow-y: hidden;
}

body .exit_intent {
	background: #26a8da var(--wpr-bg-d0c58e0f-954c-43af-83bf-731a19cf723c) no-repeat left center;
}


body .exit_intent .pum-container {
	background: none;
	box-shadow: none;
}

body .exit_intent .pum-container  .pum-content {
	color: #fff;
}

body .exit_intent .pum-container  .pum-content h2 {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 20px;
	text-align: center;
}

body .exit_intent .pum-container  .pum-content h2 img {
	vertical-align: bottom;
}

body .exit_intent .pum-container  .pum-content h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	text-align: center;
	line-height: 1.5;
}

body .exit_intent .pum-container  .pum-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 52px;
	font-size: 16px;
	color: #444444;
	padding: 6px 15px;
	border-radius: 3px;
	border: 0;
	outline: 0;
	margin: 0;
	display: block;
	width: 100%;
}

body .exit_intent .pum-container .pum-content .gform_wrapper .gform_footer input[type=submit] {
    background: #fba000 var(--wpr-bg-f575d5da-2669-4d60-b2ee-725d30746a4c) right 20px center no-repeat;
    border: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    padding: 18px 45px 18px 25px;
    border-radius: 3px;
    text-transform: uppercase;
	outline: 0;
}

body .exit_intent .pum-container .pum-content .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #ec971f;
}

.intent-form {
	padding-top: 50px;
}

body .exit_intent .pum-close{
	right: -24px;
}

/**********New form css start here 1-feb-21************/
.homePageFormOnly .heading-cover.field-cover {
    padding: 0 0 10px 0 !important;
}




html .homePageFormOnly .formcraft-css .fc-pagination>div {
    width: 50%;
    text-align: left;
    pointer-events: none;
}

html .homePageFormOnly .formcraft-css .fc-pagination>div span.page-name {
    display: none;
}

html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger:first-child {
    padding-right: 0;
        border: 0;
}

html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger:last-child {
    padding-left: 0;
    text-align: right;
}

html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger:first-child:after, 
html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger:first-child:before {
    margin: 0;
    width: calc(100% - 20px);
    left: 20px;
    border-top: 2px dashed #fff;
    z-index: 1;
    height: 2px;
    content: '';
    position: absolute;
    top: 25px;
}

html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger:last-child:after, 
html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger:last-child:before {
    width: calc(100% - 25px);
    margin: 0;
    right: 20px;
    border-top: 2px dashed #fff;
     z-index: 1;
      height: 2px;
    content: '';
    position: absolute;
    top: 25px;
}
html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger span.page-number {
    padding: 0;
    box-shadow: 0 0 0 0;
    background: #fba738;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transform: scale(1);
    z-index: 2;
}

html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger:last-child span.page-number {
    float: right;
}

html .homePageFormOnly  .formcraft-css .fc-pagination-cover {
       z-index: 1;
    height: auto;
    padding: 0 !important;
}

html .homePageFormOnly .formcraft-css .fc-pagination-cover .fc-pagination.width-100 {
   padding: 0 10px;
}
html .homePageFormOnly .formcraft-css .fc-pagination .pagination-trigger.active span.page-number:after {
content: "";
    width: 38px;
    height: 38px;
    border: 1px solid #fba738;
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 50%;
}
html .homePageFormOnly .formcraft-css .fc-form .field-cover>span>span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

html .homePageFormOnly .formcraft-css .fc-form .form-element.is-required-true .field-cover .main-label>span::after {
    display: none;
}
.homePageFormOnly {
    padding: 5px;
}
html body .homePageFormOnly .formcraft-css .form-cover .prev-next {
    margin: 0;
    border: 0;
    box-shadow: 0 0 0;
        margin-bottom: 20px;
}

html body .homePageFormOnly .formcraft-css .form-cover .prev-next .inactive.page-prev {
    display: none;
}

html body .homePageFormOnly .formcraft-css .form-cover .prev-next>div {
    box-shadow: 0 0 0;
    width: 100%;
    border: 0;
        padding-bottom: 10px;
}

html body .homePageFormOnly .formcraft-css .form-cover .prev-next>div span.page-next {
    min-width: 165px;
    height: 46px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #f5a61d;
    font-size: 19px;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
    color: #ffffff;
    border: 0;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
        text-transform: capitalize;
}

html body .homePageFormOnly .formcraft-css .form-cover .prev-next>div span.page-next i.formcraft-icon {
    display: none;
}
html body .homePageFormOnly .formcraft-css .fc-form .even.form-element.form-element-field6 .form-element-html {
    padding-bottom: 0 !important;
}

html body .homePageFormOnly .formcraft-css .page-prev {
    display: none !important;
}
html body .homePageFormOnly .formcraft-css .page-next.inactive {
    display: none !important;
}
html body .homePageFormOnly .formcraft-css .form-element.form-element-field16 .form-element-html {
    padding-bottom: 0 !important;
    line-height: 0;
}
html body .homePageFormOnly .formcraft-css .fc-form .final-success .final-success-check {
    border: 2px solid #fba738;
}
.fp-hero-form.fp-hero-popup.homePageFormOnly h2 {
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    font-size: 41px;
}
.homePageFormOnly-left .form-cover {
    float: left;
    width: 50%;
}

.fp-hero-form.fp-hero-popup.homePageFormOnly {
    overflow: hidden;
}

.homePageFormOnly-left .fc-pagination.width-100 {
    max-width: 435px;
    margin: 15px auto;
}
html body .homePageFormOnly .homePageFormOnly-left .formcraft-css .form-cover .prev-next>div {
    text-align: left;
    padding-left: 25px;
}
html .homePageFormOnly .homePageFormOnly-left .formcraft-css .fc-form .field-cover>span>span {
    font-size: 16px;
    }
    .homePageFormOnly-right {
    padding-bottom: 30px;
    padding-right: 70px;

}
html .homePageFormOnly .homePageFormOnly-left  .final-success {
    min-height: 250px;
}
.lead-magnets.white-paper-sidebar.blog_sidebar.open-white-paper {padding-bottom: 10px;padding-top: 50px;}

.lead-magnets.white-paper-sidebar.blog_sidebar.open-white-paper .form-page-content.ng-not-empty {
    padding: 0;
}

.lead-magnets.white-paper-sidebar.blog_sidebar.open-white-paper .form-page-content.ng-not-empty .form-element-html {
    padding-right: 0;
    padding-bottom: 10px;
}

.lead-magnets.white-paper-sidebar.blog_sidebar.open-white-paper .form-page-content.ng-not-empty .form-element-html input {
    font-size: 15px;
    background-color: #fff;
    color: #333;
}

.lead-magnets.white-paper-sidebar.blog_sidebar.open-white-paper .form-page-content.ng-not-empty .form-element-html i {
    display: none;
}
/**********New form css start here 1-feb-21************/


body .fp-hero-form .gform_wrapper .top_label div.ginput_recaptcha>div {
    margin: 0 !important;
}



@media (min-width: 1200px) {
	body .exit_intent .pum-container .pum-content  + .pum-close  {
		top: -28px;
	}
}

@media screen and (max-width: 992px) {
	body .exit_intent .ginput_container.ginput_recaptcha > div {
		margin: 0;
	}
		
	body .exit_intent .pum-container .pum-content {
		padding: 0 15px;
	}
}

@media (max-width: 767.98px) {
	body .exit_intent .pum-container .pum-content h3 {
		font-size: 16px;
	}
	
	body .exit_intent .pum-container .pum-content h2 {
		font-size: 32px;
	}
	
	.xs-image img {
		height: 250px;
		width: auto;
	}
	
	.intent-form {
		padding-top: 24px;
		max-width: 300px;
		margin: 0 auto;
	}
	
	body .exit_intent .pum-container .pum-content  + .pum-close {
		right: 5px;
		bottom: auto;
		top: -15px;
	}
}

.fp-hero-form .gform_wrapper {
	margin-top: 0;
	position: relative;
}

.fp-hero-form .gform_wrapper .gf_page_steps {
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	position: relative;
	overflow: hidden;
}

.fp-hero-form .gform_wrapper .gf_page_steps:after {
	content: '';
	border: 2px dashed #fff;
	position: absolute;
	top: 50%;
	left: 47px;
	margin-top: -2px;
	width: 100%;
	height: 2px;
	z-index: 1;
}

.fp-hero-form .gform_wrapper .gf_step {
	border: 1.5px solid transparent;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 3px;
	margin: 0;
	opacity: 1;
	background: #2ca8d9;
	position: relative;
	z-index: 2;
}

.fp-hero-form .gform_wrapper .gf_step.gf_step_active  {
	border-color: #fba738;
}

.fp-hero-form .gform_wrapper .gf_step span.gf_step_number {
	background: #fba738;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.fp-hero-form .gform_wrapper .gf_step.gf_step_last {
	margin-left: auto;
}

.fp-hero-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 16px;
	color: #444;
	height: 44px;
	border-radius: 3px;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.14);
	outline: 0;
	border: 0;
}

.fp-hero-form .gform_wrapper .top_label .gfield_label {
	font-size: 14px;
	font-weight: 500;
}

.fp-hero-form .gform_wrapper .gform_page:first-child .gform_page_footer {
	text-align: left;
}

.fp-hero-form .gform_wrapper .gform_page_footer .button.gform_next_button {
	font-style: normal;
}

a, button, input, select {
	outline: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield select option {
	outline: 0;
}

.form-steps {
	background: var(--wpr-bg-39dcb155-71e7-4f34-b1ba-3f4fe3817266) repeat-x left 56px center;
}

.form-steps .f-step {
	border: 1.5px solid transparent;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0;
	opacity: 1;
	background: #2ca8d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-steps .f-step.step-active {
	border-color: #fba738;
	position: relative;
	z-index: 2;
}

.form-steps .f-step > span {
	background: #fba738;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.fp-hero-form .fp-h2 {
	margin-bottom: 20px;
	font-weight: 600;
}

#hero-gform .fp-h2 {
	font-weight: 600;
}

body .fp-hero-form .gform_wrapper #gform_page_11_2 input[type=submit] {
	width: calc(100% - 16px);
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 19px 15px;
	line-height: 1.25;
	height: auto;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    background-color: #fba738;
	margin-right: 0;
}

#gform_page_11_2 .form-steps {
	margin-bottom: 50px;
}

.fp-hero-form .gform_wrapper #gform_page_11_2 .top_label .gfield_label {
	font-size: 18px;
	font-weight: 300;
}


body .fp-hero-form .gform_wrapper .awards-gf-block h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5
}

.awards-gf-block .award-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 350px;
	margin: 30px auto 0 auto;
}

.awards-gf-block .award-badges .award-badge {
	text-align: center;
	position: relative;
	padding: 0 20px;
	width: 50%;
}


.awards-gf-block .award-badges .award-badge span {
	display: inline-block;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	z-index: 2;
	font-weight: 400;
	color: #000;
}

span.close-gform {
    float: right;
    position: absolute;
    top: 20px;
    right: 15px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9;
    width: 28px;
    height: 28px;
    background: #000;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 26px;
	font-size: 24px;
    font-weight: normal;
}

.gfmc-column .awards-gf-block {
	position: unset;
	top: unset;
	right: unset;
	width: unset;
	padding-top: 0;
}

.popmake-content .gform_page .fp-h2 {
	font-weight: 600!important;
}

.popmake-content .gform_page {
	
}

@media only screen and (min-width: 576px) {
    div#gform_page_11_1{display:block !important;}
	
    div#gform_page_11_2 {
        -webkit-box-shadow: 0 10px 20px 0 rgba(50, 183, 224, 0.3);
        box-shadow: 0 10px 20px 0 rgba(50, 183, 224, 0.3);
        background-color: #2ca8d9;
        color: #ffffff;
        padding: 27px 30px 28px 30px;
        border-radius: 7px;
        
        position: fixed;
        padding: 30px;
        z-index: 99999;
        top: 150px;
		max-width: 850px;
		left: 0;
		right: 0;
		margin: 0 auto;
    }
	
	div#gform_page_11_2 .fp-h2 {
		font-size: 40px;
		font-weight: 600;
	}
	
	div#gform_page_11_2 .form-steps {
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
    
	div#gform_page_11_2 .form-steps .f-step {
		width: 60px;
		height: 60px;
	}

	div#gform_page_11_2 .form-steps .f-step > span {
		width: 43px;
		height: 43px;
		line-height: 43px;
		font-size: 24px;
	}
	
	.fp-hero-form .gform_wrapper select {
		font-size: 18px;
		color: #444444;
		border-radius: 3px;
		box-shadow: none;
		outline: 0;
		border: 0;
		padding: 15px 22px;
		background: transparent;
		height: auto;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: relative;
		z-index: 2;
	}
	
	.fp-hero-form .gform_wrapper.gf_browser_chrome select {
		padding: 15px 22px;
	}
	
	.fp-hero-form .gform_wrapper .ginput_container_select {
		position: relative;
		overflow: hidden;
		border-radius: 3px;
		box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.14);
		background: #fff;
	}
	
	.fp-hero-form .gform_wrapper .ginput_container_select:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		background: transparent var(--wpr-bg-f8708492-cf8b-4a9b-b1f7-b4bf1f86651e) no-repeat center;
		width: 50px;
	}
	
}

@media only screen and (min-width: 641px) {
	.fp-hero-form .gform_wrapper .gf_page_steps {
		width: calc(100% - 16px);
	}
	
}

@media (max-width: 1199px) and (min-width: 768px) {
	#hero-gform .fp-h2 {
		font-size: 22px;
		line-height: 1.25;
	}
}

@media (min-width: 768px) {
	.awards-gf-block {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		padding-top: 220px;
	}
	
	.gf_half_50 {
		width: 50%;
	}

	.gform_wrapper #gform_page_11_2 .gform_page_footer {
		width: 50%;
		margin-top: 10px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	body .fp-hero-form .gform_wrapper .top_label .gf_half_50 div.ginput_recaptcha > div {
		-webkit-transform: scale(1.25);
		-webkit-transform-origin: 0 0;
		width: 142.857143%!Important;
	}
	
	body .fp-hero-form .gform_wrapper .top_label .gf_half_50 div.ginput_recaptcha {
		margin-top: 35px;
		margin-bottom: 20px;
	}
	
	#hero-gform #gform_page_11_2 .fp-h2 {
		font-size: 41px;
		font-weight: 600;
	}
	
	.popmake-content .gform_page .fp-h2 {
		font-size: 41px;
		font-weight: 600;
	}
}

@media (max-width: 899px) {
	div#gform_page_11_2 {
		max-width: 100%;
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	#gform_page_11_2 .form-steps {
		margin-bottom: 20px;
	}
	
	div#gform_page_11_2 {
		padding-right: 24px;
	}
	
	.fp-hero-form .gform_wrapper .gform_page_footer {
		text-align: left;
	}
	
	.awards-gf-block h3 {
		margin: 0;
	}
	
	.awards-gf-block {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	
	.awards-gf-block .award-badges {
		max-width: unset;
		margin: 0;
		padding-left: 15px;
	}
	
	.awards-gf-block .award-badges .award-badge {
		width: auto;
		padding: 5px;
	}
	
	.awards-gf-block .award-badges .award-badge img {
		height: 90px;
	}
	
	.awards-gf-block .award-badges .award-badge span {
		bottom: 21px;
		font-size: 12px;
	}
}

.fp-form-head {
	text-align: center;
}

.fp-form-head .form-steps {
	max-width: 435px;
	margin: 0 auto 30px auto;
}

.fp-form-review {
	color: #fff;
	font-weight: normal;
	line-height: 1.45;
}

.fp-r-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-right: 20px;
}

.fp-r-title p {
	margin: 0;
	display: inline;
}

.fp-r-title:before {
	content: "\201C";
	font-size: 100px;
	font-weight: normal;
	font-style: italic;
	line-height: 1px;
	vertical-align: -50px;
	margin-right: 10px;
	text-align: left;
	margin-left: -10px;
}

.fp-r-content {
	font-style: italic;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.67;
	margin-bottom: 40px;
}

.fp-r-author {
	display: flex;
	align-items: center;
}

.fp-r-author .fp-r-foto {
	margin-right: 20px;
}

.fp-r-into {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.35;
}

.fp-r-into .r-name {
	font-weight: 600;
	font-size: 24px;
	display: block;
}

.popmake-content .fp-hero-form.fp-hero-popup .gform_wrapper .top_label div.ginput_recaptcha {
	padding: 20px 0;
}

.popmake-content .fp-hero-form.fp-hero-popup .gform_wrapper .gform_page + .gform_page .gform_page_footer {
	text-align: left;
	padding: 0;
	margin: 0;
	height: 20px;
}

.popmake-content .fp-hero-form.fp-hero-popup .gform_wrapper  .gform_page + .gform_page  input[type=submit] {
	visibility: hidden;
	opacity: 0;
	width: 20px;
	height: 20px;
}

.popmake-content .fp-hero-form.fp-hero-popup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 54px;
	font-size: 18px;
}

.popmake-content .fp-hero-form.fp-hero-popup .gform_wrapper .top_label .gfield_label {
	font-size: 18px;
	font-weight: 400;
}

.submit-button {
	width: 100%;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 19px 15px;
    line-height: 1.25;
    height: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    background-color: #fba738;
    margin-right: 0;
	border: 0;
	outline: 0;
	color: #ffffff;
    padding: 19px 15px;
    border-radius: 5px;
}

.submit-button:focus {
	outline: 0;
	border: 0;
}

.submit-button:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	.fp-form-head .fp-h2 {
		font-size: 41px;
	}
	
	.fp-form-review {
		padding-left: 20px;
		padding-right: 10px;
	}
	
	.popmake-content .fp-hero-form.fp-hero-popup .gform_wrapper .top_label div.ginput_recaptcha > div {
		-webkit-transform: scale(1.28);
		-webkit-transform-origin: 0 0;
		width: 142.857143%!Important;
	}

}

@media (min-width: 768px) {
	.popmake-content .fp-hero-form.fp-hero-popup .gfmc-column.gfmc-row-2-col-1-of-2 {
		float: right;
	}	
}

@media (max-width: 767.98px) {
	.popmake-content .fp-hero-form.fp-hero-popup .gfmc-column {
		width: 100%!important;
		display: block;
	}	
	
	.popmake-content .fp-hero-form.fp-hero-popup .gfmc-column + .gfmc-column {
		padding-top: 30px;
	}
	
	.fp-form-review {
		display: none;
	}
	
	.popmake-content .fp-hero-form.fp-hero-popup .gform_wrapper .top_label div.ginput_recaptcha > div {
		-webkit-transform: scale(1.28);
		-webkit-transform-origin: 0 0;
		width: 142.857143%!Important;
	}
}

.page-template-page-consult .text-center .phb-content {
	max-width: 980px;
	margin: 0 auto;
}


.page-template-page-consult .consult--page {
	color: #5D7183;
	font-size: 1.25rem;
}

.page-template-page-consult .consult--page .expert-form h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.45;
}

.page-template-page-consult .consult--page .expert-form h2 em {
	color: #000;
}

.page-template-page-consult .fp2020 .review--carousel h2 {
	font-style: normal;
}

.page-template-page-consult .consult--page .expert-form .fp-h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.45;
}

.page-template-page-consult .consult--page .post_content ul:not(.gform_fields) li:before {
	color: #79b91d;
}

.page-template-page-consult .consult--page .post_content ul:not(.gform_fields) li {
	padding-left: 32px;
}

.page-template-page-consult .fp-hero-form .fp-h2 {
	font-weight: 400;
	text-align: center;
	font-size: 36px;
}

.page-template-page-consult .container {
    max-width: 1370px;
}

.page-template-page-consult .fp-hero-form .gform_wrapper input[type=submit] {
	padding: 13px 25px;
	height: unset;
	line-height: 1.25;
}

.page-template-page-consult .fps {
    border-top: 1px solid #e4e4e4;
}

.page-template-page-consult .freeanylisis {
	padding: 50px 0 70px 0;
}

.page-template-page-consult .freeanylisis h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 0;
}

.page-template-page-consult .freeanylisis h2 a {
	color: #fff;
	font-weight: 700;
}

.page-template-page-consult .freeanylisis .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-page-consult .freeanylisis .col-md-6 {
	-webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
	width: auto;
	padding-top: 20px;
}

.page-template-page-consult .freeanylisis .btn-white {
	font-weight: 700;
	text-transform: none;
}

@media (min-width: 992px) {
	.page-template-page-consult .fp-hero-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 15px 24px;
		font-size: 18px;
		height: 52px;
		border-radius: 0;
	}	
}

@media (max-width: 767.98px) {
	
	.page-template-page-consult .consult--page {
		color: #5D7183;
		font-size: 1rem;
	}
	
	.page-template-page-consult .consult--page .expert-form h2 {
		font-size: 28px;
		line-height: 1.25;
	}
}

.cs-temp {
	color: #5D7183;
}

.cs--pheader .phb-small-title {
	color: #5D7183;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
}

.cs-section .cs-section-title {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	color: #2CA8D9;
}

.cs-cols ul {
	padding-left: 1em;
	list-style: square inside url(data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==);
}

.cs-cols p + ul {
	padding-top: 10px;
}

.cs-col-title {
	font-weight: 500;
	text-align: center;
	margin: 0 0 16px;
	font-size: 24px;
}

.cs-col-desc p {
	margin: 0;
}

.cs-col-1 {
	border-right: 1px solid #e4e4e4;
}

.cs-promise-section {
	background: var(--wpr-bg-2fb21cd5-8c30-49dd-9d06-6f7806e6586a) no-repeat center;
    background-size: cover;
    color: #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	padding: 40px 0;
}

.cs-promise-title {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
}

.cs-promise-section p {
	margin: 0;
}

.bg-light-blue {
	background-color: #F2FCFF;
}

.cs-prob-section .cs-col-title {
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
}

.cs-prob-section .cs-col-desc p {
	margin-bottom: 1rem;
}

.cs-prob-section .cs-col-desc p:last-child {
	margin-bottom: 0;
}

.cs-section-desc {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}

.cs-cols-section {
	line-height: 30px;
}

.cs-race-content .nav-link {
	background: #F4F5F6;	
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0;
	margin-bottom: 20px;
	padding: 19px 24px;
	color: #5D7183;
}

.cs-race-content li:last-child .nav-link {
	margin-bottom: 0;
}

.cs-race-content li:not(.active) .nav-link:hover {
	color: #2CA8D9;
	cursor: pointer;
}

.cs-race-content li.active .nav-link {
	background: #2CA8D9;
	color: #fff;
}

.has-only-race .cs-race-content .tab-content {
    -webkit-box-shadow: 0 4px 20px 0 rgba(46, 168, 216, 0.31);
    box-shadow: 0 4px 20px 0 rgba(46, 168, 216, 0.31);
    background-color: #ffffff;
    color: #5d7183;
}

.cs-race-content .tab-pane {
    padding: 20px 30px;
}

.cs-race-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.cs-sol-section,
.cs-result-section {
	border-bottom: 1px solid #e4e4e4;
}

.cs-result-section .result-title {
	font-size: 24px;
	font-weight: 500;
}

section.freeanylisis h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

section.freeanylisis p {
	font-size: 16px;
	font-weight: 600;
}

.the-average-box {
	max-width: 910px;
	margin: 0 auto;
}

.the-average-box .tabox-label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.the-average-box .tablabel {
	padding: 20px 15px;
}

.the-average-box .tabvalue {
	font-size: 24px;
	font-weight: 500;
	min-height: 90px;
}

.the-average-box .tabox-right .tabvalue {
	font-size: 32px;
	font-weight: bold;
}

.the-average-box .tabox-inner {
	border: 1px solid #DDE1E6;
}

.the-average-box .tabox-left, 
.the-average-box .tabox-right {
	width: 50%;
	font-size: 28px;
	font-weight: 600;
}

.the-average-box .tabox-left {
	border-right: 1px solid #DDE1E6;
}

.the-average-box .tabox-left .tablabel {
	background: #EEF1F2;
}

.the-average-box .tabox-right .tablabel {
	background: #2CA8D9;
	color: #fff;
}

.single-case_studies .art-slider ul.slick-dots {
	bottom: 0;
}

.single-case_studies .art-slider .inner-slide p:last-child {
	margin: 0;
}

.cs-table-box table {
	text-align: left;
}

@media screen and (min-width: 768px) {
	.page-hero--banner .phb-title {
		font-size: 68px;
	}
}

@media (min-width: 992px) {
	.cs-col-1 {
		padding-right: 50px;
	}
	
	.cs-col-2 {
		padding-left: 50px;
	}
	
	.cs-promise-desc {
		border-left: 1px solid #fff;
	}
	
	.mh-210 {
		min-height: 130px;
	}
	
	.single-case_studies section.freeanylisis .col-md-6:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	
	.single-case_studies section.freeanylisis .col-md-6:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	
	.chart-canvas {
		height: 400px;
	}
	
}

@media (max-width: 767.98px) {
	.the-average-box .tabox-left, 
	.the-average-box .tabox-right {
		font-size: 18px;
	}
}

.see-m-btn {
	color: #2ca8d9;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.see-m-btn:before,
.see-m-btn:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	background: transparent;
	text-indent: -9999px;
	border-top: 1.5px solid #2ca8d9;
	border-left: 1.5px solid #2ca8d9;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: transparent;
}

.see-m-btn:after {
	transform: rotate(-135deg);
}

.see-m-btn:before {
	transform: rotate(45deg);
}

.see-m-btn i {
	font-style: normal;
}

.see-m-btn:not(.true):before {
	content: none;
}

.see-m-btn.true:after {
	content: none;
}

.see-m-btn:not(.true) .less {
	display: none;
}

.see-m-btn.true .more {
	display: none;
}

.cc-col-5 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.mt75 {
	margin-top: 75px;
}

#parterns-showcase {
	position: relative;
}

#parterns-showcase .collapse.in {
	display: flex;
}

#parterns-showcase .closed .row:nth-child(2) {
	position: relative;
}

#parterns-showcase.closed .row:nth-child(2):before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}

@media (max-width: 575.98px) {
	.cc-col-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

/* From custom css plugin */
.p-last-0 p:last-child {
	margin-bottom: 0!important;
}

.management-casestudy .result-four-col .boxescolord {
    width: 150px;
		margin: 25px;
}

.localsecmain .accordion .card-body p:last-child {
	margin-bottom: 0;
}
.cnt-form-module .gform_footer  {
	text-align: center;
}

.cnt-form-module .gform_footer input[type=submit] {
    background-color: #fba000;
    border-color: #fba000;
    font-style: italic;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
		cursor: pointer;
		border: 0;
    padding: 16px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (min-width: 992px) {
	section.faqlocalseosec .faq-card .card-body {
		padding: 30px;
	}
}

@media screen and (max-width: 992px) {
	nav.main-navigation.bottom-navigation ul li.menu-item-has-children>a:after { display: none; }
	
	.consult--page h1 {
		margin-bottom: 1.25rem;
	}
	
	.cnt-form-module {
		margin-bottom: 1.5rem;
	}
	
.ginput_container.ginput_recaptcha {
    text-align: center;
}
	
.ginput_container.ginput_recaptcha > div {
		margin-left: auto;
	margin-right: auto;
	}

}

.consult--page {
	background: #fff;
}

.consult--page h2 {
	font-style: italic;
	color: inherit;
}

@media (max-width: 767px) {
	.footerStyle .ContentFooteCol p {
		text-align: center;
	}

	.ginput_container.ginput_recaptcha {
			transform: inherit;
			transform-origin: inherit;
			width: 100%;z
	}

	.cnt-form-module .ginput_recaptcha iframe {
		transform-origin: center;
	}
	
	.consult--page h2 { text-align: center; }
	
	.phone-cta .btn-warning {
		font-size: 1rem;
	}
}

.xs--slick-slider .carousel-buttons {
    text-align: center;
    position: relative;
}

.xs--slick-slider .carousel-buttons .slick-arrow {
    position: absolute;
    top: 64px;
    left: -5px;
		z-index: 11;
}

.xs--slick-slider .carousel-buttons .slick-arrow.arrow-next {
	left: auto;	
	right: -5px;
} 

.cntwidget >a img {
    position: absolute;
    left: 0;
    top: 5px;
}

.page-template-page-contact  .cnt-modules {
	padding-top: 0;
}

.page-template-page-contact .page_content {
	padding-bottom: 20px;
}

.page-template-page-contact  .cnt-info-module {
	padding: 25px 0;
	margin-bottom: 0;
}

.cnt-info-module .cnt-info-block {
	font-size: 15px;
}

.cnt-info-block .cnt-icon > img {
	width: auto;
	height: 18px;
}

.cnt-info-module .cnt-info-block {
	padding-left: 32px;
	margin-top: 24px;
}

@media(max-width: 767px) {
	.accordion .faq-card .card-body { text-align: left; }
	.all-services-main-wrapper section.casestudysec.e-Commerce-seo-case-study .the-solution-inner-wrapper ul li p { text-align: inherit; }
	main.localsecmain.national-seo section.localseocontimgsec.section-one.forensic-keyword .extra-smaller-container.text-center p { text-align: left; }
	section.localseocontimgsec.section-one.national-seo-services .row.colsectionseo.rising.technical-site .col-md-6 p, main.localsecmain.ecommerce-seo.all-services-main-wrapper.mobile-view-outer-wrapper.national-seo .section-one.national-outreach-sec p {
	  text-align: left; 
	}
  .art-slider .inner-art p span {
    display: initial;
  }
  main.localsecmain.ecommerce-seo.all-services-main-wrapper.mobile-view-outer-wrapper.national-seo .section-one.national-seo-services p {
   text-align: left; 
  }
  
  .mw90 {
    width: 90%!important;
  }
  
  .mw80 {
    width: 80%!important;
  }
  
  .mw70 {
    width: 70%!important;
  }
  
  .mw60 {
    width: 60%!important;
  }
  
  .mw50 {
    width: auto!important;
  }
  
  .campaign-structure-blueprint .section-content > div .text {
    max-width: inherit!important;
  }
  
  .campaign-structure-blueprint {
    position: relative;
  }
  
  .campaign-structure-blueprint:before {
    background: #e6f7fc;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 86.5%;
    display: block;
    margin: 0 auto;

  }
}

@media (max-width: 600px) {
	.all-services-main-wrapper p {
		text-align: left;
	}
}

@media (max-width: 575.99px) {
body.page-template-page-contact,
body.page-template-page-consult {
    padding-bottom: 52px;
}
}

.single-lander b {
	font-weight: bold;
}

.campaign-structure-blueprint {
 position: relative;
}
@media (max-width: 600px) and (min-width: 321px) {
  .campaign-structure-blueprint:before {
    content: '';
    width: 80%;
    height: 1283px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    z-index: -1;
    background: var(--wpr-bg-56a6764c-8e75-42cc-9eb9-01038c7a3b7d) no-repeat top 100px center;
    background-size: auto 80%;
  }

}

.form--modal h2 {
  text-align: center;
  font-size: 1.3rem;
}

.form--modal .gform_wrapper {
  margin: 0;
}

.form--modal .modal-body {
  padding: 1px 30px 15px 30px
}

@media (min-width: 630px) {
  .form--modal .modal-body {
    padding-right: 15px;
  }
}

.form--modal .modal-content {
  background: #2ba8e2;
  color: #fff;
}

.form--modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 48px;
    font-size: 0.875rem;
    border: 0;
    background: #fff;
    border-radius: 0;
    padding: 8px 15px;
}

.form--modal .gform_wrapper .gform_footer input[type=submit] {
    background-color: #fba000;
    border-color: #fba000;
    font-style: italic;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 16px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form--modal .gform_wrapper .gform_footer {
  padding-top: 0;
  text-align: center;
}

.form--modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  margin-top: 0;
}

.form--modal button.close {
  text-align: right;
  text-shadow: none;
  color: #fff;
  opacity: 1;
}

.form--modal button.close > span {
  padding: 6px 12px;
  display: inline-block;
  opacity: 1;
}

.form--modal .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; 
}

.form--modal .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%!important;
}

.article-holder .post-meta  .author-box h2 a {
  font-size: 1.2rem;
  color: inherit;
  font-weight: 700;
}

.single-post .entry-content img {
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .author-box-outer {
    max-width: 315px;
    margin: 0 auto;
  }
}


/* Awards Page */

.award-box {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 0;
    border-radius: 8px;
	text-align: center;
}

.award-box .award-logo {
	border-bottom: 1px solid #ede9e9;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.award-box .raward-title {
	padding: 0 40px;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	padding: 0 20px;
}

.award-box .vfirst {
	text-align: left;
	padding: 0 20px;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}

.award-box .vfirst p:last-child {
	margin-bottom: 0;
}

.recent-award-title {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	line-height: 1;
}

.page-template-page-awards .but-thats-main-flex-wrapper .first-div ul li {
	font-weight: normal;
	color: #5d7183;
	font-size: 16px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.award-box .vfirst {
		font-size: 14px;
	}
	
	.award-box .raward-title {
		font-size: 13px;
	}
}

/*********Team css for mobile and tablet***********/
@media (max-width: 1024px) {
#team-bar1.teamNav:after{
	opacity: 0;
}
ul#team-bar1 {
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
        text-align: center;

}

ul#team-bar1 li {
    width: 33.3%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
.fp-team-intro.pb-4.hidespaconmobile {
    padding-bottom: 0 !important;
}
}
@media (max-width: 767px) {
ul#team-bar1 li {
    width: 100%;
    margin-bottom: 20px;
}
ul#team-bar1 {
margin-bottom: 0;
          
}


/**********New form css start here 1-feb-21************/

.fp-hero-form.fp-hero-popup.homePageFormOnly h2 {
   font-size: 18px;
    padding: 25px 60px 0;
}

.homePageFormOnly-left .form-cover {
    width: 100%;
    padding-bottom: 0;
}
/**********New form css start here 1-feb-21************/
}
/*********Team css for mobile and tablet***********/



/* case study anchor page */
.page-template-page-case-studies .container,
.tax-cs_tax .container {
    max-width: 1370px;
}

.cs-menu-alt ul {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	list-style: none;
}

.cs-menu-alt li {
	width: 20%;
	padding: 0 15px;
	text-align: center;
	margin-top: 30px;
}

.cs-menu-alt li a {
	background: #d5dbdf;
	font-size: 22px;
	font-weight: bold;
	color: #5D7183;
	padding: 12px 15px;
	display: block;
}

.cs-menu-alt li.current-menu-item a,
.cs-menu-alt li a:hover,
.tax-cs_tax li a.current {
	color: #fff;
	background: #32b7e0;
}

.fp-cs-box h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #5D7183;
}

.fp-cs-box h3 {
	font-size: 28px;
	line-height: 1.125;
	color: #000000;
	font-weight: 600;
	margin: 0 auto 15px auto;
	letter-spacing: 0;
	max-width: 320px;
}

.fp-cs-box h4 {
	font-size: 18px;
	color: #2CA8D9;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
}

.all-cases .fp-tool-col:nth-last-child(-n+2) .fp-tool-box {
    border-bottom: 0;
}

.cs-cta-1 {
	color: #5D7183;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}

.all-cases .fp-tool-image img {
	filter: grayscale(100%);
}

.all-cases .fp-tool-box:hover img {
	filter: grayscale(0%);	
}

@media (max-width: 1380px) {
	.cs-menu-alt li a {
		font-size: 19px;
	}
}

@media (max-width: 1199.98px) {
	.cs-menu-alt li a {
		font-size: 15px;
		padding: 10px 7px;
	}
}

@media (max-width: 991.98px) {
	.all-cases .fp-tool-col:nth-last-child(-n+3) .fp-tool-box {
		border-bottom: 1px solid #dedede;
	}
	
	.all-cases .fp-tool-col:nth-last-child(-n+2) .fp-tool-box {
		border-bottom: 0px;
	}
	
	.fp-tools .col-lg-4:nth-child(odd) .fp-tool-box {
		border-right: 1px solid #dedede;
	}
	
	.fp-tools .col-lg-4:nth-child(even) .fp-tool-box {
		border-right: 0px;
	}
	
	.cs-menu-alt li {
		width: 33.333%;
	}
}

@media (max-width: 767.98px) {
	.all-cases .fp-tool-col .fp-tool-box {
		border: 1px solid #dedede!important;
	}
}

@media (max-width: 575.98px) {	
	.cs-menu-alt li {
		width: 50%;
	}
}

/* CS Table Section */
.single-case_studies .table tr:first-child td,
.single-case_studies .table tr:first-child th { 
	background: #2CA8D9;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25);
	font-weight: bold;
}

.single-case_studies .table td {
	position: relative;
}

.single-case_studies .table td .green-up-arrow {
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #79b91d;
	position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}


.single-case_studies .table td .green-down-arrow {
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #79b91d;
	position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

.point-list li ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.point-list li .point-title {
	font-weight: 600;
}

.point-list li ul li {
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 20px;
	position: relative;
}

.point-list li ul li:before {
    width: 8px;
    height: 8px;
    background-color: #46afef;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.page-template-page-case-studies .clutch-section {
    border-top: 1px solid #e4e4e4;
	border-bottom: 0;
}

.page-template-page-case-studies .clutch-section .container {
	max-width: 1140px;
}

.page-template-page-case-studies .hrc:not(.slick-initialized) {
	display: block;
}

.page-template-page-case-studies .hrc .slick-item .row {
	min-height: 354px;
}


/* #end CS studies */

/* March 2021 */
.toolset-template .collapse:not(.show) {
	display: none;
}

#tabContentCS .collapse.show { 
	display: block;
}

@media screen and (min-width: 768px) {
	.single-toolset .point-list li[aria-expanded=true] {
		padding: 25px 25px 10px 25px
	}
	
	.single-toolset .point-list li[aria-expanded=true] .point-caret {
		top: 2px;
	}

	.single-toolset .point-list li[aria-expanded=false] .point-caret {
		top: 10px;
	}
}

.single-toolset .point-list .point-caret {
	position: absolute;
	color: #ddd;
	right: 0;
	top: 2px;
}

.single-toolset .point-list li .point-title {
	padding-right: 40px;
}

.single-toolset .point-list .point-desc ul,
.single-toolset .point-list .point-desc img {
	margin-bottom: 1rem;
}

.single-toolset .point-list .point-desc ul li {
	margin-bottom: 1rem;
}

.single-toolset .point-list .point-desc ul li ul{
	margin-bottom: 0;
	margin-top: 1rem;
}

.single-toolset .point-list .point-desc li li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	color: #46afef;
	width: unset;
	height: unset;
	background-color: unset;
	top: 5px;
}

@media (max-width: 767px) {
	.single-toolset .point-list li[aria-expanded=false] .point-caret {
		top: 2px;
	}
}

@media (max-width: 1199px){
	.fixed-header .site-header .open-menu {
		padding-top: 100px!important;
	}
	.main-menu nav.main-navigation ul.sf-menu>li.hide-parent-item>a {
		display: block;
	}
}
@media (max-width: 992px) {
	.main-menu nav.main-navigation ul.sf-menu>li.hide-parent-item>a {
		display: block;
	}
}

@media (min-width: 1200px) {
	.sf-menu li.sfHover>ul, .sf-menu li:hover>ul {
		display: block!important;
	}
}

.feedback-carousel .feedback-holder h2 {
	margin-bottom: 10px;
}

#parterns-showcase.closed .row:nth-child(2):before {
	content: none;
}

.sb-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 1999999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sb-popup {
	margin: auto;
	border-radius: 7px;
	max-width: 850px;
	width: calc(100% - 30px);
	position: relative;
	transition: all 5s ease-in-out;
}

.sb-popup .fp-h2 {
	font-size: 41px;
}

.sb-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.sb-popup .close:hover {
  color: #06D85F;
}
.sb-popup .content {
  max-height: 30%;
  overflow: auto;
}
.sb-close-btn {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: 13px;
    bottom: auto;
    top: 13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 0%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    background-color: rgba( 0, 0, 0, 1.00 );
}

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

	.sb-popup .fp-h2 {
		font-size: 22px;
		padding-right: 26px;
		padding-left: 26px;
	}

	html .sb-popup .fp-hero-form .formcraft-css .fc-form .form-element .form-element-html {
		padding-right: 0!important;
	}

	html .sb-popup .fp-hero-form .formcraft-css .fc-form .form-element .submit-cover .submit-button {
		height: auto;
		white-space: normal;
	}

	html .sb-popup .fp-hero-form .formcraft-css .fc-form .form-element .form-element-html {
		padding-bottom: 10px;
	}

	html body #masthead #menu-primary-navigation {
		padding-bottom: 3rem;
	}

	html body #masthead .menu-item a {
		padding: 0;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		flex-grow: 1;
		width:100%;
		height: 100%; 
	}

	html body #masthead .menu-item a > span {
		order: 2;
		width: 3rem; 
		padding: 1.25rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	html body #masthead .menu-item a > span.name {
		order: 1;
		flex-grow: 1;
		width: auto;
		margin: auto;
		text-align: left;
		white-space: normal;
		overflow-wrap: break-word;
		text-align: center;
		line-height: 1.3125;
	}

	html body #masthead .menu-item.open > a > span > .fa-caret-down:before {
		content: "\f0d8";
	}

	html body #masthead .menu-item.open .sub-menu {
		background-color: rgba(255, 255, 255, 0.25);
	}

}