@charset "UTF-8";
/*
	*******************
	Template Name:Jeans Fectory html5 templete
	Author:
	Author URI:
	Version:
	*******************/
/*
	*******************
    CSS Index
	***********************
	01. Base CSS
    02. Common CSS
    *******************/
/*
	***********************
	01. Base CSS
	***********************/
* {
  list-style: none;
  outline: none !important;
}

a:hover,
a:focus,
a:visited,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

ol,
ul {
  margin: 0px;
  padding: 0px;
}

select {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #252525;
  background: #fff;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

figure {
  margin: 0;
}

/*
	***********************
	02. Common CSS
	***********************/
.trans4, a, .img-overlay:before, .jeans-btn, .about-content .about-text .about-btn, .production-area .single-production-item .production-info .production-btn, .blog-area .single-blog-item .blog-btn, .contact-form .submit-btn, .header-main-area .logo img, .header-main-area #mainmenu li a:after, .home-slider .owl-nav div, .about-content .about-slider .owl-dots .owl-dot, .production-area .single-production-item:before, .testimonial-area .owl-nav div, .blog-area .single-blog-item, .footer-top .footer-widget .newslatter-form .form-inline .newslatter-btn {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mb30 {
  margin-bottom: 30px;
}

.section-padding {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 80px;
}

.section-title h2 {
  display: inline-block;
  background-image: url(../../img/bg/title-bg.jpg);
  background-size: cover;
  width: 304px;
  height: 91px;
  text-align: center;
  line-height: 90px;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}

.section-title p {
  max-width: 550px;
  font-size: 16px;
  margin-top: 25px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title p {
    font-size: 14px;
  }
}

.bg-overlay, .home-vdo, .info-area, .footer-top {
  background-size: cover;
  background-position: center;
  background-color: #195f9f;
  position: relative;
  z-index: 1;
}

.bg-overlay:after, .home-vdo:after, .info-area:after, .footer-top:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #252525;
  opacity: .84;
  z-index: -1;
}

.img-overlay {
  position: relative;
}

.img-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #541008;
  content: '';
  opacity: 0;
  visibility: hidden;
}

.jeans-btn, .about-content .about-text .about-btn, .production-area .single-production-item .production-info .production-btn, .blog-area .single-blog-item .blog-btn, .contact-form .submit-btn {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #00aeff;
  border-radius: 22.5px;
  color: #fff !important;
  padding: 0 30px;
  line-height: 45px;
}

.jeans-btn:hover, .about-content .about-text .about-btn:hover, .production-area .single-production-item .production-info .production-btn:hover, .blog-area .single-blog-item .blog-btn:hover, .contact-form .submit-btn:hover {
  background-color: #00aeff;
}

.social-icons a {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .social-icons a {
    margin-left: 10px;
  }
}

.social-icons a:hover {
  color: #00aeff;
}

.modal-footer .jeans-btn, .modal-footer .about-content .about-text .about-btn, .about-content .about-text .modal-footer .about-btn, .modal-footer .production-area .single-production-item .production-info .production-btn, .production-area .single-production-item .production-info .modal-footer .production-btn, .modal-footer .blog-area .single-blog-item .blog-btn, .blog-area .single-blog-item .modal-footer .blog-btn, .modal-footer .contact-form .submit-btn, .contact-form .modal-footer .submit-btn {
  background-color: #00aeff;
}

.modal-footer .jeans-btn:hover, .modal-footer .about-content .about-text .about-btn:hover, .about-content .about-text .modal-footer .about-btn:hover, .modal-footer .production-area .single-production-item .production-info .production-btn:hover, .production-area .single-production-item .production-info .modal-footer .production-btn:hover, .modal-footer .blog-area .single-blog-item .blog-btn:hover, .blog-area .single-blog-item .modal-footer .blog-btn:hover, .modal-footer .contact-form .submit-btn:hover, .contact-form .modal-footer .submit-btn:hover {
  background-color: #195f9f;
}

/*
	***********************
	03. Header CSS
	***********************/
.header-top-area {
  padding: 20px 0;
  background-color: #303030;
  color: #fff;
}

.header-top-area p {
  line-height: normal;
}

.header-top-area p span {
  color: #00aeff;
  font-weight: 500;
}

