/*colors*/
/*grid float point*/
/*font-family*/
/*main-menu*/
/*blogposts*/
/*widgets*/
/*footer*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 22px;
}

.main-container {
  overflow: hidden;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #313131;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.alignnone {
  max-width: 100%;
  margin: 10px 0;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin-right: 20px;
  float: left;
}

img.alignright {
  float: right;
  margin-left: 10px;
}

img.size-full {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  z-index: 999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-pad {
  padding: 60px 0;
}

.padtop60 {
  padding-top: 60px;
}

.pad60 {
  padding: 60px 0;
}

.padbottom60 {
  padding-bottom: 60px;
}

.pad80 {
  padding: 80px 0;
}

.padtop80 {
  padding-top: 80px;
}

.padbottom80 {
  padding-bottom: 80px;
}

.pad100 {
  padding: 100px 0;
}

.mb20 {
  margin-bottom: 20px;
}

table {
  width: 100%;
  border: 1px solid #ddd;
}

table th {
  color: #000;
  background: #f6d014;
  padding: 8px;
  vertical-align: top;
  text-align: center;
  line-height: 18px;
}

table td {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
}

table td a {
  color: #000;
}

table td a:hover {
  color: #f6d014;
}

blockquote {
  border-color: #f6d014;
  background: #fafafa;
}

.vc_column_container > .vc_column-inner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.content-no-margin.wpb_content_element,
.content-no-margin .wpb_content_element {
  margin-bottom: 0 !important;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.parallax-banner {
  background-color: #232220;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
  color: #fff;
}

/*Button Styles*/
.btn {
  border-radius: 0;
  padding: 10px 24px;
  border: 0;
  font-size: 13px;
}

.btn.btn-primary, .btn.btn-default {
  color: #fff;
  background: #f6d014;
}

.btn.btn-primary.hvr-sweep-to-right:before, .btn.btn-default.hvr-sweep-to-right:before {
  background: #000;
}

.btn.btn-success.hvr-sweep-to-right:before, .btn.btn-info.hvr-sweep-to-right:before, .btn.btn-warning.hvr-sweep-to-right:before, .btn.btn-danger.hvr-sweep-to-right:before {
  background: #000;
}

.btn.btn-slideshow {
  color: #fff;
  background: #f6d014;
}

.btn.btn-slideshow.hvr-sweep-to-right:before {
  background: #000;
}

.btn.btn-service {
  color: #777;
  font-size: 13px;
  padding: 8px 22px;
  border: 1px solid #777;
}

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

.btn.btn-service.hvr-sweep-to-right:before {
  background: #000;
}

.fa-ul li {
  padding: 5px 0;
}

.fa-ul li i {
  color: #f6d014;
  font-size: 15px;
  padding: 7px 0;
}

.footer {
  background: #111;
  color: #bbb;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.copyright {
  color: #bbb;
  background: #222;
  border-top: 1px solid #333333;
  padding: 17px 0 10px;
  text-align: center;
}

.copyright a {
  color: #bbb;
}

.copyright a:hover {
  color: #f6d014;
}

.nav .open > a {
  background: transparent;
}

.nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
}

