@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;700&family=Poppins:wght@300;400;500;600;700&family=Vidaloka&family=Figtree:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
	font-family: 'Bodoni Std Book';
	font-style: normal;
	font-weight: normal;
	src: local('Bodoni Std Book'), url('../fonts/BodoniStdBook.woff') format('woff');
}
@font-face {
    font-family: 'bodoniflfregular';
    src: url('../fonts/bodoniflf-roman-webfont.woff2') format('woff2'),
         url('../fonts/bodoniflf-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bodonibold';
    src: url('../fonts/bodoniflf-bold-webfont.woff2') format('woff2'),
         url('../fonts/bodoniflf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
	width: 10px;
}  
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: #11E1E0;
}
::-webkit-scrollbar-thumb:hover {
	background: #002b54;
}
:root {
	--m-text-color: #333333;
	--m-link-color: #002B54;
	--m-heading-color: #002B54;
	--m-teal-color: #00D3CA;
	--m-fs: 16px;
	--primary: #002B54;
	--secondary: #11E1E0;
	--accent: #C045B4;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: var(--m-text-color);
}
p{
	line-height: 24px;
	margin-top:0;
}
.bodonimoda *,
.bodonimoda{
	font-family: "Bodoni Moda", serif;
}
label{
	color: #B5B5B5;
}
.elementor-widget-heading .elementor-heading-title, h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: var(--m-heading-color);
	margin-top:0;
	margin-bottom:15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var(--m-heading-color);
}
.bkpg h1{
	font-size:50px;
}
.single-post .bkpg h1{
    line-height: 60px;
	margin-top: -10px;
}
.bkpg h1{
	font-size: 46px;
}
.bkpg h2,
.bkpg h3,
.bkpg h4,
.bkpg h5,
.bkpg h6{
	text-transform:capitalize;
}
a{
	transition: all .3s ease-in-out;
}
.bkpg h1.tribe-events-single-event-title{
    color: #002B54;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.single-downloadtool .bkpg h3,
.single-downloadtool .bkpg h2{
	color: #002B54;
    font-size: 30px;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: normal;
    margin-bottom: 30px;
	font-family: "Vidaloka", serif !important;
}
.bkpg h3{
	font-size:32px;
}
.single-downloadtool .bkpg h3{
	font-size:32px;
}
.single-downloadtool .bkpg .blog-details h2,
.single-downloadtool .bkpg .blog-details h3{
	margin-bottom: 0;
}
.single h2.blog-t a{
	color:#002B54;
}
.single h2.blog-t a:hover{
	color:#11E1E0;
}


.dlleft a{
	word-wrap: break-word;
}

.bkpg li a,
.bkpg p a{
	color: #4377AA;
}
.bkpg footer p,
.bkpg footer p a{
	color:#fff !important;
}
.bkpg li a:hover,
.bkpg p a:hover{
	color: #11E1E0;
}
.elementor-widget-heading .elementor-heading-title strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

h2 strong, h3 strong,
h2, h3{
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;  
}
div.wp-block-cover h2:not(.has-text-color),
h2{
	font-size:38px;
	/* color: #1E4164; */
	color: #002B54;
    font-style: normal;
    font-weight: 500;
}
h3{
	font-size:32px;
}
/* body.single-post #main h2{
	font-size:40px;
}
body.single-post #main h3{
	font-size:32px;
} */
h4{
	font-size:20px; 
}
h5{
	font-size:14px; 
}
h6{
	font-size:12px; 
}
.bkpg h3,
.bkpg h3 a,
.bkpg h4,
.bkpg h4 a,
.bkpg h5,
.bkpg h5 a,
.bkpg h6 a,
.bkpg h6{
	color: #002B54;
    font-style: normal;
    font-weight: 500;
}
ul.like-h4 li{
	font-style: normal;
    font-weight: 500;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
table td, table th {
	border: 1px solid #ddd;
	padding: 8px;
}
table tr:nth-child(even){
	background-color: #f2f2f2;
}
table tr:hover {
	background-color: #ddd;
}
table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #1e4164;
	color: white;
}
.home p,
#main.bkpg p{
	line-height: 24px;
	color: var(--primary, #002B54);
	margin-bottom:15px;
}
#main.bkpg p.line-height-normal{
	line-height: normal;
}
#main.bkpg li{
	color: var(--primary, #002B54);
	margin-bottom: 10px;
}
#main.bkpg p strong {
	color: var(--m-link-color);
}
#main.bkpg .dlright p strong{
	color:#fff;
}
a {
	text-decoration: none;
}
input {
	font-family: 'Poppins', sans-serif;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-family: 'Poppins', sans-serif;
	font-size: var(--m-fs);
	padding: 10px 15px;
	border: 0;
	margin-bottom: 10px;
}
input[type="submit"] {
	background: #9fda9d;
	border: 0;
	color: var(--m-text-color);
	font-family: 'Poppins', sans-serif;
	font-size: var(--m-fs);
	padding: 7px 30px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
.pb-0{
	padding-bottom: 0 !important;
}
.elementor-widget-text-editor, .elementor-widget-text-editor p {
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	font-size: var(--m-fs);
}
.main-menu{
	display:flex;
	list-style-type: none;
	gap:30px;
	z-index:2;
}
.main-menu > li{
	background: transparent url(../images/arrow-up.svg) no-repeat;
	background-position: center right;
    padding-right: 20px;
    background-size: 8px;
}
header.masthead.sticky .main-menu > li,
header.masthead.h-active .main-menu > li{
	background: transparent url(../images/arrow-down-hover.svg) no-repeat;
	background-position: center right;
    background-size: 8px;
}
header.masthead .main-menu > li:hover{
	/* background: transparent url(../images/arrow-down.svg) no-repeat; */
	background: transparent url(../images/arrow-down-navy.svg) no-repeat;
	background-position: center right;
    background-size: 8px;
}
.main-menu > li > a{
	padding: 0 0;
}
.main-menu li a{
	color:#fff;
}
.main-menu > li > a::after{
	content:"";
	width:0;
	height:2px;
	background:#1E4164;
	transition: all .3s ease-in-out;
	display: block;
    visibility: hidden;
	opacity: 0;
}
.main-menu > li:hover > a::after{
	width:100%;
	visibility: visible;
	opacity: 1;
}
/* .main-menu > li:hover > a{
	color:#11E1E0 !important;
} */
header.sticky .initial-logo,
.main-logo.active .initial-logo,
.hover-logo{
	display:none;
}
header.sticky .hover-logo,
.main-logo.active .hover-logo{
	display:block;
}
header.sticky .main-logo{
	height:auto;
}
header.masthead.sticky .main-menu li a,
header.masthead.h-active .main-menu li a{
	color:#1E4164;
}



.pmd-mg-menu{
	display:none;
	left: 0;
	position: absolute;
    top: 90px;
    background: #fff;
	width: 100vw;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: left;
	transition: all .5s ease-in-out;
	border-bottom: 1px solid #cccccc;
	box-shadow: 0px 0px 40px 0px #D9D9D9;
	height:450px;
	overflow: hidden;
}
header.masthead:hover .main-menu li.menu-whoweserve .pmd-mg-menu{
	height:500px;
}
header.masthead:hover .main-menu li.menu-resources .pmd-mg-menu a img{
	transition: all .5s ease-in-out;
}
header.masthead:hover .main-menu li.menu-resources .pmd-mg-menu a:hover{
	text-shadow: 0 5px 9px #0000005c;
}
header.masthead:hover .main-menu li.menu-resources .pmd-mg-menu a:hover img{
	transform: scale(1.1);
}
header.masthead:hover .main-menu li:hover > .pmd-mg-menu{
	display:block;
}
header.masthead.sticky:hover .main-menu li:hover > .pmd-mg-menu{
	top:50px;
}
.pml-item{
	color: #1E4164;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	display: flex;
    gap: 25px;
    align-items: center;
	padding:12px 0;
	position: relative;
	width:100%;
	min-height:100px;
}
.menu-whoweserve .pmd-mg-left .pml-item span{
	width:321px;
}
.mg-services-right {
	display:none;
}
.mg-services-right.active{
	display:block;
}
.menu-services .menu-item-image{
	width: 70px;
}
.menu-services .pml-item{
	min-height: 80px;
}
.pml-item img,
.pml-item span{
	z-index:1;
	position: relative;
}
.pml-item span span{
	font-weight: normal;
    font-size: 14px;
    display: block;
}
.pml-item::after{
	content:'';
	width:0;
	height:100%;
	display:block;
	border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
	position: absolute;
    z-index: 0;
	left: 0;
	transition: all 0.4s ease;
}
.pml-item.active::after,
.pml-item:hover::after{
	width:100%;
	background: rgb(127,229,228);
	background: -moz-linear-gradient(90deg, rgba(127,229,228,1) 0%, rgba(66,227,226,1) 53%, rgba(18,217,214,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(127,229,228,1) 0%, rgba(66,227,226,1) 53%, rgba(18,217,214,1) 100%);
	background: linear-gradient(90deg, rgba(127,229,228,1) 0%, rgba(66,227,226,1) 53%, rgba(18,217,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fe5e4",endColorstr="#12d9d6",GradientType=1);
}
.pmd-mg-container{
	display:flex;
	gap: 90px;
}
.pmd-mg-middle{
	padding-top: 15px;
}
/* .pmd-mg-middle > a.active,
.pmd-mg-middle > a:hover{
	font-weight:700 !important;
} */
.pmd-mg-middle > a::after{
	content:"";
	width:0;
	height:2px;
	background:#1E4164;
	transition: all .3s ease-in-out;
	display: block;
    visibility: hidden;
	opacity: 0;
}
.pmd-mg-middle > a.active::after,
.pmd-mg-middle > a:hover::after{
	width:100%;
	visibility: visible;
	opacity: 1;
}



.pmd-mg-left{
    width: 330px;
}
.fifty-fifty .pmd-mg-left{
	width:490px;
}
.pmd-mg-middle{
    width: 350px;
	display:none;
}
.pmd-mg-middle.pmd-featured{
    width: 450px;
	padding-top:0;
}
.pmd-mg-middle.active{
	display:flex;
	flex-direction: column;
	align-items: flex-start;
}
.pmd-mg-right{
    width: 450px;
}
.pmd-mg-right img{
	width:100%;
	height:auto;
}
.menu-item-image{
	width:80px;
	height:auto;
}
.main-menu li .pmd-mg-right a,
.main-menu li .pmd-mg-middle a{
	display:inline-block;
	color: #1E4164;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    margin-bottom: 10px;
}
.pml-item img.pml-arrow{
	position: absolute;
    right: -20px;
	display:none;
	transition: all 1s ease;
}
.pml-item.active .pml-arrow,
.pml-item:hover .pml-arrow{
	display:block;
}

.menuBtn {
	background: var(--m-teal-color);
	padding: 15px 7px;
	display: inline-block;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 1px;
	background-color: #fff;
	margin: 10px 0;
	transition: 0.4s;
}
.bar1 {
	margin-top: 0;
	width: 28px;
	float: right;
}
.bar3 {
	margin-bottom: 0;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
	float: none;
	width: 35px;
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
.container {
	width: 1250px;
	margin: 0 auto;
}
.alignwide, .alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
} 
.alignwide > .wp-block-group__inner-container, 
.wp-block-group__inner-container, 
.wp-block-cover__inner-container {
	max-width: 1250px;
	margin: 0 auto;
}
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1250px !important;
}
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width:576px) {
	.col-1 {
		padding-left: 15px;
		padding-right: 15px;
		width: 8.3333333333% 
   }
	.col-2 {
		padding-left: 15px;
		padding-right: 15px;
		width: 16.6666666667% 
   }
	.col-3 {
		padding-left: 15px;
		padding-right: 15px;
		width: 25% 
   }
	.col-4 {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333333333% 
   }
	.col-5 {
		padding-left: 15px;
		padding-right: 15px;
		width: 41.6666666667% 
   }
	.col-6 {
		padding-left: 15px;
		padding-right: 15px;
		width: 50% 
   }
	.col-7 {
		padding-left: 15px;
		padding-right: 15px;
		width: 58.3333333333% 
   }
	.col-8 {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6666666667% 
   }
	.col-9 {
		padding-left: 15px;
		padding-right: 15px;
		width: 75% 
   }
	.col-10 {
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333333333% 
   }
	.col-11 {
		padding-left: 15px;
		padding-right: 15px;
		width: 91.6666666667% 
   }
	.col-12 {
		padding-left: 15px;
		padding-right: 15px;
		width: 100% 
   }
}
/** Header **/
header.masthead .col-3, header.masthead .col-9 {
	padding: 0;
}
header.masthead .col-3{
	z-index:1;
}
header.masthead.h-active{
	background: #fff;
}
header.masthead .row{
	align-items: center;
}
header.masthead .col-9{
	text-align: right;
	display: flex;
    justify-content: flex-end;
	gap: 30px;
	z-index:1;
}
header.masthead {
	z-index: 333;
	position: absolute;
	padding: 20px 0;
	top:0;
	left:0;
	width: 100%;
}
header.masthead.sticky{
	position: fixed;
	width: 100%;
	background:#fff;
	padding:10px 0;
}
.main-logo{
	display: block;
    height: 116px;
}
.sticky .main-logo img{
	height:55px;
}
div.like-h1,
#headerbanner h2,
#headerbanner h1 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 46px;
	font-style: normal;
	font-weight: 500;
	line-height: 70px; 
	margin:0;
}
#headerbanner h1 span {
	font-family: 'Univers LT Std' !important;
	font-weight: normal;
	display: block;
	color: #89add8;
}
#headerbanner {
	background: url(../images/pmd-default-header.webp) no-repeat;
	background-size: cover;
	padding: 130px 0;
	padding-top:170px;
	background-position: center center;
	position: relative;
	min-height:440px;
}
.single-post #headerbanner{
	background: url(../images/PMD_Banner-2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.single-press-publication #headerbanner{
	background: url(../images/Paradigm-AWARDS_Section_Banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.single-post .hb-case #headerbanner{
	background: url(../images/PMD_Banner-2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.single-downloadtool #headerbanner{
	background: url(../images/six-steps-to-develop-a-compelling-brand-message2.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: top center  !important;
}
.single-tribe_events #headerbanner{
	background: url(../images/Paradigm-WHO-WE-SERVE_Section_Banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.single-dvourteam #headerbanner{
	background: url(../images/Paradigm-TEAM_Section_Banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-id-9901 #headerbanner{
	background-position: bottom center !important;
	padding-top:200px;
	padding-bottom:60px;
}
.page-id-9023 #headerbanner{
	padding-top:250px;
	padding-bottom:50px;
}
.page-id-9023 #headerbanner{
	min-height:440px;
}
.page-template-t_whitepapers #headerbanner,
.page-id-11677 #headerbanner,
.page-id-26737 #headerbanner,
.page-id-26741 #headerbanner,
.page-id-12216 #headerbanner,
.page-id-10269 #headerbanner{
	background-position:center center !important;
}
#headerbanner .container{
	z-index: 1;
	position: relative;
}
#headerbanner::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(5, 24, 42, 0.74) 12.64%, rgba(2, 13, 24, 0.40) 31.28%);
	z-index:0;
}
#main.bkpg {
	padding-top: 50px;
}
.sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color: #000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 5px;
	border-radius: 15px;
	border: 4px solid yellow;
	text-align: center;
	font-size: 1.2em;
	z-index: 999;
}
#icon2 {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 50px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
  }
