
/* CSS Document */

/* 
    Created on : 10/10/2016. 
    Theme Name : GARDENFE.
    Description: GARDENFE || Responsive html5 template.
    Version    : 1.0.
    Author     : @TheMazine.
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Click Top  */
/*   02 - Global stlye  */
/*   03 - Header  */
/*   04 - Theme Menu */
/*   05 - Theme Banner */
/*   06 - Years Of Experience */
/*   07 - Avilable Service Tab  */
/*   08 - Our Service  */
/*   09 - Side by Side Banner  */
/*   10 - Project Gallery  */
/*   11 - Our Team  */
/*   12 - Client Slider  */
/*   13 - Latest News  */
/*   14 - Short Contact  */
/*   15 - Google Map  */
/*   16 - Footer  */
/*   17 - Inner Page Banner  */
/*   18 - Sidebar  */
/*   19 - Service Details Page  */
/*   20 - Project Details Page */
/*   21 - Talent Staff  */
/*   22 - FAQ  */
/*   23 - Error Page  */
/*   24 - Contact US  */
/*   25 - Our Blog v2  */
/*   26 - Blog Single Page  */


/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Lora:700,400|Open+Sans:400,400i,600,600i');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----bootstrap Select ----- */
@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----revolution-slider---*/
@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*-----flaticon ----------*/
@import url('../fonts/icon/font/flaticon.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*-------- hover ------*/
@import url('../vendor/hover.css');
/*-------fancy box --------*/
@import url('../vendor/fancy-box/jquery.fancybox.css');
/*----bootstrap Select ----- */
@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----Time-picker---------*/
@import url('../vendor/time-picker/jquery.timepicker.css');


/*________________Preloader_______________ */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg.png);
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 35%;
    width: 250px;
    height: 250px;
    background: url(../images/loading.gif) no-repeat center;
    margin: -32px 0 0 -84px;
    overflow: hidden;
}

/*==================== Click Top ====================*/
.scroll-top {
  width:45px;
  height:45px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  text-align: center;
  color:#fff;
  font-size: 20px;
  display: none;
}
.scroll-top:hover {
  color:#fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

@font-face {
    font-family: 'egyfont';
    src: url(../fonts/myfont.woff);
}

 body {
 	font-family: 'Open Sans', sans-serif;
 	font-weight: normal;
 	color:#777777;
  font-size: 14px;
  position: relative;
 }




.langH {
   font-family: 'egyfont';
    position: fixed;
    bottom: 0;
    color: #fff;
    text-align: center;
    margin-left: 25%;
}

.langH :hover {
    color: #fff;
    background: #333;
    opacity: 0.8;
    
    border-bottom: 2px solid orange;
}





.menutile{
    font-family: 'egyfont';
    color: #333;
    font-size: 10px;
margin-top: 50px;
display: initial;
position: absolute;
margin-left: -30px;
    
}



.circle {
  border-radius: 50%;
  background-color: white;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
      margin-top: -78px;
margin-left: -40px
}


@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}








 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 { font-weight: 700; font-family: 'egyfont', serif; text-transform: uppercase;}
 h1 {font-size: 40px;}
 h1 p{color: #ffff00; margin: 0;}
 h2 {font-size: 46px;}
 h3 {font-size: 36px; color: #333;}
 h4 {font-size: 22px;}
 h5 {font-size: 18px;}
 h6 {font-size: 16px; color: #333; text-align: center;}
 p {line-height: 24px; letter-spacing: 0.4px;}
 ul {list-style-type: none;text-align: right;}
 a {text-decoration: none; display: inline-block; font-weight: 600;text-transform: uppercase;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}

 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


 .clear-fix { clear:both;}
 .clear-fix:after {
 	display: table;
  content: '';
  clear: both;
 }
.tran3s,.theme-button,header.main-header .main-menu .navbar-nav >li:before,
.short-banner .container .opacity .item-wrapper>i,.carousel-indicators li,
.our-service .service-item h5,.our-team .team-member .text>a h6,
.our-team .team-member .text>a span,.our-team .team-member .text>a h6,
.our-team .team-member .text p,.owl-theme .owl-dots .owl-dot span,
.latest-news .text:before,.latest-news .text a h6,.latest-news .text p,
.sidebar .sidebar-service-page ul li a:before,.contact-us-page .dropdown-menu > li,
.sidebar .sidebar-download-item a:before,.contact-us-page .dropdown-menu > li > a span,
.service-details-content .box-wrapper .single-box:hover h5,
.sidebar .sidebar-recent-post .single-post:before {
 	-webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }
.tran4s {
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }
.float-left {float:left;}
.float-right {float:right;}
.round-border {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
a.theme-button,
.theme-button {
  background:  #6aaf08;
  position: relative;
  z-index: 2;
  text-align:  center;
  color:#fff;
  text-transform: uppercase;
  width:170px;
  line-height: 45px;
    
}
.theme-title {
  position: relative;
  text-align: center;
}
.theme-title i {
  display: block;
  margin-bottom: 9px;
}
.theme-title span {
  display: block;
  width:12px;
  height:12px;
  margin: 20px auto 0 auto;
  position: relative;
}
.theme-title span:before,
.theme-title span:after {
  content: '';
  width:44px;
  height:3px;
  position: absolute;
  top:5px;
}
.theme-title span:before {
  right:100%;
  margin-right: 5px;
}
.theme-title span:after {
  left:100%;
  margin-left: 5px;
}
.fancybox-skin {
  padding: 8px !important;
  background: #eeeeee;
  border-radius: 2px;
}
.p-color,header.main-header .main-menu .emg-num i,
header.main-header .main-menu .emg-num:hover,
.short-banner .container .opacity .item-wrapper>i,
.short-banner .container .opacity .item-wrapper:hover a,
#banner .tp-caption a:hover,.year-of-experience .left-side>span>span,
.year-of-experience .right-side .single-item .icon,.avi-service h5:before,
.our-service .service-item:hover .icon,footer .footer-contact ul.social-icon li a:hover,
.side-by-side-banner .left-side .text .single-item .icon,
header.main-header.style-two .top-header .left-side ul li a,.page-paganation li a:hover,
.inner-banner .page-breadcrumb ul li:last-child,.avi-service .extra-feature>ul li i,
.year-of-experience-two .wrapper>span>span,.service-details-content ul.extra-list li i,
.ceo-page .content-box a:hover,.contact-us-page .contact-address .single-box .icon,
.sidebar .sidebar-recent-post .single-post:hover .text a,.sidebar .sidebar-social-icon ul li a:hover,
.our-blog-page .blog-details-page .text-content ul.extra-list li i,
header.main-header .top-header .right-side ul li span i:before,
header.main-header .main-menu .navbar-nav>li.dropdown-holder .sub-menu li a:hover  {
  color:#6aaf08; 
}
.p-color-bg,header.main-header .top-header .left-side ul li a:hover,
.year-of-experience .right-side .single-item:hover .icon,.page-paganation li a,
.carousel-indicators li:hover,.carousel-indicators li.active,
.theme-title span:before,.isotop-menu li.is-checked,.sidebar .sidebar-search form:before,
.theme-title span:after,.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,.latest-news .text:before,
.short-contact .left-side .content p:before,.sidebar .sidebar-download-item a:hover,
header.main-header.style-two .top-header .left-side ul li a:hover,
.sidebar .sidebar-service-page ul li a:hover,.sidebar .sidebar-service-page ul li a:before,
.sidebar .sidebar-service-page ul li.active a,.sidebar .sidebar-download-item a:before,
.sidebar .text-widget .bg-wrapper:before,.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover a,
.contact-us-page .bootstrap-select.btn-group .dropdown-menu li.selected a,.sidebar .sidebar-about p:before,
.sidebar .sidebar-recent-post .single-post:before,.sidebar .sidebar-social-icon ul:before,
.our-blog-page .blog-details-page .share-option ul.share-icon li a:hover,
.our-blog-page .blog-details-page .admin-text ul.share-icon li a:hover {
  background: #6aaf08;
}
/*========================= Header ===================*/
header.main-header {
  position: absolute;
  width:100%;
  top:0;
  left:0;
  right:0;
  z-index: 5;
}
header.main-header .top-header {
  padding: 20px 0 40px 0;
    display: inline-block;
}
header.main-header.style-two .top-header {
  background: transparent;
}
header.main-header .top-header ul li {
  display: inline-block;
}
header.main-header .top-header .left-side ul li a {
  width:42px;
  height:42px;
  text-align: center;
  line-height: 42px;
  background: #edeaea;
  color:#636363;
  margin-right: 5px;
}
header.main-header .top-header .left-side ul li a:hover,
header.main-header.style-two .top-header .left-side ul li a:hover,
header.main-header.style-two .top-header .right-side ul li {
  color:#fff;
}
header.main-header .top-header .right-side ul li {
  vertical-align: middle;
  position: relative;
  padding-right: 52px;
  margin-right: 15px;
}
header.main-header .top-header .right-side ul li:not(:last-child) {
  line-height: 40px;
}
header.main-header .top-header .right-side ul li span {
  display: block;
  position: absolute;
  top:0px;
  right:0;
  width:42px;
  height:42px;
  text-align: center;
  border-radius: 50%;
  line-height: 42px;
  background: #edeaea;
  font-size: 25px;
  line-height: 37px;
}
header.main-header .top-header .right-side ul li span i:before {
  font-size: 20px;
}
/*==========*/
header.main-header.style-two .top-header .left-side ul li a,
header.main-header.style-two .top-header .right-side ul li span {
  background: #fff;
}
/*======================== Theme Menu ====================*/
header.main-header .main-menu {
  margin-top: -20px;
  position: relative;
  z-index: 999;
}
header.main-header .main-menu .logo {
  margin-right: 0px;
}
header.main-header .main-menu .logo a {
  line-height: 100px;
}
header.main-header .main-menu .logo a img {
  display: inline-block;
}
header.main-header .main-menu .emg-num {
  width:240px;
  height: 62px;
  border:1px solid #fff;
  color:#fff;
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 38px;
  padding-top: 25px;
  position: relative;
}
header.main-header .main-menu .emg-num i {
  position: absolute;
  display: block;
  width:35px;
  height: 35px;
  background: #edeaea;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  top:-17px;
  left:50%;
  margin-left: -17px;
  border-radius: 50%;
}
header.main-header .main-menu .emg-num:hover {
  background: #fff;
}
header.main-header .main-menu .container {
  padding: 0 20px !important;
}
header.main-header .main-menu .navbar {
  margin: 0;
  border:0;
  border-radius: 0;
}
header.main-header .main-menu .navbar-nav {
  margin: 0;
}
header.main-header .main-menu .navbar-collapse {
  padding:0;
  box-shadow: none;
}
header.main-header .main-menu .navbar-nav >li {
  margin: 0 17px;
}
header.main-header .main-menu .navbar-nav >li:before {
  content: '';
  width:0;
  height:4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left:0;
}
header.main-header .main-menu .navbar-nav >li a {
  font-family: 'Lora', serif;
  font-weight: 700;
  text-transform: uppercase;
  color:#fff;
  line-height: 120px;
  padding: 0;
}
header.main-header .main-menu .navbar-nav >li:hover a,
header.main-header .main-menu .navbar-nav >li:focus a {
  background: transparent;
}
header.main-header .main-menu .navbar-nav >li.current-page-item:before,
header.main-header .main-menu .navbar-nav >li:hover::before {
  width:100%;
}
.main-menu nav ul li.dropdown-holder .fa {
  display: none;
  line-height: 40px;
  width: 45px;
  font-size: 18px;
  color:#fff;
  position: absolute;
  top:0;
  right: 0;
  text-align: right;
  cursor: pointer;
}
.navbar-toggle {
  float: left;
  border-radius: 0;
  border: 1px solid #fff;
  margin-top: 25px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.main-menu.fixed .navbar-toggle {
  margin-top: 8px;
}
/*=================== Sub Menu ==============*/
header.main-header .main-menu .navbar-nav>li.dropdown-holder .sub-menu {
     font-family: 'egyfont';
  position: absolute;
  right: -20px;
  top:100%;
  width:220px;
  background: #fff;
  opacity:0.2;
  visibility: hidden;
  -ms-transform: scaleY(0); /* IE 9 */
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform: scaleY(0); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
    transform: scaleY(0);
    transform-origin: 0% 0%;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  padding-right:15px;
  text-align: right;
}
.navbar-nav {
    font-family: 'egyfont';
    float: right;
    padding-right:15px;
    font-size: 20px;

}
header.main-header .main-menu .navbar-nav>li.dropdown-holder:hover .sub-menu {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}
header.main-header .main-menu .navbar-nav>li.dropdown-holder .sub-menu li a {
  line-height: 40px;
  color:#6f6f6f;
  padding-left: 20px;
  display: block;
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 1;
  
}
header.main-header .main-menu .navbar-nav>li.dropdown-holder .sub-menu li:last-child a {
  border:none;
}
/* ((((((((((((((((((((( Sticky Menu ))))))))))))))))))))*/
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
header.main-header .main-menu.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  margin:0;
  animation-name: menu_sticky;
  animation-duration: 0.70s;
  animation-timing-function: ease-in-out;
  padding: 0;
}
/*=================== Banner =============*/
#banner h1,#banner p,#banner .tp-caption a {
  color:#fff;
}
#banner {
  overflow: hidden;
clip-path: polygon(0% 0%, 100% 0, 100% 85%, 19% 100%, 0 88%);
    z-index: -5;
}
#banner h1 {
  text-align: center;
    font-size:3.8em;
}
#banner p {
    font-family: 'egyfont';
    margin: 18px;
  font-weight: 600;
  font-size: 1.8em;
  text-transform: uppercase;
  text-align: center;
}
#banner .tp-caption a {
  width:175px;
  line-height: 50px;
  text-align: center;
    font-weight: bold;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