.navbar-header .navbar-brand {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar {
  margin-bottom: 0;
}

.navbar.navbar-default {
  border: 0;
  background-color: transparent;
}

.navbar.navbar-default .navbar-nav > li > a {
  color: #272727;
  line-height: 80px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.navbar.navbar-default .navbar-nav > li > a:hover {
  color: #f6d014;
  background: transparent;
}

.navbar.navbar-default .navbar-nav > li > a .caret {
  display: none;
}

.navbar.navbar-default .navbar-nav > li.current-menu-item > a, .navbar.navbar-default .navbar-nav > li.current-menu-parent > a {
  color: #f6d014;
  background: transparent;
}

.navbar.navbar-default .navbar-nav > .open > a {
  color: #f6d014;
  background: transparent;
}

.navbar.navbar-default .navbar-nav .dropdown > a:after {
  content: '\f107';
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  line-height: 20px;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu {
  background: #272727;
  border: 0;
  padding: 0;
  z-index: 9999;
  border-radius: 0;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > .dropdown > a:after {
  content: '\f105';
  float: right;
  display: none;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li {
  border-bottom: 1px solid #555;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:hover {
  color: #f6d014;
  background: transparent;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li.active > a {
  color: #f6d014;
  background: transparent;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li:last-child {
  border-bottom: 0;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li.open .dropdown-menu {
  left: 100%;
  top: -2px;
}

.navbar.navbar-default .navbar-toggle {
  background: #f6d014;
  border: 0;
  margin-top: 16px;
}

.navbar.navbar-default .navbar-toggle .icon-bar {
  background: #000;
}

.navbar-fixed-top {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.navbar-fixed-top .navbar-header .navbar-brand {
  padding: 0 15px;
}

.navbar-fixed-top .navbar {
  margin-bottom: 0;
}

.navbar-fixed-top .navbar.navbar-default {
  border: 0;
  background-color: transparent;
}

.navbar-fixed-top .navbar.navbar-default .navbar-nav > li > a {
  line-height: 40px;
}

/* 2.2 navbar on lg screen */
@media screen and (min-width: 768px) {
  .navbar.navbar-default .navbar-nav {
    float: right;
  }
  .navbar.navbar-default .navbar-nav > li:after {
    height: 2px;
  }
  .navbar.navbar-default .navbar-nav .active:after {
    height: 2px;
  }
}

/* 2.3 navbar on sm & xs screen */
@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
  }
  .navbar.navbar-default .navbar-brand {
    padding: 0 15px;
    height: auto;
  }
  .navbar.navbar-default .navbar-brand > img {
    width: 30%;
  }
  .navbar.navbar-default .navbar-collapse {
    border: 0;
    box-shadow: none;
  }
  .navbar.navbar-default .navbar-collapse.collapse {
    padding-left: 0;
    margin-left: 0;
  }
  .navbar.navbar-default .navbar-nav {
    padding-right: 0;
    margin: 7.5px 0;
    background: #272727;
  }
  .navbar.navbar-default .navbar-nav > li {
    border-bottom: 1px solid #555;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 30px;
    margin-left: 20px;
  }
  .navbar.navbar-default .navbar-nav > li:after {
    height: 0px;
  }
  .navbar.navbar-default .navbar-nav > li .active:after {
    height: 0;
  }
  .navbar.navbar-default .navbar-nav .active > a {
    color: #f6d014;
    background: transparent;
  }
  .navbar.navbar-default .navbar-nav .dropdown > a:after {
    content: '\f107';
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 5px;
  }
  .navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li {
    border-bottom: 0;
  }
  .navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    padding: 5px 0;
    margin: 0 60px;
    border-bottom: 1px solid #555;
  }
  .navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li:last-child > a {
    border-bottom: 0;
  }
}

/*slideshow*/
.slide-border:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #f6d014;
}

.section-title .section-title-text {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
}

.section-title .section-title-text span {
  color: #f6d014;
}

.section-title .section-title-text:after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #f6d014;
  position: relative;
  margin: 20px 0;
}

.section-title .text-center .section-title-text:after {
  margin: 20px auto 25px;
}

.section-title .text-right .section-title-text:after {
  margin: 20px 0 25px auto;
}

.btn-slideshow {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 22px;
  margin-top: 10px;
}

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

.promo-block {
  z-index: 99999;
  position: relative;
  margin-top: -100px;
}

.promo-block .wpb_button,
.promo-block .wpb_content_element,
.promo-block ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px !important;
}

.promo-block h3 {
  color: #fff;
  margin-top: 35px;
  margin-left: 15px;
}

.service-grid-box .service-img-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  width: m;
}

.service-grid-box .service-img-box .overley {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-grid-box .service-img-box .overley a {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
}

.service-grid-box .service-img-box .overley a i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #000;
  background: #f6d014;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-grid-box .service-img-box .overley a:hover i {
  color: #fff;
  background: #000;
}

.service-grid-box .service-img-box:hover .overley {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service-grid-box .service-contect-box h3 {
  font-size: 18px;
  line-height: 18px;
}

.service-grid-box .service-contect-box h3 a {
  color: #313131;
}

.service-grid-box .service-contect-box h3 a:hover {
  color: #f6d014;
}

.service-grid-box .service-contect-box p {
  margin-bottom: 18px;
}

.c2a-small {
  font-size: 15px;
  line-height: 22px;
}

.c2a-heading h3 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
}

.feature-box {
  padding: 0 5px;
}

.feature-box .featurebox-icon {
  margin-bottom: 35px;
}

.feature-box .featurebox-icon i.fa {
  color: #777;
  font-size: 70px;
  line-height: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-box .featurebox-icon i.flaticon:before {
  color: #777;
  font-size: 70px;
  line-height: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-box:hover i.fa {
  color: #f6d014;
}

.feature-box:hover i.flaticon:before {
  color: #f6d014;
}

.feature-box .featurebox-title-text {
  color: #313131;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.feature-number .number {
  color: #f6d014;
  font-size: 30px;
  line-height: 45px;
  padding: 0 14px;
  margin-right: 10px;
  border: 1px solid #f6d014;
  width: 48px;
  height: 48px;
  text-align: center;
}

.feature-number .number-content {
  font-size: 15px;
  line-height: 22px;
}

.feature-number .number-content .featurenumber-title-text {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.feature-number .number-content p {
  margin: 0;
  color: #b9b9b9;
}

.feature-number.right .number {
  margin-left: 10px;
}

.feature-number.right .number-content {
  text-align: right;
  margin-right: 10px;
}

.border-text h3 {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}

.border-text h3:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #f6d014;
  margin: 20px 0;
}

.animated-counter {
  text-align: center;
}

.animated-counter .icon i.fa,
.animated-counter .icon i.flaticon:before {
  clear: both;
  font-size: 60px;
  line-height: 60px;
  color: #f6d014;
  margin-bottom: 20px;
  display: block;
}

.animated-counter .timer {
  clear: both;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.animated-counter .timer:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #f6d014;
  margin: 20px auto 30px auto;
}

.animated-counter h4 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.team-wrap {
  text-align: center;
  margin-top: 5px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-wrap .team-img {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-wrap .team-img .overley {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-wrap .team-img .overley .team-social {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -84px;
  margin-top: -25px;
}

.team-wrap .team-img .overley .team-social a i {
  color: #fff;
  border: 1px solid #f6d014;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: -1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-wrap .team-img .overley .team-social a:hover i {
  color: #fff;
  background: #f6d014;
  border: 1px solid #f6d014;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.team-wrap .team-img:hover .overley {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-wrap h4 {
  font-size: 18px;
  color: #313131;
  line-height: 15px;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

.team-wrap p.designation {
  color: #f6d014;
  margin: 0 0 9px;
}

.team-wrap p {
  margin-bottom: 16px;
  padding: 0 10px;
}

.team-wrap:hover {
  border: 1px solid #f6d014;
}

.team-wrap:hover .team-img {
  border-bottom: 1px solid #f6d014;
}

.clients.wpb_single_image img {
  border: 1px solid #ddd;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.clients.wpb_single_image img:hover {
  opacity: 1;
}

.testimonial-carousel .feedback-item .feedback-text {
  color: #777;
  background: #fafafa;
  font-size: 15px;
  padding: 46px;
  border-left: 2px solid #f6d014;
  position: relative;
}

.testimonial-carousel .feedback-item .feedback-text:after {
  content: '';
  position: absolute;
  border-style: solid;
  left: calc(80% - 10px);
  bottom: -10px;
  left: 90%;
  border-width: 10px 10px 0 10px;
  border-color: #f6d014 transparent transparent transparent;
}

.testimonial-carousel .feedback-item h4 {
  color: #313131;
  text-align: right;
  text-transform: capitalize;
  margin: 15px 0 0;
}

.testimonial-carousel .feedback-item p.designation {
  text-align: right;
  font-weight: 400;
  font-size: 13px;
}

.project-nav ul {
  margin: 0;
  padding: 0;
}

.project-nav ul li {
  color: #313131;
  margin: 15px 5px 38px 0;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-nav ul li:hover, .project-nav ul li.active {
  color: #313131;
  background: #f6d014;
}

.project-addon {
  width: 100%;
  overflow: hidden;
}

.project-addon .project-item {
  position: relative;
  overflow: hidden;
}

.project-addon .project-item.col-2, .project-addon .project-item.col-3, .project-addon .project-item.col-4 {
  float: left;
}

.project-addon .project-item.col-2 img, .project-addon .project-item.col-3 img, .project-addon .project-item.col-4 img {
  width: 100%;
}

.project-addon .project-item.col-2 {
  width: 50%;
}

.project-addon .project-item.col-3 {
  width: 33.33%;
}

.project-addon .project-item.col-4 {
  width: 25%;
}

.project-addon .project-item .project-overley {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-addon .project-item .project-overley .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -50px;
}

.project-addon .project-item .project-overley .content h3 a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-addon .project-item .project-overley .content h3 a:hover {
  color: #f6d014;
}

.project-addon .project-item .project-overley .content .project-tags {
  color: #f6d014;
}

.project-addon .project-item .project-overley .content .project-tags span {
  margin-right: 5px;
}

.project-addon .project-item:hover .project-overley {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.project,
.service {
  margin-bottom: 30px;
}

.project .entry-thumb,
.service .entry-thumb {
  margin-bottom: 20px;
}

.project .entry-thumb img,
.service .entry-thumb img {
  max-width: 100%;
}

.project .entry-header h1.entry-title,
.service .entry-header h1.entry-title {
  color: #313131;
}

.project .entry-header h2.entry-title,
.service .entry-header h2.entry-title {
  color: #313131;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}

.project .entry-header h2.entry-title a,
.service .entry-header h2.entry-title a {
  color: #313131;
  outline: none;
}

.project .entry-header h2.entry-title a:hover,
.service .entry-header h2.entry-title a:hover {
  color: #f6d014;
}

.project .entry-header .entry-meta,
.service .entry-header .entry-meta {
  margin-bottom: 10px;
}

.project .entry-content a,
.service .entry-content a {
  color: #000;
}

.project .entry-content a:hover,
.service .entry-content a:hover {
  color: #f6d014;
}

.project .entry-header span,
.project .entry-footer span,
.service .entry-header span,
.service .entry-footer span {
  display: inline-block;
  margin-right: 15px;
}

.project .entry-header span i,
.project .entry-footer span i,
.service .entry-header span i,
.service .entry-footer span i {
  display: inline-block;
  margin-right: 5px;
  color: #f6d014;
}

.project .entry-header span a,
.project .entry-footer span a,
.service .entry-header span a,
.service .entry-footer span a {
  color: #777;
}

.project .entry-header span a:hover,
.project .entry-footer span a:hover,
.service .entry-header span a:hover,
.service .entry-footer span a:hover {
  color: #f6d014;
}

.project .entry-footer,
.service .entry-footer {
  margin-top: 20px;
}

.page-head {
  padding: 120px 0;
  position: relative;
}

.page-head:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}

.page-head .page-head-title {
  color: #f6d014;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-head .breadcrumbs {
  text-align: right;
  color: #ccc;
}

.page-head .breadcrumbs .fa {
  font-size: 15px;
}

.page-head .breadcrumbs span {
  color: #fff;
  text-transform: uppercase;
}

.page-head .breadcrumbs span a {
  color: #f6d014;
}

.pricing-table {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}

.pricing-table li {
  position: relative;
  padding: 16px 4px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table li h2 {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table li.price {
  padding: 30px 0;
  border-bottom: 1px solid #f6d014;
  color: #313131;
  font-size: 24px;
  font-weight: 700;
}

.pricing-table li:first-child {
  padding: 22px 0;
  background: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table:hover li h2 {
  color: #313131;
}

.pricing-table:hover li:first-child {
  color: #313131;
  background: #f6d014;
}

.dropcap {
  float: left;
  width: 55px;
  height: 55px;
  margin: 7px 10px 0 0;
  padding: 6px 10px 0 13px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.dropcap.square {
  color: #fff;
  background: #f6d014;
}

.dropcap.rounded {
  color: #fff;
  background: #f6d014;
  border-radius: 4px;
}

.dropcap.circle {
  color: #fff;
  background: #f6d014;
  border-radius: 100%;
}

/*WP Instagram Widget Styles*/
.sidebar .widget .instagram-pics.instagram-size-thumbnail,
.footer .widget .instagram-pics.instagram-size-thumbnail {
  border-bottom: 0;
}

.sidebar .widget .instagram-pics.instagram-size-thumbnail li,
.footer .widget .instagram-pics.instagram-size-thumbnail li {
  float: left;
  width: 60px;
  margin: 5px;
}

.sidebar .widget .instagram-pics.instagram-size-thumbnail li a:before,
.footer .widget .instagram-pics.instagram-size-thumbnail li a:before {
  display: none;
}

.sidebar .widget p.clear,
.footer .widget p.clear {
  clear: both;
}

.sidebar .widget p.clear a,
.footer .widget p.clear a {
  color: #bbb;
}

.sidebar .widget p.clear a:hover,
.footer .widget p.clear a:hover {
  color: #f6d014;
}

/*Contact Form 7 styles*/
.wpcf7 label {
  font-weight: 400;
}

.wpcf7 label span {
  color: #f6d014;
  font-size: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 100%;
  height: 40px;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  outline: none;
  box-shadow: none;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border: 1px solid #f6d014;
}

.wpcf7 input[type="submit"] {
  color: #fff;
  background: #f6d014;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: #000;
}

.back-to-top {
  background: #f6d014;
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  right: 15px;
  z-index: 99999;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.back-to-top.reveal {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
  cursor: pointer;
}

.back-to-top.reveal:hover, .back-to-top.reveal:focus, .back-to-top.reveal:active {
  opacity: 1;
  background: #000;
}

.back-to-top i {
  color: #fff;
  line-height: 38px;
  margin-left: 10px;
}

.blockquote_light {
  font-style: italic;
  line-height: 30px;
  padding: 30px 24px;
  border-left: 2px solid #f6d014;
  background: #fff;
}

.blockquote_dark {
  font-style: italic;
  line-height: 30px;
  padding: 30px 24px;
  border-left: 2px solid #333333;
  background: #f7f7f7;
}

/*blog listings*/
figure {
  max-width: 100%;
}

figure.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

figure.alignleft {
  float: left;
  margin-right: 10px;
}

figure.alignright {
  float: right;
  margin-left: 10px;
}

figure.wp-caption {
  text-align: center;
  background: #f6d014;
  margin-bottom: 10px;
}

figure.wp-caption img {
  margin: 0;
}

figure.wp-caption .wp-caption-text {
  padding: 8px 0;
}

.post {
  margin-bottom: 30px;
}

.post.sticky,
.page.sticky {
  border: 1px solid #f6d014;
  background: #fafafa;
  padding: 20px;
}

.post .entry-thumb,
.page .entry-thumb {
  margin-bottom: 20px;
}

.post .entry-thumb img,
.page .entry-thumb img {
  max-width: 100%;
}

.post .entry-header h1.entry-title,
.post .entry-header h2.entry-title,
.page .entry-header h1.entry-title,
.page .entry-header h2.entry-title {
  color: #313131;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}

.post .entry-header h1.entry-title a,
.post .entry-header h2.entry-title a,
.page .entry-header h1.entry-title a,
.page .entry-header h2.entry-title a {
  color: #313131;
  outline: none;
}

.post .entry-header h1.entry-title a:hover,
.post .entry-header h2.entry-title a:hover,
.page .entry-header h1.entry-title a:hover,
.page .entry-header h2.entry-title a:hover {
  color: #f6d014;
}

.post .entry-header .entry-meta,
.page .entry-header .entry-meta {
  margin-bottom: 10px;
}

.post .entry-content a,
.page .entry-content a {
  color: #000;
}

.post .entry-content a:hover,
.page .entry-content a:hover {
  color: #f6d014;
}

.post .entry-header span,
.post .entry-footer span,
.page .entry-header span,
.page .entry-footer span {
  display: inline-block;
  margin-right: 15px;
}

.post .entry-header span i,
.post .entry-footer span i,
.page .entry-header span i,
.page .entry-footer span i {
  display: inline-block;
  margin-right: 5px;
  color: #f6d014;
}

.post .entry-header span a,
.post .entry-footer span a,
.page .entry-header span a,
.page .entry-footer span a {
  color: #777;
}

.post .entry-header span a:hover,
.post .entry-footer span a:hover,
.page .entry-header span a:hover,
.page .entry-footer span a:hover {
  color: #f6d014;
}

.post .entry-footer,
.page .entry-footer {
  margin-top: 20px;
}

.post ul.post-categories,
.page ul.post-categories {
  display: inline-block;
}

.post ul.post-categories li,
.page ul.post-categories li {
  list-style: none;
  display: inline-block;
}

.post-password-form input[type=password] {
  height: 38px;
}

.post-password-form input[type=submit] {
  background: #f6d014;
  box-shadow: none;
  border: 0;
  color: #000;
  padding: 8px 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background: #000;
  color: #fff;
}

.gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

iframe {
  width: 100%;
}

.page-content .search-form {
  margin: 30px 0;
  position: relative;
  padding-right: 50px;
}

.page-content .search-form .form-control {
  font-size: 14px;
  border: 1px solid #ececec;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
}

.page-content .search-form button[type="submit"] {
  background: #f6d014;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border: none;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  font-size: 12px;
}

/*readmore-btn*/
.btn-readmore, .comment-respond .submit {
  font-size: 13px;
  text-transform: lowercase;
  border-radius: 0;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 22px;
  margin-top: 10px;
  color: #fff;
  background: #f6d014;
}

.btn-readmore.hvr-sweep-to-right:before, .comment-respond .hvr-sweep-to-right.submit:before {
  background: #000;
}

.search-page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}

.posts-navigation,
.post-navigation {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.posts-navigation h2,
.post-navigation h2 {
  font-size: 18px;
  color: #313131;
  display: none;
}

.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  color: #777;
}

.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: #f6d014;
}

.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
  display: inline-block;
}

.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
  display: inline-block;
  text-align: right;
}

.comment-respond .comment-reply-title {
  font-size: 18px;
  line-height: 20px;
  color: #313131;
}

.comment-respond .logged-in-as a {
  color: #000;
}

.comment-respond .logged-in-as a:hover {
  color: #f6d014;
}

.comment-respond label {
  font-weight: 400;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url] {
  width: 100%;
  height: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.comment-respond input[type=text]:focus,
.comment-respond input[type=email]:focus,
.comment-respond input[type=url]:focus {
  outline: none;
  border: 1px solid #f6d014;
  box-shadow: none;
}

.comment-respond textarea {
  padding-left: 3px;
  vertical-align: top;
  width: 100%;
}

.comment-respond .submit {
  text-transform: capitalize;
  background: #000;
}

.comment-respond .submit:hover {
  background: #f6d014;
}

.comments-area {
  clear: both;
  margin-top: 20px;
}

.comments-area .comments-title {
  font-size: 18px;
}

.comments-area ol.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

.comments-area ol.comment-list li .comment-meta a {
  color: #000;
}

.comments-area ol.comment-list li .comment-meta a:hover {
  color: #f6d014;
}

.comments-area ol.comment-list li .comment-content {
  clear: both;
}

.comments-area ol.comment-list li .comment-content a {
  color: #000;
}

.comments-area ol.comment-list li .comment-content a:hover {
  color: #f6d014;
}

.comments-area ol.comment-list li.even {
  background: #fff;
}

.comments-area ol.comment-list li.odd {
  background: #f6f6f6;
}

.comments-area ol.comment-list li.comment {
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.comments-area ol.comment-list li.comment div.vcard {
  font-weight: 14px;
}

.comments-area ol.comment-list li.comment div.vcard img.avatar {
  width: 50px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 10px 20px 0;
}

.comments-area ol.comment-list li.comment div.comment-meta {
  font-size: 11px;
}

.comments-area ol.comment-list li.comment div.comment-meta a {
  color: #ccc;
}

.comments-area ol.comment-list li.comment p {
  font-size: 12px;
}

.comments-area ol.comment-list li.comment ul {
  font-size: 12px;
  margin: 0;
}

.comments-area ol.comment-list li.comment div.reply {
  font-size: 11px;
}

.comments-area ol.comment-list li.comment div.reply a {
  color: #000;
}

.comments-area ol.comment-list li.comment ul.children {
  list-style: none;
  margin: 20px 0 0 0;
  text-indent: 0;
}

.comments-area ol.comment-list li.comment ul.children li.depth-2 {
  margin: 10px 0 10px 10px;
}

.comments-area ol.comment-list li.comment ul.children li.depth-3 {
  margin: 10px 0 10px 10px;
}

.comments-area ol.comment-list li.comment ul.children li.depth-4 {
  margin: 10px 0 10px 10px;
}

.comments-area ol.comment-list li.comment ol.children {
  list-style: none;
}

/*sidebar widget styles start*/
.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget .widget-title {
  border-bottom: 1px solid #ececec;
}

.sidebar .widget .widget-title h3 {
  color: #313131;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin-top: 0;
}

.sidebar .widget .widget-title h3 a {
  color: #313131;
}

.sidebar .widget ul {
  padding-left: 0;
}

.sidebar .widget ul li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px dashed #ececec;
  color: #676767;
}

.sidebar .widget ul li a {
  color: #676767;
}

.sidebar .widget ul li a:before {
  content: '\f105';
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #676767;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget ul li a:hover {
  color: #f6d014;
}

.sidebar .widget ul li a:hover:before {
  color: #f6d014;
}

.sidebar .widget ul li:last-child {
  border-bottom: 0;
}

.sidebar .widget ul ul {
  padding-left: 15px;
}

.sidebar .widget ul ul li:last-child {
  padding-bottom: 0;
}

.sidebar .widget.widget_search .search-form {
  margin-top: 0;
  position: relative;
  padding-right: 50px;
}

.sidebar .widget.widget_search .search-form .form-control {
  font-size: 14px;
  border: 1px solid #ececec;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
}

.sidebar .widget.widget_search .search-form button[type="submit"] {
  background: #f6d014;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border: none;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  font-size: 12px;
}

.sidebar .widget table#wp-calendar {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0 !important;
}

.sidebar .widget table#wp-calendar caption {
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  color: #676767;
  padding: 10px;
}

.sidebar .widget table#wp-calendar thead tr {
  background: #f6d014;
  border-right: 1px solid #ddd;
}

.sidebar .widget table#wp-calendar thead th {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

.sidebar .widget table#wp-calendar tbody td {
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  line-height: 40px;
}

.sidebar .widget table#wp-calendar tbody td.pad {
  opacity: 0.7;
}

.sidebar .widget table#wp-calendar tbody td a {
  display: block;
  background: #f6d014;
  color: #fff;
}

.sidebar .widget table#wp-calendar tbody td a:hover {
  background: #f6d014;
  color: #fff;
}

.sidebar .widget table#wp-calendar tfoot tr {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
}

.sidebar .widget table#wp-calendar tfoot tr td {
  border: 0;
  padding: 0;
}

.sidebar .widget table#wp-calendar tfoot tr a {
  font-size: 13px;
  display: block;
  padding: 10px;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget table#wp-calendar tfoot tr a:hover {
  color: #f6d014;
}

.sidebar .widget table#wp-calendar tfoot tr #prev {
  text-align: left;
}

.sidebar .widget table#wp-calendar tfoot tr #next {
  text-align: right;
}

.sidebar .widget.widget_archive label.screen-reader-text, .sidebar .widget.widget_categories label.screen-reader-text {
  display: none;
}

.sidebar .widget.widget_archive select, .sidebar .widget.widget_categories select {
  width: 100%;
  padding: 8px;
  margin-top: 20px !important;
  margin-bottom: 20px;
}

.sidebar .widget.widget_archive select:focus, .sidebar .widget.widget_categories select:focus {
  outline: none;
}

.sidebar .widget .textwidget {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar .widget .textwidget p img {
  width: 100%;
  height: 100%;
}

.sidebar .widget .textwidget p .fa {
  color: #f6d014;
}

.sidebar .widget .textwidget select {
  width: 100%;
  padding: 8px;
  margin-top: 20px !important;
  margin-bottom: 20px;
}

.sidebar .widget .textwidget select:focus {
  outline: none;
}

.sidebar .widget.widget_tag_cloud .tagcloud {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
  color: #676767;
  font-size: 12px !important;
  font-weight: 400;
  border: 1px solid #d2d2d2;
  padding: 4px 8px;
  margin-bottom: 3px;
  display: inline-block;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #f6d014;
  border-color: #f6d014;
}

.sidebar .widget.widget_recent_comments ul li.recentcomments .comment-author-link {
  margin-right: 5px;
}

.sidebar .widget.widget_recent_comments ul li.recentcomments .comment-author-link a:before {
  content: '\f105';
  font-family: "FontAwesome";
}

.sidebar .widget.widget_recent_comments ul li a:before {
  content: '';
}

/*sidebar widget styles end*/
/*footer widget styles start*/
.footer .widget .widget-title h3 {
  color: #f6d014;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-top: 0;
  text-transform: uppercase;
}

.footer .widget .widget-title h3 a {
  color: #f6d014;
}

.footer .widget .widget-title:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #f6d014;
  position: relative;
  margin: 20px 0;
}

.footer .widget ul {
  padding-left: 0;
}

.footer .widget ul.menu li {
  width: 50%;
  float: left;
}

.footer .widget ul li {
  list-style: none;
  padding: 5px 0;
  color: #bbb;
}

.footer .widget ul li a {
  color: #bbb;
}

.footer .widget ul li a:before {
  content: '\f105';
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #676767;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .widget ul li a:hover {
  color: #f6d014;
}

.footer .widget ul li a:hover:before {
  color: #f6d014;
}

.footer .widget ul ul {
  padding-left: 15px;
}

.footer .widget ul ul li:last-child {
  padding-bottom: 0;
}

.footer .widget.widget_search .search-form {
  margin-top: 30px;
  position: relative;
  padding-right: 50px;
}

.footer .widget.widget_search .search-form .form-control {
  font-size: 14px;
  border: 1px solid #676767;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  background: #111;
  color: #bbb;
}

.footer .widget.widget_search .search-form button[type="submit"] {
  background: #f6d014;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border: none;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  font-size: 12px;
}

.footer .widget #wp-calendar {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer .widget #wp-calendar caption {
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  color: #bbb;
  padding: 10px;
}

