/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #EEC41E;
}

a {
  color: #EEC41E;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  /* text-align: center; */
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color:#193653 !important;
}


.main-btn:hover{
background-color: #0d571a !important;
}
/*===== Section Title Style =====*/
.section_title .title {
  font-size: 44px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .title {
    font-size: 30px;
  }
}

.section_title .title span {
  color: #EEC41E;
}

.section_title p {
  margin-top: 20px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #EEC41E #EEC41E #F9FAFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9FAFB;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9FAFB;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

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

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

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

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

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

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

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

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.21);
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 20px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item a {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 15px 15px;
  position: relative;
  text-decoration:none;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #EEC41E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

.navbar-nav .nav-item.active>a::before,
.navbar-nav .nav-item:hover>a::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #EEC41E;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item.active>a,
.sticky .navbar-nav .nav-item:hover>a {
  color: #EEC41E;
}

/*===== SLIDER =====*/
.single_slider {
  height: 800px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 165px;
}

@media only screen and (min-width: 1400px) {
  .single_slider {
    height: 950px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    border-bottom-left-radius: 105px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_slider {
    height: 600px;
    border-bottom-left-radius: 85px;
  }
}

.single_slider::before {
  position: absolute;
  content: '';
  background-color: rgba(56, 66, 77, 0.24);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider_content {
  padding-top: 80px;
}

.slider_content .slider_title {
  font-size: 54px;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .slider_title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

.slider_content .slider_title span {
  display: contents;
  color: #0d571a;
}

.slider_content p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .slider_content p {
    font-size: 16px;
  }
}

.slider_content .main-btn {
  margin-top: 45px;
}

/* Hero Section */

.hero-img {
  width: 80%;
  height: 80%;

}

.rectangle-img {
  border-radius: 20px;
  box-shadow: 8px 6px 15px rgba(0, 0, 0, 0.689);
}

.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.image-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.image-text {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  /* max-width: 600px; */
}

.image-text h1 {
  font-size: 48px;
  font-weight: 700;
}

.image-text p {
  font-size: 20px;
}

/*===========================
        03.ABOUT css 
===========================*/
.about_wrapper {
  position: relative;
}

.about_image {
  width: 48%;
  height: 125%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image {
    border-top-right-radius: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 170px;
  }
}

@media (max-width: 767px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .about_content {
    margin-top: 45px;
  }
}

.about_content .main-btn {
  margin-top: 45px;
}

.about_content .main-btn:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.about_counter {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}

.single_counter {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  width: 192px;
  height: 142px;
  text-align: center;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter {
    width: 20.6%;
  }
}

@media (max-width: 767px) {
  .single_counter {
    width: 40%;
    padding: 10px;
  }
}

.single_counter span {
  font-size: 34px;
  font-weight: 700;
  color: #38424D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single_counter span {
    font-size: 24px;
  }
}

.single_counter p {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single_counter p {
    font-size: 14px;
  }
}

.single_counter.counter_1 {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.single_counter.counter_2 {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/*===========================
     04 Product css 
===========================*/

.product-img {
  width: 70%;
  border-radius: 15px;
}

.table {
  text-align: center;
  color: #fff;
}


/* Application */
/* .applications-section {
    background: #ffffff;
} */

.applications-title {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px !important;
}

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

.application-icon {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.application-icon i {
  font-size: 58px;
  color: #193653;
  font-weight: normal;
}

.application-item h5 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  margin: 0;
}


.detergent {
  color: darkblue;
}

/* Tablet */
@media (max-width: 991px) {

  .applications-title {
    font-size: 36px;
  }

  .application-icon i {
    font-size: 52px;
  }

  .application-item h5 {
    font-size: 19px;
  }
}


/* Mobile */
@media (max-width: 575px) {

  .applications-title {
    font-size: 32px;
  }

  .application-icon {
    height: 80px;
  }

  .application-icon i {
    font-size: 48px;
  }

  .application-item h5 {
    font-size: 18px;
  }

}



/* ================================
   PROCESS BOX
================================ */

.process-box {
  background: linear-gradient(135deg, #4f83aa, #739ec0);
  padding: 45px 25px;
  min-height: 280px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}


/* ================================
   DESKTOP PROCESS
================================ */

.desktop-process {
  width: 100%;
}


/* ROW */

.process-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}


/* WHITE BOX */

.process-item {
  background: #ffffff;
  border-radius: 35px;

  min-height: 65px;
  width: 155px;

  padding: 10px 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: bold;

  color: #000;
}


/* HORIZONTAL ARROW */

.arrow {
  font-size: 28px;
  font-weight: bold;
  color: #000;

  flex-shrink: 0;
}


/* DOWN ARROW */

.down-arrow {
  text-align: right;

  padding-right: 65px;

  height: 40px;

  display: flex;
  justify-content: flex-end;
  align-items: center;

  font-size: 30px;
  font-weight: bold;
  color: #000;
}


/* MOBILE FLOW HIDDEN */

.mobile-process {
  display: none;
}

.chemical-img {
  width: 100%;
  height: 700px !important;
}

.text span,
h3 {
  padding: 8px;
  color: #fff;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1199px) {

  .process-box {
    padding: 35px 15px;
  }

  .process-item {
    width: 125px;
    min-height: 60px;

    font-size: 14px;
    padding: 8px 10px;
  }

  .arrow {
    font-size: 23px;
  }

  .down-arrow {
    padding-right: 50px;
  }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

  /* LEFT CONTENT */

  .col-lg-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .col-lg-5 h3 {
    font-size: 24px;
  }

  .col-lg-5 p {
    margin-bottom: 8px;
  }


  /* PROCESS BOX */

  .process-box {
    width: 100%;

    padding: 30px 20px;

    min-height: auto;

    margin-top: 10px;
    margin-bottom: 30px;
  }


  /* HIDE DESKTOP */

  .desktop-process {
    display: none;
  }


  /* SHOW MOBILE */

  .mobile-process {
    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;
  }


  /* MOBILE BOX */

  .mobile-process .process-item {
    width: 90%;
    max-width: 260px;

    min-height: 60px;

    padding: 12px 20px;

    font-size: 15px;
  }


  /* MOBILE ARROW */

  .mobile-arrow {
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 25px;
    font-weight: bold;

    color: #000;
  }

}


/* ================================
   VERY SMALL MOBILE
================================ */

@media (max-width: 400px) {

  .process-box {
    padding: 25px 12px;
  }

  .mobile-process .process-item {
    width: 95%;
    max-width: 240px;

    font-size: 14px;
  }

}

/*===========================
    Packing START
===========================*/
#packing {
    width: 100%;
}

/* FULL SCREEN WIDTH BACKGROUND */
.packing-bg {
    width: 100%;
    min-height: 600px;

    background-image: url("../images/Products/Picture1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    /* Background fixed while scrolling */
    background-attachment: fixed;

    padding: 50px 0;
}


/* CONTENT */
.packing-content {
    min-height: 500px;
    align-items: center;
}


/* PRODUCT IMAGE */
.packing-product-img {
    width: 100%;
    max-width: 500px;
    height: auto;
}


/* MOBILE */
@media (max-width: 767px) {

    .packing-bg {
        background-attachment: scroll;
        min-height: auto;
        padding: 40px 0;
    }

    .packing-content {
        min-height: auto;
    }

    .packing-product-img {
        margin-top: 30px;
    }
}

/*===========================
    Packing End
===========================*/

/*===========================
     04.DESTINATION css 
===========================*/
.destination_area {
  background-color: #F9FAFB;
}

.single_destination .destination_image img {
  width: 100%;
}

.single_destination .destination_content {
  background-color: #fff;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  position: relative;
}

.single_destination .destination_content .main-btn {
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background-color: #fff;
  color: #38424D;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  position: absolute;
  right: 25px;
  top: -18px;
}

.single_destination .destination_content .title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_destination .destination_content .title a {
    font-size: 18px;
  }
}

.single_destination .destination_content .price {
  font-size: 16px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_destination .destination_content .more {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #EEC41E;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.single_destination:hover .destination_content {
  background-color: #EEC41E;
}

.single_destination:hover .destination_content .title a {
  color: #fff;
}

.single_destination:hover .destination_content .price {
  color: #fff;
}

.single_destination:hover .destination_content .more {
  color: #EEC41E;
  background-color: #fff;
}

/*===========================
      05.SERVICE css 
===========================*/
.mission-vision-quality {
  padding: 60px 0;
}

.info-card {
  background: #fff;
  min-height: 295px;
  padding: 15px 20px 25px;
  margin: 15px auto;
  border-radius: 3px;

  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.25);

  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.30);
}


/* Heading */
.info-card .title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  text-decoration: underline;
  margin-bottom: 12px;
}


/* Icon */
.info-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 42px;
}


