/***

====================================================================

  Fonts

====================================================================

 ***/



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-Light.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-BlackItalic.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-BlackItalic.woff') format('woff');

  font-weight: 900;

  font-style: italic;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-Black.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-Bold.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-BoldItalic.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-BoldItalic.woff') format('woff');

  font-weight: bold;

  font-style: italic;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-LightItalic.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-LightItalic.woff') format('woff');

  font-weight: 300;

  font-style: italic;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-Thin.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-Thin.woff') format('woff');

  font-weight: 100;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-ThinItalic.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-ThinItalic.woff') format('woff');

  font-weight: 100;

  font-style: italic;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-Regular.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-MediumItalic.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-MediumItalic.woff') format('woff');

  font-weight: 500;

  font-style: italic;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-Medium.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Atlas Grotesk';

  src: url('../fonts/AtlasGrotesk-RegularItalic.woff2') format('woff2'),

  url('../fonts/AtlasGrotesk-RegularItalic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;

}



/***

====================================================================

  Reset

====================================================================

 ***/



* {

  margin:0px;

  padding:0px;

  border:none;

  outline:none;

}





/***

====================================================================

  Global Settings

====================================================================

 ***/



body {

  font-size:16px;

  color:#333;

  line-height:28px;

  font-weight:400;

  background:#ffffff;

  font-family: 'Atlas Grotesk';

  background-size:cover;

  background-repeat:no-repeat;

  background-position:center top;

  -webkit-font-smoothing: antialiased;

}



  @media (min-width:1200px) {

  .container {

    max-width: 1170px;

    padding: 0px 15px;

  }

}



.large-container{

  max-width: 1570px;

  padding: 0px 15px;

  margin: 0 auto;

}



.auto-container{

  position:static;

  max-width:1170px;

  padding:0px 15px;

  margin:0 auto;

}



.small-container{

  max-width:680px;

  margin:0 auto;

}



.boxed_wrapper{

  position: relative;

  overflow-x: hidden;

  margin: 0 auto;

  width: 100%;

  min-width: 300px;

}





a{

  text-decoration:none;

  transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -webkit-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  color: #333;

}



a:hover{

  text-decoration:none;

  outline:none;

}



input,button,select,textarea{

  font-family: 'Arimo', sans-serif ;

  font-weight: 400;

  font-size: 16px;

}



ul,li{

  list-style:none;

  padding:0px;

  margin:0px;

}



input{

  transition: all 500ms ease;

}



button:focus,

input:focus,

textarea:focus{

  outline: none;

  box-shadow: none;

  transition: all 500ms ease;

}



p{

  position: relative;

  font-size: 16px;

  line-height: 28px;

  font-family: 'Arimo', sans-serif ;

  color: #7c7c7c;

  margin: 0px;

  transition: all 500ms ease;

}



h1,h2,h3,h4,h5,h6{

  position:relative;

  font-family: 'Arimo', sans-serif ;

  font-weight: 400;

  color: #525252;

  margin: 0px;

  transition: all 500ms ease;

}



.centred{

  text-align: center;

}



.pull-left{

  float: left;

}

/*.pull-right{

  float: right;

}*/

.footer-social{

  margin-top:90px;

  position:absolute;

  left:81%;

}

figure{

  margin: 0px;

}



.btn-primary {

  background-color: #333;

  border-color: #333;

}



.btn-primary:not(:disabled):not(.disabled):active,

.btn-primary:not(:disabled):not(.disabled).active,

.show > .btn-primary.dropdown-toggle {

  background-color: #333;

  border-color: #333;

}



.btn-primary:focus, .btn-primary.focus {

  box-shadow: 0 0 0 0.2rem rgb(24 24 24 / 50%);

}



.btn-primary:hover {

  color: #fff;

  background-color: #333;

  border-color: #333;

}



img {

  display: inline-block;

  max-width: 100%;

  height: auto;

  transition-delay: .1s;

  transition-timing-function: ease-in-out;

  transition-duration: .7s;

  transition-property: all;

}



