@font-face {src: url(../fonts/JF-Flat-regular.ttf); font-family: jozor}


body {
	font-family: jozor;
	direction: rtl;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	width: 100%
}
a:hover, a:focus {
	text-decoration: none;
}
p {
	line-height: 1.9
}
.pagi {
	width: 100%;
	text-align: center;
}
section {
	padding: 5% 0
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5
}
h2 {
	font-weight: bold;
	color: #2b458b;
	font-size: 25px
}
.button {
	background: #345fd4;
	color: #fff;
	border-radius: 5px;
	padding: 6px 15px;
	display: inline-block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
.button:hover {
	background: #DFA93C;
	color: #2b458b;
}

h1 {
	font-size: 30px;
	color: #2b458b;
	font-weight: bold;
	margin: 0
}

.more {
	margin-bottom: 30px;
	border-bottom: 2px solid #eee;
	position: relative;
}
.more a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	font-size: 14px
}
.more .button {
	background: transparent ;
	border: 1px solid #2b458b;
	color: #2b458b;
}

.social-icons li {
	display: inline-block;
	padding: 10px;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 5px;
	text-align: center;
}

/* Logo and navbar */
.logo .navbar-brand {
	width: 130px;
	height: 100px;
	padding: 0 15px
}
.logo img {
	width: 100%;
	height: 100%
}
.logo > span {
	margin-top: 20px;
	display: inline-block;
	color: #2b458b;
	font-weight: bold;
}
.logo .slogan {
	color: #DFA93C;
	font-weight: bold;
	margin-top: 3px;
	display: inline-block;
}
.top-header {
	background: #fbfbfb
}
.top-header .social-icons li {
	border: none;
}
.top-header .social-icons li a {
	color: #DFA93C
}
.top-header .form-control {
	box-shadow: none;
	border-radius: 0;
	border: none;
	background: transparent;
	border-bottom: 1px solid #eee
}
.top-header .button {
	padding: 4px 15px;
}
.navbar-left {
	margin-top: 20px
}
.navbar-default {
	background: #fff;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #eee
}
.navbar-default .navbar-nav > li > a.visited {
	border-top: 3px solid #DFA93C;
	color: #DFA93C;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
	color: #DFA93C;
}
.navbar-default .navbar-nav > li > a {
	color: #2b458b
}
.navbar-default .navbar-nav > li > a:hover {
	color: #DFA93C;
}
.navbar-nav > li > .dropdown-menu {
	background: rgba(255, 255, 255, .7)
}
.dropdown-menu > li > a:hover {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.dropdown-menu > li:not(:last-of-type) {
	border-bottom: 1px solid #eee
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	background: #6074ab;
    color: #fff;
}
.dropdown-menu > li > a {
	padding: 10px 15px;
	color: #2b458b
}
/* Header slider */
#header {
	width: 100%;
	height: 590px;
	position: relative;
}
#header .caption {
	display: inline-block;
	padding: 3%;
	margin-top: 18%;
	color: #fff;
}
#header .caption p {
	width: 70%;
	margin: auto;
}
#header img {
	width: 100%;
	height: 100%
}
#header .item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

#header #myslide {
  height: 100%
}
#header .carousel-inner {
	width: 100%;
	height: 100%
}
.carousel-inner {
	height: 100%
}
.carousel-inner > .item > img {
  width:100%;
  height: 460px;
}
.carousel-control.left, .carousel-control.right {
  background-image: none
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
	font-size: 15px;
	background: #DFA93C;
	color: #fff;
	line-height: 35px;
	width: 35px;
	height: 35px;
	border-radius: 50%
}
/* /Header slider */
.breif main {
	padding-top: 30px
}
.breif .bri-content, .breif .bri-content > div {
	display: flex;
	flex-wrap: wrap;
}
.breif .bri-content > div {
	margin-bottom: 20px
}
.breif .bri-content > div i {
	font-size: 35px;
	display: inline-block;
	margin-bottom: 15px;
	width: 50px
}
.breif .bri-content p {
	color: #666;
}

/* Newest Programms */
.newest-programms {
	padding-top: 0
}
.newest-programms .row > div {
	margin-bottom: 30px
}
.newest-programms h2 {
	font-weight: bold;
	color: #2b458b;
}

.newest-programms .pro-img {
	position: relative;
	overflow: hidden;
}
.newest-programms .item:hover .pro-info {
	border-color: #ccc
}
.newest-programms .item img {
	height: 200px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.newest-programms .item:hover img {
	transform: scale(1.1) translate(5px);
}
.newest-programms .pro-img .program {
	position: absolute;
	top: 10px;
	right: 10px
}
.newest-programms .pro-img .program .button {
	font-size: 12px;
}
.newest-programms .pro-img .program .button:hover {
	background: #345fd4;
	color: #fff
}
.newest-programms .pro-info {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px 5px;
}
.newest-programms .pro-info h4 {
	font-size: 15px
}
.newest-programms .pro-info h4:hover a {
	color: #2b458b;
}
.newest-programms .pro-info h4 a {
	color: #666
}
.newest-programms .pro-info .train {
	display: block;
	border-top: 1px solid #eee;
	color: #345fd4;
	padding: 5px 0;
	font-weight: bold;
}


/* CTA section */
.cta h2 {
	color: #fff
}
.cta {
	background: -webkit-linear-gradient(rgba(43, 69, 139, .9), rgba(43, 69, 139, .9)), url(../images/parallax.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff
}
.cta ul {
	margin: 20px 0
}

.cta ul li a {
	color: #fff
}
.cta .btn {
	background: #fff;
	color: #345fd4;
	font-weight: bold;
}
/* /CTA section */



/* Team Section */
.teams .more ~ p {
	color: #666;
	margin-bottom: 30px
}
.teams .team > div {
  position: relative;
  margin-bottom: 30px
}
.teams .team > div .te {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(66,66,66, .5);
  margin: 0 15px;
  height: 100%;
  display: none;
  color: #fff;
  padding: 2%;
  overflow: hidden;
  transition: all .5s ease-in-out
}
.teams .team > div .te i {
  margin: 8px;
  font-size: 25px;
  color: #DFA93C
}
.teams .team > div .te h3 {
  margin: 20px 0
}
.teams a {
	color: #fff
}
.teams .dd {
    background: #23527c;
    padding: 6px 12px;
}

.teams .team > div:hover .te {
  animation: hover .7s;
  display: block;
}
.teams .team > div:hover img {
  opacity: .8
}
.teams .team img {
  width: 100%;
  height: 250px;
  border-radius: 10px 5px
}
@-webkit-keyframes hover {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* /Team Section */


/* gallery home section */
.gall {
	background: #fdfdfd
}
.gall img {
	height: 200px
}

/* /gallery home section */


/* Cli section */
.cli img {
	height: 120px;
	width: 80%
} 
/* /Cli section */


/* Gallery page */
.gallery #links > div {
	margin-bottom: 30px
}
.gallery img {
	height: 250px
}


/* /Gallery page */









/* Footer */
footer {
	background: #2b458b;
	color: #fff;
	padding: 4% 0;
	background-size: cover;
}
footer h4 {
	padding-bottom: 20px;
	position: relative;
	font-weight: bold;
}
footer h4:after {
	content: "";
	border-bottom: 2px solid #DFA93C;
	position: absolute;
	width: 60px;
    bottom: 0;
    right: 48%;
}
footer .usefull li {
	padding: 10px 5px;
	display: inline-block
}
footer .usefull li a {
	color: #a9a4a4
}
footer .usefull li:not(:last-child):after {
	content: "|";
	margin-right: 20px;
	color: #fff
}
footer .usefull ul li:hover {
	background: #3a57a5
}
footer a {
	color: #fff
}
footer a:hover {
	color: #fff
}
footer .media img {
	width: 80px;
	height: 80px
}
.copy {
	padding: 15px 0;
	color: #fff;
	background: #081d54;
    border-top: 1px solid #656464;
}
.copy a {
	color: #fff
}
.to-top {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 35px;
	height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 32px;
    z-index: 2;
    font-size: 30px;
    color: #DFA93C;
    cursor: pointer;
    display: none
}
/* /Footer */


/* Header of the inner pages */
.main {
	background: linear-gradient(rgba(0,0,0, .5), rgba(0,0,0, .5)), url(../images/12.jpg) no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 50px;
    color: #fff;
}
.main h2 {
	color: #fff;
	font-size: 30px
}
.breadcrumb > li + li:before {
	content: ">";
}
.breadcrumb > .active {
	color: #DFA93C
}
.breadcrumb {
    background: none;
    border: none;
    margin: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0
}
.breadcrumb li a {
	color: #2b458b
}
/* /Header of the inner pages */


/* about pages */
.vission img, 
.mission img,
.goal img,
.value img {
	width: 50%;
	height: 300px;
	margin: 20px;
}

.vission p, 
.mission p, 
.goal p,
.value p  {
	font-size: 15px
}
/* about pages */



/* Contact page */

.contact .message {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 10px 0px rgba(214,214,214,1);
	padding: 2% 1%;
	margin-bottom: 50px
}
.contact .message h3 {
	margin-top: 0;
	font-weight: bold;
	color: #666
}
.contact .contact-data {
	padding: 2% 1%;
	color: #777
}
.contact .contact-data:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.contact .contact-data span {
	font-weight: bold;
	color: #2b458b
}
.contact .contact-data i {
	margin-left: 10px;
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-align: center;
	line-height: 30px
}
.contact .contact-data:hover i {
	background: #DFA93C;
	color: #fff;
	border-color: #DFA93C 
}
.contact .message h3:before {
	content: url(../images/globe.png);
	margin-left: 20px
}
.map {
	width: 100%;
    padding: 1%;
}
#gmap_canvas {
	height: 300px;
    width: 100%;
}
/* /contact page */

/* courses page */
.courses img {
	height: 300px
}
.courses-content {
	margin-top: 50px;
}
.courses-content .pro-img {
	position: relative;
	overflow: hidden;
}
.courses-content .pro-info {
	position: absolute;
	top: 0;
	background: #325ac5;
	padding: 1%;
}
.courses-content .pro-info a {
	color: #fff
}
.courses-content .item-1 {
	margin-bottom: 30px
}
.courses-content .item-1 img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.courses-content .item-1:hover img {
	transform: scale(1.1) translate(5px);
}
/* /courses page */


/* One course page */
.one-course img {
	height: 400px;
	margin-bottom: 30px
}
.one-course h3, .one-course h4 {
	color: #2b458b;
	font-weight: bold
}
.one-course .course-feat ul li {
	list-style: square;
	padding: 10px 0;
	color: #666
}
.one-course .course-feat {
	margin-bottom: 50px
}
.one-course .related {
	border-top: 1px solid #eee
}
.one-course .related img {
	height: 100px;
	width: 100px
}
.one-course .modal-header {
	background: #eee
}
/* /One course page */


/* Instractours page */
.instractours h1 {
	margin-bottom: 50px
}
.instractours .row  {
	display: flex;
	flex-wrap: wrap
}
.instractours .row > div {
	margin-bottom: 30px
}
.instractours header {
	background: #2b458b;
    position: relative;
    padding: 1% 2%;
    width: 100%;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -2px;
    width: 100%;
}
.instractours header a {
	color: #fff
}
.instractours .insta-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fbfbfb
}
.instractours .insta-wrap img {
	height: 200px
}
.instractours header span {
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 5px;
    font-size: 14px;
    color: #fff	
}
.train-social {
	margin: 20px 0
}
.train-social li {
	display: inline-block;
}
.train-social li i {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #eee
}
.train-social li a {
	color: #666
}
.train-social li:hover a {
	color: #fff
}
.train-social li:hover .fa-facebook {
	background: #3b5998
}
.train-social li:hover .fa-twitter {
	background: #1da1f2
}
.train-social li:hover .fa-google-plus {
	background: #dd4b39
}
/* /Instractours page */


