@font-face {
  font-family: "regular";
  src: url("../fonts/ArbFONTS-Sukar-Regular.otf")
}

@font-face {
  font-family: "bolder";
  src: url("../fonts/ArbFONTS-Sukar-Black.otf")
}

@font-face {
  font-family: "bold";
  src: url("../fonts/ArbFONTS-Sukar-Bold.otf")
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  color: inherit
}

a:hover {
  color: inherit
}

img {
  max-width: 100%
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  scroll-behavior: smooth;
  position: relative;
  direction: ltr;
  background-color: #faf9fc;
  overflow: hidden
}

body::-webkit-scrollbar {
  background-color: #eeedf3;
  width: 8px
}

body::-webkit-scrollbar-thumb {
  Background-color: #244a82;
  border-radius: 25px
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eeedf3;
  width: 10px
}

.text {
  overflow: hidden;
  color: #000;
  line-height: 2;
  font-family: "Almarai"
}

.image-wrap img,
.image-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

figure.image-wrap {
  margin: 0
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none
}

.btn:focus {
  outline: none;
  box-shadow: none
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  width: 100%;
  border: 0
}

input:focus,
select:focus,
textarea:focus {
  outline: none
}

textarea {
  resize: none;
  height: 150px
}

input:-internal-autofill-selected {
  background-color: rgba(0, 0, 0, 0) !important
}

.main-btn {
  background-color: #244a82;
  padding: 10px;
  min-width: 170px;
  width: fit-content;
  color: #fff;
  text-align: center;
  border: 1px solid #244a82;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  gap: 10px;
  position: relative;
  z-index: 3;
  transition: all .5s ease-in-out;
  border-radius: 6px
}

.main-btn:hover {
  transition: all .5s ease-in-out;
  background-color: #fff;
  color: #000
}

.main-btn.reversed {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 2px solid #fff
}

.main-btn.reversed:hover {
  background-color: #244a82;
  color: #fff;
  border: 2px solid #244a82
}

.sec-btn {
  background-color: #21a9df;
  border-radius: 30px;
  border: 1px solid #21a9df;
  color: #fff;
  font-size: 1rem;
  font-family: "regular";
  transition: all .5s ease-in-out;
  width: 20%;
  min-width: 156px;
  padding: 11px
}

.sec-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #21a9df
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4901960784);
  z-index: 3
}

.head {
  text-align: start;
  margin-bottom: 30px
}

.head>h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: start;
  position: relative;
  width: fit-content;
  margin: 0 0 15px 0;
  gap: 20px;
  color: #000;
  padding-bottom: 12px
}

.head>h3::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  height: 3px;
  width: 40%;
  border-radius: 6px;
  background-color: #244a82
}

.head.centered {
  text-align: center
}

.head.centered h3 {
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 28px;
  font-weight: bold
}

.head.centered h3::before {
  right: 0;
  left: 0;
  margin: auto
}

.head.centered .text {
  margin: auto
}

.head .text {
  max-height: 75px;
  font-size: 18px;
  line-height: 2;
  color: #000;
  width: 75%
}

.head.borderd {
  border: 1px solid #244a82;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden
}

.wpml-ls-statics-footer {
  display: none
}

.lg-outer {
  direction: ltr
}

.overlay-all {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  z-index: 30;
  background-color: rgba(0, 0, 0, .6117647059)
}

.overlay-all.active {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out
}

iframe {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.padding-page {
  padding-top: 120px;
  padding-bottom: 50px
}

.toggle-btn {
  display: flex;
  flex-direction: column;
  width: 31px;
  height: 21px;
  justify-content: space-between;
  cursor: pointer;
  flex: 0 0 10.5%;
  max-width: 32px
}

.toggle-btn .bar {
  background-color: #244a82;
  width: 100%;
  height: 3px
}

.contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column
}

.contact li {
  padding: 10px 0
}

.contact li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  gap: 10px
}

.contact li a svg {
  color: #244a82;
  padding: 5px;
  border-radius: 50%;
  font-size: 22px
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.social-links li {
  border-radius: 50%
}

.social-links li a {
  width: 27px;
  height: 27px;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(41, 35, 92, .5019607843);
  color: #fff
}

.location .map {
  height: 400px
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  justify-content: center
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #6d5d5d;
  transition: all .5s ease-in-out;
  display: block;
  border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #244a82;
  transition: all .5s ease-in-out;
  border-radius: 6px
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 58%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  height: 0
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #244a82;
  font-size: 18px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff
}

.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg {
  color: #244a82;
  font-size: inherit;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0
}

.owl-carousel .owl-nav .owl-prev {
  inset-inline-start: 20px;
  bottom: 20px
}

.owl-carousel .owl-nav .owl-next {
  inset-inline-start: 40px;
  bottom: 20px
}

section {
  padding: 50px 0
}

ul,
p {
  margin-bottom: 0
}

.main_title_white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 100
}

.main_title_white h4 {
  font-size: 30px;
  font-family: "bold";
  font-weight: bold;
  color: #000;
  margin-bottom: 10px
}

.main_title_white div {
  font-size: 15px;
  font-family: "regular";
  font-weight: regular;
  color: #000;
  line-height: 1.7;
  text-align: center;
  width: 70%
}

.main_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 100
}

.main_title h4 {
  font-size: 30px;
  font-family: "bold";
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px
}

.main_title div {
  font-size: 15px;
  font-family: "regular";
  font-weight: regular;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  width: 70%
}

.card_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: all .5s ease-in-out;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 300px;
  margin-bottom: 10px;
  z-index: 100;
  max-height: 700px
}

.card_list:hover h6,
.card_list:hover .text {
  color: #fff;
  transition: all .5s ease-in-out
}

.card_list:hover .image img {
  filter: bleftness(0) invert(1);
  transition: all .5s ease-in-out
}

.card_list:hover::before {
  bottom: 0
}

.card_list::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background-color: #244a82;
  z-index: 1;
  transition: .5s
}

.card_list .image {
  width: 97px;
  height: 89px;
  transition: all .5s ease-in-out
}

.card_list .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  transition: all .5s ease-in-out
}

.card_list h6 {
  color: #244a82;
  font-size: 19px;
  font-family: "bold";
  padding: 12px 0;
  z-index: 5;
  transition: all .5s ease-in-out
}

.card_list .text {
  color: #000;
  font-size: 15px;
  font-family: "regular";
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 100px;
  max-height: 605px;
  height: 400px;
  z-index: 5;
  transition: all .5s ease-in-out
}

