 .selector-for-some-widget {
  box-sizing: content-box;
}

html{
  overflow-x: hidden;
}

body{
   background: #fff;
    font-size: 1rem;
    color: #222;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.75px;
    text-rendering: optimizeLegibility;
    font-family: 'Heebo', sans-serif;
    overflow-x: hidden;
}

a{
  color: #494848;
}

a:hover{
  text-decoration: none;
  color: #343434;
}
.grey-bg {
  background-color: #fafafa;
}
h4{
  color: #2c2a28;
}

p{
  font-size: 15px;
  color: #1b1b1b;
  font-weight: 400;
}

li{
  list-style: none;
}

input:focus{
  outline: none;
}

b{
  font-weight: bold;
}

.btn{
	background-color: #4d2810;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  border-radius: 0;
}
.btn:focus, .btn:hover{
    background-color: #9cbf47;
    color: #fff;
   outline: none;
   box-shadow: none;
}

input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*@font-face {
  font-family: 'roboto';
  font-style: normal;
  src: local('roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.woff) format('woff');

  font-family: 'robotolight';
  font-style: normal;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto-Light.woff) format('woff');
}

@font-face {
  font-family: 'robotothin';
  font-style: normal;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/Roboto-Thin.woff) format('woff');
}

@font-face {
  font-family: 'robotomedium';
  font-style: normal;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/Roboto-Medium.woff) format('woff');
}


@font-face {
  font-family: 'opensans';
  font-style: normal;
  src: local('opensans Regular'), local('OpenSans-Regular'), url(../fonts/OpenSans-Regular.woff) format('woff');

  font-family: 'opensanslight';
  font-style: normal;
  src: local('opensans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.woff) format('woff');
}

@font-face {
  font-family: 'OpenSansSemibold';
  font-style: normal;
  src: local('opensans semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.woff) format('woff');
}*/


.main-slider{
  padding:0;
}
/*
.carousel-slider .carousel-caption{
  position: absolute;
    left: -2%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 25%;
}

.carousel-slider .carousel-slider p {
    font-size: 50px;
    margin-bottom: 15px;
    padding: 20px 10px;
    width: 50%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    line-height: 1.1;
    font-weight: 400;
}*/

.overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*.carousel-slider h5 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 8px;
}

.carousel-slider p{
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 9px;
  text-align: center;
}*/

.navbar .nav-item .nav-link.mail-to{
  text-transform: lowercase;
}

.navbar .nav-item .nav-link.mail-to i{
  color: #9bbe4a;
  font-size: 16px;
}

.nav-item.mailto:after{
  background-color: transparent;
}


/* #Navigation
================================================== */
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  background-color: #fff !important;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  padding: 0;
}
.start-header.scroll-on .navbar-brand img{
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  padding: 0;
}
.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar {
    padding: 0px;
}
.navbar-brand img{
  height: auto;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 15px;
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  letter-spacing: 0;
  color: #2d2d2d !important;
}
.nav-item:hover .nav-link{
  color: #9bbe4a !important;
}
.nav-item.active .nav-link{
  color: #9bbe4a !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
/*.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #9bbe4a;
  opacity: 0;
  transition: all 200ms linear;
}*/
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 5px 0px!important;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 5px 15px;
  color: #212121;
  border-radius: 0;
  transition: all 200ms linear;
  text-transform: capitalize;
  font-size: 13px;
}

.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgb(156 182 95);
  border-radius: 0;
}

main{
  margin-top: 6%;
}

.navbar-brand{
  padding: 0;
}

/*---------------slider start--------------------*/