/* Trianer page */
.trainer .des-trainer {
	color: #DFA93C;
	font-weight: bold;
	display: inline-block;
	margin: 20px 0
}
.trainer img {
	height: 250px
}
.trainer .col-md-8 ul {
	margin-right: 20px
}
.trainer .col-md-8 ul li {
	padding: 10px 0;
	color: #666;
	list-style: square;
}
/* /Trainer page */

/* Membership page */
.member img {
	width: 50%;
	height: 300px;
	margin: 20px;
}

.member ul li {
	padding: 8px 0;
	color: #666
}
.member h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-weight: bold;
}
/* /Membership page */


/* Certificate page */
.certificate h1 {
	margin-bottom: 50px
}
.certificate .col-md-8 {
	margin-bottom: 30px
}
.certificate .table-responsive {
	margin: 30px 0
}
#cerImg {
    border-radius: 5px;
    cursor: zoom-in;
    transition: 0.3s;
    height: 255px
}
#cerImg:hover {opacity: 0.7;}
.zoom {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.8); 
    z-index: 9999
}
.zoom-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.closee {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closee:hover,
.closee:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .zoom-content {
        width: 100%;
    }
}
.zoom-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* /Certificate page */


/* Verification page */
.verification h1 {
	margin-bottom: 50px
}
.verification .row > div {
	margin-bottom: 30px
}
.verification img {
	width: 100%;
	height: 200px;
}
.verification th {
	color: #2b458b
}
/* /Verification page */


