/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://aftabhusain.wordpress.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aftab Husain
 Author URI:   https://aftabhusain.wordpress.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");



/*=================================FONTS======================================*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Barlow', sans-serif;*/

/*=================================FONTS======================================*/



body {
	font-size: 18px;
	color: #000;
	background: #fff;
	background-color: rgb(255, 255, 255);
	letter-spacing: normal;
	font-family: barlow-medium,barlow,sans-serif;
}


body h1, body h2, body h3, body h4{
    font-family: barlow-medium,barlow,sans-serif;
    line-height:normal ;
}



body h2{
	font-size: 50px;
	margin: 0px 0 20px;
}


body h3{
	font-size: 36px;
	margin: 0px 0 20px;
}



body h4{
	font-size: 26px;
	margin: 0px 0 20px;
}



body h5{
	font-size: 16px;
	margin: 0px 0 20px;
}


.container{
    width:100%;
    max-width:960px;
    padding:0;
    margin:0px auto;	
}


#site-header {
	background: rgba(255,255,255,0.99);
	color: #fff;
	padding: 10px 0 6px;
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}


#site-header.f-header{
	background:rgba(0,0,0,0.85);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}


#site-header .header-inner{
    width:100%;
    padding:0;
}


#site-header  .section-inner{
	width:100%;
}



#site-header .header-titles-wrapper{
	margin:0;
}


#site-header .site-logo img {
	height:75px;
}


#site-header nav ul li {
	margin-left: 10px;
}


#site-header nav ul li:first-child {
	margin-left: 0;
}


#site-header  .primary-menu a {
	color:#000;
	text-transform:uppercase;
	font-family: barlow-medium,barlow,sans-serif;
	padding: 12px 16px;
	font-size:14px;
	text-decoration:none;
}


#site-header.f-header nav ul li a {
	color: #fff;
}


#site-header  .primary-menu li.current_page_item{
	text-decoration:none;!important;
}


#site-header .header-titles .site-logo  {
  margin: 1rem 0 6px 2.4rem;

}


 #site-header .header-toggles {
   display: none;
}


#site-header .more-btn a{
	text-decoration:none;
	color:#fff;
	text-transform:capitalize;
	font-size:15px;
}


#site-header  .primary-menu a:hover,
#site-header .more-btn a:hover, 
#site-header nav ul li.current-menu-item a, 
#site-header.f-header nav ul li.current-menu-item a {
	color:#29abe2;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}



#site-header .toggle.nav-toggle.mobile-nav-toggle {
    right: 0;
}


@media only screen and (max-width: 1000px){

	.mobile-nav-toggle .toggle-inner .toggle-icon {
		background: url("images/hamburger-new.png") no-repeat 0 0;
		width: 30px;
		height: 30px;
		background-size: 100%;
		background-position: center;
		border-radius: 3px;
		margin-top: -3px;
	}
	
	
	#site-header {
		padding: 10px 0 10px;
	}
	
	
	#site-header .header-titles .site-logo {
	    margin: 0;
	}

		
	#site-header .header-titles-wrapper {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	#site-header .header-titles-wrapper {
		margin: 0;
		padding: 0;
	}	
		
		
	.menu-modal .section-inner{
		width:100%;	
	}


	.nav-toggle .toggle-inner {
		padding-top: 12px !important;
	}


	.header-inner .toggle:focus 
	.toggle-text, .header-inner 
	.toggle:hover .toggle-text {
		text-decoration: none;
	}   


	.mobile-nav-toggle .toggle-inner .toggle-text {
		display:none;
	}


	.menu-modal .menu-modal-inner, .menu-modal {
		background-color:#29abe2; 
		z-index: 9999;
	}


	.menu-modal .menu-modal-inner .section-inner nav ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		padding: 20px;
		text-align:left;
		font-family: 'Barlow', sans-serif;
	}


	.menu-modal .menu-modal-inner .section-inner nav ul li a:hover {
		background:rgba(0,0,0,0.1) !important;
		color: #fff;
	}


	.menu-modal .menu-modal-inner .section-inner nav ul li {
		border-color: rgba(255,255,255,0.1); 
	}


	.menu-modal .menu-modal-inner .section-inner button:hover {
		text-decoration: none;
	}


	.menu-top .toggle.close-nav-toggle
	.fill-children-current-color {
		padding-right: 15px !important;   
	}


	.menu-modal   button.toggle{
	   color:#fff !important;
	   font-weight:600;
	   padding-right: 15px !important;  
	}


	.menu-modal .menu-modal-inner button.sub-menu-toggle {
		border-left: 0.1rem solid rgba(0,0,0,0.4) !important;
		padding: 0 20px !important;
	}


	.menu-modal button.sub-menu-toggle {
		border:none!important;  
	}  


	p:empty, 
	.toggle.search-toggle.mobile-search-toggle, 
	.mobile-nav-toggle .toggle-inner .toggle-icon svg {
		display: none;
	}



	.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
		padding-top: 0 !important;
	}


	.menu-modal  .toggle.nav-toggle.mobile-nav-toggle {
		right: 0;
		padding: 0;
		width: auto;
	}


	.mobile-menu li.site-logo-middle {
		display: none;
	}


	.site-description {
		display: none;
	}


}/*====media close====*/









