/* 
======================================================
service addon css support for segunbagicha consultancy theme
====================================================
*/


#service_aria > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
}

#service_aria > h2 {
  font-size: 17px;
  color: navy;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
  text-transform: capitalize;
}

#service_aria .single_work {
  padding: 9px;
  border-radius: 5px;
  position: relative;
  transition: 0.4s;
  box-shadow: 0px 8px 7px -4px rgb(0 0 0 / 40%);
  margin-top: 32px;
}

#service_aria .single_work:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px);
}

#service_aria .single_work:hover a {
  background: #ff7100;
}

#service_aria .single_work > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#service_aria .single_work > h4 {
  margin-top: 17px;
  font-size: 17px;
  font-family: "Patua One", cursive;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  padding: 10px 0px;
}

#service_aria .single_work > p {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  text-align: justify;
  padding: 12px 3px;
  font-family: "Poly", serif;
}

#service_aria .single_work > a {
  padding: 5px;
  background: #000;
  margin-left: 100px;
  border-radius: 3px;
}

#service_aria .single_work > a > button {
  color: #fff;
  font-size: 13px;
  padding-bottom: 13px;
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  font-family: "Poly", serif;
}

/* -------------------- */
/* end service_aria */
/* -------------------- */

#work-process {
}

#work-process > h1 {
  color: #008060;
  font-size: 35px;
  font-family: "Patua One", cursive;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
}

#work-process > h2 {
  font-size: 17px;
  color: #000080;
  font-family: "Patua One", cursive;
  text-align: center;
  margin-bottom: 18px;
  text-transform: capitalize;
}

#work-process .single-work-process {
  position: relative;
}

#work-process .single-work-process {
  position: relative;
  margin-top: 85px;
}

#work-process .single-work-process .number {
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

#work-process .single-work-process .number > h5 {
  font-size: 17px;
  color: white;
  font-family: "Patua One", cursive;
  text-align: center;
}

#work-process .single-work-process .process {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
}

#work-process .single-work-process .process::before {
  content: "";
  height: 40px;
  width: 40px;
  background: #ff7100;
  position: absolute;
  top: 7px;
  left: -20px;
  border-radius: 50%;
}

#work-process .single-work-process .process::after {
  content: "";
  height: 55px;
  width: 55px;
  background: #ff7300a1;
  position: absolute;
  top: 0px;
  left: -27px;
  border-radius: 50%;
}

#work-process .single-work-process > h3 {
  color: navy;
  font-size: 18px;
  font-family: "Patua One", cursive;
  text-align: center;
  padding-top: 45px;
  text-transform: capitalize;
}

#work-process .single-work-process > p {
  color: navy;
  font-size: 14px;
  text-align: center;
  font-family: "Poly", serif;
  padding: 7px 21px;
}

.single-work-process .process_image {
  opacity: 0;
  transform: translateX(-200px);
  transition: 0.6s;
}

.single-work-process:hover .process_image {
  opacity: 1;
  transform: translateX(0px);
}

#work-process .process_image > img {
  width: 100%;
}

/* -------------------- */
/* end work-process aria*/
/* -------------------- */

#client_polygon {
  clip-path: polygon(0px 10%, 100% 0px, 100% 90%, 0px 100%);
}

/* -------------------- */
/* end client polygon aria design*/
/*




/* elementor custo addon portfolio css support */

/* portfolio area start here */
.portfolio .item .image img {
  width: 100%;
}

.portfolio .item .image {
  position: relative;
}