#banner .tp-caption a.contact-button {
  border:1px solid #fff;
}


#main img{ 
    float: right; 
    margin-top: 270px;
    margin-left: 150px;
}
/*===================== Short Banner ==================*/
.short-banner .container {
  background: url(../images/home/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  margin-bottom: 100px;
}
.short-banner.fix {
  margin-top: -120px;
}
.short-banner .container .opacity {
  background: rgba(0,0,0,0.8);
  height:100%;
  text-align: center;
}
.short-banner .container .opacity .item-wrapper {
  padding: 20px 0 30px 0;
}
.short-banner .container .opacity .item-wrapper h4,
.short-banner .container .opacity .item-wrapper p,
.short-banner .container .opacity .item-wrapper a {
  color:#fff;
}
.short-banner .container .opacity .item-wrapper h4 {
  text-transform: uppercase;
  margin: 12px 0 20px 0;
}
.short-banner .container .opacity .item-wrapper>i {
  font-size: 45px;
}
.short-banner .container .opacity .item-wrapper a {
  width:130px;
  line-height: 40px;
  margin-top: 23px;
  border:1px solid transparent;
}
.short-banner .container .opacity .item-wrapper a i {
  margin-left:2px;
}
.short-banner .container .opacity .item-wrapper:hover a {
  border-color: #fff;
}
.short-banner .container .opacity .item-wrapper:hover>i {
  color:#fff;
}

/*===================== Years Of Experience ===============*/
.year-of-experience .left-side {
  width: 48%;
}
.year-of-experience .right-side {
  width:45%;
}
.year-of-experience .left-side>span {
  font-weight: 600;
  text-transform: uppercase;
}
.year-of-experience .left-side>span>span {
  font-size: 70px;
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 60px;
}
.year-of-experience .left-side h2 {
  line-height: 63px;
  margin-top: 6px;
    color: #000;
}
.year-of-experience .left-side p {
  margin: 20px 0 35px 0;
}
.year-of-experience .right-side .single-item {
  position: relative;
  padding-left: 80px;
}
.year-of-experience .right-side .single-item .icon {
  width:62px;
  height:62px;
  background: #edeaea;
  line-height: 62px;
  font-size: 25px;
  text-align:  center;
  position: absolute;
  left:0;
  top:-20px;
  cursor: pointer;
}
.year-of-experience .right-side .single-item .icon i {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.year-of-experience .right-side .single-item p {
  margin: 16px 110px 40px 0;
}
.year-of-experience .right-side .single-item:hover .icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.year-of-experience .right-side .single-item:hover .icon {
  color:#fff;
}
.year-of-experience .right-side h4 {
  margin-bottom: 47px;
}
.year-of-experience .line {
  border-bottom: 1px solid #edeaea;
  padding-bottom: 18px;
  margin-bottom: 60px;
}
.year-of-experience.fix .line {
  border:none;
  margin-bottom: 0;
}
/*================== Avilable Service Tab ================*/
.avi-service {
  padding-bottom: 30px;
}
.avi-service.fix {
  margin-top: 5px;
}
.avi-service h5 {
  background: #edeaea;
  padding: 18px 50px 18px 20px;
  position: relative;
    color: #000;
    text-align: right;
}
.avi-service h5:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 25px;
  position: absolute;
  top:50%;
  right: 20px;
  font-weight: normal;
  -webkit-transform: translate3D(0,-50%,0);
     -moz-transform: translate3D(0,-50%,0);
      -ms-transform: translate3D(0,-50%,0);
       -o-transform: translate3D(0,-50%,0);
          transform: translate3D(0,-50%,0);
    
}
.avi-service .item p {
  margin: 25px 0 22px 0;
    text-align: right;
}
.carousel-indicators li {
  width:14px;
  height:14px;
  background: #edeaea;
  border:2px solid transparent;
  margin: 2px;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
  width:14px;
  height: 14px;
  margin: 2px;
  border-color:#edeaea;
}
.carousel-indicators {
  width:100%;
  left:auto;
  margin: 0;
  bottom: -35px;
}
.avi-service img.float-right {
  margin-top: -40px;
}
.avi-service .extra-feature {
  padding-left: 30px;
}
.avi-service .extra-feature.side-fix {
  padding-left: 0;
  padding-right: 30px;
}
.avi-service .extra-feature .single-count {
  width:33.3333333%;
}
.avi-service .extra-feature .single-count .icon {
  width: 65px;
  height:65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}
.avi-service .extra-feature .single-count .number {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}
.avi-service .extra-feature>ul li {
  display: block;
  line-height: 20px;
  margin-bottom: 18px;
}
.avi-service .extra-feature>p {
  margin: 35px 0 20px 0;
}
.avi-service .extra-feature>ul li i {
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border:1px solid #6aaf08;
  margin-right: 8px;
  vertical-align: middle;
}

.avi-service img{
    padding: 15px;
   border: 1px dashed #000;
    border-radius: 25px;
}
/*======================== Our Service ==============*/
.our-service {
  margin: 15px 0 60px 0;
}
.our-service.fix {
  margin-top: 85px;
    background-color: #f3f3f3;
}
.our-service .row {
  margin-top: 50px;
}
.our-service .service-item {
  position: relative;
  background: #fff;
  padding: 52px 20px 28px 20px;
  text-align: center;
  margin-bottom: 65px;
    border: 1px solid #ccc;
}
.our-service .service-item  p {
  margin: 20px 0 10px 0;
  -webkit-transition: all .15s ease-in-out;
     -moz-transition: all .15s ease-in-out;
      -ms-transition: all .15s ease-in-out;
       -o-transition: all .15s ease-in-out;
          transition: all .15s ease-in-out;
    font-family: 'egyfont';
    font-size: 15px;
    text-align: justify;
    color: #757575;
    font-weight: lighter;
}


.our-service .oval-cut {
    position: absolute;
    left: 0;
   
    width: 100%;
    height: 64px;
    background: url(../images/home/curve-one.png) center top no-repeat;
    z-index: 2;
}





.our-service .service-item:hover  p,
.our-service .service-item:hover a h5 {
  color:#fff;
    text-shadow: #000;
}
.our-service .service-item .icon {
  width:62px;
  height:62px;
  line-height: 62px;
  position: absolute;
  top:-31px;
  left:50%;
  margin-left: -31px;
  border:2px solid #ccc;
  font-size: 22px;
  color:#fff;
}
.our-service .service-item .icon:before {
  border-radius: 50%;
      border:0px solid #ffc20a;
}
.our-service .service-item:hover .icon:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.our-service .p-color-bg2{
    background: #333;
}
.our-service .p-color-bg{
    background: #fff;
  
    
}
.our-service .p-color-bg .fa{
    color: #333;
}
.our-service .p-color-bg .icon{
     border: 1px solid #000;
}
/*====================== Side by Side Banner ==============*/
.side-by-side-banner {
  overflow: hidden;
}
.side-by-side-banner .left-side,
.side-by-side-banner .right-side {
  width: 50%;
  height: 590px;
}
.side-by-side-banner .right-side {
  background: url(../images/home/7.jpg) no-repeat center;
  background-size: cover;
}
.side-by-side-banner .left-side {
  background: url(../images/home/6.jpg) no-repeat center;
  background-size: cover;
}
.side-by-side-banner .left-side .opacity {
  background: rgba(106,175,8,0.75);
  height:100%;
  padding-top: 55px;
}
.side-by-side-banner .left-side .text {
  max-width: 585px;
  padding-right: 60px;
}
.side-by-side-banner .left-side .text h4,
.side-by-side-banner .left-side .text p,
.side-by-side-banner .left-side .text h6 {
  color:#fff;
}
.side-by-side-banner .left-side .text .single-item {
  position: relative;
  padding-left: 70px;
}
.side-by-side-banner .left-side .text .single-item .icon {
  width:50px;
  height:50px;
  background: #fff;
  line-height: 50px;
  font-size: 22px;
  text-align:  center;
  position: absolute;
  left:0;
  top:-15px;
  cursor: pointer;
}
.side-by-side-banner .left-side .text .single-item .icon i {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.side-by-side-banner .left-side .text .single-item p {
  margin: 14px 205px 20px 0;
}
.side-by-side-banner .left-side .text .single-item:hover .icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/*===================== Project Gallery ================*/
.project-gallery {
  margin: 115px 0 85px 0;
}
.project-gallery.fix {
  margin: 55px 0 85px 0;
}
.project-gallery.top-margin-fix{
  margin: -55px 0 85px 0;
}
.isotop-menu {
  text-align: center;
  margin: 60px 0 60px 0;
}
.isotop-menu li {
  display: inline-block;
  line-height: 36px;
  padding: 0 18px;
  background: #edeaea;
  cursor: pointer;
  margin: 8px 9px;
  text-transform: uppercase;
}
.isotop-menu li span {
  display: block;
  border-radius: 50%;
  background: #fff;
  width:28px;
  height:28px;
  border:1px solid #cfcdcd;
  line-height: 28px;
  font-weight: 600;
  position: absolute;
  top:0px;
  left:50%;
  margin-left: -14px;
  color:#636363;
  opacity: 0;
}
.isotop-menu li.is-checked span {
  top:-20px;
  opacity: 1;
}
.isotop-menu li.is-checked {
  color:#fff;
}
#isotop-wrapper .isotop-item {
  padding: 0 15px 30px 15px;
  width: 33.333333%;
}
#isotop-wrapper .isotop-item.item-big {
  width: 66.66666667%;
}
#isotop-wrapper .isotop-item .item {
  position: relative;
}
#isotop-wrapper .isotop-item .item .opacity  {
  position: absolute;
  top:10px;
  left:10px;
  right: 10px;
  bottom: 10px;
  background: rgba(106,175,8,0.8);
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
#isotop-wrapper .isotop-item .item .opacity>div {
  display: table;
  text-align: center;
  width:100%;
  height:100%;
}
#isotop-wrapper .isotop-item .item .opacity>div>div {
  display: table-cell;
  vertical-align: middle;
}
#isotop-wrapper .isotop-item .item .icon {
  width: 53px;
  height:53px;
  background: #fff;
  line-height: 53px;
  font-size: 16px;
  margin: 0 auto 0 auto;
  opacity: 0;
  -webkit-transform: translate3D(0,-80%,0);
     -moz-transform: translate3D(0,-80%,0);
      -ms-transform: translate3D(0,-80%,0);
       -o-transform: translate3D(0,-80%,0);
          transform: translate3D(0,-80%,0);
  -webkit-transition-delay: .3s;
     -moz-transition-delay: .3s;
      -ms-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
