@charset "utf-8";
@font-face {
font-family: A;
src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
font-family: B;
src: url('../fonts/OPENSANS.TTF');
	}
@font-face {
font-family: C;
src: url('../fonts/Stag-Medium.otf');
	}
@font-face {
font-family: D;
src: url('../fonts/HelveticaCECondBold.ttf');
	}
@font-face {
font-family: E;
src: url('../fonts/tt0375m_.ttf');
	}
@font-face {
font-family: F;
src: url('../fonts/TheSans-Plain.otf');
	}
@font-face {
font-family: G;
src: url('../fonts/Acens.ttf');
	}
@font-face {
font-family: H;
src: url('../fonts/OpenSans-Semibold_0.ttf');
	}
@font-face {
font-family: I;
src: url('../fonts/CLEARGL.TTF');
	}
@font-face {
font-family: J;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: K;
src: url('../fonts/Nilland.ttf');
	}
@font-face {
font-family: L;
src: url('../fonts/HelveticaBold.ttf');
	}
@font-face {
font-family: M;
src: url('../fonts/Cairo-Regular.ttf');
	}

body {
	margin:0 auto;
	padding: 0;
	background-color:#002c50;
	}

/* -- scrol bar --*/
::-webkit-scrollbar
{width: 10px;}
::-webkit-scrollbar-track {/* Track */
    background: #fff;}
::-webkit-scrollbar-thumb {/* Handle */
    background: #115982;}
::-webkit-scrollbar-thumb:hover {/* Handle on hover */
    background:#0069a5;}

/* -- select color --*/
::selection {
	background: #BFBFBF; /* WebKit/Blink Browsers */
	}
::-moz-selection {
	background: #BFBFBF; /* Gecko Browsers */
	}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	box-shadow: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	box-shadow: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	box-shadow: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

/*----------------------------------------------------------------------------------------------------------------- header --*/
.HeaderSEC {
	background-color: #fff;
	height:46px;
	}
.HeaderSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.HeaderSEC .row {
    padding: 0 30px 0 30px;
    margin: 0 auto;
	}
.HeaderSEC .col1 {
	line-height: 38px;
	text-align: right;
	}
.HeaderSEC .langIcon {
	height: 30px;
	width: auto;
	opacity: 1;
	margin-left: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.HeaderSEC .langIcon:hover {
	opacity: 0.7;
	}
.HeaderSEC .schoolIcon {
	height: 30px;
	width: auto;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.HeaderSEC .schoolIcon:hover {
	opacity: 0.7;
	}

/*------------------------------------------------------------------------------------------------------------- header 2 --*/
.HeaderSEC2 {
	background-color: #fff;
	}
.HeaderSEC2 .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.HeaderSEC2 .row {
    padding: 0 30px 0 30px;
    margin: 0 auto;
	}
.HeaderSEC2 .col1 {
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.HeaderSEC2 .logo2IMG {
	height: 150px;
	width: auto;
	float: none;
	text-align: center;
	}

/*------------------------------------------------------------------------------------------------------------------- menu --*/
.menuSEC {
	position: absolute;
	height: 106px;
	padding: 0 0 0 0;
	margin: 46px 0 0 0;
	background-color: rgba(10, 41, 67, 0.85);
	width: 100%;
	z-index: 2;
	}
.menuSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.menuSEC .row {
	margin: 0 0 0 0;
    padding: 0 30px 0 30px;
	}

.menuSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}
.menuSEC .LogoIMG {
	margin-top: -30px;
	width: auto;
	height: auto;
	}

.menuSEC .col2 {
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}
.menuSEC .menuLink {
	text-align: left;
	font-family: A;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.menuSEC .menuLink:hover {
	color: #b9b9b9;
	}
.menuSEC .menuLsap {
	font-family: A;
	color: #9bcff6;
	font-size: 14px;
	margin-right: 12px;
	margin-left: 12px;
	vertical-align: 2px;
	}

@media only screen and (max-width: 570px) {
	}
@media only screen and (max-width: 823px) {
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	.menuSEC .col2 {padding: 60px 0 0 60px;}
	.menuSEC .menuLink {font-size: 13px;letter-spacing: 0.5px;}
	.menuSEC .menuLsap {font-size: 10px;margin-right: 6px;margin-left: 6px;vertical-align: 2px;}
	}

/*------------------------------------------------------------------------------------------------------------- homeSlider --*/
.hSliderSEC {
	}
.hSliderSEC .sliderIMG {
    width: 100%;
    height: auto;
	}
/*-------------------------------------------------------------------------------------------------------- H about Title --*/
.aboutTitleSEC {
	background-color: #fff;
	height: 170px;
	}
.aboutTitleSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url("../images+/HaboutTitleBack.gif") center center no-repeat;
	}
.aboutTitleSEC .row {
    padding: 0 0 0 0;
    margin: 0 auto;
	}
.aboutTitleSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.aboutTitleSEC .aboutTitleIMG {
	height: auto;
	width: auto;
	float: none;
	text-align: center;
	}

/*---------------------------------------------------------------------------------------------------------- parallax  --*/
.parllaxSEC {
	height: 430px;
	}
.parllaxSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.parllaxSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.parllaxSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.parllaxSEC .dzsparallaxer .big-text {
	font-family: A;
	position: absolute;
	text-align: center;
	letter-spacing: 1px;
	width: 80%;
	left: 50%;
	top: 55%;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
	font-style: normal;
	text-shadow: 1px 1px #000000;
	z-index:999;
	}
.parllaxSEC .dzsparallaxer .parallaxLink {
	font-size: 14px;
	color: #ffd02b;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.parllaxSEC .dzsparallaxer .parallaxLink:hover {
	color: #D9D9D9;
	}

@media only screen and (max-width: 570px) {
	.parllaxSEC .dzsparallaxer .big-text {top: 51%;font-size: 18px;}
	}
@media only screen and (max-width: 823px) {
	.parllaxSEC .dzsparallaxer .big-text {top: 51%;font-size: 18px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/*------------------------------------------------------------------------------------------------------------- h Buttons --*/
.hButtonsSEC {
	}
.hButtonsSEC .container-fluid {
	margin: 0 auto;
	padding: 0 0 0 0;
	max-width: 1440px;
	}
.hButtonsSEC .row {
    padding: 0 0;
    margin: 0 auto;
	}
.hButtonsSEC .col1 {
	padding: 0;
	margin: 0;
	}

.hButtonsSEC .boxCon {
	font-family: I;
	font-size: 35px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	text-align: center;
	z-index: 10;
	top: 41%;
	text-transform: uppercase;
	}
.hButtonsSEC .proIMG {
	width: 100%;
	height: auto;
	}
.hButtonsSEC .buBox {
	border-radius: 0px;
	border: 0px #000 solid;
	background-color: rgba(9,56,104,0.7);
	color: #fff;
	font-size: 17px;
	font-family: I;
	width: 200px;
	height: 45PX;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.hButtonsSEC .buBox:hover {
	background-color: rgba(9,56,104,1);
	color: #fff;
	}

.hButtonsSEC .overlay {
	border-radius: 0px;
	}

/*------------------------------------------------------------------------------------------------------------- h news --*/
.hNewsSEC {
	}
.hNewsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.hNewsSEC .r1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	background-color: #fff;
	height: 70px;
	}
.hNewsSEC .col0 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: J;
	font-size: 40px;
	color: #021227;
	text-align: center;
	letter-spacing: 1px;
	line-height: 70px;
	}

.hNewsSEC .r2 {
    padding: 0 0 0 0;
    margin: 0 auto;
	}
.hNewsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hNewsSEC .hNewsLink {
	font-family: A;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.hNewsSEC .hNewsLink:hover {
	}



/*----------------------------------------------------------------------------------------------------------------- footer --*/
.footerSEC {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #061324;
	}
.footerSEC .row {
	margin-left: 0px;
	margin-right: 0px;
	}
.footerSEC .footerCol1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: H;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 14px;
	color: #7e7e7e;
	}
.footerSEC .footerIMG {
	width: 29px;
	height: auto;
	margin-right: 5px;
	margin-top: 12px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.footerSEC .footerIMG:hover {
	opacity: 0.8;
	}

@media only screen and (max-width: 570px) {
	}
@media only screen and (max-width: 823px) {
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/*------------------------------------------------------------------------------------------------------------- in Banner  --*/
.inBannerSEC {
	}
.inBannerSEC .col1 {
	padding: 310px 25px 0 190px;
	margin: 0 0 0 0;
	font-size: 50px;
	font-family: J;
	color: #fff;
	}

@media only screen and (max-width: 570px) {
	.inBannerSEC .col1 {padding: 310px 0 0 25px;font-size: 45px;}
	}
@media only screen and (max-width: 823px) {
	.inBannerSEC .col1 {padding: 310px 0 0 25px;font-size: 45px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/* ------------------------------------------------------------------------------------------------------- contacts page -- */

.infoSEC {
	background-color: #fff;
	}
.infoSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.infoSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}

.infoSEC .mainCol {
	padding: 0px 10px 0 0;
	margin: 0 0 0 0;
	float: left;
	}
.infoSEC .branchTitle {
	padding: 2px 8px 3px 0px;
	font-family: J;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 24px;
	color: #253082;
	}
.infoSEC .cCol1 {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	letter-spacing: 0.5px;
	font-size: 16px;
	}

.infoSEC .branchCol {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	}


@media (max-width: 575.98px) {/* Extra small devices (portrait phones, less than 576px) */
	.infoSEC .branchCol {margin: 15px 0 0 0; padding: 0 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 767.98px) {/* Small devices (landscape phones, 576px and up) */
	.infoSEC .branchCol {margin: 15px 0 0 0; padding: 0 0 0 0;}
	}

/* --------------------------------------------------- map -- */
.mapSEC {
	background-color: #fff;
	}
.mapSEC .container-fluid {
	padding: 0;
	margin: 0;
	}
.mapSEC #map_wrapper {
    height: 400px;
	}
.mapSEC #map_canvas {
    width: 100%;
    height: 100%;
	}

/* --------------------------------------------------- From -- */

.formSEC {
	background-color: #fff;
	}
.formSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 40px 0;
	}
.formSEC .row {
	padding: 0 0 0 0;
	margin: 0 auto;
	max-width: 966px;
	}

.formSEC .FormTitleCol {
	padding: 40px 15px 2px 15px;
	margin: 0 0 0 0;
	font-family: J;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 24px;
	color: #253082;
	}

.formSEC .FormTitle {
	font-family: J;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 24px;
	color: #253082;
	}
.formSEC .FormDe {
	padding: 0 15px 40px 18px;
	margin: 0 0 0 0;
	text-align: justify;
	font-family: A;
	font-size: 16px;
	color:#353535;
	}

.formSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.formSEC .cFormF:focus {
	background: rgba(247,247,247,0.5);
	padding-left: 10px;
	}

.formSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.formSEC .cFormF2:focus {
	background: rgba(247,247,247,0.5);
	padding-left: 10px;
	}

.formSEC .FormBu {
	width:100%;
	background-color: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.formSEC .FormBu:hover {
	background-color:#11385a;
	color:#fff;
	border-bottom: 2px solid #fff;
	}


/* ------------------------------------------------------------------------------------------------------------ news page -- */

.inNewsSEC {
	background-color: #fff;
	}
.inNewsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inNewsSEC .r1 {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inNewsSEC .dateCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 16px;
	color: #f17100;
	}
.inNewsSEC .TitleCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: L;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}

.inNewsSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 auto;
	}
.inNewsSEC .imagesCol {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	}
.inNewsSEC .newsIMG {
	width: 100%;
	height: auto;
	}
.inNewsSEC .desCol {
	padding: 0 0 0 0;
	margin: 20px 0 20px 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}
.inNewsSEC .archivesCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inNewsSEC .archiveCol {
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	}
.inNewsSEC .archiveDateCol {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	color: #f17100;
	font-family: A;
	font-size: 14px;
	}
.inNewsSEC .archiveTitleCol {
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	background-color: #F3F9FF;
	color: #0D214F;
	font-family: A;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inNewsSEC .archiveTitleCol:hover {
	background-color: #11385a;
	color: #fff;
	}

/* --------------------------------------------------------------------------------------------------- certificates page -- */

.inCerSEC {
	background-color: #fff;
	}
.inCerSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inCerSEC .row {
	padding: 0 15px 0 15px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inCerSEC .TitleCol {
	padding: 0 10px 0 10px;
	margin: 5px 0 0 0;
	font-family: L;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}
.inCerSEC .desCol {
	padding: 0 10px 0 10px;
	margin: 5px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}

.inCerSEC .certificatesCol {
	padding: 0 0 0 0;
	margin: 0 auto;
	}
.inCerSEC .certificateCol {
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
	float: left;
	}
.inCerSEC .cerIMG {
	width: 100%;
	height: auto;
	}
.inCerSEC .card-text {
	line-height: 20px;
	}

@media only screen and (max-width: 570px) {
	.inCerSEC .row {padding: 0 25px 0 25px;}
	.inCerSEC .TitleCol {padding: 0 0 0 0;}
	.inCerSEC .desCol {padding: 0 0 0 0;}
	.inCerSEC .certificateCol {padding: 0 0 0 0;}
	}
@media only screen and (max-width: 823px) {
	.inCerSEC .row {padding: 0 25px 0 25px;}
	.inCerSEC .TitleCol {padding: 0 0 0 0;}
	.inCerSEC .desCol {padding: 0 0 0 0;}
	.inCerSEC .certificateCol {padding: 0 0 0 0;}
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}

/* ----------------------------------------------------------------------------------------------------------- check page -- */

.inCheckSEC {
	background-color: #fff;
	}
.inCheckSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inCheckSEC .row {
	padding: 0 15px 0 15px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inCheckSEC .TitleCol {
	padding: 0 10px 0 10px;
	margin: 5px 0 0 0;
	font-family: L;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}
.inCheckSEC .desCol {
	padding: 0 10px 0 10px;
	margin: 5px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}

.inCheckSEC .certificatesCol {
	padding: 30px 10px 0 10px;
	margin: 0 0 0 0;
	}

.inCheckSEC .certificatesColimg {
	background: url("../images+/cerBack.jpg") center center no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 750px;
	}

.inCheckSEC .certificatesColDes {
	padding: 320px 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 17px;
	color: #151515;
	line-height: 26px;
	text-align: center;
	}


@media only screen and (max-width: 570px) {
	.inCheckSEC .row {padding: 0 25px 0 25px;}
	.inCheckSEC .TitleCol {padding: 0 0 0 0;}
	.inCheckSEC .desCol {padding: 0 0 0 0;}
	.inCheckSEC .certificateCol {padding: 0 0 0 0;}
	.inCheckSEC .certificatesColimg {background: none;height: auto;}
	.inCheckSEC .certificatesColDes {padding: 70px 20px 30px 20px;}
	}
@media only screen and (max-width: 823px) {
	.inCheckSEC .row {padding: 0 25px 0 25px;}
	.inCheckSEC .TitleCol {padding: 0 0 0 0;}
	.inCheckSEC .desCol {padding: 0 0 0 0;}
	.inCheckSEC .certificateCol {padding: 0 0 0 0;}
	.inCheckSEC .certificatesColimg {background: none;height: auto;}
	.inCheckSEC .certificatesColDes {padding: 70px 20px 30px 20px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}

/* --------------------------------------------------------------------------------------------------- certificates page -- */

.inDisSEC {
	background-color: #fff;
	}
.inDisSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inDisSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inDisSEC .TitleCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: L;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}
.inDisSEC .desCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}

.inDisSEC .accordionCol {
	padding: 0 0 0 0;
	margin: 0 auto;
	}
.inDisSEC .accordion {
	padding: 0 0 0 0;
	margin: 25px auto 0 auto;
	}

.inDisSEC .card-header {
	padding: 15px 20px 15px 20px;
	font-family: A;
	font-size: 20px;
	background-color: #F3F9FF;
	color: #0D214F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inDisSEC .card-header:hover {
	background-color: #11385a;
	color: #fff;
	}
.inDisSEC .card-header:focus {
	outline: none !important;
	}

.inDisSEC .disBodyCol1 {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	float: left;
	font-size: 16px;
	}
.inDisSEC .disBodyCol2 {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	float: left;
	}
.inDisSEC .disIMG {
	width: 100%;
	height: auto;
	}

.inDisSEC .disBodyCol2a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.inDisSEC .disBodyCol2b {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	}
.inDisSEC .youtubeIcon {
	vertical-align: -6px;
	}
.inDisSEC .videoL {
	color: #4E4E4E;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inDisSEC .videoL:hover {
	opacity: 0.7;
	}
.inDisSEC .downloadIcon {
	vertical-align: -6px;
	margin-left: 5px;
	}
.inDisSEC .downloadL {
	color: #4E4E4E;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inDisSEC .downloadL:hover {
	opacity: 0.7;
	}

@media only screen and (max-width: 570px) {
	.inDisSEC .btn {font-size: 17px;}
	.inDisSEC .disBodyCol1 {padding: 0 0 15px 0;}
	.inDisSEC .disBodyCol2 {padding: 0 0 0 0;}
	.inDisSEC .disBodyCol2b {margin: 7px 0 7px 0;}
	}
@media only screen and (max-width: 823px) {
	.inDisSEC .btn {font-size: 17px;}
	.inDisSEC .disBodyCol1 {padding: 0 0 15px 0;}
	.inDisSEC .disBodyCol2 {padding: 0 0 0 0;}
	.inDisSEC .disBodyCol2b {margin: 7px 0 7px 0;}
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}

/* ------------------------------------------------------------------------------------------------------- programs page -- */

.inProSEC {
	background-color: #fff;
	}
.inProSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inProSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inProSEC .TitleCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: L;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}
.inProSEC .desCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}

.inProSEC .accordionCol {
	padding: 0 0 0 0;
	margin: 0 auto;
	}
.inProSEC .accordion {
	padding: 0 0 0 0;
	margin: 25px auto 0 auto;
	}

.inProSEC .card-header {
	padding: 15px 20px 15px 20px;
	font-family: A;
	font-size: 20px;
	background-color: #F3F9FF;
	color: #0D214F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inProSEC .card-header:hover {
	background-color: #11385a;
	color: #fff;
	}
.inProSEC .card-header:focus {
	outline: none !important;
	}

.inProSEC .disBodyCol1 {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	float: left;
	font-size: 16px;
	}
.inProSEC .disBodyCol2 {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	float: left;
	}
.inProSEC .disIMG {
	width: 100%;
	height: auto;
	}

.inProSEC .disBodyCol2a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.inProSEC .disBodyCol2b {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	}
.inProSEC .youtubeIcon {
	vertical-align: -6px;
	}
.inProSEC .videoL {
	color: #4E4E4E;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inProSEC .videoL:hover {
	opacity: 0.7;
	}
.inProSEC .downloadIcon {
	vertical-align: -6px;
	margin-left: 5px;
	}
.inProSEC .downloadL {
	color: #4E4E4E;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inProSEC .downloadL:hover {
	opacity: 0.7;
	}

@media only screen and (max-width: 570px) {
	.inProSEC .btn {font-size: 17px;}
	.inProSEC .disBodyCol1 {padding: 0 0 15px 0;}
	.inProSEC .disBodyCol2 {padding: 0 0 0 0;}
	.inProSEC .disBodyCol2b {margin: 7px 0 7px 0;}
	}
@media only screen and (max-width: 823px) {
	.inProSEC .btn {font-size: 17px;}
	.inProSEC .disBodyCol1 {padding: 0 0 15px 0;}
	.inProSEC .disBodyCol2 {padding: 0 0 0 0;}
	.inProSEC .disBodyCol2b {margin: 7px 0 7px 0;}
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}

/* ------------------------------------------------------------------------------------------------------- Registration page -- */

.RegSEC {
	background-color: #fff;
	}
.RegSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.RegSEC .row {
	padding: 20px 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}
.RegSEC .colr1 {
	padding:0 0 0 0;
	margin: 0 0 0 0;
	direction: rtl;
	}
.RegSEC .colr1 h3 {
	text-align: center;
	font-family: M;
	color: #083e6e;
	font-size: 32px;
	}
.RegSEC .colr1 h6 {
	text-align: center;
	font-family: A;
	letter-spacing: 1px;
	color: #212121;
	font-size: 18px;
	margin-bottom: 20px;
	}
.RegSEC .colr1 .form-group {
	padding: 0 0 25px 0;
	margin: 0 0 0 0;
	}
.RegSEC .colr1 .coll {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	text-align: right;
	font-family: tahoma;
	letter-spacing: 1px;
	color: #083e6e;
	font-size: 18px;
	}
.RegSEC .colr1 .coli {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.RegSEC .colr1 .coliSM {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
    line-height: 30px;
    font-size: 17px;
    direction: ltr;
	}
.RegSEC .colr1 .coliSM input {
	margin-right: 5px;
	}

.RegSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border: 1px solid #b5b5b5;
	height: 38px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.RegSEC .cFormF:focus {
	border: 1px solid #057ce4;
	padding-right: 18px;
	}

.RegSEC .FormBu {
	width:100%;
	background-color: #11385a;
	border: 0px solid #cccccc;
	border-radius: 10px;
	height: 40px;
	box-shadow: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.RegSEC .FormBu:hover {
	background-color:#1a578b;
	color:#fff;
	}


















/* ------------------------------------------------------------------------------------------------------- about us page -- */

.inAboutSEC {
	background-color: #fff;
	}
.inAboutSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inAboutSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inAboutSEC .TitleCeoCol {
	padding: 20px 0 5px 0;
	margin: 0 0 0 0;
	font-family: L;
	text-align: left;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}
.inAboutSEC .ceoText {
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	text-align: justify;
	line-height: 22px;
	}
.inAboutSEC .ceoPicture {
	padding: 0 0 0 10px;
	margin: 44px 0 0 0;
	}
.inAboutSEC .ceoIMG {
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #E9E9E9;
	}

.inAboutSEC .desCol {
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 24px;
	border-top: 1px solid #E9E9E9;
	}
.inAboutSEC .staffIMG {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 25px auto 25px auto;
	}

@media only screen and (max-width: 570px) {
	.inAboutSEC .TitleCeoCol {padding: 0 0 5px 0;}
	.inAboutSEC .ceoText {padding: 0 0 0 0;}
	.inAboutSEC .ceoPicture {padding: 0 0 0 0; margin: 0 0 0 0;}
	.inAboutSEC .ceoIMG {margin: 15px auto 0 auto;}
	.inAboutSEC .desCol {padding: 20px 0 0 0;margin: 20px 0 0 0;}
	.inAboutSEC .staffIMG {margin: 15px auto 15px auto;}
	}
@media only screen and (max-width: 823px) {
	.inAboutSEC .TitleCeoCol {padding: 0 0 5px 0;}
	.inAboutSEC .ceoText {padding: 0 0 0 0;}
	.inAboutSEC .ceoPicture {padding: 0 0 0 0; margin: 0 0 0 0;}
	.inAboutSEC .ceoIMG {margin: 15px auto 0 auto;}
	.inAboutSEC .desCol {padding: 20px 0 0 0;margin: 20px 0 0 0;}
	.inAboutSEC .staffIMG {margin: 15px auto 15px auto;}
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}

/* ----------------------------------------------------------------------------------------------------------- media page -- */

.inMediaSEC {
	background-color: #fff;
	}
.inMediaSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inMediaSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}
.inMediaSEC .col0 {
	padding: 0 0 0 0;
	margin: 0 auto;
    }

/*------------------------------------------ tabs --*/
.inMediaSEC .nav-tabs {
	border-bottom: 1px solid #0d2158;
	margin-bottom: 30px;
    }
.inMediaSEC .nav-item {
	width: 50%;
	font-family: A;
	text-align: center;
	letter-spacing: 0.5px
	}

.inMediaSEC .nav-item:active {
	background-color: #0d2158;
	color: #fff;
	}
.inMediaSEC .nav-item:hover {
	background-color: #0d2158;
	}

.inMediaSEC .nav-tabs .nav-item .nav-link {
	border-radius: 0px;
	color: #0d2158;
	}
.inMediaSEC .nav-tabs .nav-item .nav-link.active {
	background-color: #0d2158;
	color: #fff;
	}
.inMediaSEC .nav-tabs .nav-item .nav-link:hover {
	color: #fff;
	}
.inMediaSEC .nav-tabs .nav-item .nav-link:focus {
	background-color: #0d2158;
	color: #fff;
	}

.inMediaSEC .noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

.inMediaSEC .colp {
	padding: 0 10px 0 10px;
	margin: 0 0 20px 0;
	float: left;
	}
.inMediaSEC .galleryIMG {
	width: 100%;
	height: auto;
	}
.inMediaSEC .coln {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 14px;
	color: #0d2158;
	letter-spacing: 0.5px;
	}

.inMediaSEC .colv {
	padding: 0 10px 0 10px;
	margin: 0 0 20px 0;
	float: left;
	}

.inMediaSEC .text {
	font-family: A;
	font-size: 16px;
	letter-spacing: 0.5px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	text-transform: none;
    }

@media only screen and (max-width: 570px) {
	.inMediaSEC .container-fluid {padding: 20px 0 20px 0;}
	.inMediaSEC .nav-tabs {margin-bottom: 20px;}
	.inMediaSEC .colv {padding: 0 0 0 0;}
	}
@media only screen and (max-width: 823px) {
	.inMediaSEC .container-fluid {padding: 20px 0 20px 0;}
	.inMediaSEC .nav-tabs {margin-bottom: 20px;}
	.inMediaSEC .colv {padding: 0 0 0 0;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/* ------------------------------------------------------------------------------------------------- join conditions page -- */

.inJconSEC {
	background-color: #fff;
	}
.inJconSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inJconSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inJconSEC .TitleCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: L;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}
.inJconSEC .desCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}
.inJconSEC .condCol {
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}

.inJconSEC .appL {
	color: #161DA3;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inJconSEC .appL:hover {
	opacity: 0.7;
	}

/* ------------------------------------------------------------------------------------------------------- Schedules page -- */

.inSchSEC {
	background-color: #fff;
	}
.inSchSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.inSchSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 1016px;
	}

.inSchSEC .TitleCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: L;
	font-size: 24px;
	color: #0D214F;
	line-height: 32px;
	}
.inSchSEC .desCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}

.inSchSEC .condCol {
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	font-family: B;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	}

.inSchSEC .appL {
	color: #161DA3;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inSchSEC .appL:hover {
	opacity: 0.7;
	}

.inSchSEC .schedulesCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inSchSEC .scheduleCol {
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	}
.inSchSEC .downloadCol {
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	color: #E3161A;
	font-family: A;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inSchSEC .downloadCol:hover {
	color: #666666;
	}
.inSchSEC .downloadLL {
	color: #E3161A;
	font-family: A;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inSchSEC .downloadLL:hover {
	color: #666666;
	}
.inSchSEC .schTitleCol {
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	background-color: #F3F9FF;
	color: #0D214F;
	font-family: A;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.inSchSEC .schTitleCol:hover {
	background-color: #11385a;
	color: #fff;
	}


















@media only screen and (max-width: 570px) {
	}
@media only screen and (max-width: 823px) {
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}





















@media only screen and (max-width: 570px) {
	}
@media only screen and (max-width: 823px) {
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}


