@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@font-face {
  font-family: 'FuturaStd-Bold';
  src: url('./fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
  	   url('./fonts/FuturaStd-Bold.otf')  format('opentype'),
	   url('./fonts/FuturaStd-Bold.woff') format('woff'),
	   url('./fonts/FuturaStd-Bold.ttf')  format('truetype'),
	   url('./fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Light';
  src: url('./fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
  	   url('./fonts/FuturaStd-Light.otf')  format('opentype'),
	   url('./fonts/FuturaStd-Light.woff') format('woff'),
	   url('./fonts/FuturaStd-Light.ttf')  format('truetype'),
	   url('./fonts/FuturaStd-Light.svg#FuturaStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a {
    text-decoration: none;
}

ul {
    padding: 0;
}
@media(max-width: 991px){
	ul{
		padding-left: 20px;
	}
}
.content-hang{
	overflow: visible;
	padding-top: 40px;
	padding-bottom: 40px;
}
ul.custom-bullets {
    padding-left: 21px;
}
.margin-bt-25 {
    margin-bottom: 25px;
}
.text-cta h3 {
    padding: 0.7rem 0;
}
.text-cta h3 a {
    color: #fff;
}
.text-cta h3 a:hover {
    color: #41b6f7;
}
.pt-20{
padding-top: 20px;
}
div#solution .inside-menu-wrap:first-child {
    column-count: 2;
    column-gap: 30px;
    -moz-column-count: 5;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    width: 66.66%;
}
.page-top-new + header.container.header-main {
    border-bottom: 1px solid #eee;
}
body .right {
    text-align: left;
}s
@media(min-width: 768px){
	.content-hang{
		padding-top: 60px;
		padding-bottom: 10px;
	}
}
.overflow-visible{
	overflow: visible !important;
}
.row {
    max-width: 1240px;
}
.wpb_content_element{
	margin-bottom: 0;
}
p:empty{
	display: none;
}
.top-bar-cont-wrap .canadian {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.01px;
    line-height: 21px;
    font-family: 'FuturaStd-Light';
    text-transform: uppercase;
    min-width: 26%;
}
.embed-container{
	padding-bottom: 0;
}
.embed-container iframe{
	max-height: 340px;
}
.top-bar-cont-wrap .canadian img, .top-bar-cont-wrap .canadian span {
    vertical-align: middle;
    border-radius: 0;
}
.top-bar-cont-wrap .canadian span {
    padding-top: 4px;
}
nav.tool-nav-new ul li {
    margin-left: 30px;
    padding: 0;
}
.page-top-new {
  background: #175CA1;
}
.top-bar-cont-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.top-bar-new-nav {
    margin-right: -100px;
}
.top-bar-new-nav li {
    display: inline-block;
    margin: 0 15px;
}
.top-bar-new-nav li a {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.01px;
    line-height: 21px;
    font-family: 'FuturaStd-Light';
    text-decoration: none;
    text-transform: uppercase;
}
header.container.header-main {
    padding: 20px 0 0;
}
.header-main .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-col {
    flex-basis: 35%;
}
.header-right-col {
    flex-basis: 65%;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-search {
    margin-right: 0;
    width: calc(100% - 160px);
    margin-left: 40px;
}
.header-search #search {
    padding-right: 0;
    display: flex;
    margin: 0;
}
.header-search #search input[type="text"] {
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #F6F6F6;
    font-family: 'FuturaStd-Light';
    color: #9B9B9B;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 21px;
    padding: 15px 15px 15px 75px;
    background-image: url(/wp-content/uploads/2019/08/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 35px;
    box-shadow: none;
    border: none;
    max-width: 475px;
}
.header-search #search input[type="submit"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'FuturaStd-Light';
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: -0.01px;
    line-height: 32px;
    max-width: 133px;
    height: 60px;
    padding: 10px 23px;
    width: auto;
    box-sizing: border-box;
    background-color: #41B6F7;
    background-image: none;
}
.header-search #search input[type="submit"]:hover {
    background-color: #175CA1;
    box-shadow: none;
}
.mega-nav-ph {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    margin-left: 40px;
}
.mega-nav-ph nav.primary-nav-new li {
    margin-right: 32px;
    padding: 0;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}
.mega-nav-ph nav.primary-nav-new li a {
    color: #333333;
    font-size: 24px;
    letter-spacing: -0.01px;
    line-height: 29px;
    font-family: 'FuturaStd-Bold';
    border-bottom: 15px solid #fff;
    display: block;
}
.header-main-ph a {
    font-size: 24px;
    letter-spacing: -0.01px;
    line-height: 29px;
    font-family: 'FuturaStd-Bold';
    color: #41B6F7;
    position: relative;
    bottom: 8px;
}
.header-main-ph a {
    font-size: 24px;
    letter-spacing: -0.01px;
    line-height: 29px;
    font-family: 'FuturaStd-Bold';
    color: #41B6F7;
}
.header-main-ph a:hover {
    color: #175CA1;
}
.mega-nav-ph nav.primary-nav-new li a:hover {
    color: #41B6F7;
}
.footer-nav-col ul#menu-nova-new-footer-nav li {
    float: left;
    list-style: none;
}
.footer-nav-col ul#menu-nova-new-footer-nav li:nth-child(odd) {
    width: 60%;
}
.footer-nav-col ul#menu-nova-new-footer-nav li:nth-child(even) {
    width: 40%;
}
.footer-nav-col ul#menu-nova-new-footer-nav li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    font-family: 'FuturaStd-Light';
}
footer[role="contentinfo"] {
    background: #333;
    border-top: none;
}
footer h3 {
    font-family: 'FuturaStd-Bold';
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}
.footer-social-col ul.social-links li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    font-family: 'FuturaStd-Light';
    color: #fff;
    outline: none;
}
.footer-social-col .social-links li i {
    font-size: 26px;
    margin-right: 0.4rem;
}
.footer-social-col ul.social-links li {
    margin-bottom: 8px;
}
.footer-social-col ul.social-links li a:hover, .footer-nav-col ul#menu-nova-new-footer-nav li a:hover {
    color: #41B6F7;
}
footer[role="contentinfo"] .footer-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.threecol.foot-logo {
    width: 26.05%;
    margin-top: 0px;
}
.sixcol.footer-nav-col {
    margin-right: 0;
}
footer[role="contentinfo"] .footer-bottom {
    background: #000;
    padding: 20px 0;
}
.footer-bottom-new .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bottom-new .copyRight-text {
    flex-basis: 78%;
    padding-right: 6rem;
}
.footer-bottom-new .vcards-div {
    flex-basis: 22%;
}
.footer-bottom-new .copyRight-text p {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 0;
}


