@media(min-width:1920px){
    .container{
        max-width: 1600px;
    }
}
body{
	overflow-x: hidden !important;
}
body p{
    font-family: "Open Sans", serif;
    color:#000;
    font-weight: 400;
    font-size: 17px;
}
.top-bar {
	background-color: #31639c;
    padding: 10px 0px;
}
.top-bar .fa-solid {
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.top-bar .leftsec.d-flex {
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}
.top-bar .leftsec li {
	margin-right: 10px;
}
.top-bar .leftsec li:last-child{
    margin-right: 0px;
}
.top-bar .leftsec li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #fff;
}
.top-bar .right-sol.d-flex {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	justify-content: end;
}
.top-bar .fa-brands {
	color: #fff;
	font-size: 20px;
	margin-right:20px;
}
.top-bar .right-sol li:last-child .fa-brands{
    margin-right: 0px;
}
.navbar.navbar-expand-lg.bg-body-tertiary {
	background-color: transparent !important;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.navbar-brand img {
	width: 80px;
}
.navbar-nav .nav-link {
	font-size: 18px;
	margin-right: 20px;
    transition: .45s;
    font-weight: 500;
}
.navbar-nav .nav-link:hover{
    color: #31639c;
    text-decoration: underline;
}
.navbar-nav li:last-child .nav-link{
    margin-right: 0px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #31639c;
    color: #fff;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.my-head .contaier-wrapper {
	padding: 10px 0px;
}
.inner-banner{
    overflow-x: hidden;
}
.inner-pic{
    position: relative;
}
.inner-pic::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
.inner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    z-index: 2;
	width: 100vw;
}
.inner-content .bridcrum {
	display: flex;
	justify-content: center;
	color: #fff;
}
.inner-content .bridcrum a {
	text-decoration: none;
	margin-right: 5px;
	color: #fff;
}
.inner-content .inner-head h1 {
	font-size: 50px;
	color: #fff;
	text-align: center;
}
/*contac-page css start*/
.inner-pic img {
	width: 100%;
}
.con-back {
	background-color: rgba(49,99,156);
	padding: 30px 50px;
	border-right: 6px solid #000;
	border-bottom: 6px solid #000;
	box-shadow: 3px 6px 15px 0px rgba(0,0,0,.3);
}
.con-head h2 {
	color: #fff;
	font-size: 36px;
}
.con-left {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.con-left .ghw {
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.con-left p {
	color: #fff !important;
    margin-bottom: 0px;
}
.con-left li {
    margin-bottom: 20px;
}
.con-left li:last-child{
    margin-bottom: 0px;
}
.con-back .con-head {
	margin-bottom: 40px;
}
.con-form .btn.btn-primary {
	background-color: #fff;
	border: none;
	color: #000;
	padding: 10px 30px;
    transition: .45s;
}
.con-form .btn.btn-primary:hover{
    background-color: #000;
    color: #fff;
}
.coninfo-sec .container {
	display: flex;
	justify-content: center;
}
.coninfo-sec {
	margin-top: 80px;
}
.map .container{
    display: flex;
	justify-content: center;
}
.map {
	margin-bottom: 80px;
}
.gty{
    box-shadow: 3px 6px 15px 0px rgba(0,0,0,.3);
}
/* footer-sec css */
.footer img {
	width: 150px;
	height: auto;
}
.footer ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer li {
	margin-bottom: 15px;
}
.footer li:last-child {
	margin-bottom: 0px;
}
.footer a:hover {
    text-decoration: underline;
}
.footer a {
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	transition: .45s;
}
.footer .social-icon .fa-brands {
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: .45s;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .social-icon .fa-brands:hover {
	background-color: #fff;
	color: #31639c;
}
.footer .social-icon li {
	margin-right: 10px;
}
.footer {
	background-color: #31639c;
	padding: 50px 0px;
	overflow-x: hidden !important;
}
.footer .f-head h4 {
	color: #fff;
}
.footer .nmq .fa-solid {
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.footer p {
	color: #fff !important;
}
.footer img {
	width: 90px;
	margin-bottom: 20px;
}
.copyright p {
    margin-bottom: 0px;
    color: #fff !important;
    text-align: center;
    padding: 10px 0px;
}
.copyright{
    background-color: #31639c;
}
.copyright .container{
    border-top: 1px solid #fff;
}
.copyright a {
	color: #fff;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.my-head.sticky {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}
/* career-page css */
.career-sec .heading h2 {
	color: #31639c;
	font-size: 36px;
	text-align: center;
}
.career-sec .text p {
	text-align: center;
	margin-bottom: 60px;
}

.career-sec::before {
	position: absolute;
	content: '';
	background-image: url(../../images/career-img.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 600px;
	height: 460px;
	bottom: -80px;
	z-index: -1;
	right: 0;
}
.career-sec .car-form .form-control {
	border-color: #31639c;
}
.career-sec .car-form .form-control:focus{
	box-shadow: none;
}
.career-sec .car-form .btn.btn-primary {
	background-color: #31639c;
	border: none;
	transition: .45s;
	padding: 10px 40px;
	font-size: 20px;
}
.career-sec .car-form .btn.btn-primary:hover{
	background-color: #000;
}
.career-sec {
	margin: 80px 0px;
	position: relative;
}
/* gallery-css */
.gallery_sec img{
	width:100%;
	margin-bottom:30px;
  }
  
  .gallery_sec a {
	  position: relative;
	  transition: 0.3s ease-in-out;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -ms-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
	  position: absolute;
	  content: "";
	  width: 30px;
	  height: 30px;
	  background: none;
	  background-size: contain;
	  background-repeat: no-repeat;
	top:45%;
	left:50%;
	transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
	  transition: 0.3s ease-in-out;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -ms-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
	  position: relative;
	  width: 100%;
	  transition: .45s;;
  }
  
  .gallery_sec a:hover img {
	  opacity: 0.5;
	  box-shadow: 5px 5px 4px 0px rgba(0,0,0,.5);
	  transform: scale(1.03);
  }
  
  .gallery_sec a:hover::before {
	  position: absolute;
	  content: "";
	  width: 50px;
	  height: 50px;
	  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
	  background-size: contain;
	  background-repeat: no-repeat;
	  z-index: 99;
  }
  .carousel__button.fancybox__button--zoom {
	display: none !important;
}
.Gallery .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #31639c;
}
.Gallery {
	margin: 80px 0px;
}
.Gallery .nav-link {
	font-size: 20px;
	color: #31639c;
}
/* quality css */
.quality-sec .icon-box img {
	width: 60px;
}
.quality-sec .head {
	font-size: 22px;
	font-weight: 600;
	color: #31639c;
	margin-bottom: 5px;
	display: inline-block;
}
.quality-sec .text p {
	margin-bottom: 0;
}
.quality-sec .text {
	margin-top: 15px;
}
.quality-sec .qua-box {
	padding: 10px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	background-color: #fff;
	border-right: 1px solid #31639c;
	border-bottom: 1px solid #31639c;
}
.quality-sec {
	margin-top: 80px;
}
.quacon .heading h2 {
	color: #31639c;
	font-size: 36px;
	margin-bottom: 20px;
}
.quacon .gfrr {
	list-style-type: decimal-leading-zero;
	margin-bottom: 0px;
	column-count: 2;
}
.quacon .gfrr li {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.quacon {
	margin-top: 100px;
	padding: 40px 0px;
	background-color: #f9f9f9;
	position: relative;
	margin-bottom: 80px;
}
.quacon .right-pic img {
	width: 100%;
}

/* dyeing css */

.eqmm {
	font-size: 30px;
	color: #31639c;
	margin-bottom: 10px;
	display: inline-block;
}
.vcds li {
	margin-bottom: 15px;
}
.vcds li:last-child{
	margin-bottom: 0px;
}
.vcds {
	list-style-type: none;
	padding-left: 0;
}
.dysec .pic img {
	width: 100%;
	border: 20px solid #31639c;
	border-left: none;
	border-top: none;
	box-shadow: 7px 7px 4px 0px rgba(0,0,0,.50);
}
.dysec {
	margin: 80px 0px;
	overflow-x: hidden !important;
}
.pos .head h2 {
	color: #31639c;
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
}
.pos p {
	text-align: center;
	margin-bottom: 50px;
}
/* about-us */

.abpic img {
	width: 100%;
	object-fit: cover;
	height: 380px;
}
.about-sec .ab-head h2 {
	color: #31639c;
	font-size: 36px;
	margin-bottom: 20px;
}
.kluu {
	font-size: 30px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #31639c;
	position: absolute;
	right: 10px;
	bottom: -26px;
	color: #fff;
}
.abpic {
	position: relative;
}
.abtext p {
	text-align: justify;
}
.goals {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 70px 0px;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
	overflow-x: hidden;
}

.goals .main-box .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.goals .main-box {
	padding: 20px 30px;
}
.goals .brk {
	text-align: justify;
	margin-top: 20px;
}
.goals .main-box {
	padding: 20px 30px;
	background-color: rgba(255,255,255,.80);
	backdrop-filter: blur(3px);
	min-height: 100%;
	border: 15px solid #31639c;
	border-top: none;
	border-left: none;
}
.goals .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #31639c;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.goals .heading h3 {
  font-size: 30px;
  color: #31639c;
}
.goals .icon .fa-solid {
	font-size: 25px;
    color: #fff;
}
.goals .tyw {
	position: relative;
	z-index: 2;
}
.about-sec {
	margin-top: 80px;
}
/* index css */
.banner-sec{
	overflow: hidden;
	position: relative;
}
.banner-sec .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #000 !important;
	border-radius: 50%;
	margin-right: 4px;
}
.banner-sec .owl-dot:last-child{
	margin-right: 0px;
}
.banner-sec .owl-dot.active{
	background-color: #31639c !important;
}
.banner-sec .owl-dots {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.process-sec .pro-head h2 {
	color: #31639c;
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
}

.process-sec .ico-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid #31639c;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	background-color: #fff;
}
.process-sec .icon-box {
	display: flex;
	justify-content: center;
}
.process-sec .p-name .btrr {
	display: inline-block;
	font-size: 21px;
}
.process-sec .p-name {
	text-align: center;
}
.process-sec .row {
	position: relative;
}
.process-sec .row::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 70%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #31639c;
	z-index: -1;
}
.process-sec {
	overflow-x: hidden;
}
.process-sec .ico-img img {
	width: 50px;
}
.qua-sec .heading h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.qua-sec .cds {
	list-style-type: decimal-leading-zero;
	font-weight: 600;
	color: #fff;
}
.qua-sec .cds li{
	margin-bottom: 10px;
}
.qua-sec .fgvb img {
	width: 100%;
}
.qua-sec {
	background: #31639c;
	padding: 60px 0px;
	margin-top: 80px;
	margin-bottom: 80px;
	overflow-x: hidden;
}
.qinfo p {
	color: #fff !important;
}
.qua-sec .fgvb {
	outline: rgb(255, 255, 255) solid 5px;
	outline-offset: -20px;
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,.7);
}
.qua-sec .qua-butt {
	padding: 10px 20px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	transition: .45s;
}
.qua-sec .qua-butt:hover{
	background-color: #000;
	color: #fff;
}
.qua-sec .vczm {
	margin-top: 40px;
}
.conus .bncxx h2 {
	color: #31639c;
	font-size: 36px;
	margin-bottom: 20px;
}
.conus .btn.btn-primary {
	background-color: #31639c;
	border: none;
	color: #fff;
	padding: 10px 30px;
	transition: .45s;
}
.conus .btn.btn-primary:hover{
	background-color: #000;
	color: #fff;
}
.conus .form-control {
	border-color: #31639c;
}
.conus .form-control:focus{
	box-shadow: none;
}
.conus .bncxx {
	padding: 20px 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	min-height: 100%;
}
.conus {
	margin-bottom: 80px;
}
.conus .con-map{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}



