/* Only fix elements containing EPoS */
body * {
  font-variant-caps: normal !important;
}
.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.arrow-link {
	position:relative;

}
.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item{
	margin:0px 6px;
}
/* .site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.arrow-link::after{
content:'';
display: block;
width: 10px;
height: 10px;
background-image: url(/wp-content/uploads/2026/02/Vector-19.svg);
background-repeat: no-repeat;
background-position: right;
position: absolute;
right: 5px;
top: 16px;
background-size: contain;
} */
.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	content:'';
	background-image: url(/wp-content/uploads/2026/02/Desktop-1.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: right;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	transition:all 0.5s ease-in-out;
}
.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
	transform: rotate(180deg);
}
.site-header #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu{
	margin-top:40px;
	padding: 10px 0px;
}
.mob-menu{
	display:none !important;
}
.home-page-form input{
	width:100%;
	background:#fff;
	border:1px solid #D9D9D9;
	padding:10px;
}
.site-header .service-menu .widget_media_image img{
    width: 100px !important;
    height: 90px !important;
    object-fit: cover;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.elementor-kit-6 .home-page-form input[type="submit"].contact-cta{
	background-color: #FFFFFF;
	font-family: "Archivo", Sans-serif;
	fill: #586BF6;
	color: #586BF6;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #586BF6;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 21px 10px 21px;
	width:unset;
	font-weight:800;
}
.elementor-kit-6 .home-page-form input[type="submit"].contact-cta:hover{
	background-color: #586BF6;
	color:#fff;
}
.sub-menu-item > a{
	font-size:20px !important;
	margin-top:20px !important;
}
.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu{
	margin-top:24px !important;
}
@media (min-width:767px){
	.site-header  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.service-menu.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		width: 30% !important;
		padding:0px 10px;	 
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-service-menu ul.mega-sub-menu ul.mega-sub-menu{
		flex-wrap:wrap;
/* 		display:flex; */

	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-service-menu > ul.mega-sub-menu > li.mega-menu-row{
		padding:20px 10px;
	}
}
@media (min-width:991px){
	.site-header  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.service-menu.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		width: 20% !important;
		padding:0px 10px;	 
	}
}
@media(max-width:767px){
	.site-header  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.service-menu.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		width: 50% !important;
		padding:0px 10px;	 
		margin-bottom:25px;
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.service-menu.mega-menu-megamenu > ul.mega-sub-menu{
		padding-top:30px;
	}
	.sector-menu > ul.mega-sub-menu {
		padding: 15px !important;
	}
	.sector-menu > ul.mega-sub-menu .mega-menu-title {
		font-size: 20px !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row .col-md-3 {
		width: 50% !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row {
		display: flex !important;
		margin-bottom: 20px !important;
		gap: 10px;
	}
	.sub-menu-item > a {
		margin-top: 10px !important;
	}
}
/* @media only screen and (min-width: 1200.5px) {

	.site-header  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu{
		box-shadow:0px 0px 5px 0px rgba(3, 3, 3, 0.2) !important;
	}
} */

@media (max-width:767px){
	.mob-menu{
		display:block !important;
	}
}

.main-cta a{
	overflow: hidden;
	transition: color 0.7s ease;
	z-index: 9;
	position:relative;
}

/* expand circle on hover */
.main-cta a:hover::after {
	transform: translateX(-50%) scale(15);
}
.cta.main-cta a{
	background-color: #FFFFFF !important;
	font-family: "Archivo", Sans-serif !important;
	fill: #586BF6 !important;
	color: #586BF6 !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #586BF6 !important;
	border-radius: 30px 30px 30px 30px !important;
	padding: 10px 21px 10px 21px !important;
	font-weight:800;
}
.site-header .cta.main-cta a{
	    padding: 0px 21px 0px 21px !important;
    width: 215px !important;
    height: unset !important;
    margin: 10px 0px !important;
}
.cta.main-cta a:hover{
	color:#fff !important;
}
.site-header .cta.main-cta a:hover{
	color: #586BF6 !important;
}

.main-cta a::after{
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 40px;
	height: 40px;
	background: #432DD7;
	border-radius: 50%;
	transform: translateX(-50%) scale(0);
	transform-origin: center;
	transition: transform 0.7s ease;
	z-index: -1;
}
.epos-accordion-body .main-cta a::after{
	background: #586BF6;
}
.main-cta.blue a::after{
	background:#586BF6;
}
.main-cta.blue a:hover{
	color:#fff !important;
}
.modal{
	z-index:99999;
}
@media (min-width:1200px) and (max-width:1300px){
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:15px;
		padding:0px 5px;
	}
}
.sector-menu > ul.mega-sub-menu {
	padding:40px 80px !important;
}
.sector-menu > ul.mega-sub-menu .mega-menu-title{
	font-size:24px !important;
	line-height:25px;
	font-family:"Archivo", Sans-serif;
	font-weight:700;
}
.sector-menu > ul.mega-sub-menu .mega-menu-description{
	font-size:16px !important;
	font-style:unset !important;
	font-family:"Archivo", Sans-serif;
	font-weight:700;
	letter-spacing:0.5px;
}
.sector-menu > ul.mega-sub-menu li a:hover .mega-menu-description{
	color:#586BF6;
	border-bottom:1px solid #586BF6;

}
/* .sector-menu > ul.mega-sub-menu .mega-description-group{
	margin-bottom:15px;
} */
.mega-menu-link{
	letter-spacing:unset !important;
	font-family:"Archivo", Sans-serif !important;
	font-weight:700;

}
li{
	letter-spacing:unset !important;
	font-family:"Archivo", Sans-serif !important;

}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row{
	display:flex !important;
	margin-bottom:15px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row .title, #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row .company-name{
	color:#000;
	margin:0px;

}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .blog-link{
	letter-spacing:0px;
	font-family:"Archivo", Sans-serif;
	font-weight:400;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row .title{
	line-height:22px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row .company-name, strong{
	font-family:"Archivo", Sans-serif !important;
	font-weight:700;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-service-menu .mega-menu-item ul li a{
	font-weight:400 !important;
}
.hotels .mega-menu-description{
	width:75%;
}
@media (max-width:767px){
	.hotels .mega-menu-description{
		width:100%;
	}
}
@media (min-width: 768px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu  .mega-sub-row .col-md-3 {
		flex: 0 0 auto;
		width: 25%;
		padding: 0px 10px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row .col-md-6 {
		flex: 0 0 auto;
		width: 50%;
		padding: 0px 10px;
	}
}

@media (max-width:1199.5px){
	.site-header #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu{
		margin-top:24px;
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
		background-image:url('/wp-content/uploads/2026/02/arrow-down-sign-to-navigate-1.png');
		width: 15px;
		height: 15px;
		background-size: contain;
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
		padding:0px;
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item{
		margin:0px 15px;
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu{
		margin-top:0px !important;
		padding:10px;
	}
	.sector-menu > ul.mega-sub-menu {
		padding: 25px !important;
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu  li.mega-menu-megamenu>ul.mega-sub-menu {
		max-height: 55vh;
		overflow: auto;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-row .col-md-3 {
		width: 15%;
	}
	.latest-case-studies {
		margin-top:20px;
	}
}

	.cat-name.cat-latest:before {
  border-color: #596DF6;
}

.cat-name.cat-blogs:before {
  border-color: #FE6B01;
}

.cat-name.cat-articles:before {
  border-color: #F4E515;
}

.cat-name.cat-testimonial-videos:before {
  border-color: #5BD6CC;
}

.cat-name.cat-foresight-videos:before {
  border-color: #2C43F0;
}

.cat-name.cat-white-papers:before, .cat-name.cat-white-paper:before {
  border-color: #F246CD;
}
 .cat-name:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #000;
    position: absolute;
    top: 40%;
    border-radius: 50%;
    left: 0;

			}

.contact-page-form input, .contact-page-form textarea, .contact-page-form select{
	width:100%;
	background:#F2EFEF40;
	border:1px solid #F1F1F1;
	border-radius:11px;
	padding:15px;
	box-shadow:inset 0 4px 4px 0 #00000017;
	color:#696868;
	    font-weight: 600;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder{
	color:#696868;
	    font-weight: 600;
}
.contact-page-form textarea {
    height: 280px;
}
.contact-page-form input[type="checkbox" i], .contact-page-form input[type="submit"]{
	width:unset;

	border-radius:unset;
	padding:unset;
	
}
.contact-page-form .wpcf7-list-item{
	margin:0px;
}
.contact-page-form .wpcf7-list-item-label, .contact-page-form .wpcf7-list-item-label a{
	font-size:14px;
}
.contact-page-form .submit-div{
	text-align:right;
}
.contact-page-form input[type="submit"]{
	border:1px solid #586BF6;
	padding:12px 25px !important;
	border-radius:30px !important;
	color:#586BF6 !important;
	background:#fff !important;
	font-weight:700 !important;
}
.contact-page-form input[type="submit"]:hover{
	background:#586BF6 !important;
	color:#fff !important;
}
.contact-page-form .wpcf7-spinner{
	display:block;
	margin-left:auto;
}
.contact-page-form select{
	    background-image: url(/wp-content/uploads/2026/03/Vector-4-1.svg);
    background-position: calc(100% - 1.3em) center;
    -webkit-appearance: none !important;
	    margin: 0;
    background-repeat: no-repeat;
    background-size: 20px;
	    font-weight: 600;
}
.contact-page-form input[type="checkbox" i]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 35px !important;
    height: 20px;
    border: 1px solid #F1F1F1 !important;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: unset !important;
    margin-bottom: -4px !important;
    margin-right: 5px;
	box-shadow:inset 0 4px 4px 0 #00000017;
}
.contact-page-form .wpcf7-list-item label{
	display:flex;
	align-items:center;
}
.contact-page-form .wpcf7-list-item-label{
	    margin-left: 10px;
    line-height: 20px;
}
.contact-page-form input[type=checkbox]::before {
    content: "";
    display: inline-block;
    width: 23px !important;
    height: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    line-height: 16px;
/* 	box-shadow:inset 0 4px 4px 0 #00000017; */
    font-size: 12px;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-page-form input[type=checkbox]:checked::before {
    background: url(/wp-content/uploads/2026/03/check-mark-1-2.png);
    background-size: contain;
    background-position: center;
	    background-repeat: no-repeat;
}
@media (max-width:767px){
	.contact-page-form .submit-div{
		text-align:center;
	}
}

.dining{
	padding-left:15px !important;
	border-left:8px solid #547CF6 !important;
	margin-bottom: 15px !important;
}
.quick-serve{
	padding-left:15px !important;
	border-left:8px solid #0AC2D6 !important;
	margin-bottom: 15px !important;
}
.bars-pubs{
	padding-left:15px !important;
	border-left:8px solid #020887 !important;
	margin-bottom: 15px !important;
}
.hotels{
	padding-left:15px !important;
	border-left:8px solid #25283D !important;
}
.cta.main-cta.blog-cta{
	display:inline-flex;
}
.cta.main-cta.blog-cta a:hover{
	text-decoration:unset;
}
.single-post-content .blog-link{
	text-decoration:underline;
}

.single-post-wrapper {
  padding: 64px 0 80px;
  background-color: #f7f5f0;
 
}

.single-post-wrapper a {
  color: #111827;
}
.single-post-wrapper a:hover {
  color: #2563eb;
  text-decoration: underline;
}
.single-post-wrapper .single-post-article {
  color: #111827;
}
.single-post-wrapper .single-post-category {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position:relative;
  padding-left:15px;
  margin:30px 0px;
}
.single-post-wrapper .single-post-category.cat-name:before{
    top: 36%;
}
.single-post-wrapper h1.single-post-title {
  font-size: 60px !important;
  line-height: 70px !important;
  font-weight:800 !important;
  margin-bottom: 16px;
  width:85%;
}
.single-post-wrapper .single-post-meta {
  font-size: 14px;
  color: #6b7280;
}
.single-post-wrapper .single-post-thumbnail img {
  border-radius: 4px;
  object-fit: cover;
  height:450px;
  object-position:top;
}
.single-post-wrapper .single-post-thumbnail iframe{
	width:100%;
	height:550px;
}
.single-post-wrapper .single-post-content {
  font-size: 16px;
  line-height: 1.7;
  color: #111827;
  width:85%;
}
.single-post-wrapper .single-post-content p {
  margin-bottom: 18px;
}
.single-post-wrapper .single-post-content h2 {
  font-size: 45px;
  font-weight: 700;
  margin: 32px 0 12px;
  line-height:50px;
}
.single-post-wrapper .single-post-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 24px 0 10px;
}
.single-post-wrapper .single-post-content ul li{
	padding-bottom:15px;
}
.single-post-wrapper .single-post-sidebar {
  position: sticky;
  top: 120px;
}
.single-post-wrapper .filter-wrapper {
  background: #ffffff;
  padding: 50px 25px 50px;
  box-shadow: 0 4px 4px 0px #00000040;
  margin-bottom: 28px;
}
.single-post-wrapper .post-summary-filter-heading h5 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}
.single-post-wrapper .post-summary-filter-group {
  position: relative;
}
.single-post-wrapper .post-summary-topic-filter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #2E44F4;
  padding: 15px 40px 13px 14px;
  font-size: 16px;
  width: 100%;
  color: #000000;
  box-shadow:inset 0px 4px 4px 0px #00000040;
	text-transform:capitalize;
}
.single-post-wrapper .post-summary-filter-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
.single-post-wrapper .post-summary-filter-arrow img {
  width:9px;
  height: auto;
}
.single-post-wrapper.post-summary-filter-search {
  margin-top: 10px;
}
.single-post-wrapper .post-summary-search-input {
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #2E44F4;
  padding: 15px 40px 13px 14px;
  font-size: 14px;
  width: 100%;
  color: #000;
   box-shadow:inset 0px 4px 4px 0px #00000040;
}
.single-post-wrapper .post-summary-search-input::placeholder{
	color: #000;
	font-size:16px;
}
.single-post-wrapper .post-summary-search-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
.single-post-wrapper .post-summary-search-icon img {
  width: 22px;
  height: auto;
}
.single-post-wrapper .post-summary-filter-form .btn.btn-primary {
  background-color: #111827;
  border-color: #111827;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.single-post-wrapper .post-summary-filter-form .btn.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}
.single-post-wrapper .post-summary-filter-form .btn.btn-link {
  font-size: 16px;
  font-weight: 400;
  color: #596DF6;
  padding:10px 25px;
  border-radius:29px;
  border:1px solid #586BF6;
  background:url('/wp-content/uploads/2026/03/Vector-23.svg');
  background-position: 7%;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 8%;
  text-decoration:none;
}
.single-post-wrapper .post-summary-filter-form .btn.btn-link:hover {
  color: #fff;
  text-decoration: none;
  background-color:#586BF6 !important;
  background:url('/wp-content/uploads/2026/03/Vector-23-1.svg');
    background-position: 7%;
  background-repeat: no-repeat;
  background-size: 8%;
}
.single-post-wrapper .single-post-tags h5 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
}
.single-post-wrapper .single-post-tags ul li a {
  font-size: 14px;
  color: #111827;
}
.single-post-wrapper .single-post-tags ul li a:hover {
  color: #2563eb;
}
.single-post-wrapper .single-post-related-group {
  padding-top: 10px;
  border-bottom:1px solid #0000009E;
  padding-bottom:40px;
}
.single-post-wrapper .single-post-related-group h6 {
  text-transform: uppercase;
  color: #000;
  font-weight:300;
  font-size:16px;
  margin:40px 0px;
}
.single-post-wrapper .single-post-related-group h6.single-post-category.cat-name:before {
    top: 30%;
}
.single-post-wrapper .single-post-related-group ul {
  margin: 0;
  padding: 0;
      display: flex;
    flex-direction: column;
    gap: 40px;
}
.single-post-wrapper .single-post-related-group ul li {
  list-style: none;
  margin-bottom:0px;
}
.single-post-wrapper .single-post-related-group ul li a, .single-post-wrapper .post-title {
  font-size: 20px;
  color: #141313;
  text-decoration:none;
}
.single-post-wrapper .single-post-related-group .position-relative .wp-post-image{
    height: 220px;
    object-fit: cover;
    object-position: top;
}
.single-post-wrapper .post-img-grid{
	padding-top:40px;
	border:0;
}
.single-post-wrapper .post-img-grid:hover .post-title{
	text-decoration:underline;
	color:#586BF6;
}
.single-post-wrapper .single-post-related-group ul li a:hover {
  color: #586BF6;
}
.single-post-wrapper .single-post-related-group a.d-block {
  color: #111827;
  text-decoration:none;
}
.single-post-wrapper .single-post-related-group a.d-block:hover {
  color: #2563eb;
  text-decoration: none;
}
.single-post-wrapper .related-card-play-icon img {
  width: 42px;
  height: 42px;
}

.single-post-wrapper .post-summary-share {
    display: flex;
    align-items: center;
    gap: 6px;
    padding:40px 0px;
}

.single-post-wrapper .post-summary-share .share-label {
    font-size: 16px;
    color: #000;
    margin-right: 5px;
}

.single-post-wrapper .post-summary-share .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.single-post-wrapper .post-summary-share .share-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-post-wrapper .post-summary-share .share-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
.single-post-wrapper .related{
	padding:30px 0px;
	border-top:1px solid #00000033;
	border-bottom:1px solid #00000033;
	margin-top:40px;
}
.single-post-wrapper .related h3{
	text-transform:uppercase;
	color:#000000;
	font-weight:400 !important;
	font-size:20px !important;
	line-height:unset !important;
	margin:0;
}
@media (max-width:1199px){
	.single-post-wrapper h1.single-post-title{
		    font-size: 45px !important;
    line-height: 60px !important;
    width: 100%;
	}
	.single-post-wrapper .single-post-content h2{
		font-size:35px;
		line-height:45px;
	}

}
@media (max-width: 991.98px) {
	.single-post-sidebar{
		margin-top:20px !important;
	}
  .single-post-wrapper {
    padding: 40px 15px 60px;
  }
 .single-post-wrapper .single-post-content{
	width:100%;
  }
   .single-post-wrapper .container{
	margin:0;
	max-width:unset;
   }
  .single-post-wrapper .single-post-title {
    font-size: 32px;
  }
  .single-post-wrapper .single-post-sidebar {
    position: static;
    margin-top: 32px;
	        width: 75%;
        margin: 0 auto;
  }
  .single-post-wrapper .single-post-related-group .position-relative .wp-post-image {
    height: 375px;
}
}
@media (max-width: 767px) {
	.single-post-wrapper .single-post-thumbnail img{
		height:auto;
		object-fit:contain;
	}
  .single-post-wrapper .single-post-title {
    font-size: 26px;
  }

      .single-post-wrapper {
        padding: 40px 0px 60px;
    }
	 .single-post-wrapper h1.single-post-title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
	   .single-post-wrapper .single-post-content h2 {
        font-size: 25px;
        line-height: 35px;
    }
	   .single-post-wrapper .single-post-sidebar {
        width: 100%;
		}
		.single-post-wrapper .related {
    margin-bottom: 0 !important;
	}
	.single-post-wrapper .post-img-grid{
		padding-bottom:0px;
	}
}
.single-post-wrapper .single-post-content h4 {
    font-size: 25px; 
    font-weight: 700;
     margin: 24px 0 10px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .blog-link .blog-image{
	border-radius:16px;
	    overflow: hidden;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .blog-link .logo{
	height:75px;
	object-fit:contain;
}
.single-post-wrapper .single-post-content h3 a, .single-post-wrapper .single-post-content h1 a, .single-post-wrapper .single-post-content h2 a, .single-post-wrapper .single-post-content h4 a{
	font-size:inherit;
	text-decoration:underline;
}
.post-special-single .black-bg {
    background: #242122 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
}
.post-special-single .black-bg h3 {
    font: normal normal 600 24px / 28px Archivo;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.post-special-single .black-bg p {
    color: #fff;
    font: normal normal normal 14px / 24px Archivo;
    letter-spacing: 0px;
    margin-bottom: 0;
}
.post-special-single .bg-gradient1 {
    background-image: url(/wp-content/uploads/2026/04/BG-11.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 50px;
}
.post-special-single .bg-gradient1 p {
    font-family: "Archivo";
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.post-special-green-cta {
    background-color: #62EC96;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00005B;
    border-radius: 100px;
    padding: 15px 30px;
    display: inline-flex;
    font-family: "Archivo";
    text-decoration: none;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
.post-special-green-cta span {
    background-image: url(/wp-content/uploads/2026/04/Play-3.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    background-color: #00005B;
    padding: 15px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}
.post-special-single .author-image {
    width: 100%;
    height: auto;
}
#videoModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
#videoModal .modal-content {
    position: relative;
    margin: 5% auto;
    padding: 0;
    width: 90%;
    max-width: 960px;
    background-color: #000;
}
#videoModal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}
#videoModal .modal-content iframe {
    display: block;
    width: 100% !important;
    height: 540px !important;
}
.title-list{
	margin-bottom:0px;
}
.title-list li h3{
	margin-bottom:0px;
	font-size:28px;
}
.new-post-single ul li, .new-post-single ol li {
    margin-top: 5px;
    background: url(/wp-content/uploads/2026/04/Vector-12.svg);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 25px;
}
.new-post-single span {
    color: #0A58CA;
    font-weight: 600;
    font-style: italic;
}
.new-post-single img {
    width: 100%;
    height: auto;
}
.wpcf7 form .wpcf7-response-output{
	margin-top:0px;
}
.wpcf7-not-valid-tip{
	font-size:14px;
}
@media (max-width:1300px){
	.single-post-wrapper .post-summary-filter-form .btn.btn-link{
		font-size:14px;
	}
}
@media (max-width:1199.8px){
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-service-menu ul.mega-sub-menu ul.mega-sub-menu{
		margin-bottom:20px;
	}
	.site-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-service-menu .sub-menu-item > a {
    font-size: 20px !important;
    margin-top: 10px !important;
}
}
@media (max-width:991px){
	.contact-page-form input[type="checkbox" i]{
		    width: 25px !important;
    height: 25px;
	}
}
.cat-name.cat-blogs:before {
  border-color: #FE6B01;
}

.cat-name.cat-articles:before {
  border-color: #F4E515;
}

.cat-name.cat-testimonial-videos:before {
  border-color: #5BD6CC;
}

.cat-name.cat-foresight-videos:before {
  border-color: #2C43F0;
}

.cat-name.cat-whitepapers:before, .cat-name.cat-white-paper:before {
  border-color: #F246CD;
}
.cat-name.cat-case-study:before{
	 border-color: #586BF6;			
}