:root {
  --primary: #78141A;
  --secondary: #2D3053;
  --filterPrimary: invert(10%) sepia(81%) saturate(2779%) hue-rotate(342deg) brightness(105%) contrast(98%);
  --filterSecondary: invert(17%) sepia(43%) saturate(654%) hue-rotate(198deg) brightness(93%) contrast(94%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

@font-face {
  font-family: 'gothamRounded_book';
  src: url(../fonts/gothamRounded/book.otf);
}

@font-face {
  font-family: 'gothamRounded_bold';
  src: url(../fonts/gothamRounded/bold.otf);
}

@font-face {
  font-family: 'gothamRounded_medium';
  src: url(../fonts/gothamRounded/medium.otf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'gothamRounded_book';
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: ltr;
  overflow-x: hidden;
}

div::-webkit-scrollbar {
  height: 5px;
}

.fw-bold {
  font-family: 'gothamRounded_bold' !important;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

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

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 60px !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icon-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

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

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating_y {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes floating_y {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@-webkit-keyframes floating_x {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

@keyframes floating_x {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.slide_ltr {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.slide_ltr.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_ltr.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slide_rtl {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.slide_rtl.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_rtl.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in {
  -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.rotate-center {
  -webkit-animation: rotate-center 5s linear infinite both;
          animation: rotate-center 5s linear infinite both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #505370;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .7;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f061';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f060';
}

.butn {
  position: relative;
  padding: 0.95rem 2.2rem;
  -webkit-padding-end: 3.7rem;
          padding-inline-end: 3.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  border: 1px solid transparent;
  border-radius: 45px;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  content: '';
  position: absolute;
  inset-inline-end: 24px;
  top: 17px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.butn.b_shadow {
  -webkit-box-shadow: 0 0 21px 0 rgba(120, 20, 26, 0.32);
          box-shadow: 0 0 21px 0 rgba(120, 20, 26, 0.32);
}

.butn.backIcon::after {
  content: '';
  width: 77px;
  height: 75px;
  background: url(../images/icon-2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -8px;
  inset-inline-end: -18px;
}

.butn .arrow {
  position: absolute;
  top: 17px;
  right: 31px;
  color: #fff;
  font-size: 15px;
}

.butn .arrow i {
  margin: 0;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn.primary_butn::before {
  background-color: #984C51;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.primary_border_butn::before {
  background-color: var(--primary);
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}

.butn.secondary_border_butn::before {
  background-color: var(--secondary);
}

.butn.white_butn {
  background-color: #fff;
  color: #2D3053;
}

.butn.white_butn::before {
  background-color: #2D3053;
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn:hover {
  border: 1px solid var(--primary);
  color: #fff !important;
}

.butn:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 45px;
  top: 0;
  inset-inline-end: 0;
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  z-index: 99;
}

.navs-container .navbar.home_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.navs-container .navbar .logo {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  font-family: 'gothamRounded_medium';
  margin: 0 10px;
  color: #666666;
  font-size: 18px;
}

.navs-container .navbar .nav-link.active {
  color: var(--primary);
}

.navs-container .navbar .lang_link {
  color: #707070;
  font-weight: medium;
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  border-top: 1px solid #eee;
}

.footer .content {
  margin-bottom: 35px;
}

.footer .content .logo {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .content .social_links a {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: var(--primary);
  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;
  font-size: 16px;
  border: solid 1px var(--primary);
}

.footer .content .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.footer .content .links a {
  display: block;
  color: #666666;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer .content .links a .icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: var(--primary);
  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;
  font-size: 16px;
  border: solid 1px var(--primary);
}

.footer .content .links a:hover {
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}

.footer .content .form-group .form-control {
  border-radius: 25px;
  height: 50px !important;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}

.footer .content .form-group .icon_mail {
  color: #2D3053;
  position: absolute;
  top: 13px;
  inset-inline-start: 17px;
}

.footer .content .form-group .butn_submit {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
}

.footer .content .contactLinks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  padding-top: 150px !important;
}

.header .img_box {
  height: 560px;
  position: relative;
}

.header .img_box .header_loc {
  position: absolute;
  top: -26px;
  left: -55px;
  width: 295px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  animation: floating_x 1.5s both infinite alternate-reverse;
}

.header .img_box .header_recovery {
  position: absolute;
  bottom: -25px;
  right: 42px;
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: floating_y 1.3s both infinite alternate-reverse;
}

.header .text_box .title {
  font-size: 46px;
  line-height: 1.3;
}

.header .text_box .p {
  color: #707070;
  font-size: 18px;
}

.header .circle {
  position: absolute;
  top: -18%;
  right: -13%;
  width: 65%;
}

.about_sec .text_box {
  padding: 0 2vw;
}

.about_sec .img_box {
  height: 400px;
  position: relative;
}

.about_sec .img_box .img1,
.about_sec .img_box .img2 {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 288px;
}

.about_sec .img_box .img1 {
  width: 72%;
  height: 290px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: block;
}

.about_sec .img_box .img2 {
  position: absolute;
  bottom: 0;
  width: 218px;
  inset-inline-start: 0;
}

.about_sec .img_box .pattern {
  position: absolute;
  bottom: 14px;
  left: 35%;
  z-index: -1;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: rotate-center 10s linear infinite both;
          animation: rotate-center 10s linear infinite both;
}

.about_sec .statics_box {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}

.about_sec .statics_box .item {
  height: 170px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.about_sec .statics_box .item .num {
  font-size: 30px;
}

.about_sec .statics_box::after, .about_sec .statics_box::before {
  content: '';
  background-color: #EBEBEB;
  position: absolute;
}

.about_sec .statics_box::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_sec .statics_box::before {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.services_sec .serv_item {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  padding: 45px 25px;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.services_sec .serv_item .icon {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 30px auto;
}

.services_sec .serv_item .p {
  color: #707070;
  margin-bottom: 0;
  font-size: 14px;
}

.services_sec .serv_item:hover {
  border-color: #ccc;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.services_sec .serv_item:hover .icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.gallery_sec .img_box {
  height: 270px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}

.gallery_sec .pattern {
  opacity: .04;
  height: 100%;
  position: absolute;
  right: -32%;
  top: 0;
}

.news_sec .news_card {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.news_sec .news_card .img_box {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 23px 62px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 62px 0 rgba(0, 0, 0, 0.1);
  height: 230px;
}

.news_sec .news_card .card-body {
  padding: 2rem 1.3rem;
}

.news_sec .news_card .card-body .p {
  height: 55px;
  overflow: hidden;
  color: #707070;
  font-size: 14px;
}

.news_sec .news_card .card-body .butn {
  padding: 0.95rem 0rem;
  -webkit-padding-end: 3.7rem;
          padding-inline-end: 3.7rem;
  color: var(--primary);
}

.news_sec .news_card .card-body .butn::before {
  background-color: var(--primary);
}

.news_sec .news_card .card-body .butn:hover {
  color: var(--secondary) !important;
  border-color: transparent;
}

.news_sec .news_card .card-body .butn:hover::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  inset-inline-end: 24px;
  top: 17px;
}

.news_sec .news_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.testimonials_sec {
  background-color: #2D3053;
}

.testimonials_sec .swiper {
  overflow: hidden;
}

.testimonials_sec .avatar_box {
  display: block;
  margin: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  height: 100px;
  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;
}

.testimonials_sec .avatar_box .avatar_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  border: 1px solid transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.testimonials_sec .swiper-slide-active .avatar_box .avatar_img {
  width: 100px;
  height: 100px;
  border: 1px solid #AEAEAE;
}

.testimonials_sec .swiper-button-next,
.testimonials_sec .swiper-button-prev {
  top: unset;
  bottom: 0;
}

.testimonials_sec .swiper-container .swiper-button-next, .testimonials_sec .swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 42%;
}

.testimonials_sec .swiper-container .swiper-button-prev, .testimonials_sec .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 42%;
}

.testimonials_sec .contact_box {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 32px 43px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 32px 43px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  position: relative;
  margin-bottom: -200px;
  margin-top: 30px;
}

.testimonials_sec .contact_box .form_box input, .testimonials_sec .contact_box .form_box select {
  height: 50px !important;
}

.testimonials_sec .contact_box .form_box .form-control {
  border-radius: 25px;
}

.testimonials_sec .sec-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonials_sec .pattern {
  width: 73%;
  position: absolute;
  top: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg_header {
  background-color: #f8f8f8;
}

.pg_header .bread {
  text-align: center;
  font-size: 14px;
}

.pg_header .bread .item {
  font-size: 14px;
  margin: 0 5px;
  color: #666;
  font-weight: 500;
  text-transform: capitalize;
}

.pg_header .bread .item.active {
  color: var(--primary);
  font-weight: bold;
}

.pg_header .pattern {
  opacity: .04;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
}

.pg_header .pattern.pattern1 {
  right: -6%;
}

.pg_header .pattern.pattern2 {
  left: -6%;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about_cards .serv_item .p {
  text-align: start;
}

.about_cards .serv_item .logo_box {
  height: 100%;
  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;
  -webkit-border-start: 1px solid #eee;
          border-inline-start: 1px solid #eee;
  padding: 20px 0;
}

.about_cards .serv_item .logo_box .logo {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
    Start Edit product_det Page 
**********************************************/
.components_sec {
  background-color: #f9f9f9;
}

.components_sec .component_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 25px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.components_sec .component_card .txt {
  width: calc(100% - 100px);
}

.components_sec .component_card .txt .custom_ul .li {
  font-size: 13px;
  color: #666;
  display: block;
  margin-bottom: 7px;
  position: relative;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.components_sec .component_card .txt .custom_ul .li::before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: var(--primary);
  position: absolute;
  inset-inline-start: 0;
  top: 1px;
}

.components_sec .component_card .icon_box {
  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;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: #f9f9f9;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.components_sec .component_card .icon_box .icon {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.components_sec .component_card:hover {
  border-color: #ccc;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.components_sec .component_card:hover .icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.components_sec .pattern {
  opacity: .04;
  height: 100%;
  position: absolute;
  right: -32%;
  top: 0;
}

.supportive_sec .step_card {
  margin-bottom: 15px;
  position: relative;
}

.supportive_sec .step_card .circle_outer {
  width: 170px;
  height: 170px;
  border: 2px solid;
  padding: 10px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto;
}

.supportive_sec .step_card .circle_outer .circle_outer2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  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;
}

.supportive_sec .step_card .circle_outer .circle_outer2 .icon {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 6;
}

.supportive_sec .step_card .circle_outer .circle_outer2::after {
  content: '';
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 6px 10px #0001;
          box-shadow: 3px 6px 10px #0001;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.supportive_sec .step_card .circle_outer::after, .supportive_sec .step_card .circle_outer::before {
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid;
}

.supportive_sec .step_card .circle_outer::after {
  left: -7.5px;
}

.supportive_sec .step_card .circle_outer::before {
  right: -7.5px;
}

.supportive_sec .col-lg-3:nth-child(1) .step_card .circle_outer {
  border-color: #d1a8ab;
}

.supportive_sec .col-lg-3:nth-child(1) .step_card .circle_outer .circle_outer2 {
  background-color: #78141A;
}

.supportive_sec .col-lg-3:nth-child(1) .step_card .circle_outer::after, .supportive_sec .col-lg-3:nth-child(1) .step_card .circle_outer::before {
  border-color: #d1a8ab;
}

.supportive_sec .col-lg-3:nth-child(2) .step_card .circle_outer {
  border-color: #d5d7ea;
}

.supportive_sec .col-lg-3:nth-child(2) .step_card .circle_outer .circle_outer2 {
  background-color: #51568f;
}

.supportive_sec .col-lg-3:nth-child(2) .step_card .circle_outer::after, .supportive_sec .col-lg-3:nth-child(2) .step_card .circle_outer::before {
  border-color: #d5d7ea;
}

.supportive_sec .col-lg-3:nth-child(3) .step_card .circle_outer {
  border-color: #eeacb1;
}

.supportive_sec .col-lg-3:nth-child(3) .step_card .circle_outer .circle_outer2 {
  background-color: #9e4d52;
}

.supportive_sec .col-lg-3:nth-child(3) .step_card .circle_outer::after, .supportive_sec .col-lg-3:nth-child(3) .step_card .circle_outer::before {
  border-color: #eeacb1;
}

.supportive_sec .col-lg-3:nth-child(4) .step_card .circle_outer {
  border-color: #999ecb;
}

.supportive_sec .col-lg-3:nth-child(4) .step_card .circle_outer .circle_outer2 {
  background-color: #2D3053;
}

.supportive_sec .col-lg-3:nth-child(4) .step_card .circle_outer::after, .supportive_sec .col-lg-3:nth-child(4) .step_card .circle_outer::before {
  border-color: #999ecb;
}

/**********************************************
    Start Edit quotation Page 
**********************************************/
.quotation_pg form input, .quotation_pg form select {
  height: 55px !important;
}

.quotation_pg form .form-control {
  border-radius: 25px;
  background-color: #f9f9f9;
  border-color: #f3f3f3;
}

.quotation_pg .logo {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
    Start Edit faq Page 
**********************************************/
.faq_pg .accordion .accordion-item {
  border: transparent;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 60px 0 rgba(0, 0, 1, 0.05);
          box-shadow: 0px 0px 60px 0 rgba(0, 0, 1, 0.05);
}

.faq_pg .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--primary);
}

.faq_pg .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  color: var(--primary);
}

.faq_pg .accordion .accordion-item .accordion-button {
  padding: 1.5rem;
  -webkit-padding-start: 4rem;
          padding-inline-start: 4rem;
  font-weight: bold;
  color: #777;
  font-size: 18px;
}

.faq_pg .accordion .accordion-item .accordion-button::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  background-image: unset;
  position: absolute;
  inset-inline-start: 28px;
  top: 27px;
}

.faq_pg .accordion .accordion-item .accordion-body {
  padding: 1.5rem;
}

.faq_pg .accordion .accordion-item .accordion-body .det {
  line-height: 2;
  font-size: 14px;
}

.faq_pg .accordion .accordion-button:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq_pg .sec-img {
  height: 525px;
}

/**********************************************
    Start Edit content_pg  
**********************************************/
.content_pg .sec-img {
  opacity: .1;
  -o-object-fit: contain;
     object-fit: contain;
}

.content_pg .p {
  line-height: 2;
  color: #777;
}

/**********************************************
    Start Edit joining_pg  
**********************************************/
.joining_pg .cv_uploading_box {
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3;
  padding: 0.375rem 0.75rem;
  border-radius: 25px;
  height: 228px;
}

.joining_pg .cv_uploading_box .icon {
  width: 100px;
  -webkit-margin-end: 55px;
          margin-inline-end: 55px;
  -webkit-margin-start: -30px;
          margin-inline-start: -30px;
}

.joining_pg .upload-main-wrapper {
  width: 145px;
  height: 55px;
  position: relative;
  font-size: 14px;
}

.joining_pg .upload-main-wrapper #file-upload-name {
  margin: 0px 0 0 0;
  font-size: 12px;
  position: absolute;
  bottom: -30px;
}

.joining_pg .upload-main-wrapper .upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px auto 0;
  position: relative;
  cursor: pointer;
  background-color: #f3f3f3;
  color: var(--primary);
  border: 1px solid #eee;
  padding: 14px 1.5rem;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.joining_pg .upload-main-wrapper .upload-wrapper input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.joining_pg .upload-main-wrapper .upload-wrapper > svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.joining_pg .upload-main-wrapper .upload-wrapper.success > svg {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.joining_pg .upload-main-wrapper .upload-wrapper.uploaded {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  text-align: center;
}

.joining_pg .upload-main-wrapper .upload-wrapper .file-upload-text {
  position: absolute;
  left: 65px;
  top: 19px;
  font-weight: bold;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.joining_pg .upload-main-wrapper .upload-wrapper.uploaded .file-upload-text {
  text-indent: -999px;
  margin: 0;
}

.joining_pg .upload-main-wrapper .file-success-text {
  opacity: 0;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  visibility: hidden;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  position: absolute;
  left: 0;
  right: 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;
}

.joining_pg .upload-main-wrapper .file-success-text svg {
  width: 25px;
  height: auto;
}

.joining_pg .upload-main-wrapper .file-success-text span {
  margin-left: 15px;
}

.joining_pg .upload-main-wrapper .upload-wrapper.success .file-success-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.joining_pg .upload-main-wrapper .upload-wrapper.success.uploaded .file-success-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.joining_pg .upload-main-wrapper .upload-wrapper.success.uploaded .file-success-text span {
  display: none;
}

.joining_pg .upload-main-wrapper .upload-wrapper .file-success-text circle {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
}

.joining_pg .upload-main-wrapper .upload-wrapper.success .file-success-text circle {
  stroke-dashoffset: 0;
}

.joining_pg .upload-main-wrapper .upload-wrapper .file-success-text polyline {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.joining_pg .upload-main-wrapper .upload-wrapper.success .file-success-text polyline {
  stroke-dashoffset: 0;
}

.joining_pg .upload-main-wrapper .upload-wrapper.success .file-upload-text {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**********************************************
    Start Edit blog_det Page 
**********************************************/
.blog_det .sec-img {
  height: 450px;
  border-radius: 15px;
}

.blog_det .card-body {
  margin-top: -100px !important;
  padding: 2rem 2vw;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 25px 0 #0001;
          box-shadow: 0px 6px 25px 0 #0001;
  background-color: #fff;
  position: relative;
  z-index: 6;
}

.blog_det .card-body .p {
  line-height: 2;
  color: #888;
}
/*# sourceMappingURL=style.css.map */