:root {
  --primary: #DDB070;
  --secondary: #000000;
  --filterPrimary: invert(92%) sepia(44%) saturate(1581%) hue-rotate(306deg) brightness(95%) contrast(81%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'El Messiri', sans-serif;
}

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

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

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

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

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

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

/**********************************************
   Start Global Style
**********************************************/
p {
  font-size: 15px;
  color: #A3A9B1;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

a:focus {
  outline: 0;
}

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

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

button {
  border: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

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;
  border-radius: 10px;
}

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: 55px !important;
}

form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, #82643a, var(--primary));
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn img {
  width: 22px;
  -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-top-btn:hover img {
  -webkit-animation: floating-y .5s infinite alternate;
          animation: floating-y .5s infinite alternate;
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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;
}

/**********************************************
   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);
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container {
  position: relative;
}

.navs-container .navbar {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.navs-container .navbar.navbar-fixed-top.scrolled {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.navs-container .navbar.navbar-fixed-top.scrolled .navbar-brand img {
  width: 80px;
}

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

.navs-container .navbar .nav-link {
  font-weight: bold;
  margin: 0 10px;
  font-size: 15px;
  text-align: center;
  color: #777;
}

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

.navs-container .navbar .butn.active {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.navs-container .navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  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: 15px;
  height: 2px;
  background: #000;
  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: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

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

.footer {
  position: relative;
  padding: 90px 0 0 0;
  overflow: hidden;
}

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

.footer .content .title {
  margin-bottom: 20px;
}

.footer .content .det {
  font-size: 13px;
  color: #ddd;
}

.footer .content .social-links .follow::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #ddd;
  display: inline-block;
  position: relative;
}

.footer .content .social-links a {
  color: #eee;
  margin: 0 7px;
}

.footer .content .links a {
  display: block;
  margin: 15px 0;
  color: #eee;
}

.footer .content .form-group .form-control {
  background-color: #6F9C61;
  border: 1px solid #6F9C61;
  color: #fff;
}

.footer .content .form-group .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.footer .content .form-group .form-control:-ms-input-placeholder {
  color: #ccc;
}

.footer .content .form-group .form-control::-ms-input-placeholder {
  color: #ccc;
}

.footer .content .form-group .form-control::placeholder {
  color: #ccc;
}

.footer .content .form-group .submit-butn {
  background-color: #fff;
  color: #538943;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.footer .content .form-group .submit-butn:hover {
  background-color: var(--primary);
  color: #fff;
}

.footer .copytight_p {
  margin-bottom: 0;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  color: #ddd;
}

/**********************************************
    Start Public Classes
**********************************************/
.butn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .7rem 2rem;
  border-radius: 15px;
  display: block;
  -webkit-box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.08);
}

.butn.white-butn {
  background-color: #fff;
  color: #666;
}

.butn:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
}

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

.color-red {
  color: #CF3728;
}

.color-green {
  color: #659556;
}

.app-links a .icon {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 5px;
}

.app-links a .icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  position: relative;
  overflow: hidden;
}

.header .header-inner {
  padding: 170px 0 80px 0;
}

