@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tapestry&display=swap");

img {
  max-width: 100%;
}

.con {
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.con img {
  padding: 5px 10px 5px 0px;
}

.oo {
  cursor: pointer;
  color: #000;
  font-size: 23px;
}

.con p {
  margin: 0px;
}

.rightside {
  padding: 0px;
  /* margin: 5px 0px; */
  text-align: right;
  /* margin-top: 12px; */
}

.rightside li {
  list-style: none;
  display: inline-block;
  padding: 7px 10px;
  background-color: #9ec700;
  border-radius: 8px;
}

add1.jpg .rightside li:first-child {
  border-right: 1px solid #c6c6c5;
}

.nav-wide .container {
  padding: 0px 0px 0px 15px;
}

.nav-wide .container {
  width: 100%;
}

.right-text {
  text-align: right;
}

body {
  overflow-x: hidden;
}

.right-text {
  text-align: right;
}

header {
  z-index: 9;
  width: 100%;
  /* background: #ffffff91; */
  position: fixed;
}

.logo-header {
  width: 75%;
  position: relative;
  z-index: 9;
}

.top {
  padding: 5px 0px;
}

.topadd {
  position: relative;
  padding-left: 40px;
  margin-top: 22px;
}

.topadd i {
  position: absolute;
  top: 21px;
  left: 0px;
  font-size: 21px;
  line-height: 30px;
  /* border-right: 1px solid #000; */
  /* padding: 8px 10px; */
  color: #ed1b24;
  /* border: 1px solid #fdb813; */
  width: 30px;
  height: 30px;
  text-align: center;
}

.topadd p {
  font-size: 12px;
  margin-bottom: 3px;
  font-family: "Roboto", sans-serif;
  line-height: 17px;
  /* text-transform: uppercase; */
  font-weight: 600;
}

.topadd span {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.mar-20 {
  margin-top: 20px;
}

.mar-50 {
  margin: 50px 0px;
}

.wel {
  margin: 30px 0px;
}

.wel-back {
  padding: 40px 0px;
  position: relative;
}

.one {
  position: absolute;
  left: 3%;
  top: 6%;
}

.two {
  position: absolute;
  right: 3%;
  top: 70%;
}

hr.dev-style5 {
  border-top: 1px dashed #ccc;
  border-bottom: 1px solid #ddd;
  color: #fff;
  background-color: transparent;
  height: 3px;
  position: relative;
  width: 100%;
  border-color: #b5b3b3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 50px 0px;
}

.border {
  border: 1px solid #cecaca;
  padding: 10px;
}

.product {
  /* background: url(../img/proback.jpg) no-repeat; */
  background-size: cover;
  padding: 0px 0px;
  position: relative;
}

.pro {
  position: relative;
  border: 1px dashed #b3b2b2;
}

.pro .icon-links {
  /* right: 5px; */
  top: 5px;
  z-index: 9;
  position: absolute;
  top: -18%;
  transition: 0.5s;
  left: 0%;
  text-align: center;
  width: 100%;
  opacity: 0;
}

.pro:hover .icon-links {
  opacity: 1;
  top: 40%;
}

.pro .icon-links .zz i {
  /* background: #807b7b; */
  color: #ffffff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  text-align: center;
  border-radius: 100px;
  background: #f9c307;
}

.pro:hover:before {
  transform: scale(1);
  opacity: 1;
}

.pro:before {
  position: absolute;
  background-color: #fb00065c;
  width: 94%;
  height: 94%;
  content: "";
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
  left: 3%;
  transform: scale(0.5);
  opacity: 0;
  top: 3%;
  /* margin: 16px; */
  bottom: 3%;
}

.navbar {
  float: right;
}

.affix .navbar-nav li.active a {
  color: #000 !important;
}

.affix .navbar-default .navbar-nav > li > a {
  color: #000;
}

.extra {
  margin-top: 30px;
  background: #efefef;
  padding: 30px 0px;
}

.section-title {
  position: relative;
}

.section-title h1 {
  padding-bottom: 20px;
}

.section-title h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #f3525a;
}

.heading h1 {
  margin-top: 0px;
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
  color: #000;
  font-family: "Rubik", sans-serif;
}

.section-title h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 255px;
  background-color: #f3525a;
}

.heading h1 span {
  font-weight: 800;
}

.whitecolor {
  color: #fff;
}

.heading2 h1 {
  font-family: "Rubik", sans-serif;
  margin-top: 5px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}

.heading2 h3 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 9px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  /* background: #ec1d25; */
  padding: 3px 1px 3px 1px;
  margin: 0xp;
  font-family: "Rubik", sans-serif;
  letter-spacing: 2px;
  display: inline-block;
}

.heading h3 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 9px;
  font-weight: 600;
  color: #ed1b24;
  text-transform: uppercase;
  /* background: #ec1d25; */
  padding: 3px 1px 3px 1px;
  margin: 0xp;
  font-family: "Rubik", sans-serif;
  letter-spacing: 2px;
  display: inline-block;
}

.category {
  margin-top: 30px;
}

.text2 {
  float: left;
  width: 100%;
}

.osr-counter-thumb-1 .title {
  margin: 0 0 0px;
  font-size: 55px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  line-height: 30px;
  color: #000;
}

.osr-counter-thumb-1 p {
  font-size: 16px;
  margin: 24px 0px;
  color: #000;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Rubik", sans-serif;
}

.stories-back {
  background: url(../img/counterbg.png) no-repeat;
  padding: 10px 0px 30px 0px;
  /* height: 500px; */
  background-size: cover;
}

.center {
  text-align: center;
}

.choose_us {
  border-radius: 6px;

  border-radius: 0;
  display: table;
}

.choose_us .icon {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  border-radius: 0;
  text-align: center;
  float: left;
  font-size: 30px;
  color: #ff2029;
}

.choose_us .text2 {
  margin-left: 18px;
  width: 76%;
  float: left;
}

.choose_us .text2 h5 {
  margin-bottom: 7px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.choose_us .text2 p {
  text-align: justify;
  margin-bottom: 25px;
}

.center {
  text-align: center;
}

.home {
  /* background:url('../img/add1.jpg')no-repeat; */
  background-attachment: fixed;
  background-size: cover;
  height: 510px;
}

.home1 {
  padding: 150px 30px 150px 0px;
}

.btn2 {
  padding: 20px 0px;
  -moz-user-select: none;
  display: inline-block;
  transition: 0.5s;
  position: relative;
}

.btn2 a {
  color: #090808;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

.btn2:before {
  border-color: #50aab2;
  border-top-width: 2px;
  left: 0px;
  top: -5px;
}

.roti {
  /*  background:url('../img/rotikit.jpg')no-repeat; */
  background-attachment: fixed;
  background-size: cover;
}

.rotitext {
  padding: 350px 0px;
}

.arrival {
  position: relative;
}

.arrival .btn3 {
  position: absolute;
  bottom: 20%;
  right: 26.6%;
}

.iron {
  position: relative;
}

.iron .btn3 {
  position: absolute;
  bottom: 20%;
  right: 6%;
}

.btn3 a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  font-weight: 600;
}

.btn3 a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 10px solid #000;
  position: absolute;
  right: 0px;
  top: 0px;
  border-bottom: 10px solid transparent;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 19;
  top: 0;
}

