/*************************** COPYRIGHT ******************************
This website Developed by Unitech BD Software Limited
Corporate Office: Plot #87, BNS Center (4th floor), Suite No. 507/A,
Sector #07, Uttara Model Town, Dhaka-1230, Bangladesh.
Phone: +88 02 7911423.
Cell: +88 01782 656 388, +88 01977 773 283, +88 01977 773 290.
Email: info@unitechbdsoft.com | admin@unitechbdsoft.com
Website: www.unitechbdsoft.com | www.unitechbdsoftware.com
*********************************************************************/


body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: 'Anek Telugu', sans-serif;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: none;
}

.img {
  border: none;
  margin: 0 10px 5px 0;
  float: left;
}

.img3 {
  border: none;
  margin: 6px 10px 10px 0;
  float: left;
}

.main {
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  padding: 0 15px;
}

/* ====================
 Utilities Classes
======================*/
.margin-top-large {
  margin-top: 70px;
}
.margin-top-small {
  margin-top: 30px;
}

.margin-bottom-large {
  margin-bottom: 70px;
}

.margin-bottom-medium {
  margin-bottom: 50px;
}
.margin-bottom-small {
  margin-bottom: 30px;
}
.margin-right-small {
  margin-right: 20px;
}

.margin-left-small {
  margin-left: 20px;
}

.u-margin-right{
  margin-left: 30px;
}

#header {
  float: left;
  width: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

#header::after {
  content: '';
  clear: both;
  display: table;
}

.logo {
  float: left;
}

.logo_name p {
  font-size: 14px;
}

.logo img {
  float: left;
  height: 90px;
  padding: 15px 0;
}

.logo a{
  text-decoration: none;
  color: #000;
}

.logo-title{
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
}

.menu {
  float: right;
  margin-top: 24px;
}

.navbar2 {
  width: 100%;
}

.navbar-inner2 {
  height: 100%;
}

.nav2,
.nav2 ul,
.nav2 li,
.nav2 a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.nav2 {
  position: relative;
  z-index: 50;
}
.nav2 li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
}
.nav2 li a {
  position: relative;
  padding: 14px 30px 14px 0;
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s;
}

.nav2 li:hover > a {
  color: #270479;
  display: block;
}

/* Sub navigation */
.nav2 ul {
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 0;
  border-top: none;
  /* padding-bottom: 7px; */
  overflow: hidden;
  opacity: 0;
  background: #FFFFFF;
}

.nav2 li:hover ul {
  opacity: 0.9;
}

.nav2 ul li {
  height: 0;
  overflow: hidden;
  padding: 0;

  -webkit-transition: height 0.07s ease-in-out 0s;
  -moz-transition: height 0.07s ease-in-out 0s;
  -o-transition: height 0.07s ease-in-out 0s;
  -ms-transition: height 0.07s ease-in-out 0s;
  transition: height 0.07s ease-in-out 0s;
}

.nav2 li:hover > ul li {
  height: 40px;
  overflow: visible;
  padding: 0;
}
.nav2 ul li a {
  width: 170px;
  padding: 10px 0 10px 15px;
  margin: 0;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #eee;
  color: #000;
  text-transform: capitalize;
}

.nav2 ul li a:hover {
  color: #04246e;
  background: none;
}

.slider__img {
  height: 95vh;
  background-size: cover;
  position: relative;
}

.slider-overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}

.slider-text-box {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
}

.heading-primary {
  text-transform: uppercase;
  color: #ddd;
  font-size: 50px;
}



.description {
  color: #fff;
  font-size: 22px;
}

#about-info {
  padding: 100px 0;
}
.about-info-textbox {
  font-size: 16px;
  margin-top: 15px;
}
.about-info-img-box img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: all 0.2s;
  z-index: 10;
  outline-offset: 1px;
  outline: 6px solid rgb(248, 246, 246);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.heading-secondary {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #04246e;
}

.color-blue {
  color: #04246e;
}
.color-white {
  color: #fff;
}

.about-info-service {
  margin-top: 20px;
}

.about-info-service-item {
  font-size: 16px;
  margin-bottom: 10px;
}

.about-info-service-item i {
  color: #010f30;
}

