@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #505050;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "goodTimes";
  src: url(../fonts/good\ times\ rg.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "goodTimes";
  line-height: 1.1;
}

h1 {
  font-size: 75px;
  line-height: 1;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
}

p {
  font: 16px "Poppins", sans-serif;
  color: #505050;
  font-weight: 400;
  line-height: 26px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 30px 0 0px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ffb700;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #ffb700;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  /* background-color: #ffffff;
  color: #000000 !important; */
  background-color: #cd0e29;
  color: #fff !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  /* background-color: #000000; */
  background-color: #ffb700;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.social ul li a i {
  width: 40px;
  height: 40px;
  justify-content: center;
  transition: 0.9s;
  align-items: center;
  display: flex;
}

.social ul {
  display: flex;
  gap: 10px;
  margin: 0;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.social ul li a i:hover {
  border-radius: 45px;
  color: #fff;
  background-color: #cd0e29;
}

.sitebtn {
  display: block;
}

.small-btn {
  padding: 14px 24px;
  border-radius: 4px;
  transition: 0.9s;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.large-btn {
  padding: 16px 30px;
  border-radius: 4px;
  transition: 0.9s;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.yellow-bg {
  background-color: #ffb700;
  color: #000;
}

.orangeRed-bg {
  background-color: #cd0e29;
  color: #fff;
}

.yellow-bg:hover {
  transform: scale(0.98);
  background-color: #cd0e29;
  color: #fff;
}

.orangeRed-bg:hover {
  transform: scale(0.98);
  background-color: #ffb700;
  color: #fff;
}

.yellow-clr {
  color: #ffb700;
}

.orangeRed-clr {
  color: #cd0e29;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

header .menuSec .row {
  align-items: center;
}

header .siteBtn a.large-btn.yellow-bg span {
  display: inline-block;
  font-weight: 500;
}

.orangeRed-bg:hover {
  color: #fff;
}

.orangeRed-bg:hover span {
  color: #fff;
}

header .siteBtn {
  display: inline-block;
  float: right;
}

/* =============== */

/* Banner Css st */

section.banner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/banner-bg.png);
  color: #fff;
  padding-top: 120px;
}

/* arrows  */

/* Next & Prev arrow  */

button.slick-prev.slick-arrow {
  width: 26px;
  height: 23px;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/prev-btn.png);
  background-size: 100% 100%;
  transition: 0.9s;
}

button.slick-next.slick-arrow::before {
  display: none;
}

.slick-arrow::before {
  display: none;
}

.slick-arrow {
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-image: url(../images/next-btn.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 23px;
  background-size: 100% 100%;
}

section.banner button.slick-next.slick-arrow {
  right: 53%;
  top: 95%;
}

section.banner button.slick-prev.slick-arrow {
  left: 43%;
  top: 95%;
  opacity: 1 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  filter: invert(1) !important;
}

/* Next & Prev arrow  */

section.banner .item {
  opacity: 0;
}

section.banner .item.slick-slide.slick-current.slick-active {
  opacity: 1;
}

section.banner .item .row:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 40px;
  border-radius: 4px;
  background: #ffb700;
  bottom: 19px;
  right: 0;
  left: -154px;
  margin: 0px auto;
}

section.banner .item .row {
  align-items: center;
  position: relative;
}

section.banner .banner-slide-img {
  position: relative;
  width: 100%;
}

section.banner .colRight {
  padding: 0px;
}

section.banner .container-fluid {
  padding-right: 0px;
}

section.banner .bannerSlider {
  padding: 0px;
  margin: 0px;
}

section.banner .banner-slide-img img.img-fluid {
  width: 100%;
  border-radius: 40px 0px 0px 0px;
  height: 810px;
  object-fit: cover;
  transform: scaleX(1.03);
}

section.banner .bannertxt {
  padding-left: 100px;
  position: relative;
  padding-right: 10px;
}

section.banner .bannertxt p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  word-spacing: 8px;
  padding: 10px 0;
}

section.banner .bannertxt .social ul li a {
  color: #fff;
  transition: 0.9s;
}

section.banner .bannertxt .social {
  position: absolute;
  bottom: -110px;
}

section.banner .bannertxt .social ul li a i {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 65px;
}

/* Banner End  */

/* About Us st  */

section.about {
  position: relative;
  padding: 100px 0;
}

section.about .ab-img-wraper {
  position: relative;
}

section.about .ab-img-wraper .imgs {
  position: relative;
  padding: 24px 0px 20px 50px;
}

section.about .ab-img-wraper .big-img {
  position: relative;
  padding-left: 10px;
}

section.about .ab-img-wraper .big-img img.img-fluid {
  height: 510px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.9s;
}

section.about .ab-img-wraper .siml-img img.img-fluid {
  display: inline-block;
  height: 210px;
  border: 5px solid #fff;
  border-radius: 15px;
  width: 290px;
  object-fit: cover;
  object-position: 20% 100%;
}

section.about .ab-img-wraper .siml-img {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0px;
  transition: 8s;
}

section.about .ab-img-wraper .imgs:hover .siml-img {
  transform: translate(119%, 0px);
}

section.about .ab-img-wraper:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 84%;
  left: 37px;
  top: 0;
  background: #ffb700;
  border-radius: 18px;
  transition: 0.9s;
}

section.about h3 {
  color: #000;
}

section.about p {
  font-size: 16px;
  line-height: 26px;
  word-spacing: 4px;
  width: 89%;
  text-align: justify;
}

section.about .ab-txt ul {
  gap: 19px;
  flex-direction: column;
  margin: 10px 0 32px;
}

section.about .ab-txt ul li {
  gap: 15px;
}

