
  a:focus,
        a:hover,
        a:active {
            outline: 0;
            text-decoration: none;
        }

ul {
    margin: 0;
    padding: 0;
}


hr {
   
   
    border-top: 1px solid #eee;
}


.navbar-nav > li > a {
       font-size: 15px;
    font-weight: 600;
}

header {
    display: block;
    border-bottom: 1px solid #faad29;
}

.wrapper {
    padding: 15px 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #faad29;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #4e4e4e;
    background-color: #ececec;
}

.top-header {
    width: 100%;
    float: right;
    direction: ltr;
    background: #696969;
}


    .top-header .call-us li {
            color: #e0e1e2;
            font-size: 14px;
            text-align: center;
            letter-spacing:1px;
    }

.top-header .call-us i {
    background: #bebfc1;
    color: #fff;
    padding: 8px 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 9px;
    font-size: 14px;
    color: #fff;
    float: right;
    margin-top: 3px;
}



.menu {
        float: right;
    width: 100%;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.call-us {
    padding: 20px 0;
}



.call-us ul li {
 float:right;
 list-style:none;
 margin-left:10px;
}


.social-icons ul li {
 float:right;
 list-style:none;
 margin-left: 6px;
}

.social-icons {
    margin-top:30px;
}

    .social-icons ul {
        padding:0;
        margin:0;
    }
.social-icons ul li i {
    width: 26px;
    height: 24px;
    padding: 3px;
    font-size: 16px;
    background: #bebfc1;
    color:#fff;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.social-icons ul li i.fb {
    background: #3d599a;
}

.social-icons ul li i.yt {
    background: #c5302c;
}

.social-icons ul li i.tw {
    background: #26a5d0;
}

.navbar-brand {
    height: auto;
    padding: 9px 0px;
}

.navbar {
    margin-bottom: 0px;
}


@media screen and (min-width:768px) {
ul.nav.navbar-nav {
        margin-top: 27px;
    margin-right: 65px;
}

}

.bg-purb {
    background:#faad29;
    padding:30px 0;
}


.bg-gray {
    background:#808080;
    padding:30px 0;
}

.bg-purb h2 {
       color: #fff;
    margin: 15px;
}


.bg-gray h2, .bg-gray p {
    text-align:center;
    color:#fff;
}

.bg-gray h2 {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:#fff solid 1px;
}

.pad-tb-40 {
    padding:40px 0;
}

a.saed-btn i {
    float: right;
    padding: 10px;
}


a.saed-btn {
        width: 50%;
    display: block;
    background:none;
    border:2px solid #fff;
    border-radius:0;
}

a.saed-btn:hover {
    color: #fff;
    background-color: #808080;
    border-color: #ca8818;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
    margin:20px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.owl-carousel .owl-nav .owl-prev {
    right: -15px;
    left: auto;
    position: absolute;
    top: 30%;
}

.owl-carousel .owl-nav .owl-next {
   left: -15px;
    right: auto;
    position: absolute;
        top: 30%;
}

@media screen and (max-width:780px) {
    .owl-carousel .owl-nav .owl-prev {
        display: none;
    }

.owl-carousel .owl-nav .owl-next {
     display: none;
}
}

footer {
    background:#191919;
    padding:30px 0;
}

footer .col-md-3 h3 {
    color: #8c8c8c;
    border-bottom: #8c888c solid 1px;
    padding-bottom: 15px;
}

footer .col-md-3 p {
    color:#fff;
}

ul.post-tags {
    margin: 0;
    padding: 0;
}

ul.post-tags li {
    display: inline-block;
    margin-left: 7px;
    color: #999999;
    font-size: 12px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.post-tags li i {
    color: #ccc;
    margin-left: 9px;
}

.blog-post .post-content h2 {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
}


.blog-post .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
}

a.read-more-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 10px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #666666;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-post .post-content p {
    margin-bottom: 13px;
    margin-top: 15px;
}


.blog-post img {
    width: 100%;
}

.blog-post .post-gallery {
    position: relative;
        margin-bottom: 20px;
}

.blog-post {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.title-w {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.title-w h3 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 30px;
    margin-bottom: -1px;
}

.title-w h3 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #faad29;
}


.title-w h2 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    margin-bottom: -1px;
}

.title-w h2 span {
    display: inline-block;
    /* padding-bottom: 16px; */
    padding-right: 5px;
    /*border-bottom: 1px solid #faad29;*/
}

.image-title-page {
    max-height: 375px;
    position: relative;
    overflow: hidden;
}


.image-title-page .image-title img {
    width: 100%!important;
    height: auto!important;
}

.sidebar .widget ul li {
    list-style: none;
}

