/*================= Tile Solutions ===============*/
/*Global CSS Starts*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h5,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
  display: block;
  margin: 0;
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 10px;
  scroll-behavior: smooth; }

img,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none; }

::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  background-color: #cee7f4;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c6aa6a; }

/* Flexible Embedded Videos */
a {
  text-decoration: none !important;
  outline: none;
  color: #000 !important; }
  a:hover {
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  a:active, a:focus {
    color: #000 !important;
    outline: 0;
    border: 0;
    text-decoration: none; }

input {
  border: none;
  background: #fff;
  height: 50px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 12px !important;
  outline: none;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out; }
  input:hover {
    background: #ececec; }
  input:focus {
    outline: none !important;
    box-shadow: none !important; }
  input::placeholder {
    color: #434244 !important; }

select {
  border: none;
  background: #fff;
  height: 50px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 12px !important;
  outline: none;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out; }
  select:hover {
    background: #ececec; }
  select:focus {
    outline: none !important;
    box-shadow: none !important; }
  select::placeholder {
    color: #434244 !important; }

textarea {
  border: none;
  background: #fff;
  height: 150px !important;
  margin: 0 0 10px 0 !important;
  font-size: 12px !important;
  outline: none;
  resize: none !important;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px !important; }
  textarea:hover {
    background: #ececec; }
  textarea:focus {
    outline: none !important;
    box-shadow: none !important; }
  textarea::placeholder {
    color: #434244 !important; }

label {
  width: 100%;
  text-align: left;
  font-weight: 600; }

input[type=file] {
  width: 100%;
  max-width: 100%;
  color: #434244;
  background: transparent !important;
  border: none !important;
  margin-top: 7px !important;
  padding: 0 !important;
  border-radius: 0 !important; }

input[type=file]::file-selector-button {
  border: none;
  background: #fff;
  padding: 10px 20px;
  color: #434244;
  cursor: pointer;
  transition: background .2s ease-in-out;
  border-radius: 0 !important; }

input[type=file]::file-selector-button:hover {
  background: #ececec; }

input,
textarea,
select {
  border: 0;
  margin: 0;
  outline: none;
  color: #434244 !important;
  transition: all 0.2s ease-in-out; }

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  transition: all 0.2s ease-in-out; }

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #434244 !important; }

input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 0px !important;
  color: #434244;
  font-family: "Inter", sans-serif !important; }

/* list */
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 0; }

/*Global CSS Ends*/
body {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #434244 !important;
  font-family: "Inter", sans-serif !important; }

.container {
  max-width: 1200px !important; }

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee8de; }
  header .menubar-area {
    background: #fff;
    padding: 10px 0; }
  header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
  header .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  header .nav-link {
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px;
    padding: 0 !important;
    color: #1c3354 !important;
    display: inline-block !important;
    position: relative !important;
    white-space: nowrap; }
    header .nav-link:hover {
      color: #c6aa6a !important; }
    header .nav-link:after {
      position: absolute;
      bottom: 2px;
      left: -4px;
      content: '';
      width: 0;
      margin: 0 auto;
      border-radius: 2px;
      z-index: 1;
      transition: width 0.25s ease-out; }
    header .nav-link:hover:after {
      border-radius: 5px 5px 0px 0px;
      width: 100%; }
  header .navbar-collapse {
    flex-basis: auto; }
  header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #c6aa6a;
    animation: 0.3s ease 0s 1 alternate none running fadeIn;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    top: 50px;
    padding: 15px 20px;
    width: 300px; }
    header .dropdown-menu li:last-child {
      border-bottom: none; }
    header .dropdown-menu li.menu-item-has-children a.dropdown-toggle {
      vertical-align: middle; }
    header .dropdown-menu .dropdown-item {
      font-size: 11px;
      line-height: 25px;
      text-transform: uppercase;
      padding: 0;
      position: relative;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      header .dropdown-menu .dropdown-item a {
        padding: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      header .dropdown-menu .dropdown-item:hover {
        background: url(../images/line.svg) left center no-repeat;
        color: #c6aa6a !important;
        margin-left: 0;
        padding-left: 25px; }

.menuarea-sec {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .menuarea-sec .navbar-brand {
    padding: 0;
    margin: 0; }
    .menuarea-sec .navbar-brand img {
      width: 85%;
      height: auto; }
  .menuarea-sec .socialdetail ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    gap: 15px; }
    .menuarea-sec .socialdetail ul li {
      padding: 0;
      margin: 0;
      white-space: nowrap; }

.navbar-expand-lg .navbar-nav .active a.nav-link {
  color: #c6aa6a !important; }

header .dropdown-menu .active a.dropdown-item {
  color: #c6aa6a !important; }

header .nav-link.dropdown-toggle {
  margin: 0;
  line-height: 30px; }

header .dropdown-menu .dropdown-item span.arrowicon.arrowicon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropdown.areacovered .dropdown-menu {
  height: 580px;
  overflow-y: scroll; }

.banner-area {
  background: url(../images/banner-bg.webp) repeat-x 0 0;
  background-size: cover;
  position: relative;
  padding: 20px 0 0 0; }
  .banner-area h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    text-shadow: 2px 2px 7px #00000059 !important;
    font-family: "Corinthia", cursive;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center; }
    .banner-area h1 span {
      color: #c6aa6a; }
    .banner-area h1.sub-txt {
      text-transform: capitalize; }
  .banner-area p {
    font-size: 27px;
    line-height: 32px;
    font-weight: 300;
    text-align: left;
    text-transform: capitalize;
    padding-right: 100px;
    color: #fff;
    text-transform: capitalize; }
  .banner-area .banner-carousel {
    position: relative; }
    .banner-area .banner-carousel .item {
      height: 100%;
      padding-top: 50px;
      padding-bottom: 0;
      min-height: auto;
      background-size: cover;
      background-position: center;
      position: relative; }
      .banner-area .banner-carousel .item .banner-img {
        position: relative; }
      .banner-area .banner-carousel .item .bannertext {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .banner-area .banner-carousel .owl-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      z-index: 9;
      width: 100%;
      position: absolute;
      top: 50%; }
      .banner-area .banner-carousel .owl-nav .owl-prev {
        background: #fff;
        padding: 10px 20px;
        border: none; }
        .banner-area .banner-carousel .owl-nav .owl-prev span {
          font-size: 20px; }
      .banner-area .banner-carousel .owl-nav .owl-next {
        background: #fff;
        padding: 10px 20px;
        border: none; }
        .banner-area .banner-carousel .owl-nav .owl-next span {
          font-size: 20px; }
  .banner-area .banner-btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; }

.inner-banner-area {
  position: relative;
  padding: 20px 0 0 0; }
  .inner-banner-area img {
    width: 100%;
    height: 550px;
    object-fit: cover; }
  .inner-banner-area .inner-ban-style {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .inner-banner-area .inner-ban-style .box {
      position: relative;
      background: #fff;
      width: fit-content;
      text-align: center;
      margin: 0 auto;
      padding: 40px 40px 30px 40px; }
      .inner-banner-area .inner-ban-style .box h2 {
        font-family: "Inter", sans-serif;
        text-transform: uppercase;
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        color: #013354;
        padding-bottom: 20px;
        margin: 0; }
      .inner-banner-area .inner-ban-style .box .title {
        font-size: 50px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Corinthia", cursive;
        text-transform: capitalize;
        padding: 0 20px;
        z-index: 2;
        color: #013354;
        margin: 0 auto;
        background: #fff;
        width: fit-content; }

.breadcrumb {
  background: #000000;
  padding: 10px 0 !important;
  margin: 0 !important;
  display: block; }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    gap: 5px; }
    .breadcrumb ul li {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      font-family: "Inter", sans-serif;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      color: #fff;
      position: relative;
      gap: 5px; }
      .breadcrumb ul li a {
        color: #fff !important; }
        .breadcrumb ul li a.active {
          color: #c6aa6a !important; }
        .breadcrumb ul li a:hover {
          color: #8c6f2b !important; }
      .breadcrumb ul li:after {
        content: '';
        position: relative;
        top: 4px;
        background: url(../images/breadcrumb-icon.svg) no-repeat;
        width: 12px !important;
        height: 10px;
        margin: 0 3px; }
      .breadcrumb ul li:last-child:after {
        background: none; }
    .breadcrumb ul nav.breadcrumb {
      margin: 0; }
      .breadcrumb ul nav.breadcrumb ul {
        padding: 0;
        margin: 0; }

.main-content-section {
  padding-top: 80px; }
  .main-content-section h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Corinthia", cursive;
    padding-bottom: 20px; }
  .main-content-section .content-area {
    margin-bottom: 80px; }
    .main-content-section .content-area .contentpane {
      text-align: center !important; }
      .main-content-section .content-area .contentpane h2 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 300;
        font-family: "Inter", sans-serif !important;
        text-align: center;
        color: #013354;
        width: 100%; }
      .main-content-section .content-area .contentpane Strong {
        padding: 0;
        margin: 0;
        font-size: 25px;
        line-height: 1.5;
        color: #013354;
        font-weight: 300;
        margin-top: 40px; }
    .main-content-section .content-area .smcontentpane {
      font-size: 30px;
      line-height: 40px;
      font-weight: 300;
      text-align: center;
      color: #013354;
      width: 100%; }
    .main-content-section .content-area .tile-section {
      position: relative;
      padding: 20px;
      text-align: center;
      overflow: hidden; }
      .main-content-section .content-area .tile-section .content {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding-bottom: 20px;
        margin-bottom: 0px !important;
        color: #434244;
        font-family: "Inter", sans-serif !important;
        margin: 0 auto; }
        .main-content-section .content-area .tile-section .content a {
          font-weight: 500 !important; }
        .main-content-section .content-area .tile-section .content p:last-child {
          margin: 0;
          padding: 0; }
        .main-content-section .content-area .tile-section .content .description Strong {
          padding: 0;
          margin: 0;
          font-size: 25px;
          line-height: 1.5;
          color: #c6aa6a;
          font-weight: 300;
          margin-top: 40px; }
      .main-content-section .content-area .tile-section .description {
        font-size: 18px;
        line-height: 1.9;
        color: #434244;
        margin-bottom: 0;
        padding: 0; }
        .main-content-section .content-area .tile-section .description .inner-desc {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          gap: 20px;
          padding-top: 40px; }
          .main-content-section .content-area .tile-section .description .inner-desc .content p {
            text-align: left;
            font-size: 18px;
            line-height: 1.9;
            color: #434244; }
            .main-content-section .content-area .tile-section .description .inner-desc .content p:last-child {
              margin-bottom: 0;
              padding-bottom: 0; }
          .main-content-section .content-area .tile-section .description .inner-desc .image-area {
            padding: 0;
            margin: 0; }
      .main-content-section .content-area .tile-section .corner {
        position: absolute;
        width: 18px;
        height: 18px;
        border-color: #d1a255; }
      .main-content-section .content-area .tile-section .top-left {
        top: 15px;
        left: 0;
        border-top: 2px solid #d1a255;
        border-left: 2px solid #d1a255; }
      .main-content-section .content-area .tile-section .bottom-right {
        right: 0;
        bottom: 0;
        border-bottom: 2px solid #d1a255;
        border-right: 2px solid #d1a255; }
  .main-content-section .gencontentpanel.thankyyoupage {
    text-align: center !important; }
  .main-content-section .gencontentpanel p {
    padding-bottom: 10px; }
  .main-content-section .gencontentpanel h4 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: left !important;
    color: #013354;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  .main-content-section .gencontentpanel Strong {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #c6aa6a;
    font-weight: 300; }
  .main-content-section .gencontentpanel ul {
    margin: 0;
    padding: 10px 0 10px 0; }
    .main-content-section .gencontentpanel ul li {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      font-family: "Inter", sans-serif;
      color: #434244;
      position: relative;
      padding-left: 20px;
      padding-bottom: 0;
      text-align: left; }
      .main-content-section .gencontentpanel ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        background: url(../images/circle.svg) no-repeat;
        width: 12px;
        height: 12px; }
      .main-content-section .gencontentpanel ul li span {
        font-size: 14px;
        line-height: 24px;
        color: #013354;
        display: block; }
  .main-content-section .gencontentpanel ol {
    margin: 0;
    padding: 10px 0 10px 0; }
    .main-content-section .gencontentpanel ol li {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      font-family: "Inter", sans-serif;
      color: #013354;
      position: relative;
      padding-left: 20px;
      padding-bottom: 15px;
      text-align: left; }
      .main-content-section .gencontentpanel ol li:before {
        position: absolute;
        top: 3px;
        left: 0;
        content: '';
        background: url(../images/circle.svg) no-repeat;
        width: 12px;
        height: 12px; }
  .main-content-section .highlight {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #c6aa6a;
    text-align: center;
    margin-top: 40px; }
  .main-content-section .genhighlight h3 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 300;
    padding-bottom: 20px;
    color: #c6aa6a;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    text-align: left; }
  .main-content-section .genhighlight p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    color: #013354; }
    .main-content-section .genhighlight p:last-child {
      padding: 0;
      margin: 0; }
  .main-content-section .manufacturer-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: center; }
    .main-content-section .manufacturer-section .manufacturer-list {
      padding-bottom: 80px;
      display: grid;
      gap: 20px;
      grid-template-columns: 2fr 2fr 2fr; }
      .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid {
        display: block;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 14rem), 1fr));
        grid-gap: var(--auto-grid-gap, 0); }
        .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          height: 338px;
          position: relative;
          padding: 15px 30px;
          color: #ffffff;
          backface-visibility: hidden;
          text-decoration: none;
          overflow: hidden;
          border: 1px solid #eee8de; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: 300ms opacity linear; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies > * {
            z-index: 1; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            z-index: -1;
            object-fit: cover;
            filter: brightness(100%);
            transition: filter 200ms ease, transform 250ms linear; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies a {
            color: #fff;
            text-decoration: none; }
            .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies a:hover {
              color: #fff;
              text-decoration: none; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies span {
            transform: translateY(10ex); }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies .rt-tagbx span {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600 !important;
            padding: 0;
            font-weight: normal;
            color: #fff;
            display: inline-block;
            opacity: 1;
            transform: translate(0px, 0);
            will-change: transform;
            transition: 300ms opacity linear, 300ms transform ease-in-out; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies .arrow img {
            padding: 0;
            width: 150px;
            height: 36px;
            font-weight: normal;
            color: #fff;
            display: inline-block;
            opacity: 1;
            transform: translate(0px, -100%);
            will-change: transform;
            transition: 300ms opacity linear, 300ms transform ease-in-out; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies:hover img {
            transform: scale(1.09) rotate(0);
            filter: brightness(0.3) contrast(1.3) sepia(1) hue-rotate(175deg) saturate(4); }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies:hover .rt-tagbx span {
            opacity: 1;
            transform: translate(0px, -100%);
            color: #fff;
            text-decoration: none;
            will-change: transform, opacity;
            transition: 300ms opacity linear, 300ms transform ease-in-out; }
          .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies:hover .arrow img {
            opacity: 1;
            transform: translate(180px, 400%);
            color: #fff;
            text-decoration: none;
            filter: inherit;
            will-change: transform, opacity;
            transition: 300ms opacity linear, 300ms transform ease-in-out; }
  .main-content-section .storyarea {
    position: relative;
    background: url(../images/abtbg.webp) top center no-repeat;
    background-size: contain;
    margin: 0; }
    .main-content-section .storyarea .storycard {
      margin: 40px 0;
      display: grid;
      grid-template-columns: 2fr 2fr 2fr;
      gap: 20px; }
      .main-content-section .storyarea .storycard .card {
        border: 5px solid #eee8de;
        background: #fff;
        padding: 20px; }
        .main-content-section .storyarea .storycard .card .heading {
          font-size: 24px;
          line-height: 30px;
          font-weight: 600 !important;
          background: #eee8de;
          padding: 10px 0;
          color: #013354;
          text-align: center;
          margin-bottom: 40px; }
        .main-content-section .storyarea .storycard .card .card-content {
          border-bottom: 1px solid #eee8de;
          padding-bottom: 40px; }
          .main-content-section .storyarea .storycard .card .card-content p {
            margin: 0;
            line-height: 24px; }
            .main-content-section .storyarea .storycard .card .card-content p:last-child {
              padding: 0;
              margin: 0; }
    .main-content-section .storyarea .presenter-colm {
      padding-top: 80px;
      padding-bottom: 80px;
      display: grid;
      grid-template-columns: 2fr 2fr;
      gap: 20px; }
      .main-content-section .storyarea .presenter-colm .presenter {
        border: 5px solid #eee8de;
        background: #fff; }
        .main-content-section .storyarea .presenter-colm .presenter img {
          width: 100%;
          object-fit: cover; }
  .main-content-section .manufacturer-profile-area {
    padding-bottom: 80px;
    position: relative;
    text-align: center; }
    .main-content-section .manufacturer-profile-area .manufacturer-list {
      padding-bottom: 0;
      display: grid;
      gap: 20px;
      grid-template-columns: 2fr 2fr 2fr; }
      .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid {
        display: block;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 14rem), 1fr));
        grid-gap: var(--auto-grid-gap, 0); }
        .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          height: 338px;
          position: relative;
          padding: 15px 30px;
          color: #ffffff;
          backface-visibility: hidden;
          text-decoration: none;
          overflow: hidden;
          border: 2px solid #eee8de; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies.active {
            background: #cec9c094; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: 300ms opacity linear; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies > * {
            z-index: 1; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            z-index: -1;
            object-fit: cover;
            transition: all 0.3s ease-in-out; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies a {
            color: #fff;
            text-decoration: none; }
            .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies a:hover {
              color: #fff;
              text-decoration: none; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies span {
            transform: translateY(10ex); }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies .rt-tagbx span {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600 !important;
            padding: 0;
            font-weight: normal;
            color: #fff;
            display: inline-block;
            opacity: 1;
            transform: translate(0px, 0);
            will-change: transform;
            transition: 300ms opacity linear, 300ms transform ease-in-out; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies:hover {
            background: #cec9c094;
            transition: all 0.3s ease-in-out; }
            .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies:hover .rt-tagbx span {
              opacity: 1;
              transform: translate(0px, -100%);
              color: #fff;
              text-decoration: none;
              will-change: transform, opacity;
              transition: 300ms opacity linear, 300ms transform ease-in-out; }
            .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .rt-case-studies:hover:focus {
              background: #c6aa6a78;
              transition: all 0.3s ease-in-out; }
        .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-header {
          border-bottom: none; }
        .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-content {
          border: 8px solid #eee8de; }
        .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body h2 {
          font-size: 24px;
          line-height: 30px;
          font-weight: 600 !important;
          text-align: left;
          font-family: "Inter", sans-serif;
          padding: 0;
          font-weight: normal; }
        .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body p {
          text-align: left;
          margin: 0; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body p:last-child {
            margin: 0;
            padding: 0; }
        .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body a {
          text-decoration: underline !important;
          font-weight: 500; }
        .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 20px; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popimg {
            min-width: 200px;
            padding: 0;
            margin: 0; }
            .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popimg img {
              object-fit: cover;
              width: 100%;
              height: 200px; }
          .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popdesc {
            text-align: left !important;
            flex: 1; }
            .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popdesc strong {
              font-weight: 500; }
            .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popdesc p {
              text-align: left;
              margin: 0; }
              .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popdesc p:last-child {
                margin: 0;
                padding: 0; }
  .main-content-section .faq-sec {
    padding-top: 40px; }
    .main-content-section .faq-sec .accordion-button {
      font-family: "Inter", sans-serif;
      font-size: 20px;
      line-height: 30px;
      font-weight: 300;
      color: #013354;
      padding: 10px 30px; }
    .main-content-section .faq-sec .accordion {
      padding-bottom: 40px; }
      .main-content-section .faq-sec .accordion .accordion-item {
        border-top: 1px solid #c6aa6a !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important; }
        .main-content-section .faq-sec .accordion .accordion-item h2 {
          margin: 0 !important;
          padding: 0 !important; }
        .main-content-section .faq-sec .accordion .accordion-item .accordion-body {
          border: 1px solid #c6aa6a !important;
          padding: 30px; }
          .main-content-section .faq-sec .accordion .accordion-item .accordion-body ul {
            padding-bottom: 15px;
            margin: 0; }
            .main-content-section .faq-sec .accordion .accordion-item .accordion-body ul li {
              position: relative;
              display: block;
              line-height: 30px; }
              .main-content-section .faq-sec .accordion .accordion-item .accordion-body ul li:before {
                content: '';
                position: relative;
                display: inline-block;
                top: 2px;
                background: url(../images/arrow.svg) no-repeat;
                width: 12px;
                height: 12px;
                margin: 0; }
          .main-content-section .faq-sec .accordion .accordion-item .accordion-body ol {
            padding-bottom: 15px;
            margin: 0; }
            .main-content-section .faq-sec .accordion .accordion-item .accordion-body ol li {
              position: relative;
              display: block;
              line-height: 30px; }
              .main-content-section .faq-sec .accordion .accordion-item .accordion-body ol li:before {
                content: '';
                position: relative;
                display: inline-block;
                top: 2px;
                background: url(../images/arrow.svg) no-repeat;
                width: 12px;
                height: 12px;
                margin: 0; }
          .main-content-section .faq-sec .accordion .accordion-item .accordion-body p {
            margin: 0;
            padding-bottom: 15px; }
            .main-content-section .faq-sec .accordion .accordion-item .accordion-body p strong {
              font-size: 18px;
              line-height: 24px;
              font-weight: 500; }
      .main-content-section .faq-sec .accordion .accordion-button::after {
        background-image: url(../images/plus.svg);
        width: 20px;
        height: 20px;
        background-size: cover;
        transition: all 0.5s; }
      .main-content-section .faq-sec .accordion .accordion-button:not(.collapsed) {
        background: #013355;
        color: #fff; }
      .main-content-section .faq-sec .accordion .accordion-button:not(.collapsed)::after {
        background-image: url(../images/minus.svg);
        width: 20px;
        height: 20px;
        background-size: cover; }
      .main-content-section .faq-sec .accordion .accordion-button::after {
        transition: all 0.5s; }
  .main-content-section .project-list {
    display: grid;
    gap: 40px;
    grid-template-columns: 2fr 2fr; }
    .main-content-section .project-list .projectbox {
      text-align: center; }
      .main-content-section .project-list .projectbox h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600 !important;
        text-align: center; }
      .main-content-section .project-list .projectbox .rt-auto-case-grid {
        padding-bottom: 20px;
        display: block;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 14rem), 1fr));
        grid-gap: var(--auto-grid-gap, 0); }
        .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          height: 515px;
          position: relative;
          padding: 15px 30px;
          color: #ffffff;
          backface-visibility: hidden;
          text-decoration: none;
          overflow: hidden;
          border: 1px solid #eee8de; }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: 300ms opacity linear; }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies > * {
            z-index: 1; }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            z-index: -1;
            object-fit: cover;
            filter: brightness(100%);
            transition: filter 200ms ease, transform 250ms linear; }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies a {
            color: #fff;
            text-decoration: none; }
            .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies a:hover {
              color: #fff;
              text-decoration: none; }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies span {
            transform: translateY(10ex); }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies .arrow img {
            padding: 0;
            width: 150px;
            height: 36px;
            font-weight: normal;
            color: #fff;
            display: inline-block;
            opacity: 1;
            transform: translate(0px, -100%);
            will-change: transform;
            transition: 300ms opacity linear, 300ms transform ease-in-out; }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies:hover img {
            transform: scale(1.09) rotate(0);
            filter: brightness(0.3) contrast(1.3) sepia(1) hue-rotate(175deg) saturate(4); }
          .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies:hover .arrow img {
            opacity: 1;
            transform: translate(350px, 665%);
            color: #fff;
            text-decoration: none;
            filter: inherit;
            will-change: transform, opacity;
            transition: 300ms opacity linear, 300ms transform ease-in-out; }
  .main-content-section .project-area {
    padding-top: 40px;
    padding-bottom: 80px; }
    .main-content-section .project-area .proj-desc-area {
      background: #eee8de;
      position: relative; }
      .main-content-section .project-area .proj-desc-area .product-imgbx {
        text-align: right; }
        .main-content-section .project-area .proj-desc-area .product-imgbx img {
          width: 100%; }
      .main-content-section .project-area .proj-desc-area .Product-detail-bx {
        background: #fff;
        position: absolute;
        padding: 40px;
        width: 40%;
        top: 25%;
        left: 10%; }
        .main-content-section .project-area .proj-desc-area .Product-detail-bx p:last-child {
          padding: 0;
          margin: 0; }
    .main-content-section .project-area .prod-cards {
      margin-top: 60px;
      display: grid;
      gap: 20px;
      grid-template-columns: 2fr 2fr; }
      .main-content-section .project-area .prod-cards .card {
        padding: 0;
        margin: 0; }
        .main-content-section .project-area .prod-cards .card img {
          object-fit: cover;
          height: 515px; }
  .main-content-section .team-area {
    padding-top: 40px;
    padding-bottom: 0; }
    .main-content-section .team-area .memebers {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #eee8de;
      padding: 0;
      margin: 0 0 40px 0; }
      .main-content-section .team-area .memebers:last-child {
        margin: 0; }
      .main-content-section .team-area .memebers .mem-img {
        padding: 0;
        margin: 0; }
        .main-content-section .team-area .memebers .mem-img img {
          width: 100%; }
      .main-content-section .team-area .memebers .memdetailsbx {
        padding: 80px; }
        .main-content-section .team-area .memebers .memdetailsbx .mem-details {
          padding: 40px;
          background: #fff; }
          .main-content-section .team-area .memebers .memdetailsbx .mem-details h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600 !important;
            text-align: left;
            padding-bottom: 15px; }
          .main-content-section .team-area .memebers .memdetailsbx .mem-details p:last-child {
            padding: 0;
            margin: 0; }
  .main-content-section .gencontent {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative; }
  .main-content-section .bookpresent {
    font-size: 50px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Corinthia", cursive;
    text-transform: capitalize;
    margin-bottom: -25px;
    padding: 0 30px;
    z-index: 2;
    color: #fff;
    margin: 0 auto;
    width: fit-content;
    background: #c6aa6a;
    border: 5px solid #eee8de;
    padding: 50px; }
    .main-content-section .bookpresent a {
      color: #fff !important; }
  .main-content-section .Video-pg {
    display: grid;
    gap: 10px;
    grid-template-columns: 2fr 2fr; }
    .main-content-section .Video-pg .video-card {
      border: 5px solid #eee8de;
      border-radius: 10px;
      background: #fff;
      padding: 8px; }
      .main-content-section .Video-pg .video-card iframe {
        width: 100%; }

.video-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee8de;
  position: relative; }
  .video-section h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600 !important;
    color: #013354;
    padding-bottom: 15px; }
  .video-section .gen-stylish-head {
    margin-top: -160px; }
  .video-section iframe {
    margin-bottom: 10px; }

.innerall {
  padding-top: 80px;
  padding-bottom: 80px; }
  .innerall .inner-404-content {
    padding-top: 60px; }
    .innerall .inner-404-content .contentBx {
      text-align: center; }
      .innerall .inner-404-content .contentBx p {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
        color: #2e5c57;
        padding: 0;
        margin: 30px 0 0 0; }

.latestnews {
  padding-top: 80px;
  padding-bottom: 80px; }
  .latestnews .newsletterpane {
    display: grid;
    gap: 0;
    grid-template-columns: 2fr 2fr 2fr; }
    .latestnews .newsletterpane .holder {
      padding: 0;
      margin: 0; }
      .latestnews .newsletterpane .holder p {
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #434244; }
      .latestnews .newsletterpane .holder .news-image-box {
        height: 338px;
        position: relative;
        margin-bottom: 10px; }
        .latestnews .newsletterpane .holder .news-image-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top;
          transition: all 0.3s ease-in-out;
          border: 8px solid #fff;
          padding: 5px; }
          .latestnews .newsletterpane .holder .news-image-box img:hover {
            transition: all 0.3s ease-in-out;
            border: 8px solid #cfc9b8; }
      .latestnews .newsletterpane .holder .newpane {
        padding-left: 30px;
        padding-right: 30px; }
        .latestnews .newsletterpane .holder .newpane .news-heading {
          font-size: 20px;
          line-height: 30px;
          font-weight: 400;
          font-family: "Inter", sans-serif;
          color: #1d3355;
          padding-bottom: 10px;
          text-align: center; }
          .latestnews .newsletterpane .holder .newpane .news-heading a {
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            font-family: "Inter", sans-serif; }
        .latestnews .newsletterpane .holder .newpane .readmorebtn {
          font-size: 22px;
          line-height: 26px;
          font-weight: 600;
          font-family: "Corinthia", cursive;
          display: block;
          color: #c6aa6a !important;
          margin-top: 30px; }

.contact-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee8de;
  position: relative; }
  .contact-area .form-area {
    border: 1px solid #c6aa6a;
    background: #fff;
    padding: 40px; }
    .contact-area .form-area .contformgrid p {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      margin: 0;
      gap: 10px; }
      .contact-area .form-area .contformgrid p span {
        width: 100%; }
        .contact-area .form-area .contformgrid p span input {
          width: 100%; }
    .contact-area .form-area .btn-submit {
      margin: 0 auto;
      text-align: center; }
      .contact-area .form-area .btn-submit p {
        padding: 0;
        margin: 0; }
        .contact-area .form-area .btn-submit p .submit {
          font-size: 25px !important;
          line-height: 50px !important;
          font-weight: bold !important;
          font-family: "Corinthia", cursive;
          text-transform: capitalize;
          color: #fff !important;
          width: fit-content;
          background: #c6aa6a !important;
          padding: 0 30px !important;
          margin: 0 auto !important;
          border: none !important; }
          .contact-area .form-area .btn-submit p .submit:hover {
            color: #000 !important; }
    .contact-area .form-area .wpcf7-response-output {
      text-align: center; }

.gen-stylish-head {
  margin: 0 auto 40px auto;
  text-align: center; }
  .gen-stylish-head .box {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 2px 1px #00000038;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 40px 40px 30px 40px; }
    .gen-stylish-head .box h2 {
      font-family: "Inter", sans-serif;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 40px;
      font-weight: 300;
      text-align: center !important;
      color: #013354;
      padding: 0;
      margin: 0; }
      .gen-stylish-head .box h2 a {
        color: #013354 !important; }
        .gen-stylish-head .box h2 a:hover {
          color: #013354; }
    .gen-stylish-head .box .title {
      font-size: 50px;
      line-height: 40px;
      font-weight: 300;
      font-family: "Corinthia", cursive;
      text-transform: capitalize;
      margin-bottom: -25px;
      padding: 0 30px;
      z-index: 2;
      color: #013354;
      position: absolute;
      top: -20px;
      margin: 0 auto;
      left: 0;
      right: 0;
      background: #fff;
      width: fit-content; }

.btn-style1 {
  background: #c6aa6a;
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Corinthia", cursive;
  text-transform: capitalize;
  padding: 0 30px;
  border-radius: 25px;
  height: 50px;
  border: none !important;
  color: #fff !important;
  width: fit-content;
  margin: 0 auto; }

.news-div {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .news-div h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Corinthia", cursive;
    padding-bottom: 20px;
    text-align: left !important; }
  .news-div h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 0 0 20px 0; }
  .news-div .item {
    border-radius: 10px;
    background: #fff; }
    .news-div .item .news-image-box {
      min-height: 100%;
      height: 220px;
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      .news-div .item .news-image-box img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-position: top;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
        border: 1px solid #c6aa6a;
        padding: 5px; }
        .news-div .item .news-image-box img:hover {
          filter: grayscale(100%);
          transition: all 0.3s ease-in-out; }
    .news-div .item .description-bx {
      padding: 30px 0; }
      .news-div .item .description-bx .news-category {
        padding-bottom: 10px;
        border-bottom: 2px solid #efefef;
        margin-bottom: 10px;
        font-weight: 600; }
      .news-div .item .description-bx .news-date {
        font-size: 12px;
        line-height: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000000;
        padding-bottom: 5px;
        display: inline-block;
        position: relative;
        padding-left: 25px; }
        .news-div .item .description-bx .news-date::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 18px;
          height: 18px;
          background: url(../images/calender.webp) no-repeat 0 0 !important;
          transition: width 0.25s ease-out; }
        .news-div .item .description-bx .news-date::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 6px;
          width: 0;
          height: 2px;
          border-radius: 4px;
          background-color: #000;
          transition: width 0.25s ease-out; }
        .news-div .item .description-bx .news-date:hover::after {
          width: 100%; }
      .news-div .item .description-bx .news-heading {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        color: #000000;
        padding-bottom: 10px; }
      .news-div .item .description-bx p {
        padding-bottom: 10px;
        margin: 0; }
    .news-div .item:hover img {
      filter: none;
      transition: all 0.3s ease-in-out; }
  .news-div .page-numbers_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
    margin-top: 20px; }
    .news-div .page-numbers_pagination span {
      border: 1px solid #919191;
      border-radius: 5px;
      color: #000000;
      padding: 3px 10px;
      width: 30px; }
      .news-div .page-numbers_pagination span.current {
        background: #8c6f2b !important;
        color: #fff; }
    .news-div .page-numbers_pagination a {
      background: #f4e9ce;
      border-radius: 5px;
      border: 1px solid #c6aa6a;
      color: #000000 !important;
      padding: 3px 10px;
      width: 30px;
      text-align: center; }
      .news-div .page-numbers_pagination a.next {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        text-transform: capitalize;
        color: #000000 !important;
        background: none;
        padding: 0;
        width: auto;
        border: none; }
      .news-div .page-numbers_pagination a.prev {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        text-transform: capitalize;
        color: #000000 !important;
        background: none;
        padding: 0;
        width: auto;
        border: none; }

.rt-arrow-btn1 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Corinthia", cursive;
  display: block;
  color: #c6aa6a !important;
  margin-top: 10px; }

.blog-div .blog-desc h1 {
  padding-top: 20px; }

.blog-div .blog-desc h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600 !important;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 0; }

.blog-div .blog-desc h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 0; }

.blog-div .blog-desc .alignleft {
  float: left;
  text-align: left; }

.blog-div .blog-desc .alignright {
  float: right;
  text-align: right; }

.blog-div .blog-desc p .alignleft {
  float: left;
  text-align: left; }

.blog-div .blog-desc p .alignright {
  float: right;
  text-align: right; }

.blog-div .blog-desc p strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400; }

.blog-div .blog-desc .pmb-print-this-page {
  width: fit-content; }
  .blog-div .blog-desc .pmb-print-this-page a {
    background: #E5C07D;
    border: 1px solid #80570c; }

.blog-div .blog-desc .what-found {
  padding: 10px;
  border-radius: 10px;
  background: #fdf4ff;
  color: #000000 !important;
  border: 1px solid #922fad !important;
  width: fit-content;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Elsie", serif; }

.blog-div .blog-desc a img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee8de;
  height: auto;
  object-fit: contain;
  object-position: top;
  margin: 0 0 20px 0;
  padding: 5px; }

.blog-div .blog-desc img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee8de;
  height: auto;
  object-fit: contain;
  object-position: top;
  margin: 0 0 20px 0;
  padding: 5px; }

.blog-div .blog-desc h2 {
  font-size: 26px !important;
  line-height: 32px !important;
  font-weight: bold !important;
  padding-bottom: 10px !important;
  font-family: "Elsie", serif;
  margin: 0; }

.blog-div .blog-desc ul {
  margin: 0;
  padding: 0 0 10px 0; }
  .blog-div .blog-desc ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    color: #434244;
    position: relative;
    padding-left: 20px;
    padding-bottom: 0; }
    .blog-div .blog-desc ul li:before {
      position: absolute;
      top: 5px;
      left: 0;
      content: '';
      background: url(../images/circle.svg) no-repeat;
      width: 12px;
      height: 12px; }
    .blog-div .blog-desc ul li span {
      font-size: 14px;
      line-height: 24px;
      color: #013354;
      display: block; }

.blog-div .blog-desc ol {
  margin: 0;
  padding: 0 0 10px 0; }
  .blog-div .blog-desc ol li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    color: #013354;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px; }
    .blog-div .blog-desc ol li:before {
      position: absolute;
      top: 3px;
      left: 0;
      content: '';
      background: url(../images/circle.svg) no-repeat;
      width: 12px;
      height: 12px; }

.blog-div .blog-desc table.full-table {
  border: 1px solid #a857bf;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }
  .blog-div .blog-desc table.full-table img {
    height: 100px !important; }
  .blog-div .blog-desc table.full-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em; }
  .blog-div .blog-desc table.full-table tr {
    background-color: #fcf3ff;
    border: 1px solid #a857bf;
    padding: .35em; }
  .blog-div .blog-desc table.full-table th,
  .blog-div .blog-desc table.full-table td {
    padding: 15px;
    text-align: left; }
  .blog-div .blog-desc table.full-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase; }

.blog-div .blog-desc .wp-block-button__link {
  float: left;
  background: #E5C07D;
  border: 1px solid #80570c;
  margin-right: 10px; }

.blog-div .sidebar-right .general-category {
  border: 1px solid #707070;
  margin-bottom: 30px; }
  .blog-div .sidebar-right .general-category .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    padding: 20px 30px; }
  .blog-div .sidebar-right .general-category ul {
    margin: 0;
    padding: 30px; }
    .blog-div .sidebar-right .general-category ul li {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      font-family: "Inter", sans-serif;
      border-bottom: 1px solid #707070; }

.blog-div .sidebar-right .general-lastestnews {
  padding-top: 40px; }
  .blog-div .sidebar-right .general-lastestnews h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    padding: 0 0 20px 0; }
  .blog-div .sidebar-right .general-lastestnews ul {
    margin: 0;
    padding: 30px; }
    .blog-div .sidebar-right .general-lastestnews ul li {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      font-family: "Inter", sans-serif;
      border-bottom: 1px solid #707070; }
  .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px; }
      .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        border: 1px solid #707070;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px; }
        .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post img {
          height: 80px;
          object-fit: cover;
          width: 120px;
          border-radius: 5px; }
        .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post .date {
          font-size: 13px;
          font-weight: 400;
          line-height: 22px; }
        .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post h5 {
          font-size: 14px;
          line-height: 22px;
          font-weight: bold; }
        .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post .author {
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 22px; }
        .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post .readmore {
          font-size: 22px;
          line-height: 26px;
          font-weight: 600;
          font-family: "Corinthia", cursive;
          display: block;
          color: #c6aa6a !important;
          margin-top: 10px; }

.blog-div .sidebar-right .category {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 15px; }
  .blog-div .sidebar-right .category h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 0 0 20px 0; }
  .blog-div .sidebar-right .category ul {
    padding: 0; }
    .blog-div .sidebar-right .category ul li {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      padding-bottom: 10px !important;
      font-size: 14px;
      line-height: 22px;
      margin: 0 !important; }
      .blog-div .sidebar-right .category ul li a {
        color: #c6aa6a !important;
        font-weight: 600; }
      .blog-div .sidebar-right .category ul li::before {
        content: "";
        background: url(../images/tick-learn.webp) no-repeat 0 0 !important;
        width: 24px;
        height: 24px;
        display: inline-flex;
        padding-left: 30px; }

.gen-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px; }

