html{
    overflow-X: hidden !important;
}
body{
    font-size: 18px;
    font-family: 'Montserrat Regular' !important;
    color: #939597;
    overflow-X: hidden !important;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
a:hover {
    color: #ff5722 !important;
    text-decoration: none;
}
a:focus, a:active{
    color: #ff5722 !important;
    text-decoration: none;
}
input {
    color: #333;
}
img{
	width: 100%;
	height: 100%;
}
section {
    margin: 30px 0px;
    padding: 0;
    overflow: hidden !important;
}
.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
@media (min-width: 1200px){
.container {
    width: 1240px !important;
}
  }
.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 (min-width:320px) and (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;
}
/*navigation bar-------------*/

.navbar-default {
    background-color: #2c2573;
    border-color: #2c2573;
    border-radius: 0;
}
@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;
}
}

/*header media control-------------------*/
@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;
}
}


/*section one----------------------*/
.section_one{
	margin-top: 10px;
}
.bnr-des {
    padding: 60px;
    background: #444697;
    color: #fff;
}
@media (min-width:320px) and (max-width: 767px){
.bnr-des {
    padding: 60px 15px;
	}
}
.bnr-des p{
	color: #fff;
	padding-bottom: 20px;
}
.belden-icon {
    background: #fff;
}
.al-mazroui-heading{
	    background: #433f86;
		display: flex;
}
.al-mazroui_title {
    display: flex;
	align-items: center;
}
.al-mazroui_title p {
    color: #ffffff;
    margin-top: 0px !important;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
}
.al-mazroui-list-left{
    padding-right: 50px;
}
.al-mazroui-list-left h3{
    color: #0251fc;
    font-weight: 800;
}
.al-mazroui-list-right h3 {
    color: #ba061c;
    font-weight: 800;
}
.al-mazroui-list-left, .al-mazroui-list-right{
	padding-top: 30px;
}
.al-mazroui-list-left ul, .al-mazroui-list-right ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    
}
.al-mazroui-list-left ul li, .al-mazroui-list-right ul li {
    list-style: none;
    text-align: left;
    font-size: 18px;
	margin: 5px 0px;
	line-height: 1.655;
}
.al-mazroui-alert img {
    height: unset !important;
    position: relative;
    transform: scale(1.1);
    left: -16px;
}
@media (min-width:320px) and (max-width: 767px){
.al-mazroui-heading {
    display: block;
}
.al-mazroui_title p{
    text-align: center
}
.al-mazroui-list-left h3 {
    margin-bottom: 30px;
}
.al-mazroui-list-left ul li, .al-mazroui-list-right ul li{
    text-align: justify;
}
.al-mazroui-alert img {
    height: unset !important;
    position: relative;
    transform: scale(1.2);
    left: 0;
    margin-bottom: 40px;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.col-md-6.al-mazroui-list-right {
    padding: 15px !important;
    margin-top: 40px;
}
}
@media (min-width:768px) and (max-width: 1200px){
.al-mazroui-alert img {
    transform: scale(1);
}
}



/*section three------------------------*/
.section_three {
    margin-top: -50px !important;
}
.belden-banner-img{
	margin: 0;
	padding: 0;
	    padding-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 768px){
.col-md-12.belden-banner-img {
    display: none;
}
}


/*section two dwn------------------------*/
@media (min-width: 0px) and (max-width: 767px){
section.section_five {
    display: none !important;
}
}
section.section_two_dwn {
    margin-top: 80px;
}

/*section five------------------------*/

.section_four {
    padding: 30px 0px;
}
.carousel-title h2{
	text-align: center;
	font-weight: 800;
	letter-spacing: 1px;
	color: #433f87;
}
.carousel-title h3{
	text-align: center;
	letter-spacing: 1px;
	font-size: 19px;
	color: #433f87;
}
.col-md-12.carousel-title {
    color: #333;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item {float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div {text-align: center;padding:10px;margin: 15px;background:#edf1f4;color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst {position:absolute;border-radius: 0;top:calc(50% - 20px);height: 50px;font-size: 25px;}
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
    .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.bric-img {
    box-shadow: 0px 0px 10px -5px #c1c1c1;
    border: 1px solid #000;
    height: 350px;
    width: 100%;
    background: #edf1f4;
}	
.img-responsive {
    width: 88%;
    height: 280px;
    margin: auto;
    vertical-align: middle;
    margin-top: 10px;
}
.bric-text {
    position: relative;
    background: #ffffff !important;
    margin-top: -10px !important;
    padding-bottom: 40px;
    height: 630px;
}
.bric-text h4 {
    font-weight: 800;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}
.bric-text p {
    text-align: justify;
    padding: 0px 20px;
    font-size: 17px;
}
.bric-text ul {
    margin-top: 15px;
    margin-bottom: 10px;
}
.bric-text ul li {
    text-align: left;
    font-size: 17px;
}

.bric-text ul h5 {
    text-align: left;
    margin-left: -10px;
    font-weight: 800;
    font-size: 18px;
}
button.know-btn {
    background: #262b4c;
    padding: 6px;
    border: none;
    position: absolute;
    bottom: 30px;
    left: 66%;
}
button.know-btn a {
    font-size: 12px;
    color: #ffffff;
    line-height: 2;
}
button.know-btn a:hover{
	color: #ffffff !important;
}
button.know-btn:hover{
	background: #337ab7;
}
@media (min-width: 320px) and (max-width: 359px){
    .bric-img {
    height: 240px;
}
.bric-img img {
    height: 220px !important;
}
.bric-text {
    height: 850px !important;
}
}

@media (min-width: 360px) and (max-width: 424px){
    .bric-img {
    height: 280px;
}
.bric-img img {
    height: 260px !important;
}
.bric-text {
    height: 710px;
}
}

@media (min-width: 425px) and (max-width: 767px){
    .bric-img {
    height: 500px;
}
.bric-img img {
    height: 470px !important;
}
}


@media (min-width: 768px)  and (max-width: 1023px){
.bric-text {
    position: relative;
    background: #ffffff !important;
    margin-top: -10px !important;
    padding-bottom: 40px;
    height: 670px;
}
.imgbx img {
    width: 100%;
    height: 300px !important;
}
.img-responsive {
    width: 88%;
    height: 250px;
    margin: auto;
    vertical-align: middle;
    margin-top: 10px;
}
.bric-img {
    height: 280px;
}
.bric-img img {
    height: 260px !important;
}
  }
  
  
@media (min-width: 1024px) and (max-width: 1268px){
.bric-img {
    height: 266px;
}
.bric-img img {
    height: 244px !important;
}
}


/*section six------------------------*/
section.section_six {
    margin-top: 60px !important;
}
.industria-cont{
	margin: 10px auto;
	padding: 30px !important;
	background: #f1f1f1;
}
.industria-cont ul {
    padding: 0 0 0px 16px;
}
.industria-row{
	margin-top: 30px;
}
.industrial-txt h4 {
    color: #275c98;
    text-align: center;
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 30px !important;
    margin: 0;
}
.industrial-img img {
    width: 100%;
    height: auto;
}
.industrial-txt p {
    text-align: justify;
}
.industrial-list h4 {
    color: #275c98;
    font-weight: 800;
}
.col-md-6.col-sm-12.industrial-list {
    font-size: 16px;
}
.belden-section-logo img{
	width: 75%;
	height: 100%;
}
.inds-sec{
    display: block;
}
.inds-btn {
    background: #262b4c;
    padding: 6px;
    border: none;
    margin-top: 17px;
}
.inds-btn a {
    font-size: 12px;
    color: #ffffff;
    line-height: 2;
}
.inds-btn:hover {
    background: #337ab7;
}
.inds-btn a:hover {
    color: #ffffff !important;
}




@media (min-width: 320px) and (max-width: 768px){
.col-md-3.belden-section-logo {
    text-align: center;
}
.belden-section-logo img{
	width: 70%;
	height: 100%;
}
}


@media (min-width: 768px) and (max-width: 1024px){
.belden-section-logo img{
	width: 35%;
	height: 100%;
}
.inds-sec{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
}


@media (min-width: 1024px) and (max-width: 1268px){
    .industrial-img img {
    width: 100%;
    height: 200px;
}
.inds-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
}


/*section seven------------------------*/
.section_seven {
    padding: 30px 0px;
}
.carousel-2nd-title h2 {
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    color: #433f87;
}
.carousel-2nd-title h3 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 19px;
	color: #433f87;
}
.bric-img img {
    width: 95%;
    height: 330px;
    margin: auto;
    vertical-align: middle;
    margin-top: 10px;
}
.secbric-img {
    box-shadow: 0px 0px 10px -5px #c1c1c1;
    height: 360px;
    width: 100%;
    background: #edf1f4;
    border: 1px solid #000;
    text-align: center;
}
.secbric-img img {
    width: 90%;
    height: 320px;
    margin: auto;
    vertical-align: middle;
    margin-top: 20px;
}
.secitem.col-md-3 {
    margin: 30px 0px;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    display: none;
}
@media (max-width: 1200px){
.leftLst, .rightLst {
    display: block;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    display: block;
}
  }
.secbric {
    position: relative;
    background: #ffffff !important;
    margin-top: -10px !important;
    padding-bottom: 40px;
    height: 680px !important;
}
.pad15.bric-box {
    padding: 5px;
    background: #fff;
    margin: 30px;
}
@media (min-width: 320px) and (max-width: 768px){
    .secbric {
    position: relative;
    background: #ffffff !important;
    margin-top: -10px !important;
    padding-bottom: 40px;
    height: 970px !important;
}
    .secbric-img {
    box-shadow: 0px 0px 10px -5px #c1c1c1;
    height: 220px;
    width: 100%;
    background: #edf1f4;
    border: 1px solid #000;
    text-align: center;
}
    .secbric-img img {
    width: 92%;
    height: 200px;
    margin: auto;
    vertical-align: middle;
    margin-top: 10px;
}
    
  }

@media (min-width:768px) and (max-width: 1023px){
.secbric {
    height: 820px !important;
}
}
@media (min-width: 1024px) and (max-width: 1200px){
.bn-bnr-cnt {
    padding: 0px 30px;
    line-height: 1.1555555;
}
.bric-text {
    height: 785px;
}
.secbric {
    height: 860px !important;
}

}
  
/*section eight------------------------*/
section.section_eight {
    margin-top: 60px;
}
.col-md-6.designersection-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 375px;
    color: #262b4c;
    background: #f1f1f1;
}
.designersection-title p {
    font-size: 22px;
    line-height: 1.999;
    text-align: center;
    padding: 0 60px;
    color: #433f87;
}
.desinger-one, .desinger-two {
    margin: 30px 0px;
    color: #433f87;
}
.desinger-one img, .desinger-two img {
    width: 100%;
    float: right;
    /*box-shadow: -20px 17px 20px -5px #aaa;*/
}
.desinger-one p, .desinger-two p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2.2;
	color: #433f87;
	text-align: left;
}