#isotop-wrapper .isotop-item .item .icon a {
  display: block;
  color:#636363;
}
#isotop-wrapper .isotop-item .item p {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color:#fff;
  margin-top: 5px;
}
#isotop-wrapper .isotop-item .item span {
  font-size: 13px;
  color:#fff;
  display: block;
}
#isotop-wrapper .isotop-item .item:hover .opacity {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#isotop-wrapper .isotop-item .item p,
#isotop-wrapper .isotop-item .item span {
  opacity: 0;
  -webkit-transform: translate3D(0,80%,0);
     -moz-transform: translate3D(0,80%,0);
      -ms-transform: translate3D(0,80%,0);
       -o-transform: translate3D(0,80%,0);
          transform: translate3D(0,80%,0);
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
  -webkit-transition-delay: .3s;
     -moz-transition-delay: .3s;
      -ms-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
#isotop-wrapper .isotop-item .item:hover p,
#isotop-wrapper .isotop-item .item:hover span,
#isotop-wrapper .isotop-item .item:hover .icon {
  opacity: 1;
  -webkit-transform: translate3D(0,0,0);
     -moz-transform: translate3D(0,0,0);
      -ms-transform: translate3D(0,0,0);
       -o-transform: translate3D(0,0,0);
          transform: translate3D(0,0,0);
}

/*================ Our Team ==============*/
.our-team .team-member {
  margin-top: 55px;
}
.our-team.single-team-page .team-member {
  margin-top: 0;
  margin-bottom: 30px;
}
.our-team.fix {
  margin-top: 118px;
  margin-bottom: 120px;
}
.our-team .team-member .text {
  background: #edeaea;
  text-align: center;
  padding: 28px 20px 10px 20px;
    border-bottom: 2px solid #ccc;
    z-index: 5;
    font-family: 'egyfont';
}
.our-team .team-member .text>a {
  display: block;
}
.our-team p{
    height: 150px;
    text-align: justify;
}
.our-team .team-member:hover .text>a h6,
.our-team .team-member:hover .text>a span,
.our-team .team-member:hover .text p {
  color:#fff;
   
}
.our-team h6{
    color: #337ab7;
    font-size: 20px;
}
.our-team .team-member .text>a h6,
.our-team .team-member .text>a span {
  text-transform: uppercase;
}
.our-team .team-member .text>a span {
  display: block;
  color:#636363;
  margin: 8px 0 14px 0;
  letter-spacing: 0.6px;
}
.our-team .team-member .text ul li {
  display: inline-block;
}
.our-team .team-member .text ul li a {
  font-size: 16px;
  color:#777777;
  margin: 21px 5px;
}
.our-team .team-member:hover .hvr-sweep-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.our-team a {
    color: #ccc;
    padding: 5px;
}
.our-team :hover {
    color: #000;
}

.zoom {

  transition: transform .2s; /* Animation */

  margin: 0 auto;
   
}

.zoom:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
     z-index: 999999;
}

