/* Extra Small Device */
@media (max-width: 767px) {
	.primary-header-inner {
		padding: 40px;
	}
	.header-logo img {
		max-width: 109px;
	}
	.search-input input {
		display: none;
	}
	.slider_top_text {
		display: none;
	}
	.header_top_slider_Section .carousel-indicators {
		left: -15%;
	}
	.header_top_slider_Section .carousel-control-prev {
		left: 37%;
	}
	.header_top_slider_Section .carousel-control-next {
		right: 35%;
	}
	.index_page_technology_img {
		
	}
	.slider_section .inner_slider {
		display: none;
	}
	.slider_section .carousel-control-next {
		right: 35%!important;
	}
	.slider_section .carousel-control-prev {
		left: 36%!important;
	}
	.contact_title h1 {
		font-size: 39px;
	}
	.contact_title p {
		font-size: 19px;
	}
	.blog_details_title .blog_title_h1{
		font-size: 30px;
	}
	.profile_name a {
		font-size: 29px;
		margin-left: 28%;
	}
	.publish_author_profile_top{
		margin-top: 170px;
	}
	.team_profile {
		height: auto;
		left: 50%;
	}
	.news_letterpaper_plane {
		display: none;
	}
	.footer_part1 .footer_logo img {
		width: 56%;
	}
	.index_ul_flex1{
		display: block;
	}
	.index_ul_flex1 li{
		margin-right: 0!important;
	}

}


/* Small Device */
@media (min-width: 768px) {
	/*.slider_section .inner_slider {
		width: 70%;
	}
	.slider_section .carousel-control-prev {
		left: 41%!important;
	}
	.slider_section .carousel-control-next {
		right: 43%!important;
	}
	.news_letterpaper_plane {
		display: none;
	}*/

}

/* Medium   Device */
@media (min-width: 992px) {
	
}

/* Large Device */
@media (min-width: 1200px) {


}