.portfolio .item .image::after {
  position: absolute;
  content: "";
  background-color: rgba(20, 242, 157, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 2;
  transition: 0.4s;
}

.portfolio .item .image::before {
  position: absolute;
  content: "view details";
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  transition: 0.4s;
  opacity: 0;
}

.portfolio .item .image:hover::after {
  bottom: 0;
}

.portfolio .item .image:hover::before {
  opacity: 1;
}

/* portfolio area end here */

/* modal area end here */
/* category-box-area-start-here */
.category-modal-box .modal-dialog {
  max-width: 1090px;
}

.category-modal-box .modal-content {
  padding: 30px;
}

.category-modal-box .modal-body .image img {
  width: 100%;
}

.category-modal-box .modal-content .modal-close {
  font-size: 20px;
  color: #00da86 !important;
  background-color: #ffffff;
  border: 2px solid #00da86;
  transition: 0.6s;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 15px;
}

.category-modal-box .modal-content ul li {
  list-style: none;
}

.theme-clr {
  color: #00da86;
}

.category-modal-box .modal-content .modal-close:hover {
  background-color: #00da86;
  color: #ffffff !important;
}

/* category-box-area-end-here */
/* modal area end here */

/* sub nav start here */
.sub-nav {
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px 0 50px;
}

.sub-nav ul {
  list-style: none;
}

.sub-nav ul li {
  float: left;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000;
  padding: 8px 13px;
  color: #000;
  font-weight: 500;
  margin: 6px 4px;
  cursor: pointer;
  transition: 0.4s;
  font-size: 12px;
}

.sub-nav ul li:hover {
  background-color: navy;
  color: #ffffff;
  border: 1px solid navy;
}

.sub-nav ul li.active {
  background-color: navy;
  color: #ffffff;
  border: 1px solid navy;
}

/* sub nav end here */

/* =========================== */

/* woocommerce cart page  */

.mz_cart_container .woocommerce {
  display: flex;
  justify-content: space-around;
}

.mz_cart_container .woocommerce .woocommerce-notices-wrapper {
  display: none;
}

.mz_cart_container .woocommerce-cart-form {
  background: #fbfbfb;
  padding: 30px 20px;
  box-shadow: 0 0 4px 0 #e0e0e0;
}

.mz_cart_container .product-remove > a {
  color: red;
  font-size: 40px;
  font-weight: bold;
}

.mz_cart_container .product-name > a {
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 500;
  color: #444;
  padding: 15px;
}

.mz_cart_container .product-price > span.woocommerce-Price-amount.amount {
  font-size: 22px;
  color: #00a99d;
  font-family: "Poppins";
  font-weight: 700;
  padding: 19px;
}

.mz_cart_container thead th {
  display: none;
}

.mz_cart_container .coupon {
  display: flex;
  justify-content: space-evenly;
  padding: 19px 0px;
}

.mz_cart_container input#coupon_code {
  width: 72%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background: #fff;
}

.mz_cart_container .coupon button {
  font-size: 14px;
  background: #117a8b;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  padding: 9px 14px;
  border: 1px transparent;
  border-radius: 4px;
}

.mz_cart_container .woocommerce-cart-form td button {
  font-size: 14px;
  background: #0a1f44;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  padding: 9px 14px;
  border: 1px transparent;
  border-radius: 4px;
}

.mz_cart_container .cart_totals {
  padding: 30px 20px 91px 20px;
  box-shadow: 0 0 4px 0 #e0e0e0;
}

.mz_cart_container .cart_totals > h2 {
  font-size: 30px;
  color: #0a1f44;
  letter-spacing: 6px;
  font-family: "Poppins";
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 23px;
  margin-top: 28px;
}

.mz_cart_container .cart-subtotal > th {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  color: #222;
}

.mz_cart_container .order-total > th {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  color: #222;
}

.mz_cart_container .wc-proceed-to-checkout {
  margin-top: 46px;
}

