@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap");
.container-fluid {
  max-width: 1600px;
  padding: 0 4%;
}

body {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 2400px;
  height: 100%;
  font-size: 16px;
  margin: auto;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a,
.owl-prev,
.owl-next {
  color: unset;
  text-decoration: none;
}

a:focus, a:hover,
.owl-prev:focus,
.owl-prev:hover,
.owl-next:focus,
.owl-next:hover {
  color: unset;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

a:focus,
.owl-prev:focus,
.owl-next:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.textwrap {
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wordwrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.bg-main {
  background: #065480;
}

.btn-main {
  background: #065480;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
}

.btn-main:hover {
  background: #054468;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(5, 68, 104, 0.3);
          box-shadow: 0px 5px 10px rgba(5, 68, 104, 0.3);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.btn-main:active {
  -webkit-transform: translateY(-4.5px);
          transform: translateY(-4.5px);
}

.btn-main2 {
  background: #c22227;
  color: #fff;
  border-radius: 0;
}

.btn-main2:hover {
  background: #ac1e23;
  color: #fff;
}

.section-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-title span {
  background: #054468;
  color: #fff;
  padding: 15px;
  margin-left: 10px;
}

.section-sub-title, .services-tab-container .services-tab-panel .tab-content h3, .team-tab-container .team-tab-panel .tab-content .member .member-info .speciality {
  position: relative;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-sub-title:after, .services-tab-container .services-tab-panel .tab-content h3:after, .team-tab-container .team-tab-panel .tab-content .member .member-info .speciality:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 1px;
  display: block;
  width: 40px;
  height: 5px;
  background: #212121;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.section-sub-title:before, .services-tab-container .services-tab-panel .tab-content h3:before, .team-tab-container .team-tab-panel .tab-content .member .member-info .speciality:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 43px;
  display: block;
  width: 20px;
  height: 5px;
  background: #054468;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.navbar {
  padding: 10px 10%;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.navbar * {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.navbar .navbar-nav {
  margin-right: 75px;
}

.navbar .navbar-brand img {
  max-height: 65px;
}

.navbar .nav-item {
  margin-right: 5%;
}

.navbar .nav-item .nav-link {
  position: relative;
  display: table;
  padding: 8px;
}

.navbar .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 9px;
  display: block;
  width: 0px;
  height: 0px;
  background: #212121;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .nav-item .nav-link:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 42px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  width: 0px;
  height: 0px;
  background: #054468;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.navbar .nav-item .nav-link.active:after {
  width: 30px;
  height: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .nav-item .nav-link.active:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 15px;
  height: 4px;
}

.navbar .navbar-toggler {
  outline: none;
}

.navbar .navbar-toggler .hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #054468;
  display: block;
  margin: 5.5px auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-toggler .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.navbar .navbar-toggler .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(45deg);
          transform: translateY(8.5px) rotate(45deg);
}

.navbar .navbar-toggler .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(-45deg);
          transform: translateY(-8.5px) rotate(-45deg);
}

.navbar.scrolled {
  -webkit-box-shadow: 0 10px 20px rgba(4, 52, 80, 0.19), 0 6px 6px rgba(4, 52, 80, 0.23);
          box-shadow: 0 10px 20px rgba(4, 52, 80, 0.19), 0 6px 6px rgba(4, 52, 80, 0.23);
}

.navbar.scrolled .navbar-brand img {
  max-height: 50px;
}

.modal {
  padding-right: 0 !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.modal input::-webkit-outer-spin-button,
.modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal input[type="number"] {
  -moz-appearance: textfield;
}

.modal .close {
  position: absolute;
  background: #054468;
  color: #fff;
  z-index: 11;
  opacity: 1 !important;
  padding: 5px;
  right: 0;
  top: 3px;
  outline: none;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-content .modal-body {
  border-top: 5px solid #054468;
  padding: 0;
}

@media (max-width: 992px) {
  .modal-dialog.w7 {
    max-width: 700px;
  }
  .modal-dialog.w7 .modal-body {
    overflow-x: hidden;
  }
}

.form-type-2 {
  width: 100%;
  padding: 5%;
  margin: auto;
  /* Fallback for Edge
-------------------------------------------------- */
}

.form-type-2 .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-type-2 .form-label-group input,
.form-type-2 .form-label-group label {
  height: 50px;
  padding: 12px 15px;
}

.form-type-2 .form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media (max-width: 500px) {
  .form-type-2 .form-label-group label {
    font-size: 14px;
  }
}

.form-type-2 .form-label-group input,
.form-type-2 .form-label-group textarea,
.form-type-2 .form-label-group select {
  padding: 12px 10px;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ced4da;
  border-radius: 0;
}

.form-type-2 .form-label-group input:hover,
.form-type-2 .form-label-group textarea:hover,
.form-type-2 .form-label-group select:hover {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #acb1b6;
}

.form-type-2 .form-label-group input:focus,
.form-type-2 .form-label-group textarea:focus,
.form-type-2 .form-label-group select:focus {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #acb1b6;
}

.form-type-2 .form-label-group input::-webkit-input-placeholder,
.form-type-2 .form-label-group textarea::-webkit-input-placeholder,
.form-type-2 .form-label-group select::-webkit-input-placeholder {
  color: #fff;
  font-size: 10px;
}

.form-type-2 .form-label-group input:-ms-input-placeholder,
.form-type-2 .form-label-group textarea:-ms-input-placeholder,
.form-type-2 .form-label-group select:-ms-input-placeholder {
  color: #fff;
  font-size: 10px;
}

.form-type-2 .form-label-group input::-ms-input-placeholder,
.form-type-2 .form-label-group textarea::-ms-input-placeholder,
.form-type-2 .form-label-group select::-ms-input-placeholder {
  color: #fff;
  font-size: 10px;
}

.form-type-2 .form-label-group input::placeholder,
.form-type-2 .form-label-group textarea::placeholder,
.form-type-2 .form-label-group select::placeholder {
  color: #fff;
  font-size: 10px;
}

.form-type-2 .form-label-group input:not(:-moz-placeholder-shown),
.form-type-2 .form-label-group textarea:not(:-moz-placeholder-shown),
.form-type-2 .form-label-group select:not(:-moz-placeholder-shown) {
  padding-top: 1.15rem;
  padding-bottom: 0.15rem;
}

.form-type-2 .form-label-group input:not(:-ms-input-placeholder),
.form-type-2 .form-label-group textarea:not(:-ms-input-placeholder),
.form-type-2 .form-label-group select:not(:-ms-input-placeholder) {
  padding-top: 1.15rem;
  padding-bottom: 0.15rem;
}

.form-type-2 .form-label-group input:not(:placeholder-shown),
.form-type-2 .form-label-group textarea:not(:placeholder-shown),
.form-type-2 .form-label-group select:not(:placeholder-shown) {
  padding-top: 1.15rem;
  padding-bottom: 0.15rem;
}

.form-type-2 .form-label-group input:not(:-moz-placeholder-shown) ~ label,
.form-type-2 .form-label-group textarea:not(:-moz-placeholder-shown) ~ label,
.form-type-2 .form-label-group select:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  font-size: 13px;
  color: #000;
}

.form-type-2 .form-label-group input:not(:-ms-input-placeholder) ~ label,
.form-type-2 .form-label-group textarea:not(:-ms-input-placeholder) ~ label,
.form-type-2 .form-label-group select:not(:-ms-input-placeholder) ~ label {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  font-size: 13px;
  color: #000;
}

.form-type-2 .form-label-group input:not(:placeholder-shown) ~ label,
.form-type-2 .form-label-group textarea:not(:placeholder-shown) ~ label,
.form-type-2 .form-label-group select:not(:placeholder-shown) ~ label {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  font-size: 13px;
  color: #000;
}

@supports (-ms-ime-align: auto) {
  .form-type-2 .form-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .form-type-2 .form-label-group label {
    position: static;
  }
  .form-type-2 .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

.form-type-2 .add-row .form-label-group {
  padding: 3PX;
}

.form-type-2 .add-row .form-label-group input,
.form-type-2 .add-row .form-label-group label {
  height: 40px;
  padding: 14px 10px;
  font-size: .9rem;
}

.form-type-2 .add-row .form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 400;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-type-2 .add-row .form-label-group input,
.form-type-2 .add-row .form-label-group textarea,
.form-type-2 .add-row .form-label-group select {
  padding: 12px 10px;
  display: block;
  width: 100%;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ced4da;
  border-radius: 0;
}

.form-type-2 .add-row .form-label-group input:hover,
.form-type-2 .add-row .form-label-group textarea:hover,
.form-type-2 .add-row .form-label-group select:hover {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #acb1b6;
}

.form-type-2 .add-row .form-label-group input:focus,
.form-type-2 .add-row .form-label-group textarea:focus,
.form-type-2 .add-row .form-label-group select:focus {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #acb1b6;
}

.form-type-2 .add-row .form-label-group input::-webkit-input-placeholder,
.form-type-2 .add-row .form-label-group textarea::-webkit-input-placeholder,
.form-type-2 .add-row .form-label-group select::-webkit-input-placeholder {
  color: #fff;
  font-size: 11px;
}

.form-type-2 .add-row .form-label-group input:-ms-input-placeholder,
.form-type-2 .add-row .form-label-group textarea:-ms-input-placeholder,
.form-type-2 .add-row .form-label-group select:-ms-input-placeholder {
  color: #fff;
  font-size: 11px;
}

.form-type-2 .add-row .form-label-group input::-ms-input-placeholder,
.form-type-2 .add-row .form-label-group textarea::-ms-input-placeholder,
.form-type-2 .add-row .form-label-group select::-ms-input-placeholder {
  color: #fff;
  font-size: 11px;
}

.form-type-2 .add-row .form-label-group input::placeholder,
.form-type-2 .add-row .form-label-group textarea::placeholder,
.form-type-2 .add-row .form-label-group select::placeholder {
  color: #fff;
  font-size: 11px;
}

.form-type-2 .add-row .form-label-group input:not(:-moz-placeholder-shown),
.form-type-2 .add-row .form-label-group textarea:not(:-moz-placeholder-shown),
.form-type-2 .add-row .form-label-group select:not(:-moz-placeholder-shown) {
  padding-top: 1.15rem;
  padding-bottom: 0.15rem;
}

.form-type-2 .add-row .form-label-group input:not(:-ms-input-placeholder),
.form-type-2 .add-row .form-label-group textarea:not(:-ms-input-placeholder),
.form-type-2 .add-row .form-label-group select:not(:-ms-input-placeholder) {
  padding-top: 1.15rem;
  padding-bottom: 0.15rem;
}

.form-type-2 .add-row .form-label-group input:not(:placeholder-shown),
.form-type-2 .add-row .form-label-group textarea:not(:placeholder-shown),
.form-type-2 .add-row .form-label-group select:not(:placeholder-shown) {
  padding-top: 1.15rem;
  padding-bottom: 0.15rem;
}

.form-type-2 .add-row .form-label-group input:not(:-moz-placeholder-shown) ~ label,
.form-type-2 .add-row .form-label-group textarea:not(:-moz-placeholder-shown) ~ label,
.form-type-2 .add-row .form-label-group select:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  font-size: 11px;
  color: #000;
}

.form-type-2 .add-row .form-label-group input:not(:-ms-input-placeholder) ~ label,
.form-type-2 .add-row .form-label-group textarea:not(:-ms-input-placeholder) ~ label,
.form-type-2 .add-row .form-label-group select:not(:-ms-input-placeholder) ~ label {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  font-size: 11px;
  color: #000;
}

.form-type-2 .add-row .form-label-group input:not(:placeholder-shown) ~ label,
.form-type-2 .add-row .form-label-group textarea:not(:placeholder-shown) ~ label,
.form-type-2 .add-row .form-label-group select:not(:placeholder-shown) ~ label {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  font-size: 11px;
  color: #000;
}

.section-carousel .carousel-item {
  background-size: cover;
  background-position: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50vw;
  max-height: 700px;
  min-height: 300px;
}

.section-carousel .carousel-item .item-content {
  background: rgba(5, 68, 104, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5% 10%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

@media (max-width: 768px) {
  .section-carousel .carousel-item .item-content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.section-carousel .carousel-item .item-content h2 {
  color: #fff;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

.section-carousel .carousel-item .item-content p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  margin-left: 2px;
}

.section-carousel .carousel-item .item-content.white {
  background: rgba(255, 255, 255, 0.4);
}

.section-carousel .carousel-item .item-content.white h2 {
  color: #043450;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

.section-carousel .carousel-item .item-content.white p {
  color: #043450;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  margin-left: 2px;
}

.section-carousel .carousel-item .item-content.red {
  background: rgba(172, 30, 35, 0.1);
}

.section-carousel .carousel-item .item-content.red h2 {
  color: #000;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

.section-carousel .carousel-item .item-content.red p {
  color: #000;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  margin-left: 2px;
}

.section-carousel .owl-nav {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.section-carousel .owl-nav .owl-prev,
.section-carousel .owl-nav .owl-next {
  outline: none;
}

.section-carousel .owl-nav .owl-prev i,
.section-carousel .owl-nav .owl-next i {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
  font-size: 30px;
  padding: 0.5vw 0.9vw !important;
}

.section-carousel .owl-nav .owl-prev i:hover,
.section-carousel .owl-nav .owl-next i:hover {
  background: #054468 !important;
}

.section-carousel .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.section-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.section-carousel .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 1px 3px !important;
  background: #d6d6d6;
  border: 2px solid #d6d6d6 !important;
  border-radius: 0px !important;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
}

.section-carousel .owl-dots .owl-dot.active span {
  width: 18px !important;
  height: 18px !important;
  background: #054468 !important;
  border: 1px solid white;
}

.section-carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.bg {
  background-image: linear-gradient(30deg, rgba(5, 68, 104, 0) 56%, rgba(5, 68, 104, 0.051) 56%);
}

.section-about {
  padding: 120px 5% 20px 5%;
}

.section-about img {
  max-height: 300px;
  margin-left: auto;
  padding: 20px;
  display: block;
}

@media (max-width: 768px) {
  .section-about img {
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.section-about .moreless-button {
  padding: 10px 35px 10px 15px;
  min-width: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: table;
  position: relative;
}

.section-about .moreless-button i {
  top: 40%;
  right: 12px;
  font-size: 12px;
  position: absolute;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.section-about .moreless-button:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-about .moreless-button.a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-services {
  padding: 120px 0 20px 0;
}

.section-services .container-fluid .card {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.section-services .container-fluid .card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle, rgba(51, 139, 194, 0.15) 35%, rgba(5, 68, 104, 0.8) 100%);
}

.section-services .container-fluid .card * {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.section-services .container-fluid .card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  height: 17vw;
  min-height: 200px;
  max-height: 300px;
}

.section-services .container-fluid .card .card-body {
  padding: 0 20px 20px 20px;
  z-index: 11;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-services .container-fluid .card .card-body .card-title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #054468;
  color: #fff;
  margin: auto;
  padding: 10px 20px;
  border-radius: 50rem;
  margin-top: -20px;
  margin-bottom: 15px;
  border: 5px solid #fff;
}

.section-services .container-fluid .card .card-body .card-text {
  font-size: 14px;
}

.section-services .container-fluid .card .card-body .btn {
  padding: 8px 30px 8px 10px;
  display: table;
  position: relative;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  margin-top: auto;
  width: 125px;
}

.section-services .container-fluid .card .card-body .btn:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.section-services .container-fluid .card .card-body .btn i {
  top: 36%;
  right: 12px;
  font-size: 12px;
  position: absolute;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.section-services .container-fluid .card .card-body .btn:hover:after {
  width: 100%;
  left: 0;
}

.section-services .container-fluid .card .card-body .btn:hover i {
  right: 7px;
}

.section-services .container-fluid .card:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.section-services .container-fluid .card:hover::after {
  background: radial-gradient(circle, rgba(51, 139, 194, 0.1) 35%, rgba(5, 68, 104, 0.9) 100%);
}

.section-services .container-fluid .card:hover .card-img-top {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-services .container-fluid .card:hover .card-body {
  padding: 0 20px 20px 20px;
  background: #054468;
  color: #fff;
}

.section-services .container-fluid .card:hover .card-body .card-title {
  color: #054468;
  background: #fff;
  border: 5px solid #054468;
}

@media (max-width: 992px) {
  #servicesModal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

.services-tab-container {
  padding: 20px 20px 20px 20px;
}

.services-tab-container .services-tab-panel {
  height: 600px;
}

.services-tab-container .services-tab-panel .nav-tabs {
  border: 0;
  border-top: 1px solid #acb1b6;
  padding-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-tab-container .services-tab-panel .nav-tabs > li {
  margin-top: 5px;
}

.services-tab-container .services-tab-panel .nav-tabs > li > a {
  padding: 5px 4px 2px 3px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

.services-tab-container .services-tab-panel .nav-tabs > li > a:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "\f111";
  font-weight: 900;
  font-size: 5px;
  top: 45%;
  left: -8px;
}

@media (max-width: 600px) {
  .services-tab-container .services-tab-panel .nav-tabs > li > a {
    font-size: 13px;
  }
}

.services-tab-container .services-tab-panel .nav-tabs > li.open > a,
.services-tab-container .services-tab-panel .nav-tabs > li:hover > a {
  background: rgba(10, 132, 201, 0.1);
  color: #333333;
}

.services-tab-container .services-tab-panel .nav-tabs > li > a.active {
  border-bottom: 2px solid #054468;
  color: #054468;
}

.services-tab-container .services-tab-panel .tab-content {
  margin-top: -3px;
  background-color: #fff;
  padding: 15px 10px;
  min-height: 410px;
}

.services-tab-container .services-tab-panel .tab-content h3 {
  color: #054468;
  margin-bottom: 30px;
}

.services-tab-container .services-tab-panel .tab-content img {
  max-width: 400px;
  float: right;
  padding: 10px;
}

@media (max-width: 600px) {
  .services-tab-container .services-tab-panel .tab-content img {
    float: none;
    margin: auto;
    display: block;
  }
}

.services-tab-container .services-tab-panel .tab-content span {
  font-size: 14px;
  text-align: justify;
}

.bg2 {
  background-image: linear-gradient(150deg, rgba(5, 68, 104, 0.01) 56%, rgba(5, 68, 104, 0.1) 56%);
}

.section-other-services {
  padding: 60px 0 60px 0;
}

.item-col, .services-tab-container .services-tab-panel .tab-content {
  margin-bottom: 20px;
}

.item-col .item, .services-tab-container .services-tab-panel .tab-content .item {
  cursor: pointer;
  text-align: center;
  background: #ffffff;
  border-left: 2px solid #054468;
  overflow: hidden;
  padding: 30px 20px 15px 20px;
  z-index: 1;
  border: medium none;
  position: relative;
  height: 100%;
}

.item-col .item i, .services-tab-container .services-tab-panel .tab-content .item i {
  background: #fff;
  border-radius: 50%;
  color: #054468;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 25px;
}

.item-col .item i::after, .services-tab-container .services-tab-panel .tab-content .item i::after {
  border: 2px solid #054468;
  border-radius: 50%;
  content: "";
  height: 70px;
  width: 70px;
  left: -5px;
  position: absolute;
  top: -5px;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item-col .item h4, .services-tab-container .services-tab-panel .tab-content .item h4 {
  font-size: 15px;
}

.item-col .item:hover i, .services-tab-container .services-tab-panel .tab-content .item:hover i {
  background-color: #054468 !important;
  color: #fff !important;
}

.item-col .item:hover h4, .services-tab-container .services-tab-panel .tab-content .item:hover h4 {
  color: #054468;
}

.section-contact {
  padding: 120px 0 20px 0;
}

.section-contact iframe {
  max-width: 100%;
  height: 100%;
  min-height: 450px;
}

.section-contact .contact-detail {
  margin: -40px auto 0 auto;
  background: #fff;
  padding: 40px 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-contact .contact-detail h5 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.section-contact .contact-detail h5:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 1px;
  display: block;
  width: 40px;
  height: 5px;
  background: #212121;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.section-contact .contact-detail h5:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 45px;
  display: block;
  width: 20px;
  height: 5px;
  background: #054468;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.section-contact .contact-detail p {
  margin: 0;
}

.form-col {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.form-col .form-type-1 {
  width: 100%;
  padding: 5%;
  margin: auto;
  /* Fallback for Edge
-------------------------------------------------- */
}

.form-col .form-type-1 .form-label-group {
  position: relative;
  margin-bottom: 1rem;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.form-col .form-type-1 .form-label-group input,
.form-col .form-type-1 .form-label-group label {
  height: 60px;
  padding: 17px 15px;
}

.form-col .form-type-1 .form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-col .form-type-1 .form-label-group input,
.form-col .form-type-1 .form-label-group textarea {
  padding: 17px 15px;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ced4da;
  border-radius: 0;
}

.form-col .form-type-1 .form-label-group input:hover,
.form-col .form-type-1 .form-label-group textarea:hover {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #acb1b6;
}

.form-col .form-type-1 .form-label-group input:focus,
.form-col .form-type-1 .form-label-group textarea:focus {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #acb1b6;
}

.form-col .form-type-1 .form-label-group input::-webkit-input-placeholder,
.form-col .form-type-1 .form-label-group textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 10px;
}

.form-col .form-type-1 .form-label-group input:-ms-input-placeholder,
.form-col .form-type-1 .form-label-group textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 10px;
}

.form-col .form-type-1 .form-label-group input::-ms-input-placeholder,
.form-col .form-type-1 .form-label-group textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 10px;
}

.form-col .form-type-1 .form-label-group input::placeholder,
.form-col .form-type-1 .form-label-group textarea::placeholder {
  color: #fff;
  font-size: 10px;
}

.form-col .form-type-1 .form-label-group input:not(:-moz-placeholder-shown),
.form-col .form-type-1 .form-label-group textarea:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-col .form-type-1 .form-label-group input:not(:-ms-input-placeholder),
.form-col .form-type-1 .form-label-group textarea:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-col .form-type-1 .form-label-group input:not(:placeholder-shown),
.form-col .form-type-1 .form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-col .form-type-1 .form-label-group input:not(:-moz-placeholder-shown) ~ label,
.form-col .form-type-1 .form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
  color: #000;
}

.form-col .form-type-1 .form-label-group input:not(:-ms-input-placeholder) ~ label,
.form-col .form-type-1 .form-label-group textarea:not(:-ms-input-placeholder) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
  color: #000;
}

.form-col .form-type-1 .form-label-group input:not(:placeholder-shown) ~ label,
.form-col .form-type-1 .form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
  color: #000;
}

.form-col .form-type-1 .form-label-group input::-webkit-outer-spin-button,
.form-col .form-type-1 .form-label-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-col .form-type-1 .form-label-group input[type="number"] {
  -moz-appearance: textfield;
}

@supports (-ms-ime-align: auto) {
  .form-col .form-type-1 .form-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .form-col .form-type-1 .form-label-group label {
    position: static;
  }
  .form-col .form-type-1 .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

.section-mv {
  padding: 120px 0 0px 0;
  background: rgba(5, 68, 104, 0.1);
}

.section-mv img {
  margin: auto;
  display: block;
  width: 500px;
  height: auto;
  padding: 5%;
}

@media (max-width: 768px) {
  .section-mv img {
    padding: 10px 5%;
  }
}

.section-team {
  padding: 120px 0 60px 0;
}

.section-team .member {
  margin-top: 30px;
  padding: 30px;
  background-color: #f6f9ff;
  border-radius: 5px;
  height: 100%;
  cursor: pointer;
}

.section-team .member .member-image {
  position: relative;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background: #054468;
  height: 200px;
  width: 200px;
}

.section-team .member .member-image img {
  padding: 8px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.section-team .member .member-info {
  text-align: center;
}

.section-team .member .member-info .full-name {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
}

.section-team .member .member-info .speciality {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #054468;
}

.section-team .member:hover .member-image img {
  padding: 2px;
}

.team-tab-container {
  padding: 30px 20px 20px 20px;
}

.team-tab-container .team-tab-panel {
  padding: 1%;
  margin: 0;
  height: 40vw;
  max-height: 500px;
  min-height: 400px;
}

.team-tab-container .team-tab-panel .nav-tabs {
  padding: 10px 10px;
  background-color: #f6f9ff;
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team-tab-container .team-tab-panel .nav-tabs > li {
  padding-bottom: 4px;
  margin-right: 4px;
}

.team-tab-container .team-tab-panel .nav-tabs > li > a {
  background: rgba(10, 132, 201, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px 6px 15px;
  color: #737373;
  border-bottom: 5px solid red;
  text-transform: uppercase;
  border-bottom: 4px solid rgba(10, 132, 201, 0.1);
}

.team-tab-container .team-tab-panel .nav-tabs > li.open > a,
.team-tab-container .team-tab-panel .nav-tabs > li:hover > a {
  border-bottom: 4px solid #0a84c9;
  background: rgba(10, 132, 201, 0.1);
  color: #333333;
}

.team-tab-container .team-tab-panel .nav-tabs > li > a.active {
  border-bottom: 4px solid #054468;
  color: #fff;
  background-color: rgba(5, 68, 104, 0.8);
}

.team-tab-container .team-tab-panel .tab-content {
  margin-top: -3px;
  background-color: #fff;
}

.team-tab-container .team-tab-panel .tab-content .member {
  margin: 0;
  padding: 10px 0px 10px 0px;
  background-color: #f6f9ff;
  border-radius: 5px;
  height: 100%;
}

.team-tab-container .team-tab-panel .tab-content .member .member-image {
  margin-bottom: 10px;
  margin-right: 20px;
  float: left;
}

@media (max-width: 600px) {
  .team-tab-container .team-tab-panel .tab-content .member .member-image {
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}

.team-tab-container .team-tab-panel .tab-content .member .member-image img {
  display: block;
  margin-left: auto;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  height: 200px;
  width: 200px;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px inset #076499;
}

@media (max-width: 600px) {
  .team-tab-container .team-tab-panel .tab-content .member .member-image img {
    float: none;
    margin: auto;
    display: block;
  }
}

.team-tab-container .team-tab-panel .tab-content .member .member-info {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .team-tab-container .team-tab-panel .tab-content .member .member-info {
    text-align: center;
  }
}

.team-tab-container .team-tab-panel .tab-content .member .member-info .full-name {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
}

.team-tab-container .team-tab-panel .tab-content .member .member-info .speciality {
  text-transform: uppercase;
  font-size: 14px;
  color: #054468;
}

.team-tab-container .team-tab-panel .tab-content .member .member-details {
  margin-top: 10px;
  margin-bottom: 10px;
}

.team-tab-container .team-tab-panel .tab-content .member .member-details span {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1.1;
  padding-left: 25px;
}

.team-tab-container .team-tab-panel .tab-content .member .member-details span i {
  position: absolute;
  left: 0;
  color: #054468;
  font-size: 20px;
}

.bg3 {
  background-image: linear-gradient(160deg, rgba(5, 68, 104, 0.1) 56%, rgba(5, 68, 104, 0.01) 56%);
}

.footer {
  background-color: #08202e;
  padding-top: 80px;
  color: #636e74;
  font-weight: 400;
  font-size: 17px;
}

.footer .footer-line {
  border-color: #152e3d;
}

.footer .footer-widget {
  padding-bottom: 50px;
  height: 100%;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .footer .footer-widget {
    padding-left: 30px;
  }
}

.footer .footer-widget .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
}

.footer .footer-widget .footer-logo img {
  background: #fff;
  height: 180px;
  padding: 15px 20px;
  display: block;
  margin: auto;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 10%);
          clip-path: polygon(10% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 10%);
}

.footer .footer-widget .footer-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

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

.footer .footer-widget ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #636e74;
  display: block;
  font-weight: 500;
  line-height: 23px;
}

.footer .footer-widget ul li a:hover {
  color: #fff;
}

.footer .footer-widget .list-unstyled.details li a {
  position: relative;
  padding-left: 25px;
}

.footer .footer-widget .list-unstyled.details li a i {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer .tiny-footer {
  font-size: 14px;
  padding: 14px 0px;
  font-weight: 600;
  background-color: transparent;
  border-top: 1px solid #152e3d;
  color: #888d90;
  line-height: 1;
}

input[type=file] {
  cursor: pointer;
  display: none;
}

.choose-btn {
  right: -5px !important;
  left: 5px !important;
  padding: 15px 10px !important;
  width: calc(100% - 10px) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  background-color: white;
  border: 1px solid #ced4da !important;
  border-radius: 0 !important;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #495057 !important;
}

#hiddenBtn:hover + .choose-btn {
  background: #054468;
  border: 2px solid #ced4da !important;
  color: white !important;
}

form .quotation_error {
  color: red;
  font-size: small;
}

#error_div {
  display: none;
  color: red;
  font-size: small;
}

.error_class {
  color: #c00;
  font-size: 11px;
  font-family: Arial,sans-serif;
}

form .custom_error {
  color: red;
  font-size: small;
}

.custom_error {
  margin-top: 20px !important;
}

.file_type_error {
  font-size: small;
  color: red;
}
/*# sourceMappingURL=main.css.map */