/*// X-Small devices (portrait phones, less than 576px)*/
@media (min-width: 375px) and (max-width: 575px){
	header{
		background-color: teal;
	}
	.welcome p{
		font-size: 16px;
	}
	.header_icon ul li{
		padding: 0px 7px;
	}
	.navbar-nav .nav-item .nav-link.active,
	.navbar-nav .nav-item .nav-link{
		background-color: green;
		color: white;
		text-align: center;
		border-bottom: 1px solid white;
	}
	.banner_content{
		text-align: center;
	}
	banner{
		background-position: left!important;
	}
	.service_main{
		margin-bottom: 30px;
	}
	.big_img{
		margin-bottom: 20px;
	}
	.team_img{
		margin-top: 30px;
	}
	.footer_icon{
		margin-left: 50px;
	}
	.xsm_menu{
		margin-left: 100px;
	}
	/*footer responsive part start*/
	.footer_common,
	.footer_logo{
		text-align: center;
	}

	/*footer responsive part end*/

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	.navbar-nav .nav-item .nav-link.active,
	.navbar-nav .nav-item .nav-link{
		background-color: green;
		color: white;
		text-align: center;
		border-bottom: 1px solid white;
	}
	.service_main{
		margin-top: 40px;
	}
	.big_img{
		margin-bottom: 20px;
	}
	.piramid{
		top: -8%;
		left: 42%;
	}
	/*footer responsive part start*/
	.footer_icon ul{
		margin-left: 170px;

	}
	.footer_common,
	.footer_logo{
		text-align: center;
	}
	.xsm_menu{
		margin-left: 170px;
	}

	/*footer responsive part end*/ 

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px){ ... }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { ... }

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) { ... }

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }