@font-face {
  font-family: Oswald-Regular;
  src: url(../fonts/Oswald-Regular.ttf),
    url(../fonts/oswald-regular-webfont.woff2) format("woff2"),
    url(../fonts/oswald-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Open-sans";
  src: url(../fonts/opensans-regular.woff) format("woff"),
    url(../fonts/opensans-regular.woff2) format("woff2");
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0 !important;
  box-shadow: none !important;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Roboto-Regular";
  line-height: 1.8;
}

a,
button,
input {
  outline: 0 !important;
  color: #022a5e;
}

button {
  box-shadow: none !important;
}

ol,
ul {
  list-style: none;
}

p {
  hyphens: auto;
  word-spacing: normal;
  word-break: auto-phrase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald-Regular;
  color: #051886;
}

.bg-color {
  background-color: #064aa3;
}

.main_wrapper {
  flex: 1 0 auto;
  background: #e7f2ff;
}

.main-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5% !important;
}

.overflow-hidden {
  overflow: hidden;
}

a {
  color: #0b0c26;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-theme {
  font-size: 15px !important;
  padding: 0 24px;
  display: inline-block;
  font-weight: 600;
  line-height: 2.8rem;
  height: 45px;
  background: #fff;
  text-transform: capitalize;
  border: 1px solid #fff;
  color: #004caf;
  border-radius: 5px;
}

.btn-theme:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-green {
  text-transform: uppercase;
  background: #8bc34a;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 5px 15px;
  font-weight: 500;
  border: 5px double #fff;
}

.text-green {
  color: #8bc34a;
}

.btn-green:hover {
  background: #67a91b !important;
  color: #fff;
}

.py-90 {
  padding: 90px 0;
}

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

.heading-title {
  font-size: 20px;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #022a5e;
}

h2.text-titile {
  color: #022a5e;
  font-weight: 600;
}

h4.text-titile {
  color: #022a5e;
  font-weight: 600;
}

.thank-you-custom svg {
  color: #22c673;
  font-size: 45px;
  margin-bottom: 15px;
}

.bg-theme {
  background: #022a5e;
}

.bg-blue {
  background: #e7f2ff;
}

.box1 {
  background: #0099da;
}

.field-applyform-resume_file label::after,
.field-information-verifycode label::after,
.field-quote-verifycode label::after,
.required label::after {
  content: "*";
  color: red;
  margin-left: 3px;
}

input[type="file"] {
  padding: 3px;
}

nav.navbar .hamburger {
  padding: 0 !important;
}

.navbar-brand img {
  filter: brightness(0) invert(1);
}

header {
  position: absolute;
  z-index: 21;
  width: 100%;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  padding: 15px 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 !important;
}

header nav.navbar ul li a {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block !important;
  font-family: "Oswald-Regular";
  display: inline-block !important;
}

header nav.navbar ul li a.btn img {
  max-width: 40px;
}

header nav.navbar ul li a.btn-theme {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}

header nav.navbar ul li a.btn i {
  font-weight: 700;
  margin-right: 5px;
}

header nav.navbar ul li {
  position: relative;
  margin-left: 25px;
}

.bdr-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.hamburger--spring.is-active .hamburger-inner {
  z-index: 1;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(242, 229, 229, 0.5);
  box-shadow: 0 0 10px 0 rgba(242, 229, 229, 0.5);
  background-color: #fff !important;
  animation: slide-down 0.7s;
}

header.sticky nav.navbar ul li a {
  color: #000;
}

header.sticky nav.navbar ul li a.btn-theme {
  background-color: #ef323a;
  color: #fff !important;
}

header.sticky nav.navbar ul li a.btn.btn-theme-new.contact-us {
  color: #fff !important;
}

header.sticky nav.navbar ul li a.btn-theme:hover {
  background-color: #022a5e;
}

footer .mw-max-cotent {
  max-width: max-content;
}

footer .footer-widget ul li {
  margin-bottom: 14px;
}

.contact-info ul li {
  position: relative;
  margin-left: 30px;
}

.contact-info ul li span i {
  padding-right: 7px;
  position: absolute;
  left: -25px;
  top: 3px;
}

footer .footer-widget ul:not(.footer_social) li i {
  padding-right: 7px;
}

footer .footer_social li a {
  margin-right: 15px;
}

.footer_wrap {
  position: relative;
  background: #00224f;
}

.footer_top h4 {
  color: #fff;
}

.footer_top a {
  color: #fff;
}

.border-custom {
  padding-top: 15px;
  padding-bottom: 40px;
  border-top: 1px solid #ffffff36;
}

.footer_social li i,
.footer_social li span {
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  font-size: 15px !important;
  color: #dbdbdb;
  text-align: center;
  line-height: 1.8rem;
}

#totop {
  font-weight: 900;
  color: #fff;
  display: none;
  position: fixed;
  left: 34px;
  bottom: 34px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  line-height: 2.1rem;
  border-radius: 3px;
  transition: all 0.5s ease-in-out 0s;
}

#totop.top-visible {
  background-color: #266dca;
  height: 40px;
  width: 40px;
  line-height: 2.5rem;
  font-size: 22px;
  display: inline;
  bottom: 15px;
}

.custom-header {
  background: #fff !important;
  position: relative;
  padding: 0;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
}

.custom-header .navbar-brand img {
  filter: none;
  max-width: 121px;
  height: 43px;
}

.title-section .text-titile:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
}

.title-section .text-titile {
  display: inline-block;
  color: #022a5e;
  font-size: 35px !important;
  line-height: 2.6rem !important;
  font-weight: 600;
}

.title-section .text-titile:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: #8bc34a;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
}

.title-section {
  background: linear-gradient(to right, #071784 0, #1d8fe4 100%);
  padding: 30px 0;
  background-size: cover;
  position: relative;
}

.all-vacancy-btn {
  border-color: #fff;
  color: #fff;
}

#lhc_status_container {
  bottom: 80px !important;
}

#lhc_header {
  background-color: #022a5e !important;
  padding: 16px !important;
}

#lhc_status_container #offline-icon {
  background: #0099da
    url(//jilivechat.com/crm/design/defaulttheme/images/getstatus/offline.svg)
    no-repeat center !important;
}

#lhc_container {
  -webkit-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
  -moz-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
  box-shadow: -1px -1px 5px rgb(221 202 202/ 15%) !important;
  background-color: transparent !important;
}

ul.lhc-cf > li > a {
  color: #fff !important;
}

body.widget-chat {
  padding: 15px !important;
}

.career-top {
  padding: 50px 0;
  background: url(../img/bg10.png);
  background-size: cover;
}

.career-top h1 {
  font-size: 35px !important;
  line-height: 2.6rem !important;
  font-weight: 600;
}

.career-top p {
  font-size: 20px;
}

.job-box {
  border: 1px dashed #a6c8fa;
  border-left: 2px solid #022a5e;
  padding: 25px 35px 30px;
}

.job-box:hover {
  border-left: 2px solid #8bc34a;
  -webkit-box-shadow: 0 10px 10px 0 rgba(62, 28, 131, 0.04);
  box-shadow: 0 10px 10px 0 rgba(62, 28, 131, 0.04);
}

.job-box h3 {
  font-size: 24px;
  color: #022a5e;
}

.job-box a,
.job-box h3 a {
  color: #022a5e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.job-box .btn-theme {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #8bc34a;
  color: #fff !important;
}

.position-count {
  color: #022a5e;
}

.banner-form {
  max-width: 850px;
}

.banner-form .form-control {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  height: 50px;
  padding: 12px 15px;
  border-radius: 0;
  border: 1px solid #d4dfef;
}

.banner-form .btn-theme {
  height: 50px;
  padding: 12px 15px;
  z-index: 2;
  margin-left: -1px;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  border: none;
  color: #fff !important;
}

.title-heading {
  font-size: 22px;
  color: #fff;
  background: #022a5e;
  padding: 10px 15px;
}

.career-ul li h4 a {
  color: #022a5e;
  padding: 0;
  background: #fff;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.career-ul li {
  border-bottom: 1px solid #c8d2df;
  width: 100%;
  display: inline-block;
}

