:root {
  --color-black: #000000;
  --color-yellow: #EFFF08;
  --color-blue: #037BA1;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: 'Exo', sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: #F37221;
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

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

i {
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


/* .site-container{background:var(--color-white);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);margin:0 auto;max-width:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus, textarea:focus, select:focus, :focus {
  outline: none;
}

p {
  line-height: 24px;
  text-align: justify;
  padding: 0 10px;
}

a, .home-subscribe-form-box .contact-btn, .contact-form-bg .submit-btn, .service-common-box-image a, .home-video-box a:before, .home-video-box a:after {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
 .hover-link {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

  .hover-link:hover {
        color: #42d5ff;
  }

a:hover {
  text-decoration: none;
  color: var(--color-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
}

.linkBlack:hover {
  color: var(--color-blue);
}

.linkBlue {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlue:hover {
  color: var(--color-black);
}

.linkgreen {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkgreen:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorGreen {
  color: var(--color-green);
}

.colorBlue {
  color: var(--color-blue);
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start, #myCarousel.carousel-fade .active.carousel-item-end, #myCarouselMobile.carousel-fade .active.carousel-item-start, #myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start, #announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0;
  position: relative;
  width: 96%;
  z-index: 0;
  margin: 0 auto;
}

.slider .carousel-inner .content {
  position: absolute;
  bottom: 70px;
  color: white;
  left: 60px;
}

.slider .carousel-inner .content h2 {
  font-size: 40px;
  font-weight: 600;
}

.slider .carousel-inner .content span {
  display: block;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
  z-index: 1 !important;
}

.slide1 a:hover, .slide2 a:hover, .slide3 a:hover, .slide4 a:hover, .slide5 a:hover, .slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 10px;
  left: 150px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 10px;
  left: 205px;
  right: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

.image-radius-15 {
  border-radius: 15px;
}

.image-radius-20 {
  border-radius: 20px;
}

.microbiology .micro .count {
  background: #2F2472;
  color: #ffffff;
  padding: 35px 54px;
  border-radius: 20px;
  margin: 30px 25px 81px;
}

.microbiology .micro .count1 {
  background: #2F2472;
  color: #ffffff;
  padding: 35px 54px;
  border-radius: 20px;
  margin: 95px 0 81px 70px;
}

.microbiology .micro .lab {
  padding: 10px 0 30px;
  position: relative;
}

.microbiology .micro .lab::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ffffff;
  width: 97%;
  top: 53px;
  right: 166px;
  left: -1px;
  padding: 5px 0
}

.contact .paradigm {
  padding: 10px 0 30px;
  position: relative;
}

.contact .paradigm::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ffffff;
  width: 80%;
  top: 53px;
  right: 166px;
  left: -1px;
  padding: 5px 0
}



/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {





  .slide1 .carousel-caption, .slide2 .carousel-caption, .slide3 .carousel-caption, .slide4 .carousel-caption, .slide5 .carousel-caption, .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3, .slide2 h3, .slide3 h3, .slide4 h3, .slide5 h3, .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4, .slide2 h4, .slide3 h4, .slide4 h4, .slide5 h4, .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one, .btn-one-full, .btn-two, .btn-two-full, .btn-three, .btn-three-full {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 24px;
}

.btn-one {
  border: 2px solid #F37221;
  color: #F37221 !important;
}

.btn-one:hover {
  background: #F37221;
  color: var(--color-black) !important;
}

.btn-one-full {
  border: 2px solid #F37221;
  color: var(--color-black) !important;
  background: #F37221;
}

.btn-one-full:hover {
  border: 2px solid #F37221;
  background: none;
  color: #F37221 !important;
}

.btn-two {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
}

.btn-two:hover {
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid var(--color-blue);
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */

.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 10px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-blue);
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: #F37221;
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.link {
  color: var(--color-blue);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.img-radius-15 {
  border-radius: 15px;
}

.home-announcement-bg {
  padding: 50px 0 50px 0;
}

.home-announcement-box {
  background: var(--color-white);
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.05) !important;
  position: relative;
  z-index: 0;
  margin-top: 0px;
}

.home-announcement-head {
  padding: 22px 15px;
  text-align: center;
  background: #f6f6f6;
}

.home-announcement-head h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.home-announcement-head h2 a {
  color: var(--color-blue);
}

.home-announcement-head h2 a small {
  font-size: 10px;
  display: block;
  color: var(--color-pureGrey);
}

.home-announcement-head h2 a:hover {
  color: #F37221;
}

.home-announcement-content {
  padding: 10px 0 5px 0;
}

.home-announcement-link a {
  padding: 30px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: var(--color-grey);
  color: var(--color-blue);
}

.home-announcement-link a:hover {
  background: var(--color-blue);
  color: var(--color-white);
}

#announcementCarousel.carousel-fade .carousel-item a {
  font-weight: 500;
  display: block;
  margin: 0 30px;
  position: relative;
}

#announcementCarousel.carousel-fade .carousel-item a::before {
  content: "\f219";
  font-family: 'Font Awesome 5 Free';
  left: -20px;
  position: absolute;
  top: 0;
  font-weight: 900;
  color: var(--color-black);
  font-size: 10px;
  line-height: 22px;
}

/* #announcementCarousel.carousel-fade .carousel-item a i{font-size: 18px; padding-right: 15px; position: relative; right: 0;} */
#announcementCarousel.carousel-fade .carousel-item {
  min-height: 50px;
  justify-content: center;
}

#announcementCarousel.carousel-fade .carousel-item a:hover i {
  right: -5px;
}

#announcementCarousel {
  padding: 0 50px;
  margin-right: 20px;
}

#announcementCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#announcementCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

#announcementCarousel .carousel-control-next, #announcementCarousel .carousel-control-prev {
  color: #000 !important;
  width: 5%;
}

#announcementCarousel .carousel-control-next:focus, #announcementCarousel .carousel-control-next:hover, #announcementCarousel .carousel-control-prev:focus, #announcementCarousel .carousel-control-prev:hover {
  color: #000 !important;
}

.home-search-bg {
  padding: 80px 0px;
}

.home-search-bg .container {
  background: #F4F4F4;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.home-search-bg h2 {
  color: var(--color-green);
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.home-search-form-box input, .home-search-form-box input.form-control:focus, .home-search-form-box textarea, .home-search-form-box textarea.form-control:focus {
  border: 0px solid #d2d2d2 !important;
  box-shadow: none
}

.home-search-form-box select, .home-search-form-box select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 0px solid #d2d2d2 !important;
  box-shadow: none;
  cursor: pointer
}

.home-search-form-box select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 0px dashed #d2d2d2 !important;
  color: #000
}

.home-search-form-box input, .home-search-form-box select, .home-search-form-box textarea {
  background-color: transparent !important;
  color: #565950 !important;
  padding: 0 0 0 40px;
  border: 0px solid #565950 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  line-height: 4.5em;
}

.home-search-form-box button {
  padding: 15px 40px;
  font-size: 16px
}

.home-search-form-box input, .home-search-form-box select, .home-search-form-box textarea {
  color: #565950 !important
}

.form-control::-webkit-input-placeholder {
  color: #d2d2d2 !important
}

.form-control::-moz-placeholder {
  color: #d2d2d2 !important
}

.form-control:-ms-input-placeholder {
  color: #d2d2d2 !important
}

.contact-address-bg {
  padding: 60px 300px 60px 300px;
  background: #fff
}

.home-search-form-box .contact-btn {
  margin: 0px auto 0 auto;
  display: block;
  color: var(--color-white);
  background: var(--color-green);
  border: 1px solid var(--color-green);
  padding: 10px 50px;
  border-radius: 20px;
}

.home-search-form-box .contact-btn:hover {
  background: transparent;
  color: var(--color-green);
  border: 1px solid var(--color-green);
}

.home-search-form-box .btn {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid var(--color-pureGrey);
  position: unset;
  z-index: unset;
}

.home-search-form-box .form-group .input-group {
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
}

ul.home-search-sub-list {
  margin: 0;
  padding: 0;
}

ul.home-search-sub-list li {
  list-style: none;
  display: inline-block;
  color: var(--color-black);
  font-size: 17px;
  font-weight: 300;
  margin: 15px;
}

ul.home-search-sub-list li a {
  color: var(--color-black);
  text-decoration: underline;
}

ul.home-search-sub-list li a:hover {
  text-decoration: none;
  color: var(--color-black);
}

ul.home-search-sub-list li.link {
  display: block;
}

ul.home-search-sub-list li.link a {
  text-decoration: none;
  margin-top: 0;
}

