@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.container-fluid {
  width: 100%;
}

ul {
  margin: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

header {
  background-color: rgba(0, 0, 0, 0.645);
  padding: 2px 0;
}
header .container-fluid {
  width: 95%;
}
header img.logo {
  width: 80%;
}
header .left-menu {
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
header ul {
  display: flex;
}
header ul li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 30px;
  transition: all ease 0.2s;
  font-weight: 400;
}
header ul li:hover {
  transition: all ease 0.2s;
}
header ul li:hover a {
  color: #e7b393;
}
header ul li:last-child {
  margin-right: 0 !important;
}
header ul li a {
  color: #fff;
  transition: all ease 0.2s;
  font-size: 12px;
}
header ul li a img {
  margin-right: 12px;
}
header .right-menu li {
  border-right: 1px solid rgb(155, 155, 155);
  margin-right: 15px;
  padding-right: 15px;
}
header .right-menu li:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: none !important;
}

.banner {
  position: relative;
}
.banner a {
  width: 180px;
  height: 44px;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 700;
  transition: all ease 0.2s;
}
.banner a:hover {
  background-color: #2e2e2e;
  color: #fff;
}
.banner img {
  width: 100%;
}
.banner .ban-txt {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner .ban-txt img {
  width: 30% !important;
  margin-bottom: 30PX;
}
.banner .ban-txt h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  max-width: 590px;
  line-height: 60px;
  margin-bottom: 10PX;
  text-align: center;
}
.banner .ban-txt h6 {
  font-size: 32px;
  color: #fff;
}
.banner .ban-txt h6 span {
  font-size: 50px;
  text-shadow: 2px 0 4px #fff;
  color: rgb(0, 0, 189);
}

.sec-1 .col-lg-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sec-1 img {
  width: 100%;
  min-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-1 .sec1-txt {
  background-color: #e5e5e5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 34px 26px 34px 24px;
}
.sec-1 .sec1-txt h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sec-1 .sec1-txt p {
  font-size: 13px;
}
.sec-1 .sec1-txt h4 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sec-1 .sec1-txt h4 span {
  font-size: 37px;
}
.sec-1 .sec1-txt a {
  font-size: 14px;
  padding: 8px 14px;
  background-color: #2e2e2e;
  max-width: 120px;
  text-transform: uppercase;
  color: #fff;
}

.sec-title h2 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
.sec-title p {
  font-size: 17px;
  color: #5d5d5d;
  margin-bottom: 50px;
}

.sec-2 {
  padding: 70px 0;
}
.sec-2 .sec-title h2 {
  margin-bottom: 10px !important;
}
.sec-2 .container-fluid {
  max-width: 90%;
}
.sec-2 .item {
  transition: all ease 0.5s;
}
.sec-2 .item:hover {
  transition: all ease 0.5s;
}
.sec-2 .item:hover .place-txt {
  opacity: 1;
}
.sec-2 .item:hover .place-img {
  box-shadow: 0px 0px 17px -3px rgba(1, 9, 87, 0.75);
}
.sec-2 .place-img {
  position: relative;
  transition: all ease 0.5s;
}
.sec-2 .place-txt {
  background-color: rgba(0, 0, 0, 0.69);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 12px 12px 18px;
  height: 112px;
  transition: all ease 1s;
  height: 80%;
  width: 84%;
  opacity: 0;
}
.sec-2 .place-txt h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sec-2 .place-txt ul li {
  list-style-type: none;
  font-size: 12px;
  margin-bottom: 6px;
}
.sec-2 .place-txt ul li:last-child {
  margin-bottom: 0 !important;
}
.sec-2 .place-txt ul li a {
  color: #fff;
  font-size: 10px;
}
.sec-2 .place-txt ul li i {
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
}

.ban-at {
  width: 100%;
  position: relative;
  background-image: url(../images/ban-at.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: soft-light;
  margin: auto;
  text-align: center;
  color: #fff;
  padding-top: 10%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ban-at h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.ban-at p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ban-at h6 {
  font-size: 26px;
  margin-bottom: 40px;
}
.ban-at h6 span {
  font-size: 40px;
}
.ban-at a {
  text-transform: uppercase;
  color: #fff;
  padding: 14px 18px;
  border: 1px solid #fff;
  transition: all ease 0.5s;
  font-weight: 500;
}
.ban-at a:hover {
  background-color: #fff;
  color: #000;
}

.sec-3 {
  padding: 0 0 70px;
  position: relative;
}
.sec-3 .owl-carousel .owl-dots.disabled,
.sec-3 .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.sec-3 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: -64px;
}
.sec-3 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: -64px;
}

.sec-4 {
  padding: 60px 0;
  background-color: #f2f2f2;
  margin-bottom: 60px;
}
.sec-4 .fac-card {
  background-color: #2e2e2e;
  position: relative;
  overflow: hidden;
}
.sec-4 .fac-card:hover img {
  transform: scale(1.1);
}
.sec-4 .fac-card h4 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 10px;
  color: #fff;
}
.sec-4 img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.3s;
}

