/**
 * File: styles.css
 * Description : Contains all necessary styling for the Repair Geek - Laptop And Computer Fixing Service Center HTML5 Template
 * Author: xenioushk
 * URL: https://themeforest.net/user/xenioushk
 * Project: Repair Geek - Laptop And Computer Fixing Service Center HTML5 Template
 * Version: 1.0.0
 * Last Update: 12-06-2017
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      01. GENERAL STYLING 
/*      02. HEADER
/*      03. MAIN NAVIGATION MENU
/*      04. HOME PAGE
/*      05. BLOG LAYOUTpreloa
/*      06. BLOG SINGLE PAGE
/*      07. EVENTS/CAMPAIGN PAGE
/*      08. ABOUT US PAGE
/*      09. GALLERY PAGE
/*      10. SERVICE PAGE
/*      11. 404 PAGE
/*      12. FOOTER
/*      13. SIDEBAR & WIDGETS
/*      14. RESPONSIVE STYLING
/*
/*========================================================================*/

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
 
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/***********************************************************************************************/
/* 01. GENERAL STYLING  */
/***********************************************************************************************/


@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("Raleway-Regular.ttf");
}
@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("DroidKufi-Regular.ttf");
}

body {
  font: 15px 'DroidKufi-Regular';
  color: #888888;
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-rendering: optimizeLegibility;
}
img {
  max-width: 100%;
}
a {
	text-decoration: none;
outline: none;
}
a:hover{
	text-decoration: none;
outline: none;
}
a:focus{
	text-decoration: none;
outline: none;
}
a:after{
	text-decoration: none;
outline: none;
}

a {
  color: #492902;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
a:focus {
  color: #a87a00;
  text-decoration: none;
}
blockquote {
  font: 'Lato', sans-serif;
  color: #ecb90a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DroidKufi-Regular";
  font-style: normal;
  font-weight: 400;
  color: #492902;
  line-height: 32px;
  margin: 0 0 5px 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h2 + p {
  margin-top: 12px;
}
h3 {
  font-size: 20px;
}
h3 + p {
  margin-top: 12px;
}
h4 {
  font-size: 18px;
}
h4 + p {
  margin-top: 12px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 15px;
}
* + p {
  margin-top: 12px;
}
p {
  font-style: normal;
  font-weight: 400;
  margin: 12px 0 12px;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
strong {
  
}
/*----- CUSTOM MARGIN ----*/
.no-margin {
  margin: 0px !important;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-12 {
  margin-top: 12px !important;
}
.margin-top-24 {
  margin-top: 24px !important;
}
.margin-top-32 {
  margin-top: 32px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-12 {
  margin-bottom: 12px !important;
}
.margin-bottom-24 {
  margin-bottom: 24px !important;
}
.margin-bottom-32 {
  margin-bottom: 32px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-right-0 {
  margin-right: 0px;
}

.navbar-right{
float: left !important;
}
/*----- CUSTOM PADDING ----*/
.no-gutter [class^="col-"] {
  padding: 0px;
}
.no-padding {
  padding: 0px !important;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}
/*----- PRE LOADER ----*/
#preloader {
  background: rgba(255,255,255,0);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#preloader span {
    display:none;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 0px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#backTop:hover {
  opacity: 1;
}
#backTop:after {
  position: absolute;
  content: '-';
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #FFF;
}
#backTop.custom {
  background-color: #E4E4E4;
  background-image: url('../images/uparr-48-b.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #ffd975;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
#backTop.custom:hover {
  background-color: #ffffff;
  border: 0px solid #a87a00;
}
.text-primary-color {
  color: #ecb90a;
}
.text-light-color {
  color: #FFFFFF;
}
.text-dark-color {
  color: #111111;
}
.text-highlighter-white {
  font-weight: 500;
}
.text-bold {
  font-weight: bold;
}
.text-highlighter {
  color: #ecb90a;
}
.text-highlighter-white {
  color: #FFFFFF;
}
.alert,
.progress,
.pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
hr {
  margin: 0px;
  border: 0px;
  height: 1px;
  background: #f2f2f2;
}
.no-border {
  border: 0px !important;
}
.inline li {
  display: inline-block;
  margin-right: 24px;
}
.inline li:last-child {
  margin-right: 0;
}
.narrow-p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.db {
  display: block;
}
.overflow-hidden {
  overflow: hidden;
}
span.border-light-dotted {
  border-bottom: 1px dotted #ecb90a;
}
span.border-bold-dashed {
  border-bottom: 2px dashed #ecb90a;
}
/*-----  BLOCKQUOTE ----*/
blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: "DroidKufi-Regular";
  background: #FFFFFF;
  position: relative;
  border: 1px solid #CCCCCC;
  border-left: 4px solid #4d4d4d;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote p {
  font-size: 14px;
  line-height: 24px;
}
blockquote:hover {
  border: 1px solid #a6a6a6;
  border-left: 4px solid #4d4d4d;
}
blockquote.testimonial {
  background: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0;
}
cite {
  text-align: right;
  display: block;
}
cite:before {
  margin-right: 4px;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: 6px;
}
.bq-author .bq-author-info {
  font-size: 12px;
}
/*----- ORDERED/UNORDERED LISTS ----*/
ol li {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
}
/*----- ACCORDION ----*/
.accordion .panel {
  margin-bottom: 3px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.accordion .panel .panel-title a {
  display: block;
}
span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}
/*----- BUTTONS ----*/
#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#btn:hover,
.btn:hover {
  color: #000000;
}
.btn-custom {
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #CCCCCC;
  background: #ecb90a;
  color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom:hover {
  border-color: #a6a6a6;
  color: #ecb90a;
  background: #FFFFFF;
}
.btn-service {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 0px solid #CCCCCC;
  background: #ecb90a;
  color: #492902;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 12px 0;
  padding: 16px 24px;
border:1px solid #fff;

  
}
.btn-service:hover {
border:1px solid #ecb90a;
  color: #ecb90a;;
  background: #fff;
}
.btn-custom-inverse {
  text-align: center;
  border: 1px solid #CCCCCC;
  color: #ecb90a;
  background: #FFFFFF;
  padding: 12px 14px;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-custom-inverse:hover {
  background: #ecb90a;
  color: #FFFFFF;
}
a.btn-load-more {
  margin-bottom: -36px;
  margin-top: 48px;
  background: transparent;
  color: #ecb90a;
  background: #FFFFFF;
  border: 1px solid #ecb90a;
  padding: 12px 24px;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
a.btn-load-more:hover {
  color: #FFFFFF;
  background: #ecb90a;
  border: 1px solid #ecb90a;
}
a.btn-about {
  font-size: 16px;
  margin-top: 16px;
  background: #ecb90a;
  border: 2px solid #ecb90a;
  color: #FFFFFF;
  height: 42px;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  
  
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
a.btn-about:hover {
  background: #db9f00;
  border: 2px solid #ecb90a;
  color: #FFFFFF;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}
/*----- CTA VIDEO  ----*/
.cta-video-icon {
  border: 5px solid #111111;
  color: #ecb90a;
  width: 120px;
  height: 120px;
  font-size: 110px;
  line-height: 112px;
  text-align: center;
  margin: 0 auto 24px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cta-video-icon > i {
  margin-left: 2px;
}
.cta-video-icon:hover {
  color: #111111;
  border: 5px solid #ecb90a;
}
.cta-video-icon-invert {
  color: #FFFFFF;
  border: 5px solid #ecb90a;
}
.cta-video-icon-invert:hover {
  border: 5px solid #CCCCCC;
  color: #ecb90a;
}
/*----- CTA BUTTONS  ----*/
.btn-cta {
  background: #2C2C2C;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  
  padding: 12px 42px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-cta:hover {
  color: #FFFFFF;
  background-color: #ecb90a;
}
.btn-square {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-transparent {
  background: rgba(0, 0, 0, 0.2);
  color: #2C2C2C;
}
.btn-bordered {
  border: 1px solid #2C2C2C;
}
.btn-bordered:hover {
  border: 1px solid #ecb90a;
}
.btn-invert {
  color: #FFFFFF;
  background-color: #ecb90a;
}
.btn-invert:hover {
  background: #FAFAFA;
  color: #111111;
}
.btn-appointment-submit {
  background: #ecb90a;
  border: 2px solid #ecb90a;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  padding: 12px 32px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-appointment-submit:focus,
.btn-appointment-submit:hover {
  background-color: #db9f00;
  color: #FFFFFF;
}
/*----- COMMENT BUTTON ----*/
#comment_btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #ecb90a;
  padding: 6px 12px;
}
#comment_btn:hover {
  border: 1px solid #ecb90a;
  color: #ecb90a;
  background: transparent;
}
#contact-form .p-errors label {
  color: lightcoral;
}
#contact-form .p-errors input[type="text"],
#contact-form .p-errors input[type="email"],
#contact-form .p-errors textarea {
  border-color: lightcoral;
}
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  line-height: 34px;
}
.sticky {
  margin-bottom: 21px;
  background: #FFFFFF;
}
/*------------------------------ Gallery Caption  ---------------------------------*/
/*------------------------------ By Post Author ---------------------------------*/
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
direction:rtl;
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.main-header .sticky-wrapper {
  background: #ffffff;
}
.main-header .navgiation-wrapper {
  background: #ffffff;
}
.main-header .top-bar {
  overflow: hidden;
  background: #332020;
  line-height: 33px;
  color: #FFFFFF;
  font-size: 16px;
}
.main-header .top-bar i {
  color: #e0b011;
  margin-right: 5px;
  display: inline-block;
}
.main-header .top-bar a {
  color: #FFFFFF;
}
.main-header ul.top-bar-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header ul.top-bar-info .top-bar-dot {
  width: 6px;
  height: 6px;
  background: #FBC338;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.main-header ul.top-bar-info li {
color:#ffff;
font-size:13px;	
  margin-right: 6px;
  display: inline;
}

.main-header ul.top-bar-info li strong { font-size:14px;}

.main-header ul.top-bar-info li:last-child {
  margin-right: 0px;
}
.main-header a.free-estimate {
float:right;
width:60%;
  font-size: 14px;
  padding: 0;
  display: block;
  text-align: center;
  color: #FFFFFF;

  background: #FBC338;
  border: 0px solid transparent;
  letter-spacing: 1px;
}
.main-header a.free-estimate:hover {
  background: #f5b100;
  border: 0px solid transparent;
}
.main-header .top-bar-social {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  border: 0px solid #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.main-header .top-bar-social a {
padding:0 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-header .top-bar-social a i.fa {
  width: 24px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.main-header .top-bar-social a i.fa:hover {
  color: #492902 !important;
}

.sticky-header {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-header .top-bar {
  background: #000000;
}
.sticky-header .navgiation-wrapper {
  background: rgba(255, 255, 255, 0.97);
}
.sticky-header .sticky-wrapper {
  background: transparent !important;
}
.logo {
  margin-top: 32px;
  margin-bottom: 0;
}
/***********************************************************************************************/
/* 03. MAIN NAVIGATION MENU */
/***********************************************************************************************/
a.logo {
  margin-top: 6px;
  display: inline-block;
}
a.logo img {
    padding-bottom: 5px;
  display: block;
}
.navbar-default {
  border: none;
  background: transparent;
  margin-bottom: 0px;
  padding: 0 !important;
}
.navbar-default .navbar-nav {
  margin-top: 28px;
}
.navbar-default .navbar-nav > li {
  margin-right: 6px;
float:right;
text-align: right;
}
.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 22px;
  color: #4B4B4B;
padding:15px 8px !important;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #492902;
  background-color:#FBB811;
}
.navbar-default .navbar-nav li.drop {
float:right;
  position: relative;
}
.navbar-default .navbar-nav li.drop a:after {
  content: "";
  /*-----  Change Here----*/
  font-family: fontawesome;
  position: absolute;
  right: -3px;
  top: 15px;
  font-weight: normal;
}
.navbar-default .navbar-nav li ul.drop-down {
background:#fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 58px;
  right: 0;
  width: 190px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}



.navbar-default .navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
}
.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  top: 0px;
  right: 100%;
  border-bottom: none;
}
.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 a:after {
  content: '';
}
.navbar-header { float:right;}


.navbar-default .navbar-nav li ul.drop-down li a {
  font-family: "DroidKufi-Regular";
text-align:right;
  font-size: 13px;
  font-weight: 400;

  display: inline-block;
  text-decoration: none;
  display: block;
  color: #50726c;
  padding: 12px 20px;
  text-transform: uppercase;

  margin: 0;
  border: none;
}
.navbar-default .navbar-nav li ul.drop-down li a:after {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
}
.navbar-default .navbar-nav li ul.drop-down li a:hover {
  background:#ccc;
  color: #FFFFFF;
}
.navbar-default .navbar-nav li ul.drop-down li.drop a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #50726c;
  font-size: 13px;
  font-weight: 400;

  padding: 12px 20px;
  text-transform: uppercase;
  margin: 0;
  border: none;
}
.navbar-default .navbar-nav li ul.drop-down li.drop a:after {
  content: '';
  /*-----  Change Here----*/
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
}
.navbar-default .navbar-nav li ul.drop-down li.drop a:hover {
  color: #FFFFFF;
}
.navbar-default .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.navbar-default .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 a:after {
  content: '';
}
.navbar-default .navbar-nav li ul.drop-down li:last-child {
  border-bottom: none;
}
.navbar-default .navbar-nav li:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
}
header.one-page .navbar-nav > li {
  margin-left: 0;
}
header.one-page .navbar-nav > li > a span {
  color: #ecb90a;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 0px solid #ebebeb;
  width: 100%;
  padding: 0px;
  margin: 0 !important;
  -webkit-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.03);
}
.menu-container {
  border: 5px solid rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
  padding: 0px 20px;
}
.menu-container .navbar-nav li ul.drop-down {
  top: 66px;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/

.image-cont { float:right;}

.section-content-block {
text-align:right;
  padding: 30px;
  background: #FFFFFF;
 
}

.section-content-block li:after { content:" "; position:absolute; display:block; right:-15px; top:14px; height:5px; width:5px; background:#E1A613; }

.section-content-block li { position:relative; margin-right: 15px;}

.section-pure-white-bg {
  background: #FFFFFF !important;
}
.section-pure-black-bg {
  background: #000000 !important;
}
.section-secondary-bg {

}
.section-heading-wrapper {
  margin-bottom: 32px;
}
.section-heading-wrapper h4 {
font-size: 22px;
line-height: 24px;
margin-bottom: 16px;
color: #492902;
margin-top: 16px;
}
.section-heading-wrapper h2 {
  font-size:25px;
  margin-top:20px;
margin-bottom: 0;

  line-height: 48px;
  position: relative;
}
.section-heading-wrapper span.heading-separator {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #ecb90a;
  margin-top: 8px;
}
.section-heading-wrapper-alt {
  margin-bottom: 32px;
}
.section-heading-wrapper-alt h4 {
  font-size: 27px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #ecb90a;
}
.section-heading-wrapper-alt h2 {
text-transform: capitalize !important;
  font-size: 30px;
  margin-top:10px;

  line-height: 48px;
  position: relative;
  color: #FFFFFF;
}
.section-heading-wrapper-alt span.heading-separator {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #ecb90a;
  margin-top: 8px;
}
/***********************************************************************************************/
/*  HOME PAGE 01 */
/***********************************************************************************************/
.slider-wrap {
  clear: both;
}
#slider_1 {
  text-align: center;
}
#slider_1 .item img {
  display: block;
  width: 100%;
  max-height: 570px;

}
#slider_1 .slider_item_container {
  position: relative;
  text-align: center;
  width: 100%;
  max-height: 570px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000000;
}
#slider_1 .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 100%;
}
#slider_1 .slider-content h2 {

  position: relative;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  color: #FFFFFF;
}
#slider_1 .slider-content h2 span {
  padding: 0 3px;
  font-weight: 700;
  color: #ffd25c;
}
#slider_1 .slider-content h3 {
  font-family: "DroidKufi-Regular";
  color: #FFFFFF;
  font-size: 32px;
  
  line-height: 42px;
}
#slider_1 .slider-content .slider-button {
  display: block;
  margin-top: 30px;
}
#slider_1 .slider-content .slider-button a.btn-slider {
  font-size: 16px;
  display: inline-block;
  background: #ecb90a;
  border: 2px solid #ecb90a;
  color: #FFFFFF;
  line-height: 42px;
  padding: 6px 24px;
  text-transform: uppercase;
  
  text-align: center;

  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#slider_1 .slider-content .slider-button a.btn-slider:hover {
  background: #db9f00;
}
#slider_1 .owl-nav {
clear: both;
color: #000;
font-size: 22px;
line-height: 42px;
opacity: 1;
position: absolute;
top: 50%;
width: 98%;
margin-top: -32px;
z-index: 1;
transition: all 0.3s ease-in-out 0s;
left: 1%;
z-index: 5555555555555;
}
#slider_1 .owl-nav div.owl-prev {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 6px;
  width: 60px;
  height: 60px;
  font-size: 42px;
  line-height: 52px;
