@charset "utf-8";
/* ==========================================================================
   Less Variables
   ========================================================================== */
.raleway {
  font-family: 'Raleway', sans-serif;
}
.border-box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/* ============================== Skin Variables ============================ */
/* CSS Document */
/********************************************************************
 * Table of Contents                                                *
 ********************************************************************/
/*
1. Common styles
    1.1. Font-face
    1.2. Block background style 
    1.3. Content colors styles
    1.4. Revolution slider
    
2. Preloader styles
3. Home video styles
4. Header styles

5. About section style
6. Portfolio style
7. Team style
8. Service style
9. Blog style
10. Contact style

11. Ajax style
12. Shortcode style
13. Background style
14. Footer styles

*/
/********************************************************************
 * Common styles                                              *
 ********************************************************************/
/* ==========================================================================
   Font-face
   ========================================================================== */
@font-face {
  font-family: 'Opensans';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#opensans-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opensans {
  font-family: "Albert Sans";
}
.josefin {
  font-family: "Albert Sans";
}
/* ==========================================================================
   Block background style
   ========================================================================== */
.color-scheme-1 {
  background-color: #222222;
}
.color-scheme-2 {
  background-color: #272727;
}
.color-scheme-3 {
  background-color: #f3f3f3;
}
.color-scheme-4 {
  background-color: #f7f7f7;
}
.color-scheme-white-90 {
  background-color: rgba(255, 255, 255, 0.85);
}
.color-scheme-dark-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.color-scheme-dark-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
/* ==========================================================================
   Content color style
   ========================================================================== */
body {
  background-color: #fff;
  font-family: "Albert Sans";
  font-size: 14px;
  overflow-x: hidden;
}
.boxed {
  max-width: 1170px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Albert Sans";
  font-weight: 600;
  color: #222222;
}
.response {
  margin: 0 0 30px 0;
  color: #999;
}
a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
a:hover,
a:focus {
  color: #b46e3c;
  text-decoration: none;
  outline: none;
}
p {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Albert Sans";
  font-size: 14px;
  line-height: 26px;
}
.icon-1half {
  font-size: 1.5em;
}
.block {
  padding: 100px 0 50px;
  position: relative;
}
.block2 {
  padding: 100px 0 100px;
  position: relative;
}
.relative {
  position: relative;
}
.db {
  display: block;
}
.no-pad {
  padding: 0;
}
.no-mar {
  margin: 0;
}
blockquote p,
.block-form blockquote p {
  color: #222222;
  font-size: 16px;
}
.form-control {
  border-radius: 0;
}
.white p {
  color: rgba(255, 255, 255, 0.5);
}
.text-error {
  font-size: 18px;
  color: red;
}
.color-active {
  color: #b46e3c;
}
.highlight {
  background-color: #222222;
  color: #b46e3c;
  padding: 3px 2px;
}
.dis-n {
  display: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.m-center {
  margin: 0 auto;
}
.btn-default {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5);
  font-family: 'Opensans', sans-serif;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 11px 15px;
  margin-bottom: 50px;
  margin-right: 5px;
  background: none;
  text-decoration: none;
  line-height: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default.active {
  color: #b46e3c;
  background: none;
  border-color: #b46e3c;
}
.btn-default.active:hover {
  color: #ffffff;
  background-color: #b46e3c;
  border-color: #b46e3c;
}
.btn-default.white {
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-default.white:hover {
  color: #ffffff;
  background-color: #b46e3c;
  border-color: #b46e3c;
}
.btn-default:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
  border-color: #222222;
}
.btn-default:focus {
  text-decoration: none;
}
.tp-caption.btn-default.active.rev-btn {
  color: #b46e3c;
  background: none;
  font-family: 'Opensans', sans-serif;
  border-color: #b46e3c;
}
.tp-caption.btn-default.active.rev-btn:hover {
  color: #ffffff;
  background-color: #b46e3c;
  border-color: #b46e3c;
}
/* ==========================================================================
Revolution slider
========================================================================== */
.revolution-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.revolution {
  width: 100%;
  position: relative;
}
/* ==========================================================================
   Preloader styles
   ========================================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  /* change if the mask should have another color then white */

  z-index: 999999;
  /* makes sure it stays on top */

}
#preloader #status {
  /* Size and position */

  font-size: 20px;
  /* 1em */

  width: 1em;
  height: 1em;
  position: relative;
  margin: 300px auto;
  /* Styles */

  border-radius: 50%;
  background: #01addf;
  -moz-transform-origin: 50% 250%;
  transform-origin: 50% 250%;
  -moz-animation: blink 1s steps(1, start) infinite, /* Blink */
 counter-clock 8s linear infinite;
  animation: blink 1s steps(1, start) infinite, /* Blink */
 counter-clock 8s linear infinite;
  /* Rotation */

  /* Dots, clockwise */

  box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
}
@keyframes counter-clock {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes blink {
  12.5% {
    background: rgba(180, 110, 60, 0.5);
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  25% {
    background: #01addf;
    box-shadow: 1em 1em rgba(180, 110, 60, 0.5), 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  37.5% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em rgba(180, 110, 60, 0.5), 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  50% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em rgba(180, 110, 60, 0.5), 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  62.5% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em rgba(180, 110, 60, 0.5), -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  75% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em rgba(180, 110, 60, 0.5), -2em 2em #01addf, -1em 1em #01addf;
  }
  87.5% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em rgba(180, 110, 60, 0.5), -1em 1em #01addf;
  }
  100% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em rgba(180, 110, 60, 0.5);
  }
}
@-moz-keyframes counter-clock {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes blink {
  12.5% {
    background: rgba(180, 110, 60, 0.5);
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  25% {
    background: #01addf;
    box-shadow: 1em 1em rgba(180, 110, 60, 0.5), 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  37.5% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em rgba(180, 110, 60, 0.5), 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  50% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em rgba(180, 110, 60, 0.5), 0em 4em #01addf, -1em 3em #01addf, -2em 2em #b46e3c, -1em 1em #01addf;
  }
  62.5% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em rgba(180, 110, 60, 0.5), -1em 3em #01addf, -2em 2em #01addf, -1em 1em #01addf;
  }
  75% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em rgba(180, 110, 60, 0.5), -2em 2em #01addf, -1em 1em #01addf;
  }
  87.5% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em rgba(180, 110, 60, 0.5), -1em 1em #01addf;
  }
  100% {
    background: #01addf;
    box-shadow: 1em 1em #01addf, 2em 2em #01addf, 1em 3em #01addf, 0em 4em #01addf, -1em 3em #01addf, -2em 2em #01addf, -1em 1em rgba(180, 110, 60, 0.5);
  }
}
#status p {
  text-align: center;
}
#totop {
  position: fixed;
  right: 20px;
  bottom: 15px;
  text-align: center;
  z-index: 150;
  font-size: 40px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #777;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#totop:hover {
  color: #f3f3f3;
}
#totop i{
	color: #777;
}
/* ==========================================================================
   Home video styles
   ========================================================================== */
.full-screen-block {
  position: relative;
}
.full-screen-block .bg-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.full-screen-block .welcome-video {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 80px;
  z-index: 3;
}
.full-screen-block .welcome-video h1 {
  color: #ffffff;
  text-transform: uppercase;
}
.full-screen-block .welcome-video img {
  padding-top: 10px;
}
.full-screen-block .fade-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
}
.full-screen-block .fade-ticker .big-text {
  padding: 30px;
}
.full-screen-block .fade-ticker .big-text h1 {
  font-size: 60px;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}
.full-screen-block .fade-ticker .big-text h1 span {
  color: #b46e3c;
  font-weight: 700;
}
.full-screen-block .btn-default {
  color: #b46e3c;
  border-color: #b46e3c;
}
.full-screen-block .btn-default:hover {
  border-color: #ffffff;
}
.section-height {
  height: 420px;
  overflow: hidden;
}
.home-video {
  height: 600px;
  position: relative;
  overflow: hidden !important;
}
video#cover-video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
}
/* ==========================================================================
   Header styles
   ========================================================================== */
#header.header-all-time-top-fixed {
  position: fixed;
  height: 100px;
}
#header.header-all-time-top-fixed .full-screen-block {
  height: 100px !important;
}
#header.header-all-time-top-fixed .header-body {
  background: rgba(34, 34, 34, 0.95) !important;
  width: 100% !important;
  height: 100px !important;
}
#header.header-all-time-top-fixed .header-body .navbar-default.light {
  background-color: rgba(255, 255, 255, 0.9);
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav {
  height: 100px;
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li {
  height: 100px !important;
  background-size: cover !important;
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li a {
  text-indent: 0 !important;
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .bg-icon {
  color: rgba(255, 255, 255, 0.2) !important;
  top: 8px !important;
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .bg-icon i {
  color: rgba(255, 255, 255, 0.2) !important;
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .rotated-title {
  display: none !important;
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container {
  background-color: rgba(0, 0, 0, 0.9);
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li {
  height: inherit !important;
}
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li:hover .sub-menu-container {
  left: 0;
}
#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li a {
  color: #222222;
}
#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li .bg-icon {
  color: rgba(34, 34, 34, 0.3);
}
#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li .bg-icon i {
  color: rgba(34, 34, 34, 0.3);
}
#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li .sub-menu-container {
  background-color: rgba(255, 255, 255, 0.9);
}
#header.header-top-fixed {
  position: fixed;
  height: 100px;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
	
}
#header.header-top-fixed .full-screen-block {
  height: 100px !important;
}
#header.header-top-fixed .header-body {
  width: 100%;
	
}
#header.no-shadow {
  box-shadow: none;
}
#header {
  position: fixed;
  z-index: 150;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
