/* Transition
----------------------------------------------------------*/
/* LESS / Social Media Brand Colors */
.btn-primary {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.btn-default {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: #0a2c4e;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.woo-btn {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 0 22px;
  height: 34px;
  line-height: 37px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: #0a2c4e;
  transition: 0.5s;
}
.woo-btn:hover,
.woo-btn:focus {
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: #ffb600;
  color: #fff;
}
.woo-btn-2 {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 0 22px;
  height: 34px;
  line-height: 37px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: #ffb600;
  transition: 0.5s;
}
.woo-btn-2:hover,
.woo-btn-2:focus {
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: #0a2c4e;
  color: #fff;
}
/*
 * OwlCarousel
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-controls {
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-controls .owl-buttons div {
  margin-top: -20px;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 999;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
  background-color: #ffb600;
}
.owl-controls .owl-buttons div:hover {
  background-color: #ffb600;
}
.owl-controls .owl-prev {
  left: -60px;
}
.owl-controls .owl-next {
  right: -60px;
}
/* Styling Pagination*/
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #fff;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
}
/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
input[type=text],
textarea {
  border: 1px solid #555;
  background: #fff;
}
blockquote {
  font-style: italic;
  border-left: #0a2c4e;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
}
a:hover {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-panel {
  clear: both;
  display: none;
}
.tabs .tabs-panel.active {
  animation: fadeIn 1 1s ease;
  display: block;
}
.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row.overlay-enable {
  position: relative;
}
.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.vc_row.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}
.vc_row.vc_row-flex > .container-fluid {
  width: 100%;
}
.vc_row.vc_row-flex > .container > .row,
.vc_row.vc_row-flex > .container-fluid > .row {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_row-o-columns-top > .container > .row,
.vc_row.vc_row-o-columns-top > .container-fluid > .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.vc_row.vc_row-o-columns-middle > .container > .row,
.vc_row.vc_row-o-columns-middle > .container-fluid > .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-columns-bottom > .container > .row,
.vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-equal-height > .container > .row .vc_column_container,
.vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}
.vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*
   Icon Box
   ========================================================================== */