/* =====================================Header============================== */








/* =====================================Footer============================== */


#site-footer {
	background-color: #000;
	color: #fff;
	padding: 30px 0 40px;
	overflow: hidden;
	margin-top: 50px;
}


.home #site-footer {
	margin-top:0px;
}


.footer_logo.footer-block a img {
	width: 100%;
	max-width: 300px !important;
	margin-bottom: 20px;
}


#site-footer .footer-top .container{
	display: flex;
	-webkit-display: flex;
	-moz-display:flex;
	-mos-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-mos-justify-content:space-between;
	flex-flow:wrap;
	-webkit-flex-flow:wrap;
	-moz-flex-flow:wrap;
	-mos-flex-flow:wrap;
  
}


#site-footer .footer-top .footer-block{
	width:33%;
}


#site-footer .footer-top .footer_logo p{
	font-size:14px;
	font-family: barlow-medium,barlow,sans-serif;
	margin:10px 0 0;
}


#site-footer .footer-top .footer_logo .widget {
	margin-top: 0;
}


#site-footer .footer-top .footer_links ul, li{
	margin:0;
	list-style:none;
	text-align:center;
}


#site-footer .footer-top .footer_links ul, li{
	margin:0;
	list-style:none;
	font-family: barlow-medium,barlow,sans-serif;
}


ul,li{
	list-style:none;
	margin:0;
}


#site-footer .footer-top .footer_links ul li a {
	color: #fff;
	text-decoration: none;
	transition: all .3s;
	font-family: barlow-medium,barlow,sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}


#site-footer .footer-top  .footer_address .address-list li{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-mos-justify-content:flex-end;
	margin: 0 0 25px;
}


#site-footer .footer-top  .footer_address .footer-social-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-mos-justify-content:flex-end;
	margin: 79px 0 14px;
}


#site-footer .footer-top  .footer_address .footer-social-list li {
	margin:0 10px 0;
}


#site-footer .footer-top  .footer_address .footer-social-list li .fa-twitter{
	background-color:#55ACEE;
	width:40px;
	height:40px;
	border-radius:3px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	font-size:30px;
}


#site-footer .footer-top  .footer_address .footer-social-list li .fa-facebook{
	background-color:#3D5A98;
	width:40px;
	height:40px;
	border-radius:3px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	font-size:30px;
}


#site-footer .footer-top  .footer_address .footer-social-list li .fa-linkedin{
	background-color:#0274B2;
	width:40px;
	height:40px;
	border-radius:3px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	font-size:30px;
}


#site-footer .footer-top  .footer_address a {
	color:#fff!important;
	font-size:18px;
	font-weight:500;
}


#site-footer .address-list li:first-child a {
    text-decoration: underline;
}


#site-footer .footer-top .footer_address .address-list li:nth-child(2n) a {
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}


#site-footer .footer-top .footer_address .address-list li:nth-child(3n) {
	font-size: 18px;
	
}



#site-footer .footer-top .address-list li i {
	font-size: 18px;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-left: 15px;
	display: inline-block;
	line-height: 32px;
}


#site-footer .footer-top .address-list li .fa-phone {
	transform: rotate(90deg);
}



#site-footer .footer-top {
	border:none !important;
}


#site-footer .footer-top .footer-map{
	margin-top:70px;
}


#site-footer .footer-top .footer-map a{
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:900;
	text-align:left;
	text-transform:uppercase;
} 


#site-footer .footer-bottom{
	padding-top:40px;
}

#site-footer .footer-bottom .section-inner{
	width:100%;
}


#site-footer .footer-bottom .footer-credits {
	justify-content:space-between;
	width:100%;
}


#site-footer .footer-bottom .footer-credits p {
	font-size:16px;
	font-weight:300;
	color:#fff;
	font-family: 'Barlow', sans-serif;
	
}



#site-footer .powered-by-wordpress a {
	text-decoration: underline;
	font-size: 18px;
	font-weight: 300;
}



/* =====================================Footer============================== */




/* ====================================Vedio-Section============================== */



.video-section {
	position: relative;
	overflow: hidden;
	padding-bottom: calc( 0.37 * 100% );
}



.video-section #banner-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
}