.card_blog {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  border-radius: 12px;
  margin-bottom: 20px
}

.card_blog .btn {
  color: #21a9df;
  font-size: 16px;
  font-family: "regular"
}

.card_blog .img {
  height: 210px;
  width: 100%
}

.card_blog .img img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: cover
}

.card_blog .content {
  padding-inline-start: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%
}

.card_blog .content .title {
  color: #000;
  font-size: 24px;
  font-family: "bold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px
}

.card_blog .content .date {
  color: #545454;
  font-size: 15px;
  font-family: "regular";
  margin-bottom: 10px
}

.card_blog .content .expert {
  color: #000;
  font-size: 1rem;
  font-family: "regular";
  margin-bottom: 14px;
  height: 102px
}

.head_footer {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  color: #000;
  font-family: "bold";
  margin-bottom: 5%
}

.head_footer::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #000;
  transition: width .3s
}

.head_footer:hover:after {
  width: 100%
}

.subscribe_form {
  margin-top: 40px
}

.subscribe_form .input-group {
  position: relative
}

.subscribe_form .input-group p {
  display: flex;
  width: 100%
}

.subscribe_form .input-group p .wpcf7-form-control-wrap {
  width: 100%
}

.subscribe_form .input-group .form-control {
  background-color: #f8f8f8;
  border-radius: 30px !important;
  color: #000;
  font-size: .7rem;
  font-family: "regular";
  width: 100%;
  padding: 4%;
  text-align: start
}

.subscribe_form .input-group .form-control::placeholder {
  color: gray;
  font-family: "regular";
  font-size: .7rem
}

/*.subscribe_form .input-group .btn_subscribe {*/
/*  background-color: #21a9df;*/
/*  border-radius: 30px !important;*/
/*  position: absolute;*/
/*  right: -5%;*/
/*  padding: 8px;*/
/*  width: 87px;*/
/*  transition: all .5s ease-in-out;*/
/*  border: 1px solid #21a9df;*/
/*  z-index: 99;*/
/*  font-family: "regular"*/
/*}*/

.subscribe_form .input-group .btn_subscribe:hover {
  background-color: #fff
}

.subscribe_form .input-group .btn_subscribe:hover svg {
  color: #21a9df
}

.subscribe_form .input-group .btn_subscribe svg {
  color: #fff;
  font-size: 20px;
  transition: all .5s ease-in-out
}

.shape_about {
  position: absolute;
  top: 0%;
  z-index: -1
}

.portfolio_wrapper .box-list {
  margin-bottom: 5%
}

.portfolio_wrapper .box-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2% 0
}

.portfolio_wrapper .box-menu li:first-child {
  margin-left: 5px
}

.portfolio_wrapper .box-menu li:last-child {
  margin-right: 5px
}

.portfolio_wrapper .box-menu li {
  font-family: "regular";
  font-size: 1rem;
  color: #000;
  cursor: pointer;
  padding: 8px;
  margin-inline-end: 2%;
  transition: .25s all ease-in-out;
  order: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: #fff;
  transition: .25s all ease-in-out;
  height: 3rem
}

.portfolio_wrapper .box-menu .mixitup-control-active {
  color: #fff;
  background-color: #21a9df;
  border-radius: 5px;
  font-family: "bold"
}

.card_prtfolio img {
  height: 350px;
  width: 100%
}

.card_prtfolio .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 10px
}

.card_prtfolio .info .text h4 {
  font-size: 1rem;
  font-family: "bold";
  color: #000
}

.card_prtfolio .info a {
  margin-top: 0px !important;
  border-radius: 0;
  width: 11%;
  display: flex;
  justify-content: center;
  align-items: center
}

.card_prtfolio .info a svg {
  font-size: 20px
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, .2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.progress-wrap::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'/%3E%3C/svg%3E");
  font-family: "Bootstrap Icons";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #2c3941;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.progress-wrap svg path {
  fill: none
}

.progress-wrap svg.progress-circle path {
  stroke: #244a82;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

textarea.form-control {
  height: 140px !important
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #244a82 !important
}

input::-webkit-datetime-edit {
  flex: 1 1 30%;
  text-align: end
}

input[type=date i]::-webkit-calendar-picker-indicator {
  flex: 1 1 70%;
  text-align: start
}

.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.form-control {
  flex-direction: row-reverse
}

.form-control::file-selector-button {
  opacity: 0;
  float: right
}

.to-top-btn {
  position: fixed;
  inset-block-end: 20px;
  inset-inline-start: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #244a82 !important;
  border: none;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(calc(100% + 20px));
  transition: all .5s ease-in-out
}

.to-top-btn.show {
  opacity: 1;
  transform: translateY(0)
}

.to-top-btn>i {
  color: #fff
}

.up {
  position: fixed;
  bottom: 10px;
  inset-inline-end: 15px;
  background-color: #244a82;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border: 1px solid #fff;
  transition: all .5s ease-in-out;
  z-index: 9999;
  transform: scale(0)
}

.up img {
  width: 25px
}

.up.active {
  transform: scale(1);
  transition: all .5s ease-in-out
}

.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999955;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none
}

.page-loading .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px
}