.sidebar .widget .mostread-w > ul {
    margin: 0px;
    padding: 0;
    margin-right: -15px;
    margin-top: -10px;
}

.sidebar .widget .mostread-w > ul > li {
    border-top: none;
        width: 170px;
    float: right;
    padding-top: 0;
    margin: 10px 15px 0 0;
        height: 192px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar .widget .mostread-w > ul > li {
        width: 135px;
    }
}

@media screen and (min-width: 750px) and (max-width:990px) {
    .sidebar .widget .mostread-w > ul > li {
        width: 225px;
    }
}

@media screen and (max-width:450px) {
    .sidebar .widget .mostread-w > ul > li {
        width: 288px;
    }
}

.sidebar .widget .mostread-w .entry-item .entry-thumb {
    margin: 0 0 10px;
    float: none;
    /* height: 100%; */
}
.sidebar .widget .mostread-w .entry-item .entry-thumb img {
    width: 100%;
    /* height: 100%; */
}

.sidebar .widget .mostread-w .entry-item .entry-title {
    margin: 0 0 3px;
    line-height: 16px;
    min-height: 40px;
}
.entry-item {
   /* height: 192px; */
   /* height: 100%; */
}


.sidebar .widget .search-w .btn-info {
    color: #fff;
    background-color: #f8ae27;
    border-color: #f8ae27;
}

.search-w .form-control {
    height: 46px;}




.tags-w ul li {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 5px;
}

.tags-w ul.tag-list li a:hover {
    border: 1px solid #f8ae27;
    background: #f8ae27;
    color: #ffffff;
}

.tags-w ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
    font-size: 12px;
    padding: 6px 9px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sidebar .servs-w ul li {
        margin-bottom:10px;
}

.sidebar .servs-w ul li:last-child {
        margin-bottom:0px;
}

.sidebar .servs-w ul li a h2 {
        font-size: 15px;
    padding-right: 25px;
    margin:0;
}

.sidebar .servs-w ul li a i {
        float:right;
            color: #faad29;
}


.tabs-w .panel.with-nav-tabs .panel-heading {
    padding: 0;
    border-radius: 0;
}

.tabs-w .panel {
    border-radius: 0;
}

.sidebar .widget .tabs-w ul.nav-tabs li {
    list-style: none;
    width: 33.3%;
}

.sidebar .widget .tabs-w .mostread-w > ul > li {
    width: 155px;
    min-height: 210px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar .widget .tabs-w .mostread-w > ul > li {
        width: 260px;
    }
}


@media screen and (max-width:450px) {
    .sidebar .widget .tabs-w .mostread-w > ul > li {
       /* width: 300px; */
    }
}

.tabs-w .nav-tabs > li > a {
       margin-left: auto;
    margin-right: -1px;
    border-radius: 0;
    border-right: 1px solid #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    min-height: 73px;
}

.tabs-w .panel-primary {
    border-color: #f8ae27;
}

.tabs-w .panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #f8ae27;
    border-color: #f8ae27;
}

.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	    color: #f8ae27;
    background-color: #fff0d5;
    border-color: #f8ae27;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	    color: #f8ae27;
    background-color: #fff;
    border-color: #f8ae27;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}


.sidebar .widget .contact-w p span {
    color: #f8ae27;
    font-size: 18px;
}

.sidebar .widget .contact-w p {
    direction: ltr;
        text-align: right;
    font-size: 16px;
}


.ls-bottom-nav-wrapper {
    direction:ltr;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-size: 13px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

#layerslider .ls-slide h2 a {
    color:#fff;
    text-decoration:none;
}

#layerslider .ls-slide h2 a:hover {
    color:#cacaca;
}

.bottom-footer {
    padding:10px;
    background:#000;
}

.bottom-footer p {
        color: #585858;
        font-size:12px;
}

.box-hm img {
    margin:0 auto;
}

.widget {
    margin-bottom:40px;
}


.pagenav {
    text-align:center;
}

.title-w h3 i, .title-w h2 i {
    color:#faad29;
    padding-left:10px;
}


.maktaba-page .mak-cont {
    position: relative;
    margin-bottom: 5px;
    float: right;
    width: 100%;
    /* display: block; */
    min-height: 104px;
}

.maktaba-page .mak-cont .mak-img img {
    width:100%;
height: 100%;
    margin-bottom: 28px;
}

.maktaba-page .mak-cont .mak-img img {
    width:100%;
height: 100%;
    margin-bottom: 28px;
}

   .maktaba-page .mak-cont .mak-title {
    
      bottom: 0;
    width: 100%;
}

  .maktaba-page .mak-cont .mak-title h2 {

        margin: 0;
    font-size: 16px;
        height: 56px;
      /*  line-height: 0px;
    /* text-align: center; */
}

    .maktaba-page .mak-cont .mak-title h2 a {
           display: block;
           color: #e29913;
           padding: 10px;
           font-weight: bold;
           font-size: 14px;
    }

    .maktaba-page .mak-cont .mak-title h2 a:hover {
        display:block;
            color: #338fd0;
            
            
    }