.mz_cart_container .wc-proceed-to-checkout > a {
  font-size: 19px;
  background: #ff7100;
  color: #fff;
  font-family: poppins;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  border: transparent;
  border-radius: 3px;
  margin-left: 11px;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .mz_cart_container .woocommerce {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
  }

  .mz_cart_container input#coupon_code {
    width: 50%;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .mz_cart_container .woocommerce-cart-form {
    padding: 30px 8px;
  }

  .mz_cart_container .product-name > a {
    font-size: 14px;
    padding: 5px;
  }

  .mz_cart_container .product-remove > a {
    font-size: 31px;
  }

  .mz_cart_container .product-price > span.woocommerce-Price-amount.amount {
    font-size: 16px;
    padding: 7px;
  }

  .mz_cart_container .cart_totals {
    padding: 30px 7px 91px 9px;
  }

  .mz_cart_container .cart_totals > h2 {
    font-size: 23px;
    letter-spacing: 5px;
  }

  .mz_cart_container .wc-proceed-to-checkout > a {
    font-size: 15px;
    padding: 10px 5px;
    margin-left: 3px;
  }
}

/* woocommerce checkout */

.segunbagicha_consultancy_checkout
  .woocommerce-form-coupon-toggle
  .wc-block-components-notice-banner.is-info {
  background: #117a8b;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 500;
}

.segunbagicha_consultancy_checkout .woocommerce {
  background: #fbfbfb;
}

.segunbagicha_consultancy_checkout
  .woocommerce-form-coupon-toggle
  .wc-block-components-notice-banner__content
  > a {
  color: orangered;
  font-size: 15px;
  font-family: poppins;
  font-weight: 500;
  margin-left: 25px;
}

.segunbagicha_consultancy_checkout #customer_details {
  display: flex;
}

.segunbagicha_consultancy_checkout
  #customer_details
  .woocommerce-billing-fields {
  display: flex;
  justify-content: space-between;
}

.segunbagicha_consultancy_checkout form.checkout.woocommerce-checkout {
  display: flex;
  padding: 18px 20px 62px 20px;
  background-color: #f7f7f7;
}

.segunbagicha_consultancy_checkout
  #customer_details
  .woocommerce-billing-fields
  > h3 {
  display: none;
}

.segunbagicha_consultancy_checkout
  #customer_details
  .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}

.segunbagicha_consultancy_checkout .woocommerce-additional-fields {
  display: flex;
  justify-content: flex-start;
}

.segunbagicha_consultancy_checkout .woocommerce-additional-fields > h3 {
  font-size: 14px;
  color: #fbfbfb;
}

.segunbagicha_consultancy_checkout .woocommerce-checkout-payment > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.segunbagicha_consultancy_checkout .woocommerce-checkout-payment > ul > li {
  padding: 10px 0px;
  margin: 8px 0px;
}

.segunbagicha_consultancy_checkout .woocommerce-checkout-payment > ul img {
  margin-left: 8px;
}

.segunbagicha_consultancy_checkout #order_review_heading {
  color: #fbfbfb;
}

.segunbagicha_consultancy_checkout .place-order > button {
  font-size: 14px;
  background: #ff7100;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  padding: 11px 33px;
  border: 1px transparent;
  border-radius: 4px;
}

.segunbagicha_consultancy_checkout .woocommerce-privacy-policy-text > p {
  font-size: 15px;
  color: #444;
  font-family: poppins;
  font-weight: 400;
}

.segunbagicha_consultancy_checkout .wc_payment_methods label {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  color: #444;
}

.segunbagicha_consultancy_checkout .woocommerce-additional-fields {
  display: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0a1f44 !important;
  padding: 15px 0px 15px 10px;
}

.woocommerce-info,
a {
  color: #fff;
}

.woocommerce-info a:visited {
  color: #fff;
}

.woocommerce-info a:hover {
  color: #ff7100;
}

.form-row-last button {
  background-color: #ff7100;
  color: white;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .segunbagicha_consultancy_checkout form.checkout.woocommerce-checkout {
    flex-direction: column;
  }

  .wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
}

/* ================== */

.button.add-to-cart-button {
  background-color: #0071a1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
}

.button.view-cart-button {
  background-color: #2ecc71;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
}