/* =======================
 Homepage Service
========================= */
#homepage-services {
  display: flex;
  flex-wrap: wrap;
}
.homepage-service-box {
  width: 25%;
  position: relative;
  height: 320px;
}

.homepage-service-img {
  height: 100%;
  width: 100%;
  position: absolute;
}

.heading-tertiary {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
}

.homepage-service-img-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  transition: all 0.4s;
  cursor: pointer;
  transform: scale(1);
}

.homepage-service-img-overlay:hover {
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

.text-center {
  text-align: center;
}

/* =======================
 Home Service
========================= */
#service-intro {
  padding: 60px 0;
}

.service-intro-left {
  font-size: 16px;
}
.service-intro-left h2 {
  margin-bottom: 20px;
}
.service-intro-left img {
  width: 100%;
  margin-top: 10px;
  border-radius: 3px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
}

.service-intro-right {
  margin-left: 30px;
}

.service-intro-right-textbox::after {
  content: '';
  clear: both;
  display: table;
}

.service-intro-right-iconbox {
  float: left;
  width: 10%;
  margin-right: 30px;
}
.service-intro-right-iconbox i {
  font-size: 30px;
  text-align: center;
  width: 60px;
  height: 58px;
  border-radius: 100px;
  line-height: 50px;
  background: #00385d;
  color: #fff;
  margin-right: 20px;
}

.service-intro-right-text {
  float: left;
  width: 80%;
  font-size: 15px;
}

.service-intro-right-text h4 {
  font-size: 22px;
  font-weight: 500;
  color: #555;
}

/* Management */
#management {
  float: left;
  width: 100%;
  padding: 50px 0;
}

#people-principles {
  float: left;
  width: 100%;
}
.people-principles {
  float: left;
  width: 100%;
}
.people-principles h2 {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.principles-border {
  float: left;
  width: 90px;
  border: 2px #00385d solid;
}
.priciples-content {
  float: left;
  font-size: 16px;
  line-height: 28px;
}

.director-section ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.beam-fashion-color{
  color: #00385d;
  font-weight: 600;
}

/* ===================
 Security Service
===================== */
#security-service {
  padding: 100px 0;
  background-color: #f7f7f7;
}

.security-service {
  text-align: center;
}

.security-service-box {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.security-service-icon i {
  font-size: 25px;
  text-align: center;
  width: 62px;
  height: 60px;
  border-radius: 100px;
  line-height: 57px;
  background: #00385d;
  color: #fff;
}

.security-service-textbox h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
}

.security-service-textbox p {
  padding: 0 20px;
  font-size: 15px;
}

/* ===================
 Facilities Service
===================== */
#service {
  padding: 100px 0 80px;
  background-color: #f7f7f7;
}

.service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-box {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.service-box img {
  width: 100%;
  border-radius: 3px;
  height: 230px;
}

.service-box h4 {
  background-color: #00385d;
  color: #fff;
  padding: 15px 0 6px;
  transition: all 0.4s;
}

.service-box:hover h4 {
  background-color: #000;
  color: #fff;
}

.service-box:hover img {
  background-image: rgba(0, 0, 0, 0.596);
}

.service-box a {
  text-decoration: none;
}


/* =================
 Section About
 ================== */
#section-about {
  background-color: #f7f7f7;
  padding: 70px 0 100px;
}
@media (max-width: 56.25em) {
  .section-about {
    padding: 100px 0;
  }
}

.section-about-textbox h4 {
  text-transform: uppercase;
  font-size: 20px;
}

.paragraph {
  font-size: 1.6rem;
}
.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.btn-text:link,
.btn-text:visited {
  font-size: 1.6rem;
  color: #00385d;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #00385d;
  padding: 5px 5px 0;
  transition: all 0.2s;
}

