body {
  background-color: #ffffff;
  color: #4c4c4c;
  font: 400 18px/1.2 'Fjalla One', sans-serif;
  /* fonts declared in em's, recommended "unitless" line height */
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

img {
  height: auto;
  display: block;
}

a img {
  display: block;
}

a {
  text-decoration: none;
  color: #ffc424;
}

a:hover {
  text-decoration: none;
  color: #f9be1d;
}

* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

p {
  margin: 0;
}

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #191919;
  font-family: 'Fjalla One', sans-serif;
  margin: 0;
}

h4 {
  font-size: 16px;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/**** Style ****/
* {
  transition: unset;
}

/*Main Style*/
body {
  background: #fff;
  color: #000000;
  font: 400 18px/1.2 Arial, Helvetica, sans-serif;
}

p {
  margin-bottom: 10px;
}

.bold {
  font-weight: 700;
}

a:focus {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 42px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 28px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}

.container {
  padding: 0;
  width: 948px;
  position: relative;
}
@media (max-width: 978px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.row {
  margin: 0;
}

.navbar {
  border-radius: unset;
  border: unset;
  margin-bottom: 0;
}

.navbar-collapse {
  padding: 0;
}

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

.navbar-collapse.in {
  overflow-y: hidden;
}

.navbar-collapse {
  box-shadow: unset;
  border: 0;
}

.navbar-nav {
  margin: 0;
}

.btn-link-to {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  font-family: 'Fjalla One', sans-serif;
  background: url(../images/readmore-bg.png) 0 0 no-repeat;
  text-transform: capitalize;
  min-width: 101px;
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 33px;
}
.btn-link-to:hover {
  color: #fff;
}

header .header-top {
  padding: 35px 47px 28px 53px;
}
@media (max-width: 1600px) {
  header .header-top {
    padding: 35px 20px 28px 20px;
  }
}
@media (max-width: 1366px) {
  header .header-top {
    padding: 35px 10px 28px 20px;
  }
}
@media (max-width: 767px) {
  header .header-top {
    padding: 15px 10px 15px 20px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header.nav-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: smoothScroll 1s forwards;
}
.site-header.nav-down .header-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeInTri {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-collapse.in {
  overflow-y: hidden;
}

.navbar-collapse {
  box-shadow: unset;
  border: 0;
}

.navbar-nav ul {
  padding-top: 21px;
  padding-bottom: 0;
}
.navbar-nav ul li {
  padding-right: 75px;
  box-sizing: border-box;
}
.navbar-nav ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  font-family: 'Fjalla One', sans-serif;
  /*background: #ffc424;*/
  text-transform: uppercase;
  min-width: 65px;
  text-align: center;
  display: inline-block;
  height: 38px;
  padding: 0 11px 0 14px;
  line-height: 41px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.navbar-nav ul li a:before {
  content: "";
  background: #fff;
  height: 28px;
  width: 29px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -15px;
  left: -25px;
}
.navbar-nav ul li a:hover {
  background: #ffc424;
}
@media (max-width: 1820px) {
  .navbar-nav ul li {
    padding-right: 45px;
  }
}
@media (max-width: 1650px) {
  .navbar-nav ul li {
    padding-right: 35px;
  }
}
@media (max-width: 1468px) {
  .navbar-nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .navbar-nav ul li {
    padding-right: 25px;
  }
}
@media (max-width: 1280px) {
  .navbar-nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .navbar-nav ul li {
    padding-right: 15px;
  }
}
.navbar-nav ul .current_page_item a {
  background: #ffc424;
}
.navbar-nav ul .phone-top {
  padding: 0 0 0 50px;
}
@media (max-width: 1650px) {
  .navbar-nav ul .phone-top {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 1366px) {
  .navbar-nav ul .phone-top {
    padding: 0;
  }
}
.navbar-nav ul .phone-top a {
  font-size: 38px;
  color: #ffc424;
  padding: 0 11px 0 11px;
}
.navbar-nav ul .phone-top a:before {
  display: none;
}
.navbar-nav ul .phone-top a:hover {
  color: #000;
  background: unset;
}
@media (max-width: 1468px) {
  .navbar-nav ul .phone-top a {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .navbar-nav ul .phone-top a {
    font-size: 24px;
  }
}

/*Slide*/
.slide {
  border-bottom: 10px solid #d9d9d9;
  border-top: 10px solid #d9d9d9;
}
.slide .flexslider {
  margin: 0;
  border-radius: unset;
  box-shadow: none;
  border: unset;
}
.slide .flexslider .slides .hero-img {
  height: 650px;
  width: 100%;
}
@media (max-width: 767px) {
  .slide .flexslider .slides .hero-img {
    height: 479px;
  }
}
@media (max-width: 479px) {
  .slide .flexslider .slides .hero-img {
    height: 380px;
  }
}
.slide .flexslider .slides .description-slide {
  position: absolute;
}
.slide .flexslider .slides .description-slide .slide-content p {
  font-size: 52px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  margin-bottom: 0;
  padding: 8px 27px 8px 19px;
  text-transform: uppercase;
  float: left;
  clear: left;
}
.slide .flexslider .slides .description-slide .slide-content p:first-child {
  padding: 12px 27px 0px 19px;
}
.slide .flexslider .slides .description-slide .slide-content p:nth-child(2) {
  padding: 0px 27px 11px 19px;
}
.slide .flexslider .slides .description-slide .slide-content a {
  clear: both;
  float: left;
  min-width: 139px;
  font-size: 24px;
  height: 41px;
  line-height: 41px;
}
@media (max-width: 767px) {
  .slide .flexslider .slides .description-slide .slide-content p {
    font-size: 32px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .slide .flexslider .slides .description-slide .slide-content a {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    min-width: 101px;
  }
}
@media (max-width: 479px) {
  .slide .flexslider .slides .description-slide .slide-content p {
    font-size: 24px;
  }
}
.slide .flexslider .flex-direction-nav {
  display: none;
}

/*Main Content*/
.wrap-content {
  width: 676px;
  margin: 0 auto;
}
@media (max-width: 706px) {
  .wrap-content {
    width: 100%;
    padding: 0 15px;
  }
}

.main-content {
  padding: 21px 0 34px;
}
@media (max-width: 767px) {
  .main-content {
    padding: 30px 0;
  }
}
.main-content .wrap-content ul li {
  list-style: disc;
}
.main-content .wrap-content h1 {
  margin-bottom: 28px;
}

.home .main-content {
  padding: 61px 0 54px;
}
@media (max-width: 767px) {
  .home .main-content {
    padding: 30px 0;
  }
}

/*Doorway*/
.doorway {
  font-size: 0;
}
.doorway .item {
  font-size: 17px;
  padding: 4px;
  box-sizing: border-box;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'Fjalla One', sans-serif;
}
.doorway .item .image-f {
  transition: background-color 0.75s;
  height: 300px;
  width: 100%;
}
.doorway .item .wrap-title-btn {
  position: absolute;
  bottom: 19px;
}
.doorway .item .wrap-title-btn .title-f {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  position: relative;
  padding: 12px 26px 12px;
  box-sizing: border-box;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.doorway .item .wrap-title-btn a {
  position: relative;
}
@media (max-width: 1365px) {
  .doorway .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .doorway .item {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .doorway .item .image-f {
    height: 250px;
  }
}

/*latest-new*/
.latest-new {
  padding: 55px 0 14px;
}
@media (max-width: 767px) {
  .latest-new {
    padding: 25px 0;
  }
}
.latest-new h2 {
  margin-bottom: 17px;
}
@media (max-width: 1694px) {
  .latest-new h2 {
    margin-bottom: 10px;
  }
}
.latest-new .wrap-content {
  text-align: center;
}
.latest-new .list-lp {
  padding: 43px 0;
  font-size: 0;
}
.latest-new .list-lp .item {
  font-size: 18px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  box-sizing: border-box;
}
.latest-new .list-lp .item .img-i img {
  width: 100%;
}
.latest-new .list-lp .item .wrap-lp-content {
  position: absolute;
  /*top: 25%;*/
  z-index: 9;
  width: 100%;
  color: #fff;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 50px;
}
.latest-new .list-lp .item .wrap-lp-content h2 {
  font-size: 24px;
  color: #ffc424;
  font-family: 'Fjalla One', sans-serif;
}
.latest-new .list-lp .item .wrap-lp-content .the-excerpt p {
  margin-bottom: 16px;
}
@media (max-width: 1694px) {
  .latest-new .list-lp .item .wrap-lp-content {
    padding: 0 15px;
  }
  .latest-new .list-lp .item .wrap-lp-content .the-excerpt p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1466px) {
  .latest-new .list-lp .item .wrap-lp-content h2 {
    font-size: 20px;
  }
  .latest-new .list-lp .item .wrap-lp-content .the-excerpt p {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .latest-new .list-lp .item .wrap-lp-content {
    padding: 0 5px;
  }
}
.latest-new .list-lp .item .ighover {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.latest-new .list-lp .item .ighover:after {
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 8;
  transition: all .3s ease;
  opacity: 0.7;
  margin: 0;
  background: #000;
  width: 100%;
  height: 100%;
}
@media (max-width: 1365px) {
  .latest-new .list-lp .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .latest-new .list-lp .item {
    width: 100%;
  }
}

/*testimonial*/
.testimonial {
  padding: 50px 0 0px;
}
.testimonial .h1 {
  text-align: center;
  margin-bottom: 4px;
}
.testimonial .container {
  width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1070px) {
  .testimonial .container {
    width: 100%;
    padding: 0 15px;
  }
}

.home .testimonial {
  padding: 0;
}

.testimonial-heading {
  display: none;
}

.wpmslider-custom-pager {
  display: none !important;
}

.testimonial-content p {
  font-family: 'Fjalla One', sans-serif;
  font-size: 26px;
  color: #000000;
}
@media (max-width: 479px) {
  .testimonial-content p {
    font-size: 20px;
  }
}

.strong-view.default .testimonial-client, .testimonial-inner {
  text-align: center !important;
}

.testimonial .testimonial-content {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 840px) {
  .testimonial .testimonial-content {
    width: 100%;
    padding: 0 45px;
  }
}

.strong-view.default .testimonial-client {
  margin-top: 28px !important;
}

.strong-view.nav-position-outside .wpmslider-controls {
  padding: 15px 0 20px !important;
}

.testimonial .testimonial-name {
  font-size: 18px;
  color: #000000;
  font-weight: 400 !important;
}
@media (max-width: 479px) {
  .testimonial .testimonial-name {
    font-size: 14px;
  }
}

.wpmslider-next {
  position: absolute;
  right: 0;
  top: 40%;
}

.testimonial .strong-view.controls-style-buttons3 .wpmslider-wrapper .wpmslider-next::before {
  content: "";
}

.wpmslider-next::before {
  background: url("../images/btn-next.png") no-repeat center center;
  display: block;
  height: 57px;
  width: 39px;
  top: -50px;
  position: absolute;
}
@media (max-width: 767px) {
  .wpmslider-next::before {
    height: 57px;
    top: -100%;
  }
}

.wpmslider-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.testimonial .strong-view.controls-style-buttons3 .wpmslider-wrapper .wpmslider-prev::before {
  content: "";
}

.strong-view.default .testimonial-inner {
  border: 0 !important;
  padding: 0 !important;
}

.strong-view.controls-style-buttons3 .wpmslider-next {
  width: 38px !important;
}

.wpmslider-prev::before {
  background: url("../images/btn-prev.png") no-repeat center center;
  display: block;
  height: 57px;
  width: 39px;
  top: -50px;
  position: absolute;
}
@media (max-width: 767px) {
  .wpmslider-prev::before {
    height: 57px;
    top: -100%;
  }
}

.wrap-testimonial {
  padding-top: 60px;
}

.wrap-testimonial .caption-title {
  text-align: center;
}

.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
  border: 0 !important;
}

.strong-view.pager-style-buttons .wpmslider-pager-link:before {
  content: "\f111" !important;
  color: #e6e6e6 !important;
}

.strong-view.pager-style-buttons .wpmslider-pager-link.active:before, .testimonial .strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:hover::before {
  color: #00aede !important;
}

/*hr*/
.line-1 {
  width: 460px;
  margin: 5px auto 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #7d7d7d;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 490px) {
  .line-1 {
    width: 90%;
  }
}

/*cta*/
.cta {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 57px 0;
}
.cta .wrap-content {
  width: 750px;
  margin-bottom: 42px;
}
@media (max-width: 780px) {
  .cta .wrap-content {
    width: 100%;
    padding: 0 15px;
  }
}

.cta .item {
  z-index: 3;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cta .item {
    margin-bottom: 40px;
  }
}

.mul-border {
  width: 145px;
  height: 145px;
  background: #fdc328;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 9px solid #ffffff;
  position: relative;
  margin-bottom: 27px;
  box-sizing: border-box;
}

.cta .item img {
  margin: 19px auto 0;
}

.mul-border:after {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  background: #fdc328;
  z-index: -1;
  border-radius: 50%;
}

.mul-border:hover {
  background: #fbcc4d;
}

.cta h2 {
  text-transform: uppercase;
  margin-bottom: 22px;
}

.cta h3 {
  font-size: 30px;
  margin-bottom: 13px;
  color: #1a1a1a;
  font-weight: 700;
}

.cta .item p {
  color: #313131;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

/*Footer*/
footer {
  font-size: 0;
  background: #d9d9d9;
  border-top: 5px solid #ffc424;
  padding: 58px 0 90px;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    padding: 25px 0;
  }
}
footer .item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  footer .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .item img {
  margin: 0 auto;
}
footer .item .widget-title {
  font-size: 16px;
  color: #000000;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
}
footer .item p {
  font-size: 11px;
  color: #000000;
}
footer #text-2 .textwidget p {
  margin-bottom: 0;
}
footer #text-2 .textwidget a {
  color: #000000;
}
footer #text-2 .textwidget a:hover {
  text-decoration: underline;
}
footer #text-3 .textwidget {
  padding: 0 14px;
}
footer #text-3 .textwidget p {
  font-size: 12.25px;
}
footer #text-3 .textwidget p:first-child {
  margin-bottom: 16px;
}
footer #text-3 .textwidget .border-img {
  width: 72px;
  height: 72px;
  background: #ffffff;
  border-radius: 50%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #d9d9d9;
  position: relative;
  box-sizing: border-box;
}
footer #text-3 .textwidget .border-img img {
  margin: 18px auto 0;
}
footer #text-3 .textwidget .border-img:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
}
footer #text-3 .textwidget .border-img:hover {
  background: #ffc424;
}
footer .footer-nav {
  font-size: 10px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-nav {
    margin-top: 15px;
  }
}
footer .footer-nav .footer-menu li {
  margin-bottom: 5px;
}
footer .footer-nav .footer-menu li a {
  font-size: 11px;
  font-family: 'Fjalla One', sans-serif;
  color: #000000;
  text-transform: uppercase;
}
footer .footer-nav .designed-by a {
  color: #000000;
}
footer .footer-nav a:hover {
  text-decoration: underline;
}

