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

*::-moz-selection {
  background-color: #006F3D;
  color: #fff;
}

*::selection {
  background-color: #006F3D;
  color: #fff;
}

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

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

*::-webkit-scrollbar-thumb {
  background: #006F3D;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #006F3D;
}

/**********************************************
   Start Global Style
**********************************************/
p {
  font-size: 15px;
  color: #555;
}

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

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 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-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #006F3D;
}

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, #006F3D, #006F3D);
  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: 25px;
  -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;
}

/**********************************************
   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 tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-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.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .top-nav {
  padding: 1rem;
  background-color: #F3F3F5;
  position: relative;
}

.navs-container .top-nav .navbar-brand {
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}

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

.navs-container .top-nav .socail-links a {
  position: relative;
  z-index: 5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  background-color: #fff;
  color: #006F3D;
}

.navs-container .top-nav .socail-links a:hover {
  background-color: #006F3D;
  color: #fff;
}

.navs-container .top-nav .lang-btn {
  padding: .435rem .75rem;
  background-color: #006F3D;
  color: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}

.navs-container .top-nav .lang-btn:hover {
  background-color: #006F3D;
}

.navs-container .top-nav .items-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px 0 15px 0;
  width: 100%;
  position: relative;
  z-index: 5;
}

.navs-container .top-nav .items-wrapper .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}

.navs-container .top-nav .items-wrapper .item .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .top-nav .items-wrapper .item .text-content {
  padding: 0 10px;
}

.navs-container .top-nav .items-wrapper .item .text-content .label {
  font-size: 12px;
  margin-bottom: .5rem;
  color: #838385;
}

.navs-container .top-nav .items-wrapper .item .text-content .data {
  margin-bottom: 0;
  color: #006F3D;
  font-size: 14px;
}

.navs-container .top-nav .vision-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
}

.navs-container .navbar {
  background-color: #006F3D;
  padding: 0 1rem;
  position: relative;
  z-index: 9;
}

.navs-container .navbar .nav-link {
  color: #ddd;
  padding: 1.5rem 1.5rem;
  font-size: 15px;
}

.navs-container .navbar .nav-link.active {
  color: #fff;
  font-weight: bold;
}

.navs-container .navbar .search-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 1rem;
}

.navs-container .navbar .profile-butn {
  width: 170px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #fff1;
  display: block;
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
}

.navs-container .navbar .profile-butn img {
  width: 26px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}

.navs-container .navbar .has-dropdown {
  position: relative;
}

.navs-container .navbar .has-dropdown::after {
  position: absolute;
  top: 30px;
  left: 0px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  display: inline-block;
  color: #ddd;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .has-dropdown .sub-dropdown .drop-down2 {
  top: 0;
  right: 100%;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transform: translateY(10px) !important;
          transform: translateY(10px) !important;
}

.navs-container .navbar .has-dropdown .sub-dropdown:hover .drop-down2 {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

.navs-container .navbar .has-dropdown .drop-down {
  position: absolute;
  background-color: #fff;
  width: 220px;
  padding: 15px 10px;
  -webkit-box-shadow: 0px 3px 10px 0px #ddd;
          box-shadow: 0px 3px 10px 0px #ddd;
  border-radius: 0 0 15px 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border-top: 1px solid #006F3D;
}

.navs-container .navbar .has-dropdown .drop-down li {
  position: relative;
}

.navs-container .navbar .has-dropdown .drop-down li .dropdoen-link {
  padding: 10px 15px;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #006F3D;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.navs-container .navbar .has-dropdown .drop-down li .dropdoen-link::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/icons/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 13px;
  top: 13px;
  opacity: 0;
}

.navs-container .navbar .has-dropdown .drop-down li .dropdoen-link:hover {
  background-color: #006F3D;
  color: #fff;
}

.navs-container .navbar .has-dropdown .drop-down li .dropdoen-link:hover::before {
  opacity: 1;
}

.navs-container .navbar .has-dropdown:hover .drop-down {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.navs-container .navbar .has-dropdown:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navs-container .navbar .navbar-toggler {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  background-color: #013920;
  top: -95px;
  left: 0px;
}

.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: #fff;
  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: #fff;
  -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;
}

.navs-container .search-container {
  position: fixed;
  z-index: 9999999999;
  top: 0;
}

.navs-container .search-container #search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}

.navs-container .search-container #search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .95;
}

.navs-container .search-container #search:target {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 2;
}

.navs-container .search-container #search:target .close-btn {
  display: block;
}

.navs-container .search-container form {
  position: relative;
}

.navs-container .search-container form .form-control {
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 99;
  border: none;
  height: 60px;
  border-radius: 5px;
  border: none;
  border: 1px solid #999;
  color: #fff;
  font-size: 15px;
  outline: 0;
  padding: 1rem 1.75rem;
}

.navs-container .search-container form .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control:-ms-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control::-ms-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control::placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control:focus {
  border: 1px solid #006F3D;
}

.navs-container .search-container form .submit-btn {
  position: absolute;
  left: 5px;
  top: 18px;
  background-color: transparent;
  color: #006F3D;
  border: 1px solid transparent;
}

.navs-container .search-container .close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: .5rem;
  right: 2rem;
}

footer {
  padding: 70px 0 0 0;
  background-color: #345B47;
  position: relative;
}

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

footer .content .footer-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .content .title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}

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

footer .content .p .icon {
  margin: 0 5px;
}

footer .content .link-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
}

footer .content .link-btn img {
  margin: 0 5px;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

footer .content .link-btn:hover {
  color: #8ec6a9;
  border: 1px solid #8ec6a9;
}

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

footer .content .links a i {
  margin: 0 4px;
}

footer .content .links a:hover {
  color: #8ec6a9;
}

footer .content .form-group {
  position: relative;
}

footer .content .form-group .form-control {
  height: 55px;
  font-size: 12px;
  border-radius: 5px;
}

footer .content .form-group .submit-btn {
  width: 55px;
  height: 55px;
  background-color: #223b2e;
  border: 1px solid #223b2e;
  color: #ffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
}

footer .copytight {
  background-color: #2A503C;
  color: #fff;
  margin-bottom: 0;
  padding: 25px 0;
  text-align: center;
}

/**********************************************
    Start Public Classes
**********************************************/
.dir-l {
  direction: ltr;
}

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

