/************************************* Fonts*********************************************/
@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Site/Roboto-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Site/Roboto-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Site/Roboto-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Site/Roboto-regular.woff2') format('woff2'), url('../fonts/Site/Roboto-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Site/Roboto-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/Site/OpenSans-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Site/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Site/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Site/OpenSans-Light.woff2') format('woff2'), url('../fonts/Site/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Site/OpenSans-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Site/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Site/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Site/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Site/Roboto-Bold.woff2') format('woff2'), url('../fonts/Site/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Site/Roboto-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Site/Roboto-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Site/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Site/Roboto-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Site/Roboto-Medium.woff2') format('woff2'), url('../fonts/Site/Roboto-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Site/Roboto-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('../fonts/Site/OpenSans-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Site/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Site/OpenSans-LightItalic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Site/OpenSans-LightItalic.woff2') format('woff2'), url('../fonts/Site/OpenSans-LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Site/OpenSans-LightItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/************************************* Fonts*********************************************/
html, body {
    background-color: #fff;
}
/************************************************  scrrol  ***************************************************/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


::-webkit-scrollbar-button {
}

::-webkit-scrollbar-thumb {
    background: #b9babb;
    border: 30px none #ffffff;
    border-radius: 100px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(98, 106, 108);
    }

    ::-webkit-scrollbar-thumb:active {
        background: rgb(98, 106, 108);
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #3c3939;
    border-radius: 100px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}



/************************************************  scrrol  ***************************************************/
/************************************************  modal  ***************************************************/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}


.modal-title {
    color: #fcb040;
    font-size: 20px;
}

.modal-header .close {
    background: #fcb040;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fcb040;
    position: absolute;
    top: -15px;
    right: -15px;
    height: 35px;
    width: 35px;
    font-size: 25px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}

    .modal-header .close:hover {
        background: #fff;
        color: #fcb040;
    }

.modal-header {
    border: 0px;
}



.datepicker {
    z-index: 1051 !important;
}

/************************************************  modal  ***************************************************/
/*form smoth anmition*/
.SmothAnmition * {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}
/*DivFlexCenter*/
.DivFlexCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*custom Select*/
select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-group:after {
    position: absolute;
    bottom: 0px;
    right: 10px;
    content: "\f107";
    z-index: 99;
    left: initial;
    border-bottom: 0px solid #ffffff;
    pointer-events: none;
    font-family: FontAwesome;
    color: #2f2f2f;
    font-size: 23px;
}

.form-group.select-group {
    position: relative;
}
/*parsley validation*/
.form-control.parsley-error {
    border: 1px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 0, 0, 0.75);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 0, 0, 0.75);
}

.parsley-errors-list {
    color: red;
}
/*Form*/


.control-label {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 100;
    font-family: 'Nunito-Medium';
}

.form-control {
    height: auto;
    font-size: 12pt;
    color: #26272e;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    padding: 10px;
}


    .form-control:focus {
        border: 1px solid #00bcd4 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 151, 167,0.5);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(10, 151, 167,0.5);
        text-decoration: none !important;
    }

.form-group .btn-primary {
    margin: 0 auto;
    display: block;
    background: #204a84;
    border-radius: 0;
    border: 1px solid #204a84;
    padding: 10px 25px;
    min-width: 200px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    line-height: normal;
}

    .form-group .btn-primary:hover {
        background: #fff;
        color: #204a84;
    }

li.parsley-required {
    display: none;
}




/************************************************************** Header **********************************************************/
.a-Header {
    background: #fff;
    position: fixed;
    width: 100%;
    padding-bottom: 10px;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #e6e9ed;
}

    .a-Header .navbar-default {
        background-color: transparent;
        border-color: transparent;
        margin: 0;
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 80px;
    }

.a-logo {
    /*display: -webkit-inline-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    margin-top: 22px;*/
    width: 30%;
}

.a_LeftMenu {
	width: 80%;
	float: right;
}


.navbar-default .a-Menus.navbar-collapse {
    padding: 0;
}

    .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav {
        float: right;
    }

        .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a {
	padding: 2px 0px 0 25px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 13pt;
	min-height: 50px;
        }

            .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background: #4286f5;
                transition: width .3s;
                margin-top: 20px;
                margin-bottom: -20px;
            }

            .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a:hover::after,
            .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > .active > a::after,
            .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > .active > a:focus::after,
            .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > .active > a:hover::after {
                width: 100%;
            }

        .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > .active > a,
        .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > .active > a:focus,
        .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > .active > a:hover {
            color: #4286f5;
            background-color: transparent;
        }

        .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a:hover {
            color: #4286f5;
        }


.a-Header + section {
    margin-top: 141px;
}

.a-Header * {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}

.a-Header.smaller {
    padding-top: 0px;
    padding-bottom: 2px;
    background: rgba(256, 256, 256, 0.9);
}

    .a-Header.smaller .TopHeader .container {
        padding: 5px;
    }

    .a-Header.smaller .TopMenu {
        top: 5px;
    }

    .a-Header.smaller .navbar-default {
        padding: 10px 0;
        height: auto;
    }

        .a-Header.smaller .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a {
            padding: 10px 0px 15px 20px;
            font-size: 11pt;
        }



    .a-Header.smaller .Logo img {
        height: 40px;
    }

    .a-Header.smaller .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a::after {
        margin-top: 5px;
        margin-bottom: -5px;
    }

.TopHeader {
    background: #244298;
    -webkit-box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.15), 0px 0px 0px rgba(201, 197, 197, 0.54);
    box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.15), 0px 0px 0px rgba(201, 197, 197, 0.54);
    text-align: center;
    position: relative;
}

    .TopHeader .container {
        position: relative;
        padding: 15px;
    }

.TopMenu {
    right: 15px;
    position: absolute;
    top: 15px;
}

    .TopMenu ul {
        margin: 0;
    }

    .TopMenu li {
        display: inline-block;
    }

        .TopMenu li a {
            color: #fff;
            font-size: 10pt;
            margin-left: 19px;
            font-family: 'Roboto-Medium';
        }

.FastLinks {
    margin: 0 auto;
    width: auto;
}

    .FastLinks a {
        color: #fff;
        font-size: 14px;
        margin: 0 10px;
    }


.dropdown {
    position:absolute;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 50px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown-menu.dropdown-content > li > a:focus, .dropdown-menu.dropdown-content > li > a:hover {
    color: #fff;
    background-color: #00bcd4;
}

.dropdown:hover .dropdown-content {
    display: block;
}



.dropdown-menu {
    min-width: 250px;
}

    .dropdown-menu.columns-2 {
        min-width: 500px;
    }

    .dropdown-menu.columns-3 {
        min-width: 750px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 300;
    }

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #4286f5;
        }

/************************************************************** Header **********************************************************/

/************************************************  Footer  ***************************************************/
#top-link-block.affix {
    position: fixed;
    bottom: 18px;
    left: initial;
    right: 10px;
}

    #top-link-block.affix a {
        color: #4cbecb;
        background: #4286f5;
        border: 1px solid;
    }

        #top-link-block.affix a:hover {
            color: #00aabe;
            background: #00aabe;
        }

.AFooter {
    color: #fff;
    background-color: #244298;
}



/************************************************  Footer  ***************************************************/

/************************************************  Slider  ***************************************************/

.HomeSlider {
    position: relative;
    z-index: 0;
}

    .HomeSlider .swiper-slide {
        min-height: 377px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .HomeSlider .swiper-caption {
        margin: 0 auto;
        position: absolute;
        bottom: 13%;
        left: 0;
        width: 100%;
    }

.swiper-captionText {
    z-index: 1;
    position: relative;
}

    .swiper-captionText .container {
    }

        .swiper-captionText .container img {
            max-width: 100%;
        }

.a-Readm, .a-Readm:focus {
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    font-family: 'Roboto-regular';
    font-size: 13pt;
    margin-top: 25px;
    text-decoration: none !important;
    border-radius: 15px;
    border: 1px solid #00bcd4;
    background: #00bcd4;
}

    .a-Readm:hover {
        background: transparent;
        color: #00bcd4;
    }


/* Animation delays */

.HomeSlider .swiper-captionText {
    animation-delay: 0.5s;
}

.HomeSlider .swiper-captionMore {
    animation-delay: 1s;
}

.swiper-pagination {
    position: absolute;
    bottom: 15%;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #0097a7;
    opacity: 1;
    position: relative;
    /*border: 1px solid #ba8747;*/
}

.swiper-pagination-bullet-active {
    background: #00aabe;
}


.detailsSlider .fancybox-title {
    font-size: 20px;
    font-family: 'Roboto-Light';
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled, .swiper-buttons.disabled,
.swiper-button-next.disabled, .swiper-button-prev.disabled {
    display: none;
}


.swiper-button-next, .swiper-button-prev {
    background-image: none !important;
    color: #fff;
    font-size: 50px;
    width: auto;
}

.swiper-button-next {
    right: 55px;
}

.swiper-button-prev {
    left: 55px;
}

.Title1Slide1 {
	width: 50%;
	color: #fff;
	font-family: Georgia;
	font-weight: normal;
	font-size: 30pt;
	padding-bottom: 5px;
	line-height: 0.9;
}

.Title2Slide1 {
    width: 40%;
    font-family: 'Roboto-regular';
    color: #fff;
    font-size: 11pt;
    padding-top: 9px;
}
/************************************************  Slider  ***************************************************/

/************************************************  Home page  ***************************************************/


.SearchSection {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px 0;
	
}

.searchFor {
	background: #f2f3f4;
	color: #43494f;
	font-family: 'Roboto-regular';
	font-size: 13pt;
	margin-right: 0px;
	margin-top: 10px;
	border-radius: 1px;
	min-width: 225px;
	border: 1px solid;
	width: 400px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
}

.SearchSection .form-group.form-Select {
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    /*min-width: 110px;*/
}

    .SearchSection .form-group.form-Select .form-control {
        padding-right: 25px;
    }

.form-group.form-Select:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #333;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 30%;
    pointer-events: none;
    font-size: 20px;
    background: transparent;
    width: 18px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
	
}

.searchBtnDiv {
    width: 22%;
    float: right;
    text-align: right;
    z-index: 1;
    position: relative;
}

.searchBtn {
	color: #fff;
	box-shadow: none;
	
	border-radius: 4px;
	font-family: 'Roboto-regular';
	font-size: 11pt;
	text-transform: uppercase;
	background: #264391;
	border: 1px solid #264391;
	border-bottom: 1px solid #264391;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

    .searchBtn:hover {
        background: transparent;
        color: #264391;
    }

.Filtters {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.HeadSection {
	text-align: center;
    color: #fff;
    margin: 10px 0;
}
.HeadSectionUpComing {
	text-align: center;
    color: #333;
    margin: 10px 0;
}

.HeadSectionCourseOverView {
	text-align: right;
	color: #006;
	margin: 10px 0;
}


.Title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20pt;
	padding-bottom: 10px;
}

.SubTitle {
    font-family: 'Roboto-regular';
    font-size: 12pt;
}

.SERVICEItems .swiper-button-next {
    right: -3%;
    color: #00bcd4;
}

.SERVICEItems .swiper-button-prev {
    left: -3%;
    color: #00bcd4;
}

.SERVICEItems .SERVICEItem, .AdministrationItem {
    border: 1px solid #d1d1d1;
   /* border-bottom: 2px solid #8c8c8c;*/
   border-radius:5px;
    padding-top: 20px;
    text-decoration: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

    .SERVICEItems .SERVICEItem:hover, .AdministrationItem:hover {
        background-color: #4086f5;
    }

        .SERVICEItems .SERVICEItem:hover .SERVICEImg, .AdministrationItem:hover .SERVICEImg {
            background-color: #fcf9f9;
        }

        .SERVICEItems .SERVICEItem:hover .SERVICETITLE,
        .AdministrationItem:hover .SERVICETITLE,
        .SERVICEItems .SERVICEItem:hover .SERVICEDesc p,
        .AdministrationItem:hover .SERVICEDesc p,
        .SERVICEItems .SERVICEItem:hover .SERVICEDesc p i,
        .AdministrationItem:hover .SERVICEDesc p i {
            color: #fff;
        }

.AdministrationItem {
    display: inline-block;
    width: 31.1%;
    margin-right: 3%;
    margin-bottom: 50px;
}

    .AdministrationItem:nth-child(3n+3) {
        margin-right: 0%;
    }

.SERVICEItems {
	margin-bottom: 10px;
	position: relative;
	height:200px;
}

.SERVICEImg {
	min-height: 110px;
	margin-bottom: 5px;
	background-color: #333333;
	
}

    .SERVICEImg img {
        width: 100%;
    }
	courseoutline-btn:hover {
    background: #ffffff;
    color: #1f3a88;
}

#courseoutline-btn {
    position: relative;
    margin: 0px auto;
    color: #ffffff;
    background: #1f3a88;
    border: 1px solid #1f3a88;
    transition: all 0.3s ease 0s;
    padding: 4px 12px;
    margin-top: 3px;
    width: 100%;
}

.SERVICETITLE {
	margin-bottom:2px;
	min-height: 65px;
	color:#006;
	direction: rtl;
	font-family: DroidArabicKufiRegular;
	font-size: 10pt;
   
}

.SERVICEDesc p {
	
	min-height: 20px;
	direction: rtl;
    color: #858484;
    font-family: 'DroidArabicKufiRegular';
	font-size: 8pt;
	
}


    .SERVICEDesc p i, .SERVICEDesc p img {
        margin-right: 10px;
        color: #6a8cb0;
    }



.CategoryItem {
    display: inline-block;
	
	background-color:#FFFFFF;
    width: 100%;
    margin-right: 1%;
	padding:1%;
    position: relative;
    -webkit-tran: all .5s ease;
    trnsitioansition: all .5s ease;
    margin-bottom: 25px;
    border: 1px solid #CCCCCC;
}

    .CategoryItem:nth-child(3n+3) {
        margin-right: 0%;
    }

    
    }

    .CategoryItem span {
        position: absolute;
        bottom: 0;
        color: #ffffff;
        width: 100%;
        text-align: center;
        background:#151515;
        padding: 10px 0;
        font-family: 'Roboto-regular';
        z-index: 1;
        left: 0;
    }

    .CategoryItem:hover {
        border: 5px solid #6a8cb0;
    }

        .CategoryItem:hover span {
           /* display: none;*/
        }
		.CategoryImg{
			width:70%;
			height:70%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
		}

.HoverImg img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.HoverImg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.Participants .swiper-wrapper .SubTitle {
    padding: 0 15%;
    margin-bottom: 10px;
	
}

.CategoriesItems {
    margin-bottom: 50px;
}

.FooterUp {
    margin: 50px 0 0 0;
}

.GetIn {
    font-family: 'Roboto-regular';
    font-size: 15pt;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.FooterUpDesc p:first-child {
    margin-bottom: 15px;
}

.FooterUpDesc p {
    font-family: 'Roboto-regular';
    font-size: 12pt;
    width: 32%;
    line-height: 1.7;
    margin-bottom: 0px;
}

    .FooterUpDesc p i {
        min-width: 13px;
        font-size: 16px;
        text-align: center;
        margin-right: 10px;
    }

.AFooter .FastLinks {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FooterDown {
    width: 100%;
    height: 65px;
    float: left;
    background: #4286f5;
}


.
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome'; /* essential for enabling glyphicon */
    content: "\f107"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f106"; /* adjust as needed, taken from bootstrap.css */
}

div#accordion {
    margin-bottom: 0;
    margin-top: 5px;
}

.panel.panel-default {
    /*border: 0px;*/
    box-shadow: none;
    border-radius: 5px;
}

.panel-default > .panel-heading {
    color: #fff;
    border-color: transparent;
    padding: 0;
    background-color: #fff;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
    padding: 10px;
}

a.accordion-toggle.collapsed {
    background: #0072bc;
}

a.accordion-toggle {
    background: #4086f5;
    padding: 5px 15px;
    font-size: 25px;
    color: #ffffff;
    display: block;
    text-decoration: none;

	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ItemFiveEle {
	width: 17.7%;
	display: inline-block;
	margin-right: 1% !important;
	margin-bottom: 2%;
	background:#FFF;
}

    .ItemFiveEle:nth-child(5n+5) {
        margin-right: 0% !important;
    }
/************************************************  Home page  ***************************************************/


.CoursesDetails .SERVICEImg {
    min-height: 265px;
}

.ActionBtn a {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
}

    .ActionBtn a:last-child {
        float: right;
        margin: 0;
    }

.ActionBtn {
    margin-bottom: 30px;
}

.AnchorBlue {
    background: #244298;
}

.AnchorGreen {
    background: #1ab638;
}

.AnchorSky {
    background: #3874d7;
}

.AnchorRed {
    background: #cb202d;
}

.MyTabs {
    margin: -26px 0 40px 0;
}

    .MyTabs .nav-tabs {
        border-bottom: 0;
        /*padding: 0 0 25px 0;*/
        text-align: center;
        background: transparent;
    }

        .MyTabs .nav-tabs > li {
            margin: 0;
            text-align: left;
            vertical-align: middle;
            display: inline-block;
            padding: 0 20px 0 0;
            margin-bottom: 20px;
        }

            .MyTabs .nav-tabs > li.active > a,
            .MyTabs .nav-tabs > li.active > a:focus,
            .MyTabs .nav-tabs > li.active > a:hover,
            .MyTabs .nav-tabs > li > a:hover {
                background-color: transparent;
                border: none !important;
                border-right: 1px solid #000;
                color: #14407d !important;
            }

            .MyTabs .nav-tabs > li > a {
                margin: 0px;
                line-height: 1;
                border: none;
                border-right: none;
                border-radius: 0;
                color: #000;
                font-size: 18px;
                padding: 0 15px;
                text-transform: capitalize;
                font-family: 'Roboto-Bold';
                text-align: center;
            }

            .MyTabs .nav-tabs > li:last-child > a {
                border-right: 0px solid #000 !important;
            }

    .MyTabs .tab-content {
        min-height: 210px;
        margin-bottom: 50px;
    }

        .MyTabs .tab-content .tab-pane {
        }

    .MyTabs .nav-tabs > li::after {
        content: '';
        display: block;
        width: 0;
        height: 5px;
        background: #4488f5;
        transition: width .3s;
        margin-top: 20px;
    }

    .MyTabs .nav-tabs > li:hover::after,
    .MyTabs .nav-tabs > .active::after,
    .MyTabs .nav-tabs > .active:focus::after,
    .MyTabs .nav-tabs > .active:hover::after {
        width: 100%;
    }

.description p {
    color: #262c38;
    font-family: 'Roboto-regular';
    text-transform: uppercase;
    font-size: 14px;
}

.ServicsPlaces {
    width: 50%;
}

.ServicsPlace {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

    .ServicsPlace .LeftshDate {
        margin-right: 90px;
    }

    .ServicsPlace .ActionBtn {
        margin-bottom: 0;
    }

.CoursesDetails .SERVICEDesc {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.FeesSection {
    width: 50%;
    position: relative;
}

    .FeesSection label {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .FeesSection .form-control {
        border-color: #cb202d;
    }

    .FeesSection span {
        position: absolute;
        top: 32px;
        right: 0;
        padding: 11px 25px;
        background: #cb202d;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .FeesSection .form-text.text-muted {
        color: #000;
        font-size: 13px;
        margin-top: 10px;
        display: block;
        text-transform: capitalize;
    }


.MyRadio label, .MyCheck label {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.MyCheck input[type="checkbox"], .MyRadio input[type="radio"] {
    position: absolute;
    right: 9000px;
}

    /*Check box*/
    .MyCheck input[type="checkbox"] + .label-text:before {
        content: "\f096";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    .MyCheck input[type="checkbox"]:checked + .label-text:before {
        content: "\f14a";
        color: #2980b9;
        animation: effect 250ms ease-in;
    }

    .MyCheck input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        .MyCheck input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }

    /*Radio box*/

    .MyRadio input[type="radio"] + .label-text:before {
        content: "\f10c";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: 100;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        margin-right: 5px;
        background: #fff;
        color: #c3c3bc;
        border-radius: 50%;
        height: 17px;
        width: 17px;
        font-size: 20px;
        text-align: center;
        padding: 0;
        box-sizing: content-box;
    }

.MyRadio .parsley-error input[type="radio"] + .label-text:before {
    color: red;
}

.MyRadio input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #2e41a7;
    animation: effect 250ms ease-in;
}

.MyRadio input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

    .MyRadio input[type="radio"]:disabled + .label-text:before {
        content: "\f111";
        color: #ccc;
    }




@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.regTitle {
    color: #37414a;
    font-size: 30pt;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.StepTitle {
    background-image: url('../Images/StebBG.png');
    color: #fff;
    font-size: 14pt;
    font-family: 'Roboto-regular';
    padding: 5px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.CategTitle {
    color: #333;
    margin-bottom: 3px;
    font-family: 'Roboto-regular';
    font-size: 19pt;
    text-transform: uppercase;
}

.registerPage .form-group.form-Select {
    position: relative;
    width: 151%;
    margin-bottom: 10px;
}

.registerPage select.form-control {
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    color: #a3b1bf;
    font-family: 'Roboto-regular';
}

.registerPage .FeesSection {
    border: 1px solid #e6e6e6;
    width: 30%;
    font-size: 16px;
    margin-bottom: 20px;
}

.TitleFees {
    background: #244298;
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 !important;
}

.registerPage .FeesSection div {
    margin: 10px 15px;
}

.registerPage .FeesSection p {
    margin: 0;
    font-weight: 100;
    color: initial;
}

.registerPage .FeesSection a {
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    margin: 0 15px;
    border-radius: 5px;
    vertical-align: top;
    display: table;
    text-transform: capitalize;
    font-weight: bold;
}

.table-bordered {
    border: 1px solid #e2e2e2;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #e2e2e2;
    }

    .table-bordered th {
        font-family: 'Roboto-Bold';
        text-transform: capitalize;
        font-size: 16px;
    }

    .table-bordered > tbody > tr > th {
        text-align: center;
    }

        .table-bordered > tbody > tr > th .form-check {
        }

.MyTable {
    margin-bottom: 20px;
}

.table-bordered td {
    font-family: 'Roboto-regular';
    text-transform: capitalize;
    font-size: 14px;
}

form.RegistForm {
    margin-top: 20px;
    margin-bottom: 75px;
}

    form.RegistForm .form-group:first-child {
        display: block;
        width: 66.5%;
    }

    form.RegistForm .form-group {
        display: inline-block;
        width: 33.1%;
        padding: 0 5px;
        vertical-align: top;
    }

        form.RegistForm .form-group .form-control {
            /* margin-left: 8px; */
        }

.registerPage form.RegistForm .form-group.form-Select {
    width: 33.1%;
}

a.AnchorAccept.MyCheck {
    position: relative;
    margin-bottom: 40px;
    display: block;
}

    a.AnchorAccept.MyCheck span {
        font-family: 'Roboto-regular';
        color: #000;
        text-decoration: underline;
    }

.Abtn {
    margin-bottom: 20px;
    background: #2e41a7;
    color: #fff;
    padding: 6px 15px;
    margin-right: 10px;
    font-family: 'Roboto-regular';
}

a.registerNow {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #cb202d;
    color: #fff;
    padding: 6px 15px;
    margin-right: 10px;
    font-family: 'Roboto-regular';
    border-radius: 4px;
}
/************************************************  media   ***************************************************/



@media only screen and (max-width: 585px ) {
}

@media only screen and (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media only screen and (min-width: 767px) {
}

@media only screen and (max-width: 1265px) {
}
@media screen and (max-width: 600px) {
    .table {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .a-logo {
        width: 20%;
		height:90%;
    }

        .a-logo img {
            width: 100%;
        }

    .a_LeftMenu {
        width: 80%;
    }

    .FastLinks {
        float: left;
    }

    .TopMenu {
        right: 0;
        position: relative;
        top: 0;
        float: right;
    }

    .Filtters {
        display: inline-block;
        text-align: center;
    }

    .SearchSection .form-group.form-Select {
        margin-bottom: 10px;
        display: inline-block;
    }

    .SearchSection {
        -webkit-box-align: start;
        -webkit-align-items: start;
        align-items: flex-start;
    }

    .CategoryItem, .AdministrationItem {
        width: 31.1%;
        margin-right: 2.9%;
    }

    form.RegistForm .form-group {
        width: 49% !important;
    }

    .ItemFiveEle {
        width: 23%;
    }

        .ItemFiveEle:nth-child(5n+5) {
            margin-right: 2% !important;
        }

        .ItemFiveEle:nth-child(4n+4) {
            margin-right: 0% !important;
        }
}

@media only screen and (max-width: 990px) {

    .vertical-alignment-helper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 95%;
        margin: 0 auto;
    }

    .modal-dialog.vertical-align-center {
        width: 100%;
    }

    .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a {
        padding: 10px 0px 15px 20px;
        font-size: 11pt;
    }

    .Title1Slide1 {
        width: 85%;
    }

    .Title2Slide1 {
        width: 75%;
    }

    .searchFor {
        margin-right: 5px;
        min-width: 210px;
    }

    .SearchSection .form-group.form-Select {
        margin-right: 5px;
        min-width: 95px;
    }

    .CategoryItem, .AdministrationItem {
        width: 48.7%;
        margin-right: 2%;
    }



        .CategoryItem:nth-child(3n+3), .AdministrationItem:nth-child(3n+3) {
            margin-right: 2%;
        }

        .CategoryItem:nth-child(2n+2), .AdministrationItem:nth-child(2n+2) {
            margin-right: 0;
        }

    .FooterUpDesc p {
        width: 100%;
    }

    .CoursesDetails .SERVICEDesc {
        display: block;
    }

    .ServicsPlaces, .FeesSection {
        width: 100%;
    }

    .registerPage .FeesSection {
        width: 100%;
    }

    .registerPage .form-group.form-Select {
        width: 100%;
    }

    .ItemFiveEle {
        width: 31%;
    }

        .ItemFiveEle:nth-child(5n+5) {
            margin-right: 2% !important;
        }

        .ItemFiveEle:nth-child(4n+4) {
            margin-right: 2% !important;
        }

        .ItemFiveEle:nth-child(3n+3) {
            margin-right: 0% !important;
        }

    .dropdown-menu {
        min-width: 200px;
    }

        .dropdown-menu.columns-2 {
            min-width: 200px;
        }

        .dropdown-menu.columns-3 {
            min-width: 200px;
        }
}

@media only screen and (max-width: 767px) {
    .a-Header {
        position: relative;
        /*min-height: 150px;*/
    }

        .a-Header + section {
            margin-top: 0px;
        }

    .a-logo {
        width: 100%;
        float: left;
    }

        .a-logo img {
            width: auto;
            padding-top: 15px;
            height: 36px;
        }


    .a-Header .navbar-default {
        display: block;
        padding-top: 15px;
        height: auto;
    }

    .navbar-default .a-Menus.navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        z-index: 1;
        position: relative;
        background: #ffffff;
        margin: 0;
    }



    .a-buttonToggle {
        display: inline-block;
        float: right;
    }

    .navbar-default .a-buttonToggle .navbar-toggle {
        margin-right: 0;
    }

    .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a::after {
        display: none;
    }

    .a_LeftMenu {
        width: 100%;
        margin-top: 5px;
        float:left;
    }

    .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav {
        float:left;
        width: 100%;
        margin: 0;
    }

        .navbar-default .a-Menus.navbar-collapse .nav.navbar-nav > li > a:hover {
            color: #4286f5;
            background: #00bcd4;
        }

    .HomeSlider .swiper-slide {
        background-position: right;
    }

    .swiper-pagination {
        bottom: 10%;
    }

    .HomeSlider .swiper-caption .swiper-captionText {
        /*background: rgba(136, 19, 68, 0.5);*/
        margin: 0 2%;
        padding: 10px 5px;
        width: 96%;
    }

    .swiper-button-next {
        right: 10px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .Title1Slide1 {
        font-size: 20pt;
    }

    .Title2Slide1 {
        width: 96%;
        font-size: 12pt;
    }

    .a-Readm, .a-Readm:focus {
        padding: 12px 15px;
        font-size: 10pt;
    }

    .SearchSection {
        display: block;
    }

    .searchFor {
        min-width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .searchBtnDiv {
        width: 100%;
        text-align: center;
    }

    .SERVICEItems .swiper-button-next {
        right: 0%;
    }

    .SERVICEItems .swiper-button-prev {
        left: 0%;
    }

    .CategoryItem, .AdministrationItem {
        width: 100%;
        margin-right: 0% !important;
    }

    .ItemFiveEle {
        width: 48%;
    }

        .ItemFiveEle:nth-child(5n+5) {
            margin-right: 2% !important;
        }

        .ItemFiveEle:nth-child(4n+4) {
            margin-right: 2% !important;
        }

        .ItemFiveEle:nth-child(3n+3) {
            margin-right: 2% !important;
        }

        .ItemFiveEle:nth-child(2n+2) {
            margin-right: 0% !important;
        }

    .dropdown-menu {
        min-width: 100% !important;
        position: relative;
        top: 0;
    }
}

@media only screen and (max-width: 650px) {
}

@media only screen and (max-width: 600px) {
    form.RegistForm .form-group {
        width: 100% !important;
    }
}

@media only screen and (max-width: 550px) {
}

@media only screen and (max-width: 500px) {
    .ItemFiveEle {
        width: 100%;
        margin-right: 0% !important;
    }
}

@media only screen and (max-width: 400px) {
    .ActionBtn a {
        width: 100%;
        text-align: center;
    }

    .MyTabs .nav-tabs > li {
        display: block;
        width: 100%;
    }

    .ServicsPlace {
        display: block;
    }

        .ServicsPlace .ActionBtn {
            margin-bottom: 21px;
            float: left;
            width: 100%;
        }
}

@media only screen and (max-width: 366px) {
}


/************************************************  media   ***************************************************/
