.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
.holderCircle::after {
  width: 100%;
  height: 100%;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.dotCircle img {
  width: 45px;
  height: 45px;
}
.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #BA2025;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
  font-size: 40px;
}
.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.dotCircle .itemDot .forActive::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #BA2025;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}
.dotCircle .itemDot .forActive::before {
  content: "";
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #BA2025;
  right: -39px;
}
.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #BA2025;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s;
  background: #BA2025;
  background: linear-gradient(90deg, #BA2025 0%, #eb989b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d4ac7", endColorstr="#a733bb", GradientType=1);
  border: 2px solid #ffffff;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 110px;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
}
.contentCircle .CirItem p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000000;
  opacity: 0.1;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}
.CirItem a {
  z-index: 1;
  color: #BA2025;
  position: relative;
}

.global_btn {
  width: 100%;
  border: unset;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
  .holderCircle {
    /* width: 300px; height: 300px;*/
    margin: 110px auto;
  }
  .holderCircle::after {
    width: 100%;
    height: 100%;
  }
  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
}
.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  color: #BA2025;
}
.title-box p {
  font-size: 17px;
  line-height: 2em;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .holderCircle {
    width: auto;
    margin: 0px;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .round {
    left: 22px;
    top: 145px;
    width: 210px;
    height: 210px;
  }
  .dotCircle .itemDot {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 55px;
  }
  .title-box p {
    font-size: 13px;
    margin-top: 0px !important;
    line-height: 20px !important;
  }
  .title-box h2 {
    margin-bottom: 0px !important;
  }
  .holderCircle {
    width: auto;
    margin: 0px;
  }
  .contentCircle {
    width: 180px;
  }
  .contentCircle .CirItem {
    top: 60px;
  }
}
@media (min-width: 375px) and (max-width: 420px) {
  .round {
    left: 30px !important;
    top: 122px;
    width: 260px;
    height: 260px;
  }
  .dotCircle .itemDot {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 55px;
  }
  .title-box p {
    font-size: 17px;
    margin-top: 0px !important;
    line-height: 20px !important;
  }
  .title-box h2 {
    margin-bottom: 0px !important;
  }
  .contentCircle {
    width: 200px;
    top: 152px;
  }
}
@media (min-width: 425px) and (max-width: 480px) {
  .round {
    left: 51px !important;
    top: 122px;
    width: 260px;
    height: 260px;
  }
  .dotCircle .itemDot {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 55px;
  }
  .title-box p {
    font-size: 17px;
    margin-top: 0px !important;
    line-height: 20px !important;
  }
  .title-box h2 {
    margin-bottom: 0px !important;
  }
  .contentCircle {
    width: 200px;
    top: 152px;
  }
}
.stock_card {
  background: linear-gradient(90deg, #BA2025 0%, #e0696d 52%, #BA2025 100%);
  border-radius: 50px 0px 50px;
  padding: 20px;
  margin-bottom: 20px;
}
.stock_card .card_icon {
  padding: 0px 20px 20px 20px;
}
.stock_card img {
  width: 80px;
}
.stock_card .card_inner h2 {
  padding: 0px !important;
}
.stock_card .textarea p,
.stock_card .textarea h2,
.stock_card .textarea a {
  color: #ffffff;
}
.stock_card .textarea h2 {
  margin-bottom: 0px !important;
  font-size: 25px;
}
.stock_card .textarea p {
  margin-top: 5px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #dddddd;
  text-align: justify;
}
.stock_card .textarea a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.stock_card .textarea a:hover {
  color: #000000;
}

@media (max-width: 480px) {
  .card_inner {
    display: block !important;
  }
}
.banking_header .textarea {
  padding: 10px;
}
.banking_header .textarea h3 {
  font-size: 18px;
  text-align: right;
}
.banking_header .textarea p {
  text-align: right;
}
.banking_header .textarea a {
  text-align: right;
}
.banking_header .banking_header_textarea {
  padding: 10px;
}
.banking_header .textarea2 {
  padding: 10px;
}
.banking_header .textarea2 h3 {
  color: #BA2025;
  font-size: 18px;
  margin-bottom: 5px;
}
.banking_header .textarea2 p {
  text-align: justify;
  margin-top: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banking_header .textarea2 .button_cntr a {
  color: #BA2025;
  font-weight: 600;
}
.banking_header .banking_img {
  margin: 10px;
}
.banking_header .banking_img img {
  background-color: #BA2025;
  border-radius: 5px;
  padding: 10px;
  width: 60px;
}
.banking_header .banking_img2 {
  margin: 10px;
}
.banking_header .banking_img2 img {
  background-color: #BA2025;
  border-radius: 5px;
  padding: 10px;
  width: 45px;
  height: 45px;
}
.banking_header .banking_img3 {
  margin: 10px;
}
.banking_header .banking_img3 img {
  background-color: #BA2025;
  border-radius: 5px;
  padding: 10px;
  width: 60px;
}
.banking_header .banking_img4 {
  margin: 10px;
}
.banking_header .banking_img4 img {
  background-color: #BA2025;
  border-radius: 5px;
  padding: 10px;
  width: 60px;
}
.banking_header .banking_img5 {
  margin: 10px;
}
.banking_header .banking_img5 img {
  background-color: #BA2025;
  border-radius: 5px;
  padding: 10px;
  width: 60px;
}
.banking_header .banking_img6 {
  margin: 10px;
}
.banking_header .banking_img6 img {
  background-color: #BA2025;
  border-radius: 5px;
  padding: 10px;
  width: 60px;
}

@media (max-width: 480px) {
  .banking_header {
    display: block !important;
  }
  .banking_header_textarea {
    display: block !important;
    margin-bottom: 20px;
  }
}
.r-title {
  margin-top: var(--rTitleMarginTop, 0) !important;
  margin-bottom: var(--rTitleMarginBottom, 0) !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
p:not([class]) {
  line-height: var(--cssTypographyLineHeight, 1.78);
  margin-top: var(--cssTypographyBasicMargin, 1em);
  margin-bottom: 0;
}
p:not([class]):first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.text {
  display: var(--textDisplay, inline-flex);
  font-size: var(--textFontSize, 1rem);
}

.time {
  display: var(--timeDisplay, inline-flex);
  padding: var(--timePadding, 0.25rem 1.25rem 0.25rem);
  background-color: var(--timeBackgroundColor, #f0f0f0);
  font-size: var(--timeFontSize, 0.75rem);
  font-weight: var(--timeFontWeight, 700);
  text-transform: var(--timeTextTransform, uppercase);
  color: var(--timeColor, currentColor);
}
.time span i {
  color: #BA2025;
  font-size: 40px;
}

.time__month {
  margin-left: var(--timelineMounthMarginLeft, 0.25em);
}

.card {
  padding: var(--timelineCardPadding, 1.5rem 1.5rem 1.25rem);
  border-radius: var(--timelineCardBorderRadius, 2px);
  border-left: var(--timelineCardBorderLeftWidth, 3px) solid var(--timelineCardBorderLeftColor, var(--uiTimelineMainColor));
  box-shadow: var(--timelineCardBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24));
  background-color: var(--timelineCardBackgroundColor, #fff);
}

.card__content {
  margin-top: var(--cardContentMarginTop, 0.5rem);
}
.card__content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.card__content a {
  color: #BA2025;
  font-weight: 600;
}

.card__title {
  --rTitleMarginTop: var(--cardTitleMarginTop, 1rem);
  font-size: var(--cardTitleFontSize, 1.25rem);
}

.timeline {
  display: var(--timelineDisplay, grid);
  grid-row-gap: var(--timelineGroupsGap, 2rem);
  --uiTimelineMainColor: var(--timelineMainColor, #222);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);
  border-left: var(--timelineLineWidth, 3px) solid var(--timelineLineBackgroundColor, var(--uiTimelineMainColor));
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  --timelineMainColor: #BA2025;
}

.timeline__year {
  margin-bottom: 1.25rem;
  --timePadding: var(--timelineYearPadding, .5rem 1.5rem);
  --timeColor: var(--uiTimelineSecondaryColor);
  --timeBackgroundColor: var(--uiTimelineMainColor);
  --timeFontWeight: var(--timelineYearFontWeight, 400);
}

.timeline__cards {
  display: var(--timeloneCardsDisplay, grid);
  grid-row-gap: var(--timeloneCardsGap, 1.5rem);
  overflow: hidden;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.timeline__cards .card__header img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline__card {
  position: relative;
  margin-left: var(--timelineCardLineGap, 1rem);
}
.timeline__card::before {
  content: "";
  width: 100%;
  height: var(--timelineCardLineWidth, 2px);
  background-color: var(--timelineCardLineBackgroundColor, var(--uiTimelineMainColor));
  position: absolute;
  top: var(--timelineCardLineTop, 1rem);
  left: -50%;
  z-index: -1;
}

.timeline {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: 5% auto;
}
.timeline__event {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #BA2025;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
}
.timeline__event__date {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
.timeline__event__icon {
  border-radius: 8px 0 0 8px;
  background: #BA2025;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40%;
  font-size: 2rem;
  color: #BA2025;
  padding: 20px;
}
.timeline__event__icon i {
  position: absolute;
  top: 50%;
  left: -65px;
  font-size: 2.5rem;
  transform: translateY(-50%);
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #BA2025;
  position: absolute;
  top: 52%;
  left: -3.5rem;
  z-index: -1;
}
.timeline__event .timeline__event__description a {
  color: #06946e;
  font-weight: 600;
}
.timeline__event .timeline__event__description p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.timeline__event--type2:before {
  background: #87bbfe;
  border-color: #555ac0;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #ffffff;
}
.timeline__event--type2 .timeline__event__icon {
  background: #BA2025;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__title {
  color: #BA2025;
}
.timeline__event--type3:before {
  background: #BA2025;
  border-color: #24b47e;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #ffffff;
}
.timeline__event--type3 .timeline__event__icon {
  background: #BA2025;
  color: #ffffff;
}
.timeline__event--type3 .timeline__event__title {
  color: #BA2025;
}
.timeline__event:last-child:after {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
  }
  .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }
  .timeline {
    width: auto;
  }
}
@media (max-width: 480px) {
  .timeline {
    width: auto;
    margin: auto;
  }
}
.ol-cards,
.ol-cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ol-cards {
  --flapWidth: 2rem;
  --flapHeigth: 1rem;
  --iconSize: 3rem;
  --numberSize: 3rem;
  --colGapSize: 2rem;
  width: min(100%, 40rem);
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  padding-inline-start: var(--flapWidth);
  font-family: sans-serif;
  color: #222;
  counter-reset: ol-cards-count;
  list-style: none;
}
.ol-cards > li {
  display: grid;
  grid-template-areas: "icon title nr" "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
  counter-increment: ol-cards-count;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}
.ol-cards > li > .icon {
  grid-area: icon;
  background: #BA2025;
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}
.ol-cards > li > .icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);
  height: calc(100% + var(--flapHeigth) * 2);
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  -webkit-clip-path: polygon(0 var(--flapHeigth), 100% 0, 100% 100%, 0 calc(100% - var(--flapHeigth)));
          clip-path: polygon(0 var(--flapHeigth), 100% 0, 100% 100%, 0 calc(100% - var(--flapHeigth)));
  background-color: #BA2025;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  z-index: -1;
}
.ol-cards > li > .title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.25rem;
  color: #BA2025;
}
.ol-cards > li > .descr {
  grid-area: descr;
}
.ol-cards > li .descr p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.ol-cards > li a {
  color: #BA2025;
  font-weight: 600;
}
.ol-cards img {
  width: 50px;
}

@media (max-width: 480px) {
  .ol-cards > li {
    display: block;
    padding: 30px;
  }
  .ol-cards > li > .title {
    margin-top: 20px;
  }
  .ol-cards {
    padding-inline-start: unset;
  }
}
.sidenav .menu-list-name > li > a {
  display: block;
  color: #939393;
  text-decoration: none;
  margin: 0 15% 0 10%;
  padding: 15px 0 15px 0;
  border-bottom: #797979 solid 1px;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.sidenav .submenu {
  display: none;
  position: absolute;
  top: 0%;
  left: 75%;
  z-index: 1;
  margin: 0;
  padding: 50px 0 0 0;
  min-width: 340px;
  background: #101010 !important;
  height: 100%;
}
.sidenav .list > .dropdown-link:hover .submenu {
  display: block;
}
.sidenav .sub-menu-hover {
  position: absolute;
  left: 143%;
  z-index: 999;
  top: unset !important;
  margin-top: 25px;
  transform: translate(-53%, -50%);
  padding: 20px;
}
.sidenav .card-img {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
  text-align: center;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.sidenav .card-img p {
  margin-bottom: 15px !important;
}

.service_header {
  width: 100%;
  display: grid;
  place-items: center;
}
.service_header .row {
  display: flex;
  flex-wrap: wrap;
}
.service_header .row .column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
  flex: 0 50%;
  max-width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.service_header .row .column .card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #BA2025 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.service_header .row .column .card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #BA2025;
  margin: 1em 0;
}
.service_header .row .column .card p {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 0px;
}
.service_header .row .column .card a {
  color: #BA2025;
  font-weight: 600;
}
.service_header .row .column .card img {
  width: 55%;
}
.service_header .row .column .card:hover {
  background-position: 0 100%;
}
.service_header .row .column .card:hover .icon-wrapper {
  background-color: #BA2025;
  color: #2c7bfe;
}
.service_header .row .column .card:hover h3 {
  color: #ffffff;
}
.service_header .row .column .card:hover p {
  color: #bebebe;
}
.service_header .row .column .card:hover a {
  color: #ffffff;
}
.service_header .row .column .card .icon-wrapper {
  background-color: #BA2025;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .service_header .column {
    flex: 0 100% !important;
    max-width: 100% !important;
  }
}
.custm-wrap-section {
  background-position: center !important;
  background-size: cover !important;
}

.intro-parent {
  position: relative;
  transform: translateY(30%);
}
.intro-parent h3 {
  color: #ffffff;
}
.intro-parent p {
  color: #ffffff;
}
.intro-parent a {
  color: #ffffff;
  border: 1px solid #c2c2c2;
  padding: 2px 6px;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #000000 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  transition: 0.5s;
}
.intro-parent a:hover {
  background-position: 0 100%;
}
.intro-parent .intro-btn {
  margin-top: 15px;
}

.icon-bottom {
  background: rgba(0, 0, 0, 0.5490196078);
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 0;
}
.icon-bottom .icon-box a {
  display: grid;
  place-items: center;
}
.icon-bottom .icon-box a i {
  color: #636262;
  font-size: 65px;
  padding: 10px;
  transition: 0.7s;
}
.icon-bottom .icon-box a p {
  color: #636262;
  line-height: 20px;
  transition: 0.7s;
}
.icon-bottom .icon-box a:hover i {
  color: #ffffff !important;
}
.icon-bottom .icon-box a:hover p {
  color: #ffffff !important;
}

.custm-wrap-section .service-intro-inner {
  background: rgba(0, 0, 0, 0.48) !important;
}
.custm-wrap-section .service-intro-inner .breadcrumb .breadcrumb-item a {
  color: #ffffff !important;
}
.custm-wrap-section .service-intro-inner a {
  color: #ffffff !important;
}
.custm-wrap-section .service-intro-inner .portfolio-heading h1 {
  color: #ffffff !important;
}
.custm-wrap-section .service-intro-inner .portfolio-content p {
  padding: 0px !important;
  color: #ffffff;
}
.custm-wrap-section .service-intro-inner .portfolio-content {
  margin-bottom: 0 !important;
}
.custm-wrap-section .service-intro-inner .intro-btn a {
  color: #ffffff;
  border: 1px solid #c2c2c2;
  padding: 2px 6px;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #4b4b4b 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  transition: 0.5s;
}
.custm-wrap-section .service-intro-inner .intro-btn a:hover {
  background-position: 0 100%;
}
.custm-wrap-section .service-intro-inner .intro-img-main .image-head {
  padding: 0 40px 0 40px;
}
.custm-wrap-section .service-intro-inner .intro-img-main .image-head img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custm-wrap-section .service-intro-inner .breadcrum-custom .breadcrumb-item {
  color: #fff;
  padding: unset;
}

.career-heading .app-form {
  margin: 30px;
  padding: 30px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.career-heading .app-form button {
  padding: 10px 30px;
  background: #BA2025;
  border-radius: 0px;
}
.career-heading .captcha_head .captchatext {
  position: relative;
  width: 200px;
  border: 1px solid #c5c1c1;
}
.career-heading .captcha_head .captchatext span {
  position: absolute;
  left: 50%;
  width: 100%;
  font-size: 30px;
  text-align: center;
  letter-spacing: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.career-heading .captcha_head .refrest_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background-color: #032492;
  border: 1px solid #c5c1c1;
}
.career-heading .captcha_head .refrest_btn i {
  color: #fff;
}
.career-heading .captcha_input input {
  width: 100%;
  border: unset;
  height: 45px;
  background-color: #dedede;
}

/* ------------------------------------
    Blog Pages
---------------------------------------*/
.blog-page-area .blog-inner {
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-page-area .blog-inner .blog-box {
  height: 500px;
  margin: 5px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.blog-page-area .blog-inner .blog-content {
  margin-top: 6px;
}
.blog-page-area .blog-inner .blog-content h5 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  margin-top: 20px;
}
.blog-page-area .blog-inner .blog-content h5:hover {
  color: #BA2025;
}
.blog-page-area .blog-inner .blog-content .date {
  font-size: 13px;
  font-weight: 600;
}
.blog-page-area .blog-inner .blog-content .blog-category .icon {
  color: #000000;
  font-weight: 600;
  padding: 0 10px;
  background-color: #000000;
  border-radius: 5px;
  color: #fff;
}
.blog-page-area .blog-inner .blog-content .blog-category h6 {
  background-color: #BA2025;
  color: #ffffff;
  padding: 0px 12px 5px;
  border-radius: 4px;
  margin: unset;
}
.blog-page-area .blog-inner .blog-content p {
  font-size: 15px;
}
.blog-page-area .blog-inner .blog-content h4 {
  margin: 0 0 8px;
}
.blog-page-area .blog-inner .blog-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.blog-page-area .blog-inner .blog-content a.primary-btn {
  margin-top: 12px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  padding: 0 20px;
  border: 2px solid #BA2025;
  color: #212121;
  transition: all 0.6s ease 0s;
  font-weight: 600;
}
.blog-page-area .blog-inner .blog-content a.primary-btn:hover {
  background-color: #BA2025;
  color: #fff;
}
.blog-page-area .blog-inner .blog-images {
  overflow: hidden;
  position: relative;
}
.blog-page-area .blog-inner .blog-images i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #BA2025;
  color: #BA2025;
  opacity: 0;
}
.blog-page-area .blog-inner .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.blog-page-area .blog-inner .blog-images img {
  transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
}
.blog-page-area .blog-inner:hover .blog-images i {
  opacity: 1;
}
.blog-page-area .blog-inner:hover .blog-images img {
  transform: scale(1.1);
  transition: all 0.9s ease 0s;
}
.blog-page-area .blog-inner:hover .blog-content h4 a {
  color: #BA2025;
}

/* ------------------------------------
    Blog Pages
---------------------------------------*/
.blog-page-area .blog-images img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------
    Blog Detail Pages
---------------------------------------*/
.single-blog-details .single-image {
  margin-bottom: 8px;
  overflow: hidden;
}
.single-blog-details .single-image img {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0%);
  transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.single-blog-details .blog-category .icon {
  padding: 0 10px;
  background-color: #000000;
  border-radius: 5px;
  color: #fff;
}
.single-blog-details .blog-category h6 {
  background-color: #BA2025;
  color: #ffffff;
  padding: 0px 18px 5px;
  border-radius: 4px;
  margin: unset;
}
.single-blog-details .sidebar-area .post-desc h4 {
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-blog-details .sidebar-area .post-desc h4:hover {
  color: #BA2025;
}
.single-blog-details .sidebar-area .post-desc h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-blog-details .blog-img-sec {
  margin-top: 10px !important;
}
.single-blog-details .blog-img-sec img {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-details .blog-textarea h5 {
  font-size: 20px;
}
.single-blog-details .blog-textarea p {
  text-align: justify;
}
.single-blog-details .latest-blogs h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.sidebar .toggle-btn.side-cross .menu-sp-2 {
  display: none;
}/*# sourceMappingURL=main_one.css.map */