/*heading-sec*/
.heading-sec {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  -webkit-border-start: 4px solid #006F3D;
          border-inline-start: 4px solid #006F3D;
}

.heading-sec .subtitle {
  color: #36512E;
}

.heading-sec .title {
  font-weight: bold;
  color: #112D3D;
  margin-top: 20px;
}

/* Swiper */
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-image: none !important;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  position: absolute;
  line-height: 60px;
  left: 23px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  display: inline-block;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 2px solid #006F3D;
  background-color: #006F3D;
  color: #fff;
}

.swiper-button-next::before {
  content: "\f053";
}

.swiper-button-prev::before {
  content: "\f054";
}

/* Plus */
.plus::after, .plus::before {
  content: '';
  display: block;
  background-color: #eee;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

.plus::after {
  width: 2px;
  height: 40px;
  top: -100px;
  left: 50%;
}

.plus::before {
  width: 40px;
  height: 2px;
  top: 120px;
  left: -10%;
}

/*page-heading*/
.page-heading {
  background-color: #F3F3F5;
  padding: 50px 0 60px 0;
  position: relative;
}

.page-heading .breadcrumb {
  background-color: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  padding: 0;
}

.page-heading .breadcrumb .breadcrumb-item {
  color: #006F3D;
  position: relative;
  font-size: 14px;
}

.page-heading .breadcrumb .breadcrumb-item.active {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-heading .breadcrumb a {
  color: #112D3D;
  font-size: 14px;
}

.page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 8px;
}

.page-heading .pg-title {
  position: relative;
  z-index: 1;
  color: #006F3D;
  font-weight: bold;
}

.page-heading .pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  display: none;
}

.filter_white {
  -webkit-filter: invert(180%) sepia(0%) saturate(0%) hue-rotate(347deg) brightness(175%) contrast(158%);
          filter: invert(180%) sepia(0%) saturate(0%) hue-rotate(347deg) brightness(175%) contrast(158%);
}