@keyframes pulse {

    50% {

        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);

    }

}



.scroll-top {

  width: 50px;

  height: 50px;

  line-height: 50px;

  position: fixed;

  bottom: 105%;

  right: 50px;

  font-size: 24px;

  z-index: 99;

  color: #ffffff;

  text-align: center;

  cursor: pointer;

  transition: 1s ease;

  border-radius: 50%;

}



.scroll-top:hover{

  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);

}



.scroll-top.open {

  bottom: 30px;

}



.scroll-top span{

  color: #fff;

}



.sec-pad{

  padding: 100px 0px !important;

}



.mr-0{

  margin: 0px !important;

}



.mb-120{

  margin-bottom: 120px !important;

}



.mb-70{

  margin-bottom: 70px !important;

}



.mt-20{

  margin-top: 20px;

}



header {

  border-bottom: 1px solid #ccc;

}



.top-inner {

  background: #979797;

  padding: 10px 0 15px;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 16.8px;

  letter-spacing: 0px;

  text-align: center;

  color: #fff;

}



.top-inner a {

  color: #fff;

  text-decoration: underline;

}



.header-lower {

  background: #393939;

}



nav.navbar {

  padding: 30px 0;

}



nav.navbar .navbar-nav .nav-item {

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: 19px;

  text-align: center;

  padding: 0 20px;

  color: #fff !important;

}



.btn-signin {

  background: #9d9c9c;

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  text-align: center;

  padding: 10px 35px;

}



.btn-signin:hover {

  background-color: #fff;

  border-color: #fff;

  color: #000;

}



.btn-register {

  font-size: 15px;

  font-style: normal;

  font-weight: 500;

  letter-spacing: 0px;

  text-align: center;

  color: #fff;

  display: inline-block;

  padding: 12px 15px 8px 15px;

}



.homepage_banner img {

  width: 100%;

}



.homepage-section {

  padding: 60px 0;

}



.homepage-section.bg-gray {

  padding: 120px 0;

  background: #6c6c6c;

}



.homepage-section .feature-box h3 {

  font-family: 'Inter', sans-serif;

  font-size: 37px;

  font-style: normal;

  font-weight: 600;

  line-height: 50px;

  letter-spacing: 0px;

  text-align: left;

  margin-bottom: 15px;

  color: #fff;

}
.homepage-section .feature-box h1 {
  font-family: 'Inter', sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
}


.homepage-section .feature-box p {

  font-size: 17px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px;

  letter-spacing: 0px;

  text-align: justify;

  margin-bottom: 24px;

  color: #fff;

}



.homepage-section .feature-box a.btn {

  background-color: #d3d3d3;

  border-color: #d3d3d3;

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 18px;

  text-align: center;

  padding: 10px 30px;

  color: #000;

}



.news-section {

  padding: 93px 0px 96px 0px;

  background: #6c6c6c;

}



.news-section .sec-title {

  margin-bottom: 30px;

}



.news-section .blog-all {

  text-align: right;

}



.news-section .sec-title h5 {

  font-family: 'Inter';

  position: relative;

  color: #fff;

  text-transform: uppercase;

  margin-bottom: 10px;

  padding: 0;

  font-size: 34px;

  font-style: normal;

  font-weight: 600;

  line-height: 41px;

  text-align: left;

}



.news-section .sec-title a.btn {

  border: 1px solid #999;

  font-family: 'Atlas Grotesk';

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

  text-align: center;

  color: #fff;

}



.news-section .sec-title a.btn:hover {

  background-color: #333;

  color: #fff;

}



.news-block-one .inner-box {

  position: relative;

  display: block;

}



.news-block-one .inner-box .image-box {

  position: relative;

  display: block;

  overflow: hidden;

}



.news-block-one .inner-box .lower-content {

  position: relative;

  padding-top: 32px;

}



.news-block-one .inner-box .lower-content .post-info {

  position: relative;

  display: block;

  margin-bottom: 7px;

}



