@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #666;
	background: #fff;
}

a {
	outline: none;
	text-decoration: none;
	color: #555;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

input,
textarea,
select {
	outline: none;
	resize: none;
}

a,
input,
button {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.slick-slide {
	outline: none !important;
}

.bg_img {
	display: none;
}

/*==============================================================
	Chrome Hack
==============================================================*/
textarea,
input[type="text"] {
	-webkit-appearance: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
	opacity: 1;
}
.form-control:-moz-placeholder {
	opacity: 1;
}
.form-control::-moz-placeholder {
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	opacity: 1;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:focus {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*==============================================================
	Custom Style
==============================================================*/

.container {
	max-width: 1310px;
	width: 100%;
	padding: 0 15px;
}

.header-wrap {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0px 0 0px;
	z-index: 1234;
	background: #fff;
}
.header-wrap.sticky {
	-webkit-box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.08);
}
.header-menu {
	display: none;
}
.hedaer-logo a {
	display: block;
}
.header-menu ul > li {
	padding: 0 15px;
}
.header-menu > ul > li > a {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #545d5f;
	padding: 33px 0 33px;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.header-menu > ul > li > a:before {
	content: "";
	width: 22px;
	height: 2px;
	background: transparent;
	position: absolute;
	bottom: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-menu ul li a:hover:before,
.header-menu ul li.active a:before {
	background: #1c75bc;
}
.header-menu ul > li > a:hover,
.header-menu ul > li.active > a {
	color: #1c75bc;
}
.header-cta-btn {
	padding-left: 19px;
	padding-right: 26px;
}
.header-cta-btn a {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1c75bc;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #1c75bc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-cta-btn a:hover {
	background: #1c75bc;
	color: #fff;
}
.dropdown .sub-menu {
	width: 100%;
	min-width: 305px;
	position: absolute;
	top: 100%;
	left: 22px;
	padding: 0;
	background: #fff;
	border: 1px solid #e6e4e4;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	display: none;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-box-shadow: 0px 24px 32px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 24px 32px rgb(0 0 0 / 8%);
	z-index: 12;
}
ul li.dropdown {
	position: relative;
}
.dropdown .sub-menu {
	width: 100%;
	min-width: 305px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
	opacity: 0;
	visibility: hidden;
	overflow: inherit;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	z-index: 12;
}
.dropdown .sub-menu:before {
	content: "";
	width: 23px;
	height: 13px;
	background: url("/source/efe536d5de06dd4703cb1e90c3659b00/arrow-menu.svg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -13px;
	left: 15px;
}
.dropdown .sub-menu li {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #e0e0e0;
}
.dropdown .sub-menu li:last-child {
	border-bottom: 0;
}
.dropdown .sub-menu li a {
	padding: 10px 20px;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #545d5f;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dropdown .sub-menu li a:hover {
	background: #f3f4f6;
}
.menu-arrow {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.menu-arrow svg {
	width: 17px;
	height: auto;
}
.menu-arrow svg path {
	fill: #fff;
}
.hedaer-search {
	width: 42px;
	height: 42px;
	cursor: pointer;
}
.hedaer-search .search-icon {
	width: 100%;
	height: 100%;
	text-align: right;
	position: relative;
	padding-top: 16px;
}
.hedaer-search .search-icon:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #f3f3f3;
	position: absolute;
	top: 0;
	left: 0;
}
.search-box-wrap {
	width: 100%;
	height: 87px;
	background-color: #fff;
	padding-top: 20px;
	position: fixed;
	top: 0;
	right: -100%;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.search-box-wrap .form-group {
	width: calc(100% - 50px);
	margin-bottom: 0;
}
.close-search {
	width: 50px;
	line-height: 0;
}
.search-box-wrap .form-group .form-control {
	padding-left: 43px;
	background: url("/source/eccc0eec99ef82b6094034105489be55/search-icon.svg");
	background-repeat: no-repeat;
	background-position: 1% 13px;
}
.close-search a {
	display: block;
	text-align: center;
}
.close-search img {
	width: 20px;
}
.search-box-wrap.open {
	right: 0;
}
.mobile-menu-icon {
	width: 30px;
	height: 30px;
	margin-left: 30px;
	display: none;
}
.mobile-menu-icon a {
	width: 100%;
	height: 100%;
	display: block;
}
.mobile-menu-icon a img {
	width: 100%;
	height: auto;
}
/* .mobile-menu-icon a svg path{
	fill: #1C75BC;
} */
.header-cta-btn.mobile-show {
	display: none;
}
.banner-wrap {
	height: 775px;
	background-position: center center !important;
	background-size: cover !important;
}
.banner-desc {
	width: 100%;
	max-width: 624px;
	background: #fff;
	padding: 46px 60px 60px;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #545d5f;
	font-weight: 400;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.banner-desc h1 {
	font-family: "Barlow", sans-serif;
	font-size: 44px;
	line-height: 55px;
	font-weight: 700;
	color: #1c75bc;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.cta-btn a {
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 16px 33px 16px 33px;
	border: 1px solid #1c75bc;
	background: #1c75bc;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cta-btn a:hover {
	background: #fff;
	color: #1c75bc;
}
.cta-btn.outline a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 25px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cta-btn.outline a:hover {
	background: #fff;
	color: #1c75bc;
}
.banner-desc .cta-btn {
	padding-top: 10px;
}
.our-process-wrap.home {
	background: #e9f1f7;
}
.full-width-box-wrap > ul > li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.full-width-box-wrap .full-width-img {
	width: 50%;
}
.full-width-box-wrap .full-width-desc {
	width: 50%;
	padding: 30px 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.full-width-box-wrap .full-width-desc .info {
	width: 100%;
	max-width: 594px;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	font-weight: 400;
}
.video-box a {
	display: block;
	position: relative;
}
.video-box a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-box a .play-btn {
	width: 199px;
	height: 199px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.title h2 {
	font-family: "Barlow", sans-serif;
	font-size: 41px;
	line-height: 48px;
	font-weight: 600;
	color: #3d4345;
	padding-bottom: 21px;
}
.title.tag-line .tag-line {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #1c75bc;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.cta-btn-link a {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #1c75bc;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
}
.cta-btn-link a svg {
	position: relative;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: -1px;
}
.cta-btn-link a:hover svg {
	margin-left: 15px;
}
.detail-page-wrap h2 {
	font-family: "Barlow", sans-serif;
	font-size: 41px;
	line-height: 48px;
	font-weight: 700;
	color: #3d4345;
}
.detail-page-wrap h3 {
	font-family: "Barlow", sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #3d4345;
	margin-bottom: 15px;
}
.detail-page-wrap h4 {
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #3d4345;
	margin-bottom: 15px;
}

.our-capabilities-wrap {
	padding: 100px 0 100px;
}
.our-capabilitie-listing {
	padding-top: 39px;
}
.our-capabilitie-listing ul {
	margin: 0 -15px;
}
.our-capabilitie-listing ul li {
	width: 33.33%;
	padding: 0 15px;
}
.our-capabilitie-listing ul li .our-capabilitie-box .our-capabilitie-desc {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	font-weight: 400;
	width: calc(100% - 40px);
	margin: 0 auto;
	margin-top: -40px;
	padding: 28px 25px 35px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.our-capabilitie-listing ul li .our-capabilitie-box .our-capabilitie-desc h3 {
	font-family: "Barlow", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 20px;
}
.our-capabilitie-listing ul li .our-capabilitie-box .our-capabilitie-desc h3 a {
	color: #545d5f;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our-capabilitie-listing
	ul
	li
	.our-capabilitie-box
	.our-capabilitie-desc
	h3
	a:hover {
	color: #1c75bc;
}
.our-capabilitie-img {
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.our-capabilitie-img img {
	width: 100%;
}
.work-with-wrap {
	padding: 100px 0 100px;
	background: #dbe9f4;
}
.work-with-title h2 {
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #3d4345;
	text-transform: uppercase;
	padding-left: 60px;
	position: relative;
}
.work-with-title h2:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #1c75bc;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.work-with-listing__image-wrapper img {
	max-height: 4rem;
	width: auto;
}
.what-our-customer-wrap {
	padding: 100px 0 100px;
	background: #e9f1f7;
}
.what-our-customer-say-listing {
	padding-top: 38px;
}
.what-our-customer-say-listing .what-our-customer-say-slider {
	margin: 0 -15px;
}
.what-our-customer-say-listing .what-our-customer-say-slide {
	padding: 10px 0px 0;
}

.what-our-customer-say-listing .slick-track {
	display: flex !important;
}

.what-our-customer-say-listing .slick-slide {
	height: inherit !important;
}
.what-our-customer-say-listing .slick-slide > div,
.what-our-customer-say-slide {
	height: 100% !important;
}
.arrow-btn-wrap {
	padding-top: 50px;
}
.arrow-btn-wrap .slick-arrow {
	display: flex;
	align-items: center;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	color: #1c75bc;
	font-weight: 700;
	margin: 0 15px;
	cursor: pointer;
}
.arrow-btn-wrap .slick-arrow img {
	margin: 0 10px;
}
.what-our-customer-say-box {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	padding-top: 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 15px;
}
.what-our-customer-say-box:before {
	content: "";
	width: 41px;
	height: 33px;
	background: url("/source/9a49a95a6ecc0988bf9d5106701fbaae/quote-icon.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: -10px;
	left: 26px;
}
.customer-say {
	font-family: "Public Sans", sans-serif;
	font-size: 19px;
	line-height: 30px;
	color: #545c5f;
	font-weight: 400;
	padding: 27px 26px 27px;
}
.customer-say p:last-child {
	margin-bottom: 0;
}
.customer-info {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545c5f;
	font-weight: 400;
	padding: 18px 26px;
	border-top: 1px solid #e0e0e0;
	margin-top: auto;
}
.customer-info span {
	font-family: "Barlow", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #3d4345;
	font-weight: 700;
	display: inline-block;
	padding-left: 30px;
	position: relative;
	padding-right: 20px;
}
.customer-info span:before {
	content: "";
	width: 20px;
	height: 2px;
	background: #1c75bc;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.how-it-began-wrap {
	padding: 100px 0 100px;
}
.how-it-began-box .icon {
	width: 35px;
	text-align: left;
}
.how-it-began-box .info {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545c5f;
	font-weight: 400;
	width: calc(100% - 35px);
}
.how-it-began-box .info p:last-child {
	margin-bottom: 0;
}
.how-it-began-box .info h3 {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #545d5f;
	padding-bottom: 10px;
}
.how-it-began-listing ul li {
	padding-bottom: 25px;
}
.how-it-began-img {
	height: 100%;
}
.how-it-began-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.how-it-began-desc {
	padding-left: 30px;
}
.need-a-cabling-wrap.our-process-wrap.home {
	background: #1c75bc;
}
.need-a-cabling-wrap .full-width-box-wrap > ul > li {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.need-a-cabling-wrap .full-width-box-wrap .full-width-desc .info {
	margin-left: auto;
	color: #fff;
}
.need-a-cabling-wrap .full-width-box-wrap .full-width-desc {
	padding: 30px 45px;
}
.need-a-cabling-wrap .title h2 {
	color: #fff;
	padding-bottom: 6px;
}
.need-a-cabling-wrap .cta-btn.outline {
	padding-top: 10px;
}
.cta-btn.outline a {
	border-color: #fff;
}
.full-width-box-wrap .full-width-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.learning-center-wrap.home {
	padding: 100px 0 100px;
	background: #e9f1f7;
}

.learning-center-wrap.home .title {
	text-align: center;
}
.learning-center-listing-home {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.learning-center-listing-home > .d-flex {
	margin: 0 -15px;
}
.learning-center-listing-home .learning-center-listing-home-left {
	width: 50%;
	padding: 0 15px;
}
.learning-center-listing-home .learning-center-listing-home-right {
	width: 50%;
	padding: 0 15px;
}
.learning-center-box-text {
	background: #fff;
	padding: 35px 24px 36px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 218px;
}
.learning-center-box-text .date-info {
	color: #545d5f;
}
.learning-center-box-text:last-child {
	margin-bottom: 0;
}
.learning-center-box-text p:last-child {
	margin-bottom: 0;
}
.learning-center-listing-home .tag {
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #3d4345;
	background: #dfe4e6;
	padding: 4px 13px 4px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 30px;
}
.learning-center-listing-home h3,
.learning-center-listing-home h3 a {
	font-family: "Barlow", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #3d4345;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.learning-center-listing-home h3 a {
	display: inline-block;
}
.learning-center-listing-home h3 a:hover {
	color: #1c75bc;
}
.learning-center-listing-home .cta-btn-link {
	padding-top: 15px;
}
.learning-center-box-img {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.learning-center-box-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		178deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
}
.learning-center-box-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.learning-center-box-img .overly {
	width: 100%;
	padding: 24px 24px 36px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.overly {
}
.learning-center-listing-home .overly h3,
.learning-center-listing-home .overly h3 a {
	color: #fff;
}
.learning-center-listing-home .overly h3 a:hover {
	color: #1c75bc;
}
.learning-center-listing-home .overly .cta-btn-link a {
	color: #fff;
}
.learning-center-listing-home .overly .cta-btn-link a svg path {
	fill: #fff;
}

.contact-info-listing-wrap {
	padding: 80px 0 80px;
}
.contact-info-listing ul {
	margin: 0 -15px;
}
.contact-info-listing ul li {
	width: 25%;
	padding: 0 15px;
	border-right: 1px solid #e0e0e0;
}
.contact-info-listing ul li .contact-info-box {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.contact-info-listing ul li .contact-info-box .icon {
	width: 50px;
}
.contact-info-listing ul li .contact-info-box .info {
	width: calc(100% - 50px);
}
.contact-info-listing ul li .contact-info-box .info h3 {
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #3d4345;
	font-weight: 700;
	padding-bottom: 11px;
}
.contact-info-listing ul li .contact-info-box .info a {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info-listing ul li .contact-info-box .info a:hover {
	color: #1c75bc;
}
.footer-wrap {
	padding: 40px 0 40px;
	background: #40464c;
}
.our-awards-title {
	width: 25%;
}
.our-awards-title {
	width: 24%;
}
.our-awards-logo {
	width: 75%;
}
.our-awards-title h3 {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding-left: 60px;
	position: relative;
}
.our-awards-title h3:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.our-awards-logo ul li {
	width: 33.33%;
	text-align: center;
}
.our-awards-wrap {
	padding-bottom: 30px;
}
.footer-links {
	padding-top: 34px;
	padding-bottom: 34px;
	border-top: 1px solid rgba(186, 196, 204, 0.2);
}
.footer-links ul li {
	padding: 0 25px;
}
.footer-links ul li a {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover {
	color: #1c75bc;
}
.copy-right {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
}
.copy-right a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy-right a:hover {
	color: #1c75bc;
}
.footer-social-media ul li {
	padding-left: 50px;
}
.close-menu {
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	right: 15px;
	top: 16px;
}
.close-menu a {
	width: 100%;
	height: 100%;
	display: block;
}
.close-menu a img {
	width: 100%;
}
body {
	padding-top: 87px;
}
.detail-page-wrap {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	font-weight: 400;
}
.detail-page-wrap.col-two {
	margin: 0 -15px;
}
.detail-page-wrap.col-two .detail-page-left {
	width: 75%;
	padding: 0 15px;
}
.detail-page-wrap.col-two .detail-page-right {
	width: 25%;
	padding: 0 15px;
}

.inner-banner-wrap {
	height: 400px;
	padding: 50px 0;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
.inner-banner-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(28, 117, 188, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.inner-banner-wrap .inner-banner-info {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 12;
}
.inner-banner-info h1 {
	font-family: "Barlow", sans-serif;
	font-size: 44px;
	line-height: 53px;
	font-weight: 700;
	color: #fff;
}
.inner-banner-info > p {
	padding-top: 4px;
}
.inner-banner-info p:last-child {
	margin-bottom: 0;
}
.about-us-listing-img {
	width: 43%;
}
.about-us-listing-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-us-listing-info {
	width: 57%;
	padding-left: 30px;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
}
.about-us-page-wrap {
	padding: 100px 0 100px;
}
.about-us-listing .about-us-listing-box:nth-child(even) .about-us-listing-info {
	padding-left: 0;
	padding-right: 30px;
}
.about-us-listing .about-us-listing-box {
	margin-bottom: 40px;
}
.about-us-listing .about-us-listing-box:last-child {
	margin-bottom: 0;
}
.cta-btn.small a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 10px 26px;
	border: 1px solid #1c75bc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.need-a-cabling-wrap .cta-btn.outline a {
	font-size: 18px;
	padding: 20px 33px 20px 33px;
}
.sidebar-right .get-a-quote-box {
	width: 100%;
	padding: 18px 30px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.get-a-quote-box h3 {
	font-family: "Barlow", sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #1c75bc;
	font-weight: 700;
	padding-bottom: 20px;
}
.learn-box {
	padding: 33px 30px 40px;
	background: #1c75bc;
	margin-top: 40px;
}
.learn-box h3 {
	font-family: "Barlow", sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 20px;
}
.col-three.detail-page-wrap {
	margin: 0 -15px;
}
.col-three.detail-page-wrap .detail-page-left,
.col-three.detail-page-wrap .detail-page-right {
	width: 25%;
	padding: 0 15px;
}
.col-three.detail-page-wrap .detail-page-center {
	width: 50%;
	padding: 0 15px;
}
.our-process-page-wrap {
	padding: 100px 0 50px;
}
.our-process-page-wrap p a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: underline;
}
.our-process-page-wrap p a:hover {
	color: #1c75bc;
}
.jumpto-wrap {
	width: 100%;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.left-sidebar,
.sidebar-right {
	position: sticky;
	top: 100px;
	z-index: 12;
}
.jumpto-title {
	padding: 16px 20px;
	border-bottom: 1px solid #e0e0e0;
}
.jumpto-title img {
	display: none;
}
.jumpto-title h3 {
	font-family: "Barlow", sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #3d4345;
	font-weight: 700;
}
.jumpto-links ul {
	display: block;
	padding: 20px 0 20px;
}
.jumpto-links ul li {
	margin-bottom: 18px;
}
.jumpto-links ul li:last-child {
	margin-bottom: 0;
}
.jumpto-links li a {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #545d5f;
	width: 100%;
	padding: 0px 20px;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.jumpto-links li.active a,
.jumpto-links li a:hover {
	color: #1c75bc;
}
.jumpto-links li a:before {
	content: "";
	width: 5px;
	height: 100%;
	background: #1c75bc;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.jumpto-links li.active a:before,
.jumpto-links li a:hover::before {
	opacity: 1;
	visibility: visible;
}
.page-intro {
	padding-bottom: 25px;
}
.scroll-section {
	padding-top: 40px;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 50px;
}
.scroll-section h2 {
	font-family: "Barlow", sans-serif;
	font-size: 41px;
	line-height: 48px;
	color: #3d4345;
	font-weight: 600;
	padding-bottom: 14px;
}
.arrow-listing ul li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}

.arrow-listing ul li:before {
	content: "";
	width: 5px;
	height: 9px;
	background: url("/source/7b1780556aa3c4405bcdd6976f5d1945/right-arrow-gray.svg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 7px;
}
.scroll-section h3 {
	font-family: "Barlow", sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #3d4345;
	font-weight: 600;
	padding-bottom: 14px;
}
figure {
	padding: 15px 0 10px;
}
.scroll-section .learn-box h3 {
	font-family: "Barlow", sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 20px;
}
.need-a-cabling-wrap.our-process-wrap.home h4 {
	font-family: "Barlow", sans-serif;
	font-size: 26px;
	line-height: 31px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
}
.services-custom-page-wrap {
	padding: 100px 0 100px;
}
.our-process-page-wrap .detail-page-center .jumpto-wrap {
	display: none;
}
.begin-quoting-process {
	/* padding: 40px 30px; */
	background: #1c75bc;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	position: relative;
	margin-top: 47px;
	margin-bottom: 40px;
}
.begin-quoting-process-left {
	width: 50%;
	padding: 40px 30px;
}
.begin-quoting-process-right {
	width: 50%;
	padding: 40px 30px;
	border-left: 1px solid #fff;
	position: relative;
}
.begin-quoting-process-right:before {
	content: "";
	width: 34px;
	height: 34px;
	background: url("/source/2c7261ffdb7c5aa59e07510065a0a338/or-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: -17px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.begin-quoting-process h3 {
	font-family: "Barlow", sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 17px;
}
.assembly-listing ul {
	margin: 0 -15px;
	padding-top: 29px;
}
.assembly-listing ul li {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.assembly-box {
	height: 100%;
	padding: 24px 24px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.assembly-box .info {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #545d5f;
	padding-top: 5px;
}
.assembly-box .info h4 {
	font-family: "Barlow", sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #545d5f;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 5px;
}
.assembly-box .info p:last-child {
	margin: 0;
}
.services-custom-page-wrap .detail-page-wrap h2 {
	font-family: "Barlow", sans-serif;
	font-size: 41px;
	line-height: 48px;
	color: #3d4345;
	font-weight: 600;
	padding-bottom: 10px;
}
.subscribe-popup {
	padding: 0;
	overflow: visible;
}
.subscribe-form {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #545d5f;
	padding: 30px 40px 40px;
}
.subscribe-form .hbspt-form iframe {
	width: 100% !important;
}
.subscribe-form h3 {
	font-family: "Barlow", sans-serif;
	font-size: 26px;
	line-height: 39px;
	color: #1c75bc;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 20px;
}
.form-group label,
.ns-form .form-label {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #829cb1;
	padding-bottom: 5px;
	display: block;
	text-transform: capitalize;
}
.form-group .form-control {
	width: 100%;
	height: 42px;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #40464c;
	background: #fff;
	border: 1px solid #dfe4e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-group textarea {
	width: 100%;
	height: 120px;
	padding: 10px 15px;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #40464c;
	background: #fff;
	border: 1px solid #dfe4e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.submit-btn .submit,
.ns-form .ns-submit {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 7px 35px;
	border: 1px solid #1c75bc;
	background: #1c75bc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #829cb1;
}
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #829cb1;
}
.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #829cb1;
}
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #829cb1;
}

textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #829cb1;
}
textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #829cb1;
}
textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #829cb1;
}
textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #829cb1;
}
.form-group select.form-control {
	padding-right: 30px;
	background: url("/source/72510a889e1bb007147d0258dfafb2dd/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: 97% 17px;
}
.form-group textarea:focus {
	border-color: #40464c;
}
.form-group .form-control:focus {
	border-color: #40464c;
}
.submit-btn .submit:hover,
.ns-form .ns-submit:hover {
	background: #fff;
	color: #1c75bc !important;
}
.subscribe-popup .fancybox-button {
	width: 31px;
	height: 31px;
	padding: 0 !important;
	background: #1c75bc;
	opacity: 1 !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: -12px !important;
	right: -12px !important;
}
.subscribe-popup .fancybox-button svg {
	width: 25px;
	height: 25px;
	margin: 0 auto;
}
.subscribe-popup .fancybox-button svg path {
	fill: #fff;
}
.form-group.submit-btn {
	margin-bottom: 0;
}
.learning-center-listing-nav {
	margin-bottom: 40px;
	border-bottom: 1px solid #e6e4e4;
}
.learning-center-listing-nav ul li {
	/*width: 14.28%;*/
	margin-bottom: -1px;
}
.learning-center-listing-nav ul li a {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #3d4345;
	font-weight: 600;
	background: transparent;
	border-bottom: 3px solid transparent;
	padding: 21px 30px;
	text-align: center;
	display: block;
	word-break: break-all;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.learning-center-listing-nav ul li.active a,
.learning-center-listing-nav ul li:hover a {
	color: #1c75bc;
	background: #e9f1f7;
	border-color: #1c75bc;
}
.learning-center {
	margin: 0 -15px;
}
.learning-center-left {
	width: 25%;
	padding: 0 15px;
}
.learning-center-right {
	width: 75%;
	padding: 0 15px;
}
.learning-center-categories {
	background: #fff;
	padding: 30px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.categories-search .form-group .form-control {
	height: 56px;
	padding-left: 43px;
	background: url("/source/eccc0eec99ef82b6094034105489be55/search-icon.svg");
	background-repeat: no-repeat;
	background-position: 6% 22px;
}
.filter-by-categories-title {
	margin-bottom: 20px;
}
.filter-by-categories-title h3 {
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #3d4345;
}
.categories ul li {
	margin-bottom: 18px;
}
.categories ul li:last-child {
	margin-bottom: 0;
}
.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.categorie-checkbox label {
	padding-left: 33px;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	margin: 0;
	font-weight: 400;
}
.styled-checkbox + label:before {
	content: "";
	width: 18px;
	height: 18px;
	background: transparent;
	border: 2px solid #bacddb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 4px;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.styled-checkbox + label:after {
	content: "";
	width: 12px;
	height: 9px;
	background: url("/source/c26602491682ab26ea1d89147c78076a/right-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 3px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.styled-checkbox:checked + label:before {
	background: #1c75bc;
	border-color: #1c75bc;
}
.styled-checkbox:checked + label:after {
	opacity: 1;
	visibility: visible;
}
.learning-center-listing ul {
	margin: 0 -15px;
}
.learning-center-listing ul li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.learning-center-listing ul li .learning-center-box-img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.learning-center-listing .tag {
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #3d4345;
	background: #dfe4e6;
	padding: 4px 13px 3px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 30px;
}
.tag-date {
	margin-bottom: 20px;
}
.date-info {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.learning-center-listing h3,
.learning-center-listing h3 a {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #3d4345;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.learning-center-listing .overly h3,
.learning-center-listing .overly h3 a {
	color: #fff;
}
.learning-center-listing .overly .cta-btn-link a {
	color: #fff;
	display: inline-block;
}
.learning-center-listing .overly .cta-btn-link a svg path {
	fill: #fff;
}
.learning-center-listing .cta-btn-link {
	padding-top: 15px;
}
.learning-center-listing ul li .learning-center-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* .learning-center-listing ul li:hover .learning-center-box-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
} */
.learning-center-listing .overly h3 a:hover {
	color: #1c75bc;
}
.pagination-wrap {
	padding-top: 10px;
}
.pagination-wrap .wp-pagenavi {
	text-align: center;
}
.pagination-wrap .wp-pagenavi a {
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dfe4e6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #829cb1;
	line-height: 42px;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	margin: 8px;
	position: relative;
}

.pagination-wrap .wp-pagenavi span {
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dfe4e6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #66718f;
	line-height: 42px;
	text-align: center;
	margin: 8px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.pagination-wrap .wp-pagenavi a.previouspostslink {
	width: 42px;
	font-size: 0;
}
.pagination-wrap .wp-pagenavi a.previouspostslink:before {
	content: "";
	background: url("/source/be47f11d1858fbc653f70826407800d1/left-arrows.svg") no-repeat;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pagination-wrap .wp-pagenavi a.nextpostslink {
	width: 42px;
	font-size: 0;
}
.pagination-wrap .wp-pagenavi a.nextpostslink:before {
	content: "";
	background: url("/source/be47f11d1858fbc653f70826407800d1/left-arrows.svg") no-repeat;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pagination-wrap .wp-pagenavi span.current {
	background: #1c75bc;
	border-color: #1c75bc;
	color: #fff;
}
.pagination-wrap .wp-pagenavi a:hover {
	background: #1c75bc;
	border-color: #1c75bc;
	color: #fff;
}
.pagination-wrap .wp-pagenavi a.nextpostslink:hover {
	background: transparent;
}
.pagination-wrap .wp-pagenavi a.previouspostslink:hover {
	background: transparent;
}
.pagination-wrap .wp-pagenavi a.nextpostslink:hover:before {
	left: 20px;
}
.pagination-wrap .wp-pagenavi a.previouspostslink:hover:before {
	right: 20px;
}
.learning-center-page-wrap {
	padding-bottom: 100px;
}
.contact-us-page-wrap {
	padding: 100px 0 100px;
}
.contact-us {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	font-weight: 400;
	margin: 0 -15px;
}
.contact-us-left {
	width: 66%;
	padding: 0 15px;
}
.contact-us-right {
	width: 33%;
	padding: 0 15px;
}
.contact-us .contact-info-listing {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	margin-top: 30px;
}
.contact-us .contact-info-listing ul li {
	width: 50%;
	padding: 34px 20px;
}
.contact-us .contact-info-listing ul li:nth-child(1),
.contact-us .contact-info-listing ul li:nth-child(2) {
	border-bottom: 1px solid #e0e0e0;
}
.contact-us .contact-info-listing ul li .contact-info-box .icon {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(28, 117, 188, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-us .contact-info-listing ul li .contact-info-box .info {
	width: calc(100% - 75px);
	padding-left: 20px;
}
.get-in-touch-form {
	padding: 30px 30px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.get-in-touch-form .hbspt-form iframe {
	width: 100% !important;
}
.get-in-touch-form h3 {
	font-family: "Barlow", sans-serif;
	font-size: 26px;
	line-height: 39px;
	color: #1c75bc;
	font-weight: 700;
	padding-bottom: 10px;
}
.learning-center-listing-home .cta-btn {
	padding-top: 40px;
}
.thank-you-page-wrap {
	padding: 50px 0 50px;
}
.thank-you-page {
	width: 100%;
	max-width: 843px;
	margin: 0 auto;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #545d5f;
	text-align: center;
}
.thank-you-page-wrap h1 {
	font-family: "Barlow", sans-serif;
	font-size: 100px;
	line-height: 121px;
	font-weight: 600;
	color: #1c75bc;
	text-align: center;
	text-transform: uppercase;
}
.thank-you-page-wrap h3 {
	font-family: "Barlow", sans-serif;
	font-size: 31px;
	line-height: 48px;
	font-weight: 600;
	color: #3d4345;
	text-align: center;
	padding: 10px 0 20px;
}
.thank-you-page-wrap .cta-btn {
	padding-top: 15px;
}
.thank-you-page-wrap .cta-btn a svg {
	width: 6px;
	height: 12px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.thank-you-page-wrap .cta-btn a svg path {
	fill: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.thank-you-page-wrap .cta-btn a:hover svg path {
	fill: #1c75bc;
}
.learning-center-listing-interested .learning-center-listing {
	padding-top: 40px;
	border-top: 1px solid #e0e0e0;
}
.learning-center-listing-interested .title h2 {
	text-align: center;
	padding-bottom: 60px;
}
.learning-center-listing-interested .learning-center-listing ul li {
	width: 33.33%;
}
.learning-center-listing-interested {
	padding-bottom: 70px;
}
.sidebar-right .subscribe-box .subscribe-form {
	padding: 20px 30px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.form-group.submit-btn .submit {
	width: 100%;
}
.lerning-center-details-page .tag {
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #3d4345;
	background: #dfe4e6;
	padding: 4px 13px 4px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 30px;
}
.share-box {
	width: 100%;
	position: absolute;
	bottom: 36px;
	left: 0;
}
.share-box h5 {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	padding-right: 22px;
}
.share-box ul li {
	padding-right: 20px;
}
.quote-box p {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	font-weight: 400;
	margin-bottom: 0;
}
.quote-box figure {
	padding: 25px 0 25px;
	border-top: 3px solid #1c75bc;
	border-bottom: 3px solid #1c75bc;
	position: relative;
}
.quote-box blockquote {
	margin-bottom: 0;
}
.quote-box figure:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url("/source/d64938d81c43cc78e2ea3eaf1f148047/quote-side-bar.svg");
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.left-sidebar .quote-box p {
	text-align: center;
}
.blockquote-footer {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #545d5f;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
}
.detail-page-center .blockquote-footer {
	text-align: left;
}
.detail-page-center .quote-box figure {
	padding: 20px 30px;
	border: 1px solid rgba(28, 117, 118, 0.2);
}
.detail-page-center .quote-box {
	padding-left: 6px;
	padding-top: 6px;
}
.detail-page-center .quote-box figure:before {
	width: 15px;
	height: 36px;
	top: 50%;
	left: -6px;
	margin-top: -18px;
	right: inherit;
	background: url("/source/3a1cc4afb59cb9d9d47f463569bb2011/quote-box-icon.svg");
	z-index: 1;
}
.detail-page-center .quote-box figure:after {
	content: "";
	width: 3px;
	height: 100%;
	background: #1c75bc;
	position: absolute;
	top: 0;
	left: 0;
}
figure .info {
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-style: italic;
	font-weight: 400;
	color: #545d5f;
	padding-top: 5px;
}
.download-guide {
	background: #1c75bc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 35px;
}
.download-guide-img {
	width: 30%;
}
.download-guide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.download-guide-desc {
	width: 70%;
	padding: 25px 30px;
}
.download-guide-desc p {
	color: #fff;
}
.download-guide-desc h4 {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
}
.download-guide-desc .cta-btn-link a {
	color: #fff;
	text-transform: uppercase;
}
.download-guide-desc .cta-btn-link a img {
	margin-left: 13px;
}
.lerning-center-details-page .detail-page-wrap h2 {
	padding-bottom: 20px;
}
.lerning-center-details-page .detail-page-wrap .scroll-section {
	margin-bottom: 0;
}
.arrow-listing ul li ul {
	padding-top: 15px;
}
.arrow-listing ul li ul li {
	font-size: 14px;
	font-style: italic;
}
.arrow-listing ul li ul li:before {
	background: url("/source/736503fbd47aede87ce3409d4eab8ed9/right-arrow-outline-gray.svg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.wp-block-image.size-large img {
	width: 100%;
}
.scroll-section.no-border {
	border-top: 0;
	margin-bottom: 0;
}
.our-process-page-wrap #tab2 {
	margin-bottom: 0;
}
.page-template-our-process .our-process-page-wrap {
	padding-bottom: 100px;
}
.search-results .learning-center-page-wrap {
	padding: 80px 0 80px;
}
.search-results .learning-center-categories .categories-search .form-group,
.tax-learning-centers-category
	.learning-center-categories
	.categories-search
	.form-group {
	margin-bottom: 0;
}
.search-page-info .learning-center-listing-home-right {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.search-page-info .learning-center-listing-home-right ul {
	width: 100%;
	margin: 0 -15px;
}
.search-page-info .learning-center-listing-home-right ul li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.search-page-info
	.learning-center-listing-home-right
	ul
	li
	.learning-center-box-text {
	min-height: inherit;
	height: 100%;
}
.search-page-info
	.learning-center-listing-home-right
	ul
	li
	.learning-center-box-text
	.cta-btn-link
	a {
	display: inline-block;
}
.ns-container {
	padding: 0;
}
.ns-wrapper {
	max-width: 100%;
	padding: 0;
	border-radius: 0;
}
.ns-form .ns-group {
	padding-bottom: 0;
}
.form-group.submit-btn {
	position: relative;
}
.form-group.submit-btn .ajax-loader {
	position: absolute;
	top: 13px;
	right: 10px;
}
.contact-us-right .get-in-touch-form .form-group.submit-btn .submit {
	width: auto;
}
.contact-us-right .get-in-touch-form .form-group .ajax-loader {
	left: 0;
}
.menu-arrow svg path {
	fill: #1c75bc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*
.header-menu ul li:hover .menu-arrow svg path,
.header-menu ul li.active .menu-arrow svg path{
	fill: #fff;
}*/
.subscribe-popup .submit-btn .submit,
.subscribe-popup .ns-form .ns-submit {
	width: auto;
}
.no-articles-found {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #545d5f;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
.learning-center-page-wrap.search-post-wrap {
	padding-top: 50px;
}
.learning-center-listing-nav .cta-btn {
	display: none;
}
.learning-center-listing-nav .cta-btn a svg {
	width: 20px;
	height: auto;
	margin-top: -4px;
	margin-left: 10px;
}
.learning-center-listing-nav .cta-btn a svg path {
	fill: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.learning-center-listing-nav .cta-btn a:hover svg path {
	fill: #1c75bc;
}
.services-custom-page-wrap p a,
.detail-page-wrap p a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: underline;
}
.services-custom-page-wrap p a:hover,
.detail-page-wrap p a:hover {
	color: #1c75bc;
}
.video-box-wrap {
	position: relative;
	padding-bottom: 56.26%;
	margin-bottom: 20px;
}
.video-box-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.filter-by-categories-title h3 .svg {
	display: none;
}
.footer-social-media ul li a img {
	width: 18px;
	height: 18px;
}
.subscribe-img img {
	width: 100%;
}
