/*CSS Mily*/
.poppins-semibold {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-style: normal;
}

/*header*/
.main-header .header-upper {
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li:hover > a::before {
  text-shadow: 8px 0 #f26a35, -8px 0 #f26a35;
  color: #f26a35;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #f26a35;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  color: #f26a35;
}

/* END Header */

/* Breadcrumb */

.breadcrumb-text {
  left: 20%;
  max-width: 600px;
}

.breadcrumb-item a:hover {
  color: #f26a35 !important;
}

/* END Breadcrumb */

/*  */

/* Font */
.banner-section .content-column h1 {
  color: #ffff;
  font-weight: 600;
}

.banner-section .content-column .text {
  color: #ffff;
  margin-top: 30px;
}

.banner-section .content-column h1 span {
  position: relative;
  font-weight: 700;
  color: #f26a35;
}

.content-section.blue h2 {
  color: #ffffff;
}

.content-section.blue p {
  color: #ffffff;
}

.about-section .content-column .text p {
  text-align: justify;
}

/* END Font */

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  color: #000000;
}
th {
  background-color: #0b3c7c;
  color: white;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Image */

.zoom-wrapper {
  overflow: hidden;
}

.zoom-wrapper img {
  object-fit: cover;
  transition: transform 0.8s;
}

.zoom-wrapper:hover img {
  transform: scale(1.5);
}

/* END Image */

/* Button */
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 13px 35px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #f26a35;
  overflow: unset;
  text-transform: uppercase;
}

.btn-style-one:before {
  background-color: #fbaf43;
  border-radius: 5px;
}

.btn-style-one.btn-light-orange {
  background-color: #fbaf43;
  padding: 25px 35px;
}

.btn-style-one.btn-light-orange:before {
  background-color: #ff9600;
}

.btn-style-one.btn-light-blue {
  background-color: #283b91;
  padding: 25px 35px;
  margin: 30px;
}

.btn-style-one.btn-light-blue:before {
  background-color: #f26a35;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
  background-color: #f26a35;
}

.btn-style-full {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 13px 35px;
  font-weight: 600;
  border-radius: 5px;

  overflow: unset;
  text-transform: uppercase;
}

.btn-style-full:hover {
  color: #666666;
  background-color: #f8f9fa;
}

/* END Button */

/* Icon */

ul.vision-icon li {
  list-style: disc;
  padding-left: 18px;
}

.vision-icon li::marker {
  content: '\f0c8';
  font-family: FontAwesome;
  color: #f26a35;
  width: 30px;
  top: 0;
  margin-right: 8px;
  font-size: 14px;
}

/* END Icon */

/* Scrolling */

html {
  scroll-behavior: smooth;
}

section {
  position: relative;
  padding-top: 50px;
  margin-top: -50px;
}

:target {
  scroll-margin-top: 50px;
}

/* End Scrolling */

/* Content Section */
.content-section {
  position: relative;
  padding: 100px 0px 100px;
  /* background-color: #eef1f3; */
}

.content-section h2 {
  font-weight: 600;
}

.content-section .column {
  padding: 0px;
  float: left;
}

.content-section.blue {
  background-color: #283b91;
}
/* END Content Section */

/* Insight Hub Section */
.insight {
  font-family: 'Lobster', cursive;
  text-transform: capitalize;
  font-weight: 300;
}

.hub {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-weight: 700 !important;
}
/* END Insight Hub Section */

