/* ----------------------
 * Dependencies
 * ---------------------- */
/* ----------------------
 * Variables
 * ---------------------- */
/* ----------------------
 * Mixins
 * ---------------------- */
/* ----------------------
 * Classes
 * ---------------------- */
a {
  text-decoration: none;
}

.las {
  font-size: 22px;
  vertical-align: text-bottom;
}

.bootstrap-select button {
  border: 1px solid #dee2e6 !important;
  background-color: #fff !important;
  font-size: 15px;
}

.v-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.v-ul > li {
  display: block;
}

.h-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-ul > li {
  display: inline-block;
}

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

.img-object-container {
  background-size: cover;
}

.img-object {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t_btn {
  border: 1px solid #3c3838;
  padding: 9px 25px !important;
  background-color: transparent;
  text-decoration: none !important;
  color: #3c3838;
}
@media screen and (max-width: 450px) {
  .t_btn {
    padding: 9px 15px !important;
  }
}
.t_btn:hover, .t_btn:active, .t_btn:focus {
  background-color: #3c3838 !important;
  color: #fff !important;
  border-color: #3c3838 !important;
}
.t_btn:hover span:after, .t_btn:active span:after, .t_btn:focus span:after {
  width: 100%;
}

/* ----------------------
 * Variables
 * ---------------------- */
/* ----------------------
  * Mixins
  * ---------------------- */
/* ----------------------
  * Fonts
  * ---------------------- */
/* ----------------------
  * Classes
  * ---------------------- */
a {
  text-decoration: none;
}

.las {
  font-size: 22px;
  vertical-align: text-bottom;
}

.bootstrap-select button {
  border: 1px solid #dee2e6 !important;
  background-color: #fff !important;
  font-size: 15px;
}

.v-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.v-ul > li {
  display: block;
}

.h-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-ul > li {
  display: inline-block;
}

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

.img-object-container {
  background-size: cover;
}

.img-object {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t_btn {
  border: 1px solid #3c3838;
  padding: 9px 25px !important;
  background-color: transparent;
  text-decoration: none !important;
  color: #3c3838;
}
@media screen and (max-width: 450px) {
  .t_btn {
    padding: 9px 15px !important;
  }
}
.t_btn:hover, .t_btn:active, .t_btn:focus {
  background-color: #3c3838 !important;
  color: #fff !important;
  border-color: #3c3838 !important;
}
.t_btn:hover span:after, .t_btn:active span:after, .t_btn:focus span:after {
  width: 100%;
}

.section-contact-content {
  position: relative;
}
.section-contact-content .contact-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .section-contact-content .contact-content {
    display: flex;
    flex-direction: column;
  }
}
.section-contact-content .contact-content .contact-details-wrapper {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .section-contact-content .contact-content .contact-details-wrapper {
    gap: 25px;
  }
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 8px;
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item {
  position: relative;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item {
    gap: 15px;
  }
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-content-item-details {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-content-item-details span {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #0091dc;
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-content-item-details a {
  position: relative;
  color: #1a1a18;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  .section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-content-item-details a {
    font-size: 1.2rem;
  }
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-content-item-details a:hover, .section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-content-item-details a:focus {
  color: #0091dc;
  text-decoration: none;
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-icon-link {
  text-decoration: none;
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-icon-link .contact-us-content-item-icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 15px;
  background: linear-gradient(-45deg, #0091dc, #000);
}
@media screen and (max-width: 768px) {
  .section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-icon-link .contact-us-content-item-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-icon-link .contact-us-content-item-icon {
    width: 50px;
    height: 50px;
  }
}
.section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-icon-link .contact-us-content-item-icon i {
  color: white;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-icon-link .contact-us-content-item-icon i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-details-wrapper .contact-details .contact-us-content-item .contact-us-icon-link .contact-us-content-item-icon i {
    font-size: 1.4rem;
  }
}
.section-contact-content .contact-content .contact-form {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 25px;
  padding: 25px;
  border-radius: 15px;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.section-contact-content .contact-content .contact-form .form--contact {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-form .form--contact {
    display: flex;
    flex-direction: column;
  }
}
.section-contact-content .contact-content .contact-form .form--contact input {
  width: 100%;
  padding: 1em;
  outline: 0;
  font-weight: 500;
  color: #999;
  border-top: unset;
  border-right: unset;
  border-bottom: 1px solid #f0eded;
  border-left: unset;
  background: white;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-form .form--contact input {
    grid-column: 1;
  }
}
.section-contact-content .contact-content .contact-form .form--contact input:hover, .section-contact-content .contact-content .contact-form .form--contact input:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.section-contact-content .contact-content .contact-form .form--contact input.full-name {
  grid-column: 1/span 2;
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-form .form--contact input.full-name {
    grid-column: 1;
  }
}
.section-contact-content .contact-content .contact-form .form--contact input::-moz-placeholder {
  color: #0091dc;
  text-transform: uppercase;
}
.section-contact-content .contact-content .contact-form .form--contact input::placeholder {
  color: #0091dc;
  text-transform: uppercase;
}
.section-contact-content .contact-content .contact-form .form--contact textarea {
  width: 100%;
  height: 120px;
  grid-column: 1/span 2;
  font-weight: 500;
  color: #999;
  padding: 1em;
  outline: 0;
  border-top: unset;
  border-right: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: unset;
  background: white;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-form .form--contact textarea {
    grid-column: 1;
  }
}
.section-contact-content .contact-content .contact-form .form--contact textarea:hover, .section-contact-content .contact-content .contact-form .form--contact textarea:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.section-contact-content .contact-content .contact-form .form--contact textarea::-moz-placeholder {
  color: #0091dc;
  text-transform: uppercase;
}
.section-contact-content .contact-content .contact-form .form--contact textarea::placeholder {
  color: #0091dc;
  text-transform: uppercase;
}
.section-contact-content .contact-content .contact-form .form--contact .file-input {
  grid-column: 1/span 2;
}
.section-contact-content .contact-content .contact-form .form--contact .file-input label {
  padding-left: 1em;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-form .form--contact .g-recaptcha {
    max-width: 100%;
    transform: scale(0.74);
    transform-origin: 0;
  }
}
.section-contact-content .contact-content .contact-form .form--contact button {
  height: calc(100% - 2px);
  outline: 0;
  border: unset;
}
@media screen and (max-width: 550px) {
  .section-contact-content .contact-content .contact-form .form--contact button {
    height: 50px;
  }
}
.section-contact-content .contact-extra {
  position: relative;
  display: flex;
  gap: 50px;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .section-contact-content .contact-extra {
    padding: 50px 0 0 0;
  }
}
.section-contact-content .contact-extra .contact-departments {
  position: relative;
  width: 400px;
  display: flex;
  flex-flow: column;
  gap: 50px;
  flex-shrink: 0;
}
.section-contact-content .contact-extra .contact-departments .department-box {
  position: relative;
  display: flex;
  flex-flow: column;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.section-contact-content .contact-extra .contact-departments .department-box > h3 {
  position: relative;
  color: white;
  font-size: 2rem;
  margin: 0;
  padding: 15px 25px;
  background: linear-gradient(-45deg, #0091dc, #000);
}
.section-contact-content .contact-extra .contact-departments .department-box .box-details {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 25px;
}
.section-contact-content .contact-extra .contact-departments .department-box .box-details p {
  margin: 0;
}
.section-contact-content .contact-extra .contact-map {
  position: relative;
  width: 100%;
  display: flex;
}
.section-contact-content .contact-extra .contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 15px;
}

.services-page-tOne .section-title {
  margin: 30px 0;
}
@media screen and (max-width: 990px) {
  .services-page-tOne .section-title {
    padding: 0 15px;
  }
}
@media screen and (max-width: 550px) {
  .services-page-tOne .section-title {
    margin: 15px 0 30px;
  }
}
.services-page-tOne .section-one {
  padding: 60px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .services-page-tOne .section-one {
    padding: 40px;
  }
}
@media screen and (max-width: 550px) {
  .services-page-tOne .section-one {
    padding: 20px 20px 10px;
  }
}
.services-page-tOne .section-one .content-wrapper {
  padding: 15px 30px;
}
@media screen and (max-width: 990px) {
  .services-page-tOne .section-one .content-wrapper {
    padding: 30px 15px 15px;
  }
}
.services-page-tOne .section-one .content-wrapper h2,
.services-page-tOne .section-one .content-wrapper h3 {
  margin-bottom: 30px;
  color: #0091dc;
}
.services-page-tOne .section-one .content-wrapper ul {
  list-style: none;
}
.services-page-tOne .section-one .content-wrapper ul li {
  position: relative;
}
.services-page-tOne .section-one .content-wrapper ul li:before {
  content: "\f633";
  font-family: bootstrap-icons, sans-serif;
  font-size: 18px;
  left: -25px;
  position: absolute;
  top: 0;
  color: rgba(0, 145, 220, 0.7);
}
.services-page-tOne .section-one .image-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.services-page-tOne .section-one .image-wrapper img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
  transition: all 0.6s ease;
}
.services-page-tOne .section-one .image-wrapper:hover img {
  transform: scale(1.02);
}
.services-page-tOne .section-two {
  padding: 60px 0 0;
}
.services-page-tOne .section-two .cta-box {
  position: relative;
  padding: 20px;
  background: #0091dc;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 990px) {
  .services-page-tOne .section-two .cta-box {
    gap: 30px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 550px) {
  .services-page-tOne .section-two .cta-box {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-page-tOne .section-two .cta-box h5 {
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .services-page-tOne .section-two .cta-box h5 {
    width: 45%;
  }
}
@media screen and (max-width: 550px) {
  .services-page-tOne .section-two .cta-box h5 {
    width: 80%;
  }
}
.services-page-tOne .section-two .cta-box .icon-wrapper {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  padding: 12px;
}
@media screen and (max-width: 990px) {
  .services-page-tOne .section-two .cta-box .icon-wrapper {
    left: 5px;
  }
}
@media screen and (max-width: 550px) {
  .services-page-tOne .section-two .cta-box .icon-wrapper {
    right: 0px;
    left: auto;
    top: 40%;
  }
}
.services-page-tOne .section-two .cta-box .icon-wrapper .icon-one {
  width: 100%;
  height: 65px;
}
.services-page-tOne .section-two .cta-box .icon-wrapper .icon-two {
  position: absolute;
  top: -6px;
  left: 6px;
  height: 60px;
  opacity: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  .services-page-tOne .section-two .cta-box .icon-wrapper .icon-two {
    opacity: 1;
  }
}
.services-page-tOne .section-two .cta-box .section-cta-btn {
  display: flex;
  gap: 20px;
}
.services-page-tOne .section-two .cta-box .section-cta-btn .main-btn {
  border: 1px solid #fff;
}
.services-page-tOne .section-two .cta-box:hover {
  background: #0073ac;
}
.services-page-tOne .section-two .cta-box:hover .icon-wrapper .icon-two {
  opacity: 1;
}
.services-page-tOne .galery-section {
  padding: 60px 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 550px) {
  .services-page-tOne .galery-section {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-page-tOne .galery-section .img-wrapper {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .services-page-tOne .galery-section .img-wrapper {
    height: 260px;
  }
}
.services-page-tOne .galery-section .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.6s ease;
  transform: scale(1.01);
}
.services-page-tOne .galery-section .img-wrapper:hover img {
  transform: scale(1.02);
}
