/*======= Main CSS =======*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato";
}

body {
  font-family: "Lato";
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
}

p {
  font-size: 17px;
  line-height: 28px;
}

.submit-book {
  background: #017ac9;
  color: #fff;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-home {
  position: relative;
  min-height: 100vh;
  background: url(bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-home:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #23252B, transparent);
  width: 100%;
  height: 80px;
  bottom: 0;
}

.section-home h1 {
  color: #fff;
  font-size: 10vw;
  font-weight: 800;
  text-shadow: 0 5px 25px rgba(157, 10, 10, 0.2);
  opacity: 0.3;
}

.d-flex-right {
  display: flex !important;
  justify-content: right;
}

.top-men {
  list-style: none;
  background: rgba(255, 255, 255, 0.6784313725);
  padding: 4px 10px;
  margin-right: 4px;
  border-radius: 10px 0px 10px 0px;
}
.top-men a {
  text-decoration: none;
  color: #333;
}
.top-men a:hover {
  text-decoration: none;
  color: #fff;
}

.section-two {
  min-height: 100vh;
  background: #23252B;
}

.section-two h2 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  margin: 30px 0;
}

.section-two p {
  color: #fff;
  font-size: 1em;
  margin: 30px 0;
}

.header-top {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 99;
  width: 100%;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top ul {
  list-style: none;
}
.header-top ul li::marker {
  display: none;
  color: #333;
}

.header-top-area {
  padding: 10px 100px;
  position: relative;
  top: 0px;
}
@media (max-width: 991px) {
  .header-top-area {
    padding: 10px 0px;
  }
}
@media (max-width: 639px) {
  .header-top-area {
    width: 90%;
  }
}
.header-top-area .header-top-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-top-area .header-top-contact {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .header-top-area .header-top-contact {
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .header-top-area .header-top-contact {
    padding: 0;
  }
}
.header-top-area .header-top-contact .mycaptcha {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 0 0 12px;
}
.header-top-area .header-top-contact a {
  color: #333;
  margin: 0 40px 0 0;
}
@media (max-width: 991px) {
  .header-top-area .header-top-contact a {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 639px) {
  .header-top-area .header-top-contact a {
    font-size: 12px;
    margin: 0 9px 0 0;
  }
}
.header-top-area .header-top-contact a:last-child {
  margin: 0;
}
.header-top-area .header-top-contact a i {
  color: #017ac9;
  margin: 0 10px 0 0;
}
@media (max-width: 639px) {
  .header-top-area .header-top-contact a i {
    margin: 0 4px 0 0;
  }
}
@media (max-width: 639px) {
  .header-top-area .header-top-contact .btn-top {
    display: none;
  }
}
.header-top-area .header-top-contact .modal-content .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #017ac9;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  border: 1px solid #017ac9 !important;
  padding: 3px 7px !important;
  margin: 0 0px -15px auto !important;
}
.header-top-area .header-top-contact .express {
  cursor: pointer;
}
.header-top-area .header-top-contact .submit-book {
  background: #017ac9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

header {
  z-index: 999;
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5e5e5;
  text-shadow: 0 5px 25px rgba(157, 10, 10, 0.2);
  padding: 0 100px;
  transition: 0.6s;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  border-top: 1px solid #ccc;
}
@media (max-width: 991px) {
  header {
    top: 60px;
  }
}
@media (max-width: 639px) {
  header {
    top: 40px;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  header .head-box {
    padding: 0;
  }
}
@media (max-width: 639px) {
  header .head-box {
    padding: 0;
  }
}

header .logo {
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  position: absolute;
  left: 80px;
  top: 0;
}
@media (max-width: 1199px) {
  header .logo {
    top: -69px;
  }
}
@media (max-width: 991px) {
  header .logo {
    left: 0px;
    top: -5px;
  }
}
@media (max-width: 639px) {
  header .logo {
    left: 0px;
    top: -5px;
  }
}

header .logo .one {
  width: 110px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1199px) {
  header .logo .one {
    width: 100px;
  }
}
@media (max-width: 991px) {
  header .logo .one {
    width: 85px;
    top: -58px;
    left: 10px;
    position: relative;
  }
}
@media (max-width: 639px) {
  header .logo .one {
    width: 70px;
    top: 4px;
  }
}
header .logo .two {
  display: none;
  z-index: 1000;
}

.navigation .search-bar a {
  font-size: 22px;
}
@media (max-width: 991px) {
  .navigation .search-bar a {
    font-size: 16px;
  }
}
.navigation .search-area {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.navigation .search-field {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.navigation .search-area .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.navigation .search-area .closebtn:hover {
  color: #ccc;
}
.navigation .search-area input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 94%;
  background: white;
}
@media (max-width: 1599px) {
  .navigation .search-area input[type=text] {
    width: 92%;
  }
}
@media (max-width: 1199px) {
  .navigation .search-area input[type=text] {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .navigation .search-area input[type=text] {
    width: 88%;
  }
}
@media (max-width: 639px) {
  .navigation .search-area input[type=text] {
    width: 77%;
  }
}
.navigation .search-area input[type=text]:hover {
  background: #f1f1f1;
}
.navigation .search-area button {
  float: left;
  width: 70px;
  padding: 10px;
  background: #017ac9;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.navigation .search-area button:hover {
  background: #bbb;
}

header .navigation {
  position: relative;
  line-height: 40px;
  transition: 0.6s;
  transition-property: line-height;
  display: flex;
  justify-content: flex-end;
}

header.sticky {
  top: 0px;
}
@media (max-width: 1199px) {
  header.sticky {
    top: 0px;
  }
}
@media (max-width: 991px) {
  header.sticky {
    top: 0px;
  }
}

header.sticky .logo {
  line-height: 60px;
  transition: all 3s ease-in-out;
  top: 5px;
}
@media (max-width: 1199px) {
  header.sticky .logo {
    top: -5px;
  }
}

header.sticky .logo .one {
  display: none;
}

header.sticky .logo .two {
  width: 80px;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  height: auto;
  z-index: 1000;
}
@media (max-width: 1599px) {
  header.sticky .logo .two {
    left: -40px;
    width: auto;
    top: -6px;
  }
}
@media (max-width: 1199px) {
  header.sticky .logo .two {
    left: -55px;
    width: auto;
    top: 0;
  }
}
@media (max-width: 991px) {
  header.sticky .logo .two {
    left: 20px;
    top: 0;
    width: auto;
  }
}
@media (max-width: 639px) {
  header.sticky .logo .two {
    left: 10px;
    width: 50px;
    top: 0;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

header.sticky .navigation {
  line-height: 60px;
}

header .navigation .menu {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0;
}

.menu-item > a {
  color: #333 !important;
  font-size: 14px;
  text-decoration: none;
  margin: 20px;
  padding: 25px 0;
}
@media (max-width: 1599px) {
  .menu-item > a {
    font-size: 13px;
    margin: 10px;
  }
}
.menu-item > a i {
  padding-left: 8px;
  color: #017ac9;
}
.menu-item > a .fa-home {
  padding-left: 8px !important;
  color: #017ac9 !important;
  font-size: 20px !important;
}
@media (max-width: 1199px) {
  .menu-item > a .fa-home {
    padding: 0 !important;
  }
}

.menu-item > a:hover {
  color: #017ac9;
  transition: 0.3s;
  text-decoration: none;
}

.menu-item .sub-menu {
  position: absolute;
  background: #fff;
  top: 45px;
  line-height: 20px;
  list-style: none;
  border-radius: 0px 0px 10px 10px;
  text-shadow: 0 5px 25px rgba(157, 10, 10, 0.2);
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

header.sticky .menu-item .sub-menu {
  top: 60px;
}

.menu-item:hover .sub-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0px 1px 20px 0px #e1e1e1;
}

.menu-item .sub-menu .sub-item {
  position: relative;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(20, 24, 6, 0.1490196078);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item .sub-menu .sub-item .more-btn {
  margin: 0 8px 0px 0;
  font-size: 14px;
  color: #333;
}

.menu-item .sub-menu .sub-item a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 20px;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  height: 40px;
  display: flex;
  align-items: center;
}
.menu-item .sub-menu .sub-item a:hover {
  color: #fff;
}
.menu-item .sub-menu .sub-item a i {
  margin: 2px 0 0 15px;
}

.menu-item .sub-menu .sub-item:hover {
  background: #017ac9;
}

.menu-item .sub-menu .sub-item:last-child:hover {
  border-radius: 0 0 8px 8px;
}

.more .more-menu {
  position: absolute;
  background: #ffffff;
  list-style: none;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 0px 10px 10px;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s;
  transition-property: transform, opacity;
}

.more:hover .more-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0px 1px 20px 0px #e1e1e1;
}

.more .more-menu .more-item {
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more .more-menu .more-item:hover {
  background: #017ac9;
}

.more:hover .more2 .more-menu {
  opacity: 0;
}

.more2 .more-menu {
  position: absolute;
  background: #ffffff;
  list-style: none;
  z-index: 0;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 0px 10px 10px;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

.more2:hover .more-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1 !important;
  z-index: 999;
}

.more2 .more-menu .more-item {
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more2 .more-menu .more-item:hover {
  background: #017ac9;
}

.menu-btn {
  display: none;
}

@media (max-width: 1060px) {
  .menu-item .sub-menu .sub-item .more-btn {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .more:hover .more2 .more-menu {
    opacity: 1;
    background: #d7d7d7;
  }
  .more:hover .more2 .more-menu .more-item {
    padding: 10px 0;
  }
  .more:hover .more2 .more-menu .more-item a {
    margin-left: 0;
  }
  header .navigation .menu {
    position: fixed;
    display: block;
    background: #e3e3e3;
    min-width: 350px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 90px 50px;
    visibility: hidden;
    overflow-y: auto;
    transition: 0.5s;
    transition-property: right, visibility;
    z-index: 1001;
  }
  header.sticky .navigation {
    line-height: 45px;
  }
  header .navigation .menu.active {
    right: 0;
    visibility: visible;
    width: 500px;
  }
}
@media (max-width: 1060px) and (max-width: 639px) {
  header .navigation .menu.active {
    width: 100%;
    padding: 70px 13px;
    min-width: auto;
  }
}
@media (max-width: 1060px) {
  .menu-item {
    position: relative;
    margin-bottom: 20px;
  }
  .menu-item .sub-menu {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateX(10px);
    background: #d7d7d7;
    border-radius: 5px;
    overflow: hidden;
    display: none;
  }
  header.sticky .menu-item .sub-menu {
    top: 0;
  }
  .menu-item:hover .sub-menu {
    transform: translateX(10px);
  }
  .menu-item .sub-menu .sub-item {
    box-shadow: none;
    padding: 12px 0;
    display: inherit;
  }
  .menu-item .sub-menu .sub-item .more2 {
    padding: 12px 0;
  }
  .menu-item .sub-menu .sub-item a {
    display: initial;
    height: auto;
  }
  .menu-item .sub-menu .sub-item a i {
    position: absolute;
    right: 15px;
  }
  .menu-item .sub-menu .sub-item:hover {
    background: none;
  }
  .menu-item .sub-menu .sub-item a:hover {
    color: #333;
    transition: 0.3s;
  }
  .more .more-menu {
    opacity: 1;
    position: relative;
    left: 0;
    transform: translateY(0);
    background: #fff;
    border-radius: 5px;
    display: none;
    margin-top: 25px;
  }
  .more .more-menu .more-item {
    box-shadow: none;
  }
  .more .more-menu .more-item:hover {
    background: none;
  }
  .more .more-menu .more-item a {
    margin-left: 20px;
  }
  .close-btn {
    position: absolute;
    background: url(../img/close.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 25px;
    background-position: center;
    top: 0;
    right: 0;
    margin: 25px;
    cursor: pointer;
  }
}
@media (max-width: 1060px) and (max-width: 639px) {
  .close-btn {
    width: 20px;
    height: 20px;
    margin: 15px;
  }
}
@media (max-width: 1060px) {
  .menu-btn {
    background: url(../img/menu.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    top: -55px;
  }
}
@media (max-width: 1060px) and (max-width: 639px) {
  .menu-btn {
    top: 0;
    right: -7px;
  }
}
@media (max-width: 1060px) and (max-width: 1199px) {
  header.sticky .menu-btn {
    position: relative;
    top: 0px;
  }
}
@media (max-width: 1060px) and (max-width: 991px) {
  header.sticky .menu-btn {
    position: relative;
    top: 0px;
  }
}
@media (max-width: 1060px) {
  header {
    padding: 15px 20px;
  }
  header.sticky {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1061px) and (max-width: 1340px) {
  .menu-item .sub-menu .sub-item a {
    font-size: 13px;
    height: 30px;
  }
}
/* ======================== variables ============================ */
/* ======================== variables ============================ */
.btn-top {
  padding: 5px 15px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #017ac9;
  border-radius: 6px !important;
  border-radius: 0;
  border: 2px solid #017ac9;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

.btn-top:focus,
.btn-top:hover {
  color: #333 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2) inset;
}

.btn-top:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.btn-top:hover:after {
  height: 100%;
  bottom: auto;
  top: 0;
}

.title-banner-area {
  padding: 110px 0 90px 0;
}
.blog-list-area .post-slide {
  padding: 0 15px;
  margin: 0 0 60px 0;
}
.blog-list-area .post-slide .post-img {
  overflow: hidden;
}
.blog-list-area .post-slide .post-img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1599px) {
  .blog-list-area .post-slide .post-img img {
    height: 190px;
  }
}
@media (max-width: 1199px) {
  .blog-list-area .post-slide .post-img img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .blog-list-area .post-slide .post-img img {
    height: 400px;
  }
}
@media (max-width: 639px) {
  .blog-list-area .post-slide .post-img img {
    height: auto;
  }
}
.blog-list-area .post-slide:hover .post-img img {
  transform: scale(1.2, 1.2);
  filter: none;
  opacity: 1;
}
.blog-list-area .post-slide .post-content {
  padding: 20px 30px;
  position: relative;
  background: #e5e5e5;
}
.blog-list-area .post-slide .post-date {
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
  background: #556677;
  position: absolute;
  top: -30px;
  left: 30px;
}
.blog-list-area .post-slide .month {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
}
.blog-list-area .post-slide .date {
  color: #fff;
  font-size: 14px;
}
.blog-list-area .post-slide .post-title {
  margin: 20px 0;
}
.blog-list-area .post-slide .post-title a {
  color: #2c2c2c;
  font-size: 22px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.blog-list-area .post-slide .post-title a:hover {
  color: #333;
  text-decoration: none;
}
.blog-list-area .post-slide .post-description {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.blog-list-area .post-slide .post-bar {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  background: #017ac9;
}
.blog-list-area .post-slide .post-bar li {
  display: inline-block;
  margin-right: 5px;
}
.blog-list-area .post-slide .post-bar li a {
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease;
}
.blog-list-area .post-slide .post-bar li a:hover {
  text-decoration: none;
  color: #333;
}
.blog-list-area .post-slide .post-bar li i {
  color: #fff;
  margin-right: 5px;
}

.blog-details-area .blog-details-pic img {
  width: 100% !important;
}
.blog-details-area .blog-details-pic .post-slide {
  padding: 0 15px 0 0;
  margin: 0 0 60px 0;
}
.blog-details-area .blog-details-pic .post-slide .post-img {
  overflow: hidden;
}
.blog-details-area .blog-details-pic .post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out 0s;
}
.blog-details-area .blog-details-pic .post-slide:hover .post-img img {
  transform: scale(1.2, 1.2);
  filter: none;
  opacity: 1;
}
.blog-details-area .blog-details-pic .post-slide .post-content {
  padding: 20px 30px;
  position: relative;
  background: #e5e5e5;
}
.blog-details-area .blog-details-pic .post-slide .post-content a span {
  color: #333;
}
.blog-details-area .blog-details-pic .post-slide .post-content a span:hover {
  text-decoration: none;
}
.blog-details-area .blog-details-pic .post-slide .post-content a:hover {
  text-decoration: none;
}
.blog-details-area .blog-details-pic .post-slide .post-content h2 {
  margin: 20px 0 10px 0;
  font-size: 2rem;
  font-weight: 600 !important;
}
.blog-details-area .blog-details-pic .post-slide .post-content h2 a {
  color: #333;
  text-decoration: none;
}
.blog-details-area .blog-details-pic .post-slide .post-content h2 a:hover {
  color: #333;
  text-decoration: none;
}
.blog-details-area .blog-details-pic .post-slide .post-date {
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
  background: #556677;
  position: absolute;
  top: -30px;
  left: 30px;
}
.blog-details-area .blog-details-pic .post-slide .month {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
}
.blog-details-area .blog-details-pic .post-slide .date {
  color: #fff;
  font-size: 14px;
}
.blog-details-area .blog-details-pic .post-slide .post-title {
  margin: 10px 0;
}
.blog-details-area .blog-details-pic .post-slide .post-title a {
  color: #2c2c2c;
  font-size: 22px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.blog-details-area .blog-details-pic .post-slide .post-title a:hover {
  color: #333;
  text-decoration: none;
}
.blog-details-area .blog-details-pic .post-slide .post-description {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.blog-details-area .blog-details-pic .post-slide .post-bar {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  background: #017ac9;
}
.blog-details-area .blog-details-pic .post-slide .post-bar li {
  display: inline-block;
  margin-right: 5px;
}
.blog-details-area .blog-details-pic .post-slide .post-bar li a {
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease;
}
.blog-details-area .blog-details-pic .post-slide .post-bar li a:hover {
  text-decoration: none;
  color: #333;
}
.blog-details-area .blog-details-pic .post-slide .post-bar li i {
  color: #fff;
  margin-right: 5px;
}
.blog-details-area .blog-details-description .latest-box {
  display: flex;
  margin: 30px 0 20px 0;
}
.blog-details-area .blog-details-description .latest-box .latest-pic img {
  max-width: 150px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  padding: 6px 6px;
  border: 1px solid #ccc;
  margin: 0 20px 0 0;
}
.blog-details-area .blog-details-description .latest-box .latest-content h6 i {
  color: #017ac9;
  margin-right: 10px;
}
.blog-details-area .blog-details-description .latest-box .latest-content h6 a {
  text-decoration: none;
}
.blog-details-area .blog-details-description .latest-box .latest-content h6 a:hover {
  text-decoration: none;
}
.blog-details-area .blog-details-description .latest-box .latest-content p {
  line-height: 26px;
}
.blog-details-area .blog-details-description .latest-box .latest-content p a {
  text-decoration: none;
  color: #333;
}
.blog-details-area .blog-details-description .latest-box .latest-content p a:hover {
  text-decoration: none;
  color: #333;
}

.recent-blogs-area {
  overflow: hidden;
}
.recent-blogs-area h2 {
  margin: 0 0 30px 0;
}
.recent-blogs-area .post-slide {
  padding: 0 15px;
  margin: 0 0 60px 0;
}
.recent-blogs-area .post-slide .post-img {
  overflow: hidden;
}
.recent-blogs-area .post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out 0s;
}
.recent-blogs-area .post-slide:hover .post-img img {
  transform: scale(1.2, 1.2);
  filter: none;
  opacity: 1;
}
.recent-blogs-area .post-slide .post-content {
  padding: 20px 30px;
  position: relative;
  background: #e5e5e5;
  height: 130px;
}
@media (max-width: 1599px) {
  .recent-blogs-area .post-slide .post-content {
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .recent-blogs-area .post-slide .post-content {
    height: 130px;
  }
}
@media (max-width: 991px) {
  .recent-blogs-area .post-slide .post-content {
    height: 160px;
  }
}
@media (max-width: 639px) {
  .recent-blogs-area .post-slide .post-content {
    height: auto;
  }
}
.recent-blogs-area .post-slide .post-date {
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
  background: #556677;
  position: absolute;
  top: -30px;
  left: 30px;
}
.recent-blogs-area .post-slide .month {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
}
.recent-blogs-area .post-slide .date {
  color: #fff;
  font-size: 14px;
}
.recent-blogs-area .post-slide .post-title {
  margin: 20px 0;
}
.recent-blogs-area .post-slide .post-title a {
  color: #2c2c2c;
  font-size: 22px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.recent-blogs-area .post-slide .post-title a:hover {
  color: #333;
  text-decoration: none;
}
.recent-blogs-area .post-slide .post-description {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.recent-blogs-area .post-slide .post-bar {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  background: #017ac9;
}
.recent-blogs-area .post-slide .post-bar li {
  display: inline-block;
  margin-right: 5px;
}
.recent-blogs-area .post-slide .post-bar li a {
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease;
}
.recent-blogs-area .post-slide .post-bar li a:hover {
  text-decoration: none;
  color: #333;
}
.recent-blogs-area .post-slide .post-bar li i {
  color: #fff;
  margin-right: 5px;
}

.home-blog-sec #home-blog-slider {
  margin: 45px 0 0 0;
}
@media (max-width: 991px) {
  .home-blog-sec #home-blog-slider .post-slide {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .home-blog-sec #home-blog-slider .post-slide {
    padding: 0px;
  }
}
.home-blog-sec #home-blog-slider .post-slide .post-img {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.home-blog-sec #home-blog-slider .post-slide .post-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1599px) {
  .home-blog-sec #home-blog-slider .post-slide .post-img img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .home-blog-sec #home-blog-slider .post-slide .post-img img {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .home-blog-sec #home-blog-slider .post-slide .post-img img {
    height: 170px;
  }
}
@media (max-width: 639px) {
  .home-blog-sec #home-blog-slider .post-slide .post-img img {
    height: auto;
  }
}
.home-blog-sec #home-blog-slider .post-slide:hover .post-img img {
  transform: scale(1.2, 1.2);
  filter: none;
  opacity: 1;
}
.home-blog-sec #home-blog-slider .post-slide .post-content {
  padding: 20px 30px;
  position: relative;
  background: #e5e5e5;
  height: 140px;
}
.home-blog-sec #home-blog-slider .post-slide .post-date {
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
  background: #556677;
  position: absolute;
  top: -30px;
  left: 30px;
}
.home-blog-sec #home-blog-slider .post-slide .month {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
}
.home-blog-sec #home-blog-slider .post-slide .date {
  color: #fff;
  font-size: 14px;
}
.home-blog-sec #home-blog-slider .post-slide .post-title {
  margin: 20px 0;
}
.home-blog-sec #home-blog-slider .post-slide .post-title a {
  color: #2c2c2c;
  font-size: 22px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.home-blog-sec #home-blog-slider .post-slide .post-title a:hover {
  color: #333;
  text-decoration: none;
}
.home-blog-sec #home-blog-slider .post-slide .post-description {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.home-blog-sec #home-blog-slider .post-slide .post-bar {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  background: #017ac9;
}
.home-blog-sec #home-blog-slider .post-slide .post-bar li {
  display: inline-block;
  margin-right: 5px;
}
.home-blog-sec #home-blog-slider .post-slide .post-bar li a {
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease;
}
.home-blog-sec #home-blog-slider .post-slide .post-bar li a:hover {
  text-decoration: none;
  color: #333;
}
.home-blog-sec #home-blog-slider .post-slide .post-bar li i {
  color: #fff;
  margin-right: 5px;
}

