@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
    url('../fonts/bebasneue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'adaminaregular';
  src: url('../fonts/adamina-regular-webfont.woff2') format('woff2'),
    url('../fonts/adamina-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
  /* font variables */
  --adaminaregular: 'adaminaregular';
  --bebas_neueregular: 'bebas_neueregular';
  --poppins-bold: 'poppinsbold';
  --poppins-regular: 'poppinsregular';
  --poppins-semibold: 'poppinssemibold';

  /* colors variables */
  --Primery-color: #A3BDFF;
  --white: #fff;
  --black: #111111;
  --grey: #7D8B9E;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

body {
  margin: 0;
  padding: 0;

  font-family: var(--poppins-regular);
  background-color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
figure,
label,
address {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bebas_neueregular);
  color: var(--white);
}

p {
  font-size: 18px;
  font-family: var(--poppins-regular);
  color: var(--white);
  margin-bottom: 0;
}

input::placeholder {
  opacity: 1;
}

input:focus-visible,
textarea:focus-visible {
  box-shadow: unset;
  outline: unset;
}

a,
button,
li {
  transition: 0.2s ease-in;
}

a {
  text-decoration: unset;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: unset;
}

.c-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.fa:before {
  font-family: fontawesome;
  font-weight: normal;
}

/* ---------------header css start ------------------ */
.nav-item.nav-link {
  font-size: 18px;
  color: #ffffff70;
  margin-left: 20px;
  border-bottom: 2px solid transparent;
}

.nav-item.nav-link:first-child {
  margin-left: 0;
}

.nav-item.nav-link:hover {
  color: var(--Primery-color);
}

.nav-item.nav-link.active {
  color: var(--Primery-color);
}

.h-login-btn {
  border: 1px solid var(--Primery-color);
  background-color: transparent;
  color: var(--Primery-color);
  min-width: 100px;
}

.h-login-btn:hover {
  border: 1px solid var(--black);
}

.h-book-demo-btn {
  min-width: 200px;
}

.login-demo-btn a {
  margin-left: 20px;
}



header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* header {
  background-color: var(--light-bg);
  
} */

.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  z-index: 11;
  box-shadow: 0px 0px 15px -2px rgba(22, 159, 237, 0.5);
}

.blue-btn {
  background-color: var(--Primery-color);
  color: var(--white);
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.blue-btn:hover {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--Primery-color);
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url(../images/hamburger_menu.png);
}

.offcanvas {
  background-color: var(--black);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset;
}

.navbar-brand {
  width: 170px;
}

/* ---------------header css end ------------------ */
/* ---------------footer css start---------------- */
footer {
  padding: 50px 0 0 0;
  position: relative;
  background: radial-gradient(73% 78% at 50% 100%,
      #7e8dbd 25.6%,
      var(--token-6d7bfc0f-867f-43f5-837b-f61a13bf9490, #000) 100%);
}

.news-latter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-latter h5 {
  font-size: 28px;
  font-family: var(--rubik-semibold);
}

.news-latter-input {
  width: 100%;
  border: 1px solid var(--black);
  border-radius: 10px;
  background-color: var(--white);
}

.news-latter-input form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-latter-input .blue-btn {
  max-width: 170px;
  margin-left: 15px;
}

.news-latter-input .form-control {
  background: transparent;
  border: 0;
  color: #fff;
  outline: 0;
  box-shadow: unset;
}

.footer-m-links ul {
  column-count: 1;
  display: flex;
}

.news-latter-input .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.footer-main {
  margin: 0 0 30px 0;
  z-index: 1;
  position: relative;
}

.f-social-media {
  margin-top: 15px;
}

.f-social-media a {
  margin-right: 15px;
  border: 1px solid var(--grey);
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-social-media a:hover {
  border-color: var(--Primery-color);
  border-width: 3px;
}

.f-social-media a img {
  max-width: 20px;
}

.footer-m-links ul {
  column-count: 1;
  display: flex;
  justify-content: center;
  gap: 38px;
}

.footer-links h5 {
  font-size: 30px;
  font-family: var(--plus-jakarta-sans-semibold);
  color: var(--black);
  margin-bottom: 15px;
}

.footer-links a {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer-links a:hover {
  color: var(--Primery-color);
}

.footer-links a img {
  margin-right: 10px;
}

footer .login-footer {
  padding: 20px 0;
  margin-top: 0;
}

footer .login-footer ul li,
footer .login-footer ul li a {
  color: var(--white);
}

.footer-m-links ul {
  column-count: 1;
}

.contact-us .blue-btn {
  max-width: 180px;
}

/* .footer-m-links ul {
  column-count: 2;
} */
.footer-links.contact-us {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-m-links ul li {
  position: relative;
}

.footer-m-links ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/li-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 6px;
  left: -20px;
}

.footer-top {
  margin-top: 50px;
  display: none;
}

.footer-top img {
  width: 100%;
}

.login-footer ul {
  display: flex;
  justify-content: center;
}

/* ---------------footer css end---------------- */
/* -------------- banner sec css start --------- */
section {
  padding: 70px 0;
}

.banner-sec {
  padding: 100px 0 50px 0;
  background: radial-gradient(73% 78% at 50% -1.33227e-13%, #7e8dbd 25.5856%, var(--token-6d7bfc0f-867f-43f5-837b-f61a13bf9490, #000)100%);
}

.banner-inner h1 {
  font-size: 52px;
  margin-bottom: 20px;
  color: var(--white);
}

.banner-inner h1 span {
  color: var(--Primery-color);
}

.banner-inner p {
  color: var(--white);
  font-size: 18px;
}


.banner-right-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-left-sec .blue-btn {
  max-width: 160px;
  margin-top: 25px;
}


/* -------------- banner sec css start --------- */
.section-title {
  font-size: 48px;
  color: var(--white);
  margin-bottom: 25px;
}

.section-title span {
  color: var(--Primery-color);
}

.section-sub-title {
  font-size: 24px;
  font-family: var(--adaminaregular);
  margin-bottom: 10px;
}

.banner-right-sec img {
  width: 500px;
  box-shadow: 0px 0px 15px #A3BDFF50;
  border-radius: 10px;
}


.job-sec-box {
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
  padding: 20px;
  background-color: var(--light-bg);
  border-radius: 15px;
}

.job-sec-icon {
  background: var(--Primery-color);
  padding: 10px;
  border-radius: 10px;
  max-width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.5s all;
}

.job-sec-icon img {
  transition: 0.5s all;
}

.job-sec-box h5 {
  color: var(--white);
  font-size: 24px;
  margin: 25px 0 10px 0;

}

.job-sec-box p {
  color: var(--grey);
}

.text-center.text-white {
  color: var(--grey) !important;
}

.job-section {
  margin-top: 50px;
}

.job-section .section-title span {
  display: inline;
}

.content-sec-inner .blue-btn {
  max-width: 250px;
  margin: 0 auto;
}

.content-sec-inner {
  background: #F5FBFF url(../images/mid-sec-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 30px;
  border-radius: 10px;
}

.blog-date {
  color: #111111;
  font-size: 16px;
  margin-left: 10px;
}

.blog-label-date label {
  background-color: var(--Primery-color);
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 10px;
}

.blog-label-date {
  margin-bottom: 10px;
}

.blog-text h5 {
  font-family: var(--poppins-bold);
  font-size: 24px;
}

.blog-text {
  padding: 20px;
}

.blog-text .find-out-more {
  justify-content: flex-start;
  margin-top: 15px;
}

.readmore {
  color: var(--Primery-color);
  font-family: var(--rubik-medium);
}

.readmore:hover {
  color: var(--black);
}


.blog-box {
  border-radius: 10px;
  background: var(--light-bg);
  border: 1px solid var(--grey);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}

.blog-box:hover {
  background: var(--Primery-color);
  box-shadow: unset;
}

.blog-box:hover .blog-text h5,
.blog-box:hover .blog-text p,
.blog-box:hover .blog-text .find-out-more {
  color: #fff !important;
}

.find-out-more .d-2 {
  display: none;
}

.blog-box:hover .blog-text .find-out-more .d-2 {
  display: block;
}

.blog-box:hover .blog-text .find-out-more .d-1 {
  display: none;
}

.blog-box:hover .blog-text .blog-label-date label {
  background-color: #fff;
  color: var(--Primery-color);
}

.blog-box:hover .blog-text .blog-date {
  color: #fff !important;
}


.job-a-reality {
  padding: 0;
}

.feedback p.text-center {
  max-width: 900px;
  margin: 0 auto;
}

.feedback-inner .bgseeker {
  position: relative;
}

.feedback-inner .pro_one {
  position: absolute;
  left: 15%;
  top: 0;
}

.feedback-inner .pro_two {
  position: absolute;
  left: 35%;
  top: 40px;
}

.feedback-inner .pro_three {
  position: absolute;
  left: 25%;
  top: 210px;
}

.feedback-inner .pro_four {
  position: absolute;
  left: 60%;
  top: 0;
}

.feedback-inner .pro_five {
  position: absolute;
  left: 80%;
  top: 45px;
}

.feedback-inner .pro_six {
  position: absolute;
  left: 85%;
  top: 295px;
}

.feedback-inner {
  margin-top: 40px;
}

.form-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #F5FBFF;
  border-radius: 15px;
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}

.form-inner .form-group label {
  margin-bottom: 5px;
}

.form-control {
  border: 0;
  height: 40px;
  box-shadow: unset;
  font-size: 18px;
}

.f-password {
  color: var(--black);
}

.f-password:hover {
  color: var(--black);
}

.signup-link {
  color: var(--Primery-color);
}

.signup-link:hover {
  color: var(--Primery-color);
}

.sign-in-btn .blue-btn {
  width: 100%;
  max-width: 400px;
  border: 0;
  margin: 15px auto 20px auto;
}

.Checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.Checkbox .form-group label {
  position: relative;
  cursor: pointer;
}

.Checkbox .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--Primery-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.Checkbox .form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--Primery-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



.upload-left-image .file {
  padding: 25px 10px 10px 10px;
  background: #fff;
  font-size: 18px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: var(--Primery-color);
  height: 80px;
  border-radius: 10px;
  cursor: pointer;
}

.upload-left-image .file input {
  padding: 0;
  cursor: pointer;
}

input[type="file"] {
  display: block;
}

input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  border: 1px solid red;
}

.upload-left-image {
  border: 1px dashed var(--Primery-color);
  border-radius: 10px;
  margin-top: 15px;
  cursor: pointer;
}

.upload-cv-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 15px 0 20px 0;
  gap: 15px;
}

.upload-cv-btn .blue-btn {
  width: 100%;
}

.interinner {
  padding: 50px 15px 60px;
  border-radius: 30px;
  transition: .5s ease;
  text-align: center;
}

.daimond-bg {
  height: 55px;
  width: 55px;
  background-color: var(--Primery-color);
  transform: rotate(45deg);
  margin: 0px auto;
  transition: .5s ease;
}

.daimond-bg i {
  transform: rotate(-45deg);
  color: #fff;
  font-size: 25px;
  padding: 15px;
}

.daimond-bg i {
  color: #fff;
  font-size: 25px;
}

.interinner h4 {
  font-size: 22px;
  margin: 40px 0 25px;
  color: var(--Primery-color);
}


.interinner:hover {
  background: var(--Primery-color);
  color: #fff;
}

.interinner:hover .daimond-bg {
  background: #fff;
}

.interinner:hover .daimond-bg i {
  color: var(--Primery-color);
}

.interinner:hover p,
.interinner:hover h4 {
  color: #fff !important;
}

.valPart {
  text-align: center;
  position: relative;
  padding-top: 150px;
}

.valinner {
  background: #fff;
  box-shadow: 4px -3px 2px 0 #9e9e9e54;
  border-radius: 20px;
  padding: 45px 30px;
  position: absolute;
  transform: translate(4%, -35%);
  left: auto;
  width: 21%;
}

.valinner i {
  background: #282b4a;
  color: #fff;
  width: 60px;
  padding: 18px 0;
  border-radius: 50px;
  font-size: 25px;
  margin-bottom: 25px;
}

.valinner h4 {
  color: var(--Primery-color);
  margin-bottom: 10px;
}

.bgnumber {
  /* background-image: url('../images/about-us/bg.png'); */
  background: var(--Primery-color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 90px;
  width: 100%;
  margin-top: 60px;
}

.pagination {
  justify-content: center;
  gap: 10px;
}

.page-link {
  border: 0;
  color: var(--white);
  background: var(--grey);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link:hover {
  z-index: 2;
  color: var(--white);
  background-color: var(--Primery-color);
  border-color: var(--Primery-color);

}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--white);
  background-color: var(--Primery-color);
  border-color: var(--Primery-color);
  border-radius: 50px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.detail-inner h4 {
  font-size: 24px !important;
  margin: 30px 0 20px;
}

.detail-inner p {
  margin-bottom: 30px;
}

.detail-inner .jobImage {
  margin: 70px 0;
  border-radius: 27px;
}

.jobImage {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.image-card img,
.img-card img {
  transition: 0.4s ease;
}

.dateTop {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  border-radius: 50px;
  padding: 3px 8px;
  color: #7e7373;
  font-family: 'Rubik', sans-serif;
  font-size: 14.63px;
}

.detail-inner span.dateTop {
  top: 26px;
  right: 26px;
  font-size: 18px;
  border-radius: 10px;
}

.detail-inner .listRight {
  padding: 0 0 0 20px;
  margin-bottom: 30px;
}

.detail-inner .listRight li {
  list-style-type: disc;
}

.detail-inner .listRight li::marker {
  font-size: 25px;
  color: var(--Primery-color);
}

.content-img img {
  width: 100%;
}

.trusted-by-logo img {
  max-width: 150px;
  max-height: 100px;
}


.job-sec-icon img {
  max-width: 25px;
}

.new-cta .content-sec-inner .blue-btn {
  max-width: 250px;
  margin: 0;
}

.new-cta {
  padding-bottom: 0;
  background-color: #F5FBFF;
}

.new-cta .content-sec-inner {
  padding: 0;
}

.new-cta .section-title {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}


.blue-btn.my-2.my-sm-4.bg-black:hover {
  background: var(--Primery-color) !important;
}

.navbar-brand img {
  max-width: 170px;
}

.img-fluid.f-logo {
  max-width: 170px;
}


.client-slider-inner {
  background: #f7f7f9;
  padding: 30px;
}

.client-slider-inner .quote {
  max-width: 40px;
}

.client-slider-inner p {
  color: var(--black);
  margin: 10px 0 20px 0;
}

.user-s span {
  background-color: #d9d9d9;
  height: 79px;
  width: 79px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.user-s span img {
  max-width: 60px;
}

.user-s p {
  color: var(--black);
  margin: 2px 0 0 0;
}

.client-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.client-slider .owl-dot span {
  height: 15px;
  width: 15px;

  background-color: #f7f7f9;
  border: 1px solid var(--camel-pink);
  display: inline-block;
  margin: 0 5px;
}

.client-slider .owl-dot.active span {
  border: 1px solid var(--camel-pink);
  background: var(--camel-pink);
}

.client-slider-inner {
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  margin-left: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 18px rgba(53, 95, 88, .2);
  margin: 20px 50px;
}

.testimonial-inner {
  margin-top: 29px;
}

.user-s h6 {
  color: var(--Primery-color);
  text-transform: capitalize;
}



.client-slider .owl-nav img {
  max-width: 35px;
}

.client-slider .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
}

.client-slider .owl-prev {
  left: 0;
  position: absolute;
}

.client-slider .owl-next {
  right: 0;
  position: absolute;
}

.job-sec-box .blue-btn {
  max-width: 150px;
  font-size: 16px;
  padding: 8px 10px;
  margin: 0 auto;
  margin-top: 15px;
}

.paid-service .job-sec-box .section-title {
  font-size: 20px;
  margin-bottom: 0;
}

.paid-service .job-sec-box .section-title span small {
  font-size: 14px;
}

.paid-service .job-sec-box .section-title span {
  font-size: 33px;
}

.paid-service .job-sec-box {
  border: 1px solid var(--Primery-color);
}

.sub-banner {
  background: radial-gradient(73% 78% at 50% -1.33227e-13%, #7e8dbd 25.5856%, var(--token-6d7bfc0f-867f-43f5-837b-f61a13bf9490, #000)100%);
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
}

.about-sec.sub-banner {
  padding-bottom: 130px;
  height: 450px;

}

.cont-banner {
  background-position: top;
}

.sub-banner-content {
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

.sub-banner-content h1,
.sub-banner-content p {
  color: #fff;
  margin-bottom: 2px;
}

.contact-form .form-control {
  color: #555555;
  font-size: 16px;
  padding: 0 15px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 0;
  box-shadow: unset;
  outline: unset;
  background-color: rgb(25, 25, 25);
  font-family: var(--adaminaregular);
  border: 1px solid #7D8B9E;
}

.contact-form-right {
  border-radius: 20px;
  background: var(--light-bg);
  padding: 50px 30px;
  margin-top: 0;
}

.contact-form textarea.form-control {
  height: 100px;
  resize: unset;
  padding-top: 10px;
}

.contact-form .blue-btn {
  max-width: 298px;
  margin: 10px auto 0 auto;
  display: flex;
  border: 0;
  width: 100%;
}

.find-out-more {
  color: var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
}

.find-out-more:hover {
  color: var(--grey);
}

.find-out-more img {
  width: 20px;
  margin-left: 15px;
}

.trusted-by .find-out-more {
  margin-top: 50px;
}

.list-one li {
  position: relative;
  margin-bottom: 10px;
}

.list-one li::before {
  content: " ";
  position: absolute;
  left: -20px;
  top: 5px;
  background: url(../images/li-check.png);
  background-repeat: no-repeat;
  background-size: 13px;
  width: 13px;
  height: 13px;
}

.content-section-text .blue-btn {
  max-width: 200px;
  margin-top: 30px;
}

.job-a-reality .blue-btn {
  max-width: 220px;
  margin: 0 auto;
}


.p-feedback-inner {
  display: flex;
  padding: 20px;
  margin: 0 auto;
}

.p-feedback-img-left {
  margin-right: 20px;
}

.p-feedback-img-left span {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
}

.p-feedback-img-right p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--white);
}

.p-feedback-img-right span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--grey);
}

.d-flex.align-items-center.gap-1 img {
  width: 15px;
}

.content-section {
  position: relative;
}

.left-shape {
  position: absolute;
  left: -190px;
}

.right-shape {
  position: absolute;
  right: -190px;
}

.content-img img {
  max-width: 350px;
}

.bottom-shape {
  position: absolute;
  left: 0px;
  bottom: -100px;
  width: 200px;
}

.p-story-img {
  position: relative;
  margin-top: -100px;
}

.p-s-img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-radius: 200px 0px;
  background: #D9D9D9;
  overflow: hidden;
}

.section-sub-title span {
  color: var(--Primery-color);
}

.education-experiance {
  padding-top: 100px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  color: #111;
}

.blog-pagination {
  margin-bottom: 50px;
}

.p-s-img.blog-s-img {
  border-radius: 50px;
}

.blog-label {
  background-color: var(--Primery-color);
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  margin-bottom: 20px;
}

.about-sec.sub-banner.blog-banner {
  height: 520px;
}

.blog-mid-sec {
  background-color: var(--light-bg);
  border-radius: 30px;
  padding: 30px;
  margin: 30px 0;
}

.content-img.map-img img {
  max-width: 100%;
}

.personal-story-content {
  padding-bottom: 0;
}

.content-section-two {
  background: radial-gradient(73% 78% at 50% -1.33227e-13%, #7e8dbd 25.5856%, var(--token-6d7bfc0f-867f-43f5-837b-f61a13bf9490, #000)100%);
}

.content-section-two .text-center.text-white {
  color: var(--white) !important;
}

.content-section-two .job-sec-icon {
  background: transparent;
}

.job-sec-icon img {
  max-width: 40px;
}

.data-number {
  background-color: var(--Primery-color);
}

.data-inner {
  text-align: center;
}

.data-inner h2 {
  font-size: 56px;
}

.p-to-sucess .text-white {
  color: var(--grey) !important;
}

.content-img {
  text-align: center;

}

.content-img img {
  box-shadow: 0px 0px 15px #A3BDFF50;
  border-radius: 10px;
}

.accordion {
  margin-top: 50px;
}

.accordion-button {
  color: #fff;
  background-color: black;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--Primery-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
  color: var(--white);
  background: transparent;
}

.accordion-button::after {
  background-image: url(../images/down-Vector.png);
  background-size: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/down-Vector.png);
  margin-top: -10px;
  background-size: 15px;
}

.contact-form .blue-btn {
  border: 1px solid transparent !important;
}

.contact-form .blue-btn:hover {
  border: 1px solid var(--Primery-color) !important;
}

.trusted-by {
  margin-top: 50px;
}

.mobile-sec {
  display: none;
}