h1.entry-title {
  display: none;
}
h3.page-title {
  display: none;
}

body{
overflow-x:hidden;	
font-family: 'Poppins', sans-serif;
}
html{
	overflow:auto;
	scroll-behavior: smooth;
}



/* nav bar */


.rmp-menu-subarrow{
	position: absolute!important;
    top: 77px!important;
    right: 48px!important;

}


.nav-bar{
	
    background: rgb(34 34 34);

}
.mobile-nav {
  display: none;
}
nav#navbar {
  display: flex;
  justify-content: flex-end;
}
.nav-contact {
  display: flex;
  gap: 22px;
align-items: center;
  justify-content: end;
 margin-right: 15px;
margin-top:15px;
}
ul.contact-details {
  display: flex;
  list-style-type: none;
  gap: 17px;
  padding: 0px 15px;
border-right: 2px solid #fff;
}
ul.contact-details li img {
  width: 18px;
  margin-right: 10px;
}
.nav-content-container {
  display: flex;
  align-items: end;
}
.email img {
  width: 18px;
  margin-right: 10px;
}
.nav-img img {
  width: 70%;
}
.email a {
  color: #fff;
  font-size: 16px;
}
.contact-details li a {
  color: #fff;
  font-size: 16px;
text-decoration:none;
}
.nav-bar .container-fluid {
  padding: 0px 200px 20px 200px;
}
.nav-menu-item {
  padding: 10px 0px;
}
div#primary {
  padding: 0px;
}

/* home slider */
.Homepage-slider {
   margin-top: -13px; 
  position: relative;
  z-index: -3;
}
header {
  position: relative;
  z-index: 999;
}

/* home slider end */

/* navbar bootstarp made */
.navbar {
  padding: 0;
  margin-bottom:0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ee7526;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ee7526;
text-decoration: none;
}

/* navbar bootstarp made end */

/* home sec1 */

.homepage-section1 {
  padding: 100px 0px;
  text-align: center;
  background-image: linear-gradient(to right, #ffffffd9 , #ffffffe3),url(https://hari-co.in/wp-content/uploads/2023/09/Home-sec1-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-sec1-content h2 {
  font-size: 70px;
  font-weight: 600;
}
.home-sec1-content p {
  font-size: 16px;
  margin-top: 35px;
  line-height:30px;
}

/* home sec1 end */

/* home sec2 */
.homepage-section2 {
  padding: 100px 200px;
    background: #07085d;
  color: #fff;
}

.home-sec2-content h2 {
  font-size: 40px;
  font-weight: 600;
}
.home-section2-border {
  height: 9px;
  width: 220px;
  background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%);
  border-radius: 5px;
  margin: 15px 15px 15px 0px;
}
.media {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
margin: 25px 0px;
}
.media i {
  color: #cf415f;
  font-size: 20px;
  margin-top: 15px;
}
.media-content h4 {
  font-size: 24px;
  font-weight: 600;
}
.media-content a{
	font-weight:600;
}
.media-content a button{
	
    background: none;
    color: #cf415f;
    padding: 0;
    border: none;

}
.media-content p {
     color: #b7b8f1;
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
}
.home-sec2-img{
	display:flex;
	justify-content:center;
	align-items:center;
}
.home-sec2-img img {
  width: 90%;
}
/* home sec2 end */




/*  slider  */
#slider {
  position: relative;
  overflow: hidden;
  margin: 4em;
