/*==========================================
==== This Page is Developed BY M.Ibrahim
==== URL: fiverribrahm.000webhostapp.com
==== Profile: fiverr.com/ibrahm;
==========================================*/
.content{
	font-family: 'Montserrat', sans-serif;
	padding-top: 3%;
	padding-bottom: 3%;
}
.content .Htxt h2{
	font-size: 25.2px;
	color: rgb(0, 142, 255);
 }
.content .txt-wrp{
	/*padding: 2% 4%;*/
	padding: 2% 3%;
}
.content .txt{
	font-weight: 400;
	padding-top: 2%;
	padding-bottom: 1%;
	font-size: 21px;
	text-align: justify;
}
.content .txt-wrp hr{
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: normal;
    color: #999999;
}
.content .crew{
	padding-top: 4%;
}
.content .crewp{
	padding-bottom: 4%;
}
.content .crow{
	/*padding-bottom: 4%;*/
  display: flex;
  flex-wrap: wrap;
}
.content .ctxt{
	padding: 0;
}
.content .ctxt a{
	color: #008eff;
	text-decoration: none;
}
.content .ctxt p{
	font-style: italic;
}


/*
@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
        min-width:1170px !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
*/

@media(min-width: 480px) and (max-width: 768px){
	.col-sm-6.crewp{
		width: 50%;
		display: inline-block;
	}
	.col-xs-push-1.crewp{
		left: 0;
	}
	.crewp{
		width:49% !important;
	}
}
@media(max-width: 1200px){
	.content .txt-wrp{
		padding: 2% 1%;
	}

}
@media(max-width: 768px){
	.content .Htxt h2{
		font-size: 20.2px;
	}
	.content .txt{
		font-size: 16px;
	}
	.content 	.crew{
		padding-top: 14%;
	}
}

@media(min-width:992px){
	.crewp{
		width:24% !important;
	}
}

.txt a{
color: #008eff;
text-decoration: none;
}
 .txt a:hover {
color: #008eff;
text-decoration: none;
}
 .txt a:active {
color: #008eff;
}

 .ctxt{
     font-size:14px !important;
 }

 .text-muted{
     font-size:14px !important;
 }