/*--[ font-family: 'Montserrat', sans-serif; ]--*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #464646;
  background-color: #fff;
}

.site-content {
  min-height: 1024px;
  padding-top: 96px;
}

.fw {
  float: left;
  width: 100%;
  clear: both;
}

.has-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.has-bg-center {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.has-bg-auto {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}

.has-bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rmp {
  padding-left: 0;
  padding-right: 0;
}

.rmpr {
  padding-right: 0;
}

.rmpl {
  padding-left: 0;
}

a:hover {
  text-decoration: none;
}

/*--[ HEADER ]--*/
.navbar-nav {
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navbar {
  padding: 0 50px;
  background-color: #007DA7;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  background-color: rgba(208, 219, 223, 0.2);
}

.navbar-light .navbar-brand {
  padding: 20px 0;
  margin: 0px;
}

.dropdown-item {
  text-transform: uppercase;
}

.dropdown-menu {
  /*right: 0;*/
  left: unset;
  min-width: 5rem;
}

.homepage-social-icons i {
  color: #fff;
  font-size: 16px;
}

/*--[ HOMEPAGE-SLIDESHOW ]--*/
.home-slideshow .item {
  height: 800px;
}

.home-slideshow .slick-prev {
  display: none !important;
}

.home-slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  width: 60px;
  height: 60px;
  text-indent: -999999px;
}

.home-slideshow .slick-next {
  right: 5%;
  background-color: transparent;
  background-image: url(../images/right-arrows-couple.png);
  outline: 0;
  border: 0;
}

.info-slideshow {
  height: 800px;
  position: relative;
  overflow: hidden;
}

.info-bg-container-slideshow {
  position: absolute;
  width: 600px;
  left: -60px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  opacity: .6;
}

.slideshow-content-info {
  font-size: 16px;
  margin-bottom: 40px;
}

.slideshow-content {
  left: 40px;
  width: 450px;
  padding: 25px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition: inherit;
  color: #fff;
}

.btn-slideshow {
  color: #fff;
  margin-top: 50px;
  text-transform: lowercase;
  padding: 10px 35px;
  border: 2px solid #fff;
  font-size: 14px;
}

.slideshow-content h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.btn-slideshow:hover {
  outline: 0;
  text-decoration: none;
  color: #007DA7;
  background-color: #fff;
}

/*--[ HOMEPAGE-ABOUT ]--*/
.home-about {
  border-top: 10px solid #fff;
}

.info-about {
  height: 800px;
  position: relative;
  overflow: hidden;
}

.show-about {
  position: absolute;
  width: 125px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleY(-4);
}

.info-bg-container-about {
  position: absolute;
  width: 800px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) scaleY(0.75);
  display: none;
  opacity: .9;
}

.info-bg-about {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 141%;
}

.info-bg-shape-about {
  border-radius: 16px;
  transform: rotate(45deg);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #333;
}

.about-content {
  right: 16%;
  width: 500px;
  padding: 40px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition: inherit;
  color: #fff;
  text-align: center;
}

.about-content h3 {
  margin-bottom: 15px;
  font-size: 39px;
  text-transform: uppercase;
}

.about-content a {
  color: #fff;
}

.about-content svg {
  max-width: 25px;
  margin-bottom: 40px;
}

.about-content-info {
  margin-bottom: 40px;
  font-size: 16px;
}

/*--[ HOMEPAGE-CATEGORIES ]--*/
.home-categories {
  background-color: #F2F2F2;
}

.h-cats {
  position: relative;
  top: -60px;
  padding: 0 50px;
}

.title-cat {
  position: relative;
  max-width: 100%;
  padding: 12px 0;
  background-color: #007DA7;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  top: -40px;
}

.cat-desc p {
  text-align: center;
  font-size: 16px;
}

.title-cat h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.categories-img {
  padding: 0 100px;
}

.categories-img .has-bg-center {
  height: 400px;
  border: 20px solid #fff;
}

.cat-title {
  padding: 0;
}

/*--[ HOMEPAGE- FACTORY-WORK ]--*/
.home-factory-work .img-factory {
  background-image: url(../images/factory-work.svg);
  height: 600px;
}