.list-courses {
  border: 2px solid #8bc34a;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}

.course-duration a {
  color: #518f0a !important;
}

.training-ul p {
  font-size: 16px !important;
}

.training-ul p.qualification a {
  color: #212529 !important;
}

.list-courses a {
  color: #212529 !important;
  font-size: 16px !important;
}

.get-touch {
  padding: 30px;
  background: url("../img/get-touch.jpg");
  position: relative;
  z-index: 9;
  background-size: contain;
}

.get-touch::before {
  background: rgba(41, 46, 73, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.get-touch .contact-btn {
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  padding: 10px 20px;
  color: #fff;
}

.client-section {
  background-color: #202736;
  padding: 90px 0;
}

.text-title {
  font-size: 35px;
  line-height: 2.6rem;
}

.career-social li {
  margin-right: 10px;
  padding-left: 0;
}

.career-social li a {
  width: 33px;
  height: 33px;
  line-height: 2.2rem;
  text-align: center;
  background: #022a5e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-social li a.facebook {
  background: #3a589b !important;
}

.career-social li a.twitter {
  background: #1c9deb !important;
}

.career-social li a.linkedin {
  background: #007ab9 !important;
}

.career-social li a.whatsapp {
  background: #189d0e !important;
}

.career-social li a.google {
  background: #cd4237 !important;
}

.career-social li a.linkedin:hover {
  background: #04699d !important;
}

.career-social li a.facebook:hover {
  background: #2d4c91 !important;
}

.career-social li a.twitter:hover {
  background: #1588ce !important;
}

.career-social li a.google:hover {
  background: #a72e25 !important;
}

.apply-form .card-header {
  background-color: #28a745;
}

.apply-form .card-header h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.detail-top h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #202736;
}

.detail-top h4 span {
  text-transform: capitalize;
  color: #212529;
}

.posted {
  background: #e2ede5;
  padding: 10px;
  border-radius: 10px;
}

.bg-green {
  background: #8bc34a;
}

.box2 {
  background: #022a5e;
}

.box3 {
  background: #e6edf6;
  color: #022a5e;
}

.title-heading a {
  text-decoration: underline;
}

.main_wrapper.thank-you {
  flex: 1 0 auto;
  background: #e7f2ff;
}

.detail-top ul li {
  list-style: disc;
}

.detail-top ul {
  padding-left: 20px;
}

.duration {
  font-size: 15px;
  color: #00224f;
  background: #dee9f8;
  padding: 7px 15px;
  border-radius: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}

.border {
  border: 1px solid #d4dfef !important;
}

.job-ul li {
  display: inline-block;
  color: #212529;
  margin-right: 5px;
}

ul.pagination li a,
ul.pagination li.next span,
ul.pagination li.prev span {
  background: #fff;
  color: #000;
  display: block;
  margin: 10px 5px;
  border: 1px solid #b8cbe4;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  line-height: 2.5rem;
  padding: 0;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

ul.pagination {
  text-align: center;
  display: block;
  margin: 20px 0;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li.active a {
  background: #064aa3 !important;
  color: #fff !important;
  border: 1px solid #064aa3;
}

ul.pagination li.next span,
ul.pagination li.prev span {
  color: #555;
}

ul.pagination li a:hover {
  background: #064aa3;
}

.quiz-view-wrapper {
  padding: 60px 15px;
}

.quiz-view-wrapper .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.instructions-card {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.site-about .container .instructions-card ul {
  list-style-type: disc;
}

.site-about .container .instructions-card ul li {
  padding-left: 5px;
}

h1#interview-content {
  border: none !important;
}

#navbarNav ul.navbar-nav li {
  border-bottom: none !important;
  border-left: none;
}

.apply-form .contact-form .form-group.field-applyform-contact_no .iti {
  display: block;
}

/*--career-new--*/
.openings-div {
  background: #fff;
  padding-top: 80px;
  position: relative;
  padding-bottom: 80px;
}

.positions-topBg {
  position: absolute;
  right: -325px;
  top: -40px;
}

.openings-list .role-title h5 {
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #222;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 0px;
}

.openings-list h5 {
  color: #676767;
  font-weight: 400;
}

.openings-list .job-left ul {
  margin-bottom: 0px;
}

.openings-list .role-count {
  background: 0 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.openings-list {
  border-bottom: none;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 7px #022a5e1c !important;
  border-radius: 6px;
  padding: 36px 26px;
}

.apply-job-btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #fada30;
  padding: 11px 43px;
  border-radius: 5px;
  display: inline-block;
}

.job-left ul li {
  margin-right: 10px;
  background: aliceblue;
  padding: 6px 18px;
  border-radius: 5px;
}

.job-left > p {
  color: #666;
  margin-bottom: 12px;
}

.filter-row .form-group {
  width: calc(20% - 15px);
  margin-right: 15px;
}

.filter-row .form-group select {
  color: #222;
}

.job-detail-view li a {
  font-size: 15px;
  padding: 7px 13px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  background-color: #1049ac;
  border-radius: 27px;
  color: #fff !important;
  font-family: Oswald-Regular;
  letter-spacing: 0.4px;
}

.job-detail-view ul,
ul.job_list,
ul {
  padding: 0;
}

.list-styled {
  list-style: disc;
}

.job-detail-view li {
  margin-right: 10px;
}

.social a {
  padding: 0;
}

.tr-single-header {
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 1px solid #eceef3;
  padding: 12px 25px 12px;
}

.tr-single-header h4 {
  margin: 0;
  flex: 1;
}

.tr-single-box {
  background: #ffffff;
  display: block;
  box-shadow: 0 0 7px #022a5e1c;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #eceef3;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.tr-single-body {
  padding: 0px 20px;
}

.tr-single-body p {
  line-height: 1.81rem;
}

.tr-single-body ul {
  margin-left: 15px;
}

.tr-single-body ul li {
  margin-bottom: 10px;
}

.single-meta-field {
  display: block;
  padding: 18px 30px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  height: 100%;
}

.single-meta-field .field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-meta-field .field-value {
  display: block;
  text-transform: capitalize;
  line-height: 1.18rem;
  padding-left: 50px;
}

.single-meta-field .field-label span {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recent-tabs .nav-tabs .nav-link {
  padding: 11px 19px !important;
  font-size: 17px !important;
}

.filter-row {
  background-color: #fff;
  padding: 22px 11px 22px 22px;
  box-shadow: 0 0 7px #022a5e1c !important;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto 20px;
}

.filter-row .form-group {
  margin-bottom: 0px;
}

.filter-row .form-group {
  margin-right: 15px;
}

.team-slider {
  background-color: #fff;
  padding-bottom: 80px;
}

.team-slider .slick-dots li button:before {
  font-size: 46px;
}

.team-slider h1 {
  text-align: center;
  color: #111;
}

.team-slider .slick-dots li.slick-active button:before {
  color: #004caf;
  font-size: 56px;
}

.team-slider:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(353deg, #022a5e 0%, #004caf 74%);
  height: 315px;
  width: 100%;
  background-size: 100%;
}

.team-slider h1 {
  padding-top: 80px;
  color: #fff;
}

.team-slider h1,
.team-slider p {
  z-index: 1;
  color: #fff;
}

.team-slider .slick-next:before,
.team-slider .slick-prev:before {
  color: #004caf !important;
  font-size: 45px;
}

.team-slider .slick-prev {
  left: -49px;
}

/*--*/
.top-heading {
  font-size: 22px;
  line-height: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #004caf;
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
}

.job-detail-view {
  padding: 20px 20px 0 20px;
}

.job-detail-view h2 {
  font-size: 48px;
  line-height: 4rem;
  letter-spacing: -2px;
  word-wrap: break-word;
  color: #211f1f;
}

/*--benefits--*/
.benefits-area {
  position: relative;
  padding: 120px 0;
  z-index: 10;
  background-image: linear-gradient(353deg, #022a5e 0%, #004caf 74%);
}

.benefits-area .item {
  padding-bottom: 50px;
  height: 100%;
}

.benefits-area .heading-content {
  text-align: center;
  margin-bottom: 50px;
}

.heading-content h2 {
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 37px;
}

.heading-content p:last-child {
  margin-bottom: 0;
  color: #fff;
  font-size: 21px;
}

.benefits-area .icon-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 20px rgb(0 0 0/ 7%);
  padding: 35px 30px;
  display: flex;
  min-height: 145px;
  transition: 0.5s all;
  align-items: center;
  height: 100%;
}

.form-box {
  background-color: #f9d94e !important;
  border-radius: 8px;
  box-shadow: 0 0 7px #022a5e1c;
  margin-bottom: 16px;
}

.form-box .form-control,
.form-box input[type="file"],
.form-box .form-select {
  height: 48px;
}

.form-box input[type="file"] {
  line-height: 2.5;
  padding-left: 10px;
}

.benefits-area .icon-box figure {
  flex: 0 0 80px;
  max-width: 80px;
}

.benefits-area .icon-box .info {
  padding-left: 20px;
}

.benefits-area .icon-box .info .icon-title {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.underline {
  width: calc(100%);
  background-image: linear-gradient(
    transparent calc(100% - 2px),
    transparent 10px
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 10s;
  padding: 0 0 2px;
  font-size: 22px;
}

/*--blog--*/
.blog-section {
  padding: 75px 0 80px;
}

.section-heading {
  margin-bottom: 30px;
}

.post-body {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.post-info {
  margin-left: 3px;
}

.post-meta {
  padding-top: 2px;
  padding-bottom: 7px;
}

.post-meta span {
  margin-right: 10px;
}

.post-meta a {
  color: #2f2c2c;
}

.post-info .post-title {
  font-size: 20px;
  font-weight: 500;
}

.post-date .month {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: -10px;
}

.sideimage img {
  width: 110px;
  margin-right: 10px;
  height: 58px !important;
  object-fit: cover;
}

.hiring-box h1 {
  color: #fff;
}

.contact-details-box {
  background-color: #e7f2ff;
  padding: 60px 150px 60px 150px;
}

.hiring-box .btn {
  font-size: 24px !important;
  height: 70px;
  line-height: 4.3rem;
  font-weight: bold;
}

.hiring-box .btn i {
  animation: 2s infinite arrowanim;
  -webkit-animation: 2s infinite arrowanim;
  font-size: 20px;
  margin-left: 5px;
}

.custom-contact .card-body h5 {
  margin-bottom: 18px;
}

.contact-box a {
  color: #2d2d2d;
  align-items: center;
  display: flex;
  font-weight: 600;
}

.blue-bg {
  background: #e7f2ff !important;
}

.post-categery {
  background: #e3ffc2;
  font-size: 16px;
  padding: 5px 8px;
  display: inline-block;
  color: #111;
}

.custom-contact .contact-box li {
  background: #f3f8ff;
  padding: 9px 15px;
  border-right: none;
}

.custom-contact {
  border: none;
  box-shadow: 0 0 7px #022a5e1c;
}

.contact-box li {
  background: #fff;
  padding: 10px 16px;
  border-right: 5px solid #fada30;
}

.small-text {
  display: block;
  font-size: 54px;
  font-weight: 600;
}

.large-text {
  font-size: 106px;
  font-weight: 900;
}

.hiring-content-box p {
  color: #fff;
}

.global_p {
  font-size: 22px;
  color: #fff;
}

.contact-box span {
  min-width: 42px;
  min-height: 42px;
  background: #004caf;
  border-radius: 100%;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.whatsapp_icon i {
  font-size: 21px;
  color: #0cad2c;
  margin-left: 10px;
  font-weight: 600;
  animation: phoneani 1s ease infinite;
}

@keyframes phoneani {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-12%) rotate(-5deg);
  }

  30% {
    transform: translateX(10%) rotate(3deg);
  }

  45% {
    transform: translateX(-8%) rotate(-3deg);
  }

  60% {
    transform: translateX(6%) rotate(2deg);
  }

  75% {
    transform: translateX(-3%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.hiring-box {
  position: relative;
  width: 100%;
  max-height: 100%;
  background-color: #004caf;
  padding: 120px 178px;
}

.hiring-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -51px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #e7f2ff;
  height: 3rem;
  width: 3rem;
}

.bottom-ul li a {
  color: #fff;
}

.bottom-ul li {
  margin-right: 10px;
  color: #fff;
}

.bottom-ul {
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px;
}

#select-box .form-group,
#select-box select,
.filter-row input {
  width: 100% !important;
}

.btn-warning {
  color: #212529;
  background-color: #ffda30;
  border-color: #ffda30;
}

#contact-form .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
  display: block !important;
  position: relative;
}

.social a {
  padding-top: 0 !important;
}

#interview-form select,
#interview-form input {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 45px !important;
  line-height: 2.81rem;
  padding: 0 15px;
}

#interview-form .input-group-addon {
  width: 40px;
  line-height: 1.625rem;
}

#tabs-tabpanel1 .ui-corner-all {
  display: flex;
  flex-wrap: wrap;
}

.datetimepicker-days,
.datetimepicker-hours,
.datetimepicker-minutes {
  margin-top: 15px;
}

#interview-when-datetime .datetimepicker-days table,
#interview-when-datetime .datetimepicker-hours table,
#interview-when-datetime .datetimepicker-minutes table {
  width: 100%;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  visibility: visible !important;
}

.datetimepicker thead tr:first-child th span,
.datetimepicker tfoot th span {
  visibility: hidden !important;
}

#interview-when-datetime .datetimepicker-days table thead tr:nth-child(2) {
  background: #ecf6ff;
}

#interview-when-datetime .datetimepicker-days table tbody,
#interview-when-datetime .datetimepicker-hours table tbody,
#interview-when-datetime .datetimepicker-minutes table tbody {
  border: 1px solid #ced4da;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active.highlighted:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #004caf;
  border-color: #004caf;
  opacity: 1;
}

.field-type-title,
.field-vacancy-title {
  margin-bottom: 0 !important;
}

.job-search input,
.job-search select {
  border: 0;
  background-color: #f5f5f5;
  border-radius: 0;
  height: 45px;
  border-radius: 5px;
}

.job-search select {
  color: #6c777d !important;
}

.s-job-icon .form-group {
  position: relative;
}

.s-job-icon .form-group::before {
  position: absolute;
  font-family: "FontAwesome";
  top: 6.5px;
  left: 10px;
  font-size: 15px;
  color: #495057;
}

.s-job-icon .form-group input {
  padding-left: 30px;
}

.s-job-title .form-group::before {
  content: "\f002";
}

.s-job-exp .form-group::before {
  content: "\f0a3";
}

.single-widget .social-icon li a {
  width: 35px;
  height: 35px;
  line-height: 2.18rem;
  border: 1px solid #d9d6d6;
  color: #d9d6d6;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}

.single-widget .social-icon li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}

.single-widget .social-icon {
  line-height: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.cx-section .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  overflow: hidden;
}

.portfolio-heading-section {
  margin-bottom: 35px;
  background: linear-gradient(to right, #071784 0, #1d8fe4 100%);
  padding: 30px 0;
  background-size: cover;
  position: relative;
}

.portfolio-heading-section .area-title:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
}

.portfolio-heading-section .area-title {
  display: inline-block;
  font-size: 35px !important;
  line-height: 2.6rem !important;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}

.portfolio-heading-section .area-title:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: #8bc34a;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
}

.social-share li:not(:last-child) {
  margin-bottom: 5px;
}

.portfolio-heading-section h1 {
  color: #fff;
}

.blog-categories ul,
.portfolio-filter-1 {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.blog-categories ul li a,
.portfolio-filter-1 a {
  background: #fff;
  padding-inline: 20px !important;
}

.portfolio-filter-1 li a {
  font-size: 16px !important;
  text-transform: capitalize !important;
}

.blog-categories ul li a.active {
  background: #004caf;
  color: #fff;
}

.sideimage > div > a {
  margin: 5px 0;
  min-width: 110px;
}

/* ------------------- login start---------------------*/
.footer_logo {
  width: 150px;
}

.field-loginform-password {
  position: relative;
}

.field-loginform-password #password-reveal {
  position: absolute;
  right: 30px;
  top: 11.5px;
}

.login-content {
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
}

.login-box {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 40px;
  margin: 0;
  height: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.login-content h4 {
  color: #064aa3;
  font-size: 22px;
  font-weight: 500;
  margin-left: 55px;
}

.login_left h4 span {
  margin-right: 15px;
  color: #fff;
  background: #064aa3;
  width: 42px;
  font-size: 20px;
  height: 42px;
  line-height: 2.62rem;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 16px;
}

.login-content p {
  padding-left: 55px;
  font-size: 16px;
  margin: 0;
}

.forgot-password {
  font-weight: 600;
  font-size: 15px;
}

.login-box h3 {
  font-size: 30px;
  text-align: center;
}

.signup-or {
  border-bottom: 1px solid #28a745;
  margin: 0 0 30px;
  text-align: center;
}

.signup-or > span {
  background: #28a745 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 100;
  padding: 5px 8px;
  position: relative;
  top: 12px;
  border-radius: 50px;
}

.main_wrapper
  .contact-us-wrapper.pt-90
  .container-fluid.fluid-2
  .row.shadow-lg.rounded-lg.overflow-hidden {
  margin-top: 61px;
}

#loginform-password {
  padding-right: 52px;
}

#contact-form-submit {
  border: unset;
  padding: 9px 23px;
  border-radius: 6px;
  color: #fff;
  transition: all 200ms ease-in-out;
  background: linear-gradient(to right, #0000ab 0, #4285f4 100%);
  color: #fff;
  overflow: hidden;
  border: none;
}

#contact-form-submit:hover {
  background: linear-gradient(to left, #0000ab 0, #4285f4 100%);
  color: #fff;
}

/* ------------------- login end-------*/
.tr-single-body ul li {
  list-style: disc !important;
}

.post-content-inner h3 a:hover {
  color: #0056b3;
}

.job_opportunities {
  flex-wrap: wrap !important;
}

.invalid-feedback {
  display: block !important;
}

.whatsapp-icon {
  width: 50px;
  height: 26px;
  object-fit: contain;
  /* 	transition: all ease .3s;
	animation: moveIcon 1s infinite; */
  margin-bottom: 4px;
}

.text-grey,
.job_list a:hover {
  color: #eeeeeebf;
}

.job_list li a.active:hover {
  color: #004caf !important;
}

.schedule_interview h3 {
  display: flex;
  justify-content: space-between;
  transition: 0.5s all;
  margin: 0;
  color: #fff;
  font-size: 27px;
}

.schedule_interview {
  border-radius: 15px 15px 0px 0px !important;
  background: #004caf;
  color: #fff;
  padding: 15px 30px;
}

/* 5 may css */
.single-blog .single-blog-content h3 a {
  color: #064aa3;
}

.single-blog.single-blog-content h3 a:hover {
  color: #106eb9 !important;
}

.single-blog .single-blog-content .blog-description {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-wrapper .single-blog-content a.btn i {
  display: none;
}

.recent-box a:hover {
  text-decoration: underline;
}

/* ========= */
.form-box h5 {
  color: #222;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.schedule_detail {
  display: flex;
  align-items: baseline;
}

.employer_detail {
  border-bottom: 2px solid #ffda30;
  margin-bottom: 15px;
}

.schedule_detail {
  display: flex;
  align-items: baseline;
  border-radius: 6px;
  background: #e5f3ffb5;
  margin-bottom: 10px;
  padding: 0 20px;
  position: relative;
  line-height: 2.75rem;
  height: 45px;
}

.location-report {
  border-radius: 6px;
  background: #e5f3ffb5;
  margin-bottom: 10px;
  padding: 5px 20px;
}

.schedule_detail::before,
.location-report::before {
  border-radius: 0px 10px 10px 0px;
  background: #004caf;
  width: 3px;
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 32px;
}

.schedule_detail::before {
  top: 50%;
  transform: translate(0%, -50%);
}

.location-report::before {
  top: 8px;
}

.schedule_detail h4 {
  width: 170px;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  line-height: inherit;
}

.schedule_detail h4 span {
  float: right;
  padding-right: 9px;
}

.schedule_detail mark,
.schedule_detail p,
.card-address p {
  font-size: 16px;
  margin-bottom: 8px;
  color: #4d4d4d;
  font-weight: 600;
  margin: 0;
}

.schedule-head {
  color: #000;
  font-weight: 600;
}

.schedule_detail mark {
  background-color: transparent;
}

.address-report {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  line-height: 1.56rem;
  font-family: inherit;
}

.job-details .contact-address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}

