/*import all separate SCSS file*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
:root {
  /*color variables*/
  --color-primary: #000;
  --color-primary-alt: #000;
  --f-poppins: 'Poppins', sans-serif;
  --f-Montserrat: 'Montserrat', sans-serif;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* 8. Avoid text overflows*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none !important;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: var(--f-poppins);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-1 {
  margin-right: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 16px;
}

.mr-4 {
  margin-right: 24px;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 16px;
}

.ml-4 {
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.heading-c1 {
  color: #333333;
}

.container-auto {
  max-width: 1720px;
  margin: 0 auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 126px;
  right: 30px;
  background: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:hover i {
  color: #FF8345;
}

.back-to-top-btn i {
  color: #183B56;
  font-size: 18px;
  transition: .3s;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*hero style start*/
.hero__style {
  background: #E3D0FA;
  position: relative;
  z-index: 1;
  padding-bottom: 190px;
  margin-bottom:37px;
  padding-top: 280px;
}

@media (max-width: 1400px) {
  .hero__style {
    padding-top: 240px;
    padding-bottom: 150px;
  }
}

@media (max-width: 992px) {
  .hero__style {
    padding-top: 160px;
    padding-bottom: 100px;
    margin-bottom:0px;
  }
}

.hero__style::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/hero-roket.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.hero__style .hero__content .hero__title {
  font-size: 105px;
  font-weight: 700;
  line-height: .97;
  margin-bottom: 90px;
}

@media (max-width: 1100px) {
  .hero__style .hero__content .hero__title {
    font-size: 80px;
  }
}

@media (max-width: 992px) {
  .hero__style .hero__content .hero__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .hero__style .hero__content .hero__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  div.margin-top-about-content {
    margin-top: 0px;
  }
  .hero__style::before {
    top: 210px;
  }
  .skiptranslate.goog-te-gadget {
    width: 40%;
  }
}

/*hero style end*/
.section_title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--f-poppins);
}

@media (max-width: 992px) {
  .section_title {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .section_title {
    font-size: 34px;
  }
}

.anima__one {
  animation: provide-anima 3s linear alternate infinite;
}

@keyframes provide-anima {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
    display: none;
  }
}

.provide__style {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/shapes/provide__bg.png) no-repeat right;
  background-size: cover;
}

.provide__style .privide__list li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.provide__style .privide__list li span {
  font-size: 25px;
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 992px) {
  .provide__style .privide__list li img {
    max-width: 30px;
  }
  .provide__style .privide__list li span {
    font-style: 20px;
  }
}

@media (max-width: 576px) {
  .provide__style .privide__list li span {
    font-size: 14px;
  }
}

/*work porcess style start*/
.process-box {
  text-align: center;
}

.process-box .process__top {
  position: relative;
  padding-top: 34px;
}

.process-box .process__top .process__count {
  width: 83px;
  height: 83px;
  border-radius: 41px;
  background-image: radial-gradient(circle at center, #132688 0%, #1c2c96 100%);
  color: #fff;
  text-align: center;
  line-height: 83px;
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--f-poppins);
  position: absolute;
  left: 57%;
  top: 0;
}

.process-box .process__top .process__icon {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  line-height: 205px;
  margin: 0 auto;
}

.process-box .process__top .process__icon img {
  max-width: 70px;
}

.process-box .process__content {
  padding-top: 20px;
}

.process-box .process__content h3 {
  font-size: 38px;
  color: #2e3192;
  font-weight: 600;
  font-family: var(--f-poppins);
}

