@charset "utf-8";
/*
Theme Name: Firestarter
*/
body {font-family: 'Poppins', sans-serif;}
h1, h2, h3, h4, h5, h6 { font-family:'Fjalla One', sans-serif;}
ul li {font-family: 'Poppins', sans-serif;}
a:hover { outline:0px;}

.blog-filter h1 {
	text-transform: uppercase;
}

.custom-blog-content.front article.col-md-4 {
	max-width: 50%;
	flex: 0 0 50%;
}

.blog-filter h1 {
	font-size: 60px;
	color: #1d1525;
}

.container-row {
	min-height: 900px;
}

.no-image-section h1 {
	margin-bottom: 50px;
}
.case-studies-wrapper-main.no-image-section h1 {
	color: #1d1525;
}
.no-image-section h1 {
	font-size: 60px;
	color: #1d1525;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-family: 'Fjalla One',sans-serif;
}
.no-image-section h1 span {
	color: #ef4b45;
}

h1.heading-pagination a {
  color: #1d1525;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
h1.heading-pagination {
  margin: 0 0 5px 0;
  padding: 0;
}

body.page-id-29 .bullets {
	margin: 0 0 0px;
	padding: 150px 0;
}

body.page-id-3444 h1.page-title {
	color: #a7abb8;
	font-size: 50px;
}
body.page-id-3347 h1.page-title {
	color: #a7abb8;
	font-size: 50px;
}
body.page-id-3374 h1.page-title {
	color: #a7abb8;
	font-size: 50px;
}
body.page-id-3552 h1.page-title {
	color: #a7abb8;
	font-size: 50px;
}
body.page-id-3372 h1.page-title {
	color: #a7abb8;
	font-size: 50px;
}
body.page-id-3354 h1.page-title {
	color: #a7abb8;
	font-size: 50px;
}
body.page-id-3368 h1.page-title {
	color: #a7abb8;
	font-size: 50px;
}
.wpforms-container .wpforms-field {
	margin: 0 !important;
	padding: 4px 0 !important;
}
.custom-button {
	width: 100% !important;
	display: block !important;
	background: #F04C45 !important;
	color: #fff !important;
}

.inner-banner-txt h1 {
	color: #a7abb8;
	font-size: 50px;
}


.H-client-logos ul {
  margin: 0;
  padding: 0;
}
.H-client-logos ul li {
  list-style-type: none;
  width: 24%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 32px 0;
}
.H-client-logos ul li img {
  display: inline-block;
}

.content.problem p:empty {
    display: none;
}
.hor-left p a {
	background: transparent;
	padding: 0;
}
.description p a {
	background: transparent;
	padding: 0;
	color: #000;
	font-size: initial;
	padding:0px;
	margin:0px;
}

body.page-id-3131 .inner-banner .header-img {
	min-height: 356px!important;
}

.description p a:hover { background:transparent;}
.btn-primary.focus, .btn-primary:focus{ box-shadow: none; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{ background-color: #f04c45; border-color: #f04c45; }
.input-style-1, .input-style-2, .input-style-3, .input-style-4 {position:relative;}

.input-style-1::before {
	content: '';
	position: absolute;
	background-image: url('../images/icon/person-icon.png');
	width: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	top: 0;
	bottom: 0;
	/* height: 42px; */
	z-index: 99;
	left: 0;
}

.input-style-2::before {
	content: '';
	position: absolute;
	background-image: url('../images/icon/phone-icon.png');
	width: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	top: 0;
	bottom: 0;
	/* height: 42px; */
	z-index: 99;
	left: 0;
}

.input-style-3::before {
	content: '';
	position: absolute;
	background-image: url('../images/icon/email-icon.png');
	width: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	top: 0;
	bottom: 0;
	/* height: 42px; */
	z-index: 99;
	left: 0;
}
.input-style-4::before {
	content: '';
	position: absolute;
	background-image: url('../images/icon/url-icon.png');
	width: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	top: 0;
	bottom: 0;
	/* height: 42px; */
	z-index: 99;
	left: 0;
}


.wp-custom-logo .site-header {
	padding: 0 15px;
	/* margin-left: 40px; */
	max-width: 1344px;
}
.container {
	max-width: 1344px;
}
.site-header {
	position: absolute;
	width: 100%;
	/* top: 0; */
	left: 0;
	right: 0;
	z-index: 100;
}
body.black-header .site-header, body.search-results .site-header{
	position: unset;
}

#primary-menu-list li a {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	padding: 12px 20px;
	position: relative;
}
.primary-navigation .current_page_item > a:first-child:after, .primary-navigation a:hover:after {
	content: '';
	width: calc(100% - 25px);
	margin: auto;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 2px;
	background: #f04c45;
	border: none;
}
.primary-navigation .current-menu-item > a:first-child:hover, .primary-navigation .current_page_item > a:first-child:hover, .primary-navigation a:hover, .primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child{
		text-decoration: none;
}
ul#primary-menu-list {
	margin-top: 20px;
	margin-left: 33px;
}
li.header_contact {
	background: #f27f30;
	border-radius: 4px;
	margin-left: 36px!important;
}
li.header_contact:hover {
	background: #f04c45;
}
li.header_contact a:hover{
	text-decoration: none;
}
.primary-navigation > div > .menu-wrapper {
	/*justify-content: flex-end;*/
}
.banner_left {
	padding-top: 190px;
	padding-left: 10px;
}

.client_testimonials .col-md-12.text-center {
    margin-bottom: 50px;
}
.client_testimonials .container{
	position: relative;
  z-index: 1;
}



.banner_left h1 {
  color: #fff;
  font-size: 90px;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  line-height: 80px;
}
.banner_left h1 span {
  font-size: 60px;
  color: #f04c45;
}

body.home .banner_left h1 span {
	font-size: 113px;
	line-height: 1.2;
}

body.page-id-29 .banner_left h1 span {
	font-size: 71px;
}
.banner_left .sub_heading span {
  font-size: 40px;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
	display: inline-block;
padding-top: 20px;
}
.banner_left .sub_heading {
  color: #fff;
  font-size: 25px;
}
.badges {
	margin-top: 26px;
}
.points {
	margin-top: 42px;
}
.points ul {
  margin: 0;
  padding: 0;
}
.points ul li {
	list-style-type: none;
	color: #fff;
	/* font-size: 20px; */
	display: inline-block;
	width: 48%;
	padding-bottom: 20px;
}
.txt-point p {
  font-size: 18px;
	padding-left: 7px;
}

.img-point {
  display: inline-block;
  /*! float: left; */
  vertical-align: middle;
}
.txt-point {
  display: inline-block;
  vertical-align: inherit;
}
.badges ul {
	margin: 0;
	padding: 0;
}
.badges ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 20px 0 0px;
}

.banner_right {
	margin-top: 211px;
	background: #f2f6f7;
	border-radius: 12px;
	text-align: center;
	padding: 58px 42px 25px;
}
.banner_right h2 {
  font-size: 30px;
  color: #1d1525;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: 'Fjalla One', sans-serif;
}
.banner_right .sub_heading {
  font-size: 55px;
  text-transform: uppercase;
  color: #1d1525;
  letter-spacing: -2px;
  font-family: 'Fjalla One', sans-serif;
  line-height: 56px;
}
.banner_right .sub_heading span {
  color: #f04c45;
  font-size: 55px;
}
.banner_right p {
  color: #41495e;
  font-size: 16px;
  padding: 0 10px;
}
.banner_right input {
	border: 1px solid #bfc6ca;
	border-radius: 5px;
	margin-bottom: 18px;
	padding-left: 10px;
	background-color: #fff;
}

.input-style-1, .input-style-2, .input-style-3, .input-style-4 { margin-bottom: 18px; }
.banner_right input { margin-bottom: 0; width: 100%; }

.banner_right input[type="submit"] {
	width: 100%;
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border: 0px;
	text-transform: uppercase;
}
input[type="submit"].btn:hover, input[type="submit"].btn:focus, input[type="submit"].btn:active{
	background: #f27f30!important;
	border-color: #f27f30!important;
	outline: none!important;
	box-shadow: none!important;
	color: #fff!important;
}
.banner_right input::placeholder {
	color: #b0b1b5;
}
.banner_right textarea::placeholder {
	color: #b0b1b5;
}

.header_like_home {
	min-height: 910px;
	background-size: cover;
	margin-bottom:0px;
	position: relative;
}
.header_like_home:before, .inner-banner .header-img:before {
	content: '';
  background-image: url('../images/banner-overlay.png');
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background-color: #241d2e; */
  opacity: .95;
  background-size: 100% 100%;
  background-color: rgba(64, 68, 80, 0.8);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, .site textarea:focus {
	outline: 0px dotted var(--form--border-color);
}
.most_trusted {
	padding: 100px 0 100px 0;
}
.most_trusted h2 {
	font-size: 60px;
	color: #1d1525;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-family: 'Fjalla One', sans-serif;
}
.most_trusted h2 span {
	color: #ef4b45;
}

.most_trusted .description p {
	font-size: 18px;
	font-weight: 300;
	color: #41495e;
}

.most_trusted .description strong {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: #41495e;
}

.logos ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.logos ul li {
	width: calc(33.33%);
  list-style: none;
  position: relative;
}
.logos ul li .logos-border{
	padding: 30px;
  border-right: 1px solid #dad6d6;
  border-bottom: 1px solid #dad6d6;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logos ul li .logos-border:after,
.logos ul li .logos-border:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    right: -15px;
    bottom: -15px;
    z-index: 1;
}
.logos ul li .logos-border:before {
    right: unset;
    left: -15px;
}
.logos ul li img{
	text-align: center;
	margin: 0 auto;
	max-width: 140px;
}
.logos ul li:nth-child(3n) > div,
.the_gold_standard .col-md-4:nth-child(3n),
.click-box-section .col-md-4:nth-child(3n),
.logos ul li:nth-child(3n) {
	border-right: 0px;
}

.logos ul li:nth-last-child(-n+3) > div,
.the_gold_standard .col-md-4:nth-last-child(-n+3),
.click-box-section .col-md-4:nth-last-child(-n+3),
.logos ul li:nth-last-child(-n+3) {
	border-bottom: 0px;
}

.left_side a {
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
}
.left_side a:hover{
	text-decoration: none;
	background: #f27f30;
}

.our_client_history h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  padding-bottom: 40px;
}
.our_client_history {
  padding: 100px 0;
}
.client-logos ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.client-logos ul li {
  list-style-type: none;
  padding: 0 20px 44px;
  width: 20%;
  padding: 0 20px 44px;
  /*! text-align: center; */
  /*! margin: 0 auto; */
}
/*.client-logos ul li img:hover{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	cursor: pointer;
}*/

.logos-for-row-4.client-logos ul li {width: 25%; padding-bottom: 70px;}
.logos-for-row-4.client-logos ul {justify-content: center;}
.logos-for-row-4.client-logos ul li img {display: block;margin: 0 auto;}


.owl-carousel .owl-item .testimonial_item img {
    max-width: 176px;
    border-radius: 100%;
    border: 10px solid #f8fafb;
    height: 176px;
    object-fit: cover;
}

.client-logos {
  margin: 0 -10px;
  display: table;
  text-align: center;
}

.client_testimonials {
  background: #f2f6f7;
  padding: 145px 0 35px;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;

}
.client_testimonials:before{
	content: '';
	background-image: url('../images/icon/testimonial.png');
  background-repeat: no-repeat;
  background-size: 450px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute
}
.client_testimonials:after{
	content: '';
	background-image: url('../images/icon/testimonial-round.png');
  background-repeat: no-repeat;
  background-size: 450px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -40px;
  right: 0;
  background-position: right bottom;
  z-index: -1;
}
.client_testimonials h2 {
  color: #1d1525;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.client_testimonials .text-center p {
  font-size: 20px;
  color: #41495e;
  padding: 0 24%;
  font-weight: 300;
	text-align:left;
}
.testimonial_item img {
	width: auto !important;
}

.testimonial-sec {
	background: #fff;
	border-radius: 16px;
	text-align: center;
	padding: 108px 50px 135px;
	top: 0;
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0 0 40px 0 rgba(181,181,181,0.3);
box-shadow: 0 0 40px 0 rgba(181,181,181,0.3);
	min-height: 417px;
}
.post-content h2 {
	text-align: left;
}
.testi-pic {
  text-align: center;
  margin: 0 auto;
  display: table;
  z-index: 10;
  position: relative;
  margin-bottom: -79px;
}
.testimonial-sec h3 {
  color: #ef4b45;
  font-size: 25px;
  text-transform: uppercase;
}
.testimonial-sec p {
  font-size: 16px;
  color: #41495e;
  font-weight: 300;
}

/*.standard-layout .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.standard-layout .testimonial-sec{
	-webkit-box-shadow:  none;
	box-shadow: none;
}
.standard-layout .bg-color-gray{
	background: #f1f5f6;
  position: relative;
  z-index: 2;
}*/

.author p {
  font-size: 18px;
  font-weight: 600;
  color: #1d1525;
  padding: 0;
  margin: 0 0 8px 0;
}
.author span {
  font-size: 14px;
  color: #41495e;
}
.author .sep {
  background: #ef4b45;
  height: 4px;
  display: inline-block;
  width: 50px;
  margin: 0;
}

.client_testimonials .owl-nav .owl-next {
	right: -75px;
	position: absolute;
	top: 45%;
	width: 20px;
	height: 20px;
	background: #333;
}

.client_testimonials .owl-nav .owl-prev {
	left: -75px;
	position: absolute;
	top: 45%;
	width: 20px;
	height: 20px;
	background: #333;
}

.owl-dots {
    display: flex;
    text-align: center;
    margin: 65px 0;
    flex-direction: row;
    justify-content: center;
}

.testimonials_slider .owl-dots {
    margin: 0 0 65px;
}

.owl-carousel button.owl-dot {
    background-color: #9e9e9e!important;
    display: block;
    line-height: 1!important;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 5px;
    outline: none;
}

.owl-carousel button.owl-dot span {
    display: block;
}

.owl-carousel button.owl-dot.active {
    background-color: #ef4b45!important;
}

.standard-layout .testimonial-bottom {
    display: flex;
    margin-top: 25px;
    flex-direction: row;
    align-items: center;
    margin-left: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 50px);
}

.content-standard-testimonial {
    font-size: 22px;
    margin-bottom: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    max-width: 800px;
    margin-left: 55px;
}

.standard-layout .author {
    position: unset;
    width: calc(100% - 85px);
}

.standard-layout .testimonial-pic {
    width: 65px;
    margin-right: 20px;
}

.standard-layout .testimonial-pic img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #fff;
}

.standard-layout .author p {
    color: #252525;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: 1;
}

.standard-layout .author span{
	display: block;
  line-height: 1;
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 3px;
  font-family: 'Poppins', sans-serif;
}

.client_testimonials .owl-carousel .owl-stage{
	display: flex;
}

.client_testimonials .item {
    height: 100%;
    position: relative;
    padding-bottom: 90px;
}

.client_testimonials .testimonial_item {
    position: relative;
    height: 100%;
}
.testimonial-sec {
    height: calc(100%);
}
.standard-layout .testimonial-sec {
    padding: 45px 40px;
    min-height: unset;
    border-radius: 30px;
    position: relative;
    height: 100%;
    box-shadow: none;
    -webkit-box-shadow:  none;
}
.standard-layout .testimonial-sec:after {
	content: '';
	border-style: solid;
	border-width: 90px 136px 0 0;
	border-color: white transparent transparent transparent;
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 0;
	height: 0;
	border-radius: 0px 10px 10px 10px;
}

.standard-layout.client_testimonials:before{
	content: unset;
}
.client_testimonials .container-row:before {
    background-image: url(../images/standard-testimonial.png);
    top: 0;
    right: 0;
    background-size: 90%;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
}

.client_testimonials .container-row{
	max-width: 100%;
	padding-top: 115px;
}

.client_testimonials .col-md-7{
	padding-top: 115px;
}