section.about .ab-txt ul li span {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

section.about .ab-img-wraper .imgs .exp-box {
  width: 186px;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 1px 1px 20px 0px #44444400;
  position: absolute;
  top: 46px;
  right: 0px;
  text-align: center;
  padding: 14px 0px;
  border-radius: 20px 0px 0px 20px;
  transition: 7s;
}

section.about .ab-img-wraper .imgs:hover .exp-box {
  transform: translate(-205%, -17%);
  border-radius: 20px;
}

section.about .ab-img-wraper .imgs .exp-box h3 {
  margin: 0;
  line-height: 1;
}

section.about .ab-img-wraper .imgs .exp-box h5 {
  color: #000;
  margin: 0;
  line-height: 22px;
}

section.about .ab-txt {
  padding-left: 10px;
}

section.about .ab-txt ul li img {
  width: 25px;
}

section.about .row {
  align-items: center;
}

section.about h4.subtitle.orangeRed-clr {
  margin: 0px;
}

section.about .ab-img-wraper .imgs img {
  transition: 0.9s;
}

section.about .ab-img-wraper .imgs img:hover {
  filter: brightness(0.7);
  transform: translate(0px, -5px);
}

section.about .ab-img-wraper:hover:before {
  background: #cd0e29;
  transform: rotate(180deg);
}

/* Services css st  */

section.service {
  position: relative;
  overflow: hidden;
  padding: 60px 0 100px;
}

section.service h2 {
  color: #000;
}

section.service .serivce-card {
  position: relative;
  box-shadow: 1px 1px 20px 0px #4444443d;
  border-radius: 20px;
  transition: 0.9s;
  margin: 20px 0;
}

.serivce-card .svc-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.serivce-card .svc-img img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px 24px 0 0;
  width: 100%;
  transition: 0.9s;
}

.serivce-card .svc-img img:hover {
  filter: brightness(0.7);
}

.serivce-card:hover .svc-img img {
  transform: scale(1.1);
}

.serivce-card .svc-txt {
  padding: 24px 10px 40px 20px;
  position: relative;
  height: 260px;
  margin-bottom: 10px;
}

.serivce-card .svc-txt h3 {
  font-size: 28px;
  line-height: 38px;
  color: #000;
}

.serivce-card .svc-txt p {
  line-height: 26px;
  word-spacing: 3px;
  font-size: 15px;
}

section.service .serivce-card:hover {
  transform: translate(0px, -4px);
}

section.service .item {
  opacity: 1;
}

section.service .ss-Slider {
  padding: 30px 0px 0;
}

/* Hand Made css st  */

section.hand_made {
  position: relative;
  text-align: center;
  overflow: hidden;
}

section.hand_made img.img-fluid.hand_made-bg-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: bottom;
  transition: 5s;
}

section.hand_made .hand_made-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

section.hand_made .hand-txt {
  position: relative;
}

section.hand_made .hand-txt h2 {
  color: #fff;
}

section.hand_made .hand-txt h2 span {
  display: block;
}

section.hand_made .hand-txt .siteBtn {
  display: inline-block;
  margin-top: 18px;
}

section.hand_made .hand-txt .siteBtn a span {
  font-weight: 500;
}

/* Our Process css st  */

section.process {
  padding: 100px 0;
}

section.process h2 {
  color: #000;
  padding-bottom: 10px;
}

section.process .center-heading {
  width: 66%;
  margin: 0px auto 80px auto;
}

.process-card {
  position: relative;
  text-align: center;
  transition: 0.9s;
}

.process-card h4 {
  font-size: 22px;
  color: #000;
  padding-bottom: 10px;
}

.process-card p {
  width: 90%;
  margin: 0px auto;
  line-height: 28px;
  opacity: 80%;
}

.process-card .proces-icon {
  position: relative;
  background-color: #ffb700;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100px;
  margin: 0px auto 30px auto;
  transition: 0.9s;
  outline: 35px solid #ffb700;
  outline-offset: -60px;
}

.process-card .proces-icon span.label {
  width: 42px;
  height: 42px;
  background: #cd0e29;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  font-size: 19px;
  position: absolute;
  top: -10px;
  right: -11px;
  transition: 0.9s;
}

.process-card .proces-icon img {
  width: 45px;
  position: relative;
  transition: 0.9s;
}

section.process .row .col1 {
  position: relative;
}

section.process .row .col1 .left-arrow-img {
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 20px;
}

section.process .row .left-arrow-img img.img-fluid {
  width: auto;
  height: auto;
  object-fit: fill;
}

.process-card:hover {
  transform: translate(0px, -8px);
}

.process-card:hover .proces-icon {
  background: #cd0e29;
  outline: 25px solid transparent;
  outline-offset: 10px;
}

.process-card:hover .proces-icon span.label {
  transform: scale(1.1);
  background: #000000;
}

.process-card:hover .proces-icon img {
  filter: brightness(0) invert(1);
}

/* Get Quote st  */

section.quote {
  position: relative;
  overflow: hidden;
}

section.quote img.img-fluid.quoteBg-img {
  height: 820px;
  width: 100%;
  object-fit: cover;
}

section.quote .quote-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 1.4s;
}

section.quote .quote-content .txt-quote {
  position: relative;
  box-shadow: 1px 1px 20px 0px #4444443d;
  border-radius: 30px;
  background: #fff;
  padding: 60px;
  transition: 1.9s;
}

section.quote .quote-content .txt-quote h3 {
  color: #000;
  padding-bottom: 5px;
}

section.quote .quote-content .txt-quote h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

section.quote .quote-content .txt-quote h3 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #cd0e29;
}

section.quote .quote-content .txt-quote p {
  color: #888787;
  line-height: 28px;
  opacity: 80%;
}

