/*
Theme Name: Donnelly Talent Hero
Theme URI: http://www.dmth-industries.com/
Author: Talent Hero Media
Author URI: https://talentheromedia.com
Description: This theme is designed by Talent Hero Media.
Version: 1.0.0
Text Domain: donmor

 */
 
 /* WordPress Core
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

/* font-family: 'Fjalla One', sans-serif;
font-family: 'Work Sans', sans-serif; 
font-family: 'Comfortaa', cursive; */

img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */

body {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
	color: #222237;
}
.small-container {
	max-width: 900px;
}
.smallest-container {
	max-width: 767px;
}
h1,
.h1-style{
	font-size: 48px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.25;
	margin-bottom: 25px;
	font-weight:400;
}
h1.light {
	color: #ffffff;
}
h2 {
	font-size: 40px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.25;
	margin-bottom: 22px;
	font-weight:400;
}
h2.light {
	color: #ffffff;
}
h3 {
	font-size: 36px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.25;
	margin-bottom: 22px;
}
h3.light {
	color: #ffffff;
}
h4 {
	font-size: 32px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.25;
	margin-bottom: 22px;
}
ul {
	list-style: none;
	padding-left: 0;
}
.styled-list-arrow ul li {
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
}
.styled-list-arrow ul li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 12px;
	left: 0;
	top: 0;
	bottom: 0;
    margin: auto;
	background: url(/wp-content/uploads/2021/09/right-arrow.svg);
	background-size: cover;
}
.styled-list-arrow ul li a {
	color: #222237;
}
.styled-list-check ul li {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 70px;
	padding-left: 50px;
}
.styled-list-check.without-border ul li {
	min-height: 50px;
}
.styled-list-check ul li:before {
	position: absolute;
	content: "";
	left: 0;
	width: calc(100% - 30px);
	height: 1px;
	background: #E7E7E7;
	bottom: 0;
}
.styled-list-check.without-border ul li:before {
	display: none;
}
.styled-list-check ul li:after {
	position: absolute;
	content: "";
	width: 26px;
	height: 25px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/wp-content/uploads/2021/09/check-circle.svg);
	background-size: cover;
}
/* .styled-list-check.without-border ul li:after {
	transform: scale(0.65);
	top: 2px;
	bottom: auto;
} */
.styled-list-check ul li {
	color: #222237;
	line-height: 1.6;
}