.page-loading .navbar-brand::before {
  content: "";
  width: 12px;
  height: 35px;
  background: red;
  position: absolute;
  left: 0;
  bottom: 0;
  offset-distance: 0%;
  animation: move 1s linear forwards;
  offset-path: path("M80.2 1167.16C51.49 1167.16 26.57 1167.16 0 1167.16C0 778.62 0 390.58 0 0.809998C171.95 0.809998 342.81 0.809998 515.69 0.809998C515.69 71.82 515.69 142.27 515.69 214.48C561.17 214.48 604.68 214.48 650.65 214.48C650.65 143.24 650.65 72.1 650.65 0C822.75 0 992.4 0 1163.9 0C1163.9 388.34 1163.9 776.28 1163.9 1165.7C1138.03 1165.7 1113.29 1165.7 1085.9 1165.7C1085.9 804.22 1085.9 443.69 1085.9 81.37C966.63 81.37 849.99 81.37 731.44 81.37C731.44 124.9 731.44 168.61 731.44 215.51C801.72 215.51 872.62 215.51 944.58 215.51C944.58 533.57 944.58 848.45 944.58 1164.9C847.13 1164.9 750.85 1164.9 651.65 1164.9C651.65 982.51 651.65 800.53 651.65 616.57C605.38 616.57 561.98 616.57 516.7 616.57C516.7 799.29 516.7 981.43 516.7 1165.69C417.89 1165.69 320.91 1165.69 222.21 1165.69C222.21 850.6 222.21 534.96 222.21 216.69C292.66 216.69 362.23 216.69 433.26 216.69C433.26 170.45 433.26 126.82 433.26 81.37C316.18 81.37 199.46 81.37 80.21 81.37C80.2 442.02 80.2 803.19 80.2 1167.16ZM869.1 297.52C822.61 297.52 778.89 297.52 733.64 297.52C733.64 563.11 733.64 827.46 733.64 1092.3C779.35 1092.3 823.63 1092.3 869.1 1092.3C869.1 826.87 869.1 563.09 869.1 297.52ZM298.81 296.68C298.81 563.64 298.81 827.93 298.81 1092.19C344.57 1092.19 388.07 1092.19 431.88 1092.19C431.88 826.14 431.88 561.85 431.88 296.68C386.5 296.68 343.62 296.68 298.81 296.68ZM647.27 536.47C647.27 455.42 647.27 376.66 647.27 297.94C603.26 297.94 560.78 297.94 518.99 297.94C518.99 378.69 518.99 457.35 518.99 536.47C562.47 536.47 603.89 536.47 647.27 536.47Z")
}

.page-loading .navbar-brand .text {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 5px;
  font-size: 14px
}

.page-loading .navbar-brand .text img {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%
}

.page-loading .navbar-brand svg {
  width: 100%;
  height: 100%
}

.page-loading .navbar-brand svg path {
  stroke-width: 1px;
  fill: rgba(0, 0, 0, 0);
  animation: fadeLogo 3s cubic-bezier(0, 1.5, 1, 1.5) forwards;
  stroke: #fff
}

.page-loading .navbar-brand svg path:first-child {
  stroke-dasharray: 438;
  stroke-dashoffset: 438;
  transform: translateY(30px);
  transform-origin: center center
}

.page-loading .navbar-brand svg path:nth-child(2) {
  stroke-dasharray: 272;
  stroke-dashoffset: 272
}

.page-loading .navbar-brand svg path:nth-child(3),
.page-loading .navbar-brand svg path:nth-child(5),
.page-loading .navbar-brand svg path:nth-child(6),
.page-loading .navbar-brand svg path:nth-child(7),
.page-loading .navbar-brand svg path:nth-child(15),
.page-loading .navbar-brand svg path:nth-child(16),
.page-loading .navbar-brand svg path:nth-child(18),
.page-loading .navbar-brand svg path:nth-child(20),
.page-loading .navbar-brand svg path:nth-child(22),
.page-loading .navbar-brand svg path:nth-child(24),
.page-loading .navbar-brand svg path:nth-child(25),
.page-loading .navbar-brand svg path:nth-child(26),
.page-loading .navbar-brand svg path:nth-child(27),
.page-loading .navbar-brand svg path:nth-child(28),
.page-loading .navbar-brand svg path:nth-child(30),
.page-loading .navbar-brand svg path:nth-child(32),
.page-loading .navbar-brand svg path:nth-child(33),
.page-loading .navbar-brand svg path:nth-child(34),
.page-loading .navbar-brand svg path:nth-child(48),
.page-loading .navbar-brand svg path:nth-child(49) {
  stroke-dasharray: 30;
  stroke-dashoffset: 30
}

.page-loading .navbar-brand svg path:nth-child(8) {
  stroke-dasharray: 2062;
  stroke-dashoffset: 2062
}

.page-loading .navbar-brand svg path:nth-child(9),
.page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1032;
  stroke-dashoffset: 1032
}

.page-loading .navbar-brand svg path:nth-child(11),
.page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1861;
  stroke-dashoffset: 1861
}

.page-loading .navbar-brand svg path:nth-child(12),
.page-loading .navbar-brand svg path:nth-child(13) {
  stroke-dasharray: 932;
  stroke-dashoffset: 932
}

.page-loading .navbar-brand svg path:nth-child(14),
.page-loading .navbar-brand svg path:nth-child(15),
.page-loading .navbar-brand svg path:nth-child(21),
.page-loading .navbar-brand svg path:nth-child(23),
.page-loading .navbar-brand svg path:nth-child(39),
.page-loading .navbar-brand svg path:nth-child(43),
.page-loading .navbar-brand svg path:nth-child(45),
.page-loading .navbar-brand svg path:nth-child(47) {
  stroke-dasharray: 50;
  stroke-dashoffset: 50
}

@keyframes fadeLogo {
  to {
      stroke-dashoffset: 0
  }
}

@keyframes scaling {
  to {
      transform: rotate(0deg) scale(1)
  }
}

@keyframes fillLogo {
  to {
      fill: #000
  }
}

@keyframes fillLogo2 {
  to {
      fill: red
  }
}

@keyframes moveX {
  100% {
      transform: translateX(0px)
  }
}

@keyframes movey {
  100% {
      transform: translateY(0px)
  }
}

.form-wrapper {
  padding: 15px;
  border-radius: 12px
}

.form-wrapper form {
  margin: auto
}

.form-wrapper form label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px
}

.form-wrapper form .input-wrap {
  margin-bottom: 20px
}

.form-wrapper form .input-wrap input:not([type=checkbox]),
.form-wrapper form .input-wrap input:not([type=submit]),
.form-wrapper form .input-wrap select:not([type=checkbox]),
.form-wrapper form .input-wrap select:not([type=submit]),
.form-wrapper form .input-wrap textarea:not([type=checkbox]),
.form-wrapper form .input-wrap textarea:not([type=submit]) {
  background-color: rgba(0, 0, 0, 0);
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 6px;
  flex-direction: row-reverse;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, .281)
}