#header .container {
  position: relative;
}
#header .header-body {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  height: 100%;
	background-color: #073674;
}
#header #container-fixed {
  height: 100%;
  padding: 0;
}
#header .header-logo {
  height: 90px;
  padding: 6px 30px;
  display: block;
}
.navbar-header img {
    width: 102px !important;
}
#header .header-body-fixed {
  height: 100px;
}
#header .header-body-fixed .navbar-default {
  background-color: rgba(34, 34, 34, 0.95);
}
#header .header-body-fixed .navbar-default.light {
  background-color: rgba(255, 255, 255, 0.9);
}
#header .header-body-fixed .navbar-default .navbar-nav {
  height: 100px;
}
#header .header-body-fixed .navbar-default .navbar-nav li {
  height: 100px;
  background-size: cover;
}
#header .header-body-fixed .navbar-default .navbar-nav li a {
  text-indent: 0;
}
#header .header-body-fixed .navbar-default .navbar-nav li .bg-icon {
  color: rgba(255, 255, 255, 0.2);
  top: 8px;
}
#header .header-body-fixed .navbar-default .navbar-nav li .bg-icon i {
  color: rgba(255, 255, 255, 0.2);
}
#header .header-body-fixed .navbar-default .navbar-nav li .rotated-title {
  display: none;
}
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container {
  background-color: rgba(0, 0, 0, 0.9);
}
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li {
  height: inherit;
}
#header .header-body-fixed .navbar-default .navbar-nav li:hover .sub-menu-container {
  left: 0;
}
#header .header-body-fixed .navbar-default.light .navbar-nav li a {
  color: #222222;
}
#header .header-body-fixed .navbar-default.light .navbar-nav li .bg-icon {
  color: rgba(34, 34, 34, 0.3);
}
#header .header-body-fixed .navbar-default.light .navbar-nav li .bg-icon i {
  color: rgba(34, 34, 34, 0.3);
}
#header .header-body-fixed .navbar-default.light .navbar-nav li .sub-menu-container {
  background-color: rgba(255, 255, 255, 0.9);
}
#header .header-body-fixed #container-fixed {
  padding: 0;
  height: 100px;
}
#header .header-body-fixed .navbar-single {
  background: #073674;
}
#header .header-body-fixed .navbar-single .header-logo{
	padding: 14px 30px;
}
#header.header-top-fixed .header-body .navbar-header img {
    width: 100px !important;
}
#header .navbar-header-phone {
  position: absolute;
  margin-right: 40px;
  right: 50%;
  top: 0;
}
.home{
            background-image: url("https://www.dragonoil.com/wp-content/uploads/2025/08/leadership-banner.jpg");
            background-position:center center;
            background-size: cover;
        }
        .about{
            background-image: url("https://www.dragonoil.com/wp-content/uploads/2025/07/banner-vms.jpg");
            background-position:center center;
            background-size: cover;
        }
       
        .service{
            background-image: url("https://www.dragonoil.com/wp-content/uploads/2024/12/video.jpg");
            background-position:center center;
            background-size: cover;
        }
        .work{
            background-image: url("https://www.dragonoil.com/wp-content/uploads/2025/09/banner-event-2.jpg");
            background-position:center center;
            background-size: cover;
        }
     
        .contact{
            background-image: url("https://www.dragonoil.com/wp-content/uploads/2024/10/award.jpg");
            background-position:center center;
            background-size: cover;

        }
.blog{
            background-image: url("https://www.dragonoil.com/wp-content/uploads/2025/07/GUTECH_Banner-1-1.jpg");
            background-position:center center;
            background-size: cover;
			transition: all .3s;
        }

		.blog:hover{
            background-image: url("https://www.dragonoil.com/wp-content/uploads/2025/07/GUTECH_Banner-hover-1.jpg");
        }
#header .navbar-header-phone p {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 30px 0 0;
}
#header .navbar-header-phone p i {
  color: #b46e3c;
  margin-right: 10px;
}
#header .navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
  height: 100%;
}
#header .navbar-default .navbar-nav {
  position: absolute;
  right: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .navbar-default .navbar-nav:hover {
  right: 0%;
}
#header .navbar-default .navbar-nav li {
  position: relative;
  display: block;
  height: 100%;
  float: right;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  -ms-transition: all 1.0s ease;
  transition: all 1.0s ease;
}
#header .navbar-default .navbar-nav li .bg-icon {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 40px;
  top: 30px;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  font-size: 60px;
  line-height: 80px;
}
#header .navbar-default .navbar-nav li .bg-icon i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
}
#header .navbar-default .navbar-nav li .rotated-title {
  position: absolute;
  left: 0px;
  bottom: 42px;
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 60px;
  width: 60px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-family: "Albert Sans", sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#header .navbar-default .navbar-nav li:hover .rotated-title{
	left: 0px;
}
#header .navbar-default .navbar-nav li .rotated-title.effect {
  letter-spacing: 8px;
  font-weight: 700;
}
#header .navbar-default .navbar-nav li .sub-menu-container {
  position: absolute;
  top: 0;
  margin-top: 100px;
  padding: 15px 20px;
  left: 1000px;
  max-width: 300px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list {
  min-width: 150px;
}
#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li {
  width: inherit;
  display: block;
  float: none;
  box-shadow: none;
}
#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li a {
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
#header .navbar-default .navbar-nav li:hover .sub-menu-container {
  left: 90px;
  opacity: 1;
}
#header .navbar-default .navbar-nav li:hover .rotated-title.effect {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#header .navbar-default .navbar-nav li.no-bg-shadow {
  background: none;
  box-shadow: none;
}
#header .navbar-default .navbar-nav li.no-bg-shadow a {
  background: none !important;
}
#header .navbar-default .navbar-nav .home {
  background-position: center center;
  background-size: cover;
}
#header .navbar-default .navbar-nav .about {
  background-position: center center;
  background-size: cover;
}
#header .navbar-default .navbar-nav .philosophy {
  background-position: center center;
  background-size: cover;
}
#header .navbar-default .navbar-nav .service {
  background-position: center center;
  background-size: cover;
}
#header .navbar-default .navbar-nav .work {
  background-position: center center;
  background-size: cover;
}
#header .navbar-default .navbar-nav .blog {
  background-position: center center;
  background-size: cover;
}
#header .navbar-default .navbar-nav .contact {
  background-position: center center;
  background-size: cover;
}
#header .navbar-default.light .navbar-toggle .icon-bar {
  background-color: rgba(34, 34, 34, 0.5);
}
#header .navbar-default.light .navbar-nav li {
  -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.5);
}
#header .navbar-default.light .navbar-nav li .bg-icon {
  color: rgba(34, 34, 34, 0.5);
}
#header .navbar-default.light .navbar-nav li .bg-icon i {
  color: rgba(34, 34, 34, 0.5);
}
#header .navbar-default.light .navbar-nav li .rotated-title {
  color: rgba(34, 34, 34, 0.9);
}
#header .navbar-default.light .navbar-nav li.no-bg-shadow {
  background: none;
  box-shadow: none;
}
#header .navbar-default.light .navbar-nav li.no-bg-shadow a {
  background: none !important;
}
#header .navbar-default .menu-item-4 li {
  width: 12.5%;
}
#header .navbar-default .menu-item-4 li:hover {
  width: 42.5%;
}
#header .navbar-default .menu-item-5 li {
  width: 9%;
}
#header .navbar-default .menu-item-5 li:hover {
  width: 58%;
}
#header .navbar-default .menu-item-6 li {
  width: 10.3%;
}
#header .navbar-default .menu-item-6 li:hover {
  width: 58%;
	background-position: 42% center;
}
#header .navbar-default .navbar-nav .home:hover {
	background-position: 35% center;
}
#header .navbar-default .menu-item-7 li {
  width: 7.14%;
}
#header .navbar-default .menu-item-7 li .bg-icon {
  left: 30px;
}
#header .navbar-default .menu-item-7 li .rotated-title {
  left: 20px;
}
#header .navbar-default .menu-item-7 li:hover {
  width: 37.16%;
}
#header .navbar-default .menu-item-8 li {
  width: 6.25%;
}
#header .navbar-default .menu-item-8 li .bg-icon {
  left: 25px;
}
#header .navbar-default .menu-item-8 li .rotated-title {
  left: 15px;
}
#header .navbar-default .menu-item-8 li:hover {
  width: 36.25%;
}
#header .navbar-default .navbar-nav.no-bg-img > li {
  background: rgba(34, 34, 34, 0.95);
  box-shadow: none;
}
#header .navbar-default .navbar-nav.no-bg-img > li:nth-child(odd) {
  background: rgba(19, 19, 19, 0.98);
}
#header .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  padding: 40px 20px;
  letter-spacing: 0px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 10000px;
  width: 100%;
  height: 100%;
}
#header .navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
}
#header .navbar-default .navbar-nav a.current,
#header .navbar-default .navbar-nav a.current:hover,
#header .navbar-default .navbar-nav a.current:focus {
  background-color: rgba(180, 110, 60, 0);
  color: #ffffff;
}
#header .navbar-default .navbar-toggle,
#header .navbar-single .navbar-toggle {
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 0;
}
#header .navbar-default .navbar-toggle .icon-bar,
#header .navbar-single .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#header .navbar-default .navbar-toggle:hover,
#header .navbar-default .navbar-toggle:focus,
#header .navbar-single .navbar-toggle:hover,
#header .navbar-single .navbar-toggle:focus {
  background-color: #00b4e0;
  border-color: #00b4e0;
}
#header .navbar-single {
  background: none;
  border: none;
}
#header .navbar-single .navbar-nav-single > .open > a,
#header .navbar-single .navbar-default .navbar-nav > .open > a:hover,
#header .navbar-single .navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
#header .navbar-single .dropdown-menu {
  border: 1px solid #033573;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background-color: #033573;
  -webkit-box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
  box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
}
#header .navbar-single .dropdown-menu li > a {
  padding: 0 15px;
  white-space: nowrap;
  min-height: 32px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7) !important;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .navbar-single .dropdown-submenu {
  position: relative;
}
#header .navbar-single .dropdown-submenu:hover:after {
  color: rgba(34, 34, 34, 0.5);
}
#header .navbar-single .dropdown-submenu:after {
  content: "\f3d3";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  z-index: -1;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(34, 34, 34, 0.5);
}
#header .navbar-single .dropdown-submenu > .dropdown-menu {
  position: absolute;
  left: 100% !important;
  top: -1px;
  margin: 0;
}
#header .navbar-single .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#header .navbar-single .dropdown-menu > li > a:hover,
#header .navbar-single .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #00b5e1;
}
#header .navbar-single .navbar-nav-single > li > a {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Albert Sans";
  font-size: 18px;
  padding: 10px 0 10px;
  letter-spacing: 0px;
  margin: 38px 35px 12px 0px;
	font-weight:500;
}
#header .navbar-single .navbar-nav-single > li > a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  background-color: #ffffff;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .navbar-single .navbar-nav-single > li > a:hover,
#header .navbar-single .navbar-nav-single > li > a:focus {
  background: none;

}
#header .navbar-single .navbar-nav-single > li > a:hover:after,
#header .navbar-single .navbar-nav-single > li > a:focus:after {
  width: 100%;
}
#header .navbar-single .navbar-nav-single > li.active > a,
#header .navbar-single .navbar-nav-single > li.active > a:hover,
#header .navbar-single .navbar-nav-single > li.active > a:focus {
  background: none;
}
#header .navbar-single .navbar-nav-single > li.active > a:after,
#header .navbar-single .navbar-nav-single > li.active > a:hover:after,
#header .navbar-single .navbar-nav-single > li.active > a:focus:after {
  width: 100%;
}
#header .navbar-single .navbar-nav-single a.current,
#header .navbar-single .navbar-nav-single a.current:hover,
#header .navbar-single .navbar-nav-single a.current:focus {
  background: none;
  color: #ffffff;
}
#header .navbar-single .navbar-nav-single a.current:after,
#header .navbar-single .navbar-nav-single a.current:hover:after,
#header .navbar-single .navbar-nav-single a.current:focus:after {
  width: 100%;
}
section {
  overflow: hidden;
  position: relative !important;
  border-top: 100px solid transparent;
  margin-top: -100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
section.second-page-top .section-block-title {
  padding-top: 230px;
}
section.bg-non-fixed {
  background-attachment: inherit !important;
}
.home-block {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
}
.home-block.bg-1 {
  background-size: cover;
  background-position: top left;
}
.section-block-title {
  position: relative;
  padding-top: 100px;
}
.section-block-title .section-col {
  display: block;
  height: 50px;
  width: 2px;
  background-color: #b46e3c;
  margin: 0 auto 25px;
}
.section-title {
  position: relative;
}
.section-title .section-title-body {
  margin: 0;
  padding-bottom: 75px;
}
.section-title .section-title-body .head-title {
  color: #ffffff;
  padding: 0 0 25px;
  margin: 0;
  font-size: 46px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Albert Sans";
  text-align: center;
  
}
.section-title .section-title-body .head-section-name {
  color: #ffffff;
  padding: 0 0 25px;
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  letter-spacing: 4px;
}
.section-title .section-title-body .head-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  z-index: 3;
  text-transform: uppercase;
  margin: 0 0 25px;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}
