@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Extra-Bold';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Extra-Bold-Italic';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold-Italic';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Black-Italic';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Extra-Light-Italic';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium-Italic';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light-Italic';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Semi-Bold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Extra-Light';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Semi-BoldI-talic';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Thin-Italic';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p{margin: 0;}

ul{list-style-type: none;margin: 0;}

body {
	font-family: 'Poppins-Regular';
	font-size: 16px;
}

a:hover {
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}



/*main slider*/
.main-slider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev {
    position: absolute;
    top: 42%;
    left: 15px;
}
.main-slider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next {
    position: absolute;
    top: 42%;
    right: 15px;
}
.main-slider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev > span,
.main-slider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next > span{
    background: #e31e24;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    line-height: 45px;
    font-size: 50px;
    border-radius: 50%;
}
.main-slider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button:hover{
    background: transparent;
}
/*end main slider*/





.topbar a img {
    /*max-width: 435px;*/
}
.header-logobg {
    padding: 30px 0;
}
.header-menu {
    padding: 10px 0;
    background: #000;
}
.topbar{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.topbar-right a {
    display: inline-block;
    margin-right: 5px;
}
.topbar-right a:last-child{
    margin-right: 0px;
}
.topbar-right img {
    max-width: 40px;
}
div#navbar-classic {
    flex-direction: column;
}
.hero-slider .swiper-pagination-bullet{display: none;}
/*-------------------- Navigation classic ---------------------*/
.navbar-classic.navbar-light .navbar-nav .nav-link {
	color: #181825;

	padding: 12px 16px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    line-height: 20px;
    text-transform: uppercase;
	font-family: 'Poppins-Medium';
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {color: #e31e24;}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {color: #e31e24;}
.navbar-classic.navbar {padding: 0px;}
.navbar-classic .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "\f107";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #fff;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    margin-right: 15px;
    font-size: 15px;
    float: right;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #f1f1f6;
	border-radius: 0px;
}
.navbar-brand {
	display: inline-block;
	margin-right: initial;
	line-height: inherit;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 12px;
	margin: 0px 0px;
	font-size: 1rem;
	color: #808294;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(227, 30, 36, 25%);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 5px 15px;
	clear: both;
	font-weight: 400;
	color: #181825;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 15px;
	/*font-family: 'Poppins-Medium';*/
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4955ef;
	text-decoration: none;
	background-color: #eeeffd;
	border-radius: 5px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {color: #4955ef;}

@media(min-width:992px) {
	.dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in 
	}
	.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}
.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.mega-dropdown {position: unset;}

.mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 63px;
	margin: 15px 0px;
}
.mega-dropdown-menu ul {list-style: none;}
.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}
.nav-dropitem-arrow i {position: absolute;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e31e24;
    border-radius: 5px;
}
.dropdown-item:hover .nav-dropitem-arrow {
	color: #4955ef;
	opacity: 1;
	margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
    padding: 15px;
    font-size: 1.25rem;
    line-height: 1; 
    background-color: #fff;
    border: none;
    border-radius: 10px;
    position: relative;
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
/*.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {border-bottom: 1px solid #f1f1f6;}*/
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {border-bottom: none;}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {border-bottom: 1px solid #f1f1f6;}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {border-bottom: 1px solid #f1f1f6;}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {border-bottom: 1px solid #f1f1f6;}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {border-bottom: 1px solid #495bfb;}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {border-bottom: 1px solid #f1f1f6;}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #e31e24;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {outline: 0px;}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #e31e24;
}
.navbar-toggler .middle-bar {opacity: 0;}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #e31e24;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #e31e24;
}
.navbar-toggler.collapsed .middle-bar {opacity: 1;}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #e31e24;
} 

/*responsive menu according*/
.mb-0.card-h5 > a {
    display: block;
    position: relative;
}
.mb-0.card-h5 > a:after {
    border: none;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.mb-0.card-h5 > a[aria-expanded="true"]:after {
    content: "\f068";
}

.menu-accordion > .card > .card-header {
    background: #e31e24;
    display: block;
    padding: 8px 10px;
    border-radius: 0;
    border: 1px solid rgb(131 131 131 / 20%);
}
.menu-accordion > .card > .card-header > h5 > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins-Bold';
    letter-spacing: .3px;
}
.card-body.sub-card-body {
    margin: 0;
    background: #fff;
}
.card.subcard > .card-header {
    padding: 8px 10px;
    background: #e31e24;
    border: 1px solid rgb(131 131 131 / 20%);
}
.card.subcard > .card-header > h5 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    letter-spacing: .3px;
}
.card.subcard > .card-header > h5 > a{
    color: #fff;
}