.btn-text:hover {
  background-color: #00385d;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.btn-text:active {
  transform: translateY(0);
  box-shadow: 0 0.5rem 1rem rbga(#000, 0.2);
}

.composition {
  position: relative;
}
.composition__photo {
  width: 55%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s;
  z-index: 10;
  outline-offset: 2rem;
}
@media (max-width: 56.25em) {
  .composition__photo {
    float: left;
    position: relative;
    width: 33.333333%;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
  }
}
.composition__photo--p1 {
  left: 0;
  top: -2rem;
}
@media (max-width: 56.25em) {
  .composition__photo--p1 {
    top: 0;
    transform: scale(1.2);
  }
}
.composition__photo--p2 {
  right: 0;
  top: 2rem;
}
@media (max-width: 56.25em) {
  .composition__photo--p2 {
    top: 0;
    transform: scale(1.3);
    z-index: 100;
  }
}
.composition__photo--p3 {
  left: 20%;
  top: 10rem;
}
@media (max-width: 56.25em) {
  .composition__photo--p3 {
    left: 0;
    top: 0;
    transform: scale(1.1);
  }
}
.composition__photo:hover {
  transform: scale(1.05) translateY(-0.5rem);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.composition__photo:hover:not(:first-child) {
  transform: scale(1);
}
.composition:hover .composition__photo:not(:hover) {
  transform: scale(0.95);
}

/* ==========================
 Join Us
==========================- */
#join-us {
  background: #ddd;
}

.join-us-img {
  height: 450px;
  background-size: cover;
  width: 100%;
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
  position: relative;
}

.heading-fourth {
  text-transform: uppercase;
  font-size: 22px;
}

.join-us-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
}

.join-us-textbox {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  width: 100%;
}

.btn,
.btn:link,
.btn:visited {
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 40px 10px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rbga(#000, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn:active,
.btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rbga(#000, 0.2);
}

.btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.btn--white {
  background-color: #fff;
  color: #777;
}
.btn--white::after {
  background-color: #fff;
}

.heading-secondary-large {
  font-size: 65px;
  font-weight: 500;
  text-transform: uppercase;
}

/* ==========================
 Our Services
==========================- */
#our-services {
  padding: 100px 0;
  background-color: #eee;
}

.service-content-align-right {
  text-align: right;
}

.our-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our-services-box {
  width: 48%;
}

.service-img-box img {
  width: 100%;
}

.service-parent-box {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.flex-direction-row-reverse {
  flex-direction: row;
}

.service-text p {
  font-size: 15px;
}

.service-icon i {
  font-size: 20px;
  text-align: center;
  width: 48px;
  height: 46px;
  border-radius: 100px;
  line-height: 46px;
  background: #00385d;
  color: #fff;
}

.text-align-right {
  text-align: right;
}

.service-btn,
.service-btn:link,
.service-btn:visited {
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 40px 10px;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: 0;
}

.service-btn:hover {
  background-color: #000;
  box-shadow: 0 10px 20px rbga(#000, 0.2);
}

.service-btn:active,
.service-btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rbga(#000, 0.2);
}

/* ==========================
 Page Top
==========================- */
.page-top {
  background-color: #00385d;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  padding: 17px 0 12px;
  float: left;
  width: 100%;
}
.page-top a {
  color: #000;
  text-decoration: none;
}

.page-top-inner a:link,
.page-top-inner a:visited {
  text-decoration: none;
}

.page-top span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.page-top i {
  font-size: 20px;
}
.page-top h5 {
  font: 20px;
  font-weight: 600;
}

.page-top-link {
  text-decoration: none;
}

.page-top-link span {
  text-decoration: none;
}

/* ==========================
 Single Service
==========================- */
#single-service {
  padding: 100px 0;
}

.single-service-img img {
  width: 100%;
}

.single-service-text {
  padding: 50px 50px 0;
  font-size: 18px;
}



/* ==========================
 Single Product
==========================- */
.single-product {
  height: 260px;
  background-color: #f7f7f7;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}
.single-product img {
  width: 100%;
  height: 220px;
}

.single-product-title{
  text-align: center;
}
.single-product-title h4{
  text-transform: uppercase;
  margin-top: 13px;
}



/* ==========================
 Quality
==========================- */
#quality{
  padding:100px 0;
}

.quality{
  width: 100%;
  font-size: 16px;
}

.quality__assurance{
  width: 100%;
}
/* Quality Assurance */
.quality__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.quality__list i{
  margin-right: 6px;
}

.quality__list img{
  margin-right: 6px;
}
.quality__img-box{
  width: 100%;
}
.quality__img-box img{
  width: 100%;
}

/* Quality SOP */
.qualiy__sop-text{
  margin-bottom: 20px;
}

.quality__sop-img-box{
  margin-top: 50px;
}
.quality__sop-img-box img{
  width: 100%;
}

.quality__sop-list{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.quality__sop-list img{
  margin-right: 8px;
}

/* Quality in Production */
.quality__production-img-box img{
  width: 100%;
}

.quality-production-text{
  margin-top: 100px;
  display: inline-block;
  margin: 50px 0 0 50px;
}

.quality-production-text h3{
  font-size: 30px;
  font-weight: 500;
}

.quality-production-list{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.quality-production-list li{
  font-weight: 600;
}

/* Quality Sampling */
.quality__sampling{
  padding: 50px 0;
}

.quality__content{
  margin-top: 100px;
}

.quality__smapling-list{
  line-height: 30px;
}

.quality__content h3{
  font: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.quality__sampling-img-box img{
  width: 100%;
}

.quality__smapling-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.quality__smapling-list li{
  font-size: 19px;
}

.check-mark-img{
  margin-right: 8px;
}



/* ==========================
 Quality Control
==========================- */
#quality__control{
  padding: 100px 0;
  background-color: #f7f7f7;
}

.table_head{
	background: #eee;
	font-weight: 600;
}


/* ==========================
 Inspection
==========================- */
#inspection{
  padding: 50px 0;
}

.inspection{
  font-size: 16px;
}

.inspection ul{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.inspection h3{
  font: 22px;
  font-weight: 500;
  text-transform: uppercase;
}


/* ==========================
 Safety
==========================- */
#safety{
  padding: 50px 0;
}

.safety{
  font-size: 16px;
}

.ordered-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.ordered-list li{
  font-weight: 600;
}

.safety__img-box img{
  width: 100%;
  margin-top: 60px;
  border-radius: 3px;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.2);
}

.safety__product-text{
  margin-top: 150px;
}
.safety__product-text h3{
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
}

.safety-product-content{
  margin-top:90px;
}

/* Certification Section
-----------------------*/
#certification {
  float: left;
  width: 100%;
  padding: 60px 0;
}

#certification::after {
  content: "";
  clear: both;
  display: table;
}

