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

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

*::selection {
  background-color: #067908;
  color: #fff;
}

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

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

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

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

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

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, #055607, #077908);
  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 st-video-animaion {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .75;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes st-video-animaion {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .75;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  width: 100%;
  padding: 10px 0px;
  background-color: #fff;
  border-bottom: 1px solid #077908;
  padding: 0 1rem;
  z-index: 9999;
}

.navs-container .navbar .hamburger {
  display: none;
}

.navs-container .navbar .hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #368B85;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navs-container .navbar .hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .hamburger.active .line:nth-child(2) {
  width: 0px;
}

.navs-container .navbar .hamburger.active .line:nth-child(1),
.navs-container .navbar .hamburger.active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.navs-container .navbar .hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(6.5px);
          transform: translateY(6.5px);
}

.navs-container .navbar .hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(90deg);
          transform: translateY(-15px) rotate(90deg);
}

.navs-container .navbar .nav-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navs-container .navbar .nav-content .brand-name {
  border-radius: 50%;
  margin-bottom: -96px;
  background: #Fff;
  display: block;
  position: relative;
}

.navs-container .navbar .nav-content .brand-name::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background-color: #077908;
  display: block;
  position: absolute;
  bottom: -2px;
}

.navs-container .navbar .nav-content .brand-name img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding: 15px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.navs-container .navbar .nav-content .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navs-container .navbar .nav-content .navbar-nav .nav-item {
  position: relative;
  margin: 0px 10px;
}

.navs-container .navbar .nav-content .navbar-nav .nav-item a {
  padding: .5rem;
  color: #666;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .nav-content .navbar-nav .nav-item .dropdown-menu {
  display: block !important;
  position: absolute !important;
  padding: 0px !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.navs-container .navbar .nav-content .navbar-nav .nav-item .dropdown-menu a {
  color: #333;
  padding: 10px 20px;
  text-align: center;
  background-color: rgba(204, 204, 204, 0.08);
}

.navs-container .navbar .nav-content .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.navs-container .navbar .nav-content .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #077908;
  bottom: -10px;
  border-radius: 5px;
  left: 25%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .nav-content .navbar-nav .nav-item:hover a, .navs-container .navbar .nav-content .navbar-nav .nav-item.active a {
  color: #077908;
}

.navs-container .navbar .nav-content .navbar-nav .nav-item:hover::after, .navs-container .navbar .nav-content .navbar-nav .nav-item.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

.navs-container .navbar .nav-content .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 #345B47;
}

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

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

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

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

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

.navs-container .navbar .nav-content .has-dropdown:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #077908;
}

@media (max-width: 900px) {
  .hamburger {
    display: block !important;
  }
  .navbar-nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 80px;
    background-color: #fff;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: -100%;
  }
  .navbar-nav li {
    margin: 20px 0px !important;
    width: 100%;
  }
  .acitve-nav {
    right: 0px;
  }
}

footer {
  padding: 100px 0 0 0;
}

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

footer .content h5 {
  color: #077908;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

footer .content h5::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #d1f3d1;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0 8px;
}

footer .content .social-links a {
  display: block;
  margin: 20px 0;
  color: #555;
  font-size: 16px;
}

footer .content .social-links a:hover {
  color: #077908;
}

footer .content .logo {
  width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
}

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

footer .copyright {
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

footer .copyright p {
  margin-bottom: 0;
  color: #555;
  font-weight: 500;
  text-align: center;
  font-size: 17px;
}

/**********************************************
    Start Public Classes
**********************************************/
.section_padding {
  padding: 80px 0;
}

/*swiper-pagination*/
.swiper-pagination {
  position: absolute;
  bottom: 13%;
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #898;
  background-color: #ccc;
  margin: 0 5px;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #066007;
  border: 1px solid #ccc;
}

/*/Link Button*/
.link-butn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  background-color: #077908;
  color: #fff;
  border-radius: 8px;
  display: block;
}

.link-butn:hover {
  background-color: #054c06;
  color: #fff;
}

/*sec-title*/
.sec-title {
  color: #077908;
  font-weight: 800;
  position: relative;
  text-transform: capitalize;
}

.sec-title b {
  color: #033d04;
  font-weight: 800;
}

.sec-title::after, .sec-title::before {
  content: '';
  width: 35px;
  height: 2px;
  display: inline-block;
  background-color: #012502;
  margin: 0 15px;
  position: relative;
  bottom: 9px;
}