.fixed-header .nav > li > a {
  padding: 13px 23px;
}

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #ffffff;
  font-size: 24px;
  line-height: 39px;
  width: 45px;
  height: 45px;
  border: 1px solid #f50712;
  background: #ed1b24;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  /* border-radius: 25px; */
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.brdcrmb.breadcrumb-box {
  height: 350px;
  background-position: center center !important;
  background-size: cover;
}

.breadcrumb-list {
  text-align: center;
}

section.brdcrmb .list-bread {
  margin-top: 1rem;
  font-family: "Exo 2", sans-serif;
}

h2.brd-h2 {
  margin-top: 6rem;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-family: "Exo 2", sans-serif;
}

.list-bread {
  display: inline-block;
  margin: auto;
  background: #ffffff94;
  color: #ff0000;
  padding: 5px 43px;
  border-radius: 15px;
  font-size: 15px;
}

.list-bread ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-bread ul li {
  display: inline-block;
}

.list-bread a {
  color: black;
}

.inner-pages .wel {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  background: #fff;
  margin-top: -120px;
  text-align: center;
}

main.inner-main {
  margin: 3rem 0rem 8rem;
  overflow: hidden;
}

.left-title h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: "Exo 2", sans-serif;
  padding-bottom: 14px;
}

.left-title h2::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 150px;
  background: #ec1b24;
  left: 0px;
  bottom: 0;
}

.left-title h2 span {
  color: #ec1b24;
}

.about-more {
  position: relative;
  padding-right: 50%;
}

.about-pics {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}

.about-tagline h2 {
  font-size: 2.1rem;
  text-align: center;
  padding: 0% 9%;
  line-height: 2.9rem;
  margin: 1rem 0rem;
}

.ull {
  position: relative;
  list-style: none;
}

.ull li::before {
  content: "\f007";
  font-family: fontAwesome;
  position: absolute;
  left: 16px;
  color: #636363;
}

.ull.quality li::before {
  content: "\f046";
}

.ull.pro-ul li::before {
  content: "\f0a4";
  left: 0;
}

.product .image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0;
}

.product .product-image img {
  width: 100%;
}

.product .product-image .tag {
  position: absolute;
}

.tag.new {
  background: #ed1b24;
}

.tag {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  width: 65px;
  height: 65px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 10px;
  text-align: center;
  padding: 17px 0px;
}

.product .product-info .name {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-family: "Exo 2", sans-serif;
  margin: 5px 0px;
  padding: 5px 0px;
}

h3.name a {
  color: #000;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  border-left: 2px solid #ed1b24;
  padding-left: 1rem;
}

h3.name span {
  display: inline-block;
  clear: both;
  text-align: left;
  font-size: 1.6rem;
  padding-left: 1rem;
  margin-top: 0.5rem;
  color: #ec1b24;
  font-weight: 600;
}

.product:hover .cart {
  opacity: 1;
  top: 45%;
}

.product .cart {
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 100%;
  z-index: 666;
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -55px;
}

.product .cart .action ul li.lnk.wishlist {
  background: #ec1b24;
  margin: 0px;
  border-radius: 3px 0px 0px 3px;
}

.product .cart .action ul li.lnk {
  margin: 10px 0px;
  background: #ec1b24;
  margin: 0px;
  padding: 8px 2px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0px 3px 3px 0px;
}

.product .cart .action ul li {
  float: left;
}

.product .cart .action ul li.lnk a {
  padding: 0 10px;
  color: #fff;
  padding: 8px 10px;
}

.wel .wel2.pro-detail-box {
  padding: 20px 15px;
  position: relative;
}

.pro-detail-box .product {
  padding: 0px;
  background: inherit;
}

.pro-dtl-box {
  text-align: left;
  position: relative;
}

.pro-dtl-box h1 {
  font-family: "Exo 2", sans-serif;
  margin-top: 3rem;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 2.7rem;
  margin-bottom: 3rem;
  line-height: 38px;
}

.pro-sub {
  font-size: 2.5rem;
}

.color-red {
  color: #ec1b24;
}

.pro-dtl-box h2 {
  font-family: "Exo 2", sans-serif;
  margin-top: 3rem;
  position: relative;
  display: block;
  font-size: 2rem;
  margin: 0px;
  margin-top: 5px;
}

.pro-dtl-box h1::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 2px;
  background: red;
  left: 0;
  bottom: -5px;
}

.pro-dtl-box h3 {
  font-family: "Exo 2", sans-serif;
  margin-top: 3rem;
  position: relative;
  display: block;
  font-size: 2rem;
  margin: 0px;
  margin-top: 18px;
  margin-bottom: 2rem;
}

.pro-dtl-box h3::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 2px;
  background: red;
  left: 0;
  bottom: -5px;
}

ul.ull.pro-ul {
  padding: 0px;
  margin: 0px;
  padding-left: 25px;
}

.other-pro {
  position: relative;
  display: block;
  border-bottom: 1px dashed red;
}

section.products-list {
  margin: 4rem 0rem 5rem;
}

.products-list .panel-group h4.panel-title > a.active-pro {
  background: #ed1b24;
  color: #fff;
}

.products-list .panel-body {
  padding-left: 0rem;
  padding-right: 0rem;
  padding: 0rem;
}

.products-list .panel-body ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.products-list .panel-body ul li a {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #eaeaea;
  color: #222;
}

.products-list .panel-body ul li a:hover {
  text-decoration: none;
  background: #f5f5f5;
}

.products-list .panel-title > a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  background: #f1f1f1;
  color: #333;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

section.brdcrmb.breadcrumb-box.product-brd {
  height: 150px;
  background: #ddd;
}

.product-brd h2.brd-h2 {
  margin-top: 3.5rem;
}

.text-white {
  color: #000 !important;
}

.theme-bg {
  background-color: #d2d2d2;
}

.form-info {
  left: 0;
  padding: 30px;
  position: relative;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 15px;
}