.sec-5 {
  position: relative;
  background-image: url(../images/sec5-bg.png);
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-color: rgba(0, 0, 0, 0.754);
  padding: 70px 0 37px;
  margin-bottom: 70px;
}
.sec-5 h2 {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 60px;
}
.sec-5 .sus-img {
  position: relative;
  min-height: 306px;
  margin-top: 40px;
}
.sec-5 .sus-img img {
  width: 100%;
}
.sec-5 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  width: 80%;
}
.sec-5 ul li {
  border: 2px dashed rgb(194, 194, 194);
  padding: 8px;
  border-radius: 50%;
  background-color: rgb(42, 42, 42);
  position: relative;
  list-style-type: none;
}
.sec-5 ul li:nth-child(odd) {
  margin-left: 72px;
  margin-top: -100px;
}
.sec-5 ul li:nth-child(even) {
  margin-top: 0px;
  margin-left: 77px;
}
.sec-5 ul li:nth-child(even) .s-txt {
  margin-top: 60px;
}
.sec-5 ul li .s-txt {
  position: absolute;
  color: #fff;
  margin-top: 30px;
  text-align: center;
  left: -60px;
  min-width: 220px;
}
.sec-5 ul li .s-txt p {
  margin: 0 auto;
  max-width: 180px;
  text-align: center;
  font-size: 13px;
}
.sec-5 ul li .s-txt h3 {
  text-align: center;
  margin: 0 auto 4px;
  font-size: 28px;
  font-weight: 700;
}
.sec-5 ul li .s-txt h5 {
  text-align: center;
  margin: 0 auto 8px;
  font-size: 20px;
}
.sec-5 .sec-6 {
  padding: 70px 0 40px;
  margin-bottom: 70px;
  background-color: #f2f2f0;
}
.sec-5 .sec-6 .row:last-child {
  margin-top: 70px;
}
.sec-5 .sec-6 .process {
  display: flex;
  margin-bottom: 30px;
}
.sec-5 .sec-6 .process h2 {
  color: #e7b393;
  font-size: 35px;
  font-weight: bold;
}
.sec-5 .sec-6 .process h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sec-5 .sec-6 .process p {
  font-size: 16px;
  color: #4e4e4e;
  max-width: 160px;
}
.sec-5 .sec-7 {
  margin: 20px 0 70px;
}
.sec-5 .sec-7 .row {
  margin-bottom: 40px;
}
.sec-5 .sec-7 .col-lg-2 {
  margin-bottom: 30px;
}
.sec-5 .sec-7 .container-fluid {
  max-width: 90%;
}
.sec-5 .sec-7 .col-lg-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.sec-5 .sec-7 img {
  width: 100%;
}
.sec-5 .sec-7 .round-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.sec-5 .sec-7 .round-img:hover .r-txt {
  opacity: 1;
}
.sec-5 .sec-7 .round-img .r-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 1000ms;
}
.sec-5 .sec-7 .round-img .r-txt h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.sec-5 .sec-7 .round-img .r-txt img {
  text-align: center;
  width: unset !important;
}
.sec-5 .sec-7 .round-img .r-txt i {
  color: #000;
  background-color: #e7b393;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.sec-5 .sec-8 {
  padding-bottom: 70px;
}
.sec-5 .sec-8 .sec-title h2 {
  margin-bottom: 20px;
}
.sec-5 .sec-8 .tabs {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sec-5 .sec-8 .tabs-nav {
  display: flex;
  margin: 0 auto 20px;
}
.sec-5 .sec-8 .tabs-nav li {
  list-style-type: none;
  padding: 0 20px;
  font-size: 17px;
}
.sec-5 .sec-8 .tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.sec-5 .sec-8 .tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.sec-5 .sec-8 .tabs-nav li a {
  color: rgb(121, 121, 121);
  display: block;
  font-weight: 600;
  font-size: 17px;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
}
.sec-5 .sec-8 .tabs-nav li a:hover {
  color: #000;
}
.sec-5 .sec-8 .tabs-nav .tab-active a {
  color: #000;
  cursor: default;
  border-bottom: 2px solid #e7b393;
}
.sec-5 .sec-8 .tabs-stage {
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}
.sec-5 .sec-8 .tabs-stage h6 {
  color: #b27954;
  margin: 34px 0 10px;
}
.sec-5 .sec-8 .tabs-stage p {
  font-size: 15px;
  max-width: 780px;
  margin: 0 auto;
}
.sec-5 .sec-8 img {
  width: 100%;
}
.sec-5 .sec-8 .vido-btn {
  position: relative;
}
.sec-5 .sec-8 .vido-btn span {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.62);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec-5 .sec-8 .vido-btn span:hover {
  transition: all ease 0.5s;
}
.sec-5 .sec-8 .vido-btn span:hover i {
  color: rgb(255, 0, 0);
}
.sec-5 .sec-8 .vido-btn span i {
  font-size: 24px;
  color: #000;
  margin: 4px 0 0 6px;
  transition: all ease 0.5s;
}

.manufac {
  margin-bottom: 60px;
}
.manufac .container {
  max-width: 1280px !important;
  width: 100%;
}
.manufac ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.manufac ul:last-child {
  justify-content: center;
}
.manufac ul:last-child li {
  width: 27%;
}
.manufac ul:last-child li:last-child {
  width: unset !important;
}
.manufac ul:last-child li::after {
  content: "";
  background-image: url("../images/r-arrow.png");
  top: 0;
  bottom: -7px;
  right: 17px;
  position: absolute;
  z-index: 99;
  width: 23px;
  height: 12px;
  margin: auto;
}
.manufac ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.manufac ul li .m-des {
  border: 1px dashed #656565;
  padding: 10px 10px 10px 30px;
  margin-left: -31px;
  border-left: none;
}
.manufac ul li:hover img {
  transform: rotate(45deg);
}
.manufac ul li:last-child::after {
  display: none;
}
.manufac ul li::after {
  content: "";
  background-image: url("../images/r-arrow.png");
  top: 0;
  bottom: -7px;
  right: -23px;
  position: absolute;
  z-index: 99;
  width: 23px;
  height: 12px;
  margin: auto;
}
.manufac ul li h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-transform: capitalize;
  color: #2E2E2E;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.manufac ul li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
  max-width: 170px;
  margin-bottom: 0;
}
.manufac ul li img {
  transform: rotate(0);
  transition: all ease 5s;
}

