html {
	margin: 0px !important;
}

body {
	font-size: 16px;
	/* font-family: 'DMSans-Regular'; */
	font-weight: 400;
	color: #0a0a0a;
	overflow-x: hidden;
	background: #ececec;
}

.gform_required_legend {
	display: none;
}

* {
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	line-height: normal;
}

p {
	margin-bottom: 15px;
}

a {
	outline: none;
	color: #003883;
}

a:hover,
a:focus {
	color: #1d9f9e;
	outline: none;
}

button,
button:focus {
	outline: none;
}

br {
	line-height: 0;
}

/*<============== css start ==============>*/

/* @font-face {
	font-family: 'CircularStd-Bold';
	src: url(assets/fonts/CircularStd-Bold/CircularStd-Bold.eot);
	src: url(assets/fonts/CircularStd-Bold/CircularStd-Bold.eot?#iefix) format('embedded-opentype'),
		 url(assets/fonts/CircularStd-Bold/CircularStd-Bold.otf) format('otf'),
		 url(assets/fonts/CircularStd-Bold/CircularStd-Bold.svg#CircularStd-Bold) format('svg'),
		 url(assets/fonts/CircularStd-Bold/CircularStd-Bold.ttf) format('truetype'),
		 url(assets/fonts/CircularStd-Bold/CircularStd-Bold.woff) format('woff');
  }
  
  @font-face {
	font-family: 'CircularStd-Book';
	src: url(assets/fonts/CircularStd-Book/CircularStd-Book.eot);
	src: url(assets/fonts/CircularStd-Book/CircularStd-Book.eot?#iefix) format('embedded-opentype'),
		 url(assets/fonts/CircularStd-Book/CircularStd-Book.otf) format('otf'),
		 url(assets/fonts/CircularStd-Book/CircularStd-Book.svg#CircularStd-Book) format('svg'),
		 url(assets/fonts/CircularStd-Book/CircularStd-Book.ttf) format('truetype'),
		 url(assets/fonts/CircularStd-Book/CircularStd-Book.woff) format('woff');
  }
   
  @font-face {
	font-family: 'CircularStd-Medium';
	src: url(assets/fonts/CircularStd-Medium/CircularStd-Medium.eot);
	src: url(assets/fonts/CircularStd-Medium/CircularStd-Medium.eot?#iefix) format('embedded-opentype'),
		 url(assets/fonts/CircularStd-Medium/CircularStd-Medium.otf) format('otf'),
		 url(assets/fonts/CircularStd-Medium/CircularStd-Medium.svg#CircularStd-Medium) format('svg'),
		 url(assets/fonts/CircularStd-Medium/CircularStd-Medium.ttf) format('truetype'),
		 url(assets/fonts/CircularStd-Medium/CircularStd-Medium.woff) format('woff');
  } 
  
 @font-face {
	font-family: 'DMSans-Regular';
	src: url('assets/fonts/DMSans-Regular/DMSans-Regular.eot');
	src: url('assets/fonts/DMSans-Regular/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/DMSans-Regular/DMSans-Regular.svg#DMSans-Regular') format('svg'),
		 url('assets/fonts/DMSans-Regular/DMSans-Regular.ttf') format('truetype'),
		 url('assets/fonts/DMSans-Regular/DMSans-Regular.woff') format('woff'),
		 url('assets/fonts/DMSans-Regular/DMSans-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'DMSans-Medium'; 
	src: url('assets/fonts/DMSans-Medium/DMSans-Medium.eot');
	src: url('assets/fonts/DMSans-Medium/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/DMSans-Medium/DMSans-Medium.svg#DMSans-Medium') format('svg'),
		 url('assets/fonts/DMSans-Medium/DMSans-Medium.ttf') format('truetype'),
		 url('assets/fonts/DMSans-Medium/DMSans-Medium.woff') format('woff'),
		 url('assets/fonts/DMSans-Medium/DMSans-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'DMSans-Bold';
	src: url('assets/fonts/DMSans-Bold/DMSans-Bold.eot');
	src: url('assets/fonts/DMSans-Bold/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/DMSans-Bold/DMSans-Bold.svg#DMSans-Bold') format('svg'),
		 url('assets/fonts/DMSans-Bold/DMSans-Bold.ttf') format('truetype'),
		 url('assets/fonts/DMSans-Bold/DMSans-Bold.woff') format('woff'),
		 url('assets/fonts/DMSans-Bold/DMSans-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  */
/* ----------------------------------------- */
.main-container {
	background-color: #ececec;
}

section {
	background: #fff;
}

.page-template-comingsoon-template section {
	background: transparent;
}

html {
	/* 	scroll-behavior: smooth; */
}

* {
	transition: 0.7s;
}

.navbar-brand {
	max-width: 200px;
	width: 100%;
}

img {
	max-width: 100%;
}

.p-0 {
	padding: 0px;
}

.mt-48 {
	margin-top: 48px;
}

.navbar-collapse {
	float: right;
}

.navbar {
	padding: 35px 0px;
}

.navbar-nav {
	align-items: center;
}

.navbar-nav .menu-item>a {
	color: #FF0073;
	outline: 0;
	margin: 0px 1.875rem;
	display: inline-block;
	position: relative;
}

.navbar-nav .menu-item>a:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #e30d73;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.navbar-nav .menu-item>a:hover {
	text-decoration: none !important;
}

.navbar-nav .menu-item>a:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.navbar-nav .menu-item:last-child>a:hover::after {
	background: transparent;
}

.navbar-nav .menu-item:last-child>a {
	margin: unset;
}

.download_btn {
	margin-left: 1.875rem;
	white-space: nowrap;
}

.download_btn a {
	padding: 0.9375rem 2.5rem !important;
	border: 2px solid #D00D73;
	color: #D00D73;
	/* font-family: 'DMSans-Bold'; */
	background-image: unset !important;
}

.download_btn a:hover {
	background: #D00D73;
	color: #fefefe;
	border-color: #D00D73;
}

.entry-content>section {
	padding: 60px 70px !important;
}

.about_report_section .about_report_left_section {
	padding: 60px 0px 70px 60px;
}

.about_report_section>.vc_row {
	display: flex;
}

.about_report_right_section * {
	height: 100%;
}

/* ---------- */
.sticky_header .navbar {
	padding: .5rem 0px;
}

.top_header {
	position: sticky;
	top: 0;
	z-index: 1111;
}

.top_header .container {
	background: #fff;
	border-bottom: 1px solid #d8d8d8;
}

.header_logos {
	display: flex;
	justify-content: space-between;
	width: calc(50% + 15px);
}

.navbar-iot-logo {
	max-width: 130px;
}

.navbar .navbar-collapse {
	width: 50%;
}

.Iot_network_section {
	/* padding-top: 50px !important; */
	/* padding-bottom: 15px; */
	position: relative;
}

.main_heading {
	font-size: 60px;
	color: #646363;
	/* font-family: 'DMSans-Bold'; */
	line-height: 60px;
	margin-bottom: 20px;
	max-width: 850px;
	width: 100%;
	letter-spacing: 2px;
}

.light_heading_text.main_heading {
	margin-bottom: 0px;
}

.Iot_network_right_section .pink_button {
	float: right;
}

.main_heading strong {
	font-weight: normal !important;
	font-family: 'DMSans-Regular' !important;
	font-size: 40px;
}

.Iot_network_section .Iot_network_left_section p {
	font-size: 24px;
	color: #646363;
	/* font-family: 'DMSans-Regular'; */
	line-height: 36px;
	/* 	font-weight: bold; */
	/* max-width: 400px; */
	/* 	margin-bottom: 130px !important; */
}

.Iot_network_left_section>div {
	max-width: 585px;
	width: 100%;
}


.Iot_network_section .bold_ul ul li,
.Iot_network_section .Iot_network_left_section ul li,
.report-listing li {
	font-size: 24px;
	color: #646363;
	/* font-family: 'DMSans-Regular'; */
	margin-bottom: 10px;
}

.pink_button>*,
.top_label .button {
	border: 2px solid #D00D73 !important;
	border-radius: 7px !important;
	background-color: #D00D73 !important;
	background-image: unset !important;
	box-shadow: 3px 5px 8px -2px rgba(0, 0, 0, 0.7) !important;
	color: #fff !important;
	min-width: 212px;
	font-size: 15px !important;
	/* font-family: 'DMSans-Bold'; */
	padding: 7px 20px !important;
	height: 52px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem !important;
}

.gform_footer.top_label input {
	margin-left: auto !important;
	margin-right: auto !important;
}

.pink_button>*:hover,
.top_label .button:hover {
	background: transparent !important;
	color: #D00D73 !important;
}

.scroll_btn button,
.scroll_btn a,
.scroll_btn p {
	font-size: 12px !important;
	color: #7d8157;
	letter-spacing: 1.71px;
	text-transform: uppercase;
	position: relative;
	padding-left: 1.875rem;
	border: 0px !important;
	background: transparent !important;
	font-family: 'CircularStd-Medium' !important;
}

.scroll_btn button:hover,
.scroll_btn a:hover {
	text-decoration: underline !important;
	color: #D00D73 !important;
}

.scroll_btn .wpb_wrapper {
	display: flex;
	justify-content: center;
}