/*     box-shadow: 0 6px 103px 0 rgba(0, 0, 0, .71); */
/*     transition: transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275); */
}
/* #slider:hover {
  transform: scaleX(1.03) scaleY(1.03);
} */
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1200px;
  height: 600px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.control_prev, .control_next {
  position: absolute;
  z-index: 999;
  display: flex;
  width: 10%;
  height: 90%;
  background: transparent;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 3em;
  opacity: 1;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.control_prev:hover, .control_next:hover {
  opacity: .8;
}
.control_prev {
  border-radius: 0 2px 2px 0;
}
.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.slide1 img {
  width: 100%;
}
.slide2 img {
  width: 100%;
}
.slide3 img {
  width: 100%;
}
.slide4 img {
  width: 100%;
}
/* .slider-title-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 3.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */
#slider{
width:80% !important;
}
.slider-title-h3 {
  margin: 0;
  color: #f5f5f5;
  display: block;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.slider-subtitle {
  color: #bababa;
  font-size: 1.4em;
  margin: 0;
}
/* home sec2 end */

/* home se3  */


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.home-sec3-img img {
  width: 80%;
}
.home-sec3-content h2 {
  color: #888888;
  font-size: 45px;
  font-weight: 600;
}
.home-sec3-content p {
  font-size: 16px;
  color: #696969;
  text-align: justify;
  line-height:30px;
 margin:20px 0;
}
.homepage-sec3 {
  padding: 50px 0px;
  background-image: linear-gradient(to right, #e2e2e2f2 , #e2e2e2),url(https://hari-co.in/wp-content/uploads/2023/09/home-sec3-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage-section4 {
  background-image: linear-gradient(to right, #030d288c , #030d2899),url(https://hari-co.in/wp-content/uploads/2023/09/home-sec4-bg.png);
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.home-sec4-img h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  width: 60%;
   margin-left: auto;
  margin-right: auto;
   line-height: 50px;
}
.home-sec4-img a {
  background: #ee7526;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 10px;
  text-decoration: none;
}
.home-sec4-img {
  text-align: center;
}
section.customer-logos.slider.slick-initialized.slick-slider a{
    font-size: 18px;
  font-weight: 600;

}
section.customer-logos.slider.slick-initialized.slick-slider
{
text-align:center;
}

.h-line{
    width: 60%;
    margin: 20px auto;
}


/* home sec3 end */

/* footer */
.newsletter ul{	
    list-style-type: none;
    padding: 0;
}
.newsletter ul{
    font-size: 16px;
    line-height: 30px;
    color: #606060;
}
.newsletter ul a{
	color: #606060;
}
.newsletter ul:hover a{
	text-decoration:none;
}

.footer {
  padding: 50px 0px;
	background: #d3d3d342;
}
.footer-img img{
	width:90%;
}
.footer-img p {
  font-size: 15px;
  margin-top: 15px;
  text-align: justify;
  line-height:28px;
}
.footer h2 {
  font-size: 28px;
  font-weight: 600;
}
.newsletter p {
  font-size: 16px;
  margin-top: 16px;
color:#f07527;
	line-height:28px;
	font-weight:600;
}
.contact-info{
	padding-left:70px;
}
.contact-info p {
  font-size: 15px;
  margin-top: 16px;
color:#606060;
	line-height:28px;
	width:75%;
}
.newsletter {
  padding-left: 70px;
}
.contact-info ul {
  list-style-type: none;
  padding: 0px;
}
.contact-info ul li a {
  font-size: 15px;
  color: #606060;
  text-decoration: none;
margin-top:10px;
	line-height:28px;
}
i.fa-brands {
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-radius:10px;
  color:#1b154a;
  transition:0.5s ease;
}
i.fa-brands:hover{
	background:#1b154a;
	color:#FFF;
}
.social-icons ul {
  display: flex;
  gap: 25px;
  list-style-type: none;
}
.divider {
  border-top: 2px solid #dfdfdf;
}
.socialicons-container.row {
  display: flex;
  align-items: center;
}
.social-icons ul li {
  font-size: 18px;
}
.socialicons-container.row {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.copy-rights-section{
	
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

@media only screen and (max-width:1440px){
.home-sec3-img img {
  width: 85%;
}
.home-sec3-img {
  display: flex;
  align-items: center;
  justify-content:center;
}

.homepage-section2 {
  padding: 50px 0px;
}
.nav-bar .container-fluid {
  padding: 0px 100px 0px 100px;
}
.nav-img img {
  width: 70%;
}
.nav-content-container {
  display: flex;
  align-items: center;
}
}
@media only screen and (max-width:1024px){
.home-sec4-img h2 {
  font-size: 46px;
}
.home-sec3-content h2 {
  font-size: 40px;
}

.home-sec3-content p {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.nav-img img {
  width: 100%;
}
.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 18px;
}
.navbar a, .navbar a:focus {
  font-size: 18px;
}
.nav-bar .container-fluid {
  padding: 0px 25px 20px 25px;
}
}
@media only screen and (max-width:768px){
.homepage-sec3 {
  padding: 100px 48px;
}
	.contact-info{
	padding-left:0px;
}
.footer {
  padding: 100px 30px 30px 30px;
}
.divider {
  border-top: none;
}
.footer {
  padding: 100px 30px;
}
.newsletter {
  padding-left: 16px;
}
.homepage-section2 {
  padding: 75px 35px;
}
/* .home-section2-border {
  margin: 15px 15px 15px 0px;
} */
.home-sec4-img h2 {
  font-size: 36px;
}
.home-sec3-img img {
  width: 60%;
}
.home-sec3-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.homepage-section2 .row {
  display: flex;
  flex-direction: column-reverse;
}
.home-sec2-img img {
  width: 70%;
}
.nav-bar .container-fluid {
  padding: 0px 0px 20px 0px;
}
.nav-img img {
  width: 100%;
}
.navbar a, .navbar a:focus {
  font-size: 16px;
}
.navbar>ul>li {
  padding: 10px 0 10px 10px;
}
.contact-details li a {
  font-size: 16px;
}
.nav-bar .container-fluid {
  padding: 10px 0px 0px 0px;
}
.Homepage-slider {
  margin-top: -150px;

}
}
@media only screen and (max-width:425px){
.home-sec2-content h2 {
  font-size: 26px;
}

	.contact-info{
	padding-left:15px;
}
.home-sec4-img h2 {
  font-size: 24px;
  width: 100%;
    line-height: 35px;
}
.homepage-sec3 {
  padding: 65px 15px;
}
.home-sec3-content h2 {
  font-size: 22px;
}
.homepage-sec3 {
  padding: 20px;
}
	.home-sec3-content p {
    font-size: 16px;

}
	.home-sec3-img img {
    width: 100%;
}
.home-sec2-img img {
  width: 90%;
}
.homepage-section2 {
  padding: 20px;
}
.home-section2-border {
  height: 9px;
  width: 180px;

}
.home-sec1-content p {
  font-size: 15px;
  text-align: justify;
  padding: 10px;
    margin-top: 0;
}
.home-sec1-content h2 {
  font-size: 36px;
}
.homepage-section1 {
  padding: 20px 0px;
}
.footer-img img {
  width: 100%;
}
.nav-bar {
  display: none;
}
.mobile-nav {
  display: block; 
padding: 20px;
}
	.footer {
    padding: 20px;
}
.Homepage-slider {
  margin-top: 0px;
}
.nav-mobile-contact {
  margin-top: 30px;
}
.mobile-logo img {
  width: 60%;
}
ul.mobile-contact-details li a {
  color: #000;
      font-size: 18px;
}
.nav-mobile-contact {
  text-align: center;
}
.nav-mobile-contact ul {
  padding: 0;
}
.mobile-email a {
  color: #000;
      font-size: 18px;
}
ul.mobile-contact-details {
  list-style-type: none;
}
#rmp-container-82 {
  width: 100%;
  max-width: 300px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
#rmp-menu-wrap-82 {
  padding-top: 10px;
  padding-left: 10%;
  padding-bottom: 10px;
  padding-right: 10%;
}
#rmp-menu-wrap-82 .rmp-menu-item-link {
  display:contents;
  font-size: 16px;
}
.nav-mobile-contact img {
  width: 5%;
  margin-right: 11px;
}
}



/* About Page */
.Homepage-slider img{
	width:100%;
	height:300px;
}
.banner{
	background-image:url(https://hari-co.in/wp-content/uploads/2023/12/inner-banner-new.jpg);
	height:300px;
	background-size:100%;
}
.banner-overlay{
	
    position: absolute;
    top: 45%;
    width:100%;
    

}
.banner-overlay h1{
	
    text-align:center;
    color: #FFF;
    font-weight: 600;

}

.aboutpage-sec-1{
	padding:50px 0;
	
}
.aboutpage-sec-1-cont{
	
    display: flex;
    justify-content: space-between;

}
.aboutpage-sec-1-left{
	
    width: 48%;

}
.aboutpage-sec-1-right{
	
    width: 48%;

}
.aboutpage-sec-1-right img{
	width:100%;
}
.aboutpage-sec-1-left h6{
	
    font-size: 18px;
    font-weight: 700;

}
.aboutpage-sec-1-left h2{
	
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #0000008c;

}
.aboutpage-sec-1-left p{
	
    font-size: 16px;
    line-height: 30px;
    text-align: justify;

}

.aboutpage-sec-2{
	
    padding: 50px 0;

}
.aboutpage-sec-2-cont{
	
    display: flex;

}
.abput-sec-2-left{
	
    width: 70%;

}
.aboutpage-sec-2-right{
	margin-left: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.aboutpage-sec-2-right h1{
	  
    text-transform: uppercase;
    font-weight: 700;
    font-size: 70px;
    line-height: 55px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #0000008c;
}
.aboutpage-sec-2-right h4{
	
  font-weight: 100;
    text-align: center;
    font-size: 22px;
    text-shadow: 2px 2px 5px #00000096;

}
.aboutpage-sec-2-right ul{
	
    font-size: 16px;
    line-height: 40px;
    list-style-type:disclosure-closed;
}


.aboutpage-sec-2-right ul li span{
	
 
    font-weight: bold;
    color: #f07527;
    font-size: 20px;


}

/* Image Up & Down Animation */


.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}

/* Image Up & Down Animation */

.call-to-action {
    background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url(https://hari-co.in/wp-content/uploads/2023/11/about-img.jpg) center center;
    background-size: cover;
    padding: 100px 0;
	 background-attachment: fixed;
	color:#FFF;
}
.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.text-center p{
	font-size: 16px;
    line-height: 30px;
}
.text-center p span{
	font-size: 22px;
    font-weight: 700;
    color: #f07527;
}
.call-to-action .cta-btn {
   
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.call-to-action .cta-btn:hover{
	background: #f07527;
	border:2px solid #f07527;
	text-decoration:none;
}

/* About page responsive */
@media all and (max-width:1030px){
		#rmp_menu_trigger-82 {
    display: none;
}
	.aboutpage-sec-1-right {
    width: 48%;
    display: flex;
    justify-content: center;
}
	.abput-sec-2-left {
    width: 50%;
    display: flex;
    align-items: center;
}
	.aboutpage-sec-2-right h1{
		font-size:50px;
	}
	.aboutpage-sec-2-right{
		width:50%;
	}
}
@media all and (max-width:770px){
	#rmp_menu_trigger-82 {
    display: none;
}
	.aboutpage-sec-1-cont {

    flex-direction: column;
}
	.aboutpage-sec-1-left {
    width: 100%;
}
	.aboutpage-sec-1-right {
    width: 100%;

}
	.abput-sec-2-left {
    width: 100%;

}
	.aboutpage-sec-2-cont {

    flex-direction: column-reverse;
}
	.aboutpage-sec-2-right {
    width: 100%;
}
}
@media all and (max-width:450px){
		#rmp_menu_trigger-82 {
    display:block;
	top: -150px 
}
	header{
		height: 70px;
	}
		.Homepage-slider img{
		height:300px;
	}
	.aboutpage-sec-1 {
    padding: 20px 0;
}
	.aboutpage-sec-1-left h6 {
   
    text-align: center;
}
	.aboutpage-sec-1-left h2 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
}
	.aboutpage-sec-1-left p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    padding: 10px;
}
	.aboutpage-sec-2 {
    padding: 20px 0;
}
	.aboutpage-sec-2-right{
		
    margin-left: 0;

	}
	.aboutpage-sec-2-right h1 {
    font-size: 30px;
    text-align: center;
    line-height: 10px;
}
	.aboutpage-sec-2-right h4 {

    font-size: 17px;

}
	.aboutpage-sec-2-right ul {
    font-size: 15px;
    line-height: 35px;
}
}

/* Service page */

.servicepage-sec-1{
	
    padding: 50px 0;
    background:#1b154a;
	color:#FFF;
	overflow:hidden;
}
.servicepage-sec-1-cont h1{
	
    text-align: center;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #0000008c;

}
.servicepage-sec-1-cont > p{
	
    text-align: center;
  width: 70%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 30px;

}
.servicepage-sec-1-cont > p span{
	text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #f07527;
}
.servicepage-boxes{
	
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
	height:500px;
}
.servicepage-box{
	transition:.5s ease;
    width: 30%;
    text-align: center;
  
	border-radius:10px;
}
/* .servicepage-box:hover{
	  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	  transform:translate(0,-10px);
} */

.card-text{
	width:100%;
	font-size: 15px;
    line-height: 25px;
	margin-top:-50px;
}
.card{
	
    padding: 10px;
    border-radius: 10px;
    overflow:hidden;
}
.card-img-top{
	transition:0.5s ease-in-out;
	
}
.card-img-top:hover{
	transform:scale(1.1);
}
.card-title{
	
    font-size: 26px;
    background: #f07527;
    color: white;
    padding: 10px;
    position: relative;
    top: -50px;
}
.card-body a:hover{
	text-decoration:none;
}
.btn {
	border:1px solid #f07527;
    background: #f07527;
    color: #FFF;
}
.btn:hover{
		border:1px solid #f07527;
}
.box-img{
	overflow:hidden;
} 

/* Blue Metals */

 .productpage-sec-1{ 
	
    padding: 80px 0 0 0;
   
}
.productpage-sec-1-cont h1{
	
    text-align: center;
    	text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #0000008c;
	border-bottom: 9px solid orange;
    width: 33%;
    margin: 50px auto;

}
.productpage-sec-1-cont > p{
	   text-align: center;
  width: 70%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 30px;
	margin-bottom:30px;
}
.product-section{
	

/*     justify-content:space-between;
    margin: 20px auto;
    padding: 17px;
    border-radius: 10px;
    width: 80%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    
    display: flex;
    
	height: 500px;

}
.product-sec-left{
	
  width: 50%;

}


.product-sec-left img{
	
    width: 100%;
	transition:0.5s ease;
	height:100%;
}
/* .product-sec-left img:hover{
	transform:scale(1.1);
	cursor:pointer;
} */
.product-sec-right{
	
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.garlic-left{
	    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.garlic-left h3{
       font-size: 30px;
	padding-left:20px;
  
    font-weight: 700;
	
}
.garlic-left p{
	    font-size: 15px;
    line-height: 26px;
    text-align: justify;
	padding-left:20px;

    width: 90%;
 
}
.garlic-right{
	width:50%;
	
}
.garlic-right img{
	width:100%;
	height:100%;
}
.product-desc{
	width:70%;
}
.product-sec-right h3{
	
  
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #0000008c;
	margin-left:20px;

  
}
.product-sec-right p{
	
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
	padding-left:20px;

    width: 90%;

}



.servicepage-sec-2{
	padding:50px 0;
}
.servicepage-sec-2-cont{
	
    display: flex;
    justify-content: space-between;

}
.servicepage-sec-2-left{
	
    width: 48%;

}
.servicepage-sec-2-left h1{
	
    font-size: 50px;
    font-weight: 800;
    color: transparent!important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none;
    line-height: 70px;
}
.servicepage-sec-2-left h1 span{
	
    text-shadow: 1px 1px 2px #f07527;

}
.servicepage-sec-2-left h4{
	
    text-align: center;
    margin: 15px 0;
    font-weight: bold;

}
.servicepage-sec-2-left p{
	
    font-size: 16px;
    line-height: 30px;
    text-align:justify;
}
.servicepage-sec-2-right{
	
    width: 48%;

}
.servicepage-sec-2-right img{
	
    width: 100%;

}

/* service page responsive */

@media all and (max-width:770px){
	.servicepage-boxes {

    flex-direction: column;
    align-items: center;
}
	.servicepage-box {
    width: 80%;
    margin: 10px;
	height:500px;
}
	.servicepage-boxes{
			height:1200px;
	}
	.servicepage-sec-2-cont {

    flex-direction: column;
}
	.servicepage-sec-2-left {
    width: 100%;
}
	.servicepage-sec-2-right {
    width: 100%;
}
	.servicepage-sec-2-left h1 {

    width: 80%;
}
}

@media all and (max-width:450px){
.servicepage-sec-1 {
    padding: 20px 0;
}
		.servicepage-boxes{
			height:1100px;
	}

	.servicepage-sec-1 p, .servicepage-sec-2 p{
		font-size:14px;
		line-height:26px;
		width:90%;
	}
	.servicepage-sec-1 h1, .servicepage-sec-2 h1{
		font-size:23px;
	} 
	.servicepage-sec-2 h1{
		line-height:50px;
		width:100%;
	}
	.servicepage-box {
    width: 100%;
    margin: 10px;
}
}

/* Products pages responsive */
@media all and (max-width:1030px){
.product-desc {
    width: 80%;
}
	.productpage-sec-1-cont h1{
		width:35%;
	}
}
@media all and (max-width:770px){
.product-section {

    width: 100%;

}	
	.productpage-sec-1-cont h1{
		width:50%;
	}
	.productpage-sec-1-cont > p{
		width:100%;
	}
}
@media all and (max-width:450px){
.productpage-sec-1 {
    padding: 20px 0 0 0;
}
	.productpage-sec-1-cont h1{
		width:80%;
		font-size: 30px;
		margin: 10px auto;
	}
	.productpage-sec-1-cont > p {
    text-align: justify;
    width: 100%;

    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 10px;
}
	.product-section {
     height:auto;
    flex-direction: column;
}
	.product-sec-left {
    width: 100%;
}
	.product-sec-right {
    width: 100%;

}
	.product-desc {
    width: 100%;
}
	.garlic-left p {

    width: 95%;
}
	.product-sec-right p {

    width: 95%;
}
	.product-sec-mid{
		flex-direction:column-reverse;
	}
	.copy-rights-section {

    flex-direction: column;
    align-items: baseline;
}
	.social-icons ul {

    padding: 0;
}
}

/* Contact Us */


.contact-sec-cont{
	font-family: 'Poppins', sans-serif;
}
.contact-sec-head{
	text-align:center;
}
.contact-sec-head h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #0000008c;
	border-bottom: 9px solid orange;
    width: 26%;
    margin: auto;
}
.contact-sec-head p{
	font-weight:600;
}

.contact-sec-body{
	
    display: flex;
    justify-content: space-around;
    margin-top:40px;
}
.contact-sec-left{
	width:45%;
}
.contact-sec-right{
	width:45%;
}
.contact-section{
	padding:50px 0;
}
#nf-form-title-1{
	display:none;
}
.nf-form-fields-required{
	display:none;
}
.contact-sec-right-icon{
	height: 40px;
	width: 40px;
	background: #ffa500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	transition:0.5s ease;
}
.contact-sec-right-icon:hover{
	background:#000;
}
#location-icon{
	width: 60px;
}
.fa{
    font-weight: 900;
    color: #FFF!important;
	font-size:18px!important;
}
.fas {
    font-weight: 900;
    color: #FFF!important;
	font-size:18px;
}
.contact-sec-right-details{
	display:flex;
	border-bottom: 1px solid #8080808c;
    margin-bottom: 1rem;
    padding-bottom: 5px;
}
.contact-sec-right-icon-details{
	margin-left:1rem;
}
.contact-sec-right p{
	font-size:16px;
	line-height:30px;
}
.contact-sec-right-icon-details h4{
	
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;

}
.contact-sec-right h3{
	margin-bottom:1rem;
    font-weight: 700;
    text-transform: uppercase;
    display:none;
}
.nf-form-content input[type=submit] {
    background: #f07527 !important;
    border-radius: 30px !important;
    padding: 0 20px !important;
    color: #FFF !important;
}

/* Contact page responsive */
@media all and (max-width:770px){
	.contact-sec-head h1{
		width:70%;
	}
	.contact-sec-body{
		flex-direction:column;
	}
	.contact-sec-left{
		width:100%;
	}
	.contact-sec-right{
		width:100%;
	}
}
@media all and (max-width:450px){
		.inner-banner-mob{
	display:block;
}
	.contact-section {
    padding: 20px 0;
}
		.inner-banner-mob img{
		width:100%;
	}
	.innerbanner{
		display:none;
	}
	.contact-sec-head h1 {
    width: 50%;
    font-size: 22px;
    line-height: 30px;
}
	.contact-sec-right-details{
		align-items:baseline;
	}
	.footer h2 {
    font-size: 22px;
    font-weight: 600;
}
	.footer p{
		font-size:15px;
	}
	.contact-sec-right h3 {
    margin-bottom: 1rem;
    font-size: 22px;
}
	.contact-sec-right-icon-details h4{
		font-size:22px;
	}
	.contact-sec-right-icon-details p{
		font-size:15px;
	}
	.contact-sec-right-icon{
		height:30px;
		width:30px;
	}
	.fa{

	font-size:15px;
}
.fas {

	font-size:15px;
}
}

/* Certification page */

.certification-page{

    padding: 80px 0;

}
.certification-page-cont{
	
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.certification-page-left{
	
    width: 45%;

}
.certification-page-left p{
	
    font-size: 16px;
    line-height: 30px;

}
.certification-page-left h1{
	   
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #0000008c;

    width: 26%;
 
}
.vertical-line{
	
    width: 10px;
    height: 400px;
    background: #f07527;

}
.certication-page-right{
	
    display: flex;
    width: 45%;

}
.certication-img {
    width: 50%;
    text-align: center;
    background: #80808017;
    height: 300px;
    padding: 10px 12px;
    margin: 10px;
	transition:.5s ease-in-out;
}
.certication-img:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
   
    transform: translateY(-10px);
	cursor:pointer;
}
.certication-img h4{
	
    line-height: 25px;

}
.certication-img img{
	width:100%;
}

@media all and (max-width:770px){
	.certification-page-cont {

    flex-direction: column;
}
	.certification-page-left {
    width: 100%;
}
	.vertical-line{
		display:none;
	}
	.certication-page-right {
 
    width: 100%;
}
}
@media all and (max-width:450px){
	.certification-page {
    padding: 20px 0;
}
	.certification-page-left h1 {
    font-size: 30px;
    width: 100%;
}
	.certification-page-left p {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
	.certication-img {

    height: auto;
 
}
	.certication-img h4 {
 
    font-size: 16px;
    font-weight: 700;
}
}




/* Card design */

.card {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    width:100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.card a {
    color: inherit;
    text-decoration: none;
}

.card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

/**
* THUMB
**/

.card__thumb {
    height: 245px;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.card__thumb img {
    width: 100%;
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.card:hover .card__thumb {
    height: 130px;
}

.card:hover .card__thumb img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/**
* card_BODY
**/

.card__body {
    position: relative;
    height: 70px;
    padding: 20px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.card:hover .card__body {
    height: 210px;
}

.card__category {
    position: absolute;
    top: -25px;
    left: 0;
    height: 25px;
    padding: 0 15px;
    background-color: coral;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 25px;
}

.card__title {
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 26px;
 
    color: #f07527;
    padding: 10px;
  
}

.card__subtitle {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 19px;
    color: coral;
}

.card__description {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    color: #666C74;
    line-height: 27px;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.card__description a button{
	
    margin-top: 10px;
    border: none;
    width: 50%;
    padding: 5px;
    border: 1px solid #1b154ab8;
    color: #f07527;
    font-weight: 700;
    border-radius: 5px;
    background: #FFF;
    transition:.5s ease-in-out;
}
.card__description a button:hover{
	border-radius:unset;
	background:#f07527;
	color:#FFF;
	width: 90%;
	border:unset;
}
.card:hover .card__description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media all and (max-width:1030px){
	.card__title{
		font-size: 21px;
	}
}