.home-helping-bg {
  padding: 80px 0 120px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home-helping-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -200px;
  right: -60px;
  border: 2px dashed #F37221;
  width: 500px;
  height: 500px;
  border-radius: 100%;
}

.home-helping-bg h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
  color: var(--color-blue);
  margin-bottom: 40px;
}

.home-helping-bg h1 span {
  display: block;
}

.home-helping-bg p {
  line-height: 27px;
}

.home-helping-bg img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.home-helping-bg a {
  color: var(--color-blue);
  font-weight: 600;
  text-transform: uppercase;
}

.home-industry-bg {
  padding: 120px 0px 160px 0px;
  background: #F7F7F7;
  border-radius: 50px 50px 0px 0px;
  position: relative;
  z-index: 0;
}

.home-industry-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 155px;
  left: 30px;
  width: 150px;
  height: 195px;
  background: url(../img/curve-1.png);
  background-size: cover;
  opacity: 0.5;
}

.home-industry-bg h3 {
  color: var(--color-blue);
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 30px;
}

.home-industry-bg h4 {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  line-height: 24px;
}

.home-industry-bg h2 {
  color: var(--color-blue);
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 30px;
}

.home-industry-box {
  overflow: hidden;
  margin: 0;
  padding: 3em 0 0 0;
  width: 100%;
  list-style: none;
}

/* Common style */
.home-industry-box figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 250px;
  border-radius: 30px;
}

.home-industry-box figure:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.home-industry-box figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
}

.home-industry-box figure figcaption {
  padding: 2em;
  color: var(--color-white);
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-industry-box figure figcaption::before,
.home-industry-box figure figcaption::after {
  pointer-events: none;
}

.home-industry-box figure figcaption {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
.home-industry-box figure a {
  z-index: 1000;
  white-space: nowrap;
  opacity: 1;
}

.home-industry-box figure h2 {
  word-spacing: -0.15em;
  font-weight: 500;
  font-size: 20px;
}

.home-industry-box figure h2, .home-industry-box figure h3 {
  margin: 0;
}

.home-industry-box figure a {
  letter-spacing: 1px;
  font-size: 16px;
}

figure.effect-sadie figcaption::before {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  content: '';
  opacity: 1;
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  bottom: 35%;
  left: 40px;
  width: 100%;
  color: var(--color-white);
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before, figure.effect-sadie h4 {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie h4 {
  position: absolute;
  bottom: 85px;
  left: 20px;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  list-style: none;
  opacity: 0;
  text-align: left;
  color: var(--color-white);
}

figure.effect-sadie h4 a {
  color: var(--color-white);
  display: block;
  font-weight: 500;
}

figure.effect-sadie h4:hover a {
  color: #F37221;
  text-decoration: underline;
}

figure.effect-sadie:hover h2 {
  -webkit-transform: translate3d(0, -35%, 0) translate3d(0, -70px, 0);
  transform: translate3d(0, -35%, 0) translate3d(0, -70px, 0);
}

figure.effect-sadie:hover h4 {
  opacity: 1;
  background: transparent !important;
}

figure.effect-sadie:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 20px 20px 0 0;
  background: var(--color-blue);
  color: var(--color-white);
}

.home-industry-image-1 {
  background: url(../img/home-industry-1.jpg);
  background-size: cover;
  background-position: center;
}

.home-industry-image-2 {
  background: url(../img/home-industry-2.jpg);
  background-size: cover;
  background-position: center;
}

.home-industry-image-3 {
  background: url(../img/home-industry-3.jpg);
  background-size: cover;
  background-position: center;
}

.home-industry-image-4 {
  background: url(../img/home-industry-4.jpg);
  background-size: cover;
  background-position: center;
}

.home-industry-image-5 {
  background: url(../img/home-industry-5.jpg);
  background-size: cover;
  background-position: center;
}

.home-industry-image-6 {
  background: url(../img/home-industry-6.jpg);
  background-size: cover;
  background-position: center;
}

.home-problems-bg {
  padding: 40px 0 10px 0;
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 50px 50px 0px 0px;
  margin-top: -50px;
}

/* .home-problems-bg::before { content: ""; position: absolute; z-index: -1; top: 35px;right: 170px; width: 150px; height: 128px; background: url(../img/curve-2.png); background-size: cover; opacity: 0.5;} */
.home-problems-bg h2 {
  font-size: 40px;
  font-weight: 400;
  color: var(--color-blue);
}

.home-problems-bg span {
  display: block;
}

.home-problems-box {
  text-align: center;
  padding: 0px 70px;
  margin: 40px 0 40px 0;
}

.home-problems-box img {
  width: 40%;
}

.home-problems-box h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}

.home-problems-box p {
  text-align: center;
}

.home-problems-box.br {
  border-right: 1px solid #ACACAC;
}

.home-contractor-bg {
  padding: 80px 0;
}

.home-contractor-bg h2 {
  font-size: 40px;
  font-weight: 400;
  color: var(--color-blue);
  margin-bottom: 20px;
}

.home-contractor-bg h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 60px;
}

.home-contractor-box {
  padding: 30px;
  text-align: center;
}

.home-contractor-box img {
  margin-bottom: 40px;
  padding: 20px;
}

.home-about-bg {
  padding: 0 20px;
}

.home-about-bg .container-fluid {
  padding: 200px 120px;
  background: var(--color-blue);
  color: var(--color-white);
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.home-about-bg .container-fluid::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  width: 600px;
  height: 693px;
  background: url(../img/curve-3.png);
  background-size: cover;
}

.home-about-bg h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 5px;
}

.home-about-bg h2 span {
  display: block;
}

.home-about-bg h2 strong {
  font-weight: 700;
}

.home-about-bg h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.home-about-img-box {
  position: relative;
  z-index: 0;
}

.home-about-img-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 115px;
  width: 100px;
  height: 130px;
  background: url(../img/curve-1.png);
  background-size: cover;
  display: none;
}

.home-about-img-box img {
  border-radius: 25px;
  width: 70%;
  margin: 0 0 0 auto;
  display: block;
  box-shadow: 0rem 1rem 3rem rgba(0, 0, 0, .50) !important;
}

.home-stats-bg {
  padding: 140px 0 250px 120px;
  position: relative;
  z-index: 0;
}

.home-stats-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -110px;
  left: -100px;
  border: 1px dashed #F37221;
  width: 500px;
  height: 500px;
  border-radius: 100%;
}

.home-stats-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../img/home-stats-bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}


.home-working-bg {
  padding: 200px 0;
  background: url(../img/home-working-bg.jpg);
  background-size: cover;
  color: var(--color-white);
}

.home-working-bg h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}

.home-working-bg h2 strong {
  font-weight: 600;
  display: block;
}

.home-working-bg P {
  line-height: 26px;
  font-weight: 500;
}

.home-partners-bg {
  padding: 0 0 80px 0;
}

.home-partners-bg .container {
  background: var(--color-white);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0px 30px 60px rgba(112, 112, 112, 0.1);
  margin-top: -50px;
}

.home-partners-bg h2 {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.home-news-bg {
  padding: 80px 0 80px 0;
  text-align: center;
}

.home-news-bg h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--color-blue);
  text-align: left;
}

.home-news-bg h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: left;
}

.home-news-bg h3 span {
  display: block;
}

.home-news-box img {
  border-radius: 10px;
  margin-bottom: -15px;
}

.home-news-box .home-news-content-box {
  border: 1px solid #E5E5E5;
  padding: 30px 20px 20px 20px;
  border-radius: 0 0 10px 10px;
}

.home-news-box .home-news-content-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.home-news-box .home-news-content-box p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 22px;
}

.home-news-box .home-news-content-box a {
  color: var(--color-blue);
  font-weight: 600;
  text-transform: uppercase;
}

.home-news-box .home-news-content-box a:hover {
  color: var(--color-black);
}