section.quote .quote-content .txt-quote form {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

form .formfiel {
  position: relative;
  margin-bottom: 14px;
}

form .formfiel input {
  width: 100%;
  text-transform: capitalize;
  color: #000;
  padding: 0px 24px;
  border-radius: 5px;
  border: 1px solid #4444443d;
  height: 58px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}

form .siteBtn {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

form .siteBtn button {
  border: 0px;
  padding: 16px 50px;
}

form .formfiel select {
  width: 100%;
  text-transform: capitalize;
  color: #00000078;
  padding: 0px 25px;
  border-radius: 5px;
  border: 1px solid #4444443d;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 49px;
  font-size: 14px;
}

form .formfiel i.fa-solid.fa-caret-down {
  position: absolute;
  right: 20px;
  top: 38%;
  opacity: 50%;
}

form .formfiel textarea {
  width: 100%;
  text-transform: capitalize;
  padding: 11px 24px;
  border-radius: 5px;
  border: 1px solid #4444443d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 49px;
  height: 110px;
  resize: unset;
  position: relative;
  overflow: hidden;
  color: #000;
  font-size: 14px;
}

form .formfiel textarea::placeholder {
  color: #000;
  opacity: 50%;
}

form .formfiel input::placeholder {
  color: #000;
  opacity: 50%;
}

form .siteBtn button span {
  display: inline-block;
  letter-spacing: 2px;
}

form .formfiel select option {
  color: #000;
}

section.quote .quote-content .quote-man-img {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

section.quote .quote-content .quote-man-img img {
  width: 100%;
  object-fit: fill;
  transition: 0.9s;
}

section.quote .quote-content:hover .quote-man-img img {
  transform: translate(140px, 0px);
}

/* Reviews st  */

section.reviews {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

section.reviews .item {
  opacity: 1;
  margin: 0px 10px;
}

section.reviews .center-heading h2 {
  color: #000;
}

section.reviews .box {
  position: relative;
  padding: 20px 30px 20px;
  margin: 10px 0px 50px;
}

section.reviews .box .auth-detail {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  margin-bottom: 20px;
}

section.reviews .box .auth-detail .authorImg {
  width: 130px;
  height: 130px;
  object-fit: fill;
  border-radius: 100px;
  outline: 2px solid #000;
  transition: 1.29s;
}

section.reviews .box .auth-detail .authortxt {
  margin-top: 10px;
}

section.reviews .box .auth-detail .authortxt h5 {
  color: #000;
  margin: 0;
  font-size: 19px;
}

section.reviews .box .auth-detail .authortxt span.desination {
  display: inline-block;
  color: #ffb700;
  font-weight: 500;
  font-size: 13px;
}

section.reviews .box .auth-detail .authortxt .quote {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  outline: 26px solid #cd0e29;
  outline-offset: -30px;
  transition: 1.29s;
  background-color: transparent;
  position: absolute;
  right: 6px;
  z-index: 1;
}

section.reviews .box .auth-detail .authortxt .quote i {
  position: relative;
  color: #fff;
  font-size: 25px;
  transition: 0.9s;
}

section.reviews .box p {
  font-size: 14px;
  font-weight: 500;
  word-spacing: 3px;
  position: relative;
  text-align: justify;
  transition: 0.9s;
}

section.reviews .box .auth-description ul li {
  gap: 3px;
}

section.reviews .box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 67%;
  border: 2px solid #000;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  transition: 1.2s;
}

section.reviews .box .auth-description ul {
  padding: 3px 0px;
  background: #000;
  width: 120px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: absolute;
  bottom: -10px;
  right: 30px;
  transition: 1.9s;
}

section.reviews .box .auth-description ul li i {
  color: #ffc107;
  font-size: 13px;
  position: relative;
  transition: 1.9s;
}

section.reviews .center-heading {
  margin-bottom: 40px;
}

section.reviews .box:hover .auth-description ul {
  transform: translate(-234px, 0px);
  background-color: #cd0e29;
}

section.reviews .box:hover .auth-description ul li i {
  color: #fff;
  transform: rotate(360deg);
}

section.reviews .box:hover .auth-detail .authorImg {
  outline: 2px solid transparent;
  outline-offset: -97px;
  filter: brightness(0.8);
  transform: rotate(6deg);
}

section.reviews .box:hover .auth-detail .authortxt .quote {
  outline: 25px solid transparent;
  outline-offset: 10px;
  background: #ffc107;
  transform: rotate(360deg);
}

section.reviews .box:hover .auth-detail .authortxt .quote i {
  color: #000;
  position: relative;
}

section.reviews .box:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 67%;
  border: 2px solid #ffc107;
  border-radius: 16px;
  bottom: 0;
  right: 0;
  transition: 1.2s;
  opacity: 0;
}

section.reviews .box:hover:after {
  opacity: 1;
  width: 100%;
  z-index: -1;
}

section.reviews .box:hover::before {
  opacity: 0;
  width: 0%;
  z-index: -1;
}

section.reviews ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

section.reviews ul.slick-dots li button {
  display: none;
}

section.reviews .slick-dots li {
  margin: 0px;
  padding: 0px;
  width: 66px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1a1512;
  border-radius: 10px;
  opacity: 1;
  transition: 0.9s;
}

section.reviews .slick-dots li.slick-active {
  background: #cd0e29;
  opacity: 1;
  box-shadow: 0px 20px 20px 3px #cd0e296b;
}

section.reviews .slick-dots li.slick-active:hover {
  transform: scale(1.1);
}

/* FOOTER FOTTER FOOTER FOOTER  */
/* FOOTER SECTION CSS START  */

footer.footerSec {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 100px 0 20px;
  overflow: hidden;
  background-image: url(../images/footer-bg.png);
}

footer .footerLogo {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px 16px 0;
  position: relative;
}

footer .footerLogo img {
  transition: 0.9s;
  position: relative;
  margin: 0px;
  z-index: 4;
  cursor: pointer;
}

footer .footerLogo img:hover {
  transform: translate(0px, 3px);
}

footer p br {
  display: none;
}

.footer-about p {
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 13px;
  color: #fff;
}

.footer-about img {
  display: table;
  margin: 0px auto;
  margin-top: 11px;
}

footer h6 {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 24px;
  margin-bottom: 38px;
  display: inline-block;
}

footer h6:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 14%;
  left: 1%;
  height: 2px;
  background: #ffffff;
}
/* 
.foot-useful-link ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
} */

.foot-useful-link ul li a {
  color: #fff;
  font-weight: 400;
  transition: 0.9s;
  display: inline-block;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 14px;
  padding: 5px 0px;
}

.foot-useful-link ul li a:hover {
  filter: brightness(0.7);
  transform: translate(0px, 4px);
  text-decoration: underline;
}

footer .foot-useful-link {
  position: relative;
  padding-left: 18px;
}

footer .foot-quick-links {
  position: relative;
}

.foot-quick-links ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.foot-quick-links ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 400;
  transition: 0.9s;
  font-size: 14px;
  line-height: 28px;
}

footer .news-letter p {
  font-size: 14px;
  line-height: 28px;
  margin: 0px;
  color: #ffff;
  text-transform: uppercase;
}

.footer-btm {
  text-align: center;
}

.copyright {
  position: relative;
  margin-top: 30px;
}

.copyright p {
  margin: 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  padding-top: 5px;
  font-weight: 500;
}

.copyright p a {
  position: relative;
  color: #000000;
}

.copyright p a:hover {
  text-decoration: underline;
  color: #cd0e29;
}

.copyright .footer-btm {
  background: #ffc107;
  padding: 17px;
  border-radius: 5px;
  position: relative;
}

.copyright:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  background: #fff;
  opacity: 40%;
}

