/*::::::::::  For DeskTop  :::::::::::*/
.hidden-sm{
	display: block;
}
.hidden-lg{
	display:none;
}
.hidden-md{
	display: block;
}


/*::::::::::  For Mobile  :::::::::::*/

@media (min-width:200px) and (max-width:575.98px){
	.hidden-sm{
		display: none;
	}
	.hidden-lg{
		display:block;
	}
	.hidden-md{
		display: none;
	}  
	.fixed {
		display: none;
	}	

	/*..... Header or navbar .....*/

	header {
    	display: none;
    }	

	/*..... About us page .....*/
	.pt-175 {
	    padding-top: 54px;
	}
	.aboutText {
	    padding-bottom: 70px;
	    padding-top: 2px;
	}
	.aboutCont {
	    padding: 0px;
	}
	.aboutCont h1 {
	    font-size: 24px;
	    color: #fff;
	    line-height: 44px;
	    margin-top: 27px;
	    font-weight: 900;
	}
	.aboutCont h3 {
	    font-size: 14px;
	    font-weight: 500;
	}
	.aboutImg {
	    padding: 18px 0px 0px;
	}
	.WhyusCont p {
	    margin-bottom: 0px;
	    color: #eee;
	    font-family: sans-serif;
	    letter-spacing: .7px;
	    text-align: center;
	    font-size: 15px;
	    line-height: 28px;
	}
	.AboutDocs {
	    padding-left: 0px;
	    padding-top: 0px;
	    padding-right: 0px;
	}
	.about-border-left {
		border: none;
	}
	.AboutDocs p {
	    color: #ddd;
	    font-family: system-ui;
	    font-size: 16px;
	    line-height: 26px;
	    text-align: justify;
	    word-break: break-word;
	}	
	.GetinTouch h1 {
	    font-size: 37px;
	    color: #fff;
	    letter-spacing: .3px;
	    font-family: arial;
	}
	.GetinTouch h3 {
	    color: #eee;
	    letter-spacing: .3px;
	    font-size: 13px;
	    font-weight: 500;
	    margin-top: 16px;
	    margin-bottom: 32px;
	}
	.Footer-links {
	    margin-bottom: 20px;
	}
	.Footer-links h2 {
	    font-size: 25px;
	    color: #fff;
	    margin-bottom: 5px;
	}
	/*..... Home Page  .....*/
	.Home-Abouttext{
		display: none;
	}
	#Banner {
	    margin-top: 56px;
	}
	#HomeAbout {
	    padding-top: 50px;
	}
	.Home-AboutContant h1 {
	    color: #fff;
	    font-size: 36px;
	}
	.Home-AboutContant {
	    position: relative;
	    left: 0px;
	    padding-top: 130px;
	    padding-right: 0px;
	}
	.Home-AboutContant p {
	    font-size: 15px;
	    color: #eee;
	    letter-spacing: .3px;
	    line-height: 31px;
	    /* text-align: justify; */
	}
	.ServicesSec {
	    padding-top: 70px;
	}
	.ServicesSec {
	    padding-top: 70px;
	}
	.TestmonialItem img {
	    width: 100%;
	    height: 160px;
	}
	/*..... Dev-Process page .....*/
	.aboutCont {
	    padding: 10px 0px ;
	}
	/*..... Services page .....*/
	.WhyusCont h1 {
        font-size: 40px;
    }
    .service-Card {
	    margin-bottom: 30px;
	}
	/*..... Portfolio page .....*/
	.PortfolioSec {
	    padding: 100px 0px 20px;
	}
}


/*::::::::::  For Tab  :::::::::::*/

@media (min-width:576px) and (max-width:768.98px){
	.hidden-sm{
		display: none;
	}
	.hidden-lg{
		display:block;
	}
	.hidden-md{
		display: none;
	}
	.fixed {
		display: none;
	}
}