div#icon2 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
div#icon2 {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
	display:inline-block;
	vertical-align: middle;
}

#icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 50%;
}

#icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 50%;
}
#icon2 span:nth-child(1), #icon2 span:nth-child(2), #icon2 span:nth-child(3) {
  top: 0px;
}
#icon2 span:nth-child(4), #icon2 span:nth-child(5), #icon2 span:nth-child(6) {
  top: 50%;
  transform: translateY(-50%);
}
#icon2 span:nth-child(7), #icon2 span:nth-child(8), #icon2 span:nth-child(9) {
  bottom: 0;
}
#icon2 span:nth-child(2), #icon2 span:nth-child(4), #icon2 span:nth-child(8) {
  transform: translateX(-50%);
}
#icon2 span:nth-child(4){
	transform: translate(-50%,-50%);
}
#icon2 span:nth-child(3) {
	right: 0px;
    left: auto;
}

#icon2 span:nth-child(6) {
	right: 0px;
    left: auto;
}

#icon2 span:nth-child(9) {
	right: 0px;
    left: auto;
}
#icon2.open span:nth-child(1) {
	width: 30px;
    transform: rotate(45deg);
    left: -6px;
    border-radius: 50px;
    top: 6px;
}
#icon2.open span:nth-child(3) {
	width: 30px;
    transform: rotate(-45deg);
    border-radius: 50px;
    right: -5px;
    top: 6px;
}
#icon2.open span:nth-child(7) {
	width: 30px;
    transform: rotate(-45deg);
    left: -6px;
    border-radius: 50px;
    top: 28px;
}
#icon2.open span:nth-child(9) {
  width: 30px;
  transform: rotate(45deg);
  border-radius: 50px;
  right: -5px;
  top: 28px;
}
 #icon2.open span:nth-child(2) {
  top: 20px;
}
#icon2.open span:nth-child(4),
#icon2.open span:nth-child(8),
#icon2.open span:nth-child(6),
#icon2.open span:nth-child(2),
#icon2.open span:nth-child(5){ 
	display:none;
}
#icon2.open span:nth-child(4){
    width: 8px;
    height: 8px;
}
a.top-cta{
	border-radius: 3px;
    background: #C045B4;
    display: flex;
    width: 235px;
    height: 54px;
    padding: 15px 40px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	vertical-align: middle;
	z-index: 1;
    position: relative;
}
header.sticky .top-cta{
	display:none;
}
header .top-cta-side{
	border-radius: 3px;
    background: #C045B4;
    width: auto;
    height: 0;
    padding: 12px 20px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    z-index: 1; 
	-ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    right: -100px !important;
    position: fixed;
    z-index: 999999999999999;
    cursor: pointer;
	transition: all 1s ease;
	top:40%;
}
.page-id-4132 header .top-cta-side,
.page-template-t_portfoliocategory header .top-cta-side .letswork,
.page-template-t_portfolio header .top-cta-side .letswork,
.letschat{
	display:none;
}
.page-template-t_portfoliocategory header .top-cta-side .letschat,
.page-template-t_portfolio header .top-cta-side .letschat{
    display: block;
}
.page-template-t_portfoliocategory header .top-cta-side,
.page-template-t_portfolio header .top-cta-side{
    bottom: 150px;
	top:auto;
}
header .top-cta-side:hover{
	background: #FF32EA;
}
header.sticky .top-cta-side{
	height:50px;
    right: 0 !important;
    
}
a.top-phone{
	color: #FFF;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.3px;
	vertical-align: middle;
}
#dna{
	padding:50px 0;
}
.text-center{
	text-align:center;
}
.button{
	display: flex;
	width: 200px;
	height: 54px;
	padding: 15px 40px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 3px;
	background: #11E1E0;
	color: #002B54;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	text-transform: capitalize;
	border: 0;
	text-align: center;
}
.button:hover {
	background:#94FFFE;
	color:#002B54;
}
h2.service-title{
	color: #1E4164;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}
.service-item{
	display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
	position: relative;
	flex-wrap: wrap;
	padding-left: 50px;
	padding-top: 20px;
}
.service-item::after{
	content:'';
	width:0;
	height:100%;
	display:block;
	border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
	position: absolute;
    z-index: 0;
	right: 0;
	transition: all 0.4s ease;
}
.service-item:hover::after{
	width:100%;
	background: rgb(41,240,237);
	background: -moz-linear-gradient(58deg, rgba(41,240,237,1) 0%, rgba(65,190,255,1) 68%, rgba(65,190,255,1) 100%);
	background: -webkit-linear-gradient(58deg, rgba(41,240,237,1) 0%, rgba(65,190,255,1) 68%, rgba(65,190,255,1) 100%);
	background: linear-gradient(58deg, rgba(41,240,237,1) 0%, rgba(65,190,255,1) 68%, rgba(65,190,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29f0ed",endColorstr="#41beff",GradientType=1);
}
.service-icon{
	min-width: 130px;
	text-align: center;
	z-index:1;
	position: relative;
}
.service-info{
	z-index:1;
	position: relative;
}
.service-info p{
	color: #1E4164;
	font-weight: 400;
	line-height: 28px; 
	max-width: 400px;
}
.service-info p a{
	color: #1E4164;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration-line: underline;
	transition: all 0.4s ease;
}
.service-item:hover p a{
	color:#fff;
}
#dna h2{
	margin-bottom: 25px !important;
}
.dna-desc{
	margin-bottom:30px !important;
}
h2.heading-centered-black,
h2.heading-centered-navy,
h3.heading-centered-navy,
h2.center-with-border{
	text-align: center;
	position: relative;
	display:flex;
	justify-content: center;
    align-items: center;
}
h2.heading-centered-navy::before,
h3.heading-centered-navy::before,
h2.heading-centered-black::before,
h2.center-with-border::before{
	content: "";
	display: block;
	border-top: solid 1px black;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
h2.heading-centered-black span,
h2.heading-centered-navy span,
h3.heading-centered-navy span,
h2.center-with-border span{
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}
h2.heading-centered-black span{
	color:#000;
}
h2.center-with-border.graybg span{
	background: #F5F5F5;
}
h3.heading-centered-navy.graybg span{
	background: #F9FAFB;
}
h2.center-with-border.graybckg,
h2.h-center-border.graybckg,
h2.h-center-border.graybckg span,
.heading-centered-navy.graybckg span,
h3.left-with-border.graybckg span,
h3.center-with-border.graybckg span,
h2.left-with-border.graybckg span,
h2.center-with-border.graybckg span{
	background: #FAFAFA;
}
.semi-bold{
	font-weight:600;
}
.right-border-only,
.left-border-only{
	position:relative;
	display:flex;
	gap:10px;
	align-items: center;
}
.right-border-only{
	justify-content: flex-end;
}
.left-border-only::before{
	content:"";
	background: #000;
	height:1px;
	width:100px;
}
.right-border-only::after{
	content:"";
	background: #000;
	height:1px;
	width:100px;
}



h3.left-with-border,
h2.left-with-border{
	text-align: left;
	position: relative;
	display:flex;
    align-items: center;
}
h3.left-with-border::before,
h2.left-with-border::before{
	content: "";
	display: block;
	border-top: solid 1px black;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

h3.left-with-border span,
h2.left-with-border span{
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 5;
	margin-left: 50px;
}
h3.left-with-border.nbl span,
h2.left-with-border.nbl span{
	margin-left: 0;
	padding-left:0;
}
h3.left-with-border.graybg span,
h2.left-with-border.graybg span{
	background: #F5F5F5;
}
h2.eyebrow{
	font-family: 'Poppins', sans-serif !important;
	font-weight:600 !important;
	font-size:14px !important;
}
h2.mustache{
	font-family: 'Poppins', sans-serif !important;
	font-weight:600 !important;
	font-size:14px !important;
}


.spacer-30{
	height:30px;
}
.spacer-50{
	height:50px;
}
.spacer-80{
	height:80px;
}
.wws-container{
	background-image:url(../images/3-image.webp);
	background-repeat: no-repeat;
	background-size: 105%;
    background-position: left center;
	position: relative;
	display: flex;
	justify-content: space-around;
}
.ww-col {
    padding: 150px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
	width: 33.33%;
}
.ww-col h2{
	color: #11E1E0;
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index:1;
	position: relative;
}
.ww-col p{
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	z-index:1;
	position: relative;
}
.ww-col a{
	color: #11E1E0;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	text-decoration-line: underline;
}
.ww-col-2{
	border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* 
.ww-col-1{
	border-right: 2px solid #fff;
}
.ww-col-3{
	border-left: 2px solid #fff;
} */
.ww-col::after{
	content:"";
	width:100%;
	height:100%;
	background: rgba(0, 43, 84, 0.4);
	transition: all .3s ease-in-out;
	display:block;
	position: absolute;
    left: 0;
    top: 0;
	z-index:0;
}
.ww-col:hover::after{
	width:100%;
	background: rgba(0, 43, 84, 0.85);
}
.button-center{
	display: flex;
    justify-content: center;
}
.color-black{
	color:#000;
}
.color-002B54,
.color-002B54 *{
	color:#002B54 !important;
}
.cs-list{
	display: flex;
	justify-content: center;
}
.cs-item{
	padding: 0 50px;
}
.cs-item p{
	color: #002B54;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; 
}
.cs-item h2{
	color: #11E1E0;
    text-align: center;
    font-family: 'Bodoni Std Book';
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 130px;
    letter-spacing: 1px;
}
.lh-50{
	line-height: 50px !important;
}
.single-post .wp-block-column.cs-item h2{
    line-height: normal;
    margin-bottom: 0;
}
.cs-sub-title{
	color: #002B54;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}
.cs-small-title{
	color: #45C0BE;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
	margin: 5px 0;
}
.button-transparent{
	display: inline-flex;
    padding: 15px 36px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #000;
	color: #002B54;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all .3s ease-in-out;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
a.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern,
a.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern,
.button-teal,
.btn-blue .wp-block-button__link,
.button-blue{
	display: inline-flex;
	padding: 20px 36px;
	align-items: flex-start;
	gap: 10px;
	border-radius: 3px;
	background: #002B54;
	border-color: #002B54;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all .3s ease-in-out;
	text-transform: capitalize;
}
.btn-blue .wp-block-button__link:hover,
.button-teal{
	background: #11E1E0;
	border-color: #11E1E0;
	color: #002B54;
}


.award-column .wp-block-button__link{
	display: inline-flex;
    padding: 15px 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #000;
    background: #FFF;
    color: #002B54;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    transition: all 0.3s ease;
}
.award-column .wp-block-button__link:hover{
    background: #002B54;
    color: #FFF;
}
.award-column > .wp-block-column{
	flex-basis: 50% !important;
}
.award-column .wp-block-image img{
	height: 330px;
    object-fit: cover;
    object-position: left;
	width:100%;
}
/* .award-column .wp-block-image.height-auto img{
	height:auto;
} */
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.button-blue:hover,
a.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover,
a.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover,
.button-transparent:hover{
	background: #11E1E0;
	border-color: #11E1E0;
}
.button-teal:hover{
	background: #002B54;
	border-color: #002B54;
	color: #fff;
}
.prow-1,
.prow-2{
	display:flex;
	gap: 10px;
	justify-content: space-between;
}
.prow-2{
	margin-top:10px;
}
a.pcol{
	display:block;
}
.pcol-1,
.pcol-5{
	width:50%;
}
.pcol-4,
.pcol-6,
.pcol-2,
.pcol-3{
	width:25%;
}
.portfoli-list img{
	width:100%;
	height:auto;
	max-height: 594px;
}
.pcol-1,
.pcol-3{
	height:586px;
}
.pcol-5,
.pcol-6,
.pcol-7{
	height:288px;
}
.pcol-2-1{
	margin-bottom: 10px;
}
.pcol-2-1,
.pcol-2-2{
	height:288px;
}
.pcol-holder{
	display: none;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    background: rgba(0, 43, 84, 0.80);
    overflow: hidden;
	padding: 0 50px;
    text-align: center;
}
.pcol p{
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; 
}
.pcol a{
	color: #45C0BE;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	text-decoration-line: underline;
}
.pcol h2{
	color: #11E1E0;
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pcol{
	overflow: hidden;
}
/* .pcol:hover .pcol-holder{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
} */
.section-desc{
	color: #002B54;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px; 
	max-width: 900px;
    margin: 0 auto;
}
.resources-list{
	display: flex;
	gap: 20px;
}
.resources-image-holder{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
}
.resources-image-holder{
	position: relative;
}
.home .resources-image-holder img{
	width:100%;
	height:230px;
	object-fit:cover;
}
.post-type{
	position: absolute;
	right: 0;
    bottom: 30px;
    width: 200px;
    height: 47px;
    border-radius: 0px 5px 5px 0px;
    background: #29F0ED;
    color: #1E4164;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
	text-transform: capitalize;
}
.resources-info{
	padding:20px;
}
.resources-info p{
	color: #002B54;
}
.resources-info > a{
	color: #002B54;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	text-decoration-line: underline;
	transition: all 0.3s ease;
}
.resource-container:hover .resources-info a{
	color: #45C0BE;
}
.resources-info h2 a{
	transition: all 0.3s ease;
}
.resources-info h2{
	color: #1E4164;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.resources-info h2 a{
	color: #1E4164;
}



.resources-list-b{
	display: flex;
	gap: 4%;
    flex-wrap: wrap;
    justify-content: center;
}
.resources-list-b .resource-container{
    width: 30%;
	margin-bottom:30px;
}
.resources-list-b .resources-image-holder img{
	width:100%;
	height:auto;
	border-radius: 5px;
}
.page-id-11787 .resources-list-b .resources-image-holder img{
	object-fit: cover;
    height: 250px;
}

footer{
	background:#002B54;
}
.footer-widget-1{
	display: flex;
    justify-content: center;	
}
.footerlogo{
	position:relative;
	margin:0;
}
.footerlogo::before{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 40px solid #002B54;
    top: -35px;
}
.main-footer *{
	color:#fff;
}
.main-footer .container > .row{
	flex-wrap: nowrap;
}
.main-footer p{
	color: #FFF;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.51px;
}
.main-footer h2{
	color: #11E1E0;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
	letter-spacing: 2.4px;
}
.social-icon{
	display: flex;
    gap: 10px;
	margin-bottom: 10px;
}
.social-icon span{
	width: 30px;
    text-align: center;
}
.social-icon span.icontitle{
	width: 80px;
	text-align: left;
}
.main-footer a:hover {
    color: #11E1E0;
}
.social-icon:hover img{
	filter: contrast(0%) brightness(2);
}
.footer-widget-5 input[type="submit"]{
	display: inline-flex;
	padding: 15px 36px;
	align-items: flex-start;
	gap: 10px;
	border-radius: 3px;
	background: #11E1E0;
	color: #002B54;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer-widget-5 input[type="submit"]:hover {
	background:#1E4164;
	color:#fff;
}
.footer-widget-5 input[type="text"],
.footer-widget-5 input[type="email"]{
	border-radius: 3px !important;
    background: #FFF !important;
    display: flex !important;
    width: 364px !important;
    padding: 15px 20px !important;
    align-items: center !important;
    gap: 20px !important;
	color: #002B54;
	font-family: Figtree;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
#footer-bottom {
	background: #11E1E0;
    padding: 40px 0;
	color: #002B54;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer-bottom a{
	color: #002B54;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer-bottom .container{
	display:flex;
	justify-content: space-between;
}
.footer-links{
	display: flex;
    gap: 10px;
}
.home #breadcrumbs{
	display:none;
}
#breadcrumbs{
	margin-bottom: 30px;
}
#breadcrumbs span{
	color: #1E4164;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
#breadcrumbs span a{
	color: #1E4164;
}
.fw-500{
	font-weight: 500;
}
.fs-24{
	font-size:24px !important;
}
.gap-10{
	gap:10px;
}
.gap-20{
	gap:20px;
}
.gap-30{
	gap:30px;
}
.gap-50{
	gap:50px;
}
.lh-40{
	line-height: 40px;
}
.h-center-border{
	position: relative;
}
.h-center-border span{
	background: #fff;
    z-index: 1;
    position: relative;
    padding: 0px 20px;
	display: inline-block;
}
.heading-gray-bg span{
	background-color: #fafafa;
}
.h-center-border::before{
	content:"";
	position:absolute;
	height:1px;
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: #000;
}
.bodoni-heading a{
	color: #1E4164;
}
/*  .bodoni-heading a,
.bodoni-heading{
	font-family: 'bodoniflfregular';
	font-weight: normal; 
}
.bodoni-heading a strong,
.bodoni-heading strong{
	font-family: 'bodonibold';
	font-weight: bold;
} */
.fs-30,
.fs-30 *{
	font-size:30px;
}
.icon-144 figure{
	height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-cta{
	padding:100px 0;
	background:transparent url(../images/start-a-project.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-id-4132 #footer-cta,
.page-id-16576 #footer-cta{
	display:none;
}
.page-template-t_casestudies #footer-cta{
	margin-top:50px;
}
#footer-cta p{
	color: #FFF !important;
	text-align: center;
	font-family: Poppins;
	font-size: 46px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 30px !important;
}
#footer-cta a{
	display: inline-flex;
	padding: 20px 36px;
	align-items: flex-start;
	gap: 10px;
	border-radius: 3px;
	background: #C045B4;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
a.top-cta:hover,
#footer-cta a:hover{
	background:#FF32EA;
}
.cta-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-holder{
	display: flex;
	padding: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #002B54;
}
.form-holder h2{
	color: #11E1E0;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
	letter-spacing: -0.8px;
	text-transform: uppercase;
}
.form-holder input[type="text"],
.form-holder input[type="tel"],
.form-holder textarea,
.form-holder input[type="email"]{
	background:none !important;
	border-radius:0 !important;
    width: 100% !important;
	border:0 !important;
	height:auto !important;
	border-bottom:1px solid #ffffff !important;
	margin: 0 !important;
	padding:10px 0 !important;
	font-family: 'Poppins', sans-serif;
}
.form-holder input[type="text"]::placeholder,
.form-holder input[type="tel"]::placeholder,
.form-holder textarea::placeholder,
.form-holder input[type="email"]::placeholder{
	color:#fff;
}
.form-holder input.gform_button,
.form-holder input[type="submit"]{
	display: inline-flex !important;
	padding: 12px 24px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px !important;
	border-radius: 5px !important;
	background: #C045B4 !important;
	color: #ffffff !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	width:100%;
}
.form-holder textarea{
	height:60px !important;
}
.gform_required_legend{
	display:none;
}
.form-holder .gform_wrapper{
	width:100%;
}
#we-uncover{
	background-color: #F9FAFB;
}
#we-uncover .h-center-border span{
	background-color: #F9FAFB;
}
.list-styled{
	margin:0;
	padding:0;
	list-style-type: none;
	margin-bottom:15px;
}
.list-styled li{
	color:var(--primary);
	background:transparent url(../images/bullet-check.svg) no-repeat;
	background-position:0 2px;
	padding-left: 30px;
	margin-bottom: 15px;
	background-size: 18px;
}
.single #main .container > ul li,
.wp-block-list li{
	line-height: 24px;
}
.titled-list.list-styled li{
	background-position: 0px 3px;
    background-size: 25px;
    padding-left: 40px;
}
.titled-list strong{
	font-size:20px;
	padding-bottom: 10px;
    display: inline-block;
}
.ul-cols-3{
	display: flex;
    flex-wrap: wrap;
}
.ul-cols-3 li{
	width:33%;
}
.fw-image img{
	width:100% !important;
	height:auto !important;
}
.wp-block-image.footerlogo img{
	margin-top: 30px;
}
.w-70{
	width:844px;
}
.featured-wws,
#featured-portfolio,
#featured-casestudy{
	padding: 30px;
    background: #fafafa;
}
#featured-portfolio img,
#featured-casestudy img{
	height:auto;
} 
.fc-title{
	color: #1E4164;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0;
    margin-bottom: 10px;
}
.pmd-casestudies br{
	display:none;
}
.pmd-casestudies .cs-excerpt{
	color: #1E4164;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0;
	margin-bottom: 10px;
}
.pmd-casestudies .cs-title{
	display:none;
}
.pmd-casestudies #featured-casestudy .fc-container{
	display:flex;
	gap:30px;
}
.portfolio-title,
.cs-title{
	color: #1E4164;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0;
}
.pmd-portfolio #featured-portfolio a{
	width: 33.33%;
}
.pmd-portfolio #featured-portfolio img{
	width:100%;
	transition: all .3s ease-in-out;
}
.pmd-portfolio #featured-portfolio img:hover{
	opacity: 0.7;
}
.pmd-portfolio #featured-portfolio .fp-container{
	display:flex;
	gap:30px;
}
.tab-excerpt,
.portfolio-excerpt,
.cs-excerpt{
	color: #1E4164;
}
.tab-excerpt{
	margin:10px 0;
}
#featured-portfolio .tab-excerpt{
	font-size: 18px;
    font-weight: normal;
	color: var(--primary, #002B54);
}
a.read-more,
.featuredA-button,
.featured-wws a{
	display: inline-flex !important;
    padding: 5px 30px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
	transition: all 0.3s ease;
	text-transform: capitalize;

	color: #002B54;
    border-radius: 3px;
    border: 1px solid #000;
}
a.read-more:hover, 
.featuredA-button:hover,
.featured-wws a:hover{
	background: #11E1E0 !important;
    border-color: #11E1E0 !important;
	font-weight: normal !important;
}
.featured-wws{
	color: #1E4164;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
.featured-wws .fw-container{
	display: flex;
	align-items: flex-start;
    gap: 30px;
}
.featured-wws img{
	margin-bottom: 15px;
	width:320px;
	height:auto;
}
.pmd-mg-full{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    padding: 40px 0;
}
.menu-resources .pmd-mg-full{
	padding:20px 0;
}
.pmd-mg-full a{
	width: 30%;
    display: flex;
    align-items: center;
    gap: 20px;
	color: var(--primary);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}
.pmd-mg-full a span{
	width:100px;
	display:block;
	text-align: center;
}
.space-100{
	height:100px;
}
.space-60{
	height:60px;
}
.pl-20{
	padding-left:20px;
}
.pl-100{
	padding-left:100px;
}
.pl-70{
	padding-left:70px;
}
.menu-tab{
	display:none;
}
.menu-tab img{
	width:100%;
	height:auto;
}
.menu-tab.active{
	display:block;
}
.member-image img{
	width:100%;
	height:auto;
}
.readmowre{
	color: #45C0BE;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-decoration-line: underline;
	transition: all 0.3s ease;
}
.readmowre:hover{
	color: #1E4164;
}
.member-details{
	margin-bottom: 30px !important;
}
.dvteamgrid figure a, .dvteam-thumbnails li a{
	background:none !important;
}
.dvteamgrid li img{
	max-height: 380px;
	width: auto !important;
    margin: 0 auto !important;
}
.dvteamgrid li .dv-member-info {
    background-color: #000324 !important;
    max-width: 200px;
    line-height: 20px !important;
}
.dv-member-zoom,
.dvteamgrid li .dv-member-name {
    background-color: #49c2bf !important;
}
.img-bx-shadow img{
	-moz-box-shadow: 10px 10px 50px 5px #a2a2a2;
    -webkit-box-shadow: 10px 10px 50px 5px #a2a2a2;
    box-shadow: 10px 10px 50px 5px #a2a2a2;
    margin-left: 30px;
	border-radius: 5px;
	overflow:hidden;
}
.award-column{
    padding: 0;
    margin-bottom:70px;
	gap: 70px;
}
.award-column h3{
	font-size:24px;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mb-0 > figure{
	margin-bottom: 0 !important;
}
.nav-links{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:50px;
}
.nav-next a,
.nav-previous a{
	display: inline-flex;
    padding: 10px 30px 10px 23px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 3px;
    border: 1px solid #000;
    color: #002B54;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	transition: all 0.3s ease;
}
.career-nav .nav-previous,
.case-nav .nav-previous{
    order: 2;
}
.career-nav .backcase,
.case-nav .backcase{
	order:1;
}
.career-nav .nav-next,
.case-nav .nav-next{
    order: 0;
}
.nav-next a:hover,
.nav-previous a:hover{
	border: 1px solid #002B54;
    background: #002B54;
    color: #fff;
}
.backcase{
	display: inline-flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 3px;
	background: #002B54;
	color:#fff;
	transition: all 0.3s ease;
}
.backcase:hover{
	border: 1px solid #000;
    color: #002B54;
	background:none;
}
#related-case{
	margin-bottom: 50px;
}
.single-charity-initiatives #related-case{
	display:none;
}
.rc-entries{
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
	gap:20px;
}
.home .rc-entries{
	margin-top:0;
}
.rc-entry{
	padding: 80px 50px;
	padding-bottom: 40px;
	transition: all 0.4s ease;
	width: 32%;
	display: flex;
	flex-direction: column;
    align-items: center;
	border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 20px 40px 0px #D9D9D9;
	position: relative;
    padding-bottom: 100px;
}
.home .rc-entry{
	padding-top:30px;
}
.rc-entry:hover{
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 20px 40px 0px #b7b7b7;
}
.entry-boost{
	color: #002B54;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -2.1px;
}
.entry-boost span{
	color: #0A8080;
	text-align: center;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 43px; /* 143.333% */
	text-transform: uppercase;
	display:block;
}
.rc-entry-title{
	color: #002B54;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    margin: 20px 0;
}
.rc-entry-tags{
	color: #0A8080;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
	margin-bottom: 50px;
}
.home .rc-entry-tags{
	margin-bottom: 20px;
}
.rc-entry-learnmore{
	display: inline-flex;
	padding: 15px 40px;
	align-items: flex-start;
	gap: 10px;
	color: #002B54;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 3px;
	border: 1px solid #000;
	background: #FFF;
	transition: all 0.4s ease;
	text-transform: capitalize;
	position: absolute;
    bottom: 50px;
}
.rc-entry .rc-entry-learnmore:hover{
	background: #11E1E0;
	border-color: #11E1E0;
}
.breadcrumbsholdr{
	display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
.breadcrumbsholdr p{
	margin-bottom: 0 !important;
}

.topcategories{
	display: flex;
	align-items: flex-start;
    gap: 10px;
	width:40%;
	justify-content: flex-end;
} 
.single-downloadtool .topcategories,
.single-tribe_events .topcategories{
	display:none !important;
}
.event-date.evtdat{
	margin-top:10px;
}
.postcat-whitepaper .blog-date,
.postcat-whitepaper .topcategories{
	display:none;
}
.topcategories a{
	display: inline-flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}
.topcategories a:nth-child(1){
	border-radius: 3px;
	border: 1px solid #11E1E0;
	color: #11E1E0;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.single .topcategories a[data-cat="541"]{
	display:none;
}
/* .single .topcategories a{
    border: 1px solid #1E4164;
    color: #1E4164;
} */
.single .topcategories a:hover{
	background-color: #11E1E0;
    border: 1px solid #11E1E0;
    color: #002B54;
}

.topcategories a:nth-child(2){
	border-radius: 3px;
	border: 1px solid #C045B4;
	color: #C045B4;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
} 
.topcategories a:nth-child(2):hover{
	background: #C045B4;
	border-color: #C045B4;
	color:#fff;
}
.topcategories a:nth-child(3){
	border-radius: 3px;
	border: 1px solid #002B54;
	color: #002B54;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.topcategories a:nth-child(3):hover{
	background: #11E1E0;
	border-color: #11E1E0;
	color:#002B54;
}
.topcategories a.tc-cat-636,
.topcategories a.tc-cat-536,
.topcategories a.tc-cat-535,
.topcategories a.tc-cat-537,
.topcategories a.tc-cat-623,
.topcategories a.tc-cat-624,
.topcategories a.tc-cat-625{
	border: 1px solid #C045B4;
	color: #C045B4;
	order:0;
	transition: all 0.5s ease;
}
.topcategories a.tc-cat-636:hover,
.topcategories a.tc-cat-535:hover,
.topcategories a.tc-cat-536:hover,
.topcategories a.tc-cat-537:hover,
.topcategories a.tc-cat-623:hover,
.topcategories a.tc-cat-624:hover,
.topcategories a.tc-cat-625:hover{
	background: #C045B4;
	color: #fff;
	border-color:#C045B4;
}
.topcategories a.tc-cat-622,
.topcategories a.tc-cat-621,
.topcategories a.tc-cat-619,
.topcategories a.tc-cat-620{
	border: 1px solid #002B54;
	color: #002B54;
	order:1;
	transition: all 0.5s ease;
}
.topcategories a.tc-cat-622:hover,
.topcategories a.tc-cat-621:hover,
.topcategories a.tc-cat-619:hover,
.topcategories a.tc-cat-620:hover{
	background: #11E1E0;
	color: #002B54;
	border-color: #11E1E0;
}

.topcategories a.tc-cat-55,
.topcategories a.tc-cat-630,
.topcategories a.tc-cat-631,
.topcategories a.tc-cat-632,
.topcategories a.tc-cat-268{
	border: 1px solid #002B54;
	color: #002B54;
	order:1;
	transition: all 0.5s ease;
}
.topcategories a.tc-cat-55:hover,
.topcategories a.tc-cat-630:hover,
.topcategories a.tc-cat-631:hover,
.topcategories a.tc-cat-632:hover,
.topcategories a.tc-cat-268:hover{
	background: #11E1E0;
	color: #002B54;
	border-color: #11E1E0;
}



.spinner {
	display:none;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: conic-gradient(#0000 10%,#11E1E0);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
	animation: spinner-zp9dbg 1s infinite linear;
	margin: 0 auto;
    margin-bottom: 20px;
}
.blog-item{
	gap: 40px;
    flex-wrap: nowrap;
	margin-bottom: 70px;
}
.blog-item:nth-child(even) .blog-details{
	order:0;
}
.blog-item:nth-child(even) .blog-t-holder{
	order:1;
}
.blog-t-holder{
	position: relative;
}
.blog-t-holder img{
	width: 100%;
    height: auto;
}
.blog-date{
	border-radius: 0px 0px 3px 3px;
	background: linear-gradient(165deg, #77D0FF 9.21%, #11E1E0 36.91%);
    left: 50px;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
	text-transform: uppercase;
}
.blog-d{
	color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.blog-y{
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 29px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 110.345% */
}
.blog-m{
	color: #FFF;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 110.345% */
	margin-top: 7px;
}
h2.blog-t{
	font-family: 'Vidaloka', sans-serif;
	color: #002B54;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -0.9px;
	margin-bottom: 10px;
}
h2.blog-t a{
	color: #002B54;
}
.blog-a{
	color: #C045B4;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog-a a{
	color: #C045B4;
}
.page-template-t_events .blog-a{
	display:none;
}
.blog-sd{
	color: #11E1E0;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}
.postcat-whitepaper .blog-sd{
	color: #C045B4;
}
.single-downloadtool .blog-sd{
	display:none;
}
.blog-c a{
	color: #002B54;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; 
	transition: all 0.3s ease;
}
.blog-c a:hover{
	color: #11E1E0;
}
.blog-c{
	margin-bottom:15px;
}
.blog-e{
	color: #002B54;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog-l{
	display: inline-flex;
    padding: 15px 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #000;
    background: #FFF;
    color: #002B54;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
	transition: all 0.3s ease;
}
.blog-l:hover{
	background: #11E1E0;
	border-color: #11E1E0;
	color:#002B54;
}
.btn__wrapper{
	margin-bottom: 70px;
    position: relative;
    text-align: center;
}
.page-template-t_casestudies .btn__wrapper{
	margin-top:30px;
}
.btn__wrapper::before{
	content: "";
    width: 100%;
    z-index: 0;
    height: 1px;
    background: #000;
    display: block;
    top: 50%;
    position: absolute;
}
.btn__wrapper a{
	color: #C045B4;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
	display: inline-block;
    padding: 0 50px;
	position: relative;
	z-index: 1;
	background: #ffff;
	cursor:pointer;
}
.btn__wrapper a:hover{
	color: #FF32EA;
}
.blog-filter{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
	justify-content: space-between;
}
.blog-filter span{
	color: var(--primary, #002B54);
	font-family: Poppins;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 29.4px */
}
.blog-filter{
	color: #002B54;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.5s ease;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
}
#blog-filters{
	height:0;
	overflow: hidden;
	background:#FCFCFC;
	margin-bottom: 50px;
	transition: all 0.5s ease;
}
#blog-filters .container{
	padding:50px 0;
}
.page-template-t_casestudies #blog-filters{
	margin-top:0;
	margin-bottom:0;
}
.page-template-t_casestudies .rc-entries{
	margin-top:20px;
}
.page-template-t_casestudies .breadcrumbsholdr{
	margin-bottom: 0;
}
.page-template-t_portfoliocategory .breadcrumbsholdr{
	gap:30px;
}
#blog-filters.active{
	height:236px;
}
.page-template-t_portfolio #blog-filters.active{
	height: 114px;
    margin-bottom: 20px;
}
.page-template-t_events #blog-filters.active{
	height:270px;
}
.page-template-t_whitepapers #blog-filters.active{
	height:270px;
}
.page-template-t_blog #blog-filters.active{
	height:320px;
}
#blog-filters h2{
	color: var(--primary, #002B54);
    font-size: 22px;
    line-height: 150%;
}
.fdd.active,
.portfolio-filter a.fdu,
.fdu{
	display:none;
}
.portfolio-filter a.fdu.active,
.fdu.active{
	display:block;
}
.fdu,
.fdd{
	transition: all 0.5s ease;
}
.filter-buttons-sa,
.filter-buttons{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-buttons-sa a,
.filter-buttons a{
	display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    border: 1px solid #000;
    color: #002B54;
	font-size:13px;
	transition: all 0.4s ease; 
	background-image:url(../images/x.svg);
	background-repeat: no-repeat;
    background-position: 150% 50%;
    background-size: 20px 20px;
}
.filter-buttons-sa a.active,
.filter-buttons-sa a:hover,
.filter-buttons a.active,
.filter-buttons a:hover{
	background-color: #11E1E0;
    border: 1px solid #11E1E0;
    color: #002B54;
}
.r-industry .filter-buttons-sa a,
.r-industry .filter-buttons a{
	border: 1px solid #C045B4;
    color: #C045B4;
}
.r-industry .filter-buttons-sa a.active,
.r-industry .filter-buttons-sa a:hover,
.r-industry .filter-buttons a.active,
.r-industry .filter-buttons a:hover{
	background-color: #C045B4;
    border: 1px solid #C045B4;
    color: #fff;
}
.r-industry,
.r-topic{
    border-right: 1px solid #CDCDCD;
}
.r-search,
.r-industry{
	padding-left: 30px;
}
.search-frm-sa,
.search-frm{
	display: flex;
}
.search-frm-sa input[type="text"],
.search-frm input[type="text"]{
	margin:0;
}
.search-frm-sa input[type="text"]::placeholder,
.search-frm input[type="text"]::placeholder{
	color:#fff;
}
.search-frm-sa button,
.search-frm button{
	padding: 10px 15px;
	background: #fff;
	border: 0;
}
.filter-buttons-sa a.active,
.filter-buttons a.active{
    background-position: 91% 50% !important;
    padding-right: 35px;
}
.blog-related{
    display: flex;
	gap: 20px;
	margin-top:50px;
}
.blog-related .blog-t-holder{
	width: 100%;
}
.blog-related .blog-t-holder img{
	border-radius: 5px;
	overflow: hidden;
	height:270px;
	object-fit: cover;
}
.blog-related .blog-item{
	flex-direction: column;
	width: 100%;
}
.blog-related h2.blog-t{
	font-size:24px; 
}
.blog-related .blog-details{
	text-align: center;
}
.blog-related .blog-item:nth-child(even) .blog-t-holder{
	order:0;
}
.post-nav{
	margin-top:50px;
}
.sp-author a,
.sp-author{
	color: #C045B4;
}
.sp-author a:hover{
	color:#002B54;
}
.sp-thumb{
	float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.sp-author{
	margin-bottom: 20px;
}
#team-thumbnails{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#team-thumbnails img{
	width: auto;
	height:74px;
}
#our-teams{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	justify-content: center;
	margin-bottom: 50px;
	align-items: flex-start;
}
.ot-member{
	border-radius: 3px;
    background: #FFF;
    padding: 0;
	width: 31%;
	transition: all 0.1s ease;
	position: relative;
	overflow:hidden;
}
#our-teams .member-ft img{
	width: auto;
	height: 309px;
	flex-shrink: 0;
	position: absolute;
    bottom: 0;
}
.ot-member a.member-ft{
	background: none;
	display: flex;
	transition: all 0.6s ease;
	justify-content: center;
	position:relative;
	height:360px;
} 
.expandgrid .ot-member a.member-ft{
	background: none;
    display: flex;
    transition: all 0.6s ease;
    justify-content: center;
    position: relative;
    height: 360px;
    overflow: hidden;
    width: 388px;
}
.scrolled .ot-member a.member-ft{
	height:370px;
	background:#fff url(../images/hotel-lobby.png) no-repeat;
	background-size:cover;
}