background: #ecb90a;
color: #492902;
  float: left;
z-index: 5555555555555;
}
#slider_1 .owl-nav div.owl-next {
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: 6px;
  width: 60px;
  height: 60px;
  font-size: 42px;
  line-height: 52px;
background: #ecb90a;
color: #492902;
z-index: 5555555555555;
}
#slider_1 .owl-nav:hover {
  opacity: 0.8;
}
#slider_1 .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
z-index: 58555555555555;
}
#slider_1 .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 2px;
  width: 12px;
  height: 12px;
  background: #FAFAFA;
  margin: 0 4px;
}


#slider_1 .owl-dots .owl-dot span {
  display: none;
}
#slider_1 .owl-dots .active {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 12px;
  background: #ecb90a;
}
#slider_1 .owl-dots .active span {
  display: none;
}
/*----- ABOUT US ----*/
.about-company-intro h4 { color:#492902; font-size:24px; text-align:center;}
.about-company-intro { display:inline-block; margin-bottom:0;}
.about-company-intro img {width:100%; transition: all ease-in-out 0.5s ; opacity:0.8; max-width: 350px;}
.about-company-intro:hover img { transform:scale(1.1); opacity:1;}
.about-company-intro .about-us-image { overflow:hidden; }
.about-company-intro a { 
    text-decoration: none;
    color: #492902;
    font-size: 16px;
    text-transform: capitalize;
    padding: 7px 35px;
    background-color: #ecb90a;
    margin-top: 8px;}


@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.about-company-intro a 
 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.about-company-intro a:before 
{
  content: '';
  position: absolute;
  border: #ecb90a solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.about-company-intro a:hover:before

{
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}


.our-experience {
  color: #ecb90a;
  font-size: 19px;
  line-height: 36px;
  margin-bottom: 24px;

  padding-right: 0px;
}
.our-experience span {
  display: inline;
  color: #ecb90a;
}
.about-us-intro p {
font-size: 13px;
}
.about-us-img {
  position: relative;
  overflow: hidden;
}
.about-us-img i.fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 24px;
  display: inline-block;
  background: #FFFFFF;
  color: #111111;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.highlight-box {

cursor: pointer; 	
max-width:290px;
height:260px;
overflow:hidden;
  margin: 24px auto;
  border: 1px solid #EEE;
  padding: 13px;

border-radius:50%;
}
.highlight-box .highlight-text {
font-size: 12px;
margin-bottom: 0px;
color: #727272;
overflow: hidden;
line-height: 25px;
height: 70px;
overflow: hidden;
margin-bottom: 15px;
}

.highlight-box i { color: #492902; font-size:45px; margin:22px; margin-bottom: 10px !important;}



.highlight-box .highlight-text p { margin-top:0 !important; color:#727272;   } 
.highlight-box img { margin:10px auto; }

.highlight-box:hover {
  background:antiquewhite;
}

/*-----  SERVICE LAYOUTS ----*/

.services-slider { padding:40px 0;}


.service-block-1 {
  overflow: hidden;
  background: #fafafa;
  position: relative;
  margin: 16px 0px;
}

.service-block-1 a {
  display: block;
}
.service-block-1 figure {
  position: relative;
}
.service-block-1 figure img {
  opacity: 0.9;
}
.service-block-1 figure span.fa {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #FFFFFF;
  background: #ecb90a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transform: scale(0);
}
.service-block-1 h3 {
  font-size: 18px;
  line-height: 42px;

  margin-top: 10px;
  position: relative;
  font-weight: 700;
}
.service-block-1:hover h3:after {
  background: #ffcb42;
  width: 24px;
  left: 50%;
  margin-left: -12px;
}
.service-block-1:hover figure {
  position: relative;
}
.service-block-1:hover figure img {
  opacity: 1;
}
.service-block-1:hover figure span.fa {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #FFFFFF;
  background: #ecb90a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transform: scale(1);
}
.service-carousel {
  clear: both;
}
.service-carousel [class^="col-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: -1px;
  margin-top: -1px;
  width: 100%;
}
.service-carousel .owl-nav {
  clear: both;
  color: #000000;
  line-height: 32px;
  height: 32px;
  margin-top: -14px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-carousel .owl-nav div.owl-prev {
  background: #ecb90a;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #ededed;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.service-carousel .owl-nav div.owl-prev:hover {
  background: #2C2C2C;
}
.service-carousel .owl-nav div.owl-next {
  background: #ecb90a;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #ededed;
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.service-carousel .owl-nav div.owl-next:hover {
  background: #2C2C2C;
}
.service-carousel .owl-nav:hover {
  opacity: 0.8;
}
.service-carousel .owl-dots {
  margin: 12px auto 0 auto;
  width: 100px;
  text-align: center;
}
.service-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 2px;
  width: 12px;
  height: 12px;
  background: #c7c7c7;
  margin: 0 2px;
}
.service-carousel .owl-dots .owl-dot span {
  display: none;
}
.service-carousel .owl-dots .active {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 12px;
  background: #ecb90a;
}
.service-carousel .owl-dots .active span {
  display: none;
}
.service-carousel:hover .owl-nav {
  opacity: 1;
}
/*-----  PROCESS LAYOUTS ----*/
.process-step-1 {
  overflow: hidden;
  padding: 42px 24px;
  margin-top: 0px;
  margin-bottom: 24px;
  position: relative;
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
}
.process-step-1 .icon {
  display: inline-block;
  font-size: 120px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  margin-bottom: 24px;
}
.process-step-1 h3 {
  font-size: 21px;
  line-height: 42px;
  color: #ecb90a;
}
.process-step-1 .process-info {
  margin-bottom: 0px;
}
.process-step-1:hover {
  background: #fafafa;
  border: 1px solid #e6e6e6;
}
.process-step-1:hover span {
  color: #ecb90a;
}
/*----- TEAM LAYOUT ----*/
.section-team-bg {
  background-color: #333333;
  background-image: url("../images/team_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.team-layout-1 {
  background: #FFFFFF;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  position: relative;
  overflow: hidden;
}
.team-layout-1 .team-member {
  position: relative;
  overflow: hidden;
}
.team-layout-1 .team-member a {
  display: block;
}
.team-layout-1 .team-member a img {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  vertical-align: middle;
  transform: scale(1);
}
.team-layout-1 .team-info {
  padding: 20px 16px 12px;
  position: relative;
}
.team-layout-1 .team-info h3 {
text-transform:uppercase;
  margin: 12px 0 0 0;
  padding-bottom: 0px;
  font-size: 19px;
  
  color: #111111;
  position: relative;
}
.team-layout-1 .team-info h4 {
  color: #808080;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.team-layout-1 .team-info .team-seperator {
  background: #ecb90a;
  height: 1px;
  width: 40px;
  display: inline-block;
  margin: 6px 0 3px;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.team-layout-1 .team-info .team-social-share {
  padding-top: 0px;
  position: relative;
}
.team-layout-1 .team-info .team-social-share a {
  background: #f7f7f7;
  color: #ecb90a;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin-bottom: 6px;
  margin: 0 3px 6px;
  border-radius: 100%;
}
.team-layout-1 .team-info .team-social-share a:hover {
  background: #ecb90a;
  color: #FFFFFF;
}
.team-layout-1:hover {
  background: #f9f9f9;
}
.team-layout-1:hover .team-seperator {
  width: 24px;
}
.team-layout-1:hover .team-member img {
  transform: rotate(5deg) scale(1.07);
}
.team-carousel {
  clear: both;
}
.team-carousel [class^="col-"] {
  width: 100%;
}
.team-carousel .owl-nav {
  clear: both;
  color: #000000;
  font-size: 22px;
  line-height: 42px;
  margin-top: -42px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-carousel .owl-nav div.owl-prev {
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: -4px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  background: #ecb90a;
  color: #ededed;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.team-carousel .owl-nav div.owl-next {
  text-align: center;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  right: -4px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  background: #ecb90a;
  color: #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.team-carousel .owl-nav:hover {
  opacity: 0.8;
}
.team-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.team-carousel .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 24px;
  height: 8px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.team-carousel .owl-dots .owl-dot span {
  display: block;
}
.team-carousel .owl-dots .active span {
  padding: 0px;
  width: 18px;
  height: 2px;
  background: #ffcb42;
}
.team-carousel:hover .owl-nav {
  opacity: 1;
}
/*----- COUNTER LAYOUT ----*/
.section-counter-bg {
  background-image: url("../images/counter_bg.jpg");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.counter-block-1 {
  border: 1px solid #e6e6e6;
  margin: 0 0 24px 0;
  padding: 32px 24px;
  background: #fcfcfc;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.counter-block-1 .fa {
  display: block;
  color: #555555;
  opacity: 1;
  margin-bottom: 12px;
  font-size: 48px;
}
.counter-block-1 p {
  margin-top: 10px;
  
  font-size: 20px;
  margin-bottom: 0;
  color: #ecb90a;
  
  position: relative;
}
.counter-block-1 .counter {
  display: inline-block;
  margin-top: 12px;
  font-size: 32px;
  color: #ecb90a;
  
}
.counter-block-1 .counter-postfix {
  display: inline-block;
  margin-top: 0px;
  font-size: 32px;
  color: #ecb90a;
  
}
.counter-block-1:hover {
  border: 1px solid #CCCCCC;
  background: #fbfbfb;
}
.counter-block-1:hover .fa {
  opacity: 0.9;
}
/*----- PRICING TABLE LAYOUTS ----*/
.section-pricing-table-bg {
  background-color: #f6f6f6;
  background-image: url("../images/pricing_table_bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  overflow: hidden;
}
.price-table-layout-1 {
  background: rgba(255,255,255,0.4);
  border: 2px solid #e3e3e3;
  text-align: center;
  position: relative;
  transform: translateZ(0px);
}
.price-table-layout-1:before,
.price-table-layout-1:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.price-table-layout-1:before {
  border-right: 2px solid #492902;
  border-left: 2px solid #492902;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}
.price-table-layout-1:after {
  border-bottom: 2px solid #492902;
  border-top: 2px solid #492902;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}
.price-table-layout-1:hover:before {
  transform: scaleY(0.5);
}
.price-table-layout-1:hover:after {
  transform: scaleX(0.5);
}
.price-table-layout-1 .price-table-header {
  color: #492902;
  padding: 20px 0 12px 0;
}
.price-table-layout-1 .heading {
  font-size: 22px;
  
  margin: 0 0 5px 0;
  color: #ecb90a;
}
.price-table-layout-1 .pricing-table-img {
  background: transparent;

}
.price-table-layout-1 h2.title {
  font-size: 22px;
  line-height: 42px;
  margin-top: 16px;
  font-weight: 500;
direction: rtl;
color:#492902;
}
.price-table-layout-1 .subtitle {
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 12px;
}
.price-table-layout-1 .price-value {
  font-size: 52px;
  font-weight: 800;
  margin-top: 12px;
  position: relative;
  display: inline-block;
  color: #ecb90a;
}
.price-table-layout-1 .currency {
  font-size: 26px;
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: -24px;
  color: #ecb90a;
}
.price-table-layout-1 .month {
  font-size: 20px;
  position: absolute;
  bottom: 17px;
  right: -40px;
}
.price-table-layout-1 .pricing-content {
  list-style: none;
  padding: 12px 0 0 0;
  margin-bottom: 12px;
}
.price-table-layout-1 .pricing-content li {
  line-height: 42px;
  font-weight: 400;
}
.price-table-layout-1 .price-plan-btn {
  display: inline-block;
  border: 0px solid #ecb90a;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 32px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-top: 24px;
  background: #ecb90a;
  color: #FFFFFF;
}
.price-table-layout-1 .price-plan-btn:hover {
  border-color: #ecb90a;
  color: #ecb90a;
}
.price-table-layout-highlight {
  border: 2px solid #ecb90a;
}
.price-table-layout-highlight .pricing-table-img {
max-width:222px;
max-height:200px;

}
.price-table-layout-highlight .price-plan-btn {
  background: #ecb90a;
  color: #FFFFFF;
}
.price-table-layout-highlight .price-plan-btn:hover {
  border: 0px solid #ecb90a;
  color: #ecb90a;
}
/*----- TESTIMONIAL LAYOUTS ----*/
.section-testimonial-bg {
  background-image: url("../images/testimonial_bg.jpg");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.testimony-layout-1 {
  background: #FFFFFF;
  position: relative;
  padding: 24px 24px 24px;
  margin: 0px;
}
.testimony-layout-1 img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 70px;
  max-width: 70px;
  margin: 0 auto 12px;
  border: 1px solid #CCCCCC;
  padding: 2px;
}
.testimony-layout-1 .testimony-info {
  overflow: hidden;
  padding: 0;
}
.testimony-layout-1 h4 {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 400;
  
  margin: 0;
}
.testimony-layout-1 h6 {
  color: #8c8c8c;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimony-layout-1 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #6f6f6f;
}
.testimony-layout-1 p.testimony-text {
  clear: both;
  font-style: italic;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 24px 0;
  padding-top: 12px;
  color: #555555;
}
.testimony-layout-1 p.testimony-text:before {
  background: transparent;
  color: #ecb90a;
  content: '\f10d';
  display: block;
  font-family: FontAwesome;
  font-size: 70px;
  font-style: normal;
  height: 48px;
  left: 0;
  opacity: 0.1;
  margin-left: 0px;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 48px;
}
.testimonial-container.owl-carousel [class^="col-"] {
  width: 100%;
}
.testimonial-container {
  clear: both;
}
.testimonial-container .owl-nav {
display: block !important;
clear: both;
color: #000;
font-size: 22px;
line-height: 42px;
position: absolute;
top: 42%;
width: 104%;
margin-top: -21px;
z-index: 1;
transition: all 0.5s ease-out 0s;
left: -2%;
}
.testimonial-container .owl-nav div.owl-prev {
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: -8px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  background: #ecb90a;
  color: #ededed;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.testimonial-container .owl-nav div.owl-next {
  text-align: center;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  right: -8px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  background: #ecb90a;
  color: #ededed;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.testimonial-container .owl-nav:hover {
  opacity: 0.8;
}
.testimonial-container .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.testimonial-container .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.testimonial-container .owl-dots .owl-dot span {
  display: block;
}
.testimonial-container .owl-dots .active span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 0px;
  width: 6px;
  height: 6px;
  background: #ffcb42;
}
.testimonial-container:hover .owl-nav {
  opacity: 1;
}
/*----- NEWSLETTER LAYOUT 01 ----*/
.horizontal-newsletter {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 12px;
}
.horizontal-newsletter .news-subscription input {
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ecb90a;
  height: 55px;
  padding-left: 13px;
  width: 100%;
}
.horizontal-newsletter .news-subscription button {
  background: #ecb90a;
  border: 0 none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  height: 55px;
  width: 160px;
  position: absolute;
  right: 0;
}
.horizontal-newsletter .news-subscription button:hover {
  background: #a87a00;
}
.horizontal-newsletter .news-subscription button:hover:before {
  background: #a87a00;
}
/*----- HOME BLOG LAYOUT 01 ----*/
.latest-blog {
transition: all ease-in-out 0.5s;
  clear: both;
  margin-bottom: 24px;
  background: #fefefe;
border: 1px solid #E1A40E;
}

.latest-blog:hover img { transform:scale(1.1)}


.latest-thumbnail {
transition: all ease-in-out 0.5s;
  clear: both;
overflow: hidden;
height:200px;
}

.latest-thumbnail img { transition: all ease-in-out 0.5s; }

a.latest-date {
  border: 2px solid #ecb90a;
  border-radius: 20px;
  color: black;
  display: inline-block;
  font-size: 12px;

  margin-bottom: 15px;
  padding: 2px 20px 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.news-content {
transition: all ease-in-out 0.5s;
  padding: 0 12px 20px;
  overflow: hidden;
}
.latest-title {
direction:rtl;
font-weight: 500;
font-size: 16px;
line-height: 28px;
margin-top: 8px;
height: 30px;
overflow: hidden;
}
.news-content p { font-size: 14px;
margin: 0px;
height: 83px;
overflow: hidden;
direction: rtl; }


.latest-title a {

  color: #492902;
}
.latest-title a:hover {
  color: #E0B011;
}
.latest-details {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  display: inline-block;
  padding: 0px;
}
.latest-details a {
  border-right: 1px solid #ecb90a;
  color: #111111;
  display: inline-block;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 8px;
  transition: all 0.3s ease 0s;
}

i.fa-calendar { padding-right:7px;}
.textwidget.contact-us i { 
color:#492902;

 float:right; 
padding-left:5px; }


.latest-details a:last-child {
  border-right: medium none;
  margin-right: 0;
  padding-right: 0;
}
.latest-details a:hover {
  color: #111111;
}
.blog-details a {
  text-transform: uppercase;
  margin-left: 60px;
  font-size: 15px;
  color: #ecb90a;
}
.blog-details a::after {
  background-color: #ecb90a;
  bottom: 10px;
  content: "";
  height: 2px;
  left: 20px;
  position: absolute;
  width: 40px;
}
.blog-details a:hover {
  color: #ecb90a;
}
/*----- CTA LAYOUTS ----*/
.section-cta-bg {
  background: #ecb90a;
}
.cta-layout-01 {
  clear: both;
}
.cta-layout-01 h4 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 24px;
  
  text-transform: uppercase;
}
.cta-layout-01 h4.dark-text-color {
  color: #ecb90a;
}
/*----- SECTION APPOINTMENT ----*/
.section-appointment-bg {
  background-image: url("../images/appointment_bg.jpg");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  background-color: #FAFAFA;
}
.appointment-form-wrapper {
  background: #FFFFFF;
  padding: 0px 0px 28px;
  margin-bottom: 0px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
}
.appointment-form-wrapper .appointment-form-heading {
  position: relative;
  background: #ecb90a;
  padding: 10px;
  margin: -1px -1px 17px -1px;
}
.appointment-form-wrapper .appointment-form-heading p.form-title {
  position: relative;
  clear: both;
  overflow: hidden;
  font-size: 18px;
  
  color: #FFFFFF;
  
  margin: 0;
  text-transform: uppercase;
}
.appointment-form-wrapper .appoinment-form {
  padding: 0 12px;
}
.appointment-form-wrapper .appoinment-form .form-control {
  font-size: 14px;
}
.appointment-form-wrapper .appoinment-form .form-group {
  margin-bottom: 0;
  position: relative;
}
.appointment-form-wrapper .appoinment-form .form-group i {
  position: absolute;
  top: 12px;
  left: 32px;
  font-size: 17px;
  color: #e6e6e6;
  transition: all 0.5s ease 0s;
}
.appointment-form-wrapper .appoinment-form .form-control::-moz-placeholder {
  color: #aec6c2;
  font-size: 14px;
  text-transform: uppercase;
}
.appointment-form-wrapper .appoinment-form input[type=text],
.appointment-form-wrapper .appoinment-form input[type=email],
.appointment-form-wrapper .appoinment-form input[type=url],
.appointment-form-wrapper .appoinment-form input[type=password] {
  color: #575958;
text-align:right;
  border: 1px solid #ebebeb;
  line-height: 42px;
  padding-left: 32px;
  height: 42px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.appointment-form-wrapper .appoinment-form input[type=text]:focus,
.appointment-form-wrapper .appoinment-form input[type=email]:focus,
.appointment-form-wrapper .appoinment-form input[type=url]:focus,
.appointment-form-wrapper .appoinment-form input[type=password]:focus {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.appointment-form-wrapper .appoinment-form textarea {
text-align:right;
  color: #aec6c2;
  border: 0px;
  border: 1px solid #ebebeb;
  padding-right: 2px;
  margin-bottom: 24px;
  padding: 6px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.appointment-form-wrapper .appoinment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #CCCCCC;
}
.appointment-form-wrapper .appoinment-form select {
  border: 0px;
  border: 1px solid #ebebeb;
  padding-left: 2px;
  margin-bottom: 24px;
  padding: 6px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.appointment-form-wrapper .appoinment-form select:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #CCCCCC;
}
.appointment-form-wrapper .appoinment-form .select-style {
  position: relative;
}

.appointment-form-wrapper .appoinment-form .select-style select.form-control {
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/down_arrow.png");
  background-position: 100% 4px;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: none;
  color: #aec6c2;
  padding: 6px 30px;
  height: 42px;
  line-height: 32px;
  margin-bottom: 24px;
  font-size: 14px;
text-align:right;

}

.appoinment-person {
  position: relative;
  top: 12px;
}
.section-client-logo {
  clear: both;
}
.logo-layout-1 {
  clear: both;
}
.logo-layout-1 .client-logo {
  padding: 10px;
  margin-bottom: 32px;
  border: 1px solid #CCCCCC;

}
.logo-layout-1 .client-logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.logo-layout-1 .client-logo:hover {
  border: 1px dotted #ffcb42;
}
.logo-layout-1 .client-logo:hover img {
  opacity: 0.8;
}
.no-border-logo-layout .client-logo {
  border: 0px solid transparent;
}
.no-border-logo-layout .client-logo:hover {
  border: 0px solid transparent;
}
.logo-items {
  clear: both;
}
.logo-items [class^="col-"] {
  width: 100%;
}
.logo-items .client-logo {
  margin-bottom: 0px;
width: 100%;
height: 150px;
}
.logo-items .owl-nav {
  clear: both;
  color: #000000;
  line-height: 32px;
  height: 32px;
  margin-top: -14px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo-items .owl-nav div.owl-prev {
  background: #2C2C2C;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #ededed;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.logo-items .owl-nav div.owl-prev:hover {
  background: #ecb90a;
}
.logo-items .owl-nav div.owl-next {
  background: #2C2C2C;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #ededed;
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.logo-items .owl-nav div.owl-next:hover {
  background: #ecb90a;
}
.logo-items .owl-nav:hover {
  opacity: 0.8;
}
.logo-items .owl-dots {
  margin: 12px auto 0 auto;
  width: 100px;
  text-align: center;
}
.logo-items .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 2px;
  width: 12px;
  height: 12px;
  background: #c7c7c7;
  margin: 0 2px;
}
.logo-items .owl-dots .owl-dot span {
  display: none;
}
.logo-items .owl-dots .active {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 12px;
  height: 12px;
  background: #ecb90a;
}
.logo-items .owl-dots .active span {
  display: none;
}
.logo-items:hover .owl-nav {
  opacity: 1;
}
/***********************************************************************************************/
/*  HOME PAGE 02 */
/***********************************************************************************************/
.section-banner {
  padding: 280px 0px 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.banner-content {
  width: 100%;
}
.banner-content h2 {

  position: relative;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  color: #FFFFFF;
}
.banner-content h2 span {
  padding: 0 3px;
  font-weight: 700;
  color: #ffd25c;
}
.banner-content h3 {
  font-family: "DroidKufi-Regular";
  color: #FFFFFF;
  font-size: 32px;
  
  line-height: 42px;
}
.banner-content .slider-button {
  display: block;
  margin-top: 30px;
}
.banner-content .slider-button a.btn-slider {
  font-size: 16px;
  display: inline-block;
  background: #ecb90a;
  border: 2px solid #ecb90a;
  color: #FFFFFF;
  line-height: 42px;
  padding: 6px 24px;
  text-transform: uppercase;
  
  text-align: center;

  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.banner-content .slider-button a.btn-slider:hover {
  background: #db9f00;
}
/***********************************************************************************************/
/* MAIN CONTENT */
/***********************************************************************************************/
.main-content {
  margin: 48px 0;
}
.btn-social-icon {
  height: 42px;
  width: 42px;
  border: 0;
  border-radius: 0px !important;
  margin: 3px 3px;
}
.btn-social-icon .fa {
  line-height: 42px;
  color: #FFFFFF;
}
.btn-goggle-plus {
  background-color: #26b84b;
}
.btn-goggle-plus:hover {
  background-color: #20993e;
}
.btn-envelope-o {
  background-color: #d74b3e;
}
.btn-envelope-o:hover {
  background-color: #ad3d32;
}
.section-transparent-bg {
  background: transparent !important;
}
/***********************************************************************************************/
/* 05. BLOG LAYOUT */
/***********************************************************************************************/
.single-post {
  margin-bottom: 50px;
}
.single-post p {
  line-height: 30px;
}
.single-post .single-post-content {
  margin-bottom: 30px;
  padding: 6px;
  background: #F9FAFB;
}
.single-post .single-post-title {
  line-height: 24px;
}
.single-post .single-post-title h2 {
  font-size: 28px;
  line-height: 32px;
  line-height: 30px;
  font-weight: 500;
}
.single-post .single-post-title .single-post-meta {
  font-size: 15px;
}
.readmore {
  border: 0px;
  background: #ecb90a;
  color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 24px;
}
.readmore-sm {
  border: 0px;
  background: #ecb90a;
  color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
}
/***********************************************************************************************/
/* 06. BLOG SINGLE PAGE */
/***********************************************************************************************/
.single-post-inner {
  background: #F9FAFB;
  padding: 30px;
}
.post-inner-featured-content {
  display: block;
}
.post-inner-featured-content img {
  display: block;
  width: 100%;
  text-align: center;
}
.single-post-inner-title {
  margin-bottom: 24px;
}
.single-post-inner-title h2 {
  font-size: 32px;
  margin: 32px 0 24px 0;
}
.single-post-inner-meta h2 {
  font-size: 24px;
}
.single-post-inner-meta .tag-list a {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 3px;
  background: #ecb90a;
  color: #FFFFFF;
}
.custom-post-info {
  margin: 0;
  padding: 0;
}
.custom-post-thumb-small {
  width: 70px;
  height: 70px;
}
.custom-post-thumb-medium {
  width: 350px;
  height: 120px;
}
.single-post-container {
  margin: 0 0 24px 0;
}
.single-post-container h3 {
  margin: 24px 0 12px 0;
  font-size: 18px;
  text-transform: capitalize;
}
.single-post-container h3 a {
  color: #ecb90a;
}
.single-post-container h3 a:hover {
  color: #ecb90a;
}
.single-post-container .custom-breadcrumb {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.single-post-container .article-meta-extra {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 6px 0;
  margin-bottom: 12px;
}
.single-post-container .article-meta-extra span {
  margin-right: 5px;
}
.single-post-container .article-meta-extra span:last-child {
  margin-right: 0px;
}
.single-post-container .article-meta-extra i {
  color: #555555;
  margin-right: 3px;
}
.single-post-container h2 + p {
  margin-top: 12px;
}
.single-post-content h1 {
  margin: 12px 0;
}
.single-post-content h2 {
  margin: 12px 0;
}
.single-post-content h3 {
  margin: 12px 0;
}
.single-post-content h4 {
  margin: 12px 0;
}
.single-post-content h5 {
  margin: 12px 0;
}
.single-post-content h6 {
  margin: 12px 0;
}
.articles-nav {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
  padding: 0 2.4em;
}
.articles-nav .articles-nav-prev {
  float: left;
}
.articles-nav .articles-nav-next {
  float: right;
}
.aligncenter,
.alignleft,
.alignright,
.alignnone {
  margin: 12px 0 24px 0;
  max-width: 100%;
  height: auto;
}
.aligncenter,
img.centered {
  display: block;
  margin: 12px auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  clear: both;
}
.wp-caption {
  text-align: center;
}
.wp-caption img {
  max-width: 100%;
  max-height: auto;
}
.wp-caption .wp-cap {
  margin-bottom: 0px;
  font-size: 12px;
}
.post-navigation {
  text-align: center;
  clear: both;
}
.post-navigation p {
  text-transform: uppercase;
}
.post-navigation p a {
  position: relative;
  padding-left: 24px;
  margin-right: 5px;
}
.post-navigation p a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 3px;
  background: transparent;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.post-navigation p a:hover:before {
  background: #ecb90a;
  border: 1px solid #ecb90a;
}
.post-navigation p a:first-child {
  margin-right: 0px;
}
.comments-nav-section,
.post-nav-section {
  margin: 24px 0 0 0;
}
.comments-nav-section p,
.post-nav-section p {
  margin-bottom: 0px;
}
.comments-nav-section a,
.post-nav-section a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  background: transparent;
  color: #ecb90a;
  padding: 6px 12px;
}
.comments-nav-section a:hover,
.post-nav-section a:hover {
  border: 1px solid #ecb90a;
  color: #ecb90a;
  background: transparent;
}
.article-share-section {
  margin: 24px 0 0 0;
  border: 1px solid #CCCCCC;
  border-left: 0px;
  border-right: 0px;
  padding: 14px 0 10px 0;
}
.article-author {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
  min-height: 100px;
  padding-bottom: 24px;
}
.article-author .author-avatar img {
  width: 100px;
  max-width: 100%;
  max-height: auto;
  float: right;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin-top: 0px;
  margin-left: 12px;
}
.article-author .about_author {
  margin-bottom: 24px;
}
.article-author .social-icons a {
  display: inline-block;
  color: #ecb90a;
  margin-right: 15px;
}
.article-author .social-icons a:hover {
  color: #ecb90a;
}
.related-post {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
}
.related-post ul li {
  margin: 5px 0;
}
.related-post ul li a {
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  color: #555555;
}
.related-post ul li a:hover {
  color: #ecb90a;
}
ul.pagination li a {
  color: #ecb90a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
  border: 0px;
  margin: 0 2px;
}
ul.pagination li a:hover {
  backgroud: #000 !important;
}
ul.pagination li a.current {
  background: #ecb90a;
  color: #FFFFFF;
  border: 0px;
}
ul.pagination li:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
ul.pagination li:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.comments-area {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
}
.article-add-comments {
  float: right;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #555555;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.article-add-comments:hover {
  border: 1px solid #ecb90a;
  color: #ecb90a;
}
.commentslist {
  margin-top: 24px;
  counter-reset: comment-id;
}
.commentslist li {
  list-style-type: none;
  margin-left: 0px;
}
.commentslist li:first-child {
  margin-top: 24px;
}
.commentslist li + li {
  margin-top: 24px;
}
.commentslist li ol,
.commentslist li ul {
  padding-left: 3em;
  margin-left: 3em;
  border-left: 1px dotted #CCCCCC;
  list-style-type: none;
}
.commentslist li ol li,
.commentslist li ul li {
  position: relative;
}
.commentslist li ol li::before,
.commentslist li ul li::before {
  content: '';
  width: 2em;
  height: 1px;
  border-bottom: 1px dotted #CCCCCC;
  position: absolute;
  left: -3em;
  top: 2em;
}
.commentslist li article {
  background: #FFFFFF;
  padding: 12px;
}
.commentslist li article header {
  border-bottom: 1px solid #CCCCCC;
  font-size: 12px;
  margin-bottom: 1.5em;
  position: relative;
}
.commentslist li article header span {
  color: #bdd1cd;
}
.commentslist li article header::before {
  counter-increment: comment-id;
  content: counter(comment-id);
  position: absolute;
  right: 5px;
  top: 15px;
  color: #F8F8F8;
  font-size: 32px;
  font-family: "DroidKufi-Regular";
}
.commentslist li article header h5 {
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #ecb90a;
}
.commentslist li article header h5 a {
  color: #ecb90a;
}
.commentslist li article header h5 a:hover {
  color: #ecb90a;
}
.commentslist li article header h5 span {
  font-size: 12px;
  background: #000000;
  color: #FFFFFF;
  padding: 3px 5px;
  font-style: normal;
  margin-right: .5em;
}
.commentslist li article .comment_text {
  padding-right: 24px;
}
.comment-avatar img {
  width: 64px;
  height: 64px;
  float: right;
  background: #FFFFFF;
  margin: 2px;
  border: 1px solid #CCCCCC;
  padding: 2px;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.comment-avatar img:hover {
  border-color: #a6a6a6;
}
.waiting-moderation {
  color: #bdd1cd;
}
.comments-nav-section {
  margin: 48px 0;
}
.comments-nav-section .btn-primary {
  background: #FFFFFF;
}
.comments-nav-section .btn-primary:hover {
  background: #FFFFFF;
}
#comment-form label {
  margin-bottom: 12px;
}
#comment-form input[type=text],
#comment-form input[type=email],
#comment-form input[type=url],
#comment-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #EEE;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form input[type=text]:focus,
#comment-form input[type=email]:focus,
#comment-form input[type=url]:focus,
#comment-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #919191;
}
#comment-form textarea {
  border: 0px;
  border-bottom: 1px solid #EEE;
  padding: 12px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #919191;
}
/***********************************************************************************************/
/* PAGE HEADR AND BREADCRUMB */
/***********************************************************************************************/
.page-header {
  margin: 0;
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
  background-position: center center;
  background-color: transparent;
  background-image: url('../images/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid #FFF;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.9);
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}
.page-header h3 {
  color: #ecb90a;
  text-align: center;
  font-size: 36px;
  line-height: 24px;
  font-weight: 500;
  margin: 24px 0;
  text-transform: uppercase;

}
.page-header .page-breadcrumb {
  font-size: 16px;
  color: #555555;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.page-header .page-breadcrumb a {
  color: #555555;
}
.page-header .page-breadcrumb a:hover {
  color: #555555;
}
/***********************************************************************************************/
/* SINGLE TEAM PAGE */
/***********************************************************************************************/
.single-team {
  background: transparent;
  margin: 20px 0 30px;
  overflow: hidden;
  position: relative;
}
.single-team img {
  width: 100%;
}
.single-team-details h3 {
  font-family: "DroidKufi-Regular";
  font-size: 20px;
  
  
  margin: 12px 0 0;
  text-transform: uppercase;
}
.single-team-details h4 {
  color: #9a9a9a;
  font-family: "DroidKufi-Regular";
  font-size: 14px;
  font-weight: 400;
  
  text-transform: uppercase;
}
.single-team-details ul.team-social-share-2 li {
  background: #ecb90a;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}
.single-team-details ul.team-social-share-2 li a {
  color: #FFFFFF;
}
.single-team-details a.btn-team-details {
  border: 2px solid #ecb90a;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
/***********************************************************************************************/
/* SERVICE PAGE */
/***********************************************************************************************/
.service-bottom-layout {
  margin-top: 30px;
}
.single-service-content h3 {
  font-size: 25px;
  text-transform: uppercase;
  
  
  margin-top: 15px;
}
.single-service-content ul {
  list-style-type: none;
  margin-bottom: 16px;
  overflow: hidden;
}
.single-service-content ul li {
  padding-left: 32px;
  position: relative;
}
.single-service-content ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  color: #ecb90a;
  margin: 0 11px 0 0;
  position: absolute;
  left: 0px;
}
/***********************************************************************************************/
/*  FAQ PAGE */
/***********************************************************************************************/
.faq-layout {
  position: relative;
  overflow: hidden;
}
.faq-layout .panel {
  box-shadow: none;
}
.faq-layout .panel-default {
  position: relative;
  border: 0px solid #EEE;
  padding: 17px 16px 0;
  background: #f7f7f7;
  border-radius: 0;
}
.faq-layout .faq-box .panel-heading {
  background: none;
  border: 0 none;
  display: block;
  padding: 16px;
  margin: -16px -15px;
  background: #ecb90a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.faq-layout .faq-box .panel-heading:hover {
  background: #2C2C2C;
}
.faq-layout .faq-box .panel-title {
  display: block;
  
  margin-bottom: 0;
  margin-top: 0;
  font-size: inherit;
  text-transform: uppercase;
  color: #FFFFFF;
}
.faq-layout .faq-box .panel-title > a {
  line-height: 24px;
  display: block;
  color: #FFFFFF;
}
.faq-layout .faq-box .panel-title > a:hover,
.faq-layout .faq-box .panel-title > a:focus {
  outline: none;
  color: #FFFFFF;
}
.faq-layout .faq-box .panel-body {
  padding-top: 32px;
  padding-left: 0px;
}
.faq-layout .faq-box .panel-heading [data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: '\f0d8';
  float: left;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 10px;
}
.faq-layout .faq-box .panel-heading [data-toggle="collapse"].collapsed:after {
  content: '\f0d7';
}
/***********************************************************************************************/
/*  COMING SOON PAGE */
/***********************************************************************************************/
.section-coming-countdown-bg {
  background: transparent;
  background-image: url('../images/coming-soon.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 220px 0;
}
#coming_countdown {
  font-size: 32px;
  clear: both;
  width: 900px;
  max-width: 100%;
  margin: 30px auto;
}
#coming_countdown .countdown_container {
  text-align: center;
  display: block;
  float: left;
  width: 25%;
}
#coming_countdown .countdown_container span.count_number {
  display: block;
  font-size: 90px;
  line-height: 100px;
  
  font-family: "DroidKufi-Regular";
  color: #FFFFFF;
}
#coming_countdown .countdown_container span.count_text {
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  font-family: "DroidKufi-Regular";
  color: #FFFFFF;
  text-transform: uppercase;
}
/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/
.section-gallery-bg {
  background-image: url("../images/gallery_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: initial;
  position: relative;
  overflow: hidden;
}
.section-gallery-block {
  clear: both;
}
.gallery-container {
  padding: 12px;
  margin: 0;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}
.gallery-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-light-box .gallery-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 0px;
}
.gallery-light-box .gallery-img:before {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img:after {
  font-family: FontAwesome;
  content: '\f1c5';
  position: absolute;
  right: 150%;
  margin-left: -21px;
  bottom: -64px;
  background: #FFFFFF;
  color: #ecb90a;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.gallery-light-box .gallery-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.gallery-light-box:hover .gallery-img:before {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1500px;
}
.gallery-light-box:hover .gallery-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.gallery-light-box:hover .gallery-img img {
  opacity: 0.4;
}
.gallery-light-box:hover .gallery-img figcaption {
  bottom: 0px;
  left: 0;
}
.gallery-carousel {
  clear: both;
}
.gallery-carousel [class^="col-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: -1px;
  margin-top: -1px;
  width: 100%;
}
.gallery-carousel .owl-nav {
  clear: both;
  color: #000000;
  line-height: 32px;
  height: 32px;
  margin-top: -14px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-carousel .owl-nav div.owl-prev {
  background: #ecb90a;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #ededed;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.gallery-carousel .owl-nav div.owl-prev:hover {
  background: #2C2C2C;
}
.gallery-carousel .owl-nav div.owl-next {
  background: #ecb90a;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #ededed;
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.gallery-carousel .owl-nav div.owl-next:hover {
  background: #2C2C2C;
}
.gallery-carousel .owl-nav:hover {
  opacity: 0.8;
}
.gallery-carousel .owl-dots {
  margin: 12px auto 0 auto;
  width: 100px;
  text-align: center;
}
.gallery-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 2px;
  width: 12px;
  height: 12px;
  background: #c7c7c7;
  margin: 0 2px;
}
.gallery-carousel .owl-dots .owl-dot span {
  display: none;
}
.gallery-carousel .owl-dots .active {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 12px;
  background: #ecb90a;
}
.gallery-carousel .owl-dots .active span {
  display: none;
}
.gallery-carousel:hover .owl-nav {
  opacity: 1;
}
/***********************************************************************************************/
/* 11. 404 PAGE */
/***********************************************************************************************/
.section-404 {
  background: #EDF0F2;
}
.message-container-404 {
  margin: 48px 0;
}
.message-container-404 .text-404 {
  font-size: 180px;
  line-height: 200px;
  

  font-family: "DroidKufi-Regular";
  color: #ecb90a;
}
.message-container-404 .text-404 span {
  color: #db9f00;
}
.message-container-404 .message-text-404 {
  font-size: 32px;
  line-height: 42px;
  display: block;
}
/***********************************************************************************************/
/* CONTACT PAGE */
/***********************************************************************************************/
.section-contact-block {
  position: relative;
  overflow: hidden;
}
.section-contact-block .content-block {
  padding: 0 48px 0 0;
}
.section-contact-block .contact-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #ecb90a;
}
.section-contact-block .contact-info li {
  margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #ecb90a;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
}
.section-contact-block .contact-info address {
  display: inline-block;
}
.section-contact-block .contact-info a {
  color: #555555;
}
.section-contact-block .contact-info a:hover {
  color: #ecb90a;
}
.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type=text],
.section-contact-block #contact-form input[type=email],
.section-contact-block #contact-form input[type=url],
.section-contact-block #contact-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #EEE;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type=text]:focus,
.section-contact-block #contact-form input[type=email]:focus,
.section-contact-block #contact-form input[type=url]:focus,
.section-contact-block #contact-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #919191;
}
.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #EEE;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #919191;
}
/***********************************************************************************************/
/* 12. FOOTER */
/***********************************************************************************************/
footer {
  border-top: 1px solid #f2f2f2;
  background: #FAFAFA;
}
footer p {
font-size: 13px;
  color: #555555;
}
footer a {
  color: #555555;
}
footer a:hover {
  color: #6f6f6f;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo:after {
  background: #CCCCCC;
  content: "";
  position: absolute;
  height: 48px;
  top: 10px;
  width: 1px;
  right: 28px;
}
footer .footer-intro {
  margin-bottom: 32px;
}
footer .social-icons {
text-align:left;
  clear: both;
}
footer .social-icons a {
border: 1px solid #ecb90a;
background: none repeat scroll 0% 0% padding-box #ecb90a;
color: #FBFBFB;
display: inline-block;
font-size: 14px;
height: 40px;
line-height: 40px;
margin-right: 5px;
position: relative;
text-align: center;
transition: all 0.3s ease-out 0s;
width: 40px;
border-radius: 100%;
  font-family: "DroidKufi-Regular";
padding-top: 11px;
}
footer .social-icons a:last-child {
  margin: 0;
}
footer .social-icons a:hover {
  background: #E1A613;
  color: #FFFFFF;
  border: 1px solid #E1A613;
}
.follow-us {
  color: #FFFFFF;
  font-size: 18px;
  
  text-transform: uppercase;
}
.footer-widget-area {
  padding: 30px 0;
padding-bottom: 10px !important;
}
.footer-widget-area .footer-widget .footer-logo {
  margin-bottom: 15px;
}
.footer-widget-area .footer-widget-header h3 {
text-align:center;
  position: relative;
  font-size: 18px;
  margin-bottom: 6px;
  padding-bottom: 12px;
  font-family: "DroidKufi-Regular";
  
  font-weight: 500;
  display: block;
  color: #492902;
}
.footer-widget-area .footer-widget-header h3 span {
  font-style: 400;
  color: #ecb90a;
}
.footer-widget-area .footer-useful-links {
  clear: both;
}
.footer-widget-area .footer-useful-links li {
width: 45%;
float: right !important;
padding-right:5px;
line-height: 35px;
transition:all ease-in-out 0.5s;
font-size:13px;
}

.footer-widget-area .footer-useful-links li:hover { padding-right:15px; }
.footer-widget-area .footer-useful-links li:hover a { color:#492902;  }

.footer-widget-area .footer-about {
  border-bottom: 1px solid #666666;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer-widget-area .footer-about .footer-content a {
  color: #ecb90a;
}
.footer-widget-area .opening-shedule li {
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 0px 12px;
  color: #555555;
}
.footer-widget-area .opening-shedule li:first-child {
  padding-top: 0px;
}
.footer-widget-area .opening-shedule li:last-child {
  border: 0 none;
}
.footer-widget-area .fa-footer {
  display: inline;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #ecb90a;
  padding: 4px 6px 6px 0;
  margin-right: 0px;
}
.footer-widget-area .contact-us {
  clear: both;
}
.footer-widget-area .contact-us p {
font-size: 13px; 
 padding-bottom: 10px;
}
.footer-widget-area .contact-us p:last-child {
  padding: 0;
  border: 0 none;
}
.footer-widget-area .fa-contact {
  display: inline-block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #ecb90a;
  padding: 6px 6px 6px 0;
  margin-right: 6px;
  position: absolute;
}
.footer-widget-area .footer-widget + .footer-widget {
  margin-top: 24px;
}


.footer-widget-area-bg {
direction:rtl;
  clear: both;
}
.footer-contents {
  background: #f7f7f7;
  border-top: 1px solid #f2f2f2;
  padding: 5px 0 0 0;
}
.footer-contents .copyright-text {
text-align:right;
  line-height: 24px;
}
/***********************************************************************************************/
/* 13. SIDEBAR & WIDGETS */
/***********************************************************************************************/
.widget {
  background: #F9FAFB;
  margin-bottom: 30px;
  padding: 20px;
}
.widget-title {
  position: relative;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: capitalize;
  font-family: "DroidKufi-Regular";
  
  font-weight: 500;
  display: inline-block;
  color: #111111;
}
.widget-title span {
  font-style: 400;
  color: #ecb90a;
}
.widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 5px 0;
}
.widget ul li a {
  color: #555555;
}
.widget ul li a:hover {
  color: #ecb90a;
}
.search-form {
  margin: 0 0 12px 0;
}
.search-form span.input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ecb90a;
  border-right: 0px;
  color: #FFFFFF;
  font-weight: bold;
  width: 10%;
  padding: 0 20px;
}
.search-form input[type="text"] {
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.search-form input[type="text"]:focus {
  box-shadow: none;
}
.widget-post-category {
  margin: 11px auto;
}
.widget-post-category li {
  margin: 5px 0;
  padding: 0;
  text-transform: capitalize;
}
.widget-post-category li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.single-recent-post {
  margin-bottom: 26px;
  overflow: hidden;
}
.single-recent-post a {
  color: #555555;
  margin-bottom: 8px;
  display: block;
}
.single-recent-post a:hover {
  color: #ecb90a;
}
.single-recent-post span {
  font-size: 14px;
  display: block;
  color: #ecb90a;
  padding-left: 2px;
}
.single-recent-post span i {
  font-size: 16px;
}
.single-post-thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 5px;
  width: 100px;
}
.widget-recent-tags {
  margin: 0 auto;
}
.widget-recent-tags li {
  margin: 0px 5px 7px 0px;
  float: left;
}
.widget-recent-tags li a {
  padding: 3px 7px;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #ecb90a;
  display: block;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-tags li a:hover,
.widget-recent-tags li a:active {
  background: transparent;
  border: 1px solid #ecb90a;
  background: #FFFFFF;
}
/***********************************************************************************************/
/* Widget Link Color */
/***********************************************************************************************/
.sidebar-widget a {
  color: #ecb90a;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.sidebar-widget a:hover {
  color: #ecb90a;
}
/***********************************************************************************************/
/* CALENDAR WIDGET */
/***********************************************************************************************/
#calendar_wrap {
  margin: 0 auto 5px auto;
}
#calendar_wrap #wp-calendar {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 2px;
}
#calendar_wrap #wp-calendar caption {
  border-color: #CCCCCC;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#calendar_wrap #wp-calendar thead {
  border-right: 1px solid #CCCCCC;
}
#calendar_wrap #wp-calendar thead th {
  border-right: 1px solid #CCCCCC;
}
#calendar_wrap #wp-calendar th {
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#calendar_wrap #wp-calendar tr th,
#calendar_wrap #wp-calendar thead th {
  font-weight: bold;
  padding: 9px 0;
  text-align: center;
}
#calendar_wrap #wp-calendar tbody {
  color: #aaa;
}
#calendar_wrap #wp-calendar tbody tr td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 6px;
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#calendar_wrap #wp-calendar tbody tr td:hover {
  background: #FAFAFA;
}
#calendar_wrap #wp-calendar tbody .pad {
  background: none;
}
#calendar_wrap #wp-calendar tfoot tr td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 6px;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #next {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #prev {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
}
#calendar_wrap #wp-calendar #today {
  background-color: #ecb90a;
  color: #FFFFFF;
  font-weight: bold;
}
.main-header a.free-estimate { max-width:200px; float:none; margin:0 auto; margin-bottom:0px;}