/*** Home Banner Slider ***/
.slider-content {
    padding: 200px 0 170px;
    position: relative;
    background-position: right !important;
}
.page-template-home-new .slider-content {
    padding: 20px 0;
    position: relative;
    background-position: right !important;
    min-height: 700px;
    max-height: 700px;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.slider-content .row {
    width: 100%;
}

.slide-content > h2 {
    color: #333333;
    font-family: 'FuturaStd-Bold';
    font-size: 60px;
    font-weight: 900;
    line-height: 45px;
}

.slide-content > p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    width: 466px;
    margin-top: 20px;
}

a.btn.btn-new {
    background: #41B6F7;
    color: #FFFFFF;
    font-family: 'FuturaStd-Bold';
    letter-spacing: -0.01px;
    line-height: 24px;
    font-size: 20px;
    border-radius:0;
    padding:18px 30px;
}

.slide-content > a.btn {
    min-width: 275px;
}
.text-center {
    text-align: center;
}
.section-default {
    background: #fff;
    padding: 100px 0;
}

.section-headings h2, .main-heading {
    color: #333;
    font-size: 45px;
    font-weight: lighter;
    line-height: 55px;
    padding:0;
}

.section-headings h2 strong, .main-heading strong {
    font-weight: 600;
    color: #41B6F7;
}
.tabs-links > ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.tabs-links > ul > li {
    width: 33.33%;
    text-align: center;
    position:relative;
}

.tabs-links > ul > li > a {
    display: block;
    background: #41B6F7;
    color: #FFFFFF;
    font-family: "futura-pt-n4","futura-pt",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    padding: 10px 10px 15px;
    height:100%;
}

.tabs-links > ul > li.active > a {
    background: #F6F6F6;
    color: #41B6F7;
    font-weight: bold;
}
.tabs-content-sec {
    background: #F6F6F6;
}
span.tabs-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
    background: #fff;
}