.footer .widget #wp-calendar thead tr {
  background: #f6d014;
  border-right: 1px solid #ddd;
}

.footer .widget #wp-calendar thead th {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

.footer .widget #wp-calendar tbody td {
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  background: #111;
  padding: 0;
  line-height: 40px;
}

.footer .widget #wp-calendar tbody td.pad {
  opacity: 0.7;
}

.footer .widget #wp-calendar tbody td a {
  display: block;
  background: #f6d014;
  color: #fff;
}

.footer .widget #wp-calendar tbody td a:hover {
  background: #f6d014;
  color: #fff;
}

.footer .widget #wp-calendar tfoot tr {
  background: #111;
  border: 1px solid #ddd;
}

.footer .widget #wp-calendar tfoot tr td {
  border: 0;
  padding: 0;
}

.footer .widget #wp-calendar tfoot tr a {
  font-size: 13px;
  display: block;
  padding: 10px;
  color: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .widget #wp-calendar tfoot tr a:hover {
  color: #f6d014;
}

.footer .widget #wp-calendar tfoot tr #prev {
  text-align: left;
}

.footer .widget #wp-calendar tfoot tr #next {
  text-align: right;
}

.footer .widget.widget_archive label.screen-reader-text, .footer .widget.widget_categories label.screen-reader-text {
  display: none;
}