.res-topbar-left{display: none;}
/*end responsive menu according*/



/*hero slider   16-5-2022*/
/*.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {    height: 600px;  }
}

@media (max-width: 767px) {
  .hero-slider {    height: 500px;  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #e31e24;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {    display: none;  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color:#e31e24;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {  right: 25px;  transform:translateX(-50px);}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color:#e31e24;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #e31e24;
    transition: all .2s ease;
    border-radius: 50px;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,.hero-slider .swiper-pagination-custom,.hero-slider .swiper-pagination-fraction {  bottom: 30px;}

.swiper-pagination {      text-align:left;    }

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{  bottom:30px;}
}

.hero-style {
  height: 765px;
  transition:all .4s ease;
}

@media (max-width: 991px) {.hero-style {    height: 600px;  }}

@media (max-width: 767px) {.hero-style{    height: 500px;  }}

.hero-style .slide-title,.hero-style .slide-text,.hero-style .slide-btns {  max-width: 690px;}

.hero-style .slide-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0 0 30px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {.hero-style .slide-title h2 {    font-size: 75px;  }}

@media (max-width: 991px) {.hero-style .slide-title h2 {    font-size: 50px;    margin: 0 0 35px;  }}

@media (max-width: 767px) {.hero-style .slide-title h2 {    font-size: 35px;    margin: 0 0 30px;  }}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}
*/
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}

@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {    font-size: 13px;    padding: 15px 25px;  }
}

@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{    padding: 13px 20px;    font-size: 13px;  }
}

/*end hero slider*/







/*home product slider */
.item.custitem a {
    display: inline-block;
    text-align: center;
}
.item.custitem a h4 {
    background: #e31e24;
    color: #fff;
    padding: 10px 5px;
    font-size: 18px;
    font-family: 'Poppins-semi-Bold';
}

.homeproductheadtitle{
    text-align: center;
}
.homeproductheadtitle h2 {
    font-size: 36px;
    margin-bottom: 40px;
    position: relative;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    margin-bottom: 70px;
}
.homeproductheadtitle h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 25%;
    height: 2px;
    background: #e31e24;
    margin-left: -140px;
}
.homeproductheadtitle h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 10%;
    height: 4px;
    background: #000;
    margin-left: -140px;
}
.item.custitem a img {
    border: 1px solid #c7c7c7;
}

.homeproductslider-owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item.custitem{
    box-shadow: 0px 19px 24px -16px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 19px 24px -16px rgba(0,0,0,1);
    -moz-box-shadow: 0px 19px 24px -16px rgba(0,0,0,1);
}

.homeproductslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-stage-outer > .owl-stage > .owl-item{
    height: 400px;
}

.homeproductslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev {
    position: absolute;
    top: 40%;
    left: -100px;
    margin: 0;
    opacity: 1;
}
.homeproductslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next {
    position: absolute;
    top: 40%;
    right: -100px;
    margin: 0;
}
.homeproductslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev > span,
.homeproductslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next > span {
    background: #e31e24;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    line-height: 45px;
    font-size: 50px;
    border-radius: 50%;
}

.homeproductslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button:hover{
    background: transparent;
}

.homeproductslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-dots{display: none;}



/*end home product slider */

/*ourallproductsection*/
.ourallproductsection{
    padding: 60px 0;
    background: #f3f3f3;
    position: relative;
}
.industries-we-cater-desc.effect.homeprod a {
    display: inline-block;
}
.industries-we-cater-desc.effect.homeprod {
    position: relative;
    z-index: 1;
}
.effect.homeprod:before, .effect.homeprod:after {
    bottom: 60px;
}
/*end ourallproductsection*/




/*aboutussection*/
.aboutussection {
    padding: 20px 0 60px;
    background: url(../images/about-bg.png);
    /*background-repeat: no-repeat;*/
    background-size: contain;
}
.aboutussection.homeaboutussection {
    padding: 0px 0 60px;
}
    
.about-left{
    position: relative;
}

.about-right h3 {
    font-size: 18px;
    font-family: 'Poppins-Bold';
    color: #e31e24;

}
.about-right.product-head h2 {
    font-size: 30px;
    margin-top: 10px;
}
.about-right.product-head p{
    margin-bottom: 0;
    text-align: justify;
}
.about-left img {
    /*border-radius: 20px;*/
    /*box-shadow: 0px 3px 11px 0 rgb(0 0 0 / 15%);*/
    /*border: 1px solid #000;*/
}