.standard-layout.testimonial-sec p{
	font-family: 'Poppins', sans-serif;
}

.standard-layout.client_testimonials .owl-nav .owl-prev {
    left: calc( -50% + 75px);
}
.standard-layout.client_testimonials .owl-nav .owl-next{
	left: calc(-50% + 140px);
	right: auto;
}

.standard-layout.client_testimonials:after{
	bottom: -100px;
	z-index: 0;
	background-image: url(../images/testimonial-round-2.png);
	opacity: 0.6;
}

.standard-layout.client_testimonials{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.standard-layout.client_testimonials h2{
	font-size: 50px;
  max-width: 190px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding-left: 0;
  margin-top: 90px;
}

.standard-layout.client_testimonials h2::before {
    content: "";
    background: url(../images/quotation-mark.png);
    width: 91px;
    height: 77px;
    top: -80px;
    left: 0px;
    right: auto;
}
.counter_area h2 span {
	font-size: 60px;
	text-align: center;
	color: #fff;
	/* opacity: 1; */
	z-index: 999;
	position: relative;
	padding: 0 15px 35px 15px;
	text-transform: uppercase;
	display: table;
	top: 72px;
	background: #221d27;
	margin: 0 auto;
}
.counter_area h2 {
	/* font-size: 60px; */
	/* text-align: center; */
	/* color: #fff; */
	/* opacity: 1; */
	/* z-index: 999; */
	/* position: relative; */
	/* padding: 0 0 35px 0; */
	/* text-transform: uppercase; */
	border-bottom: 1px solid #605a63;
	vertical-align: middle;
	top: -77px;
	position: relative;
}
.counter_area {
	background-size: cover;
	background-position: top center;
	padding: 50px 0 60px;
	position: relative;
}
.decorated{
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #605a63;
    width: 100vw;
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}
section.counter_area:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.counter_area ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.counter_area ul li {
  list-style-type: none;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.counter_area ul li .text {
  font-size: 80px;
  color: #ef4b45;
  font-weight: 600;
  font-family: 'Fjalla One', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 76px;
}
.counter_area ul li p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top: 10px;
}
.counter_area .items {
  margin: 0 auto;
  text-align: center;
}


.case_studies {
  background: #f2f6f7;
  padding: 124px 0 60px;
  overflow: hidden;
}
.case_studies h1.heading {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #1d1525;
  padding-bottom: 55px;
  margin-bottom: 15px;
}
.casestudies_content {
  background: #fff;
  border-radius: 10px;
  padding: 73px 53px 60px;
	-webkit-box-shadow: 0 0 40px 0 rgba(181,181,181,0.3);
box-shadow: 0 0 40px 0 rgba(181,181,181,0.3);
}
.casestudies_img img {
	/* width: auto !important; */
	border-radius: 10px 0px 0px 10px;
	max-height: 580px;
  object-fit: cover;
}
.casestudies_content h2 {
  color: #1d1525;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
}

h2.heading.main-case-studies-title {
    margin-bottom: 60px;
    text-transform: uppercase;
}
.case_studies_new h2.main-case-studies-title{
	margin-bottom: 0;
}
.casestudies_content h2 span {
  color: #ef4b45;
  display: block;
}
.content.problem h3 {
  color: #ef4b45;
  text-transform: uppercase;
  font-size: 22px;
  padding: 21px 0 0 0;
}

.content.color-green h3{
	color: #5f9b28;
}

.content.problem h3 strong {
    color: #5f9b28;
}
.content.problem p {
  font-size: 16px;
  color: #41495e;
  font-weight: 300;
}

.casestudies_content a {
	background: #f27f30;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}
.casestudies_content a:hover{
	background: #f04c45;
}
.case_studies .owl-nav .owl-next {
	right: 0;
	position: absolute;
	top: 45%;
	width: 20px;
	height: 20px;
	background: #333;
}

.case_studies .owl-nav .owl-prev {
	left: 0;
	position: absolute;
	top: 45%;
	width: 20px;
	height: 20px;
	background: #333;
}
.case_studies_item {
	margin: 0 auto;
	display: table;
	/* text-align: center; */
	max-width: 1070px;
}

.casestudies_img {
	top: 0;
	position: relative;
}
.nopadding {
    padding: 0;
}
.author {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.marketing_company {
	padding: 100px 0 70px 0;
}

.marketing_company .left_area {
  text-align: right;
  padding-right: 82px;
  border-right: 1px solid #e5e5e5;
}
.marketing_company .left_area h4 {
  font-size: 50px;
  color: #1d1525;
  text-transform: uppercase;
  line-height: 50px;
  padding: 20px 0 0 0;
}
.marketing_company .right_area p {
  color: #41495e;
  font-size: 18px;
  font-weight: 300;
  padding-left: 36px;
}
.marketing_company .left_area h4 b {
	color: #ef4b45;
	font-weight:normal;
}

.the_gold_standard {
  margin: 40px 0 90px 0;
  overflow: hidden;
}
.the_gold_standard h2 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: 66px;
}
.the_gold_standard h2 span {
  color: #ef4b45;
}

.standard-box {
  text-align: center;
  padding: 33px 55px 18px;
  margin: 0px 0 0 0;
  /*! border-right: 1px solid #eaeaea; */
  /*! border-bottom: 1px solid #eaeaea; */
}
.standard-box p {
  color: #41495e;
  font-size: 16px;
}
.standard-box h3 {
  font-size: 25px;
  color: #ef4b45;
  text-transform: uppercase;
}
.standard-box img {
  width: auto;
  text-align: center;
  margin: 0 auto 20px;
}
.the_gold_standard .col-md-4 {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.the_gold_standard .col-md-4:after,
.the_gold_standard .col-md-4:before,

.pink_section_right .col-md-4:after,
.pink_section_right .col-md-4:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background: white;
	right: -15px;
	bottom: -15px;
	position: absolute;
	z-index: 1;
}
.the_gold_standard .col-md-4:before {
    right: unset;
    left: -15px;
}

.horizontal_timeline {
	background: #292130;
	position: relative;
	z-index: 1;
}

.hor-left h2 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  line-height: 66px;
  letter-spacing: -2px;
	padding-top: 90px !important;
	border-top: 5px solid #F04C45;
}
.hor-left h2 span {
  color: #cc2028;
}
.ht-content h2 {
  font-size: 40px;
  color: #f27f30;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 40px 0;
}
.ht-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.hor-left {
	padding: 0 16px 40px 37%;
}
.hor-right {
	padding: 90px 280px 20px 1%;
}
.rotate-text h3 {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.ht-sub-content {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.rotate-text {
  /* padding: 84px 50px 4px 62px; */
	text-align: center;
}

.rotate-text a {
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	/* margin-top: 20px; */
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 50px;
	border: none;
}
.rotate-text a.team-btn {
	background: transparent;
	color: #fff;
	font-weight: 700;
	padding: 14px 43px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
	border: 2px solid #fff;
	margin-left: 10px;
	text-transform: uppercase;
}
.rotate-text a:hover{
	background: #f27f30;
	text-decoration: none;
	border-color: #f27f30;
}
.recent-post {
	padding: 100px 0 80px 0;
}
.recent-post h3 {
	font-size: 60px;
	color: #1d1525;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: center;
	padding-bottom: 30px;
}

.post-section {
  text-align: center;
  padding: 0 30px;
}
.post-section img {
  text-align: center;
  display: inline;
}
.post-section h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f27f30;
  margin-top: 40px;
  margin-bottom: 20px;
}
.post-content h2 a {
  font-size: 30px;
  line-height: 40px;
  color: #1d1525;
  text-transform: uppercase;
}
.post-section .post-content p {
  display: none;
}
.post-content a.read-more-btn {
  font-size: 15px;
  font-weight: 700;
  color: #f27f30;
  border: 2px solid #f27f30;
  padding: 8px 24px;
  border-radius: 6px;
  display: inline-block;
  margin: 17px 0;
  text-transform: uppercase;
}

.post-content a.read-more-btn:hover{
	background: #f27f30;
	color: #fff;
	text-decoration: none;
}

.footer-section {
	background: #251e2d;
	padding: 5% 0 5% 0;
	margin-top: 0px !important;
}

.footer-section .footer-1 section.widget{
	margin-bottom: 40px;
}

.footer-1 h3 {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 19px 0 14px 0 !important;
  padding: 0;
}
.footer-1 ul {
  margin: 0;
  padding: 0;
}
.footer-1 ul li {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 5px 0 5px 0px;
  color: #927fa7;
  display: flex;
}
.footer-1 ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
}

.footer-1 ul li a {
  color: #927fa7;
  font-size: 16px;
  /*! font-weight: 300; */
  padding: 0;
  margin: 0;
}
.footer-1 ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer_social ul li a:hover i {
	color: #fff;
}

ul#menu-areas-we-serve {
  margin: 0;
  padding: 0;
}
.footer-1 nav {
  margin: 0;
  padding: 0;
}

.footer-info p {
  color: #927fa7;
  font-size: 15px;
}
.footer-info h2 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  padding: 48px 0 7px 0;
}
.footer_contact {
  margin: 15px 0 5px 0;
}
.footer_contact a {
  color: #fff;
  font-size: 18px;
}
.footer_email a {
  color: #fff;
  font-size: 18px;
}
.footer-info figure {
  margin-bottom: 23px !important;
}

footer {
  margin: 0px 0 0 0 !important;
  padding: 3px 0 0 0 !important;
  width: 100%;
  background: #1d1525;
  max-width: 100% !important;
  height: auto;
}
.site_reserved {
  font-size: 16px;
  color: #6e5f7e;
}
.site_reserved span {
  color: #fff;
}
.footer_social ul {
  margin: 0;
  padding: 0;
}
.footer_social ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 4px;
  font-size: 23px;
  margin: 0;
  color: #50445b;
}
.footer_social ul li a {
  color: #50445b;
}
footer .container {
  margin: 17px auto 11px auto;
}
section#block-5 p {
	padding: 0 75px 0 0px;
}

.footer-info i {
  color: #fff;
  list-style-type: none;
  padding: 0 7px 0 0px;
  vertical-align: text-top;
  /*! display: inline; */
}
.footer-info ul {
  margin: 0;
  padding: 0;
}
.footer-info ul li {
  list-style-type: none;
}
.inner-banner .header-img {
	/*min-height: 500px;*/
	min-height: 656px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	display: flex;
  align-items: center;
  position: relative;
}
.inner-banner-txt {
	color: #fff;
	position: relative;
	width:50%;

}

.inner-banner-txt h1 {
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: -2px;
	color: #f04c45;
	line-height: 60px;
}
.single-post .inner-banner-txt h1 {
    color: #fff;
}
.inner-banner-txt h3 {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: 0;
}
ul#breadcrumbs {
	margin: 30px 0 0;
	padding: 0;
}
ul#breadcrumbs li {
	list-style: none;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.fck_single_image {
  background: #f2f6f7;
  padding: 100px 0px 100px 0px;
}
.img-wrap img {
  text-align: right;
  float: right;
  padding: 0 24px 0px 0;
}


.fck-sm-content h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #1d1525;
  line-height: 60px;
}
.fck-sm-content h2 span {
  color: #ef4b45;
  display: block;
}
.fck-sm-content h2 strong {
  color: #ef4b45;
  font-weight: 500;
}
.fck-sm-content .sub_heading {
  font-size: 20px;
  color: #241e29;
  padding: 0 0 24px 0;
  font-weight: 300;
}
.core-content ul {
  margin: 0;
  padding: 0;
}
.core-content ul li {
  list-style-type: none;
}
.core-content ul li span {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  color: #241e29;
}
.core-content ul li {
  font-size: 18px;
  color: #41495e;
  font-weight: 300;
  /*! line-height: 20px; */
  padding: 19px 0 4px 80px;
	margin:16px 0 16px 0;
}
.core-content ul li img {
	position: absolute;
	left: 16px;
}

.seo-frame .hp-contact .heading {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
	padding-bottom:30px;
}
.seo-frame .hp-contact .heading span {
	color: #ef4b45;
}
.seo-frame {
	padding: 100px 0 120px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.seo-teams {padding: 60px 0 80px 0; }
.seo-teams .tab-content img{
	border-radius: 8px;
}
.seo-teams h1 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: center;
	padding-bottom: 80px;
}
.seo-teams h1 span {
	color: #ef4b45;
}
.team-name h4 {
	font-size: 50px;
	color: #1d1525;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.team-title {
	font-size: 20px;
	color: #5f5f5f;
	font-style: italic;
	font-weight: 300;
}

.team-name h4 {
  font-size: 50px;
  color: #1d1525;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.team-title {
  font-size: 20px;
  color: #5f5f5f;
  font-style: italic;
  font-weight: 300;
}
.team-info {
  color: #414141;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding: 25px 0 0 0;
}
.slider.vertical-slider {
	/*border-left: 1px solid #ddd;*/
}

.slider.vertical-slider ul li {
	height: auto;
	margin: 10px 0 10px 0;
}
.slick-vertical li.slick-active.current {
	text-transform: uppercase;
	color: #f27f30;
	padding: 8px 0 0 0;
}
.slick-vertical li.slick-active {
	text-transform: uppercase;
	color: #1d1525;
	padding: 8px 0 0 0;
}
.expert h3 {
	font-size: 20px;
	padding: 10px 0 0 0;
}

ul.team-social {
  margin: 0;
  padding: 0;
}
ul.team-social li {
  list-style-type: none;
  display: inline-block;
  margin: 25px 0 0;
  color: #b0b1b5;
}
ul.team-social li a i {
  color: #b0b1b5;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0 0 0;
}
ul.team-social li a i:hover {
  background: #f27f30;
  color: #fff;
  border-radius: 5px;
}
.timeline-horizontal ._hpoint .copy {
	width: 505px;
}
.timeline-horizontal .time-points {
	position: relative;
	padding: 20px 20px 0 0px;
	margin-bottom:0px;
}
.timeline-horizontal .time-points .snippet {
	min-height: auto;
	padding-top: 80px;
}
.time-points h3 {
  font-size: 50px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.time-points .copy p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.timeline-horizontal .time-points .icon {
    position: absolute;
    left: 67px;
    top: -60px;
}

.contact-wrap {
  background: #f2f6f7;
  padding: 44px 60px 20px;
  border-radius: 12px;
	-webkit-box-shadow: 0 0 40px 0 rgba(181,181,181,0.3);
box-shadow: 0 0 40px 0 rgba(181,181,181,0.3);
}
.contact-wrap h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
  text-align: center;
  color: #f04c45;
}
.contact-wrap .sub-heading {
  text-align: center;
  font-size: 16px;
  color: #41495e;
}
.contact-from input, .contact-from textarea {
	border: 1px solid #bfc6ca;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 0;
  margin-right: 0;
}
.contact-from textarea {
	height:90px;
	margin-bottom:0px;
}
.contact-from input[type="submit"] {
	width: 100%;
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border: 0px;
}
.contact-from input::placeholder, .contact-from textarea::placeholder {
	color: #b0b1b5;
}
.contact-from {
	margin: 24px 0 0 0;
	
}
.contact-from .col-md-6, .contact-from .col-md-12{
	padding-right: 5px;
  padding-left: 5px;
}
.contact-from .row{
	margin-right: -5px;
  margin-left: -5px;
}
.about-contact {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 100px 0;
}
.contact-from input.wpcf7-not-valid {
    margin-bottom: 0;
}


span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 0;
}
li.header_contact a::before {
	content: "\f879";
	display: inline;
	font-family: "Font Awesome 5 Free";
	padding: 0 7px 0px 0px;
}
.client_testimonials h2::before {
	content: "";
	background: url('../images/icon/comma.png');
	width: 37px;
	height: 32px;
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	text-align: center;
	/* align-content: center; */
	display: block;
	margin: 0 auto;
}
.banner_sub_title span {
	color: #f04c45;
}