.ot-member a.member-ft::before{
	content:"";
	position:absolute;
	height:370px;
	width:388px;
	background:#fff url(../images/shutterstock_2290029217.jpg) no-repeat;
	background-size:cover;
	transition: all 2s ease;
	opacity: 0;
	z-index:0;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.ot-member:nth-child(23) a.member-ft::before,
.ot-member:nth-child(20) a.member-ft::before,
.ot-member:nth-child(17) a.member-ft::before,
.ot-member:nth-child(2) a.member-ft::before,
.ot-member:nth-child(5) a.member-ft::before,
.ot-member:nth-child(11) a.member-ft::before,
.ot-member:nth-child(14) a.member-ft::before,
.ot-member:nth-child(8) a.member-ft::before{
	background:#fff url(../images/shutterstock_2440938375.jpg) no-repeat;
	background-size:cover;
}
.ot-member:nth-child(24) a.member-ft::before,
.ot-member:nth-child(21) a.member-ft::before,
.ot-member:nth-child(18) a.member-ft::before,
.ot-member:nth-child(15) a.member-ft::before,
.ot-member:nth-child(12) a.member-ft::before,
.ot-member:nth-child(3) a.member-ft::before,
.ot-member:nth-child(6) a.member-ft::before,
.ot-member:nth-child(9) a.member-ft::before{
	background:#fff url(../images/shutterstock_2179136893.jpg) no-repeat;
	background-size:cover;
}


/*
.ot-member a.member-ft::before{
	content:"";
	position:absolute;
	height:370px;
	width:388px;
	background:#fff url(../images/background1.jpg) no-repeat;
	background-size:cover;
	transition: all 2s ease;
	opacity: 0;
	z-index:0;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.ot-member:nth-child(21) a.member-ft::before,
.ot-member:nth-child(18) a.member-ft::before,
.ot-member:nth-child(15) a.member-ft::before,
.ot-member:nth-child(12) a.member-ft::before,
.ot-member:nth-child(5) a.member-ft::before,
.ot-member:nth-child(2) a.member-ft::before{
	background:#fff url(../images/background2.jpg) no-repeat;
	background-size:cover;
}
.ot-member:nth-child(22) a.member-ft::before,
.ot-member:nth-child(19) a.member-ft::before,
.ot-member:nth-child(16) a.member-ft::before,
.ot-member:nth-child(9) a.member-ft::before,
.ot-member:nth-child(6) a.member-ft::before,
.ot-member:nth-child(3) a.member-ft::before{
	background:#fff url(../images/background3.jpg) no-repeat;
	background-size:cover;
}
.ot-member:nth-child(23) a.member-ft::before,
.ot-member:nth-child(20) a.member-ft::before,
.ot-member:nth-child(13) a.member-ft::before,
.ot-member:nth-child(10) a.member-ft::before,
.ot-member:nth-child(7) a.member-ft::before,
.ot-member:nth-child(4) a.member-ft::before{
	background:#fff url(../images/background4.jpg) no-repeat;
	background-size:cover;
} */
 
.fixedscroll .ot-member{
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	width:31%;
}
.fixedscroll .ot-member a.member-ft{
    height:370px;
}
.expandgrid .ot-member a.member-ft::before,
.fixedscroll .ot-member a.member-ft::before{
	opacity: 1;
}
/* .expandgrid .ot-member:hover a.member-ft,
.scrolled .ot-member:hover a.member-ft{
	background:#fff url(../images/teambg-hover.png) no-repeat;
	background-size:cover;
} */ 
.otm-details h2{
	color: #11E1E0;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	margin-top:0;
	margin-bottom:0;
	padding-top: 20px;
    padding-left: 20px;
}
.otm-details{
	display:none;
	transition: all 0.6s ease;
	position: absolute;
    bottom: 0;
    left: -100%;
    z-index: 1;
	width:0;
	background: rgba(0, 43, 84, 0.80);
	padding:0;
	transition: all 0.3s ease;
	overflow:hidden;
	opacity:0;
} 
.expandgrid .otm-details,
.fixedscroll .otm-details{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width:387px;
}
.ot-member:hover{
	border-radius: 3px;
	background: #FFF;
	/* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25); */
}
.ot-member:hover .otm-details{
	left:0;
	opacity:1;
}
#our-teams .ot-member img{
	transition: all 0.6s ease;
	height:100px;
}
.expandgrid .ot-member img,
.fixedscroll #our-teams .ot-member img{
	height: 309px !important;
	bottom: 0;
    position: absolute;
	transition: all 0.6s ease;
	width: auto !important;
}
.expandgrid .ot-member:hover .member-ft img,
.fixedscroll #our-teams .ot-member:hover .member-ft img{
	height:370px !important;
}
.expandgrid .ot-member img.memberarrow{
	height:19px !important;
}
.ot-position{
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	padding-bottom: 20px;
    padding-left: 20px;
}
.memberarrow{
	width:20px !important;
	position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.read-bio{
	border-radius: 3px;
    background: #11E1E0;
    padding: 10px 50px;
    text-decoration: none;
    color: #002B54;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    margin-top: 15px;
	transition: all 0.6s ease;
}
.read-bio:hover{
	background: #C045B4;
	color:#fff;
}
.viewprofile{
	display: flex;
    align-items: center;
    gap: 10px;
    color: #4990DB;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
	margin-top:20px;
	transition: all 0.6s ease;
}
.viewprofile:hover{
	color: #C045B4;
}
#main.bkpg p.event-date{
	color: #C045B4;
}
.custom-frm-container{
	border-radius: 3px;
    border: 1px solid #FFF;
    background: #002B54;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	padding: 50px 30px;
}
.custom-frm-container h2{
	color: #FFF !important;
    text-align: center !important;
    /* font-family: Archivo !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 45px !important;
	text-align: center !important; */
}
#main.bkpg .custom-frm-container p strong{
	color:#fff;
}
.custom-frm-container ul li.gfield{
	padding-right: 0 !important;
}
.custom-frm-container ul li.gfield.gf_left_half{
	padding-right: 15px !important;
}
.custom-frm-container ul li.gfield .ginput_container select,
.custom-frm-container ul li.gfield .ginput_container textarea,
.custom-frm-container ul li.gfield .ginput_container input[type="text"],
.custom-frm-container ul li.gfield .ginput_container input[type="tel"],
.custom-frm-container ul li.gfield .ginput_container input[type="email"]{
	border-radius: 3px;
    background: #103E6A;
    color: #fff;
    font-family: Figtree !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 15px 15px !important;
    margin: 0 !important;
	transition: all 0.5s ease;
}
.custom-frm-container ul li.gfield .ginput_container select{
	border-color: #103E6A;
}
.custom-frm-container ul li.gfield .ginput_container textarea{
	max-height:100px;
}
.custom-frm-container ul li.gfield .ginput_container textarea:focus,
.custom-frm-container ul li.gfield .ginput_container input[type="text"]:focus,
.custom-frm-container ul li.gfield .ginput_container input[type="tel"]:focus,
.custom-frm-container ul li.gfield .ginput_container input[type="email"]:focus{
	border-radius: 3px;
	background: #2C5C8A;
}
.custom-frm-container ul li.gfield .ginput_container textarea::placeholder,
.custom-frm-container ul li.gfield .ginput_container input[type="text"]::placeholder,
.custom-frm-container ul li.gfield .ginput_container input[type="tel"]::placeholder,
.custom-frm-container ul li.gfield .ginput_container input[type="email"]::placeholder{
	color: #fff;
	font-family: Figtree;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.custom-frm-container .gform_footer{
	display: flex;
    justify-content: center;
}
.custom-frm-container .gform_footer .gform_button{
    border-radius: 3px;
    background: #11E1E0;
    margin: 0 !important;
	color: #002B54;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.5s ease;
}
.custom-frm-container .gform_footer .gform_button:hover{
    background: #C045B4;
	color:#fff;
}
#main.bkpg .custom-frm-container .wpb_text_column{
	margin-bottom: 0;
}
#main.bkpg .custom-frm-container p{
    color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}