h2.title-cont {
  font-size: 22px;
  font-style: normal;
  line-height: 15px;
  font-weight: 500;
  color: #282925;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}

.title-cont {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  color: #282925;
}

.title-cont:before,
.title-cont:after {
  content: "";
  background: #dddddd;
  width: 30px;
  left: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
}

theme-bg .title-cont:after {
  background: #1b1b1b;
}

.title-cont:after {
  background: #f9a305;
  left: 30px;
}

.title-cont:before,
.title-cont:after {
  content: "";
  background: #ed1b24;
  width: 30px;
  left: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
}

h2.title-cont span {
  color: #ed1b24;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.contact-info,
.tg-latest-post {
  float: left;
  width: 100%;
}

.contact-info li {
  padding-left: 50px;
  position: relative;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.contact-section .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 30px;
  color: #ed1b24;
  text-align: center;
}

.contact-section .contact-info li span {
  font-size: 15px;
  color: #ed1b24;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.map {
  margin: 2rem 0rem 0rem;
}

main.inner-main.cont {
  margin: 3rem 0rem 0rem;
}

.contact-main input,
.contact-main textarea {
  border-radius: 0px;
}

.send-btn-main-contact {
  background: #d2d2d2;
  border-color: #cfcece;
}

.enquiry {
  position: relative;
  /*    background: url('../img/equiry-bg.jpg');*/
}

.enq-pic {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 50%;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-default > .panel-heading a {
  border-bottom: 1px solid #ddd;
}

.brdcrmb.breadcrumb-box.pro-brds {
  height: 225px;
}

.brd-pro-list {
  position: relative;
  text-align: center;
  margin-top: 64px;
}

.brd-pro-list ul {
  list-style: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.brd-pro-list ul li {
  display: inline-block;
}

.brd-pro-list ul li a {
  padding: 5px 15px;
  background: #ffffffba;
  border-radius: 6px;
  color: #000;
  font-size: 1.5rem;
}

.brd-pro-list ul li a:hover,
.brd-pro-list ul li a.activated {
  background: #ed1b24;
  color: #fff;
}

.wel-pro {
  margin-top: 3rem;
}

.no-brdr-rds {
  border-radius: 0px !important;
}

.modal-body {
  overflow: hidden;
}

.myModaldetail .modal-dialog {
  width: 80%;
  margin: 30px auto;
}

form.modal-form input,
form.modal-form textarea {
  border-radius: 0px;
  height: 38px;
  margin-top: 0px;
}

form.modal-form textarea {
  height: 80px;
}

.btn-send-modal {
  padding: 5px 16px;
  background: #42ba51;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #399b46;
  margin-bottom: 0;
}

.btn-send-modal:hover {
  opacity: 0.8;
}

button.btn.btn-default.btn-close-modal {
  background: #ec1b24;
  color: #fff;
  border: 1px solid #e80303;
  padding: 8px 17px;
  font-size: 14px;
}

button.btn.btn-default.btn-close-modal:hover {
  opacity: 0.8;
}

.tag.pro-dtl-tag {
  top: 7%;
  right: 22px;
}

.modal-content .product .cart .action ul li.lnk.wishlist {
  border-radius: 0px;
}

.pro-list .product {
  margin-top: 3rem;
  overflow: hidden;
}

.new-launched {
  position: absolute;
  top: 16px;
  background: #fc8c01;
  transform: rotate(-21deg);
  left: -25px;
  width: 44%;
  text-align: center;
  color: #fff;
  padding: 4px 0px;
}

.new-launched::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #fc8c01;
  z-index: -1;
  right: -49px;
  top: 0;
}

.new-launched::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 2px;
  background: #ed1b24;
  z-index: -1;
  right: 94px;
  bottom: 0;
  top: -5px;
}

.launch {
  font-size: 10px;
}

div#myModal {
  z-index: 99999;
  margin-top: 38px;
}

.modal-quote {
  background: #019b01 !important;
  border: 1px solid #0e700e !important;
}

.white p {
  color: #fff;
}

.ftr-right-cntnt-left {
  width: 68px;
  float: left;
}

.ftr-right-cntnt-right {
  width: calc(100% - 80px);
  float: left;
  padding-left: 20px;
  /* clear: both; */
}

.ftr-right-cntnt-right p {
  line-height: 20px;
}

.list2 li span strong {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: -3px;
}

.ftr-right-cntnt-right p:first-child {
  line-height: initial;
}

.dont-show {
  opacity: 0;
}

.list2 li:nth-child(2) {
  margin-top: 8px;
}

ul.list2 img,
.web-dtl img {
  max-width: 9px;
  margin-top: -5px;
}

.list2 i.fa.fa-whatsapp,
.web-dtl i.fa.fa-whatsapp {
  background: green;
  border-radius: 50%;
}

.white.web-dtl p {
  margin-bottom: 2px;
}

.list {
  padding: 0px;
  margin-top: 12px;
}

h3.lords-ftr-h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0px;
  font-family: oswald;
  margin-top: -6px;
}

.flex {
  display: flex;
}

.title-collect2 {
  height: 100%;
  /* display: flex; */
  position: relative;
}

.title-collect2 h1 {
  transform: rotate(-90deg);
  /* -webkit-transform: rotate(-90deg); */
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 12%;
  left: 0%;
  margin: 0px;
  letter-spacing: 13px;
  /* height: 100%; */
  font-family: "Rajdhani", sans-serif;
}

.proback {
  background: #0d90c2;
  background: url("../img/proback.jpg") no-repeat;
  padding: 30px 0px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.proback .iron {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 18%;
}

.gr {
  background: #dddbdb;
  padding: 1px;
  padding: 1px;
}

.whitebg {
  background: #fff;
  padding: 10px;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.12);
}

.product-detail {
  background: #f9f9f9;
}

.product-section {
  margin-top: -436px;
  margin-bottom: 50px;
}

.quick-detail h1 {
  font-size: 22px;
  font-family: "Rajdhani", sans-serif;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  border-bottom: 1px solid #e4dede;
  padding-bottom: 13px;
  font-weight: 600;
}