.video-section::after {
	content: "";
	background: rgba(29, 56, 79, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.video-caption{
	position:absolute;
	top:55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	max-width:960px;
	margin:0px auto;
	z-index: 1;
}


.caption-inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}


.video-caption img{
	width:100%;
}


.video-caption h1 {
	font-size: 42px;
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	font-family: barlow-medium,barlow,sans-serif;
	letter-spacing: 1px;
	margin: 0px auto;
	width: 100%;
	padding-left:105px;
}


.video-caption h3 {
	text-align: center;
	margin: 52px 0 0;
	font-size: 33px;
	color: #fff;
	font-family: barlow-medium,barlow,sans-serif;
	font-weight: 700;
	padding-left: 0;
	letter-spacing: normal;
}


/* =====================================Vedio-Section============================== */




/* =====================================spectrum-section============================== */



.fluid-container {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}


.spectrum-section {
    position: relative;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	background: #fff;
}



.spectrum-outer {
    width: 64%;
}


.spectrum-section .spectrum-block {
	width: 780px;
	margin: 40px 0px 80px calc((100% - 675px) * 0.5);
}


.spectrum-block h2 {
	margin: 0 0 30px;
	font-size: 45px;
}


.recent-news-section {
	width: 34%;
	background: #29abe2;
	color: #fff;
	margin-top: 10px;
	position: relative;
	padding: 46px 40px 0;
}


.recent-block {
    padding: 0 62px;
}


.recent-block.hovermast {
	margin: 88px 0 0 -26px;
	position: relative;
	padding: 0 25px 40px 0;
}


.spectrum-section .recent-news-block .recent-block h6 {
	position: absolute;
	top: 50px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	font-family: barlow-medium,barlow,sans-serif;
	left: 130px;
	right: 0;
}

.spectrum-section .spectrum-block p{
	font-size: 18px;
	color: #000;
	font-family: barlow-medium,barlow,sans-serif;
	font-weight: 200;
    text-align:justify;
	word-spacing: 2px
}


.recent-news-block  h3{
	text-align:center;
}


.recent-news-block ul li {
	text-align: left;
	margin: 0 0 20px;
	color: #ffffff;
	font-weight: 500;
	font-family: barlow-medium,barlow,sans-serif;
	font-size: 12px;
}



.recent-news-block a {
	color: rgba(255,255,255,0.8);
	font-weight: 400;
	font-family: barlow-medium,barlow,sans-serif;
	font-size: 13px;
	text-decoration: none;
}



.recent-news-block ul li span {
	font-weight: 700;
	margin-bottom: 6px;
	display: block;
}



.recent-news-block ul li p{
	font-weight:100;
	display: block;
}



.recent-news-block .btn-circle {
	text-align: center;
	margin-top:70px;
	display:block;
}


.recent-news-block .btn-circle a {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 8px 30px 10px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: barlow-medium,barlow,sans-serif;
	width: auto;
	display: inline-block;
	letter-spacing: 2px;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	color: #fff;
}


.recent-news-block .btn-circle a:hover {
	background-color:#000;
	color:#fff;
	border:1px solid #000;
}


.video-block {
    position: relative;
}


.delivering-5g{
	width:100%;
	max-width:650px;
	margin: 67px auto 38px;
	text-align:center;
	position:relative;
}


.spectrum-block .delivering-5g h2 {
	font-size: 50px;
	margin-bottom: 14px;
	font-family: barlow-medium,barlow,sans-serif;
	text-align: center;
	text-transform: uppercase;
}


.delivering-5g .video-btn{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:50px;
}


/* =====================================spectrum-section============================== */






/* =====================================service-section============================== */


.service-section{
	position: relative;
	top:-5px;
}


.service-section h2 {
	text-align: center;
	background-color: #29abe2;
	color: #fff;
	font-family: barlow-medium,barlow,sans-serif;
	margin: 0px;
	padding: 115px 20px;
}


.service-section  .container-max{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	text-align: center;
	width: 100%;
	padding: 0px 68px;
}


.service-section .service-block {
	width: 20.7%;
	margin-bottom: 30px;
	position: relative;
	top: -68px;
}


.service-section .service-block::before{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	content:"";
	background-color:rgba(0,0,0,0.3);
	
}



.service-section .service-block img{
	width:100%;
	display:block;
	height:340px;
	object-fit:cover;
}



.service-section .service-block h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0;
	font-size: 22px;
	width: 100%;
	max-width: 250px;
	line-height: normal;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
}

.service-section .service-block:hover h4 {
	opacity:0;
}


.service-section .service-block .service-hover {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	content: "";
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	background-color: rgba(0,0,0,.9);
	display: block;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
}


.service-section .service-block:hover .service-hover {
	opacity: 1;
	visibility: visible;
}