.text{
width: 100%; text-align: right; direction: rtl;
}
.text li{
text-align: right; direction: rtl; list-style: circle;
}


.contactwall{
width: 70%;
float: right;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
margin-right:0%;
margin-top: 15px;

}


.contactright{
width: 55%;
float: right;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
margin-bottom: 15px;
}

.contactleft{
width: 44%;
float: left;
height: auto;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
margin-bottom: 15px;
}

.innercontactright{
width: 96%;
height: auto;
margin: 2%;
background: #fff;
min-height: auto;box-shadow: 0px 0px 10px 0px #D7D7D7; padding-bottom: 15px;
}

.contactform input {
    padding: 10.6px 5px;
    margin: 5px 0px;
    border: 1px solid #DEDEDE;
    width: 90%;
    background: none repeat scroll 0% 0% transparent;
margin-right: 2%;
margin-top: 10px;
font-size: 14px;
color: #4B4B4B;
}
#sociallink a{
  color: #fff !important;
}
#sociallink a:hover{
  color: #E0B011 !important;
}

/***********************************************************************************************/
/* 14. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Tablet Portrait size to standard (devices and browsers) */
@media only screen and (max-width: 1224px) {
  footer .footer-logo:after {
    display: none;
  }
.text{
width: 100%; text-align: right; direction: rtl; padding-bottom: 15px;
}
.text li{
text-align: right; direction: rtl; list-style: circle;
}
.main-header a.free-estimate { max-width:200px; float:none; margin:0 auto; margin-bottom:0px;}
}