.section-title .section-title-body .head-breadcrumb {
  text-align: center;
}
.section-title .section-title-body .head-breadcrumb .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 25px;
}
.section-title .section-title-body .head-breadcrumb .breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}
.section-title .section-title-body .head-breadcrumb .breadcrumb a:hover,
.section-title .section-title-body .head-breadcrumb .breadcrumb a:focus {
  color: #ffffff;
}
.section-title .section-title-body .head-breadcrumb .breadcrumb .active {
  color: rgba(255, 255, 255, 0.7);
}
.section-title .section-title-body .head-breadcrumb .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.3);
}
.section-title .section-title-body.dark .head-title {
  color: #222222;
}
.section-title .section-title-body.dark .head-section-name {
  color: #222222;
}
.section-title .section-title-body.dark .head-text {
  color: rgba(34, 34, 34, 0.5);
}
.section-title .section-title-body.dark .head-breadcrumb .breadcrumb a {
  color: rgba(34, 34, 34, 0.5);
}
.section-title .section-title-body.dark .head-breadcrumb .breadcrumb a:hover,
.section-title .section-title-body.dark .head-breadcrumb .breadcrumb a:focus {
  color: #222222;
}
.section-title .section-title-body.dark .head-breadcrumb .breadcrumb .active {
  color: #b46e3c;
}
.section-title .section-title-body.dark .head-breadcrumb .breadcrumb > li + li:before {
  color: rgba(34, 34, 34, 0.3);
}
.section-title.left .section-title-body .head-title {
  text-align: left;
}
.section-title.left .section-title-body .head-section-name {
  text-align: left;
}
.section-title.left .section-title-body .head-text {
  text-align: left;
}
.section-title.left .section-title-body .head-breadcrumb {
  text-align: left;
}
.section-sub-title .head-title {
  color: #222222;
  position: relative;
  padding: 0 0 35px 0;
  margin: 0 0 50px;
  font-family: 'Josefin Sans', sans-serif;
}
.section-sub-title .head-title:after {
  content: "";
  position: absolute;
  width: 150px;
  border-bottom: 1px solid #636362;
  left: 0;
  bottom: 5px;
}
.section-sub-title .head-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #636362;
  left: 0;
  bottom: 1px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-sub-title h4.head-title {
  text-transform: uppercase;
  line-height: 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 30px 0;
  margin: 0 0 30px;
}
.section-sub-title .section-title-body.white {
  margin: 0;
}
.section-sub-title .section-title-body.white .head-title {
  color: #ffffff;
}
.section-sub-title .section-title-body.white .head-text {
  color: rgba(255, 255, 255, 0.5);
}
.section-sub-title .section-title-body {
  position: relative;
}
.section-sub-title .section-title-body span {
  color: #b46e3c;
}
.section-sub-title .section-title-body .head-text {
  margin-bottom: 50px;
  color: rgba(34, 34, 34, 0.5);
}
.section-sub-title.center {
  text-align: center;
}
.section-sub-title.center .section-title-body .head-title:after {
  left: 50%;
  margin-left: -75px;
}
.section-sub-title.center .section-title-body .head-title:before {
  left: 50%;
  margin-left: -5px;
}
.section-sub-title.right {
  text-align: right;
}
.section-sub-title.right .section-title-body .head-title:after {
  right: 0;
  left: inherit;
}
.section-sub-title.right .section-title-body .head-title:before {
  right: 0;
  left: inherit;
}

/* ==========================================================================
   About section style
   ========================================================================== */