.home-environmental-bg {
  padding: 150px 0 350px 0;
  background: #F7F7F7;
  border-radius: 48px 48px 0px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home-environmental-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -100px;
  right: 0px;
  left: 0;
  width: 100%;
  height: 550px;
  background: url(../img/home-environmental-bg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}

.home-environmental-bg img {
  border-radius: 25px;
  width: 70%;
  margin: 0 auto;
  display: block;
  box-shadow: 0rem 1rem 3rem rgba(0, 0, 0, .50) !important;
}

.home-environmental-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-environmental-content h2 span {
  display: block;
}

.home-environmental-content p {
  font-size: 16px;
}

.home-environmental-content a {
  color: var(--color-blue);
  font-weight: 600;
  text-transform: uppercase;
}

.home-environmental-content a:hover {
  color: var(--color-black);
}

.home-awards-bg {
  background: var(--color-white);
  border-radius: 48px 48px 0px 0px;
  padding: 60px 0 100px 0;
  text-align: center;
}

.home-awards-bg a {
  color: var(--color-blue);
  font-weight: 600;
  text-transform: uppercase;
}

.home-awards-bg a:hover {
  color: var(--color-black);
}


footer {
  padding: 40px 0 0;
  font-size: 14px;
  background: #2F2472;
  color: #ffffff
}

footer a {
  color: #ffffff
}

footer a:hover {
  color: var(--color-blue);
}

footer .footer-list {
  margin-top: 60px;
}

footer .footer-list h3 {
  margin: 0 0 15px;
  color: #ffffff ;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

footer .footer-list h3 span {
  color: white;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase; 
}

footer .footer-list h3 div {
  border-bottom: 1px solid #ffffff; width: 25%;
  position: relative;
  right: 0;
  bottom: 0px;
  display: inline-block;
}

footer .footer-list ul {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: #ffffff; font-size: 6px;
}

footer .footer-list ul li a {
  color: #ffffff
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: var(--color-blue);
  padding-left: 2px;
}

footer .footer-list ul.half {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 10px 0 6px 22px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
}

footer .footer-list ul.half li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: #ffffff; font-size: 6px;
}

footer .footer-list ul.half li a {
  color: #ffffff
}

footer .footer-list ul.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul.half li a:hover {
  color: var(--color-blue);
  padding-left: 2px;
}

footer .footer-list ul.contact {
  padding: 0;
  margin: 0 0 0 0px;
}

footer .footer-list ul.contact li {
  list-style: none;
  padding: 4px 0 4px 4px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.contact li::before {
  display: none;
}

footer .footer-list ul.contact li a {
  color: #ffffff
}

footer .footer-list ul.contact li a i {
  padding-right: 5px;
  font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
  color: var(--color-blue);
  padding-left: 2px;
}

.footerextra {
  padding: 0;
  margin: 0;
}

.footerextra li {
  display: inline-block;
  padding-right: 3%;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

.footerextra li::before {
  content: "\f7a5";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: -10px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 12px;
}

.footerextra li a {
  color: #ffffff
}

.footerextra li a:hover {
  color: var(--color-blue);
}

.footerextra-Mt {
  margin-top: 30px;
}

footer .copy {
  padding: 20px 0 40px 0;
  margin-top: 60px;
  border-top: 1px solid #ffffff;
}

footer .copy a {
  color: #ffffff; font-weight: 500;
}

footer .copy a:hover {
  color: var(--color-blue);
}

footer .copy .copy-right {
  text-align: right;
}



/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
  display: grid;
}

ul.social-network li {
  display: inline;
  margin: 4px 15px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: white;
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-black);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th, .rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 15px;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: #F37221;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-banner img {
  min-width: 100%;
}

.inner-bg {
  padding: 60px 0;
}

.inner-bg h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.inner-bg h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 170px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

.inner-bg h2 span {
  display: block;
}

.vision-box {
  padding: 40px 20px;
}

.vision-box h3 {
  color: var(--color-blue);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vision-box.br {
  border-right: 1px solid #000000b3;
}

.inner-connect-bg {
  padding: 200px 0 80px 0;
  background: url(../img/inner-connect-bg.jpg);
  background-size: cover;
  background-position: center;
  color: var(--color-white);
}

.inner-connect-bg h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.director-box-img {
  position: relative;
  z-index: 0;
}

.director-box-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 110px;
  right: -20px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

.director-box-name h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.director-box-name h4 span {
  font-size: 18px;
  color: #ACACAC;
  display: block;
}

.awards-head {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
}

.awards-head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 22px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #1E1E1E;
  margin: 0 auto;
}

.awards-head span {
  background: var(--color-white);
  padding: 0 8px;
}

.awards-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-box img {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .30) !important;
  width: 92%;
  margin: 0 auto;
  display: block;
}

.awards-box a h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.awards-gallery-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-gallery-box img {
  width: 93%;
  margin: 0 auto;
  display: block;
}

.awards-box a:hover, .awards-gallery-box a:hover {
  opacity: 0.8;
}

.news-box {
  padding: 40px;
  margin: 15px 0;
  border-radius: 10px;
  background: #F2F2F2;
}

.news-box img {
  border-radius: 10px;
}

.news-box .news-content-box {
  position: relative;
  z-index: 0;
  padding-left: 20px;
}

.news-box .news-content-box h3 {
  font-size: 20px;
  font-weight: 600;
  width: 85%;
  margin-bottom: 15px;
  line-height: 27px;
}

.news-box .news-content-box h4 {
  background: #F37221;
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  top: -40px;
  right: 10px;
}

.news-box .news-content-box h4 span {
  display: block;
  font-size: 14px;
}

.news-box .news-content-box a {
  color: var(--color-blue);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-box .news-detail-image img {
  display: block;
  margin: 15px 0;
}

.clients-box.br {
  border-right: 1px solid #ACACAC;
}

.clients-box {
  padding: 30px 60px;
}

.contact-address-box h3 {
  color: var(--color-blue);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-address-box.br {
  border-right: 1px solid #ACACAC;
}

.contact-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.contact-form-bg input, .contact-form-bg input.form-control:focus, .contact-form-bg textarea, .contact-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.contact-form-bg select, .contact-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input, .contact-form-bg select, .contact-form-bg textarea, .contact-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input, .contact-form-bg select, .contact-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.contact-form-bg select option selected {
  color: red;
}

.contact-head-box {
  margin-right: 30px;
}

.inner-service-bg {
  padding: 100px 0 0px 0;
}

.inner-service-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-bg h3 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.static-equipment-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
  background: var(--color-white);
  box-shadow: 0px 30px 60px rgba(1, 101, 187, 0.1);
}

.static-equipment-box-image {
  position: relative;
  z-index: 0;
}

.static-equipment-box-image:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.static-equipment-box-image h5 {
  position: absolute;
  color: var(--color-white);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-equipment-box-image img {
  border-radius: 10px;
}

.static-equipment-box-content {
  padding: 20px;
}

.static-equipment-box-content ul {
  margin: 0;
  padding: 0;
}

.static-equipment-box-content ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0 2px 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}

.static-equipment-box-content ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

.static-equipment-box-content ul li a:hover {
  color: var(--color-blue);
}

.service-common-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
}

/* .service-common-box-image:before{content:''; position: absolute; top: 0px; right: 0; bottom: 0; left: 0; background:rgba(255,255,255,1);border-radius: 10px;}
.service-common-box-image:hover:before{background: #333;} 
.service-common-box-image h5{position: absolute; top: 0px; right: 15px; bottom: 0; left: 15px; text-align: center; margin: 0; font-size: 16px; line-height: 24px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.service-common-box-image img{border-radius: 15px; display: none;}*/
.service-common-box-image img {
  display: none;
}

.service-common-box-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  border-radius: 10px;
  background: #dcdcdc;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  text-align: center;
  padding: 20px 20px;
  min-height: 120px;
  position: relative;
  z-index: 0;
}

.service-common-box-image a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #fff;
  border-radius: 10px;
}

.service-common-box-image a:hover:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #dcdcdc;
  border-radius: 10px;
}

.service-common-box-image h5 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.service-common-box-image a:hover {
  color: var(--color-blue);
  background: var(--color-white);
  box-shadow: 0 .5rem 3rem rgba(0, 0, 0, .30) !important;
}

ul.service-list {
  margin: 0 0 15px 0;
  padding: 0;
}

ul.service-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0 5px 20px;
  list-style: none;
  position: relative;
  z-index: 0;
}

ul.service-list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

.top-service-image {
  padding-left: 40px;
}

.top-service-image img {
  border-radius: 10px;
}

.inner-service-icon-bg {
  padding: 40px 40px;
}

.inner-service-icon-box {
  text-align: center;
  margin: 20px 0;
}

.inner-service-icon-box img {
  margin-bottom: 20px;
  width: 25%;
}

.inner-service-icon-box h3 {
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 600;
}

.inner-service-icon-box h3 span {
  display: block;
}

.inner-service-icon-bg .line {
  border-bottom: 1px solid #ACACAC;
}

.inner-service-icon-box.br {
  border-right: 1px solid #ACACAC;
}

.inner-service-equipment-bg {
  padding: 40px 0;
}

.inner-service-equipment-bg .container {
  border-radius: 20px;
  background: #F8F8F8;
  padding: 60px;
}

.inner-service-equipment-bg h2 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-equipment-image img {
  border-radius: 15px;
}

.service-gallery-bg {
  padding: 40px 150px 40px 150px;
  position: relative;
  z-index: 0;
}

.service-gallery-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 230px;
  right: 55px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.9;
}