.factory-work-content svg {
  width: 30px;
  margin-bottom: 30px;
}

.f-content,
.w-content {
  padding: 0 100px;
  color: #fff;
}

.factory-info,
.work-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.f-content h3,
.w-content h3 {
  margin-bottom: 20px;
  font-size: 44px;
}

.f-content a,
.w-content a {
  color: #fff;
}

.factory-content,
.work-content {
  margin-bottom: 50px;
  font-size: 16px;
}

/*--[ HOMEPAGE-CLIENTS ]--*/
.home-clients .slick-dots {
  text-align: center;
}

.home-clients .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}

.home-clients .slick-dots li button {
  background-color: #007DA7;
  border: none;
  text-indent: -99999px;
  width: 25px;
  height: 5px;
  opacity: 0.6;
}

.homepage-clients-logos img {
  display: block;
  margin: 0 auto 0 auto;
  width: 200px;
  height: 200px;
  object-fit: scale-down;
}

.home-clients .slick-dots li.slick-active button {
  opacity: 1;
}

.home-clients .slick-list {
  margin-bottom: 30px;
}

.slick-initialized .slick-slide {
  outline: 0;
}

.home-clients {
  margin: 100px 0;
}

.home-clients h3 {
  text-align: center;
  font-size: 44px;
  color: #007DA7;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.home-clients a:hover {
  text-decoration: none;
}

.home-clients h3:hover {
  color: #004C66;
}

/*--[ PAGE - ABOUT ]--*/
.second-title span {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  width: 50px;
  height: 30px;
  background-image: url(../images/double-arrow.svg);
}

.footer-socials .social-medias {
  display: flex;
}

.footer-socials .social-item-container {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 5px;
  margin-right: 15px;
}

.footer-socials a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-socials .social-medias a i:before {
  font-size: 18px;
  color: #007DA7;
}

.cover-img {
  height: 800px;
  position: relative;
}

.cover-img .slideshow-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(30deg, #000000, rgba(0, 0, 0, 0.01));
}

.cover-button {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 16px;
  background-image: url('../images/next-section.png');
  width: 30px;
  height: 30px;
  margin: 0 auto;
  z-index: 999;
}

.pg-home-cover {
  position: absolute;
  z-index: 9;
  color: #fff;
  max-width: 500px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.pg-home-cover h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 54px;
  text-transform: uppercase;
}

.second-section {
  margin: 100px 0;
}

.second-title h3 {
  position: relative;
  display: inline-block !important;
  font-size: 24px;
  color: #007DA7;
  font-weight: bold;
  border-bottom: 10px solid #007DA7;
  margin-bottom: 40px;
}

.second-section-content {
  color: #4B4B4B;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: justify;
}

/*--[ PAGE - CLIENT ]--*/
.pg-client {
  margin: 100px 0;
}

.pg-client .has-bg-auto {
  height: 350px;
  width: 100%;
  display: block;
}

.pg-client .client-container {
  position: relative;
  margin-bottom: 100px;
  box-shadow: -3px 2px 20px 0px rgba(0, 0, 0, 0.16);
}

.client-container .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 95, 127, 0.84);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.client-container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.client-container .text {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 2%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  padding: 30px;
}