/*=================== Client Slider ==============*/
.client-slider {
  background: url(../images/home/8.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  margin: 150px 0 0 0;
clip-path: polygon(0 8%, 100% 0, 100% 89%, 0 100%);
    
    margin-top: -50px;
}
.client-slider .opacity {
  background: rgba(0,0,0,0.8);
  height:100%;
  text-align: center;
  padding: 55px 0 58px 0;
}
.client-slider .opacity h3,
.client-slider .opacity p {
  color:#fff;

}
.client-slider .opacity h3 {
  margin-bottom: 18px;
}
.client-slider .opacity .item p {
  padding: 75px 50px 50px 50px;
  width:63%;
  margin: 0 auto 40px auto;
  position: relative;
     font-family: 'egyfont';
      
border: 0px dotted #fff;
    
      outline: 1px dotted white;
  outline-offset: 5px;
border-radius: 20px;
background: #08af6ac7;
}
.client-slider .opacity .item span {
  display: block;
  width:65px;
  height:65px;
  line-height: 65px;
  background: #fff;
  color: #777777;
  font-size: 40px;
  position: absolute;
  top:-32px;
  left:50%;
  margin-left: -32px;
    font-family: 'egyfont';
}

.item span :hover {

  color: #fff;

padding:10px;
  background: #08af6ac7;
border-radius: 50%;

}

.client-slider .opacity .item {
  margin: 80px 0 15px 0;
}
.client-slider .opacity .item img {
  margin: 0 auto;
  width:80px;
  height:80px;
    border: 0px solid #333;
}
.client-slider .opacity .item h6 {
  color:yellow;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  margin: 12px 0 0 0;
}

.client-slider h5 {
  color:#fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  margin: 12px 0 0 0;
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width:15px;
  height:8px;
  background: #fff;
  padding: 0;
  border-radius: 0;
  margin: 2px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width:25px;
}
/*================== Latest News ===============*/
.latest-news {
  background: #f9f9f9;
  padding: 115px 0 110px 0;
}
.latest-news.fix {
  margin-top: -120px;
  margin-bottom: -100px;
  padding-top: 120px;
  padding-bottom: 90px;
}
.latest-news.fix .single-news {
  margin-top: 0;
  margin-bottom: 30px;
}
.latest-news .row {
  overflow: hidden;
}
.latest-news .single-news {
  margin-top: 55px;
  margin-bottom: 10px;
}
.latest-news .text {
  background: #fff;
  padding: 47px 20px 58px 40px;
  position: relative;
  z-index: 1;
    border: 1px dotted #ccc;
    height: 200px;
    
}
.latest-news .text a {
  display: block;
  margin-bottom: 22px;
}
.latest-news .single-news .img {
  position: relative;
  overflow: hidden;
  background: #6aaf08;
}
.latest-news .single-news .img img {
  -webkit-transition: all .6s linear;
     -moz-transition: all .6s linear;
      -ms-transition: all .6s linear;
       -o-transition: all .6s linear;
          transition: all .6s linear;
}
.latest-news .single-news:hover .img img {
  opacity: 0.5;
  -webkit-transform: scale3d(1.1,1.1,1);
     -moz-transform: scale3d(1.1,1.1,1);
      -ms-transform: scale3d(1.1,1.1,1);
       -o-transform: scale3d(1.1,1.1,1);
          transform: scale3d(1.1,1.1,1);
}
.latest-news .text:before {
  content: '';
  width:100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left:0;
  z-index: -1;
}
.latest-news .single-news:hover .text:before {
  height:100%;
}
.latest-news .single-news:hover h6,
.latest-news .single-news:hover p {
  color:#fff;
}
/*==================== Short Contact ==============*/
.short-contact .float-left {
  width:50%;
  height:290px;
  background-size: cover;
}
.short-contact.fix {
  margin-top: 100px;
}
.short-contact .left-side {
  background: url(../images/home/10.jpg) no-repeat center;
  background-size: cover;
}
.short-contact .left-side .opacity {
  background:rgba(0,0,0,0.8);
  height:100%;
}
.short-contact .content {
  max-width: 585px;
  min-width: auto;
  padding-top: 47px;
}
.short-contact .content h4,.short-contact .right-side i,
.short-contact .content p,.short-contact .content a {
  color:#fff;
    width: 100%;
    padding: 5px;
}
.short-contact .opacity :hover {
  color:#fff;
    width: 110%;
  transition: 0.2;
    transition-delay: 1;
}
.short-contact .content h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.short-contact .left-side .content p {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.short-contact .left-side .content p:before {
  content: '';
  width:65px;
  height:4px;
  position: absolute;
  bottom: 0;
  left:0;
}
.short-contact .right-side .content {
  padding-left: 60px;
}
.short-contact .right-side i {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 20px 0 13px 0;
}
.short-contact .right-side a {
  width:240px;
  line-height: 54px;
  height: 54px;
  text-align: center;
  border: 1px solid #fff;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 22px;
  vertical-align: middle;
}
.short-contact .right-side a.fill {
  background: #fff;
  color:#636363;
  font-size: 16px;
  margin-left: 13px;
}
.short-contact .right-side a:hover,
.short-contact .left-side a:hover {
  color:#636363; 
}
.short-contact .right-side a.fill:hover {
  color:#fff; 
}
/*============== Google Map ==============*/
#google-map-area {
  height: 450px;
}
#contact-google-map {
  height: 100%;
  width: 100%;
}
/*=================== Footer ===============*/
.style-two p{
font-family: 'egyfont';
    text-align: justify;
 
}
footer {
  position: relative;
  margin-top: -100px;
  z-index: 99;
}
footer.style-two>.container>div {
  background: url(../images/home/footer.jpg) no-repeat center;
background-attachment: fixed;
  background-size: cover;
background:rgba(35, 36, 44, 0.95);
clip-path: polygon(100% 7%, 100% 100%, 0 100%, 0 0);
    
    
    -webkit-box-shadow: 1px -1px 5px 14px rgba(0,0,0,0.21);
-moz-box-shadow: 1px -1px 5px 14px rgba(0,0,0,0.21);
box-shadow: 1px -1px 5px 14px rgba(0,0,0,0.21);
    
    
  
    
}
footer.style-two .top-footer {
  background: rgba(35, 36, 44,0.8);
    clip-path: polygon(100% 7%, 100% 100%, 0 100%, 0 0);
    

    
}
footer .top-footer {
  padding: 50px 35px 20px 35px;
}
footer .footer-logo {
  width: 29%;
    text-align: center;
}
.footer-logo img{
    text-align: center;
	margin: 0 10px;
}

footer p,footer h6,footer h5,footer .footer-recent-post ul li a,
footer .footer-service ul li a,footer .footer-contact ul li,
footer .footer-contact ul.social-icon li a,
footer .bottom-footer a {
  color:#fff;
}
footer h5 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
footer .footer-logo p {
  margin: 25px 0 35px 0;
}
footer h6 {
  font-size: 15px;
  text-transform: uppercase;
}
footer .footer-logo form {
  margin-top: 15px;
  position: relative;
  background: #fff;
  height: 45px;
}
footer .footer-logo form input {
  width:100%;
  height: 100%;
  padding: 0 55px 0 20px;
  border:none;
}
footer .footer-logo form button {
  height:100%;
  width:53px;
  background: #f2f2f2;
  position: absolute;
  top:0;
  right: 0;
}
footer .footer-recent-post {
  width: 24%;
  padding-left: 50px;
}
footer .footer-recent-post ul li a {
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 25px;
}
footer .footer-recent-post ul li a span {
  font-size: 13px;
  font-weight: normal;
  color:#e3e3e3;
  display: block;
  margin-top: 5px;
}
footer .footer-service {
  width: 33%;
  padding-left: 120px;
    padding-right: 50px;
}
footer .footer-service ul li a {
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: capitalize;
    font-family: 'egyfont';
}
footer .footer-service ul li a:hover {
    color: #6aaf08;
}
footer .footer-service h5, .footer-contact h5{
    color: #f19c30;
    text-align: center;
}
footer .footer-service ul li a i {
  font-size: 12px;
  margin-right: 8px;
}
footer .footer-contact {
  
  padding-left: 30px;
}
footer .footer-contact ul.address-list li {
  display: block;
  position: relative;
  line-height: 24px;
  margin-bottom: 13px;
  padding-right: 40px;
}
footer .footer-contact ul.address-list li i {
  position: absolute;
  top:4px;
  right:0;
  font-size: 16px;
padding-right: 15px;
}
footer .footer-contact ul.address-list li i.fa-map-marker {
  font-size: 20px;
}
footer .footer-contact ul.social-icon li {
  display: inline-block;
  margin-right: 2px;
}
.social-icon li a {
  width:45px;
  height: 45px;
  text-align: center;
  border:2px solid #fff;
  line-height: 40px;
  margin-top: 22px;
    color: white;
    background: #333;
    opacity: 0.8;
    z-index: 99999;
    font-size: 15px;
}
.social-icon li :hover {
  background: #fff;
    border:0px solid orange;
    color: #333;
}
footer .bottom-footer {
  background: #1E1F26;
  padding: 15px 0;
  text-align: center;
    
   
}
footer .bottom-footer p {
}