.service-gallery-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-gallery-box {
  margin: 12px 0;
}

.service-gallery-box a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.service-gallery-box a img {
  border-radius: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.service-gallery-box a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.service-gallery-box a:hover {
  background: var(--color-black);
}

.inner-partner-bg {
  padding: 80px 0;
}

.inner-partner-bg h2 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ACACAC;
}

.inner-partner-box {
  padding: 30px 60px;
}

.for-xs {
  display: none !important;
}

.news-detail-image img {
  width: 100%;
  object-fit: cover;
}

.home-video-bg {
  padding: 0 40px;
}

.home-video-bg h2 {
  text-align: center;
}

/* .home-video-bg h2{position: relative; top: -60px;} */
/* .home-video-bg-top{position: relative; top: -65px;} */
.home-video-box a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.home-video-box a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
}

.home-video-box a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/video-btn.png);
  background-size: cover;
  width: 100px;
  height: 100px;
}

.home-video-box a img {
  border-radius: 10px;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.home-video-box a:hover::after {
  opacity: 0.5;
}

.home-video-box a:hover::before {
  background: rgba(0, 0, 0, .7);
}

.home-video-content-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}


.program-search {
  position: relative !important;
}

.careers-main-bg {
  position: relative;
  z-index: 0;
}

.careers-main-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 180px;
  width: 200px;
  height: 171px;
  background: url(../img/curve-4.png);
  background-size: cover;
  opacity: 1;
}

.careers-main-bg h2 {
  line-height: 40px;
}

.careers-main-bg h2 small {
  display: block;
  font-size: 22px;
  color: #ACACAC;
}

.careers-bg {
  background: var(--color-white);
  padding: 80px 50px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 0;
  width: 100%;
}