/*form-container*/
.form-container .form-control {
  font-size: 12px;
}

.form-container select, .form-container input {
  height: 65px;
}

.form-container .submit-btn {
  width: 150px;
  height: 50px;
  background-color: #006F3D;
  border: 1px solid #006F3D;
  color: #fff;
}

.form-container .submit-btn i {
  margin: 0 5px;
}

/*custom-list*/
.custom-list .li {
  padding: 0 25px;
  color: #3C3C3C;
  font-size: 15px;
  position: relative;
  margin: 20px 0;
}

.custom-list .li::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-color: #E9E9EA;
  position: absolute;
  right: 0;
  top: 1px;
}

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

.whatsapp {
  position: fixed;
  z-index: 100;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px #0005;
          box-shadow: 0 0 15px #0005;
  bottom: 15px;
  right: 15px;
  font-size: 35px;
  background-color: #fff;
}

.whatsapp a {
  margin: 7px;
  color: #25d366;
}

section {
  overflow: hidden;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
header .item {
  padding: 200px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

header .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

header .item .text-box {
  position: relative;
  z-index: 1;
}

header .item .text-box .title {
  color: #fff;
  font-size: calc(2.5rem + 1vw);
}

header .item .text-box .more-butn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  display: block;
  color: #006F3D;
}

header .item .text-box .more-butn:hover {
  background-color: #006F3D;
  color: #fff;
}

header .item .text-box .more-butn:hover img {
  -webkit-filter: invert(56%) sepia(0) saturate(2400%) hue-rotate(292deg) brightness(243%) contrast(206%);
          filter: invert(56%) sepia(0) saturate(2400%) hue-rotate(292deg) brightness(243%) contrast(206%);
}

header .item .text-box .more-butn img {
  width: 22px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 4px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

header .swiper-slide-active .text-box {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.about-sec {
  position: relative;
  padding: 70px 0;
}

.about-sec .text-box {
  padding: 3vw;
}

.about-sec .text-box .subtitle {
  color: #006F3D;
}

.about-sec .text-box .title {
  padding-right: 30px;
  border-right: 4px solid #006F3D;
  font-weight: bold;
  line-height: 3.5rem;
}

.about-sec .text-box .title span {
  font-weight: 500;
}

.about-sec .text-box .p {
  color: #888;
  line-height: 2rem;
}

.about-sec .text-box .our-exp {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about-sec .text-box .our-exp .item {
  width: 145px;
  padding: 10px;
  text-align: center;
  border-left: 2px solid #ddd;
}

.about-sec .text-box .our-exp .item .counter {
  color: #006F3D;
  font-weight: bold;
}

.about-sec .text-box .our-exp .item .label {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.about-sec .text-box .our-exp .exp-text {
  margin-bottom: 0;
  padding: 10px 25px;
  line-height: 2rem;
  font-weight: bold;
  color: #3E4A44;
}

.about-sec .text-box .more-butn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  background-color: #006F3D;
  text-align: center;
  display: block;
  color: #fff;
}

.about-sec .text-box .more-butn:hover {
  background-color: #223b2e;
}

.about-sec .text-box .more-butn img {
  width: 22px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-filter: invert(56%) sepia(0) saturate(2400%) hue-rotate(292deg) brightness(243%) contrast(206%);
          filter: invert(56%) sepia(0) saturate(2400%) hue-rotate(292deg) brightness(243%) contrast(206%);
}

.about-sec .img-box {
  height: 600px;
  position: relative;
}

.about-sec .img-box::before {
  content: '';
  width: 80%;
  height: 90%;
  border: 3px solid #006F3D;
  display: block;
  position: absolute;
  z-index: -1;
  left: -15px;
  bottom: -15px;
}

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

.about-cards {
  padding: 70px 0;
  background-color: #F6F6F6;
  position: relative;
}

.about-cards .about_card {
  padding: 45px 15px 15px 15px;
  background-color: #fff;
  position: relative;
}

.about-cards .about_card .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  background-color: #F6F6F6;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-cards .about_card .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-cards .about_card .card-body {
  text-align: center;
  padding: 2rem 1.25rem;
}

.about-cards .about_card .card-body .title {
  font-weight: bold;
}

.about-cards .about_card .card-body .p {
  font-size: 12px;
  line-height: 1.7rem;
  color: #7B7B7B;
}

.about-cards .about_card .card-body .link-btn {
  font-weight: bold;
  color: #666;
  display: block;
  text-align: center;
}

.about-cards .about_card .card-body .link-btn img {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 4px;
}

.about-cards .about_card .card-body .link-btn:hover {
  color: #006F3D;
}

.about-cards .about_card::before {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #006F3D;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-cards .about_card:hover::before {
  width: 100%;
}

.about-cards .about_card:hover .icon {
  background-color: #006F3D;
}

.about-cards .about_card:hover .icon img {
  -webkit-animation: tada 2s both;
          animation: tada 2s both;
  -webkit-filter: invert(0) sepia(0%) saturate(2328%) hue-rotate(250deg) brightness(266%) contrast(150%);
          filter: invert(0) sepia(0%) saturate(2328%) hue-rotate(250deg) brightness(266%) contrast(150%);
}

.products-sec {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.products-sec .inner-sec {
  position: relative;
  z-index: 3;
}

.products-sec .inner-sec .prod_card {
  background-color: #fff;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 0 5px 25px 0 rgba(153, 153, 153, 0.2);
}

.products-sec .inner-sec .prod_card .img-box {
  height: 150px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

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

.products-sec .inner-sec .prod_card .card-body .title {
  color: #202020;
  font-weight: bold;
  margin-bottom: .7rem;
}

.products-sec .inner-sec .prod_card .card-body .p {
  color: #777;
  margin-bottom: 0;
}

.products-sec .inner-sec .prod_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 5px 25px 0 rgba(153, 153, 153, 0.5);
          box-shadow: 0 5px 25px 0 rgba(153, 153, 153, 0.5);
}

.products-sec .inner-sec .prod_card:hover .title {
  color: #006F3D;
}

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

.products-sec .pattern {
  position: absolute;
  left: 0;
  opacity: .2;
  top: 45%;
  z-index: 2;
  width: 22%;
}

.suppliers-sec {
  padding: 70px 0;
  position: relative;
}

.suppliers-sec .suplier_card {
  width: 100%;
  padding: 40px 10px 15px 10px;
  border-radius: 25px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.suppliers-sec .suplier_card .logo {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(102, 102, 102, 0.2);
          box-shadow: 0 5px 25px 0 rgba(102, 102, 102, 0.2);
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.suppliers-sec .suplier_card .logo img {
  width: 90%;
  height: 90%;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.suppliers-sec .suplier_card .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.suppliers-sec .suplier_card .pattern {
  position: absolute;
  top: 13px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  right: 13px;
  opacity: .2;
}

.suppliers-sec .swiper-button-next, .suppliers-sec .swiper-button-prev {
  border: 2px solid #333;
  color: #333;
  opacity: .5;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.suppliers-sec .swiper-button-next::before, .suppliers-sec .swiper-button-prev::before {
  line-height: 50px;
  left: 18px;
}

.suppliers-sec .swiper-button-next:hover, .suppliers-sec .swiper-button-prev:hover {
  color: #fff;
  opacity: 1;
}

.suppliers-sec .swiper-button-next {
  right: unset;
  left: 5%;
}

.suppliers-sec .swiper-button-prev {
  right: 5%;
  left: unset;
}

.suppliers-sec .suplier_card.main_card {
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 5px 35px 0 rgba(204, 204, 204, 0.4);
          box-shadow: 0 5px 35px 0 rgba(204, 204, 204, 0.4);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.suppliers-sec .suplier_card.main_card .logo {
  width: 160px;
  height: 160px;
  line-height: 160px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 5px 25px 0 rgba(51, 51, 51, 0.2);
}

.suppliers-sec .suplier_card.main_card .pattern {
  width: 90px;
  opacity: .7;
}

.testmonials-sec {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}

.testmonials-sec .feedback-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  -webkit-box-shadow: 0px 7px 16px 0px #ddd;
          box-shadow: 0px 7px 16px 0px #ddd;
  padding: 2rem 1.375rem 2rem 0rem;
  margin-bottom: 20px;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.testmonials-sec .feedback-card:nth-child(2) {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.testmonials-sec .feedback-card .p {
  line-height: 2rem;
  font-size: 13px;
}

.testmonials-sec .feedback-card .name {
  color: #333;
  font-weight: bold;
}

.testmonials-sec .feedback-card .job-title {
  color: #555;
  font-size: 12px;
}

.testmonials-sec .feedback-card .client-img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: -47px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.testmonials-sec .feedback-card .feed-l {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 1;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.testmonials-sec::after {
  content: '';
  width: 40%;
  height: 100%;
  -webkit-clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
          clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
  background-color: #006F3D;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.partners-sec {
  position: relative;
  padding: 70px 0;
  background-color: #F6F6F6;
}

.partners-sec .partner-logo {
  width: 80%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  opacity: .5;
}

.partners-sec .swiper-slide-active .partner-logo {
  opacity: 1;
}

.statics-sec {
  padding: 70px 0;
  background: url(../images/statics-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.statics-sec .statics_card {
  text-align: center;
  padding: 1.5rem 1rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.statics-sec .statics_card .icon {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.statics-sec .statics_card .counter {
  font-weight: bold;
  color: #fff;
  font-size: calc(2.5rem + 1vw);
}

.statics-sec .statics_card .label {
  color: #eee;
  margin-bottom: 0;
}

.statics-sec .statics_card:hover {
  background-color: #fff;
}

.statics-sec .statics_card:hover .icon {
  -webkit-filter: invert(26%) sepia(26%) saturate(703%) hue-rotate(61deg) brightness(40%) contrast(90%);
          filter: invert(26%) sepia(26%) saturate(703%) hue-rotate(61deg) brightness(40%) contrast(90%);
  -webkit-animation: pulse 1s both infinite;
          animation: pulse 1s both infinite;
}

.statics-sec .statics_card:hover .counter,
.statics-sec .statics_card:hover .label {
  color: #36512E;
}

.news-sec {
  position: relative;
  padding: 70px 0;
}

.news-sec .blog_card {
  height: 430px;
  margin-bottom: 70px;
  position: relative;
}

.news-sec .blog_card .img-box {
  width: 90%;
  height: 95%;
  display: block;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

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

.news-sec .blog_card .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
}

.news-sec .blog_card .card-body {
  width: 85%;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(204, 204, 204, 0.5);
          box-shadow: 0 5px 20px 0 rgba(204, 204, 204, 0.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.news-sec .blog_card .card-body .categ {
  margin-bottom: .6rem;
}

.news-sec .blog_card .card-body .title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.news-sec .blog_card .card-body .p {
  font-size: 12px;
  line-height: 1.7rem;
}

.news-sec .blog_card .card-body .crd_footer {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px 10px 10px 10px;
  font-size: 13px;
}

.news-sec .blog_card .card-body .crd_footer i {
  color: #006F3D;
  margin: 0 5px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.news-sec .blog_card:hover .img-box::before {
  opacity: 1;
}

.news-sec .blog_card:hover .img-box .plus::after {
  top: 100px;
  opacity: 1;
}

.news-sec .blog_card:hover .img-box .plus::before {
  left: 50%;
  opacity: 1;
}

.news-sec .blog_card:hover .card-body {
  background-color: #006F3D;
}

.news-sec .blog_card:hover .card-body .categ {
  color: #eee;
}

.news-sec .blog_card:hover .card-body .title,
.news-sec .blog_card:hover .card-body .crd_footer,
.news-sec .blog_card:hover .card-body .crd_footer i {
  color: #fff;
}

.news-sec .blog_card:hover .card-body .p {
  color: #ccc;
}

.gallery-sec {
  position: relative;
  padding: 70px 0;
  background-color: #F3F3F5;
}

.gallery-sec .gallery_card {
  position: relative;
  height: 325px;
  margin-bottom: 35px;
}

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

.gallery-sec .gallery_card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .gallery_card::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
}

.gallery-sec .gallery_card:hover::before {
  opacity: 1;
}

.gallery-sec .gallery_card:hover .plus::after {
  top: 100px;
  opacity: 1;
}

.gallery-sec .gallery_card:hover .plus::before {
  left: 50%;
  opacity: 1;
}

.gallery-sec .gallery_card:hover .title {
  opacity: 1;
  bottom: 30px;
}

.contact-sec {
  padding: 70px 0px;
  background-color: #2A503C;
  position: relative;
}

.contact-sec .text-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.contact-sec .text-wrapper .inner {
  position: absolute;
  bottom: 0;
  background-color: #2A503C;
  padding: 3vw 0;
}

.contact-sec .text-wrapper .inner .title-text {
  color: #fff;
  font-weight: bold;
}

.contact-sec .text-wrapper .items-wrapper {
  z-index: 1;
  padding: 25px 0;
}

.contact-sec .text-wrapper .items-wrapper .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  margin-bottom: 20px;
}

.contact-sec .text-wrapper .items-wrapper .item .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.contact-sec .text-wrapper .items-wrapper .item .text-content {
  padding: 0 10px;
}

.contact-sec .text-wrapper .items-wrapper .item .text-content .label {
  font-size: 12px;
  margin-bottom: .5rem;
  color: #ccc;
}

.contact-sec .text-wrapper .items-wrapper .item .text-content .data {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.contact-sec .contact-wrapper {
  padding: 4vw 2vw;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.contact-sec .contact-wrapper .heading-sec {
  padding-right: 15px;
}

.contact-sec .contact-wrapper .p {
  font-size: 12px;
}

.contact-sec .contact-wrapper .num-item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-sec .contact-wrapper .num-item .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #006F3D;
  display: inline-block;
}

.contact-sec .contact-wrapper .num-item .icon img {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-sec .contact-wrapper .num-item .num {
  font-weight: bold;
  color: #000;
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 55px;
}

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

/**********************************************
    Start Edit Contact Page 
**********************************************/
.contact-pg {
  background-color: #fff;
}

.contact-pg .contact-wrapper {
  -webkit-box-shadow: 3px 6px 15px #eee;
          box-shadow: 3px 6px 15px #eee;
}

.contact-pg .wrapper-sm {
  padding: 2vw 2vw;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 6px 15px #eee;
          box-shadow: 3px 6px 15px #eee;
}

.contact-pg .wrapper-sm .data-item {
  margin-bottom: 15px;
}

.contact-pg .wrapper-sm .data-item .num {
  color: #666;
}

/**********************************************
    Start Edit content Page 
**********************************************/
.content-sec {
  padding: 70px 0;
  background-color: #fff;
}

.content-sec .content-inner {
  padding: 5vw;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 35px 0 #eee;
          box-shadow: 0 10px 35px 0 #eee;
}

.content-sec .text_p {
  color: #777;
  line-height: 2.4rem;
  font-size: 16px;
}

/**********************************************
    Start Edit products Page 
**********************************************/
.products-pg .inner-sec .prod_card .img-box {
  height: 230px;
}

/**********************************************
    Start Edit products details Page 
**********************************************/
.product_det {
  position: relative;
  padding: 70px 0;
  background-color: #fff;
}

.product_det .inner {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 35px 0 #eee;
          box-shadow: 0 10px 35px 0 #eee;
}

.product_det .inner .peoduct_det_img {
  width: 100%;
  height: 400px;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_det .inner .text-box {
  padding: 2vw 5vw;
}

.product_det .inner .text-box .title {
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.product_det .inner .text-box .subtitle {
  color: #666;
  font-weight: 600;
}

.product_det .inner .text-box .text_p {
  line-height: 2rem;
}

.product_det .inner .responsive-table th, .product_det .inner .responsive-table td {
  padding: 0;
  border: 0;
}

.product_det .inner .responsive-table .data {
  font-size: 15px;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 1rem .75rem;
}

.product_det .inner .responsive-table .headline {
  font-weight: bold;
  color: #006F3D;
}

.product_det .inner .responsive-table .br-tr {
  border-radius: 0 15px 0 0;
}

.product_det .inner .responsive-table .br-tl {
  border-radius: 15px  0 0 0;
}

.product_det .inner .responsive-table .br-br {
  border-radius: 0 0  15px 0;
}

.product_det .inner .responsive-table .br-bl {
  border-radius: 0 0 0 15px;
}

.product_det .swiper-button-next,
.product_det .swiper-button-prev {
  opacity: .5;
}

.product_det .swiper-button-next:hover,
.product_det .swiper-button-prev:hover {
  opacity: 1;
}

/**********************************************
    Start Edit suppliers Page 
**********************************************/
.suppliers-pg {
  background-color: #f9f9f9;
}

.suppliers-pg .suplier_card {
  position: relative;
}

.suppliers-pg .suplier_card .p {
  font-size: 12px;
  line-height: 1.7rem;
  margin-top: 15px;
  margin-bottom: 0;
}

.suppliers-pg .suplier_card .pattern {
  right: 35%;
}

.suppliers-pg .suplier_card .expand-btn {
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: transparent;
  border: transparent;
  color: #777;
}

.suppliers-pg .suplier_card .expand-btn:hover {
  color: #006F3D;
}

.suppliers-pg .suplier_card:hover {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 35px 0 rgba(204, 204, 204, 0.4);
          box-shadow: 0 5px 35px 0 rgba(204, 204, 204, 0.4);
}

.suppliers-pg .suplier_card:hover .logo {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/**********************************************
    Start Edit recruitment Page 
**********************************************/
.recruitment-pg {
  padding: 70px 0;
  position: relative;
  background-color: #fff;
}

.recruitment-pg .inner {
  padding: 5vw;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 35px 0 #eee;
          box-shadow: 0 10px 35px 0 #eee;
}

.recruitment-pg .inner .file-input-group .wrap {
  border-radius: 5px;
  border: 1px solid #ddd;
}

.recruitment-pg .inner .file-input-group .file {
  position: relative;
  font-weight: 600;
}

.recruitment-pg .inner .file-input-group .file__input,
.recruitment-pg .inner .file-input-group .file__value {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.3);
  padding: 0.9375rem 1.0625rem;
}

.recruitment-pg .inner .file-input-group .file__input--file {
  position: absolute;
  opacity: 0;
}

.recruitment-pg .inner .file-input-group .file__input--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  color: #777;
}

.recruitment-pg .inner .file-input-group .file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 3px;
  background-color: #223b2e;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 0.375rem 1.0625rem;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

.recruitment-pg .inner .file-input-group .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(71, 71, 71, 0.6);
}

.recruitment-pg .inner .file-input-group .file__value:hover:after {
  color: #BC9562;
}

.recruitment-pg .inner .file-input-group .file__value:after {
  content: "X";
  cursor: pointer;
}

.recruitment-pg .inner .file-input-group .file__value:after:hover {
  color: #000;
}

.recruitment-pg .inner .file-input-group .file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b58240;
}

.recruitment-pg .inner .submit-btn {
  display: block;
  margin: 35px auto 0 auto;
}

/**********************************************
    Start Edit gallery Page 
**********************************************/
.gallery-pg {
  background-color: #fff;
}

.gallery-pg .gallery_card .video-icon {
  position: absolute;
  left: 50%;
  top: 40%;
  opacity: 0;
  -webkit-transform: scale(0) translate(-60%, -50%);
          transform: scale(0) translate(-60%, -50%);
  color: #fff;
  font-size: 35px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-pg .gallery_card:hover .video-icon {
  opacity: 1;
  -webkit-transform: scale(1) translate(-60%, -50%);
          transform: scale(1) translate(-60%, -50%);
}

.gallery-pg .more-butn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #006F3D;
  text-align: center;
  display: block;
  color: #fff;
  margin: auto;
}

.gallery-pg .more-butn i {
  margin: 0 3px;
}

.gallery-pg .more-butn:hover {
  background-color: #014425;
}

/**********************************************
    Start Edit ugc details Page 
**********************************************/
.ugc-det {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.ugc-det .text-box {
  padding: 3vw;
}

.ugc-det .text-box .title {
  padding-right: 30px;
  border-right: 4px solid #006F3D;
  font-weight: bold;
}

.ugc-det .text-box .p {
  color: #888;
  line-height: 2rem;
}

.ugc-det .sec-img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.ugc-det .bg {
  width: 103%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*# sourceMappingURL=style.css.map */