#certification h2 {
  text-align: center;
  padding-bottom: 40px;
}
.certification {
  text-align: center;
}
.certification img {
  float: left;
  height: 100px;
}


/* ==========================
 CSR
==========================- */
#csr{
  padding: 100px 0;
}
.csr{
  text-align: center;
  font-size: 17px;
}

.csr-img img{
  width: 100%;
  height: 230px;
  border-radius: 3px;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.2);
}


/* ==========================
 Footer
==========================- */
.footer {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
}
.footer-box {
  display: flex;
  padding: 80px 0;
  justify-content: space-between;
}

.footer-logo a{
  text-decoration: none;
  color: #000;
}

.footer-logo-title{
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}

.footer-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-img {
  height: 80px;
}

.footer-social-list {
  list-style: none;
  justify-content: center;
}

.footer-social-item {
  display: inline-block;
}

.footer-social-item a i {
  font-size: 20px;
  text-align: center;
  width: 45px;
  height: 43px;
  border-radius: 100px;
  line-height: 43px;
  background: #00385d;
  color: #fff;
  transition: all 0.4s;
}

.footer-social-item:not(:last-child) {
  margin-right: 15px;
}

.footer-social-item i:hover {
  background: #0f1f53;
  color: #fff;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-text-items-list {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

.footer-text-item {
  display: inline-block;
}

.footer-text-item a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  transition: all 0.4s;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-text-item a:hover {
  color: #00385d;
}

.footer-text-item:not(:last-child) {
  border-right: 1px solid #ddd;
  margin-right: 15px;
  padding-right: 15px;
}

.footer-text-box{
  margin-bottom: 5px;
}

.copyright {
  text-align: right;
  color: #202020;
  font-size: 15px;
}

.copyright a{
  text-decoration: none;
  color: #000;
  transition: all .4s;
}
.copyright a:hover{
  color: rgb(20, 3, 117);
}
/* What we do */
#what_we_do {
  float: left;
  width: 100%;
  color: #fff;
  background: url(../images/what-we-do.jpg) center fixed;
}
.what_we_do {
  float: left;
  width: 100%;
}
.what_we_do_left {
  float: left;
  width: 600px;
}
.what_we_do_left h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0;
}
.do_list {
  margin: 0 0 0 70px;
  padding: 70px 60px;
  background: #db2727;
}

