/*Services*/
.featureectionaAbout {
  padding-top: 0;
}

.d_flex {
  display: flex;
}

.algn_c {
  align-items: center;
}

.f_colmn {
  flex-direction: column;
}

.j_center {
  justify-content: center;
}

.txc {
  text-align: center;
}

.servicerightbg {
  width: 107px;
  height: 110px;
  background: linear-gradient(146.48deg, #511662 0%, #133281 97.08%);
  border-radius: 20px;
  position: absolute;
  left: 20px;
  bottom: 0px;
}

.servicerightbg.small {
  width: 29px;
  height: 29px;
  border-radius: 4px;
  left: -24px;
  bottom: 97px;
}

.servicerightbg.big {
  width: 142px;
  height: 142px;
  left: -40px;
  top: 130px;
  background: linear-gradient(
    146.48deg,
    rgba(81, 22, 98, 0.5) 0%,
    rgba(19, 50, 129, 0.5) 97.08%
  );
}

.serviceboxborder {
  width: 67px;
  height: 69px;
  position: absolute;
  left: 50px;
  top: 217px;
  opacity: 0.5;
  border: 1px solid #8c4794;
  border-radius: 5px;
}

.service_circle {
  position: absolute;
  width: 1370px;
  height: 1370px;
  left: -800px;
  top: -400px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #8c4794 0%,
    rgba(140, 71, 148, 0) 100%
  );
  opacity: 0.5;
  transform: rotate(-180deg);
}

.service_circle.right {
  left: auto;
  right: -800px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(68, 114, 233, 0.5) 0%,
    rgba(81, 22, 98, 0) 100%
  );
}