/* blog page */
.blog h1 {
	margin-bottom: 50px
}
.blog h3 {
	border-right: 2px solid #DFA93C;
	padding-right: 10px;
	font-size: 20px
}
.blog .post {
	margin-bottom: 50px
}
.blog .post img {
	height: 240px
}
.blog img:hover {
	outline: 1px solid #eee;
	outline-offset: -5px
}
/* /blog page */


/* one blog page */
.one-blog h1 {
	margin-bottom: 50px
}
.one-blog .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.one-blog article {
	margin-bottom: 30px
}
.one-blog article img {
	height: 190px
}
.one-blog h4 {
	margin: 0;
	margin-bottom: 10px
}
.one-blog .button {
	padding: 5px
}
.one-blog img:hover {
	outline: 1px solid #eee;
	outline-offset: -5px
}
/* /one blog page */


/* article page */
.article .blog-meta {
	margin: 20px 0;
	color: #DFA93C
}
.article img {
	height: 400px;
	margin-bottom: 30px
}
.article .comments iframe {
	width: 100%;
	height: 300px
}
aside .cat {
	display: flex;
	flex-wrap: wrap
}
aside .cat h2 {
	width: 100%
}
aside .cat ul {
	width: 50%
}
aside {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
aside h2, aside h3 {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 4% 0;
	font-weight: bold;
	color: #2b458b;
}
aside > div:not(:last-of-type) {
	margin-bottom: 50px
}
aside .follow {
	margin-bottom: 0 !important
}
aside .ab img {
	height: 200px;
	margin: 20px 0
}
aside .ads img {
	height: 220px
}
aside .media img {
	width: 80px;
	height: 60px
}
aside .popular .media {
	text-align: right
}
aside .popular .media a {
	color: #DFA93C
}
aside .popular .media span {
	font-size: 11px
}
aside .cat ul li {
	padding: 10px;
	display: inline-block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
aside .cat ul li:not(:last-of-type) {
	border-bottom: 1px solid #ddd
}
aside .cat ul li a {
	color: #524847;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
aside .cat ul li a:hover {
	color: #DFA93C;
}
/* /article page */


/* Search page */
.search h1 {
	margin-bottom: 50px
}
.search img {
	height: 200px
}
.search .row > div {
	margin-bottom: 30px
}

/* /Search page */

/* clients page */
.clients h1 {
	margin-bottom: 50px
}
.clients .row > div {
	margin-bottom: 70px;
	text-align: center;
	height: 200px;
}
.clients img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.clients img:hover {
	transform: scale(1.1);
}
/* /clients page */


/* 404 page */
.error h1 {
	font-size: 100px
}
.error h1 span {
	color: #DFA93C;
}

/* 404 page */






/* overridding bootstrap carousel  */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}


/* Preloader */
.preloader {
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}
@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #33539F;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #33539F;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

/* Thank you page */
.thank img {
	width: 50%
}

/* /Thank you page */

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	height: inherit !important
}
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
	height: 100% !important
}
.owl-theme .owl-nav {
	position: relative;
}
.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	bottom: 55px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 50%;
    background: #DFA93C
}
.owl-carousel .owl-nav .owl-prev {
	right: 0;
}
.owl-carousel .owl-nav .owl-next {
	left: 0
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #2b458b
}