.block-article-section {
  padding: 40px 0 30px;
}
.article-section {
  text-align: center;
  margin: 20px 0 30px;
}
.article-section .article-section-text {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.article-section .article-section-text .article-section-text-hover {
  -webkit-backface-visibility: hidden;
  position: absolute;
  opacity: 0;
  margin-top: -300px;
  visibility: hidden;
  bottom: 140px;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
  background-color: #222222;
  padding: 30px;
  color: #b46e3c;
}
.article-section .article-section-text .article-section-text-hover p {
  color: #b46e3c;
  color: #ccc;
  line-height: 26px;
  margin: 0;
}
.article-section .article-section-text .article-section-text-hover a {
  color: #ddd;
  line-height: 26px;
}
.article-section .article-section-text .article-section-text-hover a:hover {
  color: #ffffff;
}
.article-section .article-section-text .article-section-text-hover ul {
  margin: 0;
}
.article-section .article-section-text .article-section-text-hover ul li {
  line-height: 26px;
  margin: 0;
  color: #ccc;
}
.article-section .article-section-text .article-section-text-hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 5px;
  height: 0;
  border-top: 5px solid #222222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.article-section .article-section-text .article-section-text-hover .company-feature {
  margin: 0;
}
.article-section p {
  margin-bottom: 20px;
  text-align: left;
}
.article-section h4 {
  margin: 15px 0;
  text-transform: uppercase;
  color: #252525;
}
.article-section > i {
  color: rgba(34, 34, 34, 0.7);
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  margin: auto;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-section:hover {
  cursor: pointer;
}
.article-section:hover .article-section-text .article-section-text-hover {
  visibility: visible;
  opacity: 1;
  bottom: 120px;
  -webkit-backface-visibility: hidden;
}
.img-rotate {
  position: relative;
  -moz-perspective: 600px;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: top;
  -o-perspective: 600px;
  -o-transform-style: preserve-3d;
  -o-transform-origin: top;
  -ms-perspective: 600px;
  -ms-transform-style: preserve-3d;
  -ms-transform-origin: top;
  -webkit-perspective: 600;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-rotate img {
  -webkit-transform: rotateY(22deg);
  -moz-transform: rotateY(22deg);
  -ms-transform: rotateY(22deg);
  -o-transform: rotateY(22deg);
  transform: rotateY(15deg);
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform-origin: top;
}
.img-y-trans {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  width: 50%;
}
section .section-line {
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #b46e3c;
  z-index: 100;
}
section:hover .section-block-title .section-icon {
  opacity: 1;
}
section:hover .img-rotate img {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.fact-block .fact {
  text-align: center;
  position: relative;
  padding: 20px 30px;
  margin: 0 0 50px;
  background-color: rgba(19, 19, 19, 0.5);
}
.fact-block .fact .factor {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin: 10px 0 15px;
}
.fact-block .fact h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  margin: 15px 0;
  font-family: 'Josefin Sans', sans-serif;
}
.fact-block .fact i {
  font-size: 75px;
  line-height: 100px;
  color: #b46e3c;
  float: left;
  width: 80px;
}
.fact-block .fact:hover {
  cursor: pointer;
  border-color: #b46e3c;
}
.block-feature-icon {
  position: relative;
  margin-bottom: 50px;
  min-height: 120px;
}
.block-feature-icon:hover {
  /* Effect 2a */

}
.block-feature-icon:hover .hi-icon-effect .hi-icon {
  color: #ffffff;
}
.block-feature-icon:hover .hi-icon-effect .hi-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.block-feature-icon.center {
  text-align: center;
}
.block-feature-icon .block-title {
  padding: 0 110px 0 0;
}
.block-feature-icon .hi-icon {
  float: right;
}
.block-feature-icon.center .block-title {
  padding: 0;
}
.block-feature-icon .block-title h4 {
  color: #ffffff;
  margin: 0 0 25px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  text-align: right;
}
.block-feature-icon.center .block-title h4 {
  text-align: center;
}
.block-feature-icon .block-title p {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Opensans', sans-serif;
  text-align: right;
  line-height: 26px;
}
.block-feature-icon.center .block-title p {
  text-align: center;
}
.block-feature-icon .block-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.block-feature-icon.center .hi-icon {
  float: none;
  top: 0;
  margin: 10px 0 25px;
}
.block-feature-icon.left .block-title {
  padding: 0 0 0 150px;
}
.block-feature-icon.left .block-title h4 {
  text-align: left;
}
.block-feature-icon.left .block-title p {
  text-align: left;
}
.block-feature-icon.left .block-icon {
  left: 0;
}
.block-feature-icon.left .hi-icon {
  float: left;
}
.block-feature-icon.dark .block-title h4 {
  color: #222222;
}
.block-feature-icon.dark .block-title p {
  color: rgba(34, 34, 34, 0.5);
}
/* ==============effect icon ==========*/
.hi-icon-wrap {
  text-align: center;
  padding: 0em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.hi-icon {
  display: inline-block;
  float: left;
  top: 0;
  cursor: pointer;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon i {
  line-height: 120px;
  font-size: 75px;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Effect - Color */
.hi-icon-color .hi-icon {
  color: #b46e3c;
  /*box-shadow: 0 0 0 3px #00abeb;*/

  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-color .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  /*background: #00abeb;*/

  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.hi-icon-color .hi-icon:after {
  background: #b46e3c;
}
.content-block {
  position: relative;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.company-feature {
  margin-bottom: 50px;
}
.company-feature p {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Opensans', sans-serif;
  line-height: 26px;
}
.company-feature p a {
  color: #ffffff;
}
.company-feature ul li {
  line-height: 26px;
  font-family: 'Opensans', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.company-feature ul li i {
  width: 25px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.recent-item .recent-post-item {
  display: inline-block;
  margin-bottom: 25px;
}
.recent-item .recent-post-item a {
  text-decoration: none;
  line-height: 25px;
  display: block;
}
.recent-item .recent-post-item img {
  width: 80px;
  height: auto;
  float: left;
  background-size: cover;
  overflow: hidden;
  margin-right: 15px;
}
.recent-item .recent-post-item .post-title {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 25px;
}
.recent-item .recent-post-item .post-title:hover {
  color: #b46e3c;
}
.recent-item .recent-post-item .post-info {
  display: block;
  color: rgba(255, 255, 255, 0.3);
}
#owl-company-about .owl-dots {
  height: 20px;
  margin-top: -30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
#owl-company-about .owl-dot.active {
  background: #b46e3c;
  border-color: #b46e3c;
}
#owl-company-about .owl-dot {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 10px;
}
.owl-carousel-with-dots .owl-dots {
  height: 20px;
  margin: 50px 0 25px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.owl-carousel-with-dots .owl-dot.active {
  background: #b46e3c;
  border-color: #b46e3c;
}
.owl-carousel-with-dots .owl-dot {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 10px;
}
.block-feature {
  position: relative;
  padding: 5px 0 25px 60px;
}
.block-feature h4 {
  color: #ffffff;
  font-family: "Albert Sans";
  margin: 0 0 20px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}
.block-feature a {
  color: #ffffff;
  font-family: "Albert Sans";
  margin: 3px 0 20px;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.block-feature a:hover {
  color: #b46e3c;
}
.block-feature p {
  color: rgba(255, 255, 255, 0.5);
}
.block-feature i {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 26px;
  font-size: 50px;
  color: #b46e3c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.block-feature.dark h4 {
  color: #222222;
}
.block-feature.dark a {
  color: #222222;
}
.block-feature.dark a:hover {
  color: #b46e3c;
}
.block-feature.dark p {
  color: rgba(34, 34, 34, 0.5);
}
.block-feature.dark i {
  color: #b46e3c;
}
.nav-tabs {
  margin-bottom: 50px;
}
.nav-tabs li {
  position: relative;
  min-height: 100px;
  padding: 30px 20px;
  background-color: rgba(19, 19, 19, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-tabs li a {
  border: none !important;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Albert Sans";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  padding: 0;
}
.nav-tabs li a i {
  display: block;
  margin: 0 auto 30px;
  color: rgba(180, 110, 60, 0.5);
  font-size: 75px;
  width: 75px;
  line-height: 75px;
  height: 75px;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  border: none;
  background: none;
  color: #ffffff;
}
.nav-tabs li a:hover i,
.nav-tabs li a:focus i {
  color: #b46e3c;
}
.nav-tabs li.active {
  background-color: #222222;
}
.nav-tabs li.active a {
  border: none;
  background: none;
  color: #ffffff;
  padding: 0;
}
.nav-tabs li.active a i {
  color: #b46e3c;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  border: none;
  background: none;
  color: #ffffff;
}
.nav-tabs li.active a:hover i,
.nav-tabs li.active a:focus i {
  color: #b46e3c;
}
.nav-tabs li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
/* ==========================================================================
   Portfolio style
   ========================================================================== */
.portfolio-filter-block {
  position: relative;
  padding-top: 100px;
}
.portfolio-filter-title {
  text-align: center;
}
.portfolio-filter-title ul {
  padding: 0 0 40px 0;
}
.portfolio-filter-title li {
  display: inline-block;
  margin: 0 15px 10px;
}
.portfolio-filter-title li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-family: "Albert Sans";
  letter-spacing: 1px;
  font-weight: 600;
  padding: 5px 0;
  line-height: 17px;
}
.portfolio-filter-title li a:hover {
  color: #b46e3c;
}
.portfolio-filter-title li.current a {
  color: #b46e3c;
}
.tab-pane .portfolio-cell {
  margin-bottom: 50px;
}
.as-banner .portfolio-cell {
  margin-bottom: 28px;
}
.portfolio-cell {
  position: relative;
}
.portfolio-cell .portfolio-item {
  position: relative;
}
.portfolio-cell .portfolio-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  background-color: rgba(180, 110, 60, 0.7);
  height: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
}
.portfolio-cell .portfolio-item .image-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-cell .portfolio-item .image-overlay a {
  -webkit-backface-visibility: hidden;
  position: absolute;
  text-decoration: none;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -45px;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content i {
  color: #222222;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 30px;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.portfolio-cell .portfolio-item:hover .image-overlay {
  border: none;
  background-color: rgba(34, 34, 34, 0.9);
  opacity: 1;
}
.portfolio-cell .portfolio-item:hover:after {
  height: 100%;
}
.portfolio-list {
  margin: 0;
}
.portfolio-list .item {
  padding: 0;
}
.block-catalog {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-catalog:hover {
  background-color: #ffffff;
}
.block-catalog .list-catalog {
  font-size: 15px;
  line-height: 30px;
  margin-top: -10px;
}
.block-catalog .list-catalog a {
  text-decoration: none;
  font-family: "Albert Sans";
  color: #222222;
}
.block-catalog .list-catalog a:hover {
  color: #222222;
}
.block-catalog .catalog-title {
  font-family: "Albert Sans";
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}
/* ==========================================================================
   Team style
   ========================================================================== */
.author-block {
  position: relative;
  margin: 0 0 50px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.author-block .left-icon {
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 55%;
  left: 0;
  height: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.author-block .left-icon .author-icon {
  position: absalute;
}
.author-block .left-icon .author-icon li {
  display: inline-block;
  background-color: rgba(34, 34, 34, 0.9);
  margin: 1px;
  text-align: center;
}
.author-block .left-icon .author-icon li a {
  text-decoration: none;
}
.author-block .left-icon .author-icon li a i {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-block .left-icon .author-icon li a:hover i {
  color: #ffffff;
}
.author-block .figure-hover-overlay {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.author-block .figure-hover-overlay img {
  opacity: 0.85;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.author-block .figure-hover-overlay .author-information {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 25px 20px;
  display: block;
  background-color: rgba(34, 34, 34, 0.9);
}
.author-block .figure-hover-overlay .author-information p {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  z-index: -1;
  margin-bottom: 20px;
}
.author-block .figure-hover-overlay .author-information p a {
  color: rgba(255, 255, 255, 0.7);
}
.author-block .figure-hover-overlay .author-information p a:hover {
  color: #ffffff;
}
.author-block .figure-hover-overlay .author-information h4 {
  margin: 0;
  padding: 0 0 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}
.author-block .figure-hover-overlay .author-information .author-prof {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.author-block:hover {
  border-color: #b46e3c;
}
.author-block:hover .left-icon {
  opacity: 1;
}
.author-block:hover .figure-hover-overlay img {
  opacity: 1;
}
.author-block:hover .figure-hover-overlay .author-information {
  background-color: #b46e3c;
}
.progress {
  height: 1px;
  border-radius: 0;
  margin: 50px 0 75px;
  box-shadow: none;
  background-color: rgba(180, 110, 60, 0.1);
  position: relative;
  overflow: visible;
}
.progress .progress-bar {
  background-color: #b46e3c;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.progress .skill-value {
  float: left;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: -50px;
  color: #ffffff;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.progress .skill-value span {
  color: rgba(255, 255, 255, 0.5);
  float: right;
}
.progress.dark .skill-value {
  color: rgba(34, 34, 34, 0.9);
}
.progress.dark .skill-value span {
  color: rgba(34, 34, 34, 0.9);
}
/* ==========================================================================
   Blog style
   ========================================================================== */
.post-blog {
  position: relative;
  margin-bottom: 50px;
}
.post-blog .post-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid #b46e3c;
}
.post-blog .post-image img {
  position: absolute;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}
.post-blog .blog-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.post-blog .date {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 260px;
  left: 25px;
  z-index: 12;
  background-color: #b46e3c;
  text-align: center;
}
.post-blog .date .day {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  margin: 10px 0 5px;
  font-weight: 700;
}
.post-blog .date .month {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
}
.post-blog .blog-info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.post-blog .blog-info .blog-title {
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 25px 20px;
  display: block;
  font-weight: 600;
}
.post-blog .blog-info .blog-text {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 25px 20px;
}
.post-blog .blog-info .links {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 40px;
  text-indent: 130px;
}
.post-blog .blog-info .links a {
  color: rgba(255, 255, 255, 0.7);
}
.post-blog .blog-info .links a:hover {
  color: #ffffff;
}
.post-blog:hover .blog-info {
  background-color: #b46e3c;
}
.post-blog:hover .post-image img {
  -webkit-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
}
.block-blog {
  position: relative;
}
.block-blog .post-information {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.block-blog .post-information a {
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.block-blog .post-information a i {
  margin-right: 3px;
}
.block-blog .post-information a:hover {
  color: #ffffff;
}
.block-pagination {
  margin-bottom: 50px;
}
.block-pagination ul > .active > a,
.block-pagination ul > .active > span {
  border-color: #b46e3c;
  color: #ffffff;
  background-color: #b46e3c;
}
.block-pagination ul > .active > a:hover,
.block-pagination ul > .active > span:hover {
  background: #b46e3c;
  border-color: #b46e3c;
}
.block-pagination ul > li > a:focus,
.block-pagination ul > li > a:hover {
  border-color: #b46e3c;
  background: #b46e3c;
  color: #ffffff;
}
.block-pagination ul > li > a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  color: rgba(255, 255, 255, 0.5);
  float: inherit;
}
.block-pagination ul > li:first-child a {
  border-color: rgba(180, 110, 60, 0.5);
  border-radius: 0;
}
.block-pagination ul > li:first-child a:hover {
  color: #ffffff;
}
.block-pagination ul > li:last-child a {
  border-color: rgba(180, 110, 60, 0.5);
  border-radius: 0;
}
.block-pagination ul > li:last-child a:hover {
  color: #ffffff;
}
.media-heading {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.time-right {
  float: right;
  padding: 3px 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.media-body p {
  /*margin-bottom: 50px;*/
  color: rgba(255, 255, 255, 0.5);
}
.block-form {
  margin-bottom: 30px;
}
.block-form h4 {
  margin: 10px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.block-form p {
  color: rgba(255, 255, 255, 0.5);
}
.block-form textarea.form-control {
  height: 100px;
}
.block-form hr {
  border-color: #ddd;
}
.block-form label {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Opensans', sans-serif;
  font-weight: 400;
}
.block-form .form-control {
  border-radius: 0;
  margin: 10px 0;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.form-control {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 40px;
}
.info-categories-list {
  font-size: 15px;
  line-height: 32px;
}
.info-categories-list a {
  text-decoration: none;
  font-family: 'Opensans', sans-serif;
  color: #222222;
}
.info-categories-list a:hover {
  color: #222222;
}
/* ==========================================================================
   Contact style
   ========================================================================== */
form input,
form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #b46e3c;
  line-height: inherit;
  padding: 6px 20px;
  width: 100%;
  font-size: 14px;
  background: #191919;
  margin-bottom: 25px;
  text-align: center;
}
form input:focus,
form textarea:focus {
  outline: none;
}
#MyContactForm p span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
input:focus,
textarea:focus {
  border-color: #b46e3c;
}
::-webkit-input-placeholder {
  color: #999;
  font-family: 'Opensans', sans-serif;
}
#MyContactForm p label,
#MyNewsletter p label {
  cursor: text;
  display: block;
  margin: 0 0;
  position: relative;
  top: 0;
  width: 100%;
}
:-moz-placeholder {
  /* Firefox 18- */

  color: #999;
  font-family: 'Opensans', sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */

  color: #999;
  font-family: 'Opensans', sans-serif;
}
:-ms-input-placeholder {
  color: #999;
  font-family: 'Opensans', sans-serif;
}
#form-wrapper #MyContactForm .error {
  bottom: 30px;
  color: #FF2255;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}
#newsletter-form-wrapper #MyNewsletter .newslettererror {
  bottom: 30px;
  color: #FF2255;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}
.contact-btn {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 15px;
  margin-bottom: 50px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 17px;
}
.contact-btn:focus {
  text-decoration: none;
  color: #ffffff;
}
.contact-btn:hover {
  background: #b46e3c;
  color: #fff;
  text-decoration: none;
  border-color: #b46e3c;
}
.contact-btn.dark {
  color: #ffffff;
  border: 1px solid #222222;
  background: #222222;
}
.contact-btn.dark:hover {
  background: #b46e3c;
  color: #fff;
  border-color: #b46e3c;
}
.newsletter-btn {
  display: inline-block;
  margin-bottom: 50px;
}
#MyContactForm p {
  position: relative;
}
#ErrResults {
  text-align: center;
  color: #222222;
}
.address-list > li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.address-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.address-list i {
  border: 3px solid;
  display: inline-block;
  height: 30px;
  line-height: 24px;
  text-align: center;
  width: 30px;
}
.response {
  letter-spacing: 1px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.google-map {
  height: 400px;
}
.google-map iframe {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
  border: none;
  pointer-events: none;
}
/* ==========================================================================
   Stars effect style
   ========================================================================== */
#space,
.stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stars {
  background-image: radial-gradient(2px 2px at 20px 30px, #eeeeee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 70px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 50px 160px, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 90px 40px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 130px 80px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 160px 120px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: zoom 5s infinite;
  opacity: 0;
}
.stars:nth-child(1) {
  background-position: 50% 50%;
  animation-delay: 0s;
}
.stars:nth-child(2) {
  background-position: 20% 60%;
  animation-delay: 1s;
}
.stars:nth-child(3) {
  background-position: -20% -30%;
  animation-delay: 2s;
}
.stars:nth-child(4) {
  background-position: 40% -80%;
  animation-delay: 3s;
}
.stars:nth-child(5) {
  background-position: -20% 30%;
  animation-delay: 4s;
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}
/* ==========================================================================
   Ajax style
   ========================================================================== */
.ajax-block {
  background-color: rgba(34, 34, 34, 0.9);
  margin: 30px auto;
  padding: 100px 75px;
  position: relative;
}
/* ==========================================================================
   Shortcode style
   ========================================================================== */
.banner {
  position: relative;
  margin: 0 0 50px;
}
.banner a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner a:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  -ms-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  -o-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  -moz-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.full-banner {
  background: url() bottom center #222222 no-repeat;
}
.full-banner1 {
  background: url() center center #222222 no-repeat;
  background-size: cover;
}
.banner-block {
  background: url() center center no-repeat;
  background-size: cover;
}
.top-padding {
  padding-top: 80px;
}
.panel-group {
  margin-bottom: 50px;
}
.panel-group .panel-default {
  border: none;
  border-radius: 0;
  margin-top: 0 !important;
  background: none;
}
.panel-group .panel-default .panel-collapse .panel-body {
  border: 1px solid #222222;
  background-color: #222222;
  margin-bottom: 5px;
  color: #555;
}
.panel-group .panel-heading {
  background: rgba(34, 34, 34, 0.9);
  border: none;
  border-radius: 0;
  padding: 0;
}
.panel-group .panel-body {
  border: 1px solid #222222;
  font-size: 15px;
  font-family: 'Opensans', sans-serif;
  background-color: #222222;
}
.panel-group .panel-title {
  margin-bottom: 5px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-group .panel-title a.collapsed {
  color: #b46e3c;
  background: none ;
}
.panel-group .panel-title a.collapsed:before {
  content: "\f3d3";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
  color: #b46e3c;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-group .panel-title a {
  position: relative;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding: 15px 10px 15px 50px;
  color: #ffffff;
  font-size: 18px;
  background: none ;
}
.panel-group .panel-title a:before {
  content: "\f3d0";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-group .panel-title a:hover {
  text-decoration: none;
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
.panel-group .panel-title a:hover:before {
  color: #ffffff;
}
.panel-group .panel-title a:hover:after {
  color: #ffffff;
}
.panel-group .panel-title:hover {
  border-color: #222222;
}
#owl-partners img {
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#owl-partners img:hover {
  opacity: 1;
}
.form-control {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-title {
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-title i {
  margin-right: 15px;
  color: #b46e3c;
  font-size: 18px;
}
.widget-block {
  margin-bottom: 50px;
}
.widget-block p {
  color: rgba(255, 255, 255, 0.5);
}
.widget-block ul li {
  line-height: 30px;
}
.widget-block ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}
.widget-block ul li a:hover {
  text-decoration: none;
  color: #b46e3c;
}
.widget-block ul li i {
  color: #b46e3c;
  font-size: 18px;
  margin-right: 10px;
}
.widget-block .tags {
  font-size: 0;
}
.widget-block .tags li {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  line-height: 40px;
}
.widget-block .tags li a {
  display: block;
  padding: 0 15px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.widget-block .tags li a:hover {
  text-decoration: none;
  background-color: #b46e3c;
  color: #ffffff;
  border-color: #b46e3c;
}
.widget-block.dark .widget-title {
  color: rgba(34, 34, 34, 0.9);
}
.widget-block.dark p {
  color: rgba(34, 34, 34, 0.7);
}
.widget-block.dark ul li a {
  color: rgba(34, 34, 34, 0.5);
}
.widget-block.dark ul li a:hover {
  color: #b46e3c;
}
.widget-block.dark ul li i {
  color: #b46e3c;
}
.widget-block.dark .tags li a {
  color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(34, 34, 34, 0.3);
}
.widget-block.dark .tags li a:hover {
  background-color: #b46e3c;
  color: #222222;
  border-color: #b46e3c;
}
.welcome-article-block {
  padding: 0 15px;
}
.welcome-article-block .no-pad {
  padding: 0;
}
.welcome-article {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.welcome-article img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
}
.welcome-article:hover img {
  opacity: 1;
}
.welcome-article .welcome-article-text {
  padding: 40px 30px;
  background-color: #171717;
}
.welcome-article .welcome-article-text h4 {
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 25px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.welcome-article .welcome-article-text p {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.welcome-article .welcome-article-text .btn-default {
  margin: 0;
}
.welcome-article .welcome-article-text .client-say {
  text-align: left;
  margin-bottom: 0;
}
.welcome-article .welcome-article-text .client-say p {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.welcome-article .welcome-article-text .widget-block {
  margin-bottom: 33px;
}
.welcome-article .welcome-article-text.darken {
  background-color: #202020;
}
.social-icon {
  margin: 0;
  text-align: center;
}
.social-icon li {
  display: inline-block;
  margin: 5px;
}
.social-icon li a {
  text-decoration: none;
}
.social-icon li a i {
  color: #999;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
  margin: auto;
  display: block;
  width: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon li a:hover i {
  color: #ccc;
}
.tags {
  font-size: 0;
}
.tags li {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  line-height: 40px;
}
.tags li a {
  display: block;
  padding: 0 15px;
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tags li a:hover {
  text-decoration: none;
  background-color: #b46e3c;
  color: #ffffff;
  border-color: #b46e3c;
}
.client-say {
  padding: 0;
  margin-bottom: 50px;
}
.client-say h4 {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.client-say h4 span {
  font-size: 12px;
  letter-spacing: inherit;
  text-transform: initial;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  float: right;
  padding-top: 7px;
}
.client-say p {
  font-style: italic;
  padding: 0 0 0 20px;
  color: rgba(255, 255, 255, 0.5);
  border-left: 10px solid rgba(180, 110, 60, 0.7);
}
.client-say.default {
  padding: 0;
}
.client-say.default h4 {
  color: rgba(34, 34, 34, 0.9);
}
.client-say.default h4 span {
  color: rgba(34, 34, 34, 0.5);
  font-weight: 600;
}
.client-say.default p {
  color: rgba(34, 34, 34, 0.5);
  border-top: 2px solid rgba(34, 34, 34, 0.3);
}
.preview-screen {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  border: 1px solid rgba(180, 110, 60, 0.5);
  -webkit-backface-visibility: hidden;
}
.preview-screen a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.preview-screen .new-product {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 60px;
  z-index: 2;
  background-color: #b46e3c;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
}
.preview-screen.item1 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 8s ease;
  -moz-transition: all 8s ease;
  -o-transition: all 8s ease;
  -ms-transition: all 8s ease;
  transition: all 8s ease;
}
.preview-screen.item1:hover {
  background-position: bottom center;
}
.preview-screen.item2 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 16s ease;
  -moz-transition: all 16s ease;
  -o-transition: all 16s ease;
  -ms-transition: all 16s ease;
  transition: all 16s ease;
}
.preview-screen.item2:hover {
  background-position: bottom center;
}
.preview-screen.item3 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}
.preview-screen.item3:hover {
  background-position: bottom center;
}
.preview-screen.item31 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}
.preview-screen.item31:hover {
  background-position: bottom center;
}
.preview-screen.item32 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}
.preview-screen.item32:hover {
  background-position: bottom center;
}
.preview-screen.item11 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}
.preview-screen.item11:hover {
  background-position: bottom center;
}
.preview-screen.item12 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item12:hover {
  background-position: bottom center;
}
.preview-screen.item13 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item13:hover {
  background-position: bottom center;
}
.preview-screen.item14 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item14:hover {
  background-position: bottom center;
}
.preview-screen.item15 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item15:hover {
  background-position: bottom center;
}
.preview-screen.item16 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item16:hover {
  background-position: bottom center;
}
.preview-screen.item17 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item17:hover {
  background-position: bottom center;
}
.preview-screen.item18 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item18:hover {
  background-position: bottom center;
}
.preview-screen.item19 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item19:hover {
  background-position: bottom center;
}
.preview-screen.item20 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}
.preview-screen.item20:hover {
  background-position: bottom center;
}
.preview-screen.item21 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}
.preview-screen.item21:hover {
  background-position: bottom center;
}
.preview-screen.item22 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}
.preview-screen.item22:hover {
  background-position: bottom center;
}
.preview-screen.item23 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}
.preview-screen.item23:hover {
  background-position: bottom center;
}
.preview-screen.item24 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}
.preview-screen.item24:hover {
  background-position: bottom center;
}
.preview-screen.item25 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}
.preview-screen.item25:hover {
  background-position: bottom center;
}
.preview-screen.item26 {
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}
.preview-screen.item26:hover {
  background-position: bottom center;
}
#price {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.block-chess.bg4 {
  background-position: top right;
}
.block-chess.bg5 {
  background-position: top right;
}
.block-chess {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.bg-50-l {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.9);
}
.bg-50-l:after {
  content: "";
  border-top: 100px solid transparent;
  border-left: 100px solid rgba(34, 34, 34, 0.9);
  border-right: 100px solid transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 2;
}
.bg-50-l:before {
  content: "";
  border-bottom: 100px solid transparent;
  border-left: 100px solid rgba(34, 34, 34, 0.9);
  border-right: 100px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
}
.bg-50-r.not-before:before,
.bg-50-l.not-before:before {
  display: none;
}
.bg-50-r.not-after:after,
.bg-50-l.not-after:after {
  display: none;
}
.bg-50-r {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: rgba(34, 34, 34, 0.9);
}
.bg-50-r:after {
  content: "";
  border-top: 100px solid transparent;
  border-left: 100px solid transparent;
  border-right: 100px solid rgba(34, 34, 34, 0.9);
  position: absolute;
  left: -200px;
  bottom: 0;
  z-index: 2;
}
.bg-50-r:before {
  content: "";
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  border-right: 100px solid rgba(34, 34, 34, 0.9);
  position: absolute;
  left: -200px;
  top: 0;
  z-index: 2;
}
.pad-l-15 {
  padding-left: 15px;
}
.pad-r-15 {
  padding-right: 15px;
}
.pad-l-30 {
  padding-left: 30px;
}
.pad-r-30 {
  padding-right: 30px;
}
.pad-l-45 {
  padding-left: 45px;
}
.pad-r-45 {
  padding-right: 45px;
}
span.dropcap {
  font-size: 40px;
  float: left;
  margin: 3px 10px 5px 0;
  line-height: 1;
  padding: 5px 14px;
  color: #222222;
}
.flickr {
  display: inline-block;
  margin: 0;
}
.flickr li {
  float: left;
  margin: 5px;
  background-color: #ffffff;
  width: 150px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flickr li:hover {
  opacity: 1;
}
/* ==========================================================================
   Backgrounds section style
   ========================================================================== */
.index-home {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.bg-blur {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.bg-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 /*background-color: rgba(26, 26, 26, 0.65);*/
  z-index: 0;
}
.bg-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.75);
  z-index: 0;
}
#home-tech,
#home-tech .bg-blur {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#about,
#about .bg-blur {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#about.single-bg {
  background: none;
}
#about.single-bg .section-block-title {
  background-size: cover;
  background-position: center center;
}
#philosophy,
#philosophy .bg-blur {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#philosophy.single-bg {
  background: none;
}
#philosophy.single-bg .section-block-title {
  background-size: cover;
  background-position: center center;
}
#services,
#services .bg-blur {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#services.single-bg {
  background: none;
}
#services.single-bg .section-block-title {
  background-size: cover;
  background-position: center center;
}
#services2.single-bg {
  background: none;
}
#services2.single-bg .section-block-title {
  background-size: cover;
  background-position: center center;
}
#portfolio,
#portfolio .bg-blur {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#portfolio.single-bg {
  background: none;
}
#portfolio.single-bg .section-block-title {
  background-size: cover;
  background-position: center center;
}
#blog,
#blog .bg-blur {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#blog.single-bg {
  background: none;
}
#blog.single-bg .section-block-title {
  background-size: cover;
  background-position: center center;
}
#contact,
#contact .bg-blur {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#contact.single-bg {
  background: none;
}
#contact.single-bg .section-block-title {
  background-size: cover;
  background-position: center center;
}
/* ==========================================================================
   Footer section style
   ========================================================================== */
#footer {
  position: relative;
  padding: 100px 0 0;
  background-color: #f9fcfe;
  text-align: left;
}
#footer::before{
	content:"";
	position:absolute;
	left:0px;
	bottom:0;
	width:100%;
	height:100%;
	background-image:url(https://www.dragonoil.com/wp-content/uploads/2024/11/footer.png);
	background-size: cover;
}
#footer #to-top {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
}
#footer #to-top a i {
  font-size: 36px;
}
#footer .footer-icon {
  margin: 0;
  text-align: left;
}
#footer .footer-icon li {
  display: inline-block;
  margin: 5px;
}
#footer .footer-icon li a {
  text-decoration: none;
}
#footer .footer-icon li a i {
  color: #565b65;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  margin: auto;
  display: block;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ion-social-facebook{
	padding-left:10px;
	font-size: 24px !important;
}
#footer .footer-icon li a:hover i {
  color: #ffffff;
}
#footer .footer-info {
  color: #ccc;
  padding-top: 10px;
}
#footer .footer-info-block.text-center {
  text-align: center;
}
#footer .footer-info-block {
  text-align: left;
  margin-bottom: 20px;
}
#footer .footer-info-block h4 {
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 600;
	padding-bottom:15px;
}
#footer .footer-info-block p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
#footer .footer-info-block a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 26px;
}
#footer .footer-info-block a:hover {
  color: #000;
}
#footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .wp-image-316{
	width:auto;
	height:120px;
}
.copywrite p{
	color: rgba(0, 0, 0, 0.5);
	margin-bottom:0;
}
.footer-bottom .footer-icon{
	display:none;
}
@media (max-width: 2280px) { 
#footer .footer-info-block h4 {
  font-size: 13px;
}
}
/* ==========================================================================
   WordPress Style
   ========================================================================== */