.careers-bg h3 {
  color: var(--color-blue);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.careers-bg form input, .careers-bg form input:focus, .careers-bg form select:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form input {
  border-radius: 11px;
  background: #F8F8F8;
  padding: 18px 25px;
}

.careers-bg form input:focus {
  background: #ededed;
}

.careers-bg form label {
  font-size: 16px;
}

.careers-bg form select {
  background-color: #F8F8F8;
  padding: 10px 15px;
  border: 0;
}

.careers-bg form select:focus {
  background-color: #ededed;
}

.careers-bg form button {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 15px 60px;
  border: 1px solid var(--color-blue);
  border-radius: 10px;
}

.careers-bg form button:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form button:hover {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.careers-find-more-bg {
  padding: 40px 0 60px 0;
}

.careers-find-more-bg h2 {
  text-align: center;
  color: var(--color-blue);
  font-size: 25px;
  margin-bottom: 20px;
}

.careers-find-more-bg-box {
  background: var(--color-white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  color: var(--color-blue);
  margin-bottom: 30px;
}

.careers-find-more-bg-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.careers-find-more-bg-box h3 span {
  position: absolute;
  right: 0;
  font-size: 26px;
}

.careers-find-more-bg-box h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.careers-find-more-bg-box h4 span {
  color: #ACACAC;
  font-size: 14px;
  font-weight: 400;
  display: block;
}


.careers-find-more-bg-box .btn-two-full {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-find-more-bg-box .btn-two {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-team-bg {
  padding: 140px 0 180px 0;
  position: relative;
  z-index: 0;
}

.careers-team-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -40px;
  left: -100px;
  width: 580px;
  height: 821px;
  background: url(../img/careers-team-bg.png);
  background-size: cover;
  opacity: 1;
}

.careers-team-bg h2 {
  color: #ACACAC;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.careers-team-bg h2 span {
  color: #F37221;
}

.careers-team-bg-success {
  position: absolute;
  bottom: -25px;
  left: -560px;
  right: 0;
  text-align: center;
}

.careers-team-bg-success h3 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  color: #D9D9D9;
}

.careers-team-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.careers-team-form-bg input, .careers-team-form-bg input.form-control:focus, .careers-team-form-bg textarea, .careers-team-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.careers-team-form-bg select, .careers-team-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.careers-team-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.careers-team-form-bg input, .careers-team-form-bg select, .careers-team-form-bg textarea, .careers-team-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.careers-team-form-bg input, .careers-team-form-bg select, .careers-team-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.careers-team-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.careers-team-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.careers-team-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.careers-team-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
}

.careers-team-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.careers-team-form-bg .form-check-input:checked {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.careers-team-form-bg select option selected {
  color: red;
}


.careers-find-more-tab.r-tabs .r-tabs-nav {
  text-align: center;
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active {
  border: 0;
  background: transparent;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
}

.careers-find-more-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li {
  width: 100%;
  margin: 6px 0 6px 16px;
  list-style: circle;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 20px;
  font-weight: 600;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.inner-contact-bg h2 {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.inner-contact-bg h2::before {
  display: none;
}

.inner-brochure-bg {
  padding: 80px 0;
  background: #F4F4F4;
}

.inner-brochure-bg h3 {
  margin: 0;
}

.home-first-section {
  padding: 80px;
}

.headmain {
  color: #2F2472;
  font-size: 50px;
  padding-bottom: 20px;
}

.headmain span {
  display: block;
}

.headone {
  color: #EA1F27;
  font-size: 20px !important;
  /* padding: 0 0 20px; */
  padding: 15px 0;
}

.home-secound-section {
  background-image: url('../img/secoungbgk.jpg');
  width: 97%;
  margin: 0 auto;
  padding: 80px 0 100px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.home-secound-section img {
  border-radius: 15px;
}
.home-secound-section .products .contentboxfirst {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(47, 36, 114, 0) 0%, #000000 100%);
  height: 119px;
  border-radius: 15px;
  display: block;
  width: 100%;
}

.home-secound-section .products p {
  color: #FFFFFF;
  padding: 27px;
  font-size: 20px;
  font-weight: 600;
}

.home-secound-section .products span {
  background: #EA1F27;
  font-weight: 600;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 26px;
}

.home-secound-section .products .contentboxsecound {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(47, 36, 114, 0) 0%, #000000 100%);
  height: 180px;
  border-radius: 15px;
  display: none;
  width: 100%;
}

.home-secound-section .products:hover .contentboxfirst {
  display: none;
}

.home-secound-section .products:hover .contentboxsecound {
  display: block;
}

.home-third-section {
  background-image: url(../img/thirdbgk.jpg);
  padding: 300px 0 150px;
  position: relative;
  width: 100%;
  bottom: 154px;
  z-index: 0;
  background-attachment: fixed;
}

.home-stat-counter-list {
  margin: 0;
  padding: 0;
}

.home-stat-counter-list li {
  display: inline-block;
  width: 24%;
  text-align: center;
}

.home-stat-counter-list li h2 {
  color: #FFFFFF;
  margin: 0;
  padding: 20px 0;
}

.home-stat-counter-list li h2 span {
  font-size: 70px;
  font-weight: 600;
}

.home-stat-counter-list li h2 i {
  display: inline-block;
  font-size: 40px;
}

.home-stat-counter-list li h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 0px;
  position: relative;
}

.home-stat-counter-list li h3::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #EA1F27;
  width: 40%;
  top: 40px;
  left: 94px;
}

.home-stat-counter-list li h3 span {
  display: block;
}

.home-stat-counter-list li h4 {
  width: 150px;
  height: 1px;
  background: #ACACAC;
  margin: 20px 0;
}

.home-fourth-section img {
  min-height: 324px;
}

.home-fourth-section .padds {
  padding: 30px 0;
}

.padding {
  padding: 30px;
}

.home-fifth-section {
  padding: 100px 0 0 0;
}

.home-fifth-section .fishbox img {
  width: 35%;
  padding: 50px 0 0 0;
  padding: 0 20px;
}

.home-fifth-section .fishbox h2 {
  color: #2F2472;
  font-weight: 600;
}

.home-fifth-section .padding {
  padding: 100px 0 0;
}

.imagecenter {
  margin: 0 auto;
  display: block;
}

.text-alignend {
  text-align: end;
}

.map-circle {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(148, 148, 148, 0.8);
  width: 400px;
  height: 400px;
  position: absolute;
  opacity: 0;
  right: 130px;
  animation: scaleIn 8s infinite cubic-bezier(.36, .11, .89, .32);
  z-index: -1;
  top: 80px;
}


@keyframes scaleIn {
  from {
    transform: scale(.3, .3);
    opacity: .5;
  }

  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.home-sixth-section {
  background: #000000;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 50px;
}

.home-sixth-section .contentbox {
  padding: 80px 20px;
}

.home-sixth-section .contentbox h2 {
  color: white;
  font-size: 45px;
  font-weight: 400;
  padding: 50px 0 20px;
}

.home-sixth-section .contentbox span {
  display: block;
}

.home-sixth-section .contentbox p {
  color: #FFFFFF;
  padding: 0 0 20px 0;
}

.playbtn {
  position: absolute;
  left: 397px;
  top: 194px;
}

.border-radius {
  border-radius: 20px;
}

.positionrelative {
  position: relative;
}

.positionrelativefish {
  position: relative;
}


.home-news-owl .owl-nav {
  top: 296px !important;
}

.home-news-owl .owl-nav button.owl-prev {
  border: 4px solid !important;
}

.home-news-owl .owl-nav button.owl-next {
  border: 4px solid !important;
}

.home-seven-section {
  background-color: #F3F1FE;
  padding: 40px;
}

.home-seven-section p {
  padding: 20px 0;
}

.home-seven-section h2 {
  font-size: 50px;
  font-weight: 400;
  padding: 10px 0 30px;
}

.home-seven-section span {
  float: inline-end;
}


.brright {
  border-right: 1px solid #000000;
}

.text-align {
  text-align: center;
}

.brline {
  border-bottom: 1px solid #000000;
}

.margin {
  margin: 50px 0;
}

.btn1 {
  color: #000000;
  padding: 10px 49px;
  border-radius: 50px;
  border: 1px solid #000000;
  font-size: 15px;
}

.btn1:hover {
  background-color: #000000;
  color: white;
}

.home-eight-section {
  padding: 80px;
  background-image: url('../img/8bgk.png');
}

.home-eight-section .imgs {
  margin: 19px 0 0;
  height: 260px;
}

.home-eight-section h2 {
  color: #50ADE6;
  font-size: 50px;
}

.home-eight-section .pads {
  padding: 30px 0;
}

.home-nine-section {
  background-image: url('../img/ninebgk.jpg');
  padding: 80px;
  height: 500px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-nine-section .absolute {
  position: absolute;
  background: white;
  padding: 60px;
  width: 45%;
  border-radius: 15px 15px 0 0;
  left: 21px;
  bottom: 0;
}

.home-nine-section .absolute h2 {
  font-size: 50px;
}

.home-nine-section .absolute p {
  padding: 15px 0;
}

.home-ten-section {
  padding: 170px;
  position: relative;
}

.home-ten-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../img/footertopbgk.png);
  background-repeat: repeat-x;
  background-size: contain;
  top: 186px;
}

.inner-banners {
  width: 97%;
  margin: 0 auto;
  position: relative;
}

.inner-banners::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  border-radius: 15px;
}

.inner-banners .breadcrumb {
  position: absolute;
  bottom: 40px;
  right: 180px;
}

.inner-banners .breadcrumb .breadcrumb-item.active {
  color: #FFFFFF;
  font-size: 30px;
}

.aboutsection {
  padding: 80px 10px;
}

.headtwo {
  color: #2F2472;
  font-weight: 400;
  padding-bottom: 10px;
}

.headtwo span {
  font-weight: 600;
}

.about-count {
  background-image: url('../img/about-count.png');
  padding: 80px 10px;
}

.about-count h2 {
  color: #2F2472 !important;
}

.about-count h3 {
  color: #2F2472 !important;
}


.visonsection {
  padding: 150px 10px;
  position: relative;
}

.visonsection::after {
  content: '';
  position: absolute;
  background-image: url(../img/visionrigt.png);
  width: 570px;
  height: 620px;
  top: 115px;
  left: 0;
}

.visonsection::before {
  content: '';
  position: absolute;
  background-image: url(../img/visionleft.png);
  width: 570px;
  height: 620px;
  top: 115px;
  right: 0;
}

.visonsection .visionconetnt {
  width: 53%;
  margin: 0 auto;
}

.visonsection .visionconetnt img {
  width: 30%;
  margin: 0 auto;
  display: block;
  padding: 20px;
}

.visonsection .visionconetnt h2 {
  color: #2F2472;
  text-align: center;
  padding: 15px 0;
}

.visonsection .visionconetnt p {
  text-align: center;
}

.explore-product {
  padding: 80px 10px 0;
  background-image: url('../img/productbgk.png');
}

.explore-product h2 {
  color: #2F2472;
  padding:0px 0 30px 0;
}

.paddingbottom {
  padding-bottom: 40px;
}

.explore-product .box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 90%;
  padding: 31px 20px 0;
  border-radius: 15px;
  min-height: 265px;
}

.explore-product .box img {
  margin: 0 auto;
  display: block;
}

.explore-product .box p {
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
}

.explore-product .box .padds {
  padding: 50px 0;
}



.productenquire {
  background: #000000;
  padding: 30px;
  position: relative;
  top: 100px;
  border-radius: 15px;
}

.productenquire h2 {
  color: #FFFFFF;
  font-size: 50px;
  line-height: normal;
  padding: 0;
}

.productenquire p {
  color: #FFFFFF;
  font-size: 17px;
}

.productenquire a {
  background: #FFFFFF;
  padding: 10px 24px;
  border-radius: 16px;
}

.productenquire .padding {
  padding: 30px;
}

.managementbox {
  padding: 80px;
}

.main-head-br {
  color: #2F2472;
  font-size: 40px;
  position: relative;
}

.main-head-br::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #2F2472;
  width: 80%;
  top: 38px;
}

.managementbox .imagerow {
  text-align: end;
  position: relative;
}

.managementbox .imagerow::after {
  content: '';
  position: absolute;
  background-image: url(../img/management/bgk.png);
  width: 73%;
  height: 376px;
  left: -45px;
  top: 7px;
  z-index: -1;
}

.managementbox .imagerowone {
  position: relative;
}

.managementbox .imagerowone::after {
  content: '';
  position: absolute;
  background-image: url(../img/management/bgk.png);
  width: 73%;
  height: 376px;
  top: 7px;
  z-index: -1;
  right: -22px;
}

.managementbox .padds {
  padding: 30px 30px 0 0;
}

.managementbox h2 {
  color: #2F2472;
}

.managementbox .first-man-box {
  padding: 50px 0;
}

.textcenter {
  text-align: center;
}

.epbox {
  background-image: url('../img/ep1.jpg');
  padding: 50px;
  margin: 50px 0;
  border-radius: 15px; 
}

.epbox .content {
  width: 68%;
  color: white;
}

.epbox1 {
  background-image: url('../img/ep2.png');
  padding: 50px;
  margin: 50px 0;
  border-radius: 15px;
}

.epbox1 .content {
  width: 68%;
  color: white;
}

.certification .paddings {
  padding: 30px;
  position: relative;
}

.certification::after {
  content: '';
  position: absolute;
  background-image: url(../img/certification/bgk.png);
  width: 99%;
  height: 450px;
  bottom: -758px;
  z-index: -1;
}

.steam-dried {
  padding: 80px;
}

.steam-dried .head {
  position: relative;
  padding: 0 0 30px 0;
}

.steam-dried .head::after {
  content: '';
  position: absolute;
  background-image: url(../img/steamhead.png);
  height: 132px;
  width: 14%;
  top: -14px;
  left: 300px;
}

.steam-dried .head h3 {
  font-size: 40px;
  color: #EA1F27;
  font-weight: 400;
}

.steam-dried .head h2 {
  color: #2F2472;
  font-size: 60px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  padding: 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

tbody,
td,
tfoot,
th {
  color: #EA1F27;
}

tbody,
td {
  color: black;
}

strong {
  color: #2F2472;
  font-size: 17px;
}

.steam-dried-table {
  padding: 0 0 80px;
}

.steam-dried-table .tablerow {
  background: #F6F6F6;
  padding: 50px;
  border-radius: 15px;
}


.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  color: #213f88;
  border-radius: 0px;
  border: 1px solid #167F92;
  z-index: 1;
  position: relative;
}

.responstable tr {
  border: 1px solid #D9E4E6;
}

.responstable tr td strong {
  font-weight: 600;
}

.responstable tr:nth-child(odd) {
  background-color: transparent;
}

.responstable th {
  display: none;
  border: 1px solid #DADADA;
  background-color: #EA1F27;
  color: #FFF;
  padding: 1em;
}

.responstable th:first-child {
  display: table-cell;
  text-align: center;
}

.responstable th:nth-child(2) {
  display: table-cell;
}

.responstable th:nth-child(2) span {
  display: none;
}

.responstable th:nth-child(2):after {
  content: attr(data-th);
}





.steam-dried .crude::after {
  content: '';
  position: absolute;
  background-image: url(../img/crudehead.png);
  height: 132px;
  width: 15%;
  top: -14px;
  left: 300px;
}

.grade {
  font-size: 20px;
  color: #EA1F27;
  font-weight: 400;
}

.grade1 {
  font-size: 20px;
  color: #EA1F27;
  font-weight: 400;
  padding: 30px 0 0 35px;
}


.steam-dried-table .fishimg {
  position: relative;
}

.fishimg img {
  position: absolute;
  top: 40px;
}
.fishimg1 img {
  position: relative;
  top: 91px;
}

.mapimg {position: relative;}
.mapimg::after {    content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  height: 99%;
  background: rgba(0, 0, 0, .3);
  border-radius: 0;
  width: 90%;}

.steam-dried .refined-oil::after {
  content: '';
  position: absolute;
  background-image: url(../img/refined.png);
  height: 132px;
  width: 15%;
  top: -14px;
  left: 300px;
}

.steam-dried .soluble::after {
  content: '';
  position: absolute;
  background-image: url(../img/soluble-paste.png);
  height: 132px;
  width: 15%;
  top: -14px;
  left: 430px;
}

.steam-dried .cod-liver::after {
  content: '';
  position: absolute;
  background-image: url(../img/codliver-oil.png);
  height: 132px;
  width: 15%;
  top: -14px;
  left: 300px;
}
.steam-dried .omega::after {
  content: '';
  position: absolute;
  background-image: url(../img/omega3.png);
  height: 132px;
  width: 15%;
  top: -14px;
  left: 300px;
}
.steam-dried .sulphited::after {
  content: '';
  position: absolute;
  background-image: url(../img/sulphited-fish-oil.png);
  height: 132px;
  width: 15%;
  top: -14px;
  left: 300px;
}

.blue {
  color: #2F2472;
  font-size: 40px;
}

.infrastructure {
  padding: 45px 0 0 0;
}

.infrastructure .fish-infra {
  padding: 50px 0 30px 0;
}

.contact {
  position: relative;
  padding: 80px  0;
}
.contact::after{
  content: '';
  position: absolute;
  background-image: url(../img/contact-background.png);
  width: 100%;
  height: 656px;
  top: 218px;
  z-index: -1;

}
.certification-name{
  color: #2F2472;
  padding: 10px;
  font-size: 19px;
}


.map{padding: 80px 0 10px 0;}


.address {
  background: #2F2472;
  border-radius: 15px;
  color: #ffffff;
  padding: 15px 0 10px 44px;
  margin: 86px 2px 82px 35px;
}

.btn-submit {
  background: #EA1F27;
  border: 1px solid #EA1F27;
  border-radius: 15px;
  padding: 5px 30px;
  color: #ffffff;
  margin: 15px 0;
}
.btn-submit:hover {
  background: white;
  color: #EA1F27;
  border: 1px solid #EA1F27 ;
}

.adrs {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  padding: 40px 50px;
  background: #ffffff;

}
.contact-map {
  font-size: 20px;
  color: #EA1F27;
  font-weight: 400;
  text-align: center;
}






@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }

  .responstable th:nth-child(2):after {
    display: none;
  }
}