.process-box .process__content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 473px;
  font-size: 18px;
  color: #435271;
  font-weight: 300;
  font-family: "Poppins";
  text-align: center;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .process-box .process__top {
    padding-top: 20px;
  }
  .process-box .process__top .process__count {
    width: 50px;
    height: 50px;
    border-radius: 41px;
    background-image: radial-gradient(circle at center, #132688 0%, #1c2c96 100%);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--f-poppins);
    position: absolute;
    left: 57%;
    top: 0;
  }
  .process-box .process__top .process__icon {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .process-box .process__content h3 {
    font-size: 30px;
  }
  .process-box .process__content p {
    font-size: 18px;
  }
}

/*work porcess style end*/
/*pricing style start*/
.pricing__style {
  background: url(../images/shapes/pricing-bg.png) no-repeat center;
  background-size: cover;
}

.pricing__cards {
  max-width: 1040px;
}

.pricing__card {
  border-radius: 32px;
  background-color: #ffffff;
  padding: 30px 35px;
  padding-top: 60px;
  max-width: 460px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.pricing__card.card-two {
  margin-left: auto;
}

.pricing__card .pricing__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing__card .pricing__top .plan__type {
  font-size: 38px;
  color: #2e3192;
  font-weight: 600;
  font-family: var(--f-poppins);
}

.pricing__card .pricing__top .price {
  text-align: center;
}

.pricing__card .pricing__top .price h4 {
  font-size: 35px;
  color: #2e3192;
  font-weight: 600;
  font-family: var(--f-poppins);
}

.pricing__card .pricing__top .price p {
  font-size: 20px;
  color: #2e3192;
  font-weight: 400;
  font-family: var(--f-Montserrat);
  line-height: 1;
}

.pricing__card .pricing__features {
  margin-left: 8px;
  margin-bottom: 40px;
}

.pricing__card .pricing__features li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.pricing__card .pricing__features li i {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: radial-gradient(circle at center, #132688 0%, #1c2c96 100%);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.pricing__card .pricing__features li span {
  font-size: 20px;
  color: #435271;
  font-weight: 300;
  font-family: var(--f-poppins);
}

.pricing__card .buy__btn {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 19px;
  background-image: radial-gradient(circle at center, #132688 0%, #1c2c96 100%);
  display: inline-block;
  padding: 16px 61px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pricing__card .buy__btn::before {
  position: absolute;
  content: "";
  background-image: radial-gradient(circle at center, #1c2c96 0%, #132688 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  transition: .4s;
}

.pricing__card .buy__btn::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #162060 0%, #d327a6 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  opacity: 0;
  transition: .4s;
}

.pricing__card .buy__btn:hover {
  color: #fff;
}

.pricing__card .buy__btn:hover::before {
  opacity: 0;
}

.pricing__card .buy__btn:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .pricing__card {
    margin: 0 auto;
  }
  .pricing__card.card-two {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .pricing__card {
    padding: 20px 25px;
    padding-top: 40px;
  }
  .pricing__card .pricing__top .plan__type {
    font-size: 28px;
  }
  .pricing__card .pricing__top .price h4 {
    font-size: 24px;
  }
  .pricing__card .pricing__top .price p {
    font-size: 18px;
  }
  .pricing__card .pricing__features {
    margin-bottom: 30px;
  }
  .pricing__card .pricing__features li span {
    font-size: 18px;
  }
  .pricing__card .buy__btn {
    font-size: 16px;
    padding: 13px 45px;
  }
}

.trail__wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 26px;
  background-color: #ffffff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  padding: 25px 40px;
  padding-top: 28px;
  flex-wrap: wrap;
  gap: 20px;
}

.trail__wrap .trail__btn {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 23px;
  padding: 5px 22px;
  background-image: radial-gradient(circle at center, #132688 0%, #1c2c96 100%);
}

.trail__wrap .trail__content h3 {
  font-size: 38px;
  color: #2e3192;
  font-weight: 600;
  font-family: var(--f-poppins);
}

.trail__wrap .trail__content p {
  padding-top: 5px;
  font-size: 25px;
  color: #2e3192;
  font-weight: 400;
  font-family: var(--f-Montserrat);
}

@media (max-width: 992px) {
  .trail__wrap {
    padding: 20px 25px;
    padding-top: 22px;
    margin-top: 50px;
  }
  .trail__wrap .trail__btn {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 23px;
    padding: 8px 22px;
  }
  .trail__wrap .trail__content h3 {
    font-size: 28px;
  }
  .trail__wrap .trail__content p {
    font-size: 20px;
  }
}

/*pricing style end*/
/*faq style start*/
.faq_accordon__group {
  max-width: 1190px;
  margin: 0 auto;
}

.faq_accordon__group .accordion-item {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq_accordon__group .accordion-item .accordion-item:first-of-type .accordion-button {
  border: none;
}

.faq_accordon__group .accordion-item .accordion-body {
  font-size: 20px;
  line-height: 1.4;
}

.faq_accordon__group .accordion-item .accordion-button {
  font-size: 26px;
  color: #333333;
  font-weight: 500;
  font-family: var(--f-Montserrat);
  padding: 22px 30px;
}

.faq_accordon__group .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq_accordon__group .accordion-item .accordion-button:not(.collapsed) {
  color: unset;
  background-color: inherit;
  box-shadow: none;
}

.faq_accordon__group .accordion-item:not(:first-child) {
  margin-top: 34px;
  border: none;
}

@media (max-width: 992px) {
  .faq_accordon__group .accordion-item .accordion-body {
    font-size: 16px;
  }
  .faq_accordon__group .accordion-item .accordion-button {
    padding: 14px 20px;
    font-size: 20px;
  }
}

/*faq style end*/
/*newslatter style start*/
.newslatter__style {
  background: url(../images/shapes/newslatter-bg.png) no-repeat center;
  background-size: cover;
}

.newslatter__content h2 {
  font-size: 76px;
  color: #070c09;
  font-weight: 700;
  font-family: var(--f-poppins);
}

.newslatter__content p {
  padding-top: 12px;
  font-size: 25px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  font-family: var(--f-Montserrat);
}

@media (max-width: 1200px) {
  .newslatter__content h2 {
    font-size: 50px;
  }
}

.newslatter__content .newslatter__form {
  margin-top: 20px;
  display: flex;
  max-width: 546px;
  height: 48px;
  border-radius: 8px;
  background-color: #ffffff;
  /*added css start*/
  /*added css end*/
}

.newslatter__content .newslatter__form .newslatter__submit {
  font-size: 15px;
  color: #f6f7f6;
  font-weight: 600;
  font-family: var(--f-Montserrat);
  display: inline-flex;
  border-radius: 9px;
  background-image: linear-gradient(115deg, #214da9 0%, #162060 100%);
  padding: 8px 45px;
  margin: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  justify-content: center;
}

.newslatter__content .newslatter__form .newslatter__submit::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #214da9 0%, #162060 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  transition: .4s;
}

.newslatter__content .newslatter__form .newslatter__submit::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #162060 0%, #4167bb 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  opacity: 0;
  transition: .4s;
}

.newslatter__content .newslatter__form .newslatter__submit:hover {
  color: #fff;
}

.newslatter__content .newslatter__form .newslatter__submit:hover::before {
  opacity: 0;
}

.newslatter__content .newslatter__form .newslatter__submit:hover::after {
  opacity: 1;
}

.newslatter__content .newslatter__form input {
  background: transparent;
  border: none;
  height: 100%;
  padding: 8px 25px;
  font-size: 17px;
  color: #000;
}

.newslatter__content .newslatter__form input:focus {
  border: none;
  outline: none;
}

.newslatter__content .newslatter__form input::placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  font-weight: 500;
  font-family: var(--f-Montserrat);
}

@media (max-width: 992px) {
  .newslatter__content h2 {
    font-size: 45px;
    color: #070c09;
    font-weight: 700;
    font-family: var(--f-poppins);
  }
  .newslatter__content p {
    font-size: 18px;
  }
  .newslatter__content .newslatter__form {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .newslatter__content h2 {
    font-size: 34px;
  }
  .newslatter__content p {
    font-size: 16px;
  }
  .newslatter__content .newslatter__form .newslatter__content .newslatter__form .newslatter__submit {
    padding: 8px 32px;
  }
}

/*newslatter style end*/
.footer__style {
  background: url(../images/shapes/footer-bg.png) no-repeat center;
  background-size: cover;
}

.footer__contact .social__links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer__contact .social__links li:not(:last-child) {
  margin-right: 7px;
}

.footer__contact .social__links li a {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #f8f7fc;
}

@media (max-width: 768px) {
  .footer__contact .social__links li a {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
  }
}

.footer__contact .contact__list {
  padding-top: 18px;
}

.footer__contact .contact__list li {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 4px;
}

.footer__contact .contact__list li a {
  color: inherit;
}

.footer__widget .footer__newslatter p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 4px;
}

.footer__widget .widget__title {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 16px;
}

@media (max-width: 1200px) {
  .footer__widget .widget__title {
    font-size: 22px;
  }
}

.footer__widget .footer__links li:not(:first-child) {
  margin-top: 10px;
}

.footer__widget .footer__links li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.main_footer__row {
  border-bottom: 3px solid #1A1463;
}

.footer_newslatter__form {
  margin-top: 20px;
  display: flex;
  max-width: 546px;
  height: 45px;
  border-radius: 8px;
  background-color: #ffffff;
  /*added css start*/
}

.footer_newslatter__form .newslatter__submit {
  font-size: 15px;
  color: #f6f7f6;
  font-weight: 600;
  font-family: var(--f-Montserrat);
 
    display: inline-flex;

  border-radius: 9px;
  background-image: linear-gradient(115deg, #214da9 0%, #162060 100%);
  padding: 8px 45px;
  margin: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
justify-content: center;
}

.footer_newslatter__form .newslatter__submit::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #214da9 0%, #162060 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  transition: .4s;
}

.footer_newslatter__form .newslatter__submit::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #162060 0%, #4167bb 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  opacity: 0;
  transition: .4s;
}

.footer_newslatter__form .newslatter__submit:hover {
  color: #fff;
}

.footer_newslatter__form .newslatter__submit:hover::before {
  opacity: 0;
}

.footer_newslatter__form .newslatter__submit:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .footer_newslatter__form .newslatter__submit {
    padding: 8px 35px;
  }
}

.footer_newslatter__form input {
  background: transparent;
  border: none;
  height: 100%;
  padding: 8px 25px;
  font-size: 17px;
  color: #000;
}

.footer_newslatter__form input:focus {
  border: none;
  outline: none;
}

.footer_newslatter__form input::placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  font-weight: 500;
  font-family: var(--f-Montserrat);
}

.copyright__wrap {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.contact__bar {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .contact__bar {
    padding: 20px;
  }
}

.contact__bar .contact__box {
  display: flex;
  margin-top: 30px;
}

.contact__bar .contact__box i {
  font-size: 20px;
}

.contact__bar .contact__box .contact__links p,
.contact__bar .contact__box .contact__links a {
  color: #8f9fae;
  display: block;
  margin-top: 2px;
}

.contact__bar .contact__box .contact__links h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

.contact__bar .contact__box i {
  margin-right: 12px;
}

.contact_form__wrap .custom__input {
  height: 48px;
  padding: 10px 15px;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
}

.contact_form__wrap .custom__input::placeholder {
  color: #8f9fae;
  font-size: 14px;
}

.contact_form__wrap .custom__input:focus {
  outline: none;
  border: 1px solid #8f9fae;
}

.contact_form__wrap .custom__textarea {
  padding: 10px 15px;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
}

.contact_form__wrap .custom__textarea::placeholder {
  color: #8f9fae;
  font-size: 14px;
}

.contact_form__wrap .custom__textarea:focus {
  outline: none;
  border: 1px solid #8f9fae;
}

.contact_form__wrap .contact_form__submit {
  outline: none;
  background: #0ea2bd;
  border: 0;
  padding: 13px 50px;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 0;
}

.contact_form__wrap .contact_form__submit:hover {
  background: #0c8fa6;
}

.blog__card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog__card:hover .blog__thumb img {
  transform: scale(1.04);
}

.blog__card .blog__thumb {
  overflow: hidden;
}

.blog__card .blog__thumb img {
  width: 100%;
  transition: all .3s;
}

.blog__card .blog__content {
  padding: 30px;
}

.blog__card .blog__content .blog__title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}

.blog__card .blog__content .blog__title a {
  color: inherit;
}

.blog__card .blog__content .blog__meta {
  display: flex;
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 25px;
}

.blog__card .blog__content .blog__meta li {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog__card .blog__content .blog__info {
  color: #1a1f24;
}

.blog__card .blog__content .blog-btn {
  display: inline-block;
  display: inline-block;
  background: #0ea2bd;
  color: #fff;
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  transition: all .3s;
}

.blog__card .blog__content .blog-btn:hover {
  background: rgba(21, 162, 189, 0.8);
}

/*preloder css*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.clear-loader {
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border: 5px solid transparent;
  border-top-color: #162060;
  border-bottom-color: #162060;
  border-radius: 50%;
  animation: loading 5s ease-in-out 0s infinite;
}

.loader-div {
  display: block;
  margin: 50px auto;
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-right-color: #162060;
  border-left-color: #162060;
  border-radius: 50%;
  line-height: 90px;
  color: #322f55;
  animation: loading1 5s ease-in-out 0s infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: scale(0.5, 0.5);
    border-top-color: #162060;
    border-bottom-color: #162060;
  }
  75% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes loading1 {
  0% {
    transform: rotate(360deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: scale(2, 2);
  }
  75% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*assed css start*/
.process-box {
  position: relative;
}

.box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
  border-radius: 100%;
  margin: 0 5px;
}

.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

.box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2575fc;
  margin: 0 5px;
  opacity: 0;
}