.service-section .service-block .service-hover p {
	font-size:14px;
	color:#fff;
	font-family: barlow-medium,barlow,sans-serif;
	font-weight:300;
	text-align:justify;
}


.service-section .service-block .service-hover p a{
	font-size:14px;
	color:#fff;
	font-family: barlow-medium,barlow,sans-serif;
	font-weight:100;
	text-decoration:none;
}


/* =====================================service-section============================== */





/* =====================================brands-section============================== */



.brands-section-logo {
	position: relative;
	background-color: #fff;
	margin-bottom: 35px;
}



.brands-section-logo h2 {
	text-align: center;
	color: #000;
	font-family: barlow-medium,barlow,sans-serif;
	margin: 0 0 90px;
}


.brands-section-logo .brand-list ul{
	justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.brands-section-logo .brand-list ul li {
	width: 20%;
	text-align: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	margin: 0 0 15px;
}


.brands-section-logo .brand-list ul li a {
	display: block;
	padding: 0 19px;
}


.brands-section-logo .brand-list ul li img {
	max-height: 70px;
	object-fit: contain;
}


.brands-section-logo .btn{
	text-align: center;
} 


.brands-section-logo .btn a {
	text-align: center;
	color: #000;
	border-radius: 10px;
	padding: 9px 23px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	letter-spacing: 2px;
	font-size: 15px;
	transition: all .3s;
	border: 1px solid #000;
	text-decoration: none;
	display: inline-block;
	margin: 14px 0 0;
}

.brands-section-logo .btn a:hover {
	background-color: #000;
	border: none;
	color:#fff;
}



.brands-section {
    text-align: center;
}


.our-services-list iframe {
	border: none;
	height: 340px !important;
}


.our-services-list {
	position: relative;
	margin-bottom: 70px;
}





/* =====================================brands-section============================== */



/* =====================================subscribe-section============================== */


.subscribe-section {
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	padding: 7px 0px 35px;
}


.subscribe-section .es_caption {
	text-align: center;
	color: #000;
	font-family: barlow-medium,barlow,sans-serif;
	font-size: 21px;
	margin: 25px 0 20px 0;
	font-weight: 500;
	letter-spacing: normal;
	padding: 0;
}


.emaillist .es-field-wrap {
	width: 100%;
	max-width: 400px;
	margin: 35px auto 15px;
}


.emaillist .es_subscription_form_submit {
	box-shadow: none;
	text-align: center;
	color: #fff;
	background-color: #29abe2;
	padding: 14px 10px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: barlow-medium,barlow,sans-serif;
	display: inline-block;
	letter-spacing: 0.5px;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	text-decoration: none;
	width: 100%;
	max-width: 400px;
	margin: 0px auto 15px;
}


.emaillist .es_subscription_form_submit:hover {
	color: #fff;
	background-color: #000;
	text-decoration:none;
}



/* =====================================subscribe-section============================== */



/* =====================================Default-Bannner============================== */


.default-fluid-banner {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: calc( 0.28 * 100% );
}



.default-fluid-banner::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(29, 56, 79, 0.57);
    z-index: 1;
}


.default-fluid-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}



.default-fluid-banner .default-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}


.default-fluid-banner .default-caption h1 {
	font-family: 'Barlow', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-size: 70px;
	font-weight: 700;
}



/* =====================================Default-Bannner============================== */





/* =====================================About============================== */



.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: 100%;
}


.entry-content p{
	font-family: 'Barlow', sans-serif;
	margin: 0 0 20px;
	font-size: 18px;
}


.entry-content{
	margin-bottom:30px;
}


.post-meta-wrapper.post-meta-edit-link-wrapper {
	display:none;
}


.singular .entry-header {
	padding: 0;
}



/* =====================================About============================== */





/* =====================================package-wrapper============================== */

.package-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.package-block .package-list {
	width: 32%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}


.package-list:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}


.package-price {
	background: #29abe2;
	text-align: center;
	padding: 50px 10px;
	position: relative;
}


.package-price::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.package-price h2 {
	margin: 0;
	font-size: 23px;
	color: #fff;
	font-weight: 400;
}


.package-price h3 {
	color: #fff;
	margin: 10px 0 0;
	font-style: italic;
	font-weight: 700;
	font-size: 22px;
}


.package-list ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}


.package-list ul li {
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
	padding: 12px 15px;
}


.package-list ul li:last-child {
    border-bottom: none;
}


.package-list .bnt-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}


.bnt-link a {
	box-shadow: none;
	text-align: center;
	color: #fff;
	background-color: #29abe2;
	padding: 14px 10px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: barlow-medium,barlow,sans-serif;
	display: block;
	letter-spacing: 0.5px;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	text-decoration: none;
}