.header-fixed {
  z-index: 999 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header-fixed .header-main-area {
  background-color: transparent !important;
}

.sticky-wrapper {
  height: auto !important;
}

.is-sticky .header-fixed {
  background-color: rgba(0, 0, 0, 0.6);
}

.is-sticky .header-fixed .header-main-area {
  padding: 5px 0;
  line-height: 50px;
}

.is-sticky .header-fixed .header-main-area .header-widget {
  display: none;
}

.is-sticky .header-fixed .header-main-area .logo img {
  height: 50px;
}

.header-main-area {
  padding: 10px 0;
  background-color: #195f9f;
  color: #fff;
  line-height: 70px;
}

.header-main-area .logo img {
  height: 70px;
}

.header-main-area #mainmenu {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-main-area #mainmenu {
    display: none;
  }
}

.header-main-area #mainmenu li {
  display: inline-block;
}

.header-main-area #mainmenu li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-area #mainmenu li a {
    padding: 15px;
    text-align: center !important;
  }
}

.header-main-area #mainmenu li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #fff;
  content: '';
}

.header-main-area #mainmenu li a:hover:after {
  width: 100%;
  opacity: 1;
}

/*
	***********************
	04. Hero Area CSS
	***********************/
.home-slider .single-slider {
  height: 836px;
  color: #fff;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 97%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 97%);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider .single-slider {
    height: 600px;
  }
}

.home-slider .single-slider .home-content h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider .single-slider .home-content h3 {
    font-size: 25px;
  }
}

.home-slider .single-slider .home-content h1 {
  font-size: 60px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 80px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider .single-slider .home-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
}

.home-slider .single-slider .home-content h1 span {
  color: #00aeff;
}

.home-slider .single-slider .home-content p {
  font-size: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider .single-slider .home-content p {
    font-size: 14px;
  }
}

.home-slider .single-slider .home-content .home-btn-group {
  margin-top: 20px;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.home-slider .single-slider .home-content .home-btn-group .jeans-btn, .home-slider .single-slider .home-content .home-btn-group .about-content .about-text .about-btn, .about-content .about-text .home-slider .single-slider .home-content .home-btn-group .about-btn, .home-slider .single-slider .home-content .home-btn-group .production-area .single-production-item .production-info .production-btn, .production-area .single-production-item .production-info .home-slider .single-slider .home-content .home-btn-group .production-btn, .home-slider .single-slider .home-content .home-btn-group .blog-area .single-blog-item .blog-btn, .blog-area .single-blog-item .home-slider .single-slider .home-content .home-btn-group .blog-btn, .home-slider .single-slider .home-content .home-btn-group .contact-form .submit-btn, .contact-form .home-slider .single-slider .home-content .home-btn-group .submit-btn {
  margin-right: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider .single-slider .home-content .home-btn-group .jeans-btn, .home-slider .single-slider .home-content .home-btn-group .about-content .about-text .about-btn, .about-content .about-text .home-slider .single-slider .home-content .home-btn-group .about-btn, .home-slider .single-slider .home-content .home-btn-group .production-area .single-production-item .production-info .production-btn, .production-area .single-production-item .production-info .home-slider .single-slider .home-content .home-btn-group .production-btn, .home-slider .single-slider .home-content .home-btn-group .blog-area .single-blog-item .blog-btn, .blog-area .single-blog-item .home-slider .single-slider .home-content .home-btn-group .blog-btn, .home-slider .single-slider .home-content .home-btn-group .contact-form .submit-btn, .contact-form .home-slider .single-slider .home-content .home-btn-group .submit-btn {
    margin-bottom: 20px;
  }
}

.home-slider .owl-nav div {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 58px;
  height: 58px;
  top: 50%;
  left: 50px;
  margin-top: -29px;
  line-height: 57px;
  font-size: 20px;
  opacity: .4;
  background-color: #00aeff;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider .owl-nav div {
    left: 0;
  }
}

.home-slider .owl-nav div.owl-next {
  left: auto;
  right: 50px;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider .owl-nav div.owl-next {
    right: 0;
  }
}

.home-slider .owl-nav div:hover {
  opacity: 1;
}

