/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #028aca;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #f69900;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #c5bb76;
}

.btn-learn-more:hover {
  background: #f9bf4b;
  /* color: #ffffff !important; */
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 0 100px 40px 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #0f2741;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  /*padding: 0 100px 60px 100px;*/
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #f99a00;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #028aca;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .btn-get-all {
  font-size: 14px !important;
  letter-spacing: 1px;
  display: inline-block !important;
  padding: 7px 32px !important;
  border-radius: 4px;
  transition: 0.3s;
  color: #f99a00;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #f99a00;
}

.why-us .btn-get-all:hover {
  background: #f9bf4b;
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    /*    padding-bottom: 30px;*/
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-radius: 10px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #002d00;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #0f2741;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #028aca;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: url("../img/services_we_provide.webp") fixed center center;
  background-size: cover;
  padding: 90px 0;
  color: #ffffff;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta .icon-box {
  margin-top: 30px;
}

.cta .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
}

.cta .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #028aca;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 16px;
  border: 2px solid #028aca;
}

.cta .cta-btn:hover {
  background: #028aca;
  border: 2px solid #028aca;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  .services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .bookcover img {
    display: none;
  }

  .text-right {
    text-align: center !important;
  }

  .about-text .btn-learn-more {
    margin-left: 60px;
  }

  .cliens img {
    max-width: 50%;
  }

  .icon-box-trend {
    flex: 0 0 200px !important;
  }

  .icon-box-trend {
    background-color: #f8f7f7;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    min-height: 100px;
    margin: 10px;
    /* flex: 0 0 calc(100% / 5 - 20px); */
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid #c2c2c2;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    position: relative;
  }

  .cliens {
    margin-top: 800px !important;
  }

  .cta {
    background: url(../img/services_we_provide.webp) fixed center center;
    background-size: cover;
    padding: 90px 0;
    color: #ffffff;
  }

  .category-slider {
    margin: 0 !important;
  }

  .arrow-left {
    margin-right: 0 !important;
  }

  .arrow-right {
    margin-left: 0 !important;
  }

  .btn-learn-more {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 375px) {
  .arrow-left {
    margin-right: 10px !important;
  }

  .arrow-right {
    margin-left: 10px !important;
  }

  .icon-box-trend {
    flex: 0 0 250px !important;
  }

  .cliens {
    margin-top: 600px !important;
  }
}

@media only screen and (min-width: 425px) {
  .arrow-left {
    margin-right: 20px !important;
  }

  .arrow-right {
    margin-left: 20px !important;
  }

  .category-slider {
    margin: 10px !important;
  }

  .icon-box-trend {
    flex: 0 0 250px !important;
  }

  .cliens {
    margin-top: 500px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bannerhd h1 {
    text-align: center !important;
    margin-top: 60px;
  }

  .bannerhd {
    text-align: center !important;
    font-size: 24px !important;
    line-height: 28px !important;
    padding-left: 25px;
    padding-top: 50px;
    /* Uncommented padding-top */
    padding-bottom: 70px;
  }

  .text-right {
    text-align: center !important;
  }

  .about-text .btn-learn-more {
    margin-left: 50px;
  }

  .cta {
    background: url(../img/services_we_provide.webp) fixed center center;
    background-size: cover;
    padding: 90px 0;
    color: #ffffff;
  }

  .cliens img {
    max-width: 50%;
  }

  .category-slider {
    margin: 10px !important;
  }

  .arrow-left {
    margin-right: 10px !important;
  }

  .arrow-right {
    margin-left: 10px !important;
  }

  .icon-box-trend {
    flex: 0 0 calc(100% / 2 - 20px) !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bannerhd h1 {
    text-align: center !important;
    margin-top: 60px;
  }

  .bannerhd {
    text-align: center !important;
    font-size: 24px !important;
    line-height: 28px !important;
    padding-left: 25px;
    padding-top: 50px;
    /* Uncommented padding-top */
    padding-bottom: 70px;
  }

  .about-text .btn-learn-more {
    margin-left: 50px;
  }

  #hero .row {
    justify-content: center;
    margin-left: 0px;
  }

  #hero h1 {
    font-size: 40px;
  }

  .hero-home .bannerhd {
    width: 80%;
  }

  .cta {
    background: url(../img/services_we_provide.webp) fixed center center;
    background-size: cover;
    padding: 90px 0;
    color: #ffffff;
  }

  .cliens img {
    max-width: 60%;
  }

  .category-slider {
    margin: 20px !important;
  }

  .arrow-left {
    margin-right: 10px !important;
  }

  .arrow-right {
    margin-left: 10px !important;
  }

  .icon-box-trend {
    flex: 0 0 calc(100% / 5 - 20px);
  }

  .bannerhd,
  .bannerhd h1 {
    text-align: left !important;
    width: 70%;
  }

  .custom-card {
    height: 500px;
  }

  .custom-card-yellow {
    height: 500px;
  }

  .align-items-stretch-1 {
    -ms-flex-align: stretch !important;
    /* align-items: stretch !important; */
    position: absolute;
    left: 1%;
    width: 450px;
    height: 500px;
    padding: 30px;
  }

  .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  #hero h1 {
    margin-top: 60px;
  }

  .cta {
    background: url(../img/services_we_provide.webp) fixed center center;
    background-size: cover;
    padding: 90px 0;
    color: #ffffff;
  }

  .cliens img {
    max-width: 60%;
  }

  .category-slider {
    margin: 10px !important;
  }

  .cliens {
    margin-top: 200px !important;
  }

  .arrow-left {
    margin-right: 10px !important;
  }

  .arrow-right {
    margin-left: 10px !important;
  }

  .icon-box-trend {
    flex: 0 0 calc(100% / 5 - 20px) !important;
  }

  .bannerhd,
  .bannerhd h1 {
    text-align: left !important;
    width: 70%;
  }

  .custom-card-yellow {
    min-height: 400px !important;
  }

  .custom-card {
    min-height: 400px !important;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.reportlistbox {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin-top: 10px;
}

.reportlistbox-inerpage {
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none !important;

  padding: 5px 15px 0;
}
.reportlistbox h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 20px 0 0;
  color: #112b48;
}