@media (max-width: 767px) { 
    
	.full-width-section,
	.wr-section-full-width .block {
        width: 100%;
        float: none!important;
    }
    .sec-image img {
        position: relative!important;
        overflow: hidden!important;
        padding: 20px 0px!important;
        margin: 0px!important;
        top: 0px!important;
        bottom: 0px!important;
        left: 0px!important;
        right: 0px!important;
    }	
    .alignleft,
    img.alignleft {
    float: left;
    margin-bottom: 15px;
	margin-right: 0px;
	width:100%;
   }
   .alignright,
    img.alignright {
    float: left;
    margin-bottom: 15px;
	margin-left: 0px;
	width:100%;
   } 
   .no-pad, .no-pad.vc_column_container>.vc_column-inner,
   .no-pad-l, .no-pad-l.vc_column_container>.vc_column-inner,
   .no-pad-r, .no-pad-r.vc_column_container>.vc_column-inner
      {
	padding-left: 7px!important;
	padding-right: 7px!important;
   }  
   img.img-responsive.img-y-trans {
    margin-top: -245px!important;
	margin-right: 10px!important;
    float: right;
   }
   #header .navbar-default .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.9)!important;
   }
   
}   
.alignleft,
img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright,
img.alignright {
    display: block;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-bottom: 15px;
}
.admin-bar #header {
   top: 32px;
}
.full-width-section,
.wr-section-full-width .block {
    width: 100%;
    float: left;
}
.block-wrapper,
.section-block-title 
{
    background-size: cover;
    background-position: center center;
}
.section-block-title.single-paralax {
	background-attachment: fixed;
}
.main-section .bg-blur {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.no-pad, .no-pad.vc_column_container>.vc_column-inner {
	padding: 0px;
}
.no-pad-l, .no-pad-l.vc_column_container>.vc_column-inner {
	padding-left: 0px;
}
.no-pad-r, .no-pad-r.vc_column_container>.vc_column-inner {
	padding-right: 0px;
}
.wr-section-full-width .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px; 
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-center {
    text-align: center;
}
.display-none {
	display:none;
}
#header .navbar-default .navbar-nav li.menu-item {
	background-position: center center!important;
}
.section-title .section-title-body .head-text p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    z-index: 3;
    text-transform: uppercase;
    margin: 0 0 25px;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}
