@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ysabeau:wght@300;400;500;700&display=swap");
html {
  scroll-padding-top: 2rem;
}

:root {
  --c-primary: #0f3bac;
  --c-primary2: #0f84ec;
  --c-base-font: 1.1rem;
  --c-text-muted: #4a5568;
  --c-secondary: #f5f8fa;
  --c-secondary2: #e2e1df;
  --c-pink: #ee5a73;
  --g-primary: #0a3d6e;
  --g-secondary: #de6b2d;
}

/* Others Variables */
body {
  font-family: "Ysabeau", sans-serif;
  color: #212529;
  font-size: 1rem;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}

.container {
  padding: 0 2.75rem !important;
}

.container-custom {
  width: 70%;
  margin: 0rem auto;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .container-custom {
    width: 80%;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000000;
}

.fs-8 {
  font-size: 0.8rem;
}

.fs-9 {
  font-size: 0.86rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.text-primary {
  color: var(--c-primary) !important;
}

.text-b-secondary {
  color: var(--g-secondary);
}

.bg-b-primary {
  background-color: var(--g-primary);
}

.bg-b-secondary {
  background-color: var(--g-secondary);
}

.bg-soft {
  background-color: #f6f2ed;
}

.form-group input {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.37);
  border-radius: 4px;
  padding: 6px 4px 4px 14px;
  height: 40px;
  outline: none !important;
  transition: all 0.2s ease-in-out;
}
.form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #000;
}
.form-group label {
  position: absolute;
  top: 10px;
  left: 12px;
  padding: 0 4px;
  font-size: 14px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  margin: 0px auto;
  transition: all 0.15s ease-in-out;
}
.form-group input:valid + label,
.form-group input:focus + label {
  top: -6px;
  color: #000;
  font-weight: bold;
}

.btn-custom {
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .btn-custom {
    font-size: 10px;
  }
}

.btn-outline-custom {
  background: #fff;
  color: var(--g-secondary);
}
.btn-outline-custom:hover {
  background: #fff;
  color: var(--g-secondary);
}

.btn-woutline-custom {
  border: 0;
  background: var(--g-secondary);
  color: #fff;
}
.btn-woutline-custom:hover {
  background: #f46c22;
  color: #fff;
}
.btn-woutline-custom.rounded {
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
}

/*.......navbar.....*/
.navbar-toggler-icon {
  width: 1.6em;
  height: 1.8em;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  padding: 0.15rem -0.25rem;
  font-size: 0.85rem;
  line-height: 2;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 576px) {
  .navbar-collapse {
    background-color: rgb(15, 59, 172);
    z-index: 999;
  }
}

.brand-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.brand-title.brand-nav {
  color: white;
}
.brand-title.brand-footer {
  color: #000;
}

.navbar {
  z-index: 9;
}
.navbar .nav-link {
  color: white;
  font-weight: 600;
}
.navbar .dropdown .dropdown-menu li {
  position: relative;
}
.navbar .dropdown .dropdown-menu li .dropdown-item {
  padding: 0.35rem 1rem;
  font-size: 15px;
}
.navbar .dropdown .dropdown-menu li .dropdown-item:focus, .navbar .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(213, 213, 213, 0.2196078431);
}
.navbar .dropdown .dropdown-menu li .dropdown-item img {
  width: 30px;
}
.navbar .dropdown .dropdown-menu li:hover .dropdown-submenu {
  display: block !important;
}
.navbar .dropdown .dropdown-menu .dropdown-submenu {
  display: none !important;
  position: absolute;
  left: 100%;
  top: -7px;
}
.navbar .dropdown:hover .dropdown-menu {
  width: 230px;
  display: block;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .navbar .dropdown:hover .dropdown-menu {
    padding: 0;
    font-size: 0.9rem;
  }
}

.slider .carousel-item {
  height: 88vh;
}
.slider.other-pages {
  height: 57vh;
}
.slider .overlay-image {
  background-size: cover;
  opacity: 0.8;
  inset: 0;
  position: absolute;
  background-color: #001c31;
}
.slider .slider-img {
  position: absolute;
  z-index: -1;
}
.slider .content-items {
  width: 500px;
}
.slider .content-items .content-title {
  font-size: 1.5rem;
}