.form-wrapper form .input-wrap input::-webkit-datetime-edit,
.form-wrapper form .input-wrap select::-webkit-datetime-edit,
.form-wrapper form .input-wrap textarea::-webkit-datetime-edit {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.form-wrapper form .input-wrap input::-webkit-calendar-picker-indicator,
.form-wrapper form .input-wrap select::-webkit-calendar-picker-indicator,
.form-wrapper form .input-wrap textarea::-webkit-calendar-picker-indicator {
  flex: 3
}

.form-wrapper form .input-wrap input:focus,
.form-wrapper form .input-wrap select:focus,
.form-wrapper form .input-wrap textarea:focus {
  border: 2px solid #244a82
}

.form-wrapper form .input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  background-image: url("../images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right 3% center;
  background-size: 16px;
  cursor: pointer
}

.form-wrapper form .input-wrap input[type=submit].main-btn {
  background-color: #244a82;
  width: fit-content;
  border: 1px solid #244a82;
  margin-bottom: 0
}

.form-wrapper form .input-wrap input[type=submit].main-btn:hover {
  background-color: #fff;
  color: #244a82
}

.form-wrapper form .input-wrap .file-wrap {
  position: relative;
  height: 45px;
  margin-bottom: 15px
}

.form-wrapper form .input-wrap .file-wrap .fake-file {
  background-color: #fff;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 0px;
  flex-direction: row-reverse;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, .281);
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: right 1% center;
  background-size: 25px;
  color: #000
}

.form-wrapper form .input-wrap .file-wrap .fake-file.hide {
  opacity: 0;
  transition: all .5s ease-in-out
}

.form-wrapper form .input-wrap .file-wrap input[type=file] {
  opacity: 0;
  position: relative;
  z-index: 2
}

.form-wrapper form .input-wrap .file-wrap input[type=file]::-webkit-file-upload-button {
  display: none
}

.form-wrapper form .input-wrap .file-wrap input[type=file].show {
  opacity: 1;
  transition: all .5s ease-in-out
}

.form-wrapper form .input-wrap span label {
  display: flex;
  align-items: center;
  gap: 15px
}

.form-wrapper form .input-wrap span label input[type=radio] {
  transform: scale(1.5);
  font-size: 18px
}

.form-wrapper form .wrap-flex {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  justify-content: space-between;
  flex-wrap: wrap
}

.form-wrapper form .wrap-flex .input-wrap {
  flex: 1;
  width: 100%
}

.form-wrapper form .wrap-flex .wpcf7-checkbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px
}

.form-wrapper form .wrap-flex .wpcf7-checkbox .wpcf7-list-item {
  flex: 1 1 45%
}

.form-wrapper form .wrap-flex .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 20px
}

.form-wrapper form .wrap-flex .wpcf7-checkbox .wpcf7-list-item label input {
  width: fit-content;
  transform: scale(1.3);
  accent-color: #244a82
}

.form-wrapper form br {
  display: none
}

.top_bar {
  padding: 14px 0;
  background-color: #244a82;
  color: #fff
}

.top_bar .social_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
  gap: 0;
  justify-content: start
}

.top_bar .social_contact li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 3%
}

.top_bar .social_contact li p,
.top_bar .social_contact li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: "regular";
  padding-inline-end: 6px
}

.top_bar .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap
}

.top_bar .social-links li {
  background-color: #fff;
  width: 30px;
  border-radius: 8px
}

.top_bar .social-links li a {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%
}

.top_bar .social-links li a img {
  width: 100%;
  height: 100%
}

.top_bar .social-links li.whatsapp a svg {
  color: #25d366
}

.top_bar .social-links li.google a svg {
  color: red
}

.top_bar .social-links li.instagram a svg {
  color: #cd486b
}

.top_bar .social-links li.twitter a svg {
  color: #1da1f2
}

.top_bar .social-links li.telegram a svg {
  color: #08c
}

.top_bar .social-links li.linkedin a svg {
  color: #0c63bc
}

.top_bar .social-links li.facebook a svg {
  color: #3b5998
}

.top_bar .social-links li.dribbble a svg {
  color: #ea4c89
}

.top_bar .social-links li.tiktok a svg {
  color: #010101
}

.top_bar .social-links li.youtube a svg {
  color: red
}

.top_bar .social-links li.snapchat a svg {
  color: #fffc00
}

.top_bar .social-links li.printest a svg {
  color: #e60023
}

.top_bar .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  justify-content: space-between;
  color: #000;
  gap: 20px;
  flex-wrap: wrap
}

.top_bar .wrapper .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.top_bar .wrapper .navbar-brand img {
  width: 75px
}

.top_bar .wrapper .navbar-brand span {
  color: #244a82
}

.top_bar .wrapper .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex: 0 0 35%
}

.top_bar .wrapper .icons .search-div {
  width: 80%
}

.top_bar .wrapper .icons .search-div .input-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 35px;
  padding: 5px;
  min-width: 200px;
  border-radius: 6px
}

.top_bar .wrapper .icons .search-div .input-wrap button {
  background-color: rgba(0, 0, 0, 0)
}

.top_bar .wrapper .icons .languages {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px
}

.top_bar .wrapper .icons .languages img {
  width: 25px
}

.top_bar .wrapper .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap
}

.top_bar .wrapper .social-links li {
  border-radius: 50%
}

.top_bar .wrapper .social-links li a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0)
}

.navbar {
  transition: .25s all ease-in-out;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1000
}

.navbar .navbar-brand {
  width: 194px;
  height: 80px
}

.navbar .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.navbar .navbar-collapse {
  justify-content: center;
  width: 100%
}

.navbar .navbar-collapse .navbar-nav {
  width: 70%;
  justify-content: center;
  margin-inline-start: 1%;
  transition: .35s all ease-in;
  position: relative;
  display: flex;
  flex-direction: row;
  position: relative
}

.navbar .navbar-collapse .navbar-nav li {
  font-size: 1rem;
  font-family: "bold";
  color: #000;
  padding-right: .5rem;
  padding-left: .5rem;
  position: relative;
  z-index: 1;
  transition: .25s all;
  position: relative
}

.navbar .navbar-collapse .navbar-nav li a {
  font-size: 1rem;
  font-family: "bold";
  position: relative
}

.navbar .navbar-collapse .navbar-nav li a span {
  font-size: 1rem;
  font-family: "bold";
  position: relative;
  color: #000
}

.navbar .navbar-collapse .navbar-nav li:hover {
  color: var(--color-secound)
}

.navbar .navbar-collapse .navbar-nav li.current_page_item {
  font-family: "bold";
  transition: .25s all ease-in-out
}

.navbar .navbar-collapse .navbar-nav li.current_page_item a {
  color: #244a82
}

.navbar .navbar-collapse .navbar-nav li.current_page_item a span {
  color: #244a82
}

.navbar .navbar-collapse .navbar-nav li.current_page_item:hover span {
  color: var(--color-secound)
}