.client-container h3 {
  font-size: 14px;
  border-bottom: 10px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.clients-logos img {
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 300px;
  object-fit: scale-down;
  padding: 10px 0;
}

.client-container .text-content {
  font-size: 14px;
}

.round-button {
  width: 20%;
  z-index: 9;
  float: right;
  position: relative;
  margin-top: -50px;
}

.round-button-circle {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: -3px 2px 20px 0px rgba(0, 0, 0, 0.16);
}

.round-button-circle:hover {
  background: #005F7F;
  color: #fff;
}

.round-button a {
  display: grid;
  float: left;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  line-height: 2;
  margin-top: -2.5em;
  text-align: center;
  color: #005F7F;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.round-button a:hover {
  color: #fff;
  background-color: #005F7F;
}

.fa-share:before {
  font-size: 36px;
}

/*--[ PAGE - WORK ]--*/
.pg-work {
  margin-top: 100px;
}

.position-content {
  background-color: #007DA7;
  color: #fff;
  padding: 25px;
  border-radius: 26px;
  margin: 20px;
}

.pg-position {
  background-color: #F6F6F6;
  padding: 40px 0;
}

.pg-position .round-btn-pos {
  width: 30%;
}

.round-button a {
  font-size: 14px;
  font-weight: normal;
}

.round-button-circle .fa-angle-double-right {
  font-size: 34px;
}

/* contact form*/
.pg-contact-form {
  background-color: #004C66;
  padding: 50px 0;
}

.pg-contact-form .visual-form-builder fieldset {
  background-color: #004C66;
  border: 0;
}

.pg-contact-form .visual-form-builder .vfb-legend {
  padding: 0;
  border: 0;
}

.pg-contact-form .visual-form-builder .vfb-legend h3 {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  border-bottom: 10px solid #fff;
}

.pg-contact-form .vfb-section {
  margin: 0 !important;
  padding: 30px 0 !important;
}

.pg-contact-form p#form_success,
.pg-contact-form .vfb-form-success {
  color: #fff !important;
}

.pg-contact-form label.vfb-desc {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.pg-contact-form input.vfb-medium,
.pg-contact-form input[type="text"].vfb-medium,
.pg-contact-form input[type="email"].vfb-medium,
.pg-contact-form textarea.vfb-medium {
  background-color: #004C66;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 0;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.pg-contact-form textarea.vfb-medium {
  border: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 0;
}

.pg-contact-form input[type="file"].vfb-medium {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pg-contact-form .vfb-item-file-upload {
  margin-top: 30px !important;
}

.pg-contact-form .verification .vfb-legend,
.pg-contact-form .vfb-item-secret {
  display: none !important;
}

.pg-contact-form .vfb-submit,
.pg-contact-form input[type="submit"].vfb-submit,
.page-contact .vfb-submit,
.page-contact input[type="submit"].vfb-submit {
  background-color: #fff;
  border: 0;
  color: #007DA7;
  font-size: 16px;
  padding: 10px 50px;
  outline: 0;
}

.pg-contact-form .vfb-submit:hover,
.pg-contact-form input[type="submit"].vfb-submit:hover {
  color: #fff;
  background-color: #007DA7;
}

.page-contact .vfb-submit:hover,
.page-contact input[type="submit"].vfb-submit:hover {
  color: #fff;
  background-color: #004C66;
}

/*--[ PAGE - FACTORY ]--*/
.pg-factory {
  margin: 100px 0;
}

.pg-factory iframe {
  width: auto;
}

.pg-factory h1 {
  position: relative;
  display: inline-block !important;
  font-size: 24px;
  color: #007DA7;
  font-weight: bold;
  border-bottom: 10px solid #007DA7;
  margin-bottom: 40px;
}

.popup-img {
  outline: 0;
}

.factor-gallery-img:hover {
  background-color: rgba(0, 0, 0, 0.77);
}

.factory-img-content {
  position: relative;
  width: 100%;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.factor-gallery-img {
  display: block;
  width: 100%;
}

.page-factory .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.77);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.factory-img-content:hover .overlay {
  opacity: 1;
}

.page-factory .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-factory .text i {
  text-align: center;
}

.page-factory .text .fa-search:before {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.48);
}

/*--[ PAGE - CONTACT ]--*/
.page-contact .pg-contact {
  background-image: url(../images/factory-work.svg);
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pg-contact-info {
  margin-top: 60px;
  color: #fff;
}

.pg-contact-info h3 {
  font-size: 24px;
  font-weight: bold;
}

.pg-contact-info h4 {
  font-size: 18px;
  margin: 60px 0;
}

.pgg-contact-form .form.visual-form-builder {
  margin-top: 50px;
}

.pgg-contact-form .visual-form-builder fieldset {
  margin-top: 55px;
  background-color: #007DA7;
  border: 0;
}

.pgg-contact-form .verification .vfb-legend {
  display: none !important;
}

.pgg-contact-form .vfb-item-secret {
  display: none !important;
}

.pgg-contact-form .visual-form-builder .vfb-legend {
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 40px;
}

.pgg-contact-form .visual-form-builder .vfb-legend h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.pgg-contact-form .vfb-section {
  margin: 0 !important;
}

.pgg-contact-form .vfb-item {
  padding: 0 !important;
}

.pgg-contact-form label.vfb-desc {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.pgg-contact-form input[type="text"],
.pgg-contact-form input[type="email"],
.pgg-contact-form textarea.vfb-medium {
  background-color: #007DA7;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-top: 40px;
  color: #fff;
}

.page-contact-map .fw {
  height: 500px;
}

/*--[ PAGE - CONTACT ]--*/

/*main post*/
.pg-news {
  margin: 100px 0;
}

.news_main_post_content {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 125, 167, 0.7), rgba(0, 63, 84, 0.7));
  width: 100%;
}

.news_main_post_content h4 {
  font-weight: bold;
}

.news_main_post_article {
  position: relative;
  color: #fff;
}

.news_main_post_article img {
  width: 100%;
}

.news_main_post_article a {
  color: #fff;
}

/*popular post*/
.news_popular_content {
  border-left: 10px solid #007DA7;
  padding-top: 10px;
  padding-left: 10px;
}

.news_popular_content p {
  font-size: 16px;
  font-weight: bold;
  color: #2A2A2A;
}

.news_popular_content small {
  font-size: 12px;
  font-style: italic;
}

.news_popular_article {
  border-bottom: 1px solid #707070;
}

.news-popular-articles-readmore small {
  font-size: 12px;
  color: #007DA7;
}

.news-popular-articles-readmore i:before {
  padding: 10px;
  font-size: 25px;
}

/*latest post*/
.news_latest_post_others_title i {
  padding: 5px;
}

.news_latest_post_content {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 125, 167, 0.7), rgba(0, 63, 84, 0.7));
  width: 100%;
}