/*
	***********************
	05. About Area CSS
	***********************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-content .about-text {
    margin-bottom: 70px;
  }
}

.about-content .about-text h2 {
  color: #252525;
  font-size: 30px;
  margin-bottom: 25px;
}

.about-content .about-text h4 {
  color: #195f9f;
  font-size: 18px;
  margin-bottom: 15px;
}

.about-content .about-text p {
  margin-bottom: 20px;
  line-height: 20px;
}

.about-content .about-text .about-btn {
  background-color: #195f9f;
}

.about-content .about-slider {
  position: relative;
}

.about-content .about-slider:after, .about-content .about-slider:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 80%;
  border: 2px solid #c3c3c3;
  z-index: -1;
}

.about-content .about-slider:after {
  bottom: 120px;
  left: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-content .about-slider:after {
    bottom: 80px;
    left: 80px;
  }
}

.about-content .about-slider:before {
  top: 120px;
  right: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-content .about-slider:before {
    top: 80px;
    right: 80px;
  }
}

.about-content .about-slider .single-about-img {
  margin: 0 auto;
  width: 450px;
  height: 420px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-content .about-slider .single-about-img {
    width: 350px;
    height: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content .about-slider .single-about-img {
    margin: 70px auto 30px;
  }
}

.about-content .about-slider .about-img-1 {
  background-image: url(../../img/about/about-image.jpg);
}
.about-content .about-slider .about-img-2 {
  background-image: url(../../img/about/about-img-2.jpg);
}
.about-content .about-slider .about-img-3 {
  background-image: url(../../img/about/about-img-3.jpg);
}

.about-content .about-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.about-content .about-slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}

.about-content .about-slider .owl-dots .owl-dot.active {
  background-color: #00aeff;
  border: 1px solid #195f9f;
}

/*
	***********************
	06. Counter Area CSS
	***********************/
.counter-area {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../../img/bg/counter-bg.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 87%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 87%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 90%);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 90%);
  }
}

.counter-area .single-counter {
  height: 200px;
  width: 200px;
  color: #fff;
  text-align: center;
  border: 1px solid #00aeff;
  border-radius: 50%;
  display: table;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .single-counter {
    margin: 0 auto 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .single-counter {
    margin: 0 auto 30px;
  }
}

.counter-area .single-counter .counter-inner {
  display: table-cell;
  vertical-align: middle;
}

.counter-area .single-counter .count {
  font-size: 60px;
}

/*
	***********************
	07. Production Area CSS
	***********************/
.production-area {
  margin-top: 75px;
}

.production-area .single-production-item {
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 24px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.production-area .single-production-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00aeff;
  content: '';
  z-index: -1;
}

.production-area .single-production-item:hover:before {
  opacity: .3;
}

.production-area .single-production-item .production-info h3 {
  font-size: 30px;
  margin-bottom: 35px;
  text-transform: capitalize;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .production-area .single-production-item .production-info h3 {
    font-size: 24px;
  }
}

.production-area .single-production-item .production-info .production-btn {
  border-color: #fff;
  margin-top: 35px;
}

.production-area .overlay-dark:before {
  background-color: #195f9f;
}

.production-area .production-bg-1 {
  background-image: url(../../img/production/dyeing.jpg);
}

.production-area .production-bg-2 {
  background-image: url(../../img/production/weaving.jpg);
}

.production-area .production-bg-3 {
  background-image: url(../../img/production/finishing.jpg);
}

.production-area .production-bg-4 {
  background-image: url(../../img/production/support.jpg);
}

.production-area .production-bg-5 {
  background-image: url(../../img/production/wet-dry.jpg);
}

.production-area .production-bg-6 {
  background-image: url(../../img/production/quality.jpg);
}

/*
	***********************
	08. Home Video Area CSS
	***********************/
.home-vdo {
  width: 100%;
  background-image: url(../../img/bg/video-bg.jpg);
  height: 500px;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 98%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 98%);
}

.home-vdo:after {
  opacity: .75;
}