.box-price {
  font-size: 17px;
  color: #5cad04;
  font-weight: 900;
  margin: 5px 0px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.box-price span {
  color: #000;
}

go {
  padding: 0px;
  margin-top: 20px;
}

.go li {
  list-style: none;
  line-height: 26px;
  background: url(../img/tick.png) no-repeat;
  background-position: left center;
  padding-left: 33px;
  /* font-weight: 600; */
  color: #000;
  border-bottom: 1px solid #d8d6d6;
  /* margin-bottom: 20px; */
  padding-bottom: 15px;
  /* font-size: 13px; */
  padding-top: 15px;
}

go2 {
  padding: 0px;
  margin-top: 20px;
}

.go2 li {
  list-style: none;
  line-height: 26px;
  background: url(../img/tick.png) no-repeat;
  background-position: left center;
  padding-left: 33px;
  /* font-weight: 600; */
  color: #000;
  border-bottom: 1px solid #d8d6d6;
  /* margin-bottom: 20px; */
  padding-bottom: 10px;
  /* font-size: 13px; */
  padding-top: 10px;
  font-size: 15px;
  display: inline-block;
}

.go2 li:nth-child(even) {
  width: 59%;
}

.go2 li:nth-child(odd) {
  width: 40%;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.floating2 {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 5px;
}

@keyframes floatingx {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(15px, 0);
  }

  to {
    transform: translate(0, -0px);
  }
}

.floating1 {
  animation-name: floatingx;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.hamburguer-trigger-menu-icon {
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  /* transform: translateX(0) translateY(-50%); */
  width: 25px;
  height: 2px;
  top: -7px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  visibility: hidden;
}

.hamburguer-trigger-menu-icon span {
  background-color: #0f0e0e;
}

.hamburguer-trigger-menu-icon .hamburger-line-1 {
  top: -7px;
}

.hamburguer-trigger-menu-icon .hamburger-line-1 {
  width: 33%;
}

.hamburguer-trigger-menu-icon .hamburger-line-2 {
  width: 66%;
}

.hamburguer-trigger-menu-icon .hamburger-line-3 {
  top: 7px;
}

.oo:hover .hamburguer-trigger-menu-icon .hamburger-line-2,
.oo:hover .hamburguer-trigger-menu-icon .hamburger-line-1,
.hamburguer-trigger-menu-icon .hamburger-line-1:hover,
.hamburguer-trigger-menu-icon .hamburger-line-2:hover {
  width: 100%;
}

.hamburguer-trigger-menu-icon span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;

  right: 0;
  -webkit-transition: top 0.5s ease-in-out, width 0.2s, -webkit-transform 0.5s;
  transition: top 0.5s ease-in-out, width 0.2s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.5s ease-in-out, width 0.2s;
  transition: transform 0.5s, top 0.5s ease-in-out, width 0.2s;
  transition: transform 0.5s, top 0.5s ease-in-out, width 0.2s,
    -webkit-transform 0.5s;
  visibility: visible;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #eeeff2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #9ec700;
  display: block;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

.get h1 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #131212;
  font-weight: 500;
  text-align: left;
  /* font-family: 'Cormorant Garamond', serif; */
  font-family: "Rubik", sans-serif;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.en {
  padding: 3px 11px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  background: #12c5c3;
  margin-top: 15px;
  line-height: 20px;
  border-radius: 15px;
}

.en i {
  padding-left: 2px;
}

.mkdf-adv-sep-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 30px;
}

.mkdf-adv-sep-inner .mkdf-adv-sep-line {
  height: 1px;
  width: 160px;
  background-color: #d2981b;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.18, 0.89, 0.32, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: transform 1s cubic-bezier(0.18, 0.89, 0.32, 1);
  transform-origin: center;
  margin: auto;
}

.mkdf-adv-sep-inner .mkdf-adv-sep-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #d2981b;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.detail {
  margin-bottom: 40px;
}

.detail h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}

.detail h1 span {
  font-weight: 800;
}

.detail h4 {
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
}

.process {
  padding: 30px 0px;
  position: relative;
}

.quality {
  padding: 30px 0px;
}

.pizzaback {
  /*   background: url('../img/pizzaback.jpg') no-repeat;  */
  background-size: cover;
  padding: 30px 0px;
}

.pizza {
  border-radius: 50px;
  overflow: hidden;
}

footer {
  background-color: #343a40;

  position: relative;
  padding: 30px 0px 0px 0px;
}

.f-head {
  margin-bottom: 50px;
}

.f-head h1 {
  font-size: 16px;
  margin-top: 0px;
  padding-bottom: 18px;
  font-weight: 500;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  position: relative;
  /* font-family: montserrat,sans-serif; */
  font-family: "Raleway", sans-serif;
}

.f-head h1:before {
  position: absolute;
  content: "";
  width: 10%;
  height: 1px;
  background: #fff;
  left: 0px;
  bottom: 0px;
}

.f-widget2 h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  font-family: montserrat, sans-serif;
}

.f-widget2 h2 i {
  color: #fff;
}

.f-widget2 {
  padding: 0px;
  margin: 0px;
}

.copyright {
  padding: 15px 0px;
  position: relative;
  color: #fff;
  margin-top: 0px;
  border-top: 1px solid #555e67;
}

.copyrights-text {
  margin: 0px;
  font-size: 14px;
}

.client2 .slick-prev:before,
.client2 .slick-next:before {
  color: #171515;
}

.hh {
  box-shadow: 0px 5px 12px 0px rgba(11, 9, 64, 0.15);
  padding: 14px 0px;
  margin: 42px 0px;
}

.f-widget2 li {
  list-style: none;
  line-height: 25px;
  margin-bottom: 10px;
}

.f-widget2 li i {
  transition: 0.5s;
  color: #fff;
  padding-right: 14px;
}

.f-widget2 li a,
.f-head p {
  color: #fff;
  font-size: 14px;
}

.f-head2 li {
  list-style: none;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 12px;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.f-head2 {
  padding: 0px;
}

.f-head2 li i {
  position: absolute;
  font-size: 18px;

  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0px;
  text-align: center;
}

.foo {
  width: 14%;
  margin: auto;
}

.experienceback {
  padding: 50px 0px;
  background: #ebebeb;
}

.series {
  background: #f5f5f5;
  /* background-size: cover; */
  padding: 30px 0px 0px 0px;
  clear: both;
  display: flow-root;
}

.ss {
  padding: 0px 0px;
  margin: 23px 0px;
}

input[type="text"]:focus {
  outline: none;
}

.wgt-social {
  padding-left: 0;
}

.wgt-social li {
  list-style: none;

  margin-bottom: 0;
}

.wgt-social li a {
  letter-spacing: 3px;
  font-weight: 400;
  /* font-family: Raleway; */
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.wgt-social li i {
  font-size: 16px;
  color: #fff;
  /* padding-right: 5px; */
  width: 20%;
}

.footer-widget a i {
  margin-right: 20px;
  opacity: 0.8;
  font-size: 14px;
}

.rightfoo {
  text-align: right;
}

.gallery .fa {
  font-size: 30px;
}

.gallery h3 {
  font-size: 18px;
  background: #e81a46;
  padding: 0px 5px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: "Martel", serif;
  display: inline-block;
  line-height: 23px;
  letter-spacing: 6px;
}

.gl {
  position: relative;
  overflow: hidden;
}

.gl:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(29, 55, 80, 0.85);
}

.gl:hover:before {
  opacity: 1;
  top: 0%;
}

.gl h1 {
  color: #fff;
  width: 100%;
  position: absolute;
  font-size: 30px;
  left: 0%;
  top: 80%;
  opacity: 0;
  font-family: "Martel", serif;
  transition: 0.5s;
}

.gl:hover h1 {
  opacity: 1;
  left: 5%;
}

.poster3 {
  position: relative;
  margin-top: 20px;
}

.postersmallright {
  text-align: right;
  margin: 50px 50px 50px 0px;
}

.pline {
  position: relative;
}

.pline:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  left: -10%;
  top: 22%;
  background: #000;
}