.footer .widget.widget_archive select, .footer .widget.widget_categories select {
  width: 100%;
  padding: 8px;
  margin-top: 20px !important;
  margin-bottom: 20px;
  background: #111;
  border: 1px solid #676767;
}

.footer .widget.widget_archive select:focus, .footer .widget.widget_categories select:focus {
  outline: none;
}

.footer .widget .textwidget {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer .widget .textwidget p img {
  width: 100%;
  height: 100%;
}

.footer .widget .textwidget p .fa {
  color: #f6d014;
}

.footer .widget .textwidget select {
  width: 100%;
  padding: 8px;
  margin-top: 20px !important;
  margin-bottom: 20px;
  background: #111;
}

.footer .widget .textwidget select:focus {
  outline: none;
}

.footer .widget.widget_tag_cloud .tagcloud {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer .widget.widget_tag_cloud .tagcloud a {
  color: #676767;
  font-size: 12px !important;
  font-weight: 400;
  border: 1px solid #676767;
  padding: 4px 8px;
  margin-bottom: 3px;
  display: inline-block;
}

.footer .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #f6d014;
  border-color: #f6d014;
}

.footer .widget.widget_recent_comments ul li.recentcomments .comment-author-link {
  margin-right: 5px;
}

.footer .widget.widget_recent_comments ul li.recentcomments .comment-author-link a:before {
  content: '\f105';
  font-family: "FontAwesome";
}

.footer .widget.widget_recent_comments ul li a:before {
  content: '';
}

/*footer widget styles end*/
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  border: 0;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  font-size: 13px;
  line-height: 13px;
  color: #313131;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #f6d014 !important;
  border: 0;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #fff;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #313131 !important;
}

.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
  margin-top: 0 !important;
}

.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 0 !important;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::after,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after,
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #313131 !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/*# sourceMappingURL=theme-style.css.map */