@media (min-width: 320px) and (max-width: 768px){
.desinger-one img{
    margin: 30px 0;
}
.desinger-one {
    margin: 30px 0px;
    text-align: center;
}
.col-md-6.designersection-title {
    height: auto;
}
.designersection-title p {
    padding: 15px;
}
}


@media (min-width: 768px) and (max-width: 1024px){
.desinger-one img{
    margin: 0px 0px;
}
.desinger-one {
    margin: 30px 0px;
    text-align: left;
}
.col-md-6.designersection-title {
    height: auto;
}
.designersection-title p {
    padding: 30px;
}
.desinger-one p, .desinger-two p{
    font-size: 12px;
}
}


@media (min-width: 1024px) and (max-width: 1268px){
.desinger-one img {
    margin: 0;
    width: 100%;
    float: left;
}
.col-md-6.designersection-title {
    height: auto;
    padding: 14px;
}
.desinger-one p, .desinger-two p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}
}


/*section nine------------------------*/
section.section_nine {
    margin-top: 60px;
    margin-bottom: 0px !important;
}
.belden-banner-10 {
    text-align: center;
}


@media (min-width: 320px) and (max-width: 768px){
.belden-banner-10 {
    display: none;
}
section.section_nine {
    margin-top: 0px;
}
section.section_eight {
    margin-bottom: 30px;
}
}