.service_banner .bantext {
  position: relative;
  margin-left: 0px;
}
.heading_white {
  font-size: 2.125rem;
  font-weight: 700;
  color: #ffffff;
}
.reachgoals_section {
  background: linear-gradient(
    94.5deg,
    #4472e9 -14.59%,
    rgba(68, 114, 233, 0) 100%
  );
  margin-top: 75px;
  margin-bottom: 0px;
}
.schedulecallwith_expert {
  background: linear-gradient(
    94.69deg,
    #8c4794 -14.62%,
    rgba(140, 71, 148, 0.11) 82.34%
  );
  padding: 60px 0px 60px 0px;
  margin-top: 100px;
}
.schedule_left ul li {
  color: #c9c9c9;
  font-size: 0.85rem;
  line-height: 32px;
  padding-bottom: 10px;
}
.schedule_expert {
  margin-top: 17px;
  margin-bottom: 20px;
}
.service_items {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.btn_small {
  width: 200px;
}

.heading_white {
  font-size: 2.125rem;
  font-weight: 700;
  color: #ffffff;
}

.reachgoals_section {
  background: linear-gradient(
    94.5deg,
    #4472e9 -14.59%,
    rgba(68, 114, 233, 0) 100%
  );
  margin-top: 75px;
  margin-bottom: 0px;
}

.schedulecallwith_expert {
  background: linear-gradient(
    94.69deg,
    #8c4794 -14.62%,
    rgba(140, 71, 148, 0.11) 82.34%
  );
  padding: 60px 0px 70px 0px;
  margin-top: 100px;
}

.schedule_left ul li {
  color: #c9c9c9;
  font-size: 0.85rem;
  line-height: 22px;
  padding-bottom: 10px;
}

.schedule_expert {
  margin-top: 17px;
  margin-bottom: 20px;
}

.service_items {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.service_icon {
  display: flex;
  align-items: flex-end;
  height: 120px;
  transition: 0.3s;
}

.service_icon img {
  width: auto !important;
}

.consulting_icon {
  background: url(../images/consulting.png) center bottom no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: 119px;
  height: 100px;
  position: relative;
  right: -26px;
}

.consulting_icon.trainingIcon {
  background: url(../images/training.png) center bottom no-repeat;
  position: inherit;
}

.consulting_icon.upgradeIcon {
  background: url(../images/protection.png) center bottom no-repeat;
  position: inherit;
}

.featureitem li a:hover .consulting_icon {
  transition: 0.3s;
  background: url(../images/consulting_01.png) center bottom no-repeat;
}

.featureitem li a:hover .consulting_icon.trainingIcon {
  background: url(../images/training_01.png) center bottom no-repeat;
  position: inherit;
}

.featureitem li a:hover .consulting_icon.upgradeIcon {
  background: url(../images/protection_01.png) center bottom no-repeat;
  position: inherit;
}

.service_items .featureitem li a {
  padding-top: 39px;
  padding-bottom: 60px;
  min-height: 306px;
}

.service_items .featureitem li p {
  font-size: 0.85rem;
  margin-bottom: 30px;
  margin-top: 10px;
}

.btnlink {
  font-style: italic;
  font-weight: 400;
  text-align: center;
  color: #bcbdbe;
  display: inline-block;
  font-size: 0.75rem;
}

.service_items a:hover .btnlink {
  color: #e5a5e7;
}

.faq_section {
  margin-top: 85px;
  margin-bottom: 40px;
}

.faq_list {
  margin-top: 50px;
}

.faq_list .accordion-header {
  background: linear-gradient(
    149.92deg,
    #4061b6 10.11%,
    rgba(111, 67, 186, 0) 40.24%,
    rgba(140, 49, 188, 0) 58.66%,
    #bc14c0 88.71%
  );
  padding: 2px;
  border-radius: 20px;
}

.faq_list .accordion-item {
  margin-top: 10px;
  border-radius: 0px !important;
  background: transparent;
  border: 0px !important;
}

.faq_list .accordion-button {
  height: 74px;
  box-shadow: none !important;
  padding-left: 31px !important;
  border-radius: 20px !important;
  background: linear-gradient(
    255.62deg,
    rgba(33, 33, 33, 0.8) -9.94%,
    rgba(0, 0, 0, 0.8) 92.81%
  );
  border-radius: 20px;
  color: #d9d9d9;
  font-size: 0.875rem;
}

.faq_list .accordion-collapse {
  border-radius: 20px;
  padding: 2px;
  padding-top: 0px;
  background: linear-gradient(
    149.92deg,
    #4061b6 10.11%,
    rgba(111, 67, 186, 0) 40.24%,
    rgba(140, 49, 188, 0) 58.66%,
    #bc14c0 88.71%
  );
}

.faq_list .accordion-body {
  font-size: 0.875rem;
  line-height: 21px;
  border-radius: 20px !important;
  background: linear-gradient(
    255.62deg,
    rgba(159, 159, 159, 1) -9.94%,
    rgba(255, 255, 255, 1) 92.81%
  );
  padding-right: 20%;
  padding-left: 31px !important;
}

.faq_list .accordion-button::after {
  content: '+';
  font-size: 1.9375rem;
  color: rgba(169, 169, 169, 1);
  background: none !important;
  margin-top: -23px;
  margin-right: 10px;
}

.accordion-button:not(.collapsed)::after {
  content: '';
  margin-top: -1px;
  margin-right: 12px;
  width: 15px;
  height: 3px;
  background: rgba(169, 169, 169, 1) !important;
}

.faq_list .accordion-body a {
  color: #bc14c0;
}

/*#maximize_your_investment .gridbox { padding-left: 0px; padding-right:20px; }*/

.upgrade_protrction .navslider {
  max-width: 455px;
}

.upgrade_protrction {
  padding-top: 100px;
}

.upgrade_protrction .viewerbox {
  display: inline-block;
  min-height: 270px;
}

.upgrade_protrction .viewerbox p {
  font-size: 0.85rem;
  color: #c9c9c9;
  line-height: 24px;
  margin-top: 10px;
}

.small_text {
  font-size: 0.85rem;
  color: #e8989d;
  line-height: 26px;
  margin-top: 20px;
}

.imaging {
  padding: 0px 10px;
}

.consulting_section img {
  height: auto;
}

.consulting_section .navslider {
  max-width: 386px;
}

.imaging p {
  font-size: 0.85rem;
  color: #c9c9c9;
  line-height: 22px;
}

.types_oftraining {
  background: linear-gradient(359deg, #000000 0%, #0f1d41 99.94%);
  box-shadow: 4px 4px 4px rgba(68, 114, 233, 0.2);
  border-radius: 15px;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px 33px;
  margin-left: 8px;
  margin-right: 8px;
  min-height: 290px;
}

.title_blue {
  color: #4472e9;
  font-size: 1.125rem;
  font-weight: 700;
}

.text_blue {
  color: #68e5ff;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 14px;
}

.types_oftraining h5 {
  min-height: 58px;
}

.types_oftraining p {
  font-size: 0.85rem;
  line-height: 18px;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 0px;
}

.consulting_section {
  padding-top: 107px;
}

.training_section {
  padding-top: 100px;
}

.training_section .optslidercontentright img {
  height: inherit;
}

.training_section .navslider {
  max-width: 405px;
}

.btn_letstalk {
  background: linear-gradient(92.87deg, #552396 0%, #193681 97.74%);
  width: 190px;
}

.consulting_section .mainslider .slick-dots {
  margin-top: 25px;
}

.training_section .mainslider .item.slick-slide {
  height: auto;
}

.training_section .optslidercontentbox.the_importance_of_training {
  width: 91%;
}

.training_section .optslidercontentbox.types_of_training_box {
  width: 95%;
}

.training_section .slick-slide img {
  display: inline-block;
}

.training_img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

#why_choose_upgrade.tabs {
  max-width: 730px;
  margin: 0px auto;
}

.hidden_services {
  display: none;
  margin-top: -30px;
}

.hidden_services p {
  margin: 0px !important;
  line-height: 18px;
  color: #e8989d;
}

.featureitem li a:hover .hidden_services {
  display: block;
}

.featureitem li a:hover .service_icon {
  /*    margin-top: -20px;*/
  transition: 0.3s;
}

.btnlink.fixbot {
  position: absolute;
  bottom: 20px;
  display: none;
  color: rgba(188, 189, 190, 1) !important;
}

.featureitem li a:hover .btnlink {
  display: none;
}

.featureitem li a:hover .btnlink.fixbot {
  display: block;
}

.consult_img_icon {
  height: 69px;
}

.consulting_section img {
  display: inline-block;
}

.consulting_imaging h4 {
  min-height: 45px;
}

.service_items .box1 {
  width: 100%;
}

.group-33-xl4bh6.serBalloon1 {
  width: 300px;
  height: 300px;
}

.schedulecallwith_expert {
  overflow: hidden;
}

.schedulecallwith_expert .ballon1 {
  left: -170px;
  top: auto;
  bottom: 100px;
  background-color: transparent;
}

.service_banner {
  padding-bottom: 130px;
}

/*.consulting_section .mainslider  { padding-top: 17px;margin-top: 25px; padding-bottom: 15px;}*/
.consulting_section .optslidercontent {
  padding-top: 8px;
}

.service_banner .imgprotxt {
  max-width: 465px;
}

.service_banner .imgprosmalltxt {
  width: 565px;
}

/*Services*/

.mainslider {
  padding-top: 17px;
  margin-top: 25px;
  padding-bottom: 15px;
}

.featureection.our_services {
  padding-bottom: 40px;
}

.serpadd {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .serpadd {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .imaging {
    padding: 0px 35px;
    margin-bottom: 30px;
  }

  .mainslider {
    margin: 0;
  }

  .schedulecallwith_expert .ballon1 {
    display: none;
  }

  .btn_letstalk {
    margin: 50px auto 40px;
    display: block;
  }

  .heading_white {
    font-size: 1.7rem;
  }

  .fastection .gridbox img {
    display: none;
  }

  .service_items {
    width: 92%;
  }

  .service_items .box1 {
    background: none;
    box-shadow: none;
    width: auto;
  }

  .featureitem li {
    display: block;
    background: linear-gradient(
      253.07deg,
      rgba(217, 217, 217, 0.1) -9.9%,
      rgba(0, 0, 0, 0.1) 92.28%
    );
    box-shadow: inset 7px -7px 10px rgba(188, 118, 190, 0.1),
      inset -7px 7px 15.3667px rgba(68, 114, 233, 0.14);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 100%;
    margin-bottom: 25px;
  }

  .service_items .featureitem li a {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: auto;
    flex-direction: row;
  }

  .consulting_icon {
    width: 60px;
    height: 50px;
    right: auto;
    margin-bottom: 0;
    background-size: contain !important;
  }

  .hidden_services,
  .hide_on_hover,
  .fixbot {
    display: none !important;
  }

  p.serviceTitle {
    margin: 0 0 0 50px !important;
    font-size: 1.4rem !important;
    position: relative;
  }

  p.serviceTitle::before {
    content: '';
    position: absolute;
    width: 39px;
    height: 1px;
    left: -40px;
    top: 10px;

    background: linear-gradient(92.47deg, #eb9c9c -1.83%, #9745a3 87.9%);
    border-radius: 4px;
    transform: rotate(90deg);
  }

  .servicerightbg.big {
    display: none;
  }

  .serviceboxborder {
    display: none;
  }

  .servicerightbg {
    width: 56px;
    height: 56px;
    border-radius: 6px;
  }

  .servicerightbg.small {
    width: 15px;
    height: 15px;
    left: 2px;
    bottom: 45px;
  }

  .service_banner .imgprotxt {
    max-width: 260px;
  }

  section.our_services .ballon4 .balloon1 {
    display: none;
  }

  .faq_list .accordion-button {
    height: 44px;
  }

  .consulting_imaging h4 {
    min-height: unset;
    margin-top: 10px;
  }
  .consulting_section {
    padding-top: 0px;
  }
}
