@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*font-family: "Manrope", sans-serif !important;*/

html, body {
	margin: 0 !important;
	padding: 0;
	overflow-x: hidden !important;
	background-color: #fff !important;
}
body {
	font-weight: normal;
  font-size: 16px;
  font-family: "Manrope", sans-serif !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.mb-55 {
	margin-bottom: 55px !important;
}
.mb-65 {
	margin-bottom: 65px !important;
}
.mb-75 {
	margin-bottom: 75px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-45 {
	margin-top: 45px !important;
}
.mt-55 {
	margin-top: 55px !important;
}
.mt-65 {
	margin-top: 65px !important;
}
.mt-75 {
	margin-top: 75px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pb-45 {
	padding-bottom: 45px !important;
}
.pb-55 {
	padding-bottom: 55px !important;
}
.pb-65 {
	padding-bottom: 65px !important;
}
.pb-75 {
	padding-bottom: 75px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pt-45 {
	padding-top: 45px !important;
}
.pt-55 {
	padding-top: 55px !important;
}
.pt-65 {
	padding-top: 65px !important;
}
.pt-75 {
	padding-top: 75px !important;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
#loader {
  display: block;
  /*position: absolute;
  left: 50%;
  top: 50%;*/
  width: 30px;
  height: 30px;
  margin: 0;
  border: 3px solid #B9D053;
  border-top: 3px solid #0162af;
  border-right: 3px solid #0162af;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

p {
	margin-bottom: 16px;
	font-family: "Manrope", sans-serif !important;
}
a {
	transition: 0.3s;
	font-family: "Manrope", sans-serif !important;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, input, select, .form-control, span, lable, li {
	font-family: "Manrope", sans-serif !important;
}
a:focus {
	outline: none;
	box-shadow: none;
}
img {
	width: 100%;
}
.navbar-toggler:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
.page-template-aup header, .page-template-privacy-policy header, .page-template-msa header, .page-template-404 header {
	background-color: #003056;
	position: relative !important;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
  }
}
@media (min-width: 1240px) {
	.custom-section.benefitSec .container {
		max-width: 1199px !important;
	}
}
@media (min-width: 1550px) {
	.custom-section.benefitSec .container {
		max-width: 1500px !important;
	}
}


.jupiterx-primary.col-lg-12 {
	padding: 0 !important;
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
a.btn.bgbtn.bg-blue {
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif !important;
}
.btn {
    font-size: 13px;
  	font-weight: 600;
  	text-transform: uppercase;
  	letter-spacing: 1.3px;
  	color: #000;
	  background-color: #ccc;
	  min-height: 50px;
	  border-radius:3px;
	  padding:12px 24px;
	  min-width: 150px;
    display: inline-flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    transition: 0.3s;
    font-family: "Open Sans", sans-serif;
}
.btn:hover {
	  background-color: #ddd;
}
.btn.bgbtn {
	background-color: #B9D053;
	color: #000;
}
.btn.bgbtn:hover {
	background-color: #fff;
}
header.site-header {
	padding: 30px 0px 30px 0px;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.site-branding .custom-logo {
	max-width: 150px;
	object-fit: contain;
	object-position: left;
}
#navbarSupportedContent.mainmenu {
	justify-content: end;
}
.site-header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mainmenu .menu.nav-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-header ul.menu.nav-menu .menu-item a {
	font-weight: 600;
	color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	display: inline-block;
}
.site-header li.menu-item-has-children {
	position: relative;
	padding-right: 20px;
}
.site-header li.menu-item-has-children::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 26px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #B2D235;
	border-right: 2px solid #B2D235;
	transform: rotate(45deg);
}
.site-header ul.menu.nav-menu ul.sub-menu {
	display: flex !important;
	background-color: #fff;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	position: absolute;
	width: max-content;
	max-width: 200px;
	box-shadow: 0 0 5px #0000000f;
	z-index: 1;
}
.site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
	display: flex !important;
	background-color: #fff;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	position: absolute;
	width: max-content;
	max-width: 200px;
	box-shadow: 0 0 5px #0000000f;
	z-index: 1;
}
.site-header ul.menu.nav-menu .menu-item-has-children:hover ul.sub-menu, 
.site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children .sub-menu {
	right: -100%;
	top: 0;
}
.site-header ul.menu.nav-menu ul.sub-menu .menu-item a {
	color: #020202;
	padding: 10px 32px 10px 15px;
	font-weight: 400;
	font-size: 1rem;
}
.site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children::after {
	top: 18px;
	transform: rotate(-45deg);
	right: 24px;
}
.site-header ul.menu.nav-menu ul.sub-menu .menu-item {
	position: relative;
}
.site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children {
	padding-right: 0;
}





.hero-section {
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 365px 0 200px 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.hero-overlay {
  background-color: #02002A;
  opacity: 0.43;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner-page-banner .hero-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.hero-title {
	font-weight: 500;
	font-size: 55px;
	text-transform: none;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.hero-text {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-bottom: 70px;
}

.aboutSec {
  padding: 185px 0;
}
.aboutSec .section-title {
	color: #0162AF;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 40px;
}
.aboutSec .section-text {
	max-width: 580px;
	font-size: 1rem;
	color: #212529;
	line-height: 1.5;
}
.aboutSec .image-wrapper {
  position: relative;
  width: 100%;
  min-height: 350px;
}
.aboutSec .image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  transition: 0.5s;
  right: 0px;
}
.home .aboutSec .image-wrapper img {
    box-shadow: none !important;
}
.page-template-wireless-network-solutions .custom-section-inner-sec.aboutSec {
	background-color: #F9F9F9;
}
.aboutSec .img1 {
	position: absolute;
	top: 0;
	right: -70px;
	width: 100%;
}
.aboutSec .img2 {
	position: absolute;
	bottom: -120px;
	left: 50px;
	width: 80%;
	transition: 1.5s !important;
}
.textDark .wpcf7-form label {
	color: #333;
}
.benefitSec .hero-content ul {
	margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .aboutSec .image-wrapper {
    position: static;
  }
  .aboutSec .img1, .aboutSec .img2 {
    position: static;
    width: 100%;
  }
}
.experience-section.experienceLikeSec {
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.experience-section.experienceLikeSec .experienceLike-content {
	position: relative;
	z-index: 1;
	max-width: 50vw;
	padding: 80px 80px 80px 80px;
	background-color: #0000005c;
}
.experienceLike-content .experience-title {
	font-size: 35px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 20px;
}
.experienceLike-content .experience-text {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.experienceLike-content .experience-text p {
	margin-bottom: 16px;
}
.proactive-protectionSec {
	padding: 75px 0px 75px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.proactive-protectionSec .container {
	max-width: 738px !important;
}
.proactive-protectionSec .section-title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
.proactive-protectionSec .section-text {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0;
}
.proactive-protectionSec .section-content {
	margin-bottom: 36px;
}
.form-control::placeholder {
	color: #818a91 !important;
	opacity: 1;
}
.form-control {
	min-height: 45px;
	border-radius: 5px !important;
	border: none !important;
	padding: .6rem .7rem !important;
	color: #55595c !important;
	font-size: 1rem;
	margin-bottom: 20px;
}
.wpcf7-form label {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
	padding-left: 5px;
}
textarea.form-control {
	height: 92px;
}
.wpcf7-form-control.wpcf7-submit {
	width: 100% !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1.2999999523162842px;
	text-align: center;
	max-width: 298px;
	font-family: "Open Sans", sans-serif !important;
	border: none;
	padding: 5px 15px !important;
	min-height: 47px;
	background-color: #0162AF;
	display: block;
	color: #ffffff;
	margin: auto;
	text-transform: uppercase;
}


.inner-page-banner.hero-section {
	padding: 245px 0px 49px 0px;
}
.inner-page-banner .hero-title {
	font-size: 50px;
	font-weight: 900;
	margin: 0 0 20px;
	line-height: 1;
}
.quoteSecContent {
	padding: 100px 0px 30px 0px;
}
.quoteSecContent .col-md-12 {
	text-align: center;
}
.quoteSecContent .section-title {
	color: #4A636F;
	margin-bottom: 40px;
}
.quoteSecContent .section-text {
	font-size: 16px;
	line-height: 1.9;
	color: #212529;
}
.custom-section.benefitSec {
	position: relative;
	background-color: #F3F3F3;
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 185px 0px 100px 0px;
}
.quoteSec_topsh {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	z-index: 0;
}
.custom-section .container, .custom-section .container-fluid {
	position: relative;
	z-index: 1;
}
.quoteSec_topsh svg {
	height: 81px;
	width: 100%;
	fill: #fff;
}
.benefitSec .section-title {
	font-weight: 600;
	color: #4A636F;
	line-height: 1;
	font-size: 2rem;
	margin-bottom: 20px;
}
.benefitSec .hero-content {
	padding: 0px 60px 0 20px;
}
.benefitSec .hero-content ul li, .benefitSec .hero-content p {
	font-size: 16px;
	color: #212529;
	line-height: 1.5;
	padding-bottom: 16px;
	margin-bottom: 0;
	font-weight: normal;
}
.quoteSecContent .section-text p {
	min-height: 31px;
	color: #212529;
}
.quoteSecContent .section-text h5, .quoteSecContent .section-text h4, .quoteSecContent .section-text h3 {
	color: #212529;
	font-weight: 600;
}
.custom-section.quoteSecContent .how-we-work-ul {
	margin-bottom: 65px;
}
.section-title.managed-services-title {
	color: #212529;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
}
.section-title.managed-services-title.text-blue {
	color: #0162AF;
}
.how-we-work-ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 45px;
	margin: 0;
	list-style: none;
	justify-content: center;
}
.how-we-work-ul li {
	flex: 1;
	padding: 12px;
	max-width: 220px;
	min-width: 170px;
}
.how-we-work-ul li img {
	height: 70px;
	width: auto;
	object-fit: contain;
	margin-bottom: 15px;
}
.how-we-work-ul li span {
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	color: #212529;
	display: block;
}
.btn.bgbtn.bg-blue {
	background-color: #0162af;
	color: #fff;
	padding: 12px 40px;
}
.btn.bgbtn.bg-blue:hover {
	background-color: #fff;
	color: #B9D053;
}
.keyBenefitsSec .section-text .how-we-work-ul {
	margin-bottom: 30px;
}
.keyBenefitsSec .how-we-work-ul {
	column-gap: 24px;
	row-gap: 24px;
	padding: 0;
}
.keyBenefitsSec .how-we-work-ul li {
	background-color: #22313F;
	padding: 20px;
	border-radius: 5px 5px 5px 5px;
	max-width: 220px;
}
.keyBenefitsSec .how-we-work-ul li img {
	width: 53px;
	height: 53px;
}
.keyBenefitsSec .how-we-work-ul li span {
	margin-bottom: 12px;
}
.custom-section.quoteSecContent .how-we-work-ul li {
	padding: 12px 8px;
}
.keyBenefitsSec .how-we-work-ul li p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.inner-page-banner.hero-section .hero-content {
	max-width: 800px;
}
.keyBenefitsSec {
	padding: 110px 0px 150px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.keyBenefitsSec .section-title {
	color: #22313F;
	padding-bottom: 50px;
	margin: 0;
	font-weight: 700;
	line-height: 2.5rem;
}
.inner-page-banner .sub-title {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1;
	padding: 0 0 20px;
}
.inner-page-banner.inner-page-bannerSec02.hero-section {
	padding: 100px 0px 100px 0px;
}
.inner-page-bannerSec02 .hero-title {
	line-height: 1.2;
}
.hero-content .section-text {
	padding-top: 20px;
}
.custom-section.custom-section-inner-sec.aboutSec {
	padding: 50px 0;
}
.custom-section-inner-sec.aboutSec .section-title {
	line-height: 1;
	margin-bottom: 35px;
	font-size: 50px;
	font-weight: 900;
	color: #020101;
}
.custom-section-inner-sec.aboutSec .sub-title {
	font-weight: 700;
	color: #020101;
	line-height: 1;
	margin-bottom: 20px;
}
.custom-section-inner-sec.aboutSec .section-text p {
	font-size: 15px;
	font-weight: normal;
}
.custom-section-inner-sec.aboutSec .section-text ul {
	font-size: 15px;
	font-weight: normal;
	margin-left: 0;
}
.inner-page-banner.inner-page-bannerSec02.hero-section.lazyloaded {
	padding: 74px 0;
}
.custom-section.contactInfo {
	position: relative;
	padding: 100px 100px;
	background-color: #F3F3F3;
}
.contact-info01 {
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: #4A636F00;
	box-shadow: 0px 3px 18px 0px rgba(109.99999999999999, 123, 131, 0.61);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 25px 40px 35px;
	background-color: #fff;
	height: 100%;
}
.contact-info01:hover {
	border-color: #4A636F;
	box-shadow: 0px 5px 90px 0px rgba(0, 114, 233, 0.1);
}
.contact-info01 i {
	color: #B9D053;
	font-size: 35px;
	height: 35px;
	width: 35px;
	margin-bottom: 24px;
}
.custom-section.contactBgSec {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0;
}
.contactBgSec .section-title {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
}
.map-title {
	color: #4A636F;
	font-weight: 600;
}
.ourpartners_link {
	display: flex;
	flex-wrap: wrap;
}
.ourpartners-title {
	color: #4A636F;
	font-size: 2rem;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 50px;
}
.ourpartners_link a {
	padding: 15px;
	max-width: 33.33%;
	width: 100%;
}
.ourpartners_link a img {
	height: 160px;
	width: 100%;
	object-fit: contain;
}
.custom-section.ourpartnersSec {
	background-color: #F9F9F9;
	clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
	padding: 100px 0;
}
.custom-section.teamSec {
	padding: 120px 0 30px;
}
.team_box {
	max-width: 300px;
	margin: 0 auto;
	padding: 24px 0;
}
.wpcf7-response-output {
	color: #fff;
	text-align: center;
}
.team_box .team_body .team-img {
	border-radius: 10px;
	height: 300px;
	object-fit: cover;
	margin-bottom: 24px;
}
.team_box .team_body .team-name {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.text-blue {
	color: #0162AF !important;
}
.how-we-work-ul li span strong {
	display: block;
	margin-bottom: 15px;
}
.team_box .team_body .team-position {
	color: #888888;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 24px;
}
.team_box .linkedin-icon {
	color: #888888;
	font-size: 25px;
	line-height: 1;
}
.team_body {
	cursor: pointer;
}
.btn-close {
	background: #933afe;
	opacity: 1;
	color: #fff;
	padding: 6px !important;
	line-height: 1;
	border-radius: 0;
	font-size: 18px;
}
.team_modal_content .modal-title {
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 30px !important;
	font-weight: 600;
}
.inner-page-policy-section {
	padding: 100px 0;
	background-color: #F9F9F9;
}
.inner-page-policy-section h1, .inner-page-policy-section h2, .inner-page-policy-section h3, .inner-page-policy-section h4, .inner-page-policy-section h5, .inner-page-policy-section h6 {
	color: #0162af;
	font-weight: 500;
	margin: 0;
	padding: 20px 0 30px;
}
.policy-title {
	font-size: 1.7rem;
	padding: 0 0 30px !important;
}
.page_404 {
	text-align: center;
	padding: 70px;
}
.page-404-box .img-404 {
	width: 100%;
	margin-bottom: 20px;
}
.custom-section.contactInfo .row {
	row-gap: 24px;
}
.team_modal_content .modal-body {
	max-height: 75dvh;
	overflow: auto;
	margin: 10px 0 15px;
}
.page-template-managed-network-solutions .custom-section-inner-sec.aboutSec .section-title {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
}
.page-template-managed-network-solutions .aboutSec .section-text {
	margin-top: 0 !important;
}
.page-template-managed-network-solutions .custom-section-inner-sec.aboutSec .section-text ul {
	margin: 0 0 28px 0;
}
.page-template-managed-network-solutions .btn.bgbtn.bg-blue {
	/*background-color: #0072E9;*/
}
.page-template-managed-network-solutions .btn.bgbtn.bg-blue:hover {
	background-color: #fff;
}
.page-template-managed-network-solutions .image-wrapper01 .img {
	height: 300px;
	object-fit: cover;
}
.page-template-managed-network-solutions .image-wrapper01 {
	padding-left: 20px;
}
.section-title.managed-services-title + .section-text p {
	min-height: 15px;
}
.page-template-consulting-services .how-we-work-ul li span {
    font-weight: unset;
}
.section-text.extra-space {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}




footer.site-footer {
	background-color: #1E3141;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 020px 0px;
}
.footer-logo img {
	height: 60px;
	width: auto;
	margin-bottom: 20px;
}
footer.site-footer .col-text {
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
}
footer.site-footer a {
	color: #B2D235;
	transition: color 0.3s;
}
.menu-footer-menu-container .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}
.menu-footer-menu-container .menu a {
	font-size: 14px;
	line-height: 24px;
}
.social_icon a {
	color: #fff !important;
	font-size: 30px;
}
.social_icon a:hover {
	color: #B2D235 !important;
}
.social_icon {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 15px;
	margin-top: 15px;
}
.copyright-text {
	padding: 10px 20px 24px;
	text-align: center;
	background-color: #4A636F;
}
.copyright-text p {
	margin-bottom: 0;
	font-size: 12px;
	text-transform: lowercase;
	line-height: 24px;
	letter-spacing: 1.2px;
	color: #FFFFFF;
}
.wpcf7-spinner {
	float: right;
	margin-top: -37px;
}
.navbar-toggler {
	padding: 0;
	border: none !important;
}
.navbar-toggler svg {
	width: 30px;
	height: 30px;
}
.hero-content .section-text ul {
	margin: 0 0 20px;
}




@media (min-width: 0px) and (max-width: 991px) {
	.custom-section.quoteSecContent .how-we-work-ul {
		margin-bottom: 30px;
	}
	.site-header ul.menu.nav-menu .menu-item a {
		padding: 20px 14px 20px 14px;
	}
	.site-branding .custom-logo {
		max-width: 110px;
	}
	.hero-section {
		padding: 180px 0 50px 0;
		min-height: 100dvh;
	}
	.hero-title {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.hero-text {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 24px;
	}
	.aboutSec {
		padding: 40px 0;
	}
	.aboutSec .section-title {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.aboutSec .image-wrapper img {
		position: unset;
		width: 100%;
		max-width: 100%;
	}
	.aboutSec .img2 {
		margin-top: 30px;
	}
	.experience-section.experienceLikeSec .experienceLike-content {
		max-width: 80vw;
		padding: 60px;
	}
	.experienceLike-content .experience-title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.proactive-protectionSec .section-title {
		font-size: 28px;
		line-height: 36px;
	}
	.proactive-protectionSec {
		padding: 40px 0px 40px 0px;
	}
	.inner-page-policy-section {
		padding: 40px 0;
	}
	.policy-title {
		font-weight: 600;
		font-size: 1.5rem;
		padding: 0 0 15px !important;
	}
	.inner-page-policy-section h1, .inner-page-policy-section h2, .inner-page-policy-section h3, .inner-page-policy-section h4, .inner-page-policy-section h5, .inner-page-policy-section h6 {
		padding: 10px 0 10px;
	}
	.inner-page-banner.hero-section {
		padding: 200px 0px 40px 0px;
		min-height: auto;
	}
	.inner-page-banner .hero-title {
		font-size: 28px;
		margin: 0 0 10px;
	}
	.custom-section.contactInfo {
		padding: 40px 12px;
	}
	.contact-info01 {
		padding: 24px;
	}
	.contactBgSec .section-title {
		font-size: 28px;
	}
	.custom-section.contactBgSec {
		padding: 40px 0;
	}
	.page-template-managed-network-solutions .image-wrapper01 .img {
		width: 500px;
	}
	.page-template-managed-network-solutions .image-wrapper01 {
		padding-left: 0px;
	}
	.quoteSecContent {
		padding: 40px 0px 20px 0px;
	}
	.quoteSecContent .section-title {
		margin-bottom: 15px;
	}
	.quoteSecContent .section-text {
		line-height: 1.5;
	}
	.custom-section.benefitSec {
		padding: 60px 0px 40px 0px;
	}
	.quoteSec_topsh svg {
		height: 30px;
	}
	.benefitSec .section-title {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	ul {
		margin-left: 15px;
		padding-left: 15px;
	}
	.hero-content .section-text {
		padding-top: 10px;
	}
	.custom-section.teamSec {
		padding: 40px 0 30px;
	}
	.team_box {
		max-width: 250px;
		padding: 14px 0;
	}
	.team_box .team_body .team-img {
		height: 250px;
	}
	.map-title.text-end {
		text-align: left !important;
	}
	.custom-section.ourpartnersSec {
		clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
		padding: 60px 0;
	}
	.ourpartners_link a img {
		height: auto;
	}
	.ourpartners-title {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.inner-page-banner.inner-page-bannerSec02.hero-section {
		padding: 40px 0px 40px 0px;
	}
	.quoteSecContent .section-text p {
		min-height: 5px;
	}
	.section-title.managed-services-title {
		font-size: 24px;
		line-height: 34px;
	}
	.how-we-work-ul {
		padding: 0 0 10px;
	}
	.how-we-work-ul li img {
		height: 50px;
		margin-bottom: 10px;
	}
	.keyBenefitsSec {
		padding: 40px 0px 40px 0px;
	}
	.keyBenefitsSec .how-we-work-ul li {
		min-width: 200px;
	}
	.custom-section.quoteSecContent + .custom-section.quoteSecContent {
		padding-top: 0px;
	}
	.keyBenefitsSec .section-title {
		padding-bottom: 30px;
	}
	.custom-section-inner-sec.aboutSec .section-title {
		margin-bottom: 15px;
		font-size: 28px;
	}
	.custom-section-inner-sec.aboutSec .sub-title {
		font-size: 1.3rem;
	}
	.hero-section {
		background-attachment: unset !important;
	}
	.page-template-managed-network-solutions .custom-section-inner-sec.aboutSec .section-title {
		font-size: 2rem;
	}
}


@media (min-width: 0px) and (max-width: 767px) {
	.site-header ul.menu.nav-menu .menu-item-has-children ul.sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
		left: auto !important;
	}
	.site-header ul.menu.nav-menu .menu-item-has-children ul.sub-menu, .site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
		display: none !important;
	}
	ul.menu.nav-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
		background-color: #f1f1f1 !important;
	}
	.site-header ul.menu.nav-menu .menu-item-has-children.focus a + ul.sub-menu, .site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children.focus ul.sub-menu {
		display: flex !important;
	}
	.site-header ul.menu.nav-menu ul.sub-menu .menu-item a {
		width: 100%;
		padding: 10px 15px 10px 15px;
	}
	#navbarSupportedContent.mainmenu {
		position: fixed;
		top: 12px;
		left: 12px;
		right: 12px;
		bottom: 12px;
		background-color: #1e31419e;
		border-radius: 10px;
		padding: 24px;
		-webkit-backdrop-filter: blur(7px);
		backdrop-filter: blur(7px);
	}
	#navbarSupportedContent.mainmenu .navbar-toggler {
		position: absolute;
		right: 18px;
		top: 18px;
	}
	.mainmenu .menu.nav-menu {
		flex-direction: column;
	}
	.mainmenu .menu.nav-menu .menu-item {
		border-bottom: 1px solid #ffffff24;
	}
	.site-header ul.menu.nav-menu .menu-item a {
		display: block;
		padding: 16px 0;
	}
	.menu-new-main-menu-container {
		padding-top: 20px;
	}
	.site-header li.menu-item-has-children::after {
		right: 4px;
		top: 23px;
	}
	.site-header ul.menu.nav-menu ul.sub-menu {
		width: 100%;
		max-width: 100%;
	}
	.site-header ul.menu.nav-menu ul.sub-menu li.menu-item-has-children .sub-menu {
		right: 0;
		top: 45px;
		left: 0;
		max-width: 100% !important;
		width: 100% !important;
	}
	.container, .container-fluid {
		padding: 0 24px;
	}
	.keyBenefitsSec .how-we-work-ul li {
		max-width: 280px;
	}
	.site-branding .custom-logo {
		max-width: 60px;
	}
	header.site-header {
		padding: 10px 0px 10px 0px;
	}
	.custom-section.custom-section-inner-sec.aboutSec {
		padding: 30px 0;
	}
	.proactive-protectionSec .container {
		max-width: 540px !important;
	}
	.footer-logo img {
		height: 45px;
	}
	.experience-section.experienceLikeSec .experienceLike-content {
		max-width: 100%;
		padding: 24px;
		margin: 24px 24px;
	}
	.page-template-managed-network-solutions .image-wrapper01 .img {
		width: 100%;
	}
	.page-template-managed-network-solutions .custom-section-inner-sec.aboutSec .section-title {
		font-size: 1.8rem;
	}
	.inner-page-banner.inner-page-bannerSec02.hero-section.lazyloaded {
		padding: 30px 0;
	}
}