@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
.color-white {
  color: #fff;
}

.gray-800 {
  color: #1d2939;
}

.gray-600 {
  color: #475467;
}

.color-border {
  color: #f2f4f7;
}

.gray-500 {
  color: #667085;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(81.74deg, #096eb4 9.33%, #b0d27a 93.78%);
}

.ic-section-space {
  padding: 120px 0px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space {
    padding: 40px 0px;
  }
}

.ic-section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-top {
    padding-top: 40px;
  }
}

.ic-section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-bottom {
    padding-bottom: 40px;
  }
}

.ic-section-margin-bottom {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-margin-bottom {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-margin-bottom {
    margin-bottom: 40px;
  }
}

.ic-section-header-space {
  margin-bottom: 60px;
}

.ic-content-space {
  margin-bottom: 30px;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ic-social ul {
  display: flex;
}
.ic-social ul li {
  margin-right: 10px;
}
.ic-social ul li:last-child {
  margin-right: 0px;
}
.ic-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 10px;
  background-color: #fff;
  transition: all 0.5s;
}
.ic-social a i {
  font-size: 14px;
  color: #fff;
}
.ic-social a:last-of-type {
  margin-right: 0px;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: static;
  align-items: center;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 8px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #096eb4;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: linear-gradient(84.67deg, #096eb4 46%, #b5d384 100%);
}
.slick-dots li.slick-active button::after {
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.slick-dots li.slick-active button::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  content: "";
  background-color: #096eb4;
  border-radius: 50%;
  z-index: 1;
}

/**Select**/
.ic-select {
  display: block !important;
  width: 100% !important;
}
.ic-select .dropdown-item.active,
.ic-select .dropdown-item:active {
  background-color: #f2f4f7;
  color: #475467;
}
.ic-select .dropdown-item {
  padding: 8px 16px;
}
.ic-select .dropdown-menu {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.ic-select .dropdown-toggle {
  padding: 0px 24px;
  height: 48px;
  line-height: 48px;
  background-color: #f5f6f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.ic-select .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 1650px) {
  .ic-select .dropdown-toggle {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-select .dropdown-toggle {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-select .dropdown-toggle {
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
  }
}
.ic-select .dropdown-toggle .filter-option-inner-inner {
  color: #475467;
  font-size: 16px;
}
.ic-select .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.ic-select .dropdown-toggle::after {
  content: "\ea4e";
  font-family: "remixicon" !important;
  font-style: normal;
  border: none;
  font-size: 22px;
  color: #475467;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1650px) {
  .ic-select .dropdown-toggle::after {
    font-size: 20px;
  }
}
.ic-select .dropdown-toggle:focus {
  outline: none !important;
  border: none !important;
}
.ic-select .bs-title-option {
  color: red;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

h1, h1 span {
  font-size: 72px;
  line-height: 108px;
  font-weight: 600;
}
h2, h2 span {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
}
@media only screen and (max-width: 575.98px) {
  h2, h2 span {
    font-size: 30px;
    line-height: 48px;
  }
}
.h2-2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.h3-2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.sub-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.sub-2 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.sub-3 {
  font-size: 16px;
  line-height: 120%;
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.body-2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.body-3 {
  font-size: 14px;
  line-height: 18px;
}

.ic-btn {
  height: 48px;
  padding: 0px 16px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  background: #abd372;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  line-height: unset;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn {
    height: 45px;
    padding: 0px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn {
    height: 40px;
    padding: 0px 12px;
    font-size: 14px;
  }
}
.ic-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.ic-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(42.92deg, #096eb4 5.09%, #b0d27a 98.47%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.ic-btn:hover {
  color: #fff;
}
.ic-btn:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.ic-btn:hover::after {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.ic-btn.btn-outline {
  border: 1px solid #abd372;
  background: transparent;
  color: #abd372;
}
.ic-btn.btn-outline::after {
  display: none;
}
.ic-btn.btn-outline:hover {
  color: #fff;
  border: 1px solid transparent;
}
.ic-btn.btn-outline-gradient {
  background: transparent;
}
.ic-btn.btn-outline-gradient span {
  font-weight: 500;
  background: linear-gradient(96.38deg, #096eb4 8.48%, #b0d27a 110.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-btn.btn-outline-gradient i {
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-btn .icon-left {
  margin-right: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn .icon-left {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn .icon-left {
    margin-right: 8px;
  }
}
.ic-btn .icon-right {
  margin-left: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn .icon-right {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn .icon-right {
    margin-left: 8px;
  }
}
.ic-btn i {
  font-size: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn i {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn i {
    font-size: 18px;
  }
}

button:focus {
  outline: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 18px;
}

.form-control {
  border: 1px solid #D0D5DD;
  height: 44px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #475467;
}
.form-control::placeholder {
  color: #475467;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1d2939;
  padding-bottom: 6px;
}

.ic-footer-area {
  background: linear-gradient(81.74deg, #096eb4 9.33%, #b0d27a 93.78%);
}

.ic-footer-top-section {
  padding-bottom: 200px;
}

.ic-footer-subscription-wraper {
  background-color: #fff;
  padding: 50px 60px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  margin-top: -230px;
  margin-bottom: 90px;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer-subscription-wraper {
    padding: 50px 60px;
    margin-top: -230px;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-footer-subscription-wraper {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer-subscription-wraper {
    padding: 40px 40px;
    margin-top: -220px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-subscription-wraper {
    margin-bottom: 80px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-subscription-wraper {
    padding: 30px 20px;
  }
}
.ic-footer-subscription-wraper .ic-subscribe-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-subscription-wraper .ic-subscribe-btn {
    text-align: center !important;
    margin-top: 20px;
  }
}
.ic-footer-subscription-wraper .ic-subscribe-btn .looking-job-content {
  margin-left: 25px;
}
.ic-footer-subscription-wraper .ic-subscribe-btn .looking-job-content .body-3 {
  margin-bottom: 4px;
}
.ic-footer-subscription-wraper .ic-subscribe-btn .looking-job-content .body-2 {
  background: linear-gradient(92.75deg, #096eb4 16.21%, #b0d27a 92.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media only screen and (max-width: 991.98px) {
  .ic-footer-left {
    text-align: center;
    margin-bottom: 40px;
  }
}
.ic-footer-left .footer-description p {
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-left .ic-social ul {
    justify-content: center;
  }
}

@media only screen and (max-width: 575.98px) {
  .ic-footer-widget {
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer-widget .mb-40 {
    margin-bottom: 15px;
  }
}
.ic-footer-widget ul li {
  margin-bottom: 10px;
}
.ic-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.ic-footer-widget a {
  color: #fff;
  line-height: 200%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.ic-footer-widget a:hover {
  color: #1d2939;
}
.ic-footer-widget p {
  color: #fff;
}

.ic-company-widget {
  padding-left: 38px;
}
@media only screen and (max-width: 991.98px) {
  .ic-company-widget {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-company-widget {
    margin-bottom: 20px;
  }
}

.ic-support-widget {
  padding-left: 65px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-support-widget {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-support-widget {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-support-widget {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-support-widget {
    margin-bottom: 20px;
  }
}

.ic-footer-main-wraper {
  padding-bottom: 100px;
}

.ic-footer-copyright {
  border-top: 1px solid rgba(234, 236, 240, 0.5);
  text-align: center;
  padding: 20px 0px;
}
.ic-footer-copyright .copyright-content a {
  color: #fff !important;
}

/**Scroll To TOP CSS**/
@keyframes ic_up_down {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.ic-scroll-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  color: #fff;
  font-size: 32px;
  text-align: center;
  position: fixed;
  right: 4%;
  text-decoration: none;
  z-index: 999;
  animation: ic_up_down 3s linear infinite;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-scroll-top {
    bottom: 8% !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-scroll-top {
    display: none;
  }
}
.ic-scroll-top:hover {
  color: #fff;
}

/**Header CSS***/
.ic-header-area {
  padding: 0px 0px;
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.ic-header-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ic-navbar-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ic-navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav {
    display: block;
  }
}
.ic-navbar-nav .ic-nav-item .ic-nav-link {
  font-size: 16px;
  text-transform: capitalize;
  padding: 12px 20px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    display: block;
    padding: 12px 0px;
    color: #1d2939;
  }
}
.ic-navbar-nav .ic-nav-item .ic-nav-link:hover {
  color: #abd372;
}
.ic-navbar-nav .ic-nav-item .ic-nav-link:hover::after {
  width: 40px;
}
.ic-navbar-nav .ic-nav-item .ic-nav-link::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: 0;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link::after {
    left: 8px;
  }
}
.ic-navbar-nav .ic-nav-item .ic-nav-link.active::after {
  width: 40px;
}

@keyframes lienAnimation {
  0% {
    width: 0px;
    height: 4px;
  }
  50% {
    width: 8px;
    height: 4px;
  }
  100% {
    width: 16px;
    height: 4px;
  }
}
@keyframes lienAnimation2 {
  0% {
    width: 0px;
    height: 4px;
  }
  50% {
    width: 8px;
    height: 4px;
  }
  100% {
    width: 16px;
    height: 4px;
  }
}
.ic-navbar-login-reg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-login-reg {
    padding-left: 0px;
  }
}
.ic-navbar-login-reg .ic-navbar-login {
  margin-right: 8px;
}
@media only screen and (max-width: 767.98px) {
  .ic-navbar-login-reg .ic-navbar-login {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-navbar-login-reg .ic-navbar-reg {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .ic-header-brand img {
    max-width: 200px;
    height: 80px;
  }
}

/**Mobile-menu**/
.ic-mobile-login-dropdown .btn {
  background: linear-gradient(42.92deg, #096eb4 5.09%, #b0d27a 98.47%);
  border: none;
  color: #fff;
  display: none;
}
.ic-mobile-login-dropdown .btn:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
  .ic-mobile-login-dropdown .btn {
    display: block;
  }
}
.ic-mobile-login-dropdown .btn::after {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon {
    margin-left: 10px;
  }
}
.ic-mobile-menu-icon .ic-mobile-menu-open {
  width: 40px;
  display: none;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open {
    display: block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open {
    width: 35px;
  }
}
.ic-mobile-menu-icon .ic-mobile-menu-open:hover span {
  width: 100% !important;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span {
  height: 4px;
  display: block;
  margin: 7px 0px;
  margin-bottom: 0px;
  transition: all 0.3s;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  margin-left: auto;
  background: linear-gradient(42.92deg, #096eb4 5.09%, #b0d27a 98.47%);
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(2) {
  width: 80%;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(3) {
  width: 60%;
}
@media only screen and (max-width: 767.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open span {
    height: 4px;
  }
}

.ic-mobile-logo-close {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 24px 0px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-logo-close {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
  }
}
.ic-mobile-logo-close::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 1px;
  background-color: #f2f4f7;
  left: -24px;
  bottom: 10px;
}
.ic-mobile-logo-close .logo img {
  width: 60px;
}
.ic-mobile-logo-close .ic-menu-close {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(42.92deg, #096eb4 5.09%, #b0d27a 98.47%);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-mobile-logo-close .ic-menu-close i {
  font-size: 20px;
  color: #fff;
}

.ic-mobile-social {
  display: none;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-social {
    display: block;
  }
}
.ic-mobile-social .contact a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}
.ic-mobile-social ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-mobile-social ul li {
  margin-right: 16px;
}
.ic-mobile-social ul li a {
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(30, 34, 40, 0.7);
    top: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-warper {
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    padding: 0px 24px 0px;
    overflow-y: auto;
    transform: translateX(-100%);
    min-width: 320px;
    animation: unset !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-warper.active {
    transform: translateX(0%);
  }
}

.ic-our-values-area {
  position: relative;
}

.ic-our-values-wraper {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-values-wraper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-our-values-wraper {
    margin-bottom: 50px;
  }
}

.ic-our-values-left {
  padding-left: 24px;
  position: relative;
}
.ic-our-values-left::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: -20px;
  left: 0;
  border: 2px solid transparent;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.ic-our-values-left .responsive-video-poster {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  z-index: 0;
}
.ic-our-values-left .responsive-video-poster::before {
  padding-top: 69%;
}
.ic-our-values-left .responsive-video-poster .video-overlay {
  z-index: unset;
}
.ic-our-values-left .ic-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.ic-our-values-left .ic-play-button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 66px;
  height: 66px;
}
.ic-our-values-left .ic-play-button .button-outer-circle {
  background: linear-gradient(142.8deg, rgba(9, 110, 180, 0.25) 18.6%, rgba(176, 210, 122, 0.25) 51.88%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.ic-our-values-left .ic-play-button .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.ic-our-values-left .ic-play-button .button-icon svg {
  fill: rgba(14, 17, 21, 0.75);
}
.ic-our-values-left .ic-play-button .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  stroke: rgba(14, 17, 21, 0.75);
}
.ic-our-values-left .ic-play-button .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}
.ic-our-values-left .ic-play-button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}
.ic-our-values-left .ic-play-button .has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

.ic-our-values-right {
  padding-left: 40px;
}
@media only screen and (max-width: 991.98px) {
  .ic-our-values-right {
    padding-left: 0;
    padding-top: 40px;
  }
}
.ic-our-values-right .ic-our-values-content p {
  color: #475467;
  margin-bottom: 20px;
}
.ic-our-values-right .ic-our-values-content p:last-child {
  margin-bottom: 0px;
}

.ic-why-placement-plus .placement-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-why-placement-plus .placement-list ul li {
  margin-right: 50px;
  color: #475467;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-why-placement-plus .placement-list ul li {
    margin-right: 14px;
  }
}
.ic-why-placement-plus .placement-list ul li i {
  margin-right: 8px;
  font-size: 20px;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-why-placement-plus .placement-list ul li:last-child {
  margin-right: 0px;
}

/**Featured Jobs CSS**/
.ic-featured-job-bg-wraper {
  position: relative;
  padding-bottom: 315px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-job-bg-wraper {
    padding-bottom: 233px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-job-bg-wraper {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-job-bg-wraper {
    padding-bottom: 210px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-job-bg-wraper {
    padding-bottom: 137px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-job-bg-wraper {
    padding-bottom: 299px;
  }
}
.ic-featured-job-bg-wraper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(14, 17, 21, 0.75);
}
.ic-featured-job-bg-wraper .ic-heading {
  position: relative;
}
.ic-featured-job-bg-wraper .ic-heading p {
  padding: 0px 40px;
}

.ic-featured-job-item-wraper {
  margin-top: -270px;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-job-item-wraper {
    margin-top: -234px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-job-item-wraper {
    margin-top: -175px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-featured-job-item-wraper {
    margin-top: -222px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-job-item-wraper {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-featured-job-item-wraper {
    margin-top: -335px;
  }
}

.ic-featured-job-item {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.ic-featured-job-item:hover {
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.ic-featured-job-item:hover .item-img img {
  transform: scale(1.02);
}
.ic-featured-job-item .item-img {
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.ic-featured-job-item .item-img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  border-radius: 16px 16px 0px 0px;
  width: 100%;
}
.ic-featured-job-item .item-content {
  padding: 20px 35px 35px;
  border: 1px solid #f2f4f7;
  border-top: none;
}
@media only screen and (max-width: 767.98px) {
  .ic-featured-job-item .item-content {
    padding: 20px 15px 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-featured-job-item .item-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.ic-featured-job-item .item-content .info p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.ic-featured-job-item .item-content .info p:last-child {
  margin-bottom: 0px;
}
.ic-featured-job-item .item-content .info p i {
  width: 20px;
  font-size: 20px;
  color: #475467;
}
.ic-featured-job-item .item-content .info p span {
  color: #475467;
  margin-left: 8px;
  flex: 1;
}
.ic-featured-job-item .view-details .ic-btn {
  border: 1px solid #096eb4;
  padding: 0px 60px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .ic-featured-job-item .view-details .ic-btn {
    padding: 0px 30px;
  }
}
.ic-featured-job-item .view-details .ic-btn:hover {
  border: 1px solid transparent;
}
.ic-featured-job-item .view-details .ic-btn:hover span {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.ic-featured-job-item .view-details .ic-btn:hover i {
  color: #fff;
}
.ic-featured-job-item .view-details .ic-btn span {
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
}
.ic-featured-job-item .view-details .ic-btn i {
  color: #abd372;
}

/**Our Focus CSS**/
.ic-our-focus-wraper {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  padding: 100px 0px;
}
@media only screen and (max-width: 767.98px) {
  .ic-our-focus-wraper {
    padding: 50px 0px;
  }
}
.ic-our-focus-wraper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.67deg, rgba(9, 110, 180, 0.95) 0.46%, rgba(181, 211, 132, 0.95) 100%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  top: 0;
  left: 0;
}

.ic-our-focus-left {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 991.98px) {
  .ic-our-focus-left {
    padding-left: 20px;
    padding-bottom: 45px;
  }
}

.ic-our-focus-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-left: 15px;
}
@media only screen and (max-width: 1366px) {
  .ic-our-focus-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-focus-right {
    gap: 10px;
  }
}

.ic-focus-right-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex: 0 0 42%;
}
@media only screen and (max-width: 1366px) {
  .ic-focus-right-item {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 480px) {
  .ic-focus-right-item {
    flex: 0 0 100%;
  }
}
.ic-focus-right-item .icon {
  flex: 0 0 auto;
  width: 40px;
  margin-right: 20px;
}
.ic-focus-right-item .icon span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .ic-focus-right-item .icon span {
    width: 30px;
    height: 30px;
  }
}
.ic-focus-right-item .icon span i {
  font-size: 24px;
}
@media only screen and (max-width: 575.98px) {
  .ic-focus-right-item .icon span i {
    font-size: 20px;
  }
}
.ic-focus-right-item .content {
  flex: 1;
}
.ic-focus-right-item .content p {
  font-size: 14px;
}

/**Service HR CSS**/
.ic-service-hr-area {
  position: relative;
}
.ic-service-hr-area::after {
  content: "";
  background: linear-gradient(42.92deg, #096eb4 5.09%, #b0d27a 98.47%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}
@media only screen and (max-width: 991.98px) {
  .ic-service-hr-area::after {
    width: 100%;
  }
}

.ic-service-hr-left {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .ic-service-hr-left {
    display: none;
  }
}
.ic-service-hr-left img {
  height: 100%;
}

.ic-service-hr-right {
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width: 991.98px) {
  .ic-service-hr-right {
    padding-left: 0;
  }
}
.ic-service-hr-right .service-list ul li {
  list-style-position: outside;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 18px;
  color: #fff;
}
.ic-service-hr-right .service-list ul li span {
  flex: 1;
  color: #fff;
}
.ic-service-hr-right .service-list ul li:last-child {
  margin-bottom: 0px;
}
.ic-service-hr-right .service-list ul li i {
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
  flex: 0 0 auto;
  width: 18px;
}

/**Testimonial**/
.ic-testimonial-area .ic-heading {
  padding: 0px 40px;
}
@media only screen and (max-width: 575.98px) {
  .ic-testimonial-area .ic-heading {
    padding: 0;
  }
}
.ic-testimonial-area .ic-heading h2, .ic-testimonial-area .ic-heading h2 span, h2 .ic-testimonial-area .ic-heading span {
  padding: 0px 100px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-testimonial-area .ic-heading h2, .ic-testimonial-area .ic-heading h2 span, h2 .ic-testimonial-area .ic-heading span {
    padding: 0px 51px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-testimonial-area .ic-heading h2, .ic-testimonial-area .ic-heading h2 span, h2 .ic-testimonial-area .ic-heading span {
    padding: 0;
  }
}

.ic-testimonial-wraper .slick-dots {
  margin-top: 30px;
}
@media only screen and (max-width: 575.98px) {
  .ic-testimonial-wraper .slick-dots {
    margin-top: 10px;
  }
}
.ic-testimonial-wraper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ic-testimonial-wraper .slick-list {
  padding: 0px 0px !important;
}

.ic-testimonial-item {
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #f2f4f7;
  padding: 20px 24px;
  box-shadow: 0px 0.833247px 1.66649px rgba(16, 24, 40, 0.05);
  margin: 0px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.ic-testimonial-item .user-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-testimonial-item .user-info .user-image {
  flex: 0 0 auto;
  width: 55px;
}
.ic-testimonial-item .user-info .user-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.ic-testimonial-item .user-info .user-content {
  padding-left: 16px;
}
.ic-testimonial-item .user-info .user-content .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #475467;
}
.ic-testimonial-item .user-info .user-content .designation {
  font-size: 12px;
  line-height: 15px;
  color: #475467;
}
.ic-testimonial-item .description p {
  font-size: 14px;
  line-height: 22px;
  color: #667085;
}
.ic-testimonial-item .quote-icon {
  width: 35px;
  height: 26px;
  background-image: url("/assets/images/quote.svg");
}
.ic-testimonial-item.slick-current {
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.ic-testimonial-item.slick-current .user-info .user-image {
  flex: 0 0 auto;
  width: 70px;
}
.ic-testimonial-item.slick-current .user-info .user-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.ic-testimonial-item.slick-current .user-info .user-content .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1d2939;
}
.ic-testimonial-item.slick-current .user-info .user-content .designation {
  font-size: 16px;
  line-height: 19px;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-testimonial-item.slick-current .description p {
  font-size: 16px;
  line-height: 26px;
}
.ic-testimonial-item.slick-current .quote-icon {
  width: 40px;
  height: 30px;
  background-image: url("/assets/images/color-quote.svg");
}

/**Sourcing Area CSS**/
.ic-sourcing-area {
  position: relative;
  overflow: hidden;
}
.ic-sourcing-area::after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991.98px) {
  .ic-sourcing-area::after {
    width: 100%;
  }
}

.ic-sourching-area-left {
  position: relative;
  padding-right: 40px;
}
.ic-sourching-area-left .sourcing-list li {
  list-style-position: outside;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 18px;
  color: #fff;
}
.ic-sourching-area-left .sourcing-list li span {
  flex: 1;
  color: #fff;
}
.ic-sourching-area-left .sourcing-list li:last-child {
  margin-bottom: 0px;
}
.ic-sourching-area-left .sourcing-list li i {
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
  flex: 0 0 auto;
  width: 18px;
}

.ic-sourching-area-right {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .ic-sourching-area-right {
    display: none;
  }
}
.ic-sourching-area-right img {
  height: 100%;
}

/**Pricing Area css**/
.ic-pricing-area {
  padding-bottom: 224px;
}
@media only screen and (max-width: 767.98px) {
  .ic-pricing-area {
    padding-bottom: 50px;
  }
}

.ic-pricing-item {
  background-color: #fff;
  border: 1px solid #f2f4f7;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  box-shadow: 0px 0.833247px 1.66649px rgba(16, 24, 40, 0.05);
  padding: 20px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-pricing-item {
    padding: 20px 20px;
  }
}
.ic-pricing-item:hover {
  box-shadow: 0px 6px 16px rgba(16, 24, 40, 0.06);
}
.ic-pricing-item .plan-info {
  margin-bottom: 80px;
}
.ic-pricing-item .plan-info h4 {
  font-size: 20px;
}
.ic-pricing-item .price h2, .ic-pricing-item .price h2 span, h2 .ic-pricing-item .price span {
  font-size: 30px;
}

.get-start-btn .ic-btn {
  border: 1px solid #096eb4;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .get-start-btn .ic-btn {
    padding: 0px 10px;
  }
}
.get-start-btn .ic-btn:hover {
  border: 1px solid transparent;
}
.get-start-btn .ic-btn:hover span {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.get-start-btn .ic-btn:hover i {
  color: #fff;
}
.get-start-btn .ic-btn span {
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 1399.98px) {
  .get-start-btn .ic-btn span {
    font-size: 14px;
  }
}
.get-start-btn .ic-btn i {
  color: #abd372;
}

/**Benifits Area css**/
.ic-benifits-area {
  position: relative;
}
.ic-benifits-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 21, 0.75);
  z-index: 0;
}

.ic-benifits-left {
  position: relative;
  z-index: 9;
}
.ic-benifits-left .benifits-list li {
  list-style-position: outside;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 18px;
  color: #fff;
}
.ic-benifits-left .benifits-list li span {
  flex: 1;
  color: #fff;
}
.ic-benifits-left .benifits-list li:last-child {
  margin-bottom: 0px;
}
.ic-benifits-left .benifits-list li i {
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
  flex: 0 0 auto;
  width: 18px;
}

.ic-benifits-right {
  position: relative;
  z-index: 9;
  margin-top: -104px;
}
@media only screen and (max-width: 991.98px) {
  .ic-benifits-right {
    margin-top: 0;
    padding-bottom: 60px;
  }
}

/**Blog Area CSS**/
.ic-blog-area .ic-heading {
  padding: 0px 40px;
}

.ic-blog-big-item {
  position: relative;
}
.ic-blog-big-item .blog-img {
  position: relative;
}
.ic-blog-big-item .blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1.23%, rgba(0, 0, 0, 0.8) 80%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.ic-blog-big-item .blog-img img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 100%;
}
.ic-blog-big-item .blog-content {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  padding: 0px 40px 40px;
}
.ic-blog-big-item .blog-content h3 {
  font-size: 24px;
  background: linear-gradient(92.08deg, #096eb4 22.23%, #b5d384 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blog-date-read-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.blog-date-read-time span {
  padding: 0px 10px;
  position: relative;
}
.blog-date-read-time span:first-child {
  padding-left: 0;
}
.blog-date-read-time span:first-child::before {
  display: none;
}
.blog-date-read-time span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.ic-blog-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-blog-right .left-blog {
  flex: 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .ic-blog-right .left-blog {
    width: 100%;
  }
}
.ic-blog-right .right-blog {
  flex: 1;
  margin-left: 24px;
}
@media only screen and (max-width: 480px) {
  .ic-blog-right .right-blog {
    margin-left: 0;
  }
}

.ic-blog-item {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-item {
    margin-bottom: 15px;
  }
}
.ic-blog-item:hover .blog-img img {
  transform: scale(1.05);
}
.ic-blog-item .blog-img {
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-item .blog-img {
    margin-bottom: 8px;
  }
}
.ic-blog-item .blog-img img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-item .blog-date-read-time {
    margin-bottom: 3px;
  }
}
.ic-blog-item .blog-date-read-time span::before {
  background: #475467;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-item h4 {
    font-size: 17px;
  }
}

.ic-pages-banner-area {
  position: relative;
  padding: 360px 0px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-pages-banner-area {
    padding: 260px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-pages-banner-area {
    padding: 200px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-pages-banner-area {
    padding: 100px 0px;
  }
}
.ic-pages-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ic-pages-banner-area .ic-pages-banner-content {
  position: relative;
}
.ic-pages-banner-area .ic-pages-banner-content h1, .ic-pages-banner-area .ic-pages-banner-content h1 span, h1 .ic-pages-banner-area .ic-pages-banner-content span {
  font-size: 64px;
  line-height: 96px;
}
@media only screen and (max-width: 991.98px) {
  .ic-pages-banner-area .ic-pages-banner-content h1, .ic-pages-banner-area .ic-pages-banner-content h1 span, h1 .ic-pages-banner-area .ic-pages-banner-content span {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-pages-banner-area .ic-pages-banner-content h1, .ic-pages-banner-area .ic-pages-banner-content h1 span, h1 .ic-pages-banner-area .ic-pages-banner-content span {
    font-size: 32px;
    line-height: 64px;
  }
}

.ic-who-are-you-area .ic-our-values-left .image {
  position: relative;
}
.ic-who-are-you-area .ic-our-values-left .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.ic-who-are-you-area .ic-our-values-left .image img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.ic-our-commitment-area {
  background: linear-gradient(93.44deg, #096eb4 18.36%, #b5d384 89.99%);
  padding: 84px 0px;
}
.ic-our-commitment-area .ic-our-commitment-content h2, .ic-our-commitment-area .ic-our-commitment-content h2 span, h2 .ic-our-commitment-area .ic-our-commitment-content span {
  line-height: 36px;
}
.ic-our-commitment-area .ic-our-commitment-content p {
  font-weight: 500;
  line-height: 36px;
}

.ic-services-left {
  padding-right: 60px;
}
.ic-services-left .description p {
  margin-bottom: 20px;
}
.ic-services-left .description p:last-child {
  margin-bottom: 0;
}

.ic-service-right {
  padding-right: 28px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-service-right {
    padding-top: 50px;
  }
}
.ic-service-right .shape {
  position: absolute;
  top: -35px;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-service-right .shape {
    top: 24px;
  }
}
.ic-service-right .image {
  position: relative;
}
.ic-service-right .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.ic-service-right .image img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.ic-pricing-support-area {
  position: relative;
}
.ic-pricing-support-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 21, 0.75);
}
@media only screen and (max-width: 991.98px) {
  .ic-pricing-support-area .ic-pricing-support-left {
    padding-bottom: 30px;
  }
}

.ic-support-pricing-item {
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 30px 24px;
  position: relative;
  text-align: center;
  height: 100%;
}
.ic-support-pricing-item .icon span {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(124.02deg, #096eb4 6.55%, #b5d384 93.45%);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-support-pricing-item .icon span i {
  color: #fff;
  font-size: 24px;
}
.ic-support-pricing-item .content p {
  line-height: 24px;
}

.ic-about-our-values {
  padding-top: 130px;
}

@media only screen and (max-width: 991.98px) {
  .ic-jobs-heading-search {
    padding-top: 20px;
  }
}
.ic-jobs-heading-search .form-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1399.98px) {
  .ic-jobs-heading-search .form-wrap {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-jobs-heading-search .form-wrap {
    flex-direction: column;
  }
}
.ic-jobs-heading-search .form-wrap .form-control {
  height: 48px;
  padding: 0px 24px;
  background-color: #f5f6f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  flex: 0 0 auto;
  width: 68%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-jobs-heading-search .form-wrap .form-control {
    width: 60%;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-jobs-heading-search .form-wrap .form-control {
    width: 100%;
  }
}
.ic-jobs-heading-search .form-wrap .form-control::placeholder {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.ic-jobs-heading-search .form-wrap .ic-btn {
  flex: 1;
  height: 48px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-jobs-heading-search .form-wrap .ic-btn {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-jobs-heading-search .form-wrap .ic-btn {
    flex: unset;
  }
}

.ic-job-item {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
}
.ic-job-item:last-child {
  margin-bottom: 0;
}
.ic-job-item .item-heading {
  background: #b0d27a;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  padding: 17px 35px;
}
.ic-job-item .item-heading p {
  font-size: 18px;
}
.ic-job-item .item-heading p span {
  font-size: 18px;
  font-weight: 500;
}
.ic-job-item .item-body {
  padding: 0px 35px 0px 35px;
}
@media only screen and (max-width: 991.98px) {
  .ic-job-item .item-body {
    padding: 0px 35px 35px 35px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-job-item .item-body {
    padding: 0px 15px 15px 15px;
  }
}
.ic-job-item .experience-location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-job-item .experience-location p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
.ic-job-item .experience-location p:last-child {
  margin-right: 0;
}
.ic-job-item .experience-location p i {
  margin-right: 8px;
}
.ic-job-item .job-info {
  padding: 36px 0px;
}
@media only screen and (max-width: 991.98px) {
  .ic-job-item .job-info {
    padding: 36px 0px 10px 0;
  }
}
.ic-job-item .job-type p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-job-item .job-type p i {
  margin-right: 8px;
}
.ic-job-item .date-vacancies {
  padding-left: 70px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1399.98px) {
  .ic-job-item .date-vacancies {
    padding-left: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-job-item .date-vacancies {
    padding-left: 0;
    text-align: left;
  }
}
.ic-job-item .date-vacancies::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eaecf0;
  left: 30px;
  top: 0;
}
@media only screen and (max-width: 1399.98px) {
  .ic-job-item .date-vacancies::before {
    left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-job-item .date-vacancies::before {
    background: transparent;
  }
}
.ic-job-item .date-vacancies::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eaecf0;
  right: -20px;
  top: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-job-item .date-vacancies::after {
    background: transparent;
  }
}
.ic-job-item .job-action {
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-job-item .job-action {
    padding-left: 0;
    gap: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-job-item .job-action {
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-job-item .job-action {
    flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    padding-top: 20px;
  }
}
.ic-job-item .job-action .ic-btn {
  height: 44px;
}
@media only screen and (max-width: 374.98px) {
  .ic-job-item .job-action .ic-btn {
    width: 100%;
  }
}
.ic-job-item .job-action .apply-btn {
  min-width: 150px;
}

.ic-job-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-job-pagination ul li:first-child {
  margin-right: 30px;
}
.ic-job-pagination ul li:last-child {
  margin-left: 30px;
}
.ic-job-pagination ul li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-job-pagination ul li a i {
  font-size: 20px;
}
.ic-job-pagination ul li a.active, .ic-job-pagination ul li a:hover {
  background: #eff8ff;
}
.ic-job-pagination ul li .next-prev {
  background-color: #fff;
}

@media only screen and (max-width: 991.98px) {
  .ic-job-details-category {
    padding-bottom: 25px;
  }
}
.ic-job-details-category li {
  margin-bottom: 3px;
}
.ic-job-details-category li:last-child {
  margin-bottom: 0;
}
.ic-job-details-category li a {
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 22px 18px;
  font-size: 18px;
  border: 1px solid #EAECF0;
  color: #1d2939;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .ic-job-details-category li a {
    padding: 16px 18px;
    font-size: 16px;
  }
}
.ic-job-details-category li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background: linear-gradient(88.27deg, #096eb4 9.5%, #b0d27a 82.42%);
  left: 0;
  top: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-job-details-category li a.active, .ic-job-details-category li a:hover {
  color: #fff;
}
.ic-job-details-category li a.active::after, .ic-job-details-category li a:hover::after {
  width: 100%;
}

.ic-job-details-right .job-share ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-job-details-right .job-share ul li {
  margin-right: 10px;
}
.ic-job-details-right .job-share ul li:last-child {
  margin-right: 0;
}
.ic-job-details-right .job-share ul li a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f2f4f7;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-job-details-right .details-job-info ul li {
  background: #fff;
  border: 1px solid #eaecf0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .ic-job-details-right .details-job-info ul li {
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    -webkit-align-items: self-start;
    align-items: self-start;
  }
}
.ic-job-details-right .details-job-info ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: linear-gradient(3.78deg, #096eb4 -11.87%, #b0d27a 110.32%);
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
  left: 0;
  top: 0;
}
.ic-job-details-right .details-job-info ul li:last-child {
  margin-bottom: 0;
}
.ic-job-details-right .details-job-info ul li span {
  color: #475467;
  font-size: 15px;
}
.ic-job-details-right .job-deatils-list {
  margin-bottom: 60px;
}
.ic-job-details-right .job-deatils-list:last-child {
  margin-bottom: 0;
}
.ic-job-details-right .job-deatils-list .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.ic-job-details-right .job-deatils-list ul li {
  color: #475467;
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
}
.ic-job-details-right .job-deatils-list ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  top: 10px;
  left: 0;
}
.ic-job-details-right .job-deatils-list ul li:last-child {
  margin-bottom: 0;
}

.ic-service-items {
  background-color: #FFFFFF;
  box-shadow: 4px 6px 30px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 40% 1fr;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-service-items {
    grid-template-columns: 1fr;
  }
}
.ic-service-items .ic-service-img {
  -webkit-border-radius: 16px 0px 0px 16px;
  -moz-border-radius: 16px 0px 0px 16px;
  border-radius: 16px 0px 0px 16px;
}
.ic-service-items .ic-service-img img {
  width: 100%;
  -webkit-border-radius: 16px 0px 0px 16px;
  -moz-border-radius: 16px 0px 0px 16px;
  border-radius: 16px 0px 0px 16px;
  height: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .ic-service-items .ic-service-img img {
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    border-radius: 16px 16px 0px 0px;
  }
}
.ic-service-items .ic-service-content {
  background: rgba(171, 211, 114, 0.1);
  padding: 45px 51px 51px 51px;
}
@media only screen and (max-width: 575.98px) {
  .ic-service-items .ic-service-content {
    padding: 25px 30px 30px 30px;
  }
}
.ic-service-items .ic-service-content h2, .ic-service-items .ic-service-content h2 span, h2 .ic-service-items .ic-service-content span {
  line-height: 38px;
  padding-bottom: 15px;
}
.ic-service-items .ic-service-content p {
  padding-bottom: 15px;
}

.ic-blog-container {
  display: grid;
  grid-template-columns: 1fr 307px;
  column-gap: 45px;
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-container {
    grid-template-columns: 1fr 243px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-container {
    grid-template-columns: 1fr;
  }
}

.ic-our-blog-items:not(:last-child) {
  margin-bottom: 50px;
}
.ic-our-blog-items img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.ic-our-blog-items .ic-blog-content {
  padding-top: 20px;
}
.ic-our-blog-items .ic-blog-content span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #475467;
  padding-bottom: 10px;
}
.ic-our-blog-items .ic-blog-content span i {
  font-size: 8px;
  color: #475467;
}
.ic-our-blog-items .ic-blog-content h2, .ic-our-blog-items .ic-blog-content h2 span, h2 .ic-our-blog-items .ic-blog-content span {
  line-height: 38px;
  color: #1d2939;
  padding-bottom: 8px;
}
@media only screen and (max-width: 991.98px) {
  .ic-our-blog-items .ic-blog-content h2, .ic-our-blog-items .ic-blog-content h2 span, h2 .ic-our-blog-items .ic-blog-content span {
    font-size: 28px;
  }
}
.ic-our-blog-items .ic-blog-content p {
  padding-bottom: 25px;
}
.ic-our-blog-items .ic-blog-content .ic-blog-middle-test {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #1d2939;
  padding-bottom: 8px;
}

.ic-blog-search {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-search {
    margin-top: 40px;
  }
}
.ic-blog-search .form-control {
  height: 44px;
  border-color: #EAECF0;
  color: #1d2939;
  font-weight: 500;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ic-blog-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 54px;
  background: linear-gradient(84.67deg, #096EB4 0.46%, #B5D384 100%);
  color: #fff;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}

.ic-blog-right-card {
  background-color: #FFFFFF;
  border: 1px solid #EAECF0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 20px 28px;
}
.ic-blog-right-card:not(last-child) {
  margin-bottom: 30px;
}
.ic-blog-right-card .ic-blog-right-header {
  border-bottom: 1px solid #EAECF0;
  padding-bottom: 10px;
}

.ic-blog-card-body {
  padding-top: 18px;
}

.ic-blog-right-category li:not(:last-child) {
  padding-bottom: 16px;
}
.ic-blog-right-category li a {
  color: #475467;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
.ic-blog-right-category li a:hover {
  background: linear-gradient(97.37deg, #096EB4 -27.21%, #B0D27A 187.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ic-blog-right-recent-post li:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid #EAECF0;
}
.ic-blog-right-recent-post li:not(:first-child) {
  padding-top: 18px;
}
.ic-blog-right-recent-post li a.ic-recent-post-items {
  display: grid;
  grid-template-columns: 77px 1fr;
  column-gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-right-recent-post li a.ic-recent-post-items {
    grid-template-columns: 50px 1fr;
  }
}
.ic-blog-right-recent-post li a.ic-recent-post-items img {
  width: 77px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-right-recent-post li a.ic-recent-post-items img {
    width: 50px;
  }
}
.ic-blog-right-recent-post li a.ic-recent-post-items .ic-recent-post-right-side-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #475467;
  padding-bottom: 6px;
  display: inline-block;
}
.ic-blog-right-recent-post li a.ic-recent-post-items .ic-recent-post-right-side-content p {
  color: #1d2939;
  font-weight: 500;
}

.ic-blog-right-popular-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ic-blog-right-popular-tag li button {
  padding: 4px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2f4f7;
  font-size: 14px;
  line-height: 20px;
  z-index: 99;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ic-blog-right-popular-tag li button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(84.67deg, #096eb4 0.46%, #b5d384 100%);
  z-index: -1;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  visibility: hidden;
}
.ic-blog-right-popular-tag li button:hover {
  color: #fff;
}
.ic-blog-right-popular-tag li button:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.ic-blog-social-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAECF0;
}
.ic-blog-social-share span {
  padding-right: 16px;
  margin-bottom: 0;
}
.ic-blog-social-share ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-blog-social-share ul li {
  padding-right: 19px;
}
.ic-blog-social-share ul li a {
  color: #475467;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ic-blog-social-share ul li a:hover {
  color: #41BDF2;
}

.ic-leave-comment-main {
  padding-top: 16px;
}
.ic-leave-comment-main h2, .ic-leave-comment-main h2 span, h2 .ic-leave-comment-main span {
  padding-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .ic-leave-comment-main h2, .ic-leave-comment-main h2 span, h2 .ic-leave-comment-main span {
    font-size: 28px;
  }
}
.ic-leave-comment-main textarea.form-control {
  height: 138px;
}
.ic-leave-comment-main .form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-leave-comment-main .form-check label {
  padding-bottom: 0;
  padding-left: 10px;
  font-weight: 400;
}
.ic-leave-comment-main .ic-leave-comment-button {
  padding-top: 24px;
}
.ic-leave-comment-main .ic-leave-comment-button button {
  padding: 0 36px;
}

.ic-blog-comments-main {
  padding-top: 30px;
  border-top: 1px solid #EAECF0;
  margin-top: 30px;
}

.ic-blog-comments-show .ic-blog-comments-show-items {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 20px;
}
.ic-blog-comments-show .ic-blog-comments-show-items .ic-blog-comments-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  justify-content: space-between;
}
.ic-blog-comments-show .ic-blog-comments-show-items .ic-blog-comments-name .blog-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(84.67deg, #096EB4 0.46%, #B5D384 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-blog-comments-show .ic-blog-comments-show-items:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-comments-show .ic-blog-comments-show-items {
    grid-template-columns: 40px 1fr;
  }
}
.ic-blog-comments-show .ic-blog-comments-show-items img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 575.98px) {
  .ic-blog-comments-show .ic-blog-comments-show-items img {
    width: 40px;
    height: 40px;
  }
}
.ic-blog-comments-show .ic-blog-comments-show-items .ic-comments-contents h4 {
  font-weight: 500;
  color: #1d2939;
}
.ic-blog-comments-show .ic-blog-comments-show-items .ic-comments-contents span i {
  color: #FFD600;
}
.ic-blog-comments-show .ic-blog-comments-show-items .ic-comments-contents p {
  color: #475467;
}

.ic-contact-page-container {
  display: grid;
  grid-template-columns: 380px 1fr;
  column-gap: 67px;
}
@media only screen and (max-width: 1024px) {
  .ic-contact-page-container {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .ic-contact-left {
    order: 2;
  }
}
.ic-contact-left h2, .ic-contact-left h2 span, h2 .ic-contact-left span {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #1d2939;
  padding-bottom: 36px;
}
.ic-contact-left .contact-info li:not(:last-child) {
  padding-bottom: 35px;
}
.ic-contact-left .contact-info li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  color: #475467;
}
.ic-contact-left .contact-info li a i {
  background: linear-gradient(97.37deg, #096EB4 -27.21%, #B0D27A 187.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: 22px;
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  .ic-contact-right {
    order: 1;
    margin-bottom: 40px;
  }
}

.ic-contact-btn {
  padding-top: 15px;
}

.ic-contact-form-heads textarea.form-control {
  height: 114px;
}

.ic-auth-modal {
  background: rgba(95, 95, 95, 0.5);
  backdrop-filter: blur(14px);
}
.ic-auth-modal .modal-dialog {
  max-width: 1095px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-auth-modal .modal-dialog {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-auth-modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    max-width: fit-content;
  }
}
.ic-auth-modal .modal-dialog .modal-content {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.ic-auth-modal .modal-dialog .modal-content .close-btn {
  font-size: 16px;
  color: #344054;
  position: absolute;
  top: 35px;
  right: 35px;
}

.ic-auth-process-body {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .ic-auth-process-body {
    grid-template-columns: 100%;
  }
}
.ic-auth-process-body .ic-auth-logo {
  position: absolute;
  top: 0;
  left: 40px;
  max-width: 57px;
}
.ic-auth-process-body .ic-auth-left {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .ic-auth-process-body .ic-auth-left {
    display: none;
  }
}
.ic-auth-process-body .ic-auth-left .ic-auth-image {
  border-radius: 15px 0 0 15px;
  width: 100%;
  height: 100%;
}
.ic-auth-process-body .ic-auth-right {
  padding: 40px 62px;
}
@media only screen and (max-width: 767.98px) {
  .ic-auth-process-body .ic-auth-right {
    padding: 40px 40px;
  }
}
.ic-auth-process-body .ic-auth-social-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 8px;
  gap: 10px;
}
.ic-auth-process-body .ic-auth-social-btn a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  width: 204px;
  height: 46px;
  border: 1px solid #EAECF0;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10px;
}
@media only screen and (max-width: 1280px) {
  .ic-auth-process-body .ic-auth-social-btn a {
    width: 100%;
  }
}
.ic-auth-process-body .ic-auth-social-btn a img {
  margin-right: 10px;
}
.ic-auth-process-body .ic-or {
  text-align: center;
  color: #475467;
  display: block;
}
.ic-auth-process-body .ic-account-extra-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  padding-top: 8px;
}
.ic-auth-process-body .ic-account-extra-text a {
  color: #096eb4;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.ic-team-item-wraper .row .col {
  margin-top: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-team-item-wraper .row .col {
    margin-top: 20px;
  }
}
.ic-team-item-wraper .row .col:nth-child(1) {
  margin-top: 0;
}
.ic-team-item-wraper .row .col:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 575.98px) {
  .ic-team-item-wraper .row .col:nth-child(2) {
    margin-top: 20px;
  }
}
.ic-team-item-wraper .row .col:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-team-item-wraper .row .col:nth-child(3) {
    margin-top: 20px;
  }
}
.ic-team-item-wraper .row .col:nth-child(4) {
  margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-team-item-wraper .row .col:nth-child(4) {
    margin-top: 20px;
  }
}

.ic-team-item {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-team-item:hover {
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.ic-team-item:hover .ic-team-image img {
  transform: scale(1.1);
}
.ic-team-item:hover .ic-team-content h3 {
  color: #abd372;
}
.ic-team-item .ic-team-image {
  overflow: hidden;
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
}
.ic-team-item .ic-team-image img {
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-team-item .ic-team-content {
  text-align: center;
  padding: 25px 0px;
}
.ic-team-item .ic-team-content h3 {
  margin-bottom: 2px;
  color: #1d2939;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-team-item .ic-team-content p {
  color: #475467;
}

.ic-team-details-left .image {
  position: relative;
}
.ic-team-details-left .image img {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

/*# sourceMappingURL=style.css.map */
