html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
	line-height: 1;
	font-family: Arial,Helvetica,sans-serif;
	font-size:	12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{color:#1e1e1e;text-decoration:none;}
*{box-sizing:border-box;-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition: all 0.3s ease; }
img{max-width:100%;}

.bg{background-image:url("../images/bg.jpg");background-repeat:no-repeat;background-position:center 120px;background-size:auto;background-color:#fafafa;}

.max-container{
	margin: auto;
    max-width: 1200px;
	padding: 0 10px;
	width:100%;
}
.nav-home {
    background-color: transparent !important;
    background-image: url("../images/home-icon.png");
    background-position: left 1px;
    background-repeat: no-repeat;
    color: #000 !important;
    float: left;
    padding: 5px 10px 5px 25px !important;
}
.lang-select{display:inline-block;width:100%;text-align:right; }
.lang-select > a {
    cursor:pointer;
    display: inline-block;
	vertical-align:middle;
	margin: 0 3px;
    padding: 5px 10px;
    
}
.lang-select > a.arabic {
    font-size: 18px;
    line-height: 12px;
}
.lang-select > a:last-child {border:none;}
.lang-select > a:hover,.lang-select > a.active {
    background-color: #000;
    border-radius: 4px;
}
.lang-select > a:hover ,.lang-select > a.active 
{
    color: #ffffff;
}

.header {
    background-color: #007739;
	border-bottom: 3px solid #8cb19d;
    display: inline-block;
	font-size: 0;
    padding: 20px 0;
    width: 100%;
}
.header .logo {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.header .social-icons {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}
.header .social-icons .soc-icon {
    background-image: url("../images/social-icons.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 38px;
    margin: 0 5px;
    width: 38px;
}
.header .social-icons .soc-icon.fb {
    background-position: 0 0;
}
.header .social-icons .soc-icon.tw {
    background-position: -50px 0;
}
.header .social-icons .soc-icon.in {
    background-position: -100px 0;
}
.header .social-icons .soc-icon.yt {
    background-position: -149px 0;
}
.header .social-icons a {
    display: block;
    height: 100%;
    width: 100%;
}

.content {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}
.content .gal-title {
    font-size: 32px;
    margin: 0px 0 29px;
    position: relative;
    text-align: center;
}
.content .gal-title:after {
    background-color: #000;
    border-radius: 10px;
    content: "";
    display: block;
    height: 3px;
    margin: 10px auto 0;
    position: relative;
    width: 140px;
}
.content .gal-cntnt{
	font-size: 16px;
    line-height: 24px;
	padding: 0 20px;
    text-align: justify;
}
.content .colleges {
    display: inline-block;
	margin-bottom: 50px;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}
.content .colleges .list-col {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    font-size: 0;
    margin: 15px;
    max-width: 360px;
    width: 48%;
}
.content .colleges .list-col:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
    transform: scale(1.05);
}
.content .colleges .list-col:hover  a{
	color:#007739;
}
.colleges .list-col .col-name {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 15px 5px 25px;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}
.colleges .list-col .col-name b{
	font-weight:bold;
}
.colleges .list-col .col-img {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 35%;
}
.colleges .list-col > a {
    display: block;
}

.footer {
    background-color: #262729;
	border-top: 3px solid #c8c8c8;
    color: #d2d2d2;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}
.footer .ft-left {
    float: left;
	padding: 15px 0;
}
.footer .ft-right {
	background-image:url("../images/ft-logo-gry.png");
	background-position:left center;
	background-repeat:no-repeat;
    float: right;
	padding: 15px 0 15px 40px;
}

/*Responsive CSS*/
@media screen and (max-width: 850px) {
	.bg {
		background-size: contain;
	}
	.content .colleges .list-col{
		margin: 15px 2%;
		width: 46%;
	}
	.content .gal-cntnt{
		font-size:14px;
		line-height:20px;
	}
}
@media screen and (max-width: 650px) {
	.content .gal-title{
		font-size: 26px;
		margin:25px 0 10px 0;
		line-height: 28px;
	}
	.content .colleges{margin-bottom: 10px;}
	.content .colleges .list-col{width: 100%;margin:10px 0;}
	.content .colleges .list-col:hover {
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		transform: inherit;
	}
}
@media screen and (max-width: 500px) {
	.bg{background-position: center 170px;}
	.header{padding: 15px 0;}
	.header .logo {
		display: block;
		margin: 0 auto 20px;
		max-width: 340px;
		padding: 0 15px;
		width: 100%;
	}
	.header .social-icons {
		border-top: 1px solid #016b2d;
		padding: 10px 0 0;
		text-align: center;
		width: 100%;
	}
	.header .social-icons .soc-icon{
		background-size: 146px auto;
		height: 30px;
		width: 30px;
	}
	.header .social-icons .soc-icon.tw {
		background-position: -39px 0;
	}
	.header .social-icons .soc-icon.in {
		background-position: -78px 0;
	}
	.header .social-icons .soc-icon.yt {
		background-position: -117px 0;
	}
	.footer .ft-left, .footer .ft-right {
		float: none;
		margin: auto;
		max-width: 300px;
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 340px) {
	.content .gal-title{font-size: 22px;}
	.content .gal-title:after{width:100px;}
	.colleges .list-col .col-name{line-height: 18px;padding: 5px 15px 5px 20px;width: 70%;}
	.colleges .list-col .col-img{width: 30%;}
}