.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel-item {
    height: 100%;
    width:100%; 
}
.carousel-caption h3 {
    padding: .5em;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-slider .col{
	padding: 0;
}

.carousel-slider .carousel-caption{
	bottom: 10%;
}
.carousel-slider .carousel-caption {
      
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 70%;
    margin: 0 auto;
        display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.carousel-slider p {
    font-size: 27px;
    margin-bottom: 15px;
    /* background-color: rgba(155, 190, 74, 0.8); */
    padding: 20px 10px;
    width: 70%;
    margin: 0 auto;
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 54px;
    text-align: center;
    line-height: 1.1;
    font-weight: 500;
    /*font-family: 'Barlow', sans-serif;*/
    font-family: 'Playfair Display', serif;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}


/*--------------home our business----------------*/

.our-business {
    padding: 7% 15px;
}

.business-left h4 {
  font-size: 49px;
  color: #4c2711;
  font-weight: 400;
  letter-spacing: 0;
}

.business-left h4 span{
  font-weight: 400;
}

.business-left p {
  color: #292929;
  margin-top: 20px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
}


.business-left .btn{
	margin-top: 20px;
}

.business-right .business-heading{
	color: #fff;
  position: absolute;
  z-index: 1030;
  top: 45px;
  left: 50px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.business-right .business-heading span{
  font-weight: 400;
}

.business-view {
    float: right;
    z-index: 1;
    bottom: 0px;
    position: absolute;
    right: 0;
    background: #9bbe4a;
    vertical-align: middle;
}

.business-view a{
	color: #fff;
    font-size: 32px;
    vertical-align: middle;
    padding: 5px 25px;
    display: block;
}

.business-text{
	padding: 0 0px 0 1px;
}


/*----------------home about--------------*/

.about-text{
    position: absolute;
    top: 20%;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.about-text h4{
	font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0;
}

.about-text h6{
	font-size: 16px;
  color: #fff;
  line-height: 1.5;
  width: 50%;
  margin: 20px auto 0;
}

.about-text p{
  color: #fff;
  width: 60%;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 300;
}

.about-arisudana, .infra{
	position: relative;
	padding:0;
} 
.txt1 .overlay-1,
.txt2 .overlay-2 {
  display: none;
}
.txt1:hover .overlay-1,
.txt2:hover .overlay-2 {
  display: block;
  background: rgba(0 0 0 / 50%);
}
.txt1 .overlay-1,
.txt2 .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: background 0.5s ease-out 0s;
}
.infra-container .row{
	position: absolute;
	top: 17%;
	width: 85%;
}

.infra-img{
	text-align: right;
}

.infra-text h4{
  font-size: 49px;
  color: #4c2711;
  font-weight: 100;
  letter-spacing: 0;
}

.infra-text h4 span {
    font-weight: 400;
}

.infra-text {
    margin-top: 5%;
}

.infra-text a{
	background: #9bbe4a;
  color: #fff;
  font-size: 34px;
  padding: 5px 25px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.infra{
	margin-bottom: 10%;
}

.infra-text p{
  width: 55%;
}

/*--------------------------footer-------------------------*/

footer {
    background-color: #fafafa;
    padding: 40px 0 20px;
}

footer h5{
	color: #4d2810;
	margin-bottom: 20px;
}

footer ul{
	padding:0;
}

footer ul li a {
    color: #191919;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 15px;
}
.footer-menu .footer-drpdwn {
      top: 90% !important;
    left: 18% !important;
}
.footer-menu .footer-drpdwn a:hover {
  color: #ffffff !important;
}
.footer-menu ul li a:hover{
	color: #9abd4d !important; 
  background-color: transparent;
}
/*.footer-menu ul li a.nav-link:hover {
  color: #9abd4d;
}*/

.footer-social li a{
	float: left;
	padding-left: 5px;
}
.footer-social ul li {
  display: inline-block;
}
.footer-address li{
	 color: #191919;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 15px;
}
.footer-address li:hover a,
.footer-address li:hover i {
  color: #9abd4d;
}

.footer-address li span{
	color: #000000;
  font-size: 13px;
}

footer .row{
    margin: 0 auto;	
}

.copyright{
	color:#636363;
	font-size: 12px;
}
.copyright a:hover {
  color: #9abd4d;
}
footer .container{
  padding: 0;
}

/*--------------------------about-us-------------------------*/

.aboutus-banner{
  padding: 0;
  position: relative;
}

.aboutus-banner p{
    position: absolute;
    width: 35%;
    text-align: center;
    top: 70%;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    left: 32%;
    padding: 20px 10PX;
    right: 0;
    background: rgba(0,0,0,0.6);
    line-height: 1.5;
}

.aboutus-text {
  margin: 0% auto 3%;
  text-align: center;
}

.about-company h4{
    text-transform: uppercase;
    font-size: 45px;
    color: #532f14;
    margin-bottom: 0;
    text-align: left;
}

.about-company span{
  text-transform: capitalize;
  letter-spacing: 0;
}

.aboutus-text p{
  margin: 20px auto 30px;
  width: 90%;
  line-height: 1.7;
}

.about-slider img{
  width: 100%;
}

.about-slider{
  padding: 0;
}

.about-slider{
  margin-top: 40px;
}

.about-company p{
  text-align: left;
}

.about-company{
    margin-top: 20px;
    text-align: left;
}

.about-company p {
    text-align: left;
    margin: 30px 0px 35px;
    width: 100%;
}

#more {display: none;}

.business {
    padding: 65px 10px 20px;
}

.business h4 {
    text-transform: uppercase;
    font-size: 45px;
    color: #532f14;
    margin-bottom: 20px;
}

.business h4 span{
}


.business p {
    text-align: left;
    margin: 0px 0px 25px;
    width: 100%;
}

.business-right h5{
  font-size: 27px;
  color: #65320e;
  margin-top: 10px;
}

/*--------------------------contact us---------------------*/

.contact-us{
  padding:0;
}

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input2 {
  display: block;
  width: 100%;

  font-size: 15px;
  color: #555555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgb(155, 190, 74);
  background: -webkit-linear-gradient(45deg, #28a745, #9bbe4a);
  background: -o-linear-gradient(45deg, #28a745, #9bbe4a);
  background: -moz-linear-gradient(45deg, #28a745, #9bbe4a);
  background: linear-gradient(45deg, #28a745, #9bbe4a);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

input.input2 {
  height: 45px;
}

input.input2 + .focus-input2::after {
  top: -10px;
  left: 0;
}

textarea.input2 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -10px;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}


.contact2-form {
  width: 100%;
  text-align: left;
}

.contact2-form-title {
  display: block;
  font-size: 35px;
  color: #402002;
  line-height: 1.2;
  text-transform: initial;
  margin-bottom: 30px;
}

.contact img{
  padding-bottom:40px;
}

.contact{
  margin: 60px auto;
}

.contact-detail i{
  color: #9bbe4a;
  font-size: 16px;
  padding: 10px 10px 10px 0px;
  border-radius: 35px;
  vertical-align: middle;
}

.contact-detail li span{
  font-size: 18px;
  color: #4e290f;
  vertical-align: middle;

}

.person-name{
  padding-left: 35px;
  margin-bottom: 10px;
}

.person-name a{
  color: #9abd4d;
}

.contact-detail li{
  margin-bottom: 15px;
}

.contact-detail .fa-phone, .contact-detail .fa-map-marker{
  font-size: 18px;
}

/*-----------------products-----------------------*/

.product1 img{
  height: 560px;
  object-fit: cover;
}

.product-img {
    margin-bottom: 40px;
}

.prdt-text {
    background-color: #9abd4d;
    color: #fff;
    text-align: center;
    padding: 19px;
}

.prdt-text h6{
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.prdt-text h6 span{
}

.prdt-text p{
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}

.prdt-text .count-range{
  margin-top: 20px;
}

.prdt-img img{
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.prdt-img{
  padding: 0;
}

.product1{
  padding: 0;
}

.product-img h4{
  text-align: center;
  font-size: 32px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #9bbe4a;
  margin-top: 75px;
}

.product-img .yarn-text{
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
}

.products-text{
  margin:45px auto 25px;
  background: #efefef;
  padding: 75px 0;
}

.products-text .prdt-info{
  margin: 20px auto 0;
}

.products-text .row{
  margin:0 auto;
}


/*------------------------quality-----------------------*/

.quality-main{
  margin: 25px auto 70px;
  background: #efefef;
  padding: 50px 0;
}

.quality-img img{
  height: 600px;
  object-fit: cover;
}

.quality-text ul{
    text-align: left;
    padding: 0 0 0 15px;
}

.quality-text ul li{
  list-style: decimal;
  padding-bottom: 12px;
  padding-left: 5px;
  line-height: 1.8;
}

.quality-text ul li span{
  color: #9bbe4a;
  font-size: 15px;
}

/*-----------------------infrastructure----------------------------*/

.infra-texts p {
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 1.7;
}

.infra-src{
  margin-bottom: 7%;
}

.infra-src:last-child{
  margin-bottom: 0;
}

/*-----------------------career----------------------------*/

.aboutus-text .career1 {
    font-size: 18px;

    margin-bottom: 0;
}

.aboutus-text .career3{
   font-size: 18px;
   margin-bottom: 0;
}

.aboutus-text .career3 a{
    color: #9bbe4a;
}

.aboutus-text .career2 {
    margin: 10px auto 20px;
}

.career-form [type="radio"]:checked,
.career-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.career-form [type="radio"]:checked + label,
.career-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 15px;
    display: inline-block;
    color: #666;
}
.career-form [type="radio"]:checked + label:before,
.career-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #adadad;
    border-radius: 100%;
    background: #fff;
}
.career-form [type="radio"]:checked + label:after,
.career-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #9bbe4a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.career-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.career-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.career-form .career-input{
    width: 43%;
    text-align: left;
    margin-right: 6%;
    margin-left: 0px;
    display: inline-block;

}

.input-group-append .btn {
  background-color: #9cbf47;
  padding: 20px;
}

.input-group-append .btn:hover, .input-group-append .btn:focus{
  background-color: #4d2810 !important;
  color: #fff !important;
}

/*.dates {
  border-bottom: transparent; 
}*/

.dates input, .dates input:focus {
    border: 1px solid #adadad;
    border-color: #adadad !important;
}

/*.career h4 span:after{
  background-color: #4c2711;
  content: "";
  display: block;
  height: 2px;
  left: 17.5%;
  position: absolute;
  top: 30px;
  transform: translateX(0px);
  width: 80px;
}*/

.career .about-company{
  margin-top: 0;
}

.career-btn{
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.management1 .about-company .radio-btn span{
   display: inline-block;
   font-size: 16px;
}

.management1 .about-company .radio-btn p{
   margin: 0px 0px 10px;
}

#datepicker{
  border-radius: 0;
  border: transparent;
  /*border-bottom: 2px solid #adadad;*/
  opacity: 1;
  padding: 3px;
}

.career{
      margin: 3% auto 3%;
}
/*-------------------------management-----------------------------*/

.management1 .about-img::before {
    display: inline-block;
    content: "";
    border-top: 36.3rem solid #fafafa;
    width: 90%;
    margin: 0 0rem;
    transform: translateY(3.5rem);
    position: relative;
    right: -80px;
}

.management1 .about-img img{
  position: absolute;
  left: 0;
}

.management1 .about-company h4 span {
  display: block;
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 12px;
}

.career .career-form .career-input .gj-icon{
  font-size: 22px;
  top: 12px;
  left: 9px;
}

.management1 .about-company h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #532f14;
    margin-bottom: 0;
    text-align: left;
}

.management1 .about-company{
  padding-left: 8%;
}

.management1 .about-company p {
    text-align: left;
    margin: 0px 0px 10px;
    width: 100%;
}

.management1 .about-company h6{
      margin: 20px 0px;
    color: #532f14;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}

.management2 .about-img::before {
    display: inline-block;
    content: "";
    border-top: 36.3rem solid #fafafa;
    width: 90%;
    margin: 0 0rem;
    transform: translateY(3.5rem);
    height: 100%;
    position: relative;
    right: -85px;
}

.management2 .about-img img{
  position: absolute;
  right: 0;
}

.management2 .owner-position{
  position: absolute;
  bottom:19%;
  text-align: right;
  color: #fff;
  right: 0;
}

.management2 .owner-position h2{
  font-weight: 300;
  letter-spacing: 0;
}

.management2 .owner-position h6{
  text-transform: uppercase;
  letter-spacing: 2px;
}

.management2 .about-company span {
  display: block;
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 10px;
}

.management2 .about-company h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #532f14;
    margin-bottom: 0;
    text-align: left;
}

.management2 .about-company {
    padding-left: 0;
    padding-right: 65px;
}

.management2 .about-company p {
    text-align: left;
    margin: 0px 0px 20px;
    width: 100%;
}

.management2 .about-company h6{
      margin: 20px 0px;
    color: #532f14;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}

.management2, .management3{
  margin-top: 10%;
}

.about-company h2{
  color: #9bbe4a;
  margin-bottom: 0;
  font-size: 27px;
  letter-spacing: 0;
}

.about-company h5 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 1px;
  color: #4a2c16;
}

.career-form {
  margin-top: 20px;
}

/*---------------------company intro-----------------*/

/*.aboutus-img{
  background: url(../images/yarn.png) no-repeat;
}*/

.aboutgroup-img h2 {
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 1.1;
  color: #4c2711;
  text-transform: capitalize;
}

.aboutgroup-img h2 span {
  display: block;
  text-transform: capitalize;
  /*font-size: 46px;*/
  color: #4c2711;
  font-weight: 400;
  position: relative;
}

/*.airjet-text .aboutgroup-img h2 span:after {
  background-color: #4c2711;
  content: "";
  display: block;
  height: 2px;
  right: 15px;
  position: absolute;
  transform: translateX(-58px);
  width: 80px;
  bottom: 10px;
}*/

.about-group{
  margin: 10% auto;
}

.about-group {
    margin: 11% auto 3%;
}

.vision-expansion ul{
  width: 70%;
  margin:0 auto;
}

.vision-expansion ul li{
  width: 40%;
  display: inline-block;
  margin: 0px 25px;
  float: left;
}

.vision-expansion {
    background: url(../images/abt.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 10px;
    min-height: 400px;
}

.vision-expansion ul li p{
  color: #fff;
  font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-top: 15px;
}

.vision-expansion ul li h4{
  font-size: 34px;
  color: #fff;
}

.strength h2{
  letter-spacing: 0;
  color: #4c2711;
  font-size: 36px;
  font-weight: 400;
}

.strength-text {
    padding: 25px 15px;
}

.strength-text ul{
  padding: 0;
}

.strength-text ul li {
  padding: 10px 0;
  font-size: 15px;
}

.strength-text ul li span{
  font-weight: 500;
  color: #9bbe4a;
  font-size: 17px;
  letter-spacing: 0;
}

.strength-img::before {
  display: inline-block;
  content: "";
  border-top: 30.1rem solid #fafafa;
  width: 95%;
  margin: 0 0rem;
  transform: translateY(3.5rem);
  position: relative;
  right: -80px;
  top: -25px;
}

.strength-img img{
    position: absolute;
    left: 0;
}

.strength {
    margin: 6% auto 0;
}

/*.strength h2:after {
  background-color: #4c2711;
  content: "";
  display: block;
  height: 2px;
  left: 30%;
  position: absolute;
  top: 55px;
  transform: translateX(0px);
  width: 70px;
}*/



/*-------------------airjet spinning yarn----------------*/

.airjet-text ul{
  padding: 0;
}

.airjet-text ul li{
  margin-left: 20px;
  font-size: 15px;
  list-style: disc;
}

.airjet-text h5{
  color: #9bbe4a;
}

.airjet-text{
    margin: 6% auto 2%;
}

.owl-nav {
    font-size: 55px;
    line-height: 0.5;
    margin-bottom: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #9bbe4a;
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}

/*.infrastructure .about-company h4:after{
  background-color: #4c2711;
  content: "";
  display: block;
  height: 2px;
  left: 29%;
  position: absolute;
  top: 47px;
  transform: translateX(0px);
  width: 80px;
}*/

.infrastructure {
    margin: 0 auto 4%;
    text-align: center;
}

.infrastructure .ring-spinning h4:after{
  left: 28%;
}

.ring-infrastructure {
    background-image: url(../images/ring-infra.jpg);
    background-attachment: fixed;
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.airjet-infrastructure {
    background-image: url(../images/airjet-infrastructure.jpg);
    background-attachment: fixed;
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.advantages-banner{
  background-image: url(../images/advantages.jpg);
  background-attachment: fixed;
  min-height: 400px;
  background-position: center;
    background-size: cover;
}

.client-banner{
  background-image: url(../images/client.jpg);
  background-attachment: fixed;
  min-height: 400px;
  background-position: center;
    background-size: cover;
}

.career-banner{
  background-image: url(../images/careers.jpg);
  background-attachment: fixed;
  min-height: 400px;
  background-position: center;
    background-size: cover;
}

.export-banner{
  background-image: url(../images/exports.jpg);
  background-attachment: fixed;
  min-height: 400px;
  background-position: center;
  background-size: cover;
}

.overlay {
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-banner h1 {
  color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40%;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.heading {
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
}

/*---------------advantages-----------------------*/

/*.advantages .about-company h4:after {
    background-color: #4c2711;
    content: "";
    display: block;
    height: 2px;
    left: 42%;
    position: absolute;
    top: 47px;
    transform: translateX(0px);
    width: 80px;
}*/

.advantages .about-company h5 {
    color: #9bbe4a;
    font-weight: 400;
    font-size: 16px;
}

.advantages .about-company ul{
  padding: 0;
}

.advantages .about-company ul li{
  list-style: disc;
  font-size: 14px;
  margin-left: 30px;
}

/*.mvs-yarn .about-company h4:after {
    background-color: #4c2711;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 47px;
    transform: translateX(0px);
    width: 80px;
}*/


/*------------------clients-------------------*/
.brand-partners{
  margin-bottom: 55px;
}

.brand-partners ul li {
  width: 25%;
  float: left;
  display: inline-block;
  border: 1px solid #eaeaea;
  text-align: center;
  margin-top: -1px;
  margin-left: -1px;
  /*border-bottom: 1px solid #eaeaea;*/
}

.brand-partners .container{
  background: #ffffff;
  /*padding: 25px 15px;*/
  /*box-shadow: 5px 8px 20px #ccc;*/
}

.clients {
    margin: 0% auto 3% 6%;
    text-align: center;
}

/*.brand-partners ul .transparent-border{
  border-right: 1px solid transparent;
}
*/
.clients-logo ul {
    padding: 15px;
}

/*.brand-partners ul .last-line{
  border-bottom: transparent;
}*/

/*.clients .about-company h4:after {
    background-color: #4c2711;
    content: "";
    display: block;
    height: 2px;
    left: 27%;
    position: absolute;
    top: 47px;
    transform: translateX(0px);
    width: 80px;
}*/

/*--------------------Export---------------------*/
.export ul {
    padding: 0px 20px;
    width: 100%;
    margin-bottom: 40px;
    float: left;
}

.export ul li{
  float: left;
  width: 20%;
  list-style: square;
  margin: 5px 0 0 0;
}

.infrastructure .export h4:after{
  left: 31%;
}

.management1 .export .global-h4{
  margin-bottom: 5px;
  color: #9bbe4a;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
}

.global-img img{ 
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.aboutgroup-img.ring-yarn, .about-group.airjet-text {
    padding: 0px 20px;
}

.global-img{
  margin: 0 auto;
}
.mrkt-team {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu1 {
  margin-top: -1px;
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
  display: none;
      right: 163px;
    position: absolute;
    top: 6px;
    left: 100%;
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    padding: 5px 15px;
}
/*.dropdown-submenu .dropdown-menu1 a {
  color: #ffffff;
}*/
.dropdown-submenu:hover .dropdown-menu1 {
  display: block;
}
.dropdown-submenu .sub-link {
  padding: 5px 15px;
}
.dropdown-submenu .sub-link:hover,
.dropdown-submenu .dropdown-menu1:hover {
  color: #fff;
    background-color: rgb(156 182 95);
}
.dropdown-submenu .dropdown-menu1:hover a {
  color: #ffffff;
}
.infra-sec {
    background-image: url(../images/infra.jpg);
    background-attachment: fixed;
    min-height: 620px;
    background-position: center;
    background-size: cover;
}
.sub-menu-link:hover {
    background-color: #9bbe4a;
    color: #ffffff;

}  
.large-device {
    display: block;
}
.small-device {
    display: none;
}
.csr-page h3 {
    font-size: 33px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 1.1;
    color: #4c2711;
    text-transform: capitalize;
    margin-bottom: 2rem;
} 
.csr-page h5 {
  background-color: #f6f6f7;
}
table {
  display: inline-table !important;
}
/*----------Timeline-------------- */
.timeline h4 {
  margin-bottom: 4rem;
}
.timeline ul {
  background-image: url(../images/timeline-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0;
}
.timeline ul .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #fff;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 34px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #000;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}