.news_latest_post_content p {

  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}

.news_latest_post_content small {
  font-size: 12px;
  font-style: italic;
}

.news_latest_post_article {
  position: relative;
  color: #fff;
}

.news_latest_post_article img {
  width: 100%;
}

.news_latest_post_article a {
  color: #fff;
}

/*--[ SINGLE - NEWS ]--*/
.single-news-in-focus h5 {
  font-weight: bold;
  color: #007DA7;
  border-bottom: 10px solid #007DA7;
}

.single-news-in-focus i {
  padding: 5px;
}

.single-news-image img {
  width: 100%;
}

.single-news-others-title h5 {
  font-weight: bold;
  color: #007DA7;
  border-bottom: 10px solid #007DA7;
}

.single-news-others-title i {
  padding: 5px;
}

.single-news-title h3 {
  font-weight: bold;
}

.single-news-video iframe {
  width: 100%;
}

.single-news-section-content {
  border-bottom: 1px solid #707070;
}

.single-news-post-content {
  padding-top: 10px;
  border-left: 10px solid #007DA7;
  padding-left: 10px;
}

.single-news-post-content p {
  font-size: 16px;
  font-weight: bold;
}

.single-news-post-content small {
  font-size: 12px;
  font-style: italic;
}

.single-news-readmore small {
  font-size: 12px;
  color: #007DA7;
}

.single-news-readmore i:before {
  padding: 10px;
  font-size: 25px;
}

.single-news-gallery-photo img {
  width: 100%;
}

i.single-news-gallery-next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 999;
  background-color: #007DA7;
  font-size: 25px;
  color: #FFFFFF;
  transform: translateY(-50%);
}

i.single-news-gallery-prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999;
  background-color: #007DA7;
  font-size: 25px;
  color: #FFFFFF;
  transform: translateY(-50%);
}

/*--[ FOOTER ]--*/
.site-footer {
  background-color: #007DA7;
  padding: 25px 0;
}

.bottom-footer {
  margin: 0 35px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #fff;
}

.footer-copyright {
  color: #fff;
  font-size: 16px;
}