#sociallink a{
  color: #fff !important;
}
#sociallink a:hover{
  color: #E0B011 !important;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.downloadfile {
	color: #fff;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #ecb90a;
	margin-left: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #FBC338;
	color: #fff;
	transition: all 0.9s ease 0s;
}

select {
	text-decoration: none;
outline: none;
}
select:hover{
	text-decoration: none;
outline: none;
}
select:focus{
	text-decoration: none;
outline: none;
}
select:after{
	text-decoration: none;
outline: none;
}


@media only screen and (min-width: 991px) and (max-width: 1200px) {

#sociallink a{
  color: #fff !important;
}
#sociallink a:hover{
  color: #E0B011 !important;
}

select {
	text-decoration: none;
outline: none;
}
select:hover{
	text-decoration: none;
outline: none;
}
select:focus{
	text-decoration: none;
outline: none;
}
select:after{
	text-decoration: none;
outline: none;
}

select {
	text-decoration: none;
outline: none;
}
select:hover{
	text-decoration: none;
outline: none;
}
select:focus{
	text-decoration: none;
outline: none;
}
select:after{
	text-decoration: none;
outline: none;
}
.main-header a.free-estimate { max-width:200px; float:none; margin:0 auto; margin-bottom:0px;}
  .header-top .icon-box .icon-container {
    font-size: 25px;
  }
  .header-top .icon-box .text {
    font-size: 13px;
  }
  .header-top .icon-box .text .head-heading {
    font-size: 13px;
  }
  .header-top .btn-quote .btn-request_quote {
    font-size: 12px;
    padding: 12px 3px;
  }
  .main-top-header p {
    font-size: 13px;
  }
  #slider_1 .slider-content h2 {
    font-size: 100px;
    line-height: 120px;
    font-weight: 700;
  }
  #slider_1 .slider-content h3 {
    font-size: 32px;
  }
  #slider_1 .slider-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {

#sociallink a{
  color: #fff !important;
}
#sociallink a:hover{
  color: #E0B011 !important;
}

  #slider_1 {
    text-align: center;
  }
  #slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #slider_1 .slider-content {
    margin-top: 24px;
  }
  #slider_1 .slider-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  #slider_1 .slider-content h2 {
    font-size: 100px;
    line-height: 120px;
    font-weight: 700;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {

#sociallink a{
  color: #fff !important;
}
#sociallink a:hover{
  color: #E0B011 !important;
}

  /*-----  HELPER CLASS----*/
  .no-padding-pricing-table,
  .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .header-top .col-logo {
    text-align: center;
  }



.navbar-default .navbar-nav > li { text-align:right;  width:100%;}


.navbar-default .navbar-nav li a { padding:5px 0;}
  /*-----  TOP BAR ----*/
  .main-header .top-bar {
    display: block;
  }
  .main-header ul.top-bar-info {
    padding: 0 0 12px 0;
    margin: 0;
    text-align: center;
  }
  .main-header ul.top-bar-info li {
    margin-right: 0;
    display: inline-block;
    width: 49%;
	text-align:center;
  }
  .main-header ul.top-bar-info li:after {
    display: none;
  }
  .top-donation-btn-container {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  a.logo {
    text-align: center;
  }
  .navbar-default .navbar-nav li ul.drop-down {
    top: 68px;
  }
  .navbar-default .navbar-header {
    width: 100%;
    text-align: center;
    clear: both;
    float: none ;
    margin: 0 ;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-right {
    float: none;
    padding: 0;
    margin: 0px 48px 0 0;
  }
  .navbar-default .navbar .navbar-collapse {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar-nav > li {
    margin-left: 0;
  }
  header.one-page .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 15px;
    padding-bottom: 22px;
  }
  #slider_1 {
    text-align: center;
  }
  #slider_1 .slider_item_container {
    min-height: 350px;
  }
  #slider_1 .item img {
    display: block;
    width: 100%;