.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid #faad29;
	}

.form-control {
    height: 40px;
    font-size: 16px;
}

textarea.form-control {
    height: auto;
    min-height: 200px;
}

.form-area .title-w {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-top: 30px;
}

.btn {
    color: #fff;
    background-color: #faad29;
    border-color: #ca8818;
}

.rail-select {
  position: absolute;
  /*width: 150px;*/
      width: 85.5%;
}
.rail-select select {
    border: solid 1px #cccccc;
    border-radius: 3px;
    font-size: 16px;
    color: #999999;
    height: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.rail-select select:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px grey;
}
.rail-select .select-side {
  width: 40px;
  position: absolute;
  top: 0px;
      background-color: #faad29;
  height: 100%;
  left: 0px;

  pointer-events: none;
}
.rail-select .select-side:before {
  border-left: solid 1px lightgrey;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  /* or 100px */
}
.rail-select .select-side i {
    left: -30%;
    top: 12px;
}
.rail-select .select-side i.blue {
      color: #ffffff;
}


 .saed-acc .panel {
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: #fff;
            background: none;
            box-shadow: none;
        }
        
       .saed-acc .panel:last-child {
            border-bottom: none;
        }
        
        .saed-acc.panel-group > .panel:first-child .panel-heading {
            border-radius: 4px 4px 0 0;
        }
        
        .saed-acc.panel-group .panel {
            border-radius: 0;
        }
        
        .saed-acc.panel-group .panel + .panel {
            margin-top: 0;
        }
        
        .saed-acc .panel-heading {
            background-color: #c5c2c1;
            border-radius: 0;
            border: none;
            color: #fff;
            padding: 0;
        }
        
        .saed-acc .panel-title a {
            display: block;
            color: #fff;
            padding: 15px;
            position: relative;
            font-size: 22px;
            font-weight: 400;
        }
        
        .saed-acc .panel-body {
            background: #fff;
        }
        
        .saed-acc .panel:last-child .panel-body {
            border-radius: 0 0 4px 4px;
        }
        
        .saed-acc .panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
        }
        
        .saed-acc .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
        }
        /* #bs-collapse icon scale option */
        
        .saed-acc .panel-heading a:before {
            content: '\f00c';
            position: absolute;
            font-family: 'FontAwesome';
            left: 15px;
            top: 10px;
            font-size: 24px;
            transition: all 0.5s;
            transform: scale(1);
        }
        
        .saed-acc .panel-heading.active a:before {
            content: ' ';
            transition: all 0.5s;
            transform: scale(0);
        }
        
        .saed-acc#bs-collapse .panel-heading a:after {
            content: ' ';
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            left: 15px;
            top: 10px;
            transform: scale(0);
            transition: all 0.5s;
        }
        
        .saed-acc#bs-collapse .panel-heading.active a:after {
            content: '\f10c';
            transform: scale(1);
            transition: all 0.5s;
        }
        /* #accordion rotate icon option */
        
        .saed-acc #accordion .panel-heading a:before {
            content: '\f00d';
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        
        .saed-acc #accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
        }

.image-title-page .text-title{
    position: absolute;
    top: 50%;
    left: 25%;
}

.image-title-page .text-title h1 {
     /* background: #ea1c24; */
     margin: 0;
     /* padding: 10px; */
     max-width: 544px;
     font-size: 25px;
     /* color: #fff; */
     /* margin-right: 26px; */
     margin-left: -77px;
     text-align: center;
}

@media screen and (max-width:450px) {
    .image-title-page .text-title{
    top: 0px;
    left: 5px;
}

    .image-title-page .text-title h1 {
    /* background: #ea1c24; */
    margin: 0;
    padding: 10px;
    max-width: 310px;
    font-size: 22px;
    /* color: #fff; */
}

}


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

.menu, .top-header {
    float: none !important;
}

}



#wacht-mobile a{position:fixed;z-index:9999;left:0;float:left;top:40%;margin-top:-25px;cursor:pointer;min-width:50px;max-width:150px;color:#fff;text-align:center;padding:10px;margin:0 auto 0 auto;background:#20b038;-webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease;-ms-transition:All .5s ease;transition:All .5s ease}
#wacht-mobile a:hover{width:200px;letter-spacing:2px}
#wacht-mobile a:before{font-family:"IcoMoon-free" !important;content:'\ea93' !important;margin-left:5px;margin-right:5px}


.h3, h3 {
    font-size: 18px;
}