/* css suport for all service page */
/* ================================ */

.allService-item .service-box {
  box-shadow: 25px 25px 50px rgb(9, 148, 255, 0.25),
    -10px -10px 30px rgb(9, 148, 255, 0.1),
    inset -5px -5px 15px rgb(9, 148, 255, 0.5);
  padding: 25px 25px 40px 25px;
  border-radius: 10px;
  background-color: #fff;
}

.allService-item .service-thumbnail img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}

.allService-item section#portfolio {
  padding: 35px 0px 120px 0px;
}

.allService-item .service-content .service-title {
  background-color: #0a1f44;
  padding: 12px 0px;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 18px;
}

.allService-item .service-content .service-title > a {
  color: #fff;
  transition: 0.5s;
}

.allService-item .service-content .service-title:hover a {
  color: #ff7100;
}

.allService-item .service-content p {
  font-size: 14px;
  padding: 8px 0px;
  font-family: "Roboto";
  line-height: 26px;
  margin: 0;
}

.allService-item .service-details-button {
  text-align: center;
}

.allService-item .service-details-button a {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  background-color: #ff7100;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  transition: 0.6s;
  margin-top: 11px;
}

.allService-item .service-details-button a:hover {
  text-align: center;
  background-color: #0a1f44;
}

/* elementor all team csss adon support */

.segunbagicha_teams .team-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.segunbagicha_teams .allteam-item {
  position: relative;
  min-width: 340px;
  height: 500px;
  box-shadow: inset 5px 5px 5px rgba(16, 24, 31, 0.2),
    inset -5px -5px 15px rgba(17, 26, 32, 0.1),
    5px 5px 15px rgba(17, 26, 32, 0.479), -5px -5px 15px rgba(18, 28, 36, 0.1);
  border-radius: 15px;
  margin: 87px 13px;
}

.segunbagicha_teams .allteam-item .team-box {
  position: absolute;
  top: 23px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 20 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
}

.segunbagicha_teams .allteam-item .team-box:hover {
  transform: translateY(-50px);
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.5);
}

.segunbagicha_teams .team-thumbnail img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
}

.segunbagicha_teams .team-title h4 {
  margin-top: 12px;
  font-size: 22px;
  font-family: sans-serif;
  font-weight: 500;
}

.segunbagicha_teams .team-title a {
  color: #0a1f44;
}

.segunbagicha_teams .team-desgnation h4 {
  margin: 0;
  background-color: #d7ebfa;
  padding: 0px 8px;
}

.segunbagicha_teams .team-desgnation p {
  margin: 0;
  padding: 11px 0px;
}

.segunbagicha_teams .team-content p {
  font-size: 15px;
  padding: 10px 22px;
  line-height: 26px;
  text-align: justify;
}

.segunbagicha_teams .team-details-button {
  margin-top: -53px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  background-color: #ff7100;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  transition: 0.6s;
}

.segunbagicha_teams .team-details-button a:hover {
  color: #fff;
}

.segunbagicha_teams .team-details-button a:visited {
  color: #fff;
}

.segunbagicha_teams .team-details-button:hover {
  background-color: #0a1f44;
}

.segunbagicha_teams .team-content {
  padding-bottom: 45px;
}

/* css support for single service page  */

.single-service-page .service-image img {
  width: 100%;
}

.single-service-page .service-wrapper-left .linked-project-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.single-service-page .service-wrapper-left .linked-project-box > h3 {
  font-size: 30px;
  text-transform: uppercase;
  padding: 18px 0px;
  text-decoration: underline;
  margin-top: 17px;
  color: #0a1f44;
  font-family: "Roboto";
}

.single-service-page .service-wrapper-left .linked-project-thumb img {
  width: 211px;
  height: 211px;
  border-radius: 50%;
  border: 4px solid #0a1f44;
}

