:root {
  --primary: #976F42;
  --secondary: #102721;
  --filterPrimary: invert(42%) sepia(66%) saturate(335%) hue-rotate(351deg) brightness(95%) contrast(89%);
  --filterSecondary: invert(0%) sepia(100%) saturate(19%) hue-rotate(19deg) brightness(101%) contrast(106%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

@font-face {
  font-family: 'jannat_regular';
  src: url(../fonts/a_jannat_lt/regular.ttf);
}

@font-face {
  font-family: 'jannat_bold';
  src: url(../fonts/a_jannat_lt/bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'jannat_regular';
  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: rtl;
  overflow-x: hidden;
}

div::-webkit-scrollbar {
  height: 5px;
}

/**********************************************
   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;
  left: 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/icons/top-arrow.png);
  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;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.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(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

.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 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes rotate-in-2-cw {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotate-in-2-cw {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotate-in-2-cw {
  -webkit-animation: rotate-in-2-cw 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: rotate-in-2-cw 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotate-rtl {
  -webkit-animation: rotate-rtl 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: rotate-rtl 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 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 {
  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: #f5f5f5;
  -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: var(--secondary);
  -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) !important;
  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: '\f054';
}

.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: '\f053';
}

.butn {
  position: relative;
  padding: .9rem 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: bold;
  min-width: 135px;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.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.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn:hover {
  background-color: #6b4d2a;
  border: 1px solid #6b4d2a;
  color: #fff !important;
}

.butn:hover i,
.butn:hover .icon {
  animation: pulse .5s both infinite alternate-reverse;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.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;
}

.br_end {
  position: relative;
  width: 85px;
  display: inline-block;
}

.br_end::after, .br_end::before {
  content: '';
  background-color: var(--primary);
  display: block;
  position: absolute;
  inset-inline-start: 0;
}

.br_end::before {
  width: 85px;
  height: 4px;
  top: -10px;
}

.br_end::after {
  width: 59px;
  height: 2px;
  top: 0px;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar .logo {
  width: 135px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  margin: 0 10px;
  position: relative;
  color: #102721;
  font-size: 15px;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 0px;
  height: 1px;
  background-color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  margin-top: 7px;
  opacity: 0;
  position: absolute;
  inset-inline-start: 9px;
  bottom: 0;
}

.navs-container .navbar .nav-link.active {
  color: var(--primary);
  font-weight: bold;
}

.navs-container .navbar .nav-link.active::after, .navs-container .navbar .nav-link:hover::after {
  opacity: 1;
  width: 20px;
}

.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 .newsletter_box .butn {
  height: 60px;
}

.footer .footer_box {
  background-color: #FAFCF8;
}

.footer .footer_box .content {
  margin-bottom: 35px;
}

.footer .footer_box .content .logo {
  width: 135px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 25px;
}

.footer .footer_box .content .det {
  color: #414141;
}

.footer .footer_box .content .links a,
.footer .footer_box .content .links .p {
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  color: #414141;
}

.footer .foot {
  border-top: 1px solid #ccc;
}

.footer .foot .pay_imgs .pay_img {
  width: 32px;
  height: 23px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  display: block;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header .item {
  padding: 100px 0;
  min-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .item .text_box .title {
  font-size: calc(2.5rem + .4vw);
}

.header .item .text_box .title::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
}

.header .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  width: calc(100% - 90px);
  z-index: 1;
  background-color: rgba(16, 39, 33, 0.35);
}

.header .item .bg {
  width: calc(100% - 90px);
}

.header .swiper-slide-active .item .title {
  -webkit-animation: fadeInUp 1s both;
          animation: fadeInUp 1s both;
}

.header .swiper-slide-active .item .p {
  -webkit-animation: fadeInDown 1s both;
          animation: fadeInDown 1s both;
}

.header .swiper-container .swiper-button-next,
.header .swiper-container .swiper-button-prev {
  width: 100px;
  height: 80px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  top: unset;
  bottom: 0;
  border-bottom: 4px solid var(--primary);
}

.header .swiper-container .swiper-button-prev,
.header .swiper-container .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: unset;
  inset-inline-end: 89px;
}

.header .swiper-container .swiper-button-next,
.header .swiper-container .swiper-container-rtl .swiper-button-prev {
  left: unset;
  right: unset;
  inset-inline-end: 188px;
}

.header .swiper-container .swiper-pagination {
  bottom: 110px;
  inset-inline-end: -15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #fff;
}

.header .swiper-container .swiper-pagination span {
  font-weight: bold;
  font-size: 16px;
}

.header .swiper-container .swiper-pagination .swiper-pagination-current {
  color: var(--primary);
}

.header .swiper-container .swiper-pagination .swiper-pagination-total {
  color: #888;
}

.header .swiper-container .swiper-pagination .swiper-pagination-total::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px 0 20px;
  display: inline-block;
}

.partners-sec .partner_logo {
  width: 80%;
  height: 43px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -webkit-filter: invert(76%) sepia(53%) saturate(1%) hue-rotate(318deg) brightness(96%) contrast(93%);
          filter: invert(76%) sepia(53%) saturate(1%) hue-rotate(318deg) brightness(96%) contrast(93%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.partners-sec .partner_logo:hover {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.about-sec .text_box .title {
  font-size: 42px;
  line-height: 1.4;
}

.about-sec .text_box .p {
  font-size: 17px;
  line-height: 2.2;
}

.about-sec .sec-img {
  height: 650px;
}

.statics-sec .inner {
  background-color: #FAF8F5;
  padding: 90px 0;
}

.statics-sec .inner .static_item {
  text-align: center;
  margin: 10px 0;
}

.statics-sec .inner .static_item .counter {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bolder;
  font-size: 60px;
}

.statics-sec .inner .static_item .label {
  color: #858585;
  margin-bottom: 0;
}

.services-sec .service_card {
  position: relative;
  margin-bottom: 35px;
  border: 1px solid #F5F5F5;
  height: calc(100% - 35px);
}

.services-sec .service_card .img_box {
  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;
  height: 235px;
  background-color: #F8F8F8;
}

.services-sec .service_card .img_box .sec-img {
  width: 90%;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 160px;
}

.services-sec .service_card .img_box::after {
  content: '';
  width: 100%;
  height: 3px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  background-color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.services-sec .service_card .img_box::before {
  content: '';
  width: 100%;
  background-color: #FAF8F5;
  height: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.services-sec .service_card .card-body {
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.services-sec .service_card .card-body .title {
  font-weight: bold;
  margin-bottom: .8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services-sec .service_card .card-body .p {
  margin-bottom: 0;
}

.services-sec .service_card::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--secondary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.services-sec .service_card:hover .img_box::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.services-sec .service_card:hover .img_box::before {
  height: 100%;
  opacity: 1;
}

.services-sec .service_card:hover::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.services-sec .service_card:hover .title {
  color: var(--primary);
}

.contact-sec .inner {
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 50px 2vw;
}

.contact-sec .inner .form_box .label {
  font-size: 14px;
  font-weight: bold;
}

.contact-sec .inner .form_box .form-control {
  border-color: #fff;
}

.contact-sec .inner .map_box iframe {
  border-radius: 15px;
}

.contact-sec .inner .contact_item {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 0;
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
  margin-bottom: 15px;
}

.contact-sec .inner .contact_item .icon_outer {
  width: 65px;
  height: 60px;
  border-radius: 15px;
  background-color: var(--secondary);
  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-margin-start: -25px;
          margin-inline-start: -25px;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.contact-sec .inner .contact_item .icon_outer .icon {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.contact-sec .pattern {
  position: absolute;
  top: 70px;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  height: 80%;
  background-color: #042029;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg-header .inner {
  background-color: var(--secondary);
  padding: 40px 3vw;
}

.pg-header .inner .bread {
  color: #333;
}

.pg-header .inner .bread .item {
  font-size: 15px;
  color: #fff;
  margin: 0 10px;
}

.pg-header .inner .bread .item .logo {
  width: 30px;
}

.pg-header .inner .bread .item::after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ccc;
  display: inline-block;
  margin: 0 10px 0 0px;
}

.pg-header .inner .bread .item.active {
  color: #fff;
}

.pg-header .inner .bread .item.active::after {
  display: none;
}

.pg-header .inner .bread a:hover {
  color: var(--primary) !important;
}

.pg-header .inner .pg_title {
  position: relative;
}

.pg-header .inner .pg_title::after {
  content: '';
  background-color: var(--primary);
  display: block;
  width: 70px;
  height: 3px;
  margin: 25px auto 0 auto;
}

.pg-header .inner .pattern1 {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 25%;
  pointer-events: none;
}

.pg-header .inner .pattern2 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about-pg .sec-img {
  height: 550px;
  -o-object-position: top;
     object-position: top;
}

.about-det .text_box {
  -webkit-padding-start: 11vw;
          padding-inline-start: 11vw;
}

.about-det .text_box .item {
  position: relative;
  margin-bottom: 45px;
}

.about-det .text_box .item .icon_outer {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  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-margin-end: 20px;
          margin-inline-end: 20px;
  position: relative;
}

.about-det .text_box .item .icon_outer .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-det .text_box .item .icon_outer::before {
  content: '';
  width: 27px;
  height: 52px;
  background: url(../images/icons/half_circle.svg) no-repeat;
  background-size: contain;
  -webkit-filter: invert(100%) sepia(46%) saturate(2036%) hue-rotate(311deg) brightness(81%) contrast(106%);
          filter: invert(100%) sepia(46%) saturate(2036%) hue-rotate(311deg) brightness(81%) contrast(106%);
  position: absolute;
  inset-inline-start: -12px;
  top: 0;
}

.about-det .text_box .item .txt .p {
  color: #414141;
  font-size: 16px;
}

.about-det .text_box .item::before {
  content: '';
  background-color: transparent;
  width: 2px;
  height: calc(100% - 5px);
  position: absolute;
  top: 50px;
  inset-inline-start: 14px;
  -webkit-border-start: 2px dashed #D2B487;
          border-inline-start: 2px dashed #D2B487;
}

.about-det .text_box .item:last-child::before {
  display: none;
}

.about-det .sec-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.about-det .pattern_l {
  position: absolute;
  left: -10%;
  top: 0;
  opacity: .2;
  width: 25%;
}

.about-det .pattern_r {
  position: absolute;
  right: -15%;
  top: 0;
  opacity: .2;
  width: 25%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.about-det .pattern_lt {
  width: 45%;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.services-pg .service_card {
  -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05);
}

.services-pg .service_card .img_box .sec-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

.services-pg .service_card .img_box::after {
  display: none;
}

.services-pg .service_card .card-body {
  text-align: start;
}

.services-pg .service_card::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--primary);
}

.services-pg .service_card:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.contact-pg .inner {
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.contact-pg .inner .form_box .form-control {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}

.contact-pg .inner .contact_item {
  background-color: #f5f5f5;
}

.contact-pg .pattern {
  top: 5px;
}

.contact-pg::before {
  background-color: #f5f5f5;
}
/*# sourceMappingURL=style.css.map */