.pline .big1 {
  position: absolute;
  font-size: 70px;
  color: #31751b26;
  left: -64%;
  bottom: 6%;
  line-height: 60px;
}

.postersmallright {
  text-align: right;
  margin: 50px 50px 50px 0px;
}

.postersmallright h3,
.postersmall h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #0d90c2;
  font-size: 14px;
  color: #535250;
  font-weight: 600;
  position: relative;
  /* padding-left: 7%; */
  background: #fff;
  display: inline-block;
  margin-top: 0px;
}

.postersmallright h1,
.postersmall h1 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #051d71;
  margin-top: 0px;
  line-height: 45px;
  padding-bottom: 10px;
  font-family: "Rubik", sans-serif;
}

.poster4 {
  position: relative;
}

.postersmall {
  margin: 50px 0px 50px 50px;
}

.pline2 {
  position: relative;
}

.pline2:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  right: -10%;
  top: 22%;
  background: #000;
}

.pline2 .big1 {
  position: absolute;
  font-size: 70px;
  color: #316b6a38;
  right: -62%;
  bottom: 3%;
  line-height: 60px;
}

.hot {
  text-align: center;
}

.hot h1 {
  font-size: 22px;
  font-weight: 400;
  transition: all 0.45s;
  z-index: 9;
  /* font-family: 'Raleway', sans-serif; */
  text-align: center;
  /* text-transform: uppercase; */
  text-align: center;
  width: 100%;
  font-family: "Rubik", sans-serif;
}

.hot h1 a {
  color: #000;
  border-top: 1px solid #c2bfbff0;
}

.hot {
  background: #fff;
  box-shadow: 18px 20px 9px -15px #ddd;
  position: relative;
  /* padding: 15px 0px; */
  /* border: 5px solid #ff858b; */
  margin-bottom: 25px;
}

.hot:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #9ec700a6;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.hot:hover:after {
  opacity: 1;
}

.tumm {
  position: absolute;
  top: 0%;
  left: 85%;
  z-index: 9;
  opacity: 0;
  transition: all 0.45s;
  width: 40px;
}

.tumm a {
  background: #fff;
  padding: 8px;
  color: #9ec700;
  margin-top: 10px;
}

.hot:hover .tumm {
  opacity: 1;
  top: 10%;
}

.hot:hover h1 {
  opacity: 1;
  bottom: 40%;
}

.infradetail {
  position: relative;
  top: 0;
  max-width: 350px;
  float: right;
  margin: -6% 19px 20px 0;
  padding: 10px 30px;
  background-color: #eeeff2;
  z-index: 1;
}

.infradetail h5 {
  font-size: 20px;
  color: #000;
}

.collection_title h2 {
  font-size: 70px;
}

.section-header__title {
  font-size: 40px;
  letter-spacing: 5px;
}

.collection_title h4 a {
  color: #ec1d25;
}

.hotpart {
  background: #f5f5f5;
}

.look-trand {
  padding: 50px 0px 50px 100px;
}

.look-trand h1 {
  font-weight: 800;
  font-size: 50px;
  margin: 0px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-family: montserrat, sans-serif;
}

.look-trand h3 {
  color: #000;
  font-weight: 300;
  font-size: 38px;
  text-transform: uppercase;
  /* font-family: 'Muli', sans-serif; */
  margin-top: 10px;
  font-family: montserrat, sans-serif;
}

.ff {
  margin: 5% 5% 0% 15%;
}

.look-trand:before {
  content: "";
  position: absolute;
  width: 13%;
  height: 3px;
  top: 13%;
  left: 0px;
  background: #ec1d25;
}

.lookdetail {
  padding: 30px 40px;
}

.lookdetail h3 {
  font-family: montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.lookdetail h3 span {
  font-weight: 600;
}

.white {
  color: #fff;
}

.lookbasewhite {
  display: inline-block;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  /* width: 100%; */
  display: table;
  table-layout: fixed;
  background: #e7e7e7;
}

.lookbaseblack {
  display: inline-block;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  /* width: 100%; */
  display: table;
  table-layout: fixed;
  background: #000;
}

.padd-0 {
  padding: 0px;
}

.aboutparr p {
  margin: 25px 0px;
  color: #0d90c2;
  font-size: 20px;
  text-align: left;
  background: #eaebeb;
  padding: 20px 40px;
  font-weight: 400;
  border-left: 4px solid #939696;
}

.line2 h3 {
  background: #efefef;
  padding: 10px;
  font-size: 18px;
}

.describe h3 {
  font-size: 17px;
}

.itemone {
  margin-top: 20%;
  margin-right: 10%;
  z-index: 1;
}

.itemdetail {
  overflow: hidden;
}

.itemover {
  position: relative;
}

.itemover:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -15%;
  right: -10%;
  width: 65%;
  height: 105%;
  border: 10px solid #fecd19;
  z-index: -1;
}

.itemtwo {
  margin-left: -35%;
  position: relative;
  z-index: -3;
}

.ho {
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s;
}

.ho:hover {
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}

.features-img {
  position: relative;
  margin-bottom: 45px;
}

.features-tag {
  height: 35px;
  width: 35px;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  line-height: 35px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #408858;
  box-shadow: 0px 16px 32px 0px rgba(113, 162, 94, 0.54);
  left: -13px;
  position: absolute;
  top: 18px;
}

.angle-icon {
  position: absolute;
  top: 27px;
  right: 9px;
}

.features-text h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
  color: #333;
}

.client {
  margin: 50px 0px;
}

blockquote {
  position: relative;
}

.elementor-icon {
  top: -20%;
  font-size: 40px;
  position: absolute;
}

.elementor-icon i {
  color: #d4d5da;
}

.posnew {
  margin-top: 30px;
  background: #ebeae9;
  background: url("../img/posnew/back.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
}

.why {
  margin: 5% 0% 5% 5%;
}

.whitebg {
  background: #fff;
  padding: 15px;
}

.elementor-column-wrap {
  background-color: #343a40;
  padding: 50px 50px;
  margin-left: -30%;
  color: #fff;
  position: relative;
  margin-top: 10%;
}

.elementor-column-wrap:after {
  content: "";
  position: absolute;
  left: 14%;
  top: 0%;
  height: 100%;
  width: 2px;
  background: #40484f;
  z-index: 0;
}

.gyan-service-list-item-inner {
  display: flex;
}

.gyan-list-items li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.gyan-list-items .gyan-servicelist-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  line-height: 100px;
}

