@font-face {
	font-family: 'Roboto-Light';
	src: local('☺'),url('../font/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: local('☺'),url('../font/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: local('☺'),url('../font/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-BoldItalic';
	src: local('☺'),url('../font/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Medium';
	src: local('☺'),url('../font/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* ...................................css var.................................................................. */

:root {
  --italic-bold:'Roboto-BoldItalic';
  --light:'Roboto-Light';
  --regular:'Roboto-Regular';
  --bold:'Roboto-Bold';
  --medium:'Roboto-Medium';
  --light-grey:#6c757d66;
  --white:#fff;
  --grey:#b3b3b3;
  --overlay-white:#ffffffd9;
  --red:#c1272d;
  --black-color:black;
   --sub-big-title: 34px;
  --big-title: 65px;
  --md-text: 20px;
  --md-text1: 25px;
  --md-text-sm: 15px;
  --sm-t: 16px;
  --sm-t1: 14px;
  --bg-t: 40px;
  --sm-menu: 18px;
  --md-p: 15px;
  --show-p: 28px;
  --foter-h: 25px;
  --sm-t2: 11px;

   }
  
/* ............................................................ */

body {
  background: #0c0b09;
  color: #fff;
}

a {
  
  text-decoration: none;
}

a:hover {
  color: var(--red);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 }
.line-h{
  line-height: 1.4rem;

}
.w-85{
  width: 85%;
}
section {
  overflow: hidden;
}
/* .................colors...... */
.w-text{
  color: var(--white);
}
.b-text{
  color: var(--black-color);

}
.grey-text{

  color: var(  --grey);

}
/* .............fonts............... */
.bg-t{
  font-family: var(--bold);
  font-size: var(--big-title);
}
.bg-sub-t{
  font-family: var(--bold);
  font-size: var(--sub-big-title);
}
.md-t{
  font-family: var(--bold);
  font-size: var(--sub-big-title);
}
.sm-bar{
  font-family: var(--light);
  font-size: var(--sm-menu);
}
.md-p{
  font-family: var(--medium);
  font-size: var(--md-text);
}
.md-p1{
  font-family: var(--medium);
  font-size: var(--md-text1);
}
.md-bold{
  font-family: var(--bold);
  font-size: var(--md-text);
}
.md-bold1{
  font-family: var(--bold);
  font-size: var(--md-text-sm);
}
.md-sec-p{
  font-family: var(--medium);
  font-size: var(--md-p);
}
.sm-t{
  font-family: var(--bold);
  font-size: var( --sm-t);
}
.sm-p-l{
  font-family: var(--light);
  font-size: var( --sm-t);
}
.sm-p-l1{
  font-family: var(--light);
  font-size: var( --sm-t1);
}
.sm-p-l2{
  font-family: var(--light);
  font-size: var( --sm-t2);
}
.bg-sec-t{
  font-family: var(--bold);
  font-size: var(--bg-t);
}
.btn-show{
  font-family: var( --regular);
  font-size: var(--sm-t);
}
.p-med{
  font-family: var(--medium);
  font-size: var(--sm-menu);

}
.bold-p{
  font-family: var(--bold);
  font-size: var(--sm-menu);
}
.f-h{
  font-family: var(--bold);
  font-size: var( --foter-h);
  }
  .re-h{
    font-family: var(--light);
    font-size: var( --md-p);
    }
    .re-t{
      font-family: var(--bold);
      font-size: var( --sm-menu);
      }
/* ................... */
.center-t {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: flex-end;
  align-items: center;
}
.my-20 {
  margin: 15% auto;
}

.my-10 {
  margin: 10% auto;
}
.p-lr{
  padding: 0 5%;
}
.border-b {
  border-top: 3px solid var(--black-color);
  width: 5%;
}
.line-b:before {
  content: "";
  width: 50px;
  height: 1.5px;
  display: inline-block;
  background: var(--red);
  margin: 4px 10px;
}
.w-layer:before {
  content: "";
  background: #ffffffe6;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.mt-10{
  margin-top: 10rem;
}
.mt-6{
  margin-top: 6rem;

}
.clients-logos div {
  width: 25%;
}
ul.list-par {
  list-style: none;
 }
 .bord-right:before {
  position: absolute;
  left: 18px;
  top: -74px;
  width: 50px;
  height: 50px;
  z-index: 2;
  content: "";
  border-left: 5px solid var(--red);
  border-top: 5px solid var(--red);
  transition: 0.5s;
}
 .b-show {
  border: 1px solid var(--black-color);
  padding: 0.5rem 0.9rem 0.5rem 0.9rem;
}
.border-sh {
  box-shadow: 0 14px 28px rgb(0 0 0 / 4%), 0 10px 10px rgb(0 0 0 / 3%);
  border: none;
}
.bord-l-bottom:before {
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 38px;
  height: 38px;
  z-index: 2;
  content: "";
  border-left: 5px solid var(--black-color);
  border-bottom: 5px solid var(--black-color);
  transition: 0.5s;
}
.bold{
  font-weight: bold;
}
.min-l {
  margin-left: -4rem;
}
.under{
  text-decoration: underline;
}
.pl-2{
  padding-left: 2rem;
}
.bord-r-bottom:before {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 40px;
  height: 40px;
  z-index: 2;
  content: "";
  border-right: 5px solid var(--red);
  border-bottom: 5px solid var(--red);
  transition: 0.5s;
}
.bord-r-top:before {
  position: absolute;
  right: -20px;
  top: -50px;
  width: 50px;
  height: 50px;
  z-index: 2;
  content: "";
  border-right: 5px solid var(--black-color);
  border-top: 5px solid var(--black-color);
  transition: 0.5s;
}
 
.back-img23 {
  position: absolute;
  width: 40%;
  left: 55px;
  bottom: 100px;
}
.text-align{
  text-align: center;
}
.text-jus {
  text-align: justify;
}
 /* display divs for only mobile */
 .only-mob{
  display: none;

}
.only-desk{
  display: flex;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
}
#header.header-scrolled {
  top: 0;
 
}
#header .logo {
   margin: 0;
  padding: 0;
  }
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;

 
}
a.nav-link.scrollto.active:before {
  position: absolute;
  left: 32px;
  right: auto;
  bottom: 0;
  width: 38%;
  height: 0.025em;
  content: '';
  background: var(--red);
}
a.nav-link.scrollto.active.red:before {
   background: var(--black-color);
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #d9ba85;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #cda45e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.mobile-nav-toggle.bi-x {
  color: white!important;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.nav-link{
  color: white;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color:var(--black-color)!important;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--red);
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--red);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/main-header.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
#hero:before {
  content: "";
  background: var(--light-grey);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 30%;
}
@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}
 
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
 
