@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body {
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

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 {}

/* 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;}

.header{padding: 10px 0 ; background: #fff;
  width: 100%; z-index:9999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-70px);
	} 
	100% {
		transform: translateY(0px);
	}
}


.header-right i {color: #2e8bcc;margin-right: 5px;}
.header-right a {color: #0b2c72;margin-left: 50px;font-size: 16px; text-decoration:none; }
.header-right a:hover {color:#01abe3;}
.header-right img {width:12%;}

.logo-div {padding:0 0 0 15px;}
/* navigation */
.navbar {padding: 0;}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
.navbar-nav a {margin-left: 0; padding: 0 17px; font-size: 16px; font-weight: 500;}
.navbar-nav a:hover {color: #2e8bcc!important;}
.nav-item .dropdown-menu {top: 90%; background-color: #fff; color:#333!important; padding: 0; min-width: 200px;}
.nav-item .dropdown-menu :hover {background:#2e8bcc; color:#fff!important;}
.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; color:#333;}
.nav-item .dropdown-menu .dropdown-item :hover {color:#fff!important;}
.nav-content {margin-top:25px;}
.header-right .get-quote-btn {background-color: #2e8bcc; border:2px transparent solid; border-radius:4px; color: #fff; font-weight: 600;padding: 6px 20px;margin-left: 15px;}
.header-right .get-quote-btn:hover {background-color: #fff; border:2px #2e8bcc solid; color: #2e8bcc;}

.carousel-caption {top: 27%; bottom: inherit; max-width: 650px; left: 10%; text-align: left;}
.carousel-caption h1 { font-size: 45px; font-weight: 600; text-transform: uppercase;text-shadow: 1px 1px 2px black;}
.carousel-caption p{font-size: 18px; font-weight: 500; max-width: 550px;}
.carousel-caption .read-more{font-family: 'Montserrat', sans-serif;
    background: #2e8bcc;
    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: #39F; 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; background: url(../images/pattern.jpg) no-repeat bottom; background-size: 100%; padding: 80px 0;}
.garment-produced {background-color: #054fa5; min-width: 210px; position: absolute; right: 60px; bottom: 0; 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: -27px;
}
.about-rightsec {padding-left: 0px; font-size: 18px; color: #494949; padding-left: 40px;}
.about-rightsec h5 {color: #494949; padding-bottom: 5px; position: relative;}
.about-rightsec h5::before {position: absolute; height: 3px; width: 60px; top: -10px; background-color: #01abe3; content: '';}
.about-rightsec h3 {color: #054fa5; font-size: 40px; font-weight: bold; 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: #054fa5;}
.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: #494949; padding: 8px 0px; }
.readmore-btn:hover {color: #054fa5; text-decoration: none;}


.circle {
	position: absolute;
	top:100px; left:150px;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon {
	position: absolute;
	width: 140px;
	height: 140px;
	background: url(../images/ico_play.png);
	background-size: cover;
	border-radius: 100vmax;
	background-position: center;
}

.text {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 13px;
	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/product-bg.jpg) no-repeat; background-size: cover; padding: 100px 0;}
.product-section h4 {font-size:40px;font-weight:bold;}
.product-section p { font-size: 18px;}
.product-section .slick-slide {margin: 50px 15px 0;}
.product-section .slick-slide .inner-text {background-color: #2d8bcb; 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;}
.blue-heading {font-size: 32px; font-weight: bold; text-transform:uppercase; color: #122281; position: relative;}
.blue-heading:before{position: absolute; height: 2px; width: 80px; top: -10px; background-color: #bb9b5d; content: '';left: 46%;}
.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(18, 34, 129, 0) 0%,     /* Transparent at the top */
    rgba(18, 34, 129, 0.4) 25%,  /* Soft blue in the middle */
    rgba(18, 34, 129, 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: 20px;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(18, 34, 129, 0.5) 20%,     /* Transparent at the top */
	rgba(18, 34, 129, 0.5) 20%,     /* Transparent at the middle */
    rgba(18, 34, 129, 0.8) 40%     /* 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; }
.industry-sec .readmore-btn:hover {color: #fff; background:#2d8bcb; border:2px #2d8bcb solid; text-decoration: none;}

.capabilities-section{background-color: #f5f5f5; padding: 80px 0 50px;}
.capability-content{position: relative;height: 100%;}
.inner-content-cap {position: absolute;
    top: 10px;
    left: 0;
    width: 90%;
    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;
    
    font-size: 15px;
}
.inner-content-cap p {line-height:1.3;}
.inner-content-cap img{align-self: flex-start; max-width:50%;}
.container-medium{max-width: 1250px; margin:auto;}
.full-width-img{width: 100%;height: 100%;}
.full-image-left{max-width: 100%; height: 100%;}

.customer-visit {padding: 80px 0; background-image: linear-gradient( 178.7deg,  rgba(126,184,253,1) 5.6%, rgba(2,71,157,1) 95.3% );}
.white-heading {font-size: 32px; font-weight: bold; text-transform:uppercase; color: #fff; position: relative;}
.white-heading:before{position: absolute; height: 2px; width: 80px; top: -10px; background-color: #FC0; content: '';left: 46%;}
.customer-visit-section {padding:40px 0 0 0;}
.customer-visit-section img {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

.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: #01ace4;}
.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: #bb9b5d;}
.testimonial-slider ul li button:focus{outline: none;}


.inner-pages-bnr {width: 100%; background-size:cover; position:relative;}
.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 h1 {font-size:30px; 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:55px 0px; background:#fff;}
.inner-contect-section h1 {font-size:35px; color:#1d3a71; line-height:normal; font-weight:bold;}
.inner-contect-section h1 span {font-size:13px; text-transform:uppercase; font-weight:500; letter-spacing:2px; color:#2e8bcc; line-height:normal;}
.inner-contect-section h2 {font-size:26px; color:#2e8bcc; line-height:1.3; font-weight:500;}
.inner-contect-section h3 {font-size:22px; color:#1d3a71; line-height:1.3; font-weight:600;}
.inner-contect-section h4 {font-size:20px; color: #06C; line-height:1.3; font-weight:bold;  }

.inner-contect-section p { font-size:18px; color:#1d3a71; line-height:1.5; 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:#494949; line-height:1.6; text-align:left; background:url(../images/bullet.png) no-repeat left 8px; padding-left:13px;}

.cont-sec {padding:20px 0 0 0; width:100%;}
.pad-cont {padding:30px 0;}
.img-rad {border-radius:0 60px 60px 0;}

.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;
	
}


.statement { border:1px #1d3a71 solid; text-align: left; border-radius: 1.3rem; padding: 1.5rem; 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;}
.statement:hover {background-image: linear-gradient(295deg,#d6e4ff,#f5f8ff); border:1px #d6e4ff solid;}
.statement h3 { color:#1d3a71; font-size:20px; font-weight:600;}
.statement p { font-size:16px; color:#212529; line-height:1.6; text-align:left;}
.hgt_40 {height:250px; max-height:255px;}

.infra {padding:25px 0;}
.infra_sec {background-image: linear-gradient(295deg,#d6e4ff,#f5f8ff);  border-radius:7px; padding:25px 15px; margin:5px 0 25px 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; }
.infra_sec p {text-align:center; font-weight:600; margin:0;}
.infra_sec img {margin-bottom:5px;}

.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:240px;}
.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: url(../images/footer-bg.jpg) no-repeat left;background-color: #081467; padding: 20px 0; 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-color: #ededed; padding: 60px 0 40px; color: #5a5a5a; font-weight: 400;}
.footer-section h5{font-size: 18px;color: #1d3a71;position: relative; font-weight: bold;margin-bottom: 25px;}
.footer-section h5::after{background-color: #01ace4;position: absolute; content: ''; width: 60px; height: 3px;bottom: -7px; left: 0; }
.footer-section p {font-size: 16px; color: #030d43;}
.footer-section a {color: #030d43; font-size: 16px; font-weight: 400; text-decoration:none;}
.footer-section a:hover {color:#01ace4;}
.footer-section li {padding-bottom: 3px;}
.two-column{column-count: 2; column-gap: 30px;}
.footer-section i {color: #000;}
.ftr-btm{font-size: 15px;}
.footer-section a.ocs-link {color: #1896d0; padding: 0;}



@media (max-width: 767px) {
    .logo-div img {max-width: 170px; padding:0;}
    .header-right {position: inherit;}
    .header-right a {margin-left: 0;}
    .header-right a i {font-size: 30px; margin-top: 20px; margin-left: 10px;}
    .mail-icon {margin-right: 5px;}
    .phone-icon {margin-right: 25px;}
	.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: #2e8bcc;position: absolute; right: 15px; top: -47px;}
    .navbar-nav .nav-link {padding: 15px 0;}
    .nav-content {position: absolute; z-index: 1; width: 100%; left: 0; text-align: left; padding-left: 20px;margin-top:10px;background-color: #294472;}
    .navbar {width: 100%; text-align: left;}
    .navbar a {color: #fff;}
	.circle {top:30px; left:63px;}
    .industry-sec{width: 50%; margin-top: 0px;}
    .industry-content-wrap{flex-wrap: wrap;}
	.about-rightsec h3 {font-size:26px;}
    .about-rightsec ul li{padding: 0 15px;}
    .about-rightsec ul li span{font-size: 25px;}
	.about-rightsec p {font-size:17px;}
    .about-rightsec{padding-left: 20px; margin-top:35px;}
	.img-rad {border-radius: 0 30px 30px 0;}
	.inner-contect-section h2 {font-size:20px;}
	.garment-produced {display:none;}
	<!--.garment-produced {font-size:14px; display:flex; max-width:165px; padding:5px 10px;}-->
	<!--.garment-produced .smalltxt {margin-top:15px; margin-left:5px; font-size:14px; font-weight:400; }-->
	<!--.garment-produced span {font-size:35px; line-height:normal;}-->
	
    .product-carousel .slick-slide img {width: 100%;}
    .capabilities-section {padding: 60px 0px;}
    .capability-content {padding-bottom: 15px;}
    .pad-remove {padding-right: 0;}
	.blue-heading {font-size:26px;}
	.blue-heading:before {left:40%;}
	.white-heading {font-size:26px;}
	.white-heading:before {left:40%;}
	.customer-visit-section img {margin-bottom:15px;}
	.sub-heading {width:95%; margin:auto;}
    .inner-content-cap img {width: 25%;}
    .testimonial-section{padding: 50px 15px 40px;}
    .testimonial-slider{max-width: 100%; font-size: 16px; font-weight:400;}
	.test-name {font-size:14px;}
	.right-menus {margin:20px 0;}
    .footer-right{margin-top: 20px;}
    .footer-section {padding: 40px 0px;}
    #banner-carousel {height: 280px;}
    .carousel-item img {height: 280px;}
    .carousel-caption h1{font-size: 20px; line-height:22px;}
    .carousel-caption {top: 7%; max-width: 100%;}
    .carousel-caption p{font-size: 14px; line-height:15px;}
	
	.inner-pages-bnr h1 {font-size:16px; margin-bottom:5px;}
	.inner-contect-section h1 {font-size:26px;}
	.inner-contect-section h1 span {font-size:11px;}
	.inner-contect-section {padding:30px 0px;}
	
	.hgt_40 {height:100%; max-height:100%;}
	.stmt_btm {margin-bottom:25px!important;}
	.product-section {padding:60px 0;!important}
	.product-section h4 {font-size:26px;}
	.industry-content h5 {font-size:16px; font-weight:500;}
	.footer-share {padding:20px 0px;}
}