.footer-copyright p {
  margin-bottom: 0;
}

.social-medias a i:before {
  color: #fff;
  font-size: 16px;
}

.social-medias a i:hover::before {
  color: #C2C2C2;
}

.footer-socials .social-item-container:hover,
.footer-socials .social-medias a:hover,
.footer-socials .social-medias a:hover i:before {
  color: #fff !important;
  background-color: #007DA7;
}

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

.footer-credits a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.footer-credits p {
  margin-bottom: 0;
}

.footer-contact {
  padding: 0 20px;
}

.register h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.register input {
  padding: 10px 0;
  color: rgba(0, 76, 102, 0.7);
  border: 0;
  padding-left: 15px;
  outline: 0;
}

.register input::placeholder {
  color: rgba(0, 76, 102, 0.7);
}

.brand-link img {
  margin-bottom: 30px;
}

.submitBtn {
  background-color: #004C66;
  border: 0;
  color: #fff;
  outline: 0;
}

.ajax-response {
  color: #fff;
}

.footer-address {
  color: #fff;
}

.footer-address h3 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 4px solid;
  display: inline-block;
}

.footer-address h2,
.footer-adrs h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

.menu-footer h3 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 4px solid;
  display: inline-block;
  color: #fff;
}

.menu-footer .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 0;
  padding-bottom: 15px;
}

/*--[ BREAKPOINTS / MEDIA QUERIES ]--*/
@media(max-width: 1600px) and (min-width: 1200px) {
  .categories-img {
    padding: 0 30px;
  }
}

