@charset "UTF-8";
/* CSS Document */
@media (min-width: 992px){
	.jumpto-links ul{
		display: block !important;
	}
}
@media(min-width: 767px){
	.learning-center-listing-menu{
		display: block !important;
	}
	.filter-by-categories-box .categories{
		display: block !important;
	}
}
@media (min-width: 1025px){
	.header-menu{
		display: block !important;
	}
	.header-menu ul li:hover .sub-menu{
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.menu-arrow{
		display: none;
	}
}
@media(max-width: 1500px){
	.copy-right-wrap{
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}
}
@media(max-width: 1280px){
	.our-capabilities-wrap{
		padding: 70px 0 70px;
	}
	.work-with-wrap{
		padding: 70px 0 50px;
	}
	.what-our-customer-wrap{
		padding: 70px 0 70px;
	}
	.how-it-began-wrap{
		padding: 70px 0 70px;
	}
	.learning-center-wrap.home{
		padding: 70px 0 70px;
	}
	.contact-info-listing-wrap{
		padding: 70px 0 70px;
	}
	.title h2{
		font-size: 35px;
		line-height: 45px;
	}
	.about-us-page-wrap{
		padding: 80px 0;
	}
	.services-custom-page-wrap{
		padding: 80px 0 80px;
	}
}
@media(max-width: 1200px){
	.full-width-box-wrap > ul > li{
		width: 100%;
		max-width: 870px;
		margin: 0 auto;
	}
	.full-width-box-wrap .full-width-img{
		width: 100%;
	}
	.full-width-box-wrap .full-width-desc{
		width: 100%;
		padding: 30px 30px;
		background: rgba(255,255,255,0.6);
		-webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
		box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
	}
	.our-process-wrap.home{
		padding: 50px 15px 30px;
	}
	.full-width-box-wrap .full-width-desc .info{
		max-width: 100%;
	}
	.need-a-cabling-wrap .full-width-box-wrap .full-width-desc{
		background: transparent;
		padding: 20px 0;
		box-shadow: none;
	}
	.download-guide-desc{
		width: 100%;
	}
	.download-guide-img{
		width: 100%;
	}
}
@media(max-width: 1140px){
	.work-with-title{
		width: 100%;
		padding-bottom: 30px;
	}
	.work-with-listing{
		width: 100%;
	}
	.work-with-wrap{
		padding: 50px 0 30px;
	}
	.get-a-quote-box h3{
		font-size: 28px;
		line-height: 34px;
		padding-bottom: 10px;
	}
	.sidebar-right .get-a-quote-box{
		padding: 10px 20px 20px;
	}
	.jumpto-title{
		padding: 10px 10px;
	}
	.jumpto-title h3{
		font-size: 28px;
		line-height: 36px;
	}
	.learning-center-categories{
		padding: 30px 15px;
	}
	.sidebar-right .subscribe-box .subscribe-form{
		padding: 20px 15px;
	}
	.share-box{
		bottom: 26px;
	}
	.lerning-center-details-page .inner-banner-wrap{
		padding: 50px 0 70px;
	}
}
@media (max-width: 1024px){

	.header-menu{
		width: 100%;
		max-width: 300px;
		height: 100vh;
		background: #E9F1F7;
		padding: 50px 0 20px;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 123;
		-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;
		overflow: auto;
	}
	.header-menu.open{
		right: 0;
	}
	.mobile-menu-icon{
		display: block;
	}
	.header-menu ul li{
		display: block;
		width: 100%;
		padding: 0;
	}
	.header-menu ul li a:before{
		display: none;
	}
	.header-menu > ul > li > a{
		padding: 10px 15px;
		display: block;
		border-bottom: 1px solid #1C75BC;
	}
	.header-menu > ul > li > a:hover,
	.header-menu > ul > li.active > a{
		color: #1C75BC;
	}
	.contact-info-listing ul li{
		padding-left: 20px;
	}
	.close-menu{
		display: block;
	}
	.our-process-page-wrap .detail-page-right {
    	display: none !important;
	}
	.inner-banner-wrap{
		height: inherit;
		min-height: 300px;
	}
	.contact-us-left{
		width: 60%;
	}
	.contact-us-right{
		width: 40%;
	}
	.contact-us .contact-info-listing ul li .contact-info-box .icon{
		width: 55px;
		height: 55px;
	}
	.contact-us .contact-info-listing ul li .contact-info-box .info{
		width: calc(100% - 55px);
	}
	.header-wrap{
		padding: 18px 0 18px;
	}
	.dropdown .sub-menu{
		position: relative;
		top: 0;
		left: 0;
		min-width: auto;
	}
	.header-menu ul li .sub-menu{
		opacity: 1;
		visibility: visible;
	}
	.dropdown .sub-menu:before{
		display: none;
	}
	.jumpto-links ul{
		display: none;
	}
	.col-three.detail-page-wrap .detail-page-center{
		width: 75%;
	}
	.jumpto-links ul{
		display: block;
	}
	.our-process-page-wrap .col-three .detail-page-right{
		width: 100%;
		padding-top: 20px;
	}
	.full-width-box-wrap > ul > li{
		max-width: 650px;
	}
	.sidebar-right .subscribe-box{
		display: none;
	}

}
@media (max-width: 991px){
	.banner-desc{
		padding: 26px 30px 40px;
		background: rgba(255, 255, 255, 0.9);
	}
	.banner-desc h1{
		font-size: 33px;
		line-height: 44px;
	}
	.title h2{
		font-size: 35px;
		line-height: 45px;
	}
	.our-capabilitie-listing ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	.our-capabilities-wrap{
		padding: 50px 0 20px;
	}
	.our-capabilitie-listing{
		padding-top: 10px;
	}
	.what-our-customer-wrap{
		padding: 50px 0 50px;
	}
	.what-our-customer-say-listing ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.what-our-customer-say-listing{
		padding-top: 12px;
	}
	.how-it-began-desc{
		padding-left: 0px;
	}
	.how-it-began-wrap{
		padding: 50px 0 50px;
	}
	.learning-center-wrap.home{
		padding: 50px 0 50px;
	}
	.contact-info-listing-wrap{
		padding: 50px 0 50px;
	}
	.contact-info-listing ul li{
		padding: 0 10px;
	}
	.contact-info-listing ul li .contact-info-box .icon{
		text-align: center;
		margin: 0 auto;
	}
	.contact-info-listing ul li .contact-info-box .info{
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.footer-links ul li{
		padding: 0 15px;
	}
	.our-awards-title{
		width: 100%;
		padding-bottom: 30px;
	}
	.our-awards-logo{
		width: 100%;
	}
	.detail-page-wrap.col-two{
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.detail-page-wrap.col-two .detail-page-left{
		width: 100%;
	}
	.detail-page-wrap.col-two .detail-page-right{
		width: 100%;
		display: flex;
	}
	.sidebar-right{
		width: 100%;
	}
	.sidebar-right .get-a-quote-box{
		padding-top: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.get-a-quote-box h3{
		padding-bottom: 0;
	}
	.about-us-page-wrap{
		padding: 50px 0;
	}
	.arrow-btn-wrap{
		padding-top: 20px;
	}
	.our-process-page-wrap{
		padding: 50px 0 20px;
	}
	.col-three.detail-page-wrap .detail-page-left, .col-three.detail-page-wrap .detail-page-right{
		width: 100%;
	}
	.col-three.detail-page-wrap .detail-page-center{
		padding-top: 83px;
		width: 100%;
		position: relative;
	}
	.col-three.detail-page-wrap .detail-page-left{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		background: #fff;
	}

	.jumpto-title{
		cursor: pointer;
		border-bottom-color: transparent;
		background: #fff;
		position: relative;
	}
	.jumpto-title img{
		width: 10px;
		display: block;
		position: absolute;
		top: 17px;
		right: 15px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.jumpto-title.open{
		border-bottom-color: #E0E0E0;
	}
	.detail-page-left.stick{
		position: sticky;
		top: 100px;
	}
	.jumpto-title h3{
		font-size: 20px;
		line-height: 30px;
		color: #1C75BC;
	}
	.scroll-section h2{
		font-size: 31px;
		line-height: 41px;
	}
	.scroll-section h3{
		font-size: 25px;
		line-height: 35px;
	}
	.scroll-section{
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.col-three.detail-page-wrap .detail-page-left{
		display: none;
	}
	.jumpto-title {
		cursor: pointer;
		border-bottom-color: transparent;
		background: #fff;
		position: relative;
	}
	.jumpto-title h3 {
		font-size: 20px;
		line-height: 30px;
		color: #1C75BC;
	}
	.jumpto-title img {
		width: 10px;
		display: block;
		position: absolute;
		top: 17px;
		right: 15px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.col-three.detail-page-wrap .detail-page-left {
		display: none;
	}
	.col-three.detail-page-wrap .detail-page-left {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		background: #fff;
	}
	.our-process-page-wrap .detail-page-center .jumpto-wrap{
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		display: block;
		margin-bottom: 30px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 123;
	}
	/*.our-process-page-wrap .col-three.detail-page-wrap .detail-page-center{
		padding-top: 0;
	}*/

	.our-process-page-wrap .detail-page-center .jumpto-wrap.stick{
		position: fixed;
		top: 95px;
		left: 0;
		right: 0;
		z-index: 12;
	}
	.jumpto-links{
		background: #fff;
	}
	.jumpto-links ul{
		display: none;
	}
	.assembly-listing ul li{
		width: 50%;
	}
	.assembly-box .info h4{
		font-size: 20px;
		line-height: 30px;
	}
	.services-custom-page-wrap .detail-page-wrap h2{
		font-size: 30px;
		line-height: 40px;
	}
	.learning-center-left{
		width: 100%;
	}
	.learning-center-right{
		width: 100%;
		padding-top: 50px;
	}
	.categories-search .form-group .form-control{
		background-position: 15px 22px;
	}
	.categories ul{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.categories ul li{
		width: 33.33%;
		padding: 0 15px;
	}
	.learning-center-page-wrap{
		padding-bottom: 80px;
	}
	.contact-us .contact-info-listing ul li .contact-info-box .icon{
		width: 100%;
		max-width: 55px;
		margin: 0 auto;
	}
	.contact-us .contact-info-listing ul li .contact-info-box .info{
		width: 100% !important;
		padding-left: 0;
	}
	.contact-us-page-wrap{
		padding: 50px 0 50px;
	}
	.services-custom-page-wrap{
		padding: 50px 0 30px;
	}
	.get-in-touch-form{
		padding: 30px 15px;
	}
	.learning-center-listing-interested .learning-center-listing ul li{
		width: 50%;
	}
	.thank-you-page-wrap h1{
		font-size: 80px;
		line-height: 90px;
	}
	.lerning-center-details-page .col-three.detail-page-wrap .detail-page-left{
		display: block;
	}
	.lerning-center-details-page .col-three.detail-page-wrap .detail-page-center{
		padding-top: 20px;
	}
	.sidebar-right .subscribe-box{
		width: 100%;
		max-width: 297px;
		margin: 0 auto;
	}
	.download-guide-desc{
		padding: 25px 15px;
	}
	.page-template-our-process .our-process-page-wrap{
		padding-bottom: 50px;
	}
	.our-process-page .detail-page-wrap.col-two{
		-ms-flex-direction: inherit !important;
		flex-direction: inherit !important;
	}
	.our-process-page .detail-page-wrap.col-two .sidebar-right .get-a-quote-box{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.about-us-page-wrap .detail-page-wrap.col-two{
		-ms-flex-direction: inherit !important;
		flex-direction: inherit !important;
	}
	.about-us-page-wrap .detail-page-wrap.col-two .sidebar-right .get-a-quote-box{
		margin-bottom: 0px;
		margin-top: 40px;
	}
	.our-process-page-wrap .col-three .sidebar-right .get-a-quote-box{
		margin-top: 40px;
	}
	.services-custom-page-wrap .sidebar-right .get-a-quote-box h3{
		width: 100%;
		margin-bottom: 20px;
	}
	.left-sidebar, .sidebar-right{
		position: relative;
		top: 0;
	}
	.our-process-page-wrap .detail-page-right{
		display: none;
	}

}

@media (max-width: 767px){
	.banner-wrap{
		height: auto;
		padding: 100px 0 100px;
	}
	.banner-desc{
		font-size: 16px;
		line-height: 26px;
		padding: 26px 15px 40px;
	}
	.banner-desc h1{
		font-size: 25px;
		line-height: 35px;
	}
	.cta-btn a{
		font-size: 16px;
		padding: 10px 28px 10px 28px;
	}
	.header-cta-btn{
		display: none;
	}
	.header-cta-btn.mobile-show{
		display: block;
		padding-top: 20px;
		text-align: center;
	}
	.title h2{
		font-size: 28px;
		line-height: 38px;
		padding-bottom: 15px;
	}
	.full-width-box-wrap .full-width-desc{
		padding: 30px 20px;
	}
	.video-box a .play-btn{
		width: 109px;
		height: 109px;
	}
	.hedaer-search .search-icon{
		padding-top: 14px;
	}
	.our-capabilitie-listing ul li{
		width: 100%;
	}
	.work-with-listing ul li{
		width: 33.33%;
	}
	.work-with-title h2{
		padding-left: 30px;

	}
	.work-with-title h2:before{
		width: 20px;
	}
	.our-capabilitie-listing ul li .our-capabilitie-box .our-capabilitie-desc h3{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 5px;
	}
	.our-capabilitie-listing ul li .our-capabilitie-box .our-capabilitie-desc{
		width: calc(100% - 20px);
		padding: 23px 20px 30px;
	}
	.customer-say{
		font-size: 16px;
		line-height: 26px;
		padding: 20px;
	}
	.customer-info{
		padding: 10px 20px;
	}
	.how-it-began-desc{
		padding-top: 30px;
	}
	.learning-center-listing-home .learning-center-listing-home-left{
		width: 100%;
	}
	.learning-center-listing-home .learning-center-listing-home-right{
		width: 100%;
	}
	.learning-center-box-img{
		height: auto;
		margin-bottom: 30px;
	}
	.learning-center-listing-home h3, .learning-center-listing-home h3 a{
		font-size: 18px;
		line-height: 26px;
	}
	.learning-center-box-img .overly{
		padding: 10px 15px 15px;
	}
	.learning-center-box-text{
		padding: 20px 15px 20px;
	}
	.learning-center-listing-home .tag{
		margin-bottom: 5px;
	}
	.learning-center-listing-home .cta-btn-link{
		padding-top: 5px;
	}
	.learning-center-listing-home .tag{
		padding: 5px 18px 4px;
	}
	.contact-info-listing ul li{
		width: 50%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.contact-info-listing ul li:nth-child(2){
		border-right: 0;
	}
	.contact-info-listing ul li:nth-child(2),
	.contact-info-listing ul li:first-child{
		border-bottom: 1px solid #E0E0E0;
	}
	.contact-info-listing ul li .contact-info-box .info a{
		font-size: 14px;
		line-height: 22px;
	}
	.contact-info-listing ul li .contact-info-box .info h3{
		font-size: 18px;
		line-height: 22px;
	}
	.contact-info-listing ul li .contact-info-box{
		padding: 0;
	}
	.copy-right{
		width: 100%;
		text-align: center;
	}
	.footer-social-media{
		width: 100%;
	}
	.footer-social-media ul{
		justify-content: center;
		padding-top: 20px;
	}
	.footer-social-media ul li{
		padding: 0 15px;
	}
	.our-awards-logo ul li{
		width: 100%;
	}
	.inner-banner-info h1{
		font-size: 35px;
		line-height: 45px;
	}
	.about-us-listing-img{
		width: 100%;
	}
	.about-us-listing-img img{
		width: 100%;
		height: auto;
		object-fit: inherit;
	}
	.about-us-listing-info{
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
	}
	.about-us-listing .about-us-listing-box:nth-child(even) .about-us-listing-info{
		padding-right: 0;
	}
	.learn-box h3{
		font-size: 25px;
		line-height: 30px;
	}
	.learn-box{
		padding: 23px 15px 30px;
		margin-top: 20px;
	}
	.about-us-listing .about-us-listing-box{
		margin-bottom: 20px;
	}
	.get-a-quote-box h3{
		width: 100%;
		font-size: 25px;
		line-height: 35px;
		padding-bottom: 10px;
	}
	.sidebar-right .get-a-quote-box{
		padding: 11px 15px 20px !important;
	}
	.services-custom-page-wrap .detail-page-wrap h2{
		font-size: 28px;
		line-height: 38px;
	}
	.begin-quoting-process-right{
		width: 100%;
		border-left: 0;
		border-top: 1px solid #fff;
	}
	.begin-quoting-process-right:before{
		top: -17px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.begin-quoting-process-left{
		width: 100%;
	}
	.begin-quoting-process h3{
		font-size: 20px;
		line-height: 30px;
	}
	.begin-quoting-process-left,
	.begin-quoting-process-right{
		padding: 20px 15px 20px;
	}
	/*.learning-center-listing-nav ul li{
		width: 50%;
		margin-bottom: 0;
	}
	.learning-center-listing-nav ul li a{
		padding: 11px 5px;
	}*/
	.categories ul li{
		width: 50%;
	}
	.learning-center-listing ul li{
		width: 100%;
	}
	.learning-center-page-wrap{
		padding-bottom: 50px;
	}
	.learning-center-listing ul li .learning-center-box-img{
		margin-bottom: 0;
	}
	.fancybox-button{
		top: 10px !important;
		right: 10px !important;
	}
	.subscribe-form{
		padding: 20px 15px 30px;
	}
	.contact-us-left{
		width: 100%;
	}
	.contact-us-right{
		width: 100%;
		padding-top: 30px;
	}
	.get-in-touch-form{
		padding: 30px 15px;
	}
	.cta-btn a{
		text-align: center;
	}
	.customer-info span{
		font-size: 18px;
		padding-right: 10px;
	}
	.learning-center-listing-home h3{
		padding-bottom: 5px;
	}
	.begin-quoting-process{
		margin-bottom: 30px;
		margin-top: 25px;
	}
	.begin-quoting-process-left, .begin-quoting-process-right{
		padding-bottom: 30px;
	}
	.assembly-listing ul li{
		width: 100%;
	}
	.assembly-box p:last-child{
		margin-bottom: 0;
	}
	.learning-center-listing-home .tag{
		margin-right: 15px;
	}
	.thank-you-page-wrap h1{
		font-size: 60px;
		line-height: 70px;
	}
	.thank-you-page-wrap h3{
		font-size: 20px;
		line-height: 30px;
	}
	.learning-center-listing-interested .title h2{
		padding-bottom: 30px;
	}
	.learning-center-listing-interested .learning-center-listing ul li{
		width: 100%;
	}
	.learning-center-listing-interested{
		padding-bottom: 30px;
	}
	.learning-center-listing .tag{
		margin-right: 15px;
	}
	.our-awards-title{
		text-align: center;
	}
	.our-awards-title h3{
		display: inline-block;
	}
	.services-custom-page-wrap .sidebar-right .get-a-quote-box h3{
		margin-bottom: 0;
	}
	.subscribe-popup .fancybox-button{
		right: 5px !important;
		top: 5px !important;
	}
	.learning-center-listing-menu{
		display: none;
	}
	.learning-center-listing-nav .cta-btn{
		display: block;
		padding: 20px;
		text-align: center;
	}
	.learning-center-listing-nav ul li{
		width: 100%;
	}
	.learning-center-listing-nav ul li{
		margin-bottom: 0;
	}
	.learning-center-listing-nav ul li a{
		padding: 11px 15px;
	}
	.filter-by-categories-box .categories{
		display: none;
		padding-top: 10px;
	}
	.categories ul li{
		width: 100%;
	}
	.filter-by-categories-box h3{
		cursor: pointer;
		display: flex;
	}
	.filter-by-categories-title{
		margin-bottom: 0;
	}
	.filter-by-categories-title h3 .svg{
		width: 20px;
		height: auto;
		display: block;
		margin-left: 10px;
	}
	.filter-by-categories-title h3 .svg path{
		fill: #3D4345;
	}

}