.single-service-page .service-wrapper-left .linked-project-content h4 {
  color: black;
  text-align: center;
  margin: 0;
  padding: 15px 0px;
  font-size: 18px;
  font-family: "Roboto";
}

.single-service-page .service_lawyer {
  padding: 33px 0px;
}

.single-service-page
  .service-wrapper-left
  .linked-project-box
  .linked-project-content {
  display: flex;
  flex-direction: column;
}

.single-service-page
  .service-wrapper-left
  .linked-project-box
  .linked-project-content
  a {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  background-color: #ff7100;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  transition: 0.6s;
  margin-top: 11px;
  border: none;
}

.single-service-page .site_cart_button > a {
  border-radius: 4px !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 12px 42px !important;
  text-align: center !important;
  background-color: #0a1f44 !important;
  font-size: 16px !important;
  font-family: "Roboto" !important;
  font-weight: 500 !important;
  margin-top: 11px !important;
  border: none !important;
  text-transform: capitalize;
}

.single-service-page .service-wrapper-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 38px;
}

.single-service-page .service-wrapper-right {
  margin-top: 60px;
}

.segunbagicha_consultancy_single_service_text p {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #000000;
  text-align: justify;
}

.segunbagicha_consultancy_aboute_page img {
  clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0% 100%, 0% 50%, 0% 0%);
}

/* css support for search button */

.SBC_Search {
  position: relative;
}

.SBC_Search .search-field {
  outline: none;
  width: 269px;
  padding: 10px;
  border: 1px solid #0a1f444f;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  position: absolute;
  top: -9px;
  left: 0;
}

.SBC_Search .search-submit {
  position: absolute;
  top: -4px;
  right: 44px;
  font-size: 14px;
  padding: 10px 18px;
  background-color: #ff7100;
  color: #fff;
  border-radius: 5px;
}

/* css support for search page */

.sbc_con_heading h1 {
  font-family: "Raleway", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 39px;
  color: #000000;
  text-align: center;
  padding: 64px 0px 40px 0px;
  text-decoration: underline;
}

.sbc_con_heading {
  padding-bottom: 90px;
}

.sbc_con_heading .no-results.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 25px;
  margin-top: -27px;
}

.sbc_con_heading .no-results > h2 {
  color: red;
}

.sbc_con_heading .search-field {
  outline: none;
  padding: 8px 9px;
  border: 1px solid #0a1f44;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
}

.sbc_con_heading .search-submit {
  font-size: 16px;
  padding: 12px 16px;
  background-color: #ff7100;
  color: #fff;
  border-radius: 5px;
}

.sbc_con_heading .btn-primary {
  font-size: 16px;
  padding: 12px 16px;
  background-color: #0a1f44;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin-top: 59px !important;
  outline: none;
}

.sbc_con_heading .btn-primary:hover {
  background-color: #0a1f44;
}

.sbc_con_heading p {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  text-align: justify;
  padding: 12px 3px;
  font-family: "Poly", serif;
}

/* css support pagination page */

.allservicePage .pagination {
  margin-top: 74px;
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.allservicePage .pagination a,
.allservicePage .pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 3px;
  border: 1px solid #ff7100;
  border-radius: 4px;
  text-decoration: none;
  background-color: #ff7100;
  color: #000;
}

