/*
Theme Name: DG - Genie Engineering
Theme URI: http://theaxost.com
Author: the Axost team
Author URI: http://theaxost.com
Description: This theme is designed and developed by Axost team for The Scholars Public School Ubauro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, green, silver, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: genieengineering
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
body {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: unset;
    font-size: 16px;
}


p {
      font-size:16px;
      line-height: 30px;
    color: #414042;
    margin-bottom: 34px;
    font-family:inherit;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

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

a:focus, a:hover {
  color: #5d2f1a;
}



.btn-main {
  background: #5d2f1a;
  border: 1px solid #5d2f1a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: unset !important;
}
.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #fff;
  background-color:#5d2f1a;
  font-family:inherit;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #5d2f1a;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #5d2f1a;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  padding-bottom: 50px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title p {
      font-size: 18px;
    font-family: inherit;
    color: #000;
}

.title.title-white h2 {
  color: #fff;
}

.desc-wht{
     font-size: 18px;
    font-family: inherit;
    color: #fff;
}

.desc-blk{
     font-size: 18px;
    font-family: inherit;
    color: #000;
}

.serv > p{
     font-size: 18px;
    font-family: inherit;
    color: #fff;
}

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #5d2f1a;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #5d2f1a;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in-out;
}

.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}

.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}

.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #5d2f1a;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-image: url("images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  transition: .3s all;
}

.navigation .logo-default {
  display: none;
}

.navigation .navbar-nav > li.current_item a {
    color:#5d2f1a;
      border-bottom: solid medium #5d2f1a;
      padding-bottom: 5px;
}

.current-menu  > li.active a {
      border-bottom: solid medium #5d2f1a;
}


.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .2s ease-in-out 0s;
  font-weight:700;
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #5d2f1a;
}

.navigation .nav .open > a {
  background: none;
}

.navigation .dropdown {
  padding: 0;
}

.navigation .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  background-color: #000;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s ease-in-out;
  transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
}

.navigation .dropdown .dropdown-menu li a {
  padding: 8px 15px;
  color: #9d9d9d;
}

.navigation .dropdown .dropdown-menu li a:hover {
  padding-left: 20px;
  background: transparent;
  color: #fff;
}

.navigation .dropdown:hover .dropdown-menu {
  transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s ease-in-out;
  transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff !important;
}

.sticky-header .navbar-nav > li > a {
  color: #000;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

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

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  background-image: url("images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area:before {
  content: '';
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-right: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: .8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  About us section
==================================================================*/
.about {
  background: #fff;
  color:#000;
}

.about .btn-about {
  background: #5d2f1a;
}

.about h4 {
  margin-top: 30px;
}

.about .feature-list {
  margin-top: 10px;
}

.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: 'Open sans';
  margin-bottom: 5px;
  font-weight: 600;
}

.about .feature-list li i {
  color: #5d2f1a;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}

.about-2 .checklist {
  padding-left: 30px;
}

.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}

.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("images/call-to-action/test copy.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
  font-size: 18px;
    font-family: inherit;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

.filters-button-group_3:before, .filters-button-group_3:after{
    -webkit-box-shadow: 0 15px 10px #fff !important; 
    -moz-box-shadow: 0 15px 10px #fff !important; 
    box-shadow: 0 15px 10px #fff !important;  
}


/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #5d2f1a;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #5d2f1a;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #5d2f1a;
  color: #fff;
  border: 1px solid #5d2f1a;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #5d2f1a;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  background: url("images/pricing-bg.jpg");
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 20px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #5d2f1a;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #5d2f1a;
  border: none;
  color: #fff;
  outline: none;
}

.portfolio-filter button.active {
  background: #5d2f1a;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}

.portfolio-block:hover:before {
  opacity: 1;
}

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #5d2f1a;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}

.services .service-block {
  padding: 50px 35px 40px 35px;
}

.services .service-block.color-bg {
  background: #5d2f1a;
  color: #fff;
}

.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #5d2f1a;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #5d2f1a;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #5d2f1a none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #5d2f1a;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #5d2f1a;
}

.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team {
  padding: 100px 0;
  background: #F6F6F6;
}

.team .team-member {
  background: #fff;
}

.team .team-member .member-content {
  padding: 25px 0;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}

.team .member-photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #5d2f1a;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 150px;
  background-color: white;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 150px;
  height: auto;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 110px;
  padding-top: 70px;
  background: #F6F6F6;
}

.post-item {
  background: #fff;
  margin-bottom: 20px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #5d2f1a;
}