.bnt-link a:hover {
	color: #fff;
	background-color: #000;
}


.package-content {
    margin: 70px 0 0;
}


.package-content h2 {
    margin: 0;
}


.package-content h3 {
    margin: 30px 0 15px;
}



/* =====================================package-wrapper============================== */






/* =====================================DAB============================== */

.post-21 .entry-content p img {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	margin: 50px auto 0;
}


.post-meta-wrapper,.entry-header{
	display: none;
}

/* =====================================DAB============================== */




/* =====================================Contact============================== */





.contact-wrapper .container{
	  display: flex;
    -webkit-display: flex;
    -moz-display:flex;
    -mos-display:flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -mos-justify-content:space-between;
     flex-flow:wrap;
     -webkit-flex-flow:wrap;
    -moz-flex-flow:wrap;
    -mos-flex-flow:wrap;
    
} 


.contact-wrapper-inner {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 40px 40px 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 40px;
    width: 65%;
}


.contact-wrapper h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 40px;
}


.contact-wrapper form label{
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
}


.contact-wrapper form label span {
	display: block;
	margin-top: 5px;
}


.contact-wrapper form input, 
.contact-wrapper form textarea {
	position: relative;
	display: block;
	background: transparent;
	width: 100%;
	height: 45px;
	border: 1px solid #dcdcde;
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	padding-left: 29px;
	padding-right: 25px;
	transition: all 500ms ease;
	font-family: 'Barlow', sans-serif;
	outline: none;
}


.contact-wrapper form textarea {
	height: 158px;
	padding-top: 15px;
	padding-left: 29px;
	padding-right: 25px;
	resize: none;
}


.contact-wrapper form input:focus,
 .contact-wrapper form textarea:focus {
	border: 1px solid #666;
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
	transition: border 0.4s ease-in-out;
}


.contact-wrapper input[type="submit"] {
	background-color: #29abe2;
	text-decoration: none;
	transition: all.3s linear;
	-webkit-transition: all.3s linear;
	-moz-transition: all.3s linear;
	-ms-transition: all.3s linear;
	padding: 14px 50px;
	text-transform: capitalize;
	margin: 40px 0 0;
	font-size: 16px;
	font-weight: 600;
	width: auto;
	color: #fff;
	height: auto;
}


.contact-wrapper input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}


.wpcf7-response-output {
	text-align: center;
	font-size: 14px;
}


.wpcf7-spinner {
	margin: 12px 24px;
}


.contact-wrapper .map{
	width:100%;
}


.contact-wrapper .map iframe{
    width: 100%  !important;
    height: 400px !important;
}

.contact-wrapper .map {
  margin-bottom: 40px;
}



.contact-wrapper .contact-right{
    width:30%;
  }


contact-wrapper .contact-right .contact-details{
     display: flex;
    -webkit-display: flex;
    -moz-display:flex;
    -mos-display:flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -mos-justify-content:space-between;
     flex-flow:wrap;
     -webkit-flex-flow:wrap;
    -moz-flex-flow:wrap;
    -mos-flex-flow:wrap;
     text-align: center;
}



.contact-wrapper .contact-right li {
    width:100%;
    border: 1px solid rgba(0,0,0,0.1);
	padding: 40px 40px 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    text-align: center;
    margin: 0px 0px 6%;
    padding: 18px 0 18px 0;
}



.contact-wrapper .contact-right .title h4{
    margin: 10px 0;
}


.contact-wrapper .contact-right .text a{
    text-decoration: none;
    color: #777777;
}

.contact-wrapper .contact-right .social-links-style1{
    display: flex;
    -webkit-display: flex;
    -moz-display:flex;
    -mos-display:flex;
    
}


.contact-wrapper .contact-right .social-links-style1 li {
      margin: 0px 15px 0; 
    border: none !important; 
	 box-shadow: none !important;
}

.contact-wrapper .contact-right .social-links-style1 li a i {
    position: relative;
    display: block;
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}

.contact-wrapper .contact-right .social-links-style1 li a:hover i{
 color: #bebebe;
}





.contact-wrapper .contact-right li .icon i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #29abe2;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}






/* =================================Contact=============================== */












/* =====================================Contact============================== */




/* ===================================default page========================== */

.page-template-default .entry-content h2 {
    margin-bottom: 10px;
}


.page-template-default .entry-content h3, 
.page-template-default .entry-content h4, 
.page-template-default .entry-content h5 {
    margin: 40px 0 10px;
}


.error404 .footer-nav-widgets-wrapper, 
.error404 .search-form {
    display: none;
}


.error404 #site-content {
    padding-top: 0;
}


.error404 #site-content h1 {
    font-size: 50px;
}


/* ===================================default page========================== */



/*=============================BLOG================================*/