.box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

.box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

/*assed css end*/
/*added CSS start*/
.btn-fill-rounded {
  font-size: 18px;
  color: #f6f7f6;
  font-weight: 600;
  border-radius: 11px;
  overflow: hidden;
  display: inline-block;
  padding: 19px 78px;
  color: #fff;
  position: relative;
}

.btn-fill-rounded::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #214da9 0%, #162060 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  transition: .4s;
}

.btn-fill-rounded::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #162060 0%, #4167bb 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  opacity: 0;
  transition: .4s;
}

.btn-fill-rounded:hover {
  color: #fff;
}

.btn-fill-rounded:hover::before {
  opacity: 0;
}

.btn-fill-rounded:hover::after {
  opacity: 1;
}

@media (max-width: 992px) {
  .btn-fill-rounded {
    font-size: 16px;
    padding: 14px 45px;
  }
}

@media (max-width: 576px) {
  .btn-fill-rounded {
    font-size: 14px;
    padding: 12px 35px;
  }
}

.btn-fill-pill {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--f-poppins);
  border-radius: 23px;
  background-image: linear-gradient(90deg, #214da9 0%, #162060 100%);
  display: inline-block;
  padding: 11px 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-fill-pill::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #214da9 0%, #162060 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  transition: .4s;
}

.btn-fill-pill::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(115deg, #1f39db 0%, #61739b 100%);
  inset: -30px;
  z-index: -1;
  opacity: 1;
  opacity: 0;
  transition: .4s;
}