/*brc*/
.brc .titlebar {
  position: relative;
}
@media (max-width: 360px) {
  .brc .titlebar {
    height: 280px !important;
  }
}
.brc .titlebar .title {
  position: absolute;
  top: 47px;
  left: 20%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 14px 23px 7px 16px;
  font-size: 52px;
}
@media (max-width: 479px) {
  .brc .titlebar .title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    padding: 10px;
  }
}

/*breadcrumbs*/
.breadcrumbs {
  font-size: 12px;
  color: #000000;
  margin-bottom: 13px;
  padding-top: 22px;
}
.breadcrumbs li {
  margin: 0px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: #000000;
}
.breadcrumbs li:first-child {
  margin-left: 0;
}
.breadcrumbs li:last-child {
  font-weight: 700;
}

/*404*/
.error404 .main-content li, .page-id-76 .main-content li {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.error404 .main-content li a, .page-id-76 .main-content li a {
  text-transform: capitalize;
  color: #000;
}
.error404 .main-content li a:hover, .page-id-76 .main-content li a:hover {
  color: #ffc424;
}
.error404 .main-content li ul, .page-id-76 .main-content li ul {
  margin-top: 10px;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 20px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .alignright {
    display: block;
    float: unset;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.accordion-wrapper {
  padding: 20px 0 40px;
}
.accordion-wrapper .item .accordionButton {
  display: block;
  float: left;
  clear: left;
  width: auto;
  cursor: pointer;
  padding: 0 2% 5px 3%;
  font: 28px/35px 'Fjalla One', Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: white url(../images/accordion-off.jpg) 0 50% no-repeat;
}
@media (max-width: 767px) {
  .accordion-wrapper .item .accordionButton {
    padding: 0 2% 5px 20px;
  }
}
@media (max-width: 380px) {
  .accordion-wrapper .item .accordionButton {
    font: 22px/30px 'Fjalla One', Arial, Helvetica, sans-serif;
  }
}
.accordion-wrapper .item .accordionContent {
  display: block;
  float: left;
  display: none;
  clear: left;
  clear: both;
  width: 100%;
  float: left;
  padding: 10px 0;
  margin: 0;
  overflow: auto;
}
.accordion-wrapper .item .accordionContent p {
  font: 15px/19px Arial, Helvetica, sans-serif;
  color: #4b4b4b;
}
.accordion-wrapper .item .on {
  background: white url(../images/accordion-on.jpg) 0 50% no-repeat;
}
.accordion-wrapper .yellow-strapline {
  float: left;
  width: 100%;
  padding: 10px 3%;
  background: #ffc424;
}
.accordion-wrapper .yellow-strapline p {
  font: 15px/19px Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.accordion-wrapper .yellow-strapline a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .accordion-wrapper .yellow-strapline a {
    display: inline-block;
  }
}

.page-id-16 .doorway .item {
  text-align: center;
}
.page-id-16 .doorway .item .wrap-title-btn2 {
  padding: 14px 10px 28px;
}
.page-id-16 .doorway .item .wrap-title-btn2 .title-f a {
  color: #000000;
  font-size: 32px;
}
.page-id-16 .doorway .item .wrap-title-btn2 .title-f a:hover {
  color: #ffc424;
}
.page-id-16 .doorway .item .wrap-title-btn2 .the-exceprt {
  font-size: 18px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
.page-id-16 .doorway .item .wrap-title-btn2 .the-exceprt p {
  margin-bottom: 19px;
}
.page-id-16 .testimonial {
  padding: 73px 0 0;
}
@media (max-width: 767px) {
  .page-id-16 .testimonial {
    padding: 25px 0 0 0;
  }
}

/*Case Study*/
.page-template-template-case-study-page .main-content {
  padding: 21px 0 0px;
}
.page-template-template-case-study-page .main-content h2 {
  margin-bottom: 0;
}

.pp_social {
  display: none !important;
}

.sync1 .item {
  margin-bottom: 10px;
}

.out-dot {
  padding: 0 47px;
  box-sizing: border-box;
}
.out-dot .sync2 .item {
  margin: 0 3px;
  box-sizing: border-box;
  height: 75px;
}
.out-dot .sync2 .item img {
  height: 100%;
}
@media (max-width: 767px) {
  .out-dot .sync2 .item {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .out-dot .sync2 .item {
    height: 80px;
  }
}
@media (max-width: 479px) {
  .out-dot .sync2 .item {
    height: 70px;
  }
}
@media (max-width: 400px) {
  .out-dot .sync2 .item {
    height: 60px;
  }
}
@media (max-width: 360px) {
  .out-dot .sync2 .item {
    height: 40px;
  }
}
.out-dot .sync2 .owl-prev {
  position: absolute;
  left: -47px;
  top: 0;
  text-indent: -9999px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.out-dot .sync2 .owl-prev:before {
  width: 31px;
  height: 46px;
  content: "";
  display: block;
  background: url(../images/case-btn-prev.jpg);
}
.out-dot .sync2 .owl-next {
  position: absolute;
  right: -47px;
  top: 0;
  text-indent: -9999px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.out-dot .sync2 .owl-next:after {
  width: 31px;
  height: 46px;
  content: "";
  display: block;
  background: url(../images/case-btn-next.jpg);
}

.page-template-template-case-study-page .accordion-wrapper {
  padding: 20px 0 30px;
}
.page-template-template-case-study-page .accordion-wrapper .container {
  width: 996px;
}
@media (max-width: 1026px) {
  .page-template-template-case-study-page .accordion-wrapper .container {
    width: 100%;
    padding: 0 15px;
  }
}
.page-template-template-case-study-page .accordion-wrapper .container .accordionContent {
  font-size: 0;
  padding: 10px 0 66px;
}
@media (max-width: 767px) {
  .page-template-template-case-study-page .accordion-wrapper .container .accordionContent {
    padding: 10px 0 30px;
  }
}
.page-template-template-case-study-page .accordion-wrapper .container .accordionContent .item-child {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .page-template-template-case-study-page .accordion-wrapper .container .accordionContent .item-child {
    width: 100%;
  }
}
.page-template-template-case-study-page .accordion-wrapper .container .accordionContent .acc-content {
  padding-right: 20px;
}
.page-template-template-case-study-page .accordion-wrapper .container .accordionContent .acc-content p {
  font: 18px/22px Arial, Helvetica, sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.page-template-template-case-study-page .accordion-wrapper .container .item-border {
  border-top: 2px solid #d9d9d9;
  padding-top: 14px;
  clear: both;
}
.page-template-template-case-study-page .accordion-wrapper .container .item-border .accordionButton {
  width: 100%;
  text-align: center;
  padding: 0 2% 0px 3%;
  margin-bottom: 43px;
  background: white url(../images/casestudy-off.jpg) 0 50% no-repeat;
}
@media (max-width: 991px) {
  .page-template-template-case-study-page .accordion-wrapper .container .item-border .accordionButton {
    font: 22px/26px 'Fjalla One', Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 600px) {
  .page-template-template-case-study-page .accordion-wrapper .container .item-border .accordionButton {
    padding: 0 2% 0px 40px;
  }
}
.page-template-template-case-study-page .accordion-wrapper .container .item-border .on {
  background: white url(../images/casestudy-on.jpg) 0 50% no-repeat;
  margin-bottom: 12px;
}

/*PAGE news*/
.news-page {
  padding: 15px 0;
}
.news-page .list-lp .item {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.news-page .list-lp .item .wrap-lp-content {
  position: relative;
  text-align: left;
  background: #fff;
  top: 0 !important;
}
.news-page .list-lp .item .wrap-lp-content .title {
  margin-bottom: 7px;
}
.news-page .list-lp .item .wrap-lp-content .the-excerpt p {
  color: #000;
  font: 15px/19px Arial, Helvetica, sans-serif;
}

/*Single Post*/
.single-post .main-content .wrap-content {
  font: 15px/19px Arial, Helvetica, sans-serif;
}
.single-post .main-content .wrap-content .btn-link-to {
  width: 139px;
  height: 39px;
  line-height: 42px;
}

/*Form*/
.left-form {
  width: 47%;
  float: left;
}

.call-back-form {
  width: 100%;
}

.right-form {
  width: 48%;
  margin-left: 5%;
  float: left;
}

.content-enquiry h1 {
  text-align: center;
  padding-bottom: 20px;
}

.left-form input, .contact-item input, .right-form input {
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
  font-family: 'Saira', sans-serif;
  color: #4b4b4b;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.right-form textarea, .contact-item textarea {
  width: 100%;
  font-size: 14px;
  padding-left: 15px;
  padding-top: 10px;
  font-family: 'Saira', sans-serif;
  color: #4b4b4b;
  background: #fff;
  min-height: 162px;
}

input::placeholder, textarea::placeholder {
  color: #4b4b4b;
  font-size: 14px;
}

.wrap-btn {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.submit-btn {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Fjalla One', sans-serif;
  color: #fffefe !important;
  background: #fdc328;
  box-shadow: none;
  border: none;
  width: 200px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 29px;
  text-transform: uppercase;
}

.contact-item .wrap-btn {
  text-align: left;
  display: inline-block;
  margin-top: 30px;
}

.submit-btn:hover {
  background: #fbcc4d;
  color: #fff;
}

#wpcf7-f99-o2 .left-form {
  width: 100%;
}

/*#wpcf7-f101-o3{
	input{
		border: 0;
		background: #4b4b4b;
	}
	.submit-btn{
		background: #3da635;
		margin-top: 0;
		width: 289px;
		text-align: left
	}
	.left-form{
		input::placeholder{
			color: #fffefe;
		}
	}
	.right-form{
		p{
			display: none;
		}
		input::placeholder{
			color: #fffefe;
		}
	}
}*/
.modal-header h4:after {
  display: none;
}

.right-form textarea, .contact-item textarea {
  min-height: 158px;
}

.left-form input, .contact-item input, .right-form input, .right-form textarea, .left-form select {
  border: 1px solid #aaa;
}

.left-form input::placeholder, .right-form input::placeholder, textarea::placeholder {
  color: #4b4b4b;
  opacity: 1 !important;
}

.left-form select {
  background: transparent;
  width: 100%;
  font-size: 14px;
  font-family: 'Saira', sans-serif;
  color: #4b4b4b;
  background: #fff;
  padding-left: 15px;
  -webkit-appearance: none;
  height: 42.8px;
  line-height: 42.8px;
}

.left-form select option {
  margin-bottom: 4px;
}

/*#wpcf7-f432-o1 textarea{
	height: 215px;
}*/
.left-form input:-moz-placeholder {
  opacity: 1 !important;
}

.form-group {
  margin-bottom: 10px;
}

.form-group span.wpcf7-list-item {
  display: table;
}

.form-group span.wpcf7-list-item-label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.form-group span.wpcf7-list-item a {
  color: #ec680f;
}

.form-group span.wpcf7-list-item a:hover {
  text-decoration: underline;
}

.description-text {
  clear: both;
  margin-bottom: 10px !important;
  font-size: 12px;
}

.form-group {
  font-size: 12px;
}

.form-group.group2 span.wpcf7-list-item {
  margin: 0 !important;
}

#subscribe-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

.hide #small-dialog {
  animation: fadeOut 300ms linear 0ms both;
}

#small-dialog {
  animation: fadeIn 300ms linear 0ms both;
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 24px;
  color: #4b4b4b;
}

#small-dialog .form-group {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
  margin-left: 10px;
}

#small-dialog .form-group.group2 {
  margin-left: 0 !important;
}

#small-dialog input[type=submit] {
  width: auto;
  color: #fff;
}

#small-dialog span.wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0px;
}

#small-dialog button.mfp-close {
  color: #313131;
}

#small-dialog #subscribe-result.error {
  color: red;
}

#small-dialog #subscribe-result.success {
  color: green;
}

.mfp-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.wpcf7-list-item input {
  width: auto;
  height: auto;
  margin: 4px 0 0;
}

input#popup-submit:hover {
  background: #fbcc4d;
}