footer .footer-about {
  padding-right: 28px;
}

.news-letter .chate {
  display: flex;
  gap: 16px;
  background: #cd0e29;
  border-radius: 12px;
  padding: 20px 14px 20px 20px;
  align-items: center;
  margin: 10px 0 20px;
  transition: 1.2s;
}

.news-letter .chate .chate-txt {
  position: relative;
}

.news-letter .chate .chate-txt h4 {
  font-size: 24px;
  font-family: "Poppins";
  margin: 0px;
}

.news-letter .chate:hover {
  background: #ffc107;
}

.news-letter .chate .chat-img img {
  width: auto;
  display: inline-block;
  position: relative;
  transition: 1.2s;
}

.news-letter .chate:hover .chat-img img {
  filter: drop-shadow(2px 4px 46px black);
}

.foot-quick-links ul li:first-child a img {
  position: relative;
  top: -8px;
  width: 15px;
}

/* ==== */

section.service button.slick-prev.slick-arrow {
  background-image: url(../images/service-prev.png);
  left: 4px;
  transform: scale(1.3);
}

section.service button.slick-next.slick-arrow {
  background-image: url(../images/service-next.png);
  transform: scale(1.3);
  right: 4px;
}

/* =====================  */
/* Inner Pages Css St  */
/* =====================  */

section.banner.innerPg_Banner .row {
  align-items: center;
  position: relative;
}

section.banner.innerPg_Banner .banner-slide-img img.img-fluid {
  height: 500px;
}

section.banner.innerPg_Banner .row .bannertxt {
  position: unset;
  padding-left: 130px;
}

section.banner.innerPg_Banner .row .bannertxt .social {
  bottom: 40px;
}

section.banner.innerPg_Banner .row .bannertxt h1 {
  position: relative;
  top: -35px;
  line-height: 1.1;
  font-size: 65px;
}

/* service detail page  */

section.service-detail {
  position: relative;
  padding: 100px 0;
}

section.service-detail .svs-img-detail {
  display: inline-block;
  overflow: hidden;
  transition: 0.9s;
  border-radius: 20px;
  width: 100%;
}

section.service-detail .svs-img-detail img.img-fluid {
  width: 100%;
  height: 670px;
  object-fit: cover;
  border-radius: 22px;
  transition: 1.3s;
}

section.service-detail .svs-img-detail img.img-fluid:hover {
  transform: scale(1.1);
}

section.service-detail h2 {
  color: #000;
}

section.service-detail p {
  line-height: 30px;
  text-align: justify;
}

section.service-detail .siteBtn {
  display: inline-block;
  margin-top: 10px;
}

section.reviews.testimonialPage .box {
  margin: 0px 0px 20px;
}

/* Reach Out st */

section.reach-out {
  padding: 120px 0;
  text-align: center;
}

section.reach-out form .formfiel {
  margin-bottom: 24px;
}

section.reach-out form .formfiel input#date {
  text-transform: uppercase;
  display: inline-block;
}

section.reach-out form .formfiel input#date:focus {
  outline: 0px;
}

section.reach-out form .formfiel textarea {
  height: 200px;
}

section.reach-out form .siteBtn {
  margin: 0px auto;
  width: 100%;
}

section.reach-out form .siteBtn button span {
  font-weight: 500;
  letter-spacing: 0px;
}

section.reach-out form .siteBtn button {
  width: 100%;
  border-radius: 10px;
  line-height: 30px;
}

section.reach-out form .formfiel textarea::placeholder {
  font-weight: 500;
  opacity: 70%;
}

section.reach-out form .formfiel input::placeholder {
  font-weight: 500;
  opacity: 70%;
}
section.reach-out form .formfiel select {
  font-weight: 500;
  color: #000000b4;
}

/* ========= */
section.reach-out .requestForQuot {
  display: block;
  width: 50%;
}

section.reach-out .requestForQuot .quotebox input {
  display: none;
}

section.reach-out .requestForQuot .quotebox label {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 5px 4px 5px 45px;
  cursor: pointer;
}

section.reach-out .requestForQuot .quotebox label:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 80%;
  border: 2px solid #ffb700;
  left: 0;
  top: 2px;
  box-sizing: border-box;
  background: transparent;
  transition: 0.9s;
  cursor: pointer;
  border-radius: 5px;
}

section.reach-out
  .requestForQuot
  .quotebox
  input[type="checkbox"]:checked
  + label::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  left: 12px;
  top: 7px;
  box-sizing: border-box;
  background: transparent;
  transition: 0.9s;
  cursor: pointer;
  border-width: 0px 3px 2px 0px;
  border-color: #cd0e29;
  border-style: solid;
  transform: rotate(45deg);
}

/* team css st  */

section.team {
  padding: 100px 0 130px;
}

section.team .center-heading {
  margin-bottom: 40px;
}

section.team .center-heading h3 {
  color: #000;
}

section.team .center-heading p {
  width: 63%;
  margin: 0px auto;
  line-height: 30px;
  color: #797979;
}

section.team .team-card {
  position: relative;
  transition: all 0.4s;
}

section.team .team-card .team-profile {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.49s;
}

section.team .team-card .team-profile img {
  width: 100%;
  height: 450px;
  object-fit: fill;
  border-radius: 20px;
  transition: 1.49s;
}

section.team .team-card .team-name {
  position: relative;
  border-radius: 20px;
  padding: 16px 30px;
  background: #ffb700;
  text-align: center;
  width: 90%;
  margin: 0px auto;
  margin-top: -50px;
  transition: 1.4s;
}

section.team .team-card .team-name h3 {
  font-size: 35px;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #000;
  line-height: 45px;
  transition: 1.1s;
  margin-bottom: 0px;
}

section.team .team-card .team-name h5 {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 500;
  color: #000;
  transition: 1.1s;
  text-transform: uppercase;
}

section.team .team-card:hover .team-profile img {
  filter: brightness(0.8);
  transform: scale(1.1);
}

section.team .team-card:hover .team-name {
  background: #cd0e29;
  width: 100%;
}

section.team .team-card:hover .team-name h3 {
  color: #ffff;
}

section.team .team-card:hover .team-name h5 {
  color: #fff;
}

/* Contct Us page start  */