.do_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.do_list li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

/* Home products */
#home_products {
  float: left;
  width: 100%;
  padding: 0 0 80px;
  background: #3c414c;
}

#home_products h2 {
  padding: 0 0 80px 0;
  margin: 0;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
}

.service_head {
  float: left;
  padding: 80px 0 0;
  color: #eee;
  background: url(../images/inner-banner-dot.png) no-repeat left top;
}

.home_products {
  width: 100%;
  box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
  margin: 0 0 10px;
  background: #fff;
}

.home_products:hover img {
  opacity: 0.6;
}

.home_product_img img {
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #db2727;
  transition: 0.3s;
}

.home_product_name {
  padding: 15px 0;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ed1c24;
  text-align: center;
  background: #fff;
  border-bottom: 4px solid #db2727;
}

.home_product_name a {
  color: #111;
}

.home_product_details h3 {
  color: #ed1c24;
  font-weight: 600;
}

.home_product_name img {
  height: 40px;
  text-align: center;
  margin-top: 20px;
}

.product_gallery {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}

.product_gallery img {
  width: 100%;
  height: 280px;
  padding: 5px;
}

.each-items img {
  width: 100%;
  display: block;
  height: 170px;
  border: 1px #ddd solid;
  margin: 0 0 20px;
  padding: 5px;
}

.each-items {
  position: relative;
}

.each-items:hover .each-items-when-hover {
  transform: scale(1);
}

.each-items-when-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.7);
  text-align: center;
  transform: scale(0);
  transition: 0.4s;
}

.each-items-when-hover i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  width: 100%;
  text-align: justify;
  font-size: 15px;
  padding: 100px 0 100px;
  float: left;
  color: #222;
  line-height: 26px;
}

.who {
  text-align: left;
  padding: 30px 0;
  float: left;
}

.container h3 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 23px;
  color: #222;
}

.container h5 {
  padding: 10px 0 15px 0;
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-align: left;
}

.container h5 i {
  padding-right: 3px;
}

.img2 {
  float: right;
  padding: 0 0 10px 10px;
}

/* page-title Section
==========================----*/
#page_title {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(203, 203, 203, 0.5)),
    url(../images/product_page_title.png) center no-repeat fixed;
  background-size: cover;
  color: #fff;
  border-bottom: 3px #00385d solid;
  overflow: hidden;
}

.page_title {
  width: 100%;
  float: left;
  color: #eee;
  padding: 90px 0 110px;
  font-size: 16px;
}

.page_title i {
  margin-right: 8px;
  float: left;
}
.page_title h1 {
  font-size: 50px;
  text-shadow: 1px 1px 1px #444;
  text-transform: uppercase;
  padding: 100px 0 0;
  text-align: center;
}

.page_title p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 20px;
  float: left;
}

/* page-title Section
==========================----*/
.container input {
  margin-bottom: 10px;
}

.container textarea {
  margin-bottom: 10px;
}

.contact_form {
  color: #333333;
}

.contact_table {
  float: left;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: left;
}

.contact_table i {
  color: #333333;
  width: 30px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border: 1px #ccc solid;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product_img img {
  width: 100%;
  height: 250px;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px #bbb;
  border-bottom: 1px solid #db2727;
}

.product_img2 img {
  width: 100%;
  box-shadow: 0 0 2px #bbb;
}

.products_box {
  width: 100%;
  box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
  margin: 0 0 20px;
  background: #fff;
}

.product_name {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #ed1c24;
  text-align: center;
  background: #fff;
  border-top: none;
  border-bottom: 4px solid #db2727;
}

.product_name a {
  color: #111;
}

.product_details h3 {
  color: #ed1c24;
  font-weight: 600;
}

.product_name img {
  height: 40px;
  text-align: center;
  margin-top: 20px;
}

.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list li {
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
}

.list i {
  color: #555;
  margin-right: 3px;
}