.amwal-icon-box .b-icon {
  transition: all 0.5s ease-in-out;
  font-size: 32px;
  color: #ffb600;
  display: block;
  width: 83px;
  height: 83px;
  line-height: 76px;
  border: 2px solid #ffb600;
  border-radius: 50%;
  text-align: center;
}
.amwal-icon-box:hover .b-icon {
  color: #fff;
  background: #ffb600;
}
.amwal-icon-box .title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1;
}
.amwal-icon-box .desc {
  color: #727272;
}
.amwal-icon-box .desc p {
  margin-bottom: 0;
}
.amwal-icon-box.text-center .b-icon {
  margin: 0 auto;
}
.amwal-icon-box.box-style-2 .b-icon {
  float: left;
  margin-right: 20px;
}
.amwal-icon-box.box-style-2 .title {
  margin-top: 0;
  padding-left: 103px;
}
.amwal-icon-box.box-style-2 .desc {
  padding-left: 103px;
}
/* Counter Up Icon */
.amwal-counter {
  position: relative;
  padding-left: 65px;
}
.amwal-counter.dark-text .counter {
  color: #222;
}
.amwal-counter.dark-text .desc {
  color: #727272;
}
.amwal-counter .b-icon {
  font-size: 38px;
  color: #ffb600;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.amwal-counter .counter {
  font-size: 46px;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 700;
  line-height: 46px;
}
.amwal-counter .desc {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
/* ==========================================================================
   Title
   ========================================================================== */
.title-block .top-title {
  display: block;
  width: 70px;
  height: 25px;
  border: 4px solid #ffb600;
  border-bottom: none;
}
.title-block .title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.title-block .sub-title {
  font-size: 13px;
  color: #979797;
  line-height: 1;
  margin-bottom: 20px;
}
.title-block .bottom-title {
  display: block;
  width: 70px;
  height: 4px;
  background-color: #ffb600;
}
.section-title.text-center .top-title,
.section-title.text-center .bottom-title {
  margin: 0 auto;
}
.section-title.light-skin .title {
  color: #fff;
}
.section-title.light-skin .sub-title,
.section-title.light-skin .desc {
  color: #bababa;
}
.section-title .desc {
  font-size: 14px;
  color: #727272;
  margin-top: 60px;
}
.section-title .desc p {
  margin-bottom: 0;
}
.section-title.title-style-2 .top-title {
  display: none;
}
.section-title.title-style-2 .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.section-title.title-style-2 .title:after {
  position: absolute;
  width: 70px;
  height: 4px;
  content: "";
  background-color: #ffb600;
  bottom: 0;
  left: 0;
}
.amwal-clients.hide-border-img .image-item img {
  border: none;
}
.amwal-clients .image-item {
  display: block;
}
.amwal-clients .image-item img {
  border: 1px solid #ededed;
}
.amwal-clients .partner-img {
  opacity: .8;
  transition: all all 0.3s ease-in-out;
  margin: 0 auto;
}
.amwal-clients .partner-img:hover {
  opacity: 1;
}
.amwal-clients.clients-style-1 .image-item img {
  margin-bottom: 30px;
}
.amwal-clients.clients-style-2 .owl-client-list.owl-carousel .client-item {
  width: 100%;
}
.amwal-clients.clients-style-2.hide-pagination .owl-controls .owl-pagination {
  display: none;
}
.amwal-clients.clients-style-2.hide-navigation .owl-controls .owl-buttons {
  display: none;
}
.amwal-clients.clients-style-2 .owl-controls {
  padding: 0 15px;
  margin-top: 40px;
}
.amwal-clients.clients-style-2 .owl-controls .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #0a2c4e;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.amwal-clients.clients-style-2 .owl-controls .owl-pagination .owl-page:hover {
  background: #ffb600;
}
.amwal-clients.clients-style-2 .owl-controls .owl-pagination .owl-page.active {
  border-color: #ffb600;
  background: #ffb600;
}
.amwal-clients.clients-style-2 .owl-controls .owl-pagination .owl-page span {
  display: none;
}
.amwal-clients.clients-style-2 .owl-controls .owl-buttons div {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  background-color: #0a2c4e;
  transition: all 0.5s;
  transform: translateY(-50%);
}
.amwal-clients.clients-style-2 .owl-controls .owl-buttons div:hover {
  background-color: #ffb600;
}
.amwal-clients.clients-style-2 .owl-controls .owl-buttons div span {
  font-size: 31px;
  line-height: 58px;
}
.amwal-clients.clients-style-2 .owl-controls .owl-buttons .owl-prev {
  left: -70px;
  right: auto;
}
.amwal-clients.clients-style-2 .owl-controls .owl-buttons .owl-prev span {
  padding-right: 5px;
}
.amwal-clients.clients-style-2 .owl-controls .owl-buttons .owl-next {
  right: -70px;
  left: auto;
}
.amwal-clients.clients-style-2 .owl-controls .owl-buttons .owl-next span {
  padding-left: 5px;
}
.amwal-services-carousel .item-services {
  text-align: center;
}
.amwal-services-carousel .item-services .service-content .service-box-content {
  transition: all 0.35s;
  position: relative;
  padding-top: 50px;
}
.amwal-services-carousel .item-services .service-content .service-box-content .b-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
  color: #ffb600;
}
.amwal-services-carousel .item-services .service-content .service-box-content .title {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  margin-bottom: 30px;
}
.amwal-services-carousel .item-services .service-content .service-box-content .title .title-link {
  color: #222;
}
.amwal-services-carousel .item-services .service-content .service-box-content .title .title-link:hover {
  color: #ffb600;
}
.amwal-services-carousel .item-services .service-content .service-box-content .desc {
  color: #727272;
}
.amwal-services-carousel .item-services .service-content .service-box-content .view-more {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  color: #222;
  margin-top: 20px;
}
.amwal-services-carousel .item-services .service-content .service-box-content .view-more:hover,
.amwal-services-carousel .item-services .service-content .service-box-content .view-more:active,
.amwal-services-carousel .item-services .service-content .service-box-content .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-services-carousel .item-services .service-content .service-box-content .view-more:hover {
  color: #fff;
  background-color: #0a2c4e;
  border-color: #0a2c4e;
}
.amwal-services-carousel .owl-controls {
  padding: 0 15px;
}
.amwal-services-carousel .owl-controls .owl-pagination {
  padding: 40px 0 32px;
  background-color: #0a2c4e;
}
.amwal-services-carousel .owl-controls .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #0a2c4e;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.amwal-services-carousel .owl-controls .owl-pagination .owl-page:hover {
  background: #ffb600;
}
.amwal-services-carousel .owl-controls .owl-pagination .owl-page.active {
  border-color: #ffb600;
  background: #ffb600;
}
.amwal-services-carousel .owl-controls .owl-pagination .owl-page span {
  display: none;
}
.amwal-services-carousel .owl-controls .owl-buttons {
  display: none;
}
.amwal-services-carousel .button-link {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.amwal-services-carousel .button-link .view-more {
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  color: #222;
}
.amwal-services-carousel .button-link .view-more:hover,
.amwal-services-carousel .button-link .view-more:active,
.amwal-services-carousel .button-link .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-services-carousel .button-link .view-more:hover {
  color: #fff;
  background-color: #0a2c4e;
  border-color: #0a2c4e;
}
.amwal-services-carousel.services-style-1.service-has-padding.view-uncarousel .owl-services-list {
  margin-left: -15px;
  margin-right: -15px;
}
.amwal-services-carousel.services-style-1.service-has-padding.view-uncarousel .item-services {
  background-color: transparent;
  padding: 0 15px;
}
.amwal-services-carousel.services-style-1.service-has-padding.view-uncarousel .item-services .service-content {
  padding: 60px 40px;
}
.amwal-services-carousel.services-style-1.service-has-padding.view-uncarousel .owl-services-list .item-services:nth-child(2n+2) {
  background-color: transparent;
}
.amwal-services-carousel.services-style-1.service-has-padding.view-uncarousel .owl-services-list .item-services:nth-child(2n+2) .service-content {
  padding: 60px 40px;
  background-color: #f3f3f3;
}
.amwal-services-carousel.services-style-1.service-light-text .item-services .service-content .service-box-content .title {
  color: #fff;
}
.amwal-services-carousel.services-style-1.service-light-text .item-services .service-content .service-box-content .title .title-link {
  color: #fff;
}
.amwal-services-carousel.services-style-1.service-light-text .item-services .service-content .service-box-content .title .title-link:hover {
  color: #ffb600;
}
.amwal-services-carousel.services-style-1.service-light-text .item-services .service-content .service-box-content .desc {
  color: #bababa;
}
.amwal-services-carousel.services-style-1.service-transparent .item-services {
  padding: 0 15px;
  background-color: transparent;
}
.amwal-services-carousel.services-style-1.service-transparent .owl-services-list .owl-item:nth-child(2n+2) .item-services {
  background-color: transparent;
}
.amwal-services-carousel.services-style-1.service-transparent .owl-controls {
  background-color: transparent;
}
.amwal-services-carousel.services-style-1.service-transparent .owl-controls .owl-pagination {
  padding-bottom: 0;
}
.amwal-services-carousel.services-style-1.view-uncarousel .button-link {
  text-align: center;
}
.amwal-services-carousel.services-style-1.view-uncarousel .button-link .view-more {
  margin-top: 60px;
  position: static;
  border-color: #222;
  color: #222;
}
.amwal-services-carousel.services-style-1.view-uncarousel .owl-services-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.amwal-services-carousel.services-style-1.view-uncarousel .owl-services-list .item-services {
  width: 33.33333333%;
  float: left;
}
.amwal-services-carousel.services-style-1.view-uncarousel .owl-services-list .item-services:nth-child(2n+2) {
  background-color: #f3f3f3;
}
.amwal-services-carousel.services-style-1.hide-control .button-link .view-more {
  position: static;
  margin-top: 40px;
  color: #222;
  border-color: #222;
}
.amwal-services-carousel.services-style-1 .item-services {
  background-color: #f8f8f8;
  padding: 60px 40px;
}
.amwal-services-carousel.services-style-1 .item-services .service-bg,
.amwal-services-carousel.services-style-1 .item-services img {
  display: none;
}
.amwal-services-carousel.services-style-1 .owl-services-list .owl-item:nth-child(2n+2) .item-services {
  background-color: #f3f3f3;
}
.amwal-services-carousel.services-style-1 .button-link .view-more {
  color: #fff;
  border-color: #fff;
}
.amwal-services-carousel.services-style-1 .button-link .view-more:hover {
  background-color: #ffb600;
  border-color: #ffb600;
}
.amwal-services-carousel.services-style-1 .owl-controls {
  padding: 50px 0 42px;
  background-color: #0a2c4e;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-pagination {
  padding: 0;
  background-color: transparent;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons div {
  top: auto;
  margin-top: 0;
  bottom: -25px;
  left: 0;
  width: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 31px;
  color: #222;
  background-color: #fff;
  transition: all 0.5s;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons div:hover {
  background-color: #ffb600;
  color: #fff;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-prev {
  right: auto;
  left: 0;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-prev:before {
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  transition: all 0.5s;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-prev:hover:before {
  border-top-color: #ffb600;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-next {
  left: 70px;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-next:before {
  width: 0;
  height: 0;
  border-bottom: 60px solid #fff;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 0.5s;
}
.amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-next:hover:before {
  border-bottom-color: #ffb600;
}
.amwal-services-carousel.services-style-2 {
  position: relative;
  padding-top: 60px;
}
.amwal-services-carousel.services-style-2.hide-pagination {
  padding-top: 0;
}
.amwal-services-carousel.services-style-2 .item-services {
  position: relative;
  padding: 20px 1px;
}
.amwal-services-carousel.services-style-2 .item-services img {
  display: none;
}
.amwal-services-carousel.services-style-2 .item-services.no-bg .service-content .service-bg:after {
  background-color: #0a2c4e;
}
.amwal-services-carousel.services-style-2 .item-services .service-content {
  padding: 35px 30px;
  background-color: #f6f6f6;
  transition: 0.1s;
}
.amwal-services-carousel.services-style-2 .item-services .service-content .service-box-content .desc p {
  margin-bottom: 0;
}
.amwal-services-carousel.services-style-2 .item-services .service-content .service-bg {
  transition: opacity 1s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.amwal-services-carousel.services-style-2 .item-services .service-content .service-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 44, 78, 0.8);
  content: "";
  transition: opacity 1s;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover {
  background-color: transparent;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .title {
  color: #fff;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .title .title-link {
  color: #fff;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .title .title-link:hover {
  color: #ffb600;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .service-box-content {
  position: relative;
  z-index: 99;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .desc {
  color: #fff;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .service-bg {
  opacity: 1;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .view-more {
  border-color: #fff;
  color: #fff;
}
.amwal-services-carousel.services-style-2 .item-services .service-content:hover .view-more:hover {
  border-color: #ffb600;
  background-color: #ffb600;
}
.amwal-services-carousel.services-style-2.service-has-padding {
  padding-top: 0;
}
.amwal-services-carousel.services-style-2.service-has-padding .owl-services-list {
  margin-left: -15px;
  margin-right: -15px;
}
.amwal-services-carousel.services-style-2.service-has-padding .owl-services-list .item-services {
  padding: 0 15px;
}
.amwal-services-carousel.services-style-2.service-has-padding .owl-services-list .item-services .service-content {
  position: relative;
  background-color: #fff;
}
.amwal-services-carousel.services-style-2.service-has-padding .owl-services-list .item-services .view-more {
  display: none;
}
.amwal-services-carousel.services-style-2.service-has-padding .owl-services-list .owl-controls {
  position: relative;
  top: inherit;
  right: inherit;
}
.amwal-services-carousel.services-style-2.service-has-padding .owl-services-list .owl-controls .owl-pagination {
  padding: 30px 0 0 0;
  background-color: transparent;
  line-height: 1;
}
.amwal-services-carousel.services-style-2.service-hide-btn .item-services {
  padding: 10px 1px;
}
.amwal-services-carousel.services-style-2.service-hide-btn .item-services .view-more {
  display: none;
}
.amwal-services-carousel.services-style-2 .owl-controls {
  position: absolute;
  top: -60px;
  right: 0;
}
.amwal-services-carousel.services-style-2 .owl-controls .owl-pagination {
  padding: 0;
  background-color: transparent;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list {
  margin-left: -15px;
  margin-right: -15px;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services {
  padding-left: 15px;
  padding-right: 15px;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services.no-bg .service-content .service-box-content {
  transform: translateY(0);
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content .service-box-content {
  transform: translateY(50px);
  bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content .service-box-content:after {
  display: none;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content .service-box-content .title {
  color: #ffb600;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content .service-box-content .title .title-link {
  color: #ffb600;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content .service-box-content .view-more {
  display: none;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content:hover:before {
  background-color: rgba(255, 182, 0, 0.9);
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content:hover .service-box-content .title {
  color: #fff;
}
.amwal-services-carousel.services-style-3.service-has-padding .owl-services-list .item-services .service-content:hover .service-box-content .title .title-link {
  color: #fff;
}
.amwal-services-carousel.services-style-3 .item-services .service-content {
  position: relative;
}
.amwal-services-carousel.services-style-3 .item-services .service-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(10, 44, 78, 0.7);
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-bg {
  display: none;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content {
  padding: 25px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.65s;
  bottom: -100%;
  left: 0;
  z-index: 99;
  transform: translateY(-80px);
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 182, 0, 0.9);
  transition: all 0.5s;
  z-index: 9;
  opacity: 0;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .b-icon {
  display: none;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .title,
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .desc,
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .view-more {
  position: relative;
  z-index: 999;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .title .title-link {
  color: #fff;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .desc {
  color: #fff;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .view-more {
  border-color: #fff;
  color: #fff;
}
.amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .view-more:hover {
  border-color: #0a2c4e;
}
.amwal-services-carousel.services-style-3 .item-services .service-content:hover .service-box-content {
  transform: translateY(0);
  bottom: 0;
}
.amwal-services-carousel.services-style-3 .item-services .service-content:hover .service-box-content:after {
  opacity: 1;
}
.amwal-services-carousel.services-style-3 .item-services.no-bg .service-content:before {
  background-color: transparent;
}
.amwal-services-carousel.services-style-3 .item-services.no-bg .service-content .service-box-content {
  position: relative;
}
.amwal-services-carousel.services-style-3 .item-services.no-bg .service-content .service-box-content .title {
  color: #0a2c4e;
}
.amwal-services-carousel.services-style-3 .item-services.no-bg .service-content .service-box-content .title .title-link {
  font-size: 24px;
  font-weight: 600;
  color: #0a2c4e;
}
.amwal-services-carousel.services-style-3 .item-services.no-bg .service-content .service-box-content .desc {
  color: #222;
}
.amwal-services-carousel.services-style-3 .item-services.no-bg .service-content .service-box-content .view-more {
  border-color: #0a2c4e;
  color: #222;
}
.amwal-services-carousel.services-style-3 .item-services.no-bg .service-content .service-box-content .view-more:hover {
  border-color: #ffb600;
  background-color: #ffb600;
  color: #fff;
}
.amwal-portfolio.portfolio-has-padding {
  margin-left: -15px;
  margin-right: -15px;
}
.amwal-portfolio.portfolio-has-padding .portfolio-item {
  padding: 15px;
}
.amwal-portfolio.portfolio-has-padding .filters-dropdown {
  padding-left: 15px;
  padding-right: 15px;
}
.amwal-portfolio .portfolio-sizer {
  width: 25%;
}
.amwal-portfolio .portfolio-item {
  float: left;
  width: 25%;
}
.amwal-portfolio .filters-dropdown {
  padding-bottom: 45px;
}
.amwal-portfolio .filters-dropdown ul.option-set {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.amwal-portfolio .filters-dropdown ul.option-set:after {
  content: "";
  clear: both;
  display: block;
}
.amwal-portfolio .filters-dropdown ul.option-set li {
  display: inline-block;
  padding: 0 1px;
  float: left;
}
.amwal-portfolio .filters-dropdown ul.option-set li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: #0a2c4e;
}
.amwal-portfolio .filters-dropdown ul.option-set li a:hover,
.amwal-portfolio .filters-dropdown ul.option-set li a:active,
.amwal-portfolio .filters-dropdown ul.option-set li a:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-portfolio .filters-dropdown ul.option-set li a.selected,
.amwal-portfolio .filters-dropdown ul.option-set li a:hover {
  background-color: #ffb600;
}
.amwal-portfolio.portfolio-style-1,
.amwal-portfolio.portfolio-style-3 {
  position: relative;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image {
  position: relative;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image .overlay-project,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image .overlay-project {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(10, 44, 78, 0.9);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image .content,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image .content .title,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image .content .title {
  color: #ffb600;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  transform: translateY(-17px);
  opacity: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image .content .title:after,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image .content .title:after {
  position: absolute;
  height: 2px;
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.35s;
  content: "";
  background-color: #ffb600;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image .content .title:hover:after,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image .content .title:hover:after {
  width: 100%;
  left: 0;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image .content .portfolio-cat,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image .content .portfolio-cat {
  color: #bababa;
  font-size: 14px;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  transform: translateY(17px);
  opacity: 0;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item .portfolio-image .content .portfolio-cat:hover,
.amwal-portfolio.portfolio-style-3 .portfolio-item .portfolio-image .content .portfolio-cat:hover {
  color: #fff;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item:hover .portfolio-image .overlay-project,
.amwal-portfolio.portfolio-style-3 .portfolio-item:hover .portfolio-image .overlay-project {
  opacity: 1;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item:hover .portfolio-image .content .title,
.amwal-portfolio.portfolio-style-3 .portfolio-item:hover .portfolio-image .content .title,
.amwal-portfolio.portfolio-style-1 .portfolio-item:hover .portfolio-image .content .portfolio-cat,
.amwal-portfolio.portfolio-style-3 .portfolio-item:hover .portfolio-image .content .portfolio-cat {
  transform: translateY(0);
  opacity: 1;
}
.amwal-portfolio.portfolio-style-1 {
  padding-top: 110px;
}
.amwal-portfolio.portfolio-style-1 .portfolio-item-wide,
.amwal-portfolio.portfolio-style-1 .portfolio-item-full {
  width: 50%;
}
.amwal-portfolio.portfolio-style-1 .view-more {
  position: absolute;
  top: 0;
  right: 15px;
}
.amwal-portfolio.portfolio-style-1 .view-more .link {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  color: #222;
  margin: 0;
}
.amwal-portfolio.portfolio-style-1 .view-more .link:hover,
.amwal-portfolio.portfolio-style-1 .view-more .link:active,
.amwal-portfolio.portfolio-style-1 .view-more .link:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-portfolio.portfolio-style-1 .view-more .link:hover {
  color: #fff;
  background-color: #0a2c4e;
  border-color: #0a2c4e;
}
.amwal-portfolio.portfolio-style-1.amwal-button-bottom {
  padding-top: 0;
  padding-bottom: 100px;
}
.amwal-portfolio.portfolio-style-1.amwal-button-bottom .view-more {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.amwal-portfolio.portfolio-style-2 .portfolio-item .portfolio-image {
  position: relative;
}
.amwal-portfolio.portfolio-style-2 .portfolio-item .portfolio-image .content {
  text-align: center;
  padding: 20px;
  background-color: #0a2c4e;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.amwal-portfolio.portfolio-style-2 .portfolio-item .portfolio-image .content .title {
  font-size: 16px;
  color: #ffb600;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.amwal-portfolio.portfolio-style-2 .portfolio-item .portfolio-image .content .title:hover {
  color: #fff;
}
.amwal-portfolio.portfolio-style-2 .portfolio-item .portfolio-image .content .portfolio-cat {
  font-size: 14px;
  color: #bababa;
  transition: all 0.5s;
}
.amwal-portfolio.portfolio-style-2 .portfolio-item .portfolio-image .content .portfolio-cat:hover {
  color: #fff;
}
.amwal-portfolio.portfolio-style-2.filter-position-right .filters-dropdown ul.option-set {
  justify-content: flex-end;
}
.amwal-portfolio.portfolio-style-3 {
  padding-top: 60px;
}
.amwal-portfolio.portfolio-style-3.portfolio-has-padding .owl-controls {
  padding: 0 15px;
}
.amwal-portfolio.portfolio-style-3 .owl-portfolio-list .portfolio-item {
  width: 100%;
}
.amwal-portfolio.portfolio-style-3 .owl-controls {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
.amwal-portfolio.portfolio-style-3 .owl-controls .owl-pagination {
  margin: 0 auto;
  text-align: right;
}
.amwal-portfolio.portfolio-style-3 .owl-controls .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #0a2c4e;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.amwal-portfolio.portfolio-style-3 .owl-controls .owl-pagination .owl-page:hover {
  background: #ffb600;
}
.amwal-portfolio.portfolio-style-3 .owl-controls .owl-pagination .owl-page.active {
  border-color: #ffb600;
  background: #ffb600;
}
.amwal-portfolio.portfolio-style-3 .owl-controls .owl-pagination .owl-page span {
  display: none;
}
.amwal-testimonials .item-testimonial .testimonial-content {
  font-size: 21px;
  color: #222;
  line-height: 1.8;
}
.amwal-testimonials .item-testimonial .testimonial-content p {
  margin-bottom: 0;
}
.amwal-testimonials .item-testimonial .testimonial-content .name {
  font-size: 14px;
  color: #ffb600;
}
.amwal-testimonials.light-skin .item-testimonial .testimonial-content {
  color: #fff;
}
.amwal-testimonials.testimonial-style-1 {
  position: relative;
}
.amwal-testimonials.testimonial-style-1.pagination-top {
  padding-top: 70px;
}
.amwal-testimonials.testimonial-style-1.pagination-top .item-testimonial {
  margin-top: 60px;
}
.amwal-testimonials.testimonial-style-1.pagination-top .owl-controls {
  position: absolute;
  top: -70px;
  right: 0;
}
.amwal-testimonials.testimonial-style-1.pagination-bottom .owl-controls {
  position: absolute;
  bottom: 0;
  right: 0;
}
.amwal-testimonials.testimonial-style-1 .item-testimonial .avatar {
  float: left;
  max-width: 100px;
  margin-right: 40px;
}
.amwal-testimonials.testimonial-style-1 .item-testimonial .avatar img {
  border-radius: 50%;
}
.amwal-testimonials.testimonial-style-1 .item-testimonial .testimonial-content .name {
  position: relative;
  padding-left: 55px;
}
.amwal-testimonials.testimonial-style-1 .item-testimonial .testimonial-content .name:before {
  position: absolute;
  width: 40px;
  height: 2px;
  content: "";
  background-color: #ffb600;
  left: 0;
  bottom: 10px;
}
.amwal-testimonials.testimonial-style-2.hide-avatar .item-testimonial .avatar {
  display: none;
}
.amwal-testimonials.testimonial-style-2.hide-avatar .item-testimonial .testimonial-content .name {
  padding-top: 20px;
}
.amwal-testimonials.testimonial-style-2.hide-avatar .item-testimonial .testimonial-content .name:before {
  display: none;
}
.amwal-testimonials.testimonial-style-2 .item-testimonial {
  text-align: center;
}
.amwal-testimonials.testimonial-style-2 .item-testimonial .avatar {
  max-width: 100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.amwal-testimonials.testimonial-style-2 .item-testimonial .avatar img {
  border-radius: 50%;
}
.amwal-testimonials.testimonial-style-2 .item-testimonial .testimonial-content .name {
  position: relative;
  padding-left: 0;
  padding-top: 70px;
  display: inline-block;
}
.amwal-testimonials.testimonial-style-2 .item-testimonial .testimonial-content .name:before {
  position: absolute;
  width: 2px;
  height: 40px;
  content: "";
  background-color: #ffb600;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
}
.amwal-testimonials.testimonial-style-2 .owl-controls {
  padding-top: 30px;
}
.amwal-testimonials .owl-controls .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #0a2c4e;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.amwal-testimonials .owl-controls .owl-pagination .owl-page:hover {
  background: #ffb600;
}
.amwal-testimonials .owl-controls .owl-pagination .owl-page.active {
  border-color: #ffb600;
  background: #ffb600;
}
.amwal-testimonials .owl-controls .owl-pagination .owl-page span {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 0;
  border: 1px solid #dedede;
  transition: all 0.5s ease-in-out;
  box-shadow: none !important;
  background: transparent;
  margin-bottom: 30px;
  outline: 0 !important;
  padding: 6px 12px;
}
.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
  outline: none;
  border-color: #0a2c4e;
  box-shadow: none !important;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-submit {
  transition: all 0.5s ease-in-out;
  border-radius: 0;
  width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border: 0;
  background-color: #0a2c4e;
  padding: 0;
  transition: all 0.5s;
  margin-bottom: 0;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #ffb600;
}
.wpcf7-form textarea.wpcf7-form-control {
  height: 100px;
}
.wpcf7-form .fancy-select .trigger {
  width: 100%;
  background: transparent;
  color: #727272;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dedede;
  padding-left: 15px;
  margin-bottom: 10px;
}
.wpcf7-form .fancy-select .trigger:after {
  top: 18px;
}
.wpcf7-form .fancy-select .trigger.open {
  background-color: transparent;
}
.wpcf7-form .fancy-select select:focus + div.trigger {
  box-shadow: none !important;
}
.wpcf7-form .fancy-select ul.options {
  width: 100%;
  background: #0a2c4e;
  color: #fff;
  border-top: 0;
  border-radius: 0;
  border: 1px solid #0a2c4e;
}
.wpcf7-form .fancy-select ul.options li {
  color: #fff;
  transition: all all 0.3s ease-in-out;
}
.wpcf7-form .fancy-select ul.options li:hover {
  background: #ffb600;
}
.wpcf7-form .fancy-select ul.options li.selected {
  background-color: #ffb600;
}
.wpcf7-form div.fancy-select div.trigger.open::after {
  border-top-color: #ffb600;
}
.wpcf7-form div.fancy-select select:focus + div.trigger {
  border-color: #0a2c4e;
}
.wpcf7-form ::-webkit-input-placeholder {
  color: #727272;
}
.wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #727272;
}
.wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272;
}
.wpcf7-form :-ms-input-placeholder {
  color: #727272;
}
.wpcf7-form .btn-small {
  text-align: center;
}
.wpcf7-form .btn-small .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  width: auto;
  padding: 0 20px;
}
.amwal-contact-form .wpcf7-form .btn-submit {
  position: relative;
}
.amwal-contact-form .wpcf7-form .btn-submit:before {
  position: absolute;
  top: 16px;
  left: 45%;
  content: '\f1d8';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #fff;
  font-size: 12px;
}
.amwal-contact-form .wpcf7-form .btn-submit input.wpcf7-form-control.wpcf7-submit {
  padding-left: 48%;
  text-align: left;
}
.amwal-contact-form.light-skin .wpcf7-form .btn-submit:before {
  color: #222;
}
.amwal-contact-form.light-skin .wpcf7-form input.wpcf7-form-control {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.5);
}
.amwal-contact-form.light-skin .wpcf7-form input.wpcf7-form-control:focus {
  border-color: #fff;
}
.amwal-contact-form.light-skin .wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.amwal-contact-form.light-skin .wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #ffb600;
  border-color: #ffb600;
}
.amwal-contact-form.light-skin .wpcf7-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amwal-contact-form.light-skin .wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.amwal-contact-form.light-skin .wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.amwal-contact-form.light-skin .wpcf7-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amwal-contact-form.light-skin .fancy-select .trigger {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.amwal-contact-form.light-skin .fancy-select ul.options {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.amwal-contact-form.light-skin div.fancy-select div.trigger.open::after {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.amwal-contact-form.light-skin div.fancy-select select:focus + div.trigger {
  border-color: rgba(255, 255, 255, 0.4);
}
.amwal-info-box .info-content {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins, Arial, sans-serif;
  color: #222;
}
.amwal-info-box .info-content.info-between .info-title-bw span {
  padding-right: 10px;
}
.amwal-info-box .info-content.info-final {
  padding-left: 0;
}
.amwal-info-box .info-content.info-final span {
  padding-right: 20px;
}
.amwal-info-box .info-content .info-icon {
  font-size: 24px;
  color: #ffb600;
  position: absolute;
  top: 0;
  left: 0;
}
.amwal-info-box.light-text .info-content {
  color: #fff;
}
.amwal-info-box.info-style-2 .info-content.info-between {
  margin-bottom: 0;
}
.amwal-info-box.info-style-2 .info-content.info-between .info-icon {
  top: 5px;
}
.amwal-info-box.info-style-2 .info-content.info-final {
  padding-left: 45px;
}
.amwal-info-box.info-style-2 .info-content.info-final span {
  padding-right: 48px;
}
.amwal-newletter {
  overflow: hidden;
  background-color: transparent;
}
.amwal-newletter .b-content {
  color: #222;
}
.amwal-newletter .b-content .sub-title {
  font-size: 21px;
  font-weight: 300;
}
.amwal-newletter .b-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.amwal-newletter .b-content .title .primary-color {
  color: #ffb600;
}
.amwal-newletter .b-content .title p {
  margin-bottom: 0;
}
.amwal-newletter.light-skin .b-content {
  color: #fff;
}
.amwal-newletter .mc4wp-response {
  margin-top: 10px;
}
.amwal-newletter .b-form .letter-field {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.amwal-newletter .b-form .letter-field:after {
  content: "\f1d8";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 16px;
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffb600;
  cursor: pointer;
  transform: translate(0, -50%);
}
.amwal-newletter .b-form .letter-field input[type=email] {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 40px 10px 20px;
}
.amwal-newletter .b-form .letter-field input[type=email]:focus {
  outline: inherit;
}
.amwal-newletter .b-form .letter-field input[type=submit] {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: none;
  opacity: 0;
  z-index: 1000;
}
.amwal-newletter .b-form .letter-field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.amwal-newletter .b-form .letter-field ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.amwal-newletter .b-form .letter-field :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.amwal-newletter .b-form .letter-field :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.amwal-call-to-action {
  text-align: center;
}
.amwal-call-to-action.light-text .title {
  color: #fff;
}
.amwal-call-to-action.light-text .view-more {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  border: none;
  padding: 17px 20px 14px;
}
.amwal-call-to-action.light-text .view-more:hover,
.amwal-call-to-action.light-text .view-more:active,
.amwal-call-to-action.light-text .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-call-to-action.light-text .view-more:hover {
  background-color: #fff;
  color: #0a2c4e;
}
.amwal-call-to-action .title {
  font-size: 32px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
}
.amwal-call-to-action .title p {
  margin-bottom: 0;
}
.amwal-call-to-action .title .primary-color {
  color: #ffb600;
  font-weight: 600;
}
.amwal-call-to-action .view-more {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  color: #222;
  margin-top: 20px;
}
.amwal-call-to-action .view-more:hover,
.amwal-call-to-action .view-more:active,
.amwal-call-to-action .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-call-to-action .view-more:hover {
  color: #fff;
  background-color: #0a2c4e;
  border-color: #0a2c4e;
}
.amwal-pricing {
  text-align: center;
}
.amwal-pricing .pricing-title {
  background-color: #0a2c4e;
  padding: 50px 0 100px 0;
}
.amwal-pricing .pricing-title .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: block;
}
.amwal-pricing .pricing-box {
  border: 1px solid #ededed;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
}
.amwal-pricing .pricing-box .pricing-info {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  line-height: 134px;
}
.amwal-pricing .pricing-box .pricing-info .pricing-inner {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.amwal-pricing .pricing-box .pricing-info .p-money {
  margin: 0 auto;
  display: table;
  padding: 30px 10px 0px 10px;
  font-family: Poppins, Arial, sans-serif;
  color: #0a2c4e;
}
.amwal-pricing .pricing-box .pricing-info .p-money .p-unit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  float: left;
  padding-left: 5px;
  padding-top: 10px;
}
.amwal-pricing .pricing-box .pricing-info .p-money .p-price {
  font-size: 34px;
  font-weight: 700;
  float: left;
  line-height: 1;
  position: relative;
}
.amwal-pricing .pricing-box .pricing-info .p-money .p-price:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333;
  bottom: 7px;
  right: -5px;
  border-radius: 50%;
}
.amwal-pricing .pricing-box .pricing-info .p-duration {
  padding-top: 5px;
  display: block;
  font-size: 11px;
  font-family: Poppins, Arial, sans-serif;
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
}
.amwal-pricing .pricing-box .pricing-desc {
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  color: #727272;
}
.amwal-pricing .pricing-box .pricing-desc ul {
  padding: 0px;
}
.amwal-pricing .pricing-box .pricing-desc ul li:nth-child(2n+2) {
  background-color: #f8f8f8;
}
.amwal-pricing .pricing-box .pricing-desc ul li {
  list-style: none;
  padding: 10px 0;
}
.amwal-pricing .pricing-box .pricing-desc ul li:last-child {
  border-bottom: none;
}
.amwal-pricing .pricing-box .view-more {
  margin-top: 10px;
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: #0a2c4e;
}
.amwal-pricing .pricing-box .view-more:hover,
.amwal-pricing .pricing-box .view-more:active,
.amwal-pricing .pricing-box .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-pricing .pricing-box .view-more:hover {
  background-color: #ffb600;
}
.amwal-pricing.featured .pricing-title {
  background-color: #ffb600;
}
.amwal-pricing.featured .view-more {
  background-color: #ffb600;
}
.amwal-pricing.featured .view-more:hover {
  background-color: #0a2c4e;
}
.amwal-posts {
  position: relative;
}
.amwal-posts.no-title.pagination-top .owl-post-list.owl-carousel {
  padding-top: 75px;
}
.amwal-posts.no-title.pagination-top .owl-post-list.owl-carousel .owl-controls {
  top: 0;
}
.amwal-posts.post-has-padding .owl-post-list.owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.amwal-posts.post-has-padding .owl-post-list.owl-carousel .single-blog-item {
  padding-left: 15px;
  padding-right: 15px;
  border-right: none;
}
.amwal-posts.post-has-padding .owl-post-list.owl-carousel .owl-controls {
  padding: 0 15px;
}
.amwal-posts.posts-style-2.no-title .title-block .view-more {
  position: static;
  float: right;
  transform: none;
}
.amwal-posts.posts-style-2 .title-block {
  position: relative;
  margin-bottom: 60px;
}
.amwal-posts.posts-style-2 .title-block .view-more {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amwal-posts.posts-style-2 .title-block .view-more:hover,
.amwal-posts.posts-style-2 .title-block .view-more:active,
.amwal-posts.posts-style-2 .title-block .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-posts.posts-style-2 .owl-post-list .single-blog-item {
  margin-bottom: 30px;
}
.amwal-posts.pagination-bottom.no-title .owl-post-list {
  padding-top: 0;
}
.amwal-posts.pagination-bottom .owl-controls {
  position: static;
  margin-top: 60px;
}
.amwal-posts.pagination-bottom .owl-controls .owl-pagination {
  text-align: center;
}
.amwal-posts .owl-post-list.owl-carousel {
  margin-right: -1px;
  margin-left: 0;
  padding-top: 60px;
}
.amwal-posts .owl-post-list.owl-carousel .single-blog-item {
  border-right: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  width: 100%;
}
.amwal-posts .owl-controls {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}
.amwal-posts .owl-controls .owl-pagination {
  margin: 0 auto;
  text-align: right;
  max-width: 1170px;
  padding: 0 15px;
}
.amwal-posts .owl-controls .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #0a2c4e;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.amwal-posts .owl-controls .owl-pagination .owl-page:hover {
  background: #ffb600;
}
.amwal-posts .owl-controls .owl-pagination .owl-page.active {
  border-color: #ffb600;
  background: #ffb600;
}
.amwal-posts .owl-controls .owl-pagination .owl-page span {
  display: none;
}
.amwal-posts .single-blog-item .box-content-blog {
  position: relative;
}
.amwal-posts .single-blog-item .box-content-blog.no-img .blog-content {
  position: relative;
}
.amwal-posts .single-blog-item .box-content-blog.no-img .blog-content .post-title {
  margin-top: 0;
}
.amwal-posts .single-blog-item .box-content-blog .blog-image {
  display: block;
}
.amwal-posts .single-blog-item .box-content-blog .blog-image img {
  width: 100%;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(10, 44, 78, 0.9);
  padding-left: 20px;
  padding-bottom: 15px;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .post-title {
  line-height: 1;
  margin-bottom: 15px;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .post-title .post-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .post-title .post-link:hover {
  color: #ffb600;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-category {
  display: none;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-date,
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-author,
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-comment {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 0 20px;
  font-size: 12px;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-date .b-icon,
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-author .b-icon,
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-comment .b-icon {
  color: #ffb600;
  padding-right: 5px;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-date {
  padding-left: 0;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-author .p-author {
  color: #fff;
  transition: all 0.5s;
}
.amwal-posts .single-blog-item .box-content-blog .blog-content .blog-author .p-author:hover {
  color: #ffb600;
}
.amwal-team .team-item .team-content {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.amwal-team .team-item .team-content .t-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}
.amwal-team .team-item .team-content .t-job {
  font-size: 12px;
  color: #727272;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
.amwal-team .team-item .socials-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  background-color: #0a2c4e;
  padding: 20px;
}
.amwal-team .team-item .socials-icon li {
  display: inline-block;
  padding: 0 12px;
}
.amwal-team .team-item .socials-icon li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}
.amwal-team .team-item .socials-icon li a:hover {
  color: #ffb600;
}
.amwal-team.team-nav-center .owl-controls {
  padding: 0 15px;
}
.amwal-team.team-nav-center .owl-controls .owl-pagination {
  display: none;
  margin-top: 40px;
}
.amwal-team.team-nav-center .owl-controls .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #0a2c4e;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.amwal-team.team-nav-center .owl-controls .owl-pagination .owl-page:hover {
  background: #ffb600;
}
.amwal-team.team-nav-center .owl-controls .owl-pagination .owl-page.active {
  border-color: #ffb600;
  background: #ffb600;
}
.amwal-team.team-nav-center .owl-controls .owl-pagination .owl-page span {
  display: none;
}
.amwal-team.team-nav-center .owl-controls .owl-buttons div {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -40px;
  background-color: #0a2c4e;
  transition: all 0.5s;
}
.amwal-team.team-nav-center .owl-controls .owl-buttons div:hover {
  background-color: #ffb600;
}
.amwal-team.team-nav-center .owl-controls .owl-buttons div span {
  font-size: 31px;
  line-height: 58px;
}
.amwal-team.team-nav-center .owl-controls .owl-buttons .owl-prev {
  left: -70px;
  right: auto;
}
.amwal-team.team-nav-center .owl-controls .owl-buttons .owl-prev span {
  padding-right: 5px;
}
.amwal-team.team-nav-center .owl-controls .owl-buttons .owl-next {
  right: -70px;
  left: auto;
}
.amwal-team.team-nav-center .owl-controls .owl-buttons .owl-next span {
  padding-left: 5px;
}
.amwal-team.team-style-1 .owl-team-list.owl-carousel .team-item {
  width: 100%;
}
.amwal-team.team-style-2 .owl-team-list .team-item {
  margin-bottom: 30px;
}
.amwal-team.team-nav-top {
  padding-top: 140px;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons div {
  top: -120px;
  width: 28px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  background-color: #0a2c4e;
  transition: all 0.5s;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons div:hover {
  background-color: #ffb600;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons .owl-prev {
  right: 50px;
  left: auto;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons .owl-prev:before {
  width: 0;
  height: 0;
  border-top: 34px solid #0a2c4e;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  transition: all 0.5s;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons .owl-prev:hover:before {
  border-top-color: #ffb600;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons .owl-next {
  right: 15px;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons .owl-next:before {
  width: 0;
  height: 0;
  border-bottom: 34px solid #0a2c4e;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 0.5s;
}
.amwal-team.team-nav-top .owl-controls .owl-buttons .owl-next:hover:before {
  border-bottom-color: #ffb600;
}
.amwal-team.team-nav-top .owl-controls .owl-page {
  display: none;
}
.amwal-contacts-carousel .item-contact .title {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 23px 20px 20px;
  background-color: #ffb600;
  text-align: center;
}
.amwal-contacts-carousel .item-contact .desc {
  padding: 35px 20px;
  background-color: #fff;
}
.amwal-contacts-carousel .item-contact .desc p {
  color: #727272;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.amwal-contacts-carousel .item-contact .desc p i {
  color: #ffb600;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
}
.amwal-contacts-carousel.contacts-box-shadow .item-contact {
  padding-top: 15px;
  padding-bottom: 15px;
}
.amwal-contacts-carousel.contacts-box-shadow .item-contact .contact-info {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
}
.amwal-contacts-carousel.contacts-info-style-1 .owl-contacts-list.owl-carousel .item-contact {
  width: 100%;
}
.amwal-contacts-carousel.contacts-info-style-2 .item-contact {
  margin-bottom: 30px;
}
.amwal-contacts-carousel.contacts-info-style-2 .item-contact .title {
  background-color: #0a2c4e;
}
.amwal-contacts-carousel.contacts-info-style-2 .item-contact .desc {
  background-color: #f6f6f6;
}
.amwal-contacts-carousel .owl-controls {
  padding: 40px 15px;
}
.amwal-contacts-carousel .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
  border: 3px solid #0a2c4e;
  background-color: #fff;
  transition: all 0.5s;
}
.amwal-contacts-carousel .owl-controls .owl-page.active span,
.amwal-contacts-carousel .owl-controls .owl-page:hover span {
  background-color: #ffb600;
  border-color: #ffb600;
}
.amwal-planning-carousel {
  padding-top: 140px;
}
.amwal-planning-carousel .owl-planning-list .item-planning {
  text-align: center;
  position: relative;
}
.amwal-planning-carousel .owl-planning-list .item-planning:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  top: 35px;
  left: 0;
  border-bottom: 2px dotted #ddd;
  z-index: -1;
}
.amwal-planning-carousel .owl-planning-list .item-planning .number-step {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ffb600;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.amwal-planning-carousel .owl-planning-list .item-planning .title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-top: 35px;
  line-height: 1;
}
.amwal-planning-carousel .owl-planning-list .item-planning .desc {
  color: #727272;
  padding: 0 10px;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons div {
  top: -120px;
  width: 28px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  background-color: #0a2c4e;
  transition: all 0.5s;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons div:hover {
  background-color: #ffb600;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons .owl-prev {
  right: 35px;
  left: auto;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons .owl-prev:before {
  width: 0;
  height: 0;
  border-top: 34px solid #0a2c4e;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  transition: all 0.5s;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons .owl-prev:hover:before {
  border-top-color: #ffb600;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons .owl-next:before {
  width: 0;
  height: 0;
  border-bottom: 34px solid #0a2c4e;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 0.5s;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons .owl-next:hover:before {
  border-bottom-color: #ffb600;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-pagination {
  display: none;
  margin-top: 20px;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-pagination .owl-page span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
  border: 3px solid #0a2c4e;
  background-color: #fff;
  transition: all 0.5s;
}
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-pagination .owl-page.active span,
.amwal-planning-carousel .owl-planning-list .owl-controls .owl-pagination .owl-page:hover span {
  background-color: #ffb600;
  border-color: #ffb600;
}
.amwal-image-box {
  position: relative;
}
.amwal-image-box .entry-content-offset {
  position: absolute;
  right: 0px;
  top: 20px;
  padding: 75px 20px;
  background-color: #f6f6f6;
}
.amwal-image-box .entry-content-offset .title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  margin-bottom: 30px;
}
.amwal-image-box .entry-content-offset .desc {
  font-size: 13px;
  color: #727272;
  line-height: 1.6;
}
.amwal-image-box .entry-content-offset .desc p {
  margin-bottom: 0;
}
.amwal-video-banner {
  position: relative;
  overflow: hidden;
}
.amwal-video-banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(10, 44, 78, 0.75);
  transition: 0.5s;
}
.amwal-video-banner .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.amwal-video-banner .video-content .status {
  cursor: pointer;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 3px solid #ffb600;
  border-radius: 50%;
  padding-left: 5px;
  transition: all 0.5s;
  display: inline-block;
}
.amwal-video-banner .video-content .status i {
  font-size: 48px;
  color: #ffb600;
  line-height: 95px;
}
.amwal-video-banner .video-content .video-title {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-top: 20px;
}
.amwal-video-banner.video-poster-full {
  position: absolute;
  top: 0;
  left: 0;
}
.amwal-video-banner.video-poster-full .video-img {
  width: 100%;
  height: 100%;
}
.amwal-company-history.history-style-1 {
  position: relative;
  padding-top: 30px;
}
.amwal-company-history.history-style-1 .header-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 30px;
}
.amwal-company-history.history-style-1 .header-content .year {
  padding: 19px 20px 13px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  background-color: #ffb600;
  line-height: 1;
  float: left;
}
.amwal-company-history.history-style-1 .header-content .title {
  color: #fff;
  font-size: 21px;
  padding: 24px 20px 19px;
  line-height: 1;
  float: left;
  background-color: #0a2c4e;
}
.amwal-company-history.history-style-1 .desc {
  background-color: #f6f6f6;
  padding: 70px 30px 30px;
}
.amwal-company-history.history-style-1 .desc p {
  margin-bottom: 0;
}
.amwal-company-history.history-style-2 {
  position: relative;
  padding-left: 115px;
}
.amwal-company-history.history-style-2.hide-padding .box-content {
  padding-bottom: 0;
}
.amwal-company-history.history-style-2 .year {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  position: absolute;
  top: 36px;
  left: 0;
}
.amwal-company-history.history-style-2 .box-content {
  padding-left: 55px;
  padding-bottom: 60px;
  position: relative;
}
.amwal-company-history.history-style-2 .box-content:after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  background-color: #ffb600;
  top: 36px;
  left: -15px;
  border: 6px solid #ededed;
  border-radius: 50%;
  transition: all 0.5s;
}
.amwal-company-history.history-style-2 .box-content:before {
  position: absolute;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #ededed;
  top: 0;
  left: 0;
}
.amwal-company-history.history-style-2 .box-content .history-desc {
  background-color: #0a2c4e;
  padding: 40px;
  position: relative;
}
.amwal-company-history.history-style-2 .box-content .history-desc:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #0a2c4e transparent transparent;
  left: -15px;
  top: 36px;
}
.amwal-company-history.history-style-2 .box-content .history-desc .title {
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
}
.amwal-company-history.history-style-2 .box-content .history-desc .desc {
  color: #bababa;
}
.amwal-company-history.history-style-2 .box-content .history-desc .desc p {
  margin-bottom: 0;
}
.amwal-company-history.history-style-2:hover .box-content {
  cursor: pointer;
}
.amwal-company-history.history-style-2:hover .box-content:after {
  background-color: #fff;
  border-color: #ffb600;
}
.amwal-portfolio-info .title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  margin: 0;
}
.amwal-portfolio-info .sub-title {
  font-weight: 500;
  font-size: 18px;
  color: #727272;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}
.amwal-portfolio-info .desc .dl-horizontal {
  margin: 0;
}
.amwal-portfolio-info .desc .dl-horizontal dt {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: left;
  line-height: 36px;
  width: 130px;
}
.amwal-portfolio-info .desc .dl-horizontal dd {
  line-height: 36px;
  margin-left: 150px;
}
.amwal-portfolio-advisors .title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}
.amwal-portfolio-advisors .desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amwal-portfolio-advisors .desc ul li {
  display: inline-block;
  padding: 0 5px;
}
.amwal-portfolio-advisors .desc ul li:first-child {
  padding-left: 0;
}
.amwal-portfolio-advisors .desc ul li a {
  display: block;
  border-radius: 50%;
}
.amwal-about .title {
  font-size: 21px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  margin-bottom: 30px;
}
.amwal-about .about-img {
  margin-top: 30px;
}
.amwal-coming-soon {
  width: 100%;
  overflow: hidden;
}
.amwal-coming-soon .coming-logo {
  margin-bottom: 50px;
  display: inline-block;
}
.amwal-coming-soon .coming-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 60px;
}
.amwal-coming-soon .coming-title p {
  margin-bottom: 0;
}
.amwal-coming-soon .sale-price-date .box {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 82px;
  font-weight: 700;
  display: inline-block;
  margin-right: 30px;
  background-color: transparent;
  min-width: 160px;
  padding-top: 15px;
  border: 1px solid rgba(237, 237, 237, 0.18);
}
.amwal-coming-soon .sale-price-date .box .title {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 0 13px;
  background-color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  border-top: 2px solid rgba(237, 237, 237, 0.18);
}
.amwal-coming-soon .sale-price-date .box:last-child {
  margin-right: 0px;
}
.amwal-socials {
  display: table;
  margin: 0 auto;
}
.amwal-socials .socials-title {
  float: left;
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-right: 140px;
  line-height: 46px;
}
.amwal-socials .socials-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/amwal-social-arrow.png") no-repeat;
  width: 119px;
  height: 52px;
  content: "";
  z-index: 999;
}
.amwal-socials .socials-list {
  float: left;
  padding-left: 20px;
}
.amwal-socials .socials-list a {
  width: 46px;
  height: 46px;
  line-height: 48px;
  font-size: 21px;
  color: #fff;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
}
.amwal-partner .partner-img {
  opacity: .8;
  transition: all all 0.3s ease-in-out;
  margin: 0 auto;
}
.amwal-partner .partner-img img {
  border: 1px solid #ededed;
}
.amwal-partner .partner-img:hover {
  opacity: 1;
}
.amwal-partner .title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.amwal-partner .title:hover {
  color: #ffb600;
}
.amwal-partner .partner-info {
  overflow: hidden;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}
.amwal-partner .partner-info .subtitle {
  float: left;
}
.amwal-partner .partner-info .address {
  float: right;
}
.amwal-partner .view-more {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  margin-top: 20px;
}
.amwal-partner .view-more:hover,
.amwal-partner .view-more:active,
.amwal-partner .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-abouts-carousel .section-title {
  margin-bottom: 60px;
}
.amwal-abouts-carousel .owl-abouts-content-list .item-about-content {
  padding-bottom: 60px;
}
.amwal-abouts-carousel .owl-abouts-content-list .b-icon {
  transition: all 0.5s ease-in-out;
  font-size: 32px;
  color: #ffb600;
  display: block;
  width: 83px;
  height: 83px;
  line-height: 76px;
  border: 2px solid #ffb600;
  border-radius: 50%;
  text-align: center;
}
.amwal-abouts-carousel .owl-abouts-content-list .title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.amwal-abouts-carousel .owl-abouts-content-list .desc .list-stars-content {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.amwal-abouts-carousel .owl-abouts-content-list .desc .list-stars-content li {
  padding-left: 25px;
  position: relative;
}
.amwal-abouts-carousel .owl-abouts-content-list .desc .list-stars-content li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\f005';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #ffb600;
}
.amwal-abouts-carousel .owl-abouts-content-list .desc p {
  margin-bottom: 0;
}
.amwal-abouts-carousel .owl-abouts-content-list .view-more {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: #222;
  margin-top: 60px;
}
.amwal-abouts-carousel .owl-abouts-content-list .view-more:hover,
.amwal-abouts-carousel .owl-abouts-content-list .view-more:active,
.amwal-abouts-carousel .owl-abouts-content-list .view-more:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.amwal-abouts-carousel .owl-abouts-content-list .view-more:hover {
  background-color: #ffb600;
}
.amwal-abouts-carousel .owl-abouts-img-list .owl-controls {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.amwal-abouts-carousel .owl-abouts-img-list .owl-controls .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #fff;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.amwal-abouts-carousel .owl-abouts-img-list .owl-controls .owl-pagination .owl-page.active,
.amwal-abouts-carousel .owl-abouts-img-list .owl-controls .owl-pagination .owl-page:hover {
  border-color: #ffb600;
  background: #ffb600;
}
.amwal-abouts-carousel .owl-abouts-img-list .owl-controls .owl-pagination .owl-page span {
  display: none;
}
.amwal-about-2 .title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  margin-top: 20px;
}
.amwal-about-2 .desc {
  margin-top: 20px;
}
.amwal-about-2 .desc p {
  margin-bottom: 0;
}
.amwal-about-2.light-text .title {
  color: #fff;
}
.amwal-about-2.light-text .desc {
  color: #bababa;
}
.amwal-about-2.format-video .about-head {
  position: relative;
}
.amwal-about-2.format-video .about-head .status {
  position: absolute;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.amwal-about-2.format-video .about-head .status i {
  font-size: 22px;
  color: #fff;
  padding-left: 5px;
}
.amwal-map-shortcode .amwal-map .amwal-map-info {
  max-width: 300px;
}
.amwal-map-shortcode .amwal-map .amwal-map-info .title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.amwal-map-shortcode .amwal-map .amwal-map-info .list-contact-info {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.amwal-map-shortcode .amwal-map .amwal-map-info .list-contact-info li {
  padding-left: 35px;
  position: relative;
}
.amwal-map-shortcode .amwal-map .amwal-map-info .list-contact-info li i {
  color: #ffb600;
  position: absolute;
  top: 2px;
  left: 10px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ededed;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-title > a {
  padding: 21px 60px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins, Arial, sans-serif;
  position: relative;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon {
  width: auto;
  height: auto;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before {
  display: none;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border: none;
  content: '\f055';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #222;
  font-size: 21px;
  position: relative;
  left: auto;
  bottom: auto;
  padding-left: 1px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #0a2c4e;
  background-color: #0a2c4e;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  content: "\f056";
  color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-body,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  border-color: #ededed;
  line-height: 1.8;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white .vc_tta-panel .vc_tta-panel-body p,
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-body p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
}
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading {
  background-color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #ffb600;
}
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
  color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon:after {
  color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ffb600;
  background-color: #ffb600;
}
.vc_tta.vc_tta-accordion.vc_tta-color-orange .vc_tta-panel.vc_active .vc_tta-panel-body {
  background-color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a {
  padding: 0;
  background-color: #0a2c4e;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon {
  color: #fff;
  width: 14px;
  height: 14px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before {
  border-width: 3px 0 0;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-width: 0 0 0 3px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before,
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a .vc_tta-title-text {
  padding: 20px;
  display: block;
  background-color: #f6f6f6;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
  background-color: #ffb600;
  color: #fff;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  border-color: #ededed;
  line-height: 1.8;
  padding: 24px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 50px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-controls-icon-position-left.vc_tta-panel-title > a .vc_tta-controls-icon {
  left: 18px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 50px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-controls-icon-position-right.vc_tta-panel-title > a .vc_tta-controls-icon {
  right: 18px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading {
  border: none;
  margin-bottom: 1px !important;
}
.vc_column_container.col-bg-full .bg-column {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
}
.vc_column_container.col-bg-full .vc_column-inner {
  z-index: 10;
  position: relative;
  background-image: none !important;
  background-color: transparent !important;
}
.vc_column_container.col-bg-full:last-child .bg-column {
  left: 0;
  right: inherit;
}
.vc_progress_bar.vc_progress-bar-color-custom .vc_single_bar .vc_bar {
  background-color: #0a2c4e;
}
.vc_progress_bar .wpb_heading {
  padding: 0;
  margin: 0;
}
.vc_progress_bar.vc-bar-small .vc_single_bar {
  background: #ccc;
}
.vc_progress_bar .vc_single_bar {
  background: #f6f6f6 !important;
  box-shadow: none !important;
  position: relative;
  margin-top: 55px;
  margin-bottom: 10px;
  height: 11px;
  border-radius: 0 !important;
}
.vc_progress_bar .vc_single_bar:first-child {
  margin-top: 35px;
}
.vc_progress_bar .vc_single_bar .vc_label {
  top: -35px;
  color: #222;
  font-weight: 500;
  padding: 0 !important;
  box-shadow: none;
  font-size: 15px;
  text-shadow: none;
  position: relative;
  font-family: Poppins, Arial, sans-serif;
}
.vc_progress_bar .vc_single_bar .vc_label_units {
  display: inline-block;
  text-align: right;
  top: -57px;
  position: relative;
  right: -30px;
}
.vc_progress_bar .vc_single_bar .vc_label_units span {
  height: 21px;
  line-height: 21px;
  padding: 0 7px;
  text-align: center;
  background-color: #ffb600;
  border-radius: 2px;
  position: relative;
  color: #fff;
  font-size: 10px;
  display: inline-block;
}
.vc_progress_bar .vc_single_bar .vc_label_units span:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  border-top: 3px solid #ffb600;
  border-left: 3px solid #ffb600;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0 !important;
}
.vc_tta.vc_general.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
  margin-bottom: 3px;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
  padding: 40px;
}
.vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border: none;
  background-color: #f6f6f6;
  color: #222;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a .vc_tta-title-text {
  font-weight: 500;
}
.vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a i {
  font-size: 24px;
}
.vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #ffb600;
  color: #fff;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-radius: 0;
  border: none;
  background-color: #f6f6f6;
}
ul.list-icon-action {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #727272;
  line-height: 1.8;
}
ul.list-icon-action li {
  padding-left: 20px;
  position: relative;
}
ul.list-icon-action li:before {
  position: absolute;
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 5px;
  left: 0;
  font-size: 14px;
  color: #ffb600;
}
.tooltip .tooltip-inner {
  background: #0a2c4e;
  border-radius: 0;
  font-size: 11px;
}
.tooltip .tooltip-arrow {
  border-bottom-color: #0a2c4e;
}
.joblist h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 60px;
  position: relative;
  color: #222;
  margin-top: 0;
}
.joblist h2:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #ffb600;
  left: 0;
  bottom: 0;
  width: 70px;
}
.joblist .job-header,
.joblist .job-info {
  margin-right: 0;
  margin-left: 0;
}
.joblist .job-header .field,
.joblist .job-info .field {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: 0.5s;
  text-align: center;
}
.joblist .job-header {
  background-color: #0a2c4e;
}
.joblist .job-header .field {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.joblist .job-body {
  border-bottom: 1px solid #f6f6f6;
}
.joblist .job-body .job-desc,
.joblist .job-body .job-info {
  background-color: #fff;
}
.joblist .job-body .job-info {
  transition: 0.5s;
}
.joblist .job-body .job-info h3,
.joblist .job-body .job-info span a,
.joblist .job-body .job-info span {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.5s;
}
.joblist .job-body .job-info .field h3 {
  margin-top: 3px;
  margin-bottom: 0;
}
.joblist .job-body .job-info .field span {
  display: block;
}
.joblist .job-body .job-info .field .job-code {
  text-transform: uppercase;
}
.joblist .job-body .job-info:hover {
  cursor: pointer;
  background-color: #ffb600;
}
.joblist .job-body .job-info:hover h3,
.joblist .job-body .job-info:hover span a,
.joblist .job-body .job-info:hover span {
  color: #fff;
}
.joblist .job-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.joblist .job-body ul li {
  font-size: 14px;
  color: #727272;
}
.joblist .job-body i {
  color: #ffb600;
  padding-right: 5px;
}
.joblist .job-body .job-desc {
  padding: 35px 40px 65px 40px;
  display: none;
}
.joblist .job-body .job-desc h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 0;
  color: #222;
}
.joblist .job-body .job-desc p {
  margin-bottom: 25px;
}
.joblist .job-body .job-desc ul {
  margin-bottom: 35px;
}
.joblist .job-body .job-desc a {
  display: inline-block;
}
.joblist .job-body.active .job-desc {
  display: block;
}
.joblist .job-body.active .job-info {
  cursor: pointer;
  background-color: #ffb600;
}
.joblist .job-body.active .job-info h3,
.joblist .job-body.active .job-info span a,
.joblist .job-body.active .job-info span {
  color: #fff;
}
.single-job .post-desc {
  padding-bottom: 100px;
}
.single-job .title-area h3,
.single-job .apply-job h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 60px;
  position: relative;
  color: #222;
  margin-top: 0;
}
.single-job .title-area h3:after,
.single-job .apply-job h3:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #ffb600;
  left: 0;
  bottom: 0;
  width: 70px;
}
.single-job ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-job .job-media {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 57px;
}
.single-job .job-details {
  border: 1px solid #ededed;
  padding: 0;
}
.single-job .job-details li {
  border-bottom: 1px solid #ededed;
}
.single-job .job-details li:last-child {
  border: 0;
}
.single-job .job-details li:nth-child(even) {
  background-color: #f8f8f8;
}
.single-job .job-details label {
  font-size: 12px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 0;
  display: block;
  width: 30%;
  border-right: 1px solid #ededed;
  padding: 12px 20px;
  float: left;
}
.single-job .job-details span {
  font-size: 12px;
  font-weight: 400;
  color: #727272;
  width: 70%;
  padding: 12px 20px;
  display: block;
  float: right;
}
.single-job .job-details span a {
  color: #727272;
}
.single-job .job_description {
  margin-bottom: 40px;
}
.single-job .responsibility,
.single-job .skills {
  width: 50%;
}
.single-job .responsibility h3,
.single-job .skills h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 0;
  color: #222;
}
.single-job .responsibility ul li,
.single-job .skills ul li {
  font-size: 14px;
  color: #727272;
}
.single-job .responsibility i,
.single-job .skills i {
  color: #ffb600;
  padding-right: 5px;
}
.single-job .responsibility {
  float: left;
  padding-right: 15px;
}
.single-job .skills {
  float: right;
  padding-left: 15px;
}
.single-job .apply-job {
  position: relative;
  background-color: #f6f6f6;
  padding-top: 95px;
  padding-bottom: 100px;
}
.single-job .apply-job:before,
.single-job .apply-job:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 400px;
  background-color: #f6f6f6;
  top: 0;
}
.single-job .apply-job:before {
  left: -400px;
}
.single-job .apply-job:after {
  right: -400px;
}
.single-job .job-form input {
  height: 44px;
  line-height: 47px;
}
.single-job .job-form p.field {
  margin-bottom: 30px;
}
.single-job .job-form textarea,
.single-job .job-form input,
.single-job .job-form .trigger {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 25px;
}
.single-job .job-form .submit {
  position: relative;
  display: inline-block;
}
.single-job .job-form .submit input {
  width: initial;
  padding-left: 20px;
  padding-right: 20px;
}
.single-job .job-form .submit .ajax-loader {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.single-job .job-form .wpcf7-file {
  position: relative;
}
.single-job .job-form .wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.single-job .job-form .wpcf7-file::before {
  content: 'Choose File';
  display: inline-block;
  outline: none;
  background-color: #ededed;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 28px;
  padding: 0 12px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  color: #727272;
}
.job-manager-form input[type="text"],
.job-manager-form textarea,
.job-manager-form select,
.job-manager-form .chosen-choices {
  height: 44px;
  box-shadow: none !important;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 0;
  color: #727272;
  font-size: 14px;
  padding: 8px;
  padding-left: 20px;
}
.job-manager-form input[type="text"]:focus,
.job-manager-form textarea:focus,
.job-manager-form select:focus,
.job-manager-form .chosen-choices:focus {
  outline: none;
}
.job-manager-form textarea {
  height: 140px ;
  max-width: 100% ;
}
.job-manager-form .chosen-choices {
  margin-bottom: 0;
}
.job-manager-form input.button {
  font-size: 13px;
  font-family: Poppins, Arial, sans-serif;
  background-color: #ffb600;
  color: #fff;
  padding: 14px 20px 12px;
  line-height: 1;
  transition: all .3s ease;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  background-color: #0a2c4e;
  border: none;
}
.job-manager-form input.button:hover,
.job-manager-form input.button:active,
.job-manager-form input.button:focus {
  background-color: #0a2c4e;
  color: #fff;
}
.job-manager-form input.button:focus {
  outline: none;
}
.job-manager-form h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 60px;
  position: relative;
  color: #222;
  margin-top: 0;
  padding-top: 20px;
}
.job-manager-form h2:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #ffb600;
  left: 0;
  bottom: 0;
  width: 70px;
}
.job-manager-form fieldset label {
  color: #222;
  font-weight: 600;
}
#job-manager-job-dashboard .job-manager-jobs {
  width: 100%;
}
#job-manager-job-dashboard .job-manager-jobs tr {
  border: 1px solid #ededed;
}
#job-manager-job-dashboard .job-manager-jobs tr .job_title {
  padding-left: 15px;
}
#job-manager-job-dashboard .job-manager-jobs tr .job_title a {
  color: #0a2c4e;
}
#job-manager-job-dashboard .job-manager-jobs thead tr th {
  color: #222;
  font-weight: 600;
}
#job-manager-job-dashboard .job-manager-jobs .job-dashboard-actions {
  transition: 0.5s;
}
@media (max-width: 1366px) {
  .amwal-team.team-nav-center .owl-controls .owl-buttons {
    display: none;
  }
  .amwal-team.team-nav-center .owl-controls .owl-pagination {
    display: block;
  }
  .amwal-clients.clients-style-2 .owl-controls .owl-pagination {
    display: block;
  }
  .amwal-clients.clients-style-2 .owl-controls .owl-buttons {
    display: none;
  }
  .amwal-clients.clients-style-2.hide-pagination .owl-controls .owl-pagination {
    display: block;
  }
}
@media (max-width: 1201px) {
  .amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-prev {
    left: 15px;
  }
  .amwal-services-carousel.services-style-1 .owl-controls .owl-buttons .owl-next {
    left: 90px;
  }
  .amwal-services-carousel .button-link .view-more {
    right: 15px;
  }
  .amwal-portfolio.portfolio-style-2.filter-position-right .filters-dropdown ul.option-set {
    justify-content: center;
  }
  .amwal-image-box {
    background-color: #f6f6f6;
  }
  .amwal-image-box .img-box-left {
    width: 100%;
  }
  .amwal-image-box .img-box-left .entry-image img {
    width: 100%;
  }
  .amwal-image-box .img-box-right {
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .parallax.no-parallax-mobile {
    background-attachment: scroll;
    background-position: center center !important;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .amwal-portfolio.amwal-portfolio-grid .portfolio-item,
  .amwal-portfolio.amwal-portfolio-grid .portfolio-sizer {
    width: 33.33333333%;
  }
  .amwal-services-carousel.services-style-1.view-uncarousel .owl-services-list .item-services {
    width: 50%;
  }
  .vc_row.no-margin-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .vc_row.no-padding-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .vc-col-padding-mobile .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .amwal-testimonials .item-testimonial .testimonial-content {
    font-size: 16px;
  }
  .amwal-testimonials.testimonial-style-1.pagination-top {
    padding-bottom: 70px;
  }
  .amwal-testimonials.testimonial-style-1.pagination-top .owl-controls {
    top: auto;
    bottom: -70px;
    right: 50%;
    transform: translateX(50%);
  }
  .amwal-portfolio.amwal-portfolio-grid .portfolio-item,
  .amwal-portfolio.amwal-portfolio-grid .portfolio-sizer {
    width: 50%;
  }
  .amwal-video-banner.video-poster-full {
    position: static;
  }
  .amwal-about-2 .about-img {
    width: 100%;
  }
  .amwal-company-history.history-style-1 .header-content {
    position: static;
  }
  .amwal-company-history.history-style-1 .header-content .year,
  .amwal-company-history.history-style-1 .header-content .title {
    float: none;
    display: block;
    text-align: center;
  }
  .amwal-portfolio-info .desc .dl-horizontal dt {
    float: left;
  }
  .amwal-team.team-style-2 .team-item .team-thumb img {
    width: 100%;
  }
  .amwal-partner .partner-col-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 690px) {
  .amwal-portfolio .filters-dropdown ul.option-set {
    flex-direction: column;
    text-align: left;
  }
  .amwal-portfolio .filters-dropdown ul.option-set li a {
    display: block;
  }
  .amwal-socials {
    text-align: center;
  }
  .amwal-socials .socials-title {
    float: none;
    padding: 0;
    font-size: 18px;
  }
  .amwal-socials .socials-title:after {
    display: none;
  }
  .amwal-socials .socials-list {
    float: none;
    padding-left: 0;
  }
}
@media (max-width: 620px) {
  .amwal-planning-carousel .owl-planning-list .owl-controls .owl-buttons {
    display: none;
  }
  .amwal-planning-carousel .owl-planning-list .owl-controls .owl-pagination {
    display: block;
  }
}
@media (max-width: 550px) {
  .title-block .title {
    font-size: 28px;
  }
  .amwal-portfolio.amwal-portfolio-masonry .portfolio-sizer {
    width: 100%;
  }
  .amwal-portfolio.amwal-portfolio-masonry .portfolio-item {
    width: 100%;
  }
  .amwal-portfolio.amwal-portfolio-masonry .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
  }
  .amwal-portfolio.amwal-portfolio-masonry.portfolio-no-padding .portfolio-item {
    padding: 15px 0;
  }
  .amwal-video-banner.format-video .video-content .status {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .amwal-video-banner.format-video .video-content .status i {
    font-size: 32px;
    line-height: 65px;
  }
  .amwal-video-banner.format-video .video-content .video-title {
    font-size: 18px;
  }
  .amwal-testimonials.testimonial-style-1.pagination-bottom .owl-testimonial-list {
    padding-bottom: 40px;
  }
  .amwal-testimonials.testimonial-style-1.pagination-bottom .owl-controls {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 550px) and (min-width: 480px) {
  .amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .amwal-services-carousel.services-style-3 .item-services .service-content .service-box-content .view-more {
    display: none;
  }
}
@media (max-width: 480px) {
  .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
    padding: 0 !important;
  }
  .amwal-portfolio.portfolio-style-1.amwal-button-top {
    padding-bottom: 110px;
  }
  .amwal-portfolio.portfolio-style-1.amwal-button-top .view-more {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .amwal-portfolio .portfolio-item,
  .amwal-portfolio .portfolio-sizer {
    width: 100%;
  }
  .amwal-portfolio.amwal-portfolio-grid .portfolio-item,
  .amwal-portfolio.amwal-portfolio-grid .portfolio-sizer {
    width: 100%;
  }
  .amwal-testimonials.testimonial-style-1 .owl-testimonial-list .item-testimonial .avatar {
    float: none;
    margin: 0 auto;
  }
  .amwal-testimonials.testimonial-style-1 .owl-testimonial-list .item-testimonial .testimonial-content {
    text-align: center;
    margin-top: 10px;
  }
  .amwal-services-carousel.services-style-1.view-uncarousel .owl-services-list .item-services {
    width: 100%;
  }
  .amwal-services-carousel.services-style-2 {
    padding-bottom: 60px;
  }
  .amwal-services-carousel.services-style-2.service-has-padding .owl-services-list .owl-controls {
    position: relative;
    top: auto;
    bottom: -60px;
    right: 50%;
    transform: translateX(50%);
  }
  .amwal-services-carousel.services-style-2.hide-pagination {
    padding-bottom: 0;
  }
  .amwal-services-carousel.services-style-2 .owl-controls {
    top: auto;
    bottom: -60px;
    right: 50%;
    transform: translateX(50%);
  }
  .amwal-contact-form .wpcf7-form .btn-submit:before {
    display: none;
  }
  .amwal-contact-form .wpcf7-form .btn-submit input.wpcf7-form-control.wpcf7-submit {
    padding-left: 0;
    text-align: center;
  }
  .amwal-company-history.history-style-2 {
    padding-left: 0;
  }
  .amwal-company-history.history-style-2 .year {
    position: static;
    display: block;
  }
  .amwal-partner .partner-col-left {
    text-align: center;
  }
  .amwal-partner .partner-col-right {
    text-align: center;
  }
  .amwal-partner .partner-col-right .partner-info {
    margin-bottom: 20px;
  }
  .amwal-partner .partner-col-right .partner-info .subtitle,
  .amwal-partner .partner-col-right .partner-info .address {
    float: none;
    display: block;
  }
  .amwal-partner .partner-col-right .partner-info .address {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .amwal-portfolio-advisors .desc ul li {
    display: block;
    padding: 5px 0;
  }
}