.about-us .img-part img {
  width: 445px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .img-part::after {
  content: "";
  background-color: var(--g-secondary);
  position: absolute;
  height: 117%;
  z-index: -1;
  top: -43px;
  width: calc(69vw - 645px);
  right: calc(-42.5vw + 645px);
  border-radius: 10px;
}

.flip-card {
  background-color: transparent;
  height: 250px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}
.flip-card-front .svg-icon img {
  color: var(--g-secondary);
}

.flip-card-back {
  background-color: var(--g-primary);
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back .card-title {
  color: var(--g-secondary);
  font-size: 18px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.visible-title {
  visibility: visible;
  background-color: #ffffff;
  padding: 0;
  z-index: 999;
  transition: cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.visible-title .brand-title,
.visible-title .nav-link {
  color: var(--g-primary) !important;
}

.newsCard {
  position: relative;
  height: 185px;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.newsCard .newsCaption {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0.9;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px;
  transform: translateY(66%);
  backface-visibility: hidden;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.newsCard .newsCaption .newsCaption-title {
  margin-top: 0px;
  font-size: 22px;
}
.newsCard .newsCaption .newsCaption-content {
  margin: 0;
}
.newsCard .overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.5;
}
.newsCard:hover .overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--g-primary);
  opacity: 0.9;
}
.newsCard img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news-Slide-up:hover .newsCaption {
  transform: translateY(60px);
  transition: transform 0.4s, opacity 0.1s;
}

.sub-title {
  color: var(--g-secondary);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-bottom: 1rem;
}

.features-title {
  margin-bottom: 3rem;
  max-width: 100%;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .features-title {
    font-size: 1.5rem;
  }
}

.features-subt {
  font-size: 1rem;
  line-height: 1.6;
}

.services ul,
.org-chart ul,
.clients ul,
.procedure ul {
  padding-left: 1rem;
}
.services ul li::marker,
.org-chart ul li::marker,
.clients ul li::marker,
.procedure ul li::marker {
  content: "⯁";
  font-size: 1.1em;
}
.services ul li:hover,
.org-chart ul li:hover,
.clients ul li:hover,
.procedure ul li:hover {
  transform: translate(2px);
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

.down-arrow {
  right: 2rem;
  bottom: 3rem;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  z-index: 1;
  background-color: var(--g-primary);
  color: #fff;
}
.down-arrow:hover {
  background-color: var(--g-primary) !important;
  color: #fff;
}

.svg-icon img {
  width: 40px;
}

.l-arrow,
.r-arrow {
  z-index: 1;
}

.partners img {
  width: 119px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  filter: grayscale(1);
}
.partners img:hover {
  filter: none;
  cursor: pointer;
  transform: scale(0.8, 0.8);
  transition: all 0.4s linear;
}
@media screen and (max-width: 576px) {
  .partners img {
    width: 75px;
    height: 50px;
  }
}

.feature-section {
  padding: 60px 0 0;
  width: 70%;
  margin: auto;
}
.feature-section p {
  width: 481px;
  max-width: 100%;
  display: block;
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .feature-section p {
    font-size: 0.9rem;
  }
}
.feature-section ul {
  padding-left: 1rem;
  font-size: var(--c-base-font);
}
.feature-section ul li::marker {
  content: "⯁";
  font-size: 1.1em;
}
@media screen and (max-width: 576px) {
  .feature-section ul {
    font-size: 0.9rem;
  }
}

.wave {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, var(--c-secondary) 0%, var(--c-secondary) 100%);
  color: white;
  transform: rotate(180deg);
}
.wave .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
}
.wave .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.wave .waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.wave .waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}
.wave .waves .parallax > use:nth-child(3) {
  animation-delay: -8s;
  animation-duration: 10s;
}
.wave .waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.svg-icon img {
  width: 70px;
}

.news img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .card-body {
  min-height: 160px;
}

.modal .accordion-button {
  background-color: var(--c-primary);
  color: #fff;
  border-radius: 8px;
}
.modal .accordion-button:focus {
  box-shadow: none;
}
.modal .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: var(--c-primary);
  color: #fff;
}

