

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
.apbc-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #858585;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
html{
  overflow-x: h;
}

::-moz-selection {
  color: #ffffff;
  background-color: #074d9f;
}

::selection {
  color: #ffffff;
  background-color: #074d9f;
}

::-moz-selection {
  color: #ffffff;
  background-color: #074d9f;
}

.container {
  max-width: 1240px;
}

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

ul li {
  list-style: none;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* categories listing */
.apbc-service-single.rounded {
  background: #074d9f;
  border-radius: 20px !important;
  color: #fff !important;
}

.apbc-service-single.rounded .apbc-img-wrapper img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: top;
}

.apbc-service-single.rounded.product-space .apbc-img-wrapper img {
 width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: top;
}
.apbc-service-single.rounded .apbc-service-content{
  min-height: 100%!important;
}
.apbc-service-single.rounded .apbc-img-wrapper {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.apbc-img-wrapper.product {
  border-radius: 20px !important;
}
.product-header {
  text-align: center;
  margin-bottom: 50px;
}
.product-header h3 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
}
.apbc-img-wrapper.product {
  padding: 20px;
}
.apbc-service-single.rounded.product-space .apbc-img-wrapper img:hover {
  transform: scale(1.2) !important;
  transition: all 0.5s ease;
  border-radius: 20px!important;

}
.apbc-service-single.rounded.product-space .apbc-img-wrapper img {
  border-radius: 20px!important;
}