.navbar .languages {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 15px;
  font-weight: rgular;
  border: 1px solid #244a82;
  border-radius: 8px;
  margin-inline-start: 3%;
  padding: 5px;
  background-color: #244a82;
  transition: all .3s ease-in-out;
  color: #fff
}

.navbar .languages:hover {
  background-color: #fff;
  color: #244a82
}

.navbar .languages svg {
  width: 15px
}

.navbar .main-btn {
  font-family: "bold";
  min-width: 119px;
  font-size: 15px;
  margin-inline-start: 1%
}

.nav-item-drop .dropdown-toggle {
  font-size: 1.4rem;
  font-family: "regular";
  color: #244a82;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .25s all
}

.dropdown-menu {
  width: 160px;
  max-width: 800px;
  padding: 0;
  animation: hide .5s linear;
  z-index: 1000
}

.dropdown-menu .menu-item {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #000;
  margin-bottom: 2%
}

.dropdown-menu .menu-item span {
  color: #244a82
}

.dropdown-menu .menu-item:last-child {
  margin-bottom: 0;
  border-bottom: none
}

.dropdown-menu .menu-item .menu-item-drop {
  color: #244a82;
  font-size: 1rem;
  font-family: "regular"
}

dropdown-menu[data-bs-popper] {
  top: 67%
}

.dropdown-menu.show {
  animation: show .5s linear
}

.navbar .navbar-toggler {
  cursor: pointer;
  border: 1px solid #244a82;
  width: 1.8em !important;
  height: 1.8em !important;
  padding: 0 7px 2px 7px !important;
  outline: none !important
}

.navbar .navbar-toggler-icon {
  transition: all .2s ease-out;
  transform: rotate(0 deg)
}

.navbar .navbar-toggler-icon,
.navbar .navbar-toggler-icon::before,
.navbar .navbar-toggler-icon::after {
  width: 1em !important;
  height: 2px !important;
  display: flex;
  background-image: none;
  background-color: #244a82;
  position: absolute !important;
  transition: all .2s ease-in
}

.navbar .navbar-toggler-icon::before {
  content: "";
  display: block;
  top: -0.3em
}

.navbar .navbar-toggler-icon::after {
  content: "";
  display: block;
  bottom: -0.3em
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #244a82 !important;
  width: 1.8em !important;
  height: 1.8em !important;
  padding: 0 7px 2px !important
}

.active-hamburger .navbar-toggler-icon {
  transition: .2s;
  transform: rotate(405deg)
}

.active-hamburger .navbar-toggler-icon::before {
  top: 0;
  opacity: 0
}

.active-hamburger .navbar-toggler-icon::after {
  transition: .2s;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  text-align: center;
  top: 0;
  right: 0
}

.fixed-nav {
  background-color: #fff
}

.fixed-nav.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1882352941);
  margin-bottom: 20px
}

.breadcrmp_main_page {
  position: relative;
  height: 60vh;
  margin-bottom: 3%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.breadcrmp_main_page .breadcrmp_title {
  position: absolute;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  bottom: 0
}

.breadcrmp_main_page .breadcrmp_title h2 {
  color: #fff;
  font-size: 3rem;
  font-family: "bold";
  text-align: center
}

.footer-bg-wrapper .footer {
  padding: 50px 0 25px;
  position: relative;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat
}

.footer-bg-wrapper .footer .row--edit {
  position: relative;
  z-index: 5;
  margin-bottom: 70px
}

.footer-bg-wrapper .footer h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px
}

.footer-bg-wrapper .footer .logo {
  text-align: start
}

.footer-bg-wrapper .footer .logo .image-wrap {
  width: 250px;
  margin: 0 0 15px
}

.footer-bg-wrapper .footer .logo .image-wrap img {
  object-fit: contain
}

.footer-bg-wrapper .footer .logo .text {
  color: #fff
}

.footer-bg-wrapper .footer .links .menu-links {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column
}

.footer-bg-wrapper .footer .links .menu-links li {
  color: #fff;
  font-size: 18px
}

.footer-bg-wrapper .footer .links.links-1 .menu-links {
  flex-direction: row;
  flex-wrap: wrap
}

.footer-bg-wrapper .footer .links.links-1 .menu-links li {
  flex: 1 1 45%
}

.footer-bg-wrapper .footer .contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column
}

.footer-bg-wrapper .footer .contact li {
  padding: 5px 0
}

.footer-bg-wrapper .footer .contact li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  gap: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px
}

.footer-bg-wrapper .footer .contact li a i {
  color: #244a82;
  padding: 5px;
  border-radius: 50%;
  font-size: 18px
}

.footer-bg-wrapper .footer .subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 80%
}

.footer-bg-wrapper .footer .subscribe .text {
  max-height: 105px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px
}

