@font-face {
	font-family: "CarneroBold";
	src: url("../fonts/custom-fonts/CarneroBold.ttf");
}

@font-face {
	font-family: "GothamThin";src: url("../fonts/custom-fonts/GothamThin.ttf");
}

@font-face {
	font-family: "GothamThin";src: url("../fonts/custom-fonts/GothamThin.otf");
}

@font-face {
	font-family: "GothamMedium";src: url("../fonts/custom-fonts/GothamMedium.ttf");
}

@font-face {
	font-family: "GothamMedium";src: url("../fonts/custom-fonts/GothamMedium.otf");
}

@font-face {
	font-family: "GothamBold";src: url("../fonts/custom-fonts/GothamBold.ttf");
}

@font-face {
	font-family: "GothamBold";src: url("../fonts/custom-fonts/GothamBold.otf");
}

@font-face {
	font-family: "Jost";src: url("../fonts/custom-fonts/JostVariableFont_wght.ttf");
}

body {
	margin: 0;
	padding: 0;
}

.ds-image-wrap {
	width: 100%;
	margin-top: -5px;
	overflow: hidden;
}

.ds-image-wrap img {
	width: 100%;
}

@media (min-width: 1200px) {
	.display-flex {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.contact-right {
		vertical-align: middle;
		align-items: center;
		align-content: center;
		padding: 15px 0px;
	}

	.contact-img img {
		vertical-align: middle;
		width: 83px;
		height: 5rem;
		box-shadow: 0px 0px 10px -5px #5f5f5f;
	}

	.col-md-4.contact-img {
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.contact-info {
		margin-top: 5px;
		vertical-align: middle;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.contact-info {
		width: 100%;
	}
}

.contact-info p {
	margin: 0;
	padding: 0;
	line-height: 22.8571px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 16px;
	color: #2b2a29;
	font-family: sans-serif;
}

.logo-center {
	text-align: center;
}

.logo-center img {
	width: 43%;
	height: 100%;
	padding: 10px;
}

.download-btn {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.down-btn {
	color: #fff;
	background-color: #0071bd;
	border-color: #0071bd;
	border-radius: 15px;
	font-size: 16px;
	line-height: 22.8571px;
	padding: 5px 25px;
}

.down-btn:hover {
	background-color: #8d1a3d;
	border-color: #8d1a3d;
}

.navbar-default {
	background-color: #2c2573;
	border-color: #2c2573;
	border-radius: 0;
	margin-bottom: -3px;
}

@media (max-width: 768px) {
	.navbar {
		border-radius: 0px;
	}
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #dddddd;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #ff5722 !important;
	text-decoration: none;
	background-color: #f5f5f500 !important;
}

.navigation-bar {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.show {
	display: block!important;
	background: #2d2873;
}

.active {
	color: #ff5722 !important;
	;
}

.navigation-bar.top-nav {
	padding-top: 11px;
}

.navigation-bar li {
	display: inline-block !important;
	margin: 0;
}

.navigation-bar li a {
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 10px;
}

.maynav {
	background-color: #ffffff;
}

.maynav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	padding-left: 7px !important;
}

.maynav ul li {
	list-style: none;
}

.maynav ul li:not(:last-child) {
	margin-right: 5px;
}

.maynav ul a {
	color: #2d2873;
	border: 2px solid #fff;
	transition: 0.5s;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.maynav ul li a:hover, .maynav ul li a:active {
	color: #ff5722 !important;
}

@media (min-width:320px) and (max-width: 767px) {
	.maynav ul {
		display: block;
		padding: 0;
		padding-left: 0 !important;
		color: #fff !important;
	}

	.maynav ul a {
		color: #ffffff;
		border: none;
	}

	.navbar-header {
		background: #433f87;
	}

	.second_menu_icon {
		border: 1px solid #ddd !important;
	}

	.navbar-toggle .icon-bar {
		background: #888;
	}
}

@media (max-width: 800px) {
	.col-md-4.contact-img {
		width: 40%;
	}

	.contact-right {
		vertical-align: middle;
		padding: 0px;
		padding-top: 5px;
		display: flex;
		justify-content: center;
	}

	.logo-center img {
		width: 60%;
		height: 100%;
		padding: 10px;
	}

	.download-btn {
		vertical-align: middle;
		align-items: center;
		text-align: center;
		padding: 5px 0;
	}

	.navigation-bar li {
		display: flex !important;
		padding: 10px 10px;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.navigation-bar li {
		display: inline-block !important;
		padding: 0;
		margin: 0;
	}

	.contact-info p, .down-btn {
		font-size: 13px;
	}
}

#navigation.navigation-style-2 .nav-header #nav-trigger > a {
	font-size: 40px !important;
	margin-right: 40px !important;
}

#navigation.navigation-style-2 {
	background-color: #ffffff00 !important;
}

#navigation.navigation-style-2 .site-navigation {
	-webkit-transform: translateX(50%) !important;
	-ms-transform: translateX(50%) !important;
	transform: translateX(50%) !important;
}

.ds-title h3 {
	display: inline-block;
	background: #cf4815;
	margin: 0;
	padding: 10px 40px;
	border: none;
	border-radius: 0px 50px 50px 0px;
	font-family: Jost;
	font-weight: 600;
	color: #fff;
}

@media ( max-width: 767px ) {
    .ds-title h3 {
        padding: 3px 30px;
        font-size: 8px;
    }
}

.ds-tag-line {
	max-width: 25%;
}

.ds-tag-line h3 {
	font-family: GothamThin;
	text-align: left;
}

.ds-partner-alliance {
	background-image: url(https://cabledepot-me.com/wp-content/uploads/2023/11/bg-image-1-update.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 60px;
	height: 400px;
}

@media ( max-width: 767px ) {
    .ds-tag-line h3 {
    	font-size: 10px;
    }
    .ds-partner-alliance {
        height: unset;
        padding: 15px;
    }
}

section.ds-automation-wrap {
	margin: 30px 0;
}

.broadband-heading {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0 40px;
	font-family: 'GothamBold';
	letter-spacing: -0.1px;
}

.ds-partners-heading {
	margin: 20px 0;
}

.ds-partners-heading h1 {
	font-size: 40px;
	font-family: 'GothamBold';
	text-align: center;
}

.end-footer .container.wid {
	display: flex;
	justify-content: space-around;
}

section.footer-top {
	display: block;
	width: 100%;
	padding: 80px 0;
	background: #002e5b;
	font-family: Jost;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}

.footer-top .container {
	max-width: 1170px;
	margin: auto;
}

.footer-top .row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.cs-heading {
	padding: 0 30px;
}

button.read-more {
	padding: 5px 15px;
	cursor: pointer;
}

.ds-image-wrap {
	margin-top: 0;
}

.footer-top .row {
	display: block !important;
	padding: 0 60px;
}

.cs-description p {
	font-size: 13px;
}

button.read-more {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.section_footer {
	background: #433f87;
	margin: 0 !important;
	color: #fff;
	margin-top: 2px !important;
	padding: 60px 0px;
}

.about-footer h3, .menu-footer h3, .contact-footer h3 {
	font-size: 24px;
	font-weight: 800;
	margin: 20px 0px;
	text-transform: uppercase;
}

.menu-footer ul li a {
	color: #fff;
	font-size: 18px;
}

.menu-footer ul li a:hover {
	color: #ddd;
}

.menu-footer ul li {
	list-style: none;
	margin: 5px 0px;
	font-size: 16px;
}

.menu-footer ul {
	margin: 0;
	padding: 0;
}

.contact-list ul {
	margin: 0;
	padding: 0;
}

.contact-list ul li {
	list-style: none;
	margin: 8px 0px;
	font-size: 18px;
}

.contact-list ul li a {
	color: #fff;
}

.social.hidden-sm {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #fff;
	margin-top: 30px;
}

.social.hidden-sm ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.social.hidden-sm ul li {
	list-style: none;
	display: inline-block;
}

.social-icon img {
	width: 50px;
}

.ms-home-auto {
	font-size: 12px;
	margin-left: 10px;
}

input#name {
	width: 48%;
	margin-right: 5px;
}

input[type="email"] {
	width: 58%;
	margin-right: 5px;
}

form#subsFrm {
	display: table !important;
}

#subscribeBtn {
	font-size: 18px;
	background: #5b55b6;
	border: none;
	outline: none;
	width: 40%;
	padding: 1px;
	border: 1px solid #ffffff00;
}

#subscribeBtn:hover {
	background: #fff;
}

.status p {
	text-align: left;
	margin-top: 5px;
}

.revcls {
	display: flex;
	flex-wrap: wrap-reverse;
	padding: 0 !important;
}

@media (min-width: 1024px) and (max-width: 1268px) {
	.download-newsletter {
		display: none;
	}
}

ul.footer-dropdown-menu.footer-toggle li a {
	color: #433f87;
}

.footer-dropdown-menu {
	width: 300px !important;
	background: #fff;
	padding: 10px !important;
	opacity: 0;
	position: absolute;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 600ms ease;
}

.footer-toggle {
	position: relative !important;
	opacity: 1 !important;
	transform: scaleY(1) !important;
}