.button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px; }

.gen-btn1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  height: 65px;
  padding: 0 33px;
  border-radius: 29px;
  text-wrap: nowrap;
  font-family: "Corinthia", cursive;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #c6aa6a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .gen-btn1 a {
    color: #fff !important; }
  .gen-btn1:hover {
    background: #8c6f2b !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
  .gen-btn1:focus {
    color: #fff !important; }
  .gen-btn1 svg {
    margin-right: 8px; }

.footer-area {
  background: #eee8de;
  padding: 60px 0 0 0;
  border-top: 5px solid #fff; }
  .footer-area .footer1 {
    padding: 0;
    margin: 0; }
    .footer-area .footer1 p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      margin: 0;
      color: #1d3355; }
      .footer-area .footer1 p a {
        color: #c6aa6a !important; }
    .footer-area .footer1 .client-bg {
      background-size: contain;
      margin: 0;
      text-align: center; }
      .footer-area .footer1 .client-bg p {
        margin-top: 20px;
        padding: 0; }
        .footer-area .footer1 .client-bg p a {
          color: #1d3355 !important; }
    .footer-area .footer1 .foot-social {
      padding: 0;
      margin: 0;
      padding-top: 20px; }
      .footer-area .footer1 .foot-social ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        gap: 10px; }
        .footer-area .footer1 .foot-social ul li {
          list-style-type: none !important; }
    .footer-area .footer1 .footercard h3 {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      margin: 0;
      padding-bottom: 10px;
      text-transform: uppercase;
      color: #c6aa6a; }
    .footer-area .footer1 .footercard .foot_link ul {
      padding-left: 0;
      margin-bottom: 0; }
      .footer-area .footer1 .footercard .foot_link ul li {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #1d3355;
        list-style-type: none;
        color: #1d3355 !important; }
        .footer-area .footer1 .footercard .foot_link ul li a {
          color: #1d3355 !important; }
          .footer-area .footer1 .footercard .foot_link ul li a:hover {
            color: #c6aa6a !important; }
    .footer-area .footer1 .footercard .foot_link.foot_linkul ul {
      columns: 2; }
    .footer-area .footer1 .footercard .foot_link img {
      width: 100%; }
    .footer-area .footer1 .footercard .foot_link.footmar-btm {
      margin-bottom: 70px; }
    .footer-area .footer1 .foot-leftbor {
      border-right: 2px solid #c6aa6a;
      padding-left: 15px; }
    .footer-area .footer1 .foot-leftbor-last {
      padding-left: 15px; }

.social-area {
  margin-bottom: 40px; }
  .social-area ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0;
    margin: 0; }
    .social-area ul li {
      color: #fff; }

.copyright {
  color: #1d3355;
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  text-align: center; }
  .copyright a {
    color: #000000 !important; }
    .copyright a:hover {
      text-decoration: underline !important; }
  .copyright img {
    float: right; }
  .copyright .webdesifbing {
    font-size: 14px;
    line-height: 28px; }

.thankyou-div {
  padding-bottom: 60px; }
  .thankyou-div a {
    color: #013354 !important; }
    .thankyou-div a:hover {
      text-decoration: underline !important; }
  .thankyou-div p {
    text-align: center; }

.error404 .error404-template {
  padding: 140px 0 60px 0; }
  .error404 .error404-template .contentBx {
    text-align: center; }
    .error404 .error404-template .contentBx img {
      width: 40%; }
    .error404 .error404-template .contentBx h1 {
      text-align: center;
      font-size: 100px;
      line-height: 120px;
      color: #000;
      padding: 0;
      margin: 0; }
    .error404 .error404-template .contentBx p {
      text-align: center;
      font-size: 25px;
      line-height: 35px;
      color: #2E5C57;
      padding: 0;
      margin: 30px 0 0 0; }
    .error404 .error404-template .contentBx .social {
      margin: 0;
      padding: 100px 0 0 0; }
      .error404 .error404-template .contentBx .social ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .error404 .error404-template .contentBx .social ul li {
          margin: 0 5px;
          padding: 0; }
      .error404 .error404-template .contentBx .social svg {
        width: 30px;
        height: 30px; }

.genarea-heading h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Corinthia", cursive;
  padding-bottom: 20px;
  text-align: center; }

.genarea-heading p {
  text-align: center !important; }

.top-padding {
  padding-top: 60px; }

.no-top-padding {
  padding-bottom: 0 !important; }

.bottom-padding {
  padding-bottom: 60px; }

.no-botm-padding {
  padding-bottom: 0 !important; }

.top-margin {
  margin-top: 30px !important; }

.common-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.bottom-margin {
  margin-bottom: 30px; }

.particle-moving1 img {
  animation: particlemove2 4.5s infinite linear; }

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px); }
  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px); }
  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }

.desktop-display {
  display: block !important;
  visibility: visible !important; }

.mob-display {
  display: none !important;
  visibility: hidden !important; }

.mobile-burger {
  display: none; }

.cover-img {
  background-size: cover; }

.mob-cart {
  display: none !important;
  visibility: hidden; }

.genflexdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }

.flipbox {
  flex-direction: row-reverse; }

.page-id-20 .main-content-section .manufacturer-section {
  padding-top: 0; }

.page-id-24 .main-content-section .content-area {
  margin-bottom: 0; }