section.contact-page {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

section.contact-page .quick-links {
  position: relative;
  padding-top: 44px;
}

section.contact-page h3 {
  color: #000;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 45px;
}

section.contact-page .quick-links p {
  line-height: 30px;
}

section.contact-page ul.linkingList {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0;
  margin-top: 40px;
}

section.contact-page ul.linkingList li {
  display: flex;
  align-items: center;
  gap: 30px;
}

section.contact-page ul li .img {
  position: relative;
}

section.contact-page ul.linkingList li .text h6 {
  margin: 0;
  color: #000;
  transition: 0.9s;
  font-size: 19px;
  font-weight: 500;
  font-family: "Poppins";
}

section.contact-page ul.linkingList li .text a {
  color: #555555;
  display: inline-block;
  transition: 0.9s;
}

section.contact-page ul.linkingList li .img img {
  width: auto;
  transition: 0.9s;
  cursor: pointer;
}

section.contact-page ul.linkingList li:hover .img img {
  transform: rotate(20deg);
}

section.contact-page ul.linkingList li:hover .text h6 {
  color: #dba514;
  transform: translate(10px, 0px);
}

section.contact-page ul.linkingList li:hover .text a {
  color: #dba514;
  transform: translate(10px, 0px);
}

/* ========================= */

section.contact-page form {
  position: relative;
  background: #ffffff8a;
  border-radius: 30px;
  padding: 40px 40px 50px 40px;
  border: 1px solid #dddddd;
}

section.contact-page form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 20px;
  border-radius: 6px;
  color: #000000;
  font-weight: 500;
  transition: 0.6s;
  border: 1px solid #d2d2d2;
}

section.contact-page form input::placeholder {
  color: #9d9a9a;
}

section.contact-page form textarea#message {
  width: 100%;
  margin-bottom: 20px;
  border: 0px;
  padding: 18px 20px;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  transition: 0.6s;
  height: 150px;
  resize: unset;
  position: relative;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}

section.contact-page form textarea#message::placeholder {
  color: #9d9a9a;
}

section.contact-page form .brtns {
  display: block;
}

section.contact-page form .brtns button {
  border: 0;
  display: inline-block;
  padding: 14px 0px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.9s;
  background: #ffc30d;
  width: 220px;
  font-weight: 500;
}

section.contact-page form .brtns button:hover {
  transform: translate(0px, -6px);
  filter: brightness(0.7);
}

section.contact-page form h2 {
  color: #000;
  margin-bottom: 20px;
}

section.map-connect {
  position: relative;
  overflow: hidden;
}

section.map-connect .container-fluid {
  padding: 0;
}

section.map-connect iframe {
  height: 600px;
}

section.contact-page form h3 {
  margin-bottom: 28px;
}

section.contact-page .social ul {
  justify-content: flex-start;
  align-items: flex-start;
}

section.contact-page .social ul li a i {
  color: #000;
  border: 1px solid #000;
  border-radius: 45px;
}

section.contact-page .social {
  margin-top: 40px;
}

section.contact-page .social ul li a i:hover {
  color: #fff;
  border: transparent;
  filter: drop-shadow(2px 4px 26px black);
}

/* ======== */

section.portfolio {
  padding: 100px 0;
}

.center-heading h2 {
  font-size: 50px;
  line-height: 50px;
  color: #000;
}

.center-heading p {
  width: 60%;
  margin: 10px auto 24px auto;
  line-height: 28px;
  color: #5e5d5d;
}

section.portfolio .portfolio_img {
  position: relative;
}

section.portfolio .portfolio_img img.img-fluid {
  width: 100%;
  height: 550px;
  object-fit: fill;
  position: relative;
  border-radius: 20px;
  transition: 1.2s;
  display: inline-block;
}

section.portfolio .row .col-xl-4.col-lg-4.col-md-4 {
  padding: 0;
}

section.portfolio .portfolio_img a {
  display: block;
  width: auto;
  padding: 5px;
}

section.portfolio .portfolio_img img.img-fluid:hover {
  filter: brightness(0.5);
  transform: translate(0px, -2px);
}

.news-letter .chate h4 a {
  color: #fff;
}

footer.footerSec .menuSec {
  padding: 0;
}

footer.footerSec .foot-useful-link.menuSec ul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0px;
  gap: 0px;
}

.btnsWraper.d-flex.align-items-center {
  justify-content: center;
  width: 52%;
  margin: 0px auto;
  margin-top: 10px;
}

/* ==== v1 ============== */