.news-block-one .inner-box .lower-content h3 {

  display: block;

  margin-bottom: 15px;

  font-family: Inter;

  font-size: 24px;

  font-style: normal;

  font-weight: 600;

  line-height: 29px;

  letter-spacing: 0px;

  text-align: left;



}



.news-block-one .inner-box .lower-content h3 a {

  color: #fff;

}



.news-block-one .inner-box .lower-content p {

  margin-bottom: 5px;

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

  text-align: left;

  color: #fff;

}



.news-block-one .inner-box .lower-content .link {

  font-size: 13px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

  text-align: left;

  color: #fff;

}



/* Homepage Newsletter */

.newsletter-section {

  padding: 70px 0;

  background: #393939;

}



.newsletter-section .newsletter-inner {

  padding: 0 30px;

}



.newsletter-section h3 {

  font-family: Inter;

  font-size: 38px;

  font-style: normal;

  font-weight: 600;

  line-height: 60px;

  text-align: center;

  margin-bottom: 10px;

  color: #fff;

}



.newsletter-section p {

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px;

  text-align: center;

  margin-bottom: 30px;

  color: #fff;

}



.newsletter-section p.note {

  font-size: 13px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

  text-align: center;

  color: #666666;

}



.newsletter-section form {

  margin-bottom: 20px;

}



.newsletter-section input[type=text] {

  padding: 20px;

}



.newsletter-section button {

  background: #525252;

  color: #fff;

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 18px;

  text-align: center;

}



footer {

  background: #000000;

  padding: 60px 0;

}



footer .footer-nav {

  margin-top: 30px;

}



footer .footer-nav li {

  padding: 3px 0;

}



footer .footer-nav li a {

  color: #fff;

  font-size: 17px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

  letter-spacing: -0.05em;

  text-align: left;

}



footer .copyright {

  color: #fff;

  font-size: 17px;

  font-style: normal;

  font-weight: 400;

  line-height: 20px;

  letter-spacing: 0em;

  text-align: right;

}



footer .footer-social li {

  display: inline-block;

  padding: 10px;

}



.section-fabrics {

  padding: 80px 0;

}



.section-fabrics .page-heading {

  text-align: center;

}