.news-list-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.news-list-wrapper ul li {
	width: 31.28%;
	margin: 0 3% 3% 0;
	box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, .15);
	overflow: hidden;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	padding-bottom: 58px;
	position: relative;
}


.news-list-wrapper ul li:hover {
	box-shadow: 0px 0px 5px 0px rgba(72, 73, 121, .15);
}


.news-list-wrapper ul li:nth-child(3n) {
    margin-right: 0;
}


.news-list-wrapper ul li .news-list-wrap {
	padding: 25px;
	text-align: left;
}


.blog-image a {
	display: block;
	position: relative;
	padding-bottom: calc( 0.7 * 100% );
	overflow: hidden;
}


.blog-image a img {
	width: 100%;
	height: 100%;
	object-fit: inherit;
	position: absolute;
	top: 0;
	left: 0;
}


.news-list-wrapper ul li .news-meta span {
	color: #1D384F;
	font-weight: 700;
	font-size: 14px;
}


.news-list-wrapper .news-list-wrap h3 {
	position: relative;
	margin: 15px 0;
	padding-top: 20px;
	font-weight: 600;
}


.news-list-wrapper .news-list-wrap h3::before, 
.news-list-wrapper .news-list-wrap h3::after {
	content: '';
	position: absolute;
	z-index: 1;
	height: 3px;
	border-radius: 2px;
	top: 0;
}


.news-list-wrapper .news-list-wrap h3::before {
	background: #1D384F;
	width: 120px;
	left: -30px;
}


.news-list-wrapper .news-list-wrap h3::after {
	background: #1D384F;
	width: 20px;
	left: 100px;
	opacity: 0.9;
}


.news-list-wrapper .news-list-wrap h3 a {
	color: #000;
	text-decoration: none;
	font-size: 24px;
	display: inline-block;
}


.news-list-wrapper ul li .btn-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.news-list-wrapper .btn-link a {
	box-shadow: none;
	text-align: center;
	color: #fff;
	background-color: #29abe2;
	padding: 14px 10px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: barlow-medium,barlow,sans-serif;
	display: block;
	letter-spacing: 0.5px;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	text-decoration: none;
}


.news-list-wrapper .btn-link a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}


.news-list-wrapper .btn-link:hover, 
.news-list-wrapper .btn-link:focus {
	text-decoration: none;
}



.pagination-container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin: 30px 0;
}



.pagination-container .page-numbers {
	color: #fff;
	background: #000;
	font-size: 17px;
	font-weight: 700;
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	padding: 0 10px;
	margin: 0 6px;
	border-radius: 0;
	border: none;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	display: inline-block;
	text-decoration: none;
}


.pagination-container .page-numbers.current {
	background: #1D384F;
}


.pagination-container .page-numbers:hover {
	background: #1D384F;
}


.pagination-container .next, 
.pagination-container .prev {
    width: auto;
}



/*=============================BLOG================================*/




/*=============================BLOG DETAIL================================*/


.single-post .featured-media-inner {
	position: relative;
	left: 0;
	width: 100%;
}


.single-post .entry-categories-inner a {
	color: #1D384F !important;
	text-decoration: none;
	border: none;
}


.single-post header.entry-header {
    padding: 3rem 0;
}


.single-post h1 {
    font-size: 40px;
}


.single-post .post-meta li span {
    color: #1D384F !important;
}


.single-post .post-meta li span a {
    color: #1D384F !important;
}


.pagination-single {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 40px 15px;
	width: 100%;
	max-width: 1070px;
}


.pagination-single hr {
    display: none;
}


.pagination-single a span {
	color: #1D384F;
	font-size: 18px;
}



.comments-wrapper .comment-reply-title {
    font-size: 36px;
}


.comments-wrapper p, 
.comments-wrapper span, 
.comments-wrapper label {
	font-size: 16px;
	line-height: 1.5;
}


.comments-wrapper form input, 
.comments-wrapper form textarea {
	border: 1px solid rgba(0,0,0,0.1);
	resize: none;
	font-size: 14px;
}


.comments-wrapper form input:focus, 
.comments-wrapper form textarea:focus {
	box-shadow: none;
	outline: none;
}


.comments-wrapper .form-submit {
	position: relative;
	width: 160px;
	margin: 45px 0;
}


.comments-wrapper .form-submit input[type="submit"] {
	box-shadow: none;
	text-align: center;
	color: #fff;
	background-color: #1D384F;
	padding: 14px 30px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: barlow-medium,barlow,sans-serif;
	display: block;
	letter-spacing: 0.5px;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	text-decoration: none;
}


.comments-wrapper .form-submit input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}



/*=============================BLOG DETAIL================================*/




/*=======================================================================================================================================================================================================================================*/