.list2 {
  padding: 0;
  margin: 0 0 20px 20px;
  list-style: none;
}

.list2 li {
  margin: 0;
  list-style: none;
  margin-bottom: 4px;
  text-align: left;
}

.list2 i {
  color: #555;
  margin-right: 3px;
}

.index_img {
  float: right;
  width: 80%;
}

#container {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #fff;
}

.container {
  width: 100%;
  text-align: justify;
  font-size: 15px;
  padding: 20px 0 50px;
  float: left;
  color: #222;
  line-height: 26px;
}

.container h2 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 23px;
  color: #222;
  font-weight: 600;
}
.container h5 {
  padding: 10px 0 15px 0;
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-align: left;
}
.container h5 i {
  padding-right: 3px;
}

.company-profile-table {
  width: 100%;
  border-bottom: 1px #ddd solid;
  border-left: 1px #ddd solid;
  color: #000;
  font-size: 17px;
}
.company-profile-table td {
  padding: 10px 20px;
  border-top: 1px #ddd solid;
  border-right: 1px #ddd solid;
}

/* -------------------
 Wrapper
---------------------*/
#wrapper {
  margin: 0;
  padding: 70px 0 100px;
  width: 100%;
  float: left;
}

.about-us h2 {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.about-us h4 {
  letter-spacing: 7px;
  font-family: 'Poppins', sans-serif;
}
.about-us-img {
  float: left;
  width: 100%;
}
.about-us-img img {
  float: left;
  width: 100%;
  height: 270px;
}
.main_body {
  margin: 0 auto;
  max-width: 1170px;
  display: block;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
}

.main_body h3 {
  font-size: 26px;
  margin-bottom: 20px;
  padding: 0;
  color: #157700;
  font-weight: 600;
}
#who-we-are {
  float: left;
  width: 100%;
  padding: 0 0 50px;
}

#section-service {
  padding: 100px 0;
}

#contact {
  padding: 70px 0;
}

.contact-details{
  font-size: 16px;
}

.contact_table i{
  color: #00385d;
}

.box-1 {
  float: left;
  width: 100%;
  text-align: center;
  background: #ddd;
  padding: 50px 10px;
  background: linear-gradient(rgba(00, 00, 00, 0.3), rgba(216, 59, 72, 0.7)),
    url(../images/featured-services/3.png) right center;
  color: #fff;
}
.box-2 {
  float: left;
  width: 100%;
  text-align: center;
  background: #ddd;
  padding: 50px 10px;
  background: linear-gradient(rgba(216, 59, 72, 0.7), rgba(0, 0, 0, 0.3)),
    url(../images/featured-services/2.png) right center;
  color: #fff;
}
.box-3 {
  float: left;
  width: 100%;
  text-align: center;
  background: #ddd;
  padding: 50px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(216, 59, 72, 0.7)),
    url(../images/about-us.png) right center;
  color: #fff;
}
.box-1 i {
  font-size: 50px;
}
.box-2 i {
  font-size: 50px;
}
.box-3 i {
  font-size: 50px;
}

.clients-list {
  color: #111;
  line-height: 24px;
}
.clients-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clients-list li {
  margin: 8px 0;
  padding: 10px;
  list-style: none;
  font-size: 16px;
  border: 1px #ddd solid;
  background: #eeefef;
  width: 100%;
  text-align: left;
}
.clients-list i {
  text-align: left;
  margin-right: 8px;
}

.contact-area {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 40px 20px;
  border-radius: 3px;
  background: #00385d;
  color: #fff;
  box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
}
.contact-icon {
  padding: 0 0 20px 0;
}
.contact-icon i {
  font-size: 2.5em;
  border: 1px #fff solid;
  width: 70px;
  height: 70px;
  line-height: 69px;
  border-radius: 50%;
}
.contact-area p {
  font-size: 18px;
}

.contact-area:hover {
}
.contact-area:hover .contact-icon i {
}

.contact-form {
  width: 100%;
}
.contact-form input {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
  height: 45px;
}
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
  height: 200px;
}
.contact-form .btn {
  width: 100px;
  border-radius: 2px;
  padding: 11px 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.profile_table {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
}

.profile_table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