@media(max-width: 1200px) {
  .categories-img {
    padding: 0;
  }

  .title-cat h2 {
    font-size: 26px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px;
  }

  .navbar {
    padding: 0 30px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .site-content {
    padding-top: 70px;
  }

  .fa-share:before {
    font-size: 30px;
  }

  .round-button a {
    margin-top: -2em;
  }

  .round-button {
    width: 25%;
  }

  .about-content {
    width: 430px;
  }
}

@media(max-width: 991px) {
  .categories-img .has-bg-center {
    border: 5px solid #fff;
  }

  .f-content,
  .w-content {
    padding: 0 50px;
  }

  .client-container .text {
    padding: 15px;
  }

  .client-container h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #fff;
  }

  .client-container .text-content {
    font-size: 14px;
  }

  .round-button {
    width: 35%;
  }

  .footer-address {
    margin: 30px 0;
  }

  /*.info-bg-container-about{
    right: -200px;
  }*/
  .footer-contact .row {
    margin-left: 0;
  }

  .footer-contact,
  .subscribe .row {
    padding: 0;
  }

  .footer-contact .col-sm-12,
  .footer-address .col-sm-6,
  .menu-footer .row {
    padding-left: 0;
  }

  .bottom-footer {
    margin: 0 15px;
  }

  .pg-contact {
    height: auto !important;
    background-image: none !important;
    background-color: #005F7F;
  }

  .pgg-contact-form .visual-form-builder fieldset,
  .pgg-contact-form input[type="text"],
  .pgg-contact-form input[type="email"],
  .pgg-contact-form textarea.vfb-medium {
    background-color: #005F7F;
  }

  .pgg-contact-form .visual-form-builder li.vfb-left-half,
  .pgg-contact-form .visual-form-builder li.vfb-right-half {
    width: 100% !important;
  }

  .single-news-others-title {
    margin-top: 20px;
  }
}

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

  .navbar-light .navbar-brand {
    padding-left: 15px;
  }

  .info-bg-container-slideshow svg {
    display: none;
  }

  .home-slideshow .item {
    height: 400px;
  }

  .slideshow-content {
    background-color: #007DA7;
  }

  .slideshow-content h3 {
    font-size: 26px;
  }

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

  .slideshow-content {
    width: 50%;
    padding: 20px;
    top: 25%;
  }

  .home-about .has-bg {
    background-image: unset !important;
    height: auto !important;
    background-color: #007DA7;
  }

  .home-about .info-about {
    height: auto;
  }

  .info-bg-container-about svg {
    display: none;
  }

  .about-content {
    right: 0;
    width: auto;
    padding: 20px;
    transform: unset;
    position: relative;
    top: 0;
  }

  .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0) !important;
  }

  button:focus {
    outline: none;
  }

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link,
  .navbar-light .navbar-nav .nav-link {
    height: auto !important;
  }

  .about-content-info,
  .cat-desc p,
  .factory-content,
  .work-content {
    font-size: 14px;
    text-align: justify;
  }

  .home-factory-work .img-factory {
    background-image: none !important;
    height: auto !important;
    background-color: #007DA7;
  }

  .factory-work-content {
    height: auto !important;
    padding: 30px 0;
  }

  .factory-info,
  .work-info {
    margin-bottom: 70px;
    padding-right: 0;
  }

  .f-content,
  .w-content {
    padding: 0;
  }

  .w-content {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
  }

  .navbar-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #005F7F;
  }

  .home-clients {
    margin: 50px 0;
  }

  .f-content h3,
  .w-content h3,
  .about-content h3,
  .home-clients h3 {
    font-size: 36px;
  }

  .bottom-footer {
    padding: 0;
  }

  .social-medias,
  .footer-credits {
    text-align: left;
  }

  .footer-credits p {
    margin-bottom: 0;
  }

  .site-footer {
    padding: 15px 0;
  }

  .social-footer {
    margin: 15px 0;
  }

  .social-medias a {
    padding: 0 15px 0 0;
  }

  .navbar-nav .dropdown-menu.show {
    display: inline-flex;
  }

  .h-cats {
    position: unset;
    padding: 0;
    margin-left: 0;
    padding-bottom: 25px;
  }

  .title-cat {
    top: 0;
    margin-bottom: 25px;
  }

  .cat-title {
    margin-left: 0;
  }

  .categories-img {
    margin-top: 40px;
  }

  .categories-cat {
    padding: 0;
  }

  .cover-img {
    height: 400px !important;
  }

  .pg-home-cover h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    display: inline-block;
  }

  .visual-form-builder li.vfb-left-third,
  .visual-form-builder li.vfb-middle-third,
  .visual-form-builder li.vfb-right-third {
    width: 100% !important;
    padding: 0 !important;
  }

  .pg-contact-form .visual-form-builder .vfb-legend {
    margin: 0;
  }

  .pg-contact-form textarea.vfb-medium {
    margin-bottom: 20px;
  }

  .round-button {
    width: 25%;
  }

  .menu-footer .navbar-nav {
    background-color: #007DA7;
  }

  .footer-contact .row,
  .factory-img-content {
    padding: 0;
  }

  .bottom-footer {
    margin: 0;
  }

  .footer-copyright {
    margin: 20px 0;
  }

  .submitBtn {
    padding: 10px 0;
  }

  .popup-gallery {
    padding: 0;
    margin: 0;
  }

  .client-container .text-content {
    font-size: 12px;
  }

  .position-content {
    margin: 0;
  }

  .factor-gallery-img {
    background-size: contain;
  }

  .page-contact-map .fw {
    height: 350px;
  }

  .pg-contact .container {
    padding: 0;
  }

  .single-news-gallery-photo .item {
    height: 300px !important
  }

  .pg-factory iframe {
    display: block;
    margin: 6px auto;
  }

}

@media(max-width: 480px) {
  .slideshow-content {
    width: auto;
    background-color: transparent;
    padding: 0;
    color: #007DA7;
  }

  .slideshow-content-info {
    display: none;
  }

  .pg-client .has-bg-auto {
    background-size: contain;
  }

  .btn-slideshow {
    color: #007DA7;
  }

  .round-button {
    width: 30%;
  }

  .round-button a {
    font-size: 10px;
  }

  .round-button .fa-share:before {
    font-size: 24px;
  }

  .categories-img .has-bg-center {
    height: 300px;
  }

  .home-slideshow .slick-next {
    top: 75%;
    bottom: 0;
  }

  .news_main_post_content {
    position: initial;
  }

  .news_latest_post_content {
    position: initial;
  }
}