.scroll_btn button::before,
.scroll_btn a::before,
.scroll_btn p::before {
	content: '';
	display: inline-block;
	background-image: url(assets/images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 12px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.scroll_btn {
	position: absolute !important;
	bottom: 0px;
	transition: 1s;
}

/* ---------------------------- */
.about_report_section {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #344355;
	background-position: bottom;
}

section.vc_section.about_report_section.custom.vc_custom_1715945719768.vc_section-has-fill {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.about_report_section p,
.about_report_section li {
	font-size: 22px;
	color: #fff;
	/* font-family: 'DMSans-Medium'; */
	line-height: 34px;
}

/* .about_report_left_section {
	padding-left: 72px !important;
} */
.about_report_left_section .pink_button {
	margin-bottom: 40px;
	margin-top: 10px;
}

.about_report_left_section>div>div>div:first-child p {
	max-width: 100%;
}

.about_report_left_section>div>div>div:last-child {
	margin-bottom: 0px !important;
}

.about_report_list {
	padding-left: 0px;
	max-width: 798px;
}

.about_report_list li {
	position: relative;
	margin-bottom: 10px;
	background: #51e1bed1;
	border-radius: 50px;
	padding: 5px 60px;
	color: #344355;
	list-style: none;
	font-size: 20px;
	height: 60px;
	line-height: 24px;
	/* font-family: 'DMSans-Medium'; */
	display: flex;
	align-items: center;
	width: 100%;
}

.about_report_list li::before {
	content: '';
	width: 50px;
	height: 50px;
	background-color: #303d4b;
	display: block;
	border-radius: 50px;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.about_report_list li::after {
	content: '';
	width: 5px;
	height: 14px;
	background-color: #51e1bed1;
	display: block;
	position: absolute;
	left: 38px;
	bottom: -12px;
	margin: auto;
}

.about_report_list li:first-child:after {
	transform: rotate(329deg);
	bottom: -14px;
	height: 16px;
}

.about_report_list li:nth-child(2)::after {
	transform: rotate(340deg);
	left: 30px;
}

.about_report_list li:nth-child(3)::after {
	transform: rotate(13deg);
	left: 21px;
}

.about_report_list li:nth-child(4)::after {
	transform: rotate(26deg);
	left: 13px;
}

.about_report_list li:nth-child(5)::after {
	display: none;
}

.about_report_list li:nth-child(2) {
	margin-left: 30px;
}

.about_report_list li:nth-child(3) {
	margin-left: 45px;
}

.about_report_list li:nth-child(4) {
	margin-left: 30px;
}

/* ------------------- */
.about-report-section {
	position: relative;
}

/* .testimonial__section {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
} */
.testimonial__section .testimonial_para,
.about-report-section .testimonial_para,
.about-report-list li {
	font-size: 26px;
	color: #646363;
	/* font-family: 'DMSans-Regular'; */
	line-height: 40px !important;
	/* max-width: 850px; */
}

.about-report-left-section>div>.wpb_wrapper {
	padding-right: 100px;
}

.about-report-section .testimonial_para,
.about-report-list li {
	color: #fff;
}

.about-report-left-section .pink_button {
	margin-bottom: 30px;
}

.about-report-left-section .about-report-section-list {
	margin-bottom: 0;
}

.about-report-right-section {
	/* padding: 20px; */
	position: relative;
}

.about-report-list {
	padding-left: 15px;
}

.testimonial__section .testimonial_para p {
	line-height: 36px;
}

.testimonial_text {
	margin-bottom: 0px !important;
}

.testimonial_text p:first-child {
	font-size: 20px;
	color: #646363;
	/* font-family: 'DMSans-Bold'; */
	line-height: 28px;
	position: relative;
	padding: 1.875rem;
	min-height: 172px;
}

.testimonial_text p:first-child::before {
	background-image: url(assets/images/quote-open.png);
	display: block;
	content: '';
	background-repeat: no-repeat;
	width: 70px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5;
}

.testimonial_text p:last-child {
	font-size: 16px;
	color: #646363;
	/* font-family: 'DMSans-Bold'; */
	line-height: 23px;
	padding: 0 1.875rem;
}

.testimonial_row>div>.wpb_wrapper {
	background: #dddfe2;
	color: #646363;
	padding: 1.125rem;
	border-radius: 0.9375rem;
}

.testimonial_row_text>div {
	position: relative;
}

.testimonial_row_text>div::after {
	content: '';
	background-image: url('dist/img/sprite-img.png');
	background-position: -209px -119px;
	width: 45px;
	height: 45px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
}

.testimonial_row_text>div::before {
	content: '';
	background-image: url('dist/img/sprite-img.png');
	background-position: -279px -119px;
	width: 45px;
	height: 45px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.testimonial_row_text>div {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0px 50px;
}

.testimonial_row_text .wpb_wrapper p:first-child {
	margin-bottom: 5px;
	color: #646363;
	font-size: 21px;
	/* font-family: 'DMSans-Bold'; */
}

.testimonial_row_text .wpb_wrapper p:last-child {
	margin-bottom: 0;
	color: #646363;
	font-size: 16px;
	/* font-family: 'DMSans-Bold'; */
	font-weight: 500;
}

.testimonial_row:last-child>div>div>div>div {
	margin-bottom: 0px;
}

.testimonial__section .vc_row-fluid:nth-child(2) .pink_button {
	margin-top: 10px;
	margin-bottom: 60px;
}

/* ------------------------ */
.about_para {
	padding: 30px 40px;
	margin-bottom: 0px !important;
	border: 5px solid #d0d0d0;
}

.about_para h2,
.testimonial_para header h2 {
	font-size: 22px;
	color: #646363;
	/* font-family: 'DMSans-Bold'; */
	line-height: 1.46;
	margin-bottom: 1.625rem;
}

.about_para p,
.testimonial_para p {
	/* font-family: 'DMSans-Regular'; */
	color: #646363;
	font-size: 18px;
}

.sponsors_section_text p {
	/* font-family: 'DMSans-Medium'; */
	color: #646363;
	font-size: 21px;
	max-width: 656px;
}

.sponsors_section_imgs {
	margin-bottom: 60px;
}

.sponsors_section_imgs .vc_gitem-zone {
	background-size: contain;
	height: auto;
	display: flex;
	align-items: end;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-container .container {
	border-bottom: 7px solid #344355;
}

/* .sponsors_section_imgs .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
	padding-right: 0px !important;
} */
.sponsors_section_imgs .vc_gitem-zone {
	height: 140px;
	max-width: 370px;
	width: 100%;
	margin: auto;
	justify-content: center;
	align-items: center;
}

.sponsors_section_imgs.center_logo .vc_gitem-zone {
	height: 125px;
	max-width: 250px;
	width: 100%;
}

.sponsors_section .wpb_wrapper .vc_grid-container-wrapper {
	width: 87%;
	margin: 20px auto;
}


/* ---------------------- */
.site-footer .container {
	background: transparent !important;
}

.footer_top {
	padding: 40px 0px;
	background: #ebebea;
}

.footer_main_div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_main_div .footer_title {
	/* font-family: 'DMSans-Medium'; */
	color: #646363;
	font-size: 25px;
	text-align: center;
}

.footer-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 31px;
	margin-bottom: 42px;
}

.footer-menu ul {
	display: flex;
	align-items: center;
	margin-bottom: 0px !important;
}

.footer-menu ul li {
	margin: 0px 15px;
}

.footer-menu ul li a {
	font-size: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-menu ul li a:hover {
	opacity: 0.7;
}

.footer-menu ul li a::after {
	border-radius: 75px;
	overflow: hidden;
	content: '';
	background-image: url('dist/img/sprite-img.png');
	width: 74px;
	height: 74px;
	display: inline-block;
	display: none;
}

li.insta a::after {
	background-position: -14px -17px;
}

li.facebook a::after {
	background-position: -124px -19px;
}

li.twitter a::after {
	background-position: -230px -22px;
}

.logo_text {
	/* font-family: 'DMSans-Bold'; */
	color: #646363;
	font-size: 21px;
	margin-top: 10px;
}

.copy-right {
	margin-top: 22px;
	margin-bottom: 15px;
}

.copy-right a {
	/* font-family: 'DMSans-Bold'; */
	color: #646363;
	font-size: 22px;
}

.copy_para {
	/* font-family: 'DMSans-Regular'; */
	color: #646363;
	font-size: 16px;
	max-width: 550px;
	text-align: center;
}

/* ------------------------------------- */
.form_section .gravity-theme {
	/* 	max-width: 1000px; */
}

.form_section>div>div>div>.wpb_wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.form_img {
	max-width: 500px;
	width: 100%;
}

.form_title p {
	/* font-family: 'CircularStd-Book'; */
	color: #646363;
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px !important;
	line-height: normal;
}

.form_section .gfield {
	margin-bottom: 1.25rem;
}

.form_section .gfield_label {
	color: #646363;
	font-weight: 700;
	font-size: .9375rem;
	line-height: 1.3;
	margin: 0;
}

.form_section .gfield_required {
	color: #646363 !important;
	font-weight: 700;
	/* margin-left: 0.1em;  */
	font-size: .9375rem !important;
	line-height: 1.3;
}

/* .form_section .ginput_container  {
	margin-bottom: 1.875rem;
} */
.form_section select {
	height: 2.9375rem;
	margin: 0 0 1.5rem;
	padding: .75rem;
	appearance: none;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5;
	/* font-family: 'DMSans-Regular'; */
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 2.25rem !important;
	background-image: url(assets/images/arrow-img.svg);
	background-position: right -2.25rem center;
	border-bottom-color: #646363 !important;
	color: #646363;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fefefe;
	padding-left: 0 !important;
	transition: .2s all;
	border-radius: 0;
}

.form_section .gfield_html {
	color: #646363;
	font-size: 1.25rem;
	font-weight: 700;
	/* font-family: 'DMSans-Bold'; */
	margin-bottom: 10px !important;
}

.form_section .field_description_below .ginput_container_select select:focus {
	outline: 0;
	box-shadow: 0 0 5px #cacaca;
}

.form_section .field_description_below .ginput_container_select select:focus {
	background-position: right -1.5rem center;
	padding-left: 10px !important;
	background-color: rgba(254, 254, 254, .07);
}

.form_section input {
	color: #646363 !important;
	background-color: transparent;
	border: 0 !important;
	border-bottom: 1px solid #646363 !important;
	padding-left: 0 !important;
	transition: .2s all;
}

.form_section .hide-label>label.gfield_label {
	display: none !important;
}

.form_section .gfield_error .ginput_container {
	margin-bottom: 0px;
}

.form_section .gfield_error .validation_message {
	padding: 5px 0px !important;
	background: transparent !important;
	border: 0 !important;
}

.form_section .checkbox_section {
	position: relative;
}

.form_section .checkbox_section .validation_message {
	/* background: pink !important; */
	position: absolute;
	top: 400px;
	left: 0;
}

.form_section input::placeholder {
	color: #646363;
	font-size: 16px;
	/* font-family: 'DMSans-Regular'; */
}

.form_section input:focus {
	padding-left: 10px !important;
	background-color: rgba(254, 254, 254, .07);
	outline: 0;
	box-shadow: 0 0 5px #cacaca;
}

.hide-label>label.gfield_label {
	display: none !important;
}

.form_section .gchoice {
	margin-bottom: 23px;
	padding-left: 22px;
	position: relative;
	display: block;
}

.form_section .gchoice .gfield-choice-input {
	position: absolute;
	left: 0;
	top: 5px !important;
}

.form_section .gchoice label {
	color: #646363;
	font-size: 15px !important;
	line-height: 1.8;
	margin-left: 0.3125rem;
	margin-right: 0;
}

.form_section .gfield_label_before_complex {
	margin-bottom: 15px !important;
}

.form_section .checkbox_section .gfield_checkbox {
	position: absolute;
	top: 0;
	width: 100%;
}

.form_section .checkbox_section .ginput_container_checkbox {
	position: relative;
}

.mr-30 {
	margin-right: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.terms_para {
	max-width: 830px;
	width: 100%;
	margin: auto !important;
}

.top_label .button {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.gform_footer.top_label {
	text-align: center;
	margin-bottom: 20px !important;
}

/* ------------------------------------- */
.about-report-left-section {
	/* padding: 35px 0px; */
	position: relative;
	z-index: 111;
}

.private-networks {
	align-items: flex-start;
}

.private-networks .vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
	justify-content: flex-start;
}

/* --------------------------thankyou_para---------------------------------- */

.thankyou_page_section .main_title {
	font-size: 64px;
	line-height: 40px;
	padding-top: 40px;
	/* font-family: 'DMSans-Bold'; */
	color: #646363;
	margin-bottom: 45px;
}

.thankyou_page_section .thankyou_para p:first-child {
	font-size: 21px;
	line-height: 33px;
	/* font-family: 'DMSans-Regular'; */
	color: #646363;
	max-width: 555px;
	width: 100%;
}

.thankyou_page_section .thankyou_para p:last-child {
	font-size: 28px;
	line-height: 33px;
	/* font-family: 'DMSans-Regular'; */
	color: #646363;
	max-width: 100%;
	width: 100%;
}

.thankyou_page_section .freedownload_text p {
	/* font-family: 'DMSans-Bold'; */
	color: #646363;
	font-size: 17px;
	max-width: 510px;
	line-height: 20px;
}

.thankyou_page_section .link {
	color: #d70d73;
	font-weight: 600;
	display: inline-block;
}

.media_section {
	background-color: #344355;
	padding: 20px 20px 25px;
	display: block;
	margin-top: 30px;
}

.thankyou_page_section .media_text {
	margin-bottom: 25px;
}

.thankyou_page_section .media_text p {
	line-height: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-align: center;
	/* font-family: 'DMSans-Medium'; */
}

.thankyou_page_section .social_media {
	margin-bottom: 0px;
}

.social_media_section>div>div>div {
	padding: 45px;
}

.social_media_section>div>div {
	padding-top: 0px !important;
}

.social_media_section {
	width: calc(100% + 140px);
	margin-left: -70px !important;
}

.thankyou_page_section .social_media ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0px;
	max-width: 280px;
	width: 100%;
	margin: auto;
}

.thankyou_page_section .social_media li.menu-item {
	list-style-type: none;
}

.thankyou_page_section .menu-item a {
	position: relative;
	font-size: 0px;
	display: inline-block;
}

.thankyou_page_section .menu-item a::before {
	content: '';
	background-image: url('dist/img/sprite-img.png');
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
}

.thankyou_page_section .twitter_social_media a::before {
	background-position: -361px -40px;
}

.thankyou_page_section .insta_social_media a::before {
	background-position: -440px -40px;
}

.thankyou_page_section .gmail_social_media a::before {
	background-position: -440px -100px;
}

.free_download_section .free_download_box {
	background-color: #86b7b0;
	padding: 50px;
	margin: 20px auto 60px;
}

.free_download_box_right_section .wpb_wrapper p:first-child {
	font-size: 18px;
	line-height: 25px;
	/* font-family: 'DMSans-Regular'; */
	color: #646363;
	margin-bottom: 20px;
}

.free_download_box_right_section .wpb_wrapper p:last-child {
	font-size: 18px;
	line-height: 25px;
	/* font-family: 'DMSans-Bold'; */
	color: #d70d73;
	display: inline-block;
}

.free_download_box_right_section .wpb_wrapper p:last-child a::after {
	content: '';
	background-image: url('dist/img/sprite-img.png');
	background-position: -358px -119px;
	width: 43px;
	height: 10px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}

.free_download_box {
	display: flex;
	align-items: center;
}

.free_download_box_right_section {
	display: flex;
	align-items: center;
	height: 100%;
	background: #fff;
}

.free_download_box .vc_col-sm-6 {
	background-color: #fff;
}

.free_download_box .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
	margin-bottom: 0px;
}

.free_download_box_right_section>div>div>div {
	margin-bottom: 0px;
	max-width: 380px;
	margin: auto;
}

.free_download_box .vc_col-sm-6:first-child>div {
	padding: 0 !important;
}

/* -------------comingsoon template-------------- */
.comingsoon_template {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-image: url('assets/images/bg-img.jpg');
}

.comingsoon_template .wpb_wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.comingsoon_template .title {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 4rem;
	color: #303546;
	margin-bottom: 2rem;
	margin-top: 15px;
	/* font-family: 'CircularStd-Book'; */
}

.comingsoon_template .para {
	max-width: 700px;
	letter-spacing: 1px;
	color: #303546;
	margin: 0 auto 3rem;
	/* font-family: 'DMSans-Medium'; */
	font-size: 20px;
	text-align: center;
}

.sponsors_section_imgs .prettyphoto {
	pointer-events: none;
}

.about-report-right-section-img .vc_single_image-wrapper {
	max-width: 350px !important;
	margin: auto;
}

.about-report-right-section-img {
	margin-bottom: 0 !important;
}

body option {
	margin: 50px !important;
	padding: 50px !important;
}

.privacy_policy_section>div {
	max-width: 859px;
	margin: auto;
}

.privacy_policy_section .main_heading {
	font-size: 48px;
	letter-spacing: unset;
	border-bottom: 1px solid #dfdfdf;
	color: #000;
	padding-bottom: 30px;
	margin-bottom: 40px;
	max-width: 100%;
}

.normal_text {
	color: #000;
}

.normal_text p {
	line-height: 25px;
}

.normal_text h2 {
	font-size: 1.1875rem;
	font-weight: bold;
	padding: 10px 0 5px;
}

.form_section .ginput_container_checkbox a {
	color: #646363;
	text-decoration: underline;
}

.form_section .ginput_container_checkbox a:hover {
	color: #D00D73;
}

.select2-container--open {
	padding-top: 33px;
}

.page-template-private-networks-template .gravity-theme  form select, 
.form_section select,
.form_section span.select2-container {
	height: 2.9375rem;
	margin: 0 0 1.5rem;
	padding: .75rem;
	appearance: none;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5;
	/* font-family: 'DMSans-Regular'; */
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 2.25rem !important;
	background-image: url(dist/img/arrow-img.svg);
	background-position: right -2.25rem center;
	border-bottom-color: #646363 !important;
	color: #646363;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fefefe;
	padding-left: 0 !important;
	transition: .2s all;
	border-radius: 0;
}
.page-template-private-networks-template .gravity-theme  form select::placeholder, 
.page-template-private-networks-template .gravity-theme  form input::placeholder{
	color: #646363 !important;
}

.form_section .select2-selection--single {
	background-color: unset;
	border: unset;
	border-radius: unset;
}

.form_section .select2-selection__arrow {
	position: unset;
	opacity: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	/* background-color: #303546; */
	color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
}

#report_section.about_report_section {
	background-position: right !important;
}

.responsive_img {
	display: none;
}

/* ----6-09 dr---- */
.testimonial_section .vc_general.vc_cta3.vc_cta3-style-classic {
	border-color: unset;
	background-color: unset;
}

.testimonial_section .vc_general.vc_cta3.vc_cta3-shape-rounded {
	border-radius: 5px;
}

.testimonial_section .vc_general.vc_cta3 {
	border: 0px;
	padding: 0px;
}

.testimonial_para header h2 {
	margin-bottom: 10px;
}

.testimonial_detail_section>.vc_col-sm-6 .vc_column-inner>.wpb_wrapper {
	background: transparent;
	border-radius: 7px;
	/* padding: 30px 68px; */
	padding: 0px !important;
	/* 	min-height: 300px; */
}

.testimonial_detail_section .vc_cta3-container {
	margin-bottom: 0;
}

.testimonial_detail_section .inverted_commas {
	margin-bottom: 15px;
}

.testimonial_detail_section .inverted_commas ul {
	display: flex;
	justify-content: center;
}

.testimonial_detail_section .inverted_commas ul li {
	position: unset !important;
}

.testimonial_detail_section section {
	background: #e6e8ea;
}

.testimonial_client_details div .vc_cta3-content {
	display: flex;
	flex-direction: column-reverse;
	text-align: center !important;
}

.testimonial_client_details div .vc_cta3-content p {
	color: #15075F;
	font-size: 20px;
	/* font-family: 'DMSans-Bold'; */
	line-height: 30px;
	margin-bottom: 15px !important;
}

.testimonial_client_details header h4 {
	color: #15075f;
	/* font-family: 'DMSans-Regular'; */
	font-size: 17px;
}

.sponsors_section_imgs>div>div {
	display: flex;
	justify-content: space-between;
	margin-right: 0 !important;
}

.sponsors_section_imgs>div>div>div.vc_col-sm-6:first-child .vc_gitem-zone {
	float: left;
}

.sponsors_section_imgs>div>div>div.vc_col-sm-6:last-child .vc_gitem-zone {
	float: right;
}

.sponsors_section_imgs.center_logo>div>div {
	justify-content: center;
	margin-bottom: 0 !important;
}

.sponsors_section_imgs>div>div>div {
	padding: 15px !important;
}

.sponsors_section_imgs .vc_clearfix::before,
.sponsors_section_imgs .vc_clearfix::after {
	display: none;
}

.sponsors_section_imgs .vc_row::before {
	display: none;
}

.sponsors_section_imgs .vc_col-sm-3 {
	max-width: 250px;
}

.thankyou_page_section .thankyou_para:nth-child(3) p {
	font-size: 30px;
}

.thankyou_page_section .thankyou_para {
	margin-bottom: 20px;
}

.droupdown_menu .select2 .select2-selection__rendered {
	padding: 0 !important;
	color: #a2a3a5;
	font-size: 16px;
	/* font-family: 'DMSans-Regular'; */
}

.find-more-btn {
	color: #646363;
	font-weight: normal;
	transition: all 0.3s;
	text-decoration: underline;
}

.find-more-btn:hover {
	color: #FF0073;
	text-decoration: underline solid #FF0073 1px;
}

.about_report_left_section p:nth-child(2),
.about_report_left_section p:nth-child(4) {
	margin-bottom: 0px;
}

.about_report_left_section ul {
	padding-left: 20px;
}

.report-listing {
	max-width: 950px;
	width: 100%;
}

.main_heading h2 strong,
.main_heading h1 b {
	letter-spacing: 0px;
}

.testmoial-text {
	/* 	max-height: 150px;
	height: 100%; */
	/* 	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical; */
	/* 	min-height: 150px; */
	/* 	text-overflow: ellipsis; */
}

.desktop_img.wpb_single_image img {
	max-width: 600px;
	width: 100%;
	margin-top: 55px;
}

.about_report_section .pink_button {
	margin-bottom: 45px !important;
}

.form_section input[type="submit"]:focus {
	padding-left: 20px !important;
}

.testimonial_detail_section>div {
	float: unset;
}

.testimonial_detail_section {
	display: flex;
}

.testimonial_detail_section .vc_col-sm-6>div,
.testimonial_detail_section .vc_col-sm-6>div>div {
	height: 100%;
}

.testimonial_detail_section>div {
	float: unset;
}

.about_para {
	margin-top: 30px;
}

.Iot_network_left_section .pink_button {
	margin-bottom: 40px !important;
}

.Iot_network_left_section ul {
	padding-left: 20px !important;
}

.testimonial_left_section .report-listing {
	padding-left: 0 !important;
}

.testimonial_left_section .report-listing li {
	position: relative;
	padding-left: 0px;
	list-style: none;
	display: flex;
	line-height: 37px;
}

.testimonial_left_section .report-listing li::before {
	content: '';
	width: 75px;
	height: 70px;
	min-width: 37px;
	display: block;
	background-image: url('dist/img/Icon1-Interviews.png');
	position: unset;
	top: 0;
	left: 0;
	margin-right: 15px;
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.testimonial_left_section .report-listing li.results_icon::before {
	background-image: url('dist/img/Icon2-Survey.png');
}

.testimonial_left_section .report-listing li.interviews_icon::before {
	background-image: url('dist/img/Icon3-Sponsor-Insights.png');
}

.testimonial_left_section .report-listing li.technical_issues_icon::before {
	background-image: url('dist/img/Icon4-Case-studies.png');
}

.testimonial_left_section .testimonial_para_green_icon .report-listing li::before {
	background-image: url('dist/img/Icon1.png');
}

.testimonial_left_section .testimonial_para_green_icon .report-listing li.results_icon::before {
	background-image: url('dist/img/Icon2.png');
}

.testimonial_left_section .testimonial_para_green_icon .report-listing li.interviews_icon::before {
	background-image: url('dist/img/Icon3.png');
}

.testimonial_left_section .testimonial_para_green_icon .report-listing li.technical_issues_icon::before {
	background-image: url('dist/img/Icon4.png');
}



.testimonial_left_section .report-listing li.insights_icon::before {
	background-position: -188px -175px;
}

.testimonial_left_section .report-listing li.case_studies_icon::before {
	background-position: -231px -175px;
}

.book_img div.vc_single_image-wrapper {
	max-width: 550px;
}

.book_img .wpb_single_image.vc_align_left {
	text-align: right !important;
}

.thankyou_page_section .vc_row:nth-child(2) .thankyou_para p {
	font-size: 22px;
	line-height: 27px;
	max-width: 1150px;
	width: 100%;
}

/* .freedownload_text {
	width: calc(100% + 30px);
	margin-left: -15px;
} */
.page-template-private-networks-template header .header-main .align-middle {
	display: flex;
	justify-content: space-between;
}

.page-template-private-networks-template {
	background: #ececec;
}

.private-network-header>div,
.page-template-private-networks-template .main-container .container {
	max-width: 1400px;
	padding: 0 15px;
	margin: auto;
	background: #fff;
}

.page-template-private-networks-template .header-main {
	background: #fff !important;
}

.page-template-private-networks-template .header-main.header-main--sticky {
	max-width: 1400px;
	margin: auto;
}

.page-template-private-networks-template .Iot_network_section {
	background: #344354;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}

.page-template-private-networks-template .Iot_network_section h1 {
	max-width: 1000px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 80px;
}

.page-template-private-networks-template .Iot_network_section>div {
	padding-left: 80px;
	padding-right: 80px;
}

.page-template-private-networks-template .Iot_network_section>div:last-child {
	margin-bottom: 100px;
}

.page-template-private-networks-template .Iot_network_section p {
	color: #fff !important;
	font-size: 28px;
	line-height: normal !important;
}

.page-template-private-networks-template .wpb_single_image .vc_figure,
.page-template-private-networks-template .wpb_single_image .vc_figure>div {
	width: 100%;
}

.page-template-private-networks-template .wpb_single_image .vc_figure img {
	width: 100%;
}


.pink_button>*,
.download_btn_box a,
.download_btn_box button {
	border: 2px solid #D00D73 !important;
	border-radius: 9px !important;
	background-color: #D00D73 !important;
	background-image: unset !important;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 70%) !important;
	color: #fefefe !important;
	min-width: 212px;
	font-size: 15px !important;
	/* font-family: 'DMSans-Bold' !important; */
	padding: 7px 20px !important;
	height: 52px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem !important;
	font-weight: bold;
	font-size: 20px !important;
}

.page-template-private-networks-template .Iot_network_section:after {
	content: "";
	width: 100%;
	height: 300px;
	display: inline-block;
	background: #344354;
	/* border-bottom-left-radius: 120px; */
	position: absolute;
	left: 0;
	bottom: 75px;
	/* transform: rotate(-11deg); */
	background: url(dist/img/bg-img2.jpg) no-repeat;
	background-position: bottom;
	background-size: 100%;
	background-color: #334353;
}

.page-template-private-networks-template .Iot_network_section::before {
	content: "";
	width: 100%;
	height: 370px;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;

}

.revenue-title p {
	color: #646363 !important;
}

html {
	scroll-behavior: smooth;
}

.page-template-private-networks-template .Iot_network_section.revenue_section {
	background: #fff !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	min-height: auto;
}

.page-template-private-networks-template .Iot_network_section.revenue_section>div:last-child {
	margin-bottom: 0px;
}

.revenue_section::before,
.revenue_section::after {
	display: none !important;
}

.page-template-private-networks-template .Iot_network_section.revenue_section ul li {
	font-weight: bold;
}

.page-template-private-networks-template .about_report_right_section {
	padding-right: 0px;
}

.page-template-private-networks-template .about_report_right_section {
	padding: 60px;
}

.page-template-private-networks-template .about_report_right_section .wpb_content_element>.wpb_wrapper {
	display: flex;
	align-items: center;
}

.page-template-private-networks-template .about_report_right_section .wpb_content_element>.wpb_wrapper p {
	height: auto;
	font-size: 27px;
	line-height: normal;
	color: #646363;
	padding-bottom: 100px;
}

.page-template-private-networks-template .about_report_section {
	background: #ebecee !important;
	position: relative;
}

.page-template-private-networks-template .about_report_section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	top: 0px;
	border-top: 200px solid #fff;
	border-left: 87.5em solid #ebecee;
}

.page-template-private-networks-template .about_report_section::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0px;
	background: green;
	border-bottom: 200px solid #344354;
	border-left: 87.5em solid #ebecee;
}

.page-template-private-networks-template .about_report_section .about_report_left_section {
	z-index: 1;
	padding-bottom: 0px;
}

.page-template-private-networks-template .pink_button a {
	margin: 40px 0 100px;
}

.page-template-private-networks-template .testimonial_section {
	padding: 0 100px;
	background: #344354;
}

.page-template-private-networks-template .vc_images_carousel .vc_carousel-control .icon-prev:before {
	background: url(dist/img/left-arrow.png) no-repeat center;
	color: transparent !important;
	font-size: 0px !important;
	width: 31px;
	height: 100%;
	position: absolute;
	display: inline-block;
	top: 0 !important;
	left: 0;
	right: 0;
	margin: auto;
}

.page-template-private-networks-template .vc_images_carousel .vc_carousel-control .icon-next:before {
	background: url(dist/img/right-arrow.png) no-repeat center;
	color: transparent !important;
	font-size: 0px !important;
	width: 31px;
	height: 100%;
	position: absolute;
	display: inline-block;
	top: 0 !important;
	left: 0;
	right: 0;
	margin: auto;
}

.page-template-private-networks-template .vc_images_carousel .vc_carousel-control.vc_left {
	left: -60px;
	opacity: 1;
	height: 58px;
	margin-top: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 0px;
}

.page-template-private-networks-template .vc_images_carousel .vc_carousel-control.vc_right {
	right: -60px;
	opacity: 1;
	height: 58px;
	margin-top: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-right: 0px;
	margin-left: unset;
}

.page-template-private-networks-template .vc_images_carousel .vc_carousel-control span {
	top: 0 !important;
	margin-top: 0px !important;
	height: 100%;
	width: 100%;
	left: 0;
	margin-left: 0px;
}

.page-template-private-networks-template .testimonial_detail_section2 section {
	background: transparent !important;
}

.page-template-private-networks-template .testimonial_detail_section2 .testimonial_para header h2 {
	margin-bottom: 20px !important;
}

.page-template-private-networks-template .testimonial_detail_section2 .testimonial_para header h2,
.page-template-private-networks-template .testimonial_detail_section2 section .report-listing li {
	color: #fff !important;
	font-size: 29px;
	line-height: 50px;
}

.page-template-private-networks-template .testimonial_left_section .report-listing {
	margin-left: 0px;
}

.page-template-private-networks-template .connectivity-forth-section .width-50 .ginput_container_select {
	width: 100%;
}

.page-template-private-networks-template .connectivity-forth-section .width-50 .gfield_label {
	width: 100% !important;
}


.page-template-private-networks-template .width-50 .ginput_container_select {
	width: calc(50% - 10px);
}

.page-template-private-networks-template .width-50 .gfield_label {
	width: calc(50% - 20px);
}

.page-template-private-networks-template .gform_wrapper .gfield {
	margin-bottom: 0px !important;
}

.page-template-private-networks-template .form_section {
	background: #344354 !important;
	padding-top: 0px !important;
	padding-bottom: 50px;
}

.page-template-private-networks-template .form_section>div {
	width: 92%;
	background: #fff;
	margin: auto;
	border-radius: 60px;
	padding: 100px 40px 0 40px;
}

.page-template-private-networks-template .testimonial_section .pink_button a {
	margin: 35px 0 45px;
}

/* .page-template-private-networks-template .sponsors_section {
	padding: 80px;
} */

.page-template-private-networks-template .footer_logo {
	margin-bottom: 40px;
}

.page-template-private-networks-template footer .footer_top {
	background-color: #344354;
}

.page-template-private-networks-template footer {
	background-color: #344354;
}

.page-template-private-networks-template .copy-right a {
	font-weight: bold !important;
	color: #fff !important;
}

.page-template-private-networks-template footer .copy_para p,
.page-template-private-networks-template footer .footer_title {
	color: #fff !important;
}

.page-template-private-networks-template .footer_logo img {
	max-width: 220px;
}

.page-template-private-networks-template .footer-menu ul li a {
	width: 65px;
	height: 65px;
}

.page-template-private-networks-template .footer-menu ul li a:before {
	width: 65px;
	height: 65px;
	line-height: 65px;
}

.page-template-private-networks-template .footer-menu ul li {
	margin: 0px 25px;
}

.page-template-private-networks-template .main-container {
	position: relative;
}

.page-template-private-networks-template .main-container::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0px;
	background: transparent;
	border-bottom: 200px solid #344354;
	border-left: 99vw solid transparent;
}

.page-template-private-networks-template .sponsors_section>div {
	z-index: 1;
    position: relative;
    background-color: #fff;
	padding: 80px 80px 0px 80px;
	border: 2px solid #646363;
	border-radius: 15px;
}

.page-template-private-networks-template .sponsors_section .about_para {
	background: #fff;
}

.page-template-private-networks-template img {
	max-width: 100%;
}

.page-template-private-networks-template .main-container .container {
	border: 0px !important;
}

.page-template-private-networks-template .header-main {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.page-template-private-networks-template .middle_logo {
	max-width: 100px;
	max-width: 115px;
}

.page-template-private-networks-template #report_section.about_report_section {
	margin-top: 40px !important;
}

.features-slider {
	z-index: 1;
	position: relative;
}

.features-slide::after,
.features-slide::before {
	content: "";
	position: absolute;
	top: 25px;
	width: 47%;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
}

.features-slide::before {
	left: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABcCAYAAACYyxCUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM0MTZEMTlGMTY2QjExRUZCMTc0QzM0Njg1QUZDMjVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM0MTZEMUEwMTY2QjExRUZCMTc0QzM0Njg1QUZDMjVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzQxNkQxOUQxNjZCMTFFRkIxNzRDMzQ2ODVBRkMyNUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzQxNkQxOUUxNjZCMTFFRkIxNzRDMzQ2ODVBRkMyNUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5+FICoAAASjklEQVR42tRdCVBVZfs/d2W77KAssl4FFPkjfqRm0D83cEMdSyJtJBsjzchqMsYUdWycwabcKiewBWscbUALHdOE1BQSRPxQlNVYRUC2i6wX7vI9z+0cuux3O/ee886cAS73nvs87+9Zfs+7HYJgeLO2tibmzJnDff311+2VSqUvXF7Ozs6MlDU4OBhlFWZlZTmDnMFXrlzxEIlEWt2Dz0TFLCwsCA8PD+7mzZudQkND3ebNmzeJy+U64b/g6t6wYcPTI0eO9DJBVuzwV199VThjxozJsbGxLpaWls5CodAB/mW2cOHCGh8fn8dFRUVKVgICChD+/v5OCQkJHuAF3qAcKiaACxWSkz9tly1b5gWAlJpSVvTauLg4t7Vr13ra29tPQWzI/lSQl5LH47lHRETYAiASTe/LYQIQ8+fPF+7evdsjMjLSHzxhEukJckqxYW8XdHZ21r700kuX7t69qzSmnA4ODkR0dLRo27ZtvmKx2Bc8mTIYGSnnCFnv379/G0JZIeM9xNXVlXj33XctZs2a5b98+fKp8JITqRCC0D/OR2WQV1z8/PwcAJBWY8jq5OREvPnmm/ZwBYAH+2BqUzOY8WRVeHp6eoM3Fd2+fVvOSA/h8/lEYmKi+TvvvBMAis6Al2xIIGRa3EZYXFyMllcgk8lok9Xc3JzYvn27PcgaCB3riy+pAaFx/6anp1+OiYl5IpfLmQUI5AhefHy835o1a4IwAmipnHrjgXKtwLx+PXPmjNzQciKpAG+w3LlzZ6C7u3sAGUJlo4QkTZpAIpE8cHR0/EuhmFhVrjGAsLW1JX777TdXoIMrAIz/h5fs4BrQEQxVKICEaR8SEuIKPw0q6+zZszlnz54N+Oqrr6IAjNnojaSsuuYruZWVlScQAHNN3kw7IB988IF5Tk7O88CMlnM4HDdSOX2tGjtHgMkV7mkw+vrGG284FBQURICs4WSe6NfDaAaNRyAQiCBXegJhMV3IguRHvP/+++5btmx5nkzYMj2sbFRj6uvr63n55ZfPgffpVZN4eXkRGRkZMyAnhcCfVqTRGDR1QriqnjZtWlZlZeW4fcCjAwwohjhQpc5asmRJOMnPacm8QBDMoIDsOHfuXItUKtXpHkAwLFJTU1/w9vYOIftDToOoSvBkiFxW1RcuXJAaNWQdPnzYPDc3dyGAMo9UkC4ahJbGffHFF32gPtDJ0/fs2eO8f//+ZVDYBehBMDSV1RyihhiHgozmIV9//bUDsKgITGJ6JkJtFBX19PTUXL16VeOwhWNOycnJPhBOF5C0e4Cgv3EhNAp+/fXXR/X19QraPeTLL790Ab6+FH51nqBYMjQgwrCwMB9Nk/vMmTOJixcvzli9evUCsq6QGUlW/B7HFStWONEesgCMKVB1R5LMZIAwblNCJewF14SjDgEBAcTly5eDgc7OJwmN3Miy8sArxZCv6AME+LoXgLHYyNY2xPKgonbat2/f5PHeFBQURNy4cWM2gDGH+HcA0NhNMWnSpCmQ98xpAQRyhjvUAgvJ4skUYAzqERgYKMYKe6ycgazP2dn5P8S/o8amaPjdNjExMe5CodCwgBw7dswZcgaCITCB64+wvCnQ1q9fPwIR4P6YM6a7uLiEmhiMwdoPcp4vjukZBBAcqoCcYQ1saiFZRJkaDBUgkNStQ0NDpwz/B3iwB4SpecTow+Mm8RJLS0uXrVu32hqkUgf3FxYWFiKbcjNBAh9vxAE9tQZyxaUHDx6oOn7v3r2OkFtQVguGGM6grI2NjflgQHeBAuvuIRCnCeDRc+FXdwaAgYrxyfyFrU+hUNjExcWpJrE/+ugjcwADRwosGQAGZTDU7KcUQqiDmZnZiP7XaoIqJSXFDyjbDBOCwVErZrHWaSwqKmq+du0aTlS1Qq7ozsrKkoGyBNDL5+C1yUasiUZLBzwSgB64alNTU9uePXvWDL9LsrOze6urqxU6A/Lhhx/ag4vNNVEs5pKy4jhQY05OTk1FRUVtUlJSZ0NDgwKUHHwj0Eoc6p8qFosDTGQ4PFLeHpCr4datW1U//fRT0507d7rLysom/LBGgABN437xxRfzCHpGQjWxsm7o+KpvvvmmLC8vr/n3338f8wNQE1mHhITMMYHh8EgPbs/Nza3Yv39/FXjAs5KSEq1DwLgNpzHhCwIhmYcZsdag8kNPZ2dn+eeff16SnJzc0dTUNO6HcODu8ePHL9nY2PgZ0XAoWduh8HwIDPRRenq6zmFyQg9Zs2aNNYAxy4iVrSpHdHR0VJw4ceK/Bw8ebGtpaSE0MZwzZ854AyhiIxoOJmlpZmZm4fHjx4shh/UNDAzoje6Ybfr06cT9+/fDoIgJMkJyHLQ0iLv5O3furPzzzz81/nBUVJTw/PnzK+BXRyOwKlUolUgktWlpaXfefvvtFqXSMNFxXA+BTpkEYPgbwf1V7Km9vb3s1KlTeVB09mjzYfSOxMRElNPZCLKq5nhA1oKIiIj7kKwNGjnGBASHqVevXh1M8vx+mq1NWVVVlbd06dLC8vJyrW+wZMkS8+eee26GEcIq9lc3hNKbQDDq7t69S8sXjNree+89F0iOXjRbnMra6urqspcvX16uCxjY9uzZg95hS7OsmC8kQDCu7tixo4VOxEc0Pz8/IjY2dib5/wE6wQBWdG3RokVVUFfodBMgHWZAOgJo9g7shzYAIwvAkBA0h4uh38znY+5wEgqFHjSyFcwZCghTN8LDw3UGA5fV7Nq1y1cgENjSmMgRjM7PPvuMdjBGBQQrXfAODAHmNBZWfADjDuSMR1A86XyTdevW8UJDQ/1p9A7sn/4jR47cSEhIoB2MUQEJCwuz4HA4XjR6hwByxiPIGfd0zRlUA5bjSvyzJJUuQHhtbW0FUOw9MebQxJC2adMmBMOGJiUxbzyDIiq3tLRUL+/DxW0rV64UkyGFDk/mNzc3V4PhPKysrCRMAggucAsKCvKlSUFVEXr69Ok7UH136XszDw8PS5yfpil3cKHQ6zt27Fh+Xl6eUQdShwCybds2W3d390l0eUdvb28jMJVHhqhqP/nkE5wgs6RL1tbW1jIApJ0wchsCCBSCOPFkQYOSKu84f/78Ayim9L43bvbx9PT0IehZm4x90n3o0KFi9WF9owOCu4QgmXvSmDtav/vuuzpD3AzqDqvAwEAnmsIVD5hfDVTjXYQJ2iAgq1atshKLxXQxFk5xcXFNSUmJQYrMjRs34gCiiCZPlkOx+rcmI8y0AQKFFQHVMuYOK5oSuhyobg0oapCbQTHpRmO4khw4cKCVMFFTAYJLe9auXetM/DsHTIeSBimswItxNGEyTZ7MbWxsbKutre03KSBubm6c/v7+yXTFZLjanz59ahAlo6OjrV1cXEQ0ebIiOzu7GcKrqfD4Z3AR6K6FjY2NHV354/Lly8+qqqoIe3t7QigU8hISEiyh2ZKMjkt+L44MSBUKRQ/UKbhAAP9WSCQSgqLJOHYF3uFE47COEr6/DX9BWcPCwgQrVqxA8K3J7yRIWTEX9iEbO3r0qBS8agBlRFkNAohcLkcwBDSBLgcl+/bu3eseHx/vCUzOVSQS2RD/rs4Y7AxSWUVsbOwAyITatV6/fr05KyurEQrKbmi4Z9GGlFVKh4dMnTpVkZiY6LNjxw4Pa2vryWStw1WTVal2oaw4bdsuk8laocZqLi8vb9JnTl2VGD/99NPA3bt307mIATsPJ7rMCM12KnHUOgHf2/XkyZOmzs7OCn9//2nwN0XPDZ3YlaTli8jv1mQtsLqs6DldZWVldZcuXfo7JSXlqdarTnBzZkZGxnz4ibODdCUzLqH7shzOMKWxIETvaSQNiMcwWSk5ZRB2H//8888PkpKSnmg6HsZ1cHDggptaEfRO8Cj0iPlKtbiNDdkgTkj9H/HPfnc5w2SVU7JCXvZ+6623lgJJCH/llVesxlrxPgQQCANmwLDoqj8MHU7MyQ5Dpe1JUDz17EQ65VUBY2ZmNj0tLW35tWvX3PAAm3EBwd08wF7o9hBDAsJVs0QMV5hT/MhwoWSo3AiMHbC2yIsXL/rhyRZjxjygaziEvZigac+6IdkaXN7kpRgWt1F2nEQqIzuAw1Ad0Jg4t2/fzomMjCwZjSbjG2wYrMBwSxMQIyfVKG/B2UMxwZyNOWPmpzlz5jyfmZnpi6v0xwKEDY0zTq1EJX70dneGh18VXQ8NDZ1/6NAhx9EAsWKBhyiJofstxnoPQdJiaxaAYhkVFfV8dHQ0bzgg5izxkIkAoRQ1I0FhupENiEQid6jup1tZWQ1R0oJFIUsT4oH5BMe7jLHoWm+i4uHhMXPjxo0W6oCYsSSpcwnN9kRSLMudMNIBbXoyR5uEhIRp1L51Lgvo7vAhFE1jtC15Mb2+Unh5eU2Lj4/nU4DwCfY0TYs/JamXEwtGINBg7IKDg91xaIXLohpEW1nxM+oHMTNZN96GDRum4KE0XIJdTVtAkEFassFL8ADp/v5+PpcFwlJAaHuCj5LMjzYs0BGTu9327dutEBApS7yDqsa18RKq8GWD0fH8/f3tVKv0WCKwQoe6YqzxL0ZGAalUaouCdrLEQ6hJKm1JCDV3z3SjQ71UIauVJcLidG2/DomdLUySgKRuhjOGzUqlUsESL+nTodDjsAWQuXPncrmrVq16BrGrlwVxFju1Rwdv5rDE2HB/DsHt7e3tEQqFEhYAgvJ1kYmdNZ2stZKlpaXytLS0VpYoOUCCoo2sTFwAMWrLyclRcjs6OvAEnUYdGYwpEnuHFt7MYRMg9fX1fSrF8vPzmyGPdLPESzq0MB4KRDaEOSWfz+9UAXL27Nl+hUJRSzB/5Fe1ixeuXg07WElSZTZ4iNLCwqJt0PVPnjxZxYKwRZAW36Jh2FKQADJdJ5SvFw9pUymFD9Y6evRoU2NjYxPB/AkrDgmIdIKO5pAGpk3OMVXjAwbNBQUFPYOCAtvCwyRLWGBNFP1tm6Cj0bAkBDsGT5WnTp2qb2hoUA5RaMeOHTUAylMW5BI0mnoyfHHGYVdPCXq2LRjawLoLCwur8LF6Q8JTWVmZws/PTxoSEiImmD0XzSEtHxdo2I6StLlk7qhigcfjQTwlGzdurMbH6o1w+QMHDuA/qgl2zLXjtt6+MUIX5UGMDr9KpbI3KSmphDo8c0QCh5Cl9PDwkICX+BL0HexiKC+hKK36YgbVJlO4KgnmDyziyUiFcXFx1dQTS0cAgpsXi4qKepcuXSpzcnLyZjiHp+ZzcN6cmqrFIrCUrFWYzK7wIctPt27dmg39rVBXaETDHbOLFi0qbm5uRsUEDHd7BOFvknmhR1eT7IrHcEOSZmRk3Dp37tzAcGo4agP0CDs7u4bw8HA84YGuLdOGCl0DZJLHEFar9jpT5eXegrZp06aanp4eQiNAsF29ehWf4/rkhRdewKMsmLyi3KK3t/ch8Pirtra27iT7UjAUDP5ff/11Z9myZQ/a29tHLZ7GbZmZmf2WlpaPAZTJJMWUM0xBIbLCmJiYa/v27WudN2+exNPTE/eJCBkGimqVaHZ2NoLxX4xAY1WzE7asrCypubl5TVhYGG60dGSIotS65NL169f/mZ6ePtDV1UV8//33HaBsU2RkpCtB3wFn2jaUU3Hz5s28qKioe+Odw6Vx4vvjjz8GJBJJla+vr8DR0XEyYdqVHEg0ZOC9+QkJCXlpaWlDOh3CczeA8zgiIgJzn71a8jeJB8PVkZubexPAqJjo+A2tmEheXp7iwoULdQCKxN/fnzqzyph7+lBePlhY48mTJ6+DZzx6+PDhqG8EUKTwvkqoqeTO0IycV6gHC3Cgvqh47bXXru/atatlrDA1/IM6NeDPFh9//HGwt7e3PxkaZDQprH46QntxcfHDLVu2lIL7a1SF4xbkdevWOSQnJ8/mcrmeZEfJCPoO+lTt8oLOb/zll1/uHz58uLawsFCrG+jcUNnNmzfbQ9jwByMUkx7DMZDC1AI3GQlE+cGDByt+/PHHPl1utnjxYjQi1wULFky3t7fHpG+uVkjqKyufGjkAGtv0ww8/lJw4caL23r17Cl0Q1buJRCJ8KpqFn5+fD7gnHlGOOcZi2HcoNZSFWsPbIZVKG7799ttaqGTrU1NTZbo+M1294VN4ABj7uLg4b7FY7E4OuwjUZFAPwcpR5OMQQ/epoMG0QohsyM/Przl+/HhzWVmZUh8XM2jDJ2sCG7NauXIlJtNJs2bNsoWcI1RjRZxhVTZlpQrIUT319fVtYFnNp0+ffjYwMCDV5yjy8RoecQHkhBsUFCTasGGDM7BIR2BmNjwej3q8HeWhHDUjUZ1jAoSh/8qVKzgy0FpZWdmSkpLSVVdXJ+vr69Nbrv8JMAB6Uyvk0JFUKAAAAABJRU5ErkJggg==');
	background-position: right;
}

.features-slide::after {
	right: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABcCAYAAACYyxCUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU1QTIxNkZBMTY2QjExRUY5QjYyRTYxOEExNzU3MzA0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU1QTIxNkZCMTY2QjExRUY5QjYyRTYxOEExNzU3MzA0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTVBMjE2RjgxNjZCMTFFRjlCNjJFNjE4QTE3NTczMDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTVBMjE2RjkxNjZCMTFFRjlCNjJFNjE4QTE3NTczMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Vf/LEAAAS90lEQVR42txd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');
}

.features-slide p {
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 5px;
}

.features-slider .slick-prev {
	left: -60px;
	background-image: url('data:image/webp;base64,UklGRogAAABXRUJQVlA4THsAAAAvHkAOEKcw//M//2oCgGBz9s7iFEYAjiAwEAzFY5FACBiIAGJgQAhOwUiSpETAuuv/f2uFXi2i/wbSttkbDfcgyFVrx2x3ylCK0FZ+Ty3QZLmdaoJCjlBvuQO62qBID8Ymw9jZ0HarG2hqCmM1batsbqaVTUsrfpD0vSYA');
}

.features-slider .slick-next {
	right: -60px;
	background-image: url('data:image/webp;base64,UklGRoYAAABXRUJQVlA4THoAAAAvHkAOEKcw//M//2oCgGBz9s7iFEYAjiAwEAzFY5FACBiIAGJgQAgOjNtIUrTMvJt/vnX4jei/wrZNGDDrAn4QvmlB0p/TkXYg3S9RFZUfbVD2HyVJhUeblNv/CAc+fqXsgjUeXhFWVr9SBpbuD68Cq2v64viDJBoqAQ==');
}

.features-slider .slick-arrow {
	font-size: 0;
	width: 60px;
	height: 58px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background-repeat: no-repeat;
	background-position: center;
}

.features-slide {
	padding: 110px 15px 30px;
	padding: 130px 10% 50px;
	background: #8bb175;
	color: #fff;
	border-radius: 12px;
	box-shadow: -2px 2px 4px #000;
	box-shadow: 0px 2px 13px 2px #000;
	position: relative;
	margin: 2px 0 100px 0 !important;

}

.features-slide.blue_box {
	background: #009bc0;
	background: url(dist/img/box-img-1.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: none !important;
	padding: 110px 10% 50px;
}

.features-slide .wpb_wrapper div {
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}

.features-slider .slick-slide {
	margin: 0px;
}

.features-slider .slick-slide>div {
	padding: 15px;
}

.features-slider .slick-list.draggable {
	margin: 0 -30px;
	margin: 0px;
}

.font_22,
.page-template-private-networks-template .Iot_network_section .font_22 p {
	font-size: 22px !important;
	color: #646363 !important;
}

.Iot_network_right_section .wpb_wrapper p {
	color: #646363 !important;
	font-size: 22px;
	padding-right: 7%;
}

.page-template-private-networks-template .about_report_right_section .wpb_content_element.point_list>.wpb_wrapper {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.page-template-private-networks-template .about_report_right_section .wpb_content_element.point_list>.wpb_wrapper p {
	padding-bottom: 0px;
	font-size: 22px;
}

.page-template-private-networks-template .about_report_right_section .wpb_content_element.point_list>.wpb_wrapper ul {
	padding: 0px;
	height: auto !important;
}

.page-template-private-networks-template .about_report_right_section .wpb_content_element.point_list>.wpb_wrapper ul li {
	color: #646363 !important;
	height: auto !important;
	font-weight: bold;
}

.page-template-private-networks-template .iot_about_report_right_section {
	padding: 60px 60px 60px 0;
}

.page-template-private-networks-template .iot_about_report_right_section .point_list {
	position: relative;
	top: 40px;
}

.page-template-private-networks-template .testimonial_para_green_icon .report-listing {
	max-width: 100%;
}

.page-template-private-networks-template .testimonial_para_green_icon ul.report-listing li {
	font-size: 24px;
	line-height: 30px;
	align-items: center;
}

.page-template-private-networks-template .testimonial_para_green_icon .report-listing li::before {
	min-width: 75px;
}

.sponsors_section_imgs .vc_gitem-zone {
	max-width: 355px;
}

.single_logo .vc_grid-item {
	width: 100%;
}

.report_btn {
	padding-left: 60px;
}


.page-template-private-networks-template .Iot_network_section.Iot_asset_section::before {
	border-left: 1400px solid #344354;
	border-bottom: 250px solid #ebedef;
}

.page-template-private-networks-template .Iot_network_section.Iot_asset_section::after {
	display: none;
}

.page-template-private-networks-template .testimonial_section.white_bg {
	background: transparent;
	margin-top: -240px;
}

.page-template-private-networks-template .testimonial_section .testimonial_top_row .pink_button {
	position: relative;
	top: -60px;
}

.testimonial_top_row .features-slide {
	margin-top: -140px !important;
}

.testimonial_top_row .features-slide .wpb_wrapper div {
	margin-bottom: 0px;
}

.page-template-private-networks-template .testimonial_bottom_row .testimonial_para_green_icon {
	background: #ebedef;
}

.page-template-private-networks-template .testimonial_bottom_row .testimonial_para_green_icon .report-listing {
	padding-top: 40px;
}

.page-template-private-networks-template .testimonial_bottom_row .testimonial_para_green_icon .report-listing li {
	display: block;
	padding-left: 80px;
	min-height: 70px;
}

.page-template-private-networks-template .testimonial_bottom_row .testimonial_para_green_icon .report-listing li::before {
	min-width: 75px;
	position: absolute;
	left: 0;
	top: -20px;
}

.page-template-private-networks-template .testimonial_bottom_row section {
	background: #ebedef;
}

.page-template-private-networks-template .testimonial_bottom_row .flexslider {
	background: #ebedef;
	border: 10px solid #ebedef;
}

.page-template-private-networks-template .testimonial_bottom_row .page-template-private-networks-template .testimonial_section.white_bg .testimonial_bottom_row {
	z-index: 1;
	position: relative;
}

.page-template-private-networks-template .testimonial_section.white_bg {
	position: relative;
}

.page-template-private-networks-template .testimonial_section.white_bg:before {
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ebedef;
	display: inline-block;
	content: "";
	z-index: 0;
}

.page-template-private-networks-template .testimonial_section.white_bg::after {
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	display: inline-block;
	/* background: #fff;
    border-right: 1400px solid #ebedef; */
	background: transparent;
	border-right: 1400px solid transparent;
	border-bottom: 150px solid #fff;
}

.Iot_network_left_section {}

.page-template-private-networks-template .Iot_network_section.revenue_section_new {
	overflow: visible;
}

.revenue_section_new .Iot_network_right_section {
	margin-top: 200px;
}

.revenue_section_new .blue_box.features-slide p {
	font-size: 22px;
	color: #fff !important;
	padding-right: 0px !important;
}

.revenue_section_new .features-slide.blue_box {
	margin-bottom: 60px !important;
	padding: 105px 10% 10px;
}

.features-slide::after,
.features-slide.blue_box::before {
	height: 60px;
}

.revenue_section_new.Iot_network_section .Iot_network_left_section>div,
.revenue_section_new.Iot_network_section .Iot_network_right_section>div {
	max-width: 560px;
	margin: auto !important;
}

.Iot_network_section.revenue_section_new ul li {
	margin-bottom: 25px;
}

.page-template-private-networks-template .form_section>div.report_btn {
	background: transparent !important;
	width: 100%;
	padding: 0px 3% 0px;
	position: relative;
}

.page-template-private-networks-template .form_section .pink_button a {
	margin-top: 0px;
}

.page-template-private-networks-template .revenue_section_new {
	position: relative;
}

.page-template-private-networks-template .revenue_section_new>div {
	position: relative;
	z-index: 1;
}

.page-template-private-networks-template .revenue_section_new:after {
	content: "";
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: -120px;
	left: 0px;
	z-index: 0;
	display: inline-block;
	background: #ffffff;
	border-right: 1400px solid #eaecee;
	border-bottom: 180px solid #344354;
	display: inline-block !important;
}

.page-template-private-networks-template .form_section>div.report_btn>div>div>.wpb_wrapper {
	align-items: flex-start;
}

.page-template-private-networks-template .Iot_network_section.Iot_asset_section {
	padding-top: 50px;
}

.page-template-private-networks-template .Iot_network_section h1 {
	margin-bottom: 40px;
}

.page-template-private-networks-template .main-container .container {
	overflow-x: hidden;
}

.testimonial_section.white_bg .testimonial_left_section .report-listing li::before {
	background-color: #009bc0 !important;
	width: 50px !important;
	height: 50px;
	min-width: 50px !important;
	border-radius: 100%;
	box-shadow: 0 0 8px 4px #666;
	left: 12px !important;
	top: -13px !important;
	background-size: 100%;
	overflow: hidden;
}

.page-template-private-networks-template .testimonial_section.white_bg .pink_button a {
	margin: 5px 0 5px;
	top: 25px;
}

.testimonial_section.white_bg .testimonial_left_section .report-listing li.analysis_icon::before {
	background: #009bc0 url(dist/img/white_icon_1.png) no-repeat !important;
	background-size: 70% !important;
	background-position: center !important;
}

.testimonial_section.white_bg .testimonial_left_section .report-listing li.results_icon::before {
	background: #009bc0 url(dist/img/white_icon_2.png) no-repeat !important;
	background-size: 70% !important;
	background-position: center !important;
}

.testimonial_section.white_bg .testimonial_left_section .report-listing li.interviews_icon::before {
	background: #009bc0 url(dist/img/white_icon_3.png) no-repeat !important;
	background-size: 65% !important;
	background-position: 13px center !important;
}

.testimonial_section.white_bg .testimonial_left_section .report-listing li.technical_issues_icon::before {
	background: #009bc0 url(dist/img/white_icon_4.png) no-repeat !important;
	background-size: 65% !important;
	background-position: 10px center !important;
}
.testimonial_section.white_bg .testimonial_left_section .report-listing li.architecture_icon::before {
	background: #009bc0 url(dist/img/white_icon_5.png) no-repeat !important;
	background-size: 100% !important;
	background-position: 0px center !important;
}
.testimonial_section.white_bg .testimonial_left_section .report-listing li.security_icon::before {
	background: #009bc0 url(dist/img/white_icon_6.png) no-repeat !important;
	background-size: 100% !important;
	background-position: 0px center !important;
}

body.page .mt-0 {
	margin-top: 0px !important;
}

body.page .after_none:after,
body.page .before_none:before {
	display: none !important;
}

.testimonial_section.white_bg .features-slide.blue_box {
	padding: 70px 10% 70px;
}

.testimonial_section.white_bg .features-slide.blue_box p {
	font-size: 32px;
	line-height: 46px;
	letter-spacing: 0.3px;
	text-shadow: 0 0 4px #333;
}

.testimonial_bottom_row .pink_button {
	position: relative;
	z-index: 1;
}

.revenue_section_new .features-slide.blue_box {
	padding: 70px 10% 70px;
}

.revenue_section_new .features-slide.blue_box p {
	font-size: 29px;
	line-height: 46px;
	letter-spacing: 0.3px;
	text-shadow: 0 0 4px #333;
}

.revenue_section_new~.form_section .report_btn .pink_button a {
	margin: 40px 0 80px;
}

.page-template-private-networks-template .revenue_section_new.after_right_up {
	background: #eaecee !important;
}

.page-template-private-networks-template .revenue_section_new.after_right_up:before {
	content: "";
	width: 100%;
	height: 180px;
	position: absolute;
	top: -120px;
	left: 0px;
	z-index: 0;
	display: inline-block;
	background: #ffffff;
	border-left: 1400px solid transparent;
	border-bottom: 180px solid #eaecee;
	display: inline-block !important;
}

/* --------------------------------------------------------------------------------------------------------------------- */

/* 11/06 css Star */

.connectivity-yellow-btn a {
	background-color: #fda80a !important;
	border: 2px solid #fda80a !important;
	color: #304457;
}

.connectivity-yellow-btn a:hover {
	color: #fda80a !important;
}

.connectivity-col-two-text-contant {
	padding-top: 50px;
}

/* .connectivity-col-two-text-contant .vc_column_container>.vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
} */

/* .connectivity-col-two-text-contant .vc_row {
	margin-left: -30px;
	margin-right: -30px;
} */

.features-slide-connectivity {
	background: #74818E;
	box-shadow: none;
	margin-bottom: 25px !important;
	margin-top: 50px !important;
}

.page-template-private-networks-template .revenue_section_new.after_right_up.connectivity-second-section::before {
	display: none !important;
}

.page-template-private-networks-template .revenue_section_new.connectivity-second-section::after {
	display: none !important;
}

.page-template-private-networks-template .Iot_network_section.revenue_section.connectivity-third-section {
	background: #EBECEE !important;
	padding-bottom: 50px !important;
}

.connectivity-third-section.revenue_section_new .Iot_network_right_section {
	margin-top: 0px !important;
}

.connectivity-forth-section .gravity-form-row-connectivity-2 .page-template-private-networks-template .width-50 .ginput_container_select {
	width: 100% !important;
	color: #646363;
}


.connectivity-forth-section.gravity-form-row-connectivity-2.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield select.medium {
	width: 100% !important;
	color: #646363;
}

.features-slide-connectivity.features-slide::before {
  left: 0;
  background-image: url('data:image/png;base64,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');
  right: 0;
  width: 100%;
  background-position: center;
}

.features-slide-connectivity.features-slide::after {
	display: none;
}

.gravity-form-row-connectivity-2 .pink_button>*,
.top_label .button {
	border: 2px solid #fda80a !important;
	background-color: #fda80a !important;
	color: #304457 !important;
}

.page-template-private-networks-template .Iot_network_section .connectivity-col-two-text-contant p {
	font-size: 23px !important;
}

.page-template-private-networks-template .pink_button.connectivity-yellow-btn a  {
	margin: 40px 0 0px !important;
	color:#304457 !important;
}

.page-template-private-networks-template .pink_button.connectivity-yellow-btn a:hover {
	color: #fff;
	background-color: #fff !important;
} 

/* .page-template-private-networks-template .connectivity-forth-sections {
	border: 2px solid red !important;
} */

.page-template-private-networks-template .sponsors_section.connectivity-forth-section{
	width: calc(100% - -30px);
	margin-bottom: 220px;
	position: relative;
}

.connectivity-forth-section::before {
  content: "";
  width: calc(100% - -36px);
  height: calc(100% + 2px);
  display: inline-block;
  background: #ececec;
  position: absolute;
  left: -18px;
  right: -18px;
  top: 0px;
  bottom: 0;
  background-position: bottom;
  background-size: 100%;
}

.connectivity-forth-section::after {
	content: "";
	width: 103%;
	height: 195px;
	display: inline-block;
	background: #ececec;
	position: absolute;
	left: -18px;
	bottom: -197px;
	background-position: bottom;
	background-size: 100%;
}


.page-template-private-networks-template .Iot_network_section.revenue_section.connectivity-second-section {
	padding: 40px 15px !important;
	color: #1D1D1B !important;
}

.page-template-private-networks-template .Iot_network_section > div {
	margin-bottom: 0 !important;
}

.connectivity-third-section .vc_custom_1730899838170 {
	padding-top: 0px !important;
}

/* .connectivity-forth-section {
	position: relative;
} */



.chart-inner-heading {
	padding-left: 57px;
	margin-bottom: 60px;
}

.connectivity-listing-text ul li {
	color: #1D1D1B !important;
}

.connectivity-listing-text-right p strong {
	color: #1D1D1B !important;
}

.font_22, .page-template-private-networks-template .Iot_network_section .connectivity-inner-text-left .font_22 p {
	color: #1D1D1B !important;
}

.page-template-private-networks-template .Iot_network_section .features-slide-connectivity p {
	color: #fff !important;
	font-size: 36px;
	line-height: normal !important;
}

.page-template-private-networks-template .Iot_network_section .font_22.connectivity-inner-text-block p {
	font-size: 23px !important;
	color: #646363 !important;
	max-width: 481px;
}

/* .gform_wrapper [type="file"], .gform_wrapper [type="checkbox"], .gform_wrapper [type="radio"] {
	margin-bottom: 0rem !important;
} */

.shipments-text-block {
	max-width: 484px;
}

.connectivity-chart-list-text {
	max-width: 494px;
}

.connectivity-chart-list-text-two {
	max-width: 400px;
}

.gravity-form-row-connectivity-2.pink_button > :hover, .top_label .button:hover {
	background: transparent !important;
	color: #344354 !important;
}

.gravity-form-row-connectivity-2 .gfield-choice-input {
	position: absolute;
	left: 0;
	top: 5px !important;
}

.gravity-form-row-connectivity-2 .gchoice.gchoice_14_18_1 {
	padding-left: 22px;
	position: relative;
	display: block;
}

.download_btn_box a.orange_button {
	background-color: #fda80a !important;
	border: 2px solid #344354 !important;
	border-radius: unset !important;
    box-shadow: unset !important;
}


body .gform_wrapper .hidden_label.label_height label {
    min-height: 24px !important;
    min-width: 100%;
    position: unset !important;
    margin-bottom: 4px !important;
}

/* 11/06 css End */

.img_full_section {
	background: #ebedef;
}
.page-template-private-networks-template .Iot_network_section .font_22.connectivity-inner-text-block.black_color p {
	color: #000 !important;
}
.inner_ul ul { padding-left: 0px !important;}
.inner_ul ul li{ font-weight: normal !important; }
.black_color,
.black_color p,
.black_color ul li{ color: #000 !important; }

.logo_img img { max-width: 400px !important; }
.page-template-private-networks-template .Iot_network_section.track-first-section h1	{ max-width: 1070px; }
.page-template-private-networks-template .Iot_network_section.revenue_section.track-second-section { padding-top: 100px !important; }
/* .page-template-private-networks-template .track-second-section { padding-top: 100px !important; } */
.track-second-section .features-slide-connectivity{background: #009cc1 !important;}
.track-second-section h4{ color: #646363 !important; max-width: 1130px; margin: auto; }
.track-second-section .features-slide-connectivity.features-slide{padding:140px 6% 80px; margin-bottom: 100px !important; max-width: 1140px; margin-left: auto !important; margin-right: auto !important; }
.track-second-section .features-slide-connectivity.features-slide::before { top:40px; background-image: url('data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAANEAAABQCAYAAACH1pCSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5QkREMDZERDRDQzExRUY4Q0U5RDNFOTgwRDgxOTU1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5QkREMDZFRDRDQzExRUY4Q0U5RDNFOTgwRDgxOTU1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjlCREQwNkJENENDMTFFRjhDRTlEM0U5ODBEODE5NTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjlCREQwNkNENENDMTFFRjhDRTlEM0U5ODBEODE5NTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4sUCcyAAAhnElEQVR42uxd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');}
.track-second-section .features-slide-connectivity.features-slide p strong{ margin-bottom: 5px; display: inline-block;}
.chart_info h4{ text-align: right; font-size: 18px; float: right;}
.chart_info .wpb_wrapper { display: inline-block; width: 100%;}
.key_graph_img{ margin-bottom: 20px !important;}
.page-template-private-networks-template .Iot_network_section.track-second-section .font_22.connectivity-inner-text-block p { max-width: 505px; }
.connectivity-cheack-box.position-relative { position: relative; }
.connectivity-cheack-box.position-relative .gchoice > label { padding-left: 18px; }
.track-third-section .top_label .button{ background: #E30D73 !important; border-color: #E30D73 !important; color: #fff !important; }
.track-third-section .top_label .button:hover{ background: #fff !important; color: #E30D73 !important; }
section.track-third-section {
	padding-bottom: 250px;
	background: #EBECEE !important;
}
.track-third-section .gform_wrapper .ginput_container_select{ margin-bottom: 0px !important;}
.page-template-private-networks-template .gform_wrapper .gfield.terms_para.connectivity-cheack-box  { margin-top: 30px !important; }

.page-template-private-networks-template .track-first-section .pink_button a{ margin-bottom: 30px;  }
.show_table_mob{ display: none !important; }
.hide_table_mob{ display: block !important; }
.mob_show{ display: none !important; }
.desk_show{ display: block !important; }


.security_first_second_row h6{ margin-bottom: 80px !important; margin-top: -70px !important; }

.page-template-private-networks-template .testimonial_section.white_bg.security_second_section { margin-top: -200px; }
.page-template-private-networks-template .testimonial_section.white_bg.security_second_section::before {top: 200px;}
.security_second_section.testimonial_section.white_bg .testimonial_left_section .report-listing li::before { background-color: #304457 !important; } 
.page-template-private-networks-template .security_second_section.testimonial_section.white_bg .pink_button a {margin: 0 0 100px;	top: 0;}
.page-template-private-networks-template .security_second_section.testimonial_section.white_bg::after { border-left: 1400px solid transparent; border-right: 0px !important; } 
.page-template-private-networks-template .security_fourth_section.revenue_section_new.after_right_up::before { border-right: 1400px solid transparent; border-left: 0px !important; }
.page-template-private-networks-template .security_fourth_section.revenue_section_new::after { border-left: 1400px solid #eaecee; border-right: 0; }

.security_second_section .testimonial_top_row .features-slide { margin-top: -90px !important; }
.security_second_section .features-slide.blue_box {background: #ec9726;background: url(dist/img/box-img-orange.png) no-repeat;background-size: 100% 100%;}
.security_second_section.testimonial_section.white_bg .features-slide.blue_box {padding: 50px 5% 70px;}
.wpb_text_column.wpb_content_element.features-slide.red_box.edge_box{
	background-color: #0F8F92 !important;
}
.wpb_text_column.wpb_content_element.features-slide.red_box.edge_box.space_box {
    margin-top: 5% !important;
    margin-bottom: 70px !important;
}
.testimonial_section.white_bg .testimonial_left_section .report-listing li.technical_issues_icon::before {
    filter: grayscale(1);
}
.vc_row.wpb_row.vc_row-fluid.testimonial_bottom_row.edge {
    margin-top: 120px !important;
}
.vc_row.wpb_row.vc_row-fluid.priorites_box {
    position: relative;
    z-index: 9;
}
.vc_row.wpb_row.vc_row-fluid.priorites_box img{
	width: 100% !important;
	height: auto !important;
}
.vc_row.wpb_row.vc_row-fluid.priorites_box img {
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
}
.vc_btn3-container.pink_button.mt-5.report.vc_btn3-left {
    margin-bottom: 15% !important;
}
section.vc_section.Iot_network_section.revenue_section.revenue_section_new2.after_none.security_third_section.priorites.vc_row-o-full-height {
    padding-top: 20% !important;
    padding-bottom: 5% !important;
}
.vc_row.wpb_row.vc_row-fluid.rethinking {
    padding-bottom: 50px;
}
.vc_btn3-container.pink_button.mt-5.security.vc_btn3-inline {
    margin-bottom: 6%;
}
.vc_row.wpb_row.vc_row-fluid.testimonial_bottom_row.edge .testimonial_section.white_bg .testimonial_left_section .report-listing li.technical_issues_icon::before{
	filter: grayscale(1);
}
.wpb_text_column.wpb_content_element.font_22.real-time {
    margin-bottom: 0 !important;
}
.wpb_text_column.wpb_content_element.features-slide.red_box.edge_box.space_box .page-template-private-networks-template .pink_button a{
	margin-bottom: 0 !important;
}
.vc_btn3-container.pink_button.mt-5.access.vc_btn3-left	a{
	margin-bottom: 0 !important;
}
.font_25 {font-size: 25px;color: #666;}
.red_box_outer { position: relative; z-index: 11;  }
.red_box {background: #e63400 !important;}

.red_box.features-slide::after { height: 80px; }
em.w-100{ display: inline-block; width: 100%; }
.red_box.features-slide p{ font-size: 35.5px; line-height: normal; }
.red_box.features-slide p em{ display: inline-block; margin-bottom: 8px;}

.security_second_section .testimonial_top_row .red_box.features-slide {margin-top: 0px !important; margin-bottom: -100px !important; }
.page-template-private-networks-template .security_third_section.Iot_network_section.revenue_section{ padding-top: 200px !important; }

.security_third_section  h5{text-align: left;font-size: 25px;padding-right: 35px;color: #646363;}
.page-template-private-networks-template .Iot_network_section.security_third_section .font_22 p {font-size: 24px !important;line-height: 40px !important;padding-right: 10px;}
.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_left_section > div { max-width: unset !important; padding-right: 30px; }
.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_right_section > div {max-width: unset !important; padding-left: 30px;}

.page-template-private-networks-template .revenue_section_new.security_fourth_section{ margin-top: 100px !important;}
.page-template-private-networks-template .Iot_network_section.security_fourth_section .font_22 p { font-size: 26px !important; line-height: normal !important; }
.page-template-private-networks-template .Iot_network_section.revenue_section.security_fourth_section ul li {font-weight: 500; font-size: 25px; }

.features-slide.magenta_box {background-color: #9e4774;background:#9e4774 url(dist/img/side-corner-gray.png) no-repeat;background-size: 150px;background-position: right top;box-shadow: none !important;padding: 80px 13% 50px;}
.revenue_section_new .features-slide.red_sm_box p,
.revenue_section_new .features-slide.magenta_box p { font-size: 37px !important; }
.features-slide.red_sm_box {background: #c8004b;background: url(dist/img/box-img-red.png) no-repeat;background-size: 100% 100%;box-shadow: none !important;padding: 110px 10% 50px; margin-top: -40px !important;}

.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_left_section > div .pink_button a{ margin-bottom: 0px !important;}
.page-template-private-networks-template .security_fifth_section.form_section { padding-top: 180px !important; }


.page-template-private-networks-template .security_fifth_section.form_section > div { padding-top: 50px !important;  }
.security_fifth_section.form_section input[type="submit"] { border: 2px solid #D00D73 !important;border-radius: 9px !important;background-color: #D00D73 !important;color: #fff !important;}
.security_fifth_section.form_section input[type="submit"]:hover{color:#D00D73 !important;background-color: #fff !important;}
section.security_sixth_section{ background: #ececec !important; }
.page-template-private-networks-template .sponsors_section.security_sixth_section > div { background: transparent !important; border: 0px !important; }

.small_center_logo.sponsors_section_imgs > div > div > div.vc_col-sm-6:first-child .vc_gitem-zone { float: right; }
.small_center_logo.sponsors_section_imgs > div > div > div.vc_col-sm-6:last-child .vc_gitem-zone { float: left; }

.page-template-private-networks-template .main-container::after{ z-index: 0 !important; }
.page-template-private-networks-template .main-container .container {
    z-index: 11;
    position: relative;
	background: transparent !important;
}
section.security_sixth_section {
    background: transparent !important;
}
.page-template-private-networks-template .security_fifth_section.form_section .gform_wrapper.gravity-theme input[type="submit"] {
    line-height: normal !important;
}
.sponsors_section_imgs .vc_grid-item:last-child .vc_gitem-zone { max-width: 500px; }

.page-template-private-networks-template .Iot_network_section.security_fourth_section .font_22 p,
.page-template-private-networks-template .Iot_network_section.revenue_section.security_fourth_section ul li {font-size: 24px;}

/* Smart city CSS start */
.page-template-private-networks-template .Iot_network_section.smart_city_top_section { background: #fff; padding-top: 50px; }
.page-template-private-networks-template .Iot_network_section.smart_city_top_section p,
.page-template-private-networks-template .Iot_network_section.smart_city_top_section p,
.page-template-private-networks-template .Iot_network_section.smart_city_top_section h1 {color: #646363 !important;}
.page-template-private-networks-template .Iot_network_section.smart_city_top_section .Iot_network_left_section>div {max-width: 100%;width: 100%;}
.page-template-private-networks-template .Iot_network_section.smart_city_top_section .vc_row.wpb_row.vc_row-fluid.rethinking { padding-bottom: 0px !important; }

.page-template-private-networks-template .Iot_network_section.smart_city_top_section h1 {margin-bottom: 80px;}
.page-template-private-networks-template .Iot_network_section.smart_city_top_section .pink_button a { margin: 0px !important;}
.page-template-private-networks-template .Iot_network_section.smart_city_top_section .Iot_network_left_section .pink_button{ margin: 0px !important; }
.page-template-private-networks-template .Iot_network_section.smart_city_top_section .private-networks > div > div.vc_column-inner{ padding: 0px !important; }
.page-template-private-networks-template .Iot_network_section.smart_city_top_section:after{ display: none;}
.page-template-private-networks-template .Iot_network_section.smart_city_top_section { padding-bottom: 0px !important; }
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city:before{ background: #fff; }
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .testimonial_top_row .features-slide { top:45px; background: #469da9 !important; }
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .testimonial_top_row:last-child .features-slide {margin-top: -40px !important; top:75px; margin-bottom: 0px !important; }
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .vc_row.wpb_row.vc_row-fluid.testimonial_bottom_row.edge {margin-top: 0px !important;}
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .pink_button {margin-bottom: 50px !important; }
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .pink_button a { top:0px; }
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city::after {border-right: 1400px solid transparent;border-bottom: 150px solid #ececec;}
/* .page-template-private-networks-template .Iot_network_section.revenue_section {background: #ececec !important;} */
.page-template-private-networks-template .Iot_network_section.revenue_section.smart_city_compare_section { background: #ececec !important;  }

.page-template-private-networks-template .revenue_section_new.after_right_up:before{ display: none; }
.page-template-private-networks-template .Iot_network_section.revenue_section.smart_city_cloud_section { background: #fff !important; }
.page-template-private-networks-template .security_fourth_section.revenue_section_new.smart_city_cloud_section::after {border-left: 1400px solid #fff;}
.page-template-private-networks-template .Iot_network_section.revenue_section.smart_city_cloud_section .testimonial_top_row { padding-top: 20px;}

.page-template-private-networks-template .Iot_network_section.revenue_section.smart_city_cloud_section .features-slide.red_box.edge_box{ background: #469da9 !important; }
.page-template-private-networks-template section.smart_city_cloud_section .vc_btn3-container.pink_button.mt-5.access.vc_btn3-left a.vc_general {margin: 60px 0 35px !important;}

.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .testimonial_bottom_row section { background: #fff;}

.page-template-private-networks-template .Iot_network_section.revenue_section_new.smart_city_cloud_section:after{ bottom:0px;}
.page-template-private-networks-template .Iot_network_section.revenue_section.smart_city_cloud_section .features-slide.red_box.edge_box.space_box {margin-top: 0px !important;margin-bottom: 50px !important;}
.page-template-private-networks-template .security_fifth_section.form_section {padding-top: 100px !important;}
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .testimonial_left_section .report-listing li.technical_issues_icon::before { filter: grayscale(0); }
.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .testimonial_left_section .report-listing li::before { top: -8px !important; }

.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .testimonial_left_section .report-listing li::before{ background-color: #344355 !important; }

.testimonial_section.white_bg .testimonial_left_section .report-listing li.file_icon::before {
    background: #009bc0 url(dist/img/white_icon_blue_bg_1.png) no-repeat !important;
    background-size: 70% !important;
    background-position: center !important;
}
.testimonial_section.white_bg .testimonial_left_section .report-listing li.setting_icon::before {
    background: #009bc0 url(dist/img/white_icon_blue_bg_2.png) no-repeat !important;
    background-size: 70% !important;
    background-position: center !important;
}
.testimonial_section.white_bg .testimonial_left_section .report-listing li.question_icon::before {
    background: #304457 url(dist/img/question_icon.png) no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
}

/* Smart city CSS End */

.pb-0 {padding-bottom: 0px !important;}

body.buyers-guide-page .Iot_network_left_section>div{ max-width: unset; }
body.buyers-guide-page .Iot_network_left_section .wpb_wrapper > p.p1:not(:first-child) { max-width: 100%; width: 100%; }
body.buyers-guide-page.page-template-private-networks-template .testimonial_section.white_bg.security_second_section {margin-top: 50px;}
body.buyers-guide-page .wpb_text_column.wpb_content_element.features-slide.red_box.edge_box {background-color: #357c78 !important;}
body.buyers-guide-page .security_second_section .testimonial_top_row .red_box.features-slide {margin-bottom: 60px !important;}
body.buyers-guide-page section.testimonial_section .private-networks p { font-size: 32px;color: #646363 !important;font-weight: bold !important;margin-bottom: 40px;margin-top: 50px; }
body.buyers-guide-page section.testimonial_section .private-networks p strong{ color: #646363 !important; }
body.buyers-guide-page .simple_text p{ color: #646363; font-size: 25px; }
body.buyers-guide-page .vc_row.wpb_row.vc_row-fluid.testimonial_bottom_row.edge.top_left_side_border_icon { padding-top: 55px; margin-top: 55px !important; }
body.buyers-guide-page .vc_btn3-container.pink_button.mt-5.report.vc_btn3-left {margin-bottom: 50px !important;margin-top: 70px;}
body.buyers-guide-page section.vc_section.Iot_network_section.revenue_section.revenue_section_new2.after_none.security_third_section.priorites.vc_row-o-full-height { padding-top: 30px !important;}
body.buyers-guide-page section.vc_section.Iot_network_section.revenue_section.revenue_section_new2.after_none.security_third_section.priorites.vc_row-o-full-height > div.top_left_side_border_icon { margin-top: 60px;}
body.buyers-guide-page section.vc_section.Iot_network_section.revenue_section.revenue_section_new2.after_none.security_third_section.priorites.vc_row-o-full-height .top_left_side_border_icon::before { left: 48px; top: -30px; }
body.buyers-guide-page section.vc_section.Iot_network_section.revenue_section.revenue_section_new2.after_none.security_third_section.priorites.vc_row-o-full-height .wpb_wrapper > p.p1:not(:first-child) { max-width: 100%; }

body.buyers-guide-page .page-template-private-networks-template .Iot_network_section.revenue_section>div:last-child,
body.buyers-guide-page .Iot_network_section .rethinking { padding-top: 30px; }
body.buyers-guide-page .Iot_network_section .Iot_network_left_section p{ font-size: 26px; }
body.buyers-guide-page .Iot_network_section .rethinking p{ font-size: 34px;}
body.buyers-guide-page .Iot_network_left_section ul {padding-left: 0px !important;}
body.buyers-guide-page.page-template-private-networks-template .Iot_network_section.revenue_section ul li { font-weight: unset; font-size: 24px; }
body.buyers-guide-page .features-slide::after, body.buyers-guide-page .features-slide::before { width: 48%; }
body.buyers-guide-page .wpb_text_column.wpb_content_element.features-slide.red_box.edge_box {background-color: #ac632d !important;}
body.buyers-guide-page h2{ font-size: 32px; }
body.buyers-guide-page .page-template-private-networks-template .Iot_network_section > div{ margin-top: 60px; }
body.buyers-guide-page section.vc_section.Iot_network_section.revenue_section.revenue_section_new2.after_none.security_third_section.priorites.vc_row-o-full-height {padding-bottom: 15% !important;}
body.buyers-guide-page .testimonial_top_row .features-slide {margin-top: -230px !important;}
body.buyers-guide-page.page-template-private-networks-template .Iot_network_section.revenue_section>div.logistics-row { padding-top: 30px; }
body.buyers-guide-page.page-template-private-networks-template .security_fifth_section.form_section { padding-top: 150px !important; }
body.buyers-guide-page .sponsors_section_imgs{ margin: 100px 0 !important; }

body.buyers-guide-page .testimonial_section.white_bg .testimonial_left_section .report-listing li.file_icon::before {
    background-size: 85% !important;
	background-color: #304457 !important;
}

.top_left_side_border_icon { position: relative; }
.top_left_side_border_icon::before { content: ""; position: absolute; left: -35px; top: 15px; height: 130px; width: 130px; background:url(dist/img/border_icon.png)no-repeat left top; background-size: contain; display: block !important; }
.top_left_side_border_icon.icon_with_left_pd::before { left: 53px; }
.top_left_side_border_icon.icon_without_top_pd::before { top: 0px; }


/* ---------responsive------------- */

@media(max-width: 1440px) {
	.page-template-private-networks-template .sponsors_section > div {
		margin: 0;
	}
	
}

@media(max-width: 1400px) {
	.testimonial_client_details br {
		display: none;
	}
	.security_second_section.testimonial_section.white_bg .features-slide.blue_box {
		padding: 50px 8% 70px;
	}

	.red_box.features-slide p,
	.revenue_section_new .features-slide.red_sm_box p, 
	.revenue_section_new .features-slide.magenta_box p,
	.security_second_section.testimonial_section.white_bg .features-slide.blue_box p{ font-size: 28px !important; line-height: 40px !important; }
	.security_second_section.testimonial_section.white_bg .features-slide.blue_box {padding: 50px 10% 70px;}

}

@media(min-width: 1200px) {
	.container {
		max-width: 1400px;
		background: #ffff;
	}

}

@media(max-width: 1200px) {
	.page-template-private-networks-template .header-main {
		padding: 25px !important;
	}

	.page-template-private-networks-template .about_report_section::before {
		top: -35px;
	}
	.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .testimonial_top_row .features-slide {top: 85px;}
}

@media(max-width: 1199px) {
	.container {
		max-width: 100% !important;
	}

	.page-template-private-networks-template .Iot_network_section p,
	.Iot_network_section .Iot_network_right_section p,
	.Iot_network_section .Iot_network_left_section p {
		/* font-size: 26px; */
		font-size: 22px;
		line-height: normal;
	}

	.page-template-private-networks-template .about_report_right_section .wpb_content_element>.wpb_wrapper p {
		font-size: 22px;
	}

	.Iot_network_section .bold_ul ul li,
	.Iot_network_section .Iot_network_left_section ul li,
	.report-listing li {
		font-size: 20px;
	}

	.page-template-private-networks-template .testimonial_detail_section2 .testimonial_para header h2,
	.page-template-private-networks-template .testimonial_detail_section2 section .report-listing li {
		color: #fff !important;
		font-size: 26px;
		line-height: 40px;
	}

	.page-template-private-networks-template .Iot_network_section h1 {
		max-width: 870px;
		margin-bottom: 50px;
		font-size: 45px;
	}

	.sponsors_section_imgs .vc_gitem-zone {
		max-width: 320px;
	}

	.responsive_img {
		display: block;
	}

	.entry-content>section {
		padding: 50px 55px !important;
	}

	.entry-content .about_report_section {
		padding: 0px 0 0 50px !important;
	}

	.testimonial_detail_section>.vc_col-sm-6 .vc_column-inner>.wpb_wrapper {
		padding: 30px 20px;
	}

	.about_report_section .about_report_left_section {
		padding: 60px 0px 60px 0px;
	}

	.font_22,
	.page-template-private-networks-template .Iot_network_section .font_22 p {
		font-size: 20px !important;
	}

	.page-template-private-networks-template .testimonial_bottom_row .testimonial_para_green_icon .report-listing li {
		min-height: 62px;
		font-size: 22px;
	}

	.page-template-private-networks-template .Iot_network_section .features-slide-connectivity p {
		font-size: 32px;
	}
}

@media(max-width: 1024px) {
	.testimonial_left_section .report-listing li {
		margin-bottom: 20px;
	}

	.scroll_btn {
		padding-top: 10px;
	}

	.Iot_network_section>div:last-child {
		display: inline-block;
		/* height: 60px; */
	}

	.about-report-section {
		padding-bottom: 120px;
	}

	.vc_section-has-fill.about-report-section * {
		height: 100%;
	}

	.vc_section-has-fill.about-report-section img {
		object-fit: contain;
	}

	.main_heading {
		font-size: 53px;
		line-height: 57px;
		/* max-width: 585px; */
		letter-spacing: 1px;
	}

	.about_report_left_section {
		padding-left: 0px !important;
	}

	.about-report-left-section>div>.wpb_wrapper {
		padding-right: 0px;
	}

	.testimonial__section .testimonial_para,
	.about-report-section .testimonial_para,
	.about-report-list li {
		font-size: 22px;
		line-height: 35px !important;
	}

	.about-report-list {
		padding-left: 19px;
	}

	.page-template-private-networks-template .Iot_network_section>div {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 0;
		width: 100%;
        margin: 0;
	}

	.page-template-private-networks-template .about_report_right_section {
		padding: 30px;
	}

	.page-template-private-networks-template .testimonial_section {
		padding: 0 50px;
	}

	.page-template-private-networks-template .vc_images_carousel .vc_carousel-control.vc_right {
		right: -45px;
	}

	.page-template-private-networks-template .vc_images_carousel .vc_carousel-control.vc_left {
		left: -45px;
	}

	.page-template-private-networks-template .testimonial_detail_section2 section .report-listing li {
		color: #fff !important;
		font-size: 24px;
		line-height: 30px;
	}
	.red_box.features-slide p, 
	.revenue_section_new .features-slide.red_sm_box p, 
	.revenue_section_new .features-slide.magenta_box p, 
	.security_second_section.testimonial_section.white_bg .features-slide.blue_box p {font-size: 22px !important;line-height: 32px !important;	}
	.security_second_section .font_25 { font-size: 20px; }
	.security_second_section.testimonial_section.white_bg .testimonial_left_section .report-listing li::before { top: 0px !important; left: 4px !important; }
	.page-template-private-networks-template .security_second_section .testimonial_bottom_row .testimonial_para_green_icon .report-listing li {padding-left: 68px;}
	.page-template-private-networks-template .Iot_network_section.security_third_section .font_22 p {font-size: 18px !important;line-height: 35px !important;	}
	.security_third_section h5 { font-size: 22px; padding-right: 0px; }
	.page-template-private-networks-template .Iot_network_section.security_fourth_section .font_22 p {font-size: 20px !important;}
	.page-template-private-networks-template .Iot_network_section.revenue_section.security_fourth_section .Iot_network_left_section ul{ margin-left: 0px;}
	.page-template-private-networks-template .Iot_network_section.revenue_section.security_fourth_section ul li {font-size: 18px;}
	.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_left_section > div .pink_button a{ margin-top: 0px !important;}
	.features-slide.red_sm_box{ margin-top: -75px !important;}

	.page-template-private-networks-template .revenue_section.security_third_section.smart_city_compare_section .wpb_single_image .vc_figure img {max-width: 100%;}
	.page-template-private-networks-template .Iot_network_section.smart_city_top_section .vc_row.private-networks { width: calc(100% + 30px); left: -15px; max-width:calc(100% + 30px); position: relative;}


	.top_left_side_border_icon::before { width: 80px;left: -5px;top: 30px; }
	.top_left_side_border_icon.icon_with_left_pd::before {left: 35px;}
	.top_left_side_border_icon.icon_without_top_pd::before {top: 10px;}
	body.buyers-guide-page section.vc_section.Iot_network_section.revenue_section.revenue_section_new2.after_none.security_third_section.priorites.vc_row-o-full-height .top_left_side_border_icon::before {left: 35px;top: 10px;}
	body.buyers-guide-page .sponsors_section_imgs {margin: 50px 0 !important;}
}

@media(max-width: 991px) {
	.thankyou_page_section .main_title {
		font-size: 50px;
		margin-bottom: 30px;
	}

	.thankyou_page_section .thankyou_para p:last-child {
		font-size: 25px;
	}

	.thankyou_page_section .thankyou_para:nth-child(3) p {
		font-size: 27px;
	}

	.thankyou_page_section .vc_row:nth-child(2) .thankyou_para p {
		font-size: 19px;
	}

	.sponsors_section .wpb_wrapper .vc_grid-container-wrapper {
		width: 100%;
	}

	/*.testmoial-text {	max-height: 200px;	min-height: 200px;} */
	.report-listing {
		max-width: unset;
	}

	.Iot_network_right_section .vc_align_left {
		text-align: center !important;
	}

	.Iot_network_right_section .pink_button {
		padding: 30px 0;
		float: unset;
		max-width: unset;
		width: 100%;
		text-align: center;
	}

	.about_report_section p,
	.about_report_section li {
		/* font-size: 18px; */
		line-height: 25px;
	}

	.testimonial_para p {
		font-size: 16px;
	}

	.testimonial_client_details div .vc_cta3-content p {
		line-height: 25px;
	}

	.testimonial_detail_section>.vc_col-sm-6 .vc_column-inner>.wpb_wrapper {
		padding: 25px;
		min-height: unset;
	}

	.sponsors_section_imgs .vc_gitem-zone {
		height: 100px;
		max-width: 220px;
	}

	.sponsors_section_imgs>div>div {
		margin-bottom: 10px;
		justify-content: space-between;
	}

	.about_report_section .about_report_left_section {
		padding: 0px;
		padding-bottom: 25px;
	}

	.entry-content .about_report_section {
		padding: 60px 50px !important;
	}

	/* .about_report_section > .vc_row {
		padding: 60px 70px !important;
	} */
	.about_report_left_section,
	.about_report_right_section {
		width: 100% !important;
	}

	.about_report_right_section .responsive_img {
		max-width: 500px;
		width: 100%;
		margin: auto;
	}

	.about_report_section>.vc_row {
		flex-direction: column;
	}

	.testimonial__section .testimonial_para p {
		line-height: 30px;
	}

	.testimonial__section .testimonial_para,
	.about-report-section .testimonial_para,
	.about-report-list li {
		font-size: 18px;
		line-height: 27px !important;
	}

	.pink_button>*,
	.top_label .button {
		min-width: 10.125rem;
		height: 45px;
	}

	.about-report-section>div>div {
		width: 100%;
	}

	.about-report-right-section>div>div>div {
		text-align: right !important;
	}

	.about-report-right-section-img .vc_single_image-wrapper {
		max-width: 280px !important;
	}

	.navbar-toggler:hover {
		background-color: #ffc0cb;
	}

	.navbar {
		padding: 10px 0px;
		align-items: center;
	}

	.navbar .navbar-nav {
		box-shadow: 1px 1px 10px #ccc;
	}

	.navbar .navbar-nav .menu-item a {
		max-height: 45px;
		background: #fff;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ffc0cb;
		padding: 8px 20px;
		transition: .5s ease;
	}

	.navbar .navbar-nav .menu-item {
		width: 100%;
	}

	.navbar .navbar-nav .menu-item a:hover {
		background: #ffc0cb;
		text-decoration: none;
	}

	.download_btn a {
		background: #d00d73 !important;
		color: #fff !important;
		text-align: center !important;
		padding: 10px !important;
	}

	.navbar .navbar-nav .menu-item a {
		margin: 0px;
	}

	.download_btn {
		margin-left: 0px;
	}

	.header_logos {
		align-items: center;
	}

	.navbar-iot-logo {
		left: 114px;
		max-width: 100px;
	}

	.navbar .navbar-collapse.show {
		display: block;
		position: absolute;
		top: 100%;
		z-index: 11;
		width: calc(100% + 30px);
		margin-left: -15px;
		transition: .5s ease;
	}

	.navbar-nav .menu-item>a {
		font-weight: 500;
	}

	.navbar .navbar-collapse {
		display: none;
	}

	.container {
		max-width: 900px;
	}

	.main_heading {
		font-size: 38px;
		line-height: 41.47px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.Iot_network_section .Iot_network_left_section p {
		/* font-size: 18px; */
		margin-bottom: 25px !important;
	}

	.testimonial_client_details div .vc_cta3-content p {
		font-size: 18px;
	}

	.main_heading strong {
		font-size: 35px;
	}

	.pink_button>*,
	.top_label .button {
		font-size: 13px !important;
	}

	.testimonial__section .testimonial_para {
		font-size: 19px;
		line-height: 25px;
	}

	.testimonial__section .vc_row-fluid:nth-child(2) .pink_button {
		margin-bottom: 40px;
		margin-top: 0px;
	}

	.testimonial_row_text .wpb_wrapper p:first-child {
		font-size: 19px;
	}

	.testimonial_row_text .wpb_wrapper p:last-child {
		font-size: 14px;
	}

	.form_title p {
		font-size: 19px;
		margin-bottom: 10px !important;
	}

	.sponsors_section_text p {
		font-size: 19px;
	}

	.pink_button>*,
	.top_label .button {
		height: 37px;
	}

	/* -------------footer-------- */
	.footer-menu ul li a::after {
		width: 61px;
		height: 61px;
		background-size: 400px;
	}

	li.insta a::after {
		background-position: -11px -13px;
	}

	li.facebook a::after {
		background-position: -98px -14px;
	}

	li.twitter a::after {
		background-position: -183px -16px;
	}

	.footer_main_div .footer_title {
		font-size: 23px;
	}

	.footer-menu {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.copy-right a {
		font-size: 19px;
	}

	.logo_text {
		font-size: 18px;
	}

	.about-report-right-section {
		position: absolute !important;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
	}

	.about-report-right-section::before {
		content: '';
		position: absolute !important;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: rgba(52, 67, 86, 0.5);
		margin: auto;
	}

	.form_section .ginput_container {
		margin-bottom: 0px;
	}

	.free_download_box .vc_col-sm-6:first-child *,
	.free_download_box .vc_col-sm-6:first-child>.vc_column-inner img {
		height: 100%;
		object-fit: cover;
		object-position: right;
	}

	.free_download_box_right_section>.vc_column-inner {
		padding: 30px;
	}

	.main_heading:last-child {
		margin-bottom: 20px !important;
	}

	.main_heading h1 {
		font-size: 31px;
		line-height: 41.47px;
	}

	.Iot_network_left_section,
	.Iot_network_right_section {
		width: 100% !important;
	}

	.logistics-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.report-listing br,
	.about_report_left_section br {
		display: none;
	}

	.vc_row.wpb_row.vc_row-fluid.about_report_row {
		flex-direction: column-reverse;
	}

	/* .testimonial_section .vc_row{
		display: flex;
		flex-direction: column;
	} */
	.testimonial_section .logistics-operations-column {
		width: 100% !important;
	}

	.testimonial_section .vc_row-fluid .logistics-operations-column:first-child .vc_column-inner .wpb_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.Iot_network_left_section>div {
		max-width: 100%;
	}

	.about_report_right_section .wpb_single_image.vc_align_center.desktop_img {
		text-align: left !important;
		display: block !important;
	}

	.about_report_right_section .desktop_img.wpb_single_image img {
		margin-top: 0px;
	}

	/* .testimonial_detail_section > .wpb_column{
		width: 100% !important;
	} */

	/* .Iot_network_section .Iot_network_left_section ul li, .report-listing li {
		font-size: 18px;
	
	} */
	.page-template-private-networks-template .about_report_right_section .wpb_content_element>.wpb_wrapper p {
		padding-bottom: 0px;
	}

	.page-template-private-networks-template .about_report_right_section {
		padding-bottom: 0px;
		padding-top: 70px;
	}

	.page-template-private-networks-template .wpb_single_image .vc_figure img {
		margin-top: 20px;
	}

	.page-template-private-networks-template .about_report_right_section.vc_column_container>.vc_column-inner {
		padding-left: 0px;
		padding-right: 0px;
	}

	.page-template-private-networks-template .wpb_single_image .vc_figure>div {
		text-align: left !important;
	}

	.page-template-private-networks-template .revenue_section .wpb_single_image .vc_figure img,
	.page-template-private-networks-template .about_report_section .wpb_single_image .vc_figure img {
		width: auto !important;
	}

	.page-template-private-networks-template .Iot_network_section>div>div {
		width: 100% !important;
	}

	.page-template-private-networks-template .Iot_network_section p,
	.Iot_network_section .Iot_network_right_section p,
	.Iot_network_section .Iot_network_left_section p {
		font-size: 22px;
	}

	.page-template-private-networks-template .Iot_network_section h1 {
		font-size: 42px;
	}

	/* .page-template-private-networks-template .sponsors_section {
		padding: 40px;
	} */

	.shipments-text-block {
		max-width: 100%;
	}

	.revenue_section_new.Iot_network_section .Iot_network_left_section > div, .revenue_section_new.Iot_network_section .Iot_network_right_section > div {
		max-width: 100%;
	}

	.connectivity-chart-list-text-two {
		max-width: 100%;
	}

	.connectivity-chart-list-text {
		max-width: 100%;
	}

	.page-template-private-networks-template .Iot_network_section .features-slide-connectivity p {
		font-size: 24.36px;
	}

	.chart-inner-heading {
		padding-left: 0px;
		margin-bottom: 25px;
	}

	.page-template-private-networks-template .sponsors_section > div {
		padding: 50px 50px 0px 50px;
	}

	.page-template-private-networks-template .Iot_network_section .font_22.connectivity-inner-text-block p {
		font-size: 23px !important;
		color: #646363 !important;
		max-width: 100%;
	}
	.page-template-private-networks-template .revenue_section.security_third_section .wpb_single_image .vc_figure img { max-width: 400px; }
	.features-slide.magenta_box{ padding: 80px 10% 20px;max-width: 500px; }
	.revenue_section_new .features-slide.blue_box {
		padding: 70px 10% 70px;
		max-width: 500px;
	}
	.page-template-private-networks-template .Iot_network_section.revenue_section.security_fourth_section .Iot_network_left_section ul {
		margin-left: 20px;
	}
	.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_right_section > div .pink_button a{ margin: 0px !important; }
	.page-template-private-networks-template .revenue_section_new.security_fourth_section {padding-top: 50px !important;}
	.security_fifth_section.form_section input[type="submit"]{ margin-top: 0px; }
	.security_second_section .testimonial_top_row .features-slide {margin-top: -40px !important;}
	.security_second_section.testimonial_section.white_bg .features-slide.blue_box p {font-size: 19px !important;line-height: 26px !important; }
	.page-template-private-networks-template .Iot_network_section.security_third_section .font_22 p {font-size: 18px !important;line-height: 26px !important; }
	.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_right_section > div { padding-left: 15px; }
	.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_left_section > div{ padding-right: 15px; }

	body.buyers-guide-page h2 {font-size: 24px;}
	body.buyers-guide-page .Iot_network_section .rethinking p {font-size: 24px !important;}
	body.buyers-guide-page section.testimonial_section .private-networks p{ font-size: 24px; }
	body.buyers-guide-page .simple_text p { font-size: 18px;}
	body.buyers-guide-page .Iot_network_section .Iot_network_left_section p {font-size: 20px;}
	body.buyers-guide-page .page-template-private-networks-template .Iot_network_section p{ font-size:20px;}
	body.buyers-guide-page.page-template-private-networks-template .revenue_section.security_third_section .wpb_single_image .vc_figure img { max-width: 100%; }
	body.buyers-guide-page.page-template-private-networks-template .Iot_network_section.revenue_section ul li {font-size: 18px;}
	body.buyers-guide-page.page-template-private-networks-template .Iot_network_section.revenue_section>div.logistics-row .Iot_network_left_section .wpb_content_element { margin-bottom: 0px; }
	body.buyers-guide-page.page-template-private-networks-template .Iot_network_section.security_fourth_section .font_22 p {font-size: 18px !important;}
	body.buyers-guide-page.page-template-private-networks-template .security_second_section .testimonial_bottom_row .testimonial_para_green_icon .report-listing li { display: flex; align-items: center;}
	body.buyers-guide-page.page-template-private-networks-template .testimonial_bottom_row .testimonial_para_green_icon .report-listing{ padding-top: 20px;}
}

@media(max-width: 768px) {
	.Iot_network_left_section .pink_button {
		margin-bottom: 20px !important;
	}

	.sponsors_section_imgs>div>div {
		display: unset;
	}

	.free_download_box {
		flex-wrap: wrap;
	}

	.about_report_right_section {
		margin-top: 10px;
	}

	/* .about_report_section > .vc_row {
		padding: 30px !important;
	} */
	.sponsors_section_imgs .vc_col-sm-3 {
		max-width: unset;
		width: 200px;
	}

	.testimonial_section>div>div {
		width: 100%;
	}

	.testimonial_img {
		display: flex;
		justify-content: center;
	}

	.testimonial_img figure {
		max-width: 500px !important;
		margin: auto;
	}

	.testimonial_section>.vc_row:first-child>.vc_col-sm-6:nth-child(2)>div>div {
		display: flex;
		flex-direction: column;
	}

	.testimonial_detail_section>.vc_col-sm-6 .vc_column-inner>.wpb_wrapper {
		min-height: unset;
		margin-bottom: 20px;
	}

	.entry-content>section {
		padding: 30px 25px !important;
	}

	.about_report_list li::before {
		width: 45px;
		height: 45px;
	}

	.about-report-section {
		padding-bottom: unset;
	}

	.entry-content>section {
		padding: 0px 15px;
	}

	.about_report_list {
		margin-right: 45px;
	}

	.sponsors_section_imgs .vc_pageable-slide-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.Iot_network_left_section~div>div>div>div {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.Iot_network_section .Iot_network_left_section p {
		max-width: unset;
		margin-bottom: 20px !important;
	}

	.main_heading {
		margin-bottom: 5px;
	}

	.about_report_left_section {
		padding-left: unset !important;
	}

	.mr-30 {
		margin-right: 0px;
	}

	.about_report_list li {
		font-size: 15px;
		padding-right: 10px;
		height: 53px;
	}

	.about_report_left_section>div>div>div:first-child p {
		margin-right: 0px;
		max-width: 100%;
	}

	.sponsors_section_imgs {
		padding: 0px 30px !important;
	}

	.entry-content .about_report_section {
		padding: 30px 25px !important;
	}

	/* -------------Thankyou page----------------- */
	.thankyou_page_section .main_title {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.thankyou_page_section .thankyou_para p:first-child {
		font-size: 20px;
		line-height: 22px;
	}

	.free_download_box .free_download_box_right_section {
		padding: 15px;
	}

	.free_download_box_right_section>div>div>div {
		max-width: 100%;
	}

	.testmoial-text {
		max-height: unset;
		min-height: unset;
	}

	.Iot_network_section .Iot_network_left_section p,
	.about_report_section p,
	.about_report_section li,
	.Iot_network_section .Iot_network_left_section ul li,
	.report-listing li {
		font-size: 18px;
	}

	/* .about_report_section p, .about_report_section li {
		font-size: 18px;
	} */
	/* 
	.Iot_network_section .Iot_network_left_section ul li, .report-listing li {
		font-size: 18px;
	} */
	.sponsors_section_imgs>div>div>div.vc_col-sm-6 {
		float: left !important;
		width: 100%;
	}

	.sponsors_section_imgs .vc_gitem-zone {
		max-width: 400px;
	}

	.sponsors_section_imgs .vc_gitem-zone {
		height: 88px;
	}

	.sponsors_section_imgs>div>div>div.vc_col-sm-6 .vc_gitem-zone {
		float: unset !important;
	}

	.sponsors_section_text+.vc_clearfix>div {
		margin-bottom: 0px !important;
	}

	.page-template-private-networks-template .Iot_network_left_section~div>div>div>div {
		max-width: 100%;
	}

	.page-template-private-networks-template .Iot_network_section p,
	.Iot_network_section .Iot_network_right_section p,
	.Iot_network_section .Iot_network_left_section p {
		font-size: 18px !important;
	}

	.page-template-private-networks-template .Iot_network_section h1 {
		margin-bottom: 0;
		font-size: 30px;
	}

	.page-template-private-networks-template .Iot_network_section {
		padding-top: 60px;
	}

	.page-template-private-networks-template header .download_btn_box a {
		font-size: 14px !important;
		min-width: 180px;
		padding: 7px 10px !important;
	}

	.page-template-private-networks-template img {
		margin-right: 0px;
	}

	.page-template-private-networks-template .Iot_network_section:after {
		bottom: 80px;
	}

	.page-template-private-networks-template .Iot_network_section {
		padding-bottom: 40px;
	}

	.page-template-private-networks-template .Iot_network_section>div:last-child {
		margin-bottom: 0;
	}

	.page-template-private-networks-template .testimonial_detail_section2 .testimonial_para header h2 {
		font-size: 24px;
	}

	.page-template-private-networks-template .testimonial_detail_section2 section .report-listing li {
		font-size: 20px;
	}

	.page-template-private-networks-template .testimonial_detail_section2 section {
		margin-bottom: 0px;
	}

	.page-template-private-networks-template .form_section>div {
		padding-top: 50px;
	}

	.page-template-private-networks-template .sponsors_section_imgs .vc_pageable-slide-wrapper {
		flex-wrap: nowrap !important;
		display: flex;
	}

	.page-template-private-networks-template .sponsors_section_imgs .vc_gitem-zone {
		max-width: 220px;
	}

	.page-template-private-networks-template .sponsors_section_imgs {
		padding: 0px !important;
	}

	.page-template-private-networks-template .form_section>div {
		padding-left: 10px;
		padding-right: 10px;
		width: 96%;
	}

	.page-template-private-networks-template .middle_logo {
		margin: 0 20px;
	}

	.page-template-private-networks-template .shrink {
		max-width: 170px;
	}

	.page-template-private-networks-template header .header-main .align-middle {
		flex-wrap: nowrap;
	}

	.page-template-private-networks-template .header-main {
		padding: 15px 0px !important;
	}

	.page-template-private-networks-template .header-main.header-main--sticky {
		padding: 15px !important;
	}

	.page-template-private-networks-template .footer_main_div {
		padding: 0 15px !important;
	}

	.page-template-private-networks-template .Iot_network_section .connectivity-col-two-text-contant p {
     font-size: 18px !important;
	}
    
	.page-template-private-networks-template .sponsors_section > div {
		padding: 35px 20px 0px 20px;
	}

	.page-template-private-networks-template .Iot_network_section .font_22.connectivity-inner-text-block p {
		font-size: 18px !important;
	}
	
	.features-slide-connectivity {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.page-template-private-networks-template .pink_button.connectivity-yellow-btn a {
		margin: 20px 0 0px !important;
	}

	.page-template-private-networks-template .Iot_network_section.revenue_section.connectivity-second-section {
		padding: 20px 15px !important;
	}

	.page-template-private-networks-template .Iot_network_section.revenue_section.connectivity-third-section {
		padding-bottom: 30px !important;
	}

	.features-slide-connectivity {
		padding: 130px 5% 50px;
	}
	.page-template-private-networks-template .security_second_section .testimonial_bottom_row .testimonial_para_green_icon .report-listing li { font-size: 20px; }
	.security_second_section .testimonial_left_section  ul li img{ max-width: 445px; width: 100%; }
	.security_second_section .font_25 {font-size: 18px; margin-bottom: 0px !important;}
	.security_second_section .testimonial_top_row .features-slide {margin-top: 0px !important;}
	.page-template-private-networks-template .security_fifth_section.form_section {padding-top: 60px !important;}
	.page-template-private-networks-template .security_fifth_section.form_section .wpb_single_image .vc_figure img{ margin-top: 0px !important;}
	.page-template-private-networks-template .security_fifth_section.form_section > div {padding-top: 30px !important;}
	.page-template-private-networks-template .security_fifth_section.form_section .wpb_single_image .vc_figure img {max-width: 350px;margin: auto !important;}
	.page-template-private-networks-template .security_fifth_section.form_section .wpb_single_image .vc_figure > div{ text-align: center !important;}
	.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city { margin-top: -280px; }
	.page-template-private-networks-template .Iot_network_section.smart_city_top_section h1 { margin-bottom: 40px;}
	
	.buyers-guide-page .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img { display: block !important; }
	.top_left_side_border_icon::before{ display: none !important; }

}

.page-template-private-networks-template .security_fifth_section.form_section .gform_wrapper.gravity-theme input[type="submit"] {line-height: normal;}


@media(max-width: 640px) {

	.features-slide-connectivity.features-slide::before {
		background-size: 160px;
		padding: 30px 0;
	}

	.features-slide-connectivity {
		padding: 100px 15px 30px !important;
	}
	.form_section .checkbox_section .gfield_checkbox {
		position: unset;
	}

	.about_report_section p {
		font-size: 19px;
		line-height: 28px;
	}

	.testimonial__section .testimonial_para p {
		line-height: 25px;
		font-size: 19px;
	}

	.testimonial_para {
		margin-top: 25px;
	}

	.main_heading h1,
	.main_heading strong {
		font-size: 25px;
	}

	.testimonial_detail_section>.wpb_column:first-child {
		margin-bottom: 20px;
	}

	.testimonial_detail_section {
		flex-wrap: wrap;
	}

	.page-template-private-networks-template .Iot_network_section>div {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-private-networks-template .Iot_network_left_section ul {
		padding-left: 0px !important;
	}

	.page-template-private-networks-template .about_report_right_section {
		padding: 10px;
	}

	.page-template-private-networks-template .about_report_right_section .wpb_content_element>.wpb_wrapper p {
		font-size: 18px;
	}

	.page-template-private-networks-template .testimonial_section {
		padding: 0 10px;
	}

	.page-template-private-networks-template .testimonial_section .vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
		margin: 0px !important;
	}

	.page-template-private-networks-template .vc_images_carousel .vc_carousel-control.vc_right {
		right: 0;
	}

	.page-template-private-networks-template .vc_images_carousel .vc_carousel-control.vc_left {
		left: 0;

	}

	.page-template-private-networks-template .testimonial_detail_section2 section .report-listing li {
		font-size: 18px;
		line-height: normal;
	}

	.page-template-private-networks-template .testimonial_left_section .report-listing li {
		margin-bottom: 10px;
	}

	.page-template-private-networks-template .form_section>div {
		border-radius: 30px;
	}

	.page-template-private-networks-template .width-50 .gfield_label,
	.page-template-private-networks-template .width-50 .ginput_container_select,
	.gform_wrapper.gravity-theme .gfield input.medium,
	.gform_wrapper.gravity-theme .gfield select.medium {
		width: 100% !important;
	}

	.page-template-private-networks-template .about_para {
		padding: 30px 15px;
	}

	.page-template-private-networks-template .about_para p {
		font-size: 16px;
		line-height: normal;
	}

	.page-template-private-networks-template .footer-menu ul li {
		margin: 0px 15px;
	}

	/* .page-template-private-networks-template .sponsors_section {
		padding: 40px 15px;
	} */

	.page-template-private-networks-template .form_section {
		padding-left: 5px;
		padding-right: 5px;
	}

	.page-template-private-networks-template .middle_logo {
		max-width: 70px;
		min-width: 70px;
	}

	.page-template-private-networks-template .sponsors_section > div {
		margin: 0;
	}

	.page-template-private-networks-template .sponsors_section > div {
		padding: 35px 0px 0px 0px;
	}
	.security_first_second_row h6 {
		margin-bottom: 0px !important;
		margin-top: -20px !important;
	}
	.page-template-private-networks-template .security_first_section.Iot_network_section {
		padding-bottom: 100px;
	}
	.red_box.features-slide::after {
		height: 45px;
	}
	.page-template-private-networks-template .Iot_network_section.security_third_section .font_22 p {
		padding-right: 0px;
	}
}

@media(max-width: 567px) {
	.light_heading_text.main_heading {
		margin-bottom: 0px !important;
	}

	.about_report_left_section>div>div>div:first-child p {
		font-size: 17px !important;
		line-height: 27px;
	}

	.about-report-left-section .mt-48 {
		margin-top: 0px;
	}

	.testimonial__section .testimonial_para,
	.about-report-section .testimonial_para,
	.about-report-list li {
		font-size: 16px;
		line-height: 22px !important;
	}

	.testimonial__section .testimonial_para,
	.about-report-section .testimonial_para,
	.about-report-list li {
		font-size: 16px;
		line-height: normal !important;
	}

	.testimonial__section .testimonial_para p {
		line-height: normal;
	}

	.testimonial_row_text>div {
		padding: 0px 32px !important;
	}

	.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
		padding: 0px !important;
	}

	.about_report_list li::before {
		left: 7px;
	}

	.about_report_list li {
		height: 60px;
		line-height: 14px !important;
	}

	.main_heading {
		font-size: 33px;
		line-height: 30px;
		margin-bottom: 15px !important;
	}

	.main_heading strong {
		font-size: 34px;
	}

	.Iot_network_section .Iot_network_left_section p {
		font-size: 16px;
		margin-right: 0px;
		line-height: normal;
	}

	.Iot_network_section .Iot_network_left_section ul li,
	.report-listing li {
		font-size: 16px;
	}

	.testimonial_left_section .report-listing li {
		line-height: 20px;
		align-items: center;
	}

	.wpb_button,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid>li {
		margin-bottom: 15px !important;
	}

	.about_report_section p,
	.about_report_section li {
		/* font-size: 14px; */
		line-height: 22px;
	}

	.about_report_left_section .pink_button {
		margin-bottom: 20px;
		margin-top: 0px;
		text-align: center;
		width: 100%;
	}

	.about_report_section {
		padding-top: 45px !important;
		padding-bottom: 25px;
	}

	.testimonial__section .testimonial_para {
		font-size: 16px;
	}

	.testimonial__section .vc_row-fluid:nth-child(2) .pink_button {
		margin-bottom: 25px;
	}

	.testimonial_row_text .wpb_wrapper p:first-child {
		font-size: 16px;
	}

	.testimonial_row_text .wpb_wrapper p:last-child {
		font-size: 13px;
	}

	.testimonial_row_text>div::before {
		background-position: -208px -88px;
		width: 35px;
		height: 35px;
		background-size: 375px;
	}

	.testimonial_row_text>div {
		padding: 0px 32px;
	}

	.testimonial_row_text>div::after {
		background-position: -156px -88px;
		width: 35px;
		height: 35px;
		background-size: 375px;
	}

	.pink_button>*,
	.top_label .button {
		font-size: 12px !important;
		height: 37px;
	}

	.testimonial__section {
		padding-top: 25px !important;
		padding-bottom: 25px;
	}

	.form_title p {
		font-size: 16px;
		margin-bottom: 0px !important;
	}

	.form_section .gfield {
		margin-bottom: 0px;
	}

	.form_section .gchoice {
		margin-bottom: 13px;
	}

	.gform_footer.top_label {
		margin-bottom: 10px !important;
	}

	.sponsors_section_text p {
		font-size: 16px;
	}

	.about_para {
		padding: 10px;
	}

	.about_para h2,
	.testimonial_para header h2 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.about_para p,
	.testimonial_para p {
		font-size: 16px;
	}

	/* -------------Thankyou page----------------- */
	.thankyou_page_section .main_title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.thankyou_page_section .thankyou_para p:first-child {
		font-size: 18px;
		line-height: 22px;
		max-width: 100%;
	}

	.thankyou_page_section .thankyou_para p:last-child {
		font-size: 15px;
		line-height: 17px;
		max-width: 100%;
	}

	.thankyou_para {
		margin-bottom: 15px !important;
	}

	.social_media_section>div>div>div {
		padding: 30px;
	}

	.thankyou_page_section .freedownload_text p {
		font-size: 16px;
		max-width: 100%;
		line-height: 18px;
	}

	/* ------------comingsoon template-------------- */
	.comingsoon_template .title {
		font-weight: 600;
		font-size: 30px;
	}

	.main_heading h1,
	.main_heading strong {
		font-size: 22px;
	}

	.sponsors_section_imgs.center_logo .vc_gitem-zone {
		height: 88px;
	}

	/* .page-template-private-networks-template .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner { display: flex; flex-direction: column; } */
	/* .page-template-private-networks-template .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > div{ width: calc(100vw - 25px) !important; height: auto !important;} */
	.page-template-private-networks-template header .download_btn_box a {

		min-width: 110px;
		max-width: 110px;
		white-space: normal !important;
		text-align: center;
	}

	.page-template-private-networks-template header .download_btn_box a {
		padding: 6px 10px !important;
		height: 44px;
		line-height: 18px;
	}

	.page-template-private-networks-template .Iot_network_section h1 {
		font-size: 24px;
	}

	.page-template-private-networks-template .about_report_right_section .wpb_content_element>.wpb_wrapper p {
		font-size: 16px;
	}

	.page-template-private-networks-template .revenue_section .wpb_single_image .vc_figure img,
	.page-template-private-networks-template .about_report_section .wpb_single_image .vc_figure img {
		max-width: 100% !important;
	}

	.page-template-private-networks-template .testimonial_detail_section2 .testimonial_para header h2 {
		font-size: 20px;
	}

	.page-template-private-networks-template .gform_wrapper.gravity-theme .gfield_label {
		font-size: 16px;
	}

	.page-template-private-networks-template .form_section .vc_column_container>.vc_column-inner {
		padding-left: 5px;
		padding-right: 5px;
	}

	.page-template-private-networks-template .vc_images_carousel .vc_carousel-control .icon-prev:before,
	.page-template-private-networks-template .vc_images_carousel .vc_carousel-control .icon-next:before {
		width: 31px;
		height: 30px;
	}
	.page-template-private-networks-template .security_third_section.Iot_network_section.revenue_section .Iot_network_left_section > .vc_column-inner,
	.page-template-private-networks-template .security_third_section.Iot_network_section.revenue_section .Iot_network_right_section > .vc_column-inner { padding-left: 0px !important; padding-right: 0px !important; }
	.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_left_section > div,
	.security_fourth_section.revenue_section_new.Iot_network_section .Iot_network_right_section > div {padding-right: 0;padding-left: 0;}
	.page-template-private-networks-template .revenue_section_new.security_fourth_section {padding-top: 0px !important;}
	.features-slide.red_sm_box {margin-top: 0px !important;}
	.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city .features-slide.red_box.edge_box{ margin-bottom: 100px !important; }
	.page-template-private-networks-template .testimonial_section.white_bg.testimonial_smart_city {
		margin-top: -180px;
	}
}

@media screen and (max-width:480px) {
	.find-more-btn {
		font-size: 14px;
	}

	.scroll_btn a {
		letter-spacing: 0px;
	}

	.page-template-private-networks-template .middle_logo {
		max-width: 60px;
		min-width: 60px;
	}

	.page-template-private-networks-template .shrink img {
		max-width: 120px;
	}


}

@media(max-width: 320px) {
	.about_report_list li {
		font-size: 12px;
		padding-right: 10px;
		padding-left: 55px;
		height: 62px;
	}

	.main_heading {
		margin-bottom: 0px !important;
	}

	.about_report_list li::after {
		height: 15px;
	}

}

@media(max-width: 1366px) {
	.features-slide.blue_box p {
		font-size: 20px;
		line-height: 24px;
	}

	.revenue_section_new .blue_box.features-slide p {
		/* font-size: 20px;*/
	}
}

@media(max-width: 1199px) {
	.Iot_network_right_section .wpb_wrapper p {
		font-size: 20px;
	}

	.page-template-private-networks-template .about_report_right_section .wpb_content_element.point_list>.wpb_wrapper p,
	.page-template-private-networks-template .about_report_right_section .wpb_content_element.point_list>.wpb_wrapper ul li {
		font-size: 20px;
	}

	.revenue_section_new .features-slide.blue_box p,
	.testimonial_section.white_bg .features-slide.blue_box p {
		font-size: 26px;
		line-height: 36px;
	}
}

@media(max-width: 1024px) {
	.features-slider .slick-next {
		right: -45px;
		background-position: right;
	}

	.features-slider .slick-prev {
		left: -45px;
		background-position: left;
	}

	.features-slider .slick-list.draggable {
		margin: 0 -15px;
	}

	.features-slider .slick-slide {
		margin: 0px;
	}

	.features-slide p {
		font-size: 22px;
		line-height: 26px;
	}

	.features-slide p {
		font-size: 20px;
		text-align: center;
		line-height: 22px;
	}

	.testimonial_section.white_bg .features-slide.blue_box p,
	.revenue_section_new .features-slide.blue_box p {
		font-size: 22px;
		line-height: 32px !important;
	}

	.testimonial_top_row .features-slide {
		margin-top: -80px !important;
	}

}

@media(max-width: 991px) {
	.revenue_section_new .blue_box.features-slide p {
		/* font-size: 18px; */
		margin-bottom: 0px;
	}

	.testimonial_top_row .features-slide {
		margin-top: -40px !important;
	}

	.asset-tracking-logo-section .sponsors_section_imgs .vc_gitem-zone {
		max-width: 350px;
	}

	.page-template-private-networks-template .testimonial_section.white_bg::after {
		bottom: -40px;
	}

	.revenue_section_new .Iot_network_right_section {
		margin-top: 50px;
	}

	.revenue_section_new .Iot_network_left_section ul {
		padding-left: 0px !important;
	}
	.page-template-private-networks-template .track-first-section .pink_button a { margin-bottom: 0px !important; }	
	.page-template-private-networks-template .Iot_network_section.revenue_section.track-second-section {padding-top: 60px !important;}
	.track-second-section .features-slide-connectivity.features-slide { padding: 110px 6% 50px; }
	.track-second-section .features-slide-connectivity.features-slide::before {max-height: 60px; top: 30px;}
	.page-template-private-networks-template .Iot_network_section.track-second-section .font_22.connectivity-inner-text-block p {max-width: 100%;}
	.track-second-section .logistics-row .pink_button a { margin: 0px !important; }
	.track-second-section .features-slide-connectivity.features-slide{ margin-bottom: 60px !important;}
	.pink_button > *, .download_btn_box a, .download_btn_box button{ border-radius: 5px !important;}
	.pink_button > *, .top_label .button {height: 40px;}
	.pink_button > *, .top_label .button {font-size: 15px !important;}
	.page-template-private-networks-template .Iot_network_section.Iot_asset_section.track-first-section:after {
		content: "";
		position: absolute;
		top: unset;
		bottom: 200px;
		left: 0;
		width: 100%;
		height: 300px;
		background: #344354 !important;
		z-index: 0;
		display: block;
	}
	
	.page-template-private-networks-template .Iot_network_section.Iot_asset_section.track-first-section > div{ z-index: 1; position: relative;}
	.track-second-section .logistics-row-column {  flex-direction: column !important; }
	.hide_table_mob{ display: none !important; }
	.show_table_mob{ display: block !important; }
	.mob_show{ display: block !important; }
	.desk_show{ display: none !important; } 
	.page-template-private-networks-template .track-second-section.revenue_section .wpb_single_image.logo_img .vc_figure img{ max-width: 300px !important; }
	.page-template-private-networks-template .security_fourth_section.revenue_section_new .features-slide.magenta_box p { color: #fff !important; }
}

@media(max-width: 768px) {
	.testimonial_top_row .features-slide {
		margin-top: 0px !important;
	}

	.page-template-private-networks-template .testimonial_section.white_bg .testimonial_top_row .wpb_single_image .vc_figure img {
		max-width: 400px;
	}

	.page-template-private-networks-template .testimonial_section.white_bg {
		margin-top: -140px;
	}

	.page-template-private-networks-template .testimonial_section.white_bg:before {
		top: 140px;
	}

	.features-slide.blue_box {
		max-width: 450px;
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 50px !important;
	}

	.page-template-private-networks-template .Iot_network_section.revenue_section_new:after {
		bottom: 0px;
	}
	.page-template-private-networks-template .track-second-section.Iot_network_section.revenue_section ul li { font-size: 18px; }
	.chart_info h4{ font-size: 14px; }
}

@media(max-width: 767px) {
	.flexslider .slides img {
		max-width: 435px;
	}
.vc_row.wpb_row.vc_row-fluid.priorites_box img {
    top: -130px;
}
	.revenue_section_new.Iot_network_section .Iot_network_left_section>div,
	.revenue_section_new.Iot_network_section .Iot_network_right_section>div {
		max-width: 100%;
	}

	.page-template-private-networks-template .testimonial_section.white_bg .pink_button a {
		top: 0px;
	}
}

@media(max-width: 640px) {
	.features-slider .slick-arrow {
		background-position: center !important;
		z-index: 9;
	}

	.features-slider .slick-prev {
		left: -55px;
	}

	.features-slider .slick-next {
		right: -55px;
	}

	.features-slider {
		max-width: 85%;
		margin: 0 auto;
	}

	.features-slide p {
		font-size: 20px;
		line-height: 26px;
	}

	.features-slide::after,
	.features-slide::before {
		height: 45px;
	}

	.features-slide {
		padding: 75px 15px 30px;
	}
	body .gform_wrapper .hidden_label.label_height label { min-height: 0px !important; margin-bottom: 0px !important; display: none !important; }
	.gform_wrapper .ginput_container_select{ margin-bottom: 0px !important;}
}

@media(max-width: 567px) {
	.features-slider .slick-arrow {
		width: 30px;
		height: 30px;
	}

	.features-slider .slick-prev {
		left: -30px;
	}

	.features-slider .slick-next {
		right: -30px;
	}
}

@media (min-width: 659px) and (max-width: 920px) {
	.footer__newsletter-tile-image {
		margin-left: -20px;
		width: calc(33.33333% + 20px) !important;
	}
}

@media (min-width: 640px) and (max-width: 800px) {
	.footer__newsletter-tile-text {
		font-size: 15px;
	}
}

@media (max-width: 700px) {
	.page-template-template-why-iot-projects-fail .why-iot__about .alignleft {
		width: 125px;
		height: 80px;
	}

	.mob-d-flex {
		display: flex !important;
	}
}

@media (max-width: 575px) {
	.testimonial_section.white_bg .features-slide.blue_box {
		padding: 50px 10% 50px;
	}

	.page-template-private-networks-template .testimonial_bottom_row .testimonial_para_green_icon .report-listing li {
		font-size: 18px;
		line-height: 24px;
	}

	.testimonial_section.white_bg .testimonial_left_section .report-listing li::before {
		top: 0px !important;
	}

	.revenue_section_new~.form_section .report_btn .pink_button a {
		margin: 0px;
	}
}

.ginput_container_consent {
	position: relative;
}

.ginput_container_consent>input[type="checkbox"] {
	position: absolute;
	margin-top: 7px !important;
}

.gfield_consent_label {
	padding-left: 30px;
}

.gfield_contains_required .gfield_consent_label::after {
	display: inline;
	content: '*';
	color: #790000;
}

.gfield_consent_label+.gfield_required_asterisk {
	display: none;
}

/* changes by brian start */
.page-template-private-networks-template .crFromSec .width-50 .ginput_container_select,
.page-template-private-networks-template .crFromSec .width-50 .gfield_label {
	width: calc(100% - 20px);
}
.sponsors_section_imgs.crSsecImg .vc_gitem-zone{
	  background-position: bottom;
}
@media (max-width: 991px) {
	.logistics-row.crLogistics-row {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.font_25.crFont_25 {
		font-size: 18px;
	}
	.page-template-private-networks-template .security_third_section.Iot_network_section.revenue_section.crSmart_ct_cmpr_sec {
		padding-top: 35px !important;
	}
	.crSmart_ct_cmpr_sec .vc_column_container > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.sponsors_section_imgs.crSsecImg > div > div > div.vc_col-sm-12{
		width:100%;
	}
}
/* changes by brian  end*/