.uponsub{
	text-align: center;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.48px;
}
.event-image-holder{
	position: relative;
}
.et-ondemand{
	background: #C045B4;
    color: #fff;
    position: absolute;
    bottom: 23px;
    right: 30px;
    padding: 5px 15px;
}
.et-live{
	border: 4px solid #C045B4;
    padding: 5px 15px;
    position: absolute;
    bottom: 20px;
    right: 15px;
    color: #FFF;
    text-align: center;
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
	display: flex;
    gap: 10px;
}
.blog-t-holder img.event-dot{
	width:10px;
}
.filter-label{
	color: #002B54;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#portfolio-filter{
	display: flex;
	align-items: center;
	gap: 20px;	
    position: relative;
}
.filter-dropdown{
	display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #11E1E0;
    background: #FFF url(../images/chevron-down-v2.svg) no-repeat;
	background-position: 85% 50%;
    padding-right: 40px;
	z-index: 2;
}
.filter-dropdown ul{
	position: absolute;
    top: 44px;
    padding: 0;
    list-style-type: none;
    margin: 0;
	transition: all 0.5s ease;
	height:0;
	overflow: hidden;
}
.filter-dropdown:hover ul{
	height:312px;
    border-radius: 3px;
	overflow: hidden;
    background: #fff;
}
.filter-dropdown ul li{
	display: flex;
    width: 241px;
    height: 39px;
    padding: 8px 25px;
    align-items: flex-start;
    flex-shrink: 0;
    background: #fff;
    justify-content: flex-end;
	transition: all 0.5s ease;
	position: relative;
}
.filter-dropdown ul li::before{
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	height:100%;
	top: 0;
	z-index:0;
	background: var(--Linear, linear-gradient(90deg, #77D0FF 0.02%, #11E1E0 30.72%));
	transition: all 0.5s ease;
}
.filter-dropdown ul li:hover::before{
	width:241px;
}
.filter-dropdown ul li a{
    color: #002B54;
    text-align: right;
    font-weight: 400;
	transition: all 0.5s ease;
    z-index: 1;
}
.portfolio-tab{
	margin-bottom: 50px;
}
.portfolio-tab h2{
	position: relative;
}
.portfolio-tab.pt-right h2{
	text-align: right;
}
.portfolio-tab h2 span{
	margin-left: 50px;
	z-index:1;
	position: relative;
	padding: 0 20px;
    background: #fff;
}
.portfolio-tab.pt-right h2 span{
	margin-right: 50px;
	margin-left: 0;
}
.portfolio-tab h2::before{
	content:"";
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	height:1px;
	background:#000;
	width: 100%;
	left:0;
}
.pcat-link{
	color: #002B54;
    border-radius: 3px;
    border: 1px solid #000;
    background: #FFF;
    display: block;
    padding: 20px 20px;
    width: 300px;
    text-align: center;
	transition: all 0.5s ease;
}
.pcat-description{
	width: 950px;
	color: var(--primary, #002B54);
}
.pcat-link:hover{
	background: #11E1E0;
    border-color: #11E1E0;
}
.pcat-details{
	display: flex;
    gap: 50px;
    align-items: center;
	margin-bottom:30px;
	margin-top:20px;
} 
.portfolio-tab .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.portfolio-tab .owl-item{
	filter: grayscale(100%);
    opacity: 0.6;
}
.portfolio-tab .owl-item.active{
	filter: grayscale(0);
    opacity: 1;
}
.portfolio-tab .owl-theme .owl-nav {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
	margin-top:0 !important;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    font-size: 40px !important;
	color: #002B54 !important;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -40px;
}
.owl-carousel .owl-nav button.owl-next{
	right: -40px;
}
#potfolio-tabs .owl-carousel .owl-nav button.owl-next,
#potfolio-tabs .owl-carousel .owl-nav button.owl-prev{
	height: 590px;
    top: 10px;
    margin: 0;
    background:rgb(255 255 255 / 62%);
    padding: 0px 6px !important;
}
#potfolio-tabs .owl-carousel .owl-nav button.owl-next:hover,
#potfolio-tabs .owl-carousel .owl-nav button.owl-prev:hover{
    background:rgb(17 225 224 / 57%);
}
.catp-item{
	display:block;
	border-radius: 5px;
	overflow: hidden;
}
div.catp-item{
	overflow: visible;
}
.capt-0{
	width:49%;
	height:565px;
}
.capt-1{
	width:24%;
}
.capt-3{
	width:24%;
	height:565px;
}
.capt-half{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.capt-half a{
	height:275px;
	width:100%;
	display:block;
}
.pfid-24570{
	background-position: bottom right !important;
}
.pitm-21721{
	background-position: -40px 0 !important;
}
.pfid-21721{
	background-position: -32px 0 !important;
}
.pfid-24556{
	background-position: top left !important;
}
.page-template-t_portfoliocategory .pfid-25053{
	background-position: center center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

#cat-portfolio{
	display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.capt-12,
.capt-13,
.capt-14,
.capt-18,
.capt-19,
.capt-20,
.capt-half .capt-16,
.capt-half .capt-17,
.capt-4,
.capt-5,
.page-id-24726 .capt-10,
.page-id-12821 .capt-15,
.page-id-12821 .capt-16,
.page-id-12821 .capt-17,
.capt-6{
	height:275px;
}
.capt-8,
.capt-10,
.capt-13,
.capt-14,
.capt-18,
.capt-19,
.capt-20,
.capt-4,
.page-id-12821 .capt-15,
.page-id-12821 .capt-16,
.page-id-12821 .capt-17,
.capt-6{
	width:24%;
} 
.capt-11,
.capt-12,
.capt-half.capt-15,
.capt-half .capt-16,
.capt-half .capt-17,
.capt-5{
	width:49%;
}
.capt-half .capt-15,
.capt-11,
.capt-10{
	height:565px;
}


.page-id-12828 div.capt-52,
.page-id-12828 div.capt-46,
.page-id-12828 div.capt-42,
.page-id-12828 div.capt-36,
.page-id-12828 div.capt-32,
.page-id-12828 div.capt-26,
.page-id-12828 div.capt-22,
.page-id-12828 div.capt-16,
.page-id-12828 div.capt-12,
.page-id-12828 div.capt-5,
.page-id-12828 div.capt-1{
	width: 49%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	height: 576px;
} 
.page-id-12828 .capt-20{
	background-position: top left !important;
}
.page-id-12828 .capt-51,
.page-id-12828 .capt-50,
.page-id-12828 .capt-41,
.page-id-12828 .capt-40,
.page-id-12828 .capt-36,
.page-id-12828 .capt-31,
.page-id-12828 .capt-30,
.page-id-12828 .capt-21,
.page-id-12828 .capt-20,
.page-id-12828 .capt-10{
	width:49% !important;
	height:565px !important;
}
.page-id-12828 div.capt-52 a,
.page-id-12828 div.capt-46 a,
.page-id-12828 div.capt-42 a,
.page-id-12828 div.capt-36 a,
.page-id-12828 div.capt-32 a,
.page-id-12828 div.capt-26 a,
.page-id-12828 div.capt-22 a,
.page-id-12828 div.capt-16 a,
.page-id-12828 div.capt-12 a,
.page-id-12828 div.capt-5 a,
.page-id-12828 div.capt-1 a{
	width:49% !important;
	height: 275px !important; 
} 
.page-id-12828 div.capt-52 a{
	background-position: top right !important;
}
.page-id-12828 .capt-56,
.page-id-12828 .capt-57{
	width:24% !important;
	height: 275px !important; 
} 
.page-id-24726 .capt-8{
	width:50%;
	flex-direction: row;
	gap: 10px;
}
.page-id-24726 .capt-8 a{
	width:49%;
}
.page-id-24726 .capt-11{
	width: 24%;
    height: 275px;
}


.pf-Boxes .catp-item{
	width:24% !important;
	height:275px !important;
}
.pf-Rectangles .catp-item{
	width:49% !important;
	height:275px !important;
}
.pfid-24596{
	width: 49%;
}
.capt-all{
	position:relative;
}
.capt-all::before{
	content:"";
	height:100%;
	width:0;
	display:block;
	background: rgb(17 225 224 / 68%);
	transition: all 0.5s ease;
	display:none;
}
.capt-all:hover{
	transform: scale(1.04) rotate(1deg);
	z-index:2;
}
.capt-all:hover::before{
	width:100%;
}
.capt-half.capt-15{
	flex-direction: initial;
	flex-wrap: wrap;
}
.capt-half .capt-15{
	width:100%;
	margin-bottom: 10px;
}
#tribe-events-pg-template{
	max-width: 100% !important;
	padding:0 !important;
}
#tribe-events-footer,
.single-tribe_events .tribe-events-c-subscribe-dropdown__container, 
.tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-events-event-image{
	display:none !important;
}
.tribe-events-schedule h2{
	font-size: 16px;
    margin: 0;
}
.tribe-events-content{
	margin-top: 30px;
}
div.tribe-events-content h2, 
div.tribe-events-content h3, 
div.tribe-events-content h4, 
div.tribe-events-content h5, 
div.tribe-events-content h6{
	margin-bottom: 0;
}
.tribe-events-content ol, 
.tribe-events-content ul{
	padding-left:2em;
}
.page-template-t_teams .top-cta-side{
	display:none !important;
}
#team-scroll{
	overflow: visible;
    position: relative;
    height: 3300px;
	display:flex;
	flex-wrap: wrap;
}
 
.offsetbot{
	width:10px;
	height:463px;
	display:none;
	overflow-y: scroll;
}
.offsetboth{
	height:2357px;
	width: 10px;
}
#our-teams{
	width:60%;
	transition: 0.5s;
	max-width:100%;
	align-content: flex-start;
}
.ts-left{
	left:0px;
	position:relative;
	transition: 0.5s;
	position: relative;
	width:40%;
}
.fixedscroll .ts-left{
	opacity: 1;
	
}
.scrolled .ts-left{
	left:-1000px; 
	margin:-1000px; 
	position:absolute;
}
.scrolled .ot-member{
	width:30%;
}
.scrolled #our-teams{
	width:100%;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