.gyan-list-items .gyan-servicelist-icon-outer {
  border-style: solid;
  border-width: 2px;
  border-color: #40484f;
  border-radius: 100px;
  padding: 5px;
  margin-right: 30px;
}

.gyan-servicelist-content-wrapper h2 {
  font-size: 20px;
  color: #fff;
}

.gyan-list-items li:nth-child(1) .gyan-servicelist-icon-wrapper {
  background: #d83030;
}

.gyan-list-items li:nth-child(2) .gyan-servicelist-icon-wrapper {
  background: #f3a712;
}

.gyan-list-items li:nth-child(3) .gyan-servicelist-icon-wrapper {
  background: #408cd4;
}

.gyan-service-list-number {
  /* font-family: "Fira Sans"; */
  font-size: 33px;
  font-weight: 700;
}

.fl-icon-box-wrapper {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 30px 40px;
}

.fl-icon-box-wrapper .fl-content-wrapper {
  padding-left: 40px;
}

.working {
  background: url("../img/workback.png") no-repeat;
  background-size: cover;
  margin: 50px 0px;
}

.img-border {
  overflow: initial;
  margin-top: 7px;
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  margin: 10% 10%;
}

.img-border:after {
  position: absolute;
  content: "";
  top: -10px;
  left: -10%;
  bottom: -7px;
  /* right: 7px; */
  height: 121px;
  border: 2px solid #a8a8a9;
  width: 120%;
}

.img-border img {
  position: relative;
  z-index: 1;
  background: #e5e5e7;
}

.conback {
  background: url("../img/conback.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.testimonial-inner {
  text-align: center;
}

.testimonial-inner p {
  font-size: 18px;
  padding: 0px 50px 0 50px;
  /* line-height: 1.6em; */
  position: relative;
  width: 65%;
  margin: 30px auto 0px auto;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.testimonial-inner p:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  position: absolute;
  font-size: 23px;
  color: #fff;
  left: 0;
  top: 0;
}

.testimonial-inner p:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10e";
  position: absolute;
  font-size: 23px;
  color: #fff;
  right: 0;
  top: 0;
}

.testimonial-inner h4 {
  margin-top: 30px;
  color: #fff;
}

.ptb-50 {
  padding: 40px 0px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-120 {
  padding-top: 120px;
}

.hpt-about-2-area .about-2-bg-img-1 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.about-area-three {
  position: relative;
  padding: 40px 0;
  background: #f7f7f7;
}

.about-img-wrap-three {
  position: relative;
  text-align: center;
  padding-bottom: 90px;
}

.about-img-wrap-three img:nth-child(1) {
  border-radius: 100px 0 0 0;
}

.about-img-wrap-three img:nth-child(2) {
  border-radius: 0 50px 0 0;
  border: 8px solid #fff;
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 2;
}

.about-img-wrap-three .experience-wrap {
  width: 506px;
  display: flex;
  align-items: center;
  text-align: left;
  background: var(--bd-theme-2);
  border-radius: 0px 0px 0px 60px;
  padding: 30px 175px 30px 15px;
  position: absolute;
  left: -50px;
  bottom: 0;
}

.about-img-wrap-three .experience-wrap .title {
  margin-bottom: 0;
  text-align: center;
  font-size: 55px;
  line-height: 0.8;
  color: #fff;
  position: relative;
  padding-right: 13px;
  margin-right: 13px;
}

.about-img-wrap-three .experience-wrap .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #fff;
}

.about-img-wrap-three .experience-wrap p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.4;
}

.section-title-two span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  color: #0055ff;
  background: #e6eeff;
  border-radius: 50px;
  padding: 4px 13px;
  margin-bottom: 12px;
}