.home-section8 {
  padding: 60px 0 30px;
  background: #f5f5f5;
  margin-bottom: 70px;
}
.home-section8 .sec8-card {
  padding: 38px 50px;
  background: #fff;
  text-align: center;
  margin-bottom: 26px;
  transition: all ease 0.3s 0s;
}
.home-section8 .sec8-card .image {
  background: #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  transition: all ease 0.3s 0s;
  justify-content: center;
}
.home-section8 .sec8-card .image img {
  transition: all ease 0.3s 0s;
  margin: auto;
  padding: 18px;
  width: 100%;
  filter: brightness(0) saturate(100%);
}
.home-section8 .sec8-card h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #938989;
  letter-spacing: 2px;
  margin: 24px 0 10px;
}
.home-section8 .sec8-card h4 {
  font-size: 22px;
  font-weight: 500;
}
.home-section8 .sec8-card:hover {
  background: #fff;
  transition: all ease 0.3s 0s;
}

.sec-9 {
  padding: 0px;
}

.sec-10 {
  padding: 60px 0;
  background-color: #f5f5f5;
  margin-bottom: 60px;
}
.sec-10 .owl-carousel {
  overflow: hidden;
}
.sec-10 .owl-carousel img {
  width: unset !important;
  margin: auto;
  min-height: 250px;
}

