:root,
[data-bs-theme="light"] {
  --bs-body-bg: #f5f9ff;
  --bs-body-color: #494b5b;
  --bs-primary: #f45b1e;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #0dcaf0;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #fff;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181b;
  --inverse-color: #494b5b;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #0dcaf0;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

.linear_gradient_clr {
  background: linear-gradient(
    to right,
    rgba(246, 17, 90, 1) 0%,
    rgba(77, 30, 118, 1) 100%
  ) !important;
}

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}

.ab-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.ab-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px;
}

.ab-breadcrumb-menu-divider:before {
  content: "›";
  padding-left: 10px;
}

.ab-featured-image-link {
  border: 0;
}

.ab-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}

@media (max-width: 568px) {
  .ab-featured-image {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

.ab-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

@font-face {
  font-family: "Nunito";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-family: "Nunito", sans-serif;
  src: url("../css/font-style/regular.woff2") format("woff2"),
    url("../css/font-style/regular.woff") format("woff");
}

@font-face {
  font-family: "Nunito";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../css/font-style/pi/700.woff2") format("woff2"),
    url("../css/font-style/pi/700.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../css/font-style/pi/700.woff2") format("woff2"),
    url("../css/font-style/pi/700.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../css/font-style/pi/500.woff2") format("woff2"),
    url("../css/font-style/pi/500.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../css/font-style/pi/regular.woff2") format("woff2"),
    url("../css/font-style/pi/regular.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../css/font-style/pi/700.woff2") format("woff2"),
    url("../css/font-style/pi/700.woff") format("woff");
}

.dnd_area-module-15-flexbox-positioning {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: start;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start;
}

.dnd_area-module-15-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
}

.dnd_area-module-13-flexbox-positioning {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-align: start !important;
  -ms-flex-pack: start;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start;
}

.dnd_area-module-13-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
}

.footer-module-4-flexbox-positioning {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: start;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start;
}

.footer-module-4-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
}

.dnd_area_footer_bottom_bar-module-4-flexbox-positioning {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-align: end !important;
  -ms-flex-pack: start;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start;
}

.dnd_area_footer_bottom_bar-module-4-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
}

.dnd_area_footer_bottom_bar-module-2-flexbox-positioning {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-align: start !important;
  -ms-flex-pack: start;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start;
}

.dnd_area_footer_bottom_bar-module-2-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
}

@media (min-width: 768px) {
  .dnd_area-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-row-2-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-row-3-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-row-4-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-row-5-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-row-7-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-column-4-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-4-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-1-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-1-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-6-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-module-7-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-module-7-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-8-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-8-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-14-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-14-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-11-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-11-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-16-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-16-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-19-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-19-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-19-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area-module-20-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-module-20-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area-column-23-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area-column-23-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area_footer_bottom_bar-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .dnd_area_footer_bottom_bar-column-3-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area_footer_bottom_bar-column-3-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .dnd_area_footer_bottom_bar-column-1-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .dnd_area_footer_bottom_bar-column-1-vertical-alignment > div {
    flex-shrink: 0 !important;
  }
}

.dnd_area-row-0-background-layers {
  /* background: url('../images/pages-image/home/background-home.jpg') center center no-repeat !important; */
  /* background-size: cover !important; */

  /* ab code start*/
  /* background-image: linear-gradient(rgba(246, 248, 249, 1), rgba(246, 248, 249, 1)) !important; */
  background: url(../images/61773.jpg) center center no-repeat !important;
  /* background-size: cover !important; */
  /* ab code end*/
}