#single-postnav{
	clear:both;
}
.single-charity-initiatives #single-postnav,
.single-downloadtool #single-postnav{
	margin-top:30px;
}
.single-tribe_events .wp-block-button__link{
	border-radius: 3px;
    background: #11E1E0;
    color: #002B54;
	margin-bottom: 20px;
	border:1px solid #11E1E0;
	transition: all 0.3s ease-in-out;
}
.single-tribe_events .tribe-block__venue,
.single-tribe_events .tribe-events-schedule,
.single-tribe_events .tribe-events-back,
.single-tribe_events .tribe-events-notices,
.single-tribe_events .tribe-events-event-meta.primary{
	display:none !important;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title{
	color: #002B54;
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
#portfolio-filter.mobile-filter{
	display:none;
}
.portfolio-filter{
	width: 60%;
}
.portfolio-filter a{
	border-radius: 3px;
    border: 1px solid #002B54;
	color:#002B54;
    display: inline-flex;
    padding: 10px 30px;
    align-items: flex-start;
    gap: 10px;
	margin-left: 10px;
    margin-bottom: 10px;
}
.portfolio-filter a.active,
.portfolio-filter a:hover{
    border: 1px solid #11E1E0;	
}
.grecaptcha-badge{
	height:1px !important;
	width:1px !important;
	overflow: hidden !important;
}
.typography > .wp-block-columns{
	margin-bottom: 0;
}
.wp-block-button__link{
	display: inline-flex;
	padding: 15px 30px;
	align-items: flex-start;
	gap: 10px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	color: #002B54;
	border: 1px solid #002B54;
}
.teal .wp-block-button__link{
	background: #11E1E0; 
	border-color: #11E1E0;
}
.single-tribe_events .wp-block-button__link:hover,
.teal .wp-block-button__link:hover{
	background: #94FFFE;
	border-color: #94FFFE;
}
.teal-two .wp-block-button__link{
	background: #94FFFE; 
	border-color: #94FFFE;
}
.teal-two .wp-block-button__link:hover{
	background: #11E1E0;
	border-color: #11E1E0;
}

.pink .wp-block-button__link{
	background: #C045B4; 
	color:#fff;
	border-color: #C045B4;
}
.pink .wp-block-button__link:hover{
	background: #FF32EA;
	border-color: #FF32EA;
}
.pink-two .wp-block-button__link{
	background: #FF32EA; 
	border-color: #FF32EA;
	color:#fff;
}
.pink-two .wp-block-button__link:hover{
	background: #C045B4;
	border-color: #C045B4;
}
.navy-blue .wp-block-button__link{
	background: #002B54;
	border-color: #002B54;
	color:#fff;
}
.navy-blue .wp-block-button__link:hover{
	background: #11E1E0;
	border-color: #11E1E0;	
}
.transparent .wp-block-button__link{
	background: transparent;
	border-color: #000;
	color:#002B54;
}
.transparent .wp-block-button__link:hover{
	background: #11E1E0;
    border-color: #11E1E0;
    color: #002B54;
}
.arrow-right .wp-block-button__link{
	background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    padding-right: 40px;
}
.arrow-right .wp-block-button__link:hover{
	background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: 93%;
}

.arrow-left .wp-block-button__link{
	background-image: url(../images/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: 10%;
    padding-left: 40px;
}
.arrow-left .wp-block-button__link:hover{
	background-image: url(../images/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: 8%;
}
.portfoliomenu{
    padding: 0;
    list-style-type: none;
    margin: 0;
    transition: all 0.5s ease;	
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    width: 241px;
}
.portfoliomenu li{
	display: flex;
    width: 241px;
    height: 39px;
    padding: 8px 25px;
    align-items: flex-start;
    flex-shrink: 0;
    background: #fff;
    justify-content: flex-end;
    transition: all 0.5s ease;
    position: relative;
}
.portfoliomenu li a{
	color: #002B54;
    text-align: right;
    font-weight: 400;
    transition: all 0.5s ease;
    z-index: 1;
}
.portfoliomenu li::before {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    background: var(--Linear, linear-gradient(90deg, #77D0FF 0.02%, #11E1E0 30.72%));
    transition: all 0.5s ease;
}
.portfoliomenu li:hover::before {
    width: 241px;
}
.portfoliomenu li a:hover,
.portfoliomenu li:hover a{
	color: #002B54;
}
.group-frame{
	padding:15px;
	background:transparent url(../images/framebg.svg) no-repeat;
	background-size:100% 100%;
}
.group-frame-two{
	padding:15px;
	background:transparent url(../images/framebgtw.svg) no-repeat;
	background-size:100% 100%;
}
.circl-menu{
	padding:15px;
	background:transparent url(../images/CircleMenu.svg) no-repeat;
	background-size:100% 100%;
}
.formstyle{
	padding:15px;
	background:transparent url(../images/formsbg.png) no-repeat;
	background-size:100% 100%;
	display: flex;
	flex-wrap:wrap;
	gap:4%;
}
.input-wrap{
	width:48%;
}
.formstyle label{
	display:block;
}
.input-wrap input[type="text"]{
	width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
	outline:none;
	padding:15px 15px;
}
.page-id-23334 #main.bkpg{
	background: #F5F5F5;
}
.input-wrap input:focus,
.input-wrap input.filledinput{
	border: 1px solid #E85B81 !important;
}
.filledsuccess{
	background:#fff url(../images/input-success.svg) no-repeat;
	background-position:95%;
	padding-right:50px !important;
}
.fillederror{	
	background:#fff url(../images/input-errorv2.svg) no-repeat;
	background-position:95%;
	padding-right:50px !important;
}
.sec-div{
	margin-top:30px;
}
.sec-div label{
	display:block;
}
.sec-div select{
	width:100%;
	max-width:395px;
	border:1px solid #B5B5B5;
	border-radius: 5px;
    outline: none;
	padding: 15px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: var(--m-fs);
}
.search-form,
.inputname{
	display:flex;
	gap:20px;
}
.search-form input,
.inputname input{
	width:50%;
	border-radius: 5px;
    outline: none;
	font-family: 'Poppins', sans-serif;
    font-size: var(--m-fs);
    padding: 15px 15px;
	color: #002B54;
}
.inputname input::placeholder{
	color: #002B54;
}
.search-form label{
	color: #002B54;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	margin-bottom:10px;
}
.search-form div{
	width:50%;
}
.search-form input{
	width:100%;
	color: #E1E1E1;
	font-family: 'Figtree', sans-serif;
}
.tagbuttons{
	display:flex;
	gap:10px;
	margin-bottom:10px;
}
.tagbuttons a{
	display: inline-flex;
	padding: 8px 30px;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 3px;
	border: 1px solid #11E1E0;
	color: #11E1E0;
	line-height: normal;
	transition: all 0.4s ease;
	background-image: url(../images/x.svg);
    background-repeat: no-repeat;
    background-position: 150% 50%;
}
.tagbuttons a.tag-pink{
	color:#C045B4;
	border: 1px solid #C045B4;
}
.tagbuttons a.tag-pink.active{
	background-color:#C045B4;
	color:#fff;
}
.tagbuttons a.tag-teal.active{
	background-color:#11E1E0;
	color:#fff;
}
.tagbuttons a.tag-white{
	background-color:#fff;
	color:#002B54;
	border: 1px solid #002B54;
}
.tagbuttons a.tag-white.active{
	background-color:#002B54;
	color:#fff;
}
.tagbuttons a.tag-navy{
	color:#fff;
	background-color:#002B54;
	border: 1px solid #002B54;
}
.tagbuttons a.active{    
    background-position: 92% 50%;
    padding-right: 50px;
    background-size: 20px 20px;
}
.icons-svgs img{
	transition: all 0.3s ease-in-out;
}
.icons-svgs img:hover{
	opacity:0.8;
}
.bkpg p.loadmore-button{
	position: relative;
    text-align: center;
}
.bkpg p.loadmore-button::before {
    content: "";
    width: 100%;
    z-index: 0;
    height: 1px;
    background: #000;
    display: block;
    top: 50%;
    position: absolute;
}
.bkpg p.loadmore-button a {
    color: #C045B4;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    display: inline-block;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    cursor: pointer;
}
.notabsolute{
	position:relative;
	left:0;
}
.notabsolute.blog-date{
	padding: 30px 15px;
    padding-bottom: 15px;
}
.notabsolute.blog-date .blog-d{
	margin-bottom: 10px;
}
.mi-indent{
	padding-left:15px;
}
.mi-indent:before{
	content:"▸";
}
.overlaps{
	background: #29F0ED;
    padding: 5px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	transition: all 0.3s ease;
}
.overlaps:hover{
	background: #94FFFE;
}
.pmd-whypmd img{
	height: 150px;
    width: auto;
}
.pmd-mg-middle.pmd-featured img{
	width:100%;
}
.pmd-whypmd.pmd-mg-middle.pmd-featured img{
    width: 366px;
    height: 172px;
}
.stat-holder{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.second_stat .stat-holder{
	display:block;
}
.second_stat .stat-holder img{
	width: 70px;
}
.stat-holder .stat{
	color: #002B54;
    font-family: 'Archivo', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.1px;
	text-transform: initial;
}
.entry-boost span.stat-top{
	color: #002B54;
    font-size: 20px;
	line-height: normal;
	margin-bottom: 10px;
}
.wp-block-block-development-examples-editable-block-1b8c51{
	font-size: 40px;
    color: #002B54;
    font-style: normal;
    font-weight: 500;
}
.wp-block-block-development-examples-editable-block-1b8c51 span{
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}
.broken_link, 
a.broken_link{
	text-decoration: none !important;
}
h2.center-with-border,
h2.left-with-border,
#who-we-serve h2{
	text-transform: capitalize;
}
.image-full img{
	width:100%;
}
h2.exclude-uppercase{
	text-transform: initial;
}
.flyersposters{
	margin-top:50px;
}
.graybg{
	background:#F9FAFB;
}
h2.graybgf1 span,
h3.graybgf1 span,
h3.left-with-border.graybgf1 span,
h2.left-with-border.graybgf1 span{
	background:#f1f1f1;
}
.wp-block-heading a{
	transition: all 0.3s ease;
}
.icon-heading-link img{
	transition: all 0.3s ease;
}
.icon-heading-link:hover img{
	transform: scale(1.1);
}
.icon-heading-link:hover .wp-block-heading a{
	color: #11E1E0;
}
.award-winning-box .aw-holdr{
	background:#fff url(../images/gradient-bg.webp) no-repeat;
	background-size:cover;
	padding:30px;
}
.award-winning-box .wp-block-button__link{
	background: #11E1E0;
    border-radius: 30px;
    color: #002b54;
	transition: all 0.3s ease;
}
.award-winning-box .wp-block-button__link:hover{
	background: #002b54;
    color: #fff;
}
#main.bkpg .award-winning-box p,
.award-winning-box *{
	color:#fff;
}
.award-carousel .owl-nav{
	top: 120px;
    position: absolute;
    width: 100%;
}
.award-carousel .owl-nav .owl-prev{
	left: -25px !important;
}
.award-carousel .owl-nav .owl-next{
	right: -25px !important;
}
.award-carousel .wp-block-group__inner-container{
	width:291px;
	margin:0 auto;
}
.p-with-dot	{
	background-image:url(../images/blue-dot.svg);
	background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 12px;
    background-position: center left;
    font-size: 14px;
    font-weight: 600;
}
#main.bkpg .list-mb-20 li{
	margin-bottom:20px;
}
#main.bkpg .list-mb-35 li{
	margin-bottom:35px;
}
.vidaloka,
.vidaloka *{
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;  
}

.single-career #main li::marker {
  color: #11E1E0;
}

.three-ecommerce {
	gap:30px;
	text-align: center;
}
.three-ecommerce > .wp-block-column{
	border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px #D9D9D9;
    padding: 30px;
	text-align: center;
}
.three-ecommerce h3{
	font-size: 20px !important;
}
.three-ecommerce p{
	margin-bottom: 0;
}
.three-ecommerce .wp-block-image{
	text-align: center;
}
.three-ecommerce .wp-block-image img{
	height: 70px;
    width: auto;
    margin: 0 auto;
}
.page-id-12819 .capt-half .capt-15{
	width: 49%;
    height: 276px;
}

.page-template-t_portfoliocategory .pfid-24594{
	background-color: #a4a6a6 !important;
}
.page-id-12824 .capt-half.capt-15{
	width:100%;
}
.page-id-12824 .capt-half.capt-15 .catp-item{
	width:25%;
	height: 275px;
}
.single-dvourteam .wp-block-heading{
	text-transform:inherit !important;
}
.mgt-nega-30{
	margin-top:-30px;
}
.clear{
	clear:both;
}
.show-ipad-mobile{
	display:none !important;
}
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright{
	margin-bottom:30px;
}
.wp-block-image figure.alignleft{
	margin-right:30px;
}
.page-id-14125 .wp-block-image figure.alignright,
.page-id-14125 .wp-block-image figure.alignleft{
	margin-bottom:0;
}
.wp-block-image figure.alignright{
	margin-left:30px;
}
.wp-block-image.ourstory-img figure.alignleft{
	margin-bottom:70px;
}
.form-horizontal{
	background:#002B54;
	padding:30px;
}
.form-horizontal .gform_legacy_markup_wrapper h3.gform_title{
	font-weight: normal;
	color:#fff;
}
.form-horizontal .gform_legacy_markup_wrapper .top_label .gfield_label, 
.form-horizontal .gform_legacy_markup_wrapper legend.gfield_label{
	display:none !important;
}
.form-horizontal .gform_legacy_markup_wrapper ul.gform_fields{
    display: flex;
    flex-wrap: wrap;
	gap:2%;
}
.form-horizontal .gform_legacy_markup_wrapper ul li.gfield{
	width: 49%;
	margin: 0;
}
.form-horizontal .gform_legacy_markup_wrapper ul li#field_84_9,
.form-horizontal .gform_legacy_markup_wrapper ul li#field_84_5{
	width:100%;
}
#field_84_7{
	display:none;
}
.eventsholdr .blog-item{
	display:none;
}
.eventsholdr .blog-item:nth-child(1),
.eventsholdr .blog-item:nth-child(2),
.eventsholdr .blog-item:nth-child(3),
.eventsholdr .blog-item:nth-child(4),
.eventsholdr .blog-item:nth-child(5),
.eventsholdr .blog-item:nth-child(6){
	display: flex;
}
.wp-pagenavi{
	margin-bottom: 50px;
}
.wp-pagenavi span,
.wp-pagenavi a{
    background: #002B54;
    color: #fff;
    border-color: #002B54;
	padding: 2px 10px;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover{
	background:#24dcda;
}
.tax-downloadtool-categories .blog-date{
	display:none;
}
.blog-filtered .btn__wrapper{
	display:none !important;
}
.portfolio-back{
	border-radius: 3px;
    border: 1px solid #002B54;
    color: #002B54;
    display: inline-flex;
    padding: 10px 30px;
    align-items: flex-start;
    gap: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	transition: all .3s ease-in-out;
}
.portfolio-back:hover{
	background:#11E1E0;
	border-color:#11E1E0;
}
.bounce-up .subject {
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .bounce-up.in-view .subject {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
  }




@keyframes spinner-zp9dbg {
	to {
	   transform: rotate(1turn);
	}
}
.footenote,
.footnote{
	font-size:12px !important;
}
p.footenote,
p.footnote{
	margin-bottom:0 !important;
}
.heading-centered-navy::before,
.wp-block-block-development-examples-editable-block-1b8c51::before,
h2.left-with-border::before,
h3.left-with-border::before,
h2.vc_custom_heading.center-with-border::before,
.h-center-border::before,
h2.heading-centered-black::before,
.single-post h2.center-with-border::before{
	display:none;
}
.heading-centered-navy.showb::before,
.wp-block-block-development-examples-editable-block-1b8c51.showb::before,
h2.left-with-border.showb::before,
h3.left-with-border.showb::before,
h2.vc_custom_heading.center-with-border.showb::before,
.h-center-border.showb::before,
h2.heading-centered-black.showb::before,
.single-post h2.center-with-border.showb::before{
	display:block;
}
.no-border-button .wp-block-button__link{
	display: inline-flex;
    padding: 20px 36px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
	background: #11E1E0;
    border-color: #11E1E0;
    color: #002B54;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.no-border-button .wp-block-button__link:hover{
    background: #002B54;
    border-color: #002B54;
    color: #FFF;
}
.botcategories{
	display:none;
}
.botcategories,
.botcategories a{
	color: #002B54;
}
#abouttheauthor{
	display: flex;
	gap:30px;
	box-shadow: 0px 20px 40px 0px #D9D9D9;
	border-radius: 10px;
	margin-top:30px;
	overflow: hidden;
}
.single-self-assessment-tool #abouttheauthor{
	display: none;
}
.authbg{
	background: #fff url(../images/shutterstock_2290029217.jpg) no-repeat;
    background-size: cover;
    transition: all 2s ease;
    width: 350px;
    height: 350px;
    object-fit: cover;
}
.authabout{
	padding: 30px 0px;
    padding-right: 30px;
}
.servicebox{
	position:relative;
}
.servicebox .wp-block-heading{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
	background: rgb(1 43 84 / 80%);
    color: #fff;
    text-align: center;
	font-size: 32px;
	display:block;
    transition: all .5s ease-in-out;
	opacity: 1;
	visibility: visible;
}
.servicebox .wp-block-heading a{
    color: #fff;
	display:block;
    padding: 20px 0;
}
.servicebox:hover .wp-block-heading{
	opacity: 0;
	visibility: hidden;
}
.pmd-mg-middle.pmd-featured #featured-portfolio img.ourwhyimg{
	height: 200px;
    object-fit: cover;
}
.contacticons{
	gap:10px;
}
.page-template-t_videos .mvideos-cols{
	padding-bottom: 70px;
}
.page-template-t_videos .mvideos-cols .blog-l{
	position: absolute;
    bottom: 0;
}
#main.bkpg ul.lastu,
#main.bkpg p.lastp{
	margin-bottom:0;
}
.custom-frm-container input[type="text"], 
.custom-frm-container input[type="email"], 
.custom-frm-container input[type="tel"], 
.custom-frm-container textarea{
	width: 100% !important;
	border-radius: 3px;
	background: #103E6A;
	color: #fff;
	font-family: Figtree !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 15px 15px !important;
	margin: 0 !important;
	transition: all 0.5s ease;
}
.custom-frm-container input[type="text"]:focus, 
.custom-frm-container input[type="email"]:focus, 
.custom-frm-container input[type="tel"]:focus, 
.custom-frm-container textarea:focus{
	border-radius: 3px;
  background: #2C5C8A;
}
.custom-frm-container input[type="text"]::placeholder, 
.custom-frm-container input[type="email"]::placeholder, 
.custom-frm-container input[type="tel"]::placeholder, 
.custom-frm-container textarea::placeholder{
	color:#fff;
}
.menuicon{
	width:97px;
	height:97px;
}
.single-post .wp-block-image {
    clear: both;
}
.postid-28484 .event-date,
.postid-28484 .tribe-events-single-event-title{
	display:none;
}
.wpb_raw_html ul li ul{
	margin-top:10px;
}
.contact-frm .gform_legacy_markup_wrapper .validation_message,
.contact-frm .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	color: #fff;
}
.postid-29373 .sp-thumb {
	width: 470px;
	height: auto;
	margin-bottom: 0;
}
.postid-29394 .sp-thumb {
	width: 470px;
	height: auto;
}
.members-image .wp-block-image img{
	width: 100%;
}
#women-owned img{
	width: 100%;
	height: auto;
}
.wp-block-buttons .noborder .wp-block-button__link{
	border: 0 !important;
}
.catid-657 .event-type{
	display: none;
}
.single-post .wp-block-buttons .wp-block-button__link {
    border: 0;
    margin-bottom: 20px;
}



