@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&amp;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;
}

::-moz-selection {
  color: #0f385f;
  background-color: #fecc00;
}

::selection {
  color: #0f385f;
  background-color: #fecc00;
}

::-moz-selection {
  color: #000625;
  background-color: #fecc00;
}

.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;
}

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;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

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;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #000625;
}

.apbc-headline h1 {
  font-size: 42px;
}

@media (max-width: 767.98px) {
  .apbc-headline h1 {
    font-size: 32px;
  }
}

.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: 42px;
}

.apbc-headline p {
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

@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;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  line-height: 0;
}

.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000;
}

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #fecc00;
  -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: #000625;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.apbc-title-area .apbc-subtitle::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fecc00;
  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: 32px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #0e375e;
  background-color: #fecc00;
  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 30px 0 30px;
  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: #f31717;
  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: #000625;
}

.apbc-primary-btn a:hover i,
.rev-btn a:hover i {
  color: #000625;
}

.apbc-secondary-btn a {
  width: auto;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000625;
  background-color: #fecc00;
  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: 15px 20px 10px 35px;
  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: #000625;
  color:#FFF;
}

.apbc-secondary-btn a:hover i {
  color: #f31717;
}

.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: #0f385f !important;
  background-color: #fecc00;
  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 #f31717;
  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 #f31717 !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 **************/

.apbc-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  background-color: transparent;
}

.apbc-header-section .apbc-logo-wrapper a {
  width: 230px;
  display: inline-block;
  padding:10px;
}

@media (max-width: 991.98px) {
  .apbc-header-section {
    padding: 0px 0;
  }
  .apbc-header-section .apbc-desktop-menu {
    display: none;
  }
}

.apbc-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #000625;
  -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: #ffffff;
  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: #fecc00;
  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: #fecc00;
  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: #f31717;
}

.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: #f31717;
  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: #fecc00;
  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: #000625;
  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 #fecc00;
  color: #fff;
}

@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;
}

.apbc-hero-slider {
  margin-top: -100px;
  position:relative;
}

.banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.banner-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@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 #f31717 !important;
  box-shadow: 0 0 0 2px #f31717 !important;
  background-color: transparent !important;
}

.apbc-hero-slider rs-bullet.selected span {
  background-color: #f31717 !important;
}

.apbc-hero-slider .apbc-single-item {
  padding: 250px 0 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}

.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(100%, #070022), color-stop(100%, #07002200));
  background-image: -webkit-linear-gradient(left, #070022 100%, #07002200 100%);
  background-image: -o-linear-gradient(left, #070022 100%, #07002200 100%);
  background-image: linear-gradient(90deg, #070022 100%, #07002200 100%);
  opacity:0.6;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.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: #f31717;
}

@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: 20px;
  margin-bottom:10px;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-pera-txt p {
  color: #ffffff;
  font-size:28px;
  line-height:36px;
}

.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-pera-txt p span{
	display:block;
}

@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 #fecc00;
  color:#fff;
}

.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: 200px 0 100px 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 #f31717;
}

.apbc-hero-slider .slick-dots li.slick-active button {
  background-color: #f31717;
}

.apbc-about-section {
  padding: 100px 0;
}

.apbc-about-left {
  position: relative;
}

.apbc-about-left .apbc-img-wrapper {
  position: relative;
}

.apbc-about-left .apbc-img-wrapper .apbc-ab-shape {
  position: absolute;
  left: 0;
  top: 0;
}

.apbc-about-left .apbc-countarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 60px;
  bottom: 60px;
  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: 20px 15px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apbc-about-left .apbc-countarea::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #f31717;
  border-radius: 6px 0 0 6px;
}

.apbc-about-left .apbc-countarea .apbc-headline {
  margin-right: 15px;
  width: 70px;
}

.apbc-about-left .apbc-countarea .apbc-headline h2 {
  color: #f31717;
  display: inline-block;
}

.apbc-about-left .apbc-countarea .apbc-exp span {
  color: #000625;
  font-weight: 700;
  text-transform: default;
}