/* Mission icon */
.mission-icon {
  color: #20b5ad;
}


/* Vision icon */
.vision-icon {
  color: #7c7c7c;
}


/* Quality icon */
.quality-icon {
  color: #ed7200;
}


/* Paragraph */
.info-content p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.45;
  color: #111;
  margin: 0;
}


/* Desktop */
@media (min-width: 992px) {

  .mission-vision-quality .col-lg-4 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .info-card {
    min-height: 295px;
  }
}


/* Tablet */
@media (max-width: 991px) {

  .info-card {
    min-height: 300px;
  }
}


/* Mobile */
@media (max-width: 575px) {

  .mission-vision-quality {
    padding: 30px 10px;
  }

  .info-card {
    min-height: auto;
    padding: 18px 20px 25px;
  }

  .info-content p {
    font-size: 14px;
  }
}

/*===========================
      06.GELLARY css 
===========================*/
/*  */

/*===========================
      07.TEAM css 
===========================*/
.team_area {
  background-color: #F9FAFB;
}

.single_team {
  position: relative;
}

.single_team .team_image {
  position: relative;
  overflow: hidden;
}

.single_team .team_image img {
  width: 100%;
}

.single_team .team_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: -80px;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) translateX(-100%);
  transform: skewX(-30deg) translateX(-100%);
  background-color: rgba(238, 196, 30, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_image::before {
    left: -65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_image::before {
    left: -103px;
  }
}

@media (max-width: 767px) {
  .single_team .team_image::before {
    left: -90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_image::before {
    left: -75px;
  }
}

.single_team .team_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_content {
    padding: 20px;
  }
}

.single_team .team_content .team_name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content p {
  margin-top: 5px;
  font-weight: 300;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social {
  margin-top: 15px;
}

.single_team .team_content .social li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social li a {
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
  background-color: #fff;
  color: #EEC41E;
}

.single_team:hover .team_image::before {
  -webkit-transform: skewX(-30deg) translateX(0);
  transform: skewX(-30deg) translateX(0);
}

.single_team:hover .team_content .team_name {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.single_team:hover .team_content p {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.single_team:hover .team_content .social li {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.single_team:hover .team_content .social li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.single_team:hover .team_content .social li:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.single_team:hover .team_content .social li:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/*===========================
     08.TESTIMONIUAL css 
===========================*/
.single_testimonial {
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  position: relative;
  margin: 30px 0;
}

.single_testimonial i {
  font-size: 60px;
  line-height: 60px;
  color: #EEC41E;
  position: absolute;
  top: 30px;
  right: 30px;
}

.single_testimonial img {
  border-radius: 5px;
  display: inline-block;
}

.single_testimonial .author_name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.single_testimonial .sub_title {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.single_testimonial p {
  margin-top: 20px;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial_active .slick-dots li button {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #EEC41E;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #EEC41E;
}

/*===========================
         09.BLOG css 
===========================*/
.single_blog {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single_blog {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog {
    padding: 20px;
  }
}

.single_blog:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
}

.single_blog .blog_image img {
  width: 100%;
}

.single_blog .blog_content {
  padding-top: 25px;
}

.single_blog .blog_content .blog_meta ul li {
  font-size: 16px;
  color: #747E88;
  display: inline-block;
}

.single_blog .blog_content .blog_meta ul li+li {
  margin-left: 30px;
}

.single_blog .blog_content .blog_meta ul li a {
  color: #747E88;
}

.single_blog .blog_content .blog_title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

.single_blog .blog_content .blog_title a:hover {
  color: #EEC41E;
}

.single_blog .blog_content p {
  margin-top: 15px;
}

.single_blog .blog_content .more {
  margin-top: 15px;
  color: #EEC41E;
  font-size: 16px;
  font-weight: 500;
}

.single_blog .blog_content_2 {
  padding-left: 30px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single_blog .blog_content_2 .blog_title a {
  margin-top: 0;
}

.blog_share {
  padding-top: 20px;
}

.blog_share span {
  font-size: 24px;
  font-weight: 500;
  color: #38424D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog_share span {
    font-size: 18px;
  }
}

.blog_share .social li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
}

.blog_share .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.blog_share .social li .social_1 {
  background-color: #4977D9;
}

.blog_share .social li .social_2 {
  background-color: #55ACEE;
}

.blog_share .social li .social_3 {
  background-color: #E4405F;
}

.blog_share .social li .social_4 {
  background-color: #0077B5;
}

/* =========================
   Footer SECTION
========================= */
.footer-logo{
  width: 50%;
}



/* =========================
   CONTACT SECTION
========================= */

.contact_area {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* SECTION TITLE */

.section_title {
    margin-bottom: 30px;
}

.section_title .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section_title p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}


/* =========================
   FORM + MAP
========================= */

.contact-wrapper {
    align-items: stretch;
}


/* FORM */

.contact_form {
    width: 100%;
    height: 100%;
}

.single_form {
    margin-bottom: 20px;
}


/* INPUT */

.single_form input,
.single_form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 18px;
    font-size: 15px;
    outline: none;
    background: #fff;

    transition: 0.3s;
}


/* INPUT HEIGHT */

.single_form input {
    height: 55px;
}


/* TEXTAREA */

.single_form textarea {
    height: 160px;
    resize: none;
}


/* FOCUS */

.single_form input:focus,
.single_form textarea:focus {
    border-color: #333;
}


/* BUTTON */

.main-btn {
    border: none;
    padding: 14px 30px;
    background: #222;
    color: #fff;
    font-size: 15px;
    cursor: pointer;

    transition: 0.3s;
}

.main-btn:hover {
    background: #555;
}


/* =========================
   GOOGLE MAP
========================= */

.contact_map {
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
    display: block;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

    .contact_map {
        height: 400px;
        margin-top: 30px;
    }

}


@media (max-width: 575px) {

    .contact_area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_title .title {
        font-size: 30px;
    }

    .contact_map {
        height: 350px;
    }

}
/*===========================
        11.FOOTER css 
===========================*/
/* =========================
   Footer Section
========================= */

.footer_area {
    background-color: #38424D;
    color: #fff;
}

/* Footer Logo */
.footer-logo {
    width: 50%;
    max-width: 220px;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

/* Footer Main Area */
.footer_widget {
    padding-top: 60px;
    padding-bottom: 0;
}

/* Footer About */
.footer_about {
    margin-top: 0 !important;
}

.footer_about h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.footer_about span {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    max-width: 500px;
}

/* Footer Title */
.footer_title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

/* Footer Links */
.footer_link_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer_link {
    width: 100%;
    margin-top: 0 !important;
}

.footer_link .link {
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
}

.footer_link .link li {
    margin-top: 12px;
}

.footer_link .link li:first-child {
    margin-top: 0;
}

.footer_link .link li a {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer_link .link li a:hover {
    color: #EEC41E;
}

/* =========================
   Copyright
========================= */

.copy-right {
    width: 100%;
    margin-top: 50px;
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copy-right p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

/* =========================
   Social Icons
========================= */

.footer_about .social li {
    display: inline-block;
    margin-top: 35px;
}

.footer_about .social li + li {
    margin-left: 15px;
}

.footer_about .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
}

.footer_about .social li .social_1 {
    background-color: #4977D9;
}

.footer_about .social li .social_2 {
    background-color: #55ACEE;
}

.footer_about .social li .social_3 {
    background-color: #E4405F;
}

.footer_about .social li .social_4 {
    background-color: #0077B5;
}


/* =========================
   Mobile Responsive
========================= */

@media (max-width: 767px) {

    .footer_widget {
        padding-top: 40px;
    }

    .footer-logo {
        width: 55%;
        margin-bottom: 20px;
    }

    .footer_about {
        margin-bottom: 35px;
    }

    .footer_about h3 {
        font-size: 20px;
    }

    .footer_about span {
        font-size: 15px;
    }

    .footer_link_wrapper {
        width: 100%;
    }

    .footer_title {
        font-size: 20px;
    }

    .footer_link .link {
        padding-top: 15px;
    }

    .footer_link .link li {
        margin-top: 10px;
    }

    .footer_link .link li a {
        font-size: 15px;
    }

    .copy-right {
        margin-top: 35px;
        padding: 18px 10px;
    }

    .copy-right p {
        font-size: 14px;
    }
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #EEC41E;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #EEC41E;
}

/* Copy Right */
.copy-right {
    margin-top: 95px;
}