.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}

.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}


@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}

.responstable th,
.responstable td {
  text-align: left;
  margin: .5em 1em;
  max-width: 60rem;
}

@media (min-width: 480px) {

  .responstable th,
  .responstable td {
    display: table-cell;
    padding: 20px;
  }
}

.packaging {
  padding: 0 0 80px;
  position: relative;
}

.packaging::before {
  content: '';
  position: absolute;
  background-image: url('../img/packing-bgk.png');
  content: '';
  position: absolute;
  border-right: 1px solid white;
  height: 132px;
  width: 535px;
  left: 0;
  top: 23px;
}

.packaging::after {
  content: '';
  position: absolute;
  background-image: url('../img/packing-bgk.png');
  content: '';
  position: absolute;
  border-right: 1px solid white;
  height: 132px;
  width: 194px;
  right: 0;
  top: 23px;
}

.packaging h2 {
  color: #2F2472;
  line-height: 40px;
  position: relative;
  top: 54px;
}

.packaging .packagingbox {
  background: #2F2472;
  color: white;
  padding: 30px;
  border-radius: 20px;
}

.packaging .padding-bottom {
  padding-bottom: 20px;
}

.br {
  position: relative;
}

.br::after {
  content: '';
  position: absolute;
  border-right: 1px solid white;
  height: 132px;
  top: 0;
  right: 44px;
}

.paddds {
  padding: 15px 0;
}

.bawa-lipids {
  padding: 80px;
}

.bawa-lipids .list1 {
  display: flex;
  list-style: none;
}

.bawa-lipids .list1 li {
  margin: 0 10px;
}

.bawa-lipids .list1 li a {
  border: 1px solid #000000;
  padding: 10px 31px;
  border-radius: 25px;
}

.bawa-lipids .list1 li a:hover {
  background: #000000;
  color: #FFFFFF;
}

.padingss {
  padding: 60px 0;
}

.lipid-science {
  color: #50ADE6;
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
}

.lipid-p {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 25px;
}

.project-lipids {
  color: #50ADE6;
  font-size: 30px;
  padding: 15px 0 0 0;
}

.project-bawa {
  padding: 130px 0 0
}

.phases {
  color: #50ADE6;
  font-size: 50px;
  padding-bottom: 30px;
  font-weight: 400;
}

.accordion {
  padding: 10px 10px 50px 38px;
}

.accordion .accordion-item {
  margin: 10px 0;
  border: none;
}

.accordion .accordion-collapse {
  margin: 10px 0;
  background: #F9F9F9;
}

.accordion h2 span {
  padding: 0 25px;
  font-weight: 400;
  font-size: 17px;
}

.accordion button {
  background: #e7f1ff;
  font-weight: 600;
  font-size: 20px;
}

.purification {
  padding: 60px;
}


.bawa-phases {
  position: relative;
  padding: 60px 0;
}

.bawa-phases .plant::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #BABABA;
  width: 72%;
  top: 646px;
  left: 232px;
}

.plant img {
  margin: 10px 0;
}

.plant {
  padding: 10px 60px;
}

.plant h2 {
  color: #50ADE6;
  font-size: 35px;
  padding-bottom: 30px;
}

.extraction {
  padding: 50px;
  color: white;
}

.extraction h2 {
  font-size: 40px;
  padding-bottom: 40px;
  font-weight: 600;
}

.extraction h3 {
  color: #EA1F27;
  padding-bottom: 15px;
}

.research-development {
  background: #000000;
  width: 97%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 50px;
}

.extraction .brline {
  position: relative;
  padding-bottom: 30px;
}

.extraction .brline::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  bottom: 9px;
  left: 0;

}

.fonts {
  font-size: 18px;
  line-height: 32px;
}

.objective h3 {
  color: #50ADE6;
  font-size: 50px;
  padding: 65px 0 0;
  font-weight: 400;
}

.objective p {
  font-size: 17px;
  line-height: 33px;
}

.objective .rd {
  padding: 35px 0;
}

.objective .rd img {
  margin: 0 auto;
  display: block;
  width: 50%;
}

.objective h4 {
  color: #50ADE6;
  font-size: 20px;
}

.rdbox {
  padding: 0 40px;
  margin: 20px 0;
}

.rdbox .brright {
  border-right: 1px solid;
}

.objective {
  position: relative;
  padding: 30px 0 70px;
}

.objective::after {
  content: '';
  position: absolute;
  background-image: url('../img/icons/objective.png');
  content: '';
  position: absolute;
  border-right: 1px solid white;
  height: 132px;
  width: 401px;
  right: 0;
  top: 526px;
}

.laboratory {
  background: #F9F9F9;
  padding: 60px 0;
}

.associates .assobox {
  width: 19%;
  margin: 10px 5px;
}

.laboratory h3 {
  color: #50ADE6;
  font-size: 50px;
  font-weight: 400;
}

.laboratory img {
  width: 95%;
  margin: 0 auto;
  display: block;
}

.laboratory .facilitybox .img1 {
  display: block;
}

.laboratory .facilitybox .img2 {
  display: none;
}

.laboratory .facilitybox:hover .img1 {
  display: none;
}

.laboratory .facilitybox:hover .img2 {
  display: block;
}

.lab-facility {
  padding: 30px 0;
}

.projects {
  padding: 15px 0 84px;
}

.projects .prj {
  padding: 70px 0;
}

.projects h3 {
  font-size: 50px;
  padding: 65px 0 0;
  color: #50ADE6;
  font-weight: 400;
}

.projects h4 {
  font-size: 20px;
  font-weight: 400;
}

.marginimg {
  margin-top: 26px;
}

.associates {
  background-image: url(../img/associates-bgk.jpg);
  padding: 80px;
  height: 340px;
  position: relative;
  margin: 0 0 90px;
}


.associates h3 {
  padding-bottom: 40px;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: 400;
}