.footer-bg-wrapper .footer .subscribe .form-wrapper {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  border: 0;
  width: 100%;
  padding: 0
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  gap: 15px;
  position: relative
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex {
  width: 100%
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap {
  overflow: hidden
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap:first-child {
  flex: 1;
  display: flex;
  align-items: flex-start;
  height: 45px
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap:first-child input {
  border-radius: 0
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap:last-child {
  position: absolute;
  inset-inline-end: -10px;
  width: fit-content
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap .wrap {
  background-color: #ececec;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #244a82;
  width: 45.33px
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap>p {
  flex: 1
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap {
  height: 45px;
  margin-bottom: 0;
  width: 100%;
  flex: 1
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap input {
  border: 2px solid #244a82;
  border: 6px
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap input:not([type=submit]) {
  width: 100%;
  background-color: #f8f9f5;
  border: 0
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap input[type=email] {
  width: 100%
}

.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap .main-btn {
  min-width: 85px
}

.footer-bg-wrapper .footer .social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px
}

.footer-bg-wrapper .footer .social-links li a {
  border-radius: 4px;
  background-color: #fff;
  font-size: 20px
}

.footer-bg-wrapper .footer .overlay {
  background-color: rgba(109, 54, 38, .5)
}

.footer-bg-wrapper .copyleft {
  padding: 15px 0;
  background-color: #244a82;
  position: relative;
  z-index: 3;
  display: none
}

.footer-bg-wrapper .copyleft .container {
  gap: 20px;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap
}

.footer-bg-wrapper .copyleft .container .left {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center
}

.footer-bg-wrapper .copyleft .container .left .footer-new-img {
  width: 70px
}

.footer-bg-wrapper .copyleft .container .left a,
.footer-bg-wrapper .copyleft .container .left p {
  color: #fff;
  font-size: 12px;
  font-weight: 500
}

.footer-bg-wrapper .copyleft .container .left .links-new {
  display: flex;
  gap: 6px;
  align-items: center
}

.footer-bg-wrapper .copyleft .container .left .links-new a {
  text-decoration: none;
  transition: all .4s ease-in-out
}

.footer-bg-wrapper .copyleft .container .text {
  color: #fff;
  text-align: center
}

footer {
  background-color: #fff;
  padding: 30px 0
}

footer .map {
  width: 100%;
  margin: 40px 0
}

footer .map iframe {
  height: 165px;
  width: 83% !important
}

footer .logo_footer {
  width: 86%;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center
}

footer .logo_footer img {
  width: 100%;
  height: 100%
}

footer .social-links {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap
}

footer .social-links li {
  background-color: #fff;
  border-radius: 8px
}

footer .social-links li a {
  height: unset;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%
}

footer .social-links li a svg {
  width: 25px;
  height: 25px
}

footer .social-links li.whatsapp a svg {
  color: #25d366
}

footer .social-links li.google a svg {
  color: red
}

footer .social-links li.instagram a svg {
  color: #cd486b
}

footer .social-links li.twitter a svg {
  color: #1da1f2
}

footer .social-links li.telegram a svg {
  color: #08c
}

footer .social-links li.linkedin a svg {
  color: #0c63bc
}

footer .social-links li.facebook a svg {
  color: #3b5998
}

footer .social-links li.dribbble a svg {
  color: #ea4c89
}

footer .social-links li.tiktok a svg {
  color: #010101
}

footer .social-links li.youtube a svg {
  color: red
}

footer .social-links li.snapchat a svg {
  color: #fffc00
}

footer .social-links li.printest a svg {
  color: #e60023
}

footer .social_contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

footer .social_contact li {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row
}

footer .social_contact li svg {
  color: #244a82;
  font-size: 20px
}

footer .social_contact li a,
footer .social_contact li p {
  color: #000;
  font-size: 1rem;
  font-family: "regular";
  transition: all .3s ease-in-out;
  padding-inline-start: 2%
}

footer .social_contact li a:hover,
footer .social_contact li p:hover {
  color: #244a82
}

.lower_footer {
  border-top: 1px solid rgba(112, 112, 112, .2);
  padding: 25px 0
}

.lower_footer h4 {
  font-size: 1rem;
  color: #000;
  font-family: "bold"
}

.client_section {
  padding: 50px 0
}

.client_section .swiper-slide .img {
  width: 100%;
  height: 151px
}

.client_section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.page-404 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
  background: #f5f5f5
}

h1 {
  color: #000;
  font-size: 240px
}

span {
  color: #00b7ff
}

h2 {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 40px;
  text-transform: capitalize
}

.page-404>a {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  background: #000;
  padding: 10px 20px
}

.breadcrumpp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.breadcrumpp h3 {
  color: #000;
  font-size: 32px;
  position: relative;
  z-index: 5;
  margin-top: 50px
}

.breadcrumpp .overlay {
  background-color: rgba(0, 0, 0, .1803921569)
}

.breadcrump-head {
  border: 1px solid #244a82;
  text-align: center;
  padding: 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
  margin-bottom: 30px
}

.breadcrump-head h3 {
  color: #244a82
}

.hero_section {
  padding: 0 0 0px;
  position: relative
}

.hero_section .swiper {
  width: 100%;
  height: 80vh
}

.hero_section .swiper .swiper-slide {
  height: 80vh;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: flex-start;
  flex-direction: column
}

.hero_section .swiper .swiper-slide .img {
  height: 100%;
  width: 100%
}

.hero_section .swiper .swiper-slide .img img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.hero_section .swiper .swiper-slide .text {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 6%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 80%
}

.hero_section .swiper .swiper-slide .text h2 {
  font-size: 40px;
  font-family: "bolder";
  color: #fff;
  margin-bottom: 16px
}

.hero_section .swiper .swiper-slide .text .text_p {
  font-size: 18px;
  font-family: "regular";
  color: #fff;
  padding-inline-end: 26%;
  text-align: start;
  line-height: 1.5;
  margin-bottom: 4%
}

.hero_section .swiper .swiper-slide .sec-btn {
  width: 25%
}

.service_sec {
  background-color: #244a82;
  padding: 30px 0;
  position: relative;
  overflow: hidden
}

.service_sec .shape_service {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*z-index: 1;*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*height: 90%;*/
  /*width: 52%*/
}

.blog_sec {
  padding: 0;
  position: relative
}

.vision_section .vision_cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px
}

.vision_section .vision_cards .vision_card {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative
}

.vision_section .vision_cards .vision_card:nth-child(2)::before {
  content: url(http://localhost/kawather/wp-content/uploads/2023/11/shape.png);
 width: 89%;
    left: -135px;
  top: 26px;
  position: absolute;
  z-index: 100;
  z-index: -1
}

.vision_section .vision_cards .vision_card:nth-child(3)::after {
  content: url(http://localhost/kawather/wp-content/uploads/2023/11/line2.png);
width: 89%;
    left: -135px;
  top: 26px;
  position: absolute;
  z-index: 100;
  z-index: -1
}

.vision_section .vision_cards .vision_card img {
  width: 68px;
  height: 68px
}

.vision_section .vision_cards .vision_card h6 {
  color: #000;
  font-size: 20px;
  font-family: "bold";
  margin: 25px 0
}

.vision_section .vision_cards .vision_card .text {
  color: #000;
  font-size: 15px;
  font-family: "regular";
  text-align: center
}

.static_section {
  padding: 50px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-bottom: 70px
}

.static_section .overlay {
  z-index: 0
}

.static_section .head_title {
  color: #fff;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  padding-top: 7%
}

.static_section .head_title h2 {
  font-size: 3rem;
  font-family: "bold";
  margin-bottom: 30px;
  color: #fff
}

.static_section .head_title .text {
  font-size: 1.6rem;
  font-family: "regular";
  text-align: start;
  color: #fff
}

.static_section .statics_lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 100;
  position: relative;
  transform: translateY(80px) !important
}

.static_section .statics_lists .static_list {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  width: 23%;
  margin-inline-end: 1%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, .9)
}

.static_section .statics_lists .static_list .img {
  width: 50px;
  height: 50px;
  border-radius: 9px;
  background-color: #201f1d;
  display: flex;
  justify-content: center;
  align-items: center
}

.static_section .statics_lists .static_list .img img {
  width: 25px;
  height: 25px
}

.static_section .statics_lists .static_list .content {
  padding-inline-start: 4%
}

.static_section .statics_lists .static_list .content .counter {
  font-size: 25px;
  font-family: "bold"
}

.static_section .statics_lists .static_list .content p {
  font-size: 17px;
  font-family: "regular"
}

.portfolio_wrapper {
  position: relative
}

.portfolio_wrapper .nav-pills {
  margin-top: 0px;
  justify-content: center;
  width: 100%;
  margin-bottom: 4%;
  z-index: 199;
  gap: 30px;
  flex-wrap: wrap
}

.portfolio_wrapper .nav-pills li {
  width: fit-content
}

.portfolio_wrapper .nav-pills li .nav-link {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1rem;
  font-family: "regular";
  color: #000
}

.portfolio_wrapper .nav-pills li .nav-link.active {
  background-color: #21a9df;
  color: #fff
}

.portfolio_wrapper .tab-content h2 {
  margin-bottom: 10px;
  font-size: 25px;
  font-family: "regular"
}

.portfolio_wrapper .tab-content .txt {
  font-size: 1rem;
  color: #000;
  font-family: "regular"
}

.portfolio_wrapper .tab-content .image {
  display: flex;
  justify-content: end;
  width: 100%;
  height: 364px
}

.portfolio_wrapper .tab-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border-radius: 20px
}

.about_us {
  position: relative;
  padding: 50px 0
}

.about_us .row:nth-child(even) {
  direction: ltr;
  margin-top: 3%
}

.about_us .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.about_us .info h2 {
  font-size: 2rem;
  font-family: "bolder";
  color: #000;
  margin-bottom: 30px
}

.about_us .info .txt {
  font-size: 1.25rem;
  font-family: "regular";
  color: #000;
  line-height: 1.5
}

.about_us .img {
  width: 100%;
  text-align: center;
  height: fit-content
}

.about_us .img img {
  width: 100%;
  height: fit-content;
  border-radius: 10px
}

.about_us .pdf_btn {
  margin-top: 4%;
  width: 30%;
  display: block;
  text-align: center;
  padding: 10px
}

.blog_single {
  position: relative
}

.blog_single img {
  height: 600px;
  width: 100%;
  border-radius: 10px
}

.blog_single .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0
}

.blog_single .info h6 {
  width: 80%;
  text-align: start;
  font-size: 1.5rem;
  color: #244a82;
  font-family: "bold"
}

.blog_single .info .date {
  text-align: start;
  font-size: 1.5rem;
  color: #244a82;
  font-family: "regular"
}

.contactus {
  padding: 30px 0
}

.contactus .input-group {
  width: 100%;
  margin-top: 3%
}

.contactus .input-group .form-control {
  background-color: #f3f3f3;
  border: unset;
  border-radius: 5px !important;
  font-size: 1rem;
  font-family: "regular";
  width: 100%;
  direction: ltr;
  height: 45px
}

.contactus .input-group p {
  width: 100%
}

.contactus .button p {
  text-align: center
}

.contactus .button p .sec-btn {
  margin-top: 3%;
  padding: 1%;
  border-radius: 5px !important;
  width: 35%
}

.contactus .sec-btn {
  margin-top: 3%;
  padding: 1%
}

.employ {
  padding: 30px 0
}

.employ .input-group {
  width: 100%;
  margin-top: 3%
}

.employ .input-group .form-label {
  font-size: 1rem;
  color: #000;
  font-family: "bold"
}

.employ .input-group .form-control {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
  font-size: 1rem;
  font-family: "regular";
  width: 100%;
  direction: ltr;
  height: 45px
}

.employ .input-group p {
  width: 100%
}

.employ .button p {
  text-align: center
}

.employ .button p .sec-btn {
  margin-top: 3%;
  padding: 1%;
  border-radius: 5px !important;
  width: 35%
}

.employ .sec-btn {
  margin-top: 3%;
  padding: 1%
}

@media screen and (max-width: 1920px) {
  .nav-bar .nav-flex .menu-btn {
      display: none
  }
  .navbar-mobile {
      opacity: 0;
      visibility: hidden
  }
  .navbar-mobile.active {
      opacity: 0;
      visibility: hidden
  }
}

@media screen and (max-width: 1199px) {
  .nav-bar {
      position: relative
  }
  .nav-bar .nav-flex {
      gap: 15px
  }
  .nav-bar .nav-flex .navbar-links {
      display: none
  }
  .nav-bar .nav-flex .toggle-btn {
      display: flex
  }
  .nav-bar .nav-flex .contact-btn {
      display: none
  }
  .nav-bar .nav-flex .icons {
      margin-inline-start: auto;
      font-size: 24px;
      font-weight: bold;
      gap: 10px
  }
  .nav-bar .nav-flex .icons .main-btn {
      min-width: 90px
  }
  .navbar-mobile {
      opacity: 1;
      visibility: visible
  }
  .navbar-mobile.active {
      opacity: 1;
      visibility: visible
  }
  .navbar-mobile.active .main-btn {
      position: relative;
      z-index: 2;
      margin: 0;
      min-width: 120px
  }
}

@media screen and (max-width: 991px) {
  .about-page .about .cont--edit .wrapper .text {
      position: unset;
      width: 100%
  }
  .sec-p {
      padding: 25px 0
  }
  .form-modal .form-wrapper {
      width: 80%
  }
  .col--edit {
      margin-bottom: 30px
  }
  .nav-bar .nav-flex .languages {
      margin-left: auto;
      margin-right: 0
  }
  .upper-bar .wrapper .wrap-flex {
      width: auto
  }
}

@media screen and (max-width: 767px) {
  .Request-offer-page .request-offer {
      width: 100%
  }
  .contact-section .contact-details {
      grid-template-columns: repeat(auto-fill, minmax(145px, 1fr))
  }
  .contact-section .contact-details li {
      aspect-ratio: auto
  }
  .home-header .main-setion .item .info .btns {
      flex-wrap: wrap
  }
  .fields .wrapper li {
      padding: 40px 20px
  }
  .nav-bar .nav-flex .social-links {
      display: none
  }
  .footer-bg-wrapper .copyleft .container {
      justify-content: center
  }
  .news-page .nwes-wrapper {
      grid-template-columns: repeat(auto-fill, minmax(265px, 1fr))
  }
  .logo-section .image-wrap {
      width: 40%
  }
  .footer .wrapper .logo .image-wrap {
      margin: 0 auto 30px
  }
  .footer .social-links {
      justify-content: center
  }
  .head .text {
      width: 100%
  }
  .form-wrapper form .wrap-flex {
      flex-direction: column
  }
  .copyleft .container {
      justify-content: center
  }
}

@media screen and (max-width: 576px) {
  .news-page .nwes-wrapper li {
      flex-wrap: wrap
  }
  .news-page .nwes-wrapper li .image-wrap {
      height: 200px
  }
}

@media only screen and (max-width: 1024px) {
  .sec-btn {
      width: 30%
  }
  .card_blog .content .expert {
      height: 120px
  }
  .subscribe_form .input-group .btn_subscribe {
      padding: 4px
  }
}

@media only screen and (max-width: 991.98px) {
  .top_bar .social_contact {
      justify-content: center
  }
  .top_bar .social-links {
      justify-content: center;
      margin-top: 3%
  }
  .hero_section .swiper .swiper-slide .text h2 {
      font-size: 35px
  }
  .hero_section .swiper .swiper-slide .text p {
      font-size: 19px;
      padding-inline-end: 11%
  }
  .portfolio_wrapper {
      padding: 20px 0
  }
  .main_title_white {
      padding: 20px
  }
  .main_title_white p {
      width: 99%
  }
  .portfolio_wrapper .nav-pills {
      justify-content: start
  }
  .portfolio_wrapper .nav-pills li {
      width: fit-content;
      margin-bottom: 2%
  }
  .img-fluid {
      margin-top: 2%;
      width: 100%;
      height: 400px
  }
  .static_section .head_title h2 {
      font-size: 2rem
  }
  .static_section .head_title p {
      font-size: 1.2rem
  }
  .static_section .statics_lists .static_list {
      width: 39%
  }
  footer {
      padding: 20px 0
  }
  .lower_footer h4 {
      text-align: center !important
  }
  footer .logo_footer {
      justify-content: start
  }
  .navbar .navbar-collapse .navbar-nav {
      flex-direction: column;
      justify-content: center;
      width: 98%
  }
  .navbar .navbar-collapse .navbar-nav li {
      text-align: center;
      margin-bottom: 3%
  }
  .navbar .main-btn {
      margin: 2% auto
  }
  .navbar .languages {
      margin: 1% auto;
      width: 8%
  }
  .about_us .img img {
      height: 400px;
      object-fit: cover;
      width: 60%
  }
  .about_us .row:nth-child(even) {
      direction: unset
  }
  .subscribe_form .input-group .form-control {
      padding: 2%
  }
  .subscribe_form .input-group .btn_subscribe {
      position: relative;
      right: 0
  }
  .contactus .button p .sec-btn {
      width: 100%
  }
  .about_us .info .txt {
      margin-bottom: 10%
  }
  .about_us .pdf_btn {
      width: 56%
  }
  .portfolio_wrapper .tab-content .txt,
  .about_us .info .txt {
      line-height: 2
  }
  .portfolio_wrapper .tab-content .image {
      margin-top: 4%
  }
  .about_us .pdf_btn {
      margin: 30px auto;
      width: 50%
  }
}

@media only screen and (max-width: 600px) {
  .top_bar .social_contact {
      flex-direction: column
  }
  .top_bar .social-links {
      justify-content: center;
      margin-top: 13px;
      gap: 13px
  }
  .shape_service {
      display: none !important
  }
  .navbar .languages {
      width: 15% !important
  }
  .card_blog {
      flex-direction: column;
      justify-content: center;
      box-shadow: 2px 6 px 5px
  }
  .vision_section .vision_cards .vision_card {
      width: 45%;
      margin-bottom: 3%
  }
  .vision_section .vision_cards .vision_card:last-child::before,
  .vision_section .vision_cards .vision_card:nth-child(2)::before {
      display: none
  }
  .vision_section .vision_cards .vision_card:nth-child(3)::after {
      display: none
  }
  .static_section .statics_lists .static_list {
      width: 62%;
      margin-bottom: 4%
  }
  .static_section .statics_lists {
      transform: unset !important
  }
  .client_section .swiper-slide img {
      object-fit: contain
  }
  .about_us .img img {
      width: 100%
  }
  .subscribe_form .input-group p {
      flex-direction: column
  }
  .hero_section .swiper .swiper-slide .text {
      top: 14%
  }
  .hero_section .swiper .swiper-slide .text h2 {
      font-size: 30px;
      text-align: start;
      margin-bottom: 10px
  }
  .hero_section .swiper .swiper-slide .text .text_p {
      line-height: 1.3;
      font-size: 20px;
      padding-inline-end: 0
  }
  .hero_section .swiper .swiper-slide .text .sec-btn {
      width: 39%
  }
  .main_title_white div,
  .main_title div {
      width: 90%
  }
  footer .map {
      width: 100%
  }
  footer .map iframe {
      width: 100% !important
  }
  footer .social-links {
      justify-content: center;
      gap: 11px
  }
  .breadcrmp_main_page .breadcrmp_title h2 {
      font-size: 2rem;
      text-align: center;
      margin-bottom: 0
  }
  .blog_single img {
      height: 403px
  }
  .portfolio_wrapper .tab-content .image {
      margin-top: 4%
  }
  .about_us .img {
      margin: 9% 0
  }
  .subscribe_form {
      margin-top: 4px
  }
  .blog_single .info {
      flex-wrap: wrap
  }
}

@media only screen and (max-width: 350px) {
  .hero_section .swiper .swiper-slide .text .sec-btn {
      width: 69%
  }
  .main_title_white,
  .main_title {
      padding: 5px
  }
  .portfolio_wrapper .nav-pills {
      flex-wrap: wrap;
      justify-content: center
  }
  .portfolio_wrapper .nav-pills li {
      width: 100% !important;
      margin-bottom: 2%;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center
  }
  .portfolio_wrapper .nav-pills li .nav-link {
      width: 100%
  }
  .sec-btn {
      width: 70%
  }
  .vision_section .vision_cards .vision_card {
      width: 65%
  }
}
.map{
	height:450px;
}
.map .image-wrap{
	height:100%;
}
/*# sourceMappingURL=style.min.css.map */