.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #5d2f1a;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #5d2f1a;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #5d2f1a;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #5d2f1a;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
    font-size: 14px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: inherit;
    padding-right: 20px;

}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
   font-family: 'Ubuntu', sans-serif;;
  display: block;
}

.top-footer li a:hover {
  color: #5d2f1a;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 5;
}

.footer-bottom h5 {
    font-family: 'Ubuntu', sans-serif;
    color: #888888;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
}
.news{
    background-color: rgba(211, 222, 249, 0.33); 
    padding-top: 3%; 
    padding-bottom: 3%;
}
.footer-bottom h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #888888;
    font-weight: 400;
    text-align: end;
    font-size: 16px;
}

.footer-bottom a {
  color: #888888;
}

.page-404 h1 {
  font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }
  .navigation .navbar-nav > li > a {
    font-size: 14px;
    padding: 20px 9px;
  }
  .navigation.sticky-header .navbar-toggle {
    border: 1px solid #dedede;
  }
  .navigation.sticky-header .navbar-toggle span {
    background: #000;
  }
  .navigation.sticky-header .navbar-nav > li > a {
    padding: 16px 9px;
  }
  .navbar-brand h1 {
    width: 130px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .counters-item:before {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }

    .navbar-collapse.in {
    overflow-y: inherit;
    background-color: #333435;
    padding-bottom: 3%;
    padding-top: 3%;
    border-radius: 5px;
    width: 60%;
    }

    .navigation .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s ease-in-out 0s;
    font-weight: 700;
    }
    
    .btn-dg {
    display: inline-block;
    width: 170px;
    height: 40px;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
    background-color: #5d2f1a;
    font-size: 16px;
    color: #fff;
    cursor: pointer !important;
    border: 0px !important;
    
    }
    
    .localbtn{
      margin-top: -10%;
    margin-left: -18%;
  }

  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our services */
  .service-block {
    margin: 0 auto 40px;
    width: 310px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
  
  .container-top {
    display: none;
    }
    
    .top-footer {
    display: none;
    }
  
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .navigation.sticky-header .navbar-toggle {
    border: 1px solid #dedede;
  }
  
  .navbar-collapse.in {
    overflow-y: inherit;
    background-color: #fbfbfb;
    }
  
  .navigation .navbar-nav > li > a {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px !important;
    padding: 20px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s ease-in-out 0s;
    font-weight: 700;
    }
    
    .btn-dg {
    display: inline-block;
    width: 170px;
    height: 40px;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
    background-color: #5d2f1a;
    font-size: 16px;
    color: #fff;
    cursor: pointer !important;
    border: 0px !important;
    
    }
  
  .localbtn{
      margin-top: -10%;
    margin-left: -18%;
  }
  
  .navigation.sticky-header .navbar-toggle span {
    background: #000;
  }
  .navigation.sticky-header .navbar-nav > li > a {
    padding: 8px 9px;
  }
  .navigation .navbar-toggle {
    border: 1px solid #5D2F1A;
  }
  .navigation .navbar-toggle span {
    background: #5D2F1A;
  }
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .carousel-caption img {
    width: 70%;
  }
  #slitSlider .carousel-caption h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption a {
    font-size: 14px;
  }
  #nav-dots {
    display: block;
  }
  #nav-arrows {
    display: none;
  }
  /* navigation */
  .navbar-fixed-top {
    padding-bottom: 10px;
  }
  .navbar-inverse .navbar-toggle,
  .navbar-inverse .navbar-toggle .icon-bar {
    border-color: #4e595f;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #ddd;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar:hover {
    background-color: #ddd;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
  }
  .navbar-toggle {
    margin-right: 8%;
    margin-top: 8%;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-inverse .navbar-nav li a {
    line-height: 15px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid transparent;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  .service-block {
    margin: 0 auto 30px;
    width: 280px;
    position: relative;
    left: -8px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
  
  .container-top {
    display: none;
    }
    
    .top-footer {
    display: none;
    }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
  
  .navigation .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s ease-in-out 0s;
    font-weight: 700;
    }
    
    .btn-dg {
    display: inline-block;
    width: 170px;
    height: 40px;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
    background-color: #5d2f1a;
    font-size: 16px;
    color: #fff;
    cursor: pointer !important;
    border: 0px !important;
    
    }
  
  .container-top{
     display: none; 
  }
  
  .top-footer{
      display: none;
  }
  
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* navigation */
  .navigation .navbar-toggle {
    border: 1px solid #5D2F1A;
  }
  .navigation .navbar-toggle span {
    background: #5D2F1A;
  }
  .navbar-fixed-top {
    padding-bottom: 10px;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #6CB670;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #fff;
    border-radius: 0;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
    background-color: #333435;
    padding-bottom: 3%;
    padding-top: 3%;
    border-radius: 5px;
    width: 60%;
    }
  .navbar-toggle {
    margin-right: 25%;
    margin-top: 8%;
  }
  .navbar-inverse .navbar-nav li a {
    line-height: 10px;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid transparent;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* services */
  .service-block {
    margin: 0 auto 40px;
    width: 310px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
  
  .container-top {
    display: none;
    }
    
    .top-footer {
    display: none;
    }
}

/*# sourceMappingURL=maps/style.css.map */

/***********************************************************/
/******************local css********************************/

.container-top{
      background-color: #000000 !important;
  line-height: 1;
  padding-top: 1px;
    padding-bottom: 1px;
}

.line{
  margin-left: 50px;
}

.video{
  font-weight: 900;
    color: #fff;
}

.p-header-phone{
  color: #c8c5e3;
  font-size: 14px;
  padding: 0px;
  text-align:right;
  margin: 0px;
   font-family: 'Ubuntu', sans-serif;
}
.p-header-mail{
  color: #c8c5e3;
  font-size: 14px;
  
    padding: 0px;
  margin: 0px;
  text-align:left;
   font-family: 'Ubuntu', sans-serif;
}
.l1{
  line-height: 2;
  text-align:right;
}
.social-links{
     color: #c8c5e3;
  font-size: 13px;
    padding: 0px;
  margin: 0px;
   font-family: 'Ubuntu', sans-serif;
   line-height: 2;
}
.p-header-location{
  color: #c8c5e3;
  font-size: 14px;
    padding: 0px;
  margin: 0px;
   font-family: 'Ubuntu', sans-serif;

    text-align:left;
}

.btn-dg{
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 1.7;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
    background-color: #5d2f1a;
    font-size: 16px;
    color: #fff;
        cursor: pointer !important;
    border: 0px !important;
    font-family:inherit;
}

.btn-dg:hover{
    font-family:inherit;
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 1.7;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
    background-color: #35454e;
    font-size: 16px;
    color: #fff;
        cursor: pointer !important;
    border: 0px !important;

}

#awsm-application-submit-btn:hover{
    cursor: pointer !important;
    border: 0px !important;
    display: inline-block;
    width: 170px;
    height: 40px;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
    background-color: #35454e;
    font-size: 16px;
    color: #fff;
}


#awsm-application-submit-btn{
        cursor: pointer !important;
    border: 0px !important;
display: inline-block;
    width: 170px;
    height: 40px;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
    background-color: #5d2f1a;
    font-size: 16px;
    color: #fff;
}

.icons{
   width: 10px;
    /* margin: 1px; */
    margin-right: 3px;
    margin-bottom: 3px;
}
.social-links a {
   color: #c8c5e3;
    padding: 8px 12px;
    display: inline-block;
    line-height: 0;
    font-size: 14px;
}
.social-links a:hover {
    color: #c8c5e3;
    padding: 8px 12px;
    display: inline-block;
    line-height: 0;
    font-size: 14px;
}

.logoo{
  height: 70px;
    width: 100px !important;
}

.nav-lcl-clss{
  margin-left: 18% !important;
}

.search-form{
    margin-top: 3%;
    float: right;
}

.video-icone{
  width: 30%;
  height: auto;
}

.clmn-bigr-header{
        color: #fff;
    background-image: url("images/test2 copy.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
        padding-top: 15%;
    padding-bottom: 15%;
}

.pic-about-top{
  width: 100%;
  height: 540px !important;
      margin: 5px;
}

.top-load-btn{
  color: #5d2f1a;
    background-color: unset;
    border: #5d2f1a solid 2px;
    border-radius: 15px;
    width: 12%;
    height: 44px;
    position: relative;
    top: 30px;
    left: 30px;
}
.top-load-btn:hover{
  color: #ffffff;
    background-color: #5d2f1a;
    border: #5d2f1a solid 2px;
    border-radius: 15px;
    width: 12%;
    height: 44px;
    position: relative;
    top: 30px;
    left: 30px;
}

.h2-title-services{
  color: #ffffff !important;
}
.p-title-services{
  color: #ffffff !important;
  margin-top: 2%;
}

.title-services_blk{
    color:#000;
}

.services-row-for-padding{
  
}

.inside-clmn-blk-div{
    padding: 5%;
    border: solid #fff 1px;
    border-radius: 5px;
    background-color: #000000;
    opacity: 0.8;
    height: 305px;
    padding-top: 14%;
    margin: 10px;
}

.inside-clmn-wht-div{
  padding: 5%;
  background-color: #ffffff;
  color: #000000;
    border: solid #000 1px;
    border-radius: 5px;
    height: 305px;
    padding-top: 14%;
    margin: 10px;
}

.inside-clmn-wht-div:hover{
  padding: 5%;
    border: solid #fff 1px;
    border-radius: 5px;
    background-color: #000000;
    opacity: 0.8;
    color:#fff;
    height: 305px;
    padding-top: 14%;
}

.inside-clmn-blk-div:hover{
     padding: 5%;
  background-color: #ffffff;
  color: #000000;
    border: solid #000 1px;
    border-radius: 5px;
     opacity:1;
     height: 305px;
    padding-top: 14%;
}

.inside-clmn-blk-div:hover > p{
    background-color: #ffffff;
    color: #000000;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:8px;
    border-radius: 5px;
    padding:0px;
    opacity:1;
}

.inside-clmn-wht-div:hover > p{
    background-color: #000;
    color: #fff;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:8px;
    border-radius: 5px;
    padding:0px;
    opacity:1;
}


.h4-services{
  margin-top: 10%;
}

.p-clm-wht{
  color: #918b8b !important;
}

.inside-div-leftsyd{
  padding: 7%;
}

.img-consulting{
 border-right: #5d2f1a solid 25px;
    border-bottom: #35454e solid 25px;
    width:100%;
}

.inside-div-rytsyd{
  padding: 10%;
  padding-top: 22%;
}

.h2-consuling{
  font-weight: inherit;
}

.p-cunsl{
  margin: 0px 0px 25px 0;
      font-size:16px;
      line-height: 30px;
    color: #414042;
    margin-bottom: 34px;
    font-family:inherit;
}

.a-cunsl-active{
  color: #5D2F1A;
  font-size: larger;
}
.a-cunsl-active:hover{
  color: #35454E;
  font-size: larger;
}
.a-cunsl{
  margin: 1%;
  font-size: larger;
  color: #35454E;
}
.a-cunsl:hover{
  margin: 1%;
  font-size: larger;
  color: #5D2F1A;
}

.row-1{
  margin-top: 3%;
  text-align: center;
}

.pic-cunslt-servs{
  width: 100%;
  margin: 5px;
}

.btn-sunsl{
      color: #5d2f1a;
    background-color: unset;
    border: #5d2f1a solid 2px;
    border-radius: 15px;
    width: 40%;
    height: 35px;
    margin-top: 10%;
    margin-left: -40%;
}
.btn-sunsl:hover{
      color: #fff;
    background-color: #5d2f1a;
    border: #5d2f1a solid 2px;
    border-radius: 15px;
    width: 40%;
    height: 35px;
    margin-top: 10%;
    margin-left: -40%;
}


.p-artcl{
  font-weight: 600;
}

.h2-artcl{
  font-weight: 100;
}

.btn-more-news{
  float: right;
    background-color: #fff;
    color: #5d2f1a;
    border: #fff solid 1px;
    font-weight: 600;
    width: 30%;
    height: 41px;
    border-radius: 35px;
}
.btn-more-news:hover{
  float: right;
    background-color: #5d2f1a;
    color: white;
    border: #5d2f1a solid 1px;
    font-weight: 600;
    width: 30%;
    height: 41px;
    border-radius: 35px;
}

.clmn-artcl{
  background-color: #fff;
}

.inside-divi-sec-artcl{
  margin: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.pic-artcl-inner-divi{
  width: 100%;
  height: 180px;
}

.h4-artcl{
    color: #5D2F1A;
}
.h4-artcl:hover{
    color: #35454E;
}

.h2-form-top{
  color: #fff;
}

.form-req-quote{
  margin-top: 5%;
}

.form-field{
        width: 95%;
  background-color: unset;
    height: 40px;
    color: #fff;
    border: #605e7e solid 2px;
    padding-left: 10px;
    margin-top: 2%;
}

.form-select-1{
  background-color: unset;
    height: 40px;
    color: #787691;
    width: 45%;
    border: #605e7e solid 2px;
    padding-left: 10px;
}

.form-slt-option{
  color: silver;
}

.form-textarea{
  background-color: unset;
    border: #605e7e solid 2px;
    width: 93%;
    margin-top: 2%;
    height: 100px;
    padding-left: 2%;
}

.form-btm-btn{
  color: #fff;
    background-color: #5d2f1a;
    border: solid 1px #5d2f1a;
    width: 25%;
    height: 41px;
        margin-top: 2%;
}
.form-btm-btn:hover{
  color: #ffffff;
    background-color: unset;
    border: solid 2px #5d2f1a;
    width: 25%;
    height: 41px;
}

.accordion{
  margin-top: 8%;
}

.acordian-btnn-request-qot-1{
  background-color: #fff;
    color: #000000;
    font-weight: 700;
    font-size: initial;
    width: 100%;
    text-align: left;
    border-radius: 5px;

}
.acordian-btnn-request-qot-1:hover{
  background-color: #fff;
    color: #000000;
    font-weight: 700;
    font-size: initial;
    width: 100%;
    text-align: left;
    border-radius: 4px;
}
.acordian-btnn-request-qot-2{
  background-color: #5d2f1a;
    color: #ffffff;
    font-weight: 700;
    font-size: initial;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    margin-bottom: 3%;
}
.acordian-btnn-request-qot-2:hover{
  background-color: #5d2f1a;
    color: #ffffff;
    font-weight: 700;
    font-size: initial;
    width: 100%;
    text-align: left;
    border-radius: 4px;
}
.acordian-btnn-request-qot-3{
  background-color: #fff;
    color: #000000;
    font-weight: 700;
    font-size: initial;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    margin-bottom: 3%;
}
.acordian-btnn-request-qot-3:hover{
  background-color: #fff;
    color: #000000;
    font-weight: 700;
    font-size: initial;
    width: 100%;
    text-align: left;
    border-radius: 4px;
}

.card-body{
color: #000;
    /* font-size: small; */
    /* font-weight: bolder; */
    padding: 20px;
    font-family: inherit;
    font-size: 27px;
}

.inside-clmn-footer{
  margin-top: 0%;
}

.inside-clmn-footer img{
    width: 150px;
    height: 123px;
    opacity: 0.4;
}
.footr{
    color:#fff;
}

.fottr-a{
    font-size: 14px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: inherit;
    padding-right: 20px;
    text-decoration:none;
}

#intro{
  background-repeat: no-repeat;
    background-image: url("images/slider/slider-bg-1.jpg");
    background-size: cover;
    background-position: center center;
}

.jmbtr{
        background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
        height: 500px;
}




.inside-clmn-wht-div p{
    color:#000;
}


.awsm-lists {
    -webkit-box-shadow: 0 5px 15px 0 #fff !important; 
     box-shadow: 0 5px 15px 0 #fff !important; 
}

.services-row-for-padding a{
    color:#fff;
}



.inside-clmn-blk-div > .fa{
    font-size:xx-large;
    color: #5d2f1a;
}

.inside-clmn-wht-div > .fa{
    font-size:xx-large;
    color: #5d2f1a;
}
.top-text{
  font-size: 18px !important;
    line-height: 30px;
    color: #414042;
    margin-bottom: 34px;
    font-family:inherit;
}
.entry-content > p{
    font-size:16px;
      line-height: 30px;
    color: #414042;
    margin-bottom: 34px;
    font-family:inherit;
}

.about-ul li{
    font-size:16px;
    color: #414042;
    font-family:inherit;
}
.about-ul li:before {
  content: "\f058 " !important; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #35454e;
}
#genie{
    color: #5d2f1a;
}
.aboutbg{
    background-color:#35454e;
}
.awsm-job-post-title a{
    color: #5d2f1a;   
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/***************************** css service section**************************************/

.row-service-sec{
    margin-top: 2%;
}

.clmn-service{
    
   
}

.servce-inside-clmn{
       background-color: #35454e;
    padding: 34px 25px 27px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    height: 305px;
    margin-bottom: 50px;
    font-family: inherit !important;
    color: #fff;
    border-top: solid thick #5D2F1A;
}

.servce-inside-clmn:hover{
       background-color: #f7f9fa;
    padding: 34px 25px 27px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    height: 305px;
    margin-bottom: 50px;
    font-family: inherit !important;
    color: #5d2f1a;
    border-bottom: solid thick #35454e;
}

.desc {
     font-family: inherit !important;
    color: #fff;
}


.h2-servicess-iner{
    font-size: larger;
    font-family: inherit !important;
    color: #fff;
   /* line-height: inherit;*/
}    
.h2-servicess-iner:hover{
    font-size: larger;
    font-family: inherit !important;
    color: #fff;
   /* line-height: inherit;*/
}  

.form-section{
        color: #fff;
    background-image: url("images/test2 copy.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 4%;
    padding-top: 4%;
}

.p-form-top{
    margin: 0;
    color:#fff;
}

.icone-strong-1{
    position: relative;
    top: 60px;
}

.icone-strong-2{
    position: relative;
    top: 60px;
}

.icone-strong-3{
    position: relative;
    top: 60px;
}

.important-left-form-divi{
    margin-left: 15%;
}
    
.form-p-1{
    margin:0;
    color: #fff;
    font-weight: 600;
}    

.form-p-2{
    margin: 0;
    color: fff;
    font-weight: 700;
} 
    
.form-hr{
    margin: 0;
    color: black;
    margin-top: 3%;
}
    
.right-side-form{
    background-color: #ffffff;
 color: #000;
    padding: 5%;
    border-radius: 5px;
    box-shadow: #5d2f1a 0px 2px 10px 1px;
}    
 
    
.text-area-field{
    background-color: #f8f8f8;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #d5d5d5;
    height: 80px;
}
    
.bttn{
    text-align: center;
} 
  
.bttn-form{
    background-color: #5D2F1A;
    border: solid 1px #35454E;
    height: 43px;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 5%;
}
.page-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background-color: #fff;
}
.page-title{
    padding-bottom: 15px !important;
    padding-top: 170px !important;
}
.bttn-form:hover{
    background-color: #35454E;
    border: solid thin #5D2F1A;
    height: 43px;
    border-radius: 5px;
    color: #fff;
    margin-top: 5%;
}   

.btndg{
    background-color: #5d2f1a !important;
    color: #fff !important;
}

.crd-h3 a{
    color: #5d2f1a !important;
}

    
/********************************css of blog design*************************************/ 

.crd-lcl-clss{
    border-left: 2px solid #5d2f1a;
    padding: 2%;
    background: #cccccc12;
}

.postdate{
    font-family: inherit;
    font-size: 12px;
    color: #ccc;
    line-height: 3.2;
}


.list-group-item {
    font-size: 16px !important;
    font-family: inherit !important;
    
}



.crd-h3{
    color: #000000 !important;
    margin-bottom: 3%;
}
  
.crd-p{
    font-weight: 100 !important;
}
  
.crd-li{
    float: left;
    margin: 10px;
    color: #686868;
} 

.inside-clmn-right-syd{
    border: solid 1px silver;
    border-radius: 5px;
    padding: 20px;
}
 
.p-ryt-syd-1{
    margin: 0;
    font-weight: bold;
    font-size: initial;
}
  
.important-divi{
    margin-left: 25%;
}

.for-force-move{
    position: relative;
    top: 70px;
}
  
.p-date{
    color: #a69f9f;
    margin-bottom: 5px;
}

.ngg-navigation span.current {
    background: #5d2f1a !important;
}

.entry-title{
    display:none !important;
}

.TS_GV_ClG_Pagination_769 span.active, .TS_GV_ClG_Pagination_769 span:active {
    background-color: #5d2f1a !important;
    color: #ffffff;
}
.TS_GV_ClG_Pagination_769 span{
    display:none !important;
}


.TS_GV_ClG_Pagination_964 span.active, .TS_GV_ClG_Pagination_964 span:active {
      background-color: #5d2f1a !important;
    color: #ffffff;
    padding: 6px;
}
.wpcf7-textarea{
	height:107px !important;
	width: 95%;
}
.orange-text{
    color: #5d2f1a !important;
}
#footer{
    background-color: #222222;
}

.tags{
    font-size: 14px;
    background: #35454e;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-family: inherit;
}

.faqtext{
    font-size: 14px !important;
    font-weight: unset !important;
    color: #fff !important;
}
#wpcf7-f375-p103-o1{
	background-color: #e8e8e859;
    padding: 50px;
    text-align: left;
    border: solid thin #5d2f1a;
    border-radius: 5px;
    margin-bottom: 50px;
}
#wpcf7-f375-p103-o2{
	background-color: #e8e8e859;
    padding: 50px;
    text-align: left;
    border: solid thin #5d2f1a;
    border-radius: 5px;
    margin-bottom: 50px;
}
.mobcss li a{
    color:#fff !important;
}