/*.about-left::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: -15px;
    left: -15px;
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    background: #ededed;
}*/
/*end aboutussection*/





/*aboutusdescsection*/
.aboutusdescsection {
    background: #f3f3f3;
    padding: 60px 0 30px;
}

.about-desc {
    margin-bottom: 30px;
}
.about-desc h4 {
    margin-bottom: 10px;
    font-size: 26px;
    font-family: 'Poppins-Medium';
}
.about-desc p{
    text-align: justify;
}
/*end aboutusdescsection*/

.banner {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.humanresoursebanner{background: url(../images/humanresoursebanner.png);background-position: center;}
.milestonesbanner{background: url(../images/milestonesbanner.png);background-position: center;}
.managementbanner{background: url(../images/managementbanner.png);background-position: center;}
.whyusbanner{background: url(../images/whyusbanner.png);background-position: center;}
.industrieswecaterbanner{background: url(../images/industrieswecaterbanner.png);background-position: center;}
.countriesweexportbanner{background: url(../images/countriesweexportbanner.png);background-position: center;}
.manufacturingprocessbanner{background: url(../images/manufacturingprocessbanner.png);background-position: center;}
.csrbannersection{background: url(../images/csrbannersection.png);background-position: center;}
.carrerbannersection{background: url(../images/carrerbannersection.png);background-position: center;}
.aboutsectionbanner{background: url(../images/aboutsectionbanner.png);background-position: center;}
.faqsectionbanner{background: url(../images/faqsectionbanner.png);background-position: center;}
.capabilitiesbanner{background: url(../images/capabilitiesbanner.png);background-position: center;}


/*product banner*/
.productbanner {
    background: url(../images/product-bg.png);
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contactusbanner{
    background: url(../images/contactus-bg.png);
}

.infrastructurebanner{
    background: url(../images/infrastructure-bg.png);
}
.qualitybanner{
    background: url(../images/quality-bg.png);
}
.media-centerbanner{
    background: url(../images/media-center-bg.png);
}
.breadcrume-head {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
}
/*end product banner*/


/*breadcrumbsection*/
.productbreadcrumbsection {
    margin-top: 0px;
    padding: 0px 0;
    /*background: #e9e9e9;*/
}
.chome {
    color: #e31e24;
}

ol.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    margin-top: 15px;
    padding: 0;
    justify-content: end;
}
.productbanner-breadcrume > nav > ol.breadcrumb > li.breadcrumb-item > a {
    color: #000;
    padding: 0 0;
    font-size: 14px;
}
.breadcrumb-item.active {
    color: #6c757d;
    font-size: 14px;
}
.productbanner-breadcrume > nav > ol.breadcrumb > li.breadcrumb-item > a > i {
    color: #B40E0E;
}

/*end breadcrumbsection*/

/*productsection*/
.productsection{
	/*padding: 20px 0 60px;*/
    padding: 20px 0 40px;
}
.product-left img{
	/*border: 3px solid #d5d6d7;*/
	-webkit-box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 15%);
    transition: all .3s ease-in;
}

/*.product-left img:hover{
	border: 3px solid #e31e24;
}*/
.pro-inner {
    background: #e31e24;
}
.product-head.pro-hed p {
    color: #fff;
    width: 94%;
    text-align: justify;
}
.product-details.pro-bg h4 {
    background: none;
    color: #e31e24;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 10px;
    font-family: 'Poppins-Regular';
    font-size: 24px;
    margin-bottom: 10px;
    width: 70%;
}
.product-head h2 {
    font-size: 36px;
    margin-bottom: 40px;
    position: relative;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}
.product-head h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 25%;
    height: 2px;
    background: #e31e24;
}
.product-head h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10%;
    height: 4px;
    background: #000;
}
.product-details.pro-bg ul {
    background: none;
    list-style-type: none;
}
.product-details ul li::before {
    content: "\2022";
    color: #e31e24;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    font-size: 33px;
    padding-right: 30px;
    position: absolute;
    left: 25px;
}
.product-head p{
    margin-bottom: 30px;
    /*margin-bottom: 15px;*/
}
.carousel {
    box-shadow: 0px 3px 11px 0 rgb(0 0 0 / 15%);
}

.carousel .carousel-item img {
    max-width: 100%;
    /*border: 3px solid #d5d6d7;*/
}

.product-details h4 {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    background: #e31e24;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-details ul {
    margin-bottom: 30px;
    list-style-type: disc;
    background: #ebebeb;
    padding: 0px 0 10px 40px;
}
.product-details ul li {
    line-height: 26px;
    font-size: 16px;
}
/*end productsection*/