.floating-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: top;
    background-size: cover !important;
	z-index: -1;
}
.theme-primary-btn {
	background-color: #ED4338;
	padding: 15px 25px;
	text-align: center;
	min-width: 260px;
	font-family: 'Fjalla One', sans-serif;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 0.1em;
	line-height:1.25;
}
.theme-primary-btn:hover {
	background: #E01C0F;
	color: #ffffff;
	text-decoration: none;
}
.logged-in .header {
	top: 32px;
}
header {
	padding: 15px 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    will-change: transform;
}
.primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.primary-menu > li {
    padding: 3px 10px;
	margin: 0 10px;
	position: relative;
}
.primary-menu li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.16;
	color: #ffffff;
}
.primary-menu li .sub-menu {
	display: none;
}
.primary-menu li .sub-menu:before {
	position: absolute;
	content: "";
	left: 30px;
	top: -7px;
	width: 17px;
	height: 8px;
	background: url(/wp-content/uploads/2021/09/triangle-1.svg);
	background-size: cover;
}
.primary-menu li .sub-menu li a {
	display: block;
	color: #222237;
	font-size: 18px;
	font-weight: 500;
	padding: 20px;
	text-decoration: none;
}
.hamburger-col {
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 11;
}
.button-navigation {
    padding-right: 0;
    justify-content: flex-end;
	text-align: right;
}
.navbar-light .navbar-toggler {
    outline: none;
    padding-right: 0;
    border: none;
}
.icon-bar {
    height: 4px;
    width: 30px;
    background: #ffffff;
    display: block;
}
.icon-bar:not(:last-child) {
    margin-bottom: 5px;
}
.header-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-links ul {
	margin-bottom: 0;
}
.header-links ul li {
	display: inline-block;
	position: relative;
	padding-left: 45px;
}
.header-links ul li + li {
	margin-left: 30px;
}
.header-links ul li:before {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	background: #ED4338;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.header-links ul li:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	left: 9px;
	top: 7px;
}
.header-links ul li.call:after {
	background: url(/wp-content/uploads/2021/09/call.svg);
	background-size: cover;
}
.header-links ul li.mail:after {
	background: url(/wp-content/uploads/2021/09/mail.svg);
	background-size: cover;
	width: 18px;
	height: 14px;
}
.header-links ul li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
.banner-section {
	position: relative;
	overflow: hidden;
}
.banner-section:after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-bottom: 190px solid #FAFAFA;
	left: 0;
	bottom: 0;
}
.home-banner-caption {
    position: absolute;
    position: relative;
    width: 100%;
    margin: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 280px 0;
}
.home-banner-caption h1 {
	margin-bottom: 22px;
}
.home-banner-caption p {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 85px;
}
.home-banner-caption ul,
.cta-group {
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-banner-caption ul li,
.cta-group li {
	margin: 0 15px;
}
.section-home-content {
	position: relative;
	z-index: 0;
	padding-bottom:350px;
	background: #FAFAFA;
	overflow: hidden;
}
.section-home-content:after {
    position: absolute;
    content: "";
	width: 0; 
	height: 0; 
	border-top: 350px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #ffffff;
    right: 0;
    bottom: 0;
	z-index: -1;
}
.section-home-content > .image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
}
.section-home-content > .image-wrapper img {
	width: 46vw;
}
/* .section-home-content .section-image-content-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
} */
.section-founder-content {
	position: relative;
}
.section-founder-content .community-row {
	margin-bottom: 75px;
	padding-bottom: 75px;
}
.section-founder-content .community-group-wrapper {
	background: #FFFFFF;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	margin: 0;
}
.section-founder-content .community-group {
	padding: 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.section-founder-content {
	padding-top: 100px;
	padding-top: 0;
	padding-bottom: 50px;
}
.section-founder-content .community-group:nth-child(3n) {
	border-right: none;
}
.section-founder-content .community-group:nth-last-child(-n+3) {
	border-bottom: none;
}
.section-founder-content .partners-main-row,
.partners-main-row {
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}
.section-founder-content .partners-row {
	margin-left: 0;
	margin-right: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
	background: #ffffff;
}
.section-founder-content .partners-row:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-founder-content .partners-row .partner-wrapper,
.partners-row .partner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.section-founder-content .partners-row .partner-wrapper:last-of-type {
	border-right: none;
}
/* .section-founder-content .partners-row .partner-wrapper:nth-last-child(-n+6) {
	border-bottom: none;
} */
.section-testimonials {
	padding: 350px 0 170px;
	position: relative;
} 
.section-testimonials h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #ffffff;
	font-size:43px;
}
.section-testimonials:after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-bottom: 190px solid #ffffff;
	left: 0;
	top: 0;
	transform: rotate(180deg);
}
.testimonials-wrapper {
	position: relative;
}
.testimonials-wrapper .testimonial-wrapper {
	background: rgba(255, 255, 255, 0.95);
	padding: 110px 40px 40px 40px;
	position: relative;
}
.testimonials-wrapper .testimonial-wrapper:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 25px;
	bottom: auto;
	margin: auto;
	width: 70px;
	height: 70px;
	background: url(/wp-content/uploads/2021/09/polygon.svg);
	background-size: cover;
}
.testimonials-wrapper .testimonial-wrapper .title {
	font-size: 19px;
	text-align: center;
	display: block;
	font-family: 'Fjalla One', sans-serif;
	margin-bottom: 15px;
}
.testimonials-wrapper .testimonial-wrapper p {
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}
.testimonials-wrapper .owl-nav {
	margin-top: 70px;
}
.testimonials-wrapper .owl-nav .owl-prev,
.testimonials-wrapper .owl-nav .owl-next {
	text-indent: -9999px;
	background: transparent;
	width: 60px;
	height: 40px;
	background: #ED4338;
	position: relative;
	margin: 0;
	border-radius: 0;
}
.testimonials-wrapper .owl-nav .owl-prev.disabled,
.testimonials-wrapper .owl-nav .owl-next.disabled {
	opacity: 1;
}
.testimonials-wrapper .owl-nav .owl-next {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.testimonials-wrapper .owl-nav .owl-prev:hover,
.testimonials-wrapper .owl-nav .owl-next:hover {
	background: #ED4338;
}
.testimonials-wrapper .owl-nav .owl-prev:before,
.testimonials-wrapper .owl-nav .owl-next:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background: url(/wp-content/uploads/2021/09/nav-arrow.svg);
	background-size: cover;
}
.testimonials-wrapper .owl-nav .owl-next:before {
	transform: rotate(180deg);
}
.testimonials-wrapper .slider-counter {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	position: absolute;
	width: 100%;
	bottom: 70px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
}
.section-cta {
	padding: 140px 0;
	background: url(/wp-content/uploads/2021/09/cta-bg.png);
	background-size: cover;
}
.section-cta h2 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 30px;
}
.section-blog {
	padding: 150px 0 20px;
}
.blog-row {
	position: relative;
}
.blog-row:before {
	position: absolute;
	content: "";
	left: -100px;
	top: -30px;
	width: 781px;
	height: 782px;
	background: url(/wp-content/uploads/2021/09/blog-bg.png);
	background-size: cover;
}
.section-blog .resource-item {
	position: relative;
	z-index: 1;
}
.home-blog-section .resource-item .blog-post-image {
	position: relative;
}
.home-blog-section .resource-item .blog-post-image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 0;
}
.section-blog .resource-item h6 {
	position: absolute;
	padding: 40px;
	top: 0;
	left: 0;
	color: #ffffff;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
}
.section-blog .resource-item h6 a {
	color: #ffffff;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
}
.section-blog .resource-item .blog-post-image {
	margin-bottom: 60px;
}
.section-blog .resource-item .blog-post-image img {
	width: 100%;
}
.home footer {
	margin-top: -2px;
}
footer {
	color: #ffffff;
	padding-top: 280px;
	position: relative;
}
footer:before {
    position: absolute;
    content: "";
	width: 100%; 
	height: 100%; 
	background: #00367E;
    left: 0;
    top: 0;
	z-index: 0;
	-webkit-clip-path: polygon(0 0, 100% 190px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 380px, 100% 100%, 0 100%);
}
footer:after {
    position: absolute;
    content: "";
	width: 0; 
	height: 0; 
	border-top: 186px solid transparent;
	border-bottom: 192px solid transparent; 
	border-right: 50vw solid #FAFAFA;
    right: 0;
    top: 0;
	z-index: 12;
}
/* footer:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 190px solid #ffffff;
    left: 0;
    top: 0;
    transform: rotate(180deg);
} */
 
.footer-top {
	padding: 50px 0;
}
.footer-col .title {
	font-size: 20px;
	font-family: 'Fjalla One', sans-serif;
	display: block;
	margin-bottom: 35px;
	line-height: 1.25;
	color: #ffffff;
}
.footer-col p {
	color: #ffffff;
}
.footer-col ul.direct-links {
	-moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}