span.tabs-icon.radios {
    height: 50px;
    width: 30px;
    -webkit-mask-image: url(/wp-content/themes/nova/svgs/walkie-talkie.svg);
    mask-image: url(/wp-content/themes/nova/svgs/walkie-talkie.svg);
    background-color: #fff;
}
.tabs-links > ul > li.active > a span.tabs-icon{
  background-color: #41b6f7;
}
span.tabs-icon.broadband {
    width: 45px;
    height: 50px;
        -webkit-mask-image: url(/wp-content/themes/nova/svgs/broadband.svg);
    mask-image: url(/wp-content/themes/nova/svgs/broadband.svg);
}
span.tabs-icon.psaps {
    width: 29px;
    height: 50px;
        -webkit-mask-image: url(/wp-content/themes/nova/svgs/PSAPS.svg);
    mask-image: url(/wp-content/themes/nova/svgs/PSAPS.svg);
}

.tabs-links {
    margin-top: 60px;
}
.tabs-links > ul > li.active:before {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    top: -18px;
    left: 0;
    background: #41b6f7;
    border-bottom: 8px solid #f6f6f6;
}
.tabs-links > ul > li:not(:last-child) {
    margin-right: 10px;
}
.section-default ul {
    list-style: none;
}

ul.products-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 50px;
}

ul.products-list img {
    display: block;
    margin: 0 auto;
}

ul.products-list span {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    width: 150px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
section#tele_solution {
    padding: 0;
}

.tabs-content-sec .tab-content:not(.active) {
    display: none;
}
.row-cols {
    overflow: hidden;
}
.row-cols > .col {
    float: left;
    width: 50%;
}
.new-products-design .product-row > article {
    width: calc(34.43% - 30px);
    margin-right: 30px;
}
.new-products-design .product-row > article:last-child {
    margin-right: 0px;
}

.most-popular .product-row:not(.first) {
    display: none;
}
/*
.product-row:not(.first) {
    display: none;
}
*/
.new-products-design div#sidebar {
    width: 325px;
    margin-right: 30px;
}

.new-products-design div#main-content {
    width: calc(100% - 355px);
}
.slider-wrap {
    position: relative;
}

.slider-nav-cstm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    display: inline-block;
    z-index: 9;
    text-align: center;
}
.cs-dots  button {
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 2px solid #979797;
    border-radius: 100%;
    margin: 0 5px;
    background: transparent;
    padding: 0;
}
.cs-dots button.owl-dot.active {
    background: #41b6f7;
    border-color: #41b6f7;
}
.tabs-content-sec .tab-content {
    padding: 30px 0;
}

.products-sec-wrap.new-products-design {
    margin-top: 40px;
}

.products-sec-wrap .section-headings {
    margin-bottom: 40px;
}
.tabs-links > ul > li.active > a:focus {
    outline: none;
}
.tab-content  .row-cols > .col:last-child {
    padding-top: 100px;
    padding-left: 20px;
}
span.cs-nav {
    width: 21px;
    height: 35px;
    background: url(/wp-content/uploads/2019/08/slider-arrow.png);
}
.slider-nav-cstm > * {
    display: inline-block;
    vertical-align: middle;
}
span.cs-nav.cs-prev {
    transform: rotate(180deg);
}
.cs-dots {
    height: 21px;
    margin: 0 20px;
    cursor:pointer;
}

section#testimonial_slider {
    background: #333333;
    padding-top: 60px;
    padding-bottom: 80px;
}

.section-headings.dark h2 {
    color: #fff;
}

.testimonial-item {
    max-width: 963px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}


.testimonial-item h4 {
    color: #41B6F7;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}
.testimonial-item h5 {
    color: #FFFFFF;	font-family: "Open Sans";	font-size: 24px;	font-weight: 300;	line-height: 33px;
}

.testimonials-wrap {
    position: relative;
}

.testimonials-wrap .owl-nav > button {
    position: absolute;
    top: 30px;
    margin: 0;
    display: inline-block;
    left: 50px;
    width: 21px;
    height: 35px;
    background: url(/wp-content/uploads/2019/08/slider-arrow.png) !important;
    text-indent: 100px;
    overflow: hidden;
}

.testimonials-wrap .owl-nav > button.owl-next {
    left: auto;
    right: 50px;
    transform: rotate(180deg);
}
.know_more_btns > a {
    width: calc(50% - 15px);
    float: left;
    margin-bottom: 20px;
}

.know_more_btns > a:nth-child(odd) {
    margin-right: 30px;
}
section#committment {
    background: #f6f6f6;
    padding-top: 0;
    padding-bottom:30px;
}
section#committment > div {
    position: relative;
    top: -35px;
}
#committment .section-headings {
    margin-top: 20px;
}
section#committment p {
    width: 763px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 10px auto 0;
}