.dnd_area-row-1-background-layers {
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.dnd_area-row-2-background-layers {
  background-image: linear-gradient(
    rgba(246, 248, 249, 1),
    rgba(246, 248, 249, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.dnd_area-row-3-background-layers {
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.dnd_area-row-4-background-layers {
  background-image: linear-gradient(
    rgba(246, 248, 249, 1),
    rgba(246, 248, 249, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.dnd_area-row-5-background-layers {
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.dnd_area-row-6-background-layers {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.dnd_area-column-4-padding {
  padding-top: 50px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.dnd_area-column-1-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.dnd_area-column-1-row-0-padding {
  padding-bottom: 20px !important;
}

.dnd_area-column-8-row-1-padding {
  padding-top: 24px !important;
}

.dnd_area-column-16-row-1-padding {
  padding-top: 10px !important;
}

.dnd_area-column-19-row-1-padding {
  padding-top: 10px !important;
}

.dnd_area-column-23-row-1-padding {
  padding-top: 20px !important;
}

.dnd_area-column-23-row-2-padding {
  padding-top: 80px !important;
}

.footer-column-1-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.footer-column-1-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.footer-column-1-row-2-padding {
  padding-top: 10px !important;
  padding-bottom: px !important;
  padding-left: px !important;
  padding-right: px !important;
}

.dnd_area_footer_bottom_bar-row-0-padding {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 767px) {
  .dnd_area-column-1-padding {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .dnd_area-column-11-padding {
    padding-bottom: 20px !important;
    padding-left: 0px !important;
  }

  .dnd_area-column-23-row-2-padding {
    padding-top: 50px !important;
  }
}

a.btn.btn-secondary.btn-secondary-learn {
  background-color: #04101c !important;
  border-color: #04101c !important;
}

/* start home page testimonial style */
.container {
  padding-top: 28px;
}
.testimonial-main {
  background: linear-gradient(
    to right,
    rgba(246, 17, 90, 1) 0%,
    rgba(77, 30, 118, 1) 100%
  );
  border-radius: 4px;
}
.testimonial {
  background: #fff;
  text-align: center;
  padding: 30px 30px 80px;
  margin: 0 15px 100px;
  position: relative;
  border-radius: 3px 3px 0px 0px;
}
.testimonial:before,
.testimonial:after {
  content: "";
  border-top: 40px solid #fff;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.testimonial:after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}
.testimonial .icon {
  display: inline-block;
  font-size: 30px;
  color: #f6115a;
  margin-bottom: 20px;
}
.testimonial .description {
  font-size: 15px;
  text-align: left;
  margin-bottom: 30px;
  text-align: justify;
}
.testimonial .testimonial-content {
  width: 100%;
  position: absolute;
  left: 0;
}
.testimonial .pic {
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 2px 2px #f6115a;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .title {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  color: #ffd9b8;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
  width: 32px;
  height: 10px;
  background: #fff;
  border: 2px solid #bd986b;
  margin: 5px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffd9b8;
  border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px) {
  .testimonial:before {
    border-right: 325px solid transparent;
  }
  .testimonial:after {
    border-left: 325px solid transparent;
  }
}
.slick-next {
  font-weight: bolder !important;
}
.slick-prev {
  font-weight: bolder !important;
}
.testimonial-comp {
  padding: 0px;
  margin: 30px 0 30px 0px;
}
/* end home page testimonial style */

/* start footer section style */
.glif_color {
  color: #f6115a !important;
}
.footer-text {
  background: url(../images/map2.png) center center no-repeat !important;
  background-size: cover !important;
}
.footer-text p {
  margin-bottom: 5px;
  font-size: 14px;
  color: white;
}
.footer-col ul {
  padding: 0 5px;
}
.footer-col .footer-head {
  margin-bottom: 20px;
}
.container_my {
  max-width: 1170px;
  margin: auto;
}
.row_my {
  display: flex;
  flex-wrap: wrap;
}
.logo-desc {
  color: #aab0b7;
  text-align: justify;
}
ul {
  list-style: none;
}
.footer_my {
  background-color: #24262b;
  /* padding: 50px 0; */
  padding: 45px 0px 30px 0px;
}
.footer-col {
  width: 25%;
  padding: 0 25px;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: linear-gradient(
    to right,
    rgba(246, 17, 90, 1) 0%,
    rgba(77, 30, 118, 1) 100%
  );
  height: 3px;
  box-sizing: border-box;
  width: 25%;
  border-radius: 5px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
  color: #fff !important;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  background-color: #f6115a;
  border: 1px solid #f6115a !important;
  color: #fff;
}
/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
/* end footer section style */

/* start services for bg image */
.dnd_area-row-0-background-layers-services {
  background: url(../images/61773.jpg) center center no-repeat !important;
  background-size: cover !important;
}

.header_module .ab-title {
  margin-bottom: 5px !important;
}
/* end services for bg image */

/*--------------------------------------------------------------
# start Breadcrumbs
--------------------------------------------------------------*/
.container-bread {
  padding: 0 20px;
}
.breadcrumbs nav {
  background: #f6115a !important;
  padding: 12px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ffff;
}

.breadcrumbs nav ol a {
  color: var(--text-white-color);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
  color: #ffff;
}

.breadcrumbs nav ol li + li {
  padding-left: 10px;
}

.breadcrumbs nav ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}
/* end Breadcrumbs */
#year {
  display: inline-block;
}
@media screen and (max-width: 630px) {
  .widget-type-rich_text {
    text-align: center;
  }
  .footer-bottom-bar .ab-menu-wrapper ul li {
    padding: 2px 15px !important;
  }
  #ab_cos_wrapper_dnd_area-module-3 {
    text-align: center !important;
  }
  .btn-custom-class {
    float: none !important;
    margin: auto !important;
    padding: 4px 0px !important;
  }
  .btn-custom-class a.btn {
    padding: 12px 70px !important;
  }
  .dnd_area-column-4-padding {
    padding-top: 25px !important;
  }
  .testimonial .icon {
    font-size: unset;
    margin-bottom: unset;
  }
}