/* Product Section */
.product-block .inner-box:hover .icon-box img {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block .inner-box {
  background: white;
  margin-right: 30px;
  border-radius: 5px;
}

.product-block .inner-box:hover {
  border-color: #f26a35;
}

.product-block .inner-box {
  border-bottom: 4px solid transparent;
  border-top: 0;
}

.product-block .inner-box .read-more {
  color: #283b91;
}

.product-block .inner-box:hover .read-more {
  color: #f26a35;
}
/* END Product Section */

/* Service Section */
.slider {
  margin-bottom: 20px;
  position: relative;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
}

.slider-card {
  background-color: #fff;
  margin: 50px 15px 90px 15px;
  padding-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgba(206, 191, 191, 0.493);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}

.banner-section .owl-nav .owl-prev {
  top: 50px;
}

.banner-section .owl-nav .owl-next {
  top: 50px;
}

.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.slider-card h5 {
  position: relative;
  font-weight: 600;
  margin-top: 20px;
  padding: 10px 20px;
  color: #000000;
}

.slider-card p {
  position: relative;
  color: #666666;
  line-height: 1.8em;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.slider-card p br {
  display: none;
}

.slider-card .read-more {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  color: #283b91;
}

.slider-card .read-more:hover {
  color: #f26a35;
}

.slider-card img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  height: auto;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
/* END Services Section */

/* Featured Clients Section */
.sponsors-section {
  background: #eff1f5;
}
/* END Featured Clients Section */

/* Academy Section */
.academy-section {
  position: relative;
  padding: 100px 0px 80px;
}

.academy-section .inner-container {
  position: relative;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}

.academy-section .inner-container .academy-block {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #ebebeb;
}

.academy-section .inner-container .academy-block:nth-child(4n + 0) {
  border-right: none;
}

.academy-block {
  position: relative;
}

.academy-block .inner-box {
  position: relative;
  padding: 45px 25px 45px 35px;
  border-top: 4px solid transparent;
  height: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.academy-block.style-two {
  margin-bottom: 30px;
}

.academy-block.style-two .inner-box {
  border: 1px solid #ebebeb;
}

.academy-block.style-two .inner-box h5 {
  font-size: 18px;
}

.academy-block.style-two .inner-box .text {
  margin-bottom: 0px;
}

.academy-block .inner-box:hover {
  border-color: #f26a35;
  background-color: #f2f5f6;
}

.academy-block .inner-box .icon-box {
  position: relative;
  line-height: 1em;
  font-size: 46px;
  display: inline-block;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.academy-block .inner-box:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.academy-block .inner-box h5 {
  position: relative;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.academy-block .inner-box h5 a {
  position: relative;
  font-weight: bold;
  color: #010101;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.academy-block .inner-box h5 a:hover {
  color: #f26a35;
}

.academy-block .inner-box .text {
  position: relative;
  color: #666666;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.academy-block .inner-box .read-more {
  position: relative;
  color: #283b91;
  font-size: 14px;
  font-weight: 400;
}

.academy-block .inner-box .read-more span {
  position: relative;
  top: 1px;
  font-size: 12px;
}

.academy-block .inner-box:hover .read-more {
  color: #f26a35;
}
/* END Academy Section */

/* Contact Section */
.map-section {
  padding: 40px;
  margin-top: 20px;
}

.consult-form form .form-group {
  margin: 0px 0px 10px;
}

.reputation-section-two .form-column h5 {
  color: #f26a35;
  font-size: 20px;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #f26a35;
  border-color: #f26a35;
}

.reputation-block .inner-box {
  color: #fff;
}

.reputation-block .inner-box .text {
  color: #fff;
}

.reputation-section-two.style-two .content-column .inner-column {
  padding-left: 0px;
  padding-right: 100px;
}
/* END Contact Section */

/* Footer */
.footer .footer-item {
  display: flex;
  flex-direction: column;
}

.footer .footer-item a {
  line-height: 35px;
  color: white;
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
  color: #fff;
}

.footer .footer-item a:hover {
  color: #f26a35;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}

.footer .logo {
  display: inline-block;
  max-width: 60%;
}
.footer .footer-item p {
  text-align: justify;
}
/* END Footer Section */

/* Copyright Section */
.copyright {
  background: #283b91;
}

.email-link {
  /* color: #eff1f544; */
  color: #fff;
  font-weight: 300;
}
.email-link:hover {
  color: #f26a35 !important;
}
/* END Copyright Section */

/* insight hub & featured clients section */

.welcome-section {
  background-color: #eef1f3;
}

.welcome-insight {
  padding: 220px 15px 15px 15px;
}

/* .our-blogs .main {
  padding-right: 0;
}

/* .news-block-three .inner-box {
  padding-left: 280px;
} */

/* .news-block-three .inner-box .image {
  width: 250px;
} */

.pl-280 {
  padding-left: 280px !important;
}

.w-250 {
  width: 250px !important;
}

/* .news-block-three .inner-box .image {
  width: 280px;
} */

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 0;
}

.sidebar-page-container {
  padding: 50px 0px 70px !important;
}

.news-block-three .inner-box .title {
  color: #f26a35;
}

.news-block-three .inner-box .image {
  background-color: #f26a35;
}

.page-title-section {
  padding: 200px 0px 0px;
}

.sidebar .search-box .form-group button {
  background: #f26a35;
}

.news-block-three .inner-box:hover h4 a {
  color: #f26a35;
}

.title-article {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: #ffffff;
  padding: 13px 35px;
  margin-left: 20px;
  font-weight: 600;
  background-color: #f26a35;
  text-transform: uppercase;
  overflow: unset;
}

.title-article::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 100%;
  height: 100%;
  background-color: #f26a35;
  transform: skewX(-15deg);
  z-index: -1;
}

.title-article::after {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 100%;
  height: 100%;
  background-color: #f26a35;
  transform: skewX(-15deg);
  z-index: -1;
}

.blog-detail .inner-box .lower-content p {
  text-align: justify;
}

.blog-detail .inner-box .lower-content .post-share-options {
  padding-bottom: 0px;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #f26a35;
}

.news-block-three .inner-box .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.news-block-four .inner-box .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.sidebar .popular-posts .post .post-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.news-block-three .main-full .inner-box .image img {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block;
}

.pt-200 {
  padding-top: 200px;
}

/* MEDIA QUERIES */

/* @media only screen and (max-width: 600px) {
  

  h1 {
    font-size: 30px;
    font-weight: 600;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 10px;
  }

  
  .breadcrumb-text {
    left: 10%;
    padding-bottom: 130px;
  }

  .product-block {
    margin: 10px;
  }
  .slider-card {
    margin: 50px 60px 60px 60px;
  }
} */