.internal-links ul {
  margin: 0;
  padding: 0;
	display: flex;
flex-wrap: wrap;
}
.internal-links ul li {
  list-style-type: none;
	flex: 1 1 auto !important;
	padding: 0 2.5px;
}
.internal-links ul li a {
  color: #fff;
  font-size: 22px;
  font-family: 'Fjalla One', sans-serif;
  line-height: 28px;
	text-transform:uppercase;
	padding: 40px 30px 40px 30px;
	display: block;
}
.internal-links {
  position: absolute;
  bottom: 0;
  border-top: 3px solid #f7881e;
  padding: 0px 0 0 0;
  width: 100%;
}
.internal-links ul li.active a, .internal-links ul li a:hover {
    background: #f04c45;
    text-decoration: none;
}

.seo-panel h2 {
  font-size: 50px;
  color: #1d1525;
  line-height: 55px;
  text-transform: uppercase;
  text-align: right;
  border-right: 1px solid #ccc;
  padding: 0 88px 0 0;
	min-height: 98px;
	display: block;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
}
.seo-panel h2 span { color:#ef4b45; white-space: nowrap;}
.seo-panel .row {
    align-items: center;
}
.seo-panel p {
  font-size: 18px;
  color: #41495e;
  font-weight: 300;
  padding: 0px 52px 0 70px;
}
.seo-panel {
  margin: 37px 0 52px 0;
}


.box-section h5 {
  font-size: 18px;
  font-weight: 700;
  color: #f27f30;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.box-section h4 {
  font-size: 30px;
  line-height: 40px;
  color: #1d1525;
  text-transform: uppercase;
}
.box-section p {
  color: #41495e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 77px;
}
.box-section {
  padding: 0 32px;
	margin-top:30px;
}
.box-section a {
  display: inline-block;
  border: 2px solid #f27f30;
  font-size: 15px;
  color: #f27f30;
  font-weight: 700;
  padding: 11px 25px;
  border-radius: 6px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  /*! margin: 27px 0 0px 0; */
}

.box-section a:hover {
    background: #f27f30;
    color: #fff;
    text-decoration: none;
}


.matter {
	padding-right: 150px;
}
.bullet-wrap {
	padding-right: 90px;
}
.matter h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
	margin-bottom: 30px;
}
.matter p {
  font-size: 18px;
  font-weight: 300;
  /* padding: 0 160px; */
	text-align:left;
}
.bullets {
  padding: 100px 0 100px 0;
}
.single-bullet p {
	padding-left: 27px;
}

.bullet-inner-section .single-bullet {
	border-top: 1px solid #dcdcdc38;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bullet-inner-section h3.accordion:after {content: ""; width: 23px; height: 25px; -webkit-mask-image: url('../images/plus.png'); -webkit-mask: url('/wp-content/uploads/2024/07/plus.png'); -webkit-mask-size: cover; mask-size: cover; background-color: #f04c45; }
.bullet-inner-section h3.accordion.active:after {content: ""; width: 23px; height: 25px; -webkit-mask-image: url('../images/minus.png'); -webkit-mask: url('/wp-content/uploads/2024/07/minus.png'); -webkit-mask-size: cover; mask-size: cover; background-color: #f04c45; }
/* 
.seo-box h3 {
	font-size: 40px;
	letter-spacing: -2px;
	padding-top: 20px;
	margin-bottom: 18px;
}
.seo-box p {
  font-size: 16px;
  font-weight: 300;
  /*! color: #</div>; */
}
.seo-box {
	padding: 0 35px;
	margin-top: 36px;
} */

a.req-btn {
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	display: table;
	text-align: center;
	margin: 35px auto 0;
}

button.req-pro-btn {
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin: 24px auto 0;
	border:0px;
}
button.req-pro-btn:hover{
	background: #f27f30;
	border-color: #f27f30;
}
.bullets button {
	/* margin: 42px auto 0;
	display: table; */
}

.seo-timeline h2 {
  text-align: center;
  color: #1d1525;
  font-size: 60px;
  letter-spacing: -2px;
  padding: 0 0 38px 0;
}
.outerDiv {
	max-width: 850px;
	margin: 0 auto;
}

.outerDiv {
  max-width: 1000px;
  margin: 0 auto;
}
.snippet-content h3{
	font-size: 25px;
}
/*
.time-spot {
  border-right: 1px solid #f48021;
}
*/
.outerDiv .col-md-6:nth-child(2n+1) {
	border-right: 1px solid #f48021;
}
.time-spot .tag {
  border-bottom: 1px solid #f48021;
	color:#a69490;
}
.outerDiv .col-md-6 {
	padding: 0;
}
.snippet-content a i {
	display: block;
	font-size: 28px;
	margin-top: 6px;
}

.snippet-content h3 {
  color: #4d2921;
  font-size: 36px;
}
.snippet-content p {
  color: #4d2921;
  font-size: 15px;
  font-weight: 300;
}
.snippet-content {
  padding: 26px 25px 34px 96px;
}
.outerDiv .col-md-6:nth-child(2n) .snippet-content {
	padding: 26px 95px 5px 40px;
}
.time-spot .icon {
	position: absolute;
	padding: 5px 0 0 0;
	left: 0px;
	top: 38px;
	color: #a69490;
	font-size: 37px;
}
.outerDiv .col-md-6:nth-child(2n) {
	top: 68px;
}
.outerDiv .col-md-6:nth-child(2n) .tag {
	/* padding: 0 0 0 20px; */
	display: block;
	text-align: right;
}
.outerDiv .col-md-6:nth-child(2n) {
	text-align: right;
	/* float: right; */
}
.col-md-6:nth-child(2n) .icon {
	right: 0px;
	top: 40px;
}
.snippet-content a {
	color: #f48021;
	text-transform: uppercase;
	font-weight: 500;
	width: 155px;
	display: inline-block;
	padding: 10px 0 0 0;
	text-align:left;
}
.outerDiv .col-md-6:nth-child(2n) .snippet-content a {
	text-align: left;
}
.snippet-content a:hover {
    color: #f04c45;
}

.outerDiv .col-md-6:nth-child(1)::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #f48021;
	border-radius: 50px;
	right: -6px;
	position: absolute;
	top: -10px;
}
.fck-two-col {
	background: #251e2d;
	margin: 65px 0 0 0;
	padding: 70px 0 0 0;
}

.fck-two-col {
  background: #251e2d;
  margin: 65px 0 0 0;
  padding: 0px 0 0 0;
}
.fck-two-col .fck-two-col-left h2 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.fck-two-col .fck-two-col-left h2 span {
  color: #ef4b45;
}
.fck-two-col .fck-two-col-left h3 {
  color: #f27f30;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 15px 0px 0px 0px;
}
.fck-two-col .fck-two-col-left p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 28px;
}
.fck-two-col-left {
  padding: 120px 110px 100px 0px;
}

.fck-two-col-left a {
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	display: inline-block;
}

.fck-two-col-right h3.sub-heading {
  font-size: 18px;
  color: #f27f30;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.fck-two-col-right h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.fck-two-col-right h2 span {
  color: #ef4b45;
}
.fck-two-col-right .content {
  color: #fff;
  font-style: italic;
  font-size: 26px;
  font-weight: 200;
  line-height: 35px;
}

.fck-two-col-right h3.sub-heading {
  font-size: 18px;
  color: #f27f30;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.fck-two-col-right h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.fck-two-col-right h2 span {
  color: #ef4b45;
}
.fck-two-col-right .content {
  color: #fff;
  font-style: italic;
  font-size: 26px;
  font-weight: 200;
  line-height: 35px;
	position:relative;
}
.case_heading {
  font-size: 30px;
  color: #ef4b45;
  font-family: 'Fjalla One', sans-serif;
  padding: 48px 0px 0px 0;
  border-top: 1px solid #494949;
  margin: 55px 0 0 0;
}
.case_content {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 0 25px 0;
}
.fck-two-col-right a.btn {
	background: #f27f30;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 0 0 0;
}
.fck-two-col-right p a {color:#fff; text-decoration:underline;}

.fck-two-col-right a.btn:hover{
	background: #f04c45;
	text-decoration: none;
}
.fck-two-col-right {
	padding: 120px 60px 100px 110px;
	max-width: calc(672px);
}
.internal-links ul li a span {
	display: block;
}
.bullets {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin: 0px 0 90px 0;
	color: #fff;
}
.top-section{
	margin-bottom: 74px;
}
.cas-right-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.simple-quote {
	position: absolute;
	bottom: -40px;
	right: 50px;
}
/* .fck-two-col-right .content::before {
	content: "";
	background: url('../images/icon/small-comma.png');
	width: 37px;
	height: 32px;
	display: block;
	position: absolute;
	top:42px;
} */
.fck-two-col-right .content p {
	padding: 0 0 0 60px;
}
.fck-two-col-right .content p span {
    display: block;
    font-size: 22px;
    font-style: italic;
    margin-top: 10px;
    font-weight: 100;
}

.discovery-section {
	background: #fff5ec;
	padding: 100px 0 100px 0;
	margin: 100px 0 0 0;
}

.pink_section_left h2 {
  font-size: 60px;
  letter-spacing: -2px;
  color: #1d1525;
}
.pink_section_left h2 span {
  color: #ef4b45;
}

.pink_section_left p {
  color: #41495e;
  font-size: 18px;
  font-weight: 300;
}
.pink_section_left ul {
  margin: 0;
  padding: 0;
}
.pink_section_left ul li {
	color: #41495e;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	list-style-type: none;
	position: relative;
	padding: 10px 0 18px 28px;
	font-family: 'Poppins', sans-serif;
}
.pink_section_left ul li::before {
	content: "";
	background: #f27f30;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 0;
	border-radius: 50px;
	top: 17px;
}

.pink_section_left a {
	background: #ef4b45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	display: inline-block;
	margin: 22px 0 0 0;
}

.actinable h2 {
  color: #1d1525;
  font-size: 40px;
  letter-spacing: -2px;
}
.actinable p {
  font-size: 14px;
  color: #41495e;
  line-height: 20px;
  padding: 0px 0 0 0;
}

.features-list h3 {
  font-size: 25px;
  color: #ef4b45;
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 1px 0;
}
.features-list h4 {
  font-size: 16px;
  font-weight: 700;
  color: #41495e;
  font-family: 'Poppins', sans-serif;
  padding: 1px 0 7px 0;
  margin: 0;
}
.features-list p {
  font-size: 14px;
  color: #41495e;
  line-height: 18px;
}
.features-list {
	min-height: 167px;
	
}

.pink_section_right button.sub-pro-btn {
	background: #ef4b45;
	display: table-cell;
	height: 138px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 33px;
	padding: 12px 0 0;
	width: 100%;
	display: block;
	border:0px;
}
.pink_section_right button.sub-pro-btn:hover {
    background: #f27f30;
}
.pink_section_right button span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.pink_section_right .col-md-8 {
  border-right: 1px solid #d5c4b4;
}
.pink_section_right .col-md-4 {
 
  border-top: 1px solid #d5c4b4;
  border-right: 1px solid #d5c4b4;
  padding: 24px 16px 0;
  position: relative;
}
.pink_section_right .col-md-4:after, .pink_section_right .col-md-4:before{
	background: #fff5ec;
}
.pink_section_right .col-md-4:before{
	right: unset;
  left: -15px;
  top: -15px;
}
.pink_section_right .col-md-4:nth-child(2) {
	border-top: 0px;
	border-right: 0px;
}
.pink_section_right .col-md-4:nth-child(5) {
	border-right: 0px;
}
.pink_section_right .col-md-4:nth-child(8) {
	border-right: 0px;
}
.pink_section_left {
	padding: 0 35px 0 0;
}
.time-points h3.ht-sub-heading {
	font-size: 18px;
	font-weight: 700;
	color: #f27f30;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -1px;
}


.horizontal_timeline .ht-content ul {
  margin: 24px 0 28px 0;
  padding: 0;
}
.horizontal_timeline .ht-content ul li {
  list-style-type: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 21px 0;
  position: relative;
  padding: 0 0 0 22px;
}
.horizontal_timeline .ht-content ul li:before {
  content: "";
  display: block;
  background: #f27f30;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: 0;
}

.hor-left a {
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
}

.fck-two-col-left ul {
  margin:  0;
  padding: 0;
}

.fck-two-col-left ul li {
  list-style-type: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 21px 0;
  position: relative;
  padding: 0 0 0 22px;
}
.fck-two-col-left ul li:before {
  content: "";
  display: block;
  background: #f27f30;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: 0;
}

body.page-id-212 .fck-two-col {
	margin-top: 0px;
}
body.page-id-210 .bullets {
	margin-top: 0px;
	margin-bottom: 0;
}
body.page-id-210 .fck-two-col {
	margin-top: 0px;
}
body.page-id-210 .footer-section {
	margin-top: 0px !important;
border-top: 1px solid #363636;
}
body.page-id-213 .footer-section {
	margin-top: 0 !important;
	border-top: 1px solid #363636;
}

body.page-id-216 .footer-section {
	margin-top: 0 !important;
	border-top: 1px solid #363636;
}
body.page-id-215 .fck-two-col {
	margin-top: 0px;
}
body.page-id-215 .footer-section {
	margin-top: 0 !important;
	border-top: 1px solid #363636;
}
body.page-id-214 .footer-section {
	margin-top: 0 !important;
	border-top: 1px solid #363636;
}
body.page-id-32 .footer-section {
	margin-top: 0 !important;
	border-top: 1px solid #363636;
}

.sub-txt {
  text-align: center;
  margin: -25px 0 57px 0;
}
.sub-txt p {
  color: #414141;
  font-size: 18px;
  font-weight: 300;
}

.sub-txt a {
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
}
.seo-timeline {
	margin: 100px 0 0 0;
}
.second-section {
	padding: 60px 0 30px 0;
}

.click-box {
  text-align: center;
  padding: 33px 30px 18px;
  margin: 0px 0 0 0;
  position: relative;
  height: 100%;
  /*! border-right: 1px solid #eaeaea; */
  /*! border-bottom: 1px solid #eaeaea; */
}
.click-box p {
  color: #41495e;
  font-size: 16px;
	padding:0 0 90px 0;
	text-align:left;
}
.click-box h3 {
  font-size: 25px;
  color: #ef4b45;
  text-transform: uppercase;
}
.click-box img {
  width: auto;
  text-align: center;
  margin: 0 auto 20px;
}
.click-box a:hover, .click-box a:focus, .click-box a:active {
	background: #f27f30;
	color: #fff;
	text-decoration: none;
}

.click-box a:focus, .click-box a:active {
	background: #f27f30;
	color: #fff;
}

.click-box a {
	background: #f27f30;
	color: #f27f30;
	font-weight: 700;
	padding: 16px 0px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
	border:2px solid #f27f30;
	background:#fff;
}
.click-box-section .col-md-4 {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: ;
}



.scroll-list .post-thumb img {
  border-radius: 12px;
}
img.blog-main-img {
    height: 243px!important;
    width: 100%!important;
    object-fit: cover;
}
.cta-hr-banner .action-section{
	width: 100%;
}
.cta-hr-banner .action-section .wpcf7-form p {
    text-align: left;
}
.cta-hr-banner .action-section .wpcf7-form > p {
    margin-bottom: 15px!important;
}

.cta-hr-banner .action-section .wpcf7-form input.form-control {
    margin-right: 10px;
}

.cta-hr-banner.call-to-action {
    border-radius: 0!important;
    margin: 60px 0 0!important;
}

.cta-wrapper {
    display: flex;
    max-width: 770px;
    margin: 0 auto;
    justify-content: center;
}

.cta-hr-banner .action-section {
    padding: 80px 0 50px;
}

.scroll-list .post-content .post-date, .post-content .post-author {
	display: inline-block;
	padding: 11px 25px 11px 0;
	color: #41495e;
	font-size: 14px;
}
.scroll-list .post-content i { color:#b5b9c5;}
.scroll-list .post-content h2 a {
  color: #1d1525;
  font-size: 30px;
}
.scroll-list .post-content p {
  color: #41495e;
  font-size: 16px;
  font-weight: 300;
}
.scroll-list article {
  padding: 20px;
}

#filter {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
}

#filter select {
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  color: #515151;
  width: 29%;
}
#filter input {
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  color: #515151;
  width: 42%;
  margin: 0;
}

