@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", serif;
}

.logo-header {
  width: 250px;
  height: auto;
}

.dz-media2:after,
.dz-media2:before {
  display: none;
}

.btn-primary {
  --bs-btn-bg: #00194c;
  --bs-btn-border-color: #00194c;
  --bs-btn-active-bg: #00194c;
}

.h1,
h1 {
  line-height: 1;
}

h3 {
  font-size: 2rem;
}

.section-head.style-1 p {
  font-size: 16px !important;
  font-weight: 400;
}

.content-wrapper.style-13 .content-media .dz-media img {
  border-left: 5px solid #00194c;
  border-bottom: 5px solid #00194c;
  padding: 0px 30px 10px 10px;
}

.news-carousel .news-item {
  border: 1px solid #4a4a4a;
  padding: 5px;
}

.icon-bx-wraper .dz-title {
  font-size: 1.5em !important;
}

.icon-bx-wraper.style-10 {
  font-size: 14px;
}

.dgs_aside_widget {
  background: linear-gradient(#bfbfbf, #eeeded);
  height: 100%;
  padding: 80px 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.dgs_aside_widget h2 {
  font-size: 40px;
  line-height: 1em;
}

.dgs_aside_widget a {
  border-radius: 5px;
  border: 1px solid #b90707;
}

.dgs_blog_wrap {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 5px;
}

/* form section */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: #268de1;
  padding: 41px 36px;
  border-radius: 5px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 600px) {
  .contact-left {
    padding: 30px 20px;
    margin: 40px 0 20px;
  }
}

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

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #00194c;
  letter-spacing: -0.011em;
  color: #00194c;
  margin-top: 15px;
  text-align: center;
  transition: background 0.5s;
  cursor: pointer;
}

.form-group button:hover {
  background: #00194c;
  color: #fff;
}

.inline-group {
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

.section-head.style-1 .title {
  line-height: 1em;
}

.dz_more_btn a {
  border: 1px solid #00194c;
  padding: 9px 20px;
  border-radius: 5px;
  background: #00194c;
  color: #fff;
}

.info_content {
  background: #fff;
  position: absolute;
  bottom: 7px;
  padding: 30px 30px;
  display: grid;
  justify-content: revert;
  align-items: self-end;
}

@media only screen and (max-width: 600px) {
  .dz_media_one {
    display: none;
  }

  .carousel-btn {
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .hero-banner.style-3 .title {
    font-size: 32px;
    text-align: center;
  }
}

/* top header  */

.top-header {
  background: #34333c;
  /* padding: 7px 0; */
}

.top-header-left {
  display: flex;
  align-items: center;
}

.top-header-left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
}

.top-header-left li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 7px 10px;
  border-right: 1px solid #f6f6f6;
  font-weight: 300;

  i {
    margin-right: 5px;
  }
}

.top-header-left li:last-child a {
  border: none;
}

.top-header-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header-right li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  border-left: 1px solid #f6f6f6;
  padding: 5px 10px;

  img {
    max-width: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
  }
}

.top-header-right li:last-child a {
  border-right: 1px solid #f6f6f6;
}

@media (max-width: 768px) {
  .top-header-left li a {
    font-size: 14px;
    border: none;
    padding: 7px 2px;
  }

  .top-header-left li:first-child a {
    font-size: 14px;
    border: none;
    border-right: 1px solid #f6f6f6;
  }
}

.logo-header a {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 0;
  display: block;
  line-height: 20px;
}

.logo-header a span {
  font-size: 12px;
}

@media (max-width: 768px) {
  .logo-header a {
    font-size: 24px;
    line-height: 20px;
  }
  .logo-header a span {
    font-size: 10px;
  }
}

/* top header end  */

.doc-profile-img {
  position: relative;
  height: 100%;
  width: 100%;
  height: 400px;
  padding: 20px 0;
}

.doc-profile-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 98%;
  background-image: url(../images/about_img_shape01.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.doc-profile-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 350px;
  width: 350px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top right;
  border-radius: 1000px;
  z-index: 2;
}

.about-bg {
  background-image: url(../images/about_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 80px 0px;
}

/* card  */

.icon-box {
  position: relative;
  transition: all 0.3s;
}

.icon-box::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 100px;
  border: 1px solid #cfcfcf;
  z-index: -1;
  background: #fff;
  transition: all 0.5s;
  transition-delay: 0s;
  border-radius: 10px;
}

.icon-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 100px;
  border: 1px solid #cfcfcf;
  z-index: -2;
  background: #dfe5f0;
  transition: all 0.5s;
  transition-delay: 0.15s;
  border-radius: 10px;
}

.icon-box:hover::before {
  bottom: 30px;
  transition-delay: 0.2s;
}

.icon-box:hover::after {
  bottom: 30px;
  transition-delay: 0s;
}

.icon-box-inner {
  padding: 35px 50px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #fff;
}

.box-heading {
  display: flex;
  align-items: center;
}

.box-heading h4 {
  font-size: 24px;
  font-weight: 600;
  color: #00194c;
  margin: 0;
}

.box-heading {
  margin-bottom: 20px;
}

.box-heading .icon-main {
  position: relative;
  margin-right: 20px;
}

.box-heading .icon-main::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #e6eeff;
  border-radius: 100%;
  z-index: 1;
  transition: all 0.5s;
}

.box-heading .icon-main img {
  position: relative;
  z-index: 2;
}

.icon-box:hover .box-heading .icon-main::before {
  top: 50%;
  left: 50%;
}

.content-box p {
  font-size: 16px;
  font-weight: 400;
  color: #667594;
  margin: 0;
}