.section-title-two .title {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 2rem;
  color: #000000;
  margin-top: 0;
  line-height: 58px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.about-content-three p.info-one {
  margin-bottom: 10px;
}

.about-content-three p {
  color: #1c1b1b;
  font-size: 16px;
  line-height: 32px;
}

.section-title .title {
  margin-bottom: 0;
  font-size: 40px;
}

.section-title .title span {
  position: relative;
  z-index: 1;
}

.section-title .title {
  color: #d9111b;
  margin-bottom: 0;
  font-size: 19px;
  margin-top: 0;
}

.section-title .title span svg {
  position: absolute;
  width: 93%;
  left: auto;
  bottom: -6px;
  z-index: -1;
  right: 0;
  /* fill: #000; */
}

.btn-two {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.btn {
  z-index: 9999;
  user-select: none;
  -moz-user-select: none;
  background: #9ec700 none repeat scroll 0 0;
  /* border: 1px solid #ededed; */
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 19px 18px 18px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
  gap: 15px;
}

.btn svg {
  transition: all 0.3s ease-out 0s;
  width: 14px;
}

.btn svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.18s ease-out;
}

.btn svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)))
    translateY(var(--arrow-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.btn-two:hover,
.btn-two:focus-visible {
  background: #add906;
  color: #fff;
  border-color: #add906;
}

.btn:hover svg path:nth-of-type(1),
.btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(110%) translateY(calc(-1 * 100%));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.btn:hover svg path:nth-of-type(2),
.btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.grey-bg {
  background: #f0efeb;
}

.section__title-three {
  padding-top: 0;
}

.services__item-five {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.services__thumb-five {
  width: 133px;
  height: 80px;
  flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.services__thumb-five::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9ec700;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
}

.services__thumb-five img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__content-five {
  padding: 10px 30px;
  flex-grow: 1;
}

.services__content-five .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services__item-five:hover .services__thumb-five {
  width: 100%;
}

.services__item-five:hover .services__thumb-five::before {
  opacity: 1;
}

.services__item-five:hover .services__content-five {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  padding: 0;
}

.services__item-five:hover .services__content-five .title {
  color: #fff;
}

.services__item-five:hover .services__content-five .title a {
  text-decoration: underline;
  color: #fff;
}

.services__content-five .title a {
  color: #000;
}

.section-head {
  /* margin-bottom: 40px; */
}

.section-head.style-1 .sub-title {
  letter-spacing: 3px;
  position: relative;
  padding-right: 95px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #f3525a;
  font-size: 16px;
}

.section-head.style-1 .sub-title:after {
  content: "";
  height: 1px;
  width: 85px;
  background-color: #f1000c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.dz-team {
  transition: all 0.5s;
  /* margin-top: 25px; */
}

.dz-team.style-3 .dz-media {
  position: relative;
  overflow: hidden;
}

.overlay-shine .dz-media:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.dz-team .dz-media img {
  width: 100%;
}

.dz-team.style-3 .dz-media .team-social {
  position: absolute;
  left: 50%;
  bottom: -50px;
  display: flex;
  transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-3 .dz-media .team-social li {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.dz-team.style-3 .dz-media .team-social li a {
  background: var(--primary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  color: #fff;
}

.dz-team .dz-content {
  transition: all 0.5s;
  position: relative;
}

.dz-team.style-3 .dz-position {
  /* font-family: "Source Sans Pro", sans-serif; */
  font-weight: 400;
  text-transform: uppercase;
  color: #9ec700;
  letter-spacing: 3px;
  font-size: 15px;
}

.dz-team.style-3 .dz-position.line:before {
  content: "";
  position: relative;
  height: 1px;
  top: -5px;
  margin-left: -26px;
  margin-right: 10px;
  display: inline-block;
  width: 35px;
  background: #9ec700;
}

.dz-team .dz-name a {
  transition: all 0.5s;
  color: #000;
  font-size: 17px;
}

.overlay-shine:hover .dz-media:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.dz-team.style-3:hover .dz-media .team-social {
  bottom: 20px;
}

.about-left {
  position: relative;
}

.about-left::after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(50vw - 104px);
  left: 0;
  z-index: 0;
  background: #f8f8f8;
  bottom: -119px;
  background-image: url(../img/black-twill.png);
  opacity: 0.2;
}

.service-area {
  position: relative;
  z-index: 1;
}

.bg-light {
  background-color: rgba(87, 183, 192, 0.1) !important;
}

.content-inner-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-area:after {
  content: "";
  height: 35%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  background: #fff;
}

.section-head {
  /* margin-bottom: 40px; */
}

.section-head.style-1 .sub-title {
  letter-spacing: 3px;
  position: relative;
  padding-right: 95px;
  display: inline-block;
  color: #9ec700;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-family: "Saira Semi Condensed", sans-serif;
}

.section-head.style-1 .sub-title:after {
  content: "";
  height: 1px;
  width: 85px;
  background-color: #9ec700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.section-head.style-1 h2.title,
.section-head.style-1 .title.h2 {
  font-size: 45px;
  line-height: 1.1;
}

.section-head p {
  font-size: 15px;
  line-height: 25px;
}

.icon-bx-wraper.style-6 {
  background: #fff;
  padding: 40px 40px 70px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s;
  background-size: cover;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background-repeat: no-repeat;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  min-height: 415px;
}

.icon-bx-wraper.style-6 .icon-lg {
  line-height: 1;
  margin-bottom: 25px;
}

.icon-lg {
  display: inline-block;
  text-align: center;
}

.icon-bx-wraper.style-6 .icon-cell {
  color: #9ec700;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-lg i {
  vertical-align: middle;
  font-size: 60px;
}

.icon-content {
  overflow: hidden;
}

.icon-bx-wraper.style-6 .dz-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 25px;
  color: #000;
}

.icon-bx-wraper.style-6 .dz-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}

.icon-bx-wraper.style-6 .btn {
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 40px;
  justify-content: center;
  background: #9ec700;
}

.icon-bx-wraper.style-6 .btn i {
  font-size: 24px;
}

.content-inner-1 .btn:after {
  content: "";
  left: 0;
  border-radius: inherit;
  position: absolute;
  height: 100%;
  width: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.icon-bx-wraper.style-6:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-6:hover {
  box-shadow: 0 2px 60px 0 var(--rgba-primary-4);
  color: #fff;
}

.icon-bx-wraper.style-6:hover .icon-cell {
  color: #fff;
}

.icon-bx-wraper.style-6:hover .dz-title {
  color: #fff;
}

.icon-bx-wraper.style-6:hover:after {
  background: rgb(158 199 0 / 78%);
}

.icon-bx-wraper:hover .btn {
  background: #fff;
}

.icon-bx-wraper:hover .btn i {
  color: rgb(158 199 0);
}

.content-inner-1 .title {
  margin-bottom: 25px;
  margin-top: 25px;
}

.middle-banner-img-left {
  position: relative;
}

.middle-banner-content {
  position: absolute;
  top: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  flex-direction: column;
  /* align-items: center; */
}

.affix {
  z-index: 9999999 !important;
}

.why-p {
  margin-top: 25px;
}

.middle-banner-sec .sub-title {
  /* color: #fff !important; */
}

.middle-banner-sec .sub-title:after {
  /* background-color: #fff !important; */
}

.middle-banner-sec .section-title-two .title {
  font-size: 43px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}

.middle-banner-sec .section-title-two .title span {
  color: #9ec700;
  letter-spacing: 0.1em;
  text-transform: capitalize !important;
  font-size: 60px;
  font-weight: 600;
  display: inline-block;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.client-sec img {
  opacity: 0.5;
  filter: grayscale(1);
  transition: all 0.5s;
}

.client-sec img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.counter__area-four {
  position: relative;
}

.counter__bg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
}

.counter__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 7, 13, 0.53);
}

.section__title-three {
  padding-top: 0;
}

.section__title {
  position: relative;
  padding-top: 45px;
}

.section__title-three .sub-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f66300;
  line-height: 1;
  margin-bottom: 15px;
}

.section__title-three .title {
  font-weight: 500;
  text-transform: capitalize;
}

.section__title .title {
  font-size: 45px;
}

.section__title .title {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.counter__item-four {
  background: #f8f8f8;
}

.counter__item-three {
  border: 1px solid #ededed;
  background: #f8f8f8;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.counter__icon-three {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  line-height: 0;
  color: #000;
  font-size: 50px;
  margin-left: -1px;
  margin-top: -1px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.counter__content-three {
  padding: 45px 50px 45px;
}

.counter__content-three .count {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 0.8;
  font-weight: 400;
  display: -webkit-box;
  color: #000;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.counter__content-three p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.counter__item-three:hover {
  border-color: #9ec700;
}

.counter__item-three:hover .counter__icon-three {
  border-color: #9ec700;
  color: #9ec700;
}

.company__bg {
  background-size: cover;
  background-position: center;
  padding: 50px 0 50px;
  margin-top: 0;
}

.company__img {
  text-align: right;
  position: relative;
  padding-left: 80px;
}

.company__img img:nth-child(1) {
  height: 687px;
  object-fit: cover;
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

.company__img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 6%;
  width: 268px;
  height: 265px;
  border: 5px solid #fff;
  object-fit: cover;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.company__img img:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 10%;
  border: 5px solid #ffffff;
  width: 333px;
  height: 225px;
  object-fit: cover;
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.company__content {
  margin-right: 75px;
}

.section__title-three {
  padding-top: 0;
  position: relative;
}

.section__title-three .sub-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f66300;
  line-height: 1;
  margin-bottom: 15px;
}

.section__title.white-title .title {
  color: #fff;
}

.section__title-three .title {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
  margin: 0 0;
}

.company__content > p {
  margin-bottom: 30px;
  color: #979797;
}

.company__list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  background: #262626;
  border: 1px solid #2f2f2f;
}

.company__list-item .icon {
  width: 108px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ec700;
  font-size: 50px;
  line-height: 0;
  flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-right: 1px solid #2f2f2f;
}

.company__list-item .content {
  flex-grow: 1;
}

.company__list-item .content .title {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: 1px solid #2f2f2f;
}

.company__list-item .content p {
  margin-bottom: 0;
  padding: 17px 20px;
  color: #979797;
}

.company__list-item:last-child {
  margin-bottom: 0;
}

.company__area .title {
  color: #fff;
}

.footer__bg {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  margin-top: 25px;
}

.footer__inner-wrap {
  border: 1px solid #272727;
  background: #1a1a1a;
  box-shadow: 0px 19px 53px 0px rgba(0, 0, 0, 0.05);
}

.footer__top-three {
  padding: 50px 120px 50px 80px;
  border-bottom: 1px solid #272727;
}

.footer__logo-two {
  margin-bottom: 0;
}

.footer__logo img {
  max-height: 100%;
  width: 37%;
}

.footer__content-two p {
  margin-bottom: 0;
  width: 95%;
  color: #a3a3a3;
}

.footer__social-two .list-wrap {
  justify-content: flex-end;
}

.footer__social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-wrap li {
  list-style: none;
}

.footer__social-two .list-wrap li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #36393f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}

.footer__info-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #272727;
  flex-wrap: wrap;
}

.footer__info-item {
  width: 33.33%;
  flex: 0 0 auto;
  border-right: 1px solid #272727;
  padding: 48px 40px 48px 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__info-item .icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #9ec700;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 0;
}

.footer__info-item .content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #a3a3a3;
  margin-bottom: 8px;
}

.footer__info-item .content .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}