.btn-fill-pill:hover {
  color: #fff;
}

.btn-fill-pill:hover::before {
  opacity: 0;
}

.btn-fill-pill:hover::after {
  opacity: 1;
}

/*added CSS end*/
/* =============================
  6. Navbar area start
==============================*/
.inner-logo {
  padding-top: 40px;
}

.inner-contact-options .contact-box-inner {
  font-weight: 600;
  font-size: 15px;
  color: #2d373c;
  display: flex;
  padding-left: 20px;
  padding-top: 8px;
}

.inner-contact-options .contact-box-inner a {
  color: inherit;
  display: inline-block;
}

.inner-contact-options .contact-box-inner i {
  margin-right: 10px;
  color: #2d373c;
}

/*header-defult*/
header .header-defult {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  z-index: 9;
}

header .header-defult .main-nav ul li .sub-menu {
  box-shadow: rgba(12, 12, 50, 0.1) 0px 4px 10px, rgba(12, 12, 20, 0.02) 0px 8px 32px;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  transform: scale(0);
  transform-origin: 0% 0%;
  transition: all 0.3s;
}

header .header-defult .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-defult .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-defult .main-nav ul > li a:hover {
  background: transparent;
  color: var(--primary-purple) !important;
}

header .header-defult .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-defult .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-defult .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-defult .main-nav > ul > li:hover > .sub-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