#filter input{
	background-image: url(../images/icon/loupe.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 40px;
}

.pagination{
	justify-content: center;
	border-radius: 0;
}

.pagination .nav-links > * {
    margin-top: 20px;
}

.navigation ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.navigation ul li a {
    padding: 10px;
    background: #f04c45;
    margin: 0 5px;
    color: #fff;
    line-height: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.navigation ul li a:focus{
	color: #fff;
}

.navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #f27f30;
}

#filter input.search-submit {
}


.action-section {
  text-align: center;
  padding: 85px 0 55px;
  width: 44%;
  margin: 0 auto;
}
.action-section h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  /*! letter-spacing: -2px; */
}
.action-section > p {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300;
  padding: 0 0 25px 0 !important;
}
.action-section .wpcf7-form input.form-control {
  display: inline-block;
  width: 75%;
  float: left;
  border: 0;
  height: 52px;
  border-radius: 6px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.call-to-action span.wpcf7-not-valid-tip {
    display: none;
}

.call-to-action .wpcf7-not-valid {
    border-color: red!important;
}


.cta-hr-banner .ht-cta-form {
    max-width: calc(100% - 320px);
}

.action-section .wpcf7-form input.form-control::placeholder{ color: #fff; opacity: 0.9; }
.action-section .wpcf7-form input.form-control:-ms-input-placeholder{ color: #fff; opacity: 0.9; }
.action-section .wpcf7-form input.form-control::-ms-input-placeholder{ color: #fff; opacity: 0.9; }
.form-control:focus{ box-shadow: none; outline: none; }

.action-section .wpcf7-spinner {
    position: absolute;
    top: 14px;
}

.action-section .wpcf7-form {
    position: relative;
}

.action-section .wpcf7-form > p {
    margin-bottom: 20px!important;
}
.action-section .wpcf7-form p {
    color: #776b83!important;
}
section.call-to-action{
	margin-bottom: 50px!important;
}

.action-section .wpcf7-response-output { color: #fff; }

.action-section .wpcf7-form input.wpcf7-submit {
  display: inline-block;
  width: 22%;
  /*! float: left; */
  height: 52px;
  padding: 0;
  background: #f27f30;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.action-section .wpcf7-form input.wpcf7-submit:hover {
    background: #f04c45!important;
}

.singular .entry-title {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 0;
    color: #f04c45;
}

.singular .entry-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.action-section form.wpcf7-form br {
  display: none;
}
.action-section p {
  color: #776b83;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.call-to-action-7 {
  padding: 48px 0;
  margin: 0 auto;
}
.call-to-action-7 h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  /*! letter-spacing: -2px; */
}
.call-to-action-7 p {
  color: #776b83;
  padding: 0;
  margin: 0;
  font-size: 15px;
	text-align:left;
}
.call-to-action-7 .wpcf7-form input.form-control {
  display: inline-block;
  width: 75%;
  float: left;
  border: 0;
  height: 52px;
  border-radius: 6px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.call-to-action-7 .wpcf7-form input.wpcf7-submit {
  display: inline-block;
  width: 22%;
  /*! float: left; */
  height: 52px;
  padding: 0;
  background: #f27f30;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
	margin-left:12px;
}
.call-to-action-7 form.wpcf7-form br {
  display: none;
}
.call-to-action-7 .row {
	width: 76%;
	margin: 0 auto;
}
.blog-filter {
	padding: 80px 0 42px 0;
}
.blog-filter h2 {
	font-size: 60px;
	color: #1d1525;
}
.container.blog-page {
    padding-bottom: 70px;
}
#filter .search-submit {
	display: none;
}
.banner_paragraph {
	
	font-size: 22px;
	line-height: 30px;
}

.wid_info h6 {
  font-size: 16px;
  color: #41495e;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  letter-spacing: 0px;
}
.wid_info h3 {
  font-size: 40px;
  color: #ef4b45;
}
.toltip-widget-inner.row {
	background: #f2f6f7;
	padding: 30px 0;
	width: 100%;
	max-width: 100%;
	align-items: center;
	position: relative;
	margin: 0;
}
.toltip-widget-inner .col-md-9{
	position: unset;
}
.wid_info .cms-content {
	color: #41495e;
	font-size: 18px;
	max-width: 450px;
  margin-left: 70px;
}
a.wid_close {
	position: absolute;
	right: 30px;
	color: #242525;
	top: 25px;
}
a.wid_close:hover{
	color: #ef4b45;
}
section.cms_tabs {
    margin-bottom: 100px;
}

.wid_info .left-widget {
	text-align: right;
	padding: 4px 0 0 0;
}
/*.wid_info::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f2f6f7;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	top: -33px;
	left: 15%;
}*/

.click-box.active-item:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f2f6f7;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.click-box a.widget-btn.active {
    background: #f27f30;
    color: #fff;
}

.click-box a.widget-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	width: 68%;
	margin: 0px auto 26px;
}

/* .blog-top-section {
	background: #f2f6f7;
	padding: 52px 42px;
} */

.blog-top-section {
	background: #fff !important;
	width: 60%;
	margin: 0 auto;
	padding: 52px 0;
}
.blog-top-section .post-title-image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  border: 12px solid #fff;
}

.blog-top-section h5 {
  font-size: 30px;
  color: #1d1525;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -1px;
}
.blog-top-section p {
  color: #41495e;
  font-size: 16px;
  font-weight: 300;
}

.blog-top-section .post-date {
  display: inline-block;
}
.blog-top-section .post-time {
  display: inline-block;
  padding: 0 0 0 23px;
}
.date-time {
	padding: 14px 24px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    display: inline-block;
    color: #41495e;
    font-size: 15px;
    width: 100%;
}
.single-blog-container {
	width: 60%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	
.custom-blog-content.front article.col-md-4 {
	max-width: 100%;
	flex: 0 0 100%;
}	
	
	.blog-top-section {
		background: #fff !important;
		width: 100%;
		padding: 20px 0;
	}
	.single-blog-container {
		width: 100%;
	}
}
/* .date-time {
  padding: 9px 0;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  display: inline-block;
	color: #41495e;
	font-size: 15px;
} */
.date-time i {
  color: #b5b9c5;
  padding: 0 6px 0 0;
}
.blog-top-section .nav-links a {
	background: #f27f30;
	color: #fff;
	padding: 14px 17px;
	display: block !important;
	white-space: nowrap;
	/* font-size: 15px; */
	color: #fff !important;
	border-radius: 8px;
	margin: 0 0px 0px 0px;
	/* float: left; */
	width: 172px;
	text-align: center;
}
.blog-top-section .nav-links a p {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	color: #fff !important;
}
.blog-top-section .nav-links a:hover {
    text-decoration: none;
    background: #f04c45;
}

.blog-top-section .nav-links {
	justify-content: center;
	display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.blog-top-section .nav-links .nav-next {
	margin-left: 10px;
}
.call-to-action-4 .container {
	background: no-repeat;
	background-size: cover;
	background-position: top center;
	/* min-height: 441px; */
	border-radius: 15px;
}
.call-to-action-4 {
	margin: 60px 0 0;
}
.fck_text-full {
	padding: 40px 0 0 0;
}
.wid_info .row {
	margin-left: 0;
	margin-right: 0px;
	width: 100%;
}
.addtoany_shortcode {
	text-align: center;
}
.blog-top-section .nav-links a i {
	padding: 0 1px 0 6px;
}

#breadcrumbs li a {
  color: #a7abb8;
  font-size: 14px;
  font-weight: 300;
}
#breadcrumbs li::after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
#breadcrumbs li:last-child::after {
  content: unset;
}
.testimonials_slider.owl-carousel .owl-nav button.owl-prev span {
	background: url('../images/icon/left-arrow.png') no-repeat top center;
	width: 40px;
	height: 42px;
	display: inline-block;
	/* background: #333; */
	position:relative;
	text-indent: -9999px;
	
}

.testimonials_slider.owl-carousel .owl-nav button.owl-next span {
	background: url('../images/icon/right-arrow.png') no-repeat top center;
	width: 40px;
	height: 42px;
	display: inline-block;
	/* background: #333; */
	position:relative;
	right:20px;
	text-indent: -9999px;
}
.owl-casestudies.owl-carousel .owl-nav button.owl-prev span {
	background: url('../images/icon/left-arrow.png') no-repeat top center;
	width: 42px;
	height: 42px;
	display: inline-block;
	/* background: #333; */
	position: relative;
	left: 23px;
	text-indent: -9999px;
}

.owl-casestudies.owl-carousel .owl-nav button.owl-next span {
	background: url('../images/icon/right-arrow.png') no-repeat top center;
	width: 42px;
	height: 42px;
	display: inline-block;
	/* background: #333; */
	position: relative;
	right: 42px;
	text-indent: -9999px;
}
button.owl-prev {
	outline: none;
}
button.owl-next {
	outline: none;
}
.team-tabs.seo-teams .row.flex-column-reverse {
	flex-direction: inherit !important;
}
.req-proposal input {
	border: 1px solid #bfc6ca;
	border-radius: 5px;
	margin-bottom: 12px;
}
.req-proposal textarea {
	height:90px;
	margin-bottom:15px;
	border: 1px solid #bfc6ca;
}
.req-proposal input[type="submit"] {
	width: 100%;
	background: #f04c45;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border: 0px;
}
.req-proposal input::placeholder, .req-proposal textarea::placeholder {
	color: #b0b1b5;
}
.req-proposal {
	margin: 24px 0 0 0;
	
}
.req-proposal .modal-body {
	padding: 44px 44px 0;
}
.req-proposal h5 {
	text-align: center;
	display: block;
	font-size: 36px;
	letter-spacing: -1px;
	width: 100%;
	color: #f15a41;
}
.req-proposal .modal-content {
	border-radius: 15px;
}
.req-proposal label {
	color: #818181;
	font-weight: 300;
}
.modal-backdrop.show {
	opacity: 1.0;
	background: #f15a41;
}
.modal-backdrop.show{
	background: rgba(0,0,0,.8);
}
.req-proposal .modal-content { border-radius: 5px; }
.modal-open .modal{ padding-right: 0!important; }
.addtoany_shortcode svg {
    background: #f2f6f7;
}
.addtoany_shortcode svg path {
    fill: #41495e;
}
.sharing-icon .addtoany_list a:hover span{
	opacity: 1!important;
}
.sharing-icon .addtoany_list a span{
	background: transparent!important;
}
.addtoany_shortcode svg:hover path {
    fill: #f27f30;
}
.sharing-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.heading-sharing {
    font-size: 15px;
    font-weight: 600;
    padding-right: 10px;
}

body.single-post .call-to-action {
	background: no-repeat;
	background-size: cover;
	margin: 0 20px;
	border-radius: 13px;
	background-position: top center;
}


.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), [class*="inner-container"] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
	max-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.category_label a {
    color: #41495e;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #1d1525;
    padding: 8px 22px;
    display: block;
    border-radius: 5px;
}

.category_label {
    display: block;
    padding: 0 5px;
}

.category_wrapper {
    display: flex;
    margin: 60px -5px 15px;
}

.category_label a:hover {
    color: #fff;
    text-decoration: none;
    background: #f27f30;
    border-color: #f27f30;
}

body.single-post header.entry-header {
	margin: 0 0 0 20px !important;
	padding: 40px 0 0 0 !important;
}
body.single-post .entry-content h3 {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #1d1525;
	margin-bottom: 15px;
}
.entry-content {
	margin: 0 auto;
	display: table;
}
body.single-post .entry-content h1 {
	font-size: 60px;
	color: #1d1525;
	text-transform: uppercase;
	letter-spacing: -2px;
}

body.single-post .entry-content p {
	font-size: 18px;
	color: #41495e;
	font-weight: 300;
	line-height: 28px;
	font-family: 'Poppins';
	margin: 0 0 30px;
}
body.single-post .entry-content img {
    border-radius: 10px;
}
.wp-block-columns {
    margin: 50px 0;
}
body.single-post .entry-content h2 {
	font-size: 50px;
  text-transform: uppercase;
}

body.single-post .entry-content blockquote::before {
    content: "";
    background: url('../images/icon/small-comma.png');
    width: 37px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}

