/*!
Theme Name: Advance Network Devices
Theme URI: https://them.es/starter
Author: Agency Partner Interactive
Author URI: https://agencypartner.com
Description: 
Version: 3.2.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: anetd
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Technical Resorce PAge */
.resource-tabs span.vc_tta-title-text {
    color: #444444;
    font-size: 16px !important;
    text-transform: capitalize;
    line-height: 45px;
}
.resource-tabs  li.vc_tta-tab.vc_active {
    position: relative;
}
.resource-tabs li.vc_tta-tab.vc_active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #40A2B3;
}
.resource-tabs li.vc_tta-tab a {
    background: none !important;
    border: none !important;
}
.resource-tabs ul.vc_tta-tabs-list {
    justify-content: center !important;
    display: flex !important;
}
.resource-tabs  .vc_tta-panel-body {
    box-shadow: none !important;
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.resource-tabs .vc_tta-panels-container {
    border: none !important;
    box-shadow: none !important;
}
.resource-tabs .tabs-row .vc_col-sm-4 {
    padding-left: 109px;
    box-shadow: 0px 1px 3px #04114447;
    margin-bottom: 30px;
    border-radius: 5px;
    width: 31%;
    margin-right: 10px;
    padding-right: 56px;
    transition: all ease-in-out 0.5s !important;
    height: 105px;
    margin-left: 15px !important;
    position: relative;
}
.resource-tabs .tabs-row .vc_col-sm-4 h2 {
    padding-left: 0 !important;
    margin-top: 0;
    position: relative;
}
.resource-tabs .tabs-row .vc_col-sm-4 .vc_column-inner {
    padding: 0;
}
.resource-tabs .tabs-row .vc_col-sm-4 .vc_btn3-container a {
    background: transparent linear-gradient(249deg, #FF8432 0%, #FF6B06 100%) 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    font: normal normal bold 14px/17px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 8px 25px;
    /* display: none; */
}
.resource-tabs .tabs-row .vc_col-sm-4 .vc_btn3-container {
    margin-bottom: 20px;
    display: none;
}
.resource-tabs .tabs-row .vc_col-sm-4:before {
    content: '';
    position: absolute;
    left: 23px;
    background: url(https://anetd.agencypartner.com/wp-content/uploads/2022/09/pdf-icon.svg);
width: 66px;
height: 68px;
top: 19px;
}
.resource-tabs .tabs-row .vc_col-sm-4 p {
    color: #444444;
    text-align: left;
    font: normal normal normal 14px/17px Lato;
    letter-spacing: 0.42px;
    display: none;
}
.resource-tabs .tabs-row .vc_col-sm-4:hover {
    transition: 0.5s !important;
    height: unset !important;
    padding-top:20px;
	box-shadow: 0px 21px 23px #04114433 !important;
	    z-index: 999;
    background: #fff;
}
.resource-tabs .tabs-row .vc_col-sm-4:hover p {
    display: block !important;
    transition: 0.5s !important;
}
.resource-tabs .tabs-row .vc_col-sm-4:hover .vc_btn3-container.vc_btn3-inline {
    display: block !important;
}
.resource-tabs .vc_tta-panel-body {
    overflow: visible !important;
}
.tabs-row {
    height: 130px;
}
.resource-tabs li.vc_tta-tab.vc_active span.vc_tta-title-text {
    color: #082C54;
    font-size: 16px;
    line-height: 45px;
}
.technical-row-bottom .vc_row.wpb_row {
    padding-top: 57px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding-bottom: 54px;
}
.technical-row-bottom .vc_row.wpb_row h2 {
    margin-bottom: 13px;
}
.technical-row-bottom  .button-row {
    padding: 0 !important;
}
.technical-row-bottom .button-row .vc_btn3-container {
    margin: 0 5px;
}
.technical-row-bottom .button-row .vc_col-sm-12 .wpb_wrapper {
    justify-content: center;
    display: flex;
}
.technical-row-bottom .vc_row.wpb_row p {
    margin-bottom: 22px;
}
.technical-row-bottom .button-row .vc_btn3-container a {
    border-radius: 32px;
    padding: 16px 45px 17px 48px;
    font: normal normal bold 14px/17px Lato;
    background: transparent linear-gradient(253deg, #FF8432 0%, #FF6B06 100%) 0% 0% no-repeat padding-box;
    transition: all ease-in-out 0.5s  !important;
    border: none;
    color: #fff;
}
.technical-row-bottom .button-row .white-btn a:hover{
      background: transparent linear-gradient(253deg, #FF8432 0%, #FF6B06 100%) 0% 0% no-repeat padding-box;
    transition:0.5s ;
      color: #fff;
}
.technical-row-bottom .button-row .white-btn a,.technical-row-bottom .button-row .orange-btn a:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #ED6B0A;
    transition: 0.5s !important;
}
/* Case Study */
.sec_case_studies {
    padding-top: 47px;
    padding-bottom: 93px;
}
.sec_case_studies .main_head {
    text-align: center;
    margin-bottom: 12px;
}
.sec_case_studies .main_head h2 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 18px;
}
.caseBox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 40px #0411440D;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.caseBox .caseImg {
    height: 214px;
    overflow: hidden;
    position: relative;
}
.caseBox .caseImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.caseBox .cs-ctn {
    padding: 28px 20px 76px 36px;
}
.caseBox .cs-ctn h4 {
    color: #131515;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.caseBox .cs-ctn p .clr-green {
    color: #06A4B4;
}
.caseBox .btn-case a {
    font-weight: 600;
    color: #143364;
}
.caseBox .btn-case a .right {
    margin-left: 5px;
}
.caseBox .btn-case {
    position: absolute;
    bottom: 39px;
    left: 36px;
}
.sec_case_studies .col-sm-12.col-md-4 {
    margin-top: 42px;
}
.caseBox .caseImg .play-icon {
    height: 64px;
    width: 64px;
    color: #06A4B4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.vd-url {
    display: none;
}
.caseBox .caseImg .play-icon:before {
    content: '';
    height: 84px;
    width: 84px;
    background: rgb(255 255 255 / 29%);
    border-radius: 100%;
    position: absolute;
    z-index: -1;
}



.btn.loadMoreBtn {
    border-radius: 32px!important;
    font-size: 14px!important;
    color: #fff!important;
    padding: 16px 36px!important;
    text-align: center!important;
    border-color: transparent!important;
    background: rgb(255,132,50)!important;
    background: linear-gradient(253deg, rgba(255,132,50,1) 0%, rgba(255,107,6,1) 100%)!important;
    margin: 40px auto 0;
    display: grid;
    width: 150px;
}

.closePop {
    position: absolute;
    right: 10%;
    top: 20%;
    font-size: 44px;
    color: #f00;
}


.vidPopup {
    background: rgb(0 0 0 / 54%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.vidPopup .video_area {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.vc_section.pdf-section a.aio-icon-box-link {
    background: #FBFDFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #04114447;
    border-radius: 5px;
    padding: 15px 25px;
    align-items: center;
    width: 100%;
    margin: auto;
    height: 105px;
    display: flex;
    align-items: center;
}
section.vc_section.pdf-section a.aio-icon-box-link h3.aio-icon-title.ult-responsive {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400 !important;
    margin: 0;
    width: 100%;
}
section.vc_section.pdf-section .aio-icon-img .img-icon {
    width: 100% !important;
}
section.vc_section.pdf-section .left-icon .aio-icon-left {
    width: 25%;
}
section.vc_section.pdf-section .left-icon .aio-icon-left .aio-icon-img {
    font-size: 60px !important;
    margin-right: 25px;
}
.installation-section h2.vc_custom_heading {
    margin-bottom: 10px;
}
.installation-section h3.vc_custom_heading {
    margin-bottom: 22px;
}
.installation-section ul {
    padding-left: 20px;
}
.installation-section ul li::marker {
    color: #FF8432;
}
.installation-section ul li {
    font-size: 17px;
    margin-bottom: 8px;
    width: 77%;
    line-height: 30px;
    color: #444444;
}
.installation-section img {
    border-radius: 5px;
}
section.vc_section.pdf-section {
    padding-top: 100px;
    padding-bottom: 70px;
    margin-bottom: 100px;
    background-size: cover;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    z-index: 9;
}
section.vc_section.pdf-section h2.vc_custom_heading {
    margin-bottom: 40px;
}
section.vc_section.pdf-section .pdf-row {
    background: #FBFDFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #04114447;
    border-radius: 5px;
    padding: 15px 10px;
    align-items: center;
    width: 100%;
    margin: auto;
    height: 105px;
}
section.vc_section.pdf-section .pdf-row h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400 !important;
    margin: 0;
}
section.vc_section.pdf-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://anetd.agencypartner.com/wp-content/uploads/2022/09/Mask-Group-147-1.png) center bottom no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
}
.pdf-section .owl-stage {
    display: flex;
}
.pdf-section .pdf-carousel {
    overflow: hidden;
}
.pdf-section .owl-nav {
    display: none;
}
.pdf-section .owl-dots {
    display: none;
}
.compatibility-section img {
    border: 1px solid #D8DCE3;
    border-radius: 6px;
    width: 100%;
    object-fit: scale-down;
    height: 313px;
}
.compatibility-section .wpb_wrapper.vc_figure {
    width: 100%;
}
.compatibility-section .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
}
.compatibility-section .vc_col-sm-4 h3.vc_custom_heading {
    margin-bottom: 20px;
    font-weight: 300 !important;
    line-height: 27px;
    color: #082C54 !important;
}
.compatibility-section .vc_col-sm-4  ul {
    padding-left: 20px;
}
.compatibility-section .vc_col-sm-4 ul li {
    font-size: 17px;
    line-height: 30px;
}
.compatibility-section .vc_col-sm-4 ul li::marker {
    color: #FF8432;
}
.compatibility-section .vc_col-sm-4 h3.vc_custom_heading strong {
    color: #06A4B4;
}
.compatibility-section .first-col ul {
    column-count: 2;
}
.compatibility-section .vc_col-sm-4 li strong {
    color: #06A4B4;
}
.compatibility-section h2.vc_custom_heading {
    margin-bottom: 22px;
}
.compatibility-section .compatibly p {
    color: #444444;
}
.compatibility-section .compatibly p strong {
    font-size: 18px;
    color: #EE7317;
}
.compatibility-section .trans-btn a {
    background: transparent !important;
    border: solid 1px #ED6B0A !important;
    color: #ED6B0A !important;
}
.compatibility-section .trans-btn a:hover {
	background: linear-gradient(253deg, rgba(255,132,50,1) 0%, rgba(255,107,6,1) 100%)!important;
    color: #fff !important;
}
section.vc_section.pdf-section .slick-slide {
    margin: 0 !important;
}
section.vc_section.pdf-section .pdf-row {
    margin-bottom: 30px;
}
section.vc_section.pdf-section  i.ultsl-record {
    color: #ff7619 !important;
    opacity: 1 !important;
}
section.vc_section.pdf-section li.slick-active i:before {
    background: #ff7619 !important;
    border: solid 1px #ff7619 !important;
    border-radius: 50% !important;
    width: 14px;
    height: 14px;
    display: block;
}
section.vc_section.pdf-section li i:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    border: solid 1px #ff7619 !important;
    border-radius: 50%;
}
section.vc_section.pdf-section ul.slick-dots {
    padding-top: 40px !important;
}
.newfrm p {
	margin-bottom: 20px!important;
}

.newfrm #passwordHelpBlock a{
	color: #6c757d!important
}

.newfrm #passwordHelpBlock a:hover{
	color: #ff8432!important
}

.newfrm #submit_login {
	    display: inline-block;
    width: auto;
    float: right;
    border-radius: 32px!important;
    font-size: 14px!important;
    color: #fff!important;
    padding: 16px 36px!important;
    text-align: center!important;
    background: rgb(255,132,50)!important;
    background: linear-gradient(253deg, rgba(255,132,50,1) 0%, rgba(255,107,6,1) 100%)!important;
	border: 0px!important;
}

.newfrm .va-ctr {
	padding-top:20px;
	padding-bottom:20px;
	display: flex;
    align-items: center;
	margin: 0px;
	width: 100%;
}

.newfrm .va-ctr .row {
	margin: 0px;
	width: 100%;
	align-items: center;
}

.newfrm .va-ctr .row .col-6 {
	padding: 0px;
}

#header .search .whiticon {
    display: block;
}
.home #header .search .whiticon {
    display: none;
}
#header.head-fixed  .search .whiticon {
    display: block;
}
.home #header.head-fixed .search .whiticon {
    display: block;
}