section#committment h4 {
    color: #41B6F7;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    padding: 0;
}

section#committment h5 {
    color: #333333;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
}
span.cs-nav {
    cursor: pointer;
}
.hidden{
    display:none
}
.new-design-sidebar .finder>h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    border: none;
    margin-bottom: 0;
}
.new-design-sidebar > div.finder.box.white {border: none;padding: 0px 15px !important;padding-top: 80px !important; padding-bottom: 32px !important;}
.search-box .control-wrapper.search-field input[type="search"] {
    background-color: #F6F6F6;
    height: 50px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    padding: 0 15px;
    margin-bottom: 15px;
}
.icon-search-find:before {content: 'Search';}
.search-box .control-wrapper.search-field button {
    margin: 0;
    height: 50px;
    width: 148px;
    background: #41b6f7;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
    border-radius: 0;
}
.search-box .control-wrapper.search-field {
    padding-right: 148px;
    position: relative;
}
.search-box h2,
.search-box .price-label {
    color: #333333;
    font-size: 20px;
    font-weight: 900;
    line-height: 29px;
    padding: 15px 0;
    cursor: pointer;
}
span.price-readout {
    float: right;
}
.search-box .slider-price {
    clear: both;
    margin-bottom: 10px;
}
.search-box .price-readout input[type="number"], .search-box .price-readout input[type="text"] {
    color: #9B9B9B;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    background: transparent;
}
.slider.price.radio.noUi-target.noUi-ltr.noUi-horizontal.noUi-background {
    margin: 0 0 20px;
    border-radius: 0;
    height: 4px;
    background-color: #175CA1;
}
.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    text-indent: -100px;
    overflow: hidden;
    background-color: transparent !important;
    box-shadow: none;
    border: none;
    background-image: url(/wp-content/themes/nova/svgs/price-range-arrow-right.svg);
    top: -13px;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle.noUi-handle.noUi-handle-lower {
    transform: rotate(-180deg);
}
.search-box fieldset {
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
}
form.search-box.radios > fieldset:first-child,
form.search-box.radios > fieldset:nth-last-child(2) {
    border: none;
}
form.search-box.radios > fieldset:not(first-child) .attribute-group:not(.active) > *:not(h2) {
    display: none;
}

/*
.info-container {
    background: #E4E4E4;
}
*/

.item .product-name a {
    text-align: center;
    color: #4A4A4A;
    font-family: "futura-pt-n4","futura-pt",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
    display: block;
}

.product-brief {
	/*
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
	
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	*/
}

.products-grid-content .product-row .item .actions .btn {
	/*
    border-radius: 0;
    background: #41b6f7;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 21px;
	*/
}

.product-image .product-tag {
	/*
    background: #175ca1;
    font-size: 17px;
    font-weight: 900;
    line-height: 21px;
    height: 54px !important;
    padding: 17px !important;
    width: 220px;
    left: -51px;
	*/
}
button.btn-gray.search-btn {
    background: #41b6f7;
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
    margin-top: 50px !important;
    border-radius: 0;
    margin-bottom: 20px !important;
}
button.btn-gray.reset-btn {
    background: transparent;
    color: #333333;
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
    border: 3px solid #41B6F7;
    border-radius: 0;
}
/*
figure.product-image img {
    width: auto;
    max-height: 230px;
}
*/
.item .product-name a {
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section#know_more  .row-cols > .col:last-child {
    padding-left: 20px;
    padding-top: 80px;
}
section#know_more {
    padding-top: 30px;
}
.pro-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-footer p {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    padding: 0;
}

.pro-footer a.btn.btn-new {
    min-width: 360px;
    background: #175CA1;
    padding: 15px;
    font-size: 18px;
    font-weight: normal;
}
.mega-menu-wrap > div:not(.active) {
    display: none;
}
.mega-menu-wrap > div .row > ul {
    overflow: hidden;
    width: 100%;
    display: block;
}