#distbar{
height: 50px;
width: 100%;
margin: 1px auto;
background-color: #212B38;

    
padding: 0 5px;
position: fixed;
overflow: hidden;
z-index: 9999999;
bottom: 0;
}

#par {
  font-family:sans-serif;
  color:#F9F7F7;
  position: absolute;
  
}


.onoffswitch3
{
    font-family: 'egyfont';
 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    
padding: 5px 5px;
position: fixed;
overflow: hidden;

bottom: -10px;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'egyfont', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
   background-color: #1E1F26;
    color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #333; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #6aaf08; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    font-family: 'egyfont';
    color: #fff;
}









/*========================= Inner Page Banner ================*/
.inner-banner {
  
      background: url(../images/home/slide-1.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
       clip-path: polygon(50% 0%, 100% 0, 100% 79%, 75% 100%, 25% 100%, 0 79%, 0 0);
 
}
.inner-banner .banner-bg {

}
.inner-banner .opacity {
  background: rgba(0,0,0,0.0);
  height: 100%;
  text-align: center;
  padding: 40px 0 85px 0;
}
.inner-banner .opacity h3 {
  text-transform: uppercase;
  color:#fff;
}
.inner-banner .page-breadcrumb {
  background: #6aaf08;
}
 .inner-banner ul {list-style-type: none; text-align: center;}
.inner-banner .page-breadcrumb ul li {
  display: inline-block;
  margin: 15px 5px 15px 0;
  color:#fff;
    font-family: 'egyfont';
    font-size: 15px;
}
.inner-banner .page-breadcrumb ul li a {
  color:#000;
  font-weight: normal;
  text-transform: capitalize;
    font-family: 'egyfont';
    font-size: 15px;
}

.inner-banner2 {
 margin-bottom: 80px;
    background: url(../images/home/c1.jpg) no-repeat center; 
   
    background-size: cover;
}
.inner-banner2 .opacity h3 {text-transform: uppercase; color:#fff; }
.inner-banner2 .opacity { background: rgba(0,0,0,0.64); height: 100%; text-align: center; padding: 130px 0 115px 0;}
.inner-banner2 .page-breadcrumb { background: #f2f2f2;}
 .inner-banner2 ul {list-style-type: none; text-align: center;}
.inner-banner2 .page-breadcrumb ul li {display: inline-block;margin: 15px 5px 15px 0;color:#777777; font-family: 'egyfont'; font-size: 15px;}
.inner-banner2 .page-breadcrumb ul li a {color:#000;font-weight: normal; text-transform: capitalize; font-family: 'egyfont'; font-size: 15px;}
.inner-banner2 .opacity h3 {text-transform: uppercase; color:#fff; 
 text-shadow: 2px 2px #ccc;
}

.inner-banner3 {
 margin-bottom: 150px;
    background: url(../images/home/c3.jpg) no-repeat center; 
   clip-path: polygon(50% 0%, 100% 0, 100% 79%, 75% 100%, 25% 100%, 0 79%, 0 0);
  
    
-webkit-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
}
.inner-banner3 .opacity h3 {text-transform: uppercase; color:#fff; }
.inner-banner3 .opacity { height: 100%; text-align: center; padding: 250px 0 115px 0;}
.inner-banner3 .page-breadcrumb { background: #6aaf08; margin: 15px auto; padding: 0px 15px;}
 .inner-banner3 ul {list-style-type: none; text-align: center;}
.inner-banner3 .page-breadcrumb ul li {display: inline-block;margin: 15px 5px 15px 0;color:#777777; font-family: 'egyfont'; font-size: 15px;}
.inner-banner3 .page-breadcrumb ul li a {color:#373737;font-weight: normal; text-transform: capitalize; font-family: 'egyfont'; font-size: 15px;}
.inner-banner3 .opacity h3 {text-transform: uppercase; color:#fff; 
margin: auto;
padding: 10px 0;
    width: 300px;
    background-color: #3333337d;
    text-shadow: 20px;
    
border-radius: 21px 21px 21px 21px;
-moz-border-radius: 21px 21px 21px 21px;
-webkit-border-radius: 21px 21px 21px 21px;
border: 1px dashed #fff;  
   
    
    
}


.inner-banner4 {
 margin-bottom: 150px;
    background: url(../images/home/c4.jpg) no-repeat center; 
   clip-path: polygon(50% 0%, 100% 0, 100% 79%, 75% 100%, 25% 100%, 0 79%, 0 0);
  
    
    
-webkit-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
}
.inner-banner4 .opacity h3 {text-transform: uppercase; color:#fff; }
.inner-banner4 .opacity { height: 100%; text-align: center; padding: 250px 0 115px 0;}
.inner-banner4 .page-breadcrumb { background: #6aaf08; margin: 15px auto; padding: 0px 15px;}
 .inner-banner4 ul {list-style-type: none; text-align: center;}
.inner-banner4 .page-breadcrumb ul li {display: inline-block;margin: 15px 5px 15px 0;color:#777777; font-family: 'egyfont'; font-size: 15px;}
.inner-banner4 .page-breadcrumb ul li a {color:#373737;font-weight: normal; text-transform: capitalize; font-family: 'egyfont'; font-size: 15px;}
.inner-banner4 .opacity h3 {text-transform: uppercase; color:#fff; 
margin: auto;
padding: 10px 0;
    width: 300px;
    background-color: #3333337d;
    text-shadow: 20px;
    
border-radius: 21px 21px 21px 21px;
-moz-border-radius: 21px 21px 21px 21px;
-webkit-border-radius: 21px 21px 21px 21px;
border: 1px dashed #fff;  
   
    
    
}



.inner-banner5 {
 margin-bottom: 150px;
    background: url(../images/home/c5.jpg) no-repeat center; 
   clip-path: polygon(50% 0%, 100% 0, 100% 79%, 75% 100%, 25% 100%, 0 79%, 0 0);
  
    
-webkit-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
}
.inner-banner5 .opacity h3 {text-transform: uppercase; color:#fff; }
.inner-banner5 .opacity { height: 100%; text-align: center; padding: 250px 0 115px 0;}
.inner-banner5 .page-breadcrumb { background: #6aaf08; margin: 15px auto; padding: 0px 15px;}
 .inner-banner5 ul {list-style-type: none; text-align: center;}
.inner-banner5 .page-breadcrumb ul li {display: inline-block;margin: 15px 5px 15px 0;color:#777777; font-family: 'egyfont'; font-size: 15px;}
.inner-banner5 .page-breadcrumb ul li a {color:#373737;font-weight: normal; text-transform: capitalize; font-family: 'egyfont'; font-size: 15px;}
.inner-banner5 .opacity h3 {text-transform: uppercase; color:#fff; 
margin: auto;
padding: 10px 0;
    width: 300px;
    background-color: #3333337d;
    text-shadow: 20px;
    
border-radius: 21px 21px 21px 21px;
-moz-border-radius: 21px 21px 21px 21px;
-webkit-border-radius: 21px 21px 21px 21px;
border: 1px dashed #fff;  
   
    
    
}


.inner-banner6 {
 margin-bottom: 150px;
    background: url(../images/home/c6.jpg) no-repeat center; 
   clip-path: polygon(50% 0%, 100% 0, 100% 79%, 75% 100%, 25% 100%, 0 79%, 0 0);
  
    
-webkit-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
}
.inner-banner6 .opacity h3 {text-transform: uppercase; color:#fff; }
.inner-banner6 .opacity { height: 100%; text-align: center; padding: 250px 0 115px 0;}
.inner-banner6 .page-breadcrumb { background: #6aaf08; margin: 15px auto; padding: 0px 15px;}
 .inner-banner6 ul {list-style-type: none; text-align: center;}
.inner-banner6 .page-breadcrumb ul li {display: inline-block;margin: 15px 5px 15px 0;color:#777777; font-family: 'egyfont'; font-size: 15px;}
.inner-banner6 .page-breadcrumb ul li a {color:#373737;font-weight: normal; text-transform: capitalize; font-family: 'egyfont'; font-size: 15px;}
.inner-banner6 .opacity h3 {text-transform: uppercase; color:#fff; 
margin: auto;
padding: 10px 0;
    width: 300px;
    background-color: #3333337d;
    text-shadow: 20px;
    
border-radius: 21px 21px 21px 21px;
-moz-border-radius: 21px 21px 21px 21px;
-webkit-border-radius: 21px 21px 21px 21px;
border: 1px dashed #fff;  
   
    
    
}



.inner-banner7 {
 margin-bottom: 150px;
    background: url(../images/home/c7.jpg) no-repeat center; 
   clip-path: polygon(50% 0%, 100% 0, 100% 79%, 75% 100%, 25% 100%, 0 79%, 0 0);
  
    
-webkit-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
}
.inner-banner7 .opacity h3 {text-transform: uppercase; color:#fff; }
.inner-banner7 .opacity { height: 100%; text-align: center; padding: 250px 0 115px 0;}
.inner-banner7 .page-breadcrumb { background: #6aaf08; margin: 15px auto; padding: 0px 15px;}
 .inner-banner7 ul {list-style-type: none; text-align: center;}
.inner-banner7 .page-breadcrumb ul li {display: inline-block;margin: 15px 5px 15px 0;color:#777777; font-family: 'egyfont'; font-size: 15px;}
.inner-banner7 .page-breadcrumb ul li a {color:#373737;font-weight: normal; text-transform: capitalize; font-family: 'egyfont'; font-size: 15px;}
.inner-banner7 .opacity h3 {text-transform: uppercase; color:#fff; 
margin: auto;
padding: 10px 0;
    width: 300px;
    background-color: #3333337d;
    text-shadow: 20px;
    
border-radius: 21px 21px 21px 21px;
-moz-border-radius: 21px 21px 21px 21px;
-webkit-border-radius: 21px 21px 21px 21px;
border: 1px dashed #fff;  
       
}



.inner-banner8 {
 margin-bottom: 150px;
    background: url(../images/home/c8.jpg) no-repeat center; 
   clip-path: polygon(50% 0%, 100% 0, 100% 79%, 75% 100%, 25% 100%, 0 79%, 0 0);
  
    
-webkit-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
box-shadow: 3px 0px 38px 6px rgba(0,0,0,0.31);
}
.inner-banner8 .opacity h3 {text-transform: uppercase; color:#fff; }
.inner-banner8 .opacity { height: 100%; text-align: center; padding: 250px 0 115px 0;}
.inner-banner8 .page-breadcrumb { background: #6aaf08; margin: 15px auto; padding: 0px 15px;}
 .inner-banner8 ul {list-style-type: none; text-align: center;}
.inner-banner8 .page-breadcrumb ul li {display: inline-block;margin: 15px 5px 15px 0;color:#777777; font-family: 'egyfont'; font-size: 15px;}
.inner-banner8 .page-breadcrumb ul li a {color:#373737;font-weight: normal; text-transform: capitalize; font-family: 'egyfont'; font-size: 15px;}
.inner-banner8 .opacity h3 {text-transform: uppercase; color:#fff; 
margin: auto;
padding: 10px 0;
    width: 300px;
    background-color: #3333337d;
    text-shadow: 20px;
    
border-radius: 21px 21px 21px 21px;
-moz-border-radius: 21px 21px 21px 21px;
-webkit-border-radius: 21px 21px 21px 21px;
border: 1px dashed #fff;  
   
    
    
}

/*===================== Years Of Experience Two ===============*/
.year-of-experience-two .wrapper {
  padding-left: 270px;
  margin: 0 auto;
}
.year-of-experience-two .wrapper>span {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: -86px;
}
.year-of-experience-two .wrapper>span>span {
  font-size: 70px;
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 60px;
}
.year-of-experience-two .wrapper h2 {
  line-height: 53px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.year-of-experience-two .wrapper p {
  margin: 28px 0 45px 0;
  width: 65%
}
.year-of-experience-two .wrapper a {
  margin-right: 15px;
}
/*==================== Sidebar ===============*/
.sidebar .wrapper-right {
  padding-right: 30px;
}
.sidebar .wrapper-left {
  padding-left: 30px;
}
.sidebar .sidebar-widget {
  padding: 30px 0 30px 33px;
  border-left:2px solid #edeaea;
  margin-bottom: 40px;
  height: 600px;
  overflow: auto;
}
.sidebar .sidebar-service-page ul li a,
.sidebar .sidebar-download-item a {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  color:#636363;
  padding: 16px 25px 16px 20px;
  background: #edeaea;
  margin-bottom: 10px;
  position: relative;
}
.sidebar .sidebar-service-page ul li:last-child a,
.sidebar .sidebar-download-item a:last-child {
  margin: 0;
}
.sidebar .sidebar-service-page ul li a:hover,
.sidebar .sidebar-service-page ul li.active a,
.sidebar .sidebar-download-item a:hover,
.sidebar .sidebar-download-item a:hover i {
  color:#fff;
}
.sidebar .sidebar-service-page ul li a:before,
.sidebar .sidebar-download-item a:before,
.sidebar .text-widget .bg-wrapper:before,
.sidebar .sidebar-about p:before,
.sidebar .sidebar-search form:before,
.sidebar .sidebar-recent-post .single-post:before,
.sidebar .sidebar-social-icon ul:before {
  content: '';
  position: absolute;
  left:-33px;
  top:0;
  height:100%;
  width: 0;
}
.sidebar .sidebar-service-page ul li a:hover:before,
.sidebar .sidebar-service-page ul li.active a:before,
.sidebar .sidebar-download-item a:hover:before,
.sidebar .sidebar-about p:before,
.sidebar .sidebar-search form:before,
.sidebar .sidebar-recent-post .single-post:hover:before,
.sidebar .sidebar-social-icon ul:before {
  width: 6px;
}
.sidebar .sidebar-service-page ul li a i {
  float:right;
  padding-top: 2px;
  opacity: 0;
}
.sidebar .sidebar-service-page ul li a:hover i,
.sidebar .sidebar-service-page ul li.active a i {
  opacity: 1;
}
.sidebar .sidebar-download-item a i {
  float:right;
  padding-top: 2px;
}
.sidebar .text-widget .bg-wrapper {
  background: url(../images/gallery/3.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.sidebar .text-widget .bg-wrapper .overlay {
  background: rgba(106,175,8,0.8);
  height: 100%;
  padding: 40px 20px;
  text-align: center;
}
.sidebar .text-widget .bg-wrapper p,
.sidebar .text-widget .bg-wrapper h3 {
  color:#fff;
}
.sidebar .text-widget .bg-wrapper h3 {
  margin-top: 10px;
}
.sidebar .text-widget .bg-wrapper:before {
  width: 6px;
}
.sidebar .sidebar-about p {
  background: #fff;
  padding: 20px 10px 20px 25px;
  position: relative;
}
.sidebar .sidebar-widget h5 {
  margin-bottom: 35px;
  margin-top:-33px;
}
.sidebar .sidebar-search form {
  position: relative;
  height:55px;
}
.sidebar .sidebar-search form input {
  width:100%;
  height:100%;
  border:none;
  background: #edeaea;
  padding: 0 40px 0 15px;
}
.sidebar .sidebar-search form button {
  width:38px;
  height: 100%;
  background: transparent;
  position: absolute;
  top:0;
  right: 0;
  font-size: 18px;
  color:#636363;
  text-align: left;
  padding-left: 5px;
}
.sidebar .sidebar-recent-post .text {
  width: 70%;
  padding-left: 20px;
  padding-top: 5px;
}
.sidebar .sidebar-recent-post .single-post .text a {
  display: block;
  font-size: 16px;
  color:#292929;
  margin-bottom: 10px;
  text-transform: none;
}
.sidebar .sidebar-recent-post .single-post .text i {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.sidebar .sidebar-recent-post .single-post {
  position: relative;
  margin-bottom: 20px;
}
.sidebar .sidebar-social-icon ul {
  background: #fff;
  padding: 27px 0;
  text-align: center;
  position: relative;
}
.sidebar .sidebar-social-icon ul li {
  display: inline-block;
  margin: 0 8px;
}
.sidebar .sidebar-social-icon ul li a {
  font-size: 18px;
  color:#636363;
}







.holder {
  width: 100%;
  height: 100%;
  position: relative
}

.frame {
  width: 100%;
  height: 100%;
  background-color: blue;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: red;
    opacity: 0;
}




/*==================== Service Details Page ===============*/
.service-details-page .service-details-content,
.project-details-content {
  padding-top: 0px;
}
.service-details-page .service-details-content p.m1 {
  margin: 53px 0 40px 0;
}
.service-details-page .service-details-content p.m2 {
  margin: 18px 0 68px 0;
}
.service-details-content .box-wrapper .single-box {
  background: #edeaea;
  border:2px solid #6aaf08;
  text-align: center;
  position: relative;
  padding: 50px 10px 35px 10px;
  margin-bottom: 40px;
}
.service-details-content .box-wrapper .single-box p {
  margin-top: 20px;
}
.service-details-content .box-wrapper .single-box:hover h5 {
  color:red;
}
.service-details-page h5 {
    color:brown;
}
.service-details-content .box-wrapper .single-box .icon {
  width:62px;
  height:62px;
  line-height: 62px;
  color:#fff;
  font-size: 22px;
  position: absolute;
  top:-31px;
  left:50%;
  margin-left: -31px;
}
.service-details-content ul.extra-list li {
  display: block;
  line-height: 20px;
  margin-bottom: 18px;
}
.service-details-content ul.extra-list li i {
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border:1px solid #6aaf08;
  margin-right: 8px;
  vertical-align: middle;
}
.service-details-content ul.pfix {
  padding-left: 225px;
  margin-bottom: 40px;
}
.service-details-page .service-details-content p.m3 {
  margin: 18px 0 20px 0;
}
.service-details-page .service-details-content p.m4 {
  margin: 18px 0 37px 0;
}
.service-details-content ul.space-fix {
  padding-left: 20px;
  margin-top: 80px;
}
.service-details-page .service-details-content p.m5 {
  margin-top: 25px;
}
/*==================== Project Details Page ===============*/
.project-details-page .project-details-content>div>img {
  margin-bottom: 45px;
}
.project-details-page .project-details-content p.m1 {
  margin: 18px 0 30px 0;
}
.project-details-page .project-details-content p.m2 {
  margin: 18px 0 28px 0;
}
.project-details-page .project-details-content p.m3 {
  margin: 18px 0 53px 0;
}
.project-details-page .project-details-content p.m4 {
  margin: 30px 0;
}
.project-details-page .project-details-content .table-sheet li {
  line-height: 30px;
  color:#292929;
}
.project-details-page .project-details-content .table-sheet li span {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.project-details-page .project-details-content .table-sheet {
  margin-bottom: 27px;
}
.project-details-content .box-wrapper .single-box {
  background: #edeaea;
  border:2px solid #6aaf08;
  text-align: center;
  position: relative;
  padding: 50px 10px 35px 10px;
  margin-bottom: 40px;
}
.project-details-content .box-wrapper .single-box p {
  margin-top: 20px;
}
.project-details-content .box-wrapper .single-box:hover h5 {
  color:#fff;
}
.project-details-content .box-wrapper .single-box .icon {
  width:62px;
  height:62px;
  line-height: 62px;
  color:#fff;
  font-size: 22px;
  position: absolute;
  top:-31px;
  left:50%;
  margin-left: -31px;
}
.project-details-content ul.extra-list li {
  display: block;
  line-height: 20px;
  margin-bottom: 18px;
}
.project-details-content ul.extra-list li i {
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border:1px solid #6aaf08;
  margin-right: 8px;
  vertical-align: middle;
}
/*================== Talent Staff ================*/
.most-talent-staff {
  margin-top: 45px;
}
.most-talent-staff .team-member {
  margin-top: 45px;
  min-height: 450px;
}
.most-talent-staff .team-member .text {
  background: #edeaea;
  text-align: center;
  padding: 28px 20px 30px 20px;
}
.most-talent-staff .team-member .text>a {
  display: block;
}
.most-talent-staff .team-member:hover .text>a h6,
.most-talent-staff .team-member:hover .text>a span,
.most-talent-staff .team-member .text ul li a {
  color:#fff;
}
.most-talent-staff .team-member .text>a h6,
.most-talent-staff .team-member .text>a span {
  text-transform: uppercase;
}
.most-talent-staff .team-member .text>a span {
  display: block;
  color:#636363;
  margin: 8px 0 0 0;
  letter-spacing: 0.6px;
}
.most-talent-staff .team-member .text ul {
  margin-top: 14px;
  opacity: 0;
  position: absolute;
  bottom: -100%;
}
.most-talent-staff .team-member .text ul li {
  margin-bottom: 5px;
}
.most-talent-staff .team-member .text ul li i {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.most-talent-staff .team-member:hover .hvr-sweep-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.most-talent-staff .team-member:hover ul {
  opacity: 1;
  position: static;
}
/*===================== FAQ ======================*/
.faq-page .faq_panel .panel-group .panel-heading {
  padding: 0;
  border:none;
  border-radius: 0;
  background: transparent;
  border:1px solid #edeaea;
}
.faq-page .faq_panel .panel-group .panel-heading a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color:#636363;
  padding: 18px 0 17px 57px;
  position: relative;
  display: block;
  text-transform: none;
}
.faq-page .faq_panel .panel-group .panel-heading a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 18px;
  color:#6aaf08;
  position: absolute;
  left:18px;
  top:0;
  line-height: 51px;
  font-weight: normal;
}
.faq-page .faq_panel .panel-group .panel-heading.active-panel a:before {
  content: '';
  color:#636363;
}
.faq-page .faq_panel .panel-group .panel-heading + .panel-collapse > .panel-body {
  border:none;
  padding: 20px 40px 8px 57px;
}
.panel-group .panel {
  border:none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 17px;
}
.faq-page .faq-wrapper-right {
  padding-right: 40px;
}
.faq-page .faq_panel {
  margin-top: 48px;
  margin-bottom: 50px;
}
/*===================== Error Page ================*/


.ceo-page {

background: url(../images/home/pattern-one.png) center top no-repeat;
  margin: 150px 0 0 0;
clip-path: polygon(0 8%, 100% 5%, 100% 100%, 0 100%);
    
    margin-top: 20px;
}
.ceo-pager .opacity {
     
  height:100%;
  text-align: center;
  padding: 55px 0 58px 0;
}



.ceo-page .content-box {
  width: 58%;
  padding: 25px 15px 10px 10px;
  margin-top:155px;
  margin-bottom: 180px;
  position: relative;
  z-index: 9;
    background-color: #92C43D;
    border-radius: 15px;
  
}
.ceo-page .content-box span {
  color:#fff;
  font-family: 'Lora', serif;
  font-weight: 700;font-size: 30px;
  line-height: normal;
text-align: right;
}
.ceo-page .content-box p {
  font-family: 'egyfont', serif;
  font-size: 16px;
  color:#292929;
  margin: 8px 0 27px 0;
}
.ceo-page .content-box a {
  width:180px;
  line-height: 40px;
  text-transform: uppercase;
  color:#fff;
  text-align: center;
  border:1px solid #fff;
}
.ceo-page .content-box a i {
  margin-right: 3px;
}
.ceo-page .container {
  position: relative;
}
.ceo-page .container>img {
  position: absolute;
  left:0;
  top:90px;
  z-index: 1;
border-radius: 10%;
border: 1px dashed #fff;
padding: 10px;
}

.ceo-page .oval-cut {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 64px;
    background: url(../images/home/curve-two.png) center top no-repeat;
    z-index: 2;
}


/*=================== Contact US ================*/
.contact-us-page .contact-wrapper {
  width: 100%;
  margin: 0 auto;
}
.contact-us-page .contact-form-holder>p {
  margin: 18px 0 40px 0;
}
.contact-form-holder>h4 {
  color: #000;
}
.contact-us-page .contact-form-holder .row {
  margin-left: -10px;
  margin-right: -10px;
  
}
.contact-us-page .contact-form-holder .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-us-page .contact-form-holder .single-input-group {
  height: 50px;
  margin-bottom: 30px;
  position: relative;
}
.contact-us-page .contact-form-holder .single-input-group span.timer-drp {
  position: absolute;
  line-height: 50px;
  top:0;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
  z-index: -1;
}
.contact-us-page .contact-form-holder form input {
  width:100%;
  height:100%;
  padding: 0 20px;
  border:1px solid #edeaea;
  font-size: 13px;
  background: transparent;
  z-index: 9;
    background: #f2f2f2;
}
.contact-us-page .contact-form-holder .btn-group.bootstrap-select {
  width: 100%;
  height: 100%;
}
.contact-us-page .contact-form-holder .bootstrap-select > .dropdown-toggle {
  padding: 0 20px;
  line-height: 50px;
  background: transparent !important;
  border:1px solid #edeaea;
}
.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover a span.text,
.contact-us-page .dropdown-menu > li.selected > a span.text {
  color:#fff;
}
.contact-us-page .contact-form-holder form textarea {
  width:100%;
  max-width: 100%;
  height:130px;
  min-height: 130px;
  padding: 20px;
  border:1px solid #edeaea;
  font-size: 13px;
  background: transparent;
  margin-bottom: 30px;
     background: #f2f2f2;
}
.contact-us-page .contact-form-holder form input:focus,
.contact-us-page .contact-form-holder form textarea:focus {
  border-color: #6aaf08;
}
.contact-us-page .contact-address {
  margin-top: 75px;
    background-color: #f5f5f5;
}

.contact-us-page .contact-address>p {
  margin: 18px 0 40px 0;
}
.contact-address>h4 {
  color: #000;
    text-align: right;
    margin: 10px;
}
.contact-us-page .contact-address .single-box {
  border:1px solid #edeaea;
  text-align: center;
  padding: 42px 20px 24px 20px;
  margin-bottom: 30px;
  position: relative;
     background: #fff;
}
.contact-us-page .contact-address .single-box .icon {
  width:35px;
  height:35px;
  background: #edeaea;
  line-height: 35px;
  font-size: 16px;
  position: absolute;
  left:50%;
  top:-17px;
  margin-left: -17px;
}
.contact-us-page .contact-address .single-box a,
.contact-us-page .contact-address .single-box p {
  display: block;
  font-weight: normal;
  text-transform: none;
  line-height: 26px;
  color:#777777;
   
}
.contact-us-page .contact-address .single-box:hover {
  border-color: #6aaf08;
    background: #d9d9d9;
}
/*======================== Contact form activation ================*/
.contact-form-holder .alert_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  z-index: 9999999;
}
.contact-form-holder #success,
.contact-form-holder #error {
  position: relative;
  width:500px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  margin-left: -250px;
  left:50%;
  background: #fff;
  border:1px solid #cd2122;
  text-align: center;
}
.contact-form-holder #success .wrapper,
.contact-form-holder #error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
.contact-form-holder #success .wrapper p,
.contact-form-holder #error .wrapper p{
  display: table-cell;
  vertical-align: middle;
}
.contact-form-holder #success {
  color: #8fc941;
}
.contact-form-holder #error {
  color: red;
}
.contact-form-holder #error button,
.contact-form-holder #success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: #cd2122;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}
/*========================== Our Blog v2 ===================*/
.our-blog-page {
  background: #f9f9f9;
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: -100px;
  padding-bottom: 120px;
}
.our-blog-page .blog-v2-content,
.our-blog-page .blog-details-page {
  padding-top: 30px;
}
.our-blog-page .blog-v2-content .single-news {
  position: relative;
  margin-bottom: 50px;
  border-bottom: 4px solid #6aaf08;
}
.our-blog-page .blog-v2-content .single-news .img {
  position: relative;
  overflow: hidden;
  background: #000000;
}
.our-blog-page .blog-v2-content .single-news .img img {
  -webkit-transition: all .6s linear;
     -moz-transition: all .6s linear;
      -ms-transition: all .6s linear;
       -o-transition: all .6s linear;
          transition: all .6s linear;
}
.our-blog-page .blog-v2-content .single-news:hover .img img {
  opacity: 0.5;
  -webkit-transform: scale3d(1.1,1.1,1);
     -moz-transform: scale3d(1.1,1.1,1);
      -ms-transform: scale3d(1.1,1.1,1);
       -o-transform: scale3d(1.1,1.1,1);
          transform: scale3d(1.1,1.1,1);
}
.our-blog-page .blog-v2-content .single-news .text {
  background: #fff;
  padding: 40px 0 45px 0;
}
.our-blog-page .blog-v2-content .single-news h4 {
  font-size: 26px;
  margin-bottom: 30px;
  padding-left: 40px;
}
.our-blog-page .blog-v2-content .single-news ul {
  padding-left: 40px;
  border-top:1px solid #edeaea;
  border-bottom:1px solid #edeaea;
}
.our-blog-page .blog-v2-content .single-news ul li {
  display: inline-block;
  margin-right: 14px;
  font-size: 13px;
  line-height: 60px;
}
.our-blog-page .blog-v2-content .single-news ul li i {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.our-blog-page .blog-v2-content .single-news p {
  padding: 36px 20px 44px 40px;
}
.our-blog-page .blog-v2-content .single-news .text>a.read {
  width: 209px;
  line-height: 45px;
  text-align: center;
  color:#fff;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 40px;
}
.our-blog-page .blog-v2-content .single-news .text>a.read i {
  margin-left: 10px;
}
.page-paganation {
  text-align: center;
  margin-top: 70px;
}
.page-paganation li {
  display: inline-block;
}
.page-paganation li a {
  width:40px;
  line-height: 50px;
  font-size: 20px;
  color:#fff;
  margin: 2px;
}
.page-paganation li a:hover {
  background: #fff;
}
/*=================== Blog Single Page ==================*/
.our-blog-page .blog-details-page .main-wrapper {
  background: #fff;
  padding: 40px 0 70px 40px;
}
.our-blog-page .blog-details-page .text-content h4 {
  font-size: 26px;
  margin-bottom: 30px;
}
.our-blog-page .blog-details-page .text-content ul.post-info {
  margin-left: -40px;
  padding-left: 40px;
  border-top:1px solid #edeaea;
  border-bottom:1px solid #edeaea;
  margin-bottom: 30px;
}
.our-blog-page .blog-details-page .text-content ul.post-info li {
  display: inline-block;
  margin-right: 14px;
  font-size: 13px;
  line-height: 60px;
}
.our-blog-page .blog-details-page .text-content ul.post-info li i {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.our-blog-page .blog-details-page .text-content p.mark-text {
  margin: 23px 40px 20px 0;
  padding: 25px 17px 30px 25px;
  color: #fff;
}
.our-blog-page .blog-details-page .text-content ul.extra-list {
  padding-left: 20px;
}
.our-blog-page .blog-details-page .text-content ul.extra-list li {
  display: block;
  line-height: 20px;
  margin-bottom: 18px;
}
.our-blog-page .blog-details-page .text-content ul.extra-list li i {
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border:1px solid #6aaf08;
  margin-right: 8px;
  vertical-align: middle;
}
.our-blog-page .blog-details-page .text-content .img-item-list {
  margin: 35px 0 33px 0;
}
.our-blog-page .blog-details-page .landscape-tips p {
  font-weight: 600;
  font-size: 18px;
  color:#333333;
}
.our-blog-page .blog-details-page .landscape-tips ol {
  padding: 15px 0 14px 15px;
  margin: 0;
}
.our-blog-page .blog-details-page .landscape-tips ol li {
  line-height: 30px;
}
.our-blog-page .blog-details-page .landscape-tips ol li a,
.our-blog-page .blog-details-page p a {
  font-weight: normal;
  text-transform: none;
}
.our-blog-page .blog-details-page .text-content p {
  padding-right: 40px;
  letter-spacing: 0px;
}
.our-blog-page .blog-details-page p.m1 {
  margin:18px 0 50px 0;
}
.our-blog-page .blog-details-page .share-option ul.share-icon {
  margin: 0 50px 66px 0;
}
.our-blog-page .blog-details-page .share-option ul.share-icon li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
}
.our-blog-page .blog-details-page .share-option ul.share-icon li a {
  width: 35px;
  height:35px;
  background: #edeaea;
  line-height: 35px;
  text-align: center;
  color:#636363;
}
.our-blog-page .blog-details-page .share-option ul.share-icon li a:hover {
  color:#fff;
}
.our-blog-page .blog-details-page .share-option p {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 28px;
  color: #292929;
}
.our-blog-page .blog-details-page .admin-text {
  padding: 35px 20px 35px 150px;
  position: relative;
  margin-top:36px;
  margin-bottom: 70px;
  margin-right: 50px;
  border:1px solid #6aaf08;
}
.our-blog-page .blog-details-page .admin-text .img-content {
  position: absolute;
  left:20px;
  top:-55px;
}
.our-blog-page .blog-details-page .admin-text .img-content img {
  width:110px;
  height:110px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.our-blog-page .blog-details-page .admin-text .img-content h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}
.our-blog-page .blog-details-page .admin-text ul.share-icon {
  position: absolute;
  bottom:-17px;
  left:20px;
}
.our-blog-page .blog-details-page .admin-text ul.share-icon li {
  display: inline-block;
  margin-right: 1px;
}
.our-blog-page .blog-details-page .admin-text ul.share-icon li a {
  width: 35px;
  height:35px;
  background: #d7d5d5;
  line-height: 35px;
  text-align: center;
  color:#636363;
}
.our-blog-page .blog-details-page .admin-text ul.share-icon li a:hover {
  color:#fff;
}
.our-blog-page .blog-details-page .admin-text p {
  padding-right: 0;
}
.our-blog-page .blog-details-page .comment-area,
.our-blog-page .blog-details-page .leave-comment {
  padding-right: 50px;
}
.our-blog-page .blog-details-page .comment-area h6 {
  margin-bottom: 90px;
}
.our-blog-page .blog-details-page .single-comment {
  padding: 22px 20px 32px 150px;
  position: relative;
  margin-bottom: 85px;
  margin-right: 30px;
  border:1px solid #edeaea;
}
.our-blog-page .blog-details-page .single-comment.reply-comment {
  margin-left: 80px;
}
.our-blog-page .blog-details-page .single-comment .img-content {
  position: absolute;
  left:20px;
  top:-55px;
}
.our-blog-page .blog-details-page .single-comment .img-content img {
  width:110px;
  height:110px;
  border:1px solid #ededed;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.our-blog-page .blog-details-page .single-comment .img-content p {
  margin-top: 8px;
  text-align: center;
  color:#292929;
}
.our-blog-page .blog-details-page .single-comment .reply {
  width:60px;
  height:60px;
  background: #dad6d6;
  color:#292929;
  position: absolute;
  top:-30px;
  right:-30px;
}
.our-blog-page .blog-details-page .single-comment .reply:hover {
  color:#fff;
}

.our-blog-page .blog-details-page .leave-comment p {
  margin: 20px 0 50px 0;
}
.our-blog-page .blog-details-page .leave-comment .row {
  margin-right: -10px;
  margin-left: -10px
}
.our-blog-page .blog-details-page .leave-comment .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.our-blog-page .blog-details-page .leave-comment input,
.our-blog-page .blog-details-page .leave-comment textarea {
  border:1px solid #edeaea;
  padding: 0 20px;
  width:100%;
  max-width: 100%;
}
.our-blog-page .blog-details-page .leave-comment input {
  height:48px;
  margin-bottom: 30px;
}
.our-blog-page .blog-details-page .leave-comment textarea {
  min-height: 130px;
  padding: 30px 20px;
  margin-bottom: 13px;
}
.our-blog-page .blog-details-page .leave-comment ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 3px;
  color:#dfdbd7;
}
.our-blog-page .blog-details-page .leave-comment ul li .fa-star {
  color:#6aaf08;
}
.our-blog-page .blog-details-page .leave-comment button {
  width:160px;
  line-height: 40px;
  color:#fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 26px;
}
.our-blog-page .blog-details-page .leave-comment input:focus,
.our-blog-page .blog-details-page .leave-comment textarea:focus {
  border-color:#6aaf08;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
    text-align: center;
}

.select-style {
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
	font-size:18px;
	margin: 0 auto;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	
}

.select-style select:focus {
    outline: none;
}