/*===================================FOOTER=======================================*/

@media only screen and (max-width:1000px) {

	.container {
	    padding: 0 20px;
	}

}/*===media close===*/




@media only screen and (max-width: 767px) {

		
	#site-footer .footer-top .footer-block {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-bottom: 30px;
	}
	
	
	#site-footer {
		padding: 30px 0 0px;
	}
	
	
	#site-footer .footer-bottom {
		padding: 15px 0;
		background: #000;
		margin-top: 40px;
	}
	
	
	#site-footer .footer-top .footer-block:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	
	.footer_logo.footer-block .widget-content {
	    text-align: center;
	}
	
	
	.footer_logo.footer-block .widget-content a {
	    display: inline-block;
	}


	#site-footer .footer-top .footer-block:last-child {	
		border-bottom: none;
	}
		
		
	#site-footer .footer-top .footer-map a {
		text-align: center;
	}	

		
	#site-footer .footer-top .footer-map {
		margin-top: 30px;
	}
		
		
	#site-footer .footer-top .footer_address .address-list li, 
	#site-footer .footer-bottom .footer-credits {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-mos-justify-content: center;
	}	


	#site-footer .footer-top .footer_address .footer-social-list {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-mos-justify-content: center;
		margin: 35px 0 0;
	}	
		
		
	#site-footer .footer-top .footer_address a {
		font-size: 17px;
		
	}	

		
	#site-footer .footer-bottom .footer-credits p {
		text-align: center;
		font-size: 14px;
		font-weight: 400;
	}	
	
	
	#site-footer .footer-top .address-list li i {
		font-size: 15px;
		border-radius: 100%;
		line-height: 35px;
	}
	
	
	#site-footer .footer-top .footer_logo p, 
	#site-footer .footer-top .footer_links ul li a, 
	#site-footer .footer-top .footer-map a, 
	#site-footer .footer-top .footer_address a, 
	#site-footer .footer-top .footer_address .address-list li {
		font-size: 18px;
	}
		

}/*===media close===*/




@media (min-width:767px) and (max-width:1000px){
	

	#site-footer .footer-top .footer-block {
		width: 32%;
	}


	#site-footer .footer_links.footer-block {
		padding: 0 20px;
		width: 28%;
	}


	#site-footer .footer_address.footer-block {
	  width: 36%;
	}	


	#site-footer .footer-top .footer_address a {
		font-size: 15px;
	}


	#site-footer .footer-top .footer_address .address-list li:nth-child(2n) a {
		font-size: 25px;
	}


	#site-footer .footer-top .address-list li i {
		font-size: 16px;
		line-height: 34px;
	}


	#site-footer .footer-bottom .footer-credits p {
		display: block;
	}
	

}/*===media close===*/




/*===================================FOOTER=======================================*/




/*===================================HOME=======================================*/


@media (max-width:767px){
	
	.video-section {
		padding-bottom: calc( 0.9 * 100% );
	}	


	.video-section #banner-video {
		transform: scale(1.6);
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
	}


	.video-caption img {
		max-width: 300px;
		margin: 20px auto 7px;
	}
		

	.video-caption h1 {
		font-size: 33px;
		padding-left: 0;
	}


	.video-caption h3 {
		margin: 15px 0 0;
		font-size: 22px;
	}	
		
		
	.video-caption h3 br {
		display: none;
	}


	.spectrum-section {
		padding: 0 20px;
	}


	.spectrum-outer {
		width: 100%;
		padding: 30px 0;
	}


	.spectrum-section .spectrum-block {
		width: 100%;
		margin: 0;
	}


	body h2 {
		font-size: 40px !important;
	}


	body h3 {
		font-size: 32px;
	}


	.spectrum-block h2 {
		margin: 0 0 30px;
	}


	.delivering-5g {
		margin: 30px auto 38px;
	}


	.spectrum-block .delivering-5g h2 {
		font-size: 40px;
	}	
		
		
	.delivering-5g video {
		width: 100% !important;
	}


	.recent-news-section {
		width: 100%;
		padding: 46px 20px 0;
	}


	.recent-block {
		padding: 0;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}


	.recent-news-block ul li {
		font-size: 18px;
	}


	.recent-news-block a, .recent-news-block p {
		font-size: 16px;
	}


	.recent-block.hovermast {
		margin: 88px 0 0 -15px;
	}


	.service-section {
		top: 0;
		margin-top: 70px;
	}


	.spectrum-section .recent-news-block .recent-block h6 {
		left: 60px;
		width: 100%;
	}


	.service-section h2 {
		padding: 60px 10px;
	}


	.service-section .container-max {
		width: 100%;
		padding: 0px 20px;
		margin: 40px 0 30px;
	}


	.service-section .service-block {
		width: 100%;
		margin: 0 0 40px;
		top: 0;
	}



	.brands-section-logo h2 {
		margin: 0 0 40px;
	}


	.brands-section-logo .brand-list ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.brands-section-logo .brand-list ul li {
		width: 47%;
		margin: 0 0 15px;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 19px 0;
		height: 110px;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}
	
	
	.brands-section-logo .btn.btn-circle {
	    margin: 20px 0 70px;
	}
		
	
	
}/*===media close===*/