.mega-menu-wrap > div .row  ul{
    list-style:none;
}
.mega-menu-wrap > div .row > ul > div {
    float: left;
    width: 33.33%;
}
.mega-menu-wrap > div ul li.menu-item-has-children{
	/*float: left;*/
}
.mega-menu-wrap > div ul li a {
    color: #333333;
    font-family: 'FuturaStd-Light';
    font-size: 18px;
    letter-spacing: -0.01px;
    line-height: 21px;
}
/* 
.mega-menu-wrap > div .inside-menu-wrap > li > a,
div#industries .row > ul > li.menu-item-154 > a {
    color: #333333;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 24px;
    font-family: 'FuturaStd-Bold';
} */
.mega-menu-wrap > div{
    padding-top:30px;
   padding-bottom:30px;
}
.inside-menu-wrap li#menu-item-154,
.inside-menu-wrap li#menu-item-175 {
    display:none;
}
.mega-menu-wrap > div {
    background: #F6F6F6;
}
.mega-menu-wrap {
    position: absolute;
    left: 0;
    top: 158px;
    z-index: 99;
    width: 100%;
}
.mega-menu-wrap > div.force-active {
    display: block !important;
}
div#industries .row > ul > li:not(.menu-item-154) {
    display: none;
}
div#industries .row > ul > li.menu-item-154 > ul {
    column-count: 3;
}
section#testimonial_slider {
    position: relative;
}
section#testimonial_slider:after {
   content: '';position: absolute;right: 50px;bottom: 0;width: 542px;height: 434px;background: url(/wp-content/uploads/2019/08/waves.png);
}
img.bottom-product-slider {
    max-width: 393px;
}
.slider-content > .row > .col {width: 60%;float: left;}
.slider-content > .row > .col:last-child {
    width: 40%;
}
img.bottom-product-slider {
    position: absolute;
    bottom: -30px;
}
.slider-wrap .owl-stage-outer {
    overflow-y: visible;
    padding-bottom: 30px;
    background: #ffffff;
}
.mega-menu-wrap > div ul li a:hover {
    color: #41b6f7;
}
section#pro_serv .expolre-products ul.products-list a:hover span {
    font-weight: bold;
    color: #41B6F7;
    position:relative;
    z-index: -1;
}
section#pro_serv .expolre-products ul.products-list a:hover span:after {
    content: "";
    position: absolute;
    background: url(https://www.novacommunications.com/wp-content/uploads/2019/08/hover-effecr-bg-img.png);
    width: 141px;
    height: 127px;
    bottom: 50px;
    right: -5px;
    display: block;
}
section#pro_serv .expolre-products ul.products-list li {
    position: relative;
    z-index: 1;
}