body.single-post .entry-content blockquote {
    position: relative;
    padding-left: 75px;
    max-width: 1030px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
body.single-post .entry-content blockquote{
	margin-top: 85px;
	margin-bottom: 85px;
}

body.single-post .entry-content blockquote p,
body.single-post .entry-content blockquote cite  {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
    font-style: italic;
    margin-top: 20px;
    color: #41495e;
}

body.single-post .entry-content blockquote cite {
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
}
body.single-post .entry-content blockquote cite:before {
    content: '-';
    padding-right: 5px;
}
.inner-banner-txt.blog-only .banner_top_title {
	font-size: 18px;
	color: #f04c45;
	font-weight: 700;
	text-transform: uppercase;
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}

.horizontal_timeline .container, .full-container {
    max-width: 100%;
}

.container-row {
    max-width: calc(672px);
    margin-left: auto;
}
.pl-30{
	padding-left: 30px;
}
.pl-0{
	padding-right: 30px;
}
.snippet .tag{
	display: none;
}

.time-points-wrapper{
	display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 130px;
  padding-top: 115px;
}


/*About Us*/



.frame-box {
    position: relative;
}

.frame-content {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 16%;
    right: 0;
    width: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.frame-content img {
    margin: 0px auto 20px;
    max-width: 30%;
}

.frame-content h3 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-size: calc(10px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.frame-ml {
    margin-left: 4%;
}

.fck-list-content h3 {
    font-size: 30px;
}

.fck-list-content p {
    font-size: 18px;
}

.fck-list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}
.fck-list-row:first-child {
    margin-top: 0;
}
.fck_single_image .img-wrap img { border-radius: 8px; padding: 0; }
.fck_single_image .img-wrap { padding: 0 24px 0px 0; }
.fck_single_have_image .sub_heading, .fck_single_have_image h2, .fck_single_have_image p, .fck_single_have_image h3 { color: #fff; }
.fck-number {
    width: 80px;
}
.fck_single_image .order-2 .img-wrap img{ float: none; }

.fck-list-content {
    width: calc(100% - 80px);
}

.fck-number span {
    font-size: 35px;
    color: #c1c1c1;
    position: relative;
    z-index: 11;
    font-weight: 600;
    font-family: 'Fjalla One', sans-serif;
}

.fck-number span:after {
    background: #f27f30;
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 19px;
    right: -18px;
    z-index: -1;
}

.team-content { padding: 0 30px; }

p.wpsm-show, p.wpsm-hide {
    font-size: 14px;
    color: #f27f30!important;
    font-weight: 700;
    text-transform: uppercase;
    
}
p.wpsm-show:hover, p.wpsm-hide:hover{
	text-decoration: none;
}

p.wpsm-show:after, p.wpsm-hide:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 9px;

}
p.wpsm-hide:after{
	content: "\f106";
}

.inner-banner-txt h1.tagline {
    font-size: 50px;
    color: #a7abb8;
}

.error-404-wrapper {
    padding-top: 20px;
    text-align: center;
}

.error404 .site-header, body.search-results .site-header {
    background: #251e2d;
}

.error-404-wrapper header.page-header {
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.error-404-wrapper .wp-custom-logo .site-header{
	max-width: 100%;
}

.error404 .site-header, .black-header .site-header, body.search-results .site-header{
    background: #251e2d;
    max-width: 100%;
}

#notfound { position: relative; height: auto; }
/*#notfound .notfound { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }*/
.notfound { max-width: 520px; width: 100%; line-height: 1.4; text-align: center; text-align: center; margin: 150px auto 0; }
.notfound .notfound-404 { position: relative; height: 240px; }
.notfound .notfound-404 h1 { font-family: sans-serif; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 252px; font-weight: 900; margin: 0px; color: #251e2d; text-transform: uppercase; letter-spacing: -40px; margin-left: -20px; }
.notfound .notfound-404 h1>span { text-shadow: -8px 0px 0px #fff; }
.notfound .notfound-404 h3 { font-family: sans-serif; position: relative; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #251e2d; margin: 0px; letter-spacing: 3px; padding-left: 6px; }
.notfound h2 { font-family: sans-serif; font-size: 20px; font-weight: 400; text-transform: uppercase; color: #251e2d; margin-top: 0px; margin-bottom: 25px; }
.notfound .notfound-404 h1 span { color: #f04c45;}
.notfound .notfound-404 h1 span:nth-child(2) { color: #251e2d;}

/* Pricing */
.pricing-data {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 1px solid #d8d8d8;
}

.pricing-data .col-title {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.pricing-data .col-16 {
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pricing-data .col-custom {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.pricing-data .col-title strong {
    font-size: 28px;
}

.pricing-data strong {
    font-size: 18px;
    padding-top: 25px;
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.pricing-data p {
    text-align: center;
}



section.pricing-section {
    background: #f8f8f8;
    padding: 100px 0;
}

.pricing-section h2.heading {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pricing-section p {
    font-size: 18px;
    color: #414141;
    margin-bottom: 0;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
}
.pricing-data .col-title p {
    text-align: left;
    padding-left: 0;
}

.pricing-wrapper {
    margin-top: 30px;
}

.col-starter, .col-premium {
    background: #fff;
}
.prices-title > div {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prices-title .col-title {
    justify-content: flex-start;
}

.pricing-data .col-custom p, .pricing-data .col-16 p {
    font-size: 13px;
}

.pricing-data > div {padding: 15px 0;}
.pricing-data.prices-title > div{
	padding: 0;
}
.pricing-section p i {
    font-size: 28px;
}

.pricing-section  i.fa-check-circle {
    color: #01b753;
}
.pricing-section  i.fa-times-circle {
    color: #ef4b45;
}
.pricing-data.no-border {
    border-bottom: none;
}
a.btn.button-price {
    background: #251e2d;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 150px;
    padding: 15px 5px;
    width: 90%;
}

a.btn.button-price:hover {
    background: #f27f30;
}

.case_studies_new .casestudies_content h2 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    text-transform: unset;
    font-weight: 600;
}

.case_studies_new  .content.problem h3, .case_studies_new  .content.problem p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}
.case_studies_new .casestudies_content a {
    font-size: 15px;
}
.case_studies_new .casestudies_img img{
	border-radius: 10px;
	max-height: 490px;
}


/*Location Page*/
.location-page .banner_right input{ background-color: #f9f9f9;}
.location-page .banner_right {text-align: left;}
.location-page .banner_right h2 {font-size: 40px;color: #404450;margin-bottom: 0;}
.location-page .banner_right .sub_heading {color: #404450;margin-bottom: 30px;}
.location-page .banner_right .sub_heading span {color: #404450;}
.location-page .banner_right {background: #fff;}
.location-page .banner_right p {display: none;}
.location-page .banner_right input[type="submit"] {background: #f27f30;}
.location-page input[type="submit"].btn:hover, .location-page input[type="submit"].btn:focus, .location-page input[type="submit"].btn:active { background: #f04c45!important; border-color: #f04c45!important; }
.location-page .banner_left h1 {font-size: 75px; }
.location-page  .banner_left .sub_heading span, .location-page .banner_left .sub_heading {font-family: 'Poppins', sans-serif ;line-height: 1;}
.location-page  .banner_left .sub_heading { font-size: 30px;}
.location-page .points {margin-top: 30px;}



/*TAB*/
.tab-section .tabs {
     display: flex;
     flex-wrap: wrap;
}

.tab-section .input {
     position: absolute;
     opacity: 0;
}

.tab-section .label {
     width: 100%;
     padding: 30px 45px;
     background: #e5e5e5;
     cursor: pointer;
     font-weight: bold;
     font-size: 18px;
     color: #251c2c;
     transition: background 0.1s, color 0.1s;
     margin-bottom: 0;
}

.tab-section .label:hover {
     background: #d8d8d8;
}

.tab-section .label:active {
     background: #ccc;
}

.tab-section .input:focus + .label {
     z-index: 1;
}

.tab-section .input:checked + .label {
     background: #251c2c;
     color: #fff;
     margin-bottom: 0;
     font-size: 20px;
	   font-family: 'Poppins', sans-serif;
	   font-weight: 800;
}

.tab-section .panel {
     display: none;
     padding: 50px 40px 0px;
     background: #251c2c;
}



.tab-section .input:checked + .label + .panel {
     display: block;
}


.tab-section h2.heading {
    font-size: 50px;
    margin-bottom: 30px;
}

.tab-section h2.heading span {
    color: #ef4b45;
}

.tab-section p {
    font-size: 18px;
    color: #414141;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    font-weight: 400;
}

.btn.button-orange, .btn.button-red {
    background: #f27f30;
    color: #fff;
    font-weight: 700;
    padding: 16px 43px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

section .btn {
    text-transform: uppercase;
}

.btn.button-orange:hover {
    background: #f04c45;
}

.btn.button-red{
	background: #f04c45;
}
.btn.button-red:hover {
    background: #f27f30;
}

section.tab-section {
    padding: 100px 0;
    background: #f8f8f8;
}

section.normal-content{
	background: #fefbf6;
}

.tab-section .request-proposal {
    margin-top: 30px;
}
.tab-section .panel h2 {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 15px;
}

.tab-section .panel p {
    color: #a7a3ab;
   font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.tab-section .tab-btn a.btn {
    width: 100%;
    border-radius: 0;
}

.tab-section .tab-btn {
   margin: 0 -40px;
}
.tab-section .panel img {
    margin-bottom: 30px;
    max-width: 120px;
}
.text-left-tab {
    margin-right: 90px;
}

/*Location Page*/
h2.heading.section-heading {
    font-size: 50px;
    text-transform: uppercase;
    color: #1d1525;
    margin-bottom: 45px;
}
.location-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
}

.location-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.location-content h2 {
    font-size: 36px;
    color: #1d1525;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.location-content p {
    font-size: 18px;
    color: #414141;
    margin-bottom: 0;
    font-weight: 400;
}
.city-list {
    margin-top: 15px;
}

.city-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.city-list ul li{
	margin-bottom: 8px;
}

.city-list a {
    color: #f27f30;
    font-size: 18px;
    text-decoration: none;
}
.city-list a:hover {
    text-decoration: none;
    color: #ef4b45;
    font-weight: 600;
}
.city-list a:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
}
.location-content a:hover {
    text-decoration: none;
}

.contacts-wrapper .description h2 {font-size: 40px;line-height: 1.2;margin-bottom: 20px;margin-top: 20px;}
.contacts-wrapper .description ul {padding: 0;list-style: none;}
.contacts-wrapper .description ul li:before {content: '';height: 10px;width: 10px;display: inline-block;background: #f27f30;border-radius: 100%;margin-right: 10px;}
.contacts-wrapper .description ul li { margin-bottom: 10px;}
.contacts-wrapper .contact-wrap { box-shadow: 0 0 20px 0 rgb(181 181 181 / 30%); -webkit-box-shadow: 0 0 20px 0 rgb(181 181 181 / 30%); }
.description { margin-bottom: 50px; }

.icon-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.icon-list .icon-single img {
    max-width: 150px;
    margin: 0 auto;
    height: auto;
}

.icon-single {
    display: block;
    width: 150px;
    margin: 10px 10px;
}

section.icon-list-section {
    display: block;
    background: #fff5ec;
    padding: 40px 0;
}

/*Case studies V2*/
.case-studies-v2 .inner-banner-txt {
    width: 100%;
	padding-top: 70px;
}

.case-studies-v2 .case-studies-img img {
    border-radius: 150px 20px 150px 20px;
    border: 5px solid #eff1f5;
}

.case-studies-v2 .inner-banner-txt img {
    margin-bottom: 10px;
    max-width: 200px;
}

.case-studies-v2 .inner-banner-txt h1 {
    line-height: 70px;
}

.case-studies-v2 .inner-banner-txt h1 span {
    color: #fff;
}

.case-studies-v2 .inner-banner-txt .banner_sub_title p {
    font-size: 22px;
    hyphens: auto;
}

.case-studies-v2 .inner-banner .header-img {
	padding-top: 50px;
}

.case-studies-counter {
	background: #1d1525;
	padding: 50px 0 40px;
}

.case-studies-counter h4 {
    font-size: 80px;
    color: #ef4b45;
    margin-bottom: 0;
    line-height: 1;
}

.case-studies-counter .case-studies-box {
    text-align: center;
}

.case-studies-counter p {
    /*color: #fff;*/
    font-size: 22px;
    margin-bottom: 0;
}

.case-studies-two-column .two-column-right-side {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.flex-h-100 {
    height: 100%;
}

.case-studies-two-column h6 {
    font-size: 18px;
    color: #f27f30;
    font-weight: 700;
    font-family: 'Poppins';
}

.case-studies-two-column .most_trusted .description p {
    font-family: 'Poppins';
}

.case-studies-two-column .two-column-right-side-inner h3 {
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #41495e;
}

.case-studies-two-column .two-column-right-side-inner p {
    font-size: 14px;
    color: #41495e;
    margin-bottom: 5px;
}


.case-studies-two-column .two-column-right-side-inner p strong {
    font-weight: 500;
}


/* Tabs */
.tab-title { padding-left: 100px; }
.tab-title h4 { font-size: 30px; color: #1d1525; margin-bottom: 40px; cursor: pointer; }
.tab-title h4:before { color: #ef4b45; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-right: 30px; }
.tab-title h4.active-tab:before { color: #1d1525; }

.tab-main-wrapper { display: flex; margin-top: 60px; padding: 120px 110px 110px; align-items:stretch; }
.tab-main-wrapper-testimonial { display: flex; margin: 40px 0; padding: 80px 110px 90px; align-items:center; }
.tab-title-left, .tab-content-right { width: 50%; }
.inner-tab-content { gap: 0 40px; display: none; }
.tab-img-wrapper { width: 116px; }
#content-1 .tab-img-wrapper {
	width: 300px !important;
}
.inner-tab-content.active-tab { display: flex; }
.tab-content-wrapper h3 { color: #ef4b45; font-size: 40px; }
.tab-content-wrapper p { color: #41495e; font-size: 18px; }

.tab-content-button a.btn.button { background: #ef4b45; border: none; color: #fff; border-radius: 5px;padding: 12px 30px;font-size: var(--button--font-size); }
.tab-content-button a.btn.button:hover { background: #f27f30; color: #fff; }

.tab-title-left { padding-right: 50px; }
.tab-title-left .tab-title { border-right: 1px solid #1d1525; }
.tab-title h4.active-tab, .tab-title h4:hover { color: #ef4b45; }
.tabs-wrapper-main h2.heading { max-width: 700px; margin: 0 auto; }
.tabs-wrapper-main { background: #fff5ec; }

.case-studies-wrapper-main h2, .case-studies-wrapper-main h3, .case-studies-wrapper-main p { color: #fff; }
.case-studies-wrapper-main.no-image-section h2 {color: #1d1525;}
.case-studies-wrapper-main.no-image-section h3{color: #ef4b45;}
.case-studies-wrapper-main.no-image-section p {color: #41495e;}

.case-studies-wrapper-main h3 { font-size: 40px; color: #ef4b45; }
.case-studies-wrapper-main p { font-size: 18px; }
.case-studies-wrapper-main .tab-content-button a.btn.button { background: #f27f30; margin-top: 50px; }
.case-studies-wrapper-main .tab-content-button a.btn.button:hover { background: #ef4b45; }
.tab-content-content.fck-two-col-right { padding: 0; width: 45%; }
.case-studies-left-content { width: 55%; }
.tab-content-content.fck-two-col-right .content .transparent-bg { background-color: #ef4b45ba;border: 1px solid #F04C45;padding: 40px 60px;border-radius: 20px;position: relative;height: 520px; }
.tab-content-content.fck-two-col-right .content .transparent-bg .quote-circle {background-color: #fff;border-radius: 99px;padding: 20px 18px;color: #EF4B45;display: inline-block;margin-bottom: 40px;}


.case-studies-wrapper-main .case-studies-inner {text-align:left;padding-right: 104px;}
.case-studies-wrapper-main .case-studies-inner .heading{ font-size: 45px; }
.case-studies-wrapper-main .case-studies-inner h2 span {color: #F27F30;}
.case-studies-wrapper-main .tab-content-content.fck-two-col-right .content {height: 100%; }
.case-studies-wrapper-main .tab-content-content.fck-two-col-right .content::before { position: unset; display: block; }
.case-studies-wrapper-main .tab-content-content.fck-two-col-right .content p { padding-left: 0;margin-bottom: 45px;font-size: 26px;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; }
.case-studies-wrapper-main .tab-content-content.fck-two-col-right .content span { padding-left: 0; font-size: 26px;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; }
.case-studies-wrapper-main h6 { color: #f27f30; font-size: 18px; font-weight: 700; font-family: 'Poppins'; }

.box-cf-icon-text i.fas { color: #f27f30; font-size: 28px; }
.box-cf-icon-text h4 { margin-top: 25px; font-size: 18px; font-family: 'Poppins'; color: #41495e; margin-bottom: 5px; }
.contact-form-cta { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0; float: none; margin-top: 60px;  padding: 0 60px; }
.box-cf-icon-text { width: 190px; }
.box-cf-icon-text.cta-location { width: calc(100% - 190px); }
.description-cta-info { margin-top: 50px; }
.contact-from-v2.contacts-wrapper .contact-wrap { margin-left: 0; }
.contact-from-v2.contacts-wrapper .col-xl-6.col-lg-12.right_side { padding-right: 100px; }

.contact-icon-list { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px 50px; align-items: center; justify-content: center; border-top: 1px solid #e5e5e5; padding-top: 60px; }
.contact-icon-list .single-icon-list { width: 100px; }

.inner-box-contact-box { padding-left: 40px; border-right: 1px solid #e5e5e5; height: 100%; }
.box-cf-icon-text.cta-location .inner-box-contact-box { padding-left: 0; }
.box-cf-icon-text:last-child .inner-box-contact-box { border: none; }
.box-cf-icon-text p,
.box-cf-icon-text a { font-size: 17px; color: #41495e; margin-bottom: 0; line-height: 1.2; font-weight: 300; }
.box-cf-icon-text a { background: no-repeat; padding: 0; margin: 0; font-weight: 300; }
.box-cf-icon-text a:hover { background: transparent; }
.box-cf-icon-text.big-cf7-box { width: 40%; }

/*Submenu*/
.primary-navigation > div > .menu-wrapper button.sub-menu-toggle {margin: 0;padding: 0;display: flex;width: auto;height: unset;line-height: 1;align-items: center;color: #fff;margin-top: 5px;}
.primary-navigation > div > .menu-wrapper button.sub-menu-toggle svg {fill: #fff;width: 10px;margin-right: 5px;margin-left: 2px;margin-top: -2px!important;}

.primary-navigation > div > .menu-wrapper button.sub-menu-toggle {margin: 0;padding: 0;display: flex;width: auto;height: unset;line-height: 1;align-items: center;color: #fff;margin-top: 5px;}
.primary-navigation > div > .menu-wrapper button.sub-menu-toggle svg {fill: #fff;width: 10px;margin-right: 5px;margin-left: 2px;margin-top: -2px!important;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {content: unset;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu, .primary-navigation > div > .menu-wrapper > li > .sub-menu li {background: #fff;color: #000;padding: 0;}
#primary-menu-list li .sub-menu li a {color: #000;text-transform: uppercase;padding: 14px 18px 14px 18px;line-height: 1;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:hover,
.primary-navigation > div > .menu-wrapper > li > .sub-menu li.current_page_item {background: #f27f30;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:hover > a,
.primary-navigation > div > .menu-wrapper > li > .sub-menu li.current_page_item > a {color: #fff;}
#primary-menu-list li .sub-menu li:hover a,
#primary-menu-list li .sub-menu li.current_page_item a {color: #fff;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:first-child {border-radius: 5px  5px  0 0;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {background: transparent;box-shadow: 0px 0px 36px -13px rgba(0,0,0,0.75);}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:last-child {border-radius: 0 0 5px 5px;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:first-child:nth-last-child(1) {border-radius: 5px;}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {min-width: 230px;}
#primary-menu-list li .sub-menu li a:hover:after {content: unset;}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li.current_page_item  a:after {content: unset!important;}

.wp-custom-logo .site-header {max-width: 1867px;}
.wp-custom-logo .site-header .container {max-width: 100%;}


.custom-blog-list {margin-top: 130px;}
.custom-blog-heading h2.heading {font-size: 50px;color: #000;}
.case-custom-heading {color: #000 !important;text-align: center !important;font-size: 55px !important; font-family: 'Fjalla One', sans-serif !important;}
.case-studies-wrapper-main h2 {margin-bottom: 70px;}
.case-studies-wrapper-main.testimonial h2 {margin-bottom: 35px;}
.custom-blog-content .row.scroll-list {display: flex;justify-content: space-around;}


.custom-blog-content .row.scroll-list .post-wrap {max-width: 70%;margin: 0 auto;}
.custom-blog-content .row.scroll-list article:nth-child(2n+1) {border-right: 1px solid #625c68;padding-left: 30px;}
.custom-blog-content .row.scroll-list article {padding: 0;margin-bottom: 40px;}
.custom-blog-content .content-footer {text-align: right;}
.custom-blog-content .post-content .post-author {padding-right: 0;}
.custom-blog-content .scroll-list .post-content h2, .custom-blog-content .scroll-list .post-content h2 a {line-height: 30px;color: #ef4b45;text-align: right;margin-bottom: 10px;}
.custom-blog-content p {text-align: right;}
.custom-blog-content .row.scroll-list article:nth-child(2n) {padding-right: 30px;}
section.our_client_history, section.most_trusted.case-studies-wrapper-main {  background-size: cover;}
.section-has-image .scroll-list .post-content .post-date, .section-has-image .post-content .post-author, .section-has-image .scroll-list .post-content p {color: #fff;}
.custom-blog-content .content-footer {display: none;}
.custom-blog-content .post-content {margin-top: 5px;}

.custom-blog-content article:nth-child(2n) .post-content h2,
.custom-blog-content article:nth-child(2n) .content-footer,
.custom-blog-content article:nth-child(2n) p{ text-align: left;}


/* FAQ */
.faq-wrapper-section {background: #fff5ec;}
.most_trusted h2 {text-transform: none;}
.faq-inner-section {max-width: 866px;margin: 70px auto 0;}
h3.accordion {font-size: 25px;margin-bottom: 0;display: flex;justify-content: space-between;align-items: center; cursor: pointer;}
h3.accordion.active {color: #f04c45;}
.single-faq {border-top: 1px solid gainsboro;padding-top: 30px;padding-bottom: 30px;}
h3.accordion:after {content: ""; width: 23px; height: 25px; -webkit-mask-image: url('../images/plus-square-solid.svg'); -webkit-mask: url('../images/plus-square-solid.svg'); -webkit-mask-size: cover; mask-size: cover; background-color: #f04c45; }
h3.accordion.active:after {background-color: #1d1525; }
.panel {display: none;margin-top: 15px;}
.panel.active {display: block;}
h3.accordion span {max-width: calc(100% - 30px);}

.contact-wrap-small h2 {font-size: 40px;color: #414963;}
.inner-box-contact-box-small {display: flex;gap: 0 20px;align-items: flex-start;}
.inner-box-contact-box-small p {margin-bottom: 0;}
.inner-box-contact-box-small i.fas {color: #f27f30;margin-top: 10px;font-size: 20px;}
.inner-box-contact-box-small p a {color: #212529;}
.box-cf-icon-text-small {margin-bottom: 20px;}
.contact-form-cta-small {max-width: 220px;margin-top: 25px;}
.inner-box-contact-box-small h4 {font-size: 18px;font-family: 'Poppins',sans-serif;font-weight: 400;margin: 0;color: #212529;}
.inner-box-contact-box-small p { padding-top: 5px; }
.inner-box-contact-box-small p span {display: block;}
.flex-v-middle { align-items: center; }
.color-light-yellow {background: #fff5ec;}

@media (min-width: 600px) {
     .tab-section .label {
          width: auto;
     }

     .tab-section .panel {
          order: 99;
     }
		
}

@media only screen and (min-width: 1024px) {

	.case_studies_new .case_studies_item .row.align-items-center{
		align-items: flex-start!important;
	}
	.case_studies_new .casestudies-img{ 
		max-width: 100%;
    flex: 1;
	}
	.case_studies_new .casestudies-content{
		margin-left: -165px;
    padding-top: 185px;
    flex: 1;
	}
	.case_studies_new .owl-dots{
		display: none;
	}
	.case_studies_new h2.main-case-studies-title {
	    position: absolute;
	    right: 15%;
	    font-size: 50px;
	    text-transform: uppercase;
	    top: 60px;
	}
	.case_studies_new .owl-nav .owl-prev {
	    left: 25%;
	    top: 65%;
	}
	.case_studies_new .owl-nav .owl-next {
	    right: 65%;
	    top: 65%;
	    left: unset;
	}
	
}

@media only screen and (min-width: 1200px) {
	.casestudies_img img {
			min-height: 580px;
	}
	.plr-45{
		padding-left: 45px;
		padding-right: 45px;
	}
	.mlr-45{
		margin-right: -45px;
		margin-left: -45px;
	}
	.case_studies_new .owl-nav .owl-next {
	    right: 67%;
	    top: 65%;
	    left: unset;
	}
	.contacts-wrapper .contact-wrap {
    margin-left: 110px;
	}
	.description { margin-bottom: 0px; }

	.case-studies-two-column .border-l {
	    border-left: 1px solid #cccccc;
	    margin-left: 40px;
	    padding-left: 40px;
	}
}
@media only screen and (min-width: 1440px) {
	.case_studies_new .owl-nav .owl-next {
	  left: calc(25% + 120px);
	  top: 65%;
	}
}

@media only screen and (max-width: 1740px) {
	#primary-menu-list li a{ font-size: 16px; padding-left: 15px; padding-right: 15px;}
}

@media only screen and (max-width: 1600px) {
	
	.icon-single{
		margin: 15px;
	}
	.graph-line .snippet {
	    width: 89.9%;
	}

	.timeline-horizontal ._hpoint .copy {
		width: 100%;
	}

	.timeline-horizontal .time-points{
		padding-top: 0px;
	}
	.time-points-wrapper{
	  justify-content: flex-end;
	}

	#primary-menu-list li a{ font-size: 15px;}
	
}

@media screen and (max-width:1500px){
	.container {
		max-width: 1270px;
	}
	.client_testimonials .owl-nav .owl-prev{
		left: -20px;
	}
	.client_testimonials .owl-nav .owl-next{
		right: -20px;
	}
	.click-box a.widget-btn{
		width: 80%;
	}
	.time-points-wrapper{
	  padding-bottom: 70px;
	  padding-top: 0;
	  justify-content: flex-end;
	}

	#primary-menu-list li a { font-size: 14px; padding-left: 10px; padding-right: 10px; }
}

@media only screen and (max-width: 1440px) {
	
	.owl-casestudies.owl-carousel .owl-nav button.owl-next span{
		right: 25px;
	}
	.owl-casestudies.owl-carousel .owl-nav button.owl-prev span{
		left: 5px;
	}

	.standard-layout.client_testimonials h2{
		font-size: 40px;
		line-height: 1.1;
		margin-top: 60px;
		max-width: 160px;
	}
	#primary-menu-list li a{ padding: 12px 10px; }

}
@media only screen and (max-width: 1280px) {
	.matter {
		padding-right: 120px;
	}
	.bullet-wrap {
		padding-right: 80px;
	}
	#primary-menu-list li a{
		padding: 12px 10px;
	}

	.fck-two-col-left, .fck-two-col-right{
		padding-right: 20px;
		padding-left: 20px;
	}
	.inner-banner-txt{ width: 100%; }

	.internal-links ul li a{
		padding: 20px 10px;
		font-size: 20px;
		line-height: 1.2;
	}

	.blog-top-section .nav-links {
	    display: block;
	}

	.navigation .nav-links a {
	    width: 100%;
	    display: block;
	}

	.navigation .nav-links > div {
	    max-width: 100%!important;
	    margin-bottom: 10px!important;
	    margin-left: 0!important;
	}

	.icon-list{
		flex-wrap: wrap;
    justify-content: space-around;
	}

	#primary-menu-list li a { padding: 10px 8px; font-size: 10px; }
}

@media (max-width: 1199px){
	.matter {
		padding-right: 100px;
	}
	.bullet-wrap {
		padding-right: 70px;
	}
	.tab-main-wrapper { padding: 70px; }
	.tab-main-wrapper-testimonial { padding: 70px; }
	.tab-content-content.fck-two-col-right .content .transparent-bg { padding: 50px; height:100%;}

	.case-studies-v2 .case-studies-counter .row.align-items-center{ 
		align-items: flex-start!important;
	}
	.case-studies-v2.inner-banner .header-img{ padding-top: 80px; }
	.case-studies-v2 .inner-banner-txt img{ margin-bottom: 10px; }

	.tab-title h4 { font-size: 25px; margin-bottom: 20px; }
	.contact-from-v2.contacts-wrapper .col-xl-6.col-lg-12.right_side { padding-right: 15px;}
	.box-cf-icon-text, .box-cf-icon-text.cta-location { width: 50%; }
	.box-cf-icon-text.cta-location .inner-box-contact-box{ padding-right: 10px; }
}
@media (max-width: 1099px){
	.container-row{ max-width: 100%; }
	.pink_section_left { margin-bottom: 30px;}
	.standard-layout.client_testimonials h2{ margin-top: -10px; }

	.tab-title{ padding-left: 0; }
	.tab-title-left{ width: 40%; }
	.tab-content-right{ width: 60%; }
	.hor-left {
		padding: 0 16px 20px 6%;
	}
	.hor-right {
		padding: 60px 280px 20px 1%;
	}
}
@media only screen and (max-width: 1024px) {
	.primary-navigation .current_page_item > a:first-child:after, .primary-navigation a:hover:after{
		content: none;
	}

	.primary-navigation #primary-menu-list .current_page_item > a:first-child{
		color: #f04c45;
	}

	.menu-button-container .button.button .dropdown-icon {
		color: #fff;
	}	

	.primary-navigation {
		top: 0;
	}
	.header-right.site-navigation-inner {
		position: inherit;
	}

	/*MENUUD*/
	/*.primary-navigation-open .menu-button-container #primary-mobile-menu {
		position: static;
		margin-top: 42px;
		margin-right: 10px;
		color: #333;
	}*/

	.menu-button-container .button.button[aria-expanded*="true"] .dropdown-icon.close {
		/*display: flex;*/
		/*MENUUD*/
		display: none;
		color: #333;
	}
	.menu-button-container {
		display: flex;
		/*background: #333 !important;*/
	}
	.primary-navigation-open .menu-button-container {
		width: 100%;
		z-index: 99999;
		
	}
	.primary-navigation-open .primary-navigation > .primary-menu-container {
		background: #333;
		z-index: 9999;
		padding-top: 105px;
	}
	.lock-scrolling .site {
		position: inherit;
	}

	.menu-toggle {
		background-color: transparent;
		display: flex;
		border: none;
		bottom: 0;
		flex-direction: column;
		transform: scale(0.8);
		width: 70px;
		padding: 0;
		cursor: pointer;
		z-index: 9;
	}
	.menu-toggle {
		transform: scale(0.6);
	}
	.menu-toggle span {
		background: #ffffff;
		border-radius: 10px;
		height: 3px;
		margin: 6px 0;
		transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	}
	.menu-toggle span:nth-of-type(1) {
		width: 50%;
	}
	.menu-toggle span:nth-of-type(2) {
		width: 100%;
	}
	.menu-toggle span:nth-of-type(3) {
		width: 75%;
	}
	.menu-toggle[aria-expanded*="true"] span:nth-of-type(1) {
		transform-origin: bottom;
		transform: rotatez(45deg) translate(8px, -2px);
	}
	.menu-toggle[aria-expanded*="true"] span:nth-of-type(2) {
		transform-origin: top;
		transform: rotatez(-45deg);
	}
	.menu-toggle[aria-expanded*="true"] span:nth-of-type(3) {
		transform-origin: bottom;
		width: 50%;
		transform: translate(30px, -3px) rotatez(45deg);
	}
	.menu-button-container #primary-mobile-menu{
		padding: 0;
		outline: none;
	}
	.navbar-brand{
		position: relative;
		z-index: 3;
	}
	.lock-scrolling {
		overflow: hidden;
	}

	ul#primary-menu-list{
		text-align: center;
		height: 100%;
    align-items: center;
    align-content: center;
	}
	#primary-menu-list li a {
    font-size: 24px;
    padding: 10px 10px;
	}
	li.header_contact {
	  margin: 30px auto 0!important;
    max-width: 320px;
    width: 100%!important;
	}

	.banner_left h1{
		font-size: 70px;
		line-height: 60px;
	}
	.banner_left h1 span{
		font-size: 40px;
	}
	.banner_left .sub_heading span{
		font-size: 30px;
	}
	.banner_left .sub_heading{
		font-size: 20px;
	}
	.txt-point p{
		font-size: 16px;
	}
	.img-point{
		max-width: 32px;
	}
	.points ul li{
		display: block;
    width: 100%;
    padding-bottom: 0px;
	}
	.rotate-text {
	    padding: 60px 0 0;
	}
	.time-points h3 br {
    display: none;
	}

	.time-points h3 {
	    font-size: 40px;
	}
	.graph-off{
		width: 30px;
	}

	/*.slider.vertical-slider ul li{
		width: 100%!important;
	}*/
	.slider.vertical-slider .slick-list{
		height: 100%;
	}
	.slick .item img{
		height: 65px;
    width: 65px;
	}
	.contact-wrap{
		padding-left: 20px;
		padding-right: 20px;
	}


	.primary-navigation > div > .menu-wrapper li {position: relative; display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {width: 100%;}
	.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {display: none;}

	.primary-navigation > div > .menu-wrapper button.sub-menu-toggle {position: absolute; z-index: 999; right: 0; top: 5px;}
	.primary-navigation > div > .menu-wrapper button.sub-menu-toggle svg {width: 20px;} .primary-navigation #primary-menu-list li .sub-menu li.current_page_item a {color: #fff;} .primary-navigation > div > .menu-wrapper > li > .sub-menu {margin: 0 0 10px;}
	ul#primary-menu-list {align-content: flex-start;margin-top: 30px;}
	.contact-form-cta{ padding: 0 20px; }
	body.page-id-29 .bullets {
		padding: 80px 0;
	}
}

@media screen and (max-width:991px){
	.matter {
		padding-right: 70px;
	}
	.bullet-wrap {
		padding-right: 50px;
	}
	.tab-main-wrapper {
		flex-direction: column;
	}
	.tab-main-wrapper-testimonial {
		flex-direction: column;
	}
	.tab-content-content.fck-two-col-right,
	.case-studies-left-content { width: 100%; max-width: 100%; margin-bottom: 50px;}
	.case-studies-left-content {
		margin-bottom: 100px;
	}

	.location-image img{
		height: 220px;
	}
	h2.heading.section-heading{
		font-size: 40px;
	}
	.text-left-tab{ margin-right: 0; }
	.toltip-widget.active {
		display: block;
	}
	.click-box a.widget-btn {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		display: inline-block;
		width: 250px;
		margin: 0px auto 26px;
	}
	.click-box p {
		padding: 0 0 20px 0;
	}
	.click-box {
		padding: 33px 20px 18px;
	}

	.toltip-widget.active {
	  display: block;
	  width: 100%;
	  position: relative;
	}
	.toltip-widget.active .col-md-3 {
	  width: 100%;
	}
	.toltip-widget.active .col-md-9 {
	  position: unset;
	}
	.toltip-widget.active a.wid_close {
		position: absolute;
		color: #242525;
		padding: 0 8px;
		top: 5px;
    margin: 0;
    right: 5px;
    line-height: 1;
    padding: 5px 9px;
	}
	.click-box.active-item:after{
		content: unset;
	}
	.toltip-widget.active:before {
	    content: '';
	    display: block;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    border-right: 20px solid transparent;
	    border-bottom: 20px solid #f2f6f7;
	    border-top: 20px solid transparent;
	    border-left: 20px solid transparent;
	    top: -35px;
	    left: 0;
	    right: 0;
	    text-align: center;
	    margin: 0 auto;
	}
	.wid_info .toltip-widget-inner.row {
	    display: none;
	}
	.toltip-widget-inner .cms-content {
	    text-align: left;
	}
	.toltip-widget-inner .widget-sub-heading h6{
		margin-bottom: 0;
		font-size: 11px;
	}
	.click-box h3{
		font-size: 18px;
	}
	.toltip-widget-inner.row{
		padding: 40px 0;
	}
	.banner_right{ margin-top: 40px; margin-bottom: 40px;}
	.points {
	    margin-top: 20px;
	}
	.inner-banner-txt{ width: 80%; }
	.points ul {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    margin-top: 40px;
	}

	.points ul li {
	    width: 25%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	.img-point {
	    margin-bottom: 10px;
	}

	.txt-point p {
	    font-size: 22px;
	    text-align: center;
	}
	.badges{
		text-align: center;
	}
	.most_trusted .left_side {
    margin-bottom: 60px;
	}
	.case-studies-two-column.most_trusted .left_side {
		margin-bottom: 0;
	}
	.case_studies_item .nopadding{
    padding-left: 15px;
    padding-right: 15px;
	}
	.casestudies_img img{
		border-radius: 10px 10px 0px 0px;
		max-height: 360px;
	}
	.casestudies_content{
		border-radius: 0 0 10px 10px;
	}
	.counter_area ul li .text{
		font-size: 40px;
		line-height: 56px;
	}
	.counter_area ul li p{
		font-size: 15px;
	}

	.col-lg-12.col-xl-6.container-row {
	    max-width: 100%;
	}

	.post-section{
		padding: 0 10px;
	}
	.post-content h2 {
    line-height: 1;
    min-height: 65px;
	}
	.post-content h2 a {
    font-size: 20px;
    line-height: 27px;
	}
	.recent-post h3, .the_gold_standard h2{
		font-size: 40px;
	}
	.marketing_company .left_area{
		padding-right: 66px;
	}
	.standard-box{
		padding-left: 15px;
		padding-right: 15px;
	}

	/*Footer*/
	.footer-info {
    text-align: center;
    margin-bottom: 30px;
	}
	.footer-info img{
		margin: 0 auto;
	}
	.footer-info .widget p{
		padding: 0!important;
    max-width: 440px;
    margin: auto;
	}

	.internal-links ul li a{
		font-size: 17px;
	}
	.box-section{
		padding: 0;
	}
	.seo-panel h2{
		padding-right: 50px;
	}
	.seo-panel p{
		padding-right: 0;
		padding-left: 20px;
	}
	.seo-box, .matter p{
		padding: 0;
	}
	.seo-timeline .outerDiv .row{
		margin-left: 0;
		margin-right: 0;
	}

	.action-section .wpcf7-spinner {
	    top: 64px;
	    right: 0;
	}
	.action-section h2{ font-size: 40px; }
	.sharing-icon{
		align-items: center;
    flex-direction: column;
  }
  .heading-sharing{
  	padding-right: 0;
  }

  .client_testimonials .col-md-7 {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
	}

	.client_testimonials .container-row {
	    margin: auto;
	    padding-bottom: 100px;
	}

	.client_testimonials .container-row:before {
	    background-size: contain;
	}

	.standard-layout.client_testimonials h2 {
	   margin-right: 14%;
     margin-top: -10px;
	}

	.content-standard-testimonial {
	    text-align: center;
	    margin: 0 auto 60px;
	}

	.tab-title-left{ padding-right: 20px; }
	.tab-title h4 { font-size: 20px; }
	.case-studies-wrapper-main .case-studies-inner{ padding: 0 20px 0 0; }

	.logos-for-row-4.client-logos ul li {width: 33.33%;}

	.custom-blog-content .scroll-list .post-content h2, .custom-blog-content .scroll-list .post-content h2 a { font-size: 25px; }
	body.page-id-29 .bullets {
		padding: 70px 0;
	}
}

@media screen and (max-width:767px){
	.matter {
		padding-right: 30px;
	}
	.bullet-wrap {
		padding-right: 20px;
	}
	.container-row {
	min-height: auto;
	}

	.fck_single_image .img-wrap{ padding-right: 0; }
	div#exampleModal {
	    padding-right: 0!important;
	}
	.req-proposal .modal-body { padding: 20px 20px 0; }
	.header_like_home:before, .inner-banner .header-img:before{
		opacity: 1;
    background-size: cover;
    background-color: transparent;
    background-position: right center;
	}
	.toltip-widget-inner .cms-content{
		text-align: center;
	}
.author {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin-top: 23px;
}
.client_testimonials .item{
	height: 105%;
}
.pink_section_left{ padding-right: 0; }
.marketing_company .left_area h4 p {
	font-size: 32px !important;
}	
.marketing_company .left_area h4 p br {
	display: none;
}	
.owl-casestudies.owl-carousel .owl-nav button.owl-prev span {
	left: -10px;
}
.owl-casestudies.owl-carousel .owl-nav button.owl-next span {
	right: 10px;
}
	


/*.team-tabs.seo-teams .row.flex-column-reverse {
	flex-direction: column-reverse !important;
}*/


	
body.page-id-32 .inner-banner .header-img {
	height: 50vh;
}

body .inner-banner.header_banner.case-studies-v2  .header-img{
    height: auto;
}
.case-studies-v2.inner-banner .header-img {
	padding-top: 120px;
}
.case-studies-img {
    margin: 30px auto;
    padding: 0 30px;
}

.case-studies-counter .row.align-items-center{ 
	flex-direction: column;
	gap: 30px 0;
}

.case-studies-two-column .two-column-right-side-inner h3 {
	margin-bottom: 0;
	margin-top: 10px;
}
.most_trusted.case-studies-two-column {
	padding: 20px 0 20px 0;
}
.case-studies-v2 .inner-banner-txt h1 {
    line-height: 55px;
}
.case-studies-v2 .case-studies-img img{
	border-radius: 50px 10px 50px 10px;
}
.case-studies-counter h4{
	font-size: 50px;
}
.case-studies-two-column .description {
    margin-bottom: 0;
}
.case-studies-two-column .two-column-right-side-inner p{
	margin-bottom: 0;
}

#main {
	/* margin: 0; */
	padding: 0;
}
.custom-logo-link img {
	max-width: 190px;
}	
	


.banner_left h1 {
	font-size: 50px !important;
	line-height: 50px;
}
.banner_left h1 span {
	font-size: 44px !important;
	color: #f04c45;
	line-height: 72px;
}
	
body.home .banner_left h1 span {
	font-size: 62px !important;
	line-height: 1.2;
}

body.page-id-29 .banner_left h1 span {
	font-size: 40px !important;
}

.client-logos li {
	width: 48%;
}
.our_client_history {
	padding: 70px 0 10px;
}	
	
.badges img {
	width: 100px;
}

.banner_left {
	padding-top: 126px;
	padding-left: 0px;
	text-align: center;
}
.banner_left .sub_heading span {
	font-size: 31px;
	color: #fff;
}
.banner_left .sub_heading {
	color: #fff;
	font-size: 20px;
}
.points ul li {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	text-align: left;
	padding-left: 20px;
}
.img-point {
	width: 38px;
}
.txt-point {
	padding: 14px 0 0 0;
}
.txt-point p {
	font-size: 17px;
}
.points {
	margin-top: 20px;
	margin-bottom: 20px;
}
.banner_right {
	margin-top: 48px;
	background: #f2f6f7;
	border-radius: 12px;
	text-align: center;
	padding: 36px 25px 9px;
}
.header_like_home {
	min-height:auto;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

.logos ul li{
	width: 50%;
}

.logos ul li:nth-child(3n) > div{
	border-right: 1px solid #dad6d6;
}

.logos ul li:nth-child(2n) > div{
	border-right: 0px;
}
.logos ul li:nth-last-child(-n+3) > div{
	border-bottom: 1px solid #dad6d6;
}

.logos ul li:nth-last-child(-n+2) > div{
	border-bottom: 0px;
}

.most_trusted {
	padding: 70px 0 42px 0;
	overflow: hidden;
}	
.client_testimonials .text-center p {
	font-size: 17px;
	padding: 0 6%;
}
.counter_area {
	padding: 40px 0;
}
.counter_area ul li {
	list-style-type: none;
	display: inline-block;
	width: 50%;
	text-align: center;
	padding: 35px 0 28px 0;
}
.counter_area ul li .text {
    font-size: 30px;
    line-height: 36px;
}
.counter_area ul li p{
	font-size: 13px!important;
}
.counter_area ul li:last-child {
	border-bottom: none;
}
.case_studies h1.heading {
	padding-bottom: 0px;
}	
.casestudies_img img {
	/* width: auto !important; */
	margin-left: 0;
}
.casestudies_content {
	padding: 41px 20px 45px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	display: none;
}


.marketing_company {
	padding: 50px 0 40px 0;
}
.marketing_company .left_area h4 {
	font-size: 32px;
	line-height: 36px;
	padding: 20px 0 0 19px;
}	
.marketing_company .left_area {
	text-align: left;
	padding-left: 0 17px 3px 19px;
	border-right: none;
}
.marketing_company .right_area p {
	padding: 0 17px 3px 19px;
}	
.the_gold_standard h2 {
	margin-bottom: 22px;
}
.standard-box {
	padding: 33px 0 18px;
}

.time-points .copy p {
	font-size: 14px !important;
	line-height: 22px;
	font-weight: 300;
}	
.rotate-text {
	padding: 62px 0px 50px 0px;
	text-align: center;
}

.recent-post {
	padding: 70px 0 0 0;
}
.recent-post h3 {
	padding-bottom: 20px;
}
.post-section {
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
}
.post-content a.read-more-btn{ margin-top: 5px; }
.post-section h4{
	margin-top: 10px;
  margin-bottom: 0px;
}
.footer_social.text-right {
	text-align: center!important;
	padding: 8px 0 0 11px;
}
.site_reserved {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.testimonial-sec h3 {
	font-size: 18px;
}
.standard-box h3 {
	font-size: 25px !important;
}
.inner-banner-txt {
	width: 100%;
}
.inner-banner-txt br {
	display: none;
}	
.internal-links ul li a span {
	display: inline-block;
}
.internal-links ul li a {
	font-size: 14px;
  padding: 10px 5px;
}	
.internal-links ul li {
	list-style-type: none;
	display: block;
	width: 50%;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #f7881e;
  border-right: 1px solid #f7881e;
}

.internal-links{
	border-bottom: 2px solid #f7881e;
}
.internal-links ul li:nth-child(2n), .internal-links ul li:last-child{
	border-right: none;
}

.internal-links ul {
	display: flex;
	flex-wrap: wrap;
}
.internal-links {
	padding: 0;
	width: 100%;
	background: #271b28;
	overflow: hidden;
}

.internal-links .container {
    padding-left: 0;
    padding-right: 0;
}
.seo-panel {
	margin: 30px 0 20px 0;
}
.seo-panel h2 {
	line-height: 1;
	text-align: center;
	border-right: 0px;
	padding: 0 0px 16px 0;
	min-height: auto;
	font-size: 40px;
	display: block;
}
.matter h2{
	font-size: 40px;
	line-height: 1;
}
.seo-panel p {
	font-size: 16px;
	color: #41495e;
	font-weight: 300;
	padding: 0;
	text-align: center;
}	
.bullets {
	padding: 70px 0 70px 0;
}
.matter p {
	font-size: 16px;
	font-weight: 300;
	padding: 15px 0px 0;
}
.seo-box img {
	display: inline-block;
}
.seo-box {
	padding: 0 0px;
	margin-top: 36px;
	text-align: center;
}
.seo-timeline {
	margin: 70px 0px 0;
}	
.outerDiv .col-md-6:nth-child(1)::before {
	display: none;
}	
.outerDiv .col-md-6:nth-child(2n+1) {
	border-right: none;
}	
.outerDiv .col-md-6:nth-child(2n) .tag {
	text-align: left;
}
.outerDiv .col-md-6:nth-child(2n) .snippet-content {
	padding: 26px 25px 34px 96px;
}
.outerDiv .col-md-6:nth-child(2n) {
	text-align: left;
}
.outerDiv .col-md-6:nth-child(2n) {
	top: 0px;
}
.seo-timeline h2 {
	padding: 0 0 32px 0;
}
.fck-two-col-left {
	padding: 70px 0;
}
.fck-two-col-right {
	padding: 70px 0;
}
.inner-banner-txt h1.tagline{
	font-size: 40px;
}
.fck-two-col-right .content {
	font-size: 18px;
	font-weight: 200;
	line-height: 28px;
}
.case_content {
	font-size: 16px;
	line-height: 24px;
}
.box-section {
	padding: 29px 32px;
	margin-top: 30px;
	border: 1px solid #ddd;
}
.box-section a {
	bottom: 27px;
	}

.discovery-section {
	background: #fff5ec;
	padding: 70px 15px 70px 15px;
	margin: 70px 0 0 0;
}	
.pink_section_left ul li {
	font-size: 16px;
	line-height: 24px;

}
.pink_section_right {
	padding: 55px 0 0 0;
}
.pink_section_right .col-md-8 {
	border-right: none;
}
.features-list {
	min-height: auto;
	padding-bottom: 12px;
}
.pink_section_right .col-md-4 {
	border-right: none;
	padding: 24px 16px 0;
}
ul li { font-size:16px!important;}
ul#breadcrumbs li {
	font-size: 13px !important;
}
#breadcrumbs li a {
	font-size: 13px;
}
.fck_single_image {
	padding: 70px 0px 70px 0px;
}
.img-wrap img {
	text-align: center;
	float: none;
	padding: 0 0px 0px 0;
}
.fck-sm-content.content_right {
	padding-top: 34px;
}
.fck-sm-content .sub_heading {
	font-size: 16px;
}
.core-content ul li span {
	font-size: 24px;
	line-height: 30px;
}
.seo-frame .hp-contact .heading {
	font-size: 40px;
	line-height: 46px;
}
.seo-frame {
	padding: 70px 0 50px 0;
}
.seo-frame img {
	width: 88%;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 0px;
}
.frame-box {
	margin-bottom: 30px;
}
.frame-ml{
	margin-left: 0;
}
.team-info {
	color: #414141;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding: 25px 0 0 0;
}
.expert h3 {
	font-size: 16px !important;
	padding: 10px 0 0 0;
	line-height: 22px;
}
.slider.vertical-slider {
	border-left: 0;
	margin-top: 10px;
	margin-bottom: 0px;
}
.team-name h4 {
	font-size: 40px;
	padding-top: 34px;
}
ul.team-social {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.slick-list {
	position: relative;
	overflow: hidden;
	height: auto;
}
.seo-teams {
	padding: 0px 0 50px 0;
}
.inner-banner .header-img {
	height: 100vh;
}

.client-logos ul li{
	width: 50%;
	padding: 0px 10px 30px;
}

.badges ul {
    display: flex;
    justify-content: center;
}

.badges ul li {
    padding: 0 10px;
}
.most_trusted h2{
	font-size: 35px;
}
h2.heading, .casestudies_content h2, .fck-two-col .fck-two-col-left h2 ,  .recent-post h3, .the_gold_standard h2, .time-points h3 {
    font-size: 35px;
}
.fck-two-col .fck-two-col-left h3{
	font-size: 30px;
}

.hor-left {
	padding: 80px 0 45px;
}
.hor-left h2{
	line-height: 40px;
}
.ht-content h2{
	line-height: 1;
	font-size: 25px;
}
.case_studies{
	padding:  60px 0 0 0;
}
h2.heading.main-case-studies-title {
    margin-bottom: 30px;
}

.testimonial-sec{
	padding: 110px 20px 25px;
}


.the_gold_standard .col-md-4:nth-last-child(-n+3){
	border-bottom: 1px solid #eaeaea;
}

.graph-line .snippet{
	width: 100%;
}

.timeline-horizontal ._hpoint {
    position: unset;
}
.graph-off a{
	left: 20px;
}
.graph-off span{
	left: 12px;
}
.snippet .tag{
	display: block;
}
.timeline-horizontal .time-points .snippet{
	padding-top: 0px;
}

.timeline-horizontal .time-points {
    padding-top: 150px;
}

.rotate-text {
    padding-right: 30px;
    padding-bottom: 0;
}

div.rotate-text a {
    width: 100%;
    margin-left: 0!important;
}

.client_testimonials,
.marketing_company .left_area h4,
.marketing_company .right_area p{
	padding-left: 0;
	padding-right: 0;
}

.hor-left {
  padding: 50px 20px;
}
.hor-right {
	padding: 50px 20px;
}

.frame-content h3{
	font-size: calc(20px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.frame-content{
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.fck-sm-content h2{
	font-size: 50px;
}

.actinable h2{
	font-size: 30px;
}
.fck-list-content h3 {
    font-size: 25px;
}
.slider.vertical-slider ul li{
	width: 33.33%!important;
}

.pink_section_right button.sub-pro-btn br {
    display: none;
}

.pink_section_right button.sub-pro-btn {
    font-size: 25px;
    line-height: 1.2;
    height: 100px;
    margin: 0;
    padding: 0;
}

#filter{
	flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  margin-left: -5px;
  margin-right: -5px;
}

#filter select {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

#filter input {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.blog-filter h2 {
    text-align: center;
    margin-bottom: 20px;
}

.blog-filter {
    padding-top: 40px;
}

.post-image-top.col-md-2 {
    max-width: 150px;
    margin: 0 auto 20px;
}

.blog-top-section {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


.date-time {
    width: 100%;
    text-align: center;
}
body.single-post .entry-content h2{
	font-size: 35px;
}
body.single-post .entry-content h3{
	font-size: 30px;
}
body.single-post .entry-content blockquote p, body.single-post .entry-content blockquote cite{
	font-size: 18px;
  line-height: 25px;
}
body.single-post .entry-content blockquote cite {
    font-size: 16px;
    line-height: 20px;
}
.action-section{
	padding-left: 15px;
	padding-right: 15px;
  width: 100%;
}
.cta-wrapper{
	flex-direction: column;
  flex-wrap: wrap;
}

.action-section .wpcf7-form input.form-control {
    width: 100%;
    margin-bottom: 10px;
}

.action-section .wpcf7-form input.wpcf7-submit {
    width: 100%;
}

.cta-hr-banner .action-section h2 {
    margin-bottom: 30px;
}

.navigation .nav-links > div{
	margin-top: 0;
}

.inner-banner-txt h1{
	font-size: 50px;
	line-height: 60px;
}

body.single-post .entry-content h3 img {
    margin-bottom: 30px!important;
}


.pricing-data .col-title {
    display: none;
}

.pricing-data .col-custom {
    display: none;
}

.pricing-data .col-16 {width: 100%;}

.col-starter:before, .pricing-data .col-16:before {
    content: attr(data-title) " ";
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    padding: 0 5px;
}

.pricing-data .col-custom p, .pricing-data .col-16 p {
    font-weight: 600;
}
.pricing-data strong{
	font-size: 15px;
}
a.btn.button-price {
    font-size: 11px;
}

a.btn.button-price {
    font-size: 11px;
    width: 90%;
    margin: 0;
    padding: 8px;
}
.pricing-section h2.heading{
	font-size: 35px;
}
.pricing-section p i{
	font-size: 20px;
}


.standard-layout.client_testimonials h2 {
	margin-right: auto;
	margin-top: 0;
	margin-left: 15px;
	max-width: 100%;
  padding-top: 10px;
}
.client_testimonials .container-row:before{
	background: no-repeat;
}
.standard-layout.client_testimonials:after{
	opacity: 0.5;
}

.standard-layout .testimonial-sec p {
    text-align: left;
}

.client_testimonials .container-row {
    padding-bottom: 20px;
}

.content-standard-testimonial {
    text-align: left;
    font-size: 18px;
}
.standard-layout .testimonial-sec{
	padding: 20px 20px;
}

.standard-layout .testimonial-bottom{
	margin-left: 10px;
}
.text-left-tab {
    margin-bottom: 40px;
}

.contacts-wrapper .description h2 { font-size: 30px; }

.contact-from input[type="submit"], .banner_right input[type="submit"] {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.click-box a.widget-btn {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    display: block;
}

.logos ul li img{
	max-width: 110px;
}

.tab-title-left .tab-title { border: none; padding-left: 30px; }
.tab-title-left { width: 100%; padding: 0; }
.tab-main-wrapper { flex-direction: row; flex-wrap: wrap; }
.tab-main-wrapper-testimonial { flex-direction: row; flex-wrap: wrap; }
.tab-content-right { width: 100%; padding-left: 0; margin-top: 30px; }
.tab-title-left .tab-title { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; margin: 0; padding: 0; align-items: center; text-align: center; }
.tab-title h4:before { content: unset; }
.tab-title h4 { border: 1px solid #ef4b45; padding: 10px; border-radius: 5px; margin-bottom: 10px; width: 100%; }
.inner-tab-content.active-tab { flex-direction: column; }
.tab-img-wrapper { margin-bottom: 20px; }

.case-studies-wrapper-main .case-studies-inner { padding: 0; border: none; text-align: left; }
.case-studies-wrapper-main .tab-content-content.fck-two-col-right .content { padding: 0; }
.tab-content-content.fck-two-col-right { width: 100%; }

.box-cf-icon-text, .box-cf-icon-text.cta-location { width: 100%; margin-top: 10px; padding-bottom: 10px; }
.box-cf-icon-text.big-cf7-box { width: 100%; margin-top: 30px;}
.inner-box-contact-box { border-right: none; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; padding-left: 0; }
.contact-form-cta { margin-bottom: 20px; }
.contact-icon-list { padding-top: 30px; }

.logos-for-row-4.client-logos ul li {width: 50%;}


.custom-blog-content .scroll-list .post-content h2, .custom-blog-content .scroll-list .post-content h2 a {font-size: 25px;}
.custom-blog-content .row.scroll-list .post-wrap {max-width: 100%;}
.custom-blog-content .scroll-list .post-content h2 {text-align: left;}
.section-has-image .content-footer, .section-has-image .scroll-list .post-content p {text-align: left;}
.custom-blog-content .row.scroll-list {width: 100%;margin: 0;}
.custom-blog-content .row.scroll-list article:nth-child(2n+1) {border-right: none;padding: 0;}
.custom-blog-heading h2.heading {font-size: 40px;}
.custom-blog-content .row.scroll-list article:nth-child(2n) {padding: 0;}
.custom-blog-content .content-footer {text-align: left;}
.custom-blog-list { margin-top: 40px; }
.custom-blog-content .row.scroll-list article{ margin-bottom: 20px; }
.custom-blog-content p{ text-align: left; }
.faq-wrapper-section h3.accordion { font-size: 18px; }
.contact-form-cta-small { max-width: 100%; }

.hor-left {
	padding: 2px 10px;
}
.hor-left h2 {
	padding-top: 10px;
}
.hor-right {
	padding: 2px 10px;
}
.curve-img {
	margin-top: 0;
}
body.page-id-29 .bullets {
	padding: 50px 0;
}
}

@media screen and (max-width:576px){
	.case-studies-left-content {
		margin-bottom: 30px;
	}
	.tab-content-content.fck-two-col-right .content .transparent-bg { padding: 30px; height:100%;}
	.simple-quote {
    bottom: -19px;
	}
	.matter {
		padding: 20px 0;
	}
	.bullet-wrap {
		padding: 20px 0;
	}
	.tab-main-wrapper { padding: 40px; }
	.tab-main-wrapper-testimonial { padding: 40px 30px; }
	.tab-section .panel {
	    padding: 50px 20px 0px;
	}

	.tab-section .tab-btn {
	    margin: 0 -20px;
	}
	.icon-single{
		margin: 5px;
	}
}




/* custom css  */

* {box-sizing: border-box}

.custom-timeline {
    margin: 100px auto;
		background-color: #F2625C;
		padding: 0 !important;
		border-radius: 20px;
}

/*  */
.ah-wrapper {
    display: none;
    flex-wrap: wrap;
    border: 1px solid #E94A44;
    border-radius: 20px;
    overflow: hidden;
}
.ah-wrapper .ah-item {
    position: relative;
    height: 560px;
    width: 135px;
    display: flex;
    flex-wrap: wrap;
    transition: width 0.2s linear 0s;
		overflow: hidden;
}
.ah-item.active {
    width: calc(100% - 540px);
}
.ph-item.active {
    width: calc(100% - 135px) !important;
}
.ah-wrapper .ah-item .ah-tab {
    transition: all 0.1s linear 0.2s;
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 100%;
    text-align: center;
    padding: 0 50px;
    background: #292130;
    cursor: pointer;
    border-right: 1px solid #E94A44;
		overflow: hidden;
		z-index: 2;
}
.ah-wrapper .ah-item:last-child .ah-tab {
    border-color: #292130;
}
.ah-wrapper .ah-item.active .ah-tab {
    width: 0;
    padding: 0;
}

.ah-wrapper .ah-item .ah-tab span {
    margin: 30px 0 45px;
    display: inline-block;
    color: #E94A44;
}
.ah-wrapper .ah-item .ah-tab h3 {
    margin: 0;
    writing-mode: vertical-lr;
    line-height: 1;
    color: #fff;
	text-transform: uppercase;
}
.ah-wrapper .ah-data {
    display: none;
    flex-grow: 1;
    padding: 40px;
		color: #fff;
    position: relative;
    z-index: 1;
}
/* .ah-wrapper .ah-data * {
	opacity: 0;
	transition: opacity 0.1s linear 0.2s;
} */

.ah-wrapper .ah-data img {
	height: 80px;
	margin-bottom: 30px;
}
.ah-wrapper .ah-data h3 {
	text-transform: uppercase;
}
.ah-data:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/* 	background: #f04c45e0; */
	/* opacity: .3; */
	z-index: -1;
}
.ah-wrapper .ah-item.active .ah-data {
    display: block;
	background-size: cover;
}
/* .ah-wrapper .ah-item.active .ah-data * {
	opacity: 1;
} */


/* vertical */
.av-wrapper {
    border: 1px solid #E94A44;
    border-radius: 20px;
    overflow: hidden;
}

.av-wrapper .av-item .av-tab {
    padding: 25px;
    background: #292130;
    cursor: pointer;
    border-bottom: 1px solid #E94A44;
    display: flex;
    align-items: center;
}
.av-wrapper .av-item:last-child .av-tab {
    border-color: #292130;
}

.av-wrapper .av-item .av-tab span {
    margin-right: 25px;
    display: inline-block;
    color: #E94A44;
}
.av-wrapper .av-item .av-tab h3 {
    margin: 0;
    line-height: 1;
    color: #fff;
	text-transform: uppercase;
}
.av-wrapper .av-data {
    transition: all 0.2s linear 0s;
    overflow: hidden;
    height: 0;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
		color: #fff;
		position: relative;
    z-index: 1;
}
.av-data:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f04c45e0;
	/* opacity: .3; */
	z-index: -1;
}
.av-wrapper .av-data img {
	height: 40px;
	margin-bottom: 20px;
}
.av-wrapper .av-data h3 {
	text-transform: uppercase;
}
.av-wrapper .av-item.active .av-data {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (min-width: 800px) {
    .ah-wrapper {
        display: flex;
    }
    .av-wrapper {
        display: none;
    }
}

.curve-img {
	width: 100%;
	margin-top: -20px;
}

/* case studies */
.case-studies-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.case-studies-col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  width: 50%;
}
.case-studies-box {
  display: flex;
  align-items: center;
	position: relative;
	background-color: #fff;
  padding: 30px 35px;
  border-radius: 10px;
	transition: all .2s linear 0s;
}
.case-studies-box:hover {
  box-shadow: 0 0 40px 0 rgba(181,181,181,.3);
}
.case-studies-image {
	min-width: 210px;
	margin-right: 35px;
	border-radius: 10px;
	overflow: hidden;
}
.case-studies-image img {
  height: 190px !important;
  overflow: hidden;
	object-fit: cover;
}
.case-studies-title h2 {
	margin-bottom: 0;
	line-height: .7;
}
.case-studies-title a {
	color: #ef4b45;
	font-size: 33px;
}
.case-studies-title a:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (max-width: 1150px) {
	.case-studies-box {
		padding: 30px;
		flex-direction: column;
	}
	.case-studies-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.case-studies-col {
    width: 100% !important;
  }
	.case-studies-title h2 {
		line-height: .9;
	}
	.case-studies-title a {
		font-size: 25px;
	}
}




/* cutom css */
.transparent-bg.testimonial_item h2 {
	font-size: 30px;
	color: #fff;
	font-style: normal;
	font-family: "Fjalla One", sans-serif;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.transparent-bg.testimonial_item .testimonial-content {
	font-size: 22px !important;
	color: #fff;
}
.transparent-bg.testimonial_item .auth-name {
	font-size: 25px !important;
	font-style: normal !important;
}
.transparent-bg.testimonial_item .auth-desc {
	font-size: 14px !important;
	font-style: normal !important;
}
.tab-main-wrapper-testimonial .case-studies-left-content h4 {
	font-size: 25px !important;
	color: #E64943 !important;
	font-weight: 500 !important;
}
.tab-main-wrapper-testimonial .case-studies-left-content h2 {
	font-size: 60px !important;
}
.tab-main-wrapper-testimonial .case-studies-left-content .testimonial-desc {
	font-size: 16px !important;
}

.testimonial-count {
	color: #fff;
	font-family: "Fjalla One", sans-serif;
	font-size: 16px;
}
.testimonial-count span {
	font-size: 46px;
	color: #EF4B45;
	margin-right: 10px;
}
.ml-24 {
	margin-left: 24px !important;
}

.testimonials_slider .item:not(.active-item) {
	display: none;
}

.tab-main-wrapper-testimonial .testimonial-nav a svg {
	fill: #fff;
	stroke: #fff;
}
.tab-main-wrapper-testimonial .testimonial-nav a:hover svg {
	fill: #EE4B45;
	stroke: #EE4B45;
}

.owl-nav {
	display: flex;
	align-items: center;
}
.owl-nav a i {
	color: #fff;
	font-size: 22px;
}
.owl-nav a:hover i {
	color: #F04C45;
}

/* Bullet_Content Block Css */



.profroms-action input, 
.profroms-action textarea {
    padding: 6px 15px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000000 !important;
    font-size: 14px;
}
.profroms-action input {
    margin-bottom: 0;
    width: 100%;
}

p.line-above{
	border-top:1px solid #000000;
	display:inline-block;
	min-width:200px;
	
}

.line-box{
	margin-top:0px !important;
}

.line-box-top{
	margin-top:50px !important;
}

.line-box .wp-block-column:nth-child(2n){
	margin-top:0px !important
}

.top-pad{
	padding-top:50px;
}

.page-id-5610 .post-5610 li{
	margin-bottom:10px !important
}



.contact-map-button a {
	background: #f27f30;
	color: #fff;
	font-weight: 700;
	padding: 16px 43px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 50px;
	border: none;
}

.contact-map-button a:hover{
	background: #f27f30;
	text-decoration: none;
	border-color: #f04c45;
}