/*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: #077908;
  border: 1px solid #077908;
  border-radius: 5px;
  display: block;
  margin: auto;
  color: #fff;
}

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

.form-container .submit-btn:hover {
  background-color: #055607;
  border: 1px solid #055607;
}

.overflowNone {
  overflow: hidden;
}

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

header .item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 100px 0 50px 0;
}

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

header .item .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

header .item .content .subtitle {
  color: #eee;
  margin-bottom: 20px;
  font-weight: 700;
}

header .item .content .title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}

header .item .content .paragrph {
  color: #ddd;
  font-weight: 500;
  text-align: justify;
  line-height: 2rem;
}

header .item .image-content {
  width: 100%;
  height: 500px;
  padding-bottom: 50px;
  position: relative;
}

header .item .image-content svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .item .image-content svg .big-circle,
header .item .image-content svg .small-circle {
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

header .item .image-content img {
  width: 300px !important;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  bottom: calc(50% - 150px);
  left: calc(50% - 150px);
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
}

header .swiper-slide-active .content .subtitle {
  -webkit-animation: fadeInUp 1s ease;
          animation: fadeInUp 1s ease;
}

header .swiper-slide-active .content .title {
  -webkit-animation: fadeInDown 1s ease;
          animation: fadeInDown 1s ease;
}

header .swiper-slide-active .content .paragrph {
  -webkit-animation: fadeInUp 1s ease;
          animation: fadeInUp 1s ease;
}

header .swiper-slide-active .image-content .big-circle {
  -webkit-animation: zoomIn 1.5s ease;
          animation: zoomIn 1.5s ease;
}

header .swiper-slide-active .image-content .small-circle {
  -webkit-animation: zoomIn 2s ease;
          animation: zoomIn 2s ease;
}

header .swiper-slide-active .image-content img {
  -webkit-animation: zoomIn 1s ease;
          animation: zoomIn 1s ease;
}

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

.about-us .content {
  width: 100%;
  height: 100%;
}

.about-us .content .title {
  color: #222;
  font-weight: 900;
  margin-bottom: 20px;
}

.about-us .content .paragraoh {
  color: #999;
  line-height: 2rem;
  font-size: 14px;
  font-weight: 500;
}

.about-us .image-content {
  width: 100%;
  height: 475px;
  border-radius: 7px 50% 50% 50%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.about-us .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us .image-content::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.about-us .image-content .video-play {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9;
  background-color: #fff;
  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;
}

.about-us .image-content .video-play i {
  color: #067908;
  font-size: 25px;
}

.about-us .image-content .video-play .fisrt-circle,
.about-us .image-content .video-play .second-circle {
  position: absolute;
  top: 0;
  width: 72px;
  height: 71px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  display: block;
  border-radius: 50%;
  -webkit-animation: st-video-animaion 2s linear infinite;
          animation: st-video-animaion 2s linear infinite;
  -webkit-box-shadow: 0 0 0 5px #fff;
          box-shadow: 0 0 0 5px #fff;
}

.about-us .vision_content {
  background-color: #f9f9f9;
}

.about-us .box {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #eaeaea;
  background-color: #fff;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 0 15px #0001;
          box-shadow: 0 0 15px #0001;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.about-us .box .image-box {
  width: 80px;
  height: 80px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  position: relative;
  z-index: 99;
}

.about-us .box .image-box .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(27%) sepia(99%) saturate(1110%) hue-rotate(90deg) brightness(93%) contrast(94%);
          filter: invert(27%) sepia(99%) saturate(1110%) hue-rotate(90deg) brightness(93%) contrast(94%);
}

.about-us .box .image-box::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(7, 121, 8, 0.1);
  z-index: -1;
  top: 0px;
  right: 0px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.about-us .box .content {
  padding: 30px 0px 0px 0px;
  text-align: center;
}

.about-us .box .content .title {
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.about-us .box .content .p {
  color: #666;
  font-size: 14px;
  line-height: 1.8rem;
  font-weight: 500;
}

.about-us .box:hover {
  -webkit-box-shadow: 0px 0px 10px #eaeaea;
          box-shadow: 0px 0px 10px #eaeaea;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: transparent;
}

.about-us .box:hover .image-box::after {
  top: -10px;
  right: -10px;
}

.about-us .box:hover .title {
  color: #077908;
}

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

.news-sec .news_card {
  background-color: #f9f9f9;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}

.news-sec .news_card .img-box {
  height: 250px;
}

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

.news-sec .news_card .text-box .news-data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ccc;
}

.news-sec .news_card .text-box .news-data .date {
  color: #077908;
  margin: 0 7px;
  font-weight: 500;
  font-size: 12px;
}

.news-sec .news_card .text-box .news-data .name {
  color: #9299A1;
  margin: 0 7px;
  font-weight: 500;
  font-size: 12px;
}

.news-sec .news_card .text-box .content {
  margin-top: 15px;
}

.news-sec .news_card .text-box .content .title {
  margin-bottom: 15px;
  color: #054c06;
}

.news-sec .news_card .text-box .content .p {
  line-height: 1.8rem;
  font-size: 13px;
  margin-bottom: 0;
}

.news-sec .news_card.hr-card {
  margin-bottom: 15px;
}

.news-sec .news_card.hr-card .img-box {
  height: 220px;
}

.news-sec .news_card.hr-card .card-body {
  padding: 1.25rem 0;
}

.news-sec .news_card:hover {
  -webkit-box-shadow: 0 5px 15px 0 #ddd;
          box-shadow: 0 5px 15px 0 #ddd;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.news-sec .news_card:hover .text-box .content .title {
  color: #077908;
}

/*gallery-sec*/
.gallery-sec {
  padding: 70px 0;
}