header .header-defult .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-defult .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

header .header-defult .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-defult .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-defult .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-defult .main-nav ul li:hover > a {
  color: var(--primary-purple);
}

header .header-defult .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #f96822;
}

header .header-defult .main-nav ul li a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 34px 0;
  position: relative;
  font-family: var(--f-poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

header .header-defult .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-defult .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 10px;
  color: #162b32;
  line-height: 1;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

header .header-defult .main-nav ul li ul.sub-menu > li a.active {
  color: #f96822;
  font-weight: 600;
}

header .header-defult .main-nav ul li ul.sub-menu > li a:hover {
  background: transparent;
  color: var(--primary-purple) !important;
  transform: translateX(10px);
}

header .header-defult .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-defult .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: #ffff;
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  top: 36px;
  transition: all 0.5s ease-in-out;
}

header .header-defult .main-nav ul li:hover.has-child-menu:after {
  transform: rotate(-180deg);
}

header .header-defult .main-nav > ul > li > a.active {
  color: #f96822;
  font-weight: 600;
  font-size: 16px;
}

header .header-defult .nav-right {
  display: flex;
  align-items: center;
  height: 100%;
}

header .header-defult .nav-right h6 {
  font-family: var(--f-poppins);
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

header .header-defult .nav-right h6 i {
  font-size: 18px;
  margin-right: 8px;
}

.header-area {
  transition: all .3s;
}

.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  padding: 0;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =============================
       Navbar area end
  ==============================*/
/*added CSS start*/
.active__page {
  position: relative;
}

.active__page::before {
  position: absolute;
  bottom: 27px;
  left: 50%;
  color: #FF512F;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  transition: text-shadow 0.3s, color 0.3s;
  transform: translateX(-50%);
  pointer-events: none;
  animation: opacitychange .5s ease-in-out infinite alternate;
  line-height: 0;
  text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}

@keyframes opacitychange {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*added CSS end*/
@media only screen and (max-width: 1199px) {
  header .header-defult.header-style-three .main-nav ul li ul.sub-menu > li a::before {
    background: #5bc17f;
  }
  header .header-defult.header-style-three .hamburger span {
    background: #5bc17f !important;
  }
  header .header-defult.header-style-two .main-nav ul li ul.sub-menu > li a::before {
    background: #5BC17F;
  }
  header .header-defult.header-style-two .hamburger span {
    background: #5BC17F !important;
  }
  header .header-defult .hamburger {
    display: block !important;
    position: relative;
    width: 28px !important;
    height: 22px !important;
    margin: 8px 0;
    cursor: pointer;
    border: 3px solid transparent !important;
    float: right;
  }
  header .header-defult .hamburger:focus {
    border: 3px solid transparent !important;
  }
  header .header-defult .hamburger span {
    width: 100%;
    height: 2px;
    background: #8976FD !important;
    display: block;
    position: absolute;
    right: 0;
    transition: all 0.3s;
  }
  header .header-defult .hamburger span.h-top {
    top: 0;
  }
  header .header-defult .hamburger span.h-bottom {
    bottom: 0;
    width: 100%;
  }
  header .header-defult .hamburger span.h-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header .header-defult .hamburger.h-active span {
    width: 80%;
  }
  header .header-defult .hamburger.h-active span.h-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header .header-defult .hamburger.h-active span.h-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .header-defult .hamburger.h-active span.h-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  header .header-defult .main-nav ul li ul.sub-menu > li a::before {
    position: absolute;
    width: 7px !important;
    height: 7px;
    content: "";
    background-color: #8976FD;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  header .header-defult .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    padding: 10px 15px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #fff;
    transform: translateX(-260px);
    transition: transform 0.3s ease-in;
  }
  header .header-defult .main-nav > ul > li > a {
    font-size: 16px !important;
    color: #2D373C !important;
    line-height: 35px;
    margin: 10px 0;
  }
  header .header-defult .main-nav ul li a {
    padding: 0 !important;
  }
  header .header-defult .main-nav ul li a::before {
    bottom: 0rem !important;
  }
  header .header-defult .main-nav ul > li a.active::before {
    opacity: 1 !important;
  }
  header .header-defult .main-nav ul > li a:hover {
    background: transparent;
  }
  header .header-defult .main-nav > ul > li.has-child-menu:after {
    display: none !important;
  }
  header .header-defult .main-nav.slidenav {
    transform: translateX(0);
  }
  header .header-defult .main-nav > ul {
    float: none;
    padding: 25px 10px 25px 0;
    margin-top: 40px !important;
  }
  header .header-defult .main-nav > ul > li {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header .header-defult .main-nav > ul > li.has-child-menu:after, header .header-defult .main-nav > ul > li > a:after {
    content: none;
  }
  header .header-defult .main-nav > ul > li a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
  }
  header .header-defult .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }
  header .header-defult .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
  }
  header .header-defult .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #707070;
    border: none;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    padding-left: 18px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    transition: all 0.3s;
  }
  header .header-defult li a.active {
    color: #ddd;
    font-weight: 600;
    font-size: 1.5rem;
  }
  header .header-defult li a.active::before {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 0 !important;
    transition: all 200ms linear;
  }
  header .header-defult .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 20px;
  }
  header .header-defult .mobile-menu {
    background: #fff;
    padding: 0 5px;
    margin: 16px 0;
    border-radius: 50%;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  }
  .mobile-menu {
    padding: 0 7px;
    margin: 16px 0;
  }
}
/*# sourceMappingURL=style.css.map */