/*manufactureingsection*/
.manufactureingsection {padding: 60px 0;}
/*.manufactureingsection {padding: 20px 0 60px;}*/
/*end manufactureingsection*/


.productsection-desc{
    padding: 0 0 30px;
}
/*milestonesection*/
.milestonessection {
    padding: 21px 0 60px;
}

#sync2 .item {
    background: #ffffff;
    padding: 10px 0px;
    margin: 5px 10px 30px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
}

#sync2 .item h1 {
    font-size: 20px;
    font-family: 'Poppins-Semi-Bold';
}

#sync2 .current .item {
    background: #e31e24;
    color: #fff;
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
        transition: all 0.3s ease;
    background: #e31e24;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}
.owl-theme .owl-nav [class*=owl-]{
    
}
#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
 
#sync1.owl-theme .owl-prev {
    left: 10px;
    background: #000;
    display: none;
}

#sync1.owl-theme .owl-next {
    right: 10px;
    background: #000;
    display: none;
}
.milestone-details {
    display: flex;
    align-items: center;
}
.milestone-txt {
    padding: 20px 20px;
    width: 30%;
    margin: 0 auto;
}
.milestone-txt h4 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
}
.item.custitem {
    background: #e31e24;
}

/*end milestonesection*/

.theme-bg{background: #e31e24;}
/*why us*/
.whyus-details {
    /*background: #e31e24;*/
}
.whyus-details ul {
    list-style-type: disc;
    padding: 20px 10px 0 30px;
}
.whyus-details ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.industries-we-cater-head {
    margin-bottom: 30px;

}
.industries-we-cater-head h3 {
    padding: 10px 0;
    background: #e31e24;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Poppins-semi-Bold';
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}

/*effect*/
.effect
{
  position: relative;
}
.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.effect:after
{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 10px;
  left: auto;
}

/*end effect*/
/*end why us*/

/*mediacentersection*/
.mediacentersection {
    padding: 29px 0 10px;
}

.gallery-item {
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin: 45px 0 50px;
}

.product-head.mediacenter-head h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Poppins-medium';
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
    border: 2px solid #000;
}

.gallery-image:hover {
    transform: scale(1.15);
}

/*end mediacentersection*/





/*industries-we-catersection*/
.industries-we-catersection {
    padding: 21px 0 30px;
}
/*end industries-we-catersection*/




/*countries-we-exportsection*/
.countries-we-exportsection{
    padding: 60px 0;
}

.flag-detail {
    float: left;
    width: 13%;   
    margin-bottom: 15px;
}
.flag{text-align: center;}
.flag-img {
    margin-bottom: 5px;
}
.flag-img img{border: 1px solid #000;}

/*end countries-we-exportsection*/




/*interior-exterior*/
.interior-exteriorsection{
    padding: 21px 0 0px;
}/*
.interior-exterior{
    padding: 21px 0 60px;
}*/
.interior-exterior p {
    margin-bottom: 20px;
    text-align: justify;
}
/*end interior-exterior*/



/*qualitysection*/
.qualitysection{
    padding: 21px 0 40px;
}
.product-head.homeproducthead h2 {
    font-size: 32px;
}
.lb-data .lb-close {
    position: absolute;
    top: -40px;
    right: 34%;
}
.certidetails a {
    border: 1px solid #000;
    display: inline-block;
}
/*end qualitysection*/


/*product image pop up*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1024px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*end product image pop up*/

/*certificatesection*/

.btn:focus, .btn:active, button:focus, button:active {    outline: none !important;    box-shadow: none !important;}
#image-gallery .modal-footer{display: block;}
.thumb{margin-top: 0px;margin-bottom: 15px;}
.ourbrand-desc.text-center img {    margin-bottom: 15px;}
/*end certificatesection*/



/*infrastructuresection*/
.infrastructuresection{
    padding: 0px 0 30px;
}
.carousel.slide.infra{box-shadow: none;}
.infra-hr {
    padding: 30px 0;
}

.infra-hr hr{    border-top: 10px solid rgba(0,0,0,.05);}

.infrastructure-left p {
    margin-bottom: 15px;
    text-align: justify;
}
.infrastructure-left.homeinfra p {
    color: #fff;
    padding-left: 30px;
}
.carousel.infrastructure{
    box-shadow: none;
    position: relative;
    margin-bottom: 30px;
}
.carousel.infrastructure img {
    border: none;
}
.slide-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(227, 30, 36, .7);
    width: 100%;
    color: #fff;
    padding: 8px 10px;
    font-size: 18px;
    font-family: 'Poppins-semi-Bold';
    letter-spacing: 1px;
}