.footer__bottom-three {
  padding: 22px 80px;
}

.footer__bottom-menu-three .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 35px;
  flex-wrap: wrap;
}

.footer__bottom-menu-three .list-wrap li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.copyright-text-two {
  text-align: right;
}

.copyright-text-two p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.footer__info-item .content .title a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}

.rightside li i {
  color: #fff;
}

.navbar-nav li.active a {
  color: #ffffff !important;
  border-bottom: 1px solid;
}

header .row {
  display: flex;
  align-items: center;
}

.nav > li > a {
  padding: 0;
}

/* .services__area-four {
    background-image: url(../img/categories-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 24%;
} */
.services__area-four {
  position: relative;
}

.rice-bag-img {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.floating1 {
  animation-name: floatingx;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floatingx {
  from,
  to {
    transform: translate(0, 0);
  }

  65% {
    transform: translate(15px, 0);
  }
}

.rice-bag-img img {
  width: 64%;
  opacity: 0.5;
}

.client-sec {
  padding-top: 40px;
  padding-bottom: 0;
}

header h1 {
  margin: 0;
}

.navbar-nav > li {
  padding: 25px 10px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #9ec700;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #e3ff78;
}

.what-we-offer-sec p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.what-we-offer-sec p i {
  position: absolute;
  left: 0;
  color: #9ec700;
  font-size: 23px;
  top: 0;
}
.header {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99;
  padding: 5px 0px;
}
.header .item-left {
  flex: 0 0 17%;
}
.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
.header .item-center {
  flex: 0 0 66%;
}
.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 19px;
}
.header .menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
  list-style: none;
  text-align: left;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #a9d500;
  /* border-right: 1px solid; */
}
/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

.header-item {
  text-align: right;
}

.logo {
  width: 70%;
}
.header .menu > ul > li .sub-menu > ul > li:hover a {
  border-bottom: 2px solid #9ec700;
}

.img-fluid {
  width: 100%;
}
.mobile-slider {
  display: none;
}

.client-carousel.network {
  margin: 30px 0 10px;
  padding: 20px 0;


  .client-carousel__one__item {
    border: 1px solid #ee5356;
    text-align: center;
    border-radius: 24px;
    padding: 12px 0;


    a {
      color: #fff;
    }
  }
}

.client-carousel.network .client-carousel__one .owl-stage-outer {
  padding-bottom: 0;
}

.network.bgc-secondary {
  background-color: transparent;
}

.featured-icon i {
    font-size: 22px;
    color: #fff;
    filter: drop-shadow(2px 2px 0px #888);
}

 


.social-icons{
    display:flex;
    gap:12px;
}

.social-icons .icon {
    width: 36px;
    height: 36px;
    background: #ee5356;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.social-icons .icon i{
    color:#fff;
    font-size:17px;
}

.social-icons .icon:hover{
    background:#ff6600;
    transform:translateY(-3px);
}

.fixed-contact{
    position:fixed;
    right:0;
    top:50%;
    transform:translateY(-50%);
    z-index:99999;
}

/* Get In Touch */

.touch-btn {
    position: relative;
    border: 2px solid #e16265;
    width: 39px;
    height: 128px;
    background: #ee5356;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 16px;
    left: 8px;
    top: -18px;
}
.touch-btn span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    letter-spacing:1px;
}

/* Icons */

.contact-btn
  {
    width: 47px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    border-radius: 35px 0 0 35px;
    margin: 0px 0;
    transition: .3s;
}

.phone{
    background:#2f80ff;
}

.whatsapp{
    background:#22c55e;
}

.mail{
    background:#ff7a1a;
}
.omp-modal{
    border:none;
    border-radius:12px;
    overflow:hidden;
    position:relative;
}

.omp-body{
    padding:35px;
}

.omp-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 17px;
    font-family: cursive;
    letter-spacing: 1px;
    color: #ee5356;
}

.omp-label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.omp-label span{
    color:#e60000;
}

.omp-input,
.omp-select{
    height:48px;
    border-radius:6px;
    box-shadow:none;
}

.omp-textarea{
    resize:none;
    min-height:120px;
    border-radius:6px;
}

.omp-code{
    background:#fff;
    font-weight:600;
}

.omp-captcha{
    border:1px solid #ddd;
    border-radius:5px;
    padding:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.omp-submit-btn{
    width:100%;
    height:50px;
    border:none;
    background:#111;
    color:#fff;
    border-radius:5px;
    font-weight:600;
    transition:.3s;
}

.omp-submit-btn:hover{
    background:#d40000;
}

.omp-close-btn{
    position:absolute;
    top:15px;
    right:15px;
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#111;
    color:#fff;
    z-index:10;
}

.omp-close-btn:hover{
    background:#d40000;
}


.enquery {
    background: #ffff;
    padding: 26px;
}