.home-vdo .vdo-text {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.home-vdo .vdo-text .vdo-play-btn {
  margin-top: 30px;
  height: 130px;
  width: 130px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
  color: #00aeff;
}

.home-vdo .vdo-text .vdo-play-btn .fa {
  font-size: 48px;
  line-height: 130px;
}

/*
	***********************
	09. Testimonial Area CSS
	***********************/
.testimonial-area {
  margin-top: 80px;
}

.testimonial-area .single-testimonial .testimonial-text {
  position: relative;
}

.testimonial-area .single-testimonial .testimonial-text p {
  line-height: 21px;
}

.testimonial-area .single-testimonial .testimonial-text:before, .testimonial-area .single-testimonial .testimonial-text:after {
  position: absolute;
  color: #4c4c4c;
  font-size: 24px;
}

.testimonial-area .single-testimonial .testimonial-text:before {
  font-family: FontAwesome;
  content: "";
  top: -30px;
  left: 0;
}

.testimonial-area .single-testimonial .testimonial-text:after {
  font-family: FontAwesome;
  content: "";
  bottom: -30px;
  right: 0;
}

.testimonial-area .single-testimonial .testimonial-author {
  color: #195f9f;
  font-size: 18px;
  margin-top: 30px;
}

.testimonial-area .owl-nav div {
  margin: 15px;
  border: 2px solid #00aeff;
  border-radius: 50%;
  color: #00aeff;
  height: 30px;
  right: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  bottom: -90px;
  width: 30px;
  font-size: 18px;
  color: #252525;
}

.testimonial-area .owl-nav div.owl-next {
  right: auto;
  left: 50%;
}

.testimonial-area .owl-nav div:hover {
  background-color: #00aeff;
  color: #fff;
}

.logo-carousel {
  margin-top: 200px;
  background-color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 97%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 97%);
}

.logo-carousel .single-logo-warp {
  width: 100%;
}

.logo-carousel .single-logo-warp .single-logo-item {
  vertical-align: middle;
  width: 100%;
}

.logo-carousel .single-logo-warp .single-logo-item img {
  width: auto !important;
  margin: 0 auto;
}

.logo-carousel .owl-nav div {
  position: absolute;
  color: #252525;
  top: 50%;
  left: 0;
  margin-top: -22px;
  font-size: 44px;
}

.logo-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

/*
	***********************
	10. Blog Area CSS
	***********************/
.blog-area {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .single-blog-item {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-area .single-blog-item {
    margin-bottom: 50px;
  }
}

.blog-area .single-blog-item .blog-img img {
  width: 100%;
}

.blog-area .single-blog-item .blog-details {
  position: relative;
}

.blog-area .single-blog-item .blog-info {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.blog-area .single-blog-item .blog-info .blog-date {
  background-color: #00aeff;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
}

.blog-area .single-blog-item .blog-info .blog-author {
  background-color: #f1f1f1;
  color: #4c4c4c;
  font-size: 12px;
  padding: 17px;
}

.blog-area .single-blog-item .blog-info .blog-author .fa {
  font-size: 16px;
  display: block;
}

.blog-area .single-blog-item .blog-text {
  margin-left: 25%;
  padding: 30px 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-area .single-blog-item .blog-text {
    padding-top: 10px;
  }
}

.blog-area .single-blog-item .blog-text .blog-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.blog-area .single-blog-item .blog-btn {
  margin-top: 40px;
  text-align: center;
  border-color: #195f9f;
  color: #252525 !important;
}

.blog-area .single-blog-item .blog-btn:hover {
  color: #fff !important;
  background: #195f9f;
}

.blog-area .single-blog-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px 3px #4c4c4c;
}

/*
	***********************
	10. Info Area CSS
	***********************/
.info-area {
  color: #fff;
  background-image: url(../../img/bg/info-bg.jpg);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 99%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 99%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-area {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 94%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 94%);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-area {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 93%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 93%);
  }
}
/*
.info-area:after {
  background-color: #195f9f;
  opacity: .82;
}
*/
/*css by bmit*/
.info-area:after {
  background-color: #000;
  opacity: .12;
}
/************/
.info-area .info-title h2 {
  font-weight: 500;
  font-size: 36px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.info-area .info-title h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  background-color: #00aeff;
  height: 6px;
  width: 235px;
  margin-left: -117.5px;
}

.info-area .company-info h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.info-area .company-info .company-list li {
  position: relative;
  padding-left: 20px;
  text-align: left;
  cursor: pointer;
}

.info-area .company-info .company-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  content: "";
}

/*
	***********************
	11. Contact Area CSS
	***********************/
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  background: #d9d9d9;
}

.contact-form input {
  margin-bottom: 30px;
}

.contact-form textarea {
  margin-bottom: 80px;
}

.contact-form .submit-btn {
  display: block;
  margin: 0 auto;
  border-color: #195f9f !important;
  background-color: #195f9f !important;
}