height: 100%;
  }
  #slider_1 .slider-content {
    top: 50%;
    transform: translateY(-48%);
  }
  #slider_1 .slider-content i.icon:after,
  #slider_1 .slider-content i.icon:before {
    width: 100px;
    line-height: 100px;
    height: 100px;
    font-size: 60px;
    margin-bottom: 20px;
  }
  #slider_1 .slider-content h2 {
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
  #slider_1 .slider-content h2:after {
    display: none;
  }
  #slider_1 .slider-content h3 {
    display: none;
  }
  #slider_1 .slider-content a.banner-video-icon {
    border: 2px solid #f2f2f2;
    color: #ecb90a;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 55px;
    margin: 0 auto 12px;
  }
  #slider_1 .slider-content a.banner-video-icon > i {
    margin-left: 6px;
  }
  #slider_1 .slider-content a.banner-video-icon:hover {
    border: 2px solid #ecb90a;
  }
  .page-header {
    padding: 80px 0;
  }
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }
  .logo {
    text-align: center;
  }
  /*----- PROCESS BLOCK  ----*/
  .process-step-1,
  .process-step-2 {
    margin-bottom: 24px;
  }
  /*----- COUNTER BLOCK ----*/
  .counter-block-1,
  .counter-block-2 {
    margin-bottom: 24px;
  }
  /*----- PRICING TABLE ----*/
  .price-table-layout-1 {

  }
  /*----- TEAM LAYOUT  ----*/
  .team-layout-1 {
    margin-bottom: 24px;
  }
  .gallery-carousel .owl-controls {
    display: none;
  }
  /*----- COUNTDOWN LAYOUT ----*/
  #coming_countdown {
    font-size: 24px;
  }
  #coming_countdown .countdown_container span.count_number {
    font-size: 72px;
    line-height: 60px;
  }
  #coming_countdown .countdown_container span.count_text {
    font-size: 24px;
    line-height: 42px;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-intro {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 180px !important;
}