.sec-con-title .section-sub-title .head-title p{
    color: #ffffff;
    position: relative;
    padding: 0 0 35px 0;
    margin: 0 0 50px;
    font-family: 'Josefin Sans', sans-serif;
	line-height: 1.1;
	font-size: 36px;
	font-weight: 400;
}
.sec-con-title .section-sub-title.white .head-title p{
    color: #ffffff;
}
.sec-con-title .section-sub-title.black .head-title p{
    color: #222222;
}
.sec-con-title .section-sub-title .head-title {
    padding: inherit;
}
.owl-company-about .owl-dots {
  height: 20px;
  margin-top: -30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.owl-company-about .owl-dot.active {
  background: #b46e3c;
  border-color: #b46e3c;
}
.owl-company-about .owl-dot {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 10px;
}
.owl-partners img {
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-partners img:hover {
  opacity: 1;
}
.block .section-block-title {
    padding-top: 0px;
}
.block-feature span.icon-title {
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    margin: 3px 0 20px;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.block-feature-icon .block-title h4 a{
    color: #ffffff;
    margin: 0 0 25px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-align: right;
}	
.block-feature-icon .block-title h4 a:hover {
    color: #b46e3c;
}
.wr-newsletter form input[type="text"],
.wr-newsletter form input[type="password"], 
.wr-newsletter form input[type="email"]{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
    line-height: inherit;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
    background: #191919;
    margin-bottom: 25px;
    text-align: center;
}
.wr-newsletter form input[type="submit"] {
	font-size: 14px;
    text-transform: uppercase;
    font-family: 'Opensans', sans-serif;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 11px 15px;
    margin-right: 5px;
    text-decoration: none;
    line-height: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
    margin-bottom: 50px;
}
.wr-newsletter .widget_wysija_cont .wysija-submit {
    margin-top: 0px;
	width: auto;
}
.wr-newsletter form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #b46e3c;
    border-color: #b46e3c;
}
.sec-contact-form form input[type="text"],
.sec-contact-form form input[type="password"], 
.sec-contact-form form input[type="email"]{
    box-sizing: border-box;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
    line-height: inherit;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
    background: #191919;
    margin-bottom: 25px;
    text-align: center;
}
.sec-contact-form form input[type="text"]:hover,
.sec-contact-form form input[type="password"]:hover, 
.sec-contact-form form input[type="email"]:hover{
	color: #b46e3c;
}	
.sec-contact-form form input[type="submit"] {
	font-size: 14px;
    text-transform: uppercase;
    font-family: 'Opensans', sans-serif;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 11px 15px;
    margin-right: 5px;
    text-decoration: none;
    line-height: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
    margin-bottom: 50px;
	width: auto;
}
.sec-contact-form form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #b46e3c;
    border-color: #b46e3c;
}
form input[type="text"],
form input[type="password"], 
form input[type="email"]{
    box-sizing: border-box;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
    line-height: inherit;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
    background: #191919;
    margin-bottom: 25px;
    text-align: center;
}
form input[type="submit"] {
	font-size: 14px;
    text-transform: uppercase;
    font-family: 'Opensans', sans-serif;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 11px 15px;
    margin-right: 5px;
    text-decoration: none;
    line-height: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
    margin-bottom: 50px;
	
}
form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #b46e3c;
    border-color: #b46e3c;
}
.sec-google-map iframe {
  overflow: hidden;
  border: none;
  margin-bottom: -5px;
}
span.author {
    text-transform: capitalize;
}
.block4 {
  padding: 100px 0 0px;
  position: relative;
}
#footer .footer-info-block ul {
    padding-left: 0;
    list-style: none;
}
#footer .footer-info-block ul.instagram-pics {
    padding-left: 0;
    list-style: none;
}
.widget ul.instagram-pics {
    display: inline-block;
    margin: 0;
}
.widget ul.instagram-pics li {
    float: left;
    margin: 0 5px 5px 0;
    background-color: #ffffff;
    width: 60px;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget ul.instagram-pics li:hover ,
.footer-sidebar-full.widget ul.instagram-pics li:hover 
{
  opacity: 1;
}
.widget ul.instagram-pics img {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer-sidebar-full.widget ul.instagram-pics li {
  float: left;
  margin: 5px;
  background-color: #ffffff;
  width: 150px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-info-block  {
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Opensans', sans-serif;
    font-size: 14px;
    line-height: 26px;
}
#footer .footer-info-block .tagcloud a {
    display: block;
    padding: 3px 15px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 3px;
	float: left;
    font-size: 15px!important;
}
#footer .footer-info-block  .tagcloud a:hover {
    text-decoration: none;
    background-color: #b46e3c;
    color: #ffffff;
    border-color: #b46e3c;
}

 /* Navigation Dropdown */
@media (max-width: 767px) {
  #header.header-fullscreen-top .header-body .navbar-default .navbar-nav li.with-dropdown .sub-menu-container.sub-menu-list li, #header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li.with-dropdown .sub-menu-container.sub-menu-list li  {
    text-align: center;
  }
  #header.header-fullscreen-top .header-body .navbar-default .navbar-nav li.with-dropdown .sub-menu-container.sub-menu-list li a, #header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li.with-dropdown .sub-menu-container.sub-menu-list li a {
    text-transform: initial;
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #header.header-fullscreen-top .header-body .navbar-default .navbar-nav li.with-dropdown .sub-menu-container.sub-menu-list li a:hover, #header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li.with-dropdown .sub-menu-container.sub-menu-list li a:hover {
    background-color: #b46e3c;
    color: #1dc5e9;
  }  
	
}
}  
#header .navbar-default .navbar-nav li .sub-menu-container {
  position: absolute;
  top: 0;
  margin-top: 100px;
  padding: 15px 20px;
  left: 1000px;
  max-width: 300px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .navbar-default .navbar-nav li .sub-menu-container.sub-menu-list {
  min-width: 190px;
}
#header .navbar-default .navbar-nav li .sub-menu-container.sub-menu-list li {
  width: inherit;
  display: block;
  float: none;
  box-shadow: none;
  height: auto!important;
}
#header .navbar-default .navbar-nav li .sub-menu-container.sub-menu-list li a {
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
#header .navbar-default .navbar-nav li:hover .sub-menu-container {
  left: 90px;
  opacity: 1;
}
.post-blog.custom-blog .blog-info .links {
    text-indent: 0px;
    line-height: 25px;
	padding: 10px 25px 10px 130px;
}
.post-blog.custom-blog .blog-info.custom-info .links {
    text-indent: 0px;
    padding: 10px 25px;
	line-height: 25px;
	
}
.post-blog.custom-blog .blog-info span {
    padding: 0px 7px 0px 3px;
}
.post-blog.custom-blog .blog-info.custom-info .blog-title {
    padding-top: 30px;
    padding-bottom: 5px;
}
.post-blog.custom-blog .blog-info.custom-info.custom-index .blog-title {
    padding-top: 10px;
    padding-bottom: 5px;
}
span.custom-border {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
	background: #b46e3c;
}
.iframe-holder {
	position:relative;
	width:100%;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.resp-audio {
    margin-bottom: -5px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.compactSound.g-box-full.g-background-default {
    padding: 0px;
}
.twitter-widget {
    color: rgba(255, 255, 255, 0.3);
    line-height: 26px;
}
.block-pagination.custom-pgnav .pagination > li > a, 
.block-pagination.custom-pgnav .pagination > li > span{
	margin-right: 4px;	
}
.section-sidebar ul {
    padding-left: 0;
    list-style: none;
}
.section-sidebar .widget{
	width: 100%;
    float: left;
	color: rgba(255, 255, 255, 0.5);
}
.widget.widget_search label {display:none;}
.widget.widget_search #searchsubmit{display:none;}
.widget.widget_search input[type="text"], 
.widget.widget_search input[type="password"], 
.widget.widget_search input[type="search"] {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
	border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 40px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #b46e3c;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.widget.widget_tag_cloud .tagcloud a {
    display: block;
    padding: 3px 15px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 3px;
	float: left;
    font-size: 15px!important;
}
.widget.widget_tag_cloud  .tagcloud a:hover {
    text-decoration: none;
    background-color: #b46e3c;
    color: #ffffff;
    border-color: #b46e3c;
}
.block5 {
    padding: 45px 0px;
    position: relative;
}
.block6 {
    padding: 50px 0px;
    position: relative;
}
.block-blog .post-information.custom-info a {
    margin-left: 0px;
}
.post-information.custom-info i {
    margin-right: 2px;
}
.post-information.custom-info span {
    margin-right: 10px;
}
.block-blog .post-information.custom-info-dt a {
    margin-left: 0px;
}
.block-blog .post-information.custom-social-dt a {
    margin-left: 0px;
	margin-right: 20px;
}
.post-information.custom-info-dt i {
    margin-right: 2px;
}
.post-information.custom-info-dt span {
    margin-right: 10px;
}
.block-form .form-control {
background-color: transparent;
}
.block.custom-title {
    padding-top: 0px;
}
.nothing-found .sec-text p{
    font-size: 18px;
}
.wr-comment-author-img {
    margin-right: 10px;
}
.wr-comments-list li#comment {
    list-style-type: none;
}
.wr-comments-list ul.media-list.list-unstyled {
    float: left;
    width: 100%;
}
.block-form.box-border.block2 {
    width: 100%;
    float: left;
}
.media-body .comment-text {
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.5);
	font-family: 'Opensans', sans-serif;
    font-size: 14px;
    line-height: 26px;
}
li.comment.wr-comment.media {
    margin-top: 15px;
}
.nav.nav-pills li {
    background: none!important;
}
.nav .sub-menu {
	display: none;
}
#header .header-body-fixed .navbar-default .navbar-nav li:hover .sub-menu-container .sub-menu-container {
    left: 100% !important;
    top: -1px;
}
#header .header-body-fixed .navbar-default.wr-light .navbar-nav li:hover .sub-menu-container .sub-menu-container {
    left: 100% !important;
    top: -1px;
}
.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.custom-slider-block {
    padding-top: 150px;
}
#header .header-body-fixed .navbar-default .navbar-nav li,
#header .navbar-default .navbar-nav li.menu-item
{
    background-size: cover!important;
}
.sec-con-title .section-sub-title .black .head-title p {
    color: #222222;
}
.wrapper-content .vc_tta.vc_general .vc_tta-panel.vc_active, 
.wrapper-content .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: #fff;
    margin-bottom: 0px;
}
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #222222;
    border: none;
    border-radius: 0;
    padding: 0;
}
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    position: relative;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 15px 10px 15px 50px;
    font-size: 18px;
    color: #b46e3c;
	margin-bottom: 5px;
    background: #222222;
}
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, 
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, 
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #b46e3c;
}
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #b46e3c;
	margin-bottom: 0px;
}
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover {
	color: #ffffff;
}
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, 
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background: #222222;	
}
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.wrapper-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;
}
.block-chess.bg4 .block-wrapper{
    background-position: top right;
}
.nav.nav-pills li:before  {
    display: none!important;
}
.nav.nav-pills li:before,#header .nav.navbar-nav li:before  {
    display: none!important;
}
/*
#header .navbar-default .navbar-nav > li > a {
    color: transparent!important;
}
.header-fullscreen-top .navbar-default .navbar-nav > li > a {
  color: transparent!important;
}
.header-fullscreen-top .navbar-default .navbar-nav > li > a:hover {
  color: transparent!important;
}
*/
.header-fullscreen-top.header-top-fixed .navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.9);
}
.header-fullscreen-top.header-top-fixed .navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.9);
}
/*
*** Theme Check Unit Test
*/