@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: #f31717;
  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;
  }
}

.apbc-service-section {
  background-color: #fafafa;
  padding: 100px 0;
}

.apbc-service-section .apbc-title-area {
  margin-bottom: 0;
}

.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-slider .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);
}

.apbc-service-slider .apbc-service-single .apbc-img-wrapper {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.apbc-service-slider .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-slider .apbc-service-single .apbc-icon-wrapper {
  text-align: center;
  position: relative;
  z-index: 10;
}

.apbc-service-slider .apbc-service-single .apbc-icon-wrapper i {
  width: 80px;
  height: 80px;
  display: inline-block;
  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);
  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: #f31717;
  margin-top: -40px;
  -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 {
  padding: 25px;
  text-align: center;
}

.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: #f31717;
  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: #f31717;
}

.apbc-service-slider .slick-dots {
  bottom: -55px;
}

.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: #f31717;
}



.banner-form{
    height: 100%;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 20px #000;
	border:solid 4px #fff;
	border-radius: 30px;
}
.banner-form h4{
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
	font-size:32px;
	line-height:40px;
	text-align:center;
}
.banner-form h4:after{
    position: absolute;
    content: "";
    height: 3px;
    background-color: #f8c300;
    width: 20%;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
}
.banner-form input{
    font-size: 10px;
    height: 38px;
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #aaa;
    background-color: transparent;
    color: #fff;
    transition-duration: 0.3s;
}
.banner-form input:focus{
    border: 1px solid #183e65;
	color: #000;
}
.banner-form select{
    font-size: 10px;
    height: 38px;
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #aaa;
    background-color: transparent;
    color: #fff;
    transition-duration: 0.3s;
}
.banner-form select option{
    color: #000;
}
.banner-form select:focus{
    border: 1px solid #183e65;
}
.banner-form select:focus-visible{
    outline: none;
	color: #000;
}
input.banner-apply-btn{
    background-color: #f8c300;
    color: #032c4d;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    transition-duration: 0.3s;
	padding:10px;
	font-size:18px;
}
input.banner-call-btn{
    background-color: #f6c640;
    color: #000;
    font-weight: 600;
    border: none;
    transition-duration: 0.3s;
}
input.banner-apply-btn:hover, input.banner-call-btn:hover{
    opacity: 0.9;
}


.about-section {
  padding: 100px 0;
  text-align:center;
}
.about-section p { font-size:20px; line-height:26px; color:#000;
}

