/*------------------- 5.11 Service -------------------*/
.service-wrap-layout1 {
  padding: 3.5rem 0 0.5rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.service-wrap-layout1:after {
  content: url('img/figure/line-shape.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout1:after {
    display: none;
  }
}
.service-wrap-layout2 {
  padding: 14rem 0 5.2rem;
  position: relative;
  background-image: url('img/about/about3.png');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 115px;
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout2 {
    background-image: none;
  }
}
.service-wrap-layout3 {
  padding-bottom: 3rem;
  background-color: #082c4b;
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout3 {
    padding: 12rem 0 9rem;
  }
}
.service-wrap-layout4 {
  padding: 9.4rem 0 7rem;
  background-color: #082c4b;
}
.service-wrap-layout5 {
  padding: 9.5rem 0 7rem;
}
.service-wrap-layout6 {
  padding: 2rem 0 6.5rem;
}
.service-wrap-layout7 {
  padding: 10rem 0 7rem;
}
.single-service-wrap-layout1 {
  padding: 10rem 0 7rem;
}
.single-service-wrap-layout2 {
  padding: 10rem 0 4.5rem;
}
.service-box-layout1 {
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout1 {
    padding: 0;
  }
}
.service-box-layout1 .item-img {
  position: relative;
  border-radius: 50%;
  margin-bottom: 22px;
  display: inline-block;
  border: 10px solid #ffffff;
  -webkit-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;
}
.service-box-layout1 .item-img img {
  border-radius: 50%;
}
.service-box-layout1 .item-img .sl-number {
  position: absolute;
  top: -15px;
  right: 4px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #bd8f23;
}
.service-box-layout1 .item-content .item-title {
  margin-bottom: 10px;
}
.service-box-layout1 .item-content .item-title a {
  color: #ffffff;
  font-weight: 500;
  -webkit-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;
}
.service-box-layout1 .item-content .item-title a:hover {
  color: #cccccc;
}
.service-box-layout1 .item-content p {
  color: #cccccc;
}
.service-box-layout1:hover .item-img {
  border-color: #bd8f23;
  animation: pulse 3000ms infinite;
}
.service-box-layout2 .media {
  margin-bottom: 20px;
}
.service-box-layout2 .media .item-icon {
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #082c4b;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .media .item-icon i {
  display: block;
}
.service-box-layout2 .media .item-icon i:before {
  color: #ffffff;
  font-size: 35px;
}
.service-box-layout2 .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
.service-box-layout2 .media:hover .item-icon {
  background-color: #ee212b;
}
.service-box-layout3 {
  transform: translateY(-60px);
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 {
    transform: translateY(0);
  }
}
.service-box-layout3 .item-img {
  border: 10px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}
.service-box-layout3 .item-img img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3 .item-content {
  text-align: center;
}
.service-box-layout3 .item-content .item-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.service-box-layout3 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3 .item-content .item-title a:hover {
  color: #ccc;
}
.service-box-layout3 .item-content .item-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.service-box-layout3 .item-content p {
  color: #cccccc;
}
.service-box-layout3:hover .item-img img {
  transform: scale(1.1);
}
.service-box-layout4 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
  box-shadow: 0px 4px 21px 0px rgba(9, 36, 60, 0.75);
}
.service-box-layout4 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout4 .item-content {
  position: absolute;
  bottom: -77px;
  left: 0;
  right: 0;
  background-color: rgba(238, 33, 43, 0.8);
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-box-layout4 .item-content {
    bottom: -48px;
  }
}
@media only screen and (max-width: 479px) {
  .service-box-layout4 .item-content {
    bottom: -77px;
  }
}
.service-box-layout4 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.service-box-layout4 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout4 .item-content .item-title a:hover {
  color: #c9c9c9;
}
.service-box-layout4 .item-content p {
  color: #ffffff;
}
.service-box-layout4:hover .item-img img {
  transform: scale(1.1);
}
.service-box-layout4:hover .item-content {
  bottom: 0;
}
.service-box-layout5 {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 35px 45px 45px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.service-box-layout5:after {
  content: url('img/figure/shape.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-box-layout5 .item-heading {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .service-box-layout5 .item-heading {
    margin-bottom: 9rem;
  }
}
.service-box-layout5 .item-heading .item-title {
  color: #ffffff;
  font-weight: 700;
  padding-left: 20px;
}
.service-box-layout5 .item-heading .item-title span {
  font-weight: 400;
  display: block;
}
.service-box-layout5 .service-list li {
  font-size: 17px;
  font-weight: 500;
  color: #082c4b;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}
.service-box-layout5 .service-list li:last-child {
  margin-bottom: 0;
}
.service-box-layout5 .service-list li i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #ee212b;
}
.service-box-layout6 {
  margin-bottom: 35px;
}
.service-box-layout6 .item-img {
  position: relative;
  margin-bottom: 18px;
  border-radius: 4px;
  overflow: hidden;
}
.service-box-layout6 .item-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout6 .item-img .item-icon {
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-img .item-icon i:before {
  font-size: 36px;
  color: #082c4b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(9, 45, 76, 0.8);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.service-box-layout6 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout6 .item-content .item-title a:hover {
  color: #ee212b;
}
.service-box-layout6 .item-content p {
  margin-bottom: 25px;
}
.service-box-layout6:hover .item-img img {
  transform: scale(1.2);
}
.service-box-layout6:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.service-box-layout6:hover .item-img .item-icon {
  background-color: #bd8f23;
  animation: pulse 1500ms infinite;
}
.service-box-layout6:hover .item-img .item-icon i:before {
  color: #ffffff;
}
.service-box-layout7 {
  text-align: center;
  padding: 55px 30px 60px;
  box-shadow: 0px 1px 21px 0px rgba(186, 186, 186, 0.4);
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7 .item-icon {
  line-height: 1;
  margin-bottom: 20px;
}
.service-box-layout7 .item-icon i:before {
  font-size: 80px;
  color: #082c4b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7 .item-content .item-title {
  position: relative;
  font-weight: 500;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7 .item-content .item-title:after {
  content: "";
  height: 4px;
  width: 54px;
  background-color: #ee212b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.service-box-layout7 .item-content p {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout7:hover {
  background-color: #082c4b;
}
.service-box-layout7:hover .item-icon i:before {
  color: #ffffff;
}
.service-box-layout7:hover .item-content .item-title {
  color: #ffffff;
}
.service-box-layout7:hover .item-content p {
  color: #ffffff;
}
.service-box-layout7:hover .item-content .ghost-btn-md {
  color: #ffffff;
}
.single-service-box-layout1 .main-img {
  margin-bottom: 30px;
}
.single-service-box-layout1 .main-img img {
  border-radius: 4px;
}
.single-service-box-layout1 .item-content .item-info {
  margin-bottom: 7rem;
}
.single-service-box-layout1 .item-content .item-info .item-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 18px;
  }
}
.single-service-box-layout1 .item-content .item-info p {
  margin-bottom: 35px;
}
.single-service-box-layout1 .item-content .more-info {
  margin-bottom: 30px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box {
  margin-bottom: 4rem;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img {
  position: relative;
  padding-left: 32px;
  z-index: 2;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img img {
  border-radius: 4px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img:after {
  content: url('img/service/pattern.png');
  position: absolute;
  top: -32px;
  left: 0;
  z-index: -1;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 {
  position: relative;
  padding-right: 32px;
  z-index: 2;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2 img {
  border-radius: 4px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img-2:after {
  content: url('img/service/pattern.png');
  position: absolute;
  top: -32px;
  right: 0;
  z-index: -1;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
  padding-left: 7rem;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
    padding-left: 10rem;
  }
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #ebebeb;
  font-size: 24px;
  color: #ee212b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li:hover .sl-number {
  background-color: #ee212b;
  color: #ffffff;
}
.single-service-box-layout1 .item-content .item-gallery .item-title {
  font-size: 24px;
  font-weight: 500;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img {
  margin: 30px 0 55px;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img {
  position: relative;
  text-align: center;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ee212b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
  font-size: 24px;
  color: #ffffff;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn i:before {
    font-size: 20px;
  }
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover {
  background-color: #ffffff;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img .item-icon .play-btn:hover i:before {
  color: #ee212b;
}
.single-service-box-layout1 .item-content .item-gallery .gallery-img .popup-overlay:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.single-service-box-layout1 .item-content .item-services {
  background-color: #f8f8f8;
  padding: 40px 50px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-services {
    padding: 40px 30px 30px;
  }
}
.single-service-box-layout1 .item-content .item-services .item-title {
  font-size: 24px;
  font-weight: 500;
}
.single-service-box-layout1 .item-content .item-services .service-list {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .single-service-box-layout1 .item-content .item-services .service-list {
    display: block;
  }
}
.single-service-box-layout1 .item-content .item-services .service-list ul {
  margin-right: 30px;
}
.single-service-box-layout1 .item-content .item-services .service-list ul:last-child {
  margin-right: 0;
}
.single-service-box-layout1 .item-content .item-services .service-list ul li {
  color: #444444;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.single-service-box-layout1 .item-content .item-services .service-list ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #ee212b;
}
.zoom-gallery-box {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box {
    display: block;
  }
}
.zoom-gallery-box .tab-content {
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-content {
    padding-right: 0;
  }
}
.zoom-gallery-box .tab-nav-list {
  display: -ms-grid;
  display: grid;
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-nav-list {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-nav-list .nav-item {
    margin-right: 10px;
  }
  .zoom-gallery-box .tab-nav-list .nav-item:last-child {
    margin-right: 0;
  }
}
.zoom-gallery-box .tab-nav-list .nav-item .nav-link {
  border-radius: 0;
  border: none;
  padding: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .zoom-gallery-box .tab-nav-list .nav-item .nav-link {
    padding: 10px 0 0;
  }
}
.zoom-gallery-box .tab-nav-list .nav-item .nav-link.active img {
  opacity: 0.5;
}
.zoom-gallery-box .tab-nav-list .nav-item:last-child .nav-link {
  padding-bottom: 0;
}

.bg-common {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

.bg-accent {
    background-color: #494e6b;
    background-image: url('img/banner-shape1.png');
}

.heading-layout1 .item-subtitle {
    font-size: 18px;
    color: #ee212b;
    font-weight: 500;
    margin-bottom: 10px;
}

.heading-layout1.heading-light .item-subtitle {
    color: #ee212b;
}

.heading-layout1 {
    text-align: center;
    margin-bottom: 40px;
}



.ghost-btn-md:hover {
    background-color: #bd8f23;
    color: #ffffff !important;
}

.ghost-btn-md {
    display: inline-block;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.primary-border {
    border: 1px solid #bd8f23;
}

a {
    color: #bd8f23;
    text-decoration: none;
}








/* Green */
.success {
  border-color: #212d4a;
  color: #212d4a;
}

.success:hover {
  background-color: #212d4a;
  color: white;
}





.fade-in-out {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-out.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-out.hide {
  opacity: 0;
  transform: translateY(20px);
}

#imgdiv{margin:0 0 10px 0;}










/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/


.tabs {
	position: relative;
	margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
}

ul.tab-nav:not(.tab-nav-lg) li {
	float: left;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-left: 0;
	height: 41px;
	text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
	margin-left: 15px;
	border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	position: relative;
	top: 1px;
	background-color: #FFF;
}
/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/


.widget {
	position: relative;
	margin-top: 50px;
}

.widget p { line-height: 1.7; }

.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #EEE;
}

.widget:first-child { margin-top: 0; }

.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0;
}

.widget > h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; }

.widget p:not(.lead) { font-size: 14px; }

/* Small Post
-----------------------------------------------------------------*/

.spost,
.mpost {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #E5E5E5;
}

.mpost {
	margin-top: 25px;
	padding-top: 25px;
}

.spost:first-child,
.mpost:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.spost .entry-image,
.mpost .entry-image {
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}

.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
	width: 48px;
	height: 48px;
}

.spost .entry-image a i,
.mpost .entry-image a i {
	font-size: 28px;
	line-height: 48px;
	color: #666;
	background-color: #EEE;
}

.spost .entry-title h4,
.mpost .entry-title h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.spost .entry-title h4 a,
.mpost .entry-title h4 a { color: #333; }

.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover { color: #f9a602; }

.spost .entry-meta { margin: 8px -10px 0 0; }

.spost .entry-meta li,
.mpost .entry-meta li {
	font-size: 13px;
	margin: 0 10px 0 0;
}

/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
	position: relative;
	padding: 20px 0 0;
}

ul.tab-nav li a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
}

/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
	float: left;
	width: 200px;
	padding: 20px 0;
	border-bottom: 0;
	border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
	float: none;
	border: 1px solid #DDD;
	border-right: 0;
	border-top: 0;
	height: auto;
	text-align: left;
}

.side-tabs ul.tab-nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	right: -1px;
}

.side-tabs .tab-container {
	overflow: hidden;
	padding: 15px 0 0 20px;
}

.ui-tabs .ui-tabs-hide {
	position: absolute !important;
	left: -10000px !important;
	display:block !important;
}


/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 { border: 0; }

.side-tabs ul.tab-nav.tab-nav2 li {
	border: 0;
	margin: 6px 0 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }

.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }


/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
	position: relative;
	padding: 0;
	z-index: 2;
	margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
	right: -1px;
	border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #DDD;
}


/* ----------------------------------------------------------------
	Side Navigation
-----------------------------------------------------------------*/


.sidenav {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	border-radius: 4px;
}

.sidenav li { list-style-type: none; }

.sidenav li a {
	display: block;
	position: relative;
	margin: 0 0 -1px;
	padding: 11px 20px 11px 14px;
	font-size: 14px;
	border: 1px solid #E5E5E5;
	border-right-width: 2px;
	color: #666;
}

.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }

.sidenav > li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
	position: relative;
	z-index: 2;
	border-color: rgba(0,0,0,0.1) !important;
	color: #FFF !important;
	font-weight: 700;
	background-color: #1ABC9C !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sidenav li ul { display: none; }

.sidenav li.ui-tabs-active ul { display: block; }

.sidenav li li a {
	padding: 6px 20px 6px 35px;
	font-size: 14px;
	border-top: none;
	border-bottom: none;
}

.sidenav li li:first-child a { padding-top: 20px; }

.sidenav li li:last-child a { padding-bottom: 20px; }

.sidenav li i {
	position: relative;
	top: 1px;
	margin-right: 6px;
	font-size: 14px;
	text-align: center;
	width: 16px;
}

/* Chevrons */
.sidenav .icon-chevron-right {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: auto;
	right: 6px;
	margin-top: -8px;
	margin-right: 0;
	opacity: .4;
	font-size: 12px !important;
}

.sidenav > li > a:hover {
	background-color: #F5F5F5;
	color: #222;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }









/* Specific styles for the "Call Us" button */
.call-us-btn {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e7c981;
  border-color: #28a745;
}

.call-us-btn:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* Responsive styles */
@media (max-width: 768px) {
  .call-us-btn {
      font-size: 1rem;
      padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .call-us-btn {
      font-size: 0.9rem;
      padding: 6px 12px;
  }
}





/* Specific styles for the widget-tag image */
.widget-tag img {
  /*width: 100%;*/
  height: auto;
  max-width: 352px; /* Adjust this value as needed */
  margin-bottom: 10px;
  object-fit: cover;
}