

.apbc-headline h1, .apbc-headline h2, .apbc-headline h3, .apbc-headline h4, .apbc-headline h5, .apbc-headline h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #000625;
}


.mt-15 {
  margin-top: 15px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}

.text-red {
  color: #a5693c !important;
}
.text-white {
  color: #fff  !important;
}

.width-12-red{  
  width: 12px  !important;
  color:#a5693c  !important;
}



.paragrafo::first-letter {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #a5693c;
  padding: 0px 10px 0 10px;
}

.border-10 img{
  border-radius: 10px;
}
.pl-10 {
  padding-left: 10px;
}

.apbc-primary-btn a, .rev-btn a {
  width: 300px;
  height: 55px;
  line-height: 55px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #a5693c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  font-weight: 600;
  padding: 0 17px 0 15px;
  text-transform: capitalize;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-headline h4 {
  color: #ffffff;
}

.apbc-hero-slider .apbc-single-item.slick-active .apbc-slide-left .apbc-headline h4 {
  -webkit-animation: 1s apbc_fadeInUp;
  animation: 1s apbc_fadeInUp;
}

.apbc-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #0767a7;
  -webkit-box-shadow: -3.119px 14.672px 60px 0px rgb(70 73 95 / 60%);
  box-shadow: -3.119px 14.672px 60px 0px rgb(70 73 95 / 60%);
  -webkit-animation: 1s slideInDown;
  animation: 1s slideInDown;
  z-index: 20;
}

.apbc-secondary-btn a {
  width: auto;
  height: 55px;
  line-height: 55px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #0767a7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  font-weight: 600;
  padding: 0 10px 0 15px;
  text-transform: capitalize;
}

.apbc-primary-btn a:hover, .rev-btn a:hover {
  background-color: #0767a7;
}

.apbc-headline h1, .apbc-headline h2, .apbc-headline h3, .apbc-headline h4, .apbc-headline h5, .apbc-headline h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #0767a7;
}

.apbc-pera-txt p {
  color: #172747;
  margin: 0;
}

.apbc-body a{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #fff;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.apbc-body a:hover{
  color: #fff;
  font-weight: 500;

}
.apbc-title-area .apbc-subtitle {
  display: inline-block;
  position: relative;
  color: #a5693c;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.apbc-title-area .apbc-subtitle::after {
  content: '';
  position: absolute;
  width: 25%;
  height: 2px;
  background-color: #a5693c00;
  bottom: 8px;
  left: calc(100% + 6px);
}

.apbc-nav-menu ul li a::before {
  content: '';
  width: 0;
  height: 3px;
  background-color: #a5693c;
  position: absolute;
  left: 50px;
  bottom: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-nav-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 0;
  height: 3px;
  background-color: #a5693c;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-about-left .apbc-countarea .apbc-headline h2 {
  color: #a5693c;
  display: inline-block;
}

.apbc-primary-btn a i, .rev-btn a i {
  margin-left: 20px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #a5693c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-secondary-btn a:hover {
  background-color: #a5693c;
}

.apbc-video-section .apbc-video-left .apbc-left-middle .apbc-primary-btn a:hover {
  background-color: #a5693c;
  color: #ffffff;
}

.apbc-video-section .apbc-video-left .apbc-left-middle .apbc-primary-btn a i {
  background-color: #a5693c;
  color: #ffffff;
}

.apbc-project-section .apbc-title-area span.apbc-subtitle::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: -60px;
  width: 50px;
  height: 2px;
  background-color: #a5693c00;
}
.apbc-form-left form button {
  margin-top: 30px;
  background-color: #0767a7;
  color: #ffffff;
  border: 0;
  padding: 15px 25px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 2px solid transparent;
}

.apbc-form-left form button:hover {
  background-color: transparent;
  border: 2px solid #a5693c;
  color: #a5693c;
}

.apbc-video-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #0767a7), to(rgba(13, 124, 198, 0)));
  background-image: -webkit-linear-gradient(left, #0767a7 60%, rgba(0, 6, 37, 0));
  background-image: -o-linear-gradient(left, #0767a7 60%, rgba(0, 6, 37, 0));
  background-image: linear-gradient(to right, #0767a7 60%, rgba(0, 6, 37, 0));
  z-index: -1;
}

.apbc-hero-slider .apbc-single-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #00416c ), color-stop(70%, #0767a700));
  background-image: -webkit-linear-gradient(left, #00416c  30%, #07002200 70%);
  background-image: -o-linear-gradient(left, #00416c  30%, #07002200 70%);
  background-image: linear-gradient(90deg, #00416c  30%, #07002200 70%);
}

.apbc-nav-menu ul li a {
  padding: 26px 15px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  position: relative;
}

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #0767a7;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1;
}

.pos-center{
  position: absolute;
  left: 20px;
  bottom: 18px;
}
.fas-floating-bar{
  position: fixed;
  left: 0;
  bottom: 13%;
  z-index: 9999;

}

.fas-container__floating-bar {
background-color: #0767a71a;
opacity: 0.9;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border: 1px solid #ccc;
font-size: 35px;

}

.fas-link__floating-bar {
padding: 5px;

/*Vertical*/
display:block;
color:white;
/*Horizontal
* display:inline-block;
*/
}

.fas-btn img {
width: 35px;
margin: 12px;
}

iframe{
  width: 100%;
  height: 50vh;
  max-width: 100%;
}

@media (max-width: 320px){
  .apbc-about-left .apbc-countarea {

    position: absolute !important;
    left: -2px !important;
    bottom: -58px !important;

  }
  .apbc-primary-btn a i, .rev-btn a i{
    margin-left: 0px !important;
  }
  .apbc-body a{
    font-size:15px !important;
  }
}

@media (max-width: 280px){
  .apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-headline h1{
    font-size: 38px;
  }
  .apbc-headline h4{
    font-size: 26px;
  }
}

.apbc-video-section .apbc-video-left .apbc-left-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}

.apbc-title-area {
  margin-bottom: 0px;
}


@media (max-width: 991.98px){
.slide_mobile {
  margin-top: 150px; 
}
}

.apbc-body {  
  color: #172747 !important;
}


.apbc-sidebar-info .apbc_sidebar_info_content .apbc_sidebar_logo img {
  width: 100%;
}

@media (max-width: 991.98px){
.apbc-hero-slider .apbc-single-item {
    text-align: left;
    padding: 200px 0;
}}