#slider_1 .item img {
    display: block;
    width: 100%;
    height: 180px !important;
}
.second-div span { margin-top:30px !important;}
.parallax_parent.design_2 .owl-item img { padding:0 !important; }
.section-pricing-table-bg { padding:0 !important;}
.about-us-intro { width:100% !important;}
.footer-widget-area { padding-top:10px !important;}

.footer-widget-area .footer-widget-header h3 { padding-bottom:0  !important;  }


.navbar-default .navbar-nav li.drop {  
 -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.navbar-default .navbar-nav li.drop ul { 
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
 display:none; height:0; }

.footer-widget:last-child { margin-top: 15px !important;}

.footer-widget:last-child { margin-bottom: 0px !important;}

.main-header .top-bar-social { line-height:30px;}
.main-header ul.top-bar-info { padding:0 !important;}
.owl-carousel .owl-nav.disabled {  display:none !important; }
.bord-right:after { display:none !important; }
.price-table-layout-1 { margin-bottom:10px;}
.footer-contents .copyright-text,
footer .social-icons { text-align: center; }
.margin-ri { margin-right:0 !important;}



.appointment-form-wrapper .appoinment-form .form-group {
  margin-bottom: 0;
  position: relative;
width: 100% !important;
}

#imgdexkonly{
display: none !important;
}

.navbar-default .navbar-nav > li {
  margin:0 7px;
float:right;
text-align: right;
width: 95% !important;
border-bottom: 1px solid #E3E3E3;

}
.navbar-default .navbar-nav > li:hover {
background:#ccc;
color:#fff;
}

.navbar-default .navbar-nav > li:hover a {
color:#fff;
}
.navbar-default .navbar-collapse { padding:0 !important;}

.image-cont { float:none;}
.codesecurity{
max-width: 350px !important;
}

.navbar-default .navbar-nav li.drop { width:100%; }
.navbar-default .navbar-nav  { width:100%; overflow: hidden;}

  /*-----  HELPER CLASS----*/
  .no-padding-pricing-table,
  .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .logo-layout-2 [class^="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -1px;
    margin-top: -1px;
  }
  /*-----  TOP BAR ----*/
  .main-header .top-bar {
    display: block;
  }
  .main-header ul.top-bar-info {
    padding: 0 0 12px 0;
    margin: 0;
    text-align: center;
  }
  .main-header ul.top-bar-info li {
    margin-right: 0;
    width: 100%;
line-height: 30px;
  }
  .main-header ul.top-bar-info li:after {
    display: none;
  }
  .main-menu-container {
    float: none;
  }
  .navbar-default .navbar-toggle {
    margin-top: 22px;
    float: right;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    color: #ecb90a;
  }
  .navbar-default .nav > li > a,
  .navbar-default header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-default .navbar-nav > li > a.link-active {
    background: none;
  }
  .navbar-default .navbar .navbar-right {
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-collapse {
    background: #f5f5f5;
    padding: 0 !important;
    border: 0;
  }
  .navbar-default .pull-left {
    float: none !important;
    overflow: hidden;
  }
  .navbar-default .pull-right {
    float: none !important;
  }
  .navbar-default .navbar-nav li ul.drop-down,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    right: inherit;
  }
  .navbar-default .navbar-nav li ul.drop-down li a,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none;
    color: #492902;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 20px;
  }
  .navbar-default .navbar-nav li ul.drop-down li a:hover { color:#fff;}
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #ecb90a;
  }
  .navbar-default .navbar-nav li ul.drop-down li.drop a {
    color:#FBC338;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: #f5f5f5;
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
  }



  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .stuck {
    position: initial;
  }
  .section-content-block {
    padding: 20px 0;
  }
  .section-heading-wrapper,
  .section-heading-wrapper-alt {
    margin-bottom: 0px;
  }
  .section-heading-wrapper h2,
  .section-heading-wrapper-alt h2 {
    font-size: 32px;
    font-weight: 400;
  }
  .page-header {
    padding: 50px 0;
  }
  .page-header h3 {
    text-align: center;
  }
  .page-header .page-breadcrumb {
    text-align: center;
  }
  #slider_1 .slider_item_container {
    height: 235px;
  }
  #slider_1 .slider-content {
    text-align: center;
    top: 50%;
    transform: translateY(-55%);
  }
  #slider_1 .slider-content i.icon:after,
  #slider_1 .slider-content i.icon:before {
    width: 100px;
    line-height: 100px;
    height: 100px;
    font-size: 60px;
    margin-bottom: 20px;
  }
  #slider_1 .slider-content h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
  #slider_1 .slider-content h2:after {
    display: none;
  }
  #slider_1 .slider-content h3 {
    display: none;
  }
  #slider_1 .slider-content a.banner-video-icon {
    border: 2px solid #f2f2f2;
    color: #ecb90a;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 55px;
    margin: 0 auto 12px;
  }
  #slider_1 .slider-content a.banner-video-icon > i {
    margin-left: 6px;
  }
  #slider_1 .slider-content a.banner-video-icon:hover {
    border: 2px solid #ecb90a;
  }
  #slider_1 .slider-content .slider-button {
    margin-top: 16px;
  }
  #slider_1 .slider-content .slider-button a.btn-slider {
    font-size: 14px;
    display: inline-block;
    height: 42px;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-banner {
    padding: 130px 0px;
  }
  .section-banner .banner-content {
    transform: translateY(-30px);
  }
  .section-banner .banner-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-banner .banner-content h3 {
    display: none;
  }
  /*----- PROCESS BLOCK  ----*/
  .process-step-1,
  .process-step-2 {
    margin-bottom: 24px;
  }
  /*----- COUNTER BLOCK ----*/
  .counter-block-1,
  .counter-block-2 {
    margin-bottom: 24px;
  }
  /*----- APPOINTMENT FORM. ----*/
  .appointment-form-wrapper {
    clear: both;
  }
  .appointment-form-wrapper .appointment-form-heading {
    position: relative;
    background: #ecb90a;
    margin: -2px -6px 48px -5px;
    text-align: center;
  }
  .appointment-form-wrapper .appointment-form-heading h3 {
    margin: 0;
    display: block;
  }
  .appointment-form-wrapper .appointment-form-heading h3:after {
    display: none;
  }
  .appointment-form-wrapper .appointment-form-heading span {
    float: none;
    display: block;
    margin-top: 12px;
  }
  .appointment-form-wrapper .appoinment-form {
    padding: 0 6px;
  }
  /*----- PRICING TABLE ----*/
  .price-table-layout-1 {

  }
  /*----- TEAM LAYOUT  ----*/
  .team-layout-1 {
    margin-bottom: 24px;
  }
  .section-cta .cta-content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-cta .cta-content h4 {
    font-size: 18px;
  }
  .section-cta .cta-content h4 span {
    font-size: 22px;
  }
  .cta-layout-01 h4 {
    font-size: 42px;
    line-height: 48px;
  }
  .appointment-form-wrapper {
    margin: 48px 0;
    padding: 0px 5px 28px;
  }
  .appointment-form-wrapper h3 {
    
    margin: 0 -5px 32px;
    position: relative;
  }
  .appoinment-form {
    padding: 0 0px;
  }
  /*----- COUNTDOWN LAYOUT  ----*/
  #coming_countdown {
    font-size: 24px;
  }
  #coming_countdown .countdown_container span.count_number {
    font-size: 50px;
    line-height: 40px;
  }
  #coming_countdown .countdown_container span.count_text {
    font-size: 18px;
    line-height: 42px;
  }
  .section-home-blog .latest-news-container {
    margin-bottom: 30px;
  }
  /*----- FAQ LAYOUT ----*/
  .faq-layout .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
  .article-container-fix,
  .main-sidebar {
    width: 100%;
    margin-left: 0px;
    border: 0px solid transparent;
  }
  .post-details-container h3 {
    margin-top: 12px;
  }
  .post-box-container .bd-post-image-container {
    margin: 0 auto;
  }
  .image_gallery_carousel {
    margin-bottom: 48px;
  }
  a.btn-load-more {
    margin-bottom: -24px;
    margin-top: -16px;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-intro {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {

.prodblook{
width: 100% !important;
}

.footer-widget-area .footer-useful-links li {
    width: 45%;
    float: right !important;
    padding-right: 5px;
    line-height: 35px;
    transition: all 0.5s ease-in-out 0s;
    font-size: 13px;
    text-align: center;
}

.pesrinimage{
width: 100% !important;
max-width: 100% !important;
}

.pesrinimage2{
width: auto;
display: block;
max-width: 150px !important;
}

.contactright{
width: 96%;
margin-right: 2%;
float: right;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
}

.contactleft{
width: 96%;
margin-right: 2%;
float: right;
height: auto;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
}

.codesecurity{
max-width: 118px !important;
}
  /*-----  HELPER CLASS----*/
.main-header a.free-estimate {  float:none; margin:0 auto; margin-bottom:10px;}

  .no-padding1 { margin:0 auto; display:block; float:none !important; padding-right:0 !important; min-width:290px; }
  .no-padding-pricing-table,
  .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .logo-layout-2 [class^="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -1px;
    margin-top: -1px;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  /*-----  TOP BAR ----*/
  .main-header .top-bar {
    display: block;
    text-align: center;
  }
  .main-header ul.top-bar-info {
    padding: 0 0 12px 0;
    margin: 0;
    text-align: left;
  }
  .main-header ul.top-bar-info li {
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .main-header ul.top-bar-info li:after {
    display: none;
  }
  .main-menu-container {
    float: none;
  }
  a.logo {
    text-align: center;
    width: 75%;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
background: none repeat scroll 0% 0% rgba(246, 246, 246, 0.7);
  }
  .navbar-default .navbar-nav li {
	width:100%;
    margin-left: 0px;
text-align:right;
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
  }
  .navbar-default .navbar-nav .drop-down {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .section-heading-wrapper,
  .section-heading-wrapper-alt {
    margin-bottom: 0px;
  }
  .section-heading-wrapper h2,
  .section-heading-wrapper-alt h2 {
    font-size: 32px;
    font-weight: 400;
  }
  .section-content-block {
    padding: 30px 0;
  scroll-behavior: auto ;
  }
  .section-heading {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 24px;
  scroll-behavior: auto ;
  }
  .section-heading:after,
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    display: none;
  }
  .page-header {
    padding: 80px 0;
  }
  .page-header h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0;
  }
  /*----- HOME SLIDER ----*/
  #slider_1 .slider_item_container {
    min-height: 235px;
  }
  #slider_1 .slider-content {
    top: 50%;
    transform: translateY(-55%);
  }
  #slider_1 .slider-content i.icon:after,
  #slider_1 .slider-content i.icon:before {
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    margin: 40px 0 10px;
  }
  #slider_1 .slider-content h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
  #slider_1 .slider-content h2:after {
    display: none;
  }
  #slider_1 .slider-content h3 {
    display: none;
  }
  #slider_1 .slider-content a.banner-video-icon {
    border: 2px solid #f2f2f2;
    color: #ecb90a;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 55px;
    margin: 70px auto 10px;
  }
  #slider_1 .slider-content a.banner-video-icon > i {
    margin-left: 6px;
  }
  #slider_1 .slider-content a.banner-video-icon:hover {
    border: 2px solid #ecb90a;
  }
  #slider_1 .slider-content .slider-button {
    margin-top: 10px;
  }
  #slider_1 .slider-content .slider-button a.btn-slider {
    font-size: 14px;
    display: inline-block;
    height: 42px;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  /*----- HOME BANNER ----*/
  .section-banner {
    padding: 80px 0px;
  }
  .section-banner .banner-content {
    transform: translateY(-20px);
  }
  .section-banner .banner-content h2 {
    font-size: 32px;
  }
  .section-banner .banner-content h3 {
    display: none;
  }
  .section-banner .banner-content a.btn-slider {
    font-size: 14px;
    display: inline-block;
    height: 42px;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  /*----- PROCESS BLOCK  ----*/
  .process-step-1,
  .process-step-2 {
    margin-bottom: 24px;
  }
  /*----- COUNTER BLOCK ----*/
  .counter-block-1,
  .counter-block-2 {
    margin-bottom: 24px;
  }
  /*----- CTA ----*/
  .cta-layout-01 h4,
  .cta-layout-02 h4,
  .cta-video-box h4 {
    font-size: 24px;
    line-height: 32px;
  }
  /*----- APPOINTMENT FORM ----*/
  .appointment-form-wrapper {
    padding: 0;
    padding-bottom: 24px;
    clear: both;
  }
  .appointment-form-wrapper .appointment-form-heading {
    position: relative;
    background: #ecb90a;
    padding: 12px 24px 18px;
    margin: -1px -1px 48px -1px;
    text-align: center;
  }
  .appointment-form-wrapper .appointment-form-heading h3 {
    margin: 0;
    display: block;
  }
  .appointment-form-wrapper .appointment-form-heading h3:after {
    display: none;
  }
  .appointment-form-wrapper .appointment-form-heading span {
    float: none;
    display: block;
    margin-top: 12px;
  }
  .appointment-form-wrapper .appoinment-form {
    padding: 0 6px;
  }
  /*----- TEAM LAYOUT  ----*/
  .team-layout-1 {
    margin-bottom: 24px;
  }
  /*----- NEWSLETTER LAYOUT  ----*/
  .horizontal-newsletter .news-subscription button {
    font-size: 16px;
    width: 100px;
  }
  /*----- BLOG LAYOUT  ----*/
  .latest-news-container {
    border: 0px solid #CCCCCC;
  }
  .latest-news-container .news-content {
    padding: 12px 16px 24px;
  }
  /*----- FAQ LAYOUT ----*/
  .faq-layout .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  /*----- COUNTDOWN LAYOUT ----*/
  #coming_countdown {
    font-size: 24px;
  }
  #coming_countdown .countdown_container span.count_number {
    font-size: 50px;
    line-height: 40px;
  }
  #coming_countdown .countdown_container span.count_text {
    font-size: 14px;
    line-height: 42px;
  }
  /*----- LOGO LAYOUT ----*/
  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }
  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
  .about-footer {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-widget .footer-useful-links {
    clear: both;
  }
  .footer-widget .footer-useful-links li {

    float: none;
  }
  .footer-intro {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 380px) and (max-width: 480px) {

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 180px !important;
}

#slider_1 .item img {
    display: block;
    width: 100%;
    height: 180px !important;
}