.post-blog .sticky .blog-info {
    background-color: #b46e3c;
}
img.wp-image-907 {
    height: auto;
	width: 100%;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table {
    margin: 0px 0 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd!important;
    border-left: 1px solid #ddd!important;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
float:left; width:100%;}
iframe{width:100%;}
embed{width:100%;}

.wp-image-967{width:100%; height:895px;}
label.screen-reader-text { display: none;}
.widget select{width:100%; height:30px;}
.widget img{width:100%;}
.widget img.wp-smiley{width:auto;}
.widget_rss img{width:auto;}
.widget table{width:100%; text-align:center;}
.widget .size-large{height: 181px;}
.widget ul ul.children{padding:0px; padding-left:10px;}
.widget ul ul.children li{padding-bottom:0px; }
.widget_calendar caption {padding-bottom: 10px;}
.alt-logo{width:130px; height:52px; background:url(../img/logo-big-shop.png); background-repeat:no-repeat;}

span.wr-text-logo {
    color: #b46e3c;
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 800;
}
.comment-respond {
    padding: 100px 0 100px;
    position: relative;
    float: left;
    width: 100%;
}
.comment-reply-title h3, 
.comment-reply-title 
{
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;	
}
textarea.form-control {
    height: 100px;
}
p.comment-notes, 
p.logged-in-as
{
    margin: 15px 0 20px;
}
p.comment-form-cookies-consent {
    float: left;
    width: 100%;
    margin: 20px 0px 25px;
}
.comment-form-cookies-consent label {
    padding-left: 3px;
    margin-bottom: 0px;
}
.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    font-size: 13px;
    text-transform: unset;
    font-weight: 500;
}
.comment-form-cookies-consent input[type="checkbox"] {
    margin: 7px 3px 5px 0px;
    padding: 0px;
    float: left;
	width: auto;
}