.section {
  padding: 70px 0;
}

@media (max-width: 768px) {
  section {
    padding: 30px 0;
  }

  .icon-box-inner {
    padding: 25px 30px;
  }

  .box-heading h4 {
    font-size: 24px;
  }

  .content-box p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .bg-tr {
    transform: translateY(-150px);
  }

  .sec-height {
    height: 200px;
  }
}

/* card end  */

/* service box  */

.service-bg {
  background-color: #00194c;
}

.service-box {
  padding: 25px 35px 25px;
  background-color: #fff;
  border-radius: 15px;
}

.service-heading h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00194c;
  margin: 0;
}

.service-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0 0;
  img {
    object-fit: cover;
    aspect-ratio: 6/4;
  }
}

.service-btn {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00194ccc;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.service-btn a {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 2px;
}

.service-btn a span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 10px 10px 25px;
  font-weight: 300;
}

.service-btn a i {
  margin-left: 5px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-content p {
  font-size: 16px;
  font-weight: 400;
  color: #667594;
  margin: 0;
}

.service-box:hover .service-btn {
  opacity: 1;
}

/* service end  */

/* partnership  */

.section-head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  color: #000;
  margin-bottom: 12px;
}

.section-head ul,
.section-head ol {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.section-head ul li,
.section-head ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  list-style: disc;
  color: #000;
  margin-bottom: 5px;
}

.key-rolls {
  border-bottom: 1px solid #e6e6e6;
}

.key-roll-element {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.key-roll-element {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.key-roll-element svg {
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #00194c;
}

.field-experience {
  padding: 0 0 30px;
}

.experience-element h3 {
  font-size: 36px;
  font-weight: 800;
  color: #00194c;
  margin: 0;
}

.experience-element p {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.partner-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  img {
    padding: 5px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    aspect-ratio: 1/1;
    max-width: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center right;
  }
}

.partner-img a {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(3, 87, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  i {
    color: #fff;
    font-size: 24px;
  }
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    animation: pulse-border 1500ms ease-out infinite;
    border: 2px solid #fff;
    border-radius: 100%;
    z-index: -1;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bg-tr-1 {
  background-image: url(../images/about_shape02.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.bg-tr-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(154.68deg, #8894ff 11.62%, #ff8585 90.47%);
  opacity: 0.1;
  filter: blur(75px);
  z-index: -1;
}

/* partnership end  */

/* model box video  */

/* Form container */
#formContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* transform: translate(-50%, -50%); */
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  width: 100%;
}

.con {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-2 {
  max-width: 550px;
  width: 100%;
  position: relative;
  /* margin: auto auto; */
}

/* Hidden class to hide the form */
.form-hidden {
  display: none;
}

.form-close {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  img {
    width: 20px;
    height: 20px;
  }
}

/* model box video end  */

/* gallery */

.gallery-img {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  padding: 4px;
  img {
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    transition: all 0.3s;
    &:hover {
      transform: scaleX(1.1);
    }
  }
}

/* breadcrumb */

.mt-80 {
  margin-top: 80px;
}

.dgs_page_title {
  /* background: url(../images/br-5.jpg); */
  background-size: cover;
  background-position: center;
  position: relative;
}

.br-4 {
  background-image: url(../images/br-4.jpg);
}

.br-5 {
  background-image: url(../images/br-5.jpg);
}

.dgs_page_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 108, 208, 0.5);
}

.dgs_breadcumbs_inner {
  position: relative;
}

.py-120 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* services  */

.service-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 20px;
  img {
    object-fit: cover;
    aspect-ratio: 16/8;
  }
}

.service-sidebar-content {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.service-details-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #00194c;
  margin: 0 0 20px;
}

.service-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #00194c;
  margin: 0 0 20px;
}

.service-details-content p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
}

.service-details-content ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.service-details-content ul li {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  list-style: disc;
  margin: 0 0 10px;
}

.service-details-content strong {
  font-weight: 600;
}

.sidebar-profile {
  margin-bottom: 30px;
}

.sidebar-profile h3 {
  font-size: 24px;
  font-weight: 600;
  color: #b22c28;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #b22c28;
  background-color: #ffdbd9;
}

.sidebar-img {
  img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}

.sidebar-profile h4 {
  font-size: 22px;
  font-weight: 600;
  color: #00194c;
  margin: 0 0 6px;
  text-align: center;
}

.sidebar-profile p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.service-sidebar-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #b22c28;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #b22c28;
  background-color: #ffdbd9;
}

.service-sidebar-content ul {
  list-style-type: none;
  padding: 0;
}

.service-sidebar-content ul li {
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #fff;
  transition: all 0.3s;
  a {
    display: block;
    padding: 6px 14px;
    color: #00194c;
    font-size: 18px;
    font-weight: 500;
  }

  &:hover {
    border-color: #b22c28;
    a {
      background-color: #ffdbd9;
      color: #b22c28;
    }
  }
}

.service-sidebar-content ul li:last-child {
  border-bottom: none;
}

/* form utility */

.side-bar-form {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.side-bar-form .form-group {
  input {
    width: 100%;
    padding: 8px 10px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
  }
  textarea {
    height: 80px;
    resize: vertical;
    padding: 6px 10px;
  }
}
.side-bar-form .form-group {
  button {
    border: 2px solid #00194c;
    color: #00194c;
    height: auto;
    padding: 8px;
  }
}

/* table  */

.contenttable td,
.contenttable th {
  border: 1px solid #e5e5e5;
  padding: 10px;
  /* width: 20%; */
  p {
    margin: 0;
  }
}