@media only screen and (max-width: 1600px) and (min-width: 1300px)  {
	#dna img{
		max-height: 200px;
		width: 130px;
	}
	#dna p{
		line-height: normal;
	}
	#dna h2{
		margin-bottom: 0;
	}
	.ww-col{
		padding: 6em 40px;
	}
	.stat-holder .stat{
		font-size:40px;
	}
	.rc-entry-title{
		font-size:18px;
		margin: 10px 0;
	}
	.rc-entry-tags{
		margin-bottom:20px;
	}
	.home .pcol-1, 
	.home .pcol-3 {
		height: 500px;
	}
	.home .pcol-2-1, 
	.home .pcol-2-2 {
		height: 245px;
	}
	.home .pcol-4, 
	.home .pcol-5, 
	.home .pcol-6, 
	.home .pcol-7{
		height: 300px;
	}
	.home .pcol-5{
		background-size: cover !important;
		background-color: #ebebeb;
	}
}

@media only screen and (min-width: 1600px){
	.home .pcol-1, 
	.home .pcol-3 {
		height: 610px;
	}
	.home .pcol-2-1, 
	.home .pcol-2-2 {
		height: 300px;
	}
	.home .pcol-4, 
	.home .pcol-5, 
	.home .pcol-6, 
	.home .pcol-7{
		height: 500px;
	}
	.home .pcol-5{
		background-size: cover !important;
		background-color: #ebebeb;
	}
}