.employer-address p {
  font-weight: 600;
}

.website_link {
  color: #004caf;
}

.employer-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* profile update and view css */
.prp-imgbox .avatar-preview {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.prp-imgbox .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.prp-imgbox .avatar-preview img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.prp-imgbox .avatar-preview #uploadform {
  position: relative;
}

.prp-imgbox .avatar-edit input {
  display: none;
}

.prp-imgbox .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.prp-imgbox .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #004caf;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.prp-imgbox .avatar-edit input + label i {
  color: #fff;
}

.profile-info {
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.prp-imgbox::before {
  content: "";
  width: 100%;
  height: 115px;
  position: absolute;
  background: #004caf;
  left: 0;
  top: 0;
}

.profile-info .profile-details {
  display: unset !important;
}

.profile .profile-photo {
  width: 200px;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-right: 0.625rem;
  height: 200px;
  max-width: unset;
  margin: auto;
}

.profile .profile-photo img {
  border: 5px solid #004caf;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-personal-info h5 .pull-end {
  float: initial;
}

.profile-info p {
  color: #828690;
}

.profile-info h4,
.profile-info .h4 {
  color: #464a53 !important;
  font-weight: 600;
  font-size: 18px;
  color: #004caf !important;
}

.skill-title {
  font-size: 16px;
}

.user-content {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.profile-personal-info h5 {
  color: #6f6f6f;
  font-weight: 600;
  font-size: 16px;
  font-family: inherit;
  margin: 0 10px 0 0;
}

.profile-personal-info span {
  font-weight: 600;
}

.profile-tab h4 {
  font-size: 1.2rem;
  color: #004caf;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 4px;
  font-family: inherit;
}

.viewer_detail_wraps {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.edit-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 8px;
}

.edit-section i {
  font-size: 16px;
  color: #004caf;
}

.profile-skills a.btn {
  background-color: #ffffff;
  border-color: #004caf;
  padding: 5px 14px;
  border-radius: 020px;
  font-weight: 500;
  text-transform: capitalize;
  color: #004caf;
  font-size: 13px;
}

.viewer_detail_wraps .caption {
  flex: 1;
  padding-left: 1rem;
}

.viewer_header h5 {
  margin-bottom: 1px;
  font-size: 16px;
  color: #004caf;
}

.viewer_header span {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
  color: #4e5359;
}

.viewer_header ul li {
  list-style: none;
  margin-right: 1rem;
  font-size: 16px;
  color: #4e5359;
  text-transform: capitalize;
}

.viewer_header ul li strong {
  color: #252c41;
}

.viewer_detail_wraps:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.profile-tab .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.profile-tab .nav-item .nav-link {
  font-size: 1rem;
  margin-right: 1.875rem;
  transition: all 0.5s ease-in-out;
  border: none;
  border-bottom: 0.0125rem solid transparent;
  color: #828690;
  font-weight: 600;
}

.profile-tab .nav-item .nav-link:hover,
.profile-tab .nav-item .nav-link.active {
  border: 0;
  background: transparent;
  background: transparent;
  border-bottom: 0.0125rem solid #004caf !important;
  color: #004caf !important;
}

.viewer_detail_wraps {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.viewer_detail_thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin-right: 1rem;
}

.viewer_detail_thumb img {
  border-radius: 50%;
  max-width: 100%;
}

.company-logo-image img {
  max-width: 110px;
}

/* ===== */
.company_detail_outer {
  display: flex;
  gap: 0px 15px;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}

.contact-address li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}

.contact-address li i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 3.125rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #004caf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 25px;
  color: #fff;
}

.contact-address li > i {
  position: absolute;
  left: 0;
  top: 0px;
  width: 35px;
  height: 35px;
  line-height: 2.18rem;
  font-size: 18px;
}

.list-items.contact-address p {
  margin-bottom: 0;
}

.company_logo_wrap {
  width: 120px;
}

.company_logo_wrap img {
  width: 100px;
}

.settings-form .form-group.field-profile-contact_no .iti.iti--allow-dropdown {
  display: block;
}

.add-new-btn {
  background: #004caf;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  width: 25px;
  height: 25px;
  line-height: 1.56rem;
  text-align: center;
}

.edit-experience,
.edit-education,
.update-profile-btn {
  color: #004caf;
  background: #0247a23b;
  width: 35px;
  height: 35px;
  line-height: 2.18rem;
  text-align: center !important;
}

.years-list li {
  display: flex;
  align-items: center;
}

.years-list li i {
  font-size: 3px;
  margin: 0 7px;
}

.add-new-btn:hover {
  color: #fff;
}

.schedule-interview-btn {
  width: fit-content;
}

@media screen and (max-width: 675px) {
  .company_detail_outer {
    flex-wrap: wrap;
  }
  .company_detail_outer .company_logo_wrap {
    margin-bottom: 10px;
  }
}

.verify-icon {
  width: 150px;
  margin: 0 auto;
  padding: 10px;
  background: #279b37;
  text-align: center;
  border-radius: 50%;
  height: 150px;
  line-height: 9.375rem;
  font-size: 56px;
  color: #fff;
}

.verify-icon i {
  font-size: 45px;
  animation: mover 0.5s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY (-17px);

    transform: translateY (-17px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY (-17px);

    transform: translateY (-17px);
  }
}
.verify-text h2 {
  font-size: 60px;
}

.quiz-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 0;
}

.quiz-wrapper .quiz-card .list-view > .summary {
  margin-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #e2ebf6;
  font-size: 18px;
  padding: 10px 0;
}

.quiz-title {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #0887ec 0%,
      #022a5e 8%,
      #0060ad 30%,
      #013f8f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #0d356e 8%,
      #0061af61 25%,
      #022a5c 62.5%,
      #052040 100%
    );
  padding: 20px 30px;
  border-radius: 50px;
  line-height: 2.81rem;
  font-size: 35px;
  height: 80px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 600;
}

.quiz-heading .text-titile {
  letter-spacing: 2px;
}

.page-content,
.interview_wrap {
  background: #fff;
}

.interview_wrap {
  height: 100%;
}

.page-content .card,
.interview_wrap .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  border-radius: 15px;
}

.page-content .card-body,
.interview_wrap .card-body {
  padding: 30px;
}

.page-content .form-control {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 45px;
  line-height: 2rem;
}

.page-content textarea.form-control {
  height: auto;
}

.page-content label {
  margin-bottom: 0.1rem;
}

.background-wrapper {
  border-radius: 20px 0 0 20px;
}

.payment_inner_form_wrapp {
  background-color: #fff;
}

.payment-inner {
  margin-top: 50px;
}

.payment-inner img {
  width: 90px;
  margin: -70px auto 0;
}

.payment-inner h3,
.payment-right-wrapper h2,
.pay-amount {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.payment-right-wrapper h2 {
  margin-bottom: 15px;
}

.payment-qr {
  margin-top: 30px;
}

.success-page .payment-inner {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border: none;
}

.payment_inner {
  border: 1px solid #000;
  max-width: 120px;
  margin: 40px auto 0;
}

.payment_inner img {
  width: 100%;
  margin: 0;
}

.payment-body {
  padding: 95px 0 80px;
}

/* apply-form */
.apply_form .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  border-radius: 15px;
}

.apply_form .prp-imgbox::before {
  border-radius: 15px 15px 0 0;
  display: none;
}

.apply_form .form-control {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 45px;
  line-height: 2rem;
}

.apply_form .card-body {
  padding: 30px;
}

.apply_form .prp-imgbox .avatar-preview {
  background: #fff;
}

.apply_form {
  padding: 100px;
}

.apply_form .card-header {
  background: #004caf;
  color: #fff;
  font-weight: 600;
  border-radius: 15px 15px 0 0 !important;
  font-size: 20px;
}

@media (max-width: 767px) {
  .schedule_detail {
    flex-wrap: wrap;
  }
  .card-address {
    margin-top: 10px;
  }
}

@media (max-width: 399.98px) {
  .schedule_detail h4 {
    width: 133px;
  }
  .card-address {
    max-width: 100%;
  }
}

/* thank you page */
.thankyou_page {
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.thankyou_page::before {
  content: url("../img/top-shape.png");
  position: absolute;
  top: 0;
  left: 0;
}

.thankyou_page::after {
  content: url("../img/bottom-shape.png");
  position: absolute;
  bottom: -8px;
  right: 0;
}

.bottom-dot-img {
  position: absolute;
  left: 25px;
  bottom: 32px;
}

.top-dot-img {
  position: absolute;
  right: 31px;
  top: 27px;
}

.callme-btn {
  color: #004caf;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.call_wrap i {
  width: 20px;
  height: 20px;
  background: #004caf;
  line-height: 1.313rem;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 900;
}

.thankyou_page p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 600;
}

.contact-box .phone-icon {
  min-width: 36px;
  min-height: 36px;
  margin-right: 10px;
}

/* training */
.training-banner,
.career-wrapper {
  padding: 100px 0;
  display: flex;
  background: linear-gradient(to right, #071784 0, #1d8fe4 100%);
  align-items: center;
  justify-content: center;
}

.light-blue {
  color: #1c8be1;
}

.our-qualities-wrappper {
  margin-bottom: 15px;
  padding: 18px 18px 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 94%;
  border-radius: 10px;
  background: #fff;
}

.our-qualities-wrappper p {
  word-break: auto-phrase;
  font-size: 15px;
  text-align: left;
  margin: 0;
}

.our-qualities-wrappper .icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.our-qualities-wrappper .icon-wrapper img {
  object-fit: contain;
}

.our-qualities-wrappper .content-wrapper h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.3px;
}

.blue-background {
  background: linear-gradient(to right, #1d8fe4 0, #071784 100%);
}

.ptb-80 {
  padding: 80px 0;
}

.training-vedio-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}

.training-vedio-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* why join us */
.career-wrapper {
  padding: 100px 0;
  display: flex;
  align-items: center;
}

.btn i {
  animation: 2s infinite arrowanim;
  -webkit-animation: 2s infinite arrowanim;
  font-size: 12px;
  margin-left: 5px;
}

