/*Customized CSS*/
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

/* Bold Condensed */
@font-face {
  font-family: "BenguiatBoldCn";
  src: url("../font/ITCBenguiatStdBoldCn.OTF") format("opentype");
  font-weight: bold;
}

/* Bold Condensed Italic */
@font-face {
  font-family: "BenguiatBoldCnIt";
  src: url("../font/ITCBenguiatStdBoldCnIt.OTF") format("opentype");
  font-style: italic;
}

/* Book Condensed */
@font-face {
  font-family: "BenguiatBookCn";
  src: url("../font/ITCBenguiatStdBookCn.OTF") format("opentype");
  font-weight: normal;
}

/* Book Condensed Italic */
@font-face {
  font-family: "BenguiatBookCnIt";
  src: url("../font/ITCBenguiatStdBookCnIt.OTF") format("opentype");
  font-style: italic;
}

/* Medium Condensed */
@font-face {
  font-family: "BenguiatMediumCn";
  src: url("../font/ITCBenguiatStdMediumCn.OTF") format("opentype");
  font-weight: 500;
}

/* Medium Condensed Italic */
@font-face {
  font-family: "BenguiatMediumCnIt";
  src: url("../font/ITCBenguiatStdMediumCnIt.OTF") format("opentype");
  font-style: italic;
}

/*Font Weight*/

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

/*Letter Spacing*/

.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

.ls-6 {
  letter-spacing: 6px !important;
}

.ls-7 {
  letter-spacing: 7px !important;
}

.ls-8 {
  letter-spacing: 8px !important;
}

.ls-9 {
  letter-spacing: 9px !important;
}

.ls-10 {
  letter-spacing: 10px !important;
}

/*Font Size*/

.fs-14 {
  font-size: 14px !important;
  line-height: 24x;
}

.fs-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}

.fs-17 {
  font-size: 17px !important;
  line-height: 27px !important;
}

.fs-18 {
  font-size: 18px !important;
  line-height: 28px;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 30px;
}

.fs-22 {
  font-size: 22px !important;
  line-height: 32px;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 34px;
}

.fs-26 {
  font-size: 26px !important;
  line-height: 36px;
}

.fs-28 {
  font-size: 28px !important;
  line-height: 28px;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 40px;
}

.fs-32 {
  font-size: 32px !important;
  line-height: 42px;
}

.fs-34 {
  font-size: 34px !important;
  line-height: 44px;
}

.fs-36 {
  font-size: 36px !important;
  line-height: 46px;
}

.fs-38 {
  font-size: 38px !important;
  line-height: 48px;
}

.fs-40 {
  font-size: 40px;
  line-height: 50px;
}

.fs-42 {
  font-size: 42px !important;
  line-height: 52px;
}

.fs-44 {
  font-size: 44px !important;
  line-height: 54px;
}

.fs-46 {
  font-size: 46px;
  line-height: 56px;
}

.fs-48 {
  font-size: 48px !important;
  line-height: 58px;
}

.fs-50 {
  font-size: 50px !important;
  line-height: 63px !important;
}

.fs-55 {
  font-size: 55px !important;
  line-height: 65px;
}

.fs-60 {
  font-size: 60px !important;
  line-height: 70px;
}

.fs-65 {
  font-size: 65px !important;
  line-height: 65px;
}

.fs-70 {
  font-size: 70px !important;
  line-height: 70px;
}

.fs-100 {
  font-size: 100px !important;
  line-height: 100px;
}

.fs-120 {
  font-size: 120px !important;
  line-height: 120px;
}

