/* المجلس العربي الافريقي للتكامل و التنمية */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two
5. Main Slider
6. Main Footer
7. Blog Section
8. Blog Carousel Section
9. Sidebar Widgets
10. Social Icons
11. About Section
12. Gallery Section
13. Blog Single Section
14. Blog Single Section Two
15. Shop Items
16. Shop Single
17. Contact Form
18. Map Section
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Mr+Bedfort|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
**********************************************/
/*font-family: 'Droid Arabic Kufi', sans-serif;
font-family: 'Droid Arabic Kufi', sans-serif;
font-family: 'Mr Bedfort', cursive;*/
/*@import url('demo.css');*/
@import url('quebec-font.css');
@import url('animate.css');
@import url('owl.css');
@import url('hover.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
/***
====================================================================
Reset
====================================================================
***/
@font-face{font-family:'droid-naskh';src:url('fonts/DroidNaskh-Regular.eot?#iefix');src:local('درويد نسخ'),local('droid-naskh'),url('fonts/DroidNaskh-Regular.woff') format('woff');}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/DroidKufi-Regular.eot');
  src: url('fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/DroidKufi-Regular.woff2') format('woff2'),
       url('fonts/DroidKufi-Regular.woff') format('woff'),
       url('fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/DroidKufi-Bold.eot');
  src: url('fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/DroidKufi-Bold.woff2') format('woff2'),
       url('fonts/DroidKufi-Bold.woff') format('woff'),
       url('fonts/DroidKufi-Bold.ttf') format('truetype');
}
html{
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
/***
====================================================================
Global Settings
====================================================================
***/
body {
  font-size:14px;
  color:#666666;
  line-height:1.8em;
  font-weight:400;
  background:#ffffff;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
  font-family: 'Droid Arabic Kufi', sans-serif;
  text-align: left;
}
a{
  text-decoration:none;
  cursor:pointer;
  color:#38721d;
}
a:hover,a:focus,a:visited{
  text-decoration:none;
  outline:none;
}
h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-weight:normal;
  margin:0px;
  background:none;
  line-height:1.4em;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.no-padding{
  padding:0px !important;
}
input,button,select,textarea{
}
p,
.text{
  position:relative;
  line-height:1.8em;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.strike-through{
  text-decoration:line-through;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}
.small-container{
  max-width:780px;
  margin:0 auto;
}
.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow: hidden;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px;
}
.footer-list-menu{
}
.footer-list-menu li{
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  padding: 2px 5px;
  width: 48%;
}
.footer-list-menu li:hover{
  background: rgba(0, 0, 0, 0.2);
}
.footer-list-menu li:nth-child(even){
  margin-left: 2%;
}
.footer-list-menu li:not(:first-child):not(:nth-child(2)) {
   border-top:  1px solid rgba(0, 0, 0, 0.1);
}
/* .footer-list-menu li:not(:last-child) {
  border-bottom:  1px solid rgba(255, 2555, 255, 0.2);
} */
.footer-list-menu li a {
    color: #ffffff;
}
.footer-list-menu li a:hover {
    color: #38721d;
}
.theme-btn{
  display:inline-block;
  text-align:center;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.grey-bg{
  background-color:#f9fafb;
}
.no-margin-btm{
  margin-bottom:0px !important;
}
.centered{
  text-align:center;
}
.list-style-one{
  position:relative;
}
.list-style-one li{
  position:relative;
  margin-bottom:5px;
  padding-left:20px;
  color:#777777;
  font-size:14px;
}
.list-style-one li:before{
  position:absolute;
  content:'+';
  left:0px;
  top:0px;
  color:#38721d;
  font-size:18px;
}
/*Btn Style One*/
.btn-style-one{
  position:relative;
  padding:6px 26px;
  line-height:24px;
  color:#999999;
  text-align:center;
  font-size:12px;
  font-weight:500;
  background:none;
  border-radius:0px;
  border:2px solid #f3f3f3;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.btn-style-one:hover{
  color:#ffffff;
  background:#38721d;
  border-color:#38721d;
}
/*Btn Style Two*/
.btn-style-two{
  position:relative;
  padding:6px 16px;
  line-height:24px;
  color:#ffffff;
  text-align:center;
  font-size:12px;
  font-weight:700;
  background:none;
  border-radius:0px;
  border:2px solid #ffffff;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.btn-style-two:hover{
  color:#ffffff;
  background:#38721d;
  border-color:#38721d;
}
/*Btn Style Three*/
.btn-style-three{
  position:relative;
  padding:8px 100px;
  line-height:24px;
  color:#999999;
  text-align:center;
  font-size:13px;
  font-weight:500;
  background:none;
  border-radius:0px;
  border:2px solid #e0e0e0;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.btn-style-three:hover{
  color:#ffffff;
  background:#38721d;
  border-color:#38721d;
}
.theme_color{
  color:#38721d;
}
/*Social Icon One*/
.social-icon-one{
  position:relative;
}
.social-icon-one li.share{
  position:relative;
  top:-4px;
  color:#999999;
  font-size:13px;
  font-weight:400;
  line-height:30px;
  margin-right:15px !important;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.social-icon-one li{
  position:relative;
  margin-right:2px;
  margin-bottom:4px;
  display:inline-block;
}
.social-icon-one li a{
  position:relative;
  width:40px;
  height:40px;
  color:#ffffff;
  font-size:18px;
  line-height:40px;
  text-align:center;
  display:inline-block;
  background-color:#2f58a1;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.social-icon-one li a:hover{
  opacity:0.80;
}
.social-icon-one li.youtube a{ background-color:#de332c}
.social-icon-one li.twitter a{ background-color:#069cd5}
.social-icon-one li.g_plus a{ background-color:#ec453e;}
.social-icon-one li.linkedin a{ background-color:#0076b8;}
.social-icon-one li.pinteret a{ background-color:#da0d32;}
.social-icon-one li.android a{ background-color:#62c56b;}
.social-icon-one li.dribbble a{ background-color:#ef70a9;}
.social-icon-one li.rss a{ background-color:#fd9f13;}
.social-icon-one li.instagram a{ background-color:#35475c;}
.social-icon-one li.vimeo a{ background-color:#4eceea;}
.social-icon-one.alternate li{
  margin-right:5px;
  margin-bottom:8px;
}
.social-icon-one.alternate li:nth-child(4n + 0){
  margin-right:0px;
}
.social-icon-one.alternate li a{
  width:50px;
  height:40px;
  line-height:40px;
  font-size:20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-icon-one.alternate li a:hover{
  opacity:0.7;
}
/*Social Icon Two*/
.social-icon-two{
  position:relative;
}
.social-icon-two li{
  position:relative;
  margin-right:12px;
  margin-bottom:4px;
  display:inline-block;
}
.social-icon-two li a{
  position:relative;
  color:#c2c2c2;
  font-size:14px;
  display:inline-block;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.social-icon-two li a:hover{
  color:#38721d;
}
/*Social Icon Three*/
.social-icon-three{
  position:relative;
  margin-bottom:30px;
}
.social-icon-three li.share{
  position:relative;
  top:-4px;
  color:#777777;
  font-size:13px;
  font-weight:400;
  line-height:30px;
  margin-right:15px !important;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.social-icon-three li{
  position:relative;
  margin-right:2px;
  margin-bottom:4px;
  display:inline-block;
}
.social-icon-three li a{
  position:relative;
  width:46px;
  height:33px;
  color:#b5b5b5;
  font-size:16px;
  line-height:34px;
  text-align:center;
  display:inline-block;
  background-color:#ededed;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.social-icon-three li a:hover{
  color:#ffffff;
  background-color:#38721d;
}
img{
  display:inline-block;
  max-width:100%;
}
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#d9d9d9; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:80px;text-align: center;}
.logo-logo{
  left: calc(50% - 67px);
  position: absolute;
  top: calc(50% - 155px);
}
/***
====================================================================
Scroll To Top style
====================================================================
***/
.scroll-to-top{
  position:fixed;
  bottom:15px;
  right:15px;
  width:50px;
  height:50px;
  color:#ffffff;
  font-size:13px;
  line-height:50px;
  text-align:center;
  z-index:100;
  cursor:pointer;
  background:#27292d;
  display:none;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.scroll-to-top:hover{
  color:#ffffff;
  background:#38721d;
}
/***
====================================================================
Main Header style
====================================================================
***/
.main-header{
  position:relative;
  left:0px;
  top:0px;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  padding:0px 0px;
  background:#ffffff;
  z-index:0;
  border-bottom:1px solid #cccccc;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  /* IE10+ */
background-image: -ms-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* Opera */
background-image: -o-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(50, #FFFFFF), color-stop(100, #eaeaea));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* W3C Markup */
background-image: linear-gradient(to bottom, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
}
.sticky-header .logo{
  position:relative;
  top:4px;
  padding:2px ;
  width:70px;
  height:50px;
  background:url(../images/logo-small.png) no-repeat;
}
.sticky-header .logo a{
  position:relative;
  display:block;
  width:150px;
  height:50px;
  margin-top:2px;
}
.fixed-header .sticky-header{
  z-index:8000;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.fixed-header .main-menu .navigation > li:hover > a:after{
  display:none;
}
.main-header .header-top{
  position:relative;
  padding:4px 0px;
  background-color:#333333;
}
.main-header .header-top .top-left{
  padding-right: 30px !important;
}
.main-header .header-top .top-right.pull-left {
	float: right !important;
}
.main-header .header-top .top-left,
.main-header .header-top {
  position:relative;
  padding:0px;
  text-align: left;
}
.main-header .header-top .top-left .trend{
  position:absolute;
  left: 0px;
  top:1px;
  color:#38721d;
  font-weight:700;
  font-size:13px;
  display:inline-block;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.main-header .header-top .top-left .trend.white:hover,
.main-header .header-top  .top-nav.white li a:hover,
.main-header .header-top  .social-nav.white li a:hover{
  opacity:0.7;
  color:#ffffff !important;
}
.main-header .header-top .top-left .trend.white{
  color:#ffffff !important;
}
.main-header .header-top .top-left .slide .text{
  position:relative;
  color:#ffffff;
  font-size:13px;
  font-weight:600;
  margin-left:10px;
  display:inline-block;
}
.main-header .header-top .top-left .single-item-carousel{
  float:left;
}
.main-header .header-top .top-left .owl-nav,
.main-header .header-top .top-left  .owl-dots{
  display:none;
}
.main-header .header-top {
  position:relative;
  text-align:right;
}
.main-header .header-top  .top-nav{
  position:relative;
  display:inline-block;
}
.main-header .header-top  .top-nav li{
  position:relative;
  padding:0px 20px;
  display:inline-block;
  line-height:1em;
  border-left:1px solid rgba(255,255,255,0.15);
}
.main-header .header-top  .top-nav li:last-child{
  border:none;
}
.main-header .header-top  .top-nav li a{
  position:relative;
  font-size:12px;
  color:#ffffff;
  font-weight:600;
  border-bottom:1px solid transparent;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-header .header-top  .top-nav li a:hover{
  border-color:#38721d;
  color:#38721d;
}
.main-header .header-top .english-nav{
  position:relative;
  display:inline-block;
}
.main-header .header-top .english-nav li{
  position:relative;
  padding:0px 15px 0px 10px;
  display:inline-block;
}
.main-header .header-top .english-nav li:after{
  position:absolute;
  content:'/';
  color:#ffffff;
  font-size:16px;
  right: -8px;
  top:2px;
}
.main-header .header-top .english-nav li:last-child::after{
  display:none;
}
.main-header .header-top .english-nav li a:hover,
.main-header .header-top .english-nav li.active a{
}
.main-header .header-top .english-nav li img{
  opacity: 0.8;
  border: 1px solid #333333;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-header .header-top .english-nav li img:hover,
.main-header .header-top .english-nav li.active img{
  opacity: 1;
  border: 1px solid #fff;
}
.main-header .header-top .english-nav li a{
  position:relative;
  color:#ffffff;
  font-size:12px;
  font-weight:600;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-header .header-top .social-nav{
  position:relative;
  display:inline-block;
}
.main-header .header-top  .social-nav li{
  position:relative;
  padding:0px 15px;
  display:inline-block;
  border-right:1px solid rgba(255,255,255,0.15);
}
.main-header .header-top  .social-nav li a{
  position:relative;
  color:#ffffff;
  font-size:14px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.main-header .header-top  .social-nav li a:hover{
  color:#38721d;
}
.main-header .header-top  .social-nav li:last-child{
  border-right:1px solid rgba(255,255,255,0.15);
}
.main-header .header-upper{
  position:relative;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  z-index:5;
}
.main-header .logo-outer{
  position:relative;
  float:left;
  z-index:25;
  padding:5px 0px;
}
.main-header .logo-outer .logo{
  /*position:relative;
  width:280px;
  height:120px;
  background:url(../images/logo.png) no-repeat;*/
}
.main-header .logo-outer .logo.header-three-logo{
  background:url(../images/white-logo.png) no-repeat;
}
.main-header .logo-outer .logo a{
  position:relative;
  display:block;
  width:100%;
  height:100%;
}
.main-header .logo-outer .logo img{
  position:relative;
  display:inline-block;
  max-width:100%;
}
.main-header .header-upper .upper-right{
  position:relative;
  padding-top:26px;
  padding-bottom:26px;
}
.main-header .header-upper .nav-outer{
  position:relative;
  float:right;
}
.main-header .nav-outer .more-options{
  position:relative;
  right:0px;
  top:50%;
  width:35px;
  float:right;
  margin:54px 0px;
  margin-left:30px;
  border-left:1px solid #d6d6d6;
}
.main-header .header-lower .search-box-outer{
  position: relative;
  min-width:70px;
  padding-right:10px;
  padding-left:10px;
  padding-top:21px;
  padding-bottom:22px;
  display:inline-block;
  border-right:1px solid #eeeeee;
}
.main-header .header-lower .search-box-btn{
  position:relative;
  display:block;
  width:100%;
  font-size:18px;
  color:#999999;
  line-height:20px !important;
  padding:0px;
  margin:0px;
  cursor:pointer;
  background:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-header .header-lower .search-box-btn:hover{
  color:#444444;
}
.main-header .header-lower .search-box-outer .dropdown-menu{
  top:40px;
  left:0px;
  padding:0px;
  width:280px;
  border-radius:0px;
  border-top:3px solid #38721d;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
}
.main-header .header-lower .search-box-outer .dropdown-menu > li{
  padding:0px;
  border:none;
  background:none;
}
.main-header .header-lower .search-panel .form-container{
  padding:25px 20px;
}
.main-header .header-lower .search-panel .form-group{
  position:relative;
  margin:0px;
}
.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
  display:block;
  width:100%;
  height:40px;
  color:#000000;
  line-height:24px;
  background:#ffffff;
  border:1px solid #e0e0e0;
  padding:7px 40px 7px 15px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
  border-color:#38721d;
}
.main-header .header-lower .search-panel .search-btn{
  position:absolute;
  right:0px;
  top:0px;
  width:40px;
  height:40px;
  text-align:center;
  color:#555555;
  font-size:12px;
  background:none;
  cursor:pointer;
}
.main-menu{
  position:relative;
}
.main-menu .navbar-collapse{
  padding:0px;
}
.main-menu .navigation{
  position:relative;
  margin:0px;
}
.main-menu .navigation > li{
  position:relative;
  float:left;
  padding:0px;
  border-right: 1px solid #e0e0e0;
}
.main-menu .navigation > li.mega-menu{
  position:static !important;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}
.main-menu .navigation > li.mega-menu > .mega-menu-bar{
  position:absolute;
  left:0px;
  width:100%;
  top:101%;
  opacity:0;
  background-color:#101010;
  padding:45px 40px 30px 45px;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}
.main-menu .navigation > li.mega-menu > .mega-menu-bar .owl-dots{
  display:none;
}
.main-menu .navigation > li.mega-menu > .mega-menu-bar .owl-nav{
  position:relative;
  margin-top:-10px;
}
.main-menu .navigation > li.mega-menu > .mega-menu-bar .owl-nav .owl-prev,
.main-menu .navigation > li.mega-menu > .mega-menu-bar .owl-nav .owl-next{
  position:relative;
  width:36px;
  height:36px;
  line-height:34px;
  margin-right:10px;
  color:rgba(255,255,255,0.40);
  text-align:center;
  display:inline-block;
  font-size:16px;
  border:1px solid rgba(255,255,255,0.60);
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.main-menu .navigation > li.mega-menu > .mega-menu-bar .owl-nav .owl-prev:hover,
.main-menu .navigation > li.mega-menu > .mega-menu-bar .owl-nav .owl-next:hover{
  color:#38721d;
  border-color:#38721d;
}
.main-menu .navigation > li.mega-menu:hover .mega-menu-bar{
  opacity:1;
  top:100%;
  z-index:9;
  visibility:visible;
}
.main-menu .navigation > li:last-child{
  border:none;
}
.sticky-header .main-menu .navigation > li{
  padding:0px;
  margin-right:0px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  padding:10px 7px;
  font-size:13px;
  color:#777777;
  line-height:30px;
  font-weight:500;
  opacity:1;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.main-menu .navigation > li > a:hover:before,
.main-menu .navigation > li.current > a:before{
  left:0px;
  right:0px;
}
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a{
background: #38721d;
color: #fff;
/* IE10+ */
background-image: -ms-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
/* Opera */
background-image: -o-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #195414), color-stop(50, #38721D), color-stop(100, #195414));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
/* W3C Markup */
background-image: linear-gradient(to bottom, #195414 0%, #38721D 50%, #195414 100%);
}
.main-menu .navigation > li > a:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #1B6BA6;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 9999;
}
.sticky-header .main-menu .navigation > li > a{
  padding:13px 7px !important;
  color:#333333;
}
.sticky-header .main-menu .navigation > li.dropdown > a:before{
  display:none;
}
.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a{
  color:#38721d;
  opacity:1;
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
  background:#ffffff;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #195414), color-stop(50, #38721D), color-stop(100, #195414));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #195414 0%, #38721D 50%, #195414 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #195414 0%, #38721D 50%, #195414 100%);
  color: #fff;
}
.main-menu .navigation > li:hover > a:after{
  opacity:1;
}
.main-menu .navigation > li > ul{
  position:absolute;
  left: 0px;
  top:120%;
  width:240px;
  z-index:100;
  display:none;
  padding:0px 0px;
  background:#101010;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;
}
.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none;
}
.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:12px 20px;
  line-height:22px;
  font-weight:500;
  font-size:12px;
  color:#e0e0e0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.main-menu .navigation > li > ul > li:hover > a{
  color:#ffffff;
  background-color:#38721d;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  right:10px;
  top:12px;
  width:10px;
  height:20px;
  display:block;
  line-height:21px;
  font-size:16px;
  font-weight:normal;
  text-align:center;
  z-index:5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color:#ffffff;
}
.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:20px;
  width:240px;
  z-index:100;
  display:none;
  background:#101010;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none;
}
.main-menu .navigation > li > ul > li  > ul > li > a{
  position:relative;
  display:block;
  padding:12px 20px;
  line-height:22px;
  font-weight:500;
  font-size:12px;
  color:#e0e0e0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.main-menu .navigation > li > ul > li  > ul > li > a:hover{
  color:#ffffff;
  background-color:#38721d;
}
.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:6px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:26px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}
.main-header .header-lower{
  position:relative;
  border-top:1px solid #e0e0e0;
  border-bottom:1px solid #e0e0e0;
  box-shadow:0 2px 10px rgba(0,0,0,.175);
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,.175);
  -o-box-shadow:0 2px 10px rgba(0,0,0,.175);
  -moz-box-shadow:0 2px 10px rgba(0,0,0,.175);
  -ms-box-shadow:0 2px 10px rgba(0,0,0,.175);
  /* IE10+ */
background-image: -ms-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* Opera */
background-image: -o-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(50, #FFFFFF), color-stop(100, #eaeaea));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
/* W3C Markup */
background-image: linear-gradient(to bottom, #eaeaea 0%, #FFFFFF 50%, #eaeaea 100%);
}
.main-header .nav-outer{
  position:relative;
}
.main-header .outer-box{
  position:absolute;
  right: 0px;
  top:0px;
}
.main-header .outer-box .cart-box{
  position:relative;
  float:right;
  color:#999999;
  font-size:20px;
  margin-top:20px;
  background:none;
  display:inline-block;
}
.main-header .outer-box .cart-box .cart-box-btn{
  background:none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.main-header .outer-box .cart-box .cart-box-btn:hover{
  color:#444444;
}
.main-header .outer-box .cart-box .cart-panel{
  border-radius:0px;
  padding:20px 20px;
  min-width:300px;
  margin-top:18px;
  border-color:#e4e4e4;
  border-top:3px solid #38721d;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
}
.main-header .outer-box .cart-box .cart-panel .cart-total{
  color:#000000;
  font-size:16px;
  font-weight:400;
  text-align:center;
}
.main-header .outer-box .cart-box .cart-panel .cart-total span{
  font-weight:700;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed{
  position:relative;
  text-align:center;
  margin-top:20px;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li{
  position:relative;
  margin:0px 5px;
  display:inline-block;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li a{
  position:relative;
  color:#292929;
  font-weight:500;
  font-size:12px;
  padding:6px 15px;
  display:inline-block;
  border:1px solid #292929;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover{
  color:#ffffff;
  background-color:#292929;
}
.main-header .outer-box .cart-box .icon a{
  color:#999999;
}
.header-style-two .logo-outer,
.header-style-three .logo-outer{
  position:relative;
  width:100%;
  text-align:center;
}
.header-style-two .logo-outer .logo,
.header-style-three .logo-outer .logo{
  margin:0 auto;
}
.header-style-two .header-top{
  background-color:#38721d;
}
.header-style-two .header-top .top-left .slide .trend{
  color:#ffffff;
}
.header-style-two .header-top  .english-nav li.active a{
  background-color:#333333;
}
.header-style-two .header-lower,
.header-style-three .header-lower{
  background-color:#333333;
}
.header-style-two .main-menu .navigation > li,
.header-style-three .main-menu .navigation > li{
  display:inline-block;
  float:none;
  border-color:rgba(255,255,255,0.10);
}
.header-style-two .main-menu .navigation > li,
.header-style-three .main-menu .navigation > li{
  margin-left:-4px;
}
.header-style-two .main-menu .navigation > li > a:hover,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li > a:hover,
.header-style-three .main-menu .navigation > li.current > a{
  background-color:#38721d;
}
.header-style-two .main-menu .navigation > li > a,
.header-style-three .main-menu .navigation > li > a{
  color:#ffffff;
}
.header-style-two .main-menu,
.header-style-three .main-menu{
  width:100%;
  text-align:center;
}
.header-style-two.fixed-header .main-menu .navigation > li > a,
.header-style-three.fixed-header .main-menu .navigation > li > a{
  color:#444444;
}
.header-style-two.fixed-header .main-menu .navigation > li.current > a,
.header-style-three.fixed-header .main-menu .navigation > li.current > a{
  color:#ffffff !important;
}
.header-style-three .header-upper{
  background-color:#292929;
}
.header-style-three .header-lower{
  border:0px;
}
/***
====================================================================
Fancy Box
====================================================================
***/
.fancybox-next span,
.fancybox-prev span{
  background-image:none !important;
  width:44px !important;
  height:44px !important;
  line-height:44px !important;
  text-align:center;
}
.fancybox-next span:before,
.fancybox-prev span:before{
  content:'';
  position:absolute;
  font-family: 'FontAwesome';
  left:0px;
  top:0px;
  font-size:12px;
  width:44px !important;
  height:44px !important;
  line-height:44px !important;
  background-color:rgba(28,28,28,0.40) !important;
  color:#ffffff;
  visibility:visible;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.fancybox-next span:before{
  content:'\f178';
}
.fancybox-prev span:before{
  content:'\f177';
}
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
  background-color:#ffffff !important;
  color:#000000;
}
.fancybox-type-image .fancybox-close{
  right:0px;
  top:0px;
  width:45px;
  height:45px;
  background:url(../images/icons/icon-cross.png) center center no-repeat;
  background-color:rgba(17,17,17,0.50) !important;
}
.fancybox-type-image .fancybox-close:hover{
  background-color:#000000 !important;
}
.fancybox-type-image .fancybox-skin{
  padding:0px !important;
}
/***
====================================================================
Sec Title
====================================================================
***/
.sec-title{
  position:relative;
  margin-bottom:15px;
  background-color:#f3f3f3;
}
.sec-title h2{
  position:relative;
  color:#ffffff;
  font-size:12px;
  padding:9px 15px;
  font-weight:400;
  display:inline-block;
  margin:0px;
  background-color:#38721d;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.ui-newsticker h2{
  background-color: #38721d;
color: #ffffff;
display: inline-block;
font-family: "Droid Arabic Kufi",sans-serif;
font-size: 12px;
font-weight: bold;
height: 40px;
padding: 12px 40px;
position: absolute;
right: 0;
top: 0;
}
/*Blog Section*/
.blog-section{
  position:relative;
  padding:60px 0px 60px;
  max-width:780px;
  margin:0 auto;
}
.news-block{
  position:relative;
  margin-bottom:70px;
}
.news-block .inner-box{
  position:relative;
}
.news-block .inner-box .image{
  position:relative;
}
.news-block .inner-box .image .category{
  position:absolute;
  left:15px;
  bottom:15px;
  color:#ffffff;
  padding:2px 10px;
  display:inline-block;
  background-color:#222222;
}
.news-block .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}
.news-block .inner-box .lower-box{
  position:relative;
  padding:45px 0px 35px;
  border-bottom:1px solid #eeeeee;
}
.news-block .inner-box .lower-box h3{
  position:relative;
  font-size:32px;
  font-weight:400;
  line-height:1.4em;
  margin-bottom:15px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.news-block .inner-box .lower-box h3 a{
  color:#333333;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block .inner-box .lower-box h3 a:hover{
  color:#e83f44;
}
.news-block .inner-box .lower-box .post-meta{
  position:relative;
  margin-bottom:15px;
}
.news-block .inner-box .lower-box .post-meta li{
  position:relative;
  color:#999999;
  font-weight:600;
  font-size:13px;
  padding-left:18px;
  display:inline-block;
  margin-right:20px;
}
.news-block .inner-box .lower-box .post-meta li .icon{
  position:absolute;
  left:0px;
  top:0px;
  font-size:13px;
  color:#999999;
}
.news-block .inner-box .lower-box .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.8em;
  margin-bottom:25px;
}
/***
====================================================================
Styled Pagination
====================================================================
***/
.styled-pagination{
  position:relative;
}
.styled-pagination:before{
  position:absolute;
  content:'';
  right:20%;
  top:15px;
  left:0px;
  height:1px;
  background-color:#eeeeee;
}
.styled-pagination ul{
  position:relative;
  display:inline-block;
}
.styled-pagination li{
  position:relative;
  display:block;
  float:right;
  margin:0px 0 5px 5px;
}
.styled-pagination li a{
  position:relative;
  display:inline-block;
  line-height:26px;
  height:30px;
  font-size:13px;
  min-width:30px;
  background:none;
  color:#999999;
  font-weight:400;
  text-align:center;
  border:2px solid #f3f3f3;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
  color:#ffffff;
  border-color:#38721d;
  background-color:#38721d;
}
.styled-pagination.centered{
  text-align:center;
}
.styled-pagination.centered:before{
  left:0%;
}
.styled-pagination.centered ul{
  background-color:#ffffff;
  padding:0px 30px;
}
/***
====================================================================
Main Footer
====================================================================
***/
.main-footer{
  position:relative;
  background-color:#28292d;
}
.main-footer .widgets-section{
  position:relative;
  padding-top:25px;
  padding-bottom:10px;
}
.main-footer .widgets-section .footer-widget{
  position:relative;
  margin-bottom:10px;
}
.main-footer .widgets-section .footer-widget h2{
  position:relative;
  font-size:14px;
  font-weight:700;
  color:#ddd;
  padding-bottom:10px;
  margin-bottom:10px;
  font-family: 'Droid Arabic Kufi', sans-serif;
  border-bottom:2px solid rgba(255,255,255,0.10);
}
.review-block{
  position:relative;
  min-height:110px;
  margin-bottom:30px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}
.review-block:last-child{
  margin-bottom:0px;
  border:0px;
  min-height:80px;
}
.review-block .inner-box{
  position:relative;
  padding-left:105px;
}
.review-block .inner-box .image{
  position:absolute;
  left:0px;
  top:0px;
  width:86px;
  background-color:#e9ebee;
}
.review-block .inner-box .image a:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
  opacity:0;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
  background-color:rgba(255,255,255,0.30);
}
.review-block .inner-box:hover .image a:before{
  opacity:1;
}
.review-block .inner-box .text{
  position:relative;
  font-size:16px;
  font-weight:400;
  color:rgba(255,255,255,0.60);
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.review-block .inner-box .text a{
  position:relative;
  font-weight:400;
  color:rgba(255,255,255,0.60);
  font-family: 'Droid Arabic Kufi', sans-serif;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.review-block .inner-box .text a:hover{
  color:#38721d;
}
.review-block .inner-box .ratings{
  position:relative;
  color:#ffffff;
  font-size:13px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.review-block .inner-box .ratings .fa{
  position:relative;
  color:#ffffff;
  font-size:16px;
}
.review-block .inner-box .ratings .fa.light{
  color:rgba(255,255,255,0.10);
}
/***
====================================================================
Flickr Gallery
====================================================================
***/
.isntagram-widget .image{
  position:relative;
  float:right;
  width:33%;
  padding:0px 3px 3px 0px;
}
.isntagram-widget .image img{
  position:relative;
  display:block;
  width:100%;
  background-color:#e9ebee;
}
.isntagram-widget .image .lightbox-image{
  position:relative;
  display:block;
}
.isntagram-widget .image .lightbox-image:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
  opacity:0;
  background-color:rgba(0,0,0,0.40);
  transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
}
.isntagram-widget .image:hover .lightbox-image:before{
  opacity:1;
}
/*Popular Tags*/
.popular-tags a{
  position:relative;
  display:inline-block;
  line-height:24px;
  padding:4px 12px 4px;
  margin:0px 0px 4px 0px;
  color:#777777;
  text-align:center;
  font-size:11px;
  font-weight:600;
  background:#313438;
  transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
}
.popular-tags a:hover{
  color:#ffffff;
  background-color:#38721d;
}
/*News Info*/
.news-info{
  position:relative;
}
.news-info .inner-box{
  position:relative;
  padding-left:105px;
  min-height:110px;
  margin-bottom:30px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}
.news-info:last-child .inner-box{
  position:relative;
  border:0px;
  margin-bottom:0px;
}
.news-info .inner-box .image{
  position:absolute;
  left:0px;
  top:0px;
  width:85px;
  background-color:#e9ebee;
}
.news-info .inner-box .image .overlay{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  opacity:0;
  height:100%;
  display:block;
  text-align:center;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-info .inner-box .image .overlay .icon{
  position:relative;
  width:32px;
  height:32px;
  color:#ffffff;
  line-height:26px;
  font-size:12px;
  text-align:center;
  border-radius:50%;
  margin-top:20px;
  border:3px solid #ffffff;
}
.news-info .inner-box:hover .image .overlay{
  opacity:1;
}
.news-info .inner-box .text{
  position:relative;
  font-size:16px;
  line-height:1.6em;
  color:rgba(255,255,255,0.60);
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.news-info .inner-box .text a{
  color:rgba(255,255,255,0.60);
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-info .inner-box .text a:hover{
  color:#38721d;
}
.news-info .inner-box .post-date{
  position:relative;
  font-size:11px;
  font-weight:600;
  padding-left:18px;
  color:rgba(255,255,255,0.30);
}
.news-info .inner-box .post-date:before{
  position:absolute;
  content:'\f017';
  left:0px;
  top:0px;
  font-size:13px;
  font-weight:300;
  font-family: 'FontAwesome';
  color:rgba(255,255,255,0.30);
}
.main-footer .footer-bottom{
  position:relative;
  padding: 0px 0px;
  background-color:#1a1c1e;
}
.main-footer .footer-bottom .logo{
  position:relative;
  width:280px;
  height:80px;
  background:url(../images/logo-2.png) no-repeat;
}
.main-footer .footer-bottom .logo a{
  position:relative;
  display:block;
  width:280px;
  height:80px;
}
.main-footer .footer-bottom .text{
  position:relative;
  color:#ffffff;
  font-size:13px;
  line-height:1.6em;
  text-align:center;
}
.main-footer .footer-bottom .copyright-section{
  position:relative;
  padding:15px 0px;
  margin-top:0;
  color:#ffffff;
  font-size:13px;
  border-top:1px solid rgba(255,255,255,0.10);
}
.main-footer .footer-bottom .copyright-section .footer-nav{
  position:relative;
}
.main-footer .footer-bottom .copyright-section .footer-nav li{
  position:relative;
  font-size:13px;
  padding-left:10px;
  margin-left:10px;
  display:inline-block;
  line-height:1em;
  border-left:1px solid rgba(255,255,255,0.10);
}
.main-footer .footer-bottom .copyright-section .footer-nav li:last-child{
  border:0px;
  margin:0px;
  padding:0px;
}
.main-footer .footer-bottom .copyright-section .footer-nav li a{
  position:relative;
  color:#ffffff;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-footer .footer-bottom .copyright-section .footer-nav li a:hover{
  color:#38721d;
}
.main-footer .footer-bottom .copyright-section .copyright{
  position:relative;
  color:#ffffff;
  text-align:right;
}
/***
====================================================================
Hidden Sidebar style
====================================================================
***/
.hidden-bar{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  z-index: 9999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container{
  margin-right:0px;
}
.hidden-bar.left-align {
  left: -400px;
}
.hidden-bar.left-align.visible-sidebar{
  left:0px;
}
.hidden-bar.left-align {
  left: -100%;
}
.hidden-bar.left-align.visible-sidebar {
  left: 0%;
  display:none;
}
.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top:5px;
  background: none;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
  background: none;
  display:block;
  font-size: 20px;
  color:#656565;
  width:40px;
  height:40px;
  line-height:40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.hidden-bar .hidden-bar-closer:hover button {
  color: #ffffff;
}
.hidden-bar-wrapper {
  height: 100%;
  padding:10px 30px 40px;
  padding-right:0px;
}
.hidden-bar-wrapper .mCustomScrollBox{
  overflow:visible;
}
.hidden-bar .logo {
  position:relative;
  padding: 0px 0px 0px;
  text-align:center;
  margin:0 auto;
  right:20px;
  margin-top:20px;
  margin-bottom:20px;
}
.hidden-bar .logo a{
  position:relative;
}
.hidden-bar .logo img{
  display:inline-block;
  max-width:100%;
}
.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-size:13px;
  text-align:center;
  padding-right:40px;
}
.hidden-bar .side-menu ul li ul a {
  background: transparent;
}
.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
  padding-left:22px;
  font-size:13px;
  color:rgba(255,255,255,0.50);
}
.hidden-bar .side-menu a.current {
  color: #c5a47e;
}
.hidden-bar .side-menu li.current > a {
  color: #c5a47e;
}
.hidden-bar .side-menu ul li{
  position:relative;
  display:block;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.hidden-bar .side-menu > ul > li > ul{
  background-color:#2a2a2a;
}
.hidden-bar .side-menu ul.navigation > li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.15);
}
.hidden-bar .side-menu ul.navigation > li > ul > li:last-child{
  border-bottom:none;
}
.hidden-bar .side-menu ul li a {
  background: transparent;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 12px 15px 12px 0px;
  position: relative;
  line-height:24px;
  font-size:13px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.hidden-bar .side-menu ul.navigation > li > ul > li > a{
  padding-left:22px;
  font-size:13px;
  color:rgba(255,255,255,0.50);
}
.hidden-bar .side-menu ul.navigation > li.active > a:after{
  content:'';
  position:absolute;
  left:100%;
  top:50%;
  margin-top:-1px;
  width:30px;
  border-bottom:2px solid #c5a47e;
}
.hidden-bar .side-menu ul.navigation > li.dropdown > a{
}
.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a{
  padding-left:22px;
}
.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown{
  width:auto;
  margin-left:22px;
}
.hidden-bar .side-menu > ul > li.dropdown > a:after{
  position:absolute;
  content:'\f107';
  right:0px;
  top:13px;
  font-size:14px;
  font-family: 'FontAwesome';
}
.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul.navigation > li > ul > li > a:hover,
.hidden-bar .side-menu ul.navigation > li.active > a {
  color: #38721d;
}
.hidden-bar .social-links{
  position:relative;
  margin-right:40px;
  text-align:center;
  font-size:13px;
  line-height:20px;
  color:#999999;
  margin-top:35px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.10);
}
.hidden-bar .social-links li{
  position:relative;
  display:inline-block;
  line-height:20px;
}
.hidden-bar .social-links li a{
  display:block;
  color:#999999;
  font-size:18px;
  padding:0px 12px 0px 14px;
  transition:all 500ms ease;
  border-left:1px solid rgba(255,255,255,0.10);
}
.hidden-bar .social-links li:last-child a{
  border-right:1px solid rgba(255,255,255,0.10);
}
.hidden-bar .social-links li a:hover{
  color:#ffffff;
}
.main-header .nav-toggler{
  position:absolute;
  right:0px;
  top:-75px;
  z-index:12;
  display:none;
}
.main-header .nav-toggler button{
  position:relative;
  display:block;
  height:36px;
  width:42px;
  background:none;
  color:#7f7f7f;
  text-align:center;
  font-size:20px;
  line-height:36px;
  border:1px solid #a0a0a0;
  font-weight:normal;
}
/*Sidebar Search*/
.hidden-bar .hidden-bar-wrapper .sidebar-search{
  position:relative;
  margin-top:26px;
  padding-right:40px;
  margin-bottom:18px;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group{
  position:relative;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="text"],
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 16px 10px 25px;
  height: 46px;
  color:rgba(255,255,255,0.50);
  font-size: 14px;
  background: #1f1f1f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input::-webkit-input-placeholder{
  color:rgba(255,255,255,0.50);
  font-size: 14px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="submit"],
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button {
  color: #999999;
  font-size: 16px;
  height: 46px;
  background:none;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 36px;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button:hover{
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button span {
  padding-left: 0 !important;
  padding-right: 8px;
}
.hidden-bar .hidden-bar-wrapper .mobile-cart{
  position:relative;
  padding:12px 24px;
  background-color:#1f1f1f;
  margin-right:40px;
  margin-bottom:20px;
}
.hidden-bar .hidden-bar-wrapper .mobile-cart .text{
  position:relative;
  font-size:14px;
  color:rgba(255,255,255,0.50);
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.hidden-bar .hidden-bar-wrapper .mobile-cart .icon{
  position:relative;
  font-size:16px;
  color:rgba(255,255,255,0.50);
}
/*Language Box*/
.hidden-bar .hidden-bar-wrapper .language{
  position:relative;
  padding-right:40px;
}
.hidden-bar .hidden-bar-wrapper .language a{
  position:relative;
  width:100%;
  display:block;
  border:0px;
  height:46px;
  line-height:37px;
  padding:4px 25px;
  background-color:#1f1f1f;
  color:rgba(255,255,255,0.50);
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.hidden-bar .hidden-bar-wrapper .language a .icon{
  position:absolute;
  right:30px;
}
.hidden-bar .hidden-bar-wrapper .language .dropdown-menu{
  position:relative;
  padding:0px;
  width:100%;
}
/*Main Slider*/
.main-slider,
.main-slider-two{
  position:relative;
  overflow:hidden;
  padding:10px 0px 40px;
  background-color:#f9f9f9;
}
.main-slider .slide{
  position:relative;
  overflow:hidden;
}
.main-slider .slide .image{
  position:relative;
}
.main-slider .slide .image img{
  position:relative;
  width:100%;
  display:block;
  transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}
.main-slider .slide:hover .image img{
  -webkit-transform : scale(1.2,1.2);
  -ms-transform     : scale(1.2,1.2);
  transform         : scale(1.2,1.2);
}
.main-slider .slide .overlay-box{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
  color: #ffffff;
  opacity: 1;
  width:100%;
  height:100%;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.main-slider .owl-item .slide:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:1;
  z-index:1;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.main-slider .slide .overlay-box .overlay-inner{
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  z-index:1;
  text-align:center;
  padding: 30px 15px;
}
.main-slider .slide .overlay-box .overlay-inner .content{
  position: relative;
}
.main-slider .slide .overlay-box .overlay-inner .content .category{
  position:relative;
  color:#ffffff;
  font-size:12px;
  display:inline-block;
  padding:0px 12px;
  font-weight:400;
  margin-bottom:20px;
  background-color:#38721d;
}
.main-slider .slide .overlay-box .overlay-inner .content .category a{
  color:#ffffff;
}
.main-slider .slide .overlay-box .overlay-inner .content h2{
  position:relative;
  color:#ffffff;
  font-size:32px;
  font-weight:700;
  margin-bottom:15px;
}
.main-slider .slide .overlay-box .overlay-inner .content h2 a{
  color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.main-slider .slide .overlay-box .overlay-inner .content h2 a:hover{
  opacity:0.70;
}
.main-slider .slide .overlay-box .overlay-inner .content .post-meta{
  position:relative;
}
.main-slider .slide .overlay-box .overlay-inner .content .post-meta li{
  position:relative;
  color:#ffffff;
  font-size:11px;
  padding-left:20px;
  font-weight:500;
  line-height:1em;
  margin-right:15px;
  display:inline-block;
}
.main-slider .slide .overlay-box .overlay-inner .content .post-meta li .icon{
  position:absolute;
  left:0px;
  top:0px;
}
.main-slider .owl-carousel .owl-stage-outer{
  overflow:visible;
}
.main-slider.style-two .owl-carousel .owl-stage-outer{
  overflow:hidden;
}
.main-slider .owl-carousel{
  max-width: 1170px;
  margin: 0 auto;
}
.main-slider .owl-item.active .slide .overlay-box{
  background:none;
}
.main-slider .owl-dots,
.main-slider-two .owl-dots,
.main-slider-four .owl-dots{
  position: relative;
  text-align:center;
  margin-top:30px;
}
.main-slider .owl-dots .owl-dot,
.main-slider-two .owl-dots .owl-dot,
.main-slider-three .owl-dots .owl-dot,
.main-slider-four .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin:0px 5px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.main-slider .owl-dots .owl-dot span,
.main-slider-two .owl-dots .owl-dot span,
.main-slider-three .owl-dots .owl-dot span,
.main-slider-four .owl-dots .owl-dot span{
  position:relative;
  display:block;
  width:8px;
  height:8px;
  margin:0px;
  border-radius:50%;
  background:#d1d1d1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span,
.main-slider-two .owl-dots .owl-dot.active span,
.main-slider-two .owl-dots .owl-dot:hover span,
.main-slider-three .owl-dots .owl-dot.active span,
.main-slider-three .owl-dots .owl-dot:hover span,
.main-slider-four .owl-dots .owl-dot.active span,
.main-slider-four .owl-dots .owl-dot:hover span{
  background:#38721d;
}
.testimonial-section .owl-nav{
  padding:0px;
  margin:0px;
  display:block;
}
.main-slider-two .owl-nav{
  display:none;
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-20px;
  width:42px;
  height:42px;
  color:#ffffff;
  font-size:24px;
  line-height:40px;
  text-align:center;
  font-weight:700;
  background:rgba(255,255,255,0.20);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-slider .owl-nav .owl-prev{
  left:-50px;
}
.main-slider .owl-nav .owl-next{
  right:-50px;
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
}
.main-slider-two .slide-column{
  position:relative;
  padding:0px 2px;
  margin-bottom:4px;
}
.main-slider-two .slide-column .row{
  margin:0px -2px;
}
.main-slider-two .slide-column .inner-slide{
  margin-bottom:4px;
  padding:0px 2px;
}
/*Main Slider Three*/
.main-slider-three .owl-dots{
  position:relative;
  text-align:center;
  top:-60px;
}
.main-slider-three .owl-nav .owl-prev,
.main-slider-three .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-20px;
  width:43px;
  height:43px;
  color:#ffffff;
  font-size:18px;
  line-height:38px;
  text-align:center;
  font-weight:700;
  border:2px solid rgba(255,255,255,0.40);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-slider-three .owl-nav .owl-prev{
  left:20px;
}
.main-slider-three .owl-nav .owl-next{
  right:20px;
}
.main-slider-three .owl-nav .owl-prev:hover,
.main-slider-three .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
  border-color:#38721d;
}
/*Main Slider Four*/
.main-slider-four{
  position:relative;
  padding:55px 0px 45px;
  background-color:#f9f9f9;
}
.main-slider-four .section-outer{
  position:relative;
  padding:0px 30px;
}
.main-slider-four .owl-nav .owl-prev,
.main-slider-four .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-40px;
  width:44px;
  height:44px;
  color:#999999;
  font-size:20px;
  line-height:42px;
  text-align:center;
  font-weight:700;
  background:rgba(255,255,255,1);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-slider-four .owl-nav .owl-prev{
  left:-22px;
}
.main-slider-four .owl-nav .owl-next{
  right:-22px;
}
.main-slider-four .owl-nav .owl-prev:hover,
.main-slider-four .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
}
/***
====================================================================
Sidebar Page Container
====================================================================
***/
.sidebar-page-container{
  position:relative;
  padding: 20px 0 0;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
  margin-bottom:0px;
}
.sidebar-page-container .sidebar-side .row.nopadding{
  margin:0px;
  padding:0px;
}
.sidebar-page-container .sidebar-side .sidebar.right-sidebar{
  position:relative;
  padding-left:20px;
}
.sidebar-page-container .sidebar-side .sidebar.left-sidebar{
  padding-right:20px;
}
.sidebar-page-container.change-padding{
  padding-bottom:0px;
}
.sidebar-page-container.recent-category{
  padding-bottom: 0px;
}
.sidebar-page-container.recent-clinets{
  padding-top: 0px;
}
.sidebar-widget{
  margin-bottom: 10px;
  position: relative;
}
.sidebar-title{
  position:relative;
  background-color:#f3f3f3;
}
.sidebar-title h2{
  position:relative;
  color:#ffffff;
  padding:9px 20px;
  font-weight:400;
  font-size:12px;
  display:inline-block;
  background-color:#38721d;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.sidebar-social-widget{
  margin-bottom:30px;
}
/*Adds Block*/
.adds-block{
  position:relative;
  background-size:cover;
}
.border-box{
  position:relative;
  padding: 0px;
  text-align:center;
  outline-offset: -12px;
  outline: 2px solid rgba(255,255,255,0.80);
  z-index: 1
}
.border-box:before{
  position:absolute;
  z-index: 9999
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background-color:rgba(0,0,0,0.50);
}
.adds-block .inner-box{
  position:relative;
  padding:80px 0px;
  text-align:center;
  outline-offset: -12px;
  outline: 2px solid rgba(255,255,255,0.80);
}
.adds-block .inner-box:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background-color:rgba(0,0,0,0.50);
}
.adds-block .inner-box .text{
  position:relative;
  color:#ffffff;
  font-size:18px;
  line-height:1.9em;
  margin-bottom:20px;
}
.adds-block .inner-box .text span{
  display:block;
}
/***
====================================================================
Product Tabs Style
====================================================================
***/
.product-widget-tabs{
  position:relative;
  padding:0px 0px;
  background-color:#ffffff;
}
.product-widget-tabs .prod-tabs{
  position:relative;
}
.product-widget-tabs .prod-tabs .tab-btns{
  position:relative;
  margin-bottom:30px;
  background-color:#f3f3f3;
}
.product-widget-tabs .prod-tabs .tab-btns .tab-btn{
  position:relative;
  top:1px;
  display:block;
  float:right;
  margin-right:1px;
  font-size:12px;
  color:#777777;
  font-weight:600;
  line-height:24px;
  cursor:pointer;
  width:33%;
  text-align:center;
  padding:7px 5px 8px;
  transition:all 500ms ease;
}
.product-widget-tabs .prod-tabs .tab-btns .tab-btn:after{
  position:absolute;
  content:'';
  right:0px;
  top:13px;
  width:1px;
  height:10px;
  background-color:#dcdcdc;
}
.product-widget-tabs .prod-tabs .tab-btns .tab-btn:last-child{
  margin-right:0px;
}
.product-widget-tabs .prod-tabs .tab-btns .tab-btn:hover,
.product-widget-tabs .prod-tabs .tab-btns .tab-btn.active-btn{
  color:#ffffff;
  background:#38721d;
}
.product-widget-tabs .prod-tabs .tab-btns .tab-btn:hover:after,
.product-widget-tabs .prod-tabs .tab-btns .tab-btn:last-child:after,
.product-widget-tabs .prod-tabs .tab-btns .tab-btn.active-btn:after{
  display:none;
}
.product-widget-tabs .prod-tabs .tabs-content{
  position:relative;
}
.product-widget-tabs .prod-tabs .tabs-content .tab{
  position:relative;
  display:none;
}
.product-widget-tabs .prod-tabs .tabs-content .tab.active-tab{
  display:block;
}
/*Post Widget*/
.widget-post{
  position:relative;
  font-size:14px;
  color:#666666;
  padding:0px 0px;
  padding-left:125px;
  min-height:100px;
  margin-bottom:10px;
  border-bottom:1px solid #eeeeee;
}
.widget-post:last-child{
  margin-bottom:0px;
  min-height:100px;
}
.slide .column .widget-post:last-child
{border :none}
.widget-post .post-thumb{
  position:absolute;
  left:  0px;
  top:0px;
  width:120px;
  background-color:#e9ebee;
}
.widget-post .post-thumb > a{
  position:relative;
  display:block;
}
.widget-post .post-thumb a:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  z-index:99;
  opacity:0;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
  background-color:rgba(0,0,0,0.050);
}
.widget-post:hover .post-thumb a:before{
  opacity:1;
}
.widget-post .post-thumb .overlay{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  z-index:10;
  opacity:0;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-post .post-thumb .overlay .icon{
  position:relative;
  width:30px;
  height:30px;
  color:#ffffff;
  text-align:center;
  line-height:26px;
  font-size:10px;
  padding-right:3px;
  border-radius:50%;
  display:block;
  margin:0 auto;
  top:50%;
  margin-top:-16px;
  border:3px solid #ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-post:hover .post-thumb .overlay{
  opacity:1;
}
.widget-post .post-thumb img{
  display:block;
  width:100%;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-post .text{
  position:relative;
  top:-4px;
  font-size:13px;
  margin:0px 0px 0px;
  font-weight:400;
  color:#333333;
  line-height:1.6em;
  text-align: justify;
  padding-right:5px;
}
.btn-full-width.button{
  color:#38721d;
  font-weight: bold;
}
.widget-post .text a{
  color:#38721d;
  font-weight: bold;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-post a,
.widget-post a:hover{
  color:#38721d;
}
.widget-post .text a:hover{
  color:#27590e;
}
.widget-post .post-info{
  position:relative;
  font-size:11px;
  color:#999999;
  font-weight:600;
  padding-right:20px;
}
.widget-post .post-info:before{
  position:absolute;
  content: "\e943";
  right:0px;
  top:1px;
  font-size:12px;
  color:#999999;
  font-weight:300;
  font-family: 'quebec';
}
/*Cat List*/
.cat-list{
  position:relative;
  z-index:99;
  background-color:#ffffff;
}
.cat-list li{
  position:relative;
  padding-left:20px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #eeeeee;
}
.cat-list li:before{
  position:absolute;
  content:'';
  left:0px;
  top:12px;
  width:5px;
  height:5px;
  background-color:#d3d3d3;
}
.cat-list li a{
  position:relative;
  color:#777777;
  font-size:13px;
  font-weight:400;
  font-family: 'Droid Arabic Kufi', sans-serif;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.cat-list li a:hover{
  color:#38721d;
}
.cat-list li a span{
  float:right;
}
/***
====================================================================
Category Tabs Box
====================================================================
***/
.category-tabs-box{
  position:relative;
  margin-bottom:50px;
}
.category-tabs-box .prod-tabs{
  position:relative;
}
.category-tabs-box .prod-tabs .tab-btns{
  position:relative;
  margin-bottom:40px;
  background-color:#f3f3f3;
}
.category-tabs-box .prod-tabs .tab-btns .category{
  position: relative;
  color: #ffffff;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  background-color: #38721d;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.category-tabs-box .prod-tabs .tab-btns .tab-btn{
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin-right:1px;
  font-size:13px;
  color:#777777;
  font-weight:600;
  line-height:24px;
  cursor:pointer;
  padding:7px 15px 8px;
  transition:all 500ms ease;
}
.category-tabs-box .prod-tabs .tab-btns .tab-btn:after{
  position:absolute;
  content:'';
  right:0px;
  top:15px;
  width:1px;
  height:10px;
  background-color:#dcdcdc;
}
.category-tabs-box .prod-tabs .tab-btns .tab-btn:last-child{
  margin-right:0px;
}
.category-tabs-box .prod-tabs .tab-btns .tab-btn:hover,
.category-tabs-box .prod-tabs .tab-btns .tab-btn.active-btn{
  color:#38721d;
}
.category-tabs-box .prod-tabs .tab-btns .tab-btn:last-child:after{
  display:none;
}
.category-tabs-box .prod-tabs .tab-btns .dropdown-category{
  position:relative;
  top:2px;
  display:inline-block;
}
.category-tabs-box .prod-tabs .tab-btns .dropdown-category .down-panel{
  border:0px;
  padding:0px;
  margin-top:5px;
  border-radius:0px;
}
.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category{
  position:relative;
}
.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li{
  position:relative;
  background-color:#101010;
}
.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li a{
  color:#ffffff;
  display:block;
  padding:6px 15px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li a:hover{
  background-color:#38721d;
}
.category-tabs-box .prod-tabs .tab-btns .dropdown-category .category-box-btn{
  position:relative;
  background:none;
  top:1px;
  display:block;
  float:left;
  margin-right:1px;
  font-size:13px;
  color:#777777;
  font-weight:600;
  line-height:24px;
  cursor:pointer;
  padding:5px 15px 5px;
  transition:all 500ms ease;
}
.category-tabs-box .prod-tabs .tabs-content{
  position:relative;
}
.category-tabs-box .prod-tabs .tabs-content .tab{
  position:relative;
  display:none;
}
.category-tabs-box .prod-tabs .tabs-content .tab.active-tab{
  display:block;
}
/*News Block Two*/
.news-block-two{
  position:relative;
}
.news-block-two.with-margin{
  margin-bottom:10px;
}
.news-block-two .inner-box{
  position:relative;
}
.news-block-two .inner-box .image{
  position:relative;
  background-color:#e9ebee;
}
.news-block-two .inner-box .image > a{
  position:relative;
  display:block;
}
.news-block-two .inner-box .image > a:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  z-index:1;
  background-color:rgba(0,0,0,0.1);
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-two .inner-box:hover .image > a:before{
  opacity:1;
}
.news-block-two .inner-box .image .category{
  position:absolute;
  left:10px;
  bottom:10px;
  color:#ffffff;
  padding:2px 10px;
  display:inline-block;
  font-size:12px;
  z-index:10;
  background-color:#222222;
}
.news-block-two .inner-box .image .category a{
  color:#ffffff;
}
.news-block-two .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}
.news-block-two .inner-box .lower-box{
  position:relative;
  padding:10px 0px 0px;
}
.news-block-two .inner-box .lower-box h3{
  position:relative;
  font-size:15px;
  font-weight:400;
  line-height:1.4em;
  margin-bottom:10px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.news-block-two .inner-box .lower-box h3 a{
  color:#38721d;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-two .inner-box .lower-box h3 a:hover{
  color:#e83f44;
}
 .post-meta{
  position:relative;
  margin-bottom:8px;
}
 .post-meta li{
  position:relative;
  color:#999999;
  font-weight:600;
  font-size:11px;
  padding-right:15px;
  display:inline-block;
  margin-left:10px;
}
 .post-meta li .icon{
  position:absolute;
  right:0px;
  top:5px;
  font-size:12px;
  color:#999999;
}
.news-block-two .inner-box .lower-box .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.8em;
}
.news-block-two.small-block{
  margin-bottom:10px;
}
.news-block-two.small-block .inner-box .lower-box{
  padding-top:10px;
}
.news-block-two.small-block .inner-box .lower-box h3{
  font-size:16px;
  line-height:1.6em;
}
.category-tabs-box .owl-dots{
  display:none;
}
.category-tabs-box .owl-nav{
  position:relative;
  margin-top:20px;
}
.category-tabs-box .owl-nav .owl-next,
.category-tabs-box .owl-nav .owl-prev{
  position:relative;
  width:30px;
  height:30px;
  color:#a7a7a7;
  line-height:26px;
  text-align:center;
  margin-right:6px;
  display:inline-block;
  border:2px solid #f3f3f3;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.category-tabs-box .owl-nav .owl-next:hover,
.category-tabs-box .owl-nav .owl-prev:hover{
  color:#ffffff;
  border-color:#38721d;
  background-color:#38721d;
}
/*blog carousel section*/
.blog-carousel-section{
  position:relative;
  padding:25px 0 10px;
}
/*News Block Three*/
.news-block-three{
  position:relative;
}
.news-block-three .inner-box{
  position:relative;
  overflow:hidden;
}
.news-block-three .inner-box .image{
  position:relative;
}
.news-block-three .inner-box:hover .image img{
  -webkit-transform : scale(1.2,1.2);
  -ms-transform     : scale(1.2,1.2);
  transform         : scale(1.2,1.2);
}
.news-block-three .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
  transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}
.news-block-three .inner-box .image .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.news-block-three .inner-box .image .overlay-box .play-btn{
  position:absolute;
  right:15px;
  top:15px;
  width:34px;
  height:34px;
  line-height:28px;
  display:inline-block;
  border-radius:50%;
  text-align:center;
  color:#ffffff;
  border:3px solid #ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-three .inner-box .image .overlay-box .play-btn .icon{
  font-size:12px;
  padding-left:3px;
}
.news-block-three .inner-box .image .overlay-box .play-btn:hover{
  color:#38721d;
  border-color:#38721d;
}
.news-block-three .inner-box .image .overlay-box .content{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  padding:0px 5px;
  width: 100%;
}
.news-block-three .inner-box .image .overlay-box .content .tag{
  position: relative;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  padding: 0px 12px;
  font-weight: 400;
  margin-bottom: 12px;
  background-color: #38721d;
}
.news-block-three .inner-box .image .overlay-box .content .tag a{
  color:#ffffff;
}
.news-block-three .inner-box .image .overlay-box .content h3{
  position:relative;
  font-weight:700;
  font-size:13px;
  line-height:1.6em;
  margin-bottom:8px;
}
.news-block-three .inner-box .image .overlay-box .content h3 a{
  color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-three .inner-box .image .overlay-box .content h3 a:hover{
  opacity:0.70;
}
.news-block-three .inner-box .image .overlay-box .content .post-meta{
  position:relative;
}
.news-block-three .inner-box .image .overlay-box .content .post-meta li{
  position:relative;
  color:#ffffff;
  font-size:11px;
  font-weight:600;
  padding-left:20px;
  line-height:1em;
  margin-right:15px;
  display:inline-block;
}
.news-block-three .inner-box .image .overlay-box .content .post-meta li .icon{
  position:absolute;
  left:0px;
  top:0px;
  font-size:11px;
  color:#ffffff;
}
.news-block-three.style-two .inner-box .image .overlay-box .content h3{
  font-size:30px;
  line-height:1.4em;
}
.news-block-three.style-three .inner-box .image .overlay-box .content h3{
  font-size:26px;
  line-height:1.4em;
}
.news-block-three.style-four .inner-box .image .overlay-box .content h3{
  font-size:22px;
  line-height:1.4em;
}
.blog-carousel-section .owl-dots{
  position: relative;
  text-align:center;
}
.blog-carousel-section .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin:0px 5px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.blog-carousel-section .owl-dots .owl-dot span{
  position:relative;
  display:block;
  width:8px;
  height:8px;
  margin:0px;
  border-radius:50%;
  background:#d1d1d1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.blog-carousel-section .owl-dots .owl-dot.active span,
.blog-carousel-section .owl-dots .owl-dot:hover span{
  background:#38721d;
}
.blog-carousel-section .owl-nav .owl-prev,
.blog-carousel-section .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-30px;
  width:30px;
  height:30px;
  color:#999999;
  font-size:20px;
  line-height:30px;
  text-align:center;
  font-weight:700;
  background:rgba(50,50,50,1);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.blog-carousel-section .owl-nav .owl-prev{
  left:-30px;
}
.blog-carousel-section .owl-nav .owl-next{
  right:-30px;
}
.blog-carousel-section .owl-nav .owl-prev:hover,
.blog-carousel-section .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
}
/*News Block Four*/
.news-block-four{
  position:relative;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #eeeeee;
}
.news-block-four .inner-box{
  position:relative;
}
.news-block-four .inner-box .image-column{
  position:relative;
}
.news-block-four .inner-box .image-column .image{
  position:relative;
  margin-bottom:30px;
  background-color:#e9ebee;
}
.news-block-four .inner-box .image-column .image > a{
  position:relative;
  display:block;
}
.news-block-four .inner-box .image-column .image > a:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: 99;
  background-color: rgba(255,255,255,0.40);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block-four .inner-box:hover .image-column .image a:before{
  opacity:1;
}
.news-block-four .inner-box .image-column .image img{
  position:relative;
  width:100%;
  display:block;
}
.news-block-four .inner-box .content-box{
  position:relative;
}
.news-block-four .inner-box .content-box .content-inner{
  position:relative;
  padding-left:10px;
}
.news-block-four .inner-box .content-box .category{
  position: relative;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  padding: 0px 12px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top:5px;
  background-color: #222222;
}
.news-block-four .inner-box .content-box .category a{
  color:#ffffff;
}
.news-block-four .inner-box .content-box h3{
  position:relative;
  font-weight:400;
  font-size:20px;
  line-height:1.5em;
  margin-bottom:8px;
}
.news-block-four .inner-box .content-box h3 a{
  color:#333333;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-four .inner-box .content-box h3 a:hover{
  color:#38721d;
}
.news-block-four .inner-box .content-box .post-meta{
  position:relative;
  margin-bottom:10px;
}
.news-block-four .inner-box .content-box .post-meta li{
  position:relative;
  color:#999999;
  font-size:11px;
  font-weight:600;
  padding-left:20px;
  line-height:1em;
  margin-right:15px;
  display:inline-block;
}
.news-block-four .inner-box .content-box .post-meta li .icon{
  position:absolute;
  left:0px;
  top:0px;
  font-size:11px;
  color:#999999;
}
.news-block-four .inner-box .content-box .text{
  position:relative;
  color:#777777;
  font-size:14px;
}
.news-block-four:last-child{
  margin-bottom:0px;
  border:0px;
}
/*Search Box Widget*/
.sidebar .search-box .form-group{
  position:relative;
  margin:0px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
  position:relative;
  line-height:24px;
  padding:10px 50px 10px 20px;
  border:2px solid #e0e0e0;
  background:none;
  display:block;
  font-size:16px;
  width:100%;
  height:48px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sidebar .search-box .form-group button{
  position:absolute;
  right:0px;
  top:0px;
  height:48px;
  width:50px;
  display:block;
  font-size:20px;
  color:#e0e0e0;
  line-height:100%;
  font-weight:normal;
  background:none;
}
.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus{
  border-color:#38721d;
}
/*News Block Five*/
.news-block-five{
  position:relative;
  margin-bottom:10px;
}
.news-block-five .inner-box{
  position:relative;
}
.news-block-five .inner-box .image{
  position:relative;
  background-color:#e9ebee;
}
.news-block-five .inner-box .image a{
  position:relative;
  display:block;
}
.news-block-five .inner-box .image > a:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
  opacity:0;
  background-color:rgba(0,0,0,0.50);
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-five:hover .inner-box .image a:before{
  opacity:1;
}
.news-block-five .inner-box .image .category{
  position:absolute;
  left:10px;
  bottom:10px;
  color:#ffffff;
  padding:2px 10px;
  display:inline-block;
  font-size:12px;
  z-index:2;
  background-color:#222222;
}
.news-block-five .inner-box .image .category a{
  color:#ffffff;
}
.news-block-five .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}
.news-block-five .inner-box .lower-box{
  position:relative;
  padding:20px 0px 0px;
  padding-bottom:20px;
  border-bottom:1px solid #e7e7e7;
}
.news-block-five .inner-box .lower-box .rating{
  position:relative;
  margin-bottom:5px;
}
.news-block-five .inner-box .lower-box .rating .fa{
  position:relative;
  color:#333333;
  font-size:15px;
}
.news-block-five .inner-box .lower-box .rating .fa.light{
  color:#c5c5c5;
}
.news-block-five .inner-box .lower-box .rating .total-rating{
  position:relative;
  color:#c5c5c5;
  margin-left:5px;
}
.news-block-five .inner-box .lower-box h3{
  position:relative;
  font-size:20px;
  font-weight:400;
  line-height:1.4em;
  margin-bottom:6px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.news-block-five .inner-box .lower-box h3 a{
  color:#333333;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-five .inner-box .lower-box h3 a:hover{
  color:#e83f44;
}
.news-block-five .inner-box .lower-box .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.8em;
}
/*Post Widget*/
.widget-post-two{
  position:relative;
  font-size:14px;
  color:#666666;
  padding:0px 0px;
  min-height:110px;
  margin-bottom:30px;
  border-bottom:1px solid #eeeeee;
}
.widget-post-two .inner{
  position:relative;
  padding-left:105px;
}
.widget-post-two:last-child{
  margin-bottom:0px;
  border:0px;
  min-height:80px;
}
.widget-post-two .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:85px;
  background-color:#e9ebee;
}
.widget-post-two .post-thumb a:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
  opacity:0;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
  background-color:rgba(0,0,0,0.050);
}
.widget-post-two:hover .post-thumb a:before{
  opacity:1;
}
.widget-post-two .post-thumb img{
  display:block;
  width:100%;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-post-two .text{
  position:relative;
  top:-4px;
  font-size:15px;
  margin:0px 0px 0px;
  font-weight:400;
  color:#333333;
  line-height:1.6em;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.widget-post-two .text a{
  color:#000000;
  font-family: 'Droid Arabic Kufi', sans-serif;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-post-two a,
.widget-post-two a:hover{
  color:#38721d;
}
.widget-post-two .inner .rating{
  position:relative;
  margin-bottom:5px;
}
.widget-post-two .inner .rating .fa{
  position:relative;
  color:#333333;
  font-size:15px;
}
.widget-post-two .inner .rating .fa.light{
  color:#c5c5c5;
}
.widget-post-two .inner .rating .total-rating{
  position:relative;
  color:#c5c5c5;
  margin-left:5px;
}
/*Tweet Block*/
.tweet-block{
  position:relative;
}
.tweet-block .inner-box{
  position:relative;
  text-align:center;
}
.tweet-block .inner-box .tweet-icon{
  position:relative;
  color:#d9d9d9;
  font-size:40px;
  line-height:1em;
  margin-bottom:15px;
}
.tweet-block .inner-box .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.8em;
  padding-bottom:10px;
  margin-bottom:5px;
}
.tweet-block .inner-box .text:after{
  position:absolute;
  content:'';
  left:50%;
  height:1px;
  width:70px;
  bottom:0px;
  margin-left:-35px;
  background-color:#38721d;
}
.tweet-block .inner-box .post-time{
  position:relative;
  color:#999999;
  font-size:11px;
  font-weight:600;
}
.tweet-widget .owl-nav{
  display:none;
}
.tweet-widget .owl-dots{
  position: relative;
  text-align:center;
  margin-top:10px;
}
.tweet-widget .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin:0px 5px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.tweet-widget .owl-dots .owl-dot span{
  position:relative;
  display:block;
  width:8px;
  height:8px;
  margin:0px;
  border-radius:50%;
  background:#d1d1d1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.tweet-widget .owl-dots .owl-dot.active span,
.tweet-widget .owl-dots .owl-dot:hover span{
  background:#38721d;
}
/*Post Comment Widget*/
.widget-comment-post{
  position:relative;
  font-size:14px;
  color:#666666;
  padding:0px 0px;
  padding-left:105px;
  min-height:110px;
  margin-bottom:30px;
  border-bottom:1px solid #eeeeee;
}
.widget-comment-post:last-child{
  margin-bottom:0px;
  border:0px;
  min-height:80px;
}
.widget-comment-post .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:85px;
}
.widget-comment-post .post-thumb img{
  display:block;
  width:100%;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-comment-post .text{
  position:relative;
  top:-4px;
  font-size:16px;
  margin:0px 0px 0px;
  font-weight:400;
  color:#333333;
  line-height:1.6em;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.widget-comment-post .text a{
  color:#000000;
  font-family: 'Droid Arabic Kufi', sans-serif;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.widget-comment-post a,
.widget-comment-post a:hover{
  color:#38721d;
}
.widget-comment-post .post-info{
  position:relative;
  font-size:11px;
  color:#999999;
  font-weight:600;
  padding-left:20px;
}
.widget-comment-post .post-info:before{
  position:absolute;
  content: "\e943";
  left:0px;
  top:1px;
  font-size:12px;
  color:#999999;
  font-weight:300;
  font-family: 'quebec';
}
/*Economics Category*/
.economics-category{
  position:relative;
  margin-bottom:5px;
}
.economics-category .column{
  position:relative;
  margin-bottom:10px;
}
.economics-category .owl-dots{
  position:relative;
  display:none;
}
.economics-category .owl-nav{
  position:absolute;
  bottom: 0px;
}
.economics-category .owl-nav .owl-next,
.economics-category .owl-nav .owl-prev{
  position:relative;
  width:30px;
  height:30px;
  color:#a7a7a7;
  line-height:26px;
  text-align:center;
  margin-right:6px;
  display:inline-block;
  border:2px solid #f3f3f3;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.economics-category .owl-nav .owl-next:hover,
.economics-category .owl-nav .owl-prev:hover{
  color:#ffffff;
  border-color:#38721d;
  background-color:#38721d;
}
/*Featured Block Section*/
.featured-block-section{
  position:relative;
  margin-bottom:65px;
}
.featured-block-section .owl-dots{
  position: relative;
  text-align:center;
  margin-top:20px;
}
.featured-block-section .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin:0px 5px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.featured-block-section .owl-dots .owl-dot span{
  position:relative;
  display:block;
  width:8px;
  height:8px;
  margin:0px;
  border-radius:50%;
  background:#d1d1d1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.featured-block-section .owl-dots .owl-dot.active span,
.featured-block-section .owl-dots .owl-dot:hover span{
  background:#38721d;
}
.featured-block-section .owl-nav .owl-prev,
.featured-block-section .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-40px;
  width:44px;
  height:44px;
  color:#999999;
  font-size:20px;
  line-height:42px;
  text-align:center;
  font-weight:700;
  background:rgba(255,255,255,1);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.featured-block-section .owl-nav .owl-prev{
  left:-22px;
}
.featured-block-section .owl-nav .owl-next{
  right:-22px;
}
.featured-block-section .owl-nav .owl-prev:hover,
.featured-block-section .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
}
/*News Block Six*/
.news-block-six{
  position:relative;
}
.news-block-six .inner-box{
  position:relative;
}
.news-block-six .inner-box .image-box{
  position:relative;
}
.news-block-six .inner-box .image-box .image{
  position:relative;
}
.news-block-six .inner-box .image-box .image img{
  position:relative;
  width:100%;
  display:block;
}
.news-block-six .inner-box .image-box .image .overlay-box{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
}
.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  padding: 10px 30px;
  vertical-align: middle;
  background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content .category{
  position: relative;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  padding: 0px 12px;
  font-weight: 400;
  margin-bottom: 12px;
  background-color: #38721d;
}
.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content .category a{
  color:#ffffff;
}
.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content h2{
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 18px;
  padding-bottom:15px;
}
.news-block-six .inner-box .image-box .image .overlay-box .content h2 a{
  color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-six .inner-box .image-box .image .overlay-box .content h2 a:hover{
  opacity:0.70;
}
.news-block-six .inner-box .image-box .image .overlay-box .content h2:after{
  position:absolute;
  content:'';
  left:50%;
  width:90px;
  height:1px;
  bottom:0px;
  margin-left:-45px;
  background-color:#ffffff;
}
.news-block-six .inner-box .image-box .image .overlay-box .content .post-date{
  position:relative;
  font-size:14px;
  font-weight:600;
  z-index:1;
  color:rgba(255,255,255,0.80);
}
.news-block-six .inner-box .image-box .image .overlay-box .content .post-date.margin{
  margin-bottom:100px;
}
.about-widget{
  position:relative;
}
.about-widget .widget-content{
  position:relative;
}
.about-widget .widget-content .inner{
  position:relative;
}
.about-widget .widget-content .inner .image{
  position:relative;
  margin-bottom:30px;
}
.about-widget .widget-content .inner .image img{
  position:relative;
  width:100%;
  display:block;
}
.about-widget .widget-content .inner .name{
  position:relative;
  color:#999999;
  font-size:16px;
  font-weight:400;
  text-align:center;
  margin-bottom:30px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.about-widget .widget-content .inner .signature{
  position:relative;
  font-size:46px;
  font-weight:400;
  line-height:1em;
  color:#333333;
  text-align:center;
  padding-bottom:20px;
  border-bottom:1px solid #eeeeee;
  font-family: 'Mr Bedfort', cursive;
}
.about-widget .widget-content .inner .text{
  position:relative;
  color:#777777;
  font-size:14px;
  margin-top:25px;
}
/*Newsletter Widget*/
.newsletter-widget{
  position:relative;
  margin-bottom:60px;
}
.newsletter-widget .inner-box{
  position:relative;
  padding:40px 30px 20px;
  background-color:#000;
}
.newsletter-widget .inner-box h2{
  position:relative;
  font-size:14px;
  font-weight:400;
  color:#ffffff;
  text-align:center;
  padding-bottom:18px;
  margin-bottom:30px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.newsletter-widget .inner-box h2:after{
  position:absolute;
  content:'';
  left:50%;
  bottom:0px;
  width:65px;
  height:2px;
  margin-left:-32px;
  background-color:#ffffff;
}
.newsletter-widget .form-group{
  position:relative;
  display:block;
}
.newsletter-widget .form-group input[type="text"],
.newsletter-widget .form-group input[type="tel"],
.newsletter-widget .form-group input[type="email"],
.newsletter-widget .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:20px;
  height:50px;
  font-size:14px;
  color:#777777;
  font-style:italic;
  padding:10px 50px 10px 20px;
  background:#ffffff;
  text-align:center;
  margin-bottom:18px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.newsletter-widget .form-group input[type="submit"],
.newsletter-widget button{
  position:relative;
  right:0px;
  top:0px;
  width:100%;
  height:50px;
  line-height:50px;
  color:#ffffff;
  font-size:12px;
  text-align:center;
  background:#333333;
  font-weight:400;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
/*Popular Tags*/
.popular-tags-two a{
  position:relative;
  display:inline-block;
  line-height:24px;
  padding:4px 12px 4px;
  margin:0px 0px 4px 0px;
  color:#ffffff;
  text-align:center;
  font-size:11px;
  font-weight:600;
  background:#adaeaf;
  transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
}
.popular-tags-two a:hover{
  color:#ffffff;
  background-color:#38721d;
}
/*News Block Seven*/
.news-block-seven{
  position:relative;
  margin-bottom:20px;
}
.news-block-seven .inner-box{
  position:relative;
}
.news-block-seven .inner-box .image{
  position:relative;
}
.news-block-seven .inner-box .image > a{
  position:relative;
  display:block;
}
.news-block-seven .inner-box .image > a:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: 1;
  background-color: rgba(255,255,255,0.40);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block-seven .inner-box:hover .image > a:before{
  opacity:1;
}
.news-block-seven .inner-box .image .category{
  position:absolute;
  left:10px;
  bottom:10px;
  color:#ffffff;
  padding:2px 10px;
  display:inline-block;
  font-size:12px;
  z-index:1;
  background-color:#222222;
}
.news-block-seven .inner-box .image .category a{
  color:#ffffff;
}
.news-block-seven .inner-box .image .owl-dots{
  display:none;
}
.news-block-seven .inner-box .image .owl-nav{
  position:absolute;
  right:0px;
  bottom:0px;
}
.news-block-seven .inner-box .image .owl-nav .owl-next,
.news-block-seven .inner-box .image .owl-nav .owl-prev{
  background-color:rgba(255,255,255,0.80);
  width:43px;
  height:43px;
  color:#9b9b9b;
  font-size:16px;
  margin-top:1px;
  line-height:43px;
  text-align:center;
}
.news-block-seven .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}
.news-block-seven .inner-box .lower-box{
  position:relative;
  padding:30px 0px 0px;
  padding-bottom:40px;
  border-bottom:1px solid #eeeeee;
}
.news-block-seven .inner-box .lower-box h3{
  position:relative;
  font-size:32px;
  font-weight:400;
  line-height:1.4em;
  margin-bottom:12px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.news-block-seven .inner-box .lower-box h3 a{
  color:#333333;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-seven .inner-box .lower-box h3 a:hover{
  color:#e83f44;
}
.news-block-seven .inner-box .lower-box .post-meta{
  position:relative;
  margin-bottom:12px;
}
.news-block-seven .inner-box .lower-box .post-meta li{
  position:relative;
  color:#999999;
  font-weight:600;
  font-size:11px;
  padding-left:18px;
  display:inline-block;
  margin-right:20px;
}
.news-block-seven .inner-box .lower-box .post-meta li .icon{
  position:absolute;
  left:0px;
  top:1px;
  font-size:12px;
  color:#999999;
}
.news-block-seven .inner-box .lower-box .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.8em;
  margin-bottom:25px;
}
.news-block-seven:last-child .inner-box .lower-box{
  border:0px;
  padding-bottom:0px;
  margin-bottom:0px;
}
.news-block-seven.style-two .lower-box h3{
  font-size:26px;
}
.instagram-gallery{
  position:relative;
}
.instagram-gallery h2{
  position:relative;
  color:#999999;
  font-size:14px;
  padding:30px 0px;
  text-align:center;
  font-weight:500;
  background-color:#fbfbfb;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.default-portfolio-item{
  position:relative;
  width:20%;
  float:left;
}
.default-portfolio-item .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
}
.default-portfolio-item .inner-box:hover .image-box img{
  -webkit-transform : scale(1.2,1.2);
  -ms-transform     : scale(1.2,1.2);
  transform         : scale(1.2,1.2);
}
.default-portfolio-item .image-box{
  position:relative;
  display:block;
}
.default-portfolio-item .image-box img{
  position:relative;
  display:block;
  width:100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.default-portfolio-item .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:0px;
  color:#ffffff;
  opacity:0;
  text-align:center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.default-portfolio-item .inner-box:hover .overlay-box{
  top:0px;
  opacity:1;
}
.default-portfolio-item .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:101%;
  height:101%;
  display:table;
  padding:10px 20px;
  vertical-align:middle;
  background:rgba(231,63,67,0.80);
}
.default-portfolio-item .overlay-inner .content{
  position:relative;
  display:table-cell;
  vertical-align:middle;
}
.default-portfolio-item .overlay-inner .option-btn{
  position:relative;
  display:inline-block;
  line-height:44px;
  color:#222222;
  font-size:15px;
  width:44px;
  height:44px;
  margin:0px 3px;
  background:#ffffff;
  border-radius:50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.default-portfolio-item .overlay-inner .option-btn:hover{
  background:rgba(231,63,67,0.90);
  color:#ffffff;
}
/*News Block Three*/
.news-block-eight{
  position:relative;
}
.news-block-eight .inner-box{
  position:relative;
  overflow:hidden;
}
.news-block-eight .inner-box:hover .image img{
  -webkit-transform : scale(1.2,1.2);
  -ms-transform     : scale(1.2,1.2);
  transform         : scale(1.2,1.2);
}
.news-block-eight .inner-box .image{
  position:relative;
}
.news-block-eight .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.news-block-eight .inner-box .image .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  text-align:center;
  background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.news-block-eight .inner-box .image .overlay-box .content{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  padding:0px 15px 40px 15px;
}
.news-block-eight .inner-box .image .overlay-box .content .tag{
  position: relative;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  padding: 0px 12px;
  font-weight: 400;
  margin-bottom: 12px;
  background-color: #38721d;
}
.news-block-eight .inner-box .image .overlay-box .content .tag a{
  color:#ffffff;
}
.news-block-eight .inner-box .image .overlay-box .content h3{
  position:relative;
  font-weight:700;
  font-size:24px;
  line-height:1.6em;
  margin-bottom:8px;
}
.news-block-eight .inner-box .image .overlay-box .content h3 a{
  color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.news-block-eight .inner-box .image .overlay-box .content h3 a:hover{
  opacity:0.70;
}
.news-block-eight .inner-box .image .overlay-box .content .post-meta{
  position:relative;
}
.news-block-eight .inner-box .image .overlay-box .content .post-meta li{
  position:relative;
  color:#ffffff;
  font-size:11px;
  font-weight:600;
  padding-left:20px;
  line-height:1em;
  margin-right:15px;
  display:inline-block;
}
.news-block-eight .inner-box .image .overlay-box .content .post-meta li .icon{
  position:absolute;
  left:0px;
  top:0px;
  font-size:11px;
  color:#ffffff;
}
/*Blog Gallery*/
.blog-gallery{
  position:relative;
  padding:100px 0px 20px;
}
.main-slider-five .product-details .image-column .image-carousel{
  position:relative;
}
.main-slider-five .product-details .image-column,
.main-slider-five .product-details .info-column{
  margin-bottom:0px;
}
.main-slider-five .product-details .image-column .carousel-outer{
  position:relative;
}
.main-slider-five .product-details .info-column .add-to-cart{
  margin-bottom:10px;
  margin-right:10px;
}
.main-slider-five .product-details .image-column .image-box img{
  position:relative;
  display:block;
  width:100%;
}
.main-slider-five .product-details .image-column .thumbs-carousel{
  position:absolute;
  left:0px;
  bottom:0px;
}
.main-slider-five .product-details .image-column .thumbs-carousel .owl-stage-outer{
  padding-top:10px;
}
.main-slider-five .product-details .image-column .thumbs-carousel li{
  cursor:pointer;
  color:#ffffff;
  font-size:15px;
  text-align:center;
  padding:30px 25px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  border-top:1px solid rgba(255,255,255,0.20);
  border-right:1px solid rgba(255,255,255,0.20);
  font-family:'Droid Arabic Kufi', 'Droid Arabic Kufi', sans-serif;
}
.main-slider-five .product-details .image-column .thumbs-carousel li img{
  width:100%;
  display:inline-block;
  border:1px solid #ededed;
}
.main-slider-five .product-details .image-column .thumbs-carousel .owl-item.active:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:1px;
  opacity:0;
  background-color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.main-slider-five .product-details .image-column .thumbs-carousel .owl-item.active:after{
  position:absolute;
  content:'';
  left:50%;
  top:-9px;
  opacity:0;
  border-bottom: 10px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.main-slider-five .product-details .image-column .thumbs-carousel .owl-item:hover::before,
.main-slider-five .product-details .image-column .thumbs-carousel .owl-item:hover::after{
  opacity:1;
}
.main-slider-five .product-details .image-column .owl-dots{
  display:none;
}
.main-slider-five .product-details .image-column .owl-nav{
  position:absolute;
  left:0px;
  top:50%;
  width:100%;
  margin-top:-40px;
}
.main-slider-five .product-details .image-column .owl-nav .owl-prev,
.main-slider-five .product-details .image-column .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-20px;
  width:44px;
  height:44px;
  color:#ffffff;
  font-size:20px;
  line-height:40px;
  text-align:center;
  font-weight:700;
  border:2px solid rgba(255,255,255,0.40);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-slider-five .product-details .image-column .owl-nav .owl-prev{
  left:20px;
}
.main-slider-five .product-details .image-column .owl-nav .owl-next{
  right:20px;
}
.main-slider-five .product-details .image-column .owl-nav .owl-prev:hover,
.main-slider-five .product-details .image-column .owl-nav .owl-next:hover{
  color:#ffffff;
  border-color:#38721d;
  background-color:#38721d;
}
/***
====================================================================
Gallery Section
====================================================================
***/
.galley-section{
  position:relative;
  padding:20px 0;
}
.galley-section .row{
  position:relative;
  margin:0px -2px;
}
.galley-section .row .column{
  padding:0px 2px;
}
.galley-section .column{
  position:relative;
}
.default-gallery-block{
  position:relative;
  overflow:hidden;
}
.default-gallery-block .inner-box{
  position:relative;
  overflow:hidden;
}
.default-gallery-block .inner-box .text{
  position:absolute;
  left:0px;
  bottom:-100px;
  width:100%;
  color:#ffffff;
  font-size:14px;
  padding:12px 0px;
  text-align:center;
  background-color:rgba(0,0,0,0.80);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.default-gallery-block .inner-box:hover .text{
  bottom:0px;
}
.default-gallery-block .inner-box img{
  position:relative;
  width:100%;
  display:block;
}
.galley-section .column .inner-column{
  position:relative;
  padding:0px 2px;
  margin-bottom:4px;
}
.galley-section .owl-dots{
  display:none;
}
.galley-section .owl-nav .owl-prev,
.galley-section .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-40px;
  width:44px;
  height:44px;
  color:#999999;
  font-size:20px;
  line-height:42px;
  text-align:center;
  font-weight:700;
  background:rgba(255,255,255,1);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.galley-section .owl-nav .owl-prev{
  left:-22px;
}
.galley-section .owl-nav .owl-next{
  right:-22px;
}
.galley-section .owl-nav .owl-prev:hover,
.galley-section .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
}
.main-slider-six{
  position:relative;
  padding:50px 0px;
}
.main-slider-six .default-tab-box{
  position:relative;
  overflow:hidden;
  background-color:#27292d;
}
.main-slider-six .default-tab-box .column{
  padding:0px;
}
.main-slider-six .default-tab-box .tab-btns{
  position:relative;
  z-index:1;
  padding:0px 0px 0px 0px;
  margin-bottom:0px;
  height: 617px;
}
.mCustomScrollBox,
#mCSB_1_container{
  overflow:visible;
}
.main-slider-six .default-tab-box .tab-btns .tab-btn .date{
  position:relative;
  color:#b7b7b7;
  font-size:13px;
  font-weight:400;
  display:block;
}
.main-slider-six .default-tab-box .tab-btns .tab-btn{
  position:relative;
  display:block;
  cursor:pointer;
  margin-bottom:0px;
  padding:30px 0px;
  padding-left:30px;
  transition:all 500ms ease;
  border-bottom:1px solid rgba(255,255,255,0.20);
}
.main-slider-six .default-tab-box .tab-btns .tab-btn .widget-post .text a{
  color:#ffffff;
}
.main-slider-six .default-tab-box .tab-btns .tab-btn .image img{
  width:auto;
  display:inline-block;
}
.main-slider-six .default-tab-box .tab-btns .tab-btn .icon{
  position:relative;
  margin-right:20px;
  font-size:20px;
  line-height:1em;
  top:2px;
}
.main-slider-six .default-tab-box .tab-btns .tab-btn:hover::before,
.main-slider-six .default-tab-box .tab-btns .tab-btn.active-btn:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:4px;
  height:100%;
  background-color:#38721d;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-slider-six .default-tab-box .tab-btns .tab-btn:hover::after,
.main-slider-six .default-tab-box .tab-btns .tab-btn.active-btn:after{
  position:absolute;
  content:'';
  left:-10px;
  top:50%;
  margin-top:-10px;
  border-top: 8px solid transparent;
  border-right: 12px solid #38721d;
  border-bottom: 8px solid transparent;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-slider-six .default-tab-box .tab-btns .tab-btn.active-btn,
.main-slider-six .default-tab-box .tab-btns .tab-btn:hover{
}
.main-slider-six .default-tab-box .tab-btns .tab-btn:hover::before,
.main-slider-six .default-tab-box .tab-btns .tab-btn.active-btn::before{
  opacity:1;
}
.main-slider-six .default-tab-box .tabs-content{
  position:relative;
  padding:0px;
  background-color:#fafafa;
}
.main-slider-six .default-tab-box .tabs-content .tab{
  position:relative;
  padding:0px;
  display:none;
}
.main-slider-six .default-tab-box .tabs-content .tab .content .image img{
  width:100%;
  display:block;
}
.main-slider-six .default-tab-box .tabs-content .tab.active-tab{
  display:block;
}
.blog-single-slider{
  position:relative;
  padding:60px 0px;
}
/*Video Box*/
.video-box{
  position:relative;
}
.video-box .image img{
  position:relative;
  width:100%;
}
.video-box .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  text-align:center;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.video-box:hover .overlay-box{
  background-color:rgba(0,0,0,0.30);
}
.video-box .overlay-box span{
  position: relative;
  width:80px;
  height:80px;
  top: 46%;
  z-index:99;
  color: #ffffff;
  font-weight:300;
  font-size:24px;
  margin-top: -20px;
  text-align: center;
  border-radius:50%;
  line-height:72px;
  padding-left:4px;
  display: inline-block;
  border:4px solid #ffffff;
}
.blog-single-slider .owl-dots{
  display:none;
}
.blog-single-slider .owl-nav .owl-prev,
.blog-single-slider .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-40px;
  width:44px;
  height:44px;
  color:#999999;
  font-size:20px;
  line-height:42px;
  text-align:center;
  font-weight:700;
  background:rgba(255,255,255,1);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.blog-single-slider .owl-nav .owl-prev{
  left:-22px;
}
.blog-single-slider .owl-nav .owl-next{
  right:-22px;
}
.blog-single-slider .owl-nav .owl-prev:hover,
.blog-single-slider .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
}
.blog-single{
  position:relative;
}
.breadcrumb-bar{
  position:relative;
  margin-bottom:10px;
}
.breadcrumb-bar li{
  position:relative;
  color:#777777;
  font-size:13px;
  padding-left:12px;
  margin-left:12px;
  margin-bottom:6px;
  display:inline-block;
}
.breadcrumb-bar li:after{
  position:absolute;
  content:'\f104';
  left:0px;
  top:0px;
  font-size:13px;
  color:#777777;
  font-family: 'FontAwesome';
}
.breadcrumb-bar li:last-child:after{
  display:none;
}
.breadcrumb-bar li a{
  position:relative;
  color:#777777;
  font-size:13px;
  display:inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.breadcrumb-bar li a:hover{
  color:#38721d;
}
.tag-title{
  position:relative;
}
.tag-title li{
  position:relative;
  color:#ffffff;
  font-size:12px;
  padding:2px 10px;
  margin-right:4px;
  margin-bottom:4px;
  display:inline-block;
  background-color:#38721d;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.tag-title li:nth-child(2){
  background-color:#222222;
}
.inner-box{
  position:relative;
}
.inner-box h2{
  position:relative;
  color:#333333;
  font-size:16px;
  line-height:1.3em;
  font-weight:700;
  margin-top:0px;
  margin-bottom:10px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.inner-box .post-meta{
  position:relative;
  margin-bottom:5px;
}
.inner-box .post-meta li{
  position:relative;
  color:#999999;
  font-weight:600;
  font-size:11px;
  padding-left:18px;
  display:inline-block;
  margin-right:20px;
  line-height:1em;
  margin-bottom:6px;
}
.inner-box .post-meta li .icon{
  position:absolute;
  right:-12px;
  top:0px;
  font-size:12px;
  color:#999999;
}
.inner-box .social-icon-one.alternate li:nth-child(4n + 0){
  margin-right:6px;
}
.inner-box .upper-box{
  position:relative;
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:2px solid #ededed;
}
.inner-box .text{
  position:relative;
}
.inner-box .text p{
  position:relative;
  color:#333;
  font-size:14px;
  line-height:1.8em;
}
.inner-box .text .image{
  position:relative;
}
.inner-box .text .image img{
  width:100%;
}
.inner-box .text blockquote{
  position:relative;
  color:#999999;
  font-size:22px;
  padding-top:0px;
  padding-bottom:0px;
  line-height:1.5em;
  font-style:italic;
  margin-top:50px;
  margin-bottom:50px;
  border-color:#38721d;
}
/*post share options*/
.inner-box .post-share-options{
  position:relative;
  margin-bottom:35px;
  padding:10px 0px 0px;
}
.inner-box .post-share-options .tags a{
  position:relative;
  color:#ffffff;
  font-size:11px;
  font-weight:600;
  padding:4px 12px;
  margin-right:5px;
  display:inline-block;
  background-color:#98999b;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.inner-box .post-share-options .tags a:hover{
  color:#ffffff;
  background-color:#313438;
}
.inner-box .new-article{
  position:relative;
  padding:20px 0px;
  margin-top:30px;
  display:block;
  border-top:2px solid #ededed;
  border-bottom:2px solid #ededed;
}
.inner-box .new-article li{
  position:relative;
  width:50%;
  float:left;
  text-align:center;
  display:inline-block;
}
.inner-box .new-article li a{
  font-weight:600;
  color:#999999;
  padding:18px 0px;
  display:block;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.inner-box .new-article li a:hover{
  color:#38721d;
}
.inner-box .new-article li a .fa{
  font-size:20px;
}
.inner-box .new-article li:first-child a{
  border-right:2px solid #ededed;
}
/*Author Box*/
.author-box{
  position:relative;
  margin-top:80px;
  margin-bottom:50px;
}
.author-box .author-comment{
  position:relative;
  padding:35px 30px 30px;
  background-color:#f9f9f9;
}
.author-box .author-comment .inner-box{
  position:relative;
  padding-left:110px;
}
.author-box .author-comment .inner-box .image{
  position:absolute;
  left:0px;
  top:0px;
  width:80px;
}
.author-box .author-comment .inner-box h4{
  position:relative;
  color:#38721d;
  font-size:16px;
  font-weight:400;
  margin-bottom:5px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.author-box .author-comment .inner-box .text{
  position:relative;
  color:#777777;
  font-size:14px;
  font-weight:400;
  line-height:1.7em;
  margin-bottom:10px;
}
/*Related Posts*/
.related-posts{
  position:relative;
  margin-bottom:30px;
}
.related-item-carousel{
  position:relative;
}
.related-item-carousel .owl-dots{
  position:relative;
  display:none;
}
.related-item-carousel .owl-nav{
  position:absolute;
  right:0px;
  top:-76px;
  display:inline-block;
  background-color:#ffffff;
}
.related-item-carousel .owl-nav .owl-next,
.related-item-carousel .owl-nav .owl-prev{
  position:relative;
  width:34px;
  height:34px;
  color:#a8a8a8;
  text-align:center;
  line-height:30px;
  display:inline-block;
  margin-left:6px;
  background-color:#ffffff;
  border:2px solid #f3f3f3;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.related-item-carousel .owl-nav .owl-next:hover,
.related-item-carousel .owl-nav .owl-prev:hover{
  color:#ffffff;
  border-color:#38721d;
  background-color:#38721d;
}
/*Comment Box*/
.comment-box{
  position:relative;
  margin-bottom:35px;
  padding:40px 40px 35px;
  background-color:#f9f9f9;
}
.comment-box.reply-comment{
  position:relative;
  margin-left:45px;
}
.comment-box .comment{
  position:relative;
  padding-left:100px;
}
.comment-box .comment .author-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:80px;
  height:80px;
}
.comment-box .comment .comment-inner{
  position:relative;
}
.comment-box .comment .comment-inner .rating{
  position:absolute;
  right:0px;
  top:0px;
}
.comment-box .comment .comment-inner .rating .fa{
  position:relative;
  color:#333333;
  font-size:14px;
  display:inline-block;
}
.comment-box .comment .comment-inner .rating .fa.light{
  color:#c5c5c5;
}
.comment-box .comment .comment-inner .comment-info{
  position:relative;
  color:#333333;
  font-size:16px;
  margin-bottom:5px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.comment-box .comment .comment-inner .post-date{
  position:relative;
  color:#999999;
  font-size:11px;
  font-weight:600;
  line-height:1em;
  margin-bottom:8px;
}
.comment-box .comment .comment-inner .text{
  position:relative;
  color:#777777;
  font-size:14px;
}
.comment-box .comment .comment-inner .reply-btn{
  position:absolute;
  right:0px;
  top:0px;
  color:#999999;
  font-size:11px;
  font-weight:500;
  padding:6px 12px;
  line-height:1em;
  display:inline-block;
  border:2px solid #e9e9e9;
  font-family: 'Droid Arabic Kufi', sans-serif;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.comment-box .comment .comment-inner .reply-btn:hover{
  color:#ffffff;
  border-color:#38721d;
  background-color:#38721d;
}
/***
====================================================================
Comment Form
====================================================================
***/
.comment-form{
  position:relative;
}
.comment-form .form-group{
  margin-bottom:28px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:26px;
  padding:10px 20px;
  height:50px;
  color:#a5a5a5;
  font-size:14px;
  font-weight:600;
  background-color:#ffffff;
  border:2px solid #e0e0e0;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
  border-color:#38721d;
}
.comment-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:24px;
  padding:20px 20px;
  color:#a5a5a5;
  height:120px;
  font-size:15px;
  resize:none;
  background-color:#ffffff;
  border:2px solid #e0e0e0;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.comment-form button{
  font-weight:400;
  padding:11px 30px;
  color:#ffffff;
  font-size:13px;
  background-color:#a1a1a1;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.comment-form button:hover{
  background-color:#38721d;
}
/*Blog Single Gallery*/
.blog-single-gallery{
  position:relative;
  padding:60px 0px;
}
.inner-box .rating-box{
  position:relative;
}
.inner-box .rating-box .inner{
  position:relative;
  padding:40px 70px;
  margin-bottom:60px;
  background-color:#f7f7f7;
}
.inner-box .rating-box .inner .raing-info{
  position:relative;
}
.inner-box .rating-box .inner .raing-info li{
  position:relative;
  color:#777777;
  font-size:14px;
  padding-left:22px;
  padding-bottom:25px;
  margin-bottom:25px;
  border-bottom:1px dashed #cccccc;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.inner-box .rating-box .inner .raing-info li:before{
  position:absolute;
  content:'';
  left:0px;
  top:10px;
  width:5px;
  height:5px;
  background-color:#c5c5c5;
}
.inner-box .rating-box .inner .raing-info li .fa{
  position:relative;
  color:#333333;
  font-size:16px;
}
.inner-box .rating-box .inner .raing-info li .fa .total-rating{
  position:relative;
  color:#999999;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.inner-box .rating-box .inner .raing-info li .fa .light{
  color:#c5c5c5;
}
.inner-box .rating-box .inner .raing-info .rating-text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.6em;
}
.inner-box .rating-box .inner .raing-info .rating-detail{
  position:relative;
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:1px dashed #cccccc;
}
.inner-box .rating-box .inner .raing-info .rating-detail .rating-block{
  background-color:#38721d;
  text-align:center;
  color:#ffffff;
  padding:30px 0px;
}
.inner-box .rating-block .rank-rate{
  color:#ffffff;
  font-size:42px;
  font-weight:600;
  line-height:1em;
  margin-bottom:10px;
}
.inner-box .rating-block .light{
  color:rgba(255,255,255,0.50);
}
/***
====================================================================
Page Title
====================================================================
***/
.page-title{
  position:relative;
  padding:38px 0px 35px;
  background-color:#f8f8f8;
}
.page-title h2{
  position:relative;
  color:#777777;
  font-size:18px;
}
.page-title-breadcrumb{
  position:relative;
}
.page-title-breadcrumb li{
  position:relative;
  padding-right:12px;
  margin-right:12px;
  display:inline-block;
  color:#777777;
  font-size:13px;
}
.page-title-breadcrumb li:last-child{
  padding-right:0px;
  margin-right:0px;
}
.page-title-breadcrumb li:last-child a:after{
  display:none;
}
.page-title-breadcrumb li a:after{
  position:absolute;
  content:'\f105';
  right:-15px;
  top:9px;
  color:#d3d3d3;
  line-height:1px;
  font-family: 'FontAwesome';
}
.page-title-breadcrumb li a{
  position:relative;
  color:#777777;
  font-size:13px;
}
.page-title-breadcrumb li a .fa{
  position:relative;
  top:3px;
  color:#d3d3d3;
  font-size:22px;
  margin-right:15px;
  line-height:1em;
}
/***
====================================================================
Shop Section
====================================================================
***/
.shop-section{
  position:relative;
  padding:80px 0px 100px;
}
.shop-section .items-sorting{
  position:relative;
  margin-bottom:50px;
}
.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
  margin-bottom:20px;
}
.shop-section .items-sorting .results-column h4{
  font-size:16px;
  font-weight:400;
  color:#777777;
  line-height:24px;
  padding:13px 0px;
  text-align:right;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-section .items-sorting .form-group{
  margin-bottom:0px;
}
.shop-section .items-sorting select{
  position:relative;
  display:block;
  width:100%;
  line-height:22px;
  padding:10px 15px 10px;
  height:44px;
  font-size:14px;
  max-width:280px;
  border:2px solid #e0e0e0;
  cursor:pointer;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  background:url(../images/icons/icon-select.jpg) right center no-repeat;
  color:#999999;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.shop-section .items-sorting select option{
  text-indent:15px;
}
/*Shop Item*/
.shop-item{
  position:relative;
  margin-bottom:25px;
}
.shop-item .inner-box{
  position:relative;
}
.shop-item .inner-box .off-price{
  position:absolute;
  left:14px;
  top:-22px;
  width:54px;
  height:54px;
  color:#ffffff;
  line-height:54px;
  text-align:center;
  border-radius:50%;
  z-index:1;
  font-size:13px;
  background-color:#e75053;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-item .inner-box .sold-out{
  position:absolute;
  left:14px;
  top:-22px;
  width:54px;
  height:54px;
  color:#ffffff;
  line-height:16px;
  text-align:center;
  border-radius:50%;
  z-index:1;
  padding-top:12px;
  font-size:12px;
  background-color:#333333;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-item .inner-box .image-box{
  position:relative;
  text-align:center;
}
.shop-item .inner-box .image-box img{
  position:relative;
  width:100%;
  display:block;
}
.shop-item .inner-box .lower-box{
  position:relative;
  text-align:center;
  padding:1px 5px 0;
  border:1px solid #e0e0e0;
  border-top:0px;
}
.shop-item .inner-box .lower-box .upper-box{
  position:relative;
}
.shop-item .inner-box .lower-box .upper-box h4{
  position:relative;
  font-size:14px;
  font-weight:600;
  margin-bottom:25px;
  line-height:1.8em;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-item .inner-box .lower-box .upper-box h4 a{
  color:#333333;
  transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}
.shop-item .inner-box .lower-box .upper-box h4 a:hover{
  color:#38721d;
}
.lower-box .lower-content h4{
  color: #38721d;
  font-size: 13px;
  font-weight: bold;
}
.shop-item .inner-box .lower-box .lower-content{
  position:relative;
  padding:9px 0px 11px;
  text-align:center;
  border-top:1px solid #efefef;
}
.shop-item .inner-box .lower-box .lower-content .price{
  color:#38721d;
  font-size:16px;
  font-weight:500;
  margin:6px 0px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-item .inner-box .lower-box .lower-content .price .discount-price{
  color:#a9a9a9;
  margin-right:5px;
  text-decoration:line-through;
}
.link-btn{
  color:#ffffff;
  padding:1px 20px;
  opacity:0;
  font-size:12px;
  background-color:#38721d;
  transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}
.link-btn{
  opacity:1;
}
.link-btn:hover{
  background-color:#444444;
}
/*Shop Single Page*/
.shop-page{
  position:relative;
  padding-top:0px;
  padding-bottom:20px;
}
.basic-details .image-column{
  position:relative;
  margin-bottom:50px;
}
.carousel-outer .thumbs-carousel{
  padding:10px 0px;
}
.carousel-outer .thumbs-carousel li img{
  width:100%;
  cursor:pointer;
}
.shop-page .basic-details .info-column .inner-column{
  padding-left:15px;
}
.shop-page .basic-details .details-header{
  position:relative;
  margin-bottom:0px;
}
.shop-page .basic-details .details-header h4{
  font-size:24px;
  font-weight:700;
  margin:0px 0px;
  line-height:1.4em;
  color:#333333;
  margin-bottom:15px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-page .basic-details .details-header .rating{
  font-size:16px;
  margin-bottom:10px;
  display:inline-block;
}
.shop-page .basic-details .details-header .rating span{
  color:#333333;
}
.shop-page .basic-details .details-header .rating .fa{
  display:inline-block;
  margin-right:1px;
}
.shop-page .basic-details .details-header .rating .fa.light{
  color:#dadada;
}
.shop-page .basic-details .item-price{
  position:relative;
  font-size:26px;
  font-weight:400;
  color:#38721d;
  line-height:24px;
  margin-top:5px;
  margin-bottom:15px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-page .basic-details .item-price span{
  position:relative;
  color:#a9a9a9;
  text-decoration:line-through;
}
.shop-page .basic-details .details-header .reviews{
  position:relative;
  margin-left:10px;
  display:inline-block;
}
.shop-page .basic-details .details-header .reviews .separater{
  color:#acacac;
  margin:0px 6px;
}
.shop-page .basic-details .details-header .reviews a{
  position:relative;
  color:#a2a2a2;
  font-size:15px;
}
.shop-page .basic-details .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.8em;
  margin-bottom:25px;
}
.items-form .form-group{
  margin-bottom:20px;
}
.items-form .form-group label{
  position: relative;
  width:90px;
  text-align:right;
  top: -4px;
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 15px !important;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.items-form .form-group select{
  position:relative;
  display:inline-block;
  line-height:22px;
  padding:10px 15px 10px;
  height:44px;
  font-size:14px;
  width:370px;
  border:2px solid #e0e0e0;
  cursor:pointer;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  background:url(../images/icons/icon-select.jpg) right center no-repeat;
  color:#999999;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.items-form .form-group select option{
  text-indent:15px;
}
.shop-page .basic-details .info-column .other-options .btns-box{
  position:relative;
  margin-left:28px;
  margin-top:28px;
}
.shop-page .basic-details .info-column .other-options .btns-box input[type="text"]{
  position:relative;
  width:48px;
  height:46px;
  text-align:center;
  line-height:46px;
  margin-right:30px;
  background-color:#ffffff;
  border:2px solid #ededed;
}
.shop-page .basic-details .info-column .other-options .btns-box .add-to-cart{
  position:relative;
  color:#ffffff;
  font-size:13px;
  padding:10px 40px;
  display:inline-block;
  background-color:#a1a1a1;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.shop-page .basic-details .info-column .other-options .btns-box .add-to-cart .icon{
  position:relative;
  margin-right:10px;
  font-size:20px;
  top:4px;
}
.shop-page .basic-details .info-column .inner-column .tags-box{
  position:relative;
  padding-top:20px;
  margin-top:30px;
  border-top:1px dashed #cccccc;
}
.shop-page .basic-details .info-column .inner-column .tags-box li{
  position:relative;
  color:#999999;
  font-size:12px;
  display:inline-block;
  margin-right:30px;
}
.shop-page .basic-details .info-column .inner-column .tags-box li a{
  position:relative;
  color:#333333;
}
/***
====================================================================
Product Tabs Style
====================================================================
***/
.shop-page .product-info-tabs{
  position:relative;
  padding:20px 0px;
}
.shop-page .product-info-tabs .prod-tabs{
  position:relative;
}
.shop-page .product-info-tabs .prod-tabs .tab-btns{
  position:relative;
  z-index:1;
  background-color:#fafafa;
  border-bottom:2px solid #eeeeee;
}
.shop-page .product-info-tabs .prod-tabs .tab-btns .tab-btn{
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin-right:0px;
  font-size:14px;
  color:#999999;
  font-weight:700;
  line-height:24px;
  cursor:pointer;
  padding:10px 48px 11px;
  border:2px solid transparent;
  transition:all 500ms ease;
}
.shop-page .product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn:after{
  position:absolute;
  content:'';
  left:0px;
  bottom:-3px;
  width:100%;
  height:3px;
  background-color:#ffffff;
}
.shop-page .product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn{
  color:#222222;
  background:#ffffff;
  border:2px solid #e0e0e0;
}
.shop-page .product-info-tabs .prod-tabs .tabs-content{
  position:relative;
}
.shop-page .product-info-tabs .prod-tabs .tabs-content .tab{
  position:relative;
  padding:70px 0px 0px;
  display:none;
  border-top:0px;
  background-color:#ffffff;
}
.shop-page .product-info-tabs .prod-tabs .tabs-content .tab.active-tab{
  display:block;
}
.shop-page .product-info-tabs .prod-tabs .tabs-content .tab .content p{
  color:#777777;
  font-size:14px;
  margin-bottom:20px;
}
/*Comment Form*/
.shop-comment-form{
  position:relative;
  margin-top:80px;
}
.shop-comment-form .rating-box{
  position:relative;
  margin-bottom:30px;
}
.shop-comment-form .rating-box .text{
  position:relative;
  font-size:16px;
  color:#777777;
  margin-bottom:10px;
}
.shop-comment-form .rating-box .rating{
  position:relative;
  display:inline-block;
  margin-right:10px;
  padding-right:10px;
  border-right:1px solid #ebebeb;
}
.shop-comment-form .rating-box .rating:last-child{
  border-right:0px;
}
.shop-comment-form .rating-box .rating .fa{
  position:relative;
  margin-right:2px;
  display:inline-block;
}
.shop-comment-form .rating-box .rating a{
  position:relative;
  color:#d6d6d6;
  font-size:14px;
  display:inline-block;
}
.shop-comment-form .rating-box .rating a:hover{
  color:#38721d;
}
.shop-comment-form .form-group{
  position:relative;
  margin-bottom:25px;
}
.shop-comment-form .form-group:last-child{
  margin-bottom:0px;
}
.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 15px;
  border:2px solid #e0e0e0;
  height:50px;
  color:#848484;
  font-weight:300;
  background:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
  border-color:#38721d;
}
.shop-comment-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:26px;
  padding:10px 15px;
  color:#848484;
  border:2px solid #e0e0e0;
  height:105px;
  font-weight:300;
  background:#ffffff;
  resize:none;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.shop-comment-form button{
  position:relative;
  margin-top:10px;
}
.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
  border-color:#f06529;
}
/*Related Items*/
.related-items{
  position:relative;
}
.related-items .owl-stage-outer{
  position:relative;
  padding-top:40px;
}
.related-items .owl-dots{
  display:none;
}
.related-items .owl-nav .owl-prev,
.related-items .owl-nav .owl-next{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-40px;
  width:44px;
  height:44px;
  color:#999999;
  font-size:20px;
  line-height:42px;
  text-align:center;
  font-weight:700;
  background:rgba(255,255,255,1);
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}
.related-items .owl-nav .owl-prev{
  left:-22px;
}
.related-items .owl-nav .owl-next{
  right:-22px;
}
.related-items .owl-nav .owl-prev:hover,
.related-items .owl-nav .owl-next:hover{
  color:#ffffff;
  background-color:#38721d;
}
/***
====================================================================
Gallery Section
====================================================================
***/
.gallery-section-two{
  position:relative;
  padding:80px 0px 80px;
}
.gallery-section-two .items-container{
}
.gallery-section-two .filters{
  margin-bottom:70px;
  text-align:center;
}
.gallery-section-two .filters .filter-tabs{
  position:relative;
  background-color:#fafafa;
  border-bottom:2px solid #e0e0e0;
}
.gallery-section-two .filters li{
  position: relative;
  display: inline-block;
  padding:15px 40px;
  line-height: 24px;
  color: #999999;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  border-bottom:none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.gallery-section-two .filters li:after{
  position:absolute;
  content:'';
  right:0px;
  top:16px;
  width:1px;
  height:25px;
  background-color:#f1f1f1;
}
.gallery-section-two .filters li.active::after,
.gallery-section-two .filters li:hover::after,
.gallery-section-two .filters li:last-child::after{
  display:none;
}
.gallery-section-two .filters .filter.active,
.gallery-section-two .filters .filter:hover{
  color:#38721d;
  border-color:#e0e0e0;
}
.gallery-section-two .filter-outer{
  background-color:#ffffff;
  margin-bottom:60px;
}
.gallery-section-two .default-gallery-block{
  padding:0px 3px;
  margin-bottom:6px;
}
.default-gallery-block.mix{
  display:none;
}
/*About Section*/
.about-section{
  position:relative;
  padding-top:100px;
}
.about-section .author-info{
  position:relative;
  padding-bottom:70px;
}
.about-section .author-info .image-column{
  position:relative;
  margin-bottom:30px;
}
.about-section .author-info .image-column .image{
  position:relative;
}
.about-section .author-info .image-column .image img{
  position:relative;
  width:100%;
  display:block;
}
.about-section .author-info .content-column{
  position:relative;
}
.about-section .author-info .content-column .content-inner{
  position:relative;
}
.about-section .author-info .content-column .content-inner h2{
  position:relative;
  color:#999999;
  font-size:34px;
  font-weight:700;
  line-height:1.4em;
  padding-bottom:20px;
  margin-bottom:25px;
  border-bottom:1px solid #ededed;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.about-section .author-info .content-column .content-inner .text{
  position:relative;
  margin-bottom:30px;
}
.about-section .author-info .content-column .content-inner .text p{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.8em;
  margin-bottom:20px;
}
.skill-section{
  position:relative;
  padding:20px 0px;
  background-color:#f8f8f8;
}
.skill-section .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.7em;
}
/***
====================================================================
Progress Levels Style
====================================================================
***/
.skill-progress{
  position:relative;
}
.skill-progress .progress-box{
  position:relative;
  margin-bottom:15px;
  padding-bottom:3px;
  overflow:hidden;
}
.skill-progress .progress-box{
  margin-bottom:15px;
}
.skill-progress .progress-box:last-child{
  margin-bottom:0px;
}
.skill-progress .progress-box .box-title{
  position:relative;
  font-size:13px;
  color:#333333;
  font-weight:400;
  line-height:38px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.skill-progress .progress-box .box-title span{
  float:right;
  color:#999999;
  font-size:18px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.skill-progress .progress-box .bar{
  position:relative;
  height:6px;
}
.skill-progress .progress-box .bar .bar-innner{
  position:relative;
  left:0px;
  top:0px;
  width:100%;
  height:6px;
  background:#d9d9d9;
}
.skill-progress .progress-box .bar .bar-fill{
  position:absolute;
  left:-100%;
  top:0px;
  width:0px;
  height:6px;
  background:#38721d;
  border-radius:0px;
  -moz-transition:all 2000ms ease 300ms;
  -webkit-transition:all 2000ms ease 300ms;
  -ms-transition:all 2000ms ease 300ms;
  -o-transition:all 2000ms ease 300ms;
  transition:all 2000ms ease 300ms;
}
.skill-progress .progress-box.animated .bar .bar-fill{
  left:0px;
}
.about-content-section{
  position:relative;
  padding:100px 0px;
}
/***
====================================================================
Map Section Style
====================================================================
***/
.contact-section{
  position:relative;
  padding:100px 0px 80px;
}
.map-section{
  padding-bottom:100px;
}
.map-data{
  text-align:center;
  font-size:14px;
  font-weight:400;
  line-height:1.8em;
}
.map-data h6{
  font-size:16px;
  font-weight:700;
  text-align:center;
  margin-bottom:5px;
  color:#121212;
}
.map-canvas{
  height:330px;
}
.contact-section .form-column{
  position:relative;
  margin-bottom:40px;
}
.contact-section .form-column .form-column{
  position:relative;
}
.contact-section .form-column  .sec-title{
  margin-bottom:20px;
}
.contact-section .info-column .sec-title{
  margin-bottom:40px;
}
.contact-section .info-column .inner-column{
  padding-left:20px;
}
.contact-section .form-column .text{
  position:relative;
  color:#b1b1b1;
  font-size:16px;
  font-style:italic;
  margin-bottom:20px;
}
/*Contact Form*/
.contact-form .form-group{
  position: relative;
  margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
  display:block;
  width:100%;
  line-height:22px;
  height:50px;
  font-size:16px;
  padding:12px 20px;
  background:#ffffff;
  color:#333333;
  border:2px solid #e0e0e0;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#38721d;
  background:none;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
  border-color:#ff0000 !important;
}
.contact-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  font-size:11px;
  color:#ff0000;
  font-weight:500;
}
.contact-form textarea{
  height:130px;
  resize:none;
  padding:10px 20px;
}
.contact-form .submit-btn{
  color:#ffffff;
  padding:10px 30px;
  display:inline-block;
  font-size:13px;
  background-color:#a1a1a1;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
  border-color:#ff0000 !important;
}
.contact-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  font-size:11px;
  color:#ff0000;
  font-weight:500;
}
/*info list*/
.info-list{
  position:relative;
  margin-top:30px;
}
.info-list li{
  position:relative;
  color:#777777;
  font-size:16px;
  line-height:1.8em;
  padding-bottom:18px;
  margin-bottom:15px;
}
.info-list li:after{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:65px;
  height:1px;
  background-color:#e0e0e0;
}
.info-list li:last-child{
  margin-bottom:0px;
  padding-bottom:0px;
}
.info-list li:last-child:after{
  display:none;
}
/*News Block Nine*/
.news-block-nine{
  position:relative;
  margin-bottom:10px;
}
.news-block-nine .inner-box{
  position:relative;
}
.news-block-nine .inner-box .image{
  position:relative;
}
.news-block-nine .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}
.news-block-nine .inner-box .image .category{
  position:absolute;
  left:10px;
  bottom:10px;
  color:#ffffff;
  padding:0px 8px;
  display:inline-block;
  background-color:#38721d;
}
.news-block-nine .inner-box .image .category a{
  color:#ffffff;
}
.news-block-nine .inner-box .lower-box{
  position:relative;
  padding-top:15px;
}
.news-block-nine .inner-box .lower-box h3{
  position:relative;
  line-height:1em;
  margin-bottom:10px;
}
.news-block-nine .inner-box .lower-box h3 a{
  position:relative;
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.news-block-nine .inner-box .lower-box h3 a:hover{
  opacity:0.8;
}
.news-block-nine .inner-box .lower-box .post-date{
  position:relative;
  font-size:11px;
  color:rgba(255,255,255,0.50);
}
/***
====================================================================
Product Tabs Style
====================================================================
***/
.info-tabs .tab-btns{
  position:relative;
  z-index:1;
  padding-bottom:10px;
}
.info-tabs .all-cat{
  position:relative;
  display:block;
  font-size:13px;
  font-weight:400;
  cursor:pointer;
  line-height:1.6em;
  color:#ffffff;
  margin-bottom:14px;
  margin-top:20px;
  transition:all 500ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.info-tabs .tab-btns:after{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:70px;
  height:1px;
  background-color:rgba(255,255,255,0.20);
}
.info-tabs .tab-btns .tab-btn{
  position:relative;
  display:block;
  font-size:13px;
  font-weight:400;
  cursor:pointer;
  line-height:1.6em;
  color:#ffffff;
  margin-bottom:14px;
  transition:all 500ms ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.info-tabs .tab-btns .tab-btn:hover,
.info-tabs .tab-btns .tab-btn.active-btn{
  color:#e63f49;
}
.info-tabs .tabs-content{
  position:relative;
}
.info-tabs .tabs-content .tab{
  position:relative;
  display:none;
}
.info-tabs .tabs-content .tab .content{
  position:relative;
}
.info-tabs .tabs-content .tab .content .text{
  position:relative;
  font-size:18px;
  line-height:1.7em;
  color:rgba(0,0,10,0.65);
  margin-bottom:25px;
}
.info-tabs .tabs-content .tab.active-tab{
  display:block;
}
.cart-product{
  position:relative;
  margin-bottom:24px;
  min-height:90px;
  border-bottom:1px solid #e4e4e4;
}
.cart-product .inner{
  position:relative;
  padding-left:90px;
  min-height:70px;
}
.cart-product .inner .cross-icon{
  position:absolute;
  right:0px;
  top:-2px;
  z-index:1;
  color:#263120;
  font-size:16px;
  cursor:pointer;
}
.cart-product .inner .image{
  position:absolute;
  width:70px;
  height:70px;
  left:0px;
  top:0px;
}
.cart-product .inner h3{
  position:relative;
  font-weight:600;
  font-size:15px;
  margin:0px;
}
.cart-product .inner h3 a{
  color:#222222;
}
.cart-product .inner .quantity-text{
  position:relative;
  font-weight:300;
  color:#222222;
}
.cart-product .inner .price{
  position:relative;
  font-weight:600;
  font-size:16px;
  margin:0px;
  color:#222222;
}
.color-palate .purchase-btn{
  position:relative;
  color:#ffffff;
  padding:8px 10px;
  display:block;
  font-size:13px;
  font-weight:400;
  margin-left:28px;
  margin-right:28px;
  margin-bottom:25px;
  background-color:#333433;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.main-footer .widgets-section .news-info .inner-box .image,
.main-footer .widgets-section .review-block .inner-box .image{
  background-color:#181818;
}
.home-three-posts.heres,
.stoped-widget.stoped-here{
  position:fixed;
  top:80px;
  max-width:340px;
  z-index:99999;
  background-color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.home-three-posts.heres{
  position:fixed;
  top:55px;
  max-width:340px;
  z-index:99999;
  padding-bottom:20px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
/*Demo Banner*/
.demo-banner{
  position:relative;
  padding:145px 0px;
  text-align:center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.demo-banner .logo{
  position:relative;
  width:480px;
  height:95px;
  margin:0 auto;
  margin-bottom:15px;
  background:url(../images/banner-logo.png) no-repeat;
  background-position:center center;
}
.demo-banner .logo a{
  position:relative;
  width:428px;
  height:80px;
  display:block;
}
.demo-banner .btns-box{
  position:relative;
  text-align:center;
}
.demo-banner .btns-box .demo-btn{
  position:relative;
  padding:12px 20px;
  color:#737373;
  font-weight:400;
  max-width:300px;
  width:100%;
  font-size:16px;
  margin:10px 10px;
  display:inline-block;
  background-color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.demo-banner .btns-box .demo-btn:hover{
  color:#ffffff;
  background-color:#e83f44;
}
.demo-banner .btns-box .purchase-btn{
  position:relative;
  padding:12px 20px;
  color:#ffffff;
  max-width:300px;
  font-weight:400;
  width:100%;
  margin:10px 10px;
  font-size:16px;
  display:inline-block;
  background-color:#e83f44;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.demo-banner .btns-box .purchase-btn:hover{
  background-color:#ffffff;
  color:#e83f44;
}
.demo-banner .text{
  position:relative;
  color:#ffffff;
  font-size:26px;
  font-weight:400;
  margin-bottom:30px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
/*Demos Section*/
.demos-section{
  position:relative;
  padding:80px 0px 45px;
  background-color:#f6f6f6;
}
.demos-section h2{
  position:relative;
  color:#333333;
  font-size:36px;
  font-weight:700;
  text-align:center;
  margin-bottom:20px;
}
.demos-section .text{
  position:relative;
  color:#777777;
  font-size:18px;
  text-align:center;
  margin-bottom:70px;
}
.demo-block{
  position:relative;
  text-align:center;
  margin-bottom:50px;
}
.demo-block .image{
  position:relative;
  transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}
.demo-block .image:hover{
  transform: translate3d(0,-10px,0);
  -webkit-transform: translate3d(0,-10px,0);
  box-shadow: 0 23px 40px rgba(0,0,0,0.2);
}
.demo-block .image img{
  position:relative;
  width:100%;
  display:block;
}
.demo-block .inner-box .demo-number{
  position:relative;
  font-size:14px;
  color:#777777;
  font-weight:600;
  margin-top:20px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
/*Plugin Section*/
.plugin-section{
  position:relative;
  padding:40px 0px;
  text-align:center;
  display:none;
}
.plugin-section .image{
  position:relative;
  margin:0px 40px;
  display:inline-block;
}
/*Banner Footer*/
.banner-footer{
  position:relative;
  padding:115px 0px;
  text-align:center;
}
.banner-footer .text{
  position:relative;
  color:#ffffff;
  font-size:18px;
  font-weight:500;
  margin-top:15px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.banner-footer .text span{
  color:#fd1e39;
}
/* ================================= */
    /*===== Contact Page =====*/
/* ================================= */
.contact-page-main-block {
  padding: 20px 0 0px;
}
.contact-form .form-control {
  background-color: transparent;
  color: #3A3A3A;
  border: solid 1px #2F2F2F;
  border-radius: 0;
  width: 100%;
  height: 40px;
}
.contact-form textarea {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 15px;
  color: #3A3A3A;
  width: 100%;
  border: 1px solid #2F2F2F;
  background-color: transparent;
  margin: 7px 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.contact-form textarea:focus  {
  outline: -webkit-focus-ring-color auto 0;
}
.contact-form .btn-default {
  float: right;
}
.contact-block ul li  {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-block ul li i {
  background: rgba(0, 0, 0, 0.1) ;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  color: #ddd;
  line-height: 35px;
  border:2px solid rgba(255, 255, 255, 0.1);
  margin-left:  15px;
  margin-bottom: 10px;
}
.contact-block ul li a {
  color: #ddd;
}
.contact-map {
  height: 290px;
}
.contact-form-block {
  margin-top: 23px;
}
.contact-page-two-block {
  padding: 35px 0 80px;
}
.contact-block-two i {
  font-size: 25px;
  background-color: #F4F4F4;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  color: #0891FF;
}
.inner-box.view-zoom{
  position:relative;
  overflow:hidden;
}
.image-zoom{
  position:relative;  overflow:hidden;
}
.inner-box:hover .image-zoom img{
  -webkit-transform : scale(1.2,1.2);
  -ms-transform     : scale(1.2,1.2);
  transform         : scale(1.2,1.2);
  opacity: 1;
}
.image-zoom img{
  position:relative;
  width:100%;
  display:block;
  opacity: 0.8;
  transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}
.image-zoom .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.image-zoom .overlay-box .play-btn{
  position:absolute;
  right:15px;
  top:15px;
  width:34px;
  height:34px;
  line-height:28px;
  display:inline-block;
  border-radius:50%;
  text-align:center;
  color:#ffffff;
  border:3px solid #ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.image-zoom .overlay-box .play-btn .icon{
  font-size:12px;
  padding-left:3px;
}
.image-zoom .overlay-box .play-btn:hover{
  color:#38721d;
  border-color:#38721d;
}
.image-zoom .overlay-box .content{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  padding:0px 5px;
  width: 100%;
}
/*-------- Team css end ---------*/
.ast_team_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_team_box{
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  border:10px solid #f4f4f4;
  text-align: center;
  margin-bottom:0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ast_team_box:hover{
	border:10px solid #f4f4f4;
	background-color:#ffffff;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box img{
    display: inline-block;
    width: 230px;
    height: 200px;
    border: 5px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box.flag img{
    display: inline-block;
    width: 100%;
    height: auto;
    border: 5px solid #ffffff;
    border-radius: 10%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box:hover img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_team_box h4{
    float: left;
    width: 100%;
    margin: 10px 0px 5px 0px;
    text-transform: capitalize;
}
.ast_team_box h4 a{
  color: #38721d;
  font-size: 13px;
  font-weight: bold;
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box h4 a:hover{
	color: #38721d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box p{
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.ast_team_box ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_team_box ul li{
	list-style:none;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	margin:5px;
}
.ast_team_box ul li a{
	float:left;
	width:100%;
	background-color:#ffffff;
	color:#333333;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: inset 1px 1px 7px -5px #000000;
    -moz-box-shadow: inset 1px 1px 7px -5px #000000;
    -o-box-shadow: inset 1px 1px 7px -5px #000000;
    -ms-box-shadow: inset 1px 1px 7px -5px #000000;
    box-shadow: inset 1px 1px 7px -5px #000000;
}
.ast_team_box:hover ul li a{
	background-color:#f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box:hover ul li a i{
	color: #38721d;
	background-color:#f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Team css end ---------*/
.newsticker-side {
}
.economics-items-carousel .owl-item:nth-child(odd){
  background-color: #ffffff;
  border:10px solid #f4f4f4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.economics-items-carousel{margin-bottom: 10px}
.economics-items-carousel .owl-item:hover{
border:10px solid #f4f4f4;
background-color:#ffffff;
-webkit-box-shadow: 0px 10px 15px -10px #777777;
-moz-box-shadow: 0px 10px 15px -10px #777777;
-ms-box-shadow: 0px 10px 15px -10px #777777;
-o-box-shadow: 0px 10px 15px -10px #777777;
box-shadow: 0px 10px 15px -10px #777777;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.economics-items-carousel .owl-item:nth-child(even) {
  background-color: #ffffff;
  border:10px solid #f4f4f4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;}
/* --------------------- */
  .breaking-news-bar .title {
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 26px ;
    background: #38721d;
    height: 40px;
  }
.marquee {
    background: #f3f3f3 ;
    border: 1px solid #ccc;
    height: 40px;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
hr.sp{
	background-color: transparent;
	height: 0;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-top: 1px solid rgba(0,0,0,0.9);
	margin: 0;
	clear: both;
  width: 100%
}
.lower-box.gray{border-bottom: 1px solid rgba(0, 0, 0, 0.1);    background: #f3f3f3 ;
}
