@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
 */
.container {
  margin-top: 30px;
}

.rrr-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bg-slider {
  background-image: url(../images/rori.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  background-position: center;
  z-index: 0;
}

.rrr-hero-inner {
  position: absolute;
  background: linear-gradient(45deg, #00004b, rgba(0, 128, 0, 0.212));
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 233;
  padding: 0px 100px;
}

.oc {
  height: 50px !important;
}

.oc h5 {
  position: absolute;
}

.hero-item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  overflow: hidden;
  width: 100%;
  -ms-grid-columns: 50%;
      grid-template-columns: 50%;
}

.hero-item h1 {
    font-family: 'Yantramanav', sans-serif;
  font-size: 60px;
  color: whitesmoke;
  width: 100%;
  overflow: hidden;
  margin: 20px 0px;
}

.hero-item h5 {
  color: lightgray;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero-item .act-btn {
  margin-top: 30px;
}

.hero-item .act-btn button {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.hero-item .act-btn button div {
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  background: whitesmoke;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -120px;
  color: #249b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.hero-item .act-btn:hover button {
  color: #249b49;
}

.hero-item .act-btn:hover div {
  padding-left: 20px;
  left: 0px;
  height: 100%;
  z-index: 0;
}

.hero-item .clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-item .clear li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-item .clear li h3 {
  font-size: 20px;
  color: lightgray;
}

.hero-item .clear .ver-line {
  width: 1px;
  background: whitesmoke;
  height: 50px;
  margin-right: 20px;
}

.icon-box {
  margin-right: 20px;
  position: relative;
  width: 40px;
  min-height: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.icon-box img {
  width: 40px;
  position: absolute;
  top: 5px;
}

.head-line {
  background: #249b49;
  width: 60px;
  height: 3px;
  margin-right: 30px;
}

.other-box {
  width: 380px;
  height: 80px;
  background-image: url(../images/bins.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  bottom: -100px;
}

.box-inner {
  background: #011555ec;
  height: 100%;
  width: 100%;
  padding: 10px;
  color: whitesmoke;
font-family: 'Yantramanav', sans-serif;
  font-size: 20px;
  border: 4px solid #249b49;
  border-bottom: none;
}

.box-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-inner .text p {
  width: 80%;
}

.box-inner .text div {
  width: 50px;
}

.box-inner .text div button {
  min-width: 40px;
  min-height: 40px;
  width: 50px !important;
  height: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  background: #3f3e64;
}

.box-inner .text div button:hover {
  background: #249b49;
}

.hl-rid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px lightgray;
          box-shadow: 0px 2px 5px lightgray;
  padding: 10px 20px;
  height: 100%;
  position: relative;
}

.hl-item h3 {
  color: #686868;
}

.dims {
  width: 70px;
  position: absolute;
  right: 40px;
  opacity: 0.3;
  -webkit-animation: turn 25s linear infinite;
          animation: turn 25s linear infinite;
}

.hl-icon img {
  width: 60px;
}

.intro-inner {
  padding: 50px  0px;
  background: lightgray;
}

.intro-inner img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.in-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.in-header h3 {
  margin-bottom: 50px;
}

.in-header img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-animation: rot 6s infinite linear;
          animation: rot 6s infinite linear;
  border: 10px solid #249b49;
  padding: 10px;
}

.intro-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  padding: 0px 100px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.intro-item {
  position: relative;
  overflow: hidden;
}

.intro-item:hover .intro-item-overlay {
  left: 0px;
  -webkit-perspective: -100px;
          perspective: -100px;
}

.intro-item-inner {
  background: #00002c;
  height: 280px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.intro-item-overlay {
  background-color: #249b49;
  background-blend-mode: soft-light;
  position: absolute;
  top: 0px;
  left: calc(100% + 70px);
  width: 100%;
  padding: 20px;
  padding-bottom: 100px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.intro-item-overlay a div {
  border-bottom: 1px solid whitesmoke;
}

.intro-item-overlay a i {
  -webkit-transition: .3s;
  transition: .3s;
}

.intro-item-overlay a:hover i {
  margin-left: 20px;
}

.iii-content h3 {
  color: white;
  position: relative;
  font-size: 19px;
}

.iii-content h3::before {
  content: '';
  position: absolute;
  background: #249b49;
  width: 60px;
  height: 2px;
  top: -20px;
}

.iii-content a div {
  color: #d4d4d4;
font-family: 'Yantramanav', sans-serif;
  padding-top: 10px;
}

.corner {
  position: absolute;
  width: 240px;
  left: -80px;
  top: -80px;
  opacity: 0.2;
}

.iii-icon img {
  width: 90px;
}

.web-banners {
  margin-top: 50px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.banner-handles {
  height: 100%;
  position: absolute;
  margin-top: 150px;
  width: 100%;
}

.handle {
  z-index: 20;
  position: absolute;
  height: 50px;
  width: 50px;
  cursor: pointer;
  color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 30px;
  background-color: #249b4aa3;
}

.handle span {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#hright {
  right: 0px;
}

.banner {
  height: 300px;
  -webkit-column-gap: 0px !important;
          column-gap: 0px !important;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  background-image: url(../images/recycling.jpg);
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
  background-size: cover;
  background-position: right;
}

.banner p {
  color: whitesmoke;
}

.banner-inner {
  position: relative;
  background: rgba(0, 0, 44, 0.856);
  -webkit-clip-path: polygon(0px 0px, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0px 0px, 100% 0%, 80% 100%, 0% 100%);
  padding: 50px 80px;
  font-size: 20px;
}

.banner-inner p {
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.banner-inner button {
  position: absolute;
  bottom: 10px;
}

.b-dots {
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100px;
}

.b-dots .dot {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
}

.d-active {
  background-color: #249b49;
}

.abt-wrapper {
  background-image: url(../images/leaf2.jpg);
  min-height: 100vh;
  margin-top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.abt-inner {
  background: rgba(0, 0, 44, 0.856);
  min-height: 100vh;
  padding: 100px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.abt-content button {
  background: lightgray;
  color: #226291;
  -webkit-transition: .3s;
  transition: .3s;
}

.abt-content button:hover {
  background: #249b49;
  color: white;
  border-radius: 5px;
}

.abt-content h3 {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 7px;
  text-transform: uppercase;
  color: #249b49;
  border-bottom: 2px solid #249b49;
}

.abt-content h2 {
    font-family: 'Yantramanav', sans-serif;
  color: whitesmoke;
  margin-top: 20px;
  font-size: 45px;
}

.abt-content h2 span {
    font-family: 'Yantramanav', sans-serif;
  color: #249b49;
}

.abt-content p {
  color: lightgray;
  margin-top: 50px;
}

.abt-content ul li {
  color: lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.abt-content ul li img {
  margin-right: 10px;
}

.abt-content ul li p {
  margin-top: 0px;
}

.abt-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.float-rotate {
  width: 140px;
  height: 140px;
  border: 5px solid #249b49;
  border-radius: 50%;
  padding: 10px;
  margin-right: 40px;
}

.float-rotate img {
  -webkit-animation: rot 20s linear infinite;
          animation: rot 20s linear infinite;
  width: 140px;
}

@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes turn {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes turn {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.abt-thumb {
  position: relative;
}

#ic {
  width: 200px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0px;
  right: -0px;
  z-index: 0;
}

#ac {
  z-index: 40;
  position: absolute;
}

.our-services {
  padding: 20px;
}

.os-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  padding: 40px;
  background-image: url(../images/flash.jpeg);
  background-attachment: fixed;
  background-blend-mode: soft-light;
}

.os-item {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.171);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.171);
  background: whitesmoke;
}

.os-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.os-item button {
  margin-top: 20px;
}

.os-item:hover .top {
  top: 0px;
}

.os-item:hover .obtm {
  left: 0px;
}

.os-item:hover .backlash {
  display: none;
}

.os-cont h3 {
    font-family: 'Yantramanav', sans-serif;
  text-align: center;
}

.backlash button {
  min-height: 30px;
  height: 30px;
}

.item-overlay {
  -webkit-transition: .3s;
  transition: .3s;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 75, 0.699);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-overlay .os-cont {
  width: 100%;
  color: whitesmoke;
  text-align: center;
}

.top {
  top: -100%;
}

.obtm {
  left: -500px;
}

.vals-outer {
  background: #00002c;
  padding: 10px;
  padding-bottom: 100px;
}

.vals-inner {
  background-color: #010150;
  border-radius: 10px;
  padding: 20px;
  text-align: right;
}

.vals-inner h3 {
    font-family: 'Yantramanav', sans-serif;
  color: #cacaca;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 90px;
}

.vals-inner h3::before {
    font-family: 'Yantramanav', sans-serif;
  content: '';
  height: 5px;
  width: 70px;
  background: #249b49;
  position: absolute;
  left: -80px;
  top: 50%;
}

.vals-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.vg-item {
  text-align: center;
}

.vg-item h4 {
  color: lightgrey;
}

.vg-item span {
  font-size: 50px;
  color: #249b49;
  -webkit-transition: .3s;
  transition: .3s;
}

.vg-item:hover span {
  margin-top: -20px;
}

.fc-inner {
  margin: -80px 60px 0px 60px;
  background: whitesmoke;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-column-gap: 0px;
          column-gap: 0px;
}

.fc-cont {
  background: #249b49;
  padding: 20px;
}

.fc-cont h3 {
    font-family: 'Yantramanav', sans-serif;
  color: whitesmoke;
  font-size: 40px;
}

.fc-cont p {
  color: lightgrey;
}

.fc-cont button {
  background: #226291;
}

.fc-thumb {
  background: url(../images/supply-chain-digital.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.op-inner {
  margin-top: 40px;
}

.op-inner h3 {
    font-family: 'Yantramanav', sans-serif;
  text-align: center;
  color: #8f8f8f;
}

.op-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 10px;
}

.op-item img {
  width: 100px;
}

@media (max-width: 850px) {
  .rrr-hero {
    min-height: 100vh;
    height: auto;
  }
  .bg-slider {
    background-position: right;
  }
  .rrr-hero-inner {
    padding: 10px;
    min-height: 100vh;
  }
  .hero-item {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-column-gap: 0px;
            column-gap: 0px;
    width: calc(100% - 2px);
  }
  .hero-item h1 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 45px;
  }
  .intro-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
  .banner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .b-dots {
    right: 10px;
  }
  .web-banners {
    height: auto;
  }
  .abt-wrapper {
    height: auto;
  }
  .abt-inner {
    padding: 10px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .float-rotate {
    width: 60px;
    height: 60px;
  }
  .float-rotate img {
    width: 60px;
  }
  #ic {
    display: none;
  }
  #ac {
    position: relative;
    width: 100%;
  }
  .os-grid {
    padding: 40px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .vals-inner h3 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
  }
  .vals-grid {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .fc-inner {
    margin: -80px 10px 0px 10px;
  }
}

@media (max-width: 550px) {
  .hero-item h1 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 30px;
  }
  .clear {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .ver-line {
    display: none;
  }
  .other-box {
    width: calc(100% - 20px);
  }
  .hl-rid {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hl-item h3 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
    width: 100%;
  }
  .in-header {
    padding: 8px;
  }
  .in-header h3 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    margin-bottom: initial;
  }
  .in-header h3 span {
    font-family: 'Yantramanav', sans-serif;
    font-size: 11px !important;
  }
  .in-header img {
    padding: 5px;
    width: 40px;
    height: 40px;
    margin-right: 5px !important;
  }
  .intro-item-inner {
    height: 230px;
  }
  .abt-content h2 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 30px;
  }
  .our-services {
    padding: 5px;
  }
  .os-grid {
    padding: 10px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .float-rotate {
    margin-right: 10px;
  }
  .backlash h3 {
    font-family: 'Yantramanav', sans-serif;
    text-align: left;
  }
  .vals-inner h3 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    margin-left: 40px;
  }
  .vals-inner h3::before {
    font-family: 'Yantramanav', sans-serif;
    width: 30px;
    margin-left: 40px;
  }
  .fc-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .fc-thumb {
    height: 200px;
  }
  .op-grid {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    padding: 10px;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
  .op-inner img {
    width: 150px;
  }
  .banner-inner {
    padding-left: 5px;
    padding-top: 70px;
  }
  .banner-handles {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */