/* ::. In The Name oF ALLAH The Most beneficient oF The Most Mericful .:: */
.h1, h1 {
	font-family: 'PT Sans';
	font-size: 36px;
	line-height: 80px;
	text-align: center;
	margin: 0 0 30px;
	border-bottom: 0px solid red;
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-family: 'Lato';
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin: 0 0 15px;
}
.h4, h4 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 40px;
}
.h5, h5 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 40px;
}
.h6, h6 {
	font-size: 12px
}
p {
	font-size: 14px;
	line-height: 22px;
}
#about p {text-align:center;}
.sec-title {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
}
.separator {
	width:100px;
	height:2px;
	display:block;
	margin:0px auto 40px;
	background:#A9892D;
	border: none;
}
.section-title {
	width: 100%;
	float: left;
	margin: 20px 0 40px;
	border-bottom: 1px solid #ccc;
}
.section-title h1 {
	float: left;
	display: initial;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin: 0 0 -2px 0;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #9CC608;
}
.page-title {
	display: block;
	margin: 20px 0 40px;
	border-bottom: 1px solid #ccc;
}
.page-title h1 {
	display: initial;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 60px;
	margin: 0 0 -3px 0;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #9CC608;
}
.content-title {
	display: block;
	margin: 20px 0 40px;
	border-bottom: 1px solid #ccc;
}
.content-title h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	text-transform: capitalize;
}
.widget-title {
	width: 100%;
	float: left;
	margin: 20px 0 40px;
	border-bottom: 3px solid #fff;
}
.widget-title h1 {
	float: left;
	display: initial;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	margin: 0 0 -3px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #9B7D18;
}
.page_container li {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 50px;
	line-height: 40px;
	list-style-type: none;
	background: url(../images/pdf_icon.jpeg) no-repeat left;
	border: 0px solid red;
}
/*-----------------------------------------------------------------*/
/*                      PRELOADER                                  */
/*-----------------------------------------------------------------*/
.preloader-outer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999999999996;
    overflow: hidden;
    background: linear-gradient(-45deg, #998c72, #BEAB83, #012A1C, #02331D );
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}

.preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}

.preloader .lines .line {
    width: 80px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    clip: rect(0,0,20px,0);
}

.preloader .lines .line.line-1 {
    top: 0;
    animation: slide 2s ease 0.1s infinite;
}

.preloader .lines .line.line-2 {
    top: 15px;
    animation: slide 2s ease .25s infinite;
}

.preloader .lines .line.line-3 {
    top: 30px;
    animation: slide 2s ease .5s infinite;
}

.preloader .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
    line-height: 10px;
    height: 10px;
    text-transform: uppercase;
}

@keyframes slide {
    0% {
        clip: rect(0,0,20px,0);
    }

    30% {
        clip: rect(0,80px,20px,0);
    }

    50% {
        clip: rect(0,80px,20px,0);
    }

    80% {
        clip: rect(0,80px,20px,80px);
    }

    100% {
        clip: rect(0,80px,20px,80px);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Layout Styling
-----------------------------------*/
header {
	width: 100%;
	z-index: 999;
	top: 0;
	background: #f8f8f8;
	border-bottom: 2px solid #9D801B;
	transition: all 300ms ease-in;
}
header.sticky {
	background: #f8f8f8;
}
header .logo {
	height:50px;
	float: none;
	display: block;
	margin: 20px auto 10px;
	transition: all 300ms ease-in; 
}
header .logo-name {
	color:#AF902F;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	float: none;
	display: block;
	margin: 0;
	border:none;
}
header .header-right {
	display: none;
}
.social-icon .facebook {color:#3B5998;}
.social-icon .youtube {color: #E62117;}
header.sticky {
	height: auto;
	background: none;
	position:fixed;
}
header.sticky .col-xs-12 {
	min-height: 0px;
}
header.sticky .logo {
	display: none;
}
header.sticky .logo-name {
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	left: 10px;
}
header.sticky .nav-bars {
	top: 7px;
	right: -5px;
	font-size: 20px;
}
/*header .logo {
	width:auto;
	height:90px;
	float:left; 
	margin:20px 0;
	
}
header .logo-name {
  color:#AF902F;
  font-family: 'Open Sans';
  font-size:32px;
  line-height:130px;
  text-align: left;
  float: left;
  margin: 0;
  margin-left: 15px;
  border:0px solid green;
}
.header-right {
	float:right;
  	padding-top:10px;
}
header i { font-size:18px; margin-right: 5px;}
header a {color:#333;}
header p {
	width:100%; 
	float:right;
	display:inline;
	color:#333;
	font-family:'PT Sans';
	font-size:16px;
	line-height:26px;
	text-align:right;
}
.pkflag {
  height: 50px; 
  float: right;
}
.social-icon {
	float: right;
  margin-top: 10px;
}
.social-icon i {
	font-size:26px;
	line-height:40px;
	float: left;
	margin:0 5px;
 }
.social-icon .facebook {color:#3B5998;}
.social-icon .youtube {color: #E62117;}*/

/* Header Sticky Fixed 
header.sticky {
	height: auto;
	position: fixed;
}
header.sticky .logo {
	height: 30px;
	margin: 5px 0;
}
header.sticky .logo-name {
	font-size: 18px;
	line-height: 40px;
}
header.sticky .pkflag, header.sticky p {
	display: none;
}
header.sticky .social-icon {
	margin-top: 0;
}
header.sticky .social-icon i {
	font-size: 24px;
	line-height: 20px;
}
header.sticky .nav-panel {
	height: 40px;
	margin: 0;
}
header.sticky .nav ul li a {
	line-height: 40px;
	font-size: 13px;
}*/
footer {
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
	position: relative;
	background: url(../images/footer-bg-green.jpg) repeat-y center top;
	border: 0px solid red;
}
footer p, a {
	color: #fff;
}
footer i {
	margin-right: 10px;
}
footer .connect-us i {
	font-size: 26px;
	color: #fff;
}
#bottom_panel {
	width: 100%;
	height: 50px;
	float: left;
	background: #eee;
}
#bottom_panel .Copyright {
	float: left;
	color: #777;
	font: 12px arial;
	line-height: 50px;
	border: 0px solid red;
}
#bottom_panel .TWS {
	float: right;
	color: #777;
	font: 12px arial;
	line-height: 50px;
	border: 0px solid red;
}
.TWS:hover {
	color: #fff;
}
#slider {
	width: 100%;
	margin: 0 0 0px;
}
.breadcrumb-panel {
	height: auto;
	background:#9B7D18;
}
.breadcrumb-panel h1 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
	margin:15px 0;
	padding: 0;
}
.breadcrumb-panel .btn_back {
    width: 100px;
    float: none;
    color: white;
	  display: block;
    margin: 0 auto 20px;
    cursor: pointer;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    background: none;
    border-radius: 2px;
    border: 2px solid #fff;
    transition: all 300ms ease;
}
.breadcrumb-panel .btn_back:hover {
	color: rgb(157,21,27);
	background: #fff;
}
/* = Sections
--------------------------------------*/
.section_container {
	padding: 70px 0;
}
.page_container {
	padding:40px 0;
	min-height:600px;
}
.page_container {
	color: #000;
}
.page_container a {
	color: blue;
	font-size: 14px;
	line-height: 22px;
}
.page_container h3 {
	font-family: 'PT Sans';
	font-size: 20px;
}
#about {
	color: #fff;
	background: url(../images/footer-bg-green.jpg) repeat;
	background-size: contain;
}
#products {
	color:#333;
	background: #fff;
}
#team {
	color: #333;
	background: #eee;
}
#chart {
	background: #fff;
}
#news-event {
	color: #000;
	background: #EEE;
}
#intro-bar {
	width: 100%;
	height: 100px;
	float: left;
	background: url(../images/footer-bg-green.jpg) repeat-x;
	background-size: contain;
}
#intro-bar h3 {
	float: left;
	line-height: 100px;
}
#intro-bar .intro-btn {
	float: right;
	font-family: 'PT Sans';
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	margin: 25px 0 0;
	padding: 0 25px;
	background: #9B7D18;
	border-radius: 2px;
}
#products-area {
	color: #000;
}
.director-tab {margin-bottom: 30px;}
.director-img {
	width: 60%;
	display:block;
	margin:0 auto 15px;
	border-radius: 3px;
}
.director-desc {
	width: 100%;
	text-align: center;
}
/* = Product Section 
--------------------------------------*/
.product {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #ccc;
}
.pro-img {
	width: 100%;
	height: 180px;
	float: left;
}
.pro-desc {
	width: 100%;
	float: left;
	padding: 10px;
	background: #f8f8f8;
}
.product p {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
.product .pro-btn {
	width: 100px;
	margin: 15px auto 10px;
	display: block;
	color: #eee;
	line-height: 40px;
	text-decoration: none;
	background:#02331D;
	border-radius: 5px;
	transition: 0.4s ease-in-out;
}
#page-wrapper .pro-btn {
	width: 130px;
	margin: 15px auto 10px;
	display: block;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	background: #00291C;
	border-radius: 3px;
	transition: 0.4s ease-in-out;
}
.product .pro-btn:hover {
	background: #A78231;
}
/* = Event Section 
--------------------------------------*/
.event {
	width: 100%;
	/*! float: left; */
	padding: 0 0 15px;
	margin: 0 0 30px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	border-radius: 4px;
	box-shadow: 0 0 5px #ccc;
}
.event-thumb {
	width: 100%;
	height: 200px;
	float: left;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}
.event-thumb img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: 1s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.event h6 {
	display: inline-block;
	height: 40px;
	/*! border: 1px solid red; */
	padding: 0 10px;
}
.subs {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	border: none;
}
.subs input {
	width: 100%;
	height: 40px;
	margin: 0 0 10px;
	padding: 0 5px;
	border: 1px solid #fff;
}
.subs .sbtn {
	color: #fff;
	background: #9B7D18;
	border-radius: 2px;
	border: none;
}
/* = Contact 
---------------------------------*/
.form {
	width: 100%;
	float: left;
	margin: 0px 0 0;
	padding: 0px 00px;
	border: 0px solid red;
}
.form .input {
	width: 100%;
	height: 40px;
	float: left;
	margin: 0px 0 20px;
	padding: 0 3%;
	font: 14px arial;
	color: #000;
	background: none;
	border-radius: 0px;
	border: 1px solid #aaa;
}
.form .input:focus, .form .textarea:focus {
	border: 1px solid darkgray;
}
.form .textarea {
	width: 100%;
	height: 120px;
	margin: 0 0 10px;
	padding: 3%;
	font: 14px arial;
	color: #000;
	background: none;
	border-radius: 0px;
	border: 1px solid #aaa;
}
.form .submit {
	float: right;
	margin: 10px 0;
	padding: 0 20px;
	cursor: pointer;
	font-size: 14px;
	font-family: 'PT Sans';
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #012E1B;
	border: 4px solid #012E1B;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.form .submit:hover {
	color: #012E1B;
	background: none;
	border: 2px solid #012E1B;
}
.g-recaptcha {
	transform:scale(0.60);
	-webkit-transform:scale(0.60);
	transform-origin:130px 10px;
	-webkit-transform-origin:130px 10px ;
}
@media (min-width:992px) {
  .form .submit {
	float: right;
	line-height: 40px;
	margin: 10px auto 15px;
  }	
  .g-recaptcha {
	margin: 10px 0;
	transform:scale(0.65);
	-webkit-transform:scale(0.65);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
  }
}

/*
.contact_info {
	text-align: left;
	border: 0px solid red;
}
.contact_info p {
	width: 100%; font-size: 15px;
	float: left;
}
.contact_info p b {
	font-family: 'PT Sans';
	font-size: 16px;
}
.contact_info i {
	margin: 0 10px  0 0;
}
.contact_info span {
	width: 30%;
	float: left;
	border: 0px solid red;
}
.contact_info .red-line {
	width: 93%;
	color: #012A1C;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #9CC608;
}
.contact_info .red-line b {
	font-family: 'PT Sans';
	font-size: 18px; 
	font-weight: 400;
}*/
/* principle */
.principle {
	width: 100%;
	height:160px;
	float: left;
	padding: 10px;
	text-align: center;
	border: 1px solid #eee;
}
.principle p {
	font-size: 12px;
	line-height: 18px;
}
.principle .pr-thumb {
	width: 150px;
	height: 120px;
	float: none;
	display: block;
	margin: auto;
	/*margin: 0px 15px 0px 0px;*/
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
.principle .pr-thumb img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: 1s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.principle h4 {
	margin: 10px 0;
}
.push-bottom-30 {
	margin-bottom: 30px;
}
.events-image-thumbnail {
	width: 280px;
	height: 200px;
	float: left;
	margin: 2.5px;
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
.events-image-thumbnail img {
	width: 100%;
	min-height:200px;
	left: 50%;
	top: 50%;
	position: absolute;
	transition: 1s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact_info h4 {
	color: #9B7D18;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 2px solid #9B7D18;

}
.contact_info h5 {
	color: #9B7D18;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	display: table;
	margin-bottom: 15px;
	border-bottom: 1px solid #9CC608;
}
.contact_info  {
	color: #002A1C;
}
.contact_info i {
	margin: 0 10px 0 0;
}
.contact_info p {
	color: #777;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
.contact_info b {
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}


/* Faculty */
.faculty {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background: #f8f8f8;
	border: 1px solid #ccc;
}
.faculty .faculty-thumnail {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.faculty .faculty-thumnail img {
	width: 100%;
	left: 0;
	position: absolute;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}
.faculty .faculty-thumnail img:hover {
	transform: scale(1.2);
}
.faculty figcaption {
	padding: 15px;
	height:140px;
}
.faculty figcaption h4 {
	color: #26276D;
	font-size: 18px;
	line-height: 30px;
}
.faculty figcaption p {
	color: #333;
	font-style: italic;
}
.btn-sec {
	width: 150px;
	display: block;
	margin: 30px auto;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	background:#9B7D18;
	border: 1px solid #9B7D18;
	border-radius:3px;
}
.btn-sec:hover {
	color: #9B7D18;
	text-decoration: none;
	background: none;
	border: 1px solid #9B7D18;
}





/* Google Recaptcha */
.as-background {background: #f8f8f8;}
.after-subscription {
	width: 608px;
	margin: 150px auto;
	padding: 30px;
	border: 0px solid red;
}
/* Success */
.after-subscription .success-alert {
	width: 100%;
	float: left;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	border-left:4px solid darkgreen;
}
.after-subscription .success-alert h3 {
	font-family: 'PT Sans';
	font-weight: 400;
}
.after-subscription .success-alert .success-btn_back{
    width: 100px;
    float: left;
    color: darkgreen;
	  display: block;
    margin: 20px auto 10px;
    cursor: pointer;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    background: none;
    border-radius: 2px;
    border: 1px solid darkgreen;
    transition: all 300ms ease;
}
.after-subscription .success-alert .success-btn_back:hover {
	color:white;
	background:darkgreen;
}
/* Error */
.after-subscription .error-alert {
	width: 100%;
	float: left;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	border-left:4px solid #D10000;
}
.after-subscription .error-alert h3 {
	font-family: 'PT Sans';
	font-weight: 400;
	color:#D10000;
}
.after-subscription .error-alert .error-btn_back{
    width: 100px;
    float: left;
    color: #D10000;
	  display: block;
    margin: 20px auto 10px;
    cursor: pointer;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    background: none;
    border-radius: 2px;
    border: 1px solid #D10000;
    transition: all 300ms ease;
}
.after-subscription .error-alert .error-btn_back:hover {
	color:white;
	background:#D10000;
}



.btn-popup {
	color: #FFF;
	display: table;
	padding: 0 15px;
	line-height: 34px;
	background: #02331D;
	border-radius: 3px;
	transition: all 300ms ease-in-out;
}
.btn-popup:hover {
	color: #FFF;
	text-decoration: none;
	background: #000;
}



.pflyer {
	width: 263px;
    height: 400px;
    object-fit: cover;
    object-position: center top;
    margin: 7px;
    border: 2px solid #555;
}