.gallery-hero-area {
  margin: 140px 0 0 0;
}
@media (max-width: 1199px) {
  .gallery-hero-area {
    margin: 90px 0 0 0;
  }
}
@media (max-width: 991px) {
  .gallery-hero-area {
    margin: 90px 0 0 0;
  }
}
@media (max-width: 639px) {
  .gallery-hero-area {
    margin: 100px 0 0 0;
  }
}
.gallery-hero-area img {
  width: 100%;
}
@media (max-width: 639px) {
  .gallery-hero-area img {
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery-main-area {
  margin: 80px 0 60px 0;
}
.gallery-main-area .gallery-image-box {
  margin: 0 0 60px 0;
  padding: 0px 10px;
}
@media (max-width: 639px) {
  .gallery-main-area .gallery-image-box {
    margin: 0 0 40px 0;
  }
}
.gallery-main-area .gallery-image-box img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1599px) {
  .gallery-main-area .gallery-image-box img {
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .gallery-main-area .gallery-image-box img {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .gallery-main-area .gallery-image-box img {
    height: 240px;
  }
}
@media (max-width: 639px) {
  .gallery-main-area .gallery-image-box img {
    height: auto;
  }
}
.gallery-main-area .gallery-image-box a {
  color: #333;
  text-decoration: none;
}
.gallery-main-area .gallery-image-box a:hover {
  color: #333;
  text-decoration: none;
}
.gallery-main-area .gallery-image-box h4 {
  text-align: center;
  padding: 20px 0 0 0;
}
.gallery-main-area .gallery-image-box .modal-dialog {
  max-width: 100% !important;
  padding: 0 260px;
}
@media (max-width: 1599px) {
  .gallery-main-area .gallery-image-box .modal-dialog {
    padding: 0 140px;
  }
}
@media (max-width: 1199px) {
  .gallery-main-area .gallery-image-box .modal-dialog {
    padding: 0 200px;
  }
}
@media (max-width: 991px) {
  .gallery-main-area .gallery-image-box .modal-dialog {
    padding: 0 60px;
  }
}
@media (max-width: 639px) {
  .gallery-main-area .gallery-image-box .modal-dialog {
    padding: 0;
  }
}
.gallery-main-area .gallery-image-box .modal-header {
  border: none;
}
.gallery-main-area .gallery-image-box .modal-body {
  padding: 0 40px 40px 40px;
}
@media (max-width: 639px) {
  .gallery-main-area .gallery-image-box .modal-body {
    padding: 10px 10px 20px 10px;
  }
}
.gallery-main-area .gallery-image-box .modal-body .gallery-popup .gallery-popup-first .gallerySwiper .swiper-slide img {
  height: auto;
}
.gallery-main-area .gallery-image-box .modal-body .gallery-popup .gallery-popup-first .gallerySwiper .swiper-button-prev:after {
  background: #E7E5E5;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.gallery-main-area .gallery-image-box .modal-body .gallery-popup .gallery-popup-first .gallerySwiper .swiper-button-next:after {
  background: #E7E5E5;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.gallery-main-area .gallery-image-box .modal-body .gallery-popup .gallery-popup-second {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .gallery-main-area .gallery-image-box .modal-body .gallery-popup .gallery-popup-second {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 639px) {
  .gallery-main-area .gallery-image-box .modal-body .gallery-popup .gallery-popup-second {
    margin: 10px 0 0 0;
  }
}
.gallery-main-area .gallery-image-box .close {
  float: right;
  font-size: 3rem !important;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1 !important;
  margin: -1rem 0rem -1rem auto !important;
  padding: 0 !important;
}

.about-main-area {
  margin: 80px 0 60px 0;
}
.about-main-area img {
  width: 100%;
}
@media (max-width: 639px) {
  .about-main-area img {
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about-page-area {
  margin: 80px 0 0 0;
}
.about-page-area .about-box {
  position: relative;
  width: 100%;
  padding: 20px;
}
.about-page-area .about-box img {
  height: 400px;
  float: right;
  shape-margin: 20px;
  padding: 0 0 0 50px;
  border-radius: 0 30px;
}
@media (max-width: 1599px) {
  .about-page-area .about-box img {
    height: 340px;
    border-radius: 0 25px;
  }
}
@media (max-width: 1199px) {
  .about-page-area .about-box img {
    height: 260px;
    border-radius: 0 10px;
  }
}
@media (max-width: 991px) {
  .about-page-area .about-box img {
    height: auto;
    width: 100%;
    margin: 0 0 31px 0;
    padding: 0;
    border-radius: 0 10px;
  }
}
.about-page-area .about-box h1 {
  text-align: left;
}
.about-page-area .about-box h5 {
  margin: 0 0 20px 0;
}
.about-page-area .about-box p {
  text-align: justify;
}

.about .about-first h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
.about .about-first h2::after {
  width: 170px;
  height: 4px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  position: absolute;
  left: 0%;
  top: 40px;
}
.about .about-first h5 {
  color: #fff;
}
.about .about-first p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  width: 90%;
}
@media (max-width: 1599px) {
  .about .about-first p {
    width: 96%;
  }
}
@media (max-width: 1199px) {
  .about .about-first p {
    width: 100%;
  }
}

.why-choose-us-area {
  margin: 80px 0 100px 0;
}
@media (max-width: 1599px) {
  .why-choose-us-area {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 639px) {
  .why-choose-us-area {
    margin: 40px 0 70px 0;
  }
}
.why-choose-us-area h2 {
  text-align: center;
  position: relative;
  color: #017ac9;
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .why-choose-us-area h2 {
    margin: 0 0 20px 0;
  }
}
.why-choose-us-area h2::after {
  width: 270px;
  height: 4px;
  border-top: 1px solid #017ac9;
  border-bottom: 1px solid #017ac9;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
}
@media (max-width: 639px) {
  .why-choose-us-area h2::after {
    width: 200px;
    top: 40px;
  }
}
.why-choose-us-area .col-xl-4 .why-choose-us-boxes {
  padding: 20px 30px;
  border-radius: 8px;
  margin: 0;
}
@media (max-width: 1599px) {
  .why-choose-us-area .col-xl-4 .why-choose-us-boxes {
    padding: 20px 20px;
  }
}
@media (max-width: 1199px) {
  .why-choose-us-area .col-xl-4 .why-choose-us-boxes {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .why-choose-us-area .col-xl-4 .why-choose-us-boxes {
    padding: 10px;
    height: auto;
  }
}
@media (max-width: 639px) {
  .why-choose-us-area .col-xl-4 .why-choose-us-boxes {
    padding: 10px;
    height: auto;
  }
}
.why-choose-us-area .col-xl-4 .why-choose-us-boxes h3 {
  padding-left: 70px;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1599px) {
  .why-choose-us-area .col-xl-4 .why-choose-us-boxes h3 {
    font-size: 1.5rem;
  }
}
.why-choose-us-area .col-xl-4 .why-choose-us-boxes h3 img {
  width: 54px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.why-choose-us-area .col-xl-4 .why-choose-us-boxes p {
  text-align: justify;
  margin: 20px 0 0 0;
}

.values-area {
  background: #017ac9;
  margin: 80px 0 100px 0;
}
@media (max-width: 1599px) {
  .values-area {
    margin: 40px 0 100px 0;
  }
}
.values-area h2 {
  text-align: center;
  position: relative;
  color: #ffffff;
  margin: 0 0 50px 0;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .values-area h2 {
    margin: 0 0 20px 0;
  }
}
.values-area h2::after {
  width: 120px;
  height: 4px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}
@media (max-width: 639px) {
  .values-area h2::after {
    width: 90px;
    top: 97px;
  }
}
.values-area .value-box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 90px 0;
}
@media (max-width: 639px) {
  .values-area .value-box {
    padding: 20px 0 90px 0;
  }
}
.values-area .value-box .values-boxes {
  background: #fff;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  height: 280px;
}
@media (max-width: 1599px) {
  .values-area .value-box .values-boxes {
    padding: 25px 15px;
    height: 320px;
  }
}
@media (max-width: 1199px) {
  .values-area .value-box .values-boxes {
    padding: 25px 15px;
    height: 250px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .values-area .value-box .values-boxes {
    padding: 25px 15px;
    height: 250px;
  }
}
@media (max-width: 639px) {
  .values-area .value-box .values-boxes {
    padding: 25px 15px;
    height: auto;
  }
}
.values-area .value-box .values-boxes h3 {
  color: #017ac9;
}
.values-area .value-box .values-boxes p {
  color: #333;
}
.values-area .value-box .values-boxes img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin: 0 0 20px 0;
}

.slider-area {
  padding: 50px 0;
}
.slider-area .row {
  align-items: end;
}
.slider-area .slider-first {
  margin: 0 0 140px 0;
  padding: 0;
  position: relative;
}
.slider-area .slider-first .text-slider-Swiper .swiper-wrapper {
  height: 400px;
}
@media (max-width: 1199px) {
  .slider-area .slider-first .text-slider-Swiper .swiper-wrapper {
    height: auto;
  }
}
.slider-area .slider-first .text-slider-Swiper .swiper-wrapper .swiper-slide {
  background: #017ac9;
  padding: 60px 50px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .slider-area .slider-first .text-slider-Swiper .swiper-wrapper .swiper-slide {
    padding: 50px 10px;
    margin: 20px 0 0 0;
  }
}
.slider-area .slider-first .text-slider-Swiper .swiper-wrapper .swiper-slide h1 {
  color: #fff;
  text-align: left;
  font-size: 2rem;
}
.slider-area .slider-first .text-slider-Swiper .swiper-wrapper .swiper-slide h2 {
  color: #fff;
  text-align: left;
  font-size: 2rem;
}
.slider-area .slider-first .text-slider-Swiper .swiper-pagination {
  text-align: end;
  padding: 0 30px 0 0;
  bottom: 40px;
}
.slider-area .slider-first .text-slider-Swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  opacity: 1;
  border: 1px solid #fff;
  background: #017ac9;
}
.slider-area .slider-first .text-slider-Swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
  cursor: pointer;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  opacity: 1;
  background: #fff;
}
.slider-area .slider-first .product-social {
  position: absolute;
  bottom: -120px;
  left: 30px;
}
.slider-area .slider-first .product-social h6 a {
  color: #017ac9;
}
.slider-area .slider-first .product-social h6 a i {
  color: #017ac9;
  margin-left: 10px;
}
.slider-area .slider-first .product-social .social-banner {
  padding: 20px 0 0 0;
}
.slider-area .slider-first .product-social .social-banner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-area .slider-first .product-social .social-banner ul li {
  list-style: none;
  margin-right: 5px;
}
.slider-area .slider-first .product-social .social-banner ul li i {
  background: #017ac9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .slider-area .slider-second {
    order: -1;
  }
}
.slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide {
  text-align: left;
  padding: 0 0 50px 0;
}
.slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide h2 {
  color: #017ac9;
  text-align: left;
  padding: 10px 0;
  height: auto;
}
@media (max-width: 991px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 639px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide h2 {
    font-size: 1.3rem;
  }
}
.slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1599px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide img {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide img {
    height: 300px;
  }
}
@media (max-width: 639px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-wrapper .swiper-slide img {
    height: 240px;
  }
}
.slider-area .slider-second .image-slider-Swiper .swiper-pagination {
  text-align: center;
  padding: 0 30px 0 0;
  bottom: 50px;
  width: 30%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-pagination {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .slider-area .slider-second .image-slider-Swiper .swiper-pagination {
    width: 100%;
    bottom: 10px;
    text-align: left;
  }
}
.slider-area .slider-second .image-slider-Swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  opacity: 1;
  border: 1px solid #017ac9;
  background: #ffffff;
}
.slider-area .slider-second .image-slider-Swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
  cursor: pointer;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  opacity: 1;
  background: #017ac9;
}
.slider-area .slider-second .image-slider-Swiper .btn-top {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #017ac9;
  border-radius: 6px !important;
  border-radius: 0;
  border: 2px solid #017ac9;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
.slider-area .slider-second .image-slider-Swiper .btn-top:focus,
.slider-area .slider-second .image-slider-Swiper .btn-top:hover {
  color: #333 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
.slider-area .slider-second .image-slider-Swiper .btn-top:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.slider-area .slider-second .image-slider-Swiper .btn-top:hover:after {
  height: 100%;
  bottom: auto;
  top: 0;
}

.what-we-do-area {
  padding: 80px 0;
  background: #017ac9;
}
.what-we-do-area h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.what-we-do-area h2::after {
  width: 240px;
  height: 4px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40px;
}
.what-we-do-area .what-we-do-box {
  padding: 30px 30px;
  border: 1px solid rgba(207, 235, 253, 0.2509803922);
  border-radius: 8px;
  margin-bottom: 30px;
  height: 230px;
}
@media (max-width: 1599px) {
  .what-we-do-area .what-we-do-box {
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .what-we-do-area .what-we-do-box {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .what-we-do-area .what-we-do-box {
    height: 180px;
  }
}
@media (max-width: 639px) {
  .what-we-do-area .what-we-do-box {
    height: auto;
  }
}
.what-we-do-area .what-we-do-box h3 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.what-we-do-area .what-we-do-box p {
  color: #fff;
  text-align: justify;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 1599px) {
  .what-we-do-area .what-we-do-box p {
    text-align: left;
  }
}

.pro-categories {
  padding-right: 80px !important;
}
@media (max-width: 1599px) {
  .pro-categories {
    padding-right: 50px !important;
  }
}
@media (max-width: 1199px) {
  .pro-categories {
    padding-right: 50px !important;
  }
}
@media (max-width: 991px) {
  .pro-categories {
    padding-right: 0px !important;
  }
}
@media (max-width: 639px) {
  .pro-categories {
    padding-right: 10px !important;
  }
}
@media (max-width: 1199px) {
  .pro-categories .col-lg-4 {
    padding: 0 10px;
  }
}
.pro-categories .col-lg-4 a {
  text-decoration: none !important;
}
.pro-categories .col-lg-4 a h3 {
  text-transform: uppercase;
  font-size: 18px !important;
  color: #fff;
  text-align: center;
  margin-bottom: 2%;
}
@media (max-width: 1599px) {
  .pro-categories .col-lg-4 a h3 {
    font-size: 14px !important;
  }
}
.pro-categories .col-lg-4 a:hover {
  text-decoration: none !important;
}
.pro-categories h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #017ac9;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 25px 0 !important;
}
@media (max-width: 639px) {
  .pro-categories h2 {
    font-size: 1.7rem !important;
  }
}
.pro-categories h2::after {
  width: 330px !important;
  height: 4px;
  border-top: 1px solid #017ac9;
  border-bottom: 1px solid #017ac9;
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
}
@media (max-width: 639px) {
  .pro-categories h2::after {
    width: 280px !important;
  }
}
.pro-categories a .pro-categories-box {
  background: #017ac9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  margin: 15px 0px;
  padding: 0px 10px;
  height: 190px;
}
@media (max-width: 1599px) {
  .pro-categories a .pro-categories-box {
    height: 190px;
    margin: 10px 0px;
    padding: 20px 10px 0 10px;
  }
}
@media (max-width: 1199px) {
  .pro-categories a .pro-categories-box {
    height: 200px;
    margin: 10px 0px;
    padding: 20px 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .pro-categories a .pro-categories-box {
    height: 190px;
    margin: 15px 0px;
    padding: 20px 10px 0 10px;
  }
}
.pro-categories a .pro-categories-box img {
  width: 90px !important;
  height: auto;
}
.pro-categories a .pro-categories-box h3 {
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
}
@media (max-width: 1599px) {
  .pro-categories a .pro-categories-box h3 {
    font-size: 14px;
  }
}
.pro-categories a:hover .pro-categories-box {
  background: #737272;
  transition: all 0.3s ease-in-out;
}

.testimonials-area {
  margin: 0px 0 40px 0 !important;
  padding: 20px 0 !important;
}
@media (max-width: 1199px) {
  .testimonials-area {
    margin: 30px 0 30px 0 !important;
  }
}
@media (max-width: 991px) {
  .testimonials-area {
    margin: 30px 0 30px 0 !important;
  }
}
@media (max-width: 639px) {
  .testimonials-area {
    margin: 0px 0 30px 0 !important;
  }
}
.testimonials-area .testi-box {
  padding-right: 50px !important;
  margin-top: 30px !important;
}
@media (max-width: 1599px) {
  .testimonials-area .testi-box {
    padding-right: 100px !important;
    margin-top: 0px !important;
  }
}
@media (max-width: 1199px) {
  .testimonials-area .testi-box {
    padding-right: 50px !important;
  }
}
@media (max-width: 991px) {
  .testimonials-area .testi-box {
    padding-right: 10px !important;
  }
}
@media (max-width: 639px) {
  .testimonials-area .testi-box {
    padding: 0px !important;
    margin-top: 10px !important;
  }
}
.testimonials-area .testi-box h2 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #017ac9;
  position: relative;
}
.testimonials-area .testi-box h2::after {
  width: 220px !important;
  height: 4px;
  border-top: 1px solid #017ac9;
  border-bottom: 1px solid #017ac9;
  content: "";
  position: absolute;
  left: 0%;
  top: 42px;
}
.testimonials-area .testi-box .testimonial {
  border: 1px solid #c9ced3;
  border-right: 2px solid #c9ced3;
  padding: 70px 25px 100px;
  margin: 40px 0 50px 0;
  position: relative;
}
@media (max-width: 639px) {
  .testimonials-area .testi-box .testimonial {
    padding: 60px 15px 100px;
    margin: 20px 0 30px 0;
  }
}
.testimonials-area .testi-box .testimonial:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #017ac9;
  position: absolute;
  top: 20px;
  left: 25px;
}
.testimonials-area .testi-box .testimonial .description {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.testimonials-area .testi-box .testimonial .pic {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  left: 25px;
}
.testimonials-area .testi-box .testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonials-area .testi-box .testimonial .testimonial-title {
  font-size: 20px;
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 150px;
}
@media (max-width: 639px) {
  .testimonials-area .testi-box .testimonial .testimonial-title {
    bottom: 10px;
    left: 130px;
    font-size: 18px;
  }
}
.testimonials-area .testi-box .testimonial .testimonial-title small {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 7px;
}
.testimonials-area .testi-box .owl-theme .owl-controls .owl-page.active span {
  background: #00adb7;
}

.industries-we-serve-area {
  margin: 0px 0 70px 0;
}
.industries-we-serve-area .container-fluid {
  width: 90%;
}
.industries-we-serve-area h2 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #017ac9;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .industries-we-serve-area h2 {
    font-size: 1.7rem;
  }
}
.industries-we-serve-area h2::after {
  width: 388px !important;
  height: 4px;
  border-top: 1px solid #017ac9;
  border-bottom: 1px solid #017ac9;
  content: "";
  position: absolute;
  left: 0%;
  top: 45px;
}
@media (max-width: 639px) {
  .industries-we-serve-area h2::after {
    width: 288px !important;
    top: 36px;
  }
}
.industries-we-serve-area .industries-we-serveSwiper {
  margin: 50px 0 30px 0;
}
.industries-we-serve-area .industries-we-serveSwiper .swiper-slide img {
  width: 100%;
  border-radius: 6px;
}
.industries-we-serve-area .industries-we-serveSwiper .swiper-slide a {
  text-decoration: none;
  color: #333;
}
.industries-we-serve-area .industries-we-serveSwiper .swiper-slide a h6 {
  text-align: center;
  margin: 10px 0 0 0;
  color: #333;
}
.industries-we-serve-area .industries-we-serveSwiper .swiper-slide a:hover {
  text-decoration: none;
  color: #333;
}

.email-subscription-area {
  background: #017ac9;
  padding: 45px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 90px 0 5px 0;
}
@media (max-width: 1199px) {
  .email-subscription-area {
    flex-direction: column;
  }
}
.email-subscription-area h2 {
  color: #fff;
}
@media (max-width: 1199px) {
  .email-subscription-area h2 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .email-subscription-area h2 {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .email-subscription-area h2 {
    font-size: 28px;
    text-align: center;
    padding: 0 10px;
  }
}
.email-subscription-area button {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.email-subscription-area button.read {
  background: #fff;
  color: #017ac9;
}

.product-view-content .express-intrest-manual {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 40px 0 30px 0;
  padding: 0 10px;
}
.product-view-content .express-intrest-manual .express-intrest .show {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.631372549);
}
.product-view-content .express-intrest-manual .express-intrest .express {
  background: #017ac9;
  color: #fff;
  font-size: 17px;
  border-radius: 6px;
  letter-spacing: 0;
  text-transform: capitalize;
  outline: none !important;
  border: none;
  cursor: pointer;
  padding: 10px 20px !important;
}
@media (max-width: 639px) {
  .product-view-content .express-intrest-manual .express-intrest .express {
    padding: 10px !important;
  }
}
.product-view-content .express-intrest-manual .express-intrest .modal-content {
  padding: 15px 10px;
}
@media (max-width: 639px) {
  .product-view-content .express-intrest-manual .express-intrest .modal-content {
    padding: 15px 0px;
  }
}
.product-view-content .express-intrest-manual .express-intrest .modal-content .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #017ac9;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  border: 1px solid #017ac9 !important;
  padding: 3px 7px !important;
  margin: 0 -15px -15px auto !important;
}
.product-view-content .express-intrest-manual .express-intrest .modal-body form button {
  background: #017ac9;
  color: #fff;
  float: right;
  letter-spacing: 1px;
  font-size: 14px;
}
.product-view-content .express-intrest-manual .express-intrest button {
  margin-bottom: 0;
}
.product-view-content .express-intrest-manual .manual a {
  background: #017ac9;
  color: white;
  font-size: 17px;
  border-radius: 6px;
  padding: 12px 20px;
}
.product-view-content .express-intrest-manual .manual a:hover {
  text-decoration: none;
}
.product-view-content .express-intrest-manual .manual a i {
  padding-left: 10px;
  font-size: 18px;
  color: #fff;
}

.social-media-area {
  margin: 0px 0 0px 0;
  background: #f1f1f1;
  padding: 70px 0 60px 0;
}
.social-media-area .container-fluid {
  width: 65%;
}
@media (max-width: 1599px) {
  .social-media-area .container-fluid {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .social-media-area .container-fluid {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .social-media-area .container-fluid {
    width: 90%;
  }
}
@media (max-width: 639px) {
  .social-media-area .container-fluid {
    width: auto;
  }
}
.social-media-area h2 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #017ac9;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 639px) {
  .social-media-area h2 {
    font-size: 1.7rem;
  }
}
.social-media-area h2::after {
  width: 240px !important;
  height: 4px;
  border-top: 1px solid #017ac9;
  border-bottom: 1px solid #017ac9;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45px;
}
@media (max-width: 639px) {
  .social-media-area h2::after {
    width: 180px !important;
    top: 36px;
  }
}
.social-media-area .socialMediaSwiper {
  margin: 50px 0 30px 0;
}
.social-media-area .socialMediaSwiper .swiper-slide a {
  text-decoration: none !important;
}
.social-media-area .socialMediaSwiper .swiper-slide a:hover {
  text-decoration: none !important;
}
.social-media-area .socialMediaSwiper .swiper-slide img {
  width: 100%;
  border-radius: 6px 6px 0 0;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .social-media-area .socialMediaSwiper .swiper-slide img {
    height: 210px;
  }
}
@media (max-width: 1199px) {
  .social-media-area .socialMediaSwiper .swiper-slide img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .social-media-area .socialMediaSwiper .swiper-slide img {
    height: 240px;
  }
}
@media (max-width: 639px) {
  .social-media-area .socialMediaSwiper .swiper-slide img {
    height: auto;
  }
}
.social-media-area .socialMediaSwiper .swiper-slide .like-and-share {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #017ac9;
  padding: 10px 0;
  margin: 0 0 1px 0;
}
.social-media-area .socialMediaSwiper .swiper-slide .like-and-share h6 {
  text-align: center;
  margin: 0 7px 0 0;
  text-decoration: none;
  color: #fff;
}
.social-media-area .socialMediaSwiper .swiper-slide .like-and-share h6:hover {
  text-decoration: none;
  color: #fff;
}
.social-media-area .socialMediaSwiper .swiper-slide .like-and-share i {
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 18px;
}
.social-media-area .socialMediaSwiper .swiper-slide .like-and-share p {
  margin: 0;
  color: #fff;
}
.social-media-area .socialMediaSwiper .swiper-slide .caption {
  margin: 0;
  color: #fff;
  background: #017ac9;
  padding: 10px 20px 20px 20px;
  text-align: center;
}

.express-intrst-area {
  padding: 50px 0;
}
.express-intrst-area .express-intrst-box {
  background: #017ac9;
  border-radius: 8px;
  margin: 0 0 60px 0;
  padding: 50px 50px;
}
@media (max-width: 639px) {
  .express-intrst-area .express-intrst-box {
    padding: 30px 20px;
  }
}
.express-intrst-area .express-intrst-box .form-box input {
  background: #017ac9 !important;
  padding: 10px !important;
  border: 1px solid #dbdbdb !important;
  font-size: 15px !important;
  width: 100% !important;
  color: #fff !important;
  border-radius: 6px !important;
  margin: 0 0 20px 0;
}
.express-intrst-area .express-intrst-box .form-box input::-moz-placeholder {
  color: #e2e2e2;
  font-family: "Exo 2", sans-serif !important;
}
.express-intrst-area .express-intrst-box .form-box input::placeholder {
  color: #e2e2e2;
  font-family: "Exo 2", sans-serif !important;
}
.express-intrst-area .express-intrst-box .form-box .send {
  background: #fff !important;
  cursor: pointer;
  color: #333 !important;
  font-family: "Exo 2", sans-serif !important;
}
.express-intrst-area .express-intrst-box .form-box button {
  border-radius: 6px;
  border: none;
  padding: 10px 20px !important;
}
.express-intrst-area .express-intrst-box h3 {
  font-family: "Exo 2", sans-serif !important;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.express-intrst-area .express-intrst-box .mycaptcha {
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.express-intrst-area .express-intrst-box .position-relative {
  position: relative;
  margin: 7px 0 0 0;
}
.express-intrst-area .express-intrst-box .fa-refresh {
  font-size: 24px !important;
  padding-top: 13px !important;
  position: absolute !important;
  top: 4px !important;
  left: 150px !important;
  color: #ffffff !important;
  right: -40px !important;
}

.related-product-area {
  padding: 20px 225px 80px;
}
@media (max-width: 1599px) {
  .related-product-area {
    padding: 20px 125px 80px;
  }
}
@media (max-width: 1199px) {
  .related-product-area {
    padding: 20px 65px 50px;
  }
}
@media (max-width: 991px) {
  .related-product-area {
    padding: 20px 25px 30px;
  }
}
@media (max-width: 639px) {
  .related-product-area {
    padding: 10px 15px 20px;
  }
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid {
  margin: 0 0 40px 0;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0 0 20px 0;
  border-radius: 6px;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid:hover {
  box-shadow: 0px 0px 14.85px 0.15px rgba(0, 0, 0, 0.2);
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-image {
  overflow: hidden;
  padding: 0px;
}
.related-product-area .relatedProductSwiper .swiper-slide.product-grid .product-image a.image {
  display: block;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-sale-label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.3s ease-in-out;
  background: #017ac9;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-links {
  padding: 0;
  margin: 15px 0 0px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-links li {
  margin: 0 0 10px;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-links li a {
  color: #161b1d;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  transform: scale(0);
  display: block;
  transition: all 0.3s ease-in-out;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-links li a:hover {
  color: #161b1d;
  text-decoration: none;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-links li a i {
  width: 30px;
  height: 30px;
  color: #017ac9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #017ac9;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-links li a {
  transform: scale(1);
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-links li a:hover {
  color: #017ac9;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .product-content {
  background: #fff;
  padding: 15px;
  height: 130px;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .category {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 7px;
  display: block;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .category a {
  color: #999;
  transition: all 0.3s ease 0s;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .category a:hover {
  color: #161b1d;
  text-decoration: underline;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .title1 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0 0 7px;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .title1 a {
  text-decoration: none;
  color: #333;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .title1 a:hover {
  text-decoration: none;
  color: #333;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .title a {
  color: #161b1d;
  transition: all 0.3s ease 0s;
}
.related-product-area .relatedProductSwiper .swiper-slide.product-grid .title a:hover {
  color: #017ac9;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .price {
  color: #017ac9;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
.related-product-area .relatedProductSwiper .swiper-slide .product-grid .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin: 0 5px 0 0;
}
.related-product-area .relatedProductSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  border-radius: 0;
  height: 3px;
  cursor: pointer;
}
.related-product-area h2 {
  margin: 0 0 30px 0;
  position: relative;
}
@media (max-width: 639px) {
  .related-product-area h2 {
    font-size: 1.8rem;
  }
}
.related-product-area h2::after {
  width: 250px;
  height: 4px;
  border-top: 1px solid #017ac9;
  border-bottom: 1px solid #017ac9;
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
}
@media (max-width: 639px) {
  .related-product-area h2::after {
    width: 230px;
  }
}
@media screen and (max-width: 990px) {
  .related-product-area .relatedProductSwiper .swiper-slide .product-grid {
    margin-bottom: 30px;
  }
}

.supplier-details-area {
  padding: 20px 225px 80px;
}
@media (max-width: 1599px) {
  .supplier-details-area {
    padding: 20px 125px 40px;
  }
}
@media (max-width: 1199px) {
  .supplier-details-area {
    padding: 20px 65px 50px;
  }
}
@media (max-width: 991px) {
  .supplier-details-area {
    padding: 20px 25px 30px;
  }
}
@media (max-width: 639px) {
  .supplier-details-area {
    padding: 10px 15px 20px;
  }
}
.supplier-details-area .supplier-details-box .product-supplier {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supplier-details-area .supplier-details-box .product-supplier img {
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .supplier-details-area .supplier-details-box .product-supplier img {
    width: 90%;
  }
}
@media (max-width: 639px) {
  .supplier-details-area .supplier-details-box .product-supplier img {
    padding: 0 80px;
    margin: 0 0 30px 0;
  }
}
.supplier-details-area .supplier-details-box h2 {
  font-size: 2.1rem;
}
@media (max-width: 1599px) {
  .supplier-details-area .supplier-details-box h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .supplier-details-area .supplier-details-box h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 639px) {
  .supplier-details-area .supplier-details-box h2 {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.supplier-details-area .supplier-details-box .col-xl-2 {
  justify-content: flex-end;
  display: flex;
  padding: 0;
}
@media (max-width: 639px) {
  .supplier-details-area .supplier-details-box .col-xl-2 {
    justify-content: center;
    margin: 10px 0;
  }
}

.product-faq-area {
  margin: 0 0 80px 0;
}
.product-faq-area .product-faq-box h2 {
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 639px) {
  .product-faq-area .product-faq-box h2 {
    font-size: 23px;
  }
}
.product-faq-area .product-faq-box .accordion {
  width: 100%;
  position: relative;
}
.product-faq-area .product-faq-box .accordian-chk {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -khtml-appearance: none;
  appearnace: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 2;
  margin: 0px;
}
.product-faq-area .product-faq-box .accordion h3 {
  background: #3175c4 none;
  border: 1px solid #3175c4 !important;
  position: relative;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: arial;
  margin: 0;
  z-index: 1;
}
.product-faq-area .product-faq-box .accordion h3 .acc-icon {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.product-faq-area .product-faq-box .accordion .accordian-chk:checked + h3 > .acc-icon {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 5px solid transparent;
  top: 10px;
}
.product-faq-area .product-faq-box .accordion .accordian-chk:checked + h3 + div.accordian-content {
  opacity: 1;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  max-height: 1000px;
  overflow: hidden;
  padding: 15px;
}
.product-faq-area .product-faq-box .accordian-content {
  opacity: 0;
  padding: 15px;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  border: 1px solid #3175c4;
  margin-bottom: 2px;
}
.product-faq-area .product-faq-box .accordion_body p {
  padding: 0 10px !important;
}
.product-faq-area .product-faq-box .accordion_body h5 {
  padding: 0 0 0 10px;
}
.product-faq-area .product-faq-box .accordion_body ul {
  margin-left: 30px;
}
.product-faq-area .product-faq-box .accordion_body ul li {
  list-style-type: disc;
  line-height: 28px;
  font-weight: 400;
}
.product-faq-area .product-faq-box .accordion_head {
  margin: 0px 0 15px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 639px) {
  .product-faq-area .product-faq-box .accordion_head {
    font-size: 15px;
  }
}
.product-faq-area .product-faq-box .accordion_head .plusminus {
  float: none !important;
}/*# sourceMappingURL=main.css.map */