.contact-form .submit-btn:hover {
  color: #fff !important;
  background: #00aeff !important;
}

/*
	***********************
	12. Footer Area CSS
	***********************/
.footer-top {
  padding: 80px 0;
  background-image: url(../../img/bg/footer-bg.jpg);
  color: #fff;
}

.footer-top:after {
  background-color: #010014;
  opacity: .88;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .footer-widget {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-top .footer-widget {
    margin-bottom: 40px;
  }
}

.footer-top .footer-widget .widget-title {
  font-size: 26px;
  color: #00aeff;
  margin-bottom: 25px;
}

.footer-top .footer-widget .social-icons {
  margin-top: 20px;
}

.footer-top .footer-widget .social-icons a {
  margin: 0 20px 0 0;
}

.footer-top .footer-widget .footer-contact li {
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
}

.footer-top .footer-widget .footer-contact li .fa {
  color: #00aeff;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
}

.footer-top .footer-widget .twitter-feed .fa {
  color: #00aeff;
  margin-right: 5px;
}

.footer-top .footer-widget .newslatter-form {
  margin-top: 30px;
}

.footer-top .footer-widget .newslatter-form .form-inline {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-top .footer-widget .newslatter-form .form-inline {
    width: 70%;
  }
}

.footer-top .footer-widget .newslatter-form .form-inline .form-group {
  width: 100%;
}

.footer-top .footer-widget .newslatter-form .form-inline .form-group .form-control {
  height: 50px;
  box-shadow: none;
  background-color: #666666;
  color: #fff;
  border-radius: 0px;
  border: none;
  width: 100%;
}

.footer-top .footer-widget .newslatter-form .form-inline .newslatter-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border-radius: 0px;
  height: 50px;
  background-color: #00aeff;
  padding: 0 15px;
}

.footer-top .footer-widget .newslatter-form .form-inline .newslatter-btn:focus {
  box-shadow: none;
}

.footer-top .footer-widget .newslatter-form .form-inline .newslatter-btn:hover {
  background-color: #195f9f;
  color: #252525;
}

.footer-bottom {
  color: #fff;
  background-color: #195f9f;
  padding: 15px 0;
}

.footer-bottom .copyright {
  font-size: 90%;
}

/*
	***********************
	13. Responsive Menu Area CSS
	***********************/
.responsive-menu-warp {
  position: relative;
}

.responsive-menu-warp .responsive-menu {
  display: none;
  position: absolute;
  top: -46px;
  right: 0px;
  z-index: 99;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .responsive-menu-warp .responsive-menu {
    display: block;
  }
}

.responsive-menu-warp .responsive-menu .slicknav_menu {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_btn {
  margin: 0;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_btn a {
  margin: 0;
  padding: 8px 10px;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_btn a:hover {
  border-radius: 2px;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_nav {
  text-align: center;
  padding: 0;
  background-color: #195f9f;
  margin: 0;
  border-radius: 2px;
  width: 200px;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_nav a:hover, .responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_nav a:active {
  color: #252525;
  background-color: #00aeff;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_nav ul {
  margin: 0;
  background-color: #195f9f;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_nav ul li {
  border-bottom: 1px solid #4c4c4c;
}

.responsive-menu-warp .responsive-menu .slicknav_menu .slicknav_nav ul li:last-child {
  border-bottom: none;
}
/*# sourceMappingURL=style.css.map */

/*css by bornomala*/
.bor_machineries_img{
  width: 350px; 
  padding: 8px;
  margin-top: 10px;
  border-radius: 18px;
  min-width: 300px;
}
.bor_facilities_img{
  padding: 8px;
  border-radius: 18px;
  min-width: 300px;
  float: left;
  margin-top: 12px;
}
.bor_machineries_h4{
  text-align:left;
  color: #5D7E96;
  padding: 10px;
  margin-top: 100px;
  font-weight: bold;
}
.bor_facilities_li{
  font-size: 26px;
  line-height: 52px;
}
.bor_pop_li{
  min-width: 240px;
}
.bor_graph_img{
  min-width: 300px;
}
.about_banner{
  background-image: url(assets/img/slider/about.jpg);height: 400px;color: #fff;background-size: cover;background-position: center;-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.nom_img_process{
  width: 450px; 
  padding: 8px;
  margin-top: 10px;
  border-radius: 18px;
  min-width: 400px;
}

/********/