@media (min-width:767px) and (max-width:1070px){

	.video-section {
		padding-bottom: calc( 0.6 * 100% );
	}


	.video-section #banner-video {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}

}/*===media close===*/




@media (min-width:767px) and (max-width:1200px){


	body h2 {
		font-size: 45px !important;
	}


	.spectrum-section {
		padding-left: 20px;
	}

	.spectrum-section .spectrum-block {
		width: 100%;
		margin: 30px 0 50px;
	}


	.spectrum-outer {
		width: 60%;
	}


	.recent-news-section {
		width: 32%;
		padding: 46px 30px 0;
	}


	.recent-block {
		padding: 0 15px;
	}


	.recent-news-block h3 {
		font-size: 30px;
	}


	.recent-news-block .btn-circle a {
		padding: 8px 28px 10px;
	}


	.spectrum-section .recent-news-block .recent-block h6 {
		left: 68px;
		width: 155px;
	}	


	.service-section .container-max {
		padding: 0px 30px;
	}
	
}/*===media close===*/





@media (min-width:1200px) and (max-width:1440px){

	.spectrum-section .spectrum-block {
		width: 680px;
	}
	
	
	.recent-block {
	    padding: 0 50px;
	}
	
	
}/*===media close===*/





@media (min-width:767px) and (max-width:1000px){

    .service-section .service-block {
		width: 48%;
	}
	
}/*===media close===*/




/*===================================HOME=======================================*/





/*===================================About=======================================*/


@media (max-width:767px){

	.default-fluid-banner {
		padding-bottom: calc( 0.6 * 100% );
	}


	.default-fluid-banner .default-caption h1 {
		font-size: 50px;
	}


	.default-fluid-banner .default-caption {
		top: 55%;
	}
	
}/*===media close===*/


/*===================================About=======================================*/





/*===================================packages=======================================*/


@media (max-width:767px){

	.package-block .package-list {
		width: 100%;
		margin-bottom: 40px;
	}

	.package-content {
		margin: 20px 0 0;
	}

}/*===media close===*/



@media (min-width:767px) and (max-width:1000px){

	.package-price h2 {
		font-size: 29px !important;
	}

	.package-price h3 {
		font-size: 22px;
	}

}/*===media close===*/



@media (min-width:1000px) and (max-width:1200px){

	.package-price h2 {
		font-size: 35px !important;
	}

}/*===media close===*/


/*===================================packages=======================================*/




/*===================================contact=======================================*/


@media (max-width:767px) {

	.contact-wrapper .contact-wrapper-inner,
	.contact-wrapper .contact-right{
		width:100%;
	}

	
	
	.wpcf7-spinner {
		display: none;
	}
	
	
	
	
	
	
}/*===media close===*/



@media (max-width:1200px) {

	.contact-wrapper h2 {
		font-size: 30px !important;
	}

}/*===media close===*/


/*===================================contact=======================================*/





/*===================================blog=======================================*/


@media (max-width:767px){
	
	.news-list-wrapper ul li {
		width: 100%;
		margin: 0 0 40px;
	}
	
}/*===media close===*/



/*===================================blog=======================================*/






/*=============================BLOG DETAIL================================*/


@media (max-width:767px){
	
	
	.single-post .default-fluid-banner {
	    padding-bottom: calc( 0.7 * 100% );
	}


	.single-post .default-fluid-banner .default-caption h1 {
	    font-size: 30px;
	}

	.single-post header.entry-header {
		padding: 0 0 2rem;
	}

	.single-post h1 {
		font-size: 32px;
	}


	.single-post .post-meta {
		width: 100%;
		margin: 34px auto 0;
	}


	.single-post .post-meta li {
		width: 100%;
		justify-content: center;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 11px 0;
		margin: 0;
	}


	.single-post .post-meta li:first-child {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	
	.comments-wrapper.section-inner {
	    width: 100%;
	}


	.pagination-single a {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	
}/*=====media close=====*/



@media (min-width:767px) and (max-width:1300px){
	
	
	.single-post .default-fluid-banner .default-caption {
		max-width: 900px;
	}

    .single-post .default-fluid-banner .default-caption h1 {
	    font-size: 45px;
	}
	
	
}/*=====media close=====*/




/*=============================BLOG DETAIL================================*/