form.comment-form input[type="text"], 
form.comment-form input[type="password"], 
form.comment-form input[type="email"]
{
    background-color: transparent;
    border-radius: 0;
    margin: 10px 0;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);	
}

form.comment-form input[type="text"]:focus , 
form.comment-form input[type="password"]:focus , 
form.comment-form input[type="email"]:focus 
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#header .navbar-default .navbar-nav > li > a {
    text-indent: -10000px;
}
@media (max-width: 767px) {
	.wr-dark-version #header.header-fullscreen-top .navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.9)!important;
   } 
}

.bg-full{
	background-size: cover;
    background-position: top left;
    width: 100%;
    height: 100vh
}
section.wpb-content-wrapper{
	padding:0px;
	background:transparent;
}
.navbar {
	border-radius:0px;
}
.nav li li{
	Background:transparent!important;
}
#menu-item-59{
	position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
	background: url(https://www.dragonoil.com/wp-content/uploads/2024/10/GOTECH-Day-1.mp4);
}
sr7-content sr7-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(38, 50, 56, 0.1), rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5));
	z-index:0;
}
#footer .row .col-md-3:nth-child(2){
	padding-left: 6%;
}
#footer .row .col-md-3:nth-child(3){
	padding-left: 4%;
}
#footer .row .col-md-3:nth-child(4){
	padding-left:2%;
}
/*
.ds-popup.ds-active .mejs-container.wp-video-shortcode.mejs-video{
	height: 460px !important;
}

.ds-popup.ds-active video.wp-video-shortcode{
	height: 435px !important;
}*/
.ds-popup.ds-active video.wp-video-shortcode {
    height: auto !important;
	width:100%;
}
#ds-popup-2 video {
	width:100%;
}
#mep_1 {
	background:transparent;
}
@media screen and (min-width:1200px) and (max-width:1340px) {
	.ds-popup.ds-active video.wp-video-shortcode {
    height: auto !important;
}

}

.ds-popup-close.-icon {
    background: #717578 !important;
    color: #bbbdbe !important;
    border-radius: 50px;
    padding: 5px;
    top: 10px;
    right: -25px;
}
#ds-popup-2 .ds-popup-close.-icon{
	 right: 10px;
}
#ds-popup-2 .mejs-time{
	height: 30px;
}
#ds-popup-2 .ds-popup-content{
	overflow-y:hidden;
}
#ds-popup-2 .mejs-controls{
	bottom: 60px;
}
#ds-popup-2 .ds-popup div {
	background:transparent;
}
#ds-popup-2 .ds-popup-content {
    text-align: justify;
    background: transparent;
}
.ds-popup-content{scrollbar-color: var(#7ac69a) var(#fff);}
.ds-popup-content::-webkit-scrollbar {
  width: 10px;
}
.ds-popup-content::-webkit-scrollbar-thumb{
	background-color:#7ac69a;
}
.ds-popup-content {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.pop_title{
	font-size: 20px !important;
    margin-bottom: .6666em;
    color: #fff;
    background-color: #083674;
    text-align: center;
    padding: 18px 0 !important;
}
.pop_box{
	border-bottom: 3px solid #e6e5e5;
    color: #7f8386 !important;
    margin-left: 40px !important;
    padding-bottom: 10px !important;
    margin-right: 40px !important;
}
.pop_box strong{
	color:#083674 !important;
}
@media (max-width: 1200px) {
	.single-banner-slide h2{
		font-size: 44px;
    	line-height: 50px;
	}
}
.pl-50{
	padding-left:50px !important;
}
.pr-50{
	padding-right:50px !important;
}
.pr-80{
	padding-right:80px !important;
}
.pr-170{
	padding-right:170px !important;
}
.d-none{
	display:none;
}
.b-r-10 img{
	border-radius:10px;
}
.egypt-pb-70{padding-bottom:70px;}
.pt-50{
	padding-top:50px;
}
.pt-30{
	padding-top:30px;
}
.pr-30{
	padding-right:30px;
}
.pl-30{
	padding-left:30px;
}
.do-map{
position: relative;
    display: block;
}
.normal-map-hover{
	position: absolute;
  top: 0;
  left: 0;
	transition: opacity 1s;
  	opacity: 0;
}

.do-map:hover .normal-map-hover{
	opacity: 1;
}
.gotech_page .vc_tta.vc_general .vc_tta-panel-body{
	padding:0;
}
.gotech_page .vc_tta.vc_general .vc_tta-tabs-list{
	display:flex;
}
.gotech_page .vc_tta.vc_general .vc_tta-tab{
	flex:1;
}
.gotech_page .vc_tta.vc_general .vc_tta-tab a{
	background-color:#7f8386;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	border-radius: 0;
}
.gotech_page .vc_tta.vc_general .vc_tta-tab a span{
	color:#fff;
}
.gotech_page .vc_tta.vc_general .vc_tta-tab.vc_active a{
	background-color:#073674;
}
.whydo a::after{
	position:absolute;
	content:"";
	background-image:url(https://www.dragonoil.com/wp-content/uploads/2025/02/do-png-menu.png);
	background-repeat:no-repeat;
	left:47px;
	top:15px;
	width:15px;
	height:10px;
}
.Diversity_do a::after{
	position:absolute;
	content:"";
	background-image:url(https://www.dragonoil.com/wp-content/uploads/2025/02/do-png-menu.png);
	background-repeat:no-repeat;
	left:94px;
	top:15px;
	width:15px;
	height:10px;
}
.Venture_text{
	padding-top:60px;
}
.pl-60{
	padding-left:60px;
}
@media (max-width: 720px) {
	.guiding_img{
		min-height:350px;
	}
	.pt-260{padding-top:260px !important;}
	.pl-50{
	padding-left:30px !important;
	}
	.pr-50{
		padding-right:30px !important;
	}
	.min-410 {
    min-height: 215px !important
	}
	.bg_image-op.vc_custom_1738516364132{
		background-image:none !important;
	}
	.bg_image-op .pr-80{
	padding-right:0px !important;
}
	.bg_image-op .pr-170{
	padding-right:0px !important;
	}
	#Egypt .pl-50{
	padding-left:0px !important;
}
	.d-none{
	display:block;
}
	.mb-30 img{margin-bottom:30px;}
	.egypt-pb-70{padding-bottom:0px;}
	.Sustainability .pt-50{
		padding-top:0px;
	}
	#climate .pr-50{
	padding-right:0px !important;
}
	.why-do .pt-30{
	padding-top:0px;
}
	.why-do .pr-50{
	padding-right:0px !important;
}
	.career_img img{
		margin-top:30px;
	}
	.career_six_box .pl-30{
	padding-left:0px;
	}
	.career_six_box .pr-30{
	padding-right:0px;
	}
	.six_boxx {
    border-right: 0px solid #3a6297 !important;
	}
	.min_hh {
    min-height: auto !important;
	}
	#invest .pr-30{
	padding-right:0px;
}
	.oil_gree1 .main_title.pl-50{
	padding-left:0px !important;
	}
	.Venture_text{
	padding-top:15px;
}
	.Venture_text.pl-50{
	padding-left:0px !important;
}
	.oil_gree1 .bg_p1{
		background: transparent !important;
	}
	.our_value_bg .pl-60{
		padding-left:0;
	}
	.home-enoc.pl-50{
		padding-left:0 !important;
	}
	.thumbnail-btn {
    width: 50px !important;
    height: 50px !important;
    margin-right: 2px !important;
    margin-top: 12px !important;
}
	.testimonial .slider img{
		width: 80%;
        margin-left: 10%;
	}
	.testimonial .slider .col-md-6{
		padding: 10px 50px;
	}
	.testimonial h2{
		margin-top: 34px !important;
	}
	.thumbnails{
		position: relative !important;
	}
	.thumbnail-btn1 {
    width: 50px !important;
    height: 50px !important;
    margin-right: 2px !important;
    margin-top: 12px !important;
}
	.testimonial1 .slider1 img{
		width: 80%;
        margin-left: 10%;
	}
	.testimonial1 .slider1 .col-md-6{
		padding: 10px 50px;
	}
	.testimonial1 h2{
		margin-top: 34px !important;
	}
	.thumbnails1{
		position: relative !important;
	}
	.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #eaf0f1 !important;
    background-color: #eaf0f1 !important;
}
	.testi .vc_tta-panel-heading a span {
    color: #9da1a9 !important;
}
	.testi .vc_active a span {
    color: #2ab1ce !important;
}
	
}
.pr-30x{
		padding-right:30px ;
	}
.pl-40x{
		padding-left:40px ;
	}
.how-to1{
	padding-top:72px;
	padding-left:30px;
}
.main_footer .col-md-3 {
        width: 16%;
    }
#footer .main_footer .row .col-md-3:nth-child(2) {
    padding-left: 15px;
}
#footer .main_footer .row .col-md-3:nth-child(3) {
    padding-left: 15px;
}
#footer .main_footer .row .col-md-3:nth-child(4) {
    padding-left: 15px;
}
@media (max-width: 767px) {
	.mobile_nnn .navbar-nav li {
        height: 100% !important;
    }
	.mobile_nnn{
		display:block;
	}
	#header .navbar-default .navbar-nav li{
		
	}
	    #header.header-fullscreen-top .header-body .navbar-default .navbar-nav li {
        height: 100% !important;
        width: 16% !important;
    }
	.climate_change {
    height: 410px !important;
	}
	.supplier_sec::after {
    background-color: #fff !important;
    visibility: visible !important;
    z-index: -1 !important;
}
	.pr-30x{
		padding-right:0px !important;
	}
	.vc_tta-panels-container h4 a span{
		color:#000 !important;
	}
	.Contractors_tab h4 a{
		color:#000 !important;
	}
	.pl-40x{
		padding-left:0px ;
	}
	.tpcc .w_60 {
    width: 100%;
}
	.tpcc .w_40 {
    width: 100%;
}
	.faq .w_45 {
    width: 100%;
}
	.how-to1{
	padding-top:0px;
	padding-left:0px;
}
	.main_footer .col-md-3 {
        width: 100%;
    }
}
@media (max-width: 410px) {
	    .thumbnail-btn {
        width: 45px !important;
        height: 45px !important;
        margin-right: 2px !important;
        margin-top: 12px !important;
    }
	.distribution-map .map-point4.map-point::before{
		
	}
}
.main_footer .row .col-md-3.col-sm-6:nth-child(4) .section-sub-title .head-title{
	
}