.gallery-sec .gallery-card {
  background-color: #f9f9f9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 35px;
  border-radius: 15px;
  overflow: hidden;
}

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

.gallery-sec .gallery-card .title {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

.gallery-sec .gallery-card:hover {
  -webkit-box-shadow: 0 5px 15px 0 #ddd;
          box-shadow: 0 5px 15px 0 #ddd;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.gallery-sec .gallery-card:hover .title {
  color: #077908;
}

.newsletter-sec {
  background-color: #f5f5f5;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.newsletter-sec .inner {
  position: relative;
  z-index: 1;
}

.newsletter-sec .inner .icon {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 25px auto;
}

.newsletter-sec .inner p {
  margin: 1rem 0;
}

.newsletter-sec .inner .form-group {
  position: relative;
  margin-bottom: 0;
}

.newsletter-sec .inner .form-group .form-control {
  height: 65px;
  background-color: #fff;
  border: 1px solid #fff;
  padding-right: 60px;
}

.newsletter-sec .inner .form-group .submit-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 65px;
  font-size: 22px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #077908;
  border-radius: 5px;
}

.newsletter-sec .inner .form-group .submit-btn:hover {
  background-color: #077908;
  border: 1px solid #077908;
  color: #fff;
}

.inner_header {
  padding: 30px 15px;
  background-color: #015203;
  position: relative;
}

.inner_header .l_shap {
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
  width: 50px;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  opacity: .3;
}

.inner_header .r_shap {
  position: absolute;
  content: "";
  right: 0;
  top: 10%;
  width: 50px;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  opacity: .3;
}

.inner_header .page_links li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.inner_header .page_links li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  left: -18px;
  top: 5px;
  width: 50px;
  height: 20px;
  background-image: url(../images/lg_ptr.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(71%) sepia(95%) saturate(428%) hue-rotate(350deg) brightness(99%) contrast(95%);
          filter: invert(71%) sepia(95%) saturate(428%) hue-rotate(350deg) brightness(99%) contrast(95%);
}

.inner_header .page_links li a {
  color: #fff;
}

.about_page .vision_content {
  position: relative;
}

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

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

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

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

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

.contact-wrapper .num-item .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #077908;
  display: inline-block;
  color: #fff;
  font-size: 19px;
}

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

.contact-wrapper.wrapper-sm {
  padding: 2vw 2vw;
  margin-bottom: 15px;
}

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

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

.single-blog {
  position: relative;
  background-color: #f5f5f5;
  padding: 70px 0;
}

.single-blog .single-blog-inner {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.single-blog .single-blog-inner .blog_img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog .single-blog-inner .card-body {
  position: relative;
}

.single-blog .single-blog-inner .card-body .title {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #666;
}

.single-blog .single-blog-inner .card-body p {
  line-height: 2rem;
  font-size: 15px;
}

.single-blog .card {
  margin-bottom: 50px;
  border-radius: 15px;
  border: none;
}

.single-blog .card .card-header {
  padding: 15px 20px;
  border-radius: 15px 15px 0px 0px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.single-blog .recent-news {
  -webkit-box-shadow: 0px 3px 15px 0px #ddd;
          box-shadow: 0px 3px 15px 0px #ddd;
  padding: 30px 5px 5px 5px;
}

.single-blog .recent-news .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 15px;
  width: 100%;
}

.single-blog .recent-news .item .blog_img {
  width: 80px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.single-blog .recent-news .item .text {
  padding-right: 15px;
}

.single-blog .recent-news .item .text .title {
  margin: 0 0 9px 0;
  color: #202020;
}

.single-blog .recent-news .item .text p {
  margin-bottom: .5rem;
}

.single-blog .recent-news .item .text .date {
  color: #666;
  font-weight: bold;
  margin: 0;
  font-size: 0.8rem;
}

.single-blog .recent-news .item:hover .title {
  color: #077908;
}

.single-blog .recent-news a:last-child .item {
  margin-bottom: 0 !important;
  border-bottom: 1px solid transparent !important;
}

.single-blog .contact-wrapper {
  -webkit-box-shadow: 0px 3px 15px 0px #ddd;
          box-shadow: 0px 3px 15px 0px #ddd;
  border-radius: 15px;
}
/*# sourceMappingURL=style.css.map */