.apbc-service-single.rounded.product-space:hover .apbc-img-wrapper img {
  -webkit-transform: rotate(0deg) scale(1.1)important;
  -ms-transform: rotate(0deg) scale(1.1)important;
  transform: rotate(0deg) scale(1.1)!important;
}
.apbc-service-single.rounded.product-space .apbc-service-content {
  padding: 0 0 15px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.detail-blog .date {
  top: 76%;
}
.detail-blog {
  position: relative;
}

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

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

.date {
  display: inline-block;
  position: absolute;
  top: 35%;
  background: #074d9f;
  color: #fff;
  padding: 7px 17px;
  border-radius: 20px 0;
  right: 25px;
  font-size: 15px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.apbc-readmore-btn a:hover {
 color: #fbef30 !important;
}

.apbc-headline a h5 {
  margin-bottom: 10px;
}

.apbc-client-feedback-detail1 img {
  width: 100%;
  height: 284px;
  object-fit: cover;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.no-padding {
  padding: 0;
}

.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: capitalize;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #000625;
}

.apbc-headline h1 {
  font-size: 60px;
}

@media (max-width: 767.98px) {
  .apbc-headline h1 {
    font-size: 50px;
  }
}

.apbc-headline h2 {
  font-size: 48px;
}

@media (max-width: 767.98px) {
  .apbc-headline h2 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .apbc-headline h2 {
    font-size: 30px;
  }
}

.apbc-headline h3 {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .apbc-headline h3 {
    font-size: 30px;
  }
}

.apbc-headline h4 {
  font-size: 30px;
}

.apbc-headline h5 {
  font-size: 24px;
}

.apbc-headline h6 {
  font-size: 20px;
}

.apbc-pera-txt p {
  color: #858585;
  margin: 0;
}






.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #074d9f;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1;
}

.line_shape:last-child {
  margin-right: 0px;
}

.line_shape:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.apbc-body-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-body-overlay-on {
  opacity: 1;
  visibility: visible;
}

.apbc-title-area {
  margin-bottom: 30px;
}

.apbc-title-area .apbc-subtitle {
  display: inline-block;
  position: relative;
  color: #074d9f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.apbc-title-area .apbc-subtitle::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #074d9f;
  bottom: 8px;
  left: calc(100% + 6px);
}
.apbc-nav-menu .side-demo span {
  top: 0px;
  right: 20px;
}
.apbc-title-area .apbc-pera-txt {
  margin-top: 25px;
}

.apbc-primary-btn a,
.rev-btn a {
  width: auto;
  height: 55px;
  line-height: 55px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #074d9f;
  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 i,
.rev-btn a i {
  margin-left: 20px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #074d9f;
  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-primary-btn a:hover,
.rev-btn a:hover {
  background-color: #2d49fe;
}

.apbc-primary-btn a:hover i,
.rev-btn a:hover i {
  color: #2d49fe;
}

.apbc-secondary-btn a {
  width: auto;
  height: 55px;
  line-height: 55px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #164c90;
  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-secondary-btn a i {
  margin-left: 20px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000625;
  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: #074d9f;
}

.apbc-secondary-btn a:hover i {
  color: #074d9f;
}

.apbc-readmore-btn {
  margin-top: 20px;
}

.apbc-readmore-btn a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-readmore-btn a i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-scroll-top {
  width: 50px;
  height: 50px;
color: #074d9f !important;
background-color: #fff12a;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 4px;
  display: none;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.apbc-hero-slider .rev-btn {
  background-color: transparent !important;
  padding: 0 !important;
}

.apbc-hero-slider .rev-btn a {
  border: 2px solid transparent;
}

.apbc-hero-slider .rev-btn a:hover {
  border: 2px solid #074d9f;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .apbc-hero-slider .rev-btn a {
    width: auto;
    height: auto;
    padding: 8px !important;
    font-size: 9px;
  }
  .apbc-hero-slider .rev-btn a i {
    width: 25px;
    height: 25px;
  }
}

.apbc-hero-slider .rev-btn a:hover {
  background-color: transparent;
  border: 2px solid #074d9f !important;
}

.apbc-hero-slider .rev-btn i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900 !important;
}

.apbc-hero-slider .rev-btn i::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.apbc-p-20 {
  padding: 0 20px;
}

@-webkit-keyframes apbc_shape_ups_down {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes apbc_shape_ups_down {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes apbc_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes apbc_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/********* Layout **************/
.topbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.topbar {
  background: #074d9f;
  color: #fff;
  padding: 10px 0;
}
.topbar-left ul li {
  padding: 0 10px;
}
.topbar-left ul{
  display: flex;
  align-items: center;
}
.topbar-left ul li a:hover{
  color: #7e8c9c;
}

.apbc-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  background-color:#fff;
}

.apbc-header-section .apbc-logo-wrapper a {
    width: 210px;
    display: inline-block;
    padding: 5px 0;
}
.apbc-logo-wrapper a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

@media (max-width: 991.98px) {
  .topbar{
    display: none;
  }
  .apbc-header-section .apbc-desktop-menu {
    display: none;
  }
}

.apbc-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(70, 73, 95, 0.6);
  box-shadow: -3.119px 14.672px 60px 0px rgba(70, 73, 95, 0.6);
  -webkit-animation: 1s slideInDown;
  animation: 1s slideInDown;
  z-index: 20;
}

.apbc-nav-menu {
  text-align: right;
}

.apbc-nav-menu ul li {
  display: inline-block;
  position: relative;
}

.apbc-nav-menu ul li a {
  padding: 26px 25px;
  color: #000;
  font-weight: 500;
  text-transform:capitalize;
  display:block;
  position: relative;
}

.apbc-nav-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 0;
  height: 3px;
  background-color: #074d9f;
  border-radius: 2px;
  -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::before {
  content: '';
  width: 0;
  height: 3px;
  background-color: #074d9f;
  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.active::after {
  width: 25px;
}

.apbc-nav-menu ul li a.active::before {
  width: 6px;
}

.apbc-nav-menu ul li a:hover::after {
  width: 25px;
}

.apbc-nav-menu ul li a:hover::before {
  width: 6px;
}

.apbc-nav-menu ul li.has-submenu::after {
  content: '+';
  position: absolute;
  top: 26px;
  right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  -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.has-submenu ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #000625;
  min-width: 200px;
  z-index: 10;
  text-align: left;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

.apbc-nav-menu ul li.has-submenu ul:after {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 5px;
  background-color: #074d9f;
}

.apbc-nav-menu ul li.has-submenu ul li {
  display: block;
}

.apbc-nav-menu ul li.has-submenu ul li::after {
  top: 15px;
  right: 15px;
}

.apbc-nav-menu ul li.has-submenu ul li a {
  padding: 12px 20px;
}

.apbc-nav-menu ul li.has-submenu ul li a::after {
  display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a::before {
  display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a:hover {
  color: #074d9f;
  padding-left: 25px;
}

.apbc-nav-menu ul li.has-submenu ul li ul {
  left: 100%;
  top: 10px;
}

.apbc-nav-menu ul li.has-submenu ul li:hover>ul {
  top: 5px;
}

.apbc-nav-menu ul li.has-submenu:hover::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.apbc-nav-menu ul li.has-submenu:hover>ul {
  top: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.apbc-sidebar-btn,
.apbc-mobile-menu-open {
  text-align: right;
}

.apbc-sidebar-btn a,
.apbc-mobile-menu-open a {
  width: 50px;
  height: 50px;
  background-color: #074d9f;
  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;
  color: #ffffff;
  font-size: 25px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.apbc-sidebar-btn a:hover,
.apbc-mobile-menu-open a:hover {
  background-color: transparent;
  border: 2px solid #074d9f;
  color: #074d9f;
}

@media (max-width: 991.98px) {
  .apbc-sidebar-btn {
    display: none;
  }
}

.apbc-mobile-menu-open {
  display: none;
}

@media (max-width: 991.98px) {
  .apbc-mobile-menu-open {
    display: block;
  }
}

.apbc-mobile-navigation {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  overflow: scroll;
  background-color: #000625;
  padding-top: 20px;
  z-index: 300;
  display: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 1024.98px) {
  .apbc-mobile-navigation {
    display: block;
  }
}

.apbc-mobile-navigation .apbc-mobile-menu-close {
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #ffffff;
}

.apbc-mobile-navigation ul li {
  position: relative;
}

.apbc-mobile-navigation ul li a {
  padding: 12px 18px;
  display: block;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

.apbc-mobile-navigation ul li+li a {
  border-top: 1px solid #eff3fc2e;
}

.apbc-mobile-navigation ul li ul {
  display: none;
}

.apbc-mobile-navigation ul li ul li a {
  padding-left: 30px;
}

.apbc-mobile-navigation ul li ul li ul li a {
  padding-left: 35px;
}

.apbc-mobile-navigation ul li.has-submenu::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
}

.apbc-mobile-navigation ul li.abpc-submenu-icon-ratate::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.apbc-mobile-menu-on {
  right: 0;
}

.apbc-sidebar-info .apbc_sidebar_info_content {
  width: 380px;
  height: 100%;
  position: fixed;
  right: -380px;
  top: 0;
  background-color: #ffffff;
  z-index: 9999999;
  padding: 30px 40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-sidebar-info .apbc_sidebar_info_content .close-menu {
  cursor: pointer;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc_sidebar_logo {
  text-align: center;
  margin-bottom: 60px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc_sidebar_logo img {
  width: 130px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-pera-txt {
  line-height: 1.8em;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-gallery {
  margin-top: 30px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-gallery ul li {
  display: inline-block;
  margin: 5px 5px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-social {
  margin-top: 30px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-social h5 {
  margin-bottom: 15px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-social a+a {
  margin-left: 10px;
}

.apbc-sidebar-info .apbc_sidebar_info_content .apbc-sidebar-copyright {
  text-align: center;
  margin-top: 40px;
}

.apbc-sidebar-info .apbc-sidebar-on {
  right: 0;
}



@media (max-width: 991.98px) {
  .apbc-hero-slider {
    margin-top: -70px;
  }
}

.apbc-hero-slider .apbc-slider-overlay {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #070022), color-stop(70%, #07002200));
  background-image: -webkit-linear-gradient(left, #070022 30%, #07002200 70%);
  background-image: -o-linear-gradient(left, #070022 30%, #07002200 70%);
  background-image: linear-gradient(90deg, #070022 30%, #07002200 70%);
  background-color: none !important;
}

.apbc-hero-slider rs-bullet.tp-bullet {
  background-color: #ffffff !important;
}

.apbc-hero-slider rs-bullet.tp-bullet:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.apbc-hero-slider rs-bullet.selected {
  -webkit-box-shadow: 0 0 0 2px #074d9f !important;
  box-shadow: 0 0 0 2px #074d9f !important;
  background-color: transparent !important;
}

.apbc-hero-slider rs-bullet.selected span {
  background-color: #074d9f !important;
}

.apbc-hero-slider .apbc-single-item {
  padding: 290px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  height: 750px;
}

.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%, #070022), color-stop(70%, #07002200));
  background-image: -webkit-linear-gradient(left, #070022 30%, #07002200 70%);
  background-image: -o-linear-gradient(left, #070022 30%, #07002200 70%);
  background-image: linear-gradient(90deg, #070022 30%, #07002200 70%);
}
.apbc-hero-slider .apbc-single-item .apbc-slide-shape-1 {
  position: absolute;
  top: 113px;
  left: 0;
}
.apbc-about-section.about-section .apbc-img-wrapper img {
  width: 100%;
  height: 400px !important;
object-fit: contain;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-social {
  position: absolute;
  bottom: 60px;
  left: 0;
  display: inline-block;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-social ul li {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 60px;
  text-align: center;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-social ul li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-social ul li a:hover {
  color: #074d9f;
}

@media (max-width: 1400px) {
  .apbc-hero-slider .apbc-single-item .apbc-slide-social {
    left: auto;
    right: 0;
  }
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-headline h1 {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-headline h1 {
    font-size: 40px;
  }
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-pera-txt {
  margin-top: 30px;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-pera-txt p {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-pera-txt p br {
    display: none;
  }
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-primary-btn {
  margin-top: 40px;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-primary-btn a {
  border: 2px solid transparent;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-primary-btn a:hover {
  background-color: transparent;
  border: 2px solid #074d9f;
}

.apbc-hero-slider .apbc-single-item.slick-active .apbc-slide-shape-1 {
  -webkit-animation: 1s fadeInLeft linear;
  animation: 1s fadeInLeft linear;
}

.apbc-hero-slider .apbc-single-item.slick-active .apbc-slide-shape-2 {
  -webkit-animation: 1.5s fadeInRight linear;
  animation: 1.5s fadeInRight linear;
}

.apbc-hero-slider .apbc-single-item.slick-active .apbc-slide-left .apbc-headline h1 {
  -webkit-animation: 1s apbc_fadeInUp;
  animation: 1s apbc_fadeInUp;
}

.apbc-hero-slider .apbc-single-item.slick-active .apbc-slide-left .apbc-pera-txt p {
  -webkit-animation: 1.3s apbc_fadeInUp;
  animation: 1.3s apbc_fadeInUp;
}

.apbc-hero-slider .apbc-single-item.slick-active .apbc-slide-left .apbc-primary-btn a {
  -webkit-animation: 1.6s apbc_fadeInUp;
  animation: 1.6s apbc_fadeInUp;
}

@media (max-width: 991.98px) {
  .apbc-hero-slider .apbc-single-item {
    text-align: center;
    padding: 200px 0;
  }
}

@media (max-width: 767.98px) {
  .apbc-hero-slider .apbc-single-item {
    padding: 180px 0;
  }
  .apbc-hero-slider .apbc-single-item .apbc-slide-social {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .apbc-hero-slider .apbc-single-item {
    padding: 150px 0;
  }
}

.apbc-hero-slider .slick-dots {
  bottom: 30px;
}

.apbc-hero-slider .slick-dots li {
  width: 18px;
  height: 18px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0;
}

.apbc-hero-slider .slick-dots li+li {
  margin-left: 3px;
}

.apbc-hero-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}

.apbc-hero-slider .slick-dots li button::before {
  display: none;
}

.apbc-hero-slider .slick-dots li.slick-active {
  border: 1px solid #074d9f;
}

.apbc-hero-slider .slick-dots li.slick-active button {
  background-color: #074d9f;
}


/* about section */
.apbc-about-section {
  padding: 50px 0;
}
.apbc-about-section.about-section {
  text-align: justify;
}
.apbc-about-left {
  position: relative;
}
.apbc-about-inner.about-inner .apbc-inner-content {
  margin-bottom: 30px;
}
.apbc-about-inner.about-inner .apbc-inner-content p{
  margin-top: 10px;
}
.apbc-about-inner.about-inner .apbc-inner-content h6 i {
  color: #074d9f;
  margin-right: 10px;
}
.apbc-about-left .apbc-img-wrapper {
  position: relative;
}
.apbc-about-section .apbc-img-wrapper img {
  border-radius: 15px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.apbc-about-left .apbc-img-wrapper .apbc-ab-shape {
  position: absolute;
  left: 0;
  top: 0;
}



@media (max-width: 991.98px) {
  .apbc-about-right {
    margin-top: 60px;
  }
}

.apbc-about-right .apbc-title-area {
  margin-bottom: 40px;
}

.apbc-about-right .apbc-about-inner .apbc-inner-content {
  margin-bottom: 30px;
}

.apbc-about-right .apbc-about-inner h6 {
  font-size: 20px;
}

.apbc-about-right .apbc-about-inner h6 i {
  color: #074d9f;
  margin-right: 10px;
}

.apbc-about-right .apbc-about-inner .apbc-pera-txt {
  margin-top: 8px;
}

@media (max-width: 991.98px) {
  .apbc-about-right .apbc-primary-btn {
    margin-top: 30px;
  }
}

/* services section */
.apbc-service-section {
  background-color: #fafafa;
  padding: 50px 0;
}

.apbc-service-section .apbc-title-area {
  margin-bottom: 0;
}
.apbc-service-section .apbc-img-wrapper img{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.apbc-service-section .apbc-secondary-btn {
  text-align: right;
}

@media (max-width: 991.98px) {
  .apbc-service-section .apbc-secondary-btn {
    text-align: left;
    margin-top: 30px;
  }
}

.apbc-service-slider {
  margin-top: 60px;
}

.apbc-service-slider .slick-list {
  margin: 0 -15px;
  padding: 30px 0;
}

.apbc-service-slider .slick-slide {
  margin: 0 15px;
}

.apbc-service-section .apbc-service-single {
  -webkit-box-shadow: -3.119px 14.672px 18px 0px rgba(90, 90, 90, 0.15);
  box-shadow: -3.119px 14.672px 18px 0px rgba(90, 90, 90, 0.15);
  margin-bottom: 30px;
}

.apbc-service-section .apbc-service-single .apbc-img-wrapper {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.apbc-service-section .apbc-service-single .apbc-img-wrapper img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-service-section .apbc-service-single .apbc-icon-wrapper {
  text-align: center;
  position: relative;
  z-index: 10;
}

.apbc-service-section .apbc-service-single .apbc-icon-wrapper i {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #074d9f;
  -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  border-radius: 50%;
  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;
  font-size: 40px;
  color: #074d9f;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.flaticon-bank-1 img {
  width: 44px;
}
.apbc-service-section .apbc-service-single .apbc-service-content {
  padding: 25px;
  text-align: center;
  min-height: 250px;    
  overflow: hidden;
}

.apbc-service-slider .apbc-service-single .apbc-service-content .apbc-headline {
  margin-bottom: 15px;
}

.apbc-service-slider .apbc-service-single .apbc-service-content .apbc-readmore-btn {
  margin-top: 15px;
  color: #000625;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-service-slider .apbc-service-single .apbc-service-content .apbc-readmore-btn i {
  margin-left: 6px;
}
.apbc-service-slider .apbc-service-single:hover .apbc-img-wrapper img {
  -webkit-transform: rotate(2deg) scale(1.1);
  -ms-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}

.apbc-service-slider .apbc-service-single:hover .apbc-icon-wrapper i {
  background-color: #074d9f;
  color: #ffffff;
  -webkit-box-shadow: -4.158px 19.563px 40px 0px rgba(243, 23, 23, 0.2);
  box-shadow: -4.158px 19.563px 40px 0px rgba(243, 23, 23, 0.2);
}

.apbc-service-slider .apbc-service-single:hover .apbc-readmore-btn {
  color: #074d9f;
}

.apbc-service-slider .slick-dots {
  bottom: -30px;
}

.apbc-service-slider .slick-dots li {
  margin: 0;
}

.apbc-service-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #000625;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-service-slider .slick-dots li button::before {
  display: none;
}

.apbc-service-slider .slick-dots li.slick-active button {
  background-color: #074d9f;
}

/* contact us css */
.apbc-contact-section .apbc-contact-area {
  background-color: #ffffff;
  -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  padding: 25px;
}
.apbc-contact-section .apbc-contact-area .apbc-subtitle::before {
  content: '';
  position: absolute;
  left: -90px;
  bottom: 6px;
  width: 80px;
  height: 2px;
  background-color: #074d9f;
}
.apbc-contact-area {
  position: relative;
  z-index: 10;
}
.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.apbc-contact-section::before {
  content: '';
  position: absolute;
  background: rgba(0,0,0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* .apbc-contact-section .apbc-title-area {
  position: relative;
  z-index: 3;
}
.apbc-contact-section .apbc-headline h3{
  color: #fff;
}
.p-reletive{
  position: relative;
  z-index: 3;
}
.apbc-form-left form button {
  width: auto;
  height: 55px;
  line-height: 55px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #000625 !important;
  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;
  border-radius: 30px;
  font-weight: 600;
  padding: 0 10px 0 15px;
  text-transform: capitalize;
  border-color: #000 !important;
  background: #000;
  color: #fff !important;
}
.apbc-form-left form button:hover{
  background: #8e9e4d!important;
  border-color: #8e9e4d !important;
} */
.apbc-contact-section {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .apbc-form-left {
    margin-top: 60px;
  }
}

.apbc-form-left form {
  width: 100%;
}

.apbc-form-left form input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #c2c1c165;
  border-radius: 3px;
  font-size: 15px;
  color: #c2c1c1;
  background-color: #f5f5f5;
}

.apbc-form-left form input::-webkit-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form input:-ms-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form input::-ms-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form input::placeholder {
  color: #c2c1c1;
}

.apbc-form-left form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c2c1c165;
  background-color: #f5f5f5;
  color: #c2c1c1;
  border-radius: 3px;
}

.apbc-form-left form textarea::-webkit-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form textarea:-ms-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form textarea::-ms-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form textarea::placeholder {
  color: #c2c1c1;
}

.apbc-form-left form button {
  margin-top: 15px;
  background-color: #074d9f;
  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 #074d9f;
  color: #074d9f;
}

.apbc-form-right img {
  border-radius: 15px;
}
.apbc-testimonial-section {
  padding: 180px 0;
  background-color: #fafafa;
  position: relative;
  margin-top: -70px;
}

.apbc-testimonial-section .apbc-title-area .apbc-subtitle::after {
  left: calc(100% + 10px);
  width: 80px;
}

.apbc-testimonial-section .apbc-title-area .apbc-subtitle::before {
  content: '';
  position: absolute;
  left: -90px;
  bottom: 6px;
  width: 80px;
  height: 2px;
  background-color: #074d9f;
}

.apbc-testimonial-section .apbc-client-thumb {
  position: absolute;
  width: 70px;
}

@media (max-width: 767.98px) {
  .apbc-testimonial-section .apbc-client-thumb {
    display: none;
  }
}

.apbc-testimonial-section .apbc-thumbnail-1 {
  left: 300px;
  top: 200px;
}

@media (max-width: 1199.98px) {
  .apbc-testimonial-section .apbc-thumbnail-1 {
    left: 60px;
  }
}

.apbc-testimonial-section .apbc-thumbnail-2 {
  right: 300px;
  top: 200px;
}

@media (max-width: 1199.98px) {
  .apbc-testimonial-section .apbc-thumbnail-2 {
    right: 60px;
  }
}

.apbc-testimonial-section .apbc-thumbnail-3 {
  bottom: 100px;
  left: 400px;
}

@media (max-width: 1199.98px) {
  .apbc-testimonial-section .apbc-thumbnail-3 {
    bottom: 30px;
  }
}

.apbc-testimonial-section .apbc-thumbnail-4 {
  bottom: 150px;
  right: 470px;
}

@media (max-width: 1199.98px) {
  .apbc-testimonial-section .apbc-thumbnail-4 {
    bottom: 80px;
    right: 230px;
  }
}

.apbc-testimonial-section .apbc-thumbnail-5 {
  bottom: 180px;
  left: 50px;
}

.apbc-testimonial-section .apbc-thumbnail-6 {
  bottom: 100px;
  right: 50px;
}

@media (max-width: 1199.98px) {
  .apbc-testimonial-section .apbc-thumbnail-6 {
    bottom: 20px;
  }
}

.apbc-client-feedback .slick-list {
  margin: 0 -15px;
}

.apbc-client-feedback .slick-slide {
  margin: 0 15px;
}

.apbc-client-feedback .apbc-client-single {
  text-align: center;
}

.apbc-client-feedback .apbc-client-single .apbc-img-wrapper {
  text-align: center;
  background-color: #ffffff;
  padding: 2px;
  width: 95px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.apbc-client-feedback .apbc-client-single .apbc-img-wrapper img {
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.apbc-client-feedback .apbc-client-single .apbc-pera-txt {
  text-align: center;
  width: 60%;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .apbc-client-feedback .apbc-client-single .apbc-pera-txt {
    width: 90%;
  }
}

.apbc-client-feedback .apbc-client-single .apbc-client-content {
  margin-top: 20px;
}

.apbc-client-feedback .apbc-client-single .apbc-client-content span {
  font-weight: 700;
  margin-top: 8px;
  display: inline-block;
}

.apbc-client-feedback .slick-dots {
  bottom: -40px;
}

.apbc-client-feedback .slick-dots li {
  margin-right: 6px;
  width: auto;
}

.apbc-client-feedback .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #000625;
  padding: 0;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-client-feedback .slick-dots .slick-active button {
  background-color: #074d9f;
}

.apbc-client-feedback .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 24px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-client-feedback .slick-arrow:hover {
  color: #074d9f;
}

.apbc-client-feedback .next-arrow {
  right: 0;
  left: auto;
}


 /* contact page css */
 .brendcrumb-section.contactbg {
  background-position: 0px 23%;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactul .icon {
  background: #074d9f;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
  border: 2px solid #074d9f;
}
.contactul .icon:hover {
  background: none !important;
  color: #074d9f;
}
.contactul {
  display: flex;
  margin-bottom: 10px;
}
.cont-txt h3 {
  color: #000625;
  font-size: 22px;
  margin-bottom: 0;
}
.cont-txt {
  padding: 0 20px;
}
.contact-widgets {
  background-color: #F5F5F5;
  padding: 100px 0 50px 0;
}
.contact-formsection {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin: 150px 0 0 0;
}
.contact-formsection::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #000625;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.contact-form {
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
  padding: 3em 3em 3em 3em;
  position: relative;
  bottom: 100px;
  border-radius: 10px;
  text-align: center;
}
.contact-form .section-heading {
  padding-bottom: 20px;
  border-bottom: 1px dashed #c9d1d5;
}
.contact-form label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  color: #000625;
}
.contact-form .form-control {
  height: 45px;
  border-radius: 10px !important;
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #665949 !important;
}
.contact-form .form-control:focus{
  box-shadow: none!important;
  outline: none!important;
  border: 1px solid #665949;
}
.contact-formsection .social-ul{
  justify-content: center;
  position: relative;
}
.contact-formsection .social-ul li a{
  color: #fff!important;
  z-index: 2;
}
.contact-formsection .section-heading .title{
  color: #fff;
  text-align: center;
}
.section-heading.sosol {
  position: relative;
  bottom: 60px;
}
.section-heading.text-center .title {
  color: #000625;
}
.btn1{
    height: 55px;
    line-height: 55px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #074d9f;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    font-weight: 600;
    padding: 0 15px 0 15px;
    text-transform: capitalize; 
    border: none!important;
}
.btn1:hover {
  background-color: #2d49fe;
  color: #fff !important;
}
form input:focus {
  border: 1px solid #074d9f!important;
}
form input {
  border: 1px solid #665949!important;
}
textarea:focus {
  border: 1px solid #074d9f!important;
}
textarea{
  border: 1px solid #665949!important;
}

/* brendcrumb css */
.brendcrumb-section.contactbg {
  background-position: 0px 23%;
  background-repeat: no-repeat;
  background-size: cover;
}
.brendcrumb-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  margin-top: 77px;
}
.brendcrumb-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #0c243c;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.brendcrumb-section li.active {
  color: #fed31c!important;
  font-weight: 700;
  text-transform: uppercase;
}
.metadif {
  color: #fff !important;
  padding: 0 4px;
}
.brendcrumb-section li {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.brendcrumb-section h1 {
  color: #fff;
  font-size: 46px;
  line-height: 1.1em;
  margin: 20px 0;
    margin-bottom: 20px;
  margin-bottom: 0;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.brendcrumb-section nav {
  z-index: 2;
  position: relative;
}
.brendcrumb-section .breadcrumb {
  background: none !important;
}





/* footer css */
footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 20px 0;
  background-image: url(../images/footer.png);
  color: #fff !important;
  position: relative;
}
footer::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: #074d9f;
    opacity: 0.85;

}
.f-col ul li{
  position: relative;
  color: #fff;
}
.f-col ul li a {
  color: #fff;
  z-index: 122;
  position: relative;
}
.container.footer-bootom {
  color: #fff !important;
  position: relative;
  padding: 30px;
}
.copyright::before {
  content: '';
  position: absolute;
 left: 75%;
  top: 12px;
  width: 300px;
  height: 1px;
  background: #fff;
}
.copyright {
  position: relative;
}
.copyright a {
  color: #FFFB29;
}
.social-ul li a {
  display: inline-block;
  padding: 0 15px;
}
.social-ul a:hover {
  transform: translateY(-8px);
  transition: all .5s ease-in-out;
}
.social-ul {
  display: flex;
  justify-content: right;
  list-style-type: none;
}
.social-ul a:hover{
  color: #7e8c9c!important;
}
.f-col ul {
  list-style-type: none;
  padding-left: 0;
}
.f-col ul li {
  padding: 3px 0;
}
footer .read-more{
  color: #fff!important;
}
footer .sub-title{
  color: #fff!important;
  padding-bottom: 20px;
}
.f-col .blog-text h3 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0;

}
.f-col .blog-text h3 a{
  color: #fff!important;
}
.f-col .blog-img img {
  width: 60px;
  height: 60px;
}
.f-col img {
  width: 200px;
  display: block;
  margin-bottom: 20px;
}
.f-col ul li i {
  color: #fff12c;
  padding-right: 10px;

}

.f-col .post-meta {
  color: #fff12c;
  line-height: 10px;
}
.f-col .post-meta span {
  padding: 0px 0px;
  font-size: 14px;
}
.f-col .blog-text {
  width: 80%;
  padding: 0px 8px;
}
.f-col ul li a:hover i{
  color: #fff!important;
}
.f-col ul li a:hover {
  color: #FFF230 !important;
}
.blog-col {
  display: flex;
  margin-bottom: 20px;
}

.blog-text h3 a {
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.sub-title {
  color: #909f4e;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
.sub-title::before {
  position: absolute;
  content: '';
  background: #fed31c;
  width: 4px;
  height: 15px;
  top: 8px;
  left: 0;
}
@media (max-width: 991.98px) {

  .copyright::before {
  display: none;
}
.social-ul {
  margin: 20px 0;
  justify-content: center;
}
.apbc-hero-slider .apbc-single-item .apbc-slide-shape-1 {
  top: 130px;
}
.apbc-hero-slider .apbc-single-item{
  height: 700px;
}
.apbc-slide-left {
  padding-top: 100px;
}


}

.iconBg {
  width: 60px !important;
  display: block;
  position: fixed;
  bottom: 10%;
  left: 30px;
  z-index: 99;
}
.form-control.text-area {
  height: 100px;
}

/* services detail css */
.apbc-client-feedback.detail-slider img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.apbc-client-feedback.detail-slider button {
  background: #074d9f;
  color: #fff;
  width: 35px;
  border-radius: 5px;
}
.apbc-client-feedback.detail-slider button:hover{
  background-color: #fef247;
  color: #000!important;
}
.services-detail {
  padding: 50px 0 0 0;
  text-align: justify;
}
.detail-content h3 {
  margin-bottom: 20px;
}
.apbc-service-slider.related-services {
  margin-top: 20px;
}
.apbc-service-section.trading-services h3 {
  margin-bottom: 21px;
}
.slidee.slick-slide {
  margin-right: 10px;
}
.partner-logo {
  padding: 30px 0;
  margin: 0 !important;
}
.apbc-about-section.about-section .apbc-headline h3 {
  text-align: left;
}
.topbar-left ul li a i {
  padding-right: 5px;
}
.detail-content table tr:nth-child(2n+1) {
  background: #edf1ff;
  color: #000;
}
.detail-content table {
  color: #000;
}
.detail-content table tr td {
  padding: 5px;
}