/*---common css---*/
html {
  /*    font-size: 62.5%;*/
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"),
    url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Proxima Nova Rg", sans-serif;
}
body,
p,
li,
a,
a.btn {
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  text-align: justify;
}
div p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  color: #262626;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
  margin-bottom: 14px;
  font-weight: 400;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
ul {
  padding-left: 1rem;
}
a {
  color: #069cb5;
  text-decoration: none;
  transition: 0.5s all linear;
}
section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
a.txt-line {
  text-decoration: underline;
}
a.btn {
  padding: 0.5rem 0.75rem;
  text-transform: capitalize;
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s all linear;
}
.btn-primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-primary:hover {
  background: #000;
  border-color: #000;
}
.btn-secondary {
  background: #0d4d93;
  border-color: #0d4d93;
}
.btn-secondary:hover {
  background: #0393be;
  border-color: #0393be;
}
.fnt-bold {
  font-weight: 700;
  font-family: "Proxima Nova Rg";
}
.box {
  border-radius: 28px;
  box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 5%);
  padding: 1.5rem;
}
.img-circle {
  border-radius: 50%;
  overflow: hidden;
}
.txt-right {
  text-align: right;
}
/*---/common css---*/
.navbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-nav .nav-link {
  color: #525252 !important;
  font-size: 1rem;
  font-weight: 400;
}
.navbar-nav .nav-link:hover {
  color: #161616 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.img-border {
  border: 12px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.banner {
  background: url(../images/banner.jpg) no-repeat top left tomato;
  background-color: #0d4d93;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 1.75rem 0 4rem;
  height: 440px;
  display: flex;
  align-items: center;
}
.banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 0;
}
#banner .container {
  z-index: 999;
  position: relative;
}
.banner p:first-child {
  font-size: 24px;
  margin-bottom: 0;
}
.banner p:first-child span {
  font-size: 5.625rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 6rem;
}
.banner p {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.banner h1 {
  font-size: 36px;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "Proxima Nova Rg";
}
.banner h1,
.banner p {
  color: #fff;
}
.banner h3 .banner p {
  color: #000000;
}
#banner ul {
  padding-left: 0;
}

#banner li {
  list-style: none;
  color: #fff;
  /* display: flex; */
  padding-bottom: 8px;
  font-size: 18px;
}