/*section ten------------------------*/

section.section_ten {
    padding: 60px 0px;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
} 
.belden-end-text{
	padding-top: 30px;
    height: 740px;
}
.bric-text.belden-end-text ul h6 {
    font-size: 16px;
    font-weight: 700;
    margin-left: -11px;
}
.bric-text.belden-end-text {
    border: 1px solid #7b7b7b;
}
.imgbx img {
    width: 100%;
    height: 360px;
}
@media (min-width: 320px) and (max-width: 424px){
.imgbx img {
    width: 100%;
    height: 300px !important;
}
  }
@media (min-width: 425px) and (max-width: 767px){
.imgbx img {
    width: 100%;
    height: 500px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.imgbx img {
    width: 100%;
    height: 230px !important;
}  
  .belden-end-text {
    padding-top: 30px;
    height: 920px;
}
.belden-rck{
    padding: 5px !important;
}
}


  @media (min-width: 1024px) and (max-width: 1268px){
.imgbx img {
    width: 100%;
    height: 300px !important;
}
.belden-end-text {
    padding-top: 30px;
    height: 700px !important;
}
.belden-rck{
    padding: 5px !important;
}
}

/*news section-----------------------*/
.News.text-center {
    background: #1f223d;
    padding-top: 40px;
    padding-bottom: 80px;
    color: #fff;
}
.col-lg-12.news-slider p{
    color: #fff;
    margin-top: 30px;
}


/*footer-top section-----------------------*/
section#online-catalog {
    background: #1f223d;
    color: #fff;
    padding: 30px 0px;
    margin: 0;
    font-size: 18px !important;
    line-height: 2.4;
}
.col-md-12.mb-40.text-center {
    margin-bottom: 30px;
}
.col-md-12.mb-40.text-center {
    margin-bottom: 30px;
}
.bmss {
    margin: 0;
    padding: 0;
    padding-right: 20px;
    border-right: 2px solid #fff;
}
.bmss-one {
    font-size: 15px;
    font-family: 'Montserrat Italic' !important;
    font-weight: 600;
}
.bmss-left ul li {
    margin: 10px 0px;
    width: 100% !important;
    list-style: none;
	font-size: 15px;
	font-family: 'Montserrat Italic' !important;
    font-weight: 600;
}
.bmss-left ul li a {
    background: #fff;
    width: 128px;
    max-width: 130px;
    text-align: center;
    text-transform: capitalize;
    float: right;
}

/*footer-----------------------------*/
.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;  
}