/*--------------------*/
/*   Page structure   */
/*--------------------*/
.center-content2 {
	max-width: 1024px;
	margin: 0 auto;
}

/*------------------*/
/*  flex-items      */
/*------------------*/
.share-area-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.rel-stories-area,
.rel-topics-area ul,
.embrace-cont-inner,
.two-col-border-area,
.ng-hub-top-area,
.ng-hub-col-area,
.hub-network-area,
.two-col-area,
.blog-banner-cont-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ng-hub-top-area,
.hub-network-area,
.two-col-area {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.two-col-area.bg-gray,
.embrace-cont-inner,
.blog-banner-cont-area {
	-webkit-align-items: center;
	align-items: center;
}

/*------------------*/
/*  blog-banner     */
/*------------------*/
.blog-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
.blog-banner::before {
	position: absolute;
	content: '';
	background: rgba(51, 51, 51, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	z-index: -1;
}
.blog-banner-cont-area {
	min-height: 350px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.blog-banner-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.breadcrumb {
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.95px;
}
.breadcrumb a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.breadcrumb a::after {
	background: url(../images/brc-arrow.png) no-repeat center center / 3px 6px;
	position: absolute;
	content: '';
	width: 3px;
	height: 6px;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: default;
}
.breadcrumb a:hover {
	opacity: 0.7;
}
.breadcrumb strong {
	font-size: 12px;
	display: inline-block;
	font-weight: 700;
}
.blog-banner-content h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.21;
	padding: 21px 0;
}

/*-----------------------*/
/*  blog-single-content  */
/*-----------------------*/
.blog-single-content {
	color: #1f2326;
	font-family: 'Nunito', sans-serif;
	padding: 74px 0 16px 0;
}
.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
	color: #1f2326;
	font-weight: 300;
	padding-bottom: 25px;
}
.blog-single-content h1 {
	font-size: 52px;
	font-weight: 400;
}
.blog-single-content h2 {
	font-size: 40px;
	line-height: 1.2;
}
.blog-single-content h4 {
	font-size: 30px;
}
.blog-single-content h5 {
	font-size: 24px;
}
.blog-single-content h6 {
	font-size: 22px;
	font-weight: 700;
}
.blog-single-content p {
	font-size: 18px;
	line-height: 1.61;
	padding-bottom: 30px;
}
.blog-single-content p a {
    color: #1f2326;
    text-decoration: underline;
}
.blog-single-content p a:hover {
    opacity: .8;
    text-decoration: none;
}
.top-content p {
	font-size: 24px;
	line-height: 1.58;
	padding-bottom: 30px;
}

.skip-item {
	padding-bottom: 60px;
}
.table-of-content {
	padding: 35px 27px 31px 27px;
	margin-bottom: 60px;
}
.table-of-content p {
	color: #333;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .9px;
	text-transform: uppercase;
	padding-bottom: 0;
}
.table-of-content p strong {
	display: inline-block;
	font-weight: 700;
}
.table-of-content ul {
	padding: 20px 0 0 30px;
}
.table-of-content ul li {
	font-size: 22px;
	font-weight: 300;
	padding: 0 0 9px 18px;
	position: relative;
}
.table-of-content ul li:last-child {
	padding-bottom: 0;
}
.table-of-content ul li::before {
	background: #1f2326;
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 12px;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.table-of-content ul li a {
	color: #1f2326;
}

/*----------------*/
/*  two-col-area  */
/*----------------*/
.two-col-left {
	width: 54.5%;
}
.two-col-cont {
	padding-right: 45px;
}
.two-col-cont h2 {
	padding-bottom: 15px;
}
.two-col-cont p {
	font-size: 18px;
	padding-bottom: 18px;
}
.two-col-cont p a {
	color: #1f2326;
	text-decoration: underline;
}
.two-col-cont p a:hover {
	text-decoration: none;
}
.two-col-right {
	width: 45.5%;
}
.two-col-img {
	max-width: 466px;
	margin: 0 auto;
}

/* hub-orbi-col */
.hub-orbi-top-cont p {
	font-size: 18px;
}
.hub-orbi-info {
	margin-top: 6px;
	counter-reset: number-post;
}
.hub-orbi-col {
	background-color: #f2f2f2;
	position: relative;
	padding: 22px 30px 13px 72px;
	margin-bottom: 6px;
}
.hub-orbi-col:before {
	position: absolute;
	counter-increment: number-post;
	content: counter(number-post);
	left: 23px;
	top: 22px;
	color: #ccc;
	font-size: 50px;
	line-height: 1;
	z-index: 1;
	font-weight: 700;
}
.hub-orbi-col p {
	font-size: 18px;
	padding-bottom: 10px;
}
.hub-orbi-col h5 {
	padding-bottom: 2px;
	font-weight: 700;
}

/* hub-network */
.hub-network-left {
	width: 57%;
}
.hub-network-right {
	width: 38%;
}
.hub-network-left p { padding: 0; }
.hub-network-left ul li {
	background: url(../images/bgr-hub-network-left-li.png) no-repeat 0 6px;
	color: #1f2326;
	font-size: 16px;
	line-height: 1.61;
	padding: 0 0 14px 27px;
}
.hub-network-left ul li a {
	color: #1f2326;
}
.hub-network-img {
	margin-top: 68px;
}

/* ng-hub-col-area */
.ng-hub-col-area {
	margin: 0 -89px 0 -89px;
}
.ng-hub-col {
	width: 50%;
	padding: 0 12px 0 12px;
}
.ng-hub-col-info {
	height: 100%;
	border: 1px solid #f2f2f2;
	padding: 43px 24px 76px 24px;
	position: relative;
}
.ng-hub-top-area {
	padding-bottom: 15px;
}
.ng-hub-top-left {
	width: 68%;
}
.ng-hub-top-right {
	width: 32%;
}
.ng-hub-top-left h6 {
	line-height: 1.5;
	padding-bottom: 15px;
}
.ng-hub-col-info p {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.ng-hub-col-info ul li {
	background: url(../images/bgr-hub-network-left-li.png) no-repeat 0 6px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 0 16px 27px;
}
.ng-hub-col-info .explore-btn-area {
	position: absolute;
	left: 0; bottom: 25px;
	padding: 0 24px;
}
.explore-btn {
	background: #009dd6;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 35px 10px 35px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
}
.explore-btn:hover {
	background: #078bbb;
}

img.aligncenter { margin-bottom: 0; }

/*-------------------------*/
/*  satellites-matter-img  */
/*-------------------------*/
#topic6 h2 {
	/* text-align: center; */
}
.skip-item.title-center > p {
	text-align: center;
	max-width: 805px;
	margin: 0 auto;
	padding-bottom: 22px;
}
.satellites-matter-img {
	max-width: 1023px;
	margin: 38px auto 68px;
}

/*-------------------*/
/*  protection-area  */
/*-------------------*/
.two-col-area.bg-gray {
	padding-bottom: 0;
}
.two-col-area.bg-gray .two-col-right,
.two-col-area.bg-gray .two-col-left {
	width: 50%;
}
.two-col-area.bg-gray .two-col-cont {
	padding: 35px 45px 20px 20px;
}
.two-col-area.bg-gray .two-col-cont h5 {
	font-weight: 700;
	padding-bottom: 18px;
}
.two-col-area.bg-gray .two-col-cont p {
	font-size: 16px;
	line-height: 1.813;
}
.two-col-area.bg-gray .two-col-img {
	max-width: 512px;
	margin: 0 auto;
}

/*-----------------------*/
/*  two-col-border-area  */
/*-----------------------*/
.two-col-border-area {
	margin: 0 -17px;
}
.two-col-border {
	width: 50%;
	padding: 0 17px;
	margin-top: 20px;
}
.two-col-bdr-cont {
	border: 2px solid #f3f3f3;
	height: 100%;
	padding: 22px 20px 20px 20px;
}
.two-col-bdr-cont h5 {
	font-weight: 700;
	padding-bottom: 18px;
}
.two-col-bdr-cont p {
	font-size: 16px;
	line-height: 1.813;
}
.two-col-bdr-cont p:last-child {
	padding-bottom: 0;
}

/*-------------------*/
/* embrace-cont-area */
/*-------------------*/
.embrace-top-cont {
	padding-bottom: 26px;
}
.embrace-top-cont p {
	padding-bottom: 18px;
}
.embrace-cont-area {
	background: url(../images/bgr-orbi.jpg) no-repeat center center / cover;
}
.embrace-cont-inner {
	background: rgba(26, 26, 26, 0.9);
	width: 65.85%;
	padding: 54px 0 60px 0;
}
.embrace-cont {
	padding: 40px 42px;
}
.embrace-cont h4 {
	color: #fff;
	line-height: 1.2;
	padding-bottom: 30px;
}
.embrace-cont p {
	color: #fff;
	font-size: 16px;
	line-height: 1.813;
}
.embrace-cont p a {
	color: #fff;
	text-decoration: underline;
}
.embrace-cont p a:hover {
	text-decoration: none;
}
.embrace-cont .explore-btn {
	padding: 12px 23px 10px 23px;
}

.share-area-bottom {
	border-top: 2px solid #e6e6e6;
	padding: 42px 0;
}
.share-area-bottom .social-title {
	color: #1f2326 !important;
	font-size: 26px !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	text-transform: capitalize !important;
	padding-bottom: 17px !important;
}
.share-area-bottom .social-share {
	max-width: 263px;
	width: 100%;
	padding: 0 0 10px 0;
}
.share-area-bottom .social-share ul {
	padding: 7px 0 0 0;
}
.share-area-bottom .social-share ul li {
	padding: 0;
}
.share-area-bottom .rel-topics-area ul li::before,
.share-area-bottom .social-share ul li::before {
	display: none;
}
.rel-topics-area {
	width: 100%;
}
.rel-topics-area ul {
	padding: 0;
}
.rel-topics-area ul li {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0 13px 10px 0;
}
.rel-topics-area ul li:last-child {
	padding-right: 0;
}
.rel-topics-area ul li a {
	background: #e6e6e6;
	color: #1f2326;
	display: inline-block;
	padding: 8px 19px 9px 19px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.rel-topics-area ul li a:hover {
	background: #ccc;
}

/*--------------------------*/
/*  rel-stories-container   */
/*--------------------------*/
.rel-stories-container {
	padding-top: 60px;
	padding-bottom: 64px;
}
.rel-stories-container h2 {
	color: #000;
	font-size: 40px;
	text-align: center;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
	padding-bottom: 22px;
}
.rel-stories-area {
	margin: 0 -23px;
	padding: 20px 0 45px 0;
}
.rel-stories-item {
	width: 33.33%;
	padding: 0 23px;
	margin-bottom: 20px;
}
.rel-stories-img {
	max-width: 310px;
	margin: 0 auto;
}
.rel-stories-item h6 {
	color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
	padding-top: 20px;
}
.rel-stories-item h6 a {
	color: #000;
}
.backto-btn-area {
	text-align: center;
}
.backto-btn-area a {
	background: #fff;
	color: #000;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 17px 11px 17px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Nunito', sans-serif;
}
.backto-btn-area a:hover {
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

/********************** Responsive css *********************/
@media screen and (max-width: 1240px) {
	.ng-hub-col-area {
		margin: 0 -40px 0 -40px;
	}
}
@media screen and (max-width: 1120px) {
	.ng-hub-col-area {
		margin: 0 -12px 0 -12px;
	}
}
@media screen and (max-width: 991px) {
	.blog-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.blog-banner-content h1 {
		font-size: 45px;
	}
	.blog-single-content h2 {
		font-size: 35px;
	}
	.blog-single-content h3 {
		font-size: 30px;
	}
	.blog-single-content h4 {
		font-size: 25px;
	}
	.blog-single-content h5 {
		font-size: 20px;
	}
	.blog-single-content h6 {
		font-size: 18px;
	}
	.blog-single-content .ng-hub-col-info p {
		padding-bottom: 20px;
	}
	.table-of-content {
		padding: 30px 15px 31px 15px;
		margin-bottom: 40px;
	}
	.two-col-cont {
		padding-right: 30px;
	}
	.table-of-content ul {
		padding: 15px 0 0 10px;
	}
	.hub-orbi-col {
		padding: 15px 20px 10px 52px;
	}
	.hub-orbi-col:before {
		top: 18px;
		left: 13px;
		font-size: 40px;
	}
	.ng-hub-col-info {
		padding: 27px 15px 70px 15px;
	}
	.ng-hub-btn {
		padding: 0 15px;
	}
	.two-col-area.bg-gray .two-col-cont {
		padding: 25px 20px 10px 20px;
	}
	.two-col-area.bg-gray .two-col-cont p {
		line-height: 1.5;
	}
	.two-col-border-area {
		margin: 0 -12px;
	}
	.two-col-border {
		padding: 0 12px;
	}
	.embrace-cont-inner {
		width: 70%;
  		padding: 34px 0 40px 0;
	}
	.embrace-cont {
		padding: 30px;
	}
	.share-area-bottom .social-title {
		font-size: 22px !important;
	}
	.rel-stories-area {
		margin: 0 -15px;
	}
	.rel-stories-item {
		padding: 0 15px;
	}
	.rel-stories-item h6 {
		font-size: 18px;
	}
	.title-center { padding-top: 30px; }
	.skip-item.title-center > h2 {
		padding-bottom: 18px;
	}
	.two-col-area.bg-gray { padding-bottom: 0; }
}
@media screen and (max-width: 767px) {
	.skip-item {
		padding-bottom: 25px;
	}
	.blog-single-content h1 {
		font-size: 35px;
	}
	.blog-single-content h2 {
		font-size: 30px;
		padding-bottom: 15px;
	}
	.blog-single-content h3 {
		font-size: 25px;
	}
	.blog-single-content h4 {
		font-size: 22px;
	}
	.blog-single-content p {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.top-content p { font-size: 20px; }
	.blog-single-content {
		padding: 44px 0 16px 0;
	}
	.table-of-content ul li {
		font-size: 18px;
		padding: 0 0 5px 15px;
	}
	.table-of-content ul li:before {
		width: 6px;
		height: 6px;
		top: 9px;
	}
	.two-col-left,
	.two-col-right {
		width: 100%;
	}
	.two-col-cont {
		padding: 0 0 15px 0;
	}
	.hub-orbi-col {
		padding: 15px 15px 10px 37px;
	}
	.hub-orbi-col:before {
		left: 10px;
		font-size: 35px;
	}
	.hub-network-right,
	.hub-network-left {
  		width: 100%;
	}
	.hub-network-left ul li { padding: 0 0 7px 24px; }
	.hub-network-img {
		margin-top: 10px;
	}
	.hub-network-img img { margin: 0 auto; }
	.ng-hub-col { width: 100%; padding-bottom: 24px; }
	.ng-hub-col-info ul li { padding: 0 0 8px 24px; }
	.explore-btn {
		font-size: 16px;
		padding: 12px 22px 10px 22px;
	}
	.blog-banner-cont-area { min-height: 300px; }
	.satellites-matter-img {
		margin: 10px auto 35px;
	}
	.two-col-border {
		width: 100%;
	}
	.two-col-bdr-cont h5 {
		padding-bottom: 10px;
	}
	.two-col-bdr-cont p {
		line-height: 1.61;
	}
	.two-col-area.bg-gray .two-col-right,
	.two-col-area.bg-gray .two-col-left {
		width: 100%;
	}
	.embrace-cont-inner {
		width: 80%;
  		padding: 24px 0 30px 0;
	}
	.embrace-cont {
		padding: 20px;
	}
	.share-area-bottom {
		padding: 40px 0 15px 0;
	}
	.share-area-bottom .social-share {
		max-width: 230px;
	}
	.share-area-bottom .social-title {
		font-size: 18px !important;
	}
	.rel-topics-area ul li {
		font-size: 14px;
	}
	.rel-stories-container {
		padding-top: 44px;
		padding-bottom: 50px;
	}
	.rel-stories-container h2 {
		font-size: 30px;
		padding-bottom: 5px;
	}
	.rel-stories-area {
		padding: 20px 0;
		margin: 0 -8px;
	}
	.rel-stories-item {
		padding: 0 8px;
	}
	.rel-stories-item h6 {
		font-size: 16px;
		padding-top: 10px;
	}
	.backto-btn-area a {
		font-size: 15px;
	}
	.two-col-area.bg-gray .two-col-cont {
		padding: 25px 15px 10px 15px;
	 }
	 .two-col-bdr-cont {
		padding: 22px 15px 20px 15px;
	}
	.hub-orbi-col p {
		padding-bottom: 10px;
	}
	.two-col-bdr-cont p { padding-bottom: 0; }
	.embrace-cont h4 { padding-bottom: 20px; }
}
@media screen and (max-width: 580px) {
	.embrace-cont-inner {
		width: 100%;
	}
	.share-area-bottom {
		display: block;
	}
	.share-area-bottom .social-share ul {
		padding: 0;
	}
	.rel-topics-area {
		padding-top: 15px;
	}
	.rel-stories-item {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.ng-hub-top-area {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-bottom: 5px;
	}
	.ng-hub-top-right,
	.ng-hub-top-left {
		width: 100%;
	}
}