.pesrinimage{
width: 100% !important;
max-width: 100% !important;
}

.footer-widget-area .footer-useful-links li {
    width: 45%;
    float: right !important;
    padding-right: 5px;
    line-height: 35px;
    transition: all 0.5s ease-in-out 0s;
    font-size: 13px;
    text-align: center;
}

.prodblook{
width: 100% !important;
}

.pesrinimage2{
width: auto;
display: block;
max-width: 150px !important;
}

.contactright{
width: 96%;
margin-right: 2%;
float: right;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
}

.contactleft{
width: 96%;
margin-right: 2%;
float: right;
height: auto;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
}


  .xs-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
.codesecurity{
max-width: 118px !important;
}
.main-header a.free-estimate { max-width:200px; float:none; margin:0 auto; margin-bottom:10px !importnat;}
.navbar-default .navbar-nav > li { width:100%;}
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
.pesrinimage{
width: 100% !important;
max-width: 100%;
}

.footer-widget-area .footer-useful-links li {
    width: 45%;
    float: right !important;
    padding-right: 5px;
    line-height: 35px;
    transition: all 0.5s ease-in-out 0s;
    font-size: 13px;
    text-align: center;
}

.prodblook{
width: 100% !important;
}

.pesrinimage2{
width: auto;
display: block;
max-width: 150px !important;
}
  .xs-margin {
    margin-left: 70px;
    margin-right: 70px;
  }
.codesecurity{
max-width: 350px !important;}
.navbar-default .navbar-nav > li { width:100%;}
.main-header a.free-estimate { max-width:200px; float:none; margin:0 auto; margin-bottom:10px !importnat;}

}



}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .xs-margin {
    margin-left: 120px;
    margin-right: 120px;
  }
.codesecurity{
max-width: 350px !important;
}

.navbar-default .navbar-nav > li { width:100%;}



}

.form-control option { background:#f5f5f5; padding:8px;}
/*# sourceMappingURL=styles.css.map */




ul.drop-down li { width:100%;}

a.a-style { color:#492902; text-transform:uppercase; font-size:13px;
display: block;}











/*  L. Parallax
----------------------------*/

.parallax_scroll {

}

.parallax_scroll .overlay {

}

.parallax_scroll h1 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
	padding-top: 40px;
	font-weight: 200;
	margin-bottom: -20px;
}

.parallax_scroll > .row {
	margin-bottom: 40px;
}

.parallax_scroll .row > div {
	text-align: center;
}

.parallax_scroll .row i, .parallax_scroll .row .animate_number {
	display: block;
	font-size: 48px;
	line-height: 52px;
	font-weight: 200;
}

.parallax_parent.design_2 .parallax_scroll {

}

.parallax_parent.design_2 .parallax_scroll .overlay {
background: rgba(0,0,0,0.6);

}

.parallax_parent.design_2 .parallax_scroll h1 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
	padding-top: 40px;
}

.parallax_parent.design_2 .parallax_scroll h3 {
color: #DE8D00;
	margin: 10px 0 0 0;
	letter-spacing: -1px;
	font-size: 17px;
	font-family: "DroidKufi-Regular";
}

.parallax_parent.design_2 .parallax_scroll > .row {
	margin-bottom: 40px;
}

.parallax_parent.design_2 .parallax_scroll .row > div {
    cursor: pointer;
	text-align: center;
	color: #2D2D2D;
    margin-bottom: 20px;
	margin-top: 30px;
}

/*
.parallax_parent.design_2 .parallax_scroll .row > div:hover .owl-nav i { color: #140eef; transform: rotateY(180deg);}

*/
.parallax_parent.design_2 .parallax_scroll .row .owl-nav i {
    transition: all ease-in-out 0.5s;
	display: block;
	font-size: 45px;
	color: #492902;
	line-height: 40px;
}


/* Outline In */
.parallax_parent.design_2 .parallax_scroll .row > div {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

/*
.parallax_parent.design_2 .parallax_scroll .row > div:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #140eef solid 3px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
*/
.parallax_parent.design_2 .parallax_scroll .row > div:hover:before,
.parallax_parent.design_2 .parallax_scroll .row > div:focus:before,
.parallax_parent.design_2 .parallax_scroll .row > div:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}


.parallax_parent.design_2 .parallax_scroll .row .animate_number {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.parallax_parent + footer {
	margin-top: -30px;
}

.parallax_parent.design_2 .parallax_scroll .container {
	padding-top: 0px;
	padding-bottom: 0px;
}


.second-div  { 
overflow: hidden;
margin-bottom: 30px ;
display: inline-block;
width: 90%;
padding: 0px 10px 4px 10px;
background:rgba(0,0,0,0.6);
min-height: 147px;}
.cont-s { width:75%; text-align:right; float:left; height:130px;}
.second-div span {  float:right; width:25%; margin-top:13px; }




.parallax_parent.design_2 { 
background:url(../images/back1.jpg);
background-attachment: fixed;
display: inline-block;
width: 100%;
min-height: 300px;
background-size: cover;
background-position: bottom;
}

.cont-s p { font-size:13px; color:#fff; margin-top:0 !important;}
.parallax_parent.design_2 .owl-item img { padding: 15px;}



.bee { 
max-width: 15%;
position: absolute;
bottom: 0;
opacity: 0;
transition: all ease-in-out 0.8s;
}
/*
.beee:hover img.bee { opacity: 1; top:0;  }*/


.bord-right { position:relative;}
.bord-right:after { opacity:0.4; content:""; width:1px; background:#492902; height:100%; display:block; position:absolute; right:-55px; top:0;}



.margin-ri { margin-right:-95px;}
.about-us-intro { width:85%; margin:0 auto; text-align:center;}






.hreeflink{
color: #DE8D00;
transition: all ease-in-out 0.8s;
}


.hreeflink:hover{
color: #FFD080;
transition: all ease-in-out 0.8s;
}
.owl-carousel .owl-stage {

    z-index: 555555555555555;
}






.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background-color:#FBB419;
}
.about-company-intro a{
	background-color:#FBB419 !important;
}
.about-company-intro a:before{
	border:#FBB419 solid 6px !important;
}
.highlight-box:hover{
	background:#FBB419 !important;
}
.cont-s p{
color: #000 !important;
}
.second-div{
  background-color:#FFF !important;
}