div#\:0\.targetLanguage {
  display: flex;
}
a.goog-te-menu-value {
  display: flex;
}
.skiptranslate.goog-te-gadget {
  width: 60%;
}
.blog__thumb a img {
  height: 354px;
}

.blog .blog-pagination {
  margin-top: 30px;
  color: var(--color-secondary-light);
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.justify-content-center {
  justify-content: center!important;
}
.blog-pagination {
  text-align: center;
  margin-top: 28px;
}

.blog-pagination li.active a{
  background: #0ea2bd;
  padding: 16px;
  /* width: 57px; */
  border-radius: 31px;
}

.blog__card .blog__content .blog__title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 376px;
  height: 1.2em;
  white-space: nowrap;
}

.footer__contact .social__links li a {
  transition: all .35s;
}

.footer__contact .social__links li a:hover {
  background: #fff;
  color: #342D8B;
}

div#\:0\.targetLanguage {
  white-space: nowrap;
  /* background: red; */
  padding: 5px;
  border-radius: 10px;
}
div#google_translate_element {
  margin-top: 21px;
}

@media (max-width: 576px) {
  .skiptranslate.goog-te-gadget {
    width: 40%;
  }
}
.process-box .process__top .process__icon:hover {
  cursor: pointer;
  box-shadow: rgb(34 26 26 / 73%) 0px 5px 15px;
}

@media only screen and (max-width: 1199px){
    header .header-defult .main-nav ul li a::before {
        bottom: 0rem !important;
            display: none;
    }
}

.loader-div img.img-center {
    width: 50px;
    height: 53px;
    margin: 18px auto;
}