input#submit {
  margin-top: 20px !important;
  padding-left: 20px;
  padding-right: 20px;
}

/*contact us page*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 35.5%;
  position: relative;
  height: 0;
}
@media (max-width: 767px) {
  .map-responsive {
    padding-bottom: 40%;
  }
}
@media (max-width: 479px) {
  .map-responsive {
    padding-bottom: 60%;
  }
}

/*Responsive*/
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }

  .roi-banner {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 99;
    display: block;
    transform: translateY(30px);
    animation: fadeInTri 500ms 0ms forwards;
  }

  .roi-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 351px 351px 0;
    border-color: transparent #ffc425 transparent transparent;
    position: relative;
  }

  .roi-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(45deg) translate(-45%, 30%);
    -ms-transform: rotate(45deg) translate(-45%, 30%);
    transform: rotate(45deg) translate(-45%, 30%);
    z-index: 12;
  }
  .roi-text span {
    color: #000;
    font-size: 52px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
  }
  .roi-text .font42 {
    font-size: 42px;
    line-height: 1;
  }

  .roi-banner.trig .roi-triangle {
    border-width: 0 200px 200px 0;
  }
  .roi-banner.trig .roi-text {
    -webkit-transform: rotate(45deg) translate(-45%, 10%);
    -ms-transform: rotate(45deg) translate(-45%, 10%);
    transform: rotate(45deg) translate(-45%, 10%);
  }
  .roi-banner.trig .roi-text span {
    font-size: 30px;
  }

  .page-template-default .roi-banner .roi-triangle, .page-template-template-case-study-page .roi-banner .roi-triangle, .post-template-default .roi-triangle, .category .roi-triangle, .error404 .roi-triangle {
    border-width: 0 261px 261px 0;
  }
  .page-template-default .roi-banner .roi-text, .page-template-template-case-study-page .roi-banner .roi-text, .post-template-default .roi-text, .category .roi-text, .error404 .roi-text {
    -webkit-transform: rotate(45deg) translate(-44%, 29%);
    -ms-transform: rotate(45deg) translate(-45%, 29%);
    transform: rotate(45deg) translate(-44%, 29%);
  }
  .page-template-default .roi-banner .roi-text .font52, .page-template-template-case-study-page .roi-banner .roi-text .font52, .post-template-default .roi-text .font52, .category .roi-text .font52, .error404 .roi-text .font52 {
    font-size: 38px;
  }
  .page-template-default .roi-banner .roi-text .font42, .page-template-template-case-study-page .roi-banner .roi-text .font42, .post-template-default .roi-text .font42, .category .roi-text .font42, .error404 .roi-text .font42 {
    font-size: 31px;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  .navbar-header, .navbar-nav {
    float: unset;
  }

  .logo-top img {
    margin: 0 auto;
  }

  .navbar-right {
    float: unset !important;
  }

  .navbar-nav ul li {
    padding: 0;
  }

  .navbar-nav > li {
    float: unset;
    display: inline-block;
    vertical-align: middle;
  }

  .navbar-nav ul {
    text-align: center;
  }

  .nav-down .navbar-nav ul {
    padding-top: 10px;
  }
  .nav-down .logo-top img {
    width: 25%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .roi-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto !important;
    background-color: #ffc425;
    padding: 20px;
    width: 100%;
  }

  .roi-banner.trig {
    padding: 14px 10px 10px;
  }

  .roi-triangle {
    display: none;
  }

  .roi-text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .roi-text span {
    font-size: 30px;
  }
  .roi-text .font42 {
    font-size: 30px;
  }

  .page-template-default .roi-banner .roi-text, .page-template-template-case-study-page .roi-banner .roi-text, .post-template-default .roi-text, .category .roi-text, .error404 .roi-text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .page-template-default .roi-banner .roi-text .font52, .page-template-template-case-study-page .roi-banner .roi-text .font52, .post-template-default .roi-text .font52, .category .roi-text .font52, .error404 .roi-text .font52 {
    font-size: 30px;
  }
  .page-template-default .roi-banner .roi-text .font42, .page-template-template-case-study-page .roi-banner .roi-text .font42, .post-template-default .roi-text .font42, .category .roi-text .font42, .error404 .roi-text .font42 {
    font-size: 30px;
  }

  .roi-banner.trig .roi-text {
    transform: unset;
  }
}
@media (max-width: 767px) {
  .roi-banner {
    position: relative;
    top: 0 !important;
    left: 0;
    width: 100%;
    background-color: #ffc425;
    padding: 10px 30px;
  }
  .roi-banner .roi-text {
    font-size: 18px;
    text-align: center;
  }
  .roi-banner .roi-text span {
    font-family: 'Fjalla One', sans-serif;
    color: #000;
    text-transform: uppercase;
  }

  .site-header {
    position: relative;
  }

  .hero {
    padding-top: 0 !important;
  }

  .navbar-toggle {
    background: #ffc425;
    border-radius: 0;
    margin-top: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 400px) {
  .logo-top img {
    width: 70%;
  }
}
@media (max-width: 360px) {
  .navbar-toggle {
    margin-top: 10px;
  }
}