.purification h2 {
  color: #50ADE6;
  font-size: 35px;
  padding-bottom: 30px;
}

.purification h3 {
  color: #50ADE6;
  font-size: 25px;
}

.operation {
  background-image: url(../img/level-of-operations-bgk.jpg);
  padding: 80px;
  position: relative;

}

.operation h3 {
  padding-bottom: 40px;
  font-size: 50px;
  color: #50ADE6;
  font-weight: 400;
}

.operation .operationbox {
  width: 33%;
  text-align: center;
  position: relative;
  bottom: 43px;
  left: 13px;
}

.operation .operationbox h1 {
  font-size: 20px;
  font-weight: 600;
}

.operation .operationbox ul {
  list-style: none;
  text-align: justify;
  position: relative;
  left: 134px;
  padding-top: 10px;

}

.operation .width {
  width: 24%;
}

.operation .left {
  left: 82px !important;
}
.association-bg {
  position: relative; text-align: center;
  z-index: 1;
  padding:60px 0 60px;background-image: url(../img/about-count.png); background-size: cover; background-attachment: fixed;
}
.association-bg h2{color:#2F2472;}
/* .association-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: rgba(244, 244, 244, .8);
  z-index: -1;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
} */

.association-list{display:flex;flex-wrap:wrap;margin:0;padding:0;justify-content:center;align-items:center}
.association-list li{width: 14%;margin: 15px 13px;    padding: 20px;
    min-height: 180px;    backdrop-filter: blur(10px);
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    background:#f9f9f9;
    box-shadow:0px 8px 20px 4px #468ADA36;
    text-align: center;display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap; font-weight: 500;
}

@media(min-width:320px) and (max-width:1080px) {
  .process {padding: 100px 0;}
  .operation .operationbox {    text-align: justify;    position: initial;    width: 100%;}
  .operation .operationbox ul {position: initial;}
  .operation .width {width: 100%;}
  .accordion {padding: 0;}
  .purification {
    padding: 30px 0;
}
.accordion h2 span {
  padding: 0 10px;}
  .purification h2 {font-size: 20px;
    padding-bottom: 20px;}
    .purification h3 {    font-size: 17px;}
    .accordion-body {
      padding: 1rem 1rem;
  }
  .bawa-phases .plant::after {display: none;}
  .plant {
    padding: 10px 10px;    justify-content: center;
}
.research-development {    padding: 50px 10px;}
.extraction {
  padding: 30px 10px}
  .extraction h2 {
    font-size: 27px;
    padding-bottom: 30px;text-align: center;}
    .objective h3 {    font-size: 40px;
      padding: 20px 0 0;}

      .rdbox {
        padding: 0 10px;
        margin: 20px 0;
    }
    .objective .rd {
      padding: 20px 0;
  }
  .objective::after {display: none;}
  .objective {    padding: 30px 0;}
  .laboratory h3  {font-size: 30px;
  padding-bottom: 15px;}
.facilitybox {margin: 20px 0;}
.projects h3 {
  font-size: 40px;
  padding: 20px 0 0;}
  .projects .prj {
    padding: 20px 0;
}
.view-btn-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .btn1 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 25px;
    text-decoration: none;
    color: #000;
  }
.projects {
  padding: 15px 0 20px;
}
.justify-content {justify-content: center;}
.associates {    padding: 80px 10px;
  height: auto;    margin: 0 0 40px;}

  .associates h3 {
    padding-bottom: 20px;
    font-size: 40px;
    text-align: center;}
    .associates .assobox {
      width: 46%;
      margin: 10px 5px;
  }

  .laboratory {    padding: 60px 0 20px;}








  .steam-dried .head h2 {font-size: 45px;}
  
  .bawa-lipids .list1 {
    display: none !important;
  }

  .project-bawa {
    padding: 50px 0 0;
  }

  .bawa-lipids {
    padding: 80px 9px;
  }

  .lipid-science {
    font-size: 30px;
  }

  .lipid-p {
    font-size: 20px;
  }

  .project-lipids {
    font-size: 20px;
  }

  .operation {
    padding: 80px 10px;
  }

  .operation h3 {
    font-size: 30px;
  }


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .slider, .inner-banner {
    margin-top: 64px;
  }

  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .hidden-xs, .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slider .carousel-control-next, .slider .carousel-control-prev {
    bottom: 5px;
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 40px 0 0;
    text-align: center;
  }

  .footerextra-Mt {
    margin-top: 20px;
  }

  footer .footer-list {
    margin-top: 10px;
  }

  .back-to-top {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 20px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  footer .footer-list ul.half li {
    text-align: left;
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  #announcementCarousel {
    padding: 0px 15px;
    margin-right: 0;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  ul.social-network li {
    margin: 0 10px;
  }

  .home-search-bg {
    padding: 20px;
  }

  .home-search-bg .container {
    padding: 20px;
  }

  ul.home-search-sub-list {
    text-align: center;
  }

  ul.home-search-sub-list li {
    margin: 5px;
  }

  .home-helping-bg {
    padding: 40px 0 40px 0;
  }

  .home-helping-bg img {
    display: none;
  }

  .home-helping-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
  }

  .home-industry-bg {
    padding: 50px 0px 100px 0px;
  }

  .home-industry-bg h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .home-industry-bg h4 {
    text-align: center;
    display: block;
  }

  .home-industry-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .home-problems-bg {
    padding: 60px 0 60px 0;
  }

  .home-problems-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .home-problems-box.br {
    border-right: 0px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }

  .home-problems-box {
    text-align: center;
    padding: 20px 30px;
    margin: 0;
  }

  .home-contractor-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .home-contractor-bg h3 {
    text-align: center;
  }

  .home-contractor-bg {
    padding: 40px 0;
  }

  .home-about-bg .container-fluid {
    padding: 40px;
    text-align: center;
  }

  .home-about-bg h2 {
    text-align: center;
    font-size: 28px;
  }

  .home-about-bg .container-fluid::after {
    display: none;
  }

  .home-about-img-box, .home-stats-bg::after, .home-environmental-bg::after {
    display: none;
  }

  .home-stats-bg {
    padding: 40px 0;
  }

  .home-stat-counter-list li {
    width: 48%;
    margin: 25px 0 25px 0px;
    text-align: center;
  }

  .home-stat-counter-list li h2 span {
    font-size: 44px;
  }

  .home-stat-counter-list li h3 {
    font-size: 15px;
  }

  .home-working-bg {
    text-align: center;
    padding: 60px 0 100px 0;
  }

  .home-working-bg h2 {
    font-size: 28px;
  }

  .home-news-bg {
    padding: 40px 0 40px 0;
  }

  .home-news-bg h2 {
    font-size: 28px;
  }

  .home-environmental-bg {
    padding: 70px 0 80px 0;
    text-align: center;
  }

  .home-environmental-content h2 {
    font-size: 28px;
  }

  .home-environmental-img {
    margin-bottom: 40px;
  }

  .home-environmental-content p {
    text-align: center;
  }

  .inner-bg h2 {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }

  .inner-bg h2 span {
    display: inline-block;
  }

  .inner-bg h2::before {
    opacity: 0.2;
    right: 0;
  }

  .vision-box {
    padding: 20px 20px;
  }

  .vision-box h3 {
    font-size: 28px;
    text-align: center;
  }

  .inner-connect-bg {
    text-align: center;
    padding: 60px 0;
  }

  .inner-connect-bg h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .inner-banner .inner-breadcrumb {
    display: none;
  }

  .inner-banner h1 {
    bottom: 5px;
    left: 0;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }

  .director-box-name h4 {
    text-align: center;
  }

  .director-box-img {
    margin-bottom: 20px;
  }

  .contact-form-bg {
    margin-top: 20px;
    padding: 30px 30px;
  }

  .contact-address-box.br {
    border-right: 0px solid #ACACAC;
  }

  .contact-head-box {
    margin-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ACACAC;
  }

  .contact-address-box, .contact-address-box p {
    text-align: center;
  }

  .top-service-image {
    padding-left: 12px;
  }

  .inner-service-icon-box.br {
    border-right: 0px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }

  .inner-service-bg {
    padding: 40px 0;
  }

  .inner-service-bg h2 {
    text-align: center;
  }

  .inner-service-equipment-bg .container {
    padding: 40px;
  }

  .inner-service-equipment-image {
    margin: 20px 0;
  }

  .service-gallery-bg {
    padding: 40px 0px 40px 0px;
  }

  .service-gallery-bg::before {
    top: 0;
    right: 25px;
  }

  .inner-partner-box {
    padding: 20px 20px;
  }

  .static-equipment-box {
    width: 47%;
  }

  .inner-partner-bg h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  figure.effect-sadie h2 {
    bottom: 35%;
    line-height: 25px;
    left: 0;
    text-align: center;
  }

  figure.effect-sadie h4 {
    text-align: center;
    left: 0;
  }

  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -5%, 0) translate3d(0, -73px, 0);
    transform: translate3d(0, -5%, 0) translate3d(0, -73px, 0);
  }

  .home-contractor-box {
    padding: 10px;
  }

  .service-common-box {
    width: 47%;
  }

  .service-common-box-image h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .home-industry-box {
    padding: 15px 5px 0 5px;
  }

  figure.effect-sadie figcaption::before {
    bottom: -120px;
  }

  figure.effect-sadie h4 {
    bottom: 72px;
  }

  .home-video-bg {
    padding: 40px 20px 0 20px;
  }

  .home-video-bg h2 {
    top: 0;
  }

  .home-video-bg-top {
    top: 0;
  }

  .careers-find-more-bg-box {
    text-align: center;
  }

  .careers-find-more-bg-box h3 {
    font-size: 18px;
    text-align: left;
  }

  .careers-find-more-bg-box h3 span {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 10px;
  }

  .careers-find-more-bg-box .btn-two-full, .careers-find-more-bg-box .btn-two {
    margin: 0 0px 10px 0;
  }

  .careers-team-bg::before {
    display: none;
  }

  .careers-team-bg {
    padding: 0px 0 120px 0;
  }

  .careers-team-bg h2 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  }

  .careers-team-bg-success {
    bottom: 30px;
  }

  .careers-team-bg-success h3 {
    font-size: 22px;
  }

  .careers-find-more-tab.r-tabs .r-tabs-panel ul li {
    width: 100%;
    margin: 5px 0;
    padding-bottom: 0;
  }

  .careers-find-more-tab.r-tabs .r-tabs-panel {
    padding: 20px 20px 20px 30px;
  }

  .careers-find-more-tab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    text-align: center;
    font-size: 18px;
    color: var(--color-black);
    font-weight: 500;
  }

  .careers-find-more-tab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-blue);
  }

  .inner-brochure-bg {
    padding: 40px 0;
    text-align: center;
  }

  .inner-brochure-bg h3 {
    margin-bottom: 20px;
  }

  .home-first-section {
    padding: 40px 10px;
  }

  .headmain {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .home-secound-section {
    padding: 60px 10px 60px;
  }
  .home-secound-section .owl-carousel .item {
    padding: 0 12px; 
    box-sizing: border-box;
  }
   .products {
    position: relative;
    overflow: hidden;
    border-radius: 15px; 
  }


  .home-third-section {
    padding: 110px 0 110px;
    bottom: 70px;
  }


  .home-stat-counter-list li h3::after {
    left: 57px;
  }

  .padding {
    padding: 30px 10px 0;
  }

  .home-fourth-section .padds {
    padding: 0 10px;
  }

  .home-fifth-section .padding {
    padding: 20px 0 0;
  }

  .textcenter {
    text-align: center !important;
  }

  .map-circle {
    top: 40px;
    right: 0;
  }

  .home-fifth-section .fishbox h2 {
    text-align: center;
  }

  .home-fifth-section {
    padding: 80px 0 80px 0;
  }

  .home-sixth-section {
    padding: 20px 0;
  }

  .home-sixth-section .contentbox {
    padding: 30px 20px;
  }

  .home-sixth-section .contentbox h2 {
    font-size: 40px;
    padding: 0px 0 0px;
  }

  .playbtn {
    left: 145px;
    top: 73px;
  }

  .positionrelativefish {
    position: relative;
    top: 40px;
  }

  .home-seven-section h2 {
    padding: 10px 0 10px;
  }

  .home-seven-section {
    padding: 40px 10px;
  }

  .home-seven-section h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0 0;
  }

  .home-seven-section span {
    position: relative;
    bottom: 100px;
  }

  .btn1 {
    padding: 5px 31px;
  }

  .brright {
    border-right: none;
  }

  .brline {
    border-bottom: none;
  }

  .margin {
    margin: 10px 0;
  }

  .home-eight-section {
    padding: 40px 10px;
  }

  .home-nine-section .absolute {
    position: absolute;
    background: white;
    padding: 20px;
    width: 90%;
    border-radius: 15px 15px 0 0;
    left: 21px;
    bottom: 0;
    top: 150px;
  }

  .home-nine-section .absolute h2 {
    font-size: 30px;
  }

  .home-ten-section::after {
    top: 19px;
  }

  .home-ten-section {
    padding: 30px;
  }

  .home-eight-section h2 {
    font-size: 38px;
    padding: 20px 0 0;
  }

  ul.social-network {
    display: block;
  }

  .inner-banners {
    top: 65px;
  }

  .inner-banners .breadcrumb {
    display: none;
  }

  .aboutsection {
    padding: 100px 10px 60px;
  }

  .about-count {
    padding: 40px 10px;
  }

  .visonsection::after {
    display: none;
  }

  .visonsection::before {
    display: none;
  }

  .visonsection {
    padding: 50px 10px;
  }

  .visonsection .visionconetnt {
    width: 100%;
  }

  .explore-product h2 {
    text-align: center;
    font-size: 30px;
  }

  .headtwo {
    text-align: center;
  }

  .explore-product {
    padding: 40px 10px 0;
  }

  .explore-product .box {
    width: auto;
    padding: 20px 20px 0;
  }

  .certification .paddings {
    padding: 0px;
  }

  .paddds {
    padding: 15px 12px;
  }

  .certification::after {
    display: none;
  }

  .epbox {
    padding: 30px;
    margin: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  

  .epbox h2 {
    text-align: center;
    font-size: 30px;
  }

  .epbox1 {
    padding: 30px;
    margin: 20px 0;
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .epbox1 h2 {
    text-align: center;
    font-size: 30px;
  }

  .epbox1 .content {
    width: 100%;
  }

  .epbox .content {
    width: 100%;
  }

  .managementbox {
    padding: 100px 10px;
  }

  .managementbox h2 {
    color: #2F2472;
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
  }

  .main-head-br::after {
    display: none;
  }

  .managementbox .padds {
    padding: 30px 10px 0;
  }

  .main-head-br {
    font-size: 35px !important;
    padding-bottom: 0px;
  }

  .blue {    font-size: 30px;}
  .contact {    padding: 100px 0 50px;}
  .address {    margin: 0;}
  .adrs {    padding: 25px;    width: 90%;
    margin: 20px auto;}
    .map {
      padding: 20px 0 10px 0;
  }
  .infrastructure .fish-infra {    border-bottom: 1px solid;}
  .grade1 {padding: 30px;
    text-align: center;}
    .microbiology .micro .count {    padding: 35px 20px;    margin: 0px;  margin-bottom: 20px;}
    .microbiology .micro .count1 {    margin: 20px 0;  padding: 35px 20px;}

  .managementbox .first-man-box {
    padding: 30px 0;
    border-bottom: 1px solid;
  }

  .steam-dried .head::after {
    width: 33%;
    top: -14px;
    left: 273px;
  }

  .steam-dried {
    padding: 100px 0px 60px;
  }

  .fishimg1 img {display: none;}
  .packaging::before {
    display: none;
  }
  .fishimg img {display: none;}
  .packaging::after {
    display: none;
  }

  .packaging h2 {
    top: 0;
  }

  .steam-dried-table .tablerow {
    padding: 50px 10px;
  }

  .packaging {
    padding: 0 0 40px;
  }

  .steam-dried-table {
    padding: 0 0 40px;

  }
  .steam-dried .crude::after {display: none;}
  .steam-dried .head::after {display: none;}
  .steam-dried .refined-oil::after {display: none;}
  .steam-dried .soluble::after {display: none;}

  .br::after {content: '';position: absolute;border-right: 1px solid white;height: 210px;top: 0; right: 0;} 
  .packaging .packagingbox {padding: 15px;margin: 0px;}
  .packagingbox .br{display: flex; flex-direction: column;justify-content: space-between;}
.association-list li { width: 40%; margin: 10px;padding:10px;}
.association-bg h3{text-align: center;}
}
 


@media(min-width:1081px) and (max-width:1350px) {
  .careers-team-bg::before {
    left: -160px;
  }

}

@media screen and (min-width: 1920px) {

  /*For Projectors or Higher Resolution Screens (Full HD)*/
  .container {
    width: 1890px;
  }
}

@media screen and (min-width: 3840px) {

  /* For 4K Displays (Ultra HD) */
  .container {
    width: 3810px;
  }

  .home-industry-bg::before, .home-about-img-box::before, .inner-bg h2::before, .director-box-img::before, .service-gallery-bg::before {
    display: none;
  }
}