section.service-detail ul.detail-listing {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.service-detail ul.detail-listing li span {
  display: inline-block;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  transition: 0.9s;
}

section.service-detail ul.detail-listing li {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.9s;
}

section.service-detail ul.detail-listing li i {
  color: #cd0e29;
  transition: 0.9s;
}

section.service-detail ul.detail-listing li i {
  color: #cd0e29;
}

section.service-detail ul.detail-listing li:hover i {
  transform: translate(8px, 0px);
}

section.service-detail ul.detail-listing li:hover span {
  color: #cf1328;
  text-decoration: underline;
}

section.service-detail h2 {
  font-size: 30px;
}

section.service-detail .ssUlListing {
  gap: 60px;
}

section.service-detail .svc-detail-txt {
  padding-left: 20px;
}

section.service-detail .row {
  align-items: center;
}

/* ============ */

section.serive-Gallery {
  position: relative;
  overflow: hidden;
  padding: 20px 0 120px;
}

section.serive-Gallery .serviceGallery_img {
  position: relative;
}

section.serive-Gallery .serviceGallery_img a img {
  position: relative;
  transition: 0.9s;
  border-radius: 8px;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  animation: initial;
  margin: 9px 0;
}

section.serive-Gallery .serviceGallery_img a img:hover {
  filter: brightness(0.5);
  transform: scale(1.02);
}



@media only screen and (min-width: 1200px) and (max-width: 1365px){
section.banner .bannertxt {
    padding-left: 10px;
}

h1 {
    font-size: 51px;
}

section.banner .item .row:before {
    left: -125px;
    bottom: 16px;
}

.ab-txt h3 br {
    display: none;
}

section.about .ab-txt ul li span {
    font-size: 15px;
}

section.quote .quote-content .txt-quote h3 {
    font-size: 43px;
}

.news-letter .chate {
    padding: 18px 8px 19px 12px;
}

footer .news-letter p {
    font-size: 13px;
}

section.about h3 {
    font-size: 40px;
}

section.banner {
    padding-top: 140px !important;
}

.serivce-card .svc-txt h3 {
    font-size: 19px;
}

.serivce-card .svc-txt {
    height: unset;
}

section.service {
    padding: 60px 0 30px;
}

section.hand_made .hand-txt h2 {
    font-size: 39px;
}
section.banner.innerPg_Banner {
    padding-top: 250px !important;
    
}

section.banner.innerPg_Banner .bannertxt {
    padding-left: 42px !important;
}
section.banner.innerPg_Banner .row .bannertxt h1 {
    font-size: 50px;
}
.header-logo a img {
    width: 164px;
    height: 117px;
    object-fit: contain;
}
.menuSec ul {
    justify-content: left;
}
section.banner.innerPg_Banner .banner-slide-img img.img-fluid {
    height: 330px;
}

    
}

@media only screen and (min-width: 992px) and (max-width: 1199px){

.header-logo a img {
    width: 170px;
    height: 120px;
    object-fit: contain;
}
section.about .ab-img-wraper .imgs:hover .siml-img {
    transform: none;
}
.menuSec ul {
    gap: 20px;
    justify-content: left;
}

.menuSec ul li a {
    font-size: 14px;
}

.large-btn.yellow-bg {
    padding: 16px 11px;
    font-size: 13px;
}

section.banner .col-xl-6.col-lg-6.col-md-6.coleft {
    /* width: 100%; */
}

section.banner .bannertxt {
    padding-left: 0px !important;
}

h1 {
    font-size: 32px;
    line-height: 48px;
}
  

section.banner .bannertxt .social {
    bottom: -60px;
}

section.banner .colRight {
    /* width: 100%; */
}

section.banner .banner-slide-img img.img-fluid {
    height: 440px !important;
    object-fit: contain !important;
    margin-left: 0;
}
    section.banner.innerPg_Banner.wow.fadeInLeft {
        padding-top: 74px !important;
        padding-bottom: unset !important;
        height: 490px;
        display: flex;
        align-items: center;
    }
section.banner .banner-slide-img {
    margin-top: 0px;
    margin-bottom: 0px;
}

section.banner button.slick-next.slick-arrow {
    right: 45%;
    top: 96%;
}

section.banner button.slick-prev.slick-arrow {
    left: 50%;
    top: 96%;
}

section.banner {
    padding-top: 154px !important;
    padding-bottom: 80px !important;
}

section.about {
    padding: 100px 0 40px;
}

section.about .col-xl-6.col-md-6.col-lg-6.colef {
    width: 100%;
}

section.about .col-xl-6.col-md-6.col-lg-6.colright {
    width: 100%;
}

h3 {
    font-size: 30px;
}

.ab-txt h3 br {
    display: none;
}

h2 {
    font-size: 37px;
}

section.quote .quote-content:hover .quote-man-img img {
    transform: translate(-20px, 0px);
}

section.quote .quote-content .txt-quote {
    padding: 38px 20px;
    border-radius: 14px;
}
section.banner.innerPg_Banner .row .bannertxt h1 {
    top: unset;
    font-size: 45px;
}
section.portfolio .portfolio_img img.img-fluid {
    height: 360px;
}
section.banner.innerPg_Banner .row .bannertxt {
    padding-left: 20px !important;
}
    section.banner .item .row:before {
        left: 50px;
        bottom: -5px;
        z-index: 999;
    }
section.contact-page .col-lg-5.colRight {
    width: 40% !important;
}

section.contact-page .col-lg-7.collefts {
    width: 60%;
}

section.contact-page form {
    padding: 40px 40px 40px 27px;
}

section.contact-page form h3 {
    font-size: 23px;
    line-height: 21px;
}

section.contact-page {
    padding: 54px 0;
}

.footer-about p {
    line-height: 23px;
    font-size: 12px;
}

footer h6 {
    margin-bottom: 20px;
    font-size: 16px;
}

footer .news-letter p {
    font-size: 11px;
}
.serivce-card .svc-txt h3 {
    font-size: 16px;
}
section.about .ab-txt {
    margin-top: 40px;
}
.serivce-card .svc-txt {
    height: unset;
    padding: 23px 8px 40px 12px;
}
.news-letter .chate {
    padding: 11px 6px 12px 8px;
    gap: 9px;
}

.news-letter .chate .chate-txt h4 {
    font-size: 18px;
}
section.reviews {
    padding: 30px 0 !important;
}
section.about .ab-img-wraper .imgs:hover .exp-box {
        transform: none;
        /*border-radius: 0px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){

.header-logo a img {
    width: 170px;
    height: 120px;
    object-fit: contain;
}
section.about .ab-img-wraper .imgs:hover .siml-img {
    transform: none;
}

.menuSec ul {
    gap: 20px;
    justify-content: left;
}

.menuSec ul li a {
    font-size: 14px;
}

.large-btn.yellow-bg {
    padding: 16px 11px;
    font-size: 13px;
}

section.banner .col-xl-6.col-lg-6.col-md-6.coleft {
    /* width: 100%; */
}

section.banner .bannertxt {
    padding-left: 0px !important;
    margin-bottom: 30px;
}

h1 {
    font-size: 24px;
    line-height: 44px;
}
section.banner .bannertxt p {
    font-size: 13px;
    padding: 0px 0;
    word-spacing: 2px;
}
section.banner .bannertxt .social {
    bottom: -51px;
}

section.banner .colRight {
    /* width: 100%; */
}

section.banner .banner-slide-img img.img-fluid {
    height: 364px !important;
    object-fit: contain !important;
    margin-left: 0px;
}

section.banner .banner-slide-img {
    margin-top: 0px;
    margin-bottom: 0px;
}

section.banner button.slick-next.slick-arrow {
    right: 43%;
    top: 96%;
}

section.banner button.slick-prev.slick-arrow {
    left: 50%;
    top: 96%;
}

section.banner {
    padding-top: 114px !important;
    padding-bottom: 60px !important;
}

section.about {
    padding: 100px 0 40px;
}

section.about .col-xl-6.col-md-6.col-lg-6.colef {
    width: 100%;
}

section.about .col-xl-6.col-md-6.col-lg-6.colright {
    width: 100%;
}

h3 {
    font-size: 30px;
}

.ab-txt h3 br {
    display: none;
}

h2 {
    font-size: 37px;
}

section.quote .quote-content:hover .quote-man-img img {
    transform: translate(-20px, 0px);
}

section.quote .quote-content .txt-quote {
    padding: 38px 20px;
    border-radius: 14px;
}
section.banner.innerPg_Banner .row .bannertxt h1 {
    top: unset;
    font-size: 45px;
}
section.portfolio .portfolio_img img.img-fluid {
    height: 360px;
}
section.banner.innerPg_Banner .row .bannertxt {
    padding-left: 20px !important;
}
    section.banner .item .row:before {
        left: 50px;
        bottom: -5px;
        z-index: 999;
    }
section.contact-page .col-lg-5.colRight {
    width: 40% !important;
}

section.contact-page .col-lg-7.collefts {
    width: 60%;
}

section.contact-page form {
    padding: 40px 40px 40px 27px;
}

section.contact-page form h3 {
    font-size: 23px;
    line-height: 21px;
}

section.contact-page {
    padding: 54px 0;
}
footer.footerSec .col-lg-3.co-md-6.col-sm-12 {
    width: 50%;
}

.footer-about p {
    line-height: 23px;
    font-size: 12px;
}

footer h6 {
    margin-bottom: 20px;
}

footer .news-letter p {
    font-size: 11px;
}
.serivce-card .svc-txt h3 {
    font-size: 17px;
}
section.about .ab-txt {
    margin-top: 40px;
}
section.service .col-xl-4.col-lg-4.col-md-4 {
    width: 50%;
}
.serivce-card .svc-txt {
    height: unset;
}
section.reviews {
    padding: 30px 0 !important;
}
section.hand_made .hand-txt h2 span {
    display: unset;
}
section.banner.innerPg_Banner.wow.fadeInLeft {
    padding-bottom: unset !important;
    height: 450px;
    display: flex;
    align-items: center;
    }
    section.about .ab-img-wraper .imgs:hover .exp-box {
        transform: none;
        /*border-radius: 0px;*/
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px){
 .header-logo a img {
        width: 60%;
        object-fit: contain;
        margin-top: 10px;
        height: 110px;
    }
    section.about .ab-img-wraper .imgs:hover .siml-img {
        transform: none;
    }
    
    .header-logo a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }    
    header .siteBtn {
        display: block;
        float: none;
        text-align: center;
    }
    .large-btn {
        padding: 8px 30px;
    }
    header{
        top:unset;
    }
    .menuSec {
        padding: 0px 0 0px;
    }
    section.banner .bannertxt {
        padding-left: 0px !important;
        padding-right: 0 !important;
    }
    section.banner .item.slick-slide{
        margin:0;
    }
    h1 {
        font-size: 9.1vw !important;
        line-height: 1.4 !important;
    }
    section.banner .bannertxt .social {
        position: relative;
        bottom: -6px;
        display: flex;
    }
    section.banner .banner-slide-img img.img-fluid {
        height: 280px !important;
        object-fit: scale-down;
        margin-top: 20px;
        width: 100% !important;
        transform: scaleX(1) !important;
        object-fit: cover !important;
    }
    section.banner .item .row:before{
        display:none;
    }
    section.banner {
        padding-top: 220px !important;
        padding-bottom: 40px !important;
    }
    section.banner button.slick-next.slick-arrow {
        right: 40%;
    }
    section.banner button.slick-prev.slick-arrow {
        left: 40%;
    }
    section.about .ab-img-wraper .imgs {
        padding: 0 0px 20px 0px;
    }
    section.about .ab-img-wraper:before {
        left: -2px;
        top: -15px;
    }
    section.about .ab-img-wraper .big-img img.img-fluid {
        height: 240px;
    }
    section.about .ab-img-wraper .siml-img img.img-fluid {
        height: 140px;
        width: 100%;
    }
    section.about .ab-img-wraper .imgs .exp-box {
        box-shadow: 1px 1px 20px 0px #1f1f1f4d;
        top: -50px;
    }
    section.about .ab-img-wraper .siml-img {
        left: 50%;
        transform: translateX(-50%);
        width:50%;
    }
    section.about .ab-txt {
        padding-left: 0;
        margin-top: 40px;
    }
    section.about h3 {
        color: #000;
        font-size: 21px;
    }
    section.about h4.subtitle.orangeRed-clr {
        font-size: 16px;
    }
    section.about p {
        width: 100%;
        text-align: left;
    }
    section.about .ab-txt ul {
        margin: 10px 0 10px;
    }
    section.about {
        padding: 100px 0 50px;
    }
    .center-heading h2 {
        font-size: 27px;
        line-height:1.2;
    }
    h4 {
        font-size: 18px;
    }
    .serivce-card .svc-txt h3 {
        font-size: 22px;
        line-height: 30px;
    }
    section.service button.slick-prev.slick-arrow {
        left: 10px;
        transform: scale(1);
    }
    section.service button.slick-next.slick-arrow {
        transform: scale(1);
        right: 10px;
    }
    .small-btn {
        padding: 8px 24px;
    }
    h2 {
        font-size: 25px;
    }
    section.hand_made img.img-fluid.hand_made-bg-img {
        height: 350px;
    }
    section.quote .quote-content .txt-quote {
        padding: 20px;
    }
    h3 {
        font-size: 24px;
    }
    form .formfiel input {
        padding: 0px 14px;
        height: 48px;
    }
    form .formfiel select {
        padding: 0px 14px;
        height: 48px;
    }
    form .formfiel textarea {
        padding: 10px 14px;
    }
    footer.footerSec {
        padding: 40px 0 20px;
        background-size:cover;
    }
    footer .footerLogo img {
        width: 50%;
    }
    footer .footer-about {
        padding-right: 0;
    }
    footer h6 {
        margin-bottom: 20px;
    }
    footer .foot-useful-link{
        margin-bottom:20px;
    }
    .foot-quick-links ul {
        gap: 6px;
    }
    section.quote .quote-content .txt-quote h3 {
    font-size: 21px;
    }
    p {
    font: 14px "Poppins", sans-serif !important;
    line-height: 23px !important;
    }

    section.about h3 br {
    display: none;
    }
    section.banner.innerPg_Banner .bannertxt {
    margin-top: 27px;
    }
    section.hand_made .hand-txt h2 span {
    display: unset;
    }
    .serivce-card .svc-txt {
    height: 160px;
    }
    section.portfolio .portfolio_img img.img-fluid {
    height: 430px;
    }
    section.reviews {
    padding: 50px 0 !important;
    }
    section.contact-page form {
    padding: 28px 17px 29px 16px;
    }

    section.contact-page h3 {
    font-size: 23px;
    line-height: 36px;
    }

    section.contact-page form input {
    padding: 10px 20px;
    }

    section.contact-page form textarea#message {
    height: 118px;
    }

    section.contact-page form .brtns button {
    width: 100%;
    }
    section.contact-page ul.linkingList {
    margin-top: 0px;
    margin-bottom: 30px;
    }
    section.contact-page {
    padding: 36px 0 90px;
   }
   section.reach-out {
    padding: 69px 0;
   }
   section.portfolio .row .col-xl-4.col-lg-4.col-md-4 {
    width: 50%;
   }
   .textwidget.custom-html-widget p {
        font-size: 13px !important;
    }
    section.about .ab-img-wraper .imgs:hover .exp-box {
        transform: none;
        /*border-radius: 0px;*/
    }
    
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .header-logo a img {
        width: 60%;
        object-fit: contain;
        margin-top: 10px;
        height: 110px;
    }
    section.about .ab-img-wraper .imgs:hover .siml-img {
        transform: none;
    }
    
    .header-logo a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }    
    header .siteBtn {
        display: block;
        float: none;
        text-align: center;
    }
    .large-btn {
        padding: 8px 30px;
    }
    header{
        top:unset;
    }
    .menuSec {
        padding: 0px 0 0px;
    }
    section.banner .bannertxt {
        padding-left: 0px !important;
        padding-right: 0 !important;
    }
    section.banner .item.slick-slide{
        margin:0;
    }
    h1 {
        font-size: 9.1vw !important;
        line-height: 1.4 !important;
    }
    section.banner .bannertxt .social {
        position: relative;
        bottom: -6px;
        display: flex;
    }
    section.banner .banner-slide-img img.img-fluid {
        height: 280px !important;
        object-fit: scale-down;
        margin-top: 20px;
        width: 100% !important;
        transform: scaleX(1) !important;
        object-fit: cover !important;
    }
    section.banner .item .row:before{
        display:none;
    }
    section.banner {
        padding-top: 220px !important;
        padding-bottom: 40px !important;
    }
    section.banner button.slick-next.slick-arrow {
        right: 40%;
    }
    section.banner button.slick-prev.slick-arrow {
        left: 40%;
    }
    section.about .ab-img-wraper .imgs {
        padding: 0 0px 20px 0px;
    }
    section.about .ab-img-wraper:before {
        left: -2px;
        top: -15px;
    }
    section.about .ab-img-wraper .big-img img.img-fluid {
        height: 240px;
    }
    section.about .ab-img-wraper .siml-img img.img-fluid {
        height: 140px;
        width: 100%;
    }
    section.about .ab-img-wraper .imgs .exp-box {
        box-shadow: 1px 1px 20px 0px #1f1f1f4d;
        top: -50px;
    }
    section.about .ab-img-wraper .siml-img {
        left: 50%;
        transform: translateX(-50%);
        width:50%;
    }
    section.about .ab-txt {
        padding-left: 0;
        margin-top: 40px;
    }
    section.about h3 {
        color: #000;
        font-size: 21px;
    }
    section.about h4.subtitle.orangeRed-clr {
        font-size: 16px;
    }
    section.about p {
        width: 100%;
        text-align: left;
    }
    section.about .ab-txt ul {
        margin: 10px 0 10px;
    }
    section.about {
        padding: 100px 0 0;
    }
    .center-heading h2 {
        font-size: 27px;
        line-height:1.2;
    }
    h4 {
        font-size: 18px;
    }
    .serivce-card .svc-txt h3 {
        font-size: 16px;
        line-height: 30px;
    }
    section.service button.slick-prev.slick-arrow {
        left: 10px;
        transform: scale(1);
    }
    section.service button.slick-next.slick-arrow {
        transform: scale(1);
        right: 10px;
    }
    .small-btn {
        padding: 8px 24px;
    }
    h2 {
        font-size: 25px;
    }
    section.hand_made img.img-fluid.hand_made-bg-img {
        height: 350px;
    }
    section.quote .quote-content .txt-quote {
        padding: 20px;
    }
    h3 {
        font-size: 24px;
    }
    form .formfiel input {
        padding: 0px 14px;
        height: 48px;
    }
    form .formfiel select {
        padding: 0px 14px;
        height: 48px;
    }
    form .formfiel textarea {
        padding: 10px 14px;
    }
    footer.footerSec {
        padding: 40px 0 20px;
        background-size:cover;
    }
    footer .footerLogo img {
        width: 50%;
    }
    footer .footer-about {
        padding-right: 0;
    }
    footer h6 {
        margin-bottom: 20px;
    }
    footer .foot-useful-link{
        margin-bottom:20px;
    }
    .foot-quick-links ul {
        gap: 6px;
    }
    section.quote .quote-content .txt-quote h3 {
    font-size: 21px;
    }
    p {
    font: 14px "Poppins", sans-serif !important;
    line-height: 23px !important;
    }

    section.about h3 br {
    display: none;
    }
    section.banner.innerPg_Banner .bannertxt {
    margin-top: 27px;
    }
    section.hand_made .hand-txt h2 span {
    display: unset;
    }
    .serivce-card .svc-txt {
        height: unset;
    }
    section.portfolio .portfolio_img img.img-fluid {
    height: 430px;
    }
    section.reviews {
    padding: 50px 0 !important;
    }
    section.contact-page form {
    padding: 28px 17px 29px 16px;
    }

    section.contact-page h3 {
    font-size: 23px;
    line-height: 36px;
    }

    section.contact-page form input {
    padding: 10px 20px;
    }

    section.contact-page form textarea#message {
    height: 118px;
    }

    section.contact-page form .brtns button {
    width: 100%;
    }
    section.contact-page ul.linkingList {
    margin-top: 0px;
    margin-bottom: 30px;
    }
    section.contact-page {
    padding: 36px 0 90px;
   }
   section.reach-out {
    padding: 69px 0;
   }
   section.service {
    padding: 60px 0 30px;
   }
   section.quote .quote-content .quote-man-img img {
        width: 100%;
        object-fit: contain;
        width: 30%;
    }
    section.quote .quote-content .quote-man-img {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    section.about .ab-img-wraper .imgs:hover .exp-box {
        transform: none;
        /*border-radius: 0px;*/
    }

}

    








