.crd {
  min-height: 667px;
}
.crd ul li::marker {
  content: "🗸";
}

thead tr th {
  text-align: center;
}

tbody tr th {
  font-weight: 500;
  color: #515151;
  width: 10%;
  padding: 1rem 1.2rem !important;
}
tbody tr td {
  width: 5%;
  text-align: center;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.8rem;
}

.testimonial .card-img-top {
  width: 100px;
}
.testimonial .card-body {
  min-height: 280px;
}

.slick-slide {
  margin: 0 20px;
}

.why-us .img-part img {
  width: 386px;
  height: 451px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.why-us .img-part::after {
  content: "";
  background-color: var(--g-secondary);
  position: absolute;
  height: 95%;
  z-index: -1;
  top: 80px;
  width: calc(65vw - 645px);
  right: calc(-38.5vw + 645px);
  border-radius: 20px;
}
.why-us .notes {
  border-radius: 20px;
}

.contact {
  height: 270px;
}
.contact .overlay-image {
  background-size: cover;
  inset: 0;
  position: absolute;
  background-image: linear-gradient(91deg, #fff 25%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
}
.contact .slider-img {
  position: absolute;
  inset: 0;
}
.contact .person {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 415px;
  height: 146%;
  z-index: 9;
}
.contact .content-items {
  position: absolute;
  z-index: 9;
  color: #000000;
}
.contact .content-items .content-title {
  font-size: 2.5rem;
}
@media screen and (min-width: 996px) {
  .contact .content-items {
    width: 500px;
  }
}

footer .footer-top {
  background-color: var(--g-primary);
  color: #fff;
}
footer .footer-top .footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
footer .footer-top .nav-link {
  padding: 0.2rem 0;
  color: #fff;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  footer .footer-top .nav-link {
    font-size: 0.8rem;
  }
}
footer .footer-top .social-media-links .social-link {
  font-size: 14px;
  height: 30px;
  background: white;
  width: 30px;
  line-height: 40px;
  border: 1px solid #ededed;
  color: #27335a;
  border-radius: 50%;
  position: relative;
}
footer .footer-top:hover {
  background: var(--g-primary);
  color: #fff;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tooltip-inner {
  background-color: #0a2458;
  padding: 0.5rem 1.5rem;
}

.custom-tooltip {
  --bs-tooltip-bg: #fff;
}

.s-icons {
  background: rgb(249, 249, 249);
  width: 50px;
  height: 50px;
}
.s-icons i {
  line-height: 0;
}

.icon-wave {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  border-radius: 9999px;
  border: 1px solid var(--g-primary);
  z-index: -1 !important;
  pointer-events: none;
}

.s-icons {
  background: var(--g-primary) !important;
  color: white !important;
  z-index: 9 !important;
}

.icon-wave {
  animation: Wave 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

@keyframes Wave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.getready img {
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 634px !important;
  height: 384px !important;
}

.left-part .bg-img .mask {
  background: url("../image/mask.png") center/contain no-repeat;
  -webkit-mask: url("../image/mask.png") center/contain no-repeat;
          mask: url("../image/mask.png") center/contain no-repeat;
}
.left-part .bg-img .circle-part {
  position: absolute;
  height: 150px;
  width: 150px;
  top: -29px;
  right: 0;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #f6f6f6;
}
.left-part .bg-img .circle-part .number {
  color: var(--g-secondary);
}

.vision .card {
  min-height: 230px;
}

.contact-us img {
  width: 40px;
  height: 40px;
}

.clients.custom img {
  height: 444px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-bottom-space {
  padding-bottom: 10rem;
}

@media screen and (min-width: 996px) {
  .custom-bottom-space {
    padding-bottom: 15rem;
  }
}
.custom-border {
  border-right: 1px solid #dcdcde;
}

.whyus {
  height: 82vh;
}
.whyus .overlay-image {
  background-size: cover;
  opacity: 1;
  inset: 0;
  position: absolute;
  background-image: linear-gradient(3deg, #183444 25%, rgba(24, 52, 68, 0.62) 100%);
}
.whyus .slider-img {
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.whyus .content-items {
  width: 1230px;
}
.whyus .content-items .content-title {
  font-size: 2rem;
}
.whyus .content-features {
  color: #000;
  z-index: 9;
  padding-top: 4rem;
}
.whyus .elementor-counter-wrapper {
  text-align: center;
}
.whyus .elementor-counter-wrapper .elementor-counter-number-wrapper .elementor-counter-number {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--g-secondary);
}
.whyus .elementor-counter-wrapper .elementor-counter-title {
  font-weight: 700;
  color: #000 !important;
}

@media (max-width: 996px) {
  .whyus {
    height: 110vh;
  }
}
.wave {
  position: relative;
  text-align: center;
  background: #fff;
  transform: rotate(180deg);
  z-index: -1;
}

/*-- Portal --*/
.portal-item {
  position: relative;
  margin-bottom: 30px;
}
.portal-item .portal-trusted {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 12px;
  bottom: 30px;
}
.portal-item .portal-trusted span {
  display: block;
  background: var(--g-secondary);
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  padding: 20px 70px;
  box-shadow: 0 0 0 10px rgba(222, 107, 45, 0.2705882353);
}
.portal-item h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}
.portal-item p {
  color: black;
  margin-bottom: 35px;
}
.portal-item .common-btn a {
  width: 150px;
}
.portal-item .common-btn a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}

.portal-right {
  padding-left: 50px;
}

.portal-right-two {
  margin-bottom: 0;
}

.target {
  color: var(--g-secondary);
  font-weight: 600;
  font-size: 28px;
  font-size: 35px;
}

/*-- End Portal --*/
.page-title {
  background-position: center center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  background-image: url(../image/about-us.jpg);
}
.page-title::before {
  position: absolute;
  content: "";
  background: rgba(1, 12, 41, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-title h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.page-title ul {
  margin: 0;
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(132, 137, 152, 0.5);
  border-radius: 30px;
}
.page-title ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  margin: 0 15px;
  text-transform: capitalize;
}
.page-title ul li:last-child::before {
  display: none;
}
.page-title ul li a {
  color: #fff;
  font-weight: 500;
}
.page-title ul li a:hover {
  color: red;
}
.page-title .lines {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}
.page-title .lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 25%;
  top: 0;
}
.page-title .lines .line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: var(--c-pink);
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  animation: line 5s ease-in-out infinite;
}
.page-title .lines .line:nth-child(2) {
  left: 50%;
}
.page-title .lines .line:nth-child(2)::after {
  animation-delay: 1s;
}
.page-title .lines .line:nth-child(3) {
  left: 75%;
}
.page-title .lines .line:nth-child(3)::after {
  animation-delay: 2s;
}
@keyframes line {
  0% {
    transform: scaleY(0);
    top: 0;
  }
  50% {
    transform: scaleY(1);
    top: 50%;
  }
  100% {
    transform: scaleY(0);
    top: 100%;
  }
}

/* Page Title CSS End */
/* Why Choose Section CSS Start */
.choose-card {
  border: 1px dashed red;
  padding: 36px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.choose-card img {
  font-size: 40px;
  color: var(--g-secondary);
  background: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  right: -5px;
  border: 1px dashed var(--g-secondary);
  margin-bottom: 25px;
  padding: 10px;
}
.choose-card h3 {
  margin-bottom: 10px;
}
.choose-card p {
  margin-bottom: 0;
}
.choose-card:hover {
  background: var(--g-secondary);
}
.choose-card:hover i {
  border: 1px dashed white;
}
.choose-card:hover h3, .choose-card:hover p {
  color: white;
}

/* Why Choose Section CSS End */
/* Job  Info CSS Start */
.job-info-two {
  background-image: url(../image/job.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
}
.job-info-two::before {
  position: absolute;
  content: "";
  background: rgba(1, 12, 41, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Jobs */
.theme-btn .default-btn {
  font-size: 16px;
  font-weight: 500;
  background: var(--g-secondary);
  color: white;
  margin-right: 15px;
  border: 1px solid transparent;
  padding: 10px 25px;
  display: inline-block;
}
.theme-btn .default-btn:hover {
  background: black;
  border: 1px solid white;
}

.job-style-two {
  background: #fdf8f7;
  position: relative;
  z-index: 1;
}
.job-style-two::before {
  position: absolute;
  content: "";
  background-image: url(../image/job.png);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.02;
  z-index: -1;
}

.job-card-two {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px;
}
.job-card-two .company-logo {
  background: rgba(222, 107, 45, 0.1019607843);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 100px;
  border: 1px dashed var(--g-secondary);
  position: relative;
  top: -8px;
}
.job-card-two .job-info {
  padding-left: 45px;
}
.job-card-two .job-info h3 {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 18px;
}
.job-card-two .job-info h3 a {
  color: black;
}
.job-card-two .job-info h3 a:hover {
  color: var(--g-secondary);
}
.job-card-two .job-info ul {
  padding-left: 0;
}
.job-card-two .job-info ul li {
  display: inline-block;
  font-size: 15px;
  padding-right: 10px;
}
.job-card-two .job-info ul li a {
  color: red;
  font-weight: 500;
}
.job-card-two .job-info ul li i {
  top: 2px;
  position: relative;
  font-size: 18px;
}
.job-card-two .job-info span {
  background: rgba(222, 107, 45, 0.1019607843);
  display: inline-block;
  padding: 5px 10px;
  color: var(--g-secondary);
  margin-bottom: 10px;
  border: 1px dashed var(--g-secondary);
  font-size: 14px;
}
.job-card-two .theme-btn .default-btn {
  margin-right: 0;
}

/* Job  Info CSS End */
.contact-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.contact-card img {
  border: 1px dashed var(--g-secondary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 8px;
  font-size: 25px;
}
.contact-card ul {
  padding-left: 0;
  margin-bottom: 0;
}
.contact-card ul li {
  list-style: none;
  color: #001935;
}
.contact-card ul li a {
  color: #001935;
}
.contact-card ul li a:hover {
  color: #fd1616;
}

.contact-area {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 50px;
  border-radius: 50px;
}
.contact-area h3 {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
.contact-area form .form-group {
  margin-bottom: 30px;
}
.contact-area form .form-group .form-control {
  height: 50px;
  padding: 5px 20px;
  background: #fafafa;
}
.contact-area form .form-group .message-field {
  height: 100%;
  padding-top: 10px;
}
.contact-area form .contact-btn {
  background: var(--g-secondary);
  color: #fff;
  padding: 12px 30px;
  transition: 0.8s;
  border-radius: 5px;
}
.contact-area form .list-unstyled {
  font-size: 16px;
  margin-top: 10px;
  color: var(--g-secondary);
}
.contact-area form .text-danger {
  color: var(--g-secondary) !important;
  margin-top: 18px;
  font-size: 20px;
}

.widget-item {
  border-radius: 5px;
  border: 1px dashed var(--g-secondary);
  padding: 25px 30px 30px;
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
  background-color: #fdf8f7;
}
.widget-item h3 {
  color: #221668;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}
.widget-item h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: var(--g-secondary);
  border-radius: 0 50% 50% 0;
}
.widget-item .btn {
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 45px;
  color: #fff;
  margin-top: 20px;
  background-color: var(--g-secondary);
  transition: 0.5s all ease;
}

.blog-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.blog-card .blog-img {
  overflow: hidden;
}
.blog-card .blog-img img {
  transition: 0.5s;
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-text {
  padding: 25px;
  min-height: 230px;
}
.blog-card .blog-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-card .blog-text h3 a:hover {
  color: var(--g-secondary);
}
.blog-card .blog-text p {
  margin-bottom: 10px;
  min-height: 96px;
}
.blog-card .blog-text .blog-btn {
  color: var(--g-secondary);
  font-size: 16px;
}
.blog-card .blog-text .blog-btn:hover {
  color: #001935;
}
.blog-card .blog-text .blog-btn i {
  top: 2px;
  position: relative;
}
.blog-card:hover .blog-img img {
  transform: scale(1.1);
}