.triple-spinner {
  display: block;
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #E36C0A;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}

.triple-spinner::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #00B050;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #0070C0;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.75s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.top_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_social .socialIcons {
  margin-left: 15px;
}

.top_social .socialIcons a {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_social .socialIcons a i {
  width: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_social .socialIcons a:hover {
  background-color: #3a7725;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.bg-blue {
  background-color: hsla(205deg, 100%, 15%, 0.922);
}

.negative_margin {
  margin-top: -100px;
}

@media (max-width: 1199px) {
  .negative_margin {
    margin-top: 0px;
  }
}

.pas_padd {
  padding-top: 200px;
}

@media (max-width: 1199px) {
  .pas_padd {
    padding-top: 100px;
  }
}

.missin_wrap {
  background: #0c84d9;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.missin_wrap h4 {
  color: #fff;
}

.missin_wrap ul {
  margin-left: 50px;
}

.missin_wrap ul li {
  font-size: 18px;
  color: #fff;
  list-style: disc;
  margin-bottom: 10px;
}

.gray-lite-bg {
  position: relative;
}

.gray-lite-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #fafafa;
  height: 185px;
  width: 100%;
  z-index: 0;
}

.m_logo {
  width: 200px;
  display: inline-block;
}

.footer-widget address {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}

.img_bg {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.inner-banner {
  background-image: url("../img/inner-banner.jpg");
  background-position: center -214px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(81, 60, 35, 0.7490196078);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inner-banner h3 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding: 0px 0 60px;
}

.custom_table tr th {
  background-color: #6eb356;
  border: solid 1px #6eb356;
  color: #fff;
  font-weight: 500;
}

.custom_table tr th:nth-child(6) {
  width: 200px;
}

.custom_table tr td {
  border: solid 1px #6eb356;
  font-size: 14px;
}

.mission h6 {
  background-color: #ececec;
  padding: 10px;
  margin-bottom: 10px;
}

.iconWrp {
  width: 60px;
  height: 60px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: solid 1px #fff;
  border-radius: 100%;
  font-size: 31px;
  color: #fff;
}

.ph_number {
  padding: 30px;
  color: #1a1a1a;
}

.ph_number a {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  color: #E36C0A;
}


.widget-gallery-thumb p {
  padding-left: 10px;
}

.widget-gallery-thumb a {
  display: inline-block;
}

.widget-gallery-thumb a img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.table_scroll {
  overflow: auto;
}

.prod_wrp a {
  display: block;
  border: solid 1px transparent;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
}
.prod_wrp a:hover{
  border: solid 1px #ff7c2f;
  background-color: #ff7c2f;
}

.prod_wrp a img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.prod_wrp a h5 {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.prod_wrp a:hover h5{
  color: #fff;
}

.my_target {
  background-color: #ff8f2d;
  padding: 10px;
  /* border: 1px solid #ff8f2d; */
  width: 200px;
  display: none;
  position: absolute;
  z-index: 2;
  top: 110%;
  right: 0;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.my_target:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 100%;
  right: 5%;
  border-bottom: 12px solid #ff8f2d;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
}

.close_button {
  background-color: #9d4c04;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  top: 11px;
  right: 0.4em;
  font-size: 0.8em;
  line-height: 15px;
  opacity: 1;
  border-radius: 20px;
}

.close_button:hover {
  opacity: 1.0;
}

.dark_popup .my_button {
  background-color: #00ffff;
}

.dark_popup .my_target {
  background-color: #1a1a1a;
  color: #dbdbdb;
  bottom: auto;
  left: 0;
  top: -60%;
  width: 15em;
  border: none;
  border-radius: 0.4em;
  opacity: 0.90;
}

.dark_popup .my_target:after {
  display: none;
}


.spacer {
  height: 120px;
  width: 100%;
}
.img_box{
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}