.slider-content img {
    width: auto !important;
}
.slider-content h3 {
    color: #333333;
    font-size: 42px;
    font-weight: 900;
    line-height: 45px;
    padding-bottom:0;
}
#tele_solution a.btn.btn-new {
    max-width: 360px;
    width: 100%;
    padding: 13px 30px;
    font-size: 18px;
}
.search-box .control-wrapper.search-field button i:before {
    font-family: "futura-pt-n4","futura-pt",Helvetica,Arial,sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: uppercase !important;
    line-height: 50px;
}
.control-wrapper.search-field:after {display: none; content: "e005";position: absolute;top: 12px;left: 15px;font-family: "nova" !important;font-size: 20px;color: #7d7d7d;}
.search-box .control-wrapper.search-field input[type="search"]::placeholder {font-size: 0;}
.threecol.foot-logo p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    padding-bottom: 0;
    font-family: 'FuturaStd-Light';
}
/*
.products-grid-content .product-row .item .info-container {
    height: 170px !important;
}
*/
.tabs-content-sec .products-grid-content .item .product-name a {
    -webkit-line-clamp: 3;
    height: 60px;
	text-align: left;
    color: #185ca1;
}
.tabs-content-sec .products-grid-content .product-row .item .product-brief {
    -webkit-line-clamp: 4;
}
.new-design-sidebar .search-box h2, .new-design-sidebar button.btn-gray.reset-btn {
    text-transform: capitalize;
    letter-spacing: normal;
}
/** Inner Pages New Design Style **/
.with-white-bg {
    background-color: #fff;
}
.banner-sec {
    padding: 70px 0 0;
    border-top: 3px solid #F6F6F6;
}
.block1 {
    padding: 60px 0 0;
}
.text-block3 {
    padding: 60px 0 0;
}
.main-btn a {
    background-color: #D0021B;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 16px;
    width: 290px;
    font-family: "futura-pt-n4","futura-pt",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
@media(max-width: 767px){
	.main-btn a{
		width: 100%;
		display: block;
		text-align: center;
	}
    .pro-footer a.btn.btn-new {
        min-width: inherit;
    }
}
.main-btn a:hover {
    background-color: #41B6F7;
}
img {
    border-radius: 0;
}
.text-block3 .wp-block-image {
    margin: -98px 0;
}
.browse-all-title{
	padding: 80px 0 0 0;
}
.popular-radios {
    padding: 80px 0;
}
.popular-radios h2.main-heading {
    padding-bottom: 80px;
}
.popular-radios h2.main-heading.reg-padding{
	padding-bottom: 0;
}
/** Inner Pages New Design Style End **/
@media (max-width: 1600px) {
.slider-content {
    padding: 170px 0 170px;
}
.slide-content > h2 {
    font-size: 46px;
    line-height: 36px;
}
.slide-content > p {
    width: 430px;
}
.page-template-home-new .slider-content {
    min-height: 580px;
    max-height: 580px;
    padding: 20px 30px;
}
}
@media (max-width: 1200px) {
.top-bar-cont-wrap {
    justify-content: space-between;
}
.top-bar-cont-wrap .canadian {
    min-width: auto;
}
nav.tool-nav-new ul li:not(:first-child) {
    margin-left: 15px;
}
.top-bar-new-nav li {
    margin: 0 10px;
}
.top-bar-new-nav li a {
    font-size: 16px;
}
.logo-col {
    flex-basis: 28%;
}
.header-right-col {
    flex-basis: 72%;
}
.mega-nav-ph nav.primary-nav-new li a, .header-main-ph a {
    font-size: 22px;
}
.header-search #search input[type="text"] {
    max-width: 427px;
}

.footer-bottom-new .copyRight-text {
    flex-basis: 70%;
    padding-right: 4rem;
}
.footer-bottom-new .vcards-div {
    flex-basis: 26%;
}
footer h3 {
    font-size: 22px;
}
.slider-content {
    padding: 100px 0 100px 15px;
}
.slide-content > h2 {
    font-size: 42px;
}
img.bottom-product-slider {
    max-width: 300px;
}
ul.products-list {
    flex-wrap: wrap;
}
ul.products-list li {
    flex-basis: 25%;
    margin-bottom: 30px;
}
.testimonial-item {
    max-width: 85%;
}
.section-headings h2, .main-heading {
    font-size: 40px;
    line-height: 48px;
}
a.btn.btn-new {
    padding: 18px 20px;
}
.products-sec-wrap.new-products-design .row {
    padding: 0 15px;
}
.tab-content .row-cols > .col:last-child {
    padding-right: 20px;
}
.mega-nav-ph {
    margin-left: 0;
}
.header-search {
    margin-left: 0;
}
.page-template-home-new .slider-content {
    min-height: 500px;
    max-height: 500px;
}
}