/*Margin Top*/
.mt-5 {
  margin-top: 05px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/*Margin Bottom*/
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*Margin Right*/
.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*Margin Left*/
.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.ml-210 {
  margin-left: 210px !important;
}

/*Padding Top*/
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*Padding Bottom*/
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/*Padding Right*/
.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/*Padding Left*/
.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*Text Color*/

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

.text-gray {
  color: #999 !important;
}

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

.text-red {
  color: red;
}

.theme-color1 {
  color: #a9712e !important;
}

.theme-color2 {
  color: #000 !important;
}

.theme-color3 {
  color: #4b4b4e !important;
}

/*Animation*/
.in-sroll {
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -ms-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
}

/*Text Strock*/

.stroke {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #b22d30;
  color: transparent;
  text-shadow: 6px 2px 2px rgb(68 68 68 / 15%);
}

/*Background*/
.pattern {
  background: rgba(0, 0, 0, 0) url("../images/background/pattern.png") no-repeat fixed center center / cover !important;
}

.fact-bg {
  background: rgba(0, 0, 0, 0) url("../img/bg/fact-bg.jpg") no-repeat fixed center center / cover !important;
}

.home-about-bg {
  background: rgba(0, 0, 0, 0) url("../images/home-about.png") no-repeat fixed !important;
}

.bg-theme1 {
  background: #a9712e !important;
}

.bg-theme2 {
  background: #423922;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.box-shadow {
  -webkit-box-shadow: 10px 10px 24px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 10px 10px 24px 0px rgba(204, 204, 204, 1);
  box-shadow: 10px 10px 24px 0px rgba(204, 204, 204, 1);
}

.shadowimage {
  box-shadow: 0 18px 8px -16px rgba(43, 42, 41, 0.7);
}

/*Border*/
.border-radius0 {
  border-radius: 0px !important;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius200 {
  border-radius: 200px !important;
}

.border-radius-right {
  border-radius: 0px 15px 0px 15px;
}

.border-radius-15 {
  border-radius: 15px;
}

/* Font Style*/

.passon-one {
  font-family: "Passion One", cursive;
}

.font-js {
  font-family: "Josefin Sans", sans-serif;
}

.fact-font {
  font-family: "Passion One", cursive;
}

.num-font {
  font-family: "Anton", sans-serif !important;
}

.cookie-font {
  font-family: "Kaushan Script", cursive;
}

.cairo {
  font-family: "Cairo", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.abril {
  font-family: "Abril Fatface", cursive;
}

.font-italic {
  font-style: italic;
}

/*Others*/

.gray-scale {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(0%);
  filter: grayscale(100%);
  cursor: pointer;
}

.gray-scale:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(0%);
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

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

.left-flot {
  float: left !important;
}

.right-flot {
  float: right !important;
}

.text-block {
  display: block;
}

.divider-call-back {
  content: "";
  margin-bottom: 10px;
  left: 0;
  width: 20px;
  height: 2.5px;
  background: #423922;
  display: inline-block;
}

.divider-short {
  content: "";
  left: 0;
  width: 40px;
  height: 5px;
  margin-left: -2px;
  background: #d31612;
  display: inline-block;
}

.divider-short-white {
  content: "";
  margin-bottom: 10px;
  left: 0;
  width: 40px;
  height: 5px;
  background: #fff;
  display: inline-block;
}

.divider-big {
  content: "";
  margin-bottom: 15px;
  margin-top: 20px;
  left: 0;
  width: 60px;
  border-radius: 0px 0px 15px 15px;
  height: 10px;
  background: #000;
  display: inline-block;
}

.divider-big-white {
  content: "";
  margin-bottom: 15px;
  margin-top: 0px;
  left: 0;
  width: 60px;
  border-radius: 0px 0px 15px 15px;
  height: 10px;
  background: #fff;
  display: inline-block;
}

/*Table*/

table.parameter-product {
  width: 100%;
  font-family: "Roboto", sans-serif;
}

table.parameter-product tr.active {
  color: #666 !important;
  border-radius: 08px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

table.parameter-product tr td {
  padding: 8px 6px 8px 15px;
  border: solid 1px #fff;
  border-radius: 0px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.background-special {
  color: #fff;
  font-weight: bold;
}

.special-color {
  background: #fecb28 !important;
}

table.parameter-product tr td strong {
  font-weight: 800;
}

.tbl-border {
  border-collapse: collapse !important;
  color: #000;
}

.table-title {
  font-weight: 100;
}

.table-title strong {
  font-weight: 700;
}

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

.features-color {
  background: -webkit-linear-gradient(#2ea07e, #0963a2);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  line-height: 32px;
}

.table-title-2 {
  background: -webkit-linear-gradient(#2ea07e, #0963a2);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
}

.table-title-2 strong {
  font-weight: 800;
}

.bg-green-light {
  background: #e5fceb;
}

.bg-red-light {
  background: #f9dede;
}

.bg-blue-light {
  background: #dbe7f9;
}

.font-size-38 {
  font-size: 38 !important;
}

.green-title {
  color: #006c47 !important;
}

.p-thumb-title {
  color: #007d4f;
  font-size: 20px;
  letter-spacing: 3px;
}

.red-title {
  color: #be2727 !important;
}

.blue-title {
  color: #1c4d9b !important;
}

.table-title-2 {
  background: -webkit-linear-gradient(#2ea07e, #0963a2);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
}

.table-title-2 strong {
  font-weight: 800;
}

.bg-green-light {
  background: #eaeaea;
}

.bg-green-light-dark {
  background: #e8f7f1;
}

.bg-red-light {
  background: #f9dede;
}

.bg-blue-light {
  background: #dbe7f9;
}

.bg-orange {
  background: #ef7f1a !important;
}

.color-green {
  color: #006c47 !important;
}

.color-blue {
  color: #1b4d9b !important;
}

.color-red {
  color: #d02426 !important;
}

.bg-light-grey {
  background: #f5f5f5 !important;
}

.bg-black {
  background: #b22d30 !important;
}

.bg-black1 {
  background: #000 !important;
}

.product-table-title {
  font-size: 16px !important;
  line-height: 1.2;
  font-weight: 800 !important;
  letter-spacing: 2px;
  background: #333 !important;
  color: #fff !important;
}

/*Web Customs*/
.nav-logo {
  width: 300px;
}

.ptb-common {
  padding-top: 300px !important;
  padding-bottom: 200px;
}

.ptb-common-title {
  font-size: 70px;
  line-height: 60px;
}

.theme-bg {
  background: rgb(169, 113, 46);
  background: linear-gradient(90deg,
      rgba(169, 113, 46, 1) 0%,
      rgba(241, 226, 134, 1) 35%,
      rgba(172, 118, 46, 1) 100%);
}

.home-slider-title {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

.home-about-title {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}

.home-why-title {
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
}

.home-sub-why-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: 20px;
  text-transform: uppercase;
}

.home-project-title {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

.home-project-title {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.home-test-title {
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
}

.home-test-sub-title {
  font-size: 26px;
  letter-spacing: 10px;
  font-weight: 200;
  margin-bottom: 10px !important;
  line-height: 1;
}

.home-c-title {
  font-size: 40px;
  font-weight: 100 !important;
  line-height: 1;
}

.about-title {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}

.about-lead-title {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
}

.about-hiten-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-hiten-title span {
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 1px;
  font-style: italic;
  text-transform: uppercase;
}

.about-mv-title {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}

.about-mv-sub-title {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.about-mv-icon {
  margin-top: 0px;
  padding: 10px;
  margin-bottom: 15px;
}

.mv-des-plr {
  padding: 60px 120px !important;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(0deg, #fff, #ededed);
}

.contact-title {
  font-size: 42px;
  line-height: 1;
}

.contact-detail {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

li.mb-3 {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

.disclaimer-title {
  font-size: 42px;
  line-height: 1;
}

.frm-ms-2 {
  margin-left: -5.1rem !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 1rem !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.fc-w {
  color: #fff !important;
}

.fc-b {
  color: #000 !important;
}

.media-sub-des {
  font-size: 30px;
}

.fc-w1 {
  color: #fff;
}

.social-md:hover {
  color: #d8bc67 !important;
}

.fb-clr {
  color: #4267b2;
  /* color: #183153; */
}

.inst-clr {
  color: transparent;
  background: -webkit-radial-gradient(30% 107%,
      circle,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  background: -o-radial-gradient(30% 107%,
      circle,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;

  /* color: #E93E75; */
  /* color: #183153; */
}

#wowslider-container2.mobile-slider {
  display: none;
}

.ptb-common-title {
  font-family: "BenguiatMediumCn", serif;
  font-size: 70px;
  line-height: 70px;
  padding-top: 10px;
}

.ptb-common {
  padding-top: 600px !important;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.ptb-common-title {
  width: 500px;
  text-align: center;
}

.conact_br_color {
  background: linear-gradient(90deg, rgba(169, 113, 46, 1) 0%, rgba(241, 226, 134, 1) 35%, rgba(172, 118, 46, 1) 100%)
}

.wb-200 {
  width: 200px;
}

.bg-image-title {
  background-image: url("../images/background/title_bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  padding: 51px 0;
  display: block;
  z-index: 2;
  position: absolute;
  margin-top: -100px;
}

@media only screen and (max-width: 480px) {
  .ptb-common {
    padding-top: 56px !important;
    padding-bottom: 150px;
  }

  .bg-image-title {
    background-image: url(../images/background/title_bg-m.png);
    background-size: auto;
    background-repeat: no-repeat;
    padding: 20px 0;
    display: block;
    z-index: 2;
    position: absolute;
    margin-top: 106px;
    width: 240px;
  }

  .ptb-common-title {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    width: 240px;
  }

  .modal-title {
    font-size: 28px;
  }

  .mv-des-plr {
    padding: 40px 40px !important;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(0deg, #fff, #ededed);
  }

  .full-row {
    position: relative;
    width: 100%;
    padding: 50px 0;
  }

  .center_contact {
    width: 90% !important;
  }
}

.bg-secondary {
  background-color: transparent !important;
}

/*Mobile Settings*/

@media only screen and (max-width: 480px) {
  #wowslider-container1.pc-slider {
    display: none;
  }

  #wowslider-container2.mobile-slider {
    display: block;
  }

  .dropdown-menu {
    background: linear-gradient(90deg,
        rgba(169, 113, 46, 1) 0%,
        rgba(241, 226, 134, 1) 35%,
        rgba(172, 118, 46, 1) 100%);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0px;
  }

  .tx-left {
    text-align: left !important;
  }

  .slider-title-sub {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
  }

  .slider-title-main {
    font-size: 56px !important;
    line-height: 1;
    font-weight: 800;
    color: #f5f5f9;
  }

  .section-title {
    font-size: 34px;
  }

  .about-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .ltn__breadcrumb-area {
    background-color: var(--section-bg-1);
    margin-bottom: 120px;
    padding-top: 300px;
    padding-bottom: 150px;
  }

  .mtm-product-des {
    margin-top: 30px;
  }

  img.nav-logo {
    width: 180px !important;
  }

  .navbar {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
    width: auto;
  }

  .home-about-title {
    /* font-size: 48px; */
    /* line-height: 50px; */
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
  }

  .mb-50 {
    margin-bottom: 20px;
  }

  .home-why-title {
    /* font-size: 40px; */
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
  }

  .home-img-w-40 {
    width: 40% !important;
  }

  .home-img-w-30 {
    width: 30% !important;
  }

  .overflow-hidden.transation {
    margin-top: 30px;
  }

  .home-c-title {
    font-size: 36px;
    font-weight: 100 !important;
    line-height: 1.2;
  }

  .footer-logo img {
    width: 230px;
  }

  .home-credit-w-40 {
    width: 18px !important;
  }

  .mb-5 {
    margin-bottom: 0rem !important;
  }

  .mbl-mb-5 {
    margin-bottom: 3rem !important;
  }

  .mb-50 {
    margin-bottom: 50px !important;
  }

  .footer-p0 {
    padding-bottom: 0px !important;
  }

  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-top: var(--bs-gutter-y);
  }

  .home-test-title {
    /* font-size: 40px; */
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
  }

  .home-project-title {
    font-size: 30px;
  }

  .fc-b {
    color: #000 !important;
  }

  .px-4 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .about-mv-title {
    /* font-size: 40px; */
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
  }

  .about-mv-sub-title {
    font-size: 30px;
  }

  .mv-des-plr {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sub-title {
    font-size: 16px !important;
    line-height: 1.4;
  }

  .col-md-8-press {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .col-md-4-press {
    flex: 0 0 100% !important;
    width: 100%;
  }

  .contact-siberia {
    max-width: 60% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fc-f {
    color: #f2f2f2;
  }

  .media-img-s {
    width: 90px;
  }

  .dsp-blc {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobile-view {
    display: none !important;
  }
}

/* Custom css */
.col-md-8-press {
  flex: 0 0 auto;
  width: 60%;
}

.col-md-4-press {
  flex: 0 0 37%;
  width: 40%;
}

.margin-bottom-4 {
  margin-bottom: 2.5rem !important;
}

/* Contact form */
.contct-bb {
  border-right: 1px solid #e0e0e0 !important;
}

.lg-box {
  padding: 40px 40px 26px 40px;
  text-align: center;
  border: 0px transparent solid;
  font-size: 14px;
}

.fx {
  opacity: 1;
}

.conact_center_form {
  position: relative;
  z-index: 2;
  margin: auto;
  background-color: #f2f2f2;
  box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
  padding: 40px 0;
}

.center_contact {
  width: 70%;
  margin: auto;
}

.heading i.tbl {
  display: table;
  margin: 0 auto 10px;
  font-size: 40px;
  float: none;
  color: #a9712e;
}

.heading,
.heading [class*="head-"] {
  position: relative;
  line-height: 1;
}

.heading.centered {
  display: table;
  margin: auto;
  text-align: center;
}

.heading.centered [class*="head-"] {
  display: table;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.font-34 {
  font-size: 34px !important;
}