@media only screen and (max-width: 1280px) {
	.container {
		width: 90%;
		margin: 0 auto;
   }
   .alignwide > .wp-block-group__inner-container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 90% !important;
   }
	.row {
		margin: 0;
   }
	.resources-list{
		justify-content: center;
		flex-wrap: wrap;
	}
	.resource-container{
		width: 31%;
	}
	.main-footer .container > .row{
		flex-wrap: wrap;
	}
	.main-footer .container .col-1{
		display:none;
	}
	.main-footer .row > div{
		width:48%;
	}
	.bkpg h2{
		font-size:30px !important;
	}
	.bkpg h2.wws-h{
		padding: 0 20px;
	}
	.bkpg .cs-item h2{
		font-size: 70px !important;
		line-height:normal !important;
	}
	
	#dna img{
		max-width:100%;
		height:auto;
	}
	.wp-block-columns.center-mobile{
		text-align:center;
	}
	.wp-block-columns.center-mobile figure{
		display: flex;
    	justify-content: center;
	}
	.social-icon span.icontitle{
		width:200px;
		text-align:left;
	}
	.service-item{
		flex-wrap: nowrap;
	}
	.single-post .cs-item p{
		font-size:30px !important;
	}
	#wprmenu_bar{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#wprmenu_bar .menu_title{
		padding-right: 10px;
		top:0;
	}
	#wprmenu_bar .bar_logo{
		height: 50px;
	}
	#wprmenu_bar .menu_title a{
		
	}
	html body div#wprmenu_bar{
		height:auto !important;
		padding: 0 20px;
	}
	header.masthead{
		display:none !important;
	}
	div#headerbanner,
	.page-id-9901 div#headerbanner{
		padding: 80px 0 !important;
	}
	div.like-h1,
	#headerbanner h2, 
	#headerbanner h1{
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 1100px) {	
	div#mg-wprm-wrap.cbp-spmenu-left, 
	div#mg-wprm-wrap.cbp-spmenu-right, 
	div#mg-widgetmenu-wrap.cbp-spmenu-widget-left, 
	div#mg-widgetmenu-wrap.cbp-spmenu-widget-right {
        top: 55px !important;
    }
	.custom-frm-container .gform_footer .gform_button,
	input[type="submit"]{
		text-align:center !important;
		display: flex;
		justify-content: center;
	}
	div#wprmenu_bar, 
	div#mg-wprm-wrap{
		display: flex !important;
	}
	#wprmenu_menu_ul{
		width: 100% !important;
	}
	#rev_slider_7_1_forcefullwidth,
	#rev_slider_7_1{
		height:500px !important;
	}
	.rc-entries {
		flex-direction: column;
	}
	.rc-entry{
		width:100%;
	}
	.wws-container {
		background-size:cover !important;
	}
	#footer-bottom .container{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	.blog-item{
		flex-direction: column;
		align-items: center;
	}
	.blog-details{
		text-align: center;
	}
	.blog-item:nth-child(even) .blog-t-holder,
	.blog-t-holder{
		order: 0;
	}
	.blog-details{
		width:100%;
		margin-bottom: 30px;
	} 
	.sp-thumb{
		max-width: 300px;
		height: auto;
	}
	.blog-item{
		margin-bottom: 30px;
		background: #f3f5ff;
        border-radius: 20px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
		gap: 10px;
	}
	.blog-l{
		margin-top:10px !important;
	}
	.memberarrow{
		display:none;
	}
	.members-image{
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.single-dvourteam .wp-block-heading {
		text-align: center;
	}
	span.blog-m,
	span.blog-y,
	span.blog-d{
		font-size:12px;
		line-height:normal;
		margin:0;
	}
	.blog-related .blog-date{
		left:10px;
    	padding: 10px 15px;
	}
	.capt-11, .capt-12, .capt-half.capt-15, .capt-half .capt-16, .capt-half .capt-17, .capt-5{
		width:47%;
	}
	.mobile-filter{
		display: flex !important;
	}
	.desktop-filter{
		display:none !important;
	}
	#member-details{
		flex-direction: column;
	}
	.members-image{
		order:0;
		flex-basis: 100% !important;
	}
	.members-detail img{
		float:right;
		margin-left:20px;
		margin-bottom:20px;
	}
	.members-image figure img{
		margin-bottom:10px;
	}
	.members-detail{
		order:1;
		flex-basis: 100% !important;
	}
	.wp-block-image .alignright img,
	.wp-block-image .alignleft img{
		max-width:300px !important;
		height:auto !important;
	}
	h3.heading-centered-navy{
		font-size: 30px !important;
	}
	.bkpg h2.eyebrow,
	.bkpg h2.mustache {
        font-size: 14px !important;
    }
	.show-desktop{
		display:none !important;
	}
	.show-ipad-mobile{
		display:block !important;
	}	
	.wp-block-image figure.alignleft, 
	.wp-block-image figure.alignright {
		margin-bottom: 10px;
	}
	.wp-block-image.ourstory-img figure.alignleft{
		margin-bottom:10px;
	}
	h4 {
		font-size: 24px;
	}
	.wp-block-image.ourmission-icon img{
		width:auto;
		height:70px;
	}
	.icon-144 figure{
		height:auto;
	}
	#featured-jobs{
		display: flex;
		flex-direction: column;
	}
	#f-jobs{
		display: flex;
		gap: 30px;
	}
	#f-jobs .team-member{
		width:33.33%;
	}
	#f-jobs .team-member h4{
		font-size: 16px;
	}
	.resources-info {
		padding: 10px 0;
	}
	body.page-id-11787 .resources-list-b .resources-image-holder img {
		object-fit: cover;
		height: 180px;
	}
	.bkpg .resources-info h2 {
        font-size: 18px !important;
    }
	.single .alignright{
		max-width:300px;
		height:auto;
	}
	.award-column{
		margin-bottom:0px !important;
		padding-top:50px !important;
	}
	
	.award-column img{
		width:40%;
		height:auto;
		float:right;
		margin-left:30px !important;
		margin-right:0 !important;
		margin-bottom:10px  !important
	}
	.award-column.wp-container-131 img,
	.award-column.wp-container-139 img,
	.award-column.wp-container-147 img,
	.award-column.wp-container-155 img,
	.award-column.wp-container-162 img,
	.award-column.wp-container-169 img,
	.award-column.wp-container-176 img,
	.award-column.wp-container-183 img,
	.award-column.award-fleft img{
		float:left;
		margin-right:30px !important;
		margin-left:0 !important;
	}
	.award-column.award-fleft.wp-container-180 img{
		float:right;
		margin-left:30px !important;
		margin-right:0 !important;
		margin-bottom:10px  !important
	}
	
	.award-col-img{
		display:none;
	}
	.award-column{
		display:block !important;
		clear:both !important;
	}
	.brand-heading{
		font-size:18px !important;
	}
	
	div#headerbanner, .page-id-9901 div#headerbanner {
		min-height:initial;
    }
	.list-styled.tableft{
		margin-left:50px !important;
	}
	.postcat-whitepaper .custom-frm-container,
	.postcat-whitepaper .vc_col-sm-8{
		width:100% !important;
	}
	#blog-filters.active{
		height:auto !important;
	}
	
	#blog-filters{
		margin-bottom:0 !important;
	}
	.sec-mobile-full{
		flex-direction: column;
		gap: 0;
	}
	.moveipadbullet,
	.moveipadbullet2,
	.moveimageipad,
	.moveimageipad2{
		display:none !important;
	}
	.moveimageipadhere2 figure,
	.moveimageipadhere figure{
		margin:0;
	} 
	.moveimageipadhere figure img{
		max-width: 300px;
		float: right;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.moveimageipadhere2 figure img{
		max-width: 300px;
		float: left;
		margin-right: 20px; 
		margin-bottom: 20px;
	}
	.ipad-fullwidth,
	.moveipadbullethere,
	.moveipadbullethere2,
	.moveimageipadhere2,
	.moveimageipadhere{
		flex-basis: 100% !important;
		width: 100% !important;
	}
	.ipad-mb-0{
		margin-bottom: 0 !important;
	}
	.wp-image-25832{
		margin-top:20px;
		margin-bottom:20px;
	}
	.ipad-column{
		flex-direction: column;
	}
	.wp-image-24298{
		width: 100% !important;
		height: auto !important;
	}
	.hide-ipad{
		display:none !important;
	}
	.servicebox .wp-block-image img{
		height: auto !important;
	}
	
	.page-template-t_portfolio #blog-filters.desktop-filter{
		display: block !important;
	}
	.page-template-t_portfolio #portfolio-filter.mobile-filter{
		display:none !important;
	} 
	.single-downloadtool .vc_col-sm-8,
	.custom-frm-container{
		width: 100%;
	}
	.blog-related{
		flex-direction: column;
	}
	.three-ecommerce{
		flex-direction: column;
	}
	.blog-related .blog-t-holder img{
		object-fit: contain;
		width: 100%;
		height: auto;
	}
	
	.fancybox-container{
		z-index: 999999999 !important;
	}
	.breadcrumbsholdr{
		flex-direction: column;
	}
	.topcategories {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
		justify-content: flex-start;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 830px) {
	.list-styled.tableft{
		margin-left:0 !important;
	}
	#dna .col-6{
		width:100% !important;
	}
	.service-item{
		padding-left:0 !important;
	}
	.service-item:hover::after{
		width:100% !important;
	}
}
@media only screen and (max-width: 767px) {
	.list-styled.tableft{
		margin-left:0 !important;
	}
}
@media only screen and (max-width: 580px) {
	
	h3.left-with-border{
		font-size: 30px !important;
	}
	.initial-logo{
		width: 50px;
		height:auto;
	}
	#dna img{
		max-width:100%;
		height:auto;
	}
	.service-item{
		padding-left:0;
		align-items: center;
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#services-list{
		margin-top:30px;
	}
	.wws-container .ww-col{
		padding: 20px;
		width:100%;
	}
	.wws-container{
		flex-direction: column;
		background-size:cover;
		background-position:center center;
	}
	.cs-list {
		flex-direction: column;
		gap: 50px;
	}
	.prow-1, .prow-2{
		flex-direction: column;
	}
	.resources-image-holder img,
	.pcol-4, 
	.pcol-6, 
	.pcol-2, 
	.pcol-3,
	.pcol{
		width:100% !important;
	}
	.resources-list{
		flex-direction: column;
	}
	.main-footer .row{
		flex-direction: column;
		text-align: center;
	}
	.social-icon{
		justify-content: center;
	}
	div#n2-ss-2 h2{
		font-size:30px !important;
	}
	.service-item:hover::after {
		right: -50px !important;
		width: 100vw !important;
	}
	.ww-col{
		border:0 !important;
	}
	.resource-container {
		width: 100%;
	}
	.main-footer .container > .row{
		align-content: center;
	}
	.main-footer .row > div {
		width: 100%;
	}
	div.footer-widget-5 input[type="text"], 
	div.footer-widget-5 input[type="email"]{
		width: 100% !important;
	}
	.social-icon span.icontitle{
		width: 100px;
		text-align: left;
		height: 33px;
	}
	.center-mobile > .wp-block-column{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#footer-bottom .container{
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	 
	.rc-entries{
		flex-direction: column;
	}
	.rc-entry{
		width: 100%;
	}
	.nav-links{
		gap: 30px;
		flex-direction: column;
	}
	#headerbanner{
		padding-top: 80px;
		padding-bottom:20px;
	}
	.main-logo{
		height:auto;
	}
	div.like-h1,
	#headerbanner h1{
		font-size: 20px;
		line-height: normal;
	}
	.breadcrumbsholdr{
		flex-direction: column;
	}
	#blog-filters.active{
		height:auto;
	}
	.r-search, 
	.r-industry {
		padding-left: 0;
		padding-top: 20px;
	}
	.sp-thumb{
		max-width: 100%;
		height: auto;
		float:none;
		margin:0;
		margin-bottom: 15px;
	}
	.bkpg a{
		word-break: break-word;
	}
	#our-teams{
		flex-direction: column;
	}
	.ot-member a.member-ft::before,
	.expandgrid .ot-member a.member-ft,
	div.ot-member{
		width:100% !important;
	}
	.memberarrow{
		display:block;
	}
	#cat-portfolio{
		flex-direction: column;
	}
	.capt-half,
	.capt-all{
		width: 100% !important;
	}
	.capt-all{
		magin-bottom: 10px !important;
	}
	.alignright {
		float:none;
		margin-left:0;
		margin-bottom:15px;
	}
	.blog-related{
		flex-direction: column;
	}
	.blog-related .blog-date{
		left:10px;
    	padding: 10px 15px;
	}
	.pcat-featured .owl-item a{
		width:100% !important;
		height:200px;
	}
	.pcat-link{
		width:100% !important;
		order: 1;
	}
	.pcat-details{
		flex-direction: column;
	}
	.portfolio-tab.pt-right h2 span{
		margin-right: 0;
	}
	.portfolio-tab.pt-right h2{
		text-align: left;
	}
	.portfolio-tab h2 span{
		margin-left:0;
		padding-left:0;
	}
	.pcat-featured .owl-item a.owlfull{
		height:615px !important;
		width:312px !important;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left:0 !important;
	}
	.owl-carousel .owl-nav button.owl-next{
		right:0 !important;
	}
	.dlcontainer{
		display:flex;
		flex-direction: column;
	}
	.dlleft{
		order:1;
	}
	.dlright{
		order:0;
	}
	.topcategories{
		align-items: flex-start;
		flex-direction: column;
		width:100%;
	}
	.topcategories a{
		width:100%;
	}
	.wp-block-buttons{
		clear:both;
	}
	.wp-block-image img{
		width: auto !important;
		height: auto !important;
	}
	.page-id-23393 .wp-block-image img{
		height: 150px !important;
	}
	.alignright{
		float: none !important;
		margin: 0 !important;
		margin-bottom: 30px !important;
	}
	.page-template-t_blog #blog-filters.active{
		height:auto;
	}
	.r-industry, .r-topic{
		border:0;
	}	
	.pcat-description{
		width: 100%;
	}
	.award-column > .wp-block-column{
		flex-basis: 100% !important;
	}
	h2.heading-centered-black span, 
	h2.heading-centered-navy span, 
	h3.heading-centered-navy span, 
	h2.center-with-border span{
		width: 70%;
		padding: 0;
	}

	h2.heading-centered-navy::before, 
	h3.heading-centered-navy::before, 
	h2.heading-centered-black::before, 
	h2.center-with-border::before{
		top: 16px;
	}
	div.wp-block-columns.is-not-stacked-on-mobile{
		flex-wrap:wrap !important;
		justify-content: center;
	}
	.wp-block-columns.is-not-stacked-on-mobile .wp-block-column{
		width:40% !important;
		flex-basis: initial !important;
		flex-grow: initial !important;
	}
	.hide-mobile{
		display:none !important;
	}
	.mobile-nogap{
		gap:0 !important;
	}
	
	.bkpg h2{
		font-size:24px !important;
	}
	.ul-cols-3 li{
		width:48%;
	}
	.wp-block-image .alignright img,
	.wp-block-image .alignleft img{
		max-width:100% !important;
		height:auto !important;
		margin-bottom: 20px;
	}
	.mobile-two-cols.wp-block-columns:not(.is-not-stacked-on-mobile){
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.mobile-two-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{
		width: 44%;
		flex-grow: initial;
		flex-basis: initial !important;
	}
	.wp-block-image figure.alignleft, 
	.wp-block-image figure.alignright{
		width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
	}
	#f-jobs{
		flex-direction:column;
	}
	#f-jobs .team-member{
		width:100%;
	}
	#f-jobs .team-member h4{
		font-size:24px;
	}
	.resources-list-b .resource-container {
		width: 100%;
	}
	.bkpg .resources-info h2 {
		min-height: auto;
    }
	.award-column img,
	.award-column.wp-container-131 img, 
	.award-column.wp-container-139 img, 
	.award-column.wp-container-147 img, 
	.award-column.wp-container-155 img, 
	.award-column.wp-container-162 img, 
	.award-column.wp-container-169 img, 
	.award-column.wp-container-176 img, 
	.award-column.wp-container-183 img, 
	.award-column.award-fleft img{
		float: none;
		margin: 0 auto !important;
		margin-bottom: 20px !important;
		width: 100%;
	}
	#headerbanner h2, 
	div.like-h1,
	#headerbanner h1 {
        font-size: 20px !important;
    }
	div#headerbanner, .page-id-9901 div#headerbanner {
        padding: 50px 0 !important;
		margin-top: 20px !important;
		min-height:initial;
    }
	#rev_slider_7_1_forcefullwidth,
	#rev_slider_7_1{
		height:250px !important;
	}
	
	.ul-cols-3 li{
		width:100% !important;
	}
	#portfolio p br{
		display:none;
	}
	.botcategories{
		display: block;
	}
	.topcategories{
		display: none;
	}
	#main.bkpg p#breadcrumbs{
		line-height: normal;
	}
	.home .portfoli-list .pcol-1{
		height: 250px;
	}
	.custom-frm-container ul li.gfield .ginput_container select, 
	.custom-frm-container ul li.gfield .ginput_container textarea, 
	.custom-frm-container ul li.gfield .ginput_container input[type="text"], 
	.custom-frm-container ul li.gfield .ginput_container input[type="email"]{
		width:100%;
	}
	body .custom-frm-container ul li.gfield.gf_left_half{
		padding-right: 0 !important;
	}
	.letscon{
		flex-direction: column;
		display: flex;
		align-items: center;
		text-align: center;
	}
	.fancybox-container{
		z-index: 999999999 !important;
	}
	.page-template-t_events #blog-filters.active{
		height:auto !important;
		margin-bottom:0 !important;
	}
	#blog-filters .container{
		padding-top:0 !important;
	}
	h2.heading-centered-black, h2.heading-centered-navy, h3.heading-centered-navy, h2.center-with-border{
		margin-bottom: 15px !important;
	}
	.ul-two-cols{
		gap:0 !important;
	}
	h3.heading-centered-navy{
		font-size: 25px !important;
	}
	.page-id-25115 #footer-cta{
		margin-top:30px;
	}
	.page-id-9023 #headerbanner{
		min-height: initial !important;
	}
	.sec-swap-one img{
		margin-bottom:20px;
	}
	.page-template-t_portfolio #portfolio-filter.mobile-filter{
		display:none !important;
	} 
	.page-template-t_portfolio .blog-filter{
		margin-top:30px !important;
	}
	.page-template-t_portfolio #blog-filters.active {
        height: auto !important;
        display: block !important;
    }
	.page-template-t_portfolio #blog-filters.active a{
		display: block;
		margin-left: 0;
	}
	.page-id-23124 .blog-filter{
		margin-top:30px;
	}
	.nomarginmb{
		margin-bottom:0 !important;
	}
	
	.moveimageipadhere2 figure img,
	.moveimageipadhere figure img{
		max-width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-left: 0;
	}
	.single .alignright {
        max-width: 100%;
        height: auto;
        display: block;
    }
	.service-info p a{
		display:block;
	}
	#abouttheauthor{
		flex-direction: column;
	}
	.authbg{
		width: 100%;
	}
	div.authabout {
		padding: 30px;
	}
	.slider-blue-text p{
		line-height: 1.2 !important;
		margin-bottom: 30px !important;
	}
	
	
}