@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
  font-family: "DM Sans", sans-serif;
	font-size:15px;
	-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background:#fff;
}



.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}


html {
  scroll-behavior: smooth;
}

ul, li{list-style: none; margin: 0; padding: 0;}

a {transition: 0.5s;  -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}
a:hover {}



.header{ padding: 10px 45px; background:#fff; width: 100%; z-index:9999999;}


/* Image zoom on hover + Overlay colour */
/* [1] The container */
.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}}

.container-full {
    max-width: 100%;
}


.container-full .carousel img {width: 100%; max-height: 800px;}
.container {max-width: 1100px;}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
	background: #111111;
}

.bg_white{ background: transparent; width:100%; height:auto; padding:0 45px;}


.header-right i {color: #fd961a ;margin-right: 5px;}
.header-right a {color: #444;margin-left: 50px;font-size: 16px; text-decoration:none; }
.header-right a:hover {color:#fd961a ;}
.header-right img {width:12%;}

.user-icon {display:none;}

.logo-div {padding:0;}
.logo-div img {max-width:250px;}
/* navigation */
.navbar {padding: 0;}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
.navbar-nav a {margin-left: 0; padding: 0 15px; font-size: 15px; font-weight: 600;}
.navbar-nav a:hover {color: #046635;}
.nav-item .dropdown-menu {top: 90%; background-color: #fff; color:#333!important; padding: 0; min-width: 200px;}
.nav-item .dropdown-menu :hover {background:#fd961a; color:#fff;}
.nav-item .dropdown-menu a {font-size:15px; font-weight:400; border-bottom:1px #e9e9e9 solid;}
.nav-item .dropdown-menu .dropdown-item {padding: 7px 10px; margin: 0;}
.nav-content {margin-top:25px;}
.header-right .get-quote-btn {background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);  border-radius:4px; color: #fff; font-weight: 600;padding: 6px 20px;margin-left: 15px; }
.header-right .get-quote-btn:hover {background-color: #fff;  color: #fd961a;}

.carousel-caption {top: 24%; bottom: 15%;text-align: left;}
.carousel-caption h1 { font-size: 60px; line-height:70px; margin-bottom:12px; font-weight: 500; text-transform: none;}
.carousel-caption p{font-size: 16px; line-height:1.6; font-weight: 400;}
.image {
    position: absolute;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.carousel-caption .read-more{
    background: #fd961a;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 25px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.carousel-caption .read-more:hover { text-decoration:none;  background-color: #27ac6b; color:#fff;}
.carousel-indicators li {width: 10px; height: 10px; border-radius: 10px; background-color: #fff; display: none;}
.carousel-indicators li.active {background-color: #01abe3;}
.carousel-control-prev {width: auto; opacity:1; left: 2%;}
.carousel-control-next {width: auto; opacity:1; right: 2%}
.carousel-control-next-icon, .carousel-control-prev-icon{width: 35px; height: 35px;}




.about-section {background-color: #fff; padding: 125px 45px;}
.garment-produced {ackground: linear-gradient(142.13deg, rgba(254, 248, 255, 0.189) 1.8%, rgba(254, 248, 255, 0) 99.75%);
    backdrop-filter: blur(43.9804px); min-width: 225px; position: absolute; right: 250px; bottom: 35%; padding: 15px; color: #fff; font-size: 18px;}
.garment-produced span {color: #fff; font-size: 92px; display: block; line-height: 90px; font-weight: 600;}
.dot-pattern{position: absolute;
    right: 34px;
    z-index: -1;
    top: -215px;
}
.about-rightsec {padding-left: 0px; font-size: 18px; color: #494949; padding-left: 40px;}
.about-rightsec p {font-size:17px; color:#858585; line-height:1.6; margin:12px 0;}
.about-rightsec h2 {font-family: "Titillium Web", sans-serif; font-size:34px; font-weight:600;}
.about-rightsec h5 {font-size: 16px; text-transform:uppercase; color: #494949; padding-bottom: 5px; position: relative;}
.about-rightsec h5::before {position: absolute; height: 3px; width: 55px; top: -10px; background-color: #fd961a; content: '';}
.about-rightsec h3 {color: #333; font-size: 40px; font-weight: 700; margin-bottom: 15px;}
.about-left {padding-right: 60px;}
.about-left img {max-width: 100%;}
.about-rightsec ul{display: flex; padding: 0; margin-top: 28px;}
.about-rightsec ul li span {font-size: 48px; line-height: 48px; font-weight:600; color: #fd961a;}
.about-rightsec ul li {list-style: none; font-size: 13px; font-weight: 400;border-left: 1px solid #dfdfdf; padding: 0 22px;}
.about-rightsec ul li:first-child{border-left: none;padding-left: 0}
.readmore-btn {width: auto; margin: 20px auto 0; display: inline-block; font-weight: 600; font-size: 18px; color: #fff; background:#000; border-radius:45px; padding:18px 35px; }
.readmore-btn:hover {color: #fff; background:#F90; text-decoration: none;}


.circle {
	position: absolute;
	top:55%; right:4%;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:100000;
}

.icon {
	position: absolute;
	width: 140px;
	height: 140px;
	background: url(../images/ico_play.png);
	background-size: cover;
	border-radius: 100vmax;
	background-position: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
	text-transform:uppercase;
	animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.text span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 100px;
}




.product-section{color: #fff;background: url(../images/bg-projects.jpg) no-repeat; background-size: cover; background-attachment:fixed; padding: 100px 45px;}
.product-section h4 {font-family: "Titillium Web", sans-serif; font-size:40px;font-weight:600; margin-top:10px; width:70%; margin:auto;}
.product-section p { font-size: 14px; font-weight:500; text-transform:uppercase;}
.product-section .slick-slide {margin: 50px 15px 0;}
.product-section .slick-slide .inner-text {background-color: transparent; color:#fff; font-size:18px; padding: 10px 0; min-height: 50px; text-decoration:none;}
.product-section .slick-slide .inner-text a {color:#fff; font-weight:500;}
.product-section .slick-arrow {font-size: 0px;background: transparent;border: none;position: absolute;
    top: -10px;
    right: 5px;
    z-index: 1;
    cursor: pointer;
}
.product-section .slick-arrow:focus {outline: none;}
.product-section .slick-arrow:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 28px;
}
.product-section .slick-arrow.slick-disabled {
    border: none;background: transparent;
    opacity: 0.5;
    pointer-events: none;
}
.product-section .slick-arrow:hover:before {
    color: #2d8bcb;
}
.product-section .slick-prev:before {
    content: "\f053";
    right: 40px;
    position: absolute;
}
.product-section .slick-next:before {
    content: "\f054";
}

.industries-serve {padding: 80px 0 0; background:#fff;}
.blue-heading {font-size: 32px; font-weight: bold; text-transform:uppercase; color: #333; margin-top:10px;}
.sub-heading{color: #494949; font-size: 18px;}
.industry-sec{position: relative;width: 23%; margin-top: 15px;}
.industry-content {position: absolute;text-align: center;width:100%; 
background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,     /* Transparent at the top */
    rgba(0, 0, 0, 0.4) 25%,  /* Soft blue in the middle */
    rgba(0, 0, 0, 1) 60%     /* Solid blue further down */
  );
    position: absolute;
    bottom: 0;
    
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	
}
.industry-sec img{width: 100%;}
.industry-content h5 {font-weight: bold; font-size: 17px;padding: 25px 0 20px;}
.industry-content p {font-size: 15px; display: none; font-weight: normal; padding: 15px 15px 0;}
.industry-sec:hover .industry-content {
    height: 100%;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
	
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 10%,     /* Transparent at the top */
	rgba(0, 0, 0, 0.5) 10%,     /* Transparent at the middle */
    rgba(0, 0, 0, 0.8) 20%     /* Solid blue further down */
  );
  
	
}
.industry-sec:hover .industry-content p{
    display: block;
    width: 100%;
}

.industry-sec .readmore-btn {width: auto; margin: 10px auto 0; display: inline-block; font-weight: 500; font-size: 15px; background:transparent; border:2px #fff solid; color: #fff; padding: 7px 10px; border-radius:4px; }
.industry-sec .readmore-btn:hover {color: #fff; background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); border:2px transparent solid; text-decoration: none;}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff; padding:45px 35px;
}

div.bhoechie-tab-content h2 { font-size:36px; color:#555; font-weight:600;}
div.bhoechie-tab-content p { font-size:16px; color:#555; font-weight:400; line-height:1.6; margin:10px 0;}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.capabilities-section{background-color: #fff; padding: 80px 45px;}
.capability-content{position: relative;height: 100%;}
.inner-content-cap {position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 100%; /* Covers the full image */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* icon at top, text at bottom */
    padding: 10px 20px; /* adjust padding as needed */
    box-sizing: border-box;
    color:#fff;
	text-align:center;
    
}
.inner-content-cap p {line-height:1.3; font-weight:600; font-size: 20px;}
.inner-content-cap img{align-self: flex-start; max-width:25%;}
.container-medium{max-width: 1250px; margin:auto;}
.full-width-img{width: 100%;height: 100%;}
.full-image-left{max-width: 100%; height: 100%;}

.testimonial-section {padding: 80px 0 40px;}
.testimonial-slider {max-width: 62%; margin: auto; font-size: 24px; text-align: center;}
.test-name{margin-top: 30px; color: #494949;font-weight: 500; font-size: 18px;}
.test-name span{color: #fd961a;}
.quotes{text-align: center; margin-top: 40px; margin-bottom: 10px;}
.testimonial-slider ul li{list-style: none; display: inline-block;margin-top: 10px;}
.testimonial-slider ul li button{font-size: 0px; border: none; background-color: #e1e3e7;margin: 10px 3px;width: 30px; height: 4px;}
.testimonial-slider ul li.slick-active button {background-color: #F90;}
.testimonial-slider ul li button:focus{outline: none;}


.inner-pages-bnr {width: 100%; background-size:cover; position:relative;}
.inner-pages-bnr #can {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%
}
.inner-pages-bnr img {width: 100%; max-width:100%;}
.inner-pages-bnr .banner-caption { position: absolute; left: 0%; top: 35%; width:100%;}
.inner-pages-bnr p {color:#fff;}
.inner-pages-bnr h1 {font-family: "Titillium Web", sans-serif; font-size:40px; text-align:left; font-weight:600; /*text-shadow: 4px 2px 2px rgba(0, 0, 0, 0.5);*/ color: #fff; text-transform: none; margin-bottom: 10px;}
.inner-pages-bnr h2 {color:#fff; text-align:left; font-size:15px; font-weight:400;}
.inner-pages-bnr h1 span {font-weight:600;}

.breadcrumb a {color:#fff; text-decoration:none;}

.inner-contect-section {padding:75px 45px; background:#fff;}


.inner-contect-section h1 {font-size:35px; color:#1d3a71; line-height:normal; font-weight:600;}
.inner-contect-section h1 span{font-size: 16px; text-transform:uppercase; color: #494949; padding-bottom: 5px; position: relative;}
.inner-contect-section h1 span::before {position: absolute; height: 3px; width: 55px; top: -10px; background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); content: '';}

.inner-contect-section h2 {font-family: "Titillium Web", sans-serif; font-size:30px; color:#222; text-transform:uppercase; line-height:1.4; font-weight:700; margin-bottom:12px;}
.inner-contect-section h3 {font-family: "Titillium Web", sans-serif; font-size:22px; color:#1d3a71; line-height:1.3; font-weight:600; margin:12px 0;}
.inner-contect-section h4 {font-size:20px; color: #06C; line-height:1.3; font-weight:bold;  }

.inner-contect-section p { font-size:18px; color:#555; line-height:1.6; text-align:left;}

.inner-contect-section ul {margin:0; padding:0; list-style:none;}
.inner-contect-section li {margin:0; padding:0; list-style:none; font-size:18px; color:#777; line-height:1.6; text-align:left; background:url(../images/bullet.png) no-repeat left 8px; padding-left:13px;}

.img-about {padding:0 100px 20px 0;}

.statement {padding:65px 45px; background:#000;}
.statement-inner {padding:0; margin:10px 0;}
.statement-inner img {margin-bottom:12px; width:50%;}
.statement-inner h4 {font-size:20px; color:#fff; line-height:1.4; font-weight:600; margin:12px 0;}
.statement-inner p { font-size:16px; font-weight:300; color:rgba(255,255,255,0.6); line-height:1.5; text-align:left;}



.cont-sec {padding:20px 0 0 0; width:100%;}
.img-rad {border-radius:0 60px 60px 0;}

.bgacc {background:#f5f5f5; padding:15px 25px; border-radius:10px; box-shadow:none!important;}
.bgacc p {text-align:left!important;}

.category-nav {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0
}

.category-nav {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0
}

.category-nav li {
    list-style: none;
    margin: 0;
	background-image:none;
}

.category-nav li a {
	font-size:18px;
    color: #222;
    display: block;
    padding: 15px 20px;
    margin-bottom: 5px;
    background-color: #e6e6e6;
	text-decoration:none;
}

.category-nav li a:hover {
    color: #fff;
    background-color: #2e8bcc;
}

.category-nav li.active a {
    background-color: #1d3a71;
    color: #fff
}

#tabs{
	background: #f3f3f3;
    color: #444;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    
}
#tabs h6.section-title{
    color: #eee;
}
#tabs .nav-tabs, .nav-tabs .nav-link {
	font-size: 20px;
	font-weight:500;
	color:#2e8bcc;
	}
#tabs .nav-tabs, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2e8bcc;
	
}



.map {width:100%;}

.contact-box {background-image: linear-gradient(295deg,#d6e4ff,#f5f8ff);  border-radius:7px; padding:25px 15px; margin:12px 0; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; height:180px;}
.contact-box h3 {font-size:15px;  font-weight:bold; color:#1d3a71; text-align:center; text-transform:uppercase; margin:10px 0;}
.contact-box p {font-size:16px;  font-weight:nornal; color:#1d3a71; text-align:center;}
.contact-box a {color:#444; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.contact-box a:hover {color:#e3812b;}
.contact-box img {width:25%;}


.footer-share{background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); padding: 20px 45px; font-size: 18px; color: #fff;}
.footer-right ul li a {background-color: #fff; width: 35px; height: 35px;color: #081467; display: flex; align-items: center; justify-content: center; border-radius: 50%; text-align: center; font-size: 20px;}
.footer-right ul li a:hover{text-decoration: none;}

.footer-section {background:transparent; padding: 100px 45px; color: #858585; font-weight: 400;}
.footer-section h1 {font-size:270px; line-height:normal; color:#fff; font-weight:700; text-transform:uppercase; margin:0 0 45px 0; text-align:center;}
.footer-section h2 {color:#fff; font-size:65px; line-height:70px; font-weight:500;}
.footer-section h5{font-size: 20px;color: #fff; position: relative; font-weight: 600;margin-bottom: 25px;}
.footer-section h5::after{background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); border-radius: 4px; position: absolute; content: ''; width: 60px; height: 3px;bottom: -7px; left: 0; }
.footer-section p {font-size: 15px; color: rgba(255,255,255,0.5);}
.footer-section a {color: rgba(255,255,255,0.5); font-size: 15px; font-weight: 400; text-decoration:none;}
.footer-section a:hover {color:#fff ;}
.footer-section li {padding-bottom: 3px;}
.two-column{column-count: 2; column-gap: 30px;}
.footer-section i {color: #999;}
.ftr-btm{font-size: 14px;}




@media (max-width: 767px) {
	.header {padding:10px 15px;}
	.logo-div {background:#fff;}
    .logo-div img {max-width: 170px;}
    .header-right {position: inherit; background:#fff; padding:10px 15px;}
    .header-right a {margin-right: 75px;}
    .header-right a i { margin-top: 0px; margin-left: 10px;}
    .mail-icon {margin-right: 5px; display:none;}
    .phone-icon {margin-right: 25px; display:none;}
	.user-icon {display:inline-grid; margin-right: 25px; text-align:center;}
	.user-icon span {text-align:center; font-weight:500; font-size:14px;  text-transform:uppercase;}
	.loginsec {margin-top:10px;}
	.iso {margin-right: 0px;}
	.hide-mob {display: none;}
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 25px;
        height: 25px;
    }
	.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
		display: none;
	}
	.navbar-nav .nav-item.dropdown:hover .dropdown-menu.show {
		display: block;
	}
	.navbar-nav .nav-item.dropdown:hover .dropdown-menu {margin-left: -20px; padding-left: 10px;}
    .navbar-toggler {background-color: #333;position: absolute; right: 15px; top: -50px;}
    .navbar-nav .nav-link {padding: 15px 0;}
    .nav-content {position: absolute; z-index: 1; width: 100%; left: 0; text-align: left; line-height:1.6; padding-left: 20px; margin-top:13px;background-color: rgba(0,0,0,0.9);}
    .navbar {width: 100%; text-align: left;}
    .navbar a {color: #fff; font-size:13px; font-weight:400; line-height:1.6; margin:3px 0;}
	.nav-item .dropdown-menu {background-color: rgba(0,0,0,0.9);}
	.nav-item .dropdown-menu a {border-bottom:1px solid #333; color:#fd961a;}
    .industry-sec{width: 50%; margin-top: 0px;}
    .industry-content-wrap{flex-wrap: wrap;}
	.inner-contect-section p {font-size:16px; font-weight:300; line-height:1.6;}
	.about-section {padding:50px 10px;}
	.about-rightsec h3 {font-size:22px;}
	.about-rightsec h5 {font-size:14px;}
	.about-rightsec h5::before {width:17%;}
    .about-rightsec ul li{padding: 0 15px;}
    .about-rightsec ul li span{font-size: 25px;}
	.about-rightsec p {font-size:15px; line-height:1.6;}
    .about-rightsec{padding-left: 20px; margin-top:35px;}
	.about-rightsec h2 {font-size:26px;}
	.circle {top:185px; left:75px;}
	.garment-produced {font-size:15px; display:flex; right:78px; bottom:8%;}
	.garment-produced span {font-size:15px; line-height:normal; margin-right:7px;}
	.industry-content h5 {font-size:14px; padding:0;}
	.industry-content p {font-size:12px;}
	.industry-sec .readmore-btn {font-size:12px; padding:5px 8px;}
	.product-section {padding:50px 10px;}
	.product-section p {font-size:14px;}
	.product-section h4 {font-size:22px; width:100%; line-height:24px; margin-bottom:13px;}
    .product-carousel .slick-slide img {width: 100%;}
    .capabilities-section {padding: 50px 10px;}
    .capability-content {padding-bottom: 15px;}
	.capability-content p {margin-bottom:25px!important; font-size:17px;}
    .pad-remove {padding-right: 0;}
	.blue-heading {font-size:26px; width:100%; line-height:32px; text-align:center;}
	.blue-heading:before {left:40%;}
	.sub-heading {width:100%; font-size:14px; margin:auto; margin-bottom:25px;}
    .inner-content-cap img {width: 25%;}
    .testimonial-section{padding: 50px 15px 40px;}
    .testimonial-slider{max-width: 100%; font-size: 18px;}
	.test-name {font-size:14px;}
	.statement {padding:45px 10px;}
    .footer-right{margin-top: 20px;}
    .footer-section {padding: 50px 10px;}
	.footer-section h1 {font-size:54px; line-height:55px; margin:25px 0; text-align:left;}
	.footer-section h2 {font-size:22px; line-height:30px; margin-bottom:15px;}
	.footer-section h5 {margin-top:15px;}
    #banner-carousel {height: 280px;}
    .carousel-item img {height: 280px;}
    .carousel-caption h1{font-size: 24px; font-weight:600; margin-bottom:15px; line-height:24px;}
    .carousel-caption {top: 7%; max-width: 100%;}
    .carousel-caption p{font-size: 14px; line-height:18px;}
	.inner-pages-bnr {height:auto;}
	.inner-pages-bnr .banner-caption {top:13%;}
	.inner-pages-bnr h1 {font-size:18px; margin-bottom:5px;}
	.inner-pages-bnr p {font-size:12px; line-height:14px;}
	.inner-contect-section h1 {font-size:26px;}
	.inner-contect-section h1 span {font-size:12px;}
	.inner-contect-section {padding:30px 15px;}
	.statement-inner {margin:25px 0;}
	.statement-inner img {width:50%; margin-bottom:10px; margin:auto;}
	div.bhoechie-tab-container {padding:0 15px;}
	div.bhoechie-tab-content {padding:30px 15px;}
	div.bhoechie-tab-content img {margin-bottom:15px;}
	div.bhoechie-tab-content h2 {font-size:26px;}
	div.bhoechie-tab-content p {font-weight:300;}
	.list-group-item {padding: 1.05rem 1.25rem;}
	.industries-serve {padding:45px 10px;}
	.inner-contect-section h2 {margin-top:15px; font-size:20px;}
	.footer-share {padding:20px 15px;}
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.footer-section h1 {font-size:170px;}
.footer-section h2 {font-size:50px; line-height:50px;}	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.footer-section {padding:65px 15px;}
.footer-section h1 {font-size:120px;}
.footer-section h2 {font-size:40px; line-height:40px; margin-bottom:25px;}	
	}