.infrastructure-desc h3{
    font-family: 'Poppins-Bold';
    color: #e31e24;
    margin-bottom: 15px;
}

.infrastructure-desc p{
    text-align: justify;
    width: 90%;
    line-height: 28px;
}
/*end infrastructuresection*/


/*contactussection */
.contactussection {
    padding: 22px 0 60px;
}
.contact-head {
    text-align: center;
    margin-bottom: 30px;
}
.contact-head h2 {
    font-size: 34px;
    font-weight: bold;
}
.form-control {
    padding: 12px 0.75rem;
    font-size: 14px;
}
.theam-btn {
    background: #e31e24;
    padding: 10px 20px;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: all .5s ease;
}
.theam-btn:hover{
    background: #000;
    cursor: pointer;
}
.footer-ul.contact-form {
    margin-top: 30px;
}
.footer-ul.contact-form > .footer-contact > .contact-txt > a {
    color: #000;
}
.footer-ul.contact-form {
    margin-top: 30px;
    padding-left: 15px;
}
/*end contactussection */


/*faqsection*/
.faqsection{
    padding: 21px 0 60px;
}

.accordion .card-header.collapsed:after {
    content: "\f067"; 
}

.accordion .card-header::after {
    display: inline-block;
    content: "\f068";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: 16px;
    float: right;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #e31e24;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.card{
    border: 0;
}
a.card-title {
    width: 90%;
}

.card-header {
    background: #fff;
    border: 1px solid rgb(131 131 131 / 40%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.card-body.collapse.show {*/
.card-body {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
    background: #e9e9e9;
}
.card-header.collapsed{
    margin-bottom:10px;
    box-shadow:  0px 0px 15px rgba(190, 190, 190, 35%);
}
.card-body{
    border: 1px solid rgba(0,0,0,.125);
    /*margin-bottom: 20px;*/
    /*background: #e9e9e9;*/
    box-shadow:  0px 5px 10px rgba(190, 190, 190, 35%);
}
div#accordion {
    margin-bottom: 20px;
}
/*end faqsection*/


/*humanassetsection*/
.humanassetsection{
    padding: 21px 0 60px;
}
.capabilitiessection{
    padding: 21px 0 20px;
}
.product-details.pro-bg.capability h4 {
    font-size: 22px;
}
/*end humanassetsection*/



/*managementsection*/
.managementsection{
    padding: 21px 0 60px;
}
.bgrow {
    padding: 40px;
    background: #eee;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.management-desc h3 {
    background: #e31e24;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 8px 0;
}
.management-left img {
    border: 1px solid #e31e24;
}
.management-head h4 {
    font-size: 22px;
    /*margin-bottom: 10px;*/
    color: #e31e24;
    letter-spacing: 1px;
    font-family: 'Poppins-Bold';

    margin-bottom: 20px;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 20px;
}
/*.management-head h5 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 20px;
}*/
.management-right p {
    margin-bottom: 15px;
    text-align: justify;
}
/*end managementsection*/

.col-md-12.col-lg-6.res-view {
    display: none;
}

/*footersection*/
.footersection {
    background-attachment: fixed !important;
    padding: 70px 0;
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px;
}

.footerdetails img{
	max-width: 230px;
}

.footerdetails h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins-Medium';
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #6e6e6e;
    margin-bottom: 20px;
}

.footerdetails ul li {
    line-height: 28px;
}
.footerdetails ul li a {
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in;
}
.footerdetails ul li a:hover{
	color: #e31e24;
	padding-left: 20px;
}
.copyright-left {
    color: #fff;
    font-family: 'Poppins-Light';
}
.footer-contact {
    display: flex;
    margin-bottom: 10px;
}
.footer-contact:nth-child(4) {
    margin-bottom: 0px;
}

.footer-txt {
    color: #fff;
}
.footer-icon {
    color: #e31e24;
    margin-right: 20px;
}
.footer-ul.contact-form > .footer-contact > .footer-icon {
    font-size: 20px;
    align-items: center;
    display: flex;
}
.weekly {
    padding: 20px 0 0 20px;
    border-top: 1px solid #000;
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-txt a {
    color: #fff;
}
.footerdetails.footermain img {
    margin-bottom: 30px;
}
ul.abt-ul {
    column-count: 2;
}
.footer-copyright {
    /*background: #e31e24;*/
    background: #2c2c2c;
    padding: 10px 0;
}
.copyright-right {
    color: #fff;
    font-family: 'Poppins-Light';
}
.copyright-right a{
	color: #fff;
	font-family: 'Poppins-Medium';
}
/*end footersection*/