
html, 
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #798289;
  line-height: 1.0;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: url(../pics/bg.jpg) repeat fixed;

}
 @font-face {
    font-family:"dijFont-Reg";
	src: url('../fonts/dijFont-Reg.eot');
	src:url("../fonts/dijFont-Reg.eot?#iefix") format("embedded-opentype"), url('../fonts/dijFont-Reg.woff') format('woff'), url('../fonts/dijFont-Reg.ttf') format('truetype'), url('../fonts/dijFont-Reg.svg') format('svg');
}
 @font-face {
    font-family:"dijFont-Bold";
	src: url('../fonts/dijFont-Bold.eot');
	src:url("../fonts/dijFont-Bold.eot?#iefix") format("embedded-opentype"), url('../fonts/dijFont-Bold.woff') format('woff'), url('../fonts/dijFont-Bold.ttf') format('truetype'), url('../fonts/dijFont-Bold.svg') format('svg');
}
 @font-face {
    font-family:"cocon";
	src: url('../fonts/cocon.eot');
	src: url('../fonts/cocon.eot?#iefix') format('embedded-opentype'),  url('../fonts/cocon.woff') format('woff'),  url('../fonts/cocon.ttf') format('truetype'),  url('cocon®nextarabic-light.svg#cocon®nextarabic-light') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
  color: #333;
}
a:hover {
  color: #888;
}
.control-label,.alert{
	font:13px dijFont-Reg;
}
ul, li {
  list-style: none;
  margin:0 0 10px;
  padding: 0;
}
.white {
  background-color: #fff !important;
}
.sub-head {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #798289;
  text-transform: uppercase;
}
.title {
  display: block;
  text-align: center;
}
.title h2 {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 30px 10px;
  color: #0aabe1;
}
.title h2:after {
  background: none repeat scroll 0 0 #0aabe1;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 50px;
}
.title h2:hover:after { 
  left: 0;
  margin-left: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.app:before,
.app:after {
  display: table;
  content: " ";
}
.app:before,
.app:after {
  clear: both;
}
.video .trans-bg {
  padding: 0;
}
.trans-bg {
  position: relative;
  background: rgba(0, 167, 221,0);
  padding: 120px 0;
  
}

::-moz-selection { background: #A9D0F5; color: #5F5A5A }
     ::selection { background: #A9D0F5; color: #5F5A5A } 

/*------ For solid background color-----*/
section.solid-bg, #footer.solid-bg {
  background: #166183;
  padding: 120px 0;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
/* ========================= Customize ========================= */

#customize {
	color: #FFF;
	text-transform: uppercase;
	z-index:99999;
	text-align:center;
	vertical-align:sub;
}

#customize h6 {
	margin-top:0px;
	color:#FFF;
}
#customize h5:hover { background-color:#1d6395; }
#customize .wrapper { display:none; }
#customize .colors { margin:15px 0px; }
#customize .colors a {
	display: inline-block;
	width: 28px;
	border-radius: 50%;
	height: 28px;
	margin: 3px 2px;
	 -webkit-transition: opacity .2s ease-in-out;
	 -moz-transition: opacity .2s ease-in-out;
	 -ms-transition: opacity .2s ease-in-oute;
	 -o-transition: opacity .2s ease-in-out;
	 transition: opacity .2s ease-in-out;	
}
#customize .colors a:hover {
	 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	 filter: alpha(opacity=70);
	 opacity: 0.7;
}
#customize .background { margin:15px 0px; }
#customize .background a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 3px 1px;
	border: 2px solid #FFF;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-oute;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	line-height:0;
}
#customize .background a:hover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#customize .background a img {
	width:100%;
	height:100%;
	margin:0px;
}
/*
========================================================================
# - 1.1 - Heading styles
------------------------------------------------------------------------
*/
h1, h2, h3, h4 {
  /*font-family: 'Dosis', sans-serif;*/
  margin: 10px 0;
  text-transform: uppercase;
} 

h1 {
  font-size: 60px;
}
h2 {
  font-size: 46px;
}
h3 {
  font-size: 24px;  
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}

/*
========================================================================
# - 1.2 - Button styles
------------------------------------------------------------------------
*/
a:link{
	text-decoration:none;
}


.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #f3f4f5;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius:5px !important;
  
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00A8E0;
  color:#FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
   border-radius:5px !important;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white !important;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
   border-radius:5px !important;
}


/*.btn{
	border-color:#CCCCCC !important; position:relative;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  background: #0aabe1;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
.btn:hover:after {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn:hover{
	color:#FFF !important;background: #0aabe1;
}
.btn:hover .btn ,
.btn.active,
.btn:active {
  color: #fff;
  z-index: 1;    
}*/


/*
========================================================================
# - 1.3 - Preloader styles
------------------------------------------------------------------------
*/

#faceoff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2B8B90;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 55001;
}

#preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #356F66;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #92E0D4;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#faceoff .preloader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1500;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

/* Loaded */
.loaded #faceoff .preloader-section {
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #faceoff {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}

/*
========================================================================
# 2 - Header styles
------------------------------------------------------------------------
*/
.floatleft{float:left !important;}
.floatright{float:right !important;}
.top-margin {
	margin-top:92px;
	width:100%;
	max-height:150px;
}
header {
  display: none;
  padding: 10px 0;
  
background: #b2dcea;
background: -moz-linear-gradient(top, #b2dcea 0%, #ffffff 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #b2dcea), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #b2dcea 0%, #ffffff 100%);
background: -o-linear-gradient(top, #b2dcea 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #b2dcea 0%, #ffffff 100%);
background: linear-gradient(to bottom, #b2dcea 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2dcea', endColorstr='#ffffff', GradientType=0 );

  -webkit-box-shadow:0 0 9px -5px #000;
  -moz-box-shadow:0 0 9px -5px #000;
  box-shadow:0 0 9px -5px #000;
}
header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
header .navbar-default .navbar-toggle {
  border-color: #CC3300;
  border: 0;
  border-radius: 2px;
  margin:5px 0;
}
header .navbar-default .navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background: transparent;
}
header .navbar-default .navbar-toggle .icon-bar {
  background: #0AABE1;
}
header .navbar {
  border-radius: 0;
  margin-bottom: 0;
}
header ul > li  {
  margin-bottom: 0px; 
}
header .navbar-default .navbar-nav > .current > a, 
header .navbar-default .navbar-nav > .current > a:hover,
header .navbar-default .navbar-nav > .current > a:focus {
    background-color: #00A7DD;
    color: #FEFEFE;
}
header .navbar-default .navbar-nav  a:hover,
header .navbar-default .navbar-nav  a:focus {
    background-color: #00A7DD;
    color: #FEFEFE !important;
}
.header_page{ 
	background-color:#0aabe1;
	float:right;
	padding:2px 5px;
	border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	margin:10px 0px;
	height:46px;
}
.header_page h5{
  font-family: dijFont-Reg, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  padding:5px 0;
  background-color:#0aabe1;
  color:#fff;
  vertical-align:central;
  line-height:16px;
  float:right;
}
.header_page >h5>a{color:#fff; text-decoration:none;background-color:#5FBDDC !important;}
.header-first{ background-color:#5FBDDC !important;}
.header-first > h5{ background-color:#5FBDDC !important;}

.slesh { font-size:57px; line-height:40px; padding:13px 5px;;float:right;color:#0aabe1}
.col-md-12{margin-bottom:5px; position:relative}
/*
========================================================================
# - 2.1 - Menu styles
------------------------------------------------------------------------
*/
header h1 {
  margin: 0;
  font-size: 0;
}
header .nav > li > a ,header .nav > li ul li a{
  font: 15px dijFont-Bold, sans-serif !important;
  padding: 12px 15px;
  border-radius: 2px;
}
header .nav > li ul li a{
	font: 14px dijFont-Bold, sans-serif !important;
	padding: 12px 15px;
}
header .navbar-default .navbar-nav > li > a {
  color: #00a7dd;border-radius:5px !important; margin:0 0 0 4px;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #017298;
}
header .navbar-default .navbar-nav > .active > a, 
header .navbar-default .navbar-nav > .active > a:hover, 
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #00a7dd;
  color: #fefefe;
}
header .navbar-default .navbar-nav > li > a:hover, 
header .navbar-default .navbar-nav > li > a:focus {
  color: #00a7dd;
  border:none;
}

/*
========================================================================
# - 2.2 - App styles
------------------------------------------------------------------------
*/
.app {
  text-align: center;
}
header .app li {
  float: left;
  margin-left: 10px;
} 
.app li .fa {

  font-size: 20px;
}
/*
========================================================================
# - 2.3 -Tabs
------------------------------------------------------------------------
*/


.margin-bottom{
	border-bottom:2px solid #5FBDDC;
	width:100%;
	height:50px;
}
.tab-content {
	clear:both;
}

.tabyear li{
	width:200px;
	background-color: #09F;
	margin-left:5px;
	text-align:center;
	border-radius:10px;
	margin-bottom:0px;

}
.tabyear li a{
	border:none;
	color:#FFF !important;	
}
.tabyear li.active {background-color:#fff !important;}
.tabyear li.active a{
	color:#09F !important;
	border-bottom:1px solid transparent !important;
}
.mid-title{
	width:250px;
	text-align:center !important;
	margin:10px auto;
	border-radius:10px;	
	padding:15px;
    font-family:dijFont-Reg, sans-serif;
	font-weight:bold;
	color:#333 !important;
	max-height:56px;
	clear:both;
}
.lititle{
	background-color:#f5f5f5;
    font-family:dijFont-Reg, sans-serif;
	font-weight:100;;
	margin-bottom:0px !important;
	direction:rtl;
	padding-right:15px;	
}
.lititle li{
	margin-bottom:0px !important;
	width:30% ;
	text-align:right ;
	display:inline-block;
	border-bottom:none !important;
	padding:0px ; 
	
}
.lititle li:last-child{
	text-align:center !important;
}
/* ================== Video span =================*/

.last-three {
	border:2px solid #e1e1e1;
	border-radius:10px;
	padding:10px;
	margin:25px 0px;
	float:right;
}
.last-three ul li{
	display:inline-block;
	width:33%; 
}



/* ================ audio span ==================*/
.music{
	width:100%;
	height:200px;
}
.music audio {
	width:100%;
	margin:auto 10px;
}
.submusic i .fa{
	float:right;
	font-size:15px;
	direction:rtl;
	display:block;
	clear:right;

}
.submusic h4{
	display:inline-block;
    font-family:dijFont-Reg, sans-serif;
	font-size:15px;
	padding-right:10px;
	line-height:20px;
	color:#000;
}
.submusic i {
	color:#000;
	float:right;
	direction:rtl;
	clear:right;

}
.submusic p{
	display:inline-block;
	padding-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#798289 !important
}


/*
========================================================================
# 3 - Banner styles
------------------------------------------------------------------------
*/
#video-background {
  position: absolute;
  width: 100%;
  height: 650px;
}
#videobcg { 
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: -1000;
   overflow: hidden;
}
#background-carousel{
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:820px;
  z-index:-1;
}
#background-carousel .carousel,
#background-carousel .carousel-inner {
  width:100%;
  height:100%;
  z-index:0;
  overflow:hidden;
}
#background-carousel .item {
  width:100%;
  height:100%;
  z-index:0;
  -webkit-transition: opacity 1s;
     -moz-transition: opacity 1s;
      -ms-transition: opacity 1s;
       -o-transition: opacity 1s;
          transition: opacity 1s;
}
#background-carousel .item-no1 {
  background: url(../images/slider/slide-1.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
#background-carousel .item-no2 {
  background: url(../images/slider/slide-2.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#background-carousel .item-no3 {
  background: url(../images/slider/slide-3.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#background-carousel .carousel .active.left {
  left:0;
  opacity:0;
  z-index:2;
}
#content-wrapper {
  position:absolute;
  z-index:1 !important;
  min-width:100%;
  min-height:100%;
}
.banner-carousel .trans-bg {
  padding: 0 0px 120px; 
  height: 741px;
}
.banner .container-fluid {
  position: relative; 
}
.banner {
  background: url(../images/slider/slide-1.jpg) top left no-repeat fixed;
  /*background-size: 100% 100%;*/
  background-size: cover;
  
}
section.banner-carousel {
  padding-top: 0px;
}
.banner-carousel h2,
.banner h2 {
  text-align: center;
  margin-bottom: 25px;
}
.banner-carousel h3,
.banner h3 {
  text-transform: capitalize;
  margin-bottom: 50px;
}
.banner-title {
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.banner-carousel p,
.banner p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.banner-carousel h2 .lg-logo:hover img,
.banner h2 .lg-logo:hover img {
  position: relative;
  z-index: 2;
}
.lg-logo img {
	width: 50px;
	height:50px;
}
.banner-carousel h2 .lg-logo,
.banner h2 .lg-logo {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/*.banner h2 .lg-logo.default-color {
  -webkit-box-shadow: 0px 0px 0px 10px rgb(114, 173, 189);
     -moz-box-shadow: 0px 0px 0px 10px rgb(114, 173, 189);
          
   box-shadow:0px 0px 0px 10px rgb(114, 173, 189); 
}*/

.banner-carousel h2 .lg-logo,       
.banner h2 .lg-logo {
  /*position: relative;*/
  display: inline-block;
 /* background: rgb(228, 240, 243);
  -webkit-box-shadow: 0px 0px 0px 10px rgba(16, 23, 26, 0.21);
     -moz-box-shadow: 0px 0px 0px 10px rgba(16, 23, 26, 0.21);
          box-shadow:0px 0px 0px 10px rgba(16, 23, 26, 0.21);
  border-radius: 50%;
  padding: 10px;*/
  line-height: 35px;
  font-size: 28px;
  text-decoration: none;
  color: #fff;
}
/*.banner-carousel h2 .lg-logo:after,
.banner h2 .lg-logo:after {
  content: "";
  position: absolute;  
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner-carousel h2 .lg-logo:hover:after,
.banner h2 .lg-logo:hover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: rgb(228, 240, 243);
}
*/
.download-block .btn-download {
  margin: 25px 5px 0px;
  font-weight: 700;
  padding: 15px 55px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #0aabe1;
  border-radius: 2px;
  -webkit-transition: .3s ease;
     -moz-transition: .3s ease;
      -ms-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
}
.download-block .btn-download:hover {
  background: #ff7f66;
}
.banner-carousel .app,
.banner .app {
  text-align: center;
}
.banner-carousel .app li,
.banner .app li {
  display: inline-block;
  margin: 0 33px; 
}
.banner-carousel .app li .fa,
.banner .app li .fa  {
  color: #fff;
  font-size: 30px;
}
.banner-carousel .app li .fa:hover,
.banner .app li .fa:hover {
  color: #086176;
}

.text-slider {
  margin-bottom: 30px;
}
.flex_text ul {
  padding-left: 0;
}
.flex_text li {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}

/*----banner image Version----*/

.norm-img .trans-bg {
  background: rgba(0, 0, 0, .38);
}


/*
========================================================================
# 3.1 - Sidebar right
------------------------------------------------------------------------
*/
.sidebar {
	padding-right:10px;
	border-right:1px solid #e1e1e1;
}
.widget {margin-bottom:20px;}
.widget-title {
  text-align:center;
  font-family: dijFont-Reg, sans-serif;
  padding:10px;
  line-height:16px;
  font-weight:bolder;
  font-size:20px;
  border:2px solid #087092 ;
  border-radius:5px;
  width:250px;
  color:#087092 !important;
  margin:10px auto;
}
.gallery > ul {
  margin: -15px -7px 0; 
}
.gallery > ul > li {
  float: right;
  margin: 15px 0 0;
  list-style: none;
  padding: 0 7px;
  width: 50%;
}
.gallery > ul > li a img {
  width: 100%;
}
.panel-group {
  text-align:center;
}
.panel-group a {
  text-decoration:none;
}
.panel-body{ padding:0px 10px !important;}
.picture-body li{
   padding:7px 5px;
   font:12px dijFont-Reg;
   margin:0px;
   display:inline-block;
   width:100%;
   color:#111;
   direction:rtl;
   text-align:right;
   border-bottom:solid 1px #e1e1e1;
  }
.picture-body li:last-child{
  border-bottom:none;
}
.picture-body li img {
	float:right;
	padding-left:5px;
	vertical-align:middle;
}
.picture-body i {
	padding-left:15px;
	direction:ltr;
	text-align:right;}
.tab-content .panel-group {
	text-align:right !important;
	margin-top:50px !important;
}
.last-question li audio {
	float:left;
}
/*
========================================================================
# 4 - Intro styles
------------------------------------------------------------------------
*/
.intro {
  overflow: hidden;
  padding: 120px 0;
}
h2 {
  font-weight: 800;  
  margin-bottom: 50px;
  color: #fff;
}
h3 {
  font-weight: 600; 
  color: #0aabe1;
}
.intro .fa {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 10px;
  padding: 22px;
  color: #00a8e0;
  border: 2px solid #00a8e0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition:  all ease-in .4s;
  -webkit-transition: all ease-in .4s;
  -moz-transition: all ease-in .4s;
}
.app-block {
  text-align: center;
  margin-bottom: 30px;
}
.app-block:hover .fa {
  color: #fff;
  box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -webkit-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -moz-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  border: 2px solid transparent;
}

/*
========================================================================
# 5 - Feature styles
------------------------------------------------------------------------
*/

.feature {
  background: url(../images/feature_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}
.feature-list-left li {
  text-align: right;
  padding-right: 80px;
}
.feature-list-left li, .feature-list-right li {
  position: relative; 
  margin-bottom: 30px;
}
.feature-list-left .feature-icon {
  position: absolute;
  top: 15%;
  right: 0px;
  width: 58px;
  height: 58px;  
}
.feature-list-left .feature-icon, .feature-list-right .feature-icon {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all ease-in .4s;
  -moz-transition: all ease-in .4s;
  -o-transition: all ease-in .4s;
  -ms-transition: all ease-in .4s;
}
.feature-list-left .fa, .feature-list-right .fa {
  font-size: 23px;
  line-height: 56px;  
}
.feature-list-right .feature-detail {
  
}
.feature-list-right li {
  text-align: left;
  padding-left: 80px;
}
.feature-list-right .feature-icon {
  position: absolute;
  top: 15%;
  left: 0px;
  width: 58px;
  height: 58px;
}

.feature h4 {
  font-weight: 700;
  color: #fff;
}
.feature p {
  font-size: 14px;
  color: #fff;
} 
.feature-list-left li:hover .feature-icon, .feature-list-right li:hover .feature-icon {
  box-shadow: inset 0px 0px 0px 50px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 50px #fff;
  -moz-box-shadow: inset 0px 0px 0px 50px #fff;
  color: #00A7DD;
  border: 2px solid transparent;
}

/*
========================================================================
# 6 - Why it best styles
------------------------------------------------------------------------
*/

section.description {
  padding-top: 120px;
  padding-bottom: 0;
}
.description-list li {
  font-size: 20px;
  margin-bottom: 16px;
}
.des-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.description-list li .fa {  
  color: #00A7DD;
  font-size: inherit;
}


/*
========================================================================
# 7 - How it work styles
------------------------------------------------------------------------
*/

section.video {
  padding: 0 0;
}
.video {
  background: url(../images/video_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  height: 500px;
}
.video-mask {
  padding: 80px 0;
}
.play {
  background: #fff url(../images/play-btn.png) no-repeat 60% 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5); 
  display: inline-block;
  margin-bottom: 40px;
  -webkit-transition: all ease-in .4s;
  -moz-transition: all ease-in .4s;
  -o-transition: all ease-in .4s;
  -ms-transition: all ease-in .4s;
}
.play:hover {
          box-shadow: 0px 0px 15px 20px rgba(0, 84, 111, 0.5);
  -webkit-box-shadow: 0px 0px 15px 20px rgba(0, 84, 111, 0.5);
     -moz-box-shadow: 0px 0px 15px 20px rgba(0, 84, 111, 0.5);
}

/*----------norm-img Version--------*/
.norm-img .play {
  box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
  -webkit-box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
  -moz-box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
}
.norm-img .play:hover {
  box-shadow: 0px 0px 15px 20px rgba(4, 4, 5, 0.47);
  -webkit-box-shadow: 0px 0px 15px 20px rgba(4, 4, 5, 0.47);
  -moz-box-shadow: 0px 0px 15px 20px rgba(4, 4, 5, 0.47);
}

.video span {
  font-family: "Dosis",sans-serif;
  font-weight: 800;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
}
.video-container{
  position:relative;
  padding-bottom:54.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  margin-top: -130px;
  display: none;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*
========================================================================
# 8 - Screenshots styles
------------------------------------------------------------------------
*/
.screenshot {
  padding: 120px 0;
}
/*.owl-theme .owl-controls {
  top: 40%;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  margin: 0;
  height: 90px;
  position: absolute;
  width: 45px;
  text-indent: -99999px;
  display: none;
}
.owl-carousel:hover .owl-buttons div {
  display: block;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
  background: #fff url(../images/left-arrow.png) no-repeat 0px 5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background: rgba(255, 255, 255, 0.4) url(../images/left-arrow-hover.png) no-repeat 0px 5px;   
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
  background: #fff url(../images/right-arrow.png) no-repeat 0px 5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: rgba(255, 255, 255, 0.4) url(../images/right-arrow-hover.png) no-repeat 0px 5px;
}*/
.screenshot-block {
  position: relative;
  overflow: hidden;
  text-align: center; padding:20px; margin:0px 10px
}
.screenshot-block .caption {
  background: rgba(0, 167, 221, 0.40);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 65% 5%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  -webkit-transform: rotate(-360deg) scale(0,0);
  -moz-transform: rotate(-360deg) scale(0,0);
  -ms-transform: rotate(-360deg) scale(0,0);
  -o-transform: rotate(-360deg) scale(0,0);
  transform: rotate(-360deg) scale(0,0);
  color:#000;
  font:bold 13px tahoma;
}
.screenshot-block:hover .caption {
  -webkit-transform: rotate(0deg) scale(1.2,1.2);
  -moz-transform: rotate(0deg) scale(1.2,1.2);
  -ms-transform: rotate(0deg) scale(1.2,1.2);
  -o-transform: rotate(0deg) scale(1.2,1.2);
  transform: rotate(0deg) scale(1.2,1.2);
}
.screenshot-block .caption div{
	background-color:#FFF; margin:0px 15px; padding:5px;
}
.screenshot-block .caption a {
  display: inline-block;
  vertical-align: middle;
}
.screenshot-block .caption .fa {
  font-size: 30px;
  background: #fff;  
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px rgba(0, 167, 221, 0.8);
  -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 167, 221, 0.8);
  -moz-box-shadow: 0px 0px 0px 15px rgba(0, 167, 221, 0.8);
  font-size: 56px;
  height: 70px;
  line-height: 76px;
  width: 70px;
}

/*
========================================================================
# 9 - Review styles
------------------------------------------------------------------------
*/

.review {
  background: url(../images/reviews_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.review .carousel-inner .item{
  padding: 0 120px;
}
.review .carousel-inner > .item > img {
  width: auto;
}
.carousel-control.right, .carousel-control.left {
  filter:inherit;
}
.reviewer-name {
  position: relative;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize; 
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.reviewer-name:after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}
.review-comp {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
}
.review-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 25px 0 30px;
  box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
}
.review-img:after {
  position: absolute;
  content: "";
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -moz-box-shadow: 0 0 0px 10px rgba(0, 167, 221, 0.5);
  -webkit-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
}
.review-img:hover:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.carousel-inner > .item > img {
  display: inline-block;
}

/*----norm-img Version----*/
.norm-img .review-img {
  box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -webkit-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -moz-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
}
.norm-img .review-img:after {
  box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -webkit-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
  -moz-box-shadow: 0 0 0px 20px rgba(32, 60, 69, 0.21);
}

.carousel-control {
  width: 50px;
  height: 50px;
  top: 34%;
}
.review p {
  font-style: italic;
}
.review .carousel-control.left, .review .carousel-control.right {
  background-image: none;
}
.review .carousel-control .fa {
  font-size: 120px;
  line-height: .6;
}
.review .carousel-control {
  text-shadow:none;
}


/*
========================================================================
# 10 - Pricing table styles
------------------------------------------------------------------------
*/
.pricingtable-section {
  padding: 120px 0;
  overflow: hidden;
}

.price-block {
  margin-bottom: 20px;
}
.price-header {
  background: #0aabe1;
  padding:20px;
  text-align: center;
  height: 180px;
  overflow: hidden;
}
.price-block:hover .price-header,
.price-block.active .price-header {
  background: #048bb9;
}
.price-header h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 12px;
  color: #fff;
  text-transform: capitalize;
}
.price-header .fa {
  font-size: 50px;
  color: #0aabe1;
  line-height: 1.8;
  width: 155px;
  height:155px;
  border-radius: 50%;
  color: #fff;
}
.price-plan {
  text-align: center;
  font-size: 20px;
  background: #fff;
}
.price-plan ul li {
  padding: 20px;
}
.price-plan ul li:nth-child(2n) {
  background: #f7f7f7;
}
.price {
  font-family: 'Dosis', sans-serif;
  color: #0aabe1;
  font-size: 20px; 
}
.month {
  font-family: 'Dosis', sans-serif;
  color: #b5b5b5;
}

/*
========================================================================
# 11 - Download store styles
------------------------------------------------------------------------
*/

.downlaod {
  background: url(../images/download_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.downlaod .btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  padding: 8px 40px;
  margin: 0 15px 15px 0;
}
.downlaod .btn:hover {
  background: #fff;
  color: #00a7dd;
  z-index: 1;
}
.downlaod .btn:after {
  background: #fff;
}
.downlaod .fa {
  margin-right: 10px;
}
.downlaod p {
  color: #fff;
  margin-bottom: 50px;
}

.library-block {
  position: relative;
  background: #f7f7f7;
  margin: 15px 0 0; 
  padding: 0px 10px 0px;
  text-align: center;
  border:solid 1px #e1e1e1;
}
/*
========================================================================
# 11 - Help & Support styles
------------------------------------------------------------------------
*/
.support {
  position: relative;
  padding: 5px 0 15px;
  overflow: hidden;
}
.support-block {
  position: relative;
  background: #fff;
  margin: 15px 0px 0; 
  padding: 0px 10px 5px;
  text-align: center;
  border:solid 1px #e1e1e1;
}
.support-block:hover,
.support-block.active {
  background: #e1e2e3;border:solid 1px #ddd;
}
.support-block:hover p,
.support-block.active p {
  color: #fff;
}
.support-block.active h3,
.support-block:hover h3 {
	background-color:#FFF;
	color:#0aabe1;
}
.support-block:hover .top-icon,
.support-block.active .top-icon {
  background: #fff;
  color: #0aabe1;
  box-shadow: 0px 0px 0px 10px #0aabe1;
  -webkit-box-shadow: 0px 0px 0px 10px #0aabe1;
  -moz-box-shadow: 0px 0px 0px 10px #0aabe1;
}
.support-block h3 {
  font-family: dijFont-Bold, sans-serif;
  margin-bottom: 10px;
  padding:10px 0;
  background-color:#0aabe1;
  color:#FFF;
  font-size:90%;
} 
.support-block .support-icon {
  position: absolute;
  top: -31px;
  left: 50%;
  margin-left: -31px;
}
.support-block .top-icon {
  width: 63px;
  height: 63px;
  font-size: 30px;
  line-height: 2;
  color: #fff;
  background: #0aabe1;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px #cceef9;
  -webkit-box-shadow: 0px 0px 0px 10px #cceef9;
  -moz-box-shadow: 0px 0px 0px 10px #cceef9;
}

/*
========================================================================
# 12 - Subscription styles
------------------------------------------------------------------------
*/

.subscription {
  background: url(../images/subscription_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn-sub {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid #fff;
  padding: 13px 40px; 
}
.btn-sub:hover {
  background: #0aabe1;
}
.subscription .form-control {
  font-family: 'Dosis', sans-serif;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  height: 48px;
  line-height: 1.42857;
  padding: 8px 12px;
}
.subscription .form-control:focus {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.subscription .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.subscription .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.subscription .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.newsletter-success {
  background: transparent;
  border: 1px solid #64AB89;
  border-radius: 2px;
  padding: 5px;
  color: #fff;
  text-align: center;
  display: none;
}

.newsletter-error {
  background: transparent;
  border: 1px solid #A87C7C;
  border-radius: 2px;
  padding: 5px;
  color: #fff;
  text-align: center;
  display: none;
}
/*
========================================================================

/*
=============================================
# - 13.1 - Contact-info
--------------------------------------------
*/

.info-holder{
  margin-bottom: 50px;
}
.contact-info .fa {
  font-size: 50px;
  color: #0aabe1; 
  margin-bottom: 50px;
} 

/*
=============================================
# - 13.2 - Contact-form
--------------------------------------------
*/

.span-form {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.form-group .span-form:first-child {
  margin-left: 0;
}
.form-horizontal:after {
  content: "";
  display: table;
}
.form-horizontal:after {
  clear: both;
}
.contact .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.contact .form-horizontal {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
.contact .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 60px;
  box-shadow: 0 0px 0px transparent;
}
.contact .form-control:focus {
  box-shadow: 0px 0px 0px 0px;
  border: 1px solid #0aabe1;
}
.contact textarea.form-control {
  height: 135px;
}
.contact .btn {
  padding: 19px 10px;
}
.contact .btn:hover {
  background: #0aabe1;
} 
#map, .map {
  height: 400px;
  width: 100%;
}


/*
========================================================================
# 14 - Slider
------------------------------------------------------------------------
*/
.flex-caption {
      width: 96%;
      padding: 2%;
      left: 0;
      bottom: 0;
      background: rgba(0,0,0,.5);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: 14px;
      line-height: 18px;
}


/*
========================================================================
# 15 - Footer styles
------------------------------------------------------------------------
*/

#footer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:-2;
  background-color:#00a8e0;
  
}
.social-icon {
  margin-bottom: 40px; padding-top:10px
}
.social-icon a {
  margin: 0 16px 20px 16px;
  display: inline-block;
}
.social-icon .fa {
  font-size: 25px;
  color: #0aabe1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  line-height: 2;
  border: 8px solid rgba(107, 197, 225, 0.48);
  transition:.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.social-icon a:active .fa,
.social-icon a.active .fa,
.social-icon a:hover .fa {
  border: 8px solid #fff;
  line-height: 2;
}
.norm-img .social-icon .fa {
  border: 10px solid rgba(32, 60, 69, 0.21);
}
.copyright {
  font-size: 20px;
  position: relative;
  font-family: 'Dosis', sans-serif;
  color: #fff;
}
.copyright span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.copyright p {
  margin: 40px 0; direction:rtl; font:13px dijFont-Reg;
}
.copyright:after {
  content: " ";
  position: absolute;
  bottom: 45px;
  left: 50%;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  background: #fff;
}
.pointer {
    width: 67px;
    height: 67px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: none repeat scroll 0% 0% #2D5F80;
    padding: 15px;
    border-radius: 50%;
}
.pointer .fa {
  font-size: 40px;
  color:rgba(255, 255, 255, .38)
}
.pointer .fa:hover {
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

#go-to-top a {
	text-decoration:none;
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;	
	text-align: center;
	line-height: 60px;
	margin: 0 20px 20px;
	background:url(../images/ui.totop.png) no-repeat left top;
	width: 51px;
	height: 51px;
	transition: .3s;
    -webkit-transition: .3s;
       -moz-transition: .3s;
         -o-transition: .3s;
        -ms-transition: .3s;
}
#go-to-top a:hover {
	background: #00a7dd;
	color: #fff;
	background:url(../images/ui.totop.png) no-repeat left -51px;
}

#go-to-first a {
	text-decoration:none;
	display:block;
	position: absolute;
	bottom: 95px;
	left: 50%;	
	text-align: center;
	line-height: 60px;
	margin: 0 auto 20px;
	background:url(../images/ui.tobottom.png) no-repeat left top;
	width: 51px;
	height: 51px;
	transition: .3s;
    -webkit-transition: .3s;
       -moz-transition: .3s;
         -o-transition: .3s;
        -ms-transition: .3s;
}
#go-to-first a:hover {
	background: #00a7dd;
	color: #fff;
	background:url(../images/ui.tobottom.png) no-repeat left -51px;
}

.affix {
  position: fixed;
  display:block;
}

#dot-nav{    
	left: 15px;
	top: 35%;
	margin-top: -50px;
	height: 100px;
	z-index: 666;
}

#dot-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#dot-nav li {
	position: relative;
	cursor: pointer;
	vertical-align:bottom;
}
#dot-nav li .icon-full-round {background-color:rgba(0, 0, 0, 0.2)}
#dot-nav li.active .icon-full-round, #dot-nav li .icon-full-round:hover { background-color:#00A7DD }  


#dot-nav a {
	outline: 0;
	vertical-align:top;
	margin: 0;
	position: relative;
	top:-5px;
}

.icon-wrapper {
    display: inline-block;
    font-size: 1em;
    height: 30px;
    text-align: center;
    width: 30px;
}

.color-white {
    color: #ffffff !important;
}
.icon-wrapper.icon-full-round {
	font-size: 14px;
  color: #0aabe1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  line-height: 230% !important;
  border: 4px solid rgba(107, 197, 225, 0.60);
  transition:.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

.icon-wrapper.icon-full-round.fa-lg {
	height: 40px;
	width: 40px;
	line-height: 40px;

}

.icon-wrapper.icon-full-round.fa-2x {
	height: 55px;
	width: 55px;
	line-height: 55px;
}

.icon-wrapper.icon-full-round.fa-3x {
	height: 70px;
	width: 70px;
	line-height: 70px;
}

.icon-wrapper.icon-full-round.fa-4x {
	height: 85px;
	width: 85px;
	line-height: 85px;
}

.icon-wrapper.icon-full-round.fa-5x {
	height: 100px;
	width: 100px;
	line-height: 100px;
}

/* border round icons */
.icon-wrapper.icon-border-round {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	line-height: 29px;
	border: 1px solid;
}

.icon-wrapper.icon-border-round.fa-lg {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.icon-wrapper.icon-border-round.fa-2x {
	height: 55px;
	width: 55px;
	line-height: 55px;
}

.icon-wrapper.icon-border-round.fa-3x {
	height: 70px;
	width: 70px;
	line-height: 70px;
}

.icon-wrapper.icon-border-round.fa-4x {
	height: 85px;
	width: 85px;
	line-height: 85px;
}

.icon-wrapper.icon-border-round.fa-5x {
	height: 100px;
	width: 100px;
	line-height: 100px;
}
@media (max-width:740px) {
    #dot-nav {display:none;}

}
.navbar-nav{
	direction:rtl;
}
.navbar-nav li{
	direction:rtl;
}



.lesson_item{
	 background-color:#FFF; margin-top:7px;
}

.lesson_item li{
	border-bottom:solid 1px #ddd; padding:0 5px 6px; display:inline-block; width:100%; font:13px dijFont-Reg; color:#111; text-align:right; direction:rtl;
}
.lesson_item li:last-child{
	margin:0 0 0; border-bottom:0;padding:0 5px 0;
}
.lesson-block:hover .lesson_item li{
	/*border:solid 1px #f1f2f3; padding-right:5px; display:inline-block; width:100%; border-right:solid 5px #FFF; color: #FFF*/
}
.lesson_item li span{
	background-color:rgba(0, 168, 225, 0.52); padding:4px 10px; border-radius:10px; margin-right:5px
}
.lesson_item li div .fa{
	font-size:14px; color:#0aabe1; width:22px; height:22px; background:transparent;
	color: #fff;
	margin-left:5px;
	margin-right:5px;
	padding:4px 1px 3px 2px;
	background: #0aabe1;
	text-align:center;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 5px #cceef9;
	-webkit-box-shadow: 0px 0px 0px 5px #cceef9;
	-moz-box-shadow: 0px 0px 0px 5px #cceef9;
}

.lesson-block:hover .lesson_item li div .fa{
	/*color:#FFF !important;*/
}

.last-question{
	background-color:#FFF;
}
.last-question li{
	 padding:7px 5px; font:12px dijFont-Reg; margin:0px; display:inline-block; width:100%; color:#111; direction:rtl; text-align:justify; border-bottom:solid 1px #e1e1e1;
}
.last-question li li {
	width:30%;
	padding:0px;
	text-align:right;
}
.last-question li li:last-child {
	margin-right:10px;
}
.last-question li ul {
	padding-right:0px !important;
}
.last-question li:last-child{
	 border-bottom:none;
}
.last-question li .fa{
	font-size:10px; color:#007a9f; margin-left:5px; vertical-align: middle; margin-top:0;
}
/*.question-block:hover .last-question li {
	color:#FFF !important;
}
.question-block:hover .last-question li .fa{
	color:#FFF !important;
}*/

#owl-friendsite .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owl-friendsite {
	position:relative;
}

.panel-title a{
	font:13px dijFont-Reg
}

.popover-title {
  text-align:center;
}
.popover-content {
  text-align:justify;
  direction:rtl;
}
.dropdown-toggle i{padding-left: 5px;}
.lang .dropdown-menu{left: 11px !important;right: auto!important}
.dropdown-menu{min-width: 95px;}
.dropdown-menu{
	width:auto;
	min-width:auto !important;
	left:auto;
	right:-22px;
	z-index: 999
}
.dropdown-menu li{margin-bottom:5px;margin-right: 0 !important;width: 100%}
.dropdown-menu li:last-child{margin-bottom:0px;}
.dropdown-menu li a{padding:2px 10px;width: 100%}

.dropdown > i,.head-social i{
	color: #FFFFFF;
	padding:3px;
	top: -2px;
	text-align: center;
	cursor: pointer
}
.dropdown-menu li a{
	font: 14px dijFont-Reg
}