.section-fabrics .page-heading h1 {

  font-family: Inter;

  font-size: 54px;

  font-style: normal;

  font-weight: 600;

  line-height: 60px;

  letter-spacing: 0px;

  text-align: center;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.section-fabrics .page-heading p {

  font-size: 17px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px;

  letter-spacing: 0px;

  text-align: center;

  color: #333;

}



.section-fabrics .page-heading .sub-title {

  font-weight: 500;

  font-family: 'Inter', sans-serif;

  font-style: italic;

  margin-top: 50px;

}



.section-fabrics-img {

  padding: 0;

  margin-bottom: 40px;

}



.section-fabrics-img .fabric-bg {

  height: 600px;

  padding: 0 80px;

}



.section-fabrics-img .fabric-bg.pad-sm {

  padding: 0 40px;

}



.fabric-bg1 {

  background: url('../images/fabrics/01.jpg') no-repeat;

  background-size: cover;

}



.fabric-bg2 {

  background: url('../images/fabrics/02.jpg') no-repeat;

  background-size: cover;

}



.fabric-bg3 {

  background: url('../images/fabrics/03.jpg') no-repeat;

  background-size: cover;

}



.fabric-bg4 {

  background: url('../images/fabrics/04.jpg') no-repeat;

  background-size: cover;

}



.fabric-bg5 {

  background: url('../images/fabrics/05.jpg') no-repeat;

  background-size: cover;

}



.section-fabrics-img h3 {

  font-family: Inter;

  font-size: 38px;

  font-style: normal;

  font-weight: 600;

  line-height: 42px;

  letter-spacing: 0px;

  text-align: left;

  color: #fff;

}



.section-fabrics-img h5 {

  color: #fff;

  margin-bottom: 20px;

  font-size: 22px;

  font-style: italic;

    text-transform: uppercase;

}



.section-fabrics-img p {

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 22px;

  letter-spacing: 0px;

  text-align: left;

  color: #fff;

  margin-bottom: 25px;

    text-align: justify;

}



.section-fabrics-img a.btn-primary {

  background: #fff;

  color: #333;

  border-color: #333;

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 18px;

  letter-spacing: 0px;

  text-align: center;

  padding: 12px 25px 14px;

}



.section-fabrics-img a.btn-primary:hover {

  background-color: #333;

  border-color: #333;

  color: #fff;

}



.section-fabrics-img.blackz h3,

.section-fabrics-img.blackz h5,

.section-fabrics-img.blackz p {

  color: #333;

}



/* .section-fabrics-img .fabric-bg3 a.btn-primary {

  background-color: #333;

  border-color: #333;

  color: #fff;

} */



.section-classics {

  padding: 80px 0 40px;

  border-bottom: 1px solid #ccc;

}



.section-classics h1 {

  font-family: Inter;

  font-size: 54px;

  font-style: normal;

  font-weight: 600;

  line-height: 60px;

  letter-spacing: 0px;

  text-align: left;

  color: #333;

  margin-bottom: 30px;

}



.section-classics h5 {

  font-size: 22px;

  font-style: normal;

  font-weight: 600;

  line-height: 30px;

  letter-spacing: 0px;

  text-align: left;

  color: #333;

}



.section-classics2 {

  padding: 40px 0;

  margin-bottom: 60px;

}



.section-classics2 p {

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 30px;

  letter-spacing: 0em;

  text-align: left;

  margin-bottom: 15px;

}



.section-classics2 h3 {

  font-size: 26px;

  font-style: normal;

  font-weight: 600;

  line-height: 30px;

  letter-spacing: 0em;

  text-align: left;

  margin: 40px 0 20px;

}



.no-header-border header {

  border-bottom: 0;

}



.banner-section {

  position: relative;

}



.banner-carousel {

  position: relative;

}



.banner-carousel .slide-item {

  position: relative;

  overflow: hidden;

  padding: 0;

}



.banner-carousel .slide-item img {

  width: 100%;

}



.banner-section .owl-theme .owl-nav {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  margin: 0 auto;

  width: 100%;

}



.banner-section .owl-theme .owl-nav .owl-prev {

  position: absolute;

  left: 50px;

  top: 0;

  background: rgba(0, 0, 0, 0.15);

  height: 56px;

  width: 56px;

  border-radius: 50%;

  border: none;

  text-align: center;

  color: rgba(0, 0, 0, 0);

  line-height: 56px;

  font-size: 0px;

  opacity: 1;

  margin-top: -30px;

  -webkit-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

}



.banner-section .owl-theme .owl-nav .owl-next {

  position: absolute;

  right: 50px;

  top: 0;

  background: rgba(0, 0, 0, 0.15);

  height: 56px;

  width: 56px;

  border-radius: 50%;

  border: none;

  text-align: center;

  line-height: 56px;

  color: rgba(0, 0, 0, 0);

  font-size: 0px;

  opacity: 1;

  cursor: pointer;

  margin-top: -30px;

  -webkit-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

}



.banner-section .owl-theme .owl-nav .owl-prev:after {

  font-family: "Font Awesome 5 Free";

  content: "\f105";

  position: absolute;

  top: 0;

  width: 56px;

  height: 56px;

  line-height: 56px;

  font-weight: 700;

  left: 0;

  color: #ffffff;

  font-size: 24px;

  cursor: pointer;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

  -webkit-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

}



.banner-section .owl-theme .owl-nav .owl-next:after {

  font-family: "Font Awesome 5 Free";

  content: "\f105";

  position: absolute;

  top: 0;

  width: 56px;

  height: 56px;

  line-height: 56px;

  font-weight: 700;

  right: 0;

  color: #ffffff;

  font-size: 24px;

  -webkit-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

}



.owl-nav-none .owl-nav, .owl-dots-none .owl-dots {

  display: none !important;

}



.section-impact-text {

  padding: 60px 0;

}



.section-impact-text h3 {

  margin-bottom: 15px;

  font-weight: 600;

  font-family: 'Inter', sans-serif;

}



.section-impact-text p {

  color: #333;

}



.section-impact-text p a {

  text-decoration: underline;

}



.section-ecosystem {

  padding: 90px 0;

}

.section-ecosystem h3 {

  font-family: 'Inter', sans-serif;

  font-weight: 500;

  margin-bottom: 20px;

}



.section-ecosystem p {

  color: #333;

  padding-right: 10px;

  margin-bottom: 10px;

}



.contact-information {

  background-color: #6c6c6c;

}



.contact-information h5 {

  color: #fff;

}



.contact-information .single-item .inner-box {

  position: relative;

  display: block;

  background: #fff;

  padding: 58px 30px 54px 30px;

  border-radius: 10px;

  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);

}