@media (max-width: 991px) {
.threecol.foot-logo {
    width: 23.05%;
    margin-right: 3%;
    margin-bottom: 30px;
}
footer h3 {
    font-size: 18px;
}
.footer-social-col ul.social-links li a {
    font-size: 16px;
}
.footer-nav-col ul#menu-nova-new-footer-nav li {
    padding-right: 2%;
}
.footer-nav-col ul#menu-nova-new-footer-nav li {
    padding-right: 4%;
}
.footer-nav-col ul#menu-nova-new-footer-nav li:nth-child(even) {
    padding-right: 2%;
}
.threecol.last.footer-social-col {
    width: 24%;
}
.new-products-design div#sidebar {
    width: 30%;
}
.search-box h2, .search-box .price-label, .new-design-sidebar .finder>h3 {
    font-size: 20px;
}
.new-products-design div#main-content {
    width: calc(70% - 30px);
}
button.btn-gray.reset-btn {
    padding: 1.4rem 2.4rem 1.24444rem 2.4rem;
}
.search-box h2, .search-box .price-label {
    padding: 10px 0;
}
.search-box .price-label {
    margin-right: 0.2rem;
}
.search-box .price-readout {
    margin-bottom: 0;
    margin-top: .4rem;
}
.search-box .price-readout input[type="text"] {
    width: 51px;
}
.search-box .control-wrapper.search-field button {
    width: 46%;
    font-size: 16px;
}
.search-box .control-wrapper.search-field {
    padding-right: 75px;
}
#know_more .row-cols > .col {
    width: 100%;
}
.row-cols .col:first-child {
    text-align: center;
}
.tab-content .row-cols > .col:last-child {
    padding-top: 30px;
}
section#know_more .row-cols > .col:last-child {
    padding-left: 0;
    padding-top: 60px;
}
section#know_more {
    padding-top: 50px;
}
section#committment p {
    width: 90%;
}
.slider-content {
    background-position: 50% !important;
}
.logo-col {
    flex-basis: 22%;
}
.mega-nav-ph nav.primary-nav-new li a, .header-main-ph a {
    font-size: 18px;
}
.header-search #search input[type="text"] {
    max-width: calc(100% - 100px);
}
.header-search #search input[type="submit"] {
    font-size: 20px;
    max-width: 110px;
    padding: 10px 14px;
}
.header-main-ph a img {
    height: 20px;
}
.top-bar-cont-wrap .canadian {
    font-size: 16px;
}
nav.primary-nav-new {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
    top: 150px;
}
.mega-nav-ph nav.primary-nav-new li {
    display: block;
}
.mega-nav-ph nav.primary-nav-new li a {
    border-bottom: 15px solid transparent;
    color: #fff;
}
nav.primary-nav-new > ul {
    padding: 20px;
}
.header-search #search {
    position: absolute;
    top: 129px;
    z-index: 22;
    width: 100%;
    left: 0;
    right: 0;
    background: #000;
    padding: 20px;
}
div#solution, div#industries {
    padding-left: 20px;
}
.icon-search-find:before {
    content: "\e005";
}
.mega-nav-ph {
    justify-content: flex-end;
}
.search-toggle {
    right: 17.4rem;
    top: 40px;
    background: #41B6F7;
}
.menu-toggle {
    right: 10.4rem;
    top: 40px;
    background: #41B6F7;
}
.btn-secondary:hover, .btn-secondary:focus, a.btn.search-toggle.open, a.btn.search-toggle.open:active, a.btn.search-toggle.open:focus {
    background: #41B6F7;    
}
.logo-col {
    flex-basis: 35%;
    padding-left: 15px;
}
.header-right-col {
    flex-basis: 65%;
}
nav.primary-nav-new >ul>li>div {
display: none;
border-top: 1px solid;
padding-top: 10px;
}
.inside-menu-wrap > li > ul:not(.active) {
display: none !important;

}
ul.sub-menu.active {
border-top: 1px solid;
padding-top: 10px;
}
.header-search #search:not(.active) {
    display: none !important;
}
.mega-menu-wrap > div .inside-menu-wrap > li > a, div#industries .row > ul > li.menu-item-154 > a {
    color: #fff;
}
.header-search #search {
    opacity: 0;
}
form#search[style="display: block;"] {
    display: flex !important;
    transition: .4s all;
    opacity: 1;
}
.top-bar-new-nav {
    margin-right: 0px;
}
.page-top-new nav.tool-nav-new ul li {
    margin-left: 0;
}
.page-top-new nav ul {
    display: flex;
}
.menu-toggle, .search-toggle {
    display: block;
}
.menu-toggle {
    right: 120px;
}
.search-toggle {
    right: 190px;
}
div#solution .inside-menu-wrap:first-child {
    column-count: 1;
    column-gap: 0;
    -moz-column-count: 0;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    width: 100%;
}
.header-main-ph {
    margin-right: 10px;
}
body .search-box .control-wrapper.search-field button i:before {
    font-family: "nova" !important;
}
}
@media (max-width: 768px) {
.sixcol.footer-nav-col {
    margin-bottom: 30px;
}
.new-products-design div#main-content, .new-products-design div#sidebar {
    width: 100%;
}
.slider-content.slide-1 {
    padding: 40px 10px 140px;
}
}