.reportbotom {
  padding: 0;
  border-top: 1px solid #f1f1f1;
  font-size: 12px;
  margin-top: 5px;
}

.reportlistbox-inerpage .reportbotom {
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
}

.reportbotom p {
  padding: 0 0 5px 0 !important;
}

.reportlistbox-inerpage .reportbotom p {
  margin-bottom: 0;
}
.reportprice {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #112b48;
}
.bookcover img {
  margin: 10px 5px;
}
.btnS {
  margin: 0;
  background: none;
  color: #028aca;
}
.reportlistbox a {
  color: #000;
}
.reportlistbox a:hover {
  color: #f99a00;
  text-decoration: none;
}
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  line-height: 24px;

  outline: none;
  color: #028aca;
  font-weight: 700;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #028aca;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #028aca;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.faq-list h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #0f2640;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */

.blog .carousel-indicators {
  height: 5px !important;
}
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;

  width: 20px !important;
  height: 0 !important;
  padding: 0;
}

.blog .carousel-indicators .active {
  background: #707070;
}

/*imahge slider*/

.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.overflow {
  position: relative;
  overflow: hidden;
}
.zoom img {
  transition: all 0.2s linear;
}
.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-img .card {
  background: none;
}
.w-100 {
  width: 75% !important;
}

.btnS {
  margin: 0;
  background: none;
  color: #028aca;
}
.btnS:focus {
  outline: none;
}
.btnS:after {
  content: "More";
}
.btnS.collapsed:after {
  content: "More";
}

.section-bg2 {
  background: #f1f1f1;
  padding: 40px 0;
}
.categories {
  margin-top: 25px;
}

.our_clients_data {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f2741;
  text-align: center;
}

.our-clients {
  padding: 0px;
  margin-top: 225px;
}

.basicSlider {
  margin-bottom: 14px;
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  padding: 22px;
}

.basicSlider .MS-content .item {
  display: inline-block;
  width: 12%;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 25px;
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .basicSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .basicSlider .MS-content .item {
    width: 35%;
    border-right: 1px solid #e6e6e6;
  }
}
@media (max-width: 500px) {
  .basicSlider .MS-content .item {
    text-align: center;
  }
}

.basicSlider .MS-content .item img {
  line-height: 20px;
  vertical-align: middle;
  width: 91px;
  height: 30px;
}

.basicSlider .MS-controls button {
  position: absolute;
}

.basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

.basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
@media (max-width: 1366px) {
  .slider .slider-text3 {
    font-size: 36px;
  }
}

@media (max-width: 750px) {
  .slider .slider-text3 {
    font-size: 13px;
  }
}

a,
.btnS,
.btnLess {
  color: #f9bf4b;
  font-weight: 600;
  cursor: pointer;
}

#footer .footer-newsletter form input[type="submit"] {
  /* background: #f9bf4b; */
}

#footer {
  /* background: #2d4054; */
}

.copyright {
  color: #95adc6;
  opacity: unset !important;
}

.nav-menu a i {
  font-size: 16px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 20px;
}

.mobile-nav-active .mobile-nav .drop-down .bx-chevron-down {
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .drop-down > a:after {
  display: none;
}

.modal {
  z-index: 10500;
}
.bri-logo {
  /*aspect-ratio: 300 / 43;*/
  max-width: 200px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .searchbar1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .searchbar {
    display: none;
  }

  .searchbar1 {
    margin-bottom: auto;
    margin-top: auto;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 52px;
    height: 32px;
  }

  .modal-header .close {
    padding: 1rem 1.5rem;
  }

  .modal-header {
    padding: 0;
    border: none;
  }
  .modal-body {
    padding-top: 0;
    width: 95%;
    padding-bottom: 22px;
  }

  #search_btn {
    background: #455f7c;
  }

  #search_btn i {
    color: white;
  }
}
body {
  font-size: 16px !important;
}
h1 {
  font-size: 21px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}

.searchbar {
  background: #fff;
  border-radius: 20px;
  height: 30px;
}
.searchbar > .search_input {
  width: 150px;
  height: 30px;
  color: #deaf49;
}
.searchbar > .search_input::placeholder {
  font-size: 12px;
}
#btnSearchHeader {
  border-radius: 20px;
  padding: 6px 15px 5px;
  background-color: #deaf49;
}
.searchbar:hover {
  background: #fff;
}

.services .icon-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 19px;
  color: #000;
}