.sec-3 .owl-carousel img {
  border-radius: 18px;
}

.sec-11 {
  padding: 60px 0;
}
.sec-11 h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.sec-11 p {
  color: #696969;
}
.sec-11 .get-in-touch {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 60px 30px;
}
.sec-11 .list-sec {
  position: relative;
}
.sec-11 .list-sec::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 98%;
  display: flex;
  align-items: center;
  background-color: #dfdfdf;
}
.sec-11 .list-sec h5 {
  margin-bottom: 32px;
}
.sec-11 .list-sec p {
  margin-bottom: 0;
}
.sec-11 .list-sec ul li {
  list-style: none;
  margin-bottom: 16px;
}
.sec-11 .list-sec ul li a {
  color: #444444;
}
.sec-11 .form-sec h4 {
  margin-bottom: 26px;
}
.sec-11 .form-sec form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-11 .form-sec form input {
  width: 48%;
  margin-bottom: 28px;
  padding: 12px;
  height: 47px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-11 .form-sec form input::-moz-placeholder {
  color: #b8b8b8;
}
.sec-11 .form-sec form input:-ms-input-placeholder {
  color: #b8b8b8;
}
.sec-11 .form-sec form input::placeholder {
  color: #b8b8b8;
}
.sec-11 .form-sec form input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-11 .form-sec form input[type=submit] {
  width: auto;
  margin-top: 20px;
  padding: 16px 22px;
  display: inline-block;
  line-height: 0;
  border: none;
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
}
.sec-11 .form-sec form textarea {
  padding: 6px 12px;
  width: 100%;
  height: 47px;
  border: none;
  resize: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-11 .form-sec form textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-11 .form-sec form textarea::-moz-placeholder {
  color: #b8b8b8;
}
.sec-11 .form-sec form textarea:-ms-input-placeholder {
  color: #b8b8b8;
}
.sec-11 .form-sec form textarea::placeholder {
  color: #b8b8b8;
}

footer {
  background-color: #0b0b0b;
  padding: 40px 0 20px;
}
footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
}
footer ul li {
  list-style-type: none;
  font-weight: 300;
  margin: 6px 0;
}
footer ul li a {
  color: rgb(213, 213, 213);
  font-size: 16px;
}
footer ul li a i {
  margin-right: 10px;
}
footer ul.soc {
  display: flex !important;
  flex-wrap: wrap;
  padding-right: 50px;
}
footer ul.soc li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
footer ul.soc li:hover a {
  background-color: rgb(228, 228, 228);
}
footer ul.soc li:hover a i {
  color: #000;
}
footer ul.soc li a {
  width: 40px;
  height: 40px;
  background-color: #575757;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.soc li a i {
  margin-right: 0 !important;
}
footer form input,
footer form select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: #828282;
  font-size: 14px;
}
footer form textarea {
  width: 100%;
  height: 90px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: #828282;
  font-size: 14px;
  margin-top: 20px;
  resize: none;
}
footer form input[type=submit] {
  width: 120px;
  height: 40px;
  border: #828282 1px solid;
  background-color: #828282;
  color: #fff;
  margin-top: 40px;
}
footer .f-btn {
  width: 100%;
  height: 50px;
  border: #828282 1px solid;
  background-color: #828282;
  color: #fff;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
}
footer .b-f {
  margin-top: 60px;
  color: #828282;
}
footer .b-f h6 {
  font-size: 12px;
  font-weight: 500;
}
footer .b-f a {
  color: #fff;
}

.inner-ban {
  position: relative;
}
.inner-ban img {
  width: 100%;
}
.inner-ban .inner-ban-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-ban .inner-ban-txt h1 {
  font-size: 50px;
  text-transform: capitalize;
  color: #000;
}
.inner-ban .inner-ban-txt h3 {
  font-size: 17px;
  color: #000;
}
.inner-ban .inner-ban-txt h3 a {
  color: #000;
  font-weight: 300;
  transition: all ease 0.2s;
}
.inner-ban .inner-ban-txt h3 a:hover {
  color: #2f9fa2;
}

.dec-margin {
  padding: 0 0 70px !important;
}