.header .header-inner .main-img {
  width: 100%;
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.header .header-inner .text-box .title {
  font-size: calc(.5vw + 35px);
}

.header .header-inner .text-box .det {
  line-height: 2rem;
}

.header .header-inner .circle {
  position: absolute;
  top: 175px;
  right: -100px;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .header-inner .bg {
  opacity: .1;
}

.header .pattern {
  position: absolute;
  left: -25px;
  top: 22px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-sec .main-img {
  width: 80%;
  height: 370px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-box-shadow: 50px 50px 90px 0 rgba(0, 19, 80, 0.1);
          box-shadow: 50px 50px 90px 0 rgba(0, 19, 80, 0.1);
}

.about-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);
  background-color: rgba(221, 176, 112, 0.28);
  width: 33%;
  right: unset;
  border-radius: 15px;
  left: 23%;
}

.about-sec .pattern {
  position: absolute;
  top: 65px;
  right: 5%;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.features-sec .feature_card {
  text-align: center;
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 25px;
}

.features-sec .feature_card::before {
  content: '';
  width: 85%;
  height: 85%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: block;
  z-index: -1;
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.features-sec .feature_card .content .icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
}

.features-sec .feature_card .content .title {
  color: #677E9B;
  font-size: 1.1rem;
}

.features-sec .feature_card .content .det {
  color: #B7BDC6;
  font-size: 13px;
  margin-bottom: 0;
}

.features-sec .feature_card:hover .icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.features-sec .feature_card:hover::before {
  width: 100%;
  height: 100%;
}

.features-sec .feature_card.color1 .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.features-sec .feature_card.color1::before {
  background-color: var(--primary);
}

.features-sec .feature_card.color2 .icon {
  -webkit-filter: invert(60%) sepia(3%) saturate(4328%) hue-rotate(308deg) brightness(68%) contrast(98%);
          filter: invert(60%) sepia(3%) saturate(4328%) hue-rotate(308deg) brightness(68%) contrast(98%);
}

.features-sec .feature_card.color2::before {
  background-color: #916162;
}

.features-sec .feature_card.color3 .icon {
  -webkit-filter: invert(76%) sepia(16%) saturate(566%) hue-rotate(61deg) brightness(82%) contrast(84%);
          filter: invert(76%) sepia(16%) saturate(566%) hue-rotate(61deg) brightness(82%) contrast(84%);
}

.features-sec .feature_card.color3::before {
  background-color: #88A87F;
}

.features-sec .feature_card.color4 .icon {
  -webkit-filter: invert(60%) sepia(83%) saturate(2550%) hue-rotate(322deg) brightness(84%) contrast(95%);
          filter: invert(60%) sepia(83%) saturate(2550%) hue-rotate(322deg) brightness(84%) contrast(95%);
}

.features-sec .feature_card.color4::before {
  background-color: #D25D51;
}

.features-sec .text-box {
  padding: 0 1vw;
}

.features-sec .text-box .title {
  color: #54657B;
}

.features-sec .text-box .det {
  color: #A3A9B1;
  font-size: 14px;
}

.features-sec .pattern {
  position: absolute;
  top: 10%;
  left: 0;
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-sec .service-inner {
  background-color: #FBF7F0;
  border-radius: 20px;
  padding: 50px 35px;
}

.services-sec .service-inner .item .phone-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
  opacity: .5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.services-sec .service-inner .item .content {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  margin-top: 1.5rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.services-sec .service-inner .item .content .det {
  font-size: 12px;
}

.services-sec .service-inner .swiper-slide-active .phone-img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.services-sec .service-inner .swiper-slide-active .content {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.services-sec .service-inner .swiper-pagination {
  bottom: 0;
}

.services-sec .service-inner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 25px;
}

.services-sec .service-inner .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--primary);
}

.services-sec .text-box {
  -webkit-padding-end: 12vw;
          padding-inline-end: 12vw;
  -webkit-padding-start: 3vw;
          padding-inline-start: 3vw;
}

.services-sec .text-box .service_card {
  position: relative;
  margin-bottom: 25px;
}

.services-sec .text-box .service_card .icon-container {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.services-sec .text-box .service_card .icon-container .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(41%) sepia(7%) saturate(16%) hue-rotate(355deg) brightness(95%) contrast(92%);
          filter: invert(41%) sepia(7%) saturate(16%) hue-rotate(355deg) brightness(95%) contrast(92%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.services-sec .text-box .service_card .content .title {
  font-size: 1.1rem;
}

.services-sec .text-box .service_card:hover .icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.app-sec {
  overflow: unset;
}

.app-sec .text-box {
  -webkit-padding-start: 5vw;
          padding-inline-start: 5vw;
}

.app-sec .text-box .title {
  color: #54657B;
}

.app-sec .phone-img {
  position: absolute;
  left: 0;
  top: -60%;
  width: 30%;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}

.app-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: 95%;
  background-color: #FBF7F0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.app-sec .pattern {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.app-sec .pattern2 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  bottom: 25px;
  width: 20%;
}
/*# sourceMappingURL=style.css.map */