.allservicePage .pagination .current {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

/* css support for contact form */

.SBC_contact_des {
  padding: 35px 0px;
}

.SBC_contact_des .contact-single .single-right > p {
  font-size: 16px;
  font-family: "Poly", serif;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  margin: 0;
}

.SBC_contact_des .single-form {
  padding: 33px 14px;
  margin: 28px 10px 10px 10px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.SBC_contact_des .single-form label {
  font-family: "Patua One", cursive;
  font-size: 17px;
  color: #0a1f44;
}

.SBC_contact_des .single-form input {
  box-shadow: none;
}

.SBC_contact_des .single-form textarea {
  box-shadow: none;
}

.SBC_contact_des .single-form .btndsg {
  border-radius: 3px;
  color: #fff;
  padding: 12px 24px;
  text-align: center;
  background-color: #ff7100;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
}

/* -------------------- */
/* end contact_aria */
/* -------------------- */

/* css support for  segunbagicha  Blog Page */

.segunbagicha_blog a {
    float: left;
    text-align: center;
    background-color: transparent;
    padding: 8px 13px;
    color: #0a1f44;
    font-weight: 500;
    margin: 6px 11px;
    cursor: pointer;
    transition: 0.4s;
    font-size: 13px;
    border-bottom: 1px solid #0a1f44;
}


.segunbagicha_blog .active {
  background-color: #0a1f44;
  color: #ffffff;
  border: 1px solid #0a1f44;
}

.segunbagicha_blog .nav-item a:hover {
  color: #0a1f44;
}

.segunbagicha_blog {
  padding-bottom: 55px;
}

.segunbagicha_blog_single img {
  clip-path: polygon(90% 0%, 115% 35%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.segunbagicha_blog_single .blog_image {
  background-color: #ff7100;
}

.sbc_blog_wraper_positation {
  position: relative;
}
.sbc_blog_wraper_positation .post-wraper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 132px;
    left: 0;
    width: 100%;
    padding: 8px 0px;
    background-color: rgb(255 255 255 / 51%);
    backdrop-filter: blur(5px);
}
.segunbagicha_blog_single .card-body {
}

.segunbagicha_blog_single .card-title {
}

.segunbagicha_blog_single .text-muted {
  font-size: 13px;
  margin: 0;
  color: #fff !important;
}

.segunbagicha_blog_single .text-muted p {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.segunbagicha_blog_single .text-muted a {
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  
}

.segunbagicha_blog_single .card-text {
}

.segunbagicha_blog_single .sbc_button {
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.segunbagicha_blog_single .h-100 {
  height: auto !important;
}

.segunbagicha_blog_single .sbc_button a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    background-color: #ff7100;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 500;
    border: none;
}
.segunbagicha_blog_single .sbc_button a:visited {
    background-color: #ff7100;
}

.segunbagicha_blog_single .post_title>h1 {
    margin: 0;
    margin-top: -48px;
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 12px;
    padding-top: 20px;
}

.segunbagicha_blog_single .card-title a:visited {
    color: #fff !important;
}



/* for sticky header section */

.sbchead {
  position: relative;
  width: 100%;
  transition: all 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
  z-index: 9999;
  opacity: 1;
  transform: translateY(0);
}

.sbchead.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  /* Fade + slight slide-in */
  opacity: 1;
  transform: translateY(0);
}

.sbchead.hide {
  opacity: 0;
  transform: translateY(-20px);
}


/* css support for calendly meeting scheduling */

.calendly-overlay .calendly-popup {
  box-sizing: border-box;
  height: 90%;
  top: 65%;
  left: 50%;
  max-height: 600px!important;
  max-width: 550px;
  min-width: 450px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
}

.calendly-overlay .calendly-popup-close {
  height: 26px;
  right: 265px;
  top: 105px;
  width: 26px;
}

.sbc_meeting_bt_design button {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  background-color: #ff7100;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 11px;
  border: none;
}

/* css support for scroll-to-top button */

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 47px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background-color: #ff7100;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.scroll-top:hover {
  background-color: #0a1f44;
}

/*for breadcrum*/

.custom-breadcrumbs {
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.custom-breadcrumbs a {
    color: #ff7100;
    text-decoration: none;
    transition: color 0.3s;
}

.custom-breadcrumbs a:hover {
    color: #0a1f44;
    text-decoration: underline;
}

.custom-breadcrumbs .last {
    color: #0a1f44;
}


/* mobile manu background */

.sbc_mobile_manu_bg .elementskit-menu-overlay {
  background-color: rgb(51 51 51 / 0%) !important;
}