@media (max-width: 767px) {
.footer-bottom-new .row {
    flex-direction: column;
}
.footer-bottom-new .copyRight-text {
    padding-right: 0;
    margin-bottom: 30px;
}
.footer-nav-col ul#menu-nova-new-footer-nav li:nth-child(even) {
    padding-right: 0;
}
.footer-nav-col ul#menu-nova-new-footer-nav li:nth-child(odd), .footer-nav-col ul#menu-nova-new-footer-nav li:nth-child(even) {
    width: calc(50% - 10px);
}
.slide-content > h2 {
    font-size: 32px;
}
.slide-content > p {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
}
.slide-content > a.btn {
    min-width: 200px;
}
a.btn.btn-new {
    font-size: 16px;
    padding: 13px 20px;
}
img.bottom-product-slider {
    max-width: 180px;
}
.slider-content {
    padding: 80px 0 80px 15px;
}
span.cs-nav {
    width: 15px;
    height: 25px;
    background: url(/wp-content/uploads/2019/08/slider-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.cs-dots {
    margin: 0 10px;
}
ul.products-list {
    justify-content: space-around;
}
.row-cols > .col, .new-products-design div#sidebar, .new-products-design div#main-content, .new-products-design div#main-content {
    width: 100%;
}
.pro-footer {
    flex-wrap: wrap;
    justify-content: center;
}
.pro-footer p {
    margin-bottom: 20px;
}
.section-headings h2, .main-heading {
    font-size: 32px;
    line-height: 42px;
}
section#testimonial_slider {
    padding: 50px 15px;
}
.testimonials-wrap .owl-nav > button {
    left: 0;
    top: 25%;
}
.testimonials-wrap .owl-nav > button.owl-next {
    right: 0;
    top: 25%;
}
.threecol.last.footer-social-col {
    width: 100%;
}
.section-default {
    padding: 50px 10px;
}
section#tele_solution {
    padding: 0 10px;
}
.page-template-home-new .slider-content {
    min-height: 450px;
    max-height: 450px;
}
}

@media (max-width: 480px) {
.slider-content {
    background-position: left !important;
    padding: 80px 15px;
}
img.bottom-product-slider {
    display: none !important;
}
.slider-content > .row > .col {
    width: 100%;
    text-align: center;
}
.slide-content > p {
    max-width: 100%;
}
.know_more_btns > a {
    width: 100%;
}
.know_more_btns > a:nth-child(odd) {
    margin-right: 0;
}
.tabs-links > ul > li {
    width: 100%;
}
.tabs-links > ul {
    flex-wrap: wrap;
}
.tabs-links > ul > li:not(:last-child) {
    margin-right: 0;
}
div#industries .row > ul > li.menu-item-154 > ul {
    column-count: 2;
}
.slider-wrap .slider-content img {
    margin: 0 auto;
}
.slider-content.slide-1 {
    padding: 40px 10px 50px;
}
.slider-content h3 {
    font-size: 28px;
    line-height: 32px;
}
.slide-content > p {
    padding-bottom: 10px;
}
.slider-wrap .owl-stage {
    background: rgb(246, 246, 246);
}
.page-top-new + header .search-toggle {
    padding: 1.4rem 0px;
    width: auto;
    background: transparent;
    color: #41b6f7;
    right: 13rem;
    top: 46px;
}
.page-top-new + header .menu-toggle {
    width: auto;
    padding: 8px 7px 5px;
    top: 54px;
    right: 9rem;
}
.page-top-new + header .logo-col {
    flex: 55%;
    margin-bottom: auto;
}
.page-top-new + header div#logo {
    margin-top: 10px;
}
.page-top-new + header .mega-nav-ph .header-main-ph a {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: auto;
    bottom: 10px;
}
.page-top-new + header .header-right-col {
    flex-basis: 40%;
}
.page-top-new + header .header-right-col .air-miles-div {
    width: 75px;
}
.page-top-new + header.container.header-main {
    padding: 35px 0 30px;
}
.header-search .btn-secondary:hover, .header-search .btn-secondary:focus, .header-search a.btn.search-toggle.open, 
.header-search a.btn.search-toggle.open:active, .header-search a.btn.search-toggle.open:focus, .header-search .btn:hover, .header-search .btn:focus {
    background: transparent !important;
    box-shadow: none !important;
}
}
@media (max-width: 350px) {
    .page-top-new + header .logo-col {
        max-width: 52%;
    }
    .page-top-new + header .header-right-col {
        flex-basis: 48%;
    }
}