#banner li span {
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  padding-right: 5px;
  min-width: 81px;
  display: inline-block;
}
#banner .list-top a {
  color: rgba(42, 106, 241, 1);
  transition: 0.5s all linear;
}
#banner .list-top a:hover {
  color: rgba(149, 204, 239, 1);
}
a.btn.btn-primary {
  padding: 0.6rem 1.25rem;
  border-radius: 0;
  color: #fff;
  background: #069cb5;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
}
a.btn.btn-primary:hover {
  background: #5b6884;
  opacity: 0.9;
}
#banner a.btn:hover .fa {
  color: #fff;
}
#banner a.btn .fa {
  font-size: 15px;
  position: relative;
  margin-left: 10px;
}
.list-top .fa {
  font-size: 10px;
  transform: rotate(90deg);
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.about-contest {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

.about img {
  border: 12px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.about p a {
  color: #0d4d93;
}
.about p a:hover {
  color: #0393be;
}
.bg-gray {
  background: #f4f4f4;
}
.bg-blue {
  background: rgb(149, 204, 239);
  background: linear-gradient(
    90deg,
    rgba(149, 204, 239, 1) 0%,
    rgba(42, 106, 241, 1) 70%
  );
}

.job-desc .container.bg-black {
  background: #000;
}
.services h3 {
  color: green;
  font-size: 24px;
  text-transform: uppercase;
}
.services p {
  color: #333;
}
.services .row {
  margin-bottom: 4rem;
}
.services .row:last-child {
  margin-bottom: 0;
}
/*--- testimonial ---*/
.testimonial-carousel .owl-stage-outer {
  padding: 12px;
}

.testimonial-carousel .slide-item {
  background: #fff;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
  border-radius: 8px;
  margin-right: 20px;
}

.testimonial-carousel p.name {
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #232323;
}
.testimonial-carousel span.designation {
  font-weight: 400;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #828282;
}
.testimonial-carousel .slide-item i {
  font-size: 18px;
  color: #0d4d93;
}
/* .testimonial-carousel .owl-dots .owl-dot span {
  display: none !important;
}
.testimonial-carousel .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 8px !important;
}
.testimonial-carousel .owl-dot {
  width: 15px;
  height: 15px;
  background: #babcbd !important;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  margin: 0 5px;
}
.testimonial-carousel .owl-dot.active {
  background: #a8987e !important;
  border: 0;
} */
/*--- /testimonial ---*/
.list-icon {
  padding-left: 0;
  margin: 15px 0 30px;
}
.jd-desc .list-icon.mb-1 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px;
}
.list-icon li {
  font-size: 16px;
  color: #525252;
  margin-bottom: 6px;
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.list-icon li:marker {
  display: none;
}
.list-icon li:before {
  content: "\f058";
  width: 15px;
  height: 16px;
  top: 5px;
  left: 0;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  /* background: #069cb5; */
  color: #069cb5;
  border-radius: 50%;
  line-height: 16px;
  font-size: 15px;
  text-align: center;
}
.jd-desc h5 {
  color: #069cb5;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
}
.job-description {
  background: #5b6884;
}
.job-description h2 {
  color: #fff;
}
.job-description .accordion-button {
  color: #0d4d93;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  font-size: 18px;
}
.job-description .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #0d4d93;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.job-description .accordion-button:focus {
  border: none;
}
.job-description .accordion-item,
.jd-desc {
  margin-bottom: 15px;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  background-color: #fff;
  padding: 1.75rem 2rem;
  margin-top: 25px;
}
.about a,
span.f-smb {
  font-weight: 600;
  font-family: "Proxima Nova Lt";
}
.locatn {
  font-size: 20px;
}
.video-wpr {
  position: relative;
}
.video-wpr:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.footer {
  background: #f5f5f5;
  padding: 18px 1px;
}
.footer p {
  text-align: center;
  margin-bottom: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.25rem;
}
span.purple {
  color: #6a38a0;
}
span.yellow {
  color: #d5800c;
}
.scrolled {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 30;
  top: 0;
}

.gallery-wpr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gallery-wpr .img-wpr {
  flex: 1 1 23%;
  margin: 0;
  border: 6px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.gallery .img-wpr img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gallery-carousel .owl-item {
  padding: 15px;
}
.gallery figure {
  position: relative;
}
.gallery figcaption {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: rgb(0 0 0 / 75%);
  color: #fff;
  padding: 5px 8px;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(42, 106, 241, 1);
  /* background: linear-gradient(
    90deg,
    rgba(42, 106, 241, 1) 0%,
    rgba(0, 40, 90, 1) 70%
  ); */
  width: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  transition: all 600ms ease;
  width: 8px;
  height: 8px;
  margin: 5px;
}
.bg-pri {
  background: #0d4d93;
}

.process > ul {
  box-shadow: 0 5px 40px 0 rgb(85 88 114 / 30%);
  overflow: hidden;
  display: flex;
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
}
.process > ul li {
  position: relative;
  padding: 25px 25px 25px 35px;
  /* border-right: 4px solid #dbdde6; */
  font-weight: 400;
  line-height: 1.35;
  font-size: 14px;
  color: #686874;
  list-style: none;
  margin: 0;
  display: flex;
  text-align: center;
}
.process > ul li:first-child {
  padding-left: 0;
}
/* .process > ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #dbdde6;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -15px;
  z-index: 9;
}
.process > ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #fff;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -11px;
  z-index: 9;
} */
.process > ul li:after {
  content: "\f2ec";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 700;
  font-family: "Proxima Nova Rg";
  -webkit-background-clip: padding-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #eee;
  font-size: 20px;
  left: -25px;
}
.process i {
  font-size: 35px;
  color: #0d4d93;
  margin-bottom: 10px;
}
.inner-icon {
  gap: 12px;
  font-size: 16px;
}
.process > ul li:first-child:after,
.process > ul li:last-child:before {
  display: none;
}
.process > ul li:last-child {
  border: 0;
}
.process p {
  color: #232323;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
}

.process p span {
  color: #828282;
  font-weight: 400;
  display: block;
}
/*-- media querry ---*/

@media (min-width: 991px) {
  .services,
  .job-desc {
    background: radial-gradient(
      circle at 20% 15%,
      #232c5a 0,
      #131421 80%,
      #131421 100%
    );
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .testimonial-carousel .owl-stage {
    display: flex;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .gallery h2,
  .testimonial h2 {
    margin-bottom: 15px;
  }
  .mar-b {
    margin-bottom: 1.75rem;
  }
  .banner h3 {
    font-size: 20px;
  }
  .about img,
  .services img {
    width: 100%;
  }
  .services .container,
  .job-desc .container {
    background: #fff;
    padding: 1rem;
  }
  .tech .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
  }
  .services h3 {
    margin-top: 1.5rem;
  }
  .row1 {
    display: flex;
    flex-direction: column-reverse;
  }
  .desc-list {
    margin-bottom: 2rem;
  }
  .gallery-wpr .img-wpr {
    flex: 0 1 100%;
    margin-bottom: 15px;
  }
  .gallery-wpr {
    gap: 0;
  }
  .gallery .img-wpr img {
    width: 100%;
    height: auto;
  }
  .process > ul li:before {
    border-top: 15px solid #dbdde6;
    border-bottom: initial;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    right: 0;
    left: 0;
    bottom: -16px;
    top: auto;
    margin: 0 auto;
  }
  .process > ul li:after {
    border-top: 11px solid #fff;
    border-bottom: initial;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    right: 0;
    left: 0;
    bottom: -11px;
    top: auto;
    margin: 0 auto;
  }
  .process > ul {
    flex-wrap: wrap;
  }
  .process > ul li {
    border-right: initial;
    border-bottom: 4px solid #dbdde6;
  }
  .process > ul li {
    flex: 0 0 100%;
    background: #fff;
  }
  .video iframe {
    height: 300px;
  }
  .video-wpr:after {
    width: 1px;
  }
  .job-description .accordion-item,
  .jd-desc {
    padding: 0.75rem 1rem;
  }
}