@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
 
 
 

 
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: var(--red);
  position: relative;
}
.back-img {
  position: absolute;
  top: -45px;
  width: 9%;
}
.back-img1 {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 4px;
}
/*--------------------------------------------------------------
#how
--------------------------------------------------------------*/
.how{
  width: 100%;
  height: 100vh;
  background: url("../img/how.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
.custom-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1.5rem;
 
}
.box-title {
  margin-bottom: 4px;
}
.how .box {
  width: 104%;
  padding: 20px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  transition: transform 0.5s ease;
  background: var(--white);
  color: var(--black-color);
  height: 91%;
  cursor: pointer;
  line-height: 1rem;

}
.how .box:hover {
  background: var(--red);
  box-shadow: 10px 15px 30px rgb(0 0 0 / 18%);
  transform: translateY(1rem);
  transition: transform 0.5s ease;

}
.how .box:hover .nohov {
  display: none;
}
.how .box:hover .onhov {
  display: block;
}
.how .box  .nohov {
  display: block;
}
.how .box  .onhov {
  display: none;

}
.border-box {
  border-top: 3px solid var(--red);
  width:14%;
}
.how .box:hover .border-box {
  border-top: 3px solid var(--white);
  width:14%;
}
.how .box:hover  {
  color: var(--white);
}
img.hand-icon {
  position: absolute;
  bottom: 0;
  width: 11%;
  left: 0;
}
/*--------------------------------------------------------------
# partner
--------------------------------------------------------------*/
.partner-img img {
  width: 100%;
  object-fit: cover;
  height: 80vh;

}
.partner,.recycle    {
   background: var(--white);
    position: relative;
}
.request {
  background: hwb(0deg 100% 0% / 99%);
  position: relative;
}
img.back-img55 {
  position: absolute;
  bottom: 61px;
  right: 60px;
  width: 15%;
}
 
.circle-icon {
  width: 15px;
  height: 15px;
  margin-right: 0.4rem;
  margin-top: 0.4rem;
}
.back-img2 {
  position: absolute;
  width: 40%;
  left: 55px;
  top: 30px;
}
.back-img3 {
  position: absolute;
  width: 10%;
  right: 60px;
  bottom: 0;
}
.arrow-b {
  width: 5%;
  margin-right: -1.6rem;
  margin-left: 0.6rem;
}
/*--------------------------------------------------------------
# clients
--------------------------------------------------------------*/
.client-navbar{
  display: none;
  margin-right: 40%;
  margin-top: 1rem;

 }
 .client-content {
  width: 71%;
}
 .half-new-ryc {
  width: 40%;
}
.half-new-client {
  width: 60%;
}
.client-navbar .top{
   
  justify-content: flex-end;
}
.back-img4 {
  position: absolute;
  width: 28%;
  left: 0;
  top: -40px;
}
img.logo-icons {
  width: 42%;
  margin: -4rem auto;
 
}
.two-img img {
  width: 100%;
   
}
.one-img img {
  width: 100%;
  margin: 0 1rem;
  height: 50vh;
}
.recycle-flex {
  align-items: flex-end;
}
/*--------------------------------------------------------------
# requests
--------------------------------------------------------------*/
.request:before  {
  content: "";
  background: url(../img/s-back.png) 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  opacity: 0.2;
  left: 0;
  right: 0;
}
.inputs input,.inputs textarea {
  border: 1px solid var(--black-color);
}
.card.card-sec {
  width: 75%;
  margin: 0 auto;
  padding: 1rem 0;
  border-bottom: 6px solid var(--red);
}
.radio-subject label {
  margin: 1.1rem 0.4rem 0.4rem 0.4rem;
}
.req-p {
    padding-top: 33%;
}
.back-img5 {
  position: absolute;
  width: 32%;
  left: 4rem;
  bottom: 5rem;
}
/*--------------------------------------------------------------
# contact-us
--------------------------------------------------------------*/
.card.card-thir {
  width: 100%;
  margin: 0 auto;
  border-bottom: 6px solid var(--red);
}
.contact {
  background: url(../img/snap-10.png) 50% 100%;
  background-color: var(--white);
  position: relative;
  background-size: cover;
 
}
.recycle2 {
  background: url(../img/recycle2.png) 50% 100%;
  background-color: var(--white);
  position: relative;
  background-size: cover;
}
.recycle2 .box {
  padding: 45px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  transition: transform 0.5s ease;
  background: var(--white);
  color: var(--black-color);
  cursor: pointer;
  line-height: 0.9rem;
  margin-bottom: 1rem;
}
.recycle2 .box:hover {
  background: var(--red);
  box-shadow: 10px 15px 30px rgb(0 0 0 / 18%);
  transform: translateY(-1rem);
  transition: transform 0.5s ease;

}
.recycle2 .box:hover .nohov {
  display: none;
}
.recycle2 .box:hover .onhov {
  display: block;
}
.recycle2 .box  .nohov {
  display: block;
}
.recycle2 .box  .onhov {
  display: none;

}
 
.recycle2 .box:hover  {
  color: var(--white);
}
.recy-icon {
  height: 100px;
  width: 100px;
}
.recy-icon1 {
  height: 50px;
  width: 50px;
}
 .box-flex {
  justify-content: center;
  align-items: center;
}
.content-rec {
  line-height: 21px;
  width: 97%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--black-color);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.logo-footer {
  width: 50%;
}
.copyright {
  text-align: right;
  margin: 1rem auto;
}
.content-footer{
  width: 50%;
}