.agra-exhibition-section {
  padding: 100px 0;
  overflow: hidden;
  background: url(../img/exhibition-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}
.agra-exhibition-section p { font-size:20px; line-height:26px; color:#fff;}


.str-feature-section {
  padding: 100px 0;
  background-color: #eceef6;
}

.str-feature-section .str-feature-icon-text {
  z-index: 1;
  overflow: hidden;
  padding: 40px 0px;
  position: relative;
  border-radius: 130px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 11px 54px 0px rgba(13, 0, 30, 0.2);
  margin-bottom:50px;
}

.str-feature-section .str-feature-icon-text .str-feature-icon {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  line-height: 125px;
  margin-bottom: 18px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(125deg, #acb4ba 0%, #eaedfc 49%, #e5f3fe 100%);
}

.str-feature-section .str-feature-icon-text .str-feature-icon img {
  width: 49%;
  margin: 0 auto;
  display: initial;
  text-align: center;
}

.str-feature-section .str-feature-icon-text .str-feature-text{
	padding:10px; 
}

.str-feature-section .str-feature-icon-text .str-feature-text h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 35px;
  transition: 0.3s all ease-in-out;
}

.str-feature-section .str-feature-icon-text .str-feature-text h3:before {
  left: 0;
  right: 0;
  content: "";
  width: 10px;
  bottom: 15px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #f8c300;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
  text-align: left;
  padding-left: 80px;
  padding-bottom: 10px;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li {
  margin-bottom: 3px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li:before {
  top: 3px;
  left: -20px;
  font-size: 12px;
  content: "ïŒ‹";
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.str-feature-section .str-feature-icon-text:after, .str-feature-section .str-feature-icon-text:before {
  opacity: 0;
  width: 400px;
  z-index: -1;
  content: "";
  height: 360px;
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.5s all ease-in-out;
}

.str-feature-section .str-feature-icon-text:after {
  bottom: 0;
  left: -130px;
  z-index: -1;
  background-image: url(../img/fs1.png);
  transition-delay: 0.3s;
}

.str-feature-section .str-feature-icon-text:before {
  z-index: -2;
  bottom: -70px;
  left: -120px;
  background-image: url(../img/fs2.png);
}

.str-feature-section .str-feature-icon-text:hover {
  background-color: #010004;
}

.str-feature-section .str-feature-icon-text:hover .str-feature-icon {
  background-color: #fff;
}

.str-feature-section .str-feature-icon-text:hover:after {
  opacity: 1;
  left: -90px;
}

.str-feature-section .str-feature-icon-text:hover:before {
  left: -95px;
  opacity: 1;
}

.str-feature-section .str-feature-icon-text:hover h3 {
  color: #fff;
}

.str-feature-section .str-feature-icon-text:hover h3:before {
  background-color: #fff;
}

.str-feature-section .str-feature-icon-text:hover li {
  color: #fff;
}

.str-feature-section .str-feature-icon-text:hover li:before {
  color: #fff;
}

.str-feature-section .str-feature-content {
  margin-top: 50px;
}



.institutes-section {
  padding: 100px 0;
}

ul.institutes-list {
    width: 100%;
    list-style-type: none;
	padding-left:0px;
}

ul.institutes-list li {
    display: block;
    margin-bottom: 5px;
    background: url(../img/correct.png) no-repeat 0 0px;
    padding-left: 50px;
    text-decoration: none;
	font-size: 20px;
	color: #000;
	margin-bottom:20px;
	padding-bottom:5px;
}





.ranking-section {
  padding: 100px 0;
  background:url(../img/ranking-bg.jpg) no-repeat top #f1f9fb;
}


.ranking-accreditation{padding-top: 60px; padding-bottom: 60px;}
.ranking-accreditation-block{
	padding:15px; width:100%;
	margin-top:0%;
}

.ranking-accreditation{ padding:5px; border:solid 1px #6d6d6d; background: #f3f3f3;}

.owl-ranking .owl-dots{
	display:flex;
	justify-content:center;	
	gap:10px;
	margin-top:2%;
}
.owl-ranking .owl-dot{
	height:20px;
	width:20px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
}
.owl-ranking .owl-dot.active{
	background-color:#fecc00 !important;
}


.accreditation-section {
  padding: 100px 0;
}


.institutes-section2 {
  padding: 100px 0;
  background-color: #eceef6;
}

.institutes_box { width:100%; margin: 0 0 20px 0px; border:solid 2px #f8c300; padding:20px; float:left;}
.institutes_box h1{font-size:24px; color:#000; font-weight:bold;}

ul.institutes_list { float:left; width:100%; padding:0px; list-style-type:none;}
ul.institutes_list  li {display:block; margin-bottom:5px; background:url(../img/institutes-icon.png) no-repeat 0 7px; padding-left:20px; text-decoration:none; line-height:26px; border-bottom:1px dotted #fff; padding-bottom:0px; margin-top:10px; font-size:20px; color:#000;}


.edge-section {
  padding: 100px 0;
  background-color: #fff;
}
.owl-edge .owl-dots{
	display:flex;
	justify-content:center;	
	gap:10px;
	margin-top:2%;
}
.owl-edge .owl-dot{
	height:20px;
	width:20px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
}
.owl-edge .owl-dot.active{
	background-color:#fecc00 !important;
}


.box{background: #f6eed9; box-sizing: border-box; padding: 20px; transition: .5s; overflow: hidden; float:left;	min-height:180px; margin-bottom:10px;	margin-top:10px; text-align:center;	padding-top:20px; transition: transform .2s; border-bottom:solid 2px #fecc00; width:100%;}
.box h2{color: ##010101; font-size: 32px; line-height:38px;	margin-bottom:10px; font-weight:700;}
.box p{font-size: 20px; line-height: 26px; color: #000;}
.box:hover{ -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);}


.placement-section {
  padding: 100px 0;
  background:url(../img/ranking-bg.jpg) no-repeat top #f1f9fb;
}

.top-placement{ border:solid 1px #CCCCCC; text-align:center; min-height:150px; padding:20px;}
.top-placement h3 {color: ##010101; font-size: 32px; line-height: 38px;	margin-bottom: 10px; font-weight: 700;	padding-top:10px;}
.top-placement p {font-size: 20px; line-height: 26px; color: #000;}

.placement-logos img {
    padding: 5px;
    margin: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
	width:187px;
	height:74px;
}

.higher-section {
  padding: 100px 0;
}



.faq-section {
  padding: 100px 0;
  background:#eceef6;
}

.sa_faq_feed_section .saas_two_section_title {
  margin: 0;
}
.sa_faq_accordion {
  padding-top: 30px;
  width:100%;
}
.sa_faq_accordion .ei-faq-header button {
  width: 100%;
  color: #000;
  border:  none;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 50px rgb(136 136 136 / 15%);
}
.sa_faq_accordion .ei-faq-header button:before {
  top:  15px;
  right: 20px;
  content: '\f078';
  font-weight: 900; 
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}
.sa_faq_accordion .ei-faq-body {
  padding: 20px 15px;
  font-size:20px;
  line-height:26px;
  color:#000;
}
.sa_faq_accordion  .ei-faq {
  margin-bottom: 15px;
}
.sa_fq_question_content {
  padding-top: 60px;
}
.sa_fq_question_content .faq-feed-item {
  max-width: 540px;
  margin-bottom: 40px;
}
.sa_fq_question_content .faq-feed-item h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}

@media only screen and (max-width: 991px){
  .bis-faq-contact-form-area {
    margin-left: 0;
    padding-top: 40px;
  }
}



.testimonial-section {
    padding: 100px 0;
    background-color: #fafafa;
}


.testimonial_content{ text-align:center; width:80%; margin:auto;}
.testimonial_content p{ font-size:20px; color:#000; line-height:26px;}

.owl-testimonial .owl-dots{
	display:flex;
	justify-content:center;	
	gap:10px;
	margin-top:2%;
}
.owl-testimonial .owl-dot{
	height:20px;
	width:20px;
	border-radius:50%;
	border:1px solid #fecc00 !important;
	background-color:#fff !important;
}
.owl-testimonial .owl-dot.active{
	background-color:#fecc00 !important;
}




.copyright {
    background: #ededed;
    padding: 20px 0 3px 0px;
    text-align: center;
	color:#000;
}


.button-section {
  margin-top:5%;
  background-color: #fff;
}


@media only screen and (min-width: 320px) and (max-width: 769px) {

.apbc-hero-slider .apbc-single-item .apbc-slide-shape-1{ display:none;}
.apbc-hero-slider .apbc-single-item .apbc-slide-left .apbc-pera-txt p {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}

.banner-form{
	margin-top:10%;}


.apbc-header-section .apbc-logo-wrapper a {
  width: 180px;
  display: inline-block;
  padding: 10px;
}

.str-feature-section .str-feature-icon-text {
  border-radius: 0px;
  padding-bottom:0px;
}

.owl-ranking .owl-dots {
  margin-top: 7%;
}

.owl-edge .owl-dots {
  margin-top: 7%;
}

.top-placement h3{ font-size:28px;}
.top-placement p {
  font-size: 17px;
  line-height: 22px;
  color: #000;
}

.box{min-height:100px;}
.box p {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom:0px;
}

.sa_faq_accordion .ei-faq-header button{ font-size:20px; font-weight:700;}
.sa_faq_accordion .ei-faq-body {
  padding: 20px 15px;
  font-size:18px;
  line-height:24px;
  color:#000;
}

}


.ad-cla
{
    font-size: 56px;
}