.contact-information .single-item .inner-box .icon-box {

  position: relative;

  margin-bottom: 30px;

  display: inline-block;

  background: #f5eb2d;

  padding: 30px;

  border-radius: 50% 50%;

  width: 100px;

  height: 100px;

}



.contact-information .single-item .inner-box .icon-box i {

  position: relative;

  display: inline-block;

  font-size: 40px;

  line-height: 40px;

  color: transparent !important;

  -webkit-background-clip: text !important;

  -webkit-text-fill-color: transparent !important;

  transition: all 500ms ease;

}



.contact-information .single-item .inner-box .icon-box i {

  background: -webkit-linear-gradient(

          0deg, #000, #333 50%);

}



.contact-information .single-item .inner-box h3 {

  font-size: 24px;

  font-weight: 400;

  margin-bottom: 15px;

}



.contact-information .single-item .inner-box p {

  line-height: 28px;

  color: #666;

}



.page-slide-heading {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  height: 600px;

  position: relative;

}



/* .page-slide-heading:before {

  content: '';

  background: rgba(0,0,0,0.5);

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

} */



.page-slide-heading h1 {

    font-family: 'Inter', sans-serif;

    font-size: 48px;

    font-weight: 600;

    position: absolute;

    bottom: 40px;

    width: 100%;

    text-align: center;

    color: #fff !important;

    text-transform: uppercase;

    text-shadow: 0 0 10px #6a6a6a;

}



.page-slide-heading h1.text-dark {

  color: #343a40 !important;

  text-shadow: 0 0;

}



.news-details {

  padding: 90px 0;

  background: #6c6c6c;

  color: #fff;

}



.news-details p {

  font-family: 'Inter', sans-serif;

  text-align: justify;

  color: #fff;

  margin-bottom: 20px;

}



.news-details p img {

  width: 500px;

  margin-right: 10px;

  float: left;

}



.news-details h3 {

  color: #fff;

}



.news-details a.text-primary {

  color: #fff !important;

}



.signin-form-wrapper .signin-form-inner {

  width: 400px;

  margin: 0 auto;

}



.signin-form-wrapper .signin-form-inner h2 {

  color: #fff;

}



.signin-form {

  border: 1px solid #666;

  padding: 40px 20px;

  border-radius: 5px;

  margin: 30px 0;

}



.signin-form label {

  color: #fff;

}



.signin-form .btn {

  background-color: #d3d3d3;

  border-color: #d3d3d3;

  color: #000;

}



.header-lower .navbar-brand img {

  width: 230px;

}



.blog-page-heading h1 {

  margin: 40px 0;

  color: #fff;

}



.banner-video-container {

  height: 700px;

  width: 100%;

  overflow: hidden;

  position: relative;

  background: #616062;

}



.banner-video-container video {

  min-height: 100%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translateX(-50%) translateY(-50%);

}



.section-careers {

  padding: 110px 0;

  background: #6c6c6c;

}



.section-careers .page-heading p {

  color: #fff;

}



.section-careers .wedo-boxes {

  background: #f2f2f2;

  padding: 60px 30px;

  text-align: center;

  height: 290px;

  overflow: hidden;

}



.section-careers .wedo-boxes.dark {

  background: #afabab;

}



.section-careers .wedo-boxes h4 {

  font-weight: bold;

  margin-bottom: 30px;

  color: #000;

}



.section-careers .wedo-boxes p {

  text-align: justify;

  color: #000;

}



.section-careers .wedo-boxes.dark h4,

.section-careers .wedo-boxes.dark p {

  color: #000;

}



.section-careers .wedo-boxes-header {

  margin-top: 110px;

  color: #fff;

}



section.join-team {

  background-color: #393939;

  padding: 60px 0;

  text-align: center;

}



section.join-team h2 {

  font-size: 27px;

  margin-bottom: 20px;

  font-weight: 500;

  color: #fff;

}



section.join-team p {

  color: #fff;

}



section.apply-job {

  background-color: #6c6c6c;

  padding: 60px 0;

}



section.apply-job h3 {

  text-align: center;

  line-height: 28px;

  margin-bottom: 40px;

  font-size: 18px;

  color: #fff;

}



section.apply-job h3 a {

  color: #bf9000;

  font-weight: bold;

}



section.apply-job .btn {

  background-color: #d3d3d3;

  border-color: #d3d3d3;

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 18px;

  text-align: center;

  padding: 10px 30px;

  color: #000;

}



section.apply-job span {

  display: block;

  text-align: center;

  color: #fff;

}



.signin-wrapper {

  background-color: #f2f2f2;

  border-right: 1px solid #ccc;

  padding: 83px 30px;

  color: #7c7c7c;

}



.signin-wrapper .signin-logo {

  width: 300px;

  margin-bottom: 30px;

}



.signin-wrapper p {

  text-align: justify;

  margin-bottom: 50px;

  font-size: 18px;

  font-family: 'Arimo', sans-serif;

  font-weight: 400;

  transition: all 500ms ease;

}



.signin-wrapper .signin-interested {

  color: #7c7c7c;

  font-size: 18px;

  font-weight: 500;

  font-family: 'Arimo', sans-serif;

}



.signin-wrapper .signin-interested a {

  color: #bf9000;

}



.signin-form-wrapper {

  padding: 40px 30px;

  background-color: #393939;

}



.signin-form-wrapper .page-heading {

  text-align: left;

}



.signin-border {

  border: 1px solid #393939;

}



.home-section1 {

  background: #393939;

}



.home-section1 h3,

.home-section1 p {

  color: #fff;

}



.section-about {

  background-color: #6c6c6c;

}



.section-about h2,

.section-about p {

  color: #fff;

}



.section-impact-header {

  background: #393939;

}



.section-impact-header h1,

.section-impact-header p.sub-title {

  color: #fff !important;

}



.section-news-header {

  background: #6c6c6c;

}



.section-news-header h3 {

  color: #fff;

}



.section-policy {

  background: #6c6c6c;

}



.section-policy h4,

.section-policy h3,

.section-policy p {

  color: #fff;

}



.section-signin {

  background: #6c6c6c;

}



.signin-heading {

  margin-bottom: 20px;

  font-family: 'Inter', sans-serif;

  font-size: 38px;

  font-weight: 600;

  color: #000 !important;

  text-transform: uppercase;

}



.fabric-body {

  background: #6c6c6c;

}



.fabric-body .section-fabrics .page-heading h1,

.fabric-body .section-fabrics .page-heading p {

  color: #fff;

}

.news-details h1 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.news-details h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.news-details h3 {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.news-details h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.news-details h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.news-details h6 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.blog-list li {
  list-style: initial;
}
.blog-list {
  margin-left: 30px;
  margin-bottom: 15px;
}

/* Align all blog images (including GIFs) */
.news-block-one .inner-box .image-box {
  height: 220px;          /* fixed height */
  overflow: hidden;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* crop, no stretch */
}