.b-sec {
  padding: 85px 0;
}
.b-sec .row .blog-sidebar {
  background-color: #f4f4f4;
  padding: 28px 24px;
  max-height: 930px;
}
.b-sec .blog-card:not(:first-child) {
  margin-top: 82px;
}
.b-sec .blog-card h4 {
  margin-top: 27px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-left: 4px solid #e7b393;
  padding-left: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #000;
}
.b-sec .blog-card h6 {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}
.b-sec .blog-card ul {
  margin: 26px 0;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.b-sec .blog-card ul li {
  list-style-type: none;
  display: inline;
  margin-right: 20px;
  color: #e7b393;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}
.b-sec .blog-card p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  padding: 0 16px;
  margin: 12px 0 30px;
}
.b-sec .blog-card a:last-child {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  background-color: #e7b493;
  padding: 15px 30px;
  border-radius: 24px;
  margin-left: 18px;
  transition: all ease 0.5s;
}
.b-sec .blog-card a:last-child:hover {
  background-color: #3e3e3e;
  transition: all ease 0.5s;
}
.b-sec .blog-card .quote {
  display: flex;
  align-items: center;
  margin-left: 28px;
  margin-bottom: 50px;
}
.b-sec .pagination {
  margin-top: 70px;
}
.b-sec .pagination ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
.b-sec .pagination ul li {
  margin-right: 8px;
}
.b-sec .pagination ul li a {
  display: inline-block;
  padding: 10px 16px;
  background: #b6b6b6;
  color: #fff;
  border-radius: 0 !important;
  margin-left: 0 !important;
}
.b-sec .pagination ul .active a {
  background: #e7b493;
}
.b-sec .b-right {
  border-bottom: 1px solid #acacac;
  padding-bottom: 36px;
}
.b-sec .b-right:first-child {
  border: none;
  padding-bottom: 0 !important;
}
.b-sec .b-right:last-child {
  border: none !important;
}
.b-sec .b-right form {
  position: relative;
}
.b-sec .b-right form input[type=search] {
  border: #3e3e3e 1px solid;
  width: 100%;
  height: 42px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  background: transparent;
  margin-bottom: 24px !important;
  padding-left: 16px;
}
.b-sec .b-right form input[type=search]:focus {
  outline: none;
}
.b-sec .b-right form input[type=submit] {
  position: absolute;
  right: 0;
  height: 100%;
  opacity: 0;
}
.b-sec .b-right form::after {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  right: 0;
  background-color: #e7b493;
  padding: 5px 20px;
  font-size: 20px;
  margin: auto;
  color: #fff;
  border: #3e3e3e 1px solid;
  border-left: none !important;
}
.b-sec .b-right h5 {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 30px 0 24px;
  font-weight: 700;
  position: relative;
}
.b-sec .b-right h5::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto 16px;
}
.b-sec .b-right p {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  max-width: 270px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.b-sec .b-right .post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.b-sec .b-right .post:last-child {
  margin-bottom: 0;
}
.b-sec .b-right .post .p-txt {
  margin-left: 20px;
}
.b-sec .b-right .post .p-txt h6 {
  font-size: 14px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.b-sec .b-right .post .p-txt h6 a {
  color: #000;
}
.b-sec .b-right .post .p-txt p {
  margin: 0 !important;
  padding: 0;
  color: #636262;
}
.b-sec .b-right ul li {
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
.b-sec .b-right ul li i {
  font-size: 14px;
  margin-right: 12px;
}
.b-sec .b-right ul li a {
  font-size: 16px;
  color: #5f5f5f;
}

.product {
  padding: 20px 0 70px 0;
}
.product .row {
  margin-top: 40px;
}
.product h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: #5f5f5f;
  margin-top: 20px;
}
.product p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product h6 {
  color: #000;
  font-size: 15px;
}
.product h6 del {
  font-size: 14px;
  color: #7f7f7f;
  margin-right: 2px;
}
.product h6 span {
  color: #5f5f5f;
}
.product .col-lg-3 {
  margin-bottom: 40px;
}
.product a {
  color: #e7b393;
  font-weight: 400;
  font-size: 16px;
}
.product a i {
  margin-left: 5px;
}
.product .owl-dots {
  position: absolute;
  top: -40px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 14px 0;
  margin-bottom: 220px;
  max-width: 100%;
}
.product .owl-dots .owl-dot {
  margin: 0 10px;
}
.product .owl-dots .owl-dot button {
  border-radius: 6px;
  border: none;
  width: 140px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  background-color: #f0f0f0;
}
.product .owl-dots .active button {
  background-color: #e7b393;
  color: #fff;
}

.product-details-section1 {
  margin: 90px 0 0;
}
.product-details-section1 .main {
  width: 100%;
  height: 456px;
  margin-bottom: 18px;
}
.product-details-section1 .row div:first-child ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.product-details-section1 .row div:first-child ul li {
  cursor: pointer;
}
.product-details-section1 .row div:first-child ul img {
  height: 60px;
  width: 60px;
}
.product-details-section1 .row div:nth-child(2) .green {
  background: #739152 !important;
}
.product-details-section1 .row div:nth-child(2) .skyblue {
  background: #83a7c5 !important;
}
.product-details-section1 .row div:nth-child(2) .white {
  background: #fff !important;
}
.product-details-section1 .row div:nth-child(2) p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #535353;
}
.product-details-section1 .row div:nth-child(2) ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.product-details-section1 .row div:nth-child(2) ul > li {
  margin-right: 18px;
}
.product-details-section1 .row div:nth-child(2) ul > li select {
  padding: 10px;
}
.product-details-section1 .row div:nth-child(2) ul ul.colors li {
  height: 40px;
  background: #000;
  width: 40px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
}
.product-details-section1 .row div:nth-child(2) h6 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.product-details-section1 .row div:nth-child(2) h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.product-details-section1 .row div:nth-child(2) h5 {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.product-details-section1 .row div:nth-child(2) h5 span {
  color: #686767;
  font-weight: 400;
  font-size: 16px;
}
.product-details-section1 .row div:nth-child(2) h3 {
  font-size: 19px;
  margin-top: 60px;
}
.product-details-section1 .row div:nth-child(2) a {
  padding: 11px 34px;
  background: #e7b393;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border-radius: 26px;
  margin: 36px 0;
}
.product-details-section1 .row div:nth-child(2) form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details-section1 .row div:nth-child(2) form select {
  color: #7f7f7f;
  cursor: pointer;
}
.product-details-section1 .row div:nth-child(2) form input,
.product-details-section1 .row div:nth-child(2) form select {
  width: 48%;
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  padding: 12px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.product-details-section1 .row div:nth-child(2) form input::-moz-placeholder, .product-details-section1 .row div:nth-child(2) form select::-moz-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}
.product-details-section1 .row div:nth-child(2) form input:-ms-input-placeholder, .product-details-section1 .row div:nth-child(2) form select:-ms-input-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}
.product-details-section1 .row div:nth-child(2) form input::placeholder,
.product-details-section1 .row div:nth-child(2) form select::placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}
.product-details-section1 .row div:nth-child(2) form input:focus,
.product-details-section1 .row div:nth-child(2) form select:focus {
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  outline: none;
}
.product-details-section1 .row div:nth-child(2) form textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 12px;
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  margin-bottom: 30px;
}
.product-details-section1 .row div:nth-child(2) form textarea::-moz-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}
.product-details-section1 .row div:nth-child(2) form textarea:-ms-input-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}
.product-details-section1 .row div:nth-child(2) form textarea::placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}
.product-details-section1 .row div:nth-child(2) form textarea:focus {
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  outline: none;
}
.product-details-section1 .row div:nth-child(2) form input[type=submit] {
  background: #e7b393;
  color: #fff;
  padding: 10px 34px;
  border: none;
  font-size: 14px;
  border-radius: 30px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}

.home-section5 {
  padding: 60px 0;
}
.home-section5 .f-card {
  text-align: center;
}
.home-section5 .f-card img {
  transform: scale(1);
  transition: all ease 0.3s 0s;
}
.home-section5 .f-card:hover img {
  transform: scale(1.08);
  transition: all ease 0.3s 0s;
}
.home-section5 .f-card img {
  width: 100%;
}
.home-section5 .f-card a {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: inline-block;
  margin: 16px 0;
  text-transform: capitalize;
}
.home-section5 h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.sec-12 {
  padding-top: 60px;
}
.sec-12 h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}/*# sourceMappingURL=style.css.map */

.hidden-lg{ display: none;}