.btn-gredient {
  background: linear-gradient(to right, #0000ab 0, #4285f4 100%);
  color: #fff;
  overflow: hidden;
  border: 0;
}

.btn-gredient:hover,
.btn:focus-visible {
  background: linear-gradient(to left, #0000ab 0, #4285f4 100%);
  color: #fff !important;
  border: 0;
}

@keyframes arrowanim {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}
.color-gredient-orange {
  background-image: linear-gradient(-45deg, #f70d46, #ff8563);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-gredient {
  display: block;
  position: relative;
  line-height: initial;
}

.our-value-wrapper {
  border-radius: 8px;
  position: relative;
}

.sub-heading {
  font-weight: 600;
  background: #d1e5ff;
  width: fit-content;
  padding: 0 10px;
  color: #081f8b;
  border-radius: 5px;
  font-size: 15px;
  height: 29px;
  margin: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.hero-content-wrap h1 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1.3;
}

.section-heading h2 {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 600;
}

.color-gredient-blue {
  background-image: linear-gradient(60deg, #199eff, #2b57e3);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-value-col .img-wrappper img {
  width: 100%;
  height: 100%;
  max-height: 170px;
  object-fit: cover;
}

.our-value-col {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  height: 95%;
}

.our-value-col h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

.btn-block {
  display: block;
  width: 100%;
}

.cta_inner {
  padding: 50px 80px;
  background: #064aa3;
  border-radius: 25px;
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
}

.cta_wrap {
  background-color: transparent;
  position: relative;
}

.cta_wrap::before {
  content: "";
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.footer_top {
  padding: 60px 0 30px;
  color: #fff;
}

/*index*/
.promo-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #064aa3;
  padding: 50px 0px;
}

.promo {
  position: relative;
}

.promo .intro {
  color: #fff;
  position: relative;
  z-index: 10;
}

.promo .intro .title {
  color: #fff;
  font-size: 36px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.promo .intro .summary {
  color: #fff;
  font-size: 22px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 45px;
  text-align: center;
}

.promo .fixed-container {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
}

.promo .signup {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  padding-bottom: 45px;
  color: #fff;
}

.promo .signup .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.promo .signup .summary {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.promo .social {
  background: #6dbd63;
  padding: 8px 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #fff;
  font-size: 13px;
}

.promo .social .line {
  position: relative;
  top: -4px;
  display: inline-block;
  margin-right: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.promo .social .twitter-tweet {
  display: inline-block;
  position: relative;
  top: 2px;
}

.promo .social .fb-like {
  display: inline-block;
  position: relative;
  top: -2px;
}

/* ======= Why Section ======= */
.why .title {
  font-size: 30px;
}

.why .intro {
  font-size: 16px;
  line-height: 1.5;
  color: #3b3434;
  margin-bottom: 0px;
}

.why .benefits .item {
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.why .benefits .item .title {
  margin-bottom: 15px;
  font-size: 22px;
  color: #67bb5c;
}

.why .benefits .item .desc {
  color: #666666;
  font-size: 16px;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.why .benefits .item .icon {
  float: left;
}

.item .action {
  margin-top: 20px;
  display: inline-block;
  color: #f1962b;
  font-size: 1rem;
}

.item .action span {
  position: relative;
  border-bottom: 1px solid #f1962b;
}

.item .action i {
  margin-left: 10px;
}

.item:hover .action span::before {
  width: 100%;
}

.item .action:hover {
  color: #f28402;
}

#why {
  background: #fff;
}

.why .benefits .item .icon .fa,
.why .benefits .item .icon .pe-icon {
  font-size: 58px;
  color: #080707;
  margin-top: 5px;
}

.why .benefits .item .icon .pe-icon {
  font-size: 72px;
}

.why .benefits .item:hover .icon .fa,
.why .benefits .item:hover .icon .pe-icon {
  color: #999;
}

a.btn-cta-secondary,
.btn-cta-secondary,
.all-vacancy-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px !important;
  padding: 0 24px;
  font-weight: 600;
  line-height: 2.813rem;
  height: 45px;
}

a.btn-cta {
  margin-top: 25px;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover,
.all-vacancy-btn:hover {
  color: #064aa3;
  background-color: #fff;
  border: 1px solid transparent;
}

.feature-icon-wrapper {
  position: relative;
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  top: 0;
}

.center-on-small-only:hover .feature-icon-wrapper {
  top: -10px;
}

.icon_div {
  background: #033679b0;
  display: inline-block;
  border-radius: 15px;
  color: #064aa3;
  width: 90px;
  line-height: 5.3rem;
  font-size: 45px;
  height: 85px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.center-on-small-only .triangle-down {
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #02377b;
}

.icon_div img {
  width: 50px;
}

.center-on-small-only {
  transition: all 0.3s ease-in-out;
}

.center-on-small-only .features-content-wrapper {
  height: 100%;
  background: #fff;
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
}

.center-on-small-only h3 {
  font-size: 20px;
  font-weight: 600;
}

.center-on-small-only p {
  color: #060606;
  margin-bottom: 0;
  min-height: 150px;
}

@media screen and (max-width: 991px) {
  .center-on-small-only.text-center {
    max-width: 100%;
    margin: 15px 0;
  }
  .login-box {
    padding: 20px;
  }
  .whychoose .features-content-wrapper {
    min-height: auto !important;
  }
  footer .mw-max-cotent {
    max-width: unset;
  }
}

.carousel-list li {
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  overflow: hidden;
}

.carousel-list li i {
  color: #fff;
  font-size: 1.6em;
  margin-right: 8px;
}

.blog-post.post-single img {
  width: 100%;
}

.blog-post p,
.features-section p {
  text-align: justify;
}

.blog-section .blog-img img {
  width: 100%;
  object-fit: contain;
}

.blog-section .single-blog {
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  box-shadow: 0px 3px 14px 0px rgb(0 0 0/ 10%);
  background: #fff;
  transition: all 0.3s linear;
}

.blog-section .single-blog:hover {
  transform: translateY(-5px);
}

.blog-section .single-blog .blog-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  min-height: 200px;
  height: 200px;
}

.article.blog-post:last-child {
  padding-bottom: 0 !important;
}

article.blog-post {
  padding: 20px;
  margin: 30px 0px;
}

@media (max-width: 991px) {
  .blog-post.post-single img {
    width: 100% !important;
    height: auto !important;
  }
}

.bottom-content {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #060606;
  text-align: center;
}

.why .title {
  font-size: 16px;
}

.title.text-center,
.section-title {
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
  color: #050748;
}

.read-more,
.btn-main {
  margin: 0 auto;
  display: block;
  max-width: 150px;
  text-align: center;
  background: #043c85;
  color: #fff;
  border-color: #043c85;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #043c85;
  border-radius: 8px;
  height: 48px;
  line-height: 3rem;
  font-weight: 600;
}

.read-more:hover {
  background: #fff;
  color: #043c85;
  border-color: #043c85;
}

.read-more i {
  font-size: 13px;
}

/* ======= Why Section ======= */
.why .intro {
  font-size: 16px;
  line-height: 1.5;
  color: #3b3434;
  margin-bottom: 0px;
}

.why .benefits .item {
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.why .benefits .item .title {
  margin-bottom: 0;
  color: #050748 !important;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
}

.why .benefits .item .icon {
  float: left;
}

.why .benefits .item .icon .fa,
.why .benefits .item .icon .pe-icon {
  font-size: 58px;
  color: #080707;
  margin-top: 5px;
}

.why .benefits .item .icon .pe-icon {
  font-size: 72px;
}

.why .benefits .item:hover .icon .fa,
.why .benefits .item:hover .icon .pe-icon {
  color: #999;
}

.why .benefits .item .outer-main .icon {
  float: none;
}

.outer-main {
  background: #ffffff;
  line-height: 1.4rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
    rgba(0, 0, 0, 0.05) 0px 5px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
    rgba(0, 0, 0, 0.05) 0px 5px 10px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  border-radius: 5px 30px 5px 30px;
}

.outer-main:hover {
  background: #ffffff;
  box-shadow: 0px 15px 15px 5px rgba(3, 4, 27, 0.14);
  transform: translateY(-5px);
}

.innericon {
  background: #f1962b;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  margin-bottom: 5px !important;
  padding: 5px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.innericon img {
  filter: brightness(0) invert(1);
  width: 37px;
  height: 47px;
  object-fit: contain;
}

.features {
  padding-top: 80px;
}

.features .item {
  padding: 60px 0;
}

.features .item .title {
  font-size: 22px;
  color: #6dbd63;
  margin-top: 0;
}

.features .item .content p {
  font-size: 16px;
}

.features .figure img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.pagination {
  justify-content: center;
}

.pagination a,
.pagination span {
  background-color: #fff;
  margin-right: 5px;
  padding: 12px 20px;
  color: #48953f;
  border: 1px solid #e3e8ee;
  border-radius: 4px;
}

.site-about .other-wrapper {
  background-color: #fff;
  margin: 50px 0px;
  padding: 20px;
}

.meeting-wrapper {
  padding: 70px 0;
}

.contact-us-wrapper {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
}

footer .list-unstyled li a.btn.btn-success:hover {
  background: #fff;
}

.list-unstyled.d-flex.footer_social li a:hover i {
  color: #28a745 !important;
  border-color: #28a745 !important;
}

.list-unstyled.d-flex.footer_social li a:hover svg path {
  fill: #28a745;
}

.list-unstyled.d-flex.footer_social li a:hover span {
  border-color: #28a745;
}

.footer-bottom a:hover {
  color: #f1962b;
}

#collapsibleNavbar .active.nav-item a {
  color: #24c976 !important;
}

.support-header {
  background: #202736;
}

#accordionFAQ .card-header button {
  background: transparent;
  border: unset;
  color: #fff;
  font-weight: bold;
}

#accordionFAQ .card {
  border: unset;
}

.mainbox a {
  border: 1px solid #6dbd63;
  color: #000;
  display: inline-block;
  padding: 6px 17px;
  font-weight: 100;
  transition: all 200ms ease-in-out;
  line-height: 1.5rem;
}

.mainbox a:hover {
  background: #6dbd63;
  color: #fff;
}

.listhelp a {
  padding: 0;
  border: unset;
  padding-left: 20px;
  background: transparent !important;
}

.listhelp a:hover {
  color: #6dbd63;
}

.list-view.comment-list > .summary:empty {
  display: none;
}

#search-form button:hover {
  background: #6dbd63;
}

.sticky-header.sidebar-open .logo.d-lg-block.d-none {
  display: block !important;
}

.features-block_One {
  margin-bottom: 25px;
}

.features-inner.min-height .f-desc ul {
  padding-left: 5px !important;
}

footer .list-unstyled li a:hover,
.outer-main .content h3:hover,
.post-content-inner h3 a:hover {
  color: #5296ef !important;
}

.pagination li a,
.pagination li span {
  display: inline-block;
}

.pagination li {
  margin-bottom: 20px;
}

.single-blog-content.p-3 .read-more:hover {
  background: #6dbd63;
  color: #fff;
}

.menu-icon a:hover {
  color: #28a745;
}

#loginform-password {
  padding-right: 50px !important;
}

.container.vector .butn.btn-gredient.btn-theme {
  padding: 11px;
}

.portfolio-heading-section .mt-5 {
  margin-top: 0rem !important;
}

.section-ptb {
  padding: 70px 0;
}

.center-on-small-only:hover {
  transform: translateY(-5px);
}

/* silicon certificate section */
.silicon-wrapper {
  background-color: #064aa300;
}

span.silicon-text {
  color: #ed1b24;
}

.silicon-text-title {
  font-size: 28px;
  line-height: 2.4rem;
}

.silicon-wrapper p {
  color: #666666;
}

.features-inner {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  margin-bottom: 26px;
  min-height: 320px;
  padding: 25px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.features-inner:hover {
  box-shadow: 0px 15px 15px 5px rgba(3, 4, 27, 0.14);
  transform: translateY(-5px);
}

.img-wrap {
  float: unset;
  background: #f1962b;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-bottom: 5px !important;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-desc {
  margin-left: 0px;
  margin-top: 10px;
}

.img-wrap img {
  filter: brightness(0) invert(1);
}

.f-desc h3 {
  font-weight: 600;
}

.f-desc h3 a {
  color: #050748 !important;
}

.whychoose {
  background-color: #064aa3;
}

.features-inner ul li {
  font-size: 16px !important;
}

.contact-us-wrapper .btn-main {
  color: #fff;
  max-width: 200px;
  background-color: #004caf;
  line-height: 3rem;
  background: linear-gradient(to right, #0000ab 0, #4285f4 100%);
  color: #fff;
  overflow: hidden;
  border: none;
}

.contact-us-wrapper .btn-main i {
  font-size: 12px;
}

.contact-us-wrapper .btn-main:hover {
  background: linear-gradient(to left, #0000ab 0, #4285f4 100%);
  color: #fff;
}

.features-outer-main .content {
  min-height: 60px;
  display: flex;
  flex-direction: column;
}

.outer-main:hover .innericon {
  border-radius: 4px 15px 4px 15px;
}

.command-update-btn a.btn {
  margin-right: 10px !important;
  margin-bottom: 10px;
}

article.blog-post .post-content h2 {
  text-align: left !important;
}

body.home-page {
  background: #e7f2ff;
}

.tarning-tabs {
  padding-bottom: 2.5rem;
}

.post-content-inner .meta-info li span a {
  background: #fff;
  border: 2px solid #064aa3;
  padding: 0px 7px;
  border-radius: 20px;
  color: #064aa3 !important;
  display: inline-block;
  height: 24px;
  line-height: 1.3rem;
  text-decoration: none !important;
}

.scholarship {
  background: #f9ac0a;
  padding: 16px;
  width: 190px;
  margin: 0 auto;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 30%;
}

a.btn.btn-success.grab_now {
  position: absolute;
  width: 80px;
  left: 30%;
  bottom: -32px;
  font-size: 12px;
  padding: 6px;
  font-weight: 600;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.blink-soft h6 {
  color: #000;
  margin: 0;
  line-height: 1.4;
}

.cap_wrap {
  position: absolute;
  top: -64px;
  left: -77px;
  width: 110px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.text-red {
  color: red;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

/****Landing Page Css Start****/
.section-pd {
  padding-top: 80px;
  padding-bottom: 80px;
}

section {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

/* Banner CSs Start */
.banner-area {
  width: 100%;
  height: auto;
  padding: 150px 0 0;
  overflow: hidden;
  position: relative;
  background-color: #01559d;
}

.banner-area::before {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  transform: rotate(40deg);
  bottom: -45px;
  left: -5px;
  border-radius: 1rem;
  background: linear-gradient(
    to right,
    rgb(255 255 255/ 0%),
    rgb(255 255 255/ 31%)
  );
}

.banner-area::after {
  position: absolute;
  content: "";
  height: 500px;
  width: 500px;
  transform: rotate(40deg);
  top: -45px;
  right: -5px;
  border-radius: 1rem;
  background: linear-gradient(
    to right,
    rgb(255 255 255/ 31%),
    rgb(255 255 255/ 0%)
  );
  z-index: 0;
}

.banner-cont {
  padding-bottom: 80px;
}

.banner-cont h1,
.banner-cont p {
  color: #fff;
}

.banner-cont h1 {
  font-weight: 600;
}

.banner-cont p {
  margin: 25px 0;
}

.banner-img {
  border-radius: 500px 500px 0 0;
  padding-left: 25px;
  margin-left: 50px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner-img img {
  border-radius: 500px 500px 0 0;
  box-shadow: -20px 0 #fff;
  object-fit: cover;
  width: 100%;
}

.btn-theme-dark {
  font-size: 16px;
  line-height: 1.5rem;
  background-color: #f79b2c;
  color: #fff;
  font-weight: 500;
  padding: 14px 30px;
  border: 1px solid #f79b2c;
}

.btn-theme-dark:hover {
  background-color: transparent;
  border: 1px solid #f79b2c;
  color: #f79b2c;
}

.btn-theme-light {
  font-size: 16px;
  line-height: 1.5rem;
  background-color: #fff;
  color: #f79b2c;
  font-weight: 500;
  padding: 14px 30px;
  border: 1px solid #fff;
}

.btn-theme-light:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* Banner CSS End */

/* Category CSS Start */
.outer-box {
  text-align: center;
  margin-bottom: 20px;
}

.outer-box h5 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75rem;
}

.cat-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  margin: 0 auto;
}

.cat-box.box-1 {
  background-color: #f7e9e7;
}

.cat-box.box-2 {
  background-color: #def5f0;
}

.cat-box.box-3 {
  background-color: #e3edfd;
}

.cat-box.box-4 {
  background-color: #fcedcd;
}

.cat-box.box-5 {
  background-color: #dff1dd;
}

.cat-box.box-6 {
  background-color: #f4f3f6;
}

.cat-box.box-7 {
  background-color: #d9ffed;
}

/* Category CSS End */

/* How Work CSS Start */
.how-works-area {
  background-color: #e7f2ff;
}

.how-works-area .box {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.how-works-area .box::before {
  top: 75px;
  content: "";
  width: 102px;
  height: 14px;
  right: -63.8px;
  position: absolute;
  background-image: url("../img/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.how-works-area .row .col:last-child .box::before {
  display: none;
}

.box .icon {
  width: 150px;
  height: 150px;
  line-height: 8.75rem;
  border-radius: 50%;
  transition: all ease 0.5s;
  background-color: #fff;
  border: 1px solid #e0e6e9;
  margin-left: auto;
  margin-right: auto;
}

.box:hover .icon {
  border-color: #f79b2c;
}

.box .number {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 3.1rem;
  border-radius: 50%;
  color: #fff;
  background-color: #f79b2c;
  margin-left: auto;
  margin-right: auto;
}

.box h3 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}

/* How Work CSS End */

/* Why Choose CSS Start */
.choose__listwrap {
  padding-bottom: 40px;
}

.choose__listwrap li:not(:last-child) {
  margin-bottom: 15px;
}

.choose__listwrap li {
  gap: 24px;
}

.choose__listwrap li .choose__icon {
  width: 60px;
  height: 60px !important;
  padding: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  max-height: 60px;
  min-width: 60px;
}

.choose__listwrap li .contentbox {
  width: calc(100% - 70px);
}

.choose__listwrap li .contentbox span.title {
  font-size: 20px;
  font-weight: 600;
  color: #222e48;
  display: block;
}

.choose__listwrap li .contentbox span.pra {
  font-size: 16px;
  font-weight: 400;
  color: #222e48;
  display: block;
}

/* Why Choose CSS End */

/* WHo WE CSS Start */
.who-we-area .who-inner {
  border-radius: 40px;
  padding: 60px;
  overflow: hidden;
  background: #1967d2;
}

.who-we-list,
.list-one {
  position: relative;
}

.who-we-area .who-inner .who-we-list .list-one .list-icon {
  color: #fff;
  display: block;
  font-size: 30px;
  transition: all 0.4s ease;
  margin-top: 8px;
}

.who-we-area .who-inner .who-we-list .list-one {
  margin-bottom: 30px;
  display: flex;
  align-items: start;
}

.who-we-area .who-inner .list-content {
  margin-left: 20px;
}

.who-we-area .who-inner .list-content h4 {
  font-size: 20px;
  line-height: 1.8rem;
  color: #fff;
  margin-bottom: 5px;
}

.who-we-area .who-inner .list-content p {
  line-height: 1.6rem;
  color: #fff;
  margin-bottom: 0;
}

.wh-we-thumb {
  position: relative;
}

.wh-we-thumb img {
  max-width: inherit;
  width: 100%;
}

/*WHo WE CSS End */
@media (max-width: 767px) {
  .cta_inner {
    padding: 25px;
  }
  .outer-box h5 {
    font-size: 15px;
  }
  .who-we-area .who-inner {
    border-radius: 15px;
    padding: 20px;
  }
  .lead {
    font-size: 15px;
  }
}

.woot-widget-bubble.woot-widget--expanded {
  bottom: 15px !important;
}

.portfolio-heading-section .text-center {
  text-align: start !important;
}

.portfolio-heading-section .text-center .area-title {
  margin-left: 5%;
}

.contact-us-wrapper {
  padding-top: 80px;
}

.blog-categories ul li a.active,
.pagination li a:hover,
.pagination li.active a {
  background-color: #064aa3;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .features-inner {
    min-height: 342px;
  }
  .whychoose .features-content-wrapper {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .features-inner {
    min-height: auto;
  }
  .features-block_One {
    padding: 20px 0;
  }
}

/* New Talent Landing Page CSS Start  */

/* banner css start  */
.talent-main-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 120px 0;
}

.talent-main-banner .blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.talent-main-banner .bnr-img-1 {
  position: absolute;
  top: 20%;
  left: 5px;
  animation: move 10s infinite alternate;
  z-index: -1;
  max-width: 200px;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.2));
}

.talent-main-banner .bnr-img-2 {
  position: absolute;
  bottom: 5%;
  left: 45px;
  animation: move 9s infinite alternate;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.2));
  z-index: -1;
  max-width: 150px;
}

.talent-main-banner .form-inner {
  box-shadow: 0 5px 60px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 12px 12px 12px 30px;
  background-color: #fff;
  margin-bottom: 25px;
  max-width: 550px;
}

.talent-main-banner .form-inner input {
  padding: 0 12px;
  box-shadow: none;
}

.talent-main-banner span.input-group-text {
  border: none;
  background: unset;
  padding: 0;
}

.talent-main-banner input.form-control {
  border: none;
}

.talent-main-banner #particle-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.talent-main-banner button.btn.btn-cta.btn-cta-secondary {
  background-color: #051886;
  border-color: #051886;
}

.talent-main-banner button.btn.btn-cta.btn-cta-secondary.primary {
  background: #0d6efd;
  border-color: #0d6efd;
}

.talent-main-banner button.btn.btn-cta.btn-cta-secondary:hover {
  border-color: #051886;
  background-color: transparent;
  color: #051886;
}

.talent-main-banner .sub-title {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 26px;
  color: #ff0000 !important;
}

.talent-main-banner h1,
.talent-main-banner .h1 {
  font-size: 60px;
  font-weight: 800;
  color: #000;
}

.talent-main-banner h1 span {
  color: #0083eb;
}

.talent-main-banner .banner-talent-img {
  width: 100%;
  z-index: -1;
  text-align: center;
  position: relative;
  left: 70px;
}

.talent-main-banner .banner-talent-img .main-media {
  max-width: 140px;
  height: auto;
  object-fit: contain;
}

.talent-main-banner .banner-talent-img .rounded-media-bg {
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: -1;
  max-width: 600px;
  transform: translate(-50%, -50%);
  height: auto;
  animation: bnrRounded 40s infinite linear;
}

@keyframes bnrRounded {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2 {
  right: -5%;
  top: 28%;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  animation: move 6s infinite alternate;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.2));
  position: absolute;
  object-fit: contain;
}

.talent-main-banner .banner-talent-img .main-media-box {
  height: 150px;
  width: 150px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #bfbcbc;
  animation: round-reverse 30s linear infinite;
}

.talent-main-banner .banner-talent-img .main-media-box-1 {
  height: 120px;
  width: 120px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #bfbcbc;
  animation: round 80s linear infinite;
}

@keyframes round {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.talent-main-banner .banner-talent-img .main-media-text img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90px;
  cursor: pointer;
}

@keyframes round-reverse {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.one {
  left: -12%;
  top: 60%;
  animation-delay: 0.3s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.two {
  left: -5%;
  top: -150px;
  animation-delay: 0.4s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.three {
  right: 3%;
  top: -150px;
  animation-delay: 0.3s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.four {
  left: 0%;
  bottom: -170px;
  animation-delay: 0.6s;
  top: auto;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.five {
  right: 0%;
  bottom: -170px;
  animation-delay: 0.3s;
  top: auto;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.six {
  left: 45%;
  top: auto;
  bottom: -260px;
  animation-delay: 0.1s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.seven {
  left: 45%;
  top: -260px;
  bottom: auto;
  animation-delay: 0.3s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.eight {
  left: 58%;
  top: -120px;
  bottom: auto;
  animation-delay: 0.5s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.nine {
  left: 27%;
  top: -142px;
  bottom: auto;
  animation-delay: 0.3s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.ten {
  left: 27%;
  top: auto;
  bottom: -142px;
  animation-delay: 0.7s;
}

.talent-main-banner .banner-talent-img .media-iconbox .iconbox-2.eleven {
  left: 58%;
  top: auto;
  bottom: -120px;
  animation-delay: 0.3s;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
/* banner css end  */

/* about css start  */
.talent-about {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.talent-about .about-heading h2.title,
.talent-about .about-heading .title.h2 {
  font-size: 45px;
  line-height: 1.3;
}

.talent-about .about-heading p {
  font-size: 18px;
  font-weight: 500;
}

.talent-about .check-list {
  margin-bottom: 40px;
}

.talent-about .check-list li {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}

.talent-about .about-thumb {
  background-color: #fff;
  box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 88%;
  float: right;
  margin-right: 12%;
}

.talent-about .about-thumb > img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.talent-about .about-thumb .about-media img {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #fff;
  width: 15%;
  height: 14%;
  object-fit: cover;
  box-shadow: 0 5px 60px rgba(0, 0, 0, 0.2);
}

.talent-about .about-thumb .about-media .card-1 {
  top: 20%;
  left: -12%;
  animation: move 9s infinite alternate;
}

.talent-about .about-thumb .about-media .card-2 {
  bottom: 10%;
  left: -12%;
  animation: move 8s infinite alternate;
}

.talent-about .about-thumb .about-media .card-3 {
  bottom: -12%;
  left: 62%;
  animation: move 7s infinite alternate;
}

.talent-about .about-thumb .about-media .card-4 {
  top: 30%;
  right: -12%;
  animation: move 6s infinite alternate;
}

.talent-about .about-thumb .about-media .card-5 {
  top: -10%;
  left: 40%;
  animation: move 5s infinite alternate;
}

.talent-about .about-thumb .video-bx {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  border: 4px solid #fff;
  left: 6%;
  height: 150px;
  bottom: 15%;
  width: 39%;
  box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.07);
  transform: translate(-50%, 0);
}

.talent-about .about-thumb .video-bx a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #051886;
  color: #fff;
  line-height: 3.1rem;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.talent-about .talent-about .about-thumb::after {
  content: "";
  position: absolute;
  background-image: url(../img/talent/title.png);
  top: -140px;
  right: 0;
  background-position: center;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(50%, 50%);
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  0% {
    transform: translate(50%, 50%) rotate(0deg);
  }

  100% {
    transform: translate(50%, 50%) rotate(360deg);
  }
}

/* about css end  */

/* Job Category css Start  */
.talent-job-category {
  padding-top: 100px;
  padding-bottom: 70px;
}

.talent-job-category .flip-bx {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.talent-job-category .flip-bx .front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.talent-job-category .flip-bx .front,
.talent-job-category .flip-bx .back {
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  text-align: center;
  min-height: 250px;
  height: auto;
}

.talent-job-category .category-box {
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.talent-job-category .category-box::before {
  content: "";
  position: absolute;
  background-image: url(../img/talent/dot1.png);
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  z-index: -1;
}

.talent-job-category .flip-bx .inner {
  transform: translateZ(60px) scale(0.94);
  width: 100%;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
}

.talent-job-category .category-box .icon-bx {
  margin-bottom: 20px;
}

.talent-job-category .category-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.talent-job-category .flip-bx .front::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.4;
  backface-visibility: hidden;
  border-radius: 4px;
}

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

.talent-job-category .flip-bx .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.talent-job-category .flip-bx .front,
.talent-job-category .flip-bx .back {
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 250px;
  height: auto;
}

.talent-job-category .category-box.back {
  background: rgb(13, 110, 253);
}

.talent-job-category .category-box.back::before {
  content: "";
  position: absolute;
  background-image: url(../img/talent/dot1.png);
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  z-index: -1;
}

.talent-job-category .flip-bx:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.talent-job-category .flip-bx:hover .back,
.talent-job-category .flip-bx:hover .front {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.talent-job-category .flip-bx:hover .back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.talent-job-category .category-box.back::before {
  content: "";
  position: absolute;
  background-image: url(../img/talent/dot1.png);
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  z-index: -1;
  filter: grayscale(1);
  filter: brightness(100);
}

.talent-job-category .category-box.back .title a {
  color: #fff;
}

.talent-job-category .front.category-box i {
  font-size: 36px;
}

.talent-job-category .back.category-box i {
  font-size: 36px;
  color: #fff;
}

.talent-job-category .category-content h6 {
  font-size: 24px;
}

/* Job Category css End  */

/* Our process section start  */
.talent-process {
  padding: 100px 0;
}

.talent-process .step-list {
  position: relative;
  z-index: 2;
}

.talent-process .step-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
  padding: 18px;
  margin-bottom: 32px;
  position: relative;
  transition: box-shadow 0.2s;
}

.talent-process .step-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
}

.talent-process .step-icon {
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 3px solid #fff;
  position: relative;
  z-index: 2;
  transition: transform 0.2s;
}

.talent-process .step-card:hover .step-icon {
  transform: scale(1.08) rotate(-6deg);
}

.talent-process .vertical-stepper {
  position: absolute;
  left: 120%;
  top: 32px;
  transform: translateX(-50%);
  width: 6px;
  height: calc(100% - 64px);
  background: linear-gradient(to bottom, #3b82f6 0%, #06b6d4 100%);
  border-radius: 3px;
  z-index: 1;
}

.talent-process .step-dot {
  position: absolute;
  left: 120%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border: 4px solid #3b82f6;
  border-radius: 50%;
  z-index: 3;
  top: 40px;
  transition: border-color 0.2s;
}

.talent-process .step-card:nth-child(2) .step-dot {
  border-color: #22c55e;
}

.talent-process .step-card:nth-child(3) .step-dot {
  border-color: #f59e42;
}

.talent-process .step-card:nth-child(4) .step-dot {
  border-color: #0ea5e9;
}

@media (max-width: 991.98px) {
  .talent-process .vertical-stepper,
  .talent-process .step-dot {
    display: none;
  }
}

/* Our process section end  */

/* why choose us css start  */
.talent-why-choose-us {
  background-color: #fff;
  padding: 100px 0;
}

.work-box {
  background-color: #fff;
  text-align: center;
  padding: 45px 30px;
  transition: all 0.5s;
  border-radius: 6px;
}

.work-box .work-media {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  width: 85px;
  height: 85px;
  line-height: 5.3rem;
  margin: 0 auto 40px;
  border-radius: 20px;
  transform: rotate(45deg);
}

.work-box .work-media svg {
  transform: rotate(-45deg);
}

.work-box.active,
.work-box:hover {
  box-shadow: 0 0 60px rgba(7, 31, 68, 0.1);
  transform: translateY(-10px);
}

/* New Talent Landing Page CSS End  */
.features-block_One {
  padding: 20px 0;
}

/* TRAINING PAGE */
.commn-btn {
  background: #266dca;
  color: #fff;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid #266dca;
  overflow: hidden;
  position: relative;
  height: 45px;
  line-height: 2.6rem;
  border-radius: 8px;
  display: inline-block;
}

.commn-btn:hover {
  background: #fff;
  color: #266dca;
}

.section_title .subtitle {
  margin: 0 0 10px;
  display: inline-flex;
  line-height: 1.7rem;
  font-size: 16px;
  font-weight: 500;
  color: #ff0000;
  text-transform: capitalize;
  align-items: center;
  gap: 10px;
}

.section_title .title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #262a37;
}

.section_title .title span.new-line {
  color: #0083eb;
}

.section_title .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6rem;
  color: #363636;
  margin: 0 auto;
}

.training-banner-area {
  height: fit-content;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.training-banner-area .media-iconbox .iconbox-2 {
  right: -15%;
  top: 10%;
  left: auto;
  width: 165px;
  height: 100px;
  object-fit: cover;
  animation: move 6s infinite alternate;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.2));
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 12px;
}

.training-banner-area .media-iconbox .iconbox-2.left {
  left: 0;
  top: auto;
  bottom: 40px;
  width: 165px;
  height: 110px;
  object-fit: cover;
  animation: move 6s infinite alternate;
  animation-delay: 0.3s;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.2));
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 12px;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(10px);
  }

  75% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

.bnr-img {
  height: 450px;
  border-radius: 12px;
  padding: 0;
  max-width: 570px;
  margin-left: auto;
}

.bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.bnr-img .swiper,
.bnr-img .swiper .swiper-slide,
.bnr-img .swiper .swiper-slide img {
  min-height: 450px;
  width: 100%;
  border-radius: 14px;
}

.bd-partner-area .bd-partner-bg {
  position: relative;
}

.btn.btn-theme-new {
  background: #0083eb;
  padding: 15px 35px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
}

.btn.btn-theme-new:hover {
  color: #fff !important;
}

.btn.btn-theme-new:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: #006bbd;
  border-radius: 50%;
  z-index: -1;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  transition: transform 0.9s;
}

.btn.btn-theme-new:hover:before {
  transition: transform 1s;
  transform: translateX(-45%) translateY(0) scale(1);
  transform-origin: bottom center;
}

.bd-video-btn.secondary {
  color: #ff0000;
}

.bd-video-btn {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #ff0000;
}

.bd-video-btn.secondary .icon {
  border: 2px solid #ff0000;
  color: #ff0000;
  animation: pulse-secondary 2s linear infinite;
}

.bd-video-btn .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  border: 2px solid #ff0000;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ff0000;
  animation: pulse 2s linear infinite;
}
@keyframes pulse-secondary {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }

  70% {
    box-shadow: 00045pxrgba (255, 0, 0, 0);
  }

  100% {
    box-shadow: 0000rgba (255, 0, 0, 0);
  }
}
.bd-video-btn:hover.secondary {
  color: #0083eb;
}

.bd-video-btn:hover.secondary .icon {
  animation: white-pulse 2s linear infinite;
  color: #0083eb;
  border-color: #0083eb;
}

@keyframes white-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 131, 235, 0.5);
  }

  70% {
    box-shadow: 00045pxrgba (0, 131, 235, 0);
  }

  100% {
    box-shadow: 0000rgba (0, 131, 235, 0);
  }
}

.training-banner-area .bnner-content-wrap .subtitle {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  padding: 0;
  border-radius: 20px;
  gap: 10px;
  color: #ff0000;
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.training-banner-area .bnner-content-wrap .subtitle img {
  width: 22px;
}

.training-banner-area .bnner-content-wrap h1 {
  font-size: 42px;
  line-height: 3.75rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.training-banner-area .bnner-content-wrap h1 span {
  color: #0083eb;
  font-style: normal;
  font-weight: 400;
  line-height: 4.6rem;
  text-decoration: 4px underline #0083eb;
}

.training-banner-area .bnner-content-wrap h1 span {
  text-transform: capitalize;
}

.training-banner-area .bnner-content-wrap p {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 400;
  color: #000;
}

.features-sec {
  background-color: #fff;
}

.our-clients {
  background: #fff;
  padding-bottom: 280px;
}

.features-sec .single-feature-box {
  border-radius: 20px;
  background-color: #defff6;
  padding: 16px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

.features-sec .single-feature-box .feature-icon {
  transition: 0.5s;
  width: 50px;
  height: 42px;
}

.features-sec h4.feature-title {
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 500;
  margin-top: 12px;
  transition: 0.5s;
}

.features-sec p.feature-desc {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 400;
  transition: 0.5s;
  margin: 0;
}

.features-sec .single-feature-box.box-2 {
  background-color: #ff000012;
}

.features-sec .single-feature-box.box-2 .educate-hover-box {
  background-color: #ff0000ba;
}

.features-sec .single-feature-box.box-3 {
  background-color: #d0f1ff;
}

.features-sec .single-feature-box.box-3 .educate-hover-box {
  background-color: #15c1fa;
}

.course-design-offer-area {
  background: #fff;
}

.bg-overlay-for-course {
  height: 140px;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 0;
}

.course-design-thumb {
  position: relative;
  overflow: hidden;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  border-radius: 20px;
}

.course-design-thumb video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.course-design-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.course-video-icon a {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  color: #ff0356;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  line-height: 4rem;
  border-radius: 32px;
  background-color: #fff;
  text-align: center;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  z-index: 9;
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.30196078431372547),
      00 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20pxrgba (255, 255, 255, 0.30196078431372547);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.30196078431372547),
      0 0 0 10pxrgba (255, 255, 255, 0.3),
      0 0 0 20pxrgba (255, 255, 255, 0.30196078431372547);
  }

  100% {
    -webkit-box-shadow: 00010pxrgba (255, 255, 255, 0.30196078431372547),
      00020pxrgba (255, 255, 255, 0.30196078431372547),
      00030pxrgba (255, 255, 255, 0);
    box-shadow: 00010pxrgba (255, 255, 255, 0.30196078431372547),
      00020pxrgba (255, 255, 255, 0.30196078431372547),
      00030pxrgba (255, 255, 255, 0);
  }
}

.course-design-offer-area .course-video-icon a::before {
  position: absolute;
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 43px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  left: -11px;
  top: -11px;
}

.course-design-offer-area .course-video-icon a::after {
  position: absolute;
  content: "";
  width: 122px;
  height: 122px;
  border-radius: 61px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.3);
  left: -30px;
  top: -30px;
}

.course-design-offer-area .single-course-offer-box {
  border-radius: 20px;
  background: #008eff;
  position: relative;
  overflow: hidden;
  padding: 50px 40px 52px 40px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-design-offer-area .single-course-offer-box .section_title .title {
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.course-design-offer-area .single-course-offer-box .section_title .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  margin: 0 auto;
}

.about-us {
  background: linear-gradient(to right, #008eff 0, #75c2ff 100%);
}

.about-image img {
  width: 350px;
  border-radius: 10px;
  object-fit: cover;
}

.about-list {
  margin: 20px 0;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.375rem;
  color: #fff;
  font-weight: 600;
}

.about-list li i {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 2.563rem;
}

.about-us .section_title .title,
.about-us .section_title .content {
  color: #fff;
}

.section_title.about-content .section_title .content {
  font-size: 16px;
  line-height: 1.875rem;
}

.enrolled-img {
  margin-top: 0px;
  margin-left: 70px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5px;
  background: #fff;
  border-radius: 12px;
  height: 500px;
}

.enrolled-img img.main-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.enrolled-img .bg-shape {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: -30px;
  right: 0px;
  text-align: center;
}

.enrolled-img .top-content {
  position: absolute;
  top: 140px;
  left: -80px;
  animation: 5s linear 0s infinite normal none running;
  border-radius: 8px;
}

.enrolled-img .enrolled-img-content {
  background-color: #fff;
  display: flex;
  padding: 15px;
  gap: 10px;
  align-items: center;
  border-radius: 8px;
}

.enrolled-img .enrolled-img-content i {
  width: 45px;
  height: 45px;
  line-height: 2.813rem;
  font-size: 20px;
  color: #fff;
  background-color: #ff0000b0;
  border-radius: 8px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.enrolled-img .enrolled-img-content .content {
  text-align: start;
}

.enrolled-img .enrolled-img-content .content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #ff0000b0;
}

.enrolled-img .enrolled-img-content .content p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #555;
}

.enrolled-img .right-content {
  position: absolute;
  bottom: 200px;
  right: -50px;
  border-radius: 8px;
}

.enrolled-img .left-content {
  position: absolute;
  bottom: 70px;
  left: -40px;
  border-radius: 8px;
}

.enrolled-img .enrolled-img-shape .shape1 {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: -1;
}

.course-area {
  background: #fff;
}

.common-tabs {
  border: none !important;
}

.common-tabs.nav-tabs .nav-link.active {
  color: #fff;
  background: #4627f3;
}

.common-tabs.nav-tabs .nav-link {
  border: none !important;
  color: #1e1e1e;
  border-radius: 50px !important;
  padding: 12px 24px;
  line-height: 1.125rem;
  font-size: 15px;
  font-weight: 500;
  background: rgb(85 60 222/ 10%);
}

.course-area .case-study-single-box {
  border-radius: 20px;
  background-color: #f1f9fc;
  padding: 30px 32px 32px;
  margin-bottom: 30px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  height: calc(100% - 30px);
}

.course-area .case-study-single-box.box-2 {
  background-color: #ffeee2;
}

.course-area .case-study-single-box.box-2 .course-btn a {
  background-color: #ff853f;
}

.course-area .case-study-single-box.box-2 .case-study-content h5 {
  color: #ff853f;
  background-color: rgb(255 133 63/ 10%);
  border: 1px solid rgb(255 133 63/ 30%);
}

.course-area .case-study-single-box.box-3 {
  background-color: #e7fff8;
}

.course-area .case-study-single-box.box-3 .case-study-content h5 {
  color: #1ec28e;
  background-color: rgb(30 194 142/ 10%);
  border: 1px solid rgb(30 194 142/ 30%);
}

.course-area .case-study-single-box.box-3 .course-btn a {
  background-color: #1ec28e;
}

.course-area .case-study-thumb {
  position: relative;
  transition: 0.5s;
}

.course-area .case-study-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

.course-area .case-study-thumb img {
  width: 100%;
  border-radius: 20px;
}

.course-area .case-study-content {
  transition: 0.5s;
}

.course-area .case-study-content h5 {
  font-size: 16px;
  line-height: 1.7;
  color: #15c1fa;
  font-weight: 500;
  border-radius: 16px;
  background-color: rgb(21 193 250/ 10%);
  border: 1px solid rgb(21 193 250/ 30%);
  display: inline-block;
  padding: 0 20px;
  margin: 25px 0 17px;
}

.course-area .case-study-content h4 {
  font-size: 24px;
  margin-bottom: 3px;
}

.course-area .qualification ul {
  display: inline-block;
  margin-top: 5px;
}

.course-area .qualification ul li {
  display: inline-block;
}

.course-area .course-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 22px;
  background-color: #15c1fa;
  padding: 9px 28px;
}

.course-area .case-study-single-box:hover .case-study-thumb::before {
  animation: shine 800ms;
}

.course-area .course-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@keyframes shine {
  100% {
    left: 100%;
  }
}
.fun-facts-area {
  position: relative;
  background-color: #fff;
}

.fun-facts-area .shape-image .shape {
  position: absolute;
  z-index: -1;
  left: 6%;
  bottom: 30%;
}

.fun-facts-main-wrapper {
  padding: 50px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0083eb;
  position: relative;
  border-radius: 20px;
}

.single-fun-facts .icon img {
  width: 40px;
}

.single-fun-facts {
  position: relative;
  text-align: center;
}

.single-fun-facts:last-child::after {
  display: none;
}

.single-fun-facts::after {
  position: absolute;
  content: "";
  right: -70%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.single-fun-facts .title {
  margin-top: 20px;
  margin-bottom: 2px;
}

.single-fun-facts .title span {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}

.single-fun-facts span.enr {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.highlights-area {
  background: #fff;
}

.highlights-area .service-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.highlights-area .service-card .inner {
  padding: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0px 20px 46px 0px rgba(38, 50, 56, 0.1);
  transition: all 0.3s ease-in-out;
}

.highlights-area .service-card .inner:hover {
  border: 2px solid #ff0356;
  border-radius: 10px;
  background: linear-gradient(to right, white, white),
    linear-gradient(to right, #1d8fe4 0, #071784 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  transition: all 0.3s ease-in-out;
}

.highlights-area .service-card .icon-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.highlights-area .service-card .icon-title .icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #ff0356;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlights-area .service-card .icon-title .icon img {
  max-height: 60px;
}

.highlights-area .service-card .icon-title .title {
  font-size: 20px;
  line-height: 1.875rem;
  margin: 0;
  color: #130d04;
}

.highlights-area .service-card .inner .content {
  padding-top: 10px;
}

.highlights-area .service-card .inner .content .description {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #7e7e9c;
}

.gallery-block {
  background-color: #fff;
}

.gal-item {
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  height: 300px;
}

.gal-media {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  height: 300px;
}

.gal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease-in-out 0s;
}

.gal-item:hover .gal-media img {
  transform: scale(1.3);
  transition: all 0.8s ease-in-out 0s;
}

.gal-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
  padding: 55px 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-item:hover .gal-hover {
  opacity: 1;
}

.gal-hover i {
  color: #fff;
  font-size: 30px;
  transition: all 0.4s ease-in-out 0s;
}

.fig-overlay {
  margin-top: 20px;
  transform: translateY(-50px);
  transition: all 0.4s ease-in-out 0s;
}

.gal-hover::after {
  border-left: 2px solid #1d8fe4;
  border-right: 2px solid #071784;
  background-image: linear-gradient(to right, #1d8fe4 0, #071784 100%),
    linear-gradient(to right, #071784 0, #1d8fe4 100%);
  background-image: -webkit-linear-gradient(to right, #1d8fe4 0, #071784 100%),
    linear-gradient(to right, #071784 0, #1d8fe4 100%);
  background-image: -moz-linear-gradient(to right, #1d8fe4 0, #071784 100%),
    linear-gradient(to right, #071784 0, #1d8fe4 100%);
  background-image: -ms-(to right, #1d8fe4 0, #071784 100%),
    linear-gradient(to right, #fde642 0, #fd4682 100%);
  background-position: 0 0, 0 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde642',
		endColorstr='#071784', GradientType=1);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  transition: all 300ms linear 0s;
  bottom: 15px;
  content: "";
  display: block;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

.fig-overlay {
  margin-top: 20px;
  transform: translateY(-50px);
  transition: all 0.4s ease-in-out 0s;
}

.why-choose-area {
  background: #e7f2ff;
}

.why-choose-area .choose-item-menu {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  transition: 0.5s;
}

.why-choose-area .choose-item-menu ul {
  margin: 0;
}

.why-choose-area .choose-item-menu ul li {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.why-choose-area .choose-item-menu ul li:nth-child(1),
.why-choose-area .choose-item-menu ul li:nth-child(2),
.why-choose-area .choose-item-menu ul li:nth-child(3),
.why-choose-area .choose-item-menu ul li:nth-child(4) {
  display: inline-block;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  background-color: rgba(30, 194, 142, 0.1);
  border-radius: 10px;
  margin: 0px 25px 20px 0px;
  padding: 14px 100px 14px 25px;
  transition: 0.5s;
}

.why-choose-area .choose-item-menu ul li img:nth-child(1),
.why-choose-area .choose-item-menu ul li img:nth-child(2),
.why-choose-area .choose-item-menu ul li img:nth-child(3),
.why-choose-area .choose-item-menu ul li img:nth-child(4) {
  margin-right: 9px;
}

.why-choose-area .choose-item-menu ul li:hover {
  color: rgb(255, 255, 255);
}

.why-choose-area .choose-item-menu ul li:hover img {
  filter: brightness(0) invert(1);
}

.why-choose-area .choose-item-menu ul li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transform-origin: right center;
  transform: scale(0, 1);
  z-index: -1;
  background: #1ec28e;
  transition: 0.5s;
}

.why-choose-area .choose-item-menu ul li:hover::before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.why-choose-area .choose-item-menu ul li:nth-child(2) {
  background-color: rgba(255, 133, 63, 0.1);
  padding: 14px 55px 14px 25px;
}

.why-choose-area .choose-item-menu ul li:nth-child(2)::before {
  background-color: #ff853f;
}

.why-choose-area .choose-item-menu ul li:nth-child(3) {
  background-color: rgba(166, 76, 249, 0.1);
  padding: 14px 25px 14px 25px;
}

.why-choose-area .choose-item-menu ul li:nth-child(3)::before {
  background-color: #a64cf9;
}

.why-choose-area .choose-item-menu ul li:nth-child(4) {
  background-color: rgba(21, 193, 250, 0.1);
  padding: 14px 25px 14px 25px;
}

.why-choose-area .choose-item-menu ul li:nth-child(4)::before {
  background-color: #15c1fa;
}

.why-choose-area p.choose-suport-des {
  font-size: 16px;
  color: rgb(30, 30, 30);
  font-weight: 600;
  align-items: center;
  display: flex;
  margin-bottom: 25px;
  gap: 10px;
}

.why-choose-area .choose-thumb {
  position: relative;
}

.why-choose-area .choose-skill-box {
  position: absolute;
  right: -82px;
  bottom: 62px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 10px;
  background-color: #fff;
  width: 280px;
  height: 85px;
  padding: 0 0 0 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.why-choose-area .choose-skill-content h3 {
  display: inline-block;
  font-size: 26px;
  line-height: 1.625rem;
  color: #1e1e1e;
  font-weight: 600;
}

.why-choose-area .choose-skill-content span {
  display: inline-block;
  font-size: 26px;
  color: #1e1e1e;
  font-weight: 600;
}

.why-choose-area .choose-skill-content p {
  display: block;
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  margin: 0;
}

.why-choose-area .choose-shape-dot {
  position: absolute;
  top: 0;
  right: 192px;
  animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.why-choose-area .choose-shape-star {
  position: absolute;
  bottom: 145px;
  left: -10px;
  animation: rotateme 8s linear infinite;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.journey-section {
  background: linear-gradient(to right, #1d8fe4 0, #071784 100%);
}

.journey-section h2 {
  font-size: 30px;
  line-height: 2.813rem;
  font-weight: 700;
  text-transform: capitalize;
}

.journey-section p {
  font-size: 16px;
  line-height: 1.75rem;
}

.faq_area {
  background: #fff;
  position: relative;
}

.faq_area .accordion .accordion-item {
  border: none;
  border-radius: 14px;
  background: none;
  margin-top: 30px;
  transition: all 0.4s;
}

.faq_area .accordion .accordion-item button {
  border: none;
  background: none;
  padding: 25px;
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: capitalize;
  position: relative;
}

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

.faq_area .accordion .accordion-item button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 20px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  z-index: 1;
  background: #4627f3;
}

.faq_area .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
  z-index: 3;
  position: absolute;
  right: 27px;
  top: 30px;
}

.faq_area .accordion .accordion-item .accordion-body {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 42px;
  margin-top: -20px;
  padding-bottom: 44px;
  padding-right: 80px;
  text-align: start;
}

.faq_area .accordion .accordion-item .accordion-body ul {
  padding-left: 25px !important;
}

.faq_area .accordion .accordion-item .accordion-body ul li {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;
  list-style: disc;
}

.faq_area .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: #4627f3;
}

.faq_area .accordion .accordion-item.active button {
  color: #fff;
}

.faq_area .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 20px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}

.faq_area .accordion .accordion-item.active button::after {
  filter: brightness(0);
}

.faq_area .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}

/* New Industial Training CSS */
.banner-btn-author-wrapper {
  display: flex;
  align-items: center;
  gap: 39px;
}

.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 .title {
  color: #000;
}

.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 i {
  color: orange;
}

.sm-image-wrapper {
  display: flex;
  align-items: center;
  gap: 13px;
}

.sm-image-wrapper .images-wrap {
  display: flex;
  align-items: center;
}

.sm-image-wrapper .images-wrap img {
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}

.sm-image-wrapper .info .title {
  margin-bottom: 0;
  color: #0083eb;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: -5px;
}

.sm-image-wrapper .info span {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 0;
}

.sm-image-wrapper .images-wrap img.two {
  margin-left: -20px;
}

.sm-image-wrapper .images-wrap img.three {
  margin-left: -20px;
}

#typing-html {
  border-right: 2px solid #0083eb;
  padding-right: 2px;
  line-height: 50px;
  font-weight: bold;
  font-size: inherit;
  animation: blink-caret 0.7s steps(1) infinite;
}

@keyframes blink-caret {
  0%,
  100% {
    border-color: #0083eb;
  }
  50% {
    border-color: transparent;
  }
}

.section-pd-new {
  padding-top: 80px;
  padding-bottom: 0px;
}

.subtitle.white {
  color: #fff;
}

.inside-sliders {
  position: relative;
  overflow: hidden;
}

.inside-sliders::before,
.inside-sliders::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.inside-sliders::before {
  left: 0;
  background: linear-gradient(to right, #f8f9faf7 32%, rgb(248 249 250/ 0%));
}

.inside-sliders::after {
  right: 0;
  background: linear-gradient(to right, #f8f9fa17 37%, rgb(248 249 250));
}

.inside-sliders .swiper-wrapper {
  transition-timing-function: linear !important;
}

.tech-swiper .swiper-slide a,
.tech-swiper-right .swiper-slide a {
  display: block;
  padding: 14px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  color: #777;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  box-shadow: 7px 5px 11px #e9e9e94d;
}

.training-sliders .tech-swiper .swiper-slide a:hover,
.training-sliders .tech-swiper-right .swiper-slide a:hover {
  background: #ff0000;
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.our-clients .tech-swiper .swiper-slide a,
.our-clients .tech-swiper-right .swiper-slide a {
  height: 80px;
}

.our-clients .tech-swiper .swiper-slide a img,
.our-clients .tech-swiper-right .swiper-slide a img {
  height: 100% !important;
  width: 80%;
  object-fit: contain;
  vertical-align: middle;
}

.training-sliders .swiper.tech-swiper,
.training-sliders .swiper.tech-swiper-right {
  padding: 12px 0;
  width: 100%;
}

.btn.btn-white-btn.sm {
  padding: 4px 8px !important;
}

.btn.white-btn {
  background: #fff;
  padding: 15px 35px;
  text-align: center;
  color: #0083eb;
  font-weight: 400;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
}

.btn.white-btn:hover {
  color: #fff !important;
}

.btn.white-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: #0083eb;
  border-radius: 50%;
  z-index: -1;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  transition: transform 0.9s;
}

.btn.white-btn:hover:before {
  transition: transform 1s;
  transform: translateX(-45%) translateY(0) scale(1);
  transform-origin: bottom center;
}

.rotate-animation {
  max-width: 80px;
  width: 80px;
  position: absolute;
  top: -60px;
  right: -100px;
  z-index: 2;
  animation: circle-rotate 10s linear infinite;
}

@keyframes circle-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.float-animation {
  max-width: 80px;
  width: 80px;
  position: absolute;
  bottom: 50px;
  right: -50px;
  animation: float-animation 3s ease-in-out infinite;
  z-index: 2;
}

.float-animation.left-right {
  left: 100px;
  top: 80px;
  animation: left-right-animation 3s ease-in-out infinite;
}

@keyframes left-right-animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes float-animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bd-partner-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("../img/training/world-map.webp");
  background-size: cover;
  z-index: 2;
}

.bd-brand-wrapper.style-five .bd-brand-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.bd-brand-wrapper.style-five .bd-brand-item {
  border: 1px solid #fff;
  transition: all 0.3s linear;
  padding: 15px 15px;
  text-align: center;
}

.bd-brand-item img {
  height: 120px;
  width: 120px;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
}

.bd-brand-wrapper.style-five .bd-brand-item:first-child {
  border-width: 0;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
  border-width: 0 0 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
  border-width: 0 1px 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
  border-width: 0;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
  border-width: 1px 0 0 0;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
  border-width: 1px 0 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
  border-width: 1px 1px 0 1px;
}

.bd-brand-wrapper.style-five .bd-brand-item:last-child {
  border-width: 1px 0 0 0;
}

.placement {
  overflow: visible;
  position: relative;
  top: 12px;
}

.placement-students {
  display: flex;
  gap: 12px;
  justify-content: start;
  margin: 24px 0;
  flex-wrap: wrap;
}

.placement-jobs {
  background: #0083eb;
  padding: 24px;
  border-radius: 14px;
  color: #fff;
  margin-top: -200px;
}

.placement-students img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #fff;
}

.placement-jobs .job-placement {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-card {
  padding: 40px;
  border: 1px solid #ddd8f9;
  position: relative;
  min-height: 310px;
  border-radius: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-content p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 0;
  margin-top: 24px;
}

.testimonial-card h6 {
  color: #0083eb;
  font-size: 18px;
}

.testimonial-author img {
  border: 2px solid #eee;
  display: none;
}

.testimonial-content .stars i {
  color: orange;
  font-size: 16px;
}

.quote-img {
  position: absolute;
  max-width: 50px;
  right: 25px;
  bottom: 17px;
  opacity: 0.6;
}

.discount-bonus .discount-main-img {
  width: 100%;
  max-width: 36%;
  transition: all 0.3s ease-in-out;
}

.discount-card {
  padding: 24px;
  background: #fd5959;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 12px;
  min-height: 277px;
}

.discount-card .tech-disc {
  max-width: 50px;
  position: absolute;
}

.discount-card .tech-disc.first {
  top: 22px;
  left: 45px;
}

.discount-card .tech-disc.second {
  top: 32px;
  right: 45px;
}

.discount-card .tech-disc.third {
  top: 110px;
  right: 56px;
  max-width: 40px;
}

.discount-card .tech-disc.fourth {
  top: 98px;
  left: 54px;
}

.discount-card .tech-disc.fifth {
  top: 175px;
  right: 44px;
}

.discount-card .tech-disc.sixth {
  top: 174px;
  left: 42px;
}

.discount-bonus .discount-card h4 {
  color: #0083eb;
  font-size: 28px;
}

.referral-bonus {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #6e7fff;
  border-radius: 14px;
  height: 100%;
  position: relative;
}

.referral-bonus .refer-main-img {
  max-width: 200px;
}

.referral-bonus.new {
  padding-bottom: 0;
  padding-left: 0;
}

.referral-bonus.new .refer-main-img {
  max-width: 400px;
}

.referral-bonus.new .bonus-call {
  background: #4a4a4a26;
  width: fit-content;
  padding: 8px 20px 8px 20px;
  border-radius: 6px;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}

.training.faq_area .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: unset;
}

.training.faq_area .accordion .accordion-item .accordion-body {
  color: #000;
  padding: 25px;
}

.training.faq_area .accordion .accordion-item button {
  color: #000;
}

.training.faq_area .accordion .accordion-item button {
  background-color: #fff;
}

.training.faq_area .accordion .accordion-item button::before {
  background-color: unset;
  color: #000;
}

.training.faq_area .accordion .accordion-item button::after {
  filter: unset;
}

.training.faq_area .accordion .accordion-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 26px;
}

.bonus-call {
  background: #4a4a4a26;
  width: fit-content;
  padding: 10px 24px 10px 18px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}

.bonus-call:hover {
  background: #eeeeee55;
}

.bonus-call i {
  animation: move-cell 2s linear infinite;
}

@keyframes move-cell {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

/* new footer css start  */
.footer_wrap.new {
  background: #00012e !important;
}

.footer_wrap.new .footer-address-list.link-hover li {
  margin-bottom: 12px;
}

.border-custom.countries {
  padding: 40px 0px;
}

.copyright {
  border-top: 1px solid #ffffff36;
  padding: 20px 0;
}

ul.footer-address-list.link-hover li a {
  position: relative;
  transition: color 0.3s ease-in-out;
}

ul.footer-address-list.link-hover li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #0083eb;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

ul.footer-address-list.link-hover li a:hover::after,
ul.footer-address-list.link-hover li a:focus::after {
  width: 100%;
}

ul.footer-address-list.link-hover li a:hover {
  color: #0083eb;
  text-decoration: none;
}

footer .list-unstyled li a:hover,
.outer-main .content h3:hover,
.post-content-inner h3 a:hover {
  color: #0083eb;
  text-decoration: underline;
}

.text-new-blue {
  color: #0083eb;
}

.section_title .title span.new-line {
  position: relative;
}

.section_title .title span.new-line::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #0083eb;
  bottom: 0;
  left: 0;
}

.footer-blogs li a img {
  max-width: 70px;
  height: 40px;
  object-fit: contain;
  border-radius: 2px;
}

.border-custom {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ffffff36;
}

.footer-badges img {
  max-width: 100px;
}

.footer-badges .main-img.yii-framework {
  max-width: 120px;
  vertical-align: middle;
  height: 100%;
}

.footer-social-media-icons a {
  color: #fff;
  font-size: 16px;
  border-radius: 32px;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 1.875rem;
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}

.footer-social-media-icons a:hover {
  color: #1b37c9 !important;
  background: #fff;
  transform: translateY(-4spx);
}

.footer-social-media-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* new footer css end  */

/* enroll now modal css  */

/* new landing page css version-2  */
.apply-area {
  background-color: #0083eb1f;
  border-radius: 16px;
  padding: 95px 60px;
  overflow: hidden;
}

.apply-area .apply__area__content h2 {
  font-size: 42px;
  color: #000;
  line-height: 3.75rem;
}

.shape__image__six {
  position: absolute;
  left: 46%;
  top: 0;
  max-width: 200px;
}

.apply__area__img {
  position: absolute;
  bottom: -100px;
  left: 0;
}

.apply__area__img img {
  max-height: 350px;
}

.rts__section .single__listing {
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.rts__section .single__listing i {
  background: #0083eb4f;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #0083eb;
  font-size: 18px;
}

.rts__section .single__listing span {
  display: inline-block;
  font-size: 18px;
}

.custom-border {
  border-bottom: 1px solid #00000061;
  height: 100%;
}

.hiring-banner {
  width: 100%;
  height: auto;
  min-height: 680px;
  padding: 60px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiring-banner .main-img-new {
  max-width: 450px;
}

.hiring-banner .bnr-cont h2 {
  font-size: 60px;
  line-height: 5rem;
  color: #1e1e1e;
  font-weight: 600;
  margin: 0;
}

.hiring-banner .bnr-cont h1 {
  font-size: 130px;
  line-height: 10rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #0083eb, #ff0000, #0083eb);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineText 2s linear infinite;
  letter-spacing: 2px;
}

@keyframes shineText {
  to {
    background-position: 200%center;
  }
}

.hiring-banner .bnr-cont p {
  font-size: 16px;
  line-height: 1.875rem;
  color: #1e1e1e;
  font-weight: 400;
  margin: 20px 0 30px;
}

.hiring-banner .search-form {
  max-width: 500px;
  height: 60px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}

.hiring-banner .search-form i {
  color: #afabab;
}

.hiring-banner .search-form .input-group-text {
  background: #fff;
  border-radius: 30px 0 0 10px;
  border: none;
  border-right: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 0 20px;
}

.hiring-banner .search-form .form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 10px !important;
  height: 55px;
  font-size: 16px;
  color: #1e1e1e;
}

.hiring-banner .search-form .form-control::placeholder {
  color: rgb(156, 163, 175) !important;
}

.hiring-banner .search-form .btn {
  border-radius: 0 8px 8px 0;
  height: 60px;
  font-size: 16px;
  padding: 0 18px;
  min-width: 140px;
  background: #0083eb;
  border-color: #0083eb;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.hiring-banner .search-form .btn i {
  animation: none;
  margin: 0;
}

.hiring-banner .search-form .btn:hover {
  background: #006ec6;
  border-color: #006ec6;
}

.home-tags {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.home-tags .marquee-content {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

.home-tags .marquee-content a {
  display: inline-flex;
  color: #1e1e1e;
  transition: color 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5rem;
  background-color: #fff;
}

.home-tags .marquee-content a:hover {
  color: #0083eb;
}

.hiring-banner .banner-tag {
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  color: #0083eb;
  display: inline-block;
}

.hiring-banner .hero-img .img-1 {
  left: -60px;
  position: absolute;
  top: -50px;
  animation: bounceX 6s ease-in-out infinite;
}

.hiring-banner .hero-img .img-2 {
  right: -20px;
  position: absolute;
  top: 30px;
  width: 108px;
  z-index: 1;
  animation: bounceY 6s ease-in-out infinite;
}

.hiring-banner .hero-img .img-3 {
  position: absolute;
  right: -80px;
  top: 350px;
  width: 80px;
  z-index: 1;
  animation: bounceY 6s ease-in-out infinite;
}

.hiring-banner .hero-img .iconbox-small1 {
  border-radius: 16px;
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  margin-left: 0%;
  padding: 15px 25px 15px 15px;
  bottom: 100px;
  top: auto;
  animation: bounceX 6s ease-in-out infinite;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hiring-banner .hero-img .iconbox-small1 .icon {
  background-color: #cef9d6;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 3.25rem;
  text-align: center;
  width: 50px;
  transition: all 0.4s ease;
}

.hiring-banner .details h6 {
  font-size: 18px;
  color: #0083eb;
}

.hiring-banner .details p {
  font-size: 13px;
}

.hiring-banner .hero-img .iconbox-small2 {
  border-radius: 16px;
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  bottom: 250px;
  padding: 15px 25px 15px 15px;
  right: 200px;
  top: auto;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  animation: bounceY 6s ease-in-out infinite;
}

.hiring-banner .hero-img .iconbox-small2 .icon {
  background-color: #222222;
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 3.438rem;
  text-align: center;
  width: 50px;
  transition: all 0.4s ease;
}
@keyframes bounceY {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes bounceX {
  0% {
    transform: translatex(0px);
  }

  50% {
    transform: translatex(-20px);
  }

  100% {
    transform: translatex(0px);
  }
}

.section_title .subtitle {
  margin: 0 0 10px;
  display: inline-flex;
  line-height: 1.75rem;
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: capitalize;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.section_title .subtitle:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 25px;
  left: 0;
  top: -1px;
  background-color: #ff0000;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.2;
}

.section_title .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #363636;
  margin: 0 auto;
}

.hiring-banner.talent-main-banner {
  background-color: aliceblue !important;
  background-image: unset;
}

/* new process section start  */
.our-process-new-box {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  border-radius: 10px;
  border: 1px solid #e9e9e99e;
  box-shadow: rgb(149 157 165/ 14%) 0px 8px 24px;
}

.our-process-new-box span {
  font-size: 28px;
}

.our-process-new-box h6 {
  font-size: 28px;
  color: #369ef1;
}

/* new announcement section start  */
.announcement-section {
  position: relative;
}

.announcement-section-card {
  background: #0083eb;
  padding: 40px 40px;
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.announcement-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.announcement-box.custom-border-right {
  border-right: 1px solid #ffffff47;
}

.announcement-overlay {
  height: 135px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e7f2ff;
}

.announcement-box a {
  font-size: 20px;
  background: #00000008;
  padding: 10px 24px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.announcement-box a:hover {
  background-color: #00000010;
}

/* css card view  */
.herobannerarea .swiper.swiperCards {
  width: 550px;
  height: 520px;
  padding: 10px 0;
}

.herobannerarea .swiper-slide {
  position: relative;
  border-radius: 10px;
  user-select: none;
  height: 100%;
}

.herobannerarea .img-position {
  object-position: 50% 0%;
}

.slider-card-box img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.slider-card-box {
  position: relative;
  background: #fff;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.slider-card-box h2 {
  margin-top: 24px;
  color: red;
}

.slider-card-box span {
  position: absolute;
  top: 0;
  right: 0;
  background: #e0f0fd;
  padding: 4px 12px;
  border-radius: 4px;
  color: #0083eb;
}

.swiper-3d .swiper-slide-shadow {
  background: none;
}

.training-new-cards-slider {
  overflow: hidden;
}

/* why choose us new section css start  */
.why-choose-us-cards {
  padding: 24px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 24px;
}

.why-choose-us-cards .icon {
  min-height: 50px;
  min-width: 50px;
  background: #ff00001f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.why-choose-us-cards .icon i {
  color: #ff0356;
  font-size: 22px;
}

.why-choose-us-cards h2 {
  font-size: 26px;
  color: #000;
}

.sticky-card {
  position: sticky;
  top: 150px;
}

.why-choose-us-img {
  background: #f6cc77;
  border-radius: 10px;
}

.why-choose-us-cards .icon.first {
  background-color: #0051ff2e;
}

.why-choose-us-cards .icon.first i {
  color: #0051ff;
}

.why-choose-us-cards .icon.third {
  background: #16cd1621;
}

.why-choose-us-cards .icon.third i {
  color: #16cd16;
}

.why-choose-us-cards .icon.fourth {
  background: #ffb30026;
}

.why-choose-us-cards .icon.fourth i {
  color: #ffb300;
}

.why-choose-us-new {
  overflow: visible;
}

.why-chose-img-box {
  position: sticky;
  top: 120px;
}

.contact-us-box {
  padding: 40px;
  background: #e7f2ff;
  border-radius: 10px;
}

.contact-us-section {
  padding-bottom: 80px;
}

.contact-card-box {
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px;
}

.contact-us-form {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
}

.contact-us-form .form-control,
.contact-us-form .form-select {
  padding: 12px;
}

.contact-us-form .form-control:focus,
.contact-us-form .form-select:focus {
  box-shadow: none;
}

.contact-us-form .form-control::placeholder {
  color: #b3b3b3;
  font-size: 16px;
}

.text-primary {
  color: #0083eb !important;
}

.call-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  transition: all 0.4s ease-out;
}

.meeting-btn {
  position: absolute;
  top: -132px;
  right: -78px;
  z-index: 99;
  transform: rotate(-90deg) translateX(0%);
}

.meeting-icon {
  background: #0585eb;
  border-radius: 5px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 12px;
  font-size: 19px;
  line-height: 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  border: 1px solid #fff;
}

.meeting-icon i {
  color: #fff;
  animation: phoneani 1s ease infinite;
  font-size: 16px;
  margin: 0;
}

.call-icon {
  background: #0c009d;
  border-radius: 5px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #fff;
}

.call-icon i {
  color: #fff;
  animation: phoneani 1s ease infinite;
  font-size: 16px;
  margin: 0;
}

.whatsapp-bt {
  position: absolute;
  z-index: 99;
  top: 52px;
}

.whatsapp_click {
  height: 42px;
  width: 42px;
  z-index: 11;
  opacity: 1;
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  background: #27b336;
  border-radius: 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #27b336;
  border: 1px solid #fff;
}

.whatsapp_click i {
  color: #fff;
  font-size: 22px;
  animation: phoneani 1s ease infinite;
}

a.btn.btn-theme-new.contact-us {
  padding: 10px 20px;
  font-size: 16px;
  line-height: unset;
  width: fit-content;
}

.pad-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title-wrapper {
  padding: 40px 0 40px;
  position: relative;
  z-index: 1;
}

.about-banner {
  background: linear-gradient(to right, #071784 0, #1d8fe4 100%);
  position: relative;
}

.blog-search-wrapper {
  margin-top: -98px;
  position: relative;
  z-index: 3;
}

.search-blog {
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24),
    0 4px 8px 0 rgba(54, 73, 94, 0.08);
  box-shadow: 0 1px 2px 0 rgba(94, 116, 140, 0.24),
    0 4px 8px 0 rgba(54, 73, 94, 0.08);
  padding: 21px 21px;
  z-index: 20;
  position: static;
  transition: position ease 0.9s;
}

.search-sec {
  display: flex;
  align-items: center;
}

.search-icon {
  font-weight: 500;
  font-size: 20px;
  font-family: "fontawesome";
}

.blog-wrapper {
  padding-top: 66px;
  background: #fff;
}

.post-date {
  background: #e5e7ff;
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  line-height: 1.5;
  font-size: 16px;
}

.post-info .post-title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 10px;
  line-height: 1.625rem;
}

.post-info .post-title a {
  color: #2f2c2c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more-link {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.4px;
  border: 2px solid #0083eb;
  padding: 8px 14px;
  text-decoration: none;
  display: inline-block;
  margin: 4px 0px;
}

.category-widget-wrapper {
  box-shadow: 0.209px 2.993px 54.28px 4.72px rgba(25, 4, 2, 0.05);
  padding: 20px;
}

.category-head {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
}

.blog-filter .blog-filter-list {
  width: 100%;
  display: inline-block;
}

.blog-filter {
  margin-bottom: 0px;
}

.blog-filter .blog-filter-list a {
  padding: 12px 0;
  width: 100%;
  display: flex;
}

.blog-filter .blog-filter-list a:hover {
  box-shadow: 0px 1px 0 0px #15151573 !important;
}

.blog-filter .blog-filter-list a i {
  margin-right: 10px;
  transition: all ease 0.25s;
  margin-top: 4px;
}

.blog-filter .blog-filter-list .heading-title {
  font-size: 16px;
  line-height: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #131313;
  font-weight: 400;
}

.blog-filter-list span {
  margin-left: auto;
}

.post-box-style {
  padding-top: 12px;
}

.news-box-widget {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.media {
  display: flex;
}

.post-box-style .media a.post-img-holder {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 4px;
  padding-bottom: 25%;
  width: 140px;
  position: relative;
  flex: 0 0 34%;
  height: 40px !important;
  display: block;
}

.post-box-style .media a.post-img-holder img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.2, 0.96, 0.34, 1);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.date,
.post-box-date {
  display: block;
  font-size: 13px;
  color: #172c59;
}

.post-box-style .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
}

.blog-latest-post .btn-theme-new {
  border-color: #0083eb;
}

.post-bottom {
  margin-top: 15px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.post-bottom ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.social-share li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.social-share li:not(:last-child) {
  margin-right: 5px;
}

.social-share li a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 25px;
}

.social-share li .gmail {
  background: #d91010 !important;
}

.social-share li a.linkedin {
  background: #007ab9 !important;
}

.social-share li a.facebook {
  background: #3a589b !important;
}

.social-share li a.twitter {
  background: #000 !important;
}

.social-share li a.whatsapp {
  background: #189d0e !important;
}

.blog-des strong {
  font-size: 18px;
  color: #051886;
}

.search-sec input,
.search-sec form {
  width: 100%;
}

.search-sec input {
  border: 0px;
  padding-left: 20px;
}

.job-listing-area .card-header,
.tarning-tabs .card-header,
.career-social .card-header,
.job-details .tr-single-box .card-header {
  background: linear-gradient(to left, #0000ab 0, #4285f4 100%);
  padding: 1rem;
}