.footer-col ul.direct-links li {
	margin-bottom: 12px;
	padding-left: 18px;
	position: relative;
}
.footer-col ul.direct-links li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 12px;
	left: 0;
	top: 7px;
	background: url(/wp-content/uploads/2021/09/right-arrow.svg);
	background-size: cover;
}
.footer-col ul li a {
	color: #ffffff;
}
.footer-col .footer-links li {
	padding-left: 30px;
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.footer-col .footer-links li:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 16px;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/wp-content/uploads/2021/09/mail.svg);
	background-size: cover;
}
.footer-col .footer-links li.call:before {
	background: url(/wp-content/uploads/2021/09/call.svg);
	background-size: cover;
	width: 18px;
	height: 18px;
}
.footer-col .footer-links li.address:before {
	background: url(/wp-content/uploads/2021/10/address.svg);
	background-size: cover;
	width: 18px;
    height: 22px;
    bottom: auto;
    top: 5px;
}
.footer-col .social-icons {
	margin-top: 35px;
}
.footer-col .social-icons li {
	margin-right: 10px;
	display: inline-block;
}
.footer-col .social-icons li a {
	width: 30px;
	height: 30px;
	padding: 5px;
	background: #ED4338;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-col .social-icons li a:hover {
	text-decoration: none;
	background: #E01C0F;
}
.footer-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px 0;
}
.footer-bottom a {
	color: #ffffff;
	text-decoration: underline;
}
.page-banner {
	padding: 225px 0 140px;
	position: relative;
}
.page-banner p {
	text-align: center;
	color: #ffffff;
}
.section-certifications {
	padding: 100px 0;
	position: relative;
}
.section-certifications:before {
	position: absolute;
	content: "";
	left: 40px;
	top: 200px;
	width: 258px;
	height: 235px;
	background: url(/wp-content/uploads/2021/09/poly-tri.svg);
	background-size: cover;
}
.certification-row {
	margin: 0;
	padding-bottom: 32px;
    margin-bottom: 50px;
	border-bottom: 1px solid #E7E7E7;
}
.certification-row:first-of-type {
	margin-top: 80px;
}
.certification-row:nth-last-child(2) {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.certification-row .certification-title {
	font-size: 20px;
	line-height: 1.25;
	font-family: 'Fjalla One', sans-serif;
}
.awards-container {
	margin-top: 70px;
}
.awards-row {
	margin-top: 80px;
}
.awards-row .award-col {
	border-right: 1px solid #E7E7E7;
	padding: 0 40px;
}
.awards-row .award-col:last-of-type {
	border-right: none;
}
.awards-row .award-col .image-wrapper img {
	margin-bottom: 50px;
}
.awards-row .award-col .title {
	font-size: 25px;
	line-height: 1.25;
	font-family: 'Fjalla One', sans-serif;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.awards-row .award-col p:last-of-type {
	margin-bottom: 0;
}
.partner-with-cta {
	margin-top: 60px;
	position: relative;
}
.section-partner-cta {
	padding-bottom: 100px;
	position: relative;
	overflow-x: hidden;
}
.section-partner-cta:before {
	position: absolute;
	content: "";
	width: 658px;
	height: 558px;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2021/09/cta-polygon-left.svg);
	background-size: cover;
	z-index: -1;
}
.section-partner-cta:after {
	position: absolute;
	content: "";
	width: 658px;
	height: 558px;
	top: 0;
	right: 0;
	background: url(/wp-content/uploads/2021/09/cta-polygon-right.svg);
	background-size: cover;
	z-index: -1;
}
.section-partner-cta .partner-with-cta {
	margin-top: 70px;
	z-index: 1
}
.partner-with-cta h2 {
	position: relative;
	padding-top: 100px;
}
.partner-with-cta h2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 15px;
    bottom: auto;
    margin: auto;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/2021/09/polygon-heart.svg);
    background-size: cover;
}
.section-tech-roles {
	padding: 100px 0 0;
}
/* .section-tech-roles.styled-list-check ul {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
} */
.section-tech-app {
	padding: 400px 0 60px;
	position: relative;
	margin-top: -90px;
}
.section-tech-app .floating-image {
	background-position: top !important;
}
.section-tech-app .tech-app-container {
	background: #FFFFFF;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	padding: 35px 10px 20px 10px;
}
.section-tech-app .tech-app-container .tech-list {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.section-tech-app .tech-app-container .tech-list:before {
	left: 20px;
}
.section-tech-app .tech-app-container .tech-list:after {
	position: absolute;
	content: "";
	right: 20px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #E7E7E7;
}
.section-tech-app .tech-app-container .tech-list:nth-child(4n):after {
	display: none
}
.section-tech-app .tech-app-container .tech-list:nth-child(4n+1) {
	padding-left: 25px;
}
.section-tech-app .tech-app-container .tech-list:nth-child(4n+1):before {
	left: 0;
}
.section-tech-app .tech-app-container .tech-list:last-of-type {
	border-right: none;
}
.section-content {
	padding: 100px 0;
	position:relative;
}
/* .section-content:before{
	position: absolute;
    content: "";
    width: 658px;
    height: 558px;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2021/09/cta-polygon-left.svg);
    background-size: cover;
    z-index: -1;
} */
.section-it-services {
	padding: 180px 0 85px;
	position: relative;
}
.section-it-services:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 50vw solid #ffffff;
    border-right: 50vw solid #ffffff;
    border-bottom: 190px solid transparent;
    left: 0;
    top: 0;
}
.it-services .single-it-service {
/* 	background: #ED4338; */
/* 	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1); */
	padding: 50px 15px;
	display: flex;
/* 	flex-direction: column; */
	align-items: center;
	justify-content: center;
}
.it-services .single-it-service img {
	margin-bottom: 0;
}
.it-services .single-it-service .title {
	font-size: 27px;
	line-height: 1.25;
	font-family: 'Fjalla One', sans-serif;
	display: block;
	color: #ffffff;
	margin-left:30px;
}
.section-it-partners {
	position: relative;
	overflow:hidden;
}
.partners-row {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.partners-container {
	position: relative;
	padding: 100px 0 50px;
}
.partners-container:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	margin: auto;
	width: 1400px;
	height: 551px;
	background: url(/wp-content/uploads/2021/09/partners-polygon-bg.svg);
	background-size: cover;
	z-index: -1;
}
.partners-row .partner-group {
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.partners-row .partner-group:nth-child(6n) {
    border-right: none;
}
.partners-row .partner-group:nth-last-child(-n+6) {
    border-bottom: none;
}
.roles-container {
	padding: 260px 0 100px;
	background: #FAFAFA;
	position: relative;
}
.roles-container:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 190px solid #ffffff;
    left: 0;
    top: 0;
    transform: rotate(180deg);
}
.roles-container:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
	background: #ffffff;
    left: 0;
    top: 190px;
	display: none;
}
.section-it-partners.location .roles-container {
	padding: 250px 0 100px;
}
.section-it-partners.location .roles-container:after {
	display: none;
}
/* .roles-container.styled-list-check ul {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
} */
.section-cert-you-need {
	padding: 80px 0 100px;
	position: relative;
}
.community-group-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 99px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
	margin-bottom: 75px;
}
.section-cert-you-need .community-group {
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.section-cert-you-need .community-group:nth-child(6n) {
    border-right: none;
}
.section-cert-you-need {
	position: relative;
	padding-top: 150px;
}
.section-cert-you-need-var:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    margin: auto;
    width: 1400px;
    height: 551px;
    background: url(/wp-content/uploads/2021/09/partners-polygon-bg.svg);
    background-size: cover;
    z-index: -1;
}
.section-simple-content {
	position:relative;
	padding-bottom: 115px;
}
.section-simple-content:before,
.section-simple-content:after {
	position: absolute;
	content: "";
	left: 35px;
	right: auto;
	top: 100px;
	bottom: 0;
	margin: auto;
	width: 485px;
	height: 328px;
	background: url(/wp-content/uploads/2021/09/simple-content-polygon.svg);
	background-size: cover;
}
.section-simple-content:after {
	transform: rotateY(180deg);
	right: 35px;
	left: auto;
}
.mulit-forms-container {
	padding-top: 110px;
	padding-bottom: 30px;
}
.form-wrapper .gfield label.gfield_label {
	font-weight: 500 !important;
	margin-bottom: 0;
}
.form-wrapper .gfield label.gfield_label .gfield_required {
	font-weight: 500;
} 
.form-wrapper input {
	border: none;
	border-bottom: 1px solid #222237;
	height: 58px;
}
.form-wrapper textarea {
	border: none;
	border-bottom: 1px solid #222237;
	resize: none;
	height: 200px;
}
.form-wrapper input:focus,
.form-wrapper input:active,
.form-wrapper textarea:focus,
.form-wrapper textarea:active {
	outline: none;
	box-shadow: none;
	border: none;
	background: #ffffff;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #004B95;
}
.form-wrapper .gform_button {
	background-color: #ED4338;
    padding: 15px 25px;
    text-align: center;
    min-width: 260px;
    font-family: 'Fjalla One', sans-serif;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.1em;
	border: none;
	cursor: pointer;
}
.form-wrapper .gform_button:hover {
	background: #E01C0F;
    color: #ffffff;
    text-decoration: none;
}
.form-wrapper .gform_footer {
	text-align: center;
	margin-top: 65px !important;
}
.resume-form-wrapper.form-wrapper .gform_footer {
	margin-top: 49px !important;
}
.form-wrapper .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 252px;
}
.form-wrapper .gform_wrapper .gfield.field_sublabel_below {
	position: relative;
}
.form-wrapper .gform_wrapper .resume-upload .ginput_container_fileupload input {
    position: absolute;
    top: 95px;
    width: 100% !important;
    height: 200px;
    cursor: pointer;
    border: none;
    z-index: 1;
    opacity: 0;
}
.form-wrapper .gform_wrapper .gfield.upload-text {
    background: url(/wp-content/uploads/2021/09/upload.svg) #fff no-repeat;
    background-size: 50px;
    background-position: top 35px center;
    padding: 130px 35px 40px !important;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 14px 50px -10px rgb(0 0 0 / 10%);
	margin-bottom: 8px;
}
.form-wrapper .gform_wrapper .gfield.upload-text span {
    color: #3F5EA9;
    text-decoration: none;
}
.form-wrapper .filename-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
    font-size: 18px;
    width: 100%;
	position: absolute;
}
.filename-selected .remove-file {
    width: 14px;
    height: 18px;
    background: url(/wp-content/uploads/2021/09/delete.svg) no-repeat;
    background-position: center;
    cursor: pointer;
}
.filename-selected .file-name {
	font-size: 18px;
	font-family: 'Comfortaa', cursive;
	color: #ED4338;
	position: relative;
	padding-left: 30px;
}
.filename-selected .file-name:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
    background: url(/wp-content/uploads/2021/09/pdf.svg) no-repeat;
    background-position: center;
}
.direct-contact-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 110px;
}
.direct-contact-container .call-container + .mail-container {
	margin-left: 30px;
}
.direct-contact-container .call-container,
.direct-contact-container .mail-container {
	background: #FFFFFF;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	flex-basis:100%;
}
.direct-contact-container .icon-container {
	width: 70px;
	height: 70px;
	background: #ED4338;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.direct-contact-container .icon-container:before {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.direct-contact-container .icon-container:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/wp-content/uploads/2021/09/call.svg);
	background-size: cover;
}
.direct-contact-container .mail-container .icon-container:after {
	width: 18px;
	height: 14px;
	background: url(/wp-content/uploads/2021/09/mail.svg);
	background-size: cover;
}
.direct-contact-container .call-container .content,
.direct-contact-container .mail-container .content {
	padding: 20px;
}
.direct-contact-container .call-container .content a,
.direct-contact-container .mail-container .content a {
	font-size: 18px;
	text-decoration: none;
	color: #222237;
}
.direct-contact-container .call-container .content a:hover,
.direct-contact-container .mail-container .content a:hover {
	text-decoration: none;
}
.direct-contact-container .call-container:hover .icon-container,
.direct-contact-container .mail-container:hover .icon-container {
	background: #E01C0F;
}
.consulting-content {
	position: relative;
	background: #FAFAFA;
}
.consulting-content:before {
	position: absolute;
	content: "";
	right: 0;
	left: auto;
	top: auto;
	bottom: 100px;
	width: 725px;
    height: 513px;
	background: url(/wp-content/uploads/2021/09/consulting-content-polygon.svg);
    background-size: cover;
}
.consulting-content ul li,
.security-content ul li,
.section-it-content ul li {
	font-weight: 400;
	padding-left: 45px;
	margin-bottom: 15px;
	min-height: auto !important;
	align-items: flex-start;
}
.consulting-content ul li:after,
.security-content ul li:after,
.section-it-content ul li:after {
	top: 1px;
	bottom: auto;
	transform: scale(0.7);
	background-size: 100% 100%;
}
.section-it-content ul li:before {
	display: none;
}
.security-content {
	position: relative;
	padding-bottom: 20px;
}
.security-content:before {
	background: #FAFAFA; 
	position: absolute;
	content: "";
	right: auto;
	left: 0;
	top: 100px;
	bottom: auto;
	width: 725px;
    height: 513px;
	background: url(/wp-content/uploads/2021/09/security-content-polygon.svg);
    background-size: cover;
}
.section-services {
	padding: 360px 0 350px;
	position: relative;
	color: #ffffff;
	margin-bottom: -100px;
}
.section-services .floating-image,
.section-consulting .floating-image {
	background-size: 100% 100% !important;
}
.section-services ul li:before,
.section-risk-audit ul li:before,
.section-consulting ul li:before,
.section-knowledge ul li:before {
	top: 7px;
	bottom: auto;
}
.section-services:before,
.section-consulting:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 186px solid transparent;
    border-bottom: 188px solid transparent;
    border-right: 50vw solid #FAFAFA;
    left: 0;
    top: 0;
    z-index: 12;
	transform: rotate(180deg);
	display: none;
}
.service-col .title,
.title-list-col .title {
	font-size: 30px;
	display: block;
	margin-bottom: 35px;
	font-family: 'Fjalla One', sans-serif;
}
.service-col span{
	line-height:1.2333;	
}
.service-col ul li a {
	color: #ffffff;
}
.section-risk-audit {
	padding: 50px 0 0;
	position: relative;
	margin-top: 70px;
}
.section-risk-audit:before {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 780px;
    height: 781px;
	background: url(/wp-content/uploads/2021/09/world-frame.svg);
    background-size: cover;
}
.section-risk-audit h3{
	font-weight:400;	
}
.section-risk-audit span{
	line-height:1.2333;
}
.section-consulting h3{
	font-weight:400;
}
.section-consulting {
	padding: 350px 0;
	position: relative;
	color: #ffffff;
	margin-bottom: -100px;
}
.consulting-col ul li a {
	color: #ffffff;
}
.section-knowledge {
	padding: 0 0 100px;
	position: relative;
	margin-bottom: -80px;
	margin-top: 100px;
}
.section-knowledge:before {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 780px;
    height: 780px;
	background: url(/wp-content/uploads/2021/09/knowledge-key.svg);
    background-size: cover;
}
.blog-post-lists {
	padding: 100px 0 0;
}
.blog-post-lists .blog-page-item .resource-item {
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.blog-post-lists .blog-page-item .post-content {
	padding: 25px 45px;
	background: #ffffff;
}
.blog-post-lists .blog-page-item .post-content .cats {
	display: block;
	margin-bottom: 18px;
}
.blog-post-lists .blog-page-item .post-content .cats a {
	border: 1px solid rgb(0, 75, 149, 0.15);
	padding: 10px 20px;
	color: #004B95;
	text-decoration: none;
	display: inline-block;
}
.blog-post-lists .blog-page-item .post-content .cats a:hover {
	border: 1px solid rgb(0, 75, 149, 0.5);
	text-decoration: none;
}
.blog-post-lists .blog-page-item .post-content h6,
.blog-post-lists .blog-page-item .post-content h6 a {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	text-decoration: none;
	color: #222237;
}
.blog-post-lists .blog-page-item .post-content h6 a:hover {
	color: #004B95;
	text-decoration: none;
}
.blog-post-lists .blog-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.blog-navigation .wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-navigation .current {
/* 	width: 40px;
	height: 40px; */
	padding: 8px 17px;
	color: #ffffff;
	background: #ED4338;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400 !important;
}
.blog-navigation .page {
	/* 	width: 40px;
	height: 40px; */
	padding: 8px 17px;
	color: #222237;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}
.blog-navigation .page:hover{
	background: #ED4338;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	text-decoration: none;
}
.blog-navigation .nextpostslink,
.blog-navigation .previouspostslink {
	/* 	width: 40px;
	height: 40px; */
	padding: 8px;
	color: #222237;
	display: flex;
	border: none;
	align-items: center;
	justify-content: center;
}
.blog-navigation .nextpostslink:hover,
.blog-navigation .previouspostslink:hover {
	background: #ED4338;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	text-decoration: none;
}
/* .blog-navigation .nextpostslink {
	margin-left: 10px;
}
.blog-navigation .previouspostslink {
	margin-right: 10px;
} */
.blog-post-lists .cat-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 90px;
	flex-wrap: wrap;
}
.blog-post-lists .cat-list li {
	margin: 0 10px;
}
.blog-post-lists .cat-list li.cat-item-1 {
	display: none;
}
.blog-post-lists .cat-list li a {
	display: inline-block;
	padding: 8px 20px;
	background: #ffffff;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	color: #222237;
	text-decoration: none;
}
.blog-post-lists .cat-list li.all a,
.blog-post-lists .cat-list li a:hover,
.blog-post-lists .cat-list li.current-cat a {
	background: #ED4338;
	box-shadow: 0px 4px 99px rgba(0, 0, 0, 0.1);
	color: #ffffff;
}
.page-template-template-about .section-simple-content:before, 
.page-template-template-about .section-simple-content:after,
.page-template-template-pa-general .section-simple-content:before, 
.page-template-template-pa-general .section-simple-content:after{
	display: none;
}
.page-template-template-about .section-simple-content,
.page-template-template-pa-general .section-simple-content{
    padding-top: 60px;
}
.about-content h3{
	font-size:35px;
}
.about-content h3:not(:first-child){
	margin-top: 30px;
}
.pa-icon-item{
	position: relative;
	padding: 0px 45px 5px;
	margin-bottom: 40px;
}
.pa-icon-item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #E7E7E7;
}
.pa-icon-item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 32px;
	background: #ED4338;
}
.pa-icon-item img{
	margin-bottom: 15px;
}
.pa-icons-container .col-lg-4{
	display: flex;
}
.single .post-content .cats a {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.single-post-content {
	padding-top: 75px;
}
.single-post-content h2{
	font-size: 40px;
	margin-bottom: 30px;
}
.single-post-content h2:not(:first-child){
	margin-top: 40px;
}
.single-post-content ol{
	padding-left: 20px;
}
.single-post-content ol li{
	margin-bottom: 20px;
}
.single-post-content.section-simple-content{
	padding-bottom: 20px;
}
.single-post .page-banner h1{
	font-size:56px;
	line-height:1.25;
}
.partners-row .partner-wrapper:last-of-type {
    border-right: none;
}
iframe.job-board{
	width: 100%;
	min-height: 1600px;
	border: none;
}
.default-content-container h2:not(:first-child){
	margin-top: 50px;
}
.default-content-container ul{
	list-style: initial;
	padding-left: 20px;
}
.uncategorized {
	display: none !important;
}
.services-banner-button{
	padding-top:20px;
	text-align:center;
}
.form-container {
    display: none;
}
.form-container.show-form {
    display: block;
}
.mulit-forms-container ul li a{
	display:inline-block;
	text-decoration:none;
	color:#222237;	
	font-size: 25px;
	font-family: 'Fjalla One', sans-serif;
    line-height: 1.25;
    margin-bottom: 22px;
	opacity: 0.35;
    font-weight: 400;
	padding-bottom: 8px;
	position: relative;
}
.mulit-forms-container ul li:not(:last-child){
	margin-right:40px;
}
.mulit-forms-container ul li a.active{
	opacity: 1;
}
.mulit-forms-container ul li a.active:after{
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	position: absolute;
	background: #00367e;
}
.direct-contact-container{
	flex-wrap:wrap;
	justify-content:flex-start;
}
.section-it-services h2{
	padding-bottom:20px;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.25;
	width:550px;
	margin:auto;
	max-width:100%;
}
.direct-contact-container .call-container + .mail-container {
    margin-left: 0;
    margin-top: 20px;
}
@media (max-width:1199.98px) {
	.section-partner-cta:after,
	.section-simple-content:after,
	.section-certifications:before,
	.single .section-simple-content:before{
		display: none;
	}
	.section-tech-app .floating-image {
		background-position: top !important;
		padding: 340px 0 60px;
	}
/* 	.section-risk-audit {
		padding: 0;
	} */
	.section-consulting {
		margin-top: -150px;
	}
	.section-home-content {
		padding-bottom: 250px;
	}
	.section-home-content:after {
		border-top: 250px solid transparent;
	}
	.section-services {
		margin-top: -150px;
		padding-top: 350px;
		z-index: -1;
	}
	.section-knowledge {
		padding: 60px 0 100px;
	}
}
@media (max-width:991.98px) {
	.partners-row:last-child .partner-wrapper:last-child {
    	border-bottom: none !important;
	}
	.logged-in .header {
		top: 32px;
	}
	.main-menu-container {
		position: absolute;
		z-index: 2;
		width: 100%;
		left: 0;
		background: #fff;
		padding: 0;
		top: 100%;
		top: 15px;
		z-index: 1;
	}
	.main-menu-container:before {
		position: absolute;
		content: "";
		left: 0;
		width: 130vw;
		left: -20vw;
		height: 100%;
		background: #ffffff;
		z-index: -1;
	}
	.primary-menu {
		padding: 10px 0;
	}
	.primary-menu li a {
		text-decoration: none;
		color: #202020;
	}
	.primary-menu li.menu-item-has-children a {
		position: relative;
		display: block;
	}
	.primary-menu li.menu-item-has-children > a:after {
		position: absolute;
		content: "\f078";
		right: 0;
		left: auto;
		top: 2px;
		margin: auto;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		transition: all 0.5s;
	}
	.primary-menu > li {
		padding: 15px 0;
		margin: 0 15px;
	} 
	.primary-menu li .sub-menu {
		margin-top: 15px;
	}
	.primary-menu li .sub-menu li a {
		padding: 15px 20px;
	}
	.primary-menu li .sub-menu li:last-of-type a {
		padding-bottom: 0;
	}
	.home-banner-caption {
		padding: 200px 0 280px;
	}
	.section-tech-app .tech-app-container .tech-list:nth-child(2n) {
		border-right: none;
	}
	.certification-row {
		padding-bottom: 12px;
		margin-bottom: 30px;
	}	
	.awards-row .award-col {
		border-right: none;
		padding: 0 15px;
		padding-bottom: 35px;
		margin-bottom: 35px;
		border-bottom: 1px solid #E7E7E7;
	}
	.awards-row .award-col:last-of-type {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.section-home-content {
		padding-bottom: 250px;
	}
	.section-founder-content .community-row {
		margin-bottom: 100px;
		padding-bottom: 0;
	}
	.section-founder-content .community-group,
	.section-founder-content .community-group:nth-last-child(-n+3) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.section-founder-content .community-group:nth-child(3n) {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.section-founder-content .community-group:nth-child(2n) {
		border-right: none;
	}
	.section-founder-content .community-group:nth-last-child(-n+2) {
		border-bottom: none;
	}
	.section-founder-content .partners-row,
	.partners-row {
		border: none;
		box-shadow: none;
		border-bottom: none !important;
	}
	.section-founder-content .partners-row .partner-wrapper:nth-child(2n),
	.partners-row .partner-wrapper:nth-child(2n),
	.partners-row .partner-wrapper:last-child{
		border-right: none;
	}
	.section-founder-content .partners-row .partner-wrapper,
	.partners-row .partner-wrapper {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.section-testimonials {
		padding: 280px 0 100px;
		position: relative;
	} 
	.section-blog {
		padding: 100px 0 50px;
	}
	.section-cta {
		padding: 100px 0;
	}
	.it-services .single-it-service .title {
		text-align: center;
	}
	.section-it-services {
		padding: 200px 0 100px;
	}
	.section-tech-app {
		padding: 400px 0 60px;
		position: relative;
		margin-top: -200px;
		z-index: -1;
	}
	.section-tech-app .floating-image {
		background-position: top !important;
	}
	.section-cert-you-need .community-group {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.section-tech-app .tech-app-container {
		padding-bottom: 0;
	}
	.section-cert-you-need {
		padding-top: 100px;
	}
	.section-tech-app .tech-app-container .tech-list {
		padding-left: 50px;
	}
	.section-tech-app .tech-app-container .tech-list:nth-child(2n+1) {
		padding-left: 25px;
	}
	.section-tech-app .tech-app-container .tech-list:nth-child(2n+1):before {
		left: 0;
	}
	.section-tech-app .tech-app-container .tech-list:nth-child(2n):after {
		display: none;
	}
	.section-risk-audit {
		margin-top: -200px;
	}
	.section-consulting {
		margin-top: -200px;
		padding-top: 400px;
		padding-bottom: 350px;
	}
	.section-knowledge {
		margin-top: -200px;
		padding-bottom: 100px;
	}
}
@media (max-width:767.98px) {
	.mulit-forms-container ul li:not(:last-child) {
		margin-right: 40px;
	}
	.direct-contact-container .call-container, .direct-contact-container .mail-container{
		flex-basis:100%;
	}
	.section-it-services h2 {
		font-size: 40px;
		width:100%;
	}
	.it-services .single-it-service .title {
		margin-left: 15px;
	}
	.it-services .single-it-service {
		justify-content: flex-start;
		padding: 25px 15px;
	}
	.resetlist{
		flex-wrap:wrap;	
	}
	.logged-in .header {
		top: 46px;
	}
	.blog-post-lists .blog-page-item .resource-item {
		margin-bottom: 50px;
	}
	.blog-row:before {
		width: 100%;
	}
	.home-banner-caption ul, .cta-group {
		flex-direction: column;
	}
	.home-banner-caption ul li:first-of-type, .cta-group li:first-of-type {
		margin-bottom: 20px;
	}
	.section-tech-app .tech-app-container .tech-list {
		border-right: none;
	}
	.section-tech-app .tech-app-container .tech-list ul {
		border-right: none;
		border-bottom: 1px solid #E7E7E7;
	}
	.section-tech-app .tech-app-container .tech-list:last-of-type ul {
		border-bottom: none;
	}
	.section-tech-app .tech-app-container {
		padding-bottom: 10px;
	}
	.section-tech-app {
		padding: 530px 0 60px;
		margin-top: -300px;
	}
	.direct-contact-container > div + div {
		margin-top: 30px;
		margin-left: 0 !important;
	}
	.section-tech-app .tech-app-container .tech-list {
		padding-left: 25px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.section-tech-app .tech-app-container .tech-list:nth-child(2n+1) {
		padding-left: 25px;
	}
	.section-tech-app .tech-app-container .tech-list:before {
		left: 0;
	}
	.section-tech-app .tech-app-container .tech-list:after {
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		top: auto;
	}
	.section-tech-app .tech-app-container .tech-list:nth-child(2n):after {
		display: block;
	}
	.section-tech-app .tech-app-container .tech-list:last-of-type:after {
		display: none;
	}
	.awards-row .award-col .image-wrapper {
		text-align: center;
	}
	.awards-row .award-col .title {
		text-align: center;
		margin-bottom: 0;
	}
	.section-certifications {
		padding: 60px 0;
	}
	footer:before {
		-webkit-clip-path: polygon(0 0, 100% 190px, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 190px, 100% 100%, 0 100%);
	}
	footer:after {
		border-top: 93px solid transparent;
		border-bottom: 96px solid transparent;
	}
	footer {
		padding-top: 140px;
	}
	.blog-post-lists {
		padding: 50px 0 0;
	}
	.blog-post-lists .cat-list {
		margin-bottom: 40px;
	}
	.blog-post-lists .blog-page-item .post-content {
		padding: 25px;
	}
}
@media (max-width: 575.98px) {
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-certifications .container{
		padding-left: 15px;
		padding-right: 15px;		
	}
	.section-blog .resource-item h6{
		padding: 15px;
	}
	.page-banner h1{
		font-size: 42px;
	}
	.styled-list-check ul li {
		padding-left: 65px;
	}
	.styled-list-check ul li:before,
	.styled-list-check ul li:after {
		left: 15px;
	}
	.section-founder-content .community-group {
		min-height: 136px;
	}
/* 	.section-founder-content .community-group,
	.section-founder-content .community-group:nth-last-child(-n+3) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	} */
/* 	.section-founder-content .community-group:nth-child(3n) {
		border-right: none;
	} */
	.section-founder-content .community-group {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.section-founder-content .community-group:last-of-type {
		border-bottom: none;
	}
	.section-tech-app {
		margin-top: -380px;
	}
	.section-it-services:before {
		border-bottom: 100px solid transparent;
	}
	.section-it-services .floating-image {
		top: 3px;
	}
	.section-it-services {
		margin-top: -50px;
	}
	.roles-container {
		padding: 150px 0 100px;
	}
	.roles-container:before {
		border-bottom: 100px solid #ffffff;
	}
	.section-partner-cta:before,
	.section-partner-cta:after,
	.partners-container:before,
	.security-content:before,
	.section-risk-audit:before,
	.section-knowledge:before,
	.section-cert-you-need-var:before,
	.section-simple-content:after {
		width: 100%;
	}
	.section-simple-content:before {
		display: none;
	}
	.section-cert-you-need .community-group-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.section-content {
		padding: 60px 0;
	}
	.section-services {
		margin-top: -300px;
		padding-top: 400px;
	}
	.section-risk-audit {
		margin-top: -280px;
	}
	.section-consulting {
		margin-top: -300px;
	}
	.section-knowledge {
		margin-top: -280px;
	}
	.consulting-content ul li, .security-content ul li {
		padding-left: 45px;
	}
	.consulting-content ul li:after, .security-content ul li:after {
		left: 0;
	}
	.section-it-partners.location .roles-container {
		padding: 150px 0 100px;
	}
	.blog-post-lists .cat-list li {
		margin-bottom: 15px;
	}
	.resetlist li{
		flex-basis:auto;
	}
}
@media (max-width: 576px) {
	.resetlist li{
		flex-basis:100%;
	}
	.mulit-forms-container ul li:not(:last-child) {
		margin-right: 0;
	}
}
@media (min-width:768px) {
	.direct-contact-container {
		justify-content: center;
	}
	.direct-contact-container .call-container, .direct-contact-container .mail-container {
		flex-basis: auto;
	}
	.direct-contact-container .call-container + .mail-container {
		margin-left: 20px;
		margin-top: 0;
	}
	.it-services .single-it-service {
		justify-content: flex-start;
		padding: 25px 15px;
	}
	h1,
	.h1-style{
		font-size: 54px;
	}
	h2 {
		font-size: 43px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 36px;
	}
	.blog-post-lists .blog-page-item:nth-child(even) {
		margin-top: 50px;
	}
}
@media (min-width:992px) {
	.direct-contact-container {
		justify-content: flex-start;
	}
	.direct-contact-container .call-container, .direct-contact-container .mail-container {
		flex-basis: 100%;
	}
	.direct-contact-container .call-container + .mail-container {
		margin-left: 0;
		margin-top: 20px;
	}
	.it-services .single-it-service {
		justify-content: center;
		padding: 50px 15px;
	}
	.it-services .single-it-service .title {
		font-size: 23px;
		margin-left: 15px;
	}
	.direct-contact-container {
		flex-direction: row;
		align-items:center;
	}
	.mulit-forms-container ul li a {
		font-size: 26px;
	}
	.header-links ul li {
		padding-left: 40px;
	}
	.header-links ul li + li {
		margin-left: 16px;
	}
	h1,
	.h1-style{
		font-size: 66px;
	}
	h2 {
		font-size: 48px;
	}
	h3 {
		font-size: 43px;
	}
	h4 {
		font-size: 40px;
	}
	.mulit-forms-container h2 {
		font-size: 40px;
	}
	.primary-menu > li.current-menu-item > a,
	.primary-menu > li:hover > a{
		background: #ED4338;
		text-decoration: none;
	}
	.primary-menu > li{
		padding: 10px 0;
	}
	.primary-menu > li > a{
		padding: 7px 10px;
		display: block;
	}
	header.scrolled .primary-menu > li.current-menu-item > a,
	header.scrolled .primary-menu > li:hover > a{
		color: #ffffff;
	}
	header.scrolled {
		position: fixed;
		width: 100%;
		background: #fff;
		top: 0;
		padding: 20px 0;
		box-shadow: 0px 14px 50px -10px rgb(0 0 0 / 10%);
	}
	header.scrolled .primary-menu li a,
	header.scrolled .header-links li a {
		color: #000000;
	}
	.primary-menu > li:hover .sub-menu {
		display: block;
	}
	.primary-menu > li:first-of-type {
		margin-left: 0;
	}
	.primary-menu li .sub-menu {
		display: none;
		width: 253px;
		background: #FFFDFD;
		position: absolute;
		left: -20px;
		top: 100%;
	}
	.primary-menu li .sub-menu li a:hover {
		color: #ffffff;
		text-decoration: none;
		background: #00367E;
	}
	.blog-post-lists .blog-page-item:nth-child(odd) {
		padding-right: 35px;
	}
	.blog-post-lists .blog-page-item:nth-child(even) {
		padding-left: 35px;
	}
	.awards-row .award-col .image-wrapper {
		text-align: center;
	}
	.partner-with-cta {
		margin-top: 140px;
	}
	.blog-post-lists .blog-navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 60px;
	}
	.section-founder-content:after {
		position: absolute;
		content: "";
		width: 725px;
		height: 513px;
		right: 0;
		top: -100px;
		background: url(/wp-content/uploads/2021/09/polygon-bg.svg);
		background-size: cover;
		z-index: -1;
	}
	.section-services .service-col .title, 
	.section-services .title-list-col .title {
		min-height: 72px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.partner-with-cta ul.cta-group {
		flex-direction: column;
	}
	.partner-with-cta ul.cta-group li {
		margin-bottom: 20px;
	}
	.primary-menu > li {
		margin: 0;
	}
}
@media (min-width:1200px) {
	
	.it-services .single-it-service .title {
		font-size: 27px;
		margin-left: 30px;
	}
	.mulit-forms-container ul li a {
		font-size: 30px;
	}
	.header-links ul li {
		padding-left: 45px;
	}
	.page-template-template-contact .container {
		max-width: 1200px;
	}
	.header-links ul li + li {
		margin-left: 20px;
	}
	.header-links ul li a {
		font-size: 18px;
	}
	.primary-menu > li {
		margin: 0 5px;
	}
	.mulit-forms-container h2 {
		font-size: 48px;
	}
	
	.mulit-forms-container .professional-form-col {
		padding-right: 40px;
	}
	.mulit-forms-container .resume-form-col {
		padding-left: 40px;
	}
}