@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/***** General CSS *****/

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

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

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

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;
}

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;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

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

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

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

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

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

img {
  max-width: 100%;
}

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

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}


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

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Barlow", sans-serif;
  font-size: 80px;
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: 1.1;
}

h2 {
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
  text-transform: uppercase;
  line-height: 1;
}

h3 {
  font-family: "";
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 1.8;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
  position: relative;
  z-index: 1;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 30px 30px 30px 0px;
}

.menuSec ul#menu li:last-child a {
  padding: 0;
}

.menuSec ul#menu .active:before {
  content: "";
  position: absolute;
  background-color: #f0e7df;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  clip-path: polygon(39% 0, 100% 0, 65% 100%, 0% 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.theme-btn-1 {
  /* background-image: -webkit-linear-gradient(
    0deg,
    rgb(136, 84, 34) 0%,
    rgb(182, 139, 97) 100%
  ); */
  padding: 16px 40px 16px 28px;
  color: #fff;
  font-size: 16px;
  position: relative;
  border-radius: 5px;
}

.menuSec ul#menu .active {
  position: relative;
  z-index: 9999;
  padding: 30px 35px !important;
}

.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: #8a5625;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  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>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

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

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

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

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.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;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

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

.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;
}
.menuSection {
    padding: 30px 0 20px;
}
.header-logo a img {
    width: 90%;
}
.header-logo {
    text-align: center;
}



.menuSection .row {
  padding: 0px 0px 0px 10px;
  border-radius: 12px;
  position: relative;
}

.theme-btn-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg,
      rgb(136, 84, 34) 0%,
      rgb(182, 139, 97) 100%);
  border-radius: 11px;
  transform: skewX(-28deg);
  left: 0;
  top: 0;
  transition: 0.4s;
}

.theme-btn-1:after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: -webkit-linear-gradient(0deg,
      rgb(136, 84, 34) 0%,
      rgb(182, 139, 97) 100%);
  height: 100%;
  top: 0;
  left: -12px;
  border-radius: 10px;
  transition: 0.5s;
}

.theme-btn-1 span {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.menuSection .row:before {
    position: absolute;
    content: "";
    /* width: 97%; */
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    transform: skewX(-28deg);
    top: 0;
    right: 0;
}

/*.menuSection .row:after {
    position: absolute;
    content: "";
    width: 80%;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}
*/
.header-logo {
    position: relative;
    z-index: 1;
    background: #ffffff;
    margin-bottom: -40px;
    margin-top: -40px;
}

.menuSection-btn {
  position: relative;
  z-index: 1;
}

.theme-btn-1:hover:after {
  transform: unset;
  width: 0%;
  opacity: 0;
}

.theme-btn-1:hover:before {
  width: 100%;
  transform: unset;
}

.theme-btn-1:hover span {
  color: #fff;
}

/* Header Ends */

/*Main Banner Start*/

.main-banner-sec {
  padding: 25px 0;
}

.main-banner-heading {
  text-align: center;
}

.theme-heading-1 {
  font-family: "Barlow", sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-transform: uppercase;
}

.theme-heading-1:before {
  content: "";
  position: absolute;
  background-image: url(../images/heading-line.png);
  width: 100px;
  height: 1px;
  background-size: cover;
  left: -120px;
}

.theme-heading-1:after {
  content: "";
  position: absolute;
  background-image: url(../images/heading-line.png);
  width: 100px;
  height: 1px;
  background-size: cover;
  right: -120px;
  transform: rotate(180deg);
}

.main-banner-heading h1 {
  margin-top: 5px;
}

.main-banner-heading p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.main-banner-images-row {
  margin-top: 30px;
}

.main-banner-images img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 10px;
}

.header-banner-background {
  background: #f3eeea;
}

/*Main Banner Ends*/

/*About Us Start*/


.about-us-heading label.theme-heading-1 {
  margin: inherit;
  margin-left: 120px;
}

.about-us-heading h2 span {
  display: block;
}

.about-us-heading h2 {
  margin-top: 5px;
}

.about-us-text {
  text-align: end;
}

.about-us-text p span {
  display: block;
}

.about-us-text p {
  margin-bottom: 12px;
}

.about-us-images {
  margin-top: 30px;
}

.about-us-images img {
  width: 100%;
  height: 336px;
  object-fit: cover;
  border-radius: 10px;
}

.about-us-number-box {
  background: #f6f1ec;
  padding: 20px 20px;
  border-radius: 10px;
  transition: 0.5s;
}

.about-us-number-box:hover * {
  color: #ffff;
}

.about-us-number-box:hover p {
  color: #d0b9a3;
}

.about-us-number-row {
  margin-top: 30px;
}

.about-us-number-box h2 {
  margin-bottom: 8px;
}

.about-us-number-box p {
  line-height: 20px;
  color: #62605e;
  font-size: 13px;
}

.about-us-number-box:hover {
  background-image: -webkit-linear-gradient(0deg,
      rgb(137, 86, 36) 0%,
      rgb(180, 136, 95) 100%);
  transition: 0.5s;
}

/*About Us Ends*/

/*Our services Start */

.our-services-heading {
  text-align: center;
}

.our-services-heading h2 {
  margin-top: 5px;
}

.our-services-heading h2 {
  margin-bottom: 8px;
}

.our-services-heading p {
  width: 44%;
  margin: 0 auto;
  color: #7c7c7c;
  line-height: 1.6;
}

.our-services-box-row {
  background: #f6f1ec;
  padding: 20px 12px 20px 40px;
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #00000045;
  margin-top: 20px;
}

.our-services-box-row.chg .our-services-box-text {
  padding-left: 20px;
}

.our-services-box-row.chg {
  padding: 20px 12px 20px 12px;
}

.our-services-box-text p {
  color: #7c7c7c;
  margin-bottom: 12px;
}

.our-services-box-row .row {
  align-items: center;
}

.our-services-box-images img {
  width: 100%;
  border-radius: 10px;
  height: 330px;
  object-fit: cover;
}

.our-services-box-text h2 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 600;
}

.our-services-button-row {
  margin-top: 35px;
  text-align: center;
}

/*Our services Ends */

/*Why Choose Us Start*/

.why-choose-us-back-images img {
    width: 100%;
    height: 514px;
    object-fit: cover;
    object-position: top;
}

.why-choose-us-text-box {
  box-shadow: 0 0 10px 0 #00000069;
  border-radius: 8px;
  padding: 30px 30px;
  margin-top: -100px;
  background: #fff;
  height: 321px;
}

.why-choose-us-text-box .theme-heading-1 {
  margin: 0;
  margin-left: 120px;
}

.why-choose-us-text-box h2 {
  margin-top: 10px;
}

.why-choose-us-text-box p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #666666;
}

.why-choose-us-points-box {
  box-shadow: 0 0 10px 0 #00000069;
  border-radius: 8px;
  padding: 30px 30px;
  margin-top: -100px;
  background: #fff;
  height: 321px;
}

.why-choose-us-points-heading h2 {
  font-size: 30px;
  margin-bottom: 7px;
}

.why-choose-us-points-heading {
  padding: 5px 0;
}

.why-choose-us-points-heading p {
  color: #666666;
}

/*Why Choose Us Ends*/

/*Faqs Start*/

.faqs-heading-box h2 span {
  display: block;
}

.faqs-heading-box h2 {
  margin-bottom: 12px;
}

.faqs-heading-box label.theme-heading-1 {
  margin: 0;
  margin-left: 120px;
  margin-bottom: 12px;
}

.faqs-heading-box p {
  margin-bottom: 15px;
}

.main-faqs-box .accordion-item {
  background-color: #fff;
  margin-bottom: 0px;
  border: none !important;
 
}

.main-faqs-box .accordion-body {
  padding: 5px 10px 10px;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 600;
}

.main-faqs-box .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 10px 5px;
  font-size: 1rem;
  color: #212529;
  color: #000;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.main-faqs-box .accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.main-faqs-box .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #ffff;
  box-shadow: inherit;
}

.main-faqs-box .accordion-button::after {

  content: "";
  background-image: inherit;

}

.main-faqs-box .accordion-button::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 50%;
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, rgb(137, 86, 36) 0%, rgb(180, 136, 95) 100%) !important;
  background-size: cover;
}


/*Faqs Ends*/

/*Our Testimonials Start */

.our-testimonials-heading {
  text-align: center;
}

.our-testimonials-heading h2 {
  margin-top: 5px;
  margin-bottom: 8px;
}

.our-testimonials-heading p {
  color: #7c7c7c;
  width: 41%;
  margin: 0 auto;
  line-height: 1.7;
}

ul.our-testimonials-images li img {
  width: 65px;
  border-radius: 50%;
  height: 65px;
  object-fit: cover;
}

.our-testimonials-silder .slick-active {
  opacity: 1.5;
}

ul.our-testimonials-images {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.our-testimonials-silder-items p {
  color: #666666;
  line-height: 1.6;
}


ul.our-testimonials-star li i {
  color: #f9ae0e;
}

ul.our-testimonials-star {
  margin-bottom: 12px;
}

.our-testimonials-silder-items {
  border: 1px solid #dadada;
  padding: 25px 25px;
  border-radius: 12px;
  position: relative;
}

ul.our-testimonials-images li h2 {
  font-size: 16px;
  font-weight: 600;
}

ul.our-testimonials-images li p {
  font-size: 12px;
  color: #4e4e4e;
}

.our-testimonials-silder .slick-slide {
  margin: 55px 8px 20px;
}

.our-testimonials-icon a img {
  width: 23px;
  height: 19px;
  object-fit: cover;
}

.our-testimonials-icon a {
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background: #fff;
}

.our-testimonials-icon {
  position: absolute;
  top: -25px;
  right: 25px;

}

.our-testimonials-silder .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1.2;
}

.our-testimonials-silder .slick-slide.slick-current.slick-active.slick-center .our-testimonials-silder-items {
  background-image: -webkit-linear-gradient(0deg, rgb(137, 86, 36) 0%, rgb(180, 136, 95) 100%);
}

.our-testimonials-silder .slick-slide.slick-current.slick-active.slick-center .our-testimonials-silder-items * {
  color: #fff;
}

.our-testimonials-silder .slick-slide.slick-current.slick-active.slick-center .our-testimonials-icon a {
  background-image: -webkit-linear-gradient(0deg, rgb(137, 86, 36) 0%, rgb(180, 136, 95) 100%);
}

.our-testimonials-silder .slick-slide.slick-current.slick-active.slick-center .our-testimonials-icon a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(999%) hue-rotate(60deg) brightness(119%) contrast(96%);
}

.our-testimonials-silder .slick-slide.slick-current.slick-active.slick-center ul.our-testimonials-images li img {
  border: 2px solid #ffff;
}

.our-testimonials-silder .slick-prev:before {
  content: '\f060';
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-size: 16px;
}

.our-testimonials-silder .slick-prev {
  left: -45px;
}

.our-testimonials-silder button.slick-prev.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, rgb(137, 86, 36) 0%, rgb(180, 136, 95) 100%);
}

.our-testimonials-silder .slick-next:before {
  content: '\f061';
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-size: 16px;
}

.our-testimonials-silder button.slick-next.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, rgb(137, 86, 36) 0%, rgb(180, 136, 95) 100%);

}

.our-testimonials-silder .slick-next {
  right: -50px;
}


/*Our Testimonials Ends */


/* Footer Start */

.footerSec {
  overflow: hidden;
  position: relative;
  padding: 70px 0px 0px;
  background-image: -webkit-linear-gradient(0deg, rgb(137, 86, 36) 0%, rgb(180, 136, 95) 100%);
}

footer ul.social li a i:hover {
  transform: scale(1.1);
  text-decoration: none;
}

footer ul li a {
  font-size: 14px;
  transition: 0.1s;
  font-weight: 500;
  line-height: 23px;
  color: #ffffff8a;
  text-transform: capitalize;
}

footer ul.social li a {
  background: transparent;
  color: #fff;
}

.footerSec .footer-btm .row {
  padding: 20px 0;
}

.footerSec .footer-btm .row p {
  font-weight: 500;
  text-transform: capitalize;
  color: #dbc8b7;
}


.footerSec .footer-btm:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  margin: 0px auto;
  background: #a8805b;
}

.news-letter ul li a {
  line-height: 20px;
  margin-bottom: 22px;
}

.news-letter ul li a:hover {
  transform: translate(3px, 0px);
}

h5.subscribe {
  text-transform: uppercase;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.ft-header {
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}


.footer-about a {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    width: 35%;
    margin-bottom: 30px;
}

.footer-about a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
}

.footer-about p {
  color: #d2beab;
  width: 90%;
  font-size: 13px;
}

.footer-about h4.text-light.ft-header {
  text-transform: unset;
}

.foot-products {
  position: relative;
  padding: 0px 20px;
  padding-right: 55px;
}

.foot-products ul {
  position: relative;
  margin-right: 10px;
}

footer .news-letter {
  position: relative;
  padding-left: 30px;
  width: 90%;
}

.foot-quick-links:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 140%;
  background: #bf9b79;
  left: 0;
  top: 0;
}

footer .foot-quick-links {
  position: relative;
  padding-left: 50px;
}

footer ul.social {
  gap: 6px;
}

h5.ft-header {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-about {
  position: relative;

  margin-top: 0;
}

.footer-about:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 115%;
  right: 0;
  background: #bd9d79;
  top: 0;
}

footer .ftcol-1 {
  display: flex;
  width: 100%;
  justify-content: space-between;

}

footer .ftcol-1 ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}


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

footer .news-letter:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 110%;
  background: #be9c79;
  left: -10px;
  top: 0;
}

.footer-btm {
  position: relative;
  margin-top: 25px;
}

.footerSec .row {
  position: relative;
  overflow: hidden;
}

.footerSec .footer-btm .row p a {
  color: #fff;

}

.footerSec .footer-btm .row p a:hover {
  text-decoration: underline;
}

/* Footer Ends */


/*Inenr Services Start*/


.inner-banner-heading h2 {
  font-size: 70px;
}

.add-padding {
  padding: 100px 0;
}

.header-banner-background.inner {
  background-image: url(../images/inner-banner-back.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}

.inner-banner-sec {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.inner-services-detail-text p {
  color: #8d8d8d;
  font-weight: 500;
  margin-top: 18px;
}

/*Inenr Services Ends*/

/*Inner Services Detail Start*/

.inner-services-detail-images img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}

.inner-services-detail-row p {
  color: #8d8d8d;
  font-weight: 500;
  margin-top: 18px;
}

.inner-services-detail-row {
  margin-top: 10px;
}

/*Inner Services Detail Ends */

/*Inner Faqs Start*/


.faqs-sec.inner .main-faqs-box .accordion-item {
  background-color: #fff;
  margin-bottom: 0px;
  border: none !important;
  border-bottom: 1px solid #895624 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faqs-sec.inner .main-faqs-box .accordion-body {

  font-weight: 500;
}

/*Inner Faqs Ends*/

/*Inenr Contact Us Start*/

.send-us-message-sec .row.main {
  border: 2px solid #dadada;
  border-radius: 10px;
  padding: 35px 10px;
}

.send-us-message-input input {
  width: 100%;
  height: 58px;
  border: 1.5px solid #bdbdbd;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  margin-top: 15px;
}

.send-us-message-box form {
  margin-top: 18px;
}

.send-us-message-input input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #7c7c7c;
}

.send-us-message-input textarea {
  width: 100%;
  height: 140px;
  border: 1.5px solid #bdbdbd;
  padding: 15px 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  margin-top: 15px;
  resize: none;
}

.send-us-message-input textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #7c7c7c;
}

.send-us-message-button {
  margin-left: 10px;
  margin-top: 12px;
}

.send-us-message-button button {
  border: none;
  background: none;
}

.contact-info-box {
  background-image: -webkit-linear-gradient(0deg, #895524 0%, #b5895f 100%);
  border-radius: 10px;
  padding: 80px 35px;
  margin-left: 50px;
}

.contact-info-box ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-info-box ul li a i {
  font-size: 18px;
}

.contact-info-box ul {
  margin-top: 20px;
  line-height: 45px;
}

.contact-info-box h2 {
  color: #ffffff;
  margin-bottom: 25px;
}

.contact-info-box p {
  color: #d3bca6;
  font-weight: 500;
}


/*Inenr Contact Us Ends*/

/*Inner About Us Start*/

.about-us-heading.inner p {
  color: #7c7c7c;
  font-weight: 500;
  margin-top: 20px;
}

.about-us-bottom-text p {
  color: #7c7c7c;
  font-weight: 500;
}

.about-us-bottom-text {
  margin-top: 30px;
}

.about-us-sec.inner .about-us-number-box {
  padding: 28px 20px;
}

/*Inner About Us Ends*/

/*Inner Book A Survey Start*/


.inner-book-a-survey-heading {
  text-align: center;
  margin-bottom: 15px;
}

.inner-book-a-survey-heading p {
  color: #838383;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
  margin-top: 10px;
}

.inner-book-a-survey-input input {
  width: 100%;
  height: 58px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #909091;
  padding-right: 10px;
}

.inner-book-a-survey-input Select {
  width: 100%;
  height: 58px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #909091;
}

.inner-book-a-survey-input input::placeholder {
  font-size: 14px;
  color: #909091;
}

.inner-book-a-survey-input textarea::placeholder {
  font-size: 14px;
  color: #909091;
}

.inner-book-a-survey-input {
  margin-top: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.inner-book-a-survey-icon {
  position: absolute;
  right: 10px;
  color: #999999;
  pointer-events: none;
  background: #fff;
}

.inner-book-a-survey-input textarea {
  width: 100%;
  height: 158px;
  border: 1px solid #bdbdbd;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #909091;
  padding-right: 10px;
  resize: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.inner-book-a-survey-button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}


/*Inner Book A Survey Ends */





.inner-services-detail-text ul li::before {
    content: '\f00c';
    position: absolute;
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    left: 0px;
    font-size: 11px;
    top: 3px;
    color: #8d5a28;
}
.inner-services-detail-text ul {
    margin-bottom: 20px;
    width: 90%;
}

.inner-services-detail-text ul li {
    color: #8d8d8d;
    font-weight: 500;
    margin-top: 18px;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}
.two_column{
  column-count: 2
}
.two_column{
  margin-top: 20px;
}
.two_column li{
  margin-top:  0 !important;
  margin-bottom: 10px;
}
.inner-services-detail-text h5{
  font-size: 20px;
}
/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
         .menuSection-btn a.theme-btn-1 {
    padding: 16px 20px 16px 10px;
    font-size: 13px;
}

 

header .menuSection.wow.fadeInDown .col-lg-8 {
    width: 52.666667%;
}

header .menuSection.wow.fadeInDown .col-lg-2 {
    width: 23.666667%;
}
.menuSec ul li a {

    padding: 30px 20px 30px 0px;
}

header .header-logo a img {
    height: auto !important;
}

.main-banner-heading h1 {
        margin-top: 5px;
        font-size: 30px;
    }
.about-us-heading h2 {
    margin-top: 5px;
    font-size: 30px;
}
.why-choose-us-text-box h2 {
    font-size: 26px;
}
.add-padding {
    padding: 50px 0;
}
.inner-book-a-survey-heading h2 {
    font-size: 40px;
    margin-bottom: 20px !important;
}
.contact-info-box h2 {
 
    margin-bottom: 5px;
    font-size: 30px !important;
}
.contact-info-box ul li a {

    font-size: 11px;
}
.contact-info-box {
   
    padding: 20px 20px;
    margin-left: 20px;
}

.send-us-message-box h2 {
    font-size: 36px;
}
.inner-services-detail-text h2 {
    font-size: 35px !important;
    margin-bottom: 0 !important;
}
.why-choose-us-points-box {
    height: 330px;
    padding: 10px 15px;
}
.inner-banner-sec {
    height: 200px;
  
}


.inner-banner-sec h1 {
    font-size: 217px;
}
    .why-choose-us-points-heading h2 {
        font-size: 18px;
    }
    .inner-banner-heading h2 {
        font-size: 40px;
    }
.faqs-sec .faqs-heading-box h2 {
    font-size: 30px;
    line-height: 43px;
}

    .main-faqs-box .accordion-button {
        font-size: 15px;
        line-height: 20px;
    }
    .main-banner-images img {
    width: 100%;
    height: 215px;

}
    .why-choose-us-back-images img {
    height: 455px !important;

}
.our-services-heading h2 {
    margin-bottom: 8px;
    font-size: 35px;
}

.our-services-box-row {

    padding: 20px 12px 20px 15px;
  
}
.our-services-box-text h2 {
    font-size: 25px;
   
}
.foot-products {
    padding: 0px 0;
        padding-right: 0;
}
.mt-10 {
    margin-top: 50px !important;
}
footer.footerSec .col-lg-3.co-md-6 {
    width: 33%;
}

footer.footerSec .col-lg-4.col-md-6 {
    width: 40%;
}

footer .ftcol-1 {
    justify-content: flex-start;
    gap: 28px;
}

    footer ul li a {
        font-size: 12px;
    }
footer.footerSec .col-lg-3.col-md-6 {
    width: 26% !important;
    padding: 0;
}
footer .news-letter {
    padding-left: 0;
    width: 100%;
}
html .vc_custom_1765551041680 {
    margin-bottom: 50px !important;
}
.theme-btn-1 {
 
    padding: 15px 30px 15px 8px;
    font-size: 13px;
  
}
.main-faqs-box .accordion-body {
  
    font-size: 12px;
   
}
.main-faqs-box .accordion-button::after {
  
    width: 30px;
    height: 30px;
    
}
footer .ftcol-1 ul {
 
    gap: 8px;
}
 .page-id-9 #menu li.current-menu-item>a, #menu li.current_page_item>a {
    font-size: 12px;
    padding: 30px 12px 30px 0px !important;
}
.header-logo a img {
    width: 60% !important;
}
.footerSec {
    
    padding: 40px 0px 0px;
  
}
h5.ft-header {
    font-size: 16px;
    line-height: 24px;
}
p {
   
    font-size: 12px !important;
  
}
.footerSec .footer-btm .row {
    padding: 15px 0;
}
.footer-about a {
    padding: 10px;
    width: 45%;
    margin-bottom: 10px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
      .menuSection-btn a.theme-btn-1 {
    padding: 16px 20px 16px 10px;
    font-size: 13px;
}



header .menuSection.wow.fadeInDown .col-lg-8 {
    width: 52.666667%;
}

header .menuSection.wow.fadeInDown .col-lg-2 {
    width: 23.666667%;
}
.menuSec ul li a {

    padding: 30px 20px 30px 0px;
}

   header .header-logo a img {
        width: 70%;
        height: auto !important;
    }

.main-banner-heading h1 {
        margin-top: 5px;
        font-size: 30px;
    }
.about-us-heading h2 {
    margin-top: 5px;
    font-size: 30px;
}
.why-choose-us-text-box h2 {
    font-size: 26px;
}
.add-padding {
    padding: 50px 0;
}
.inner-book-a-survey-heading h2 {
    font-size: 40px;
    margin-bottom: 20px !important;
}
.contact-info-box h2 {
 
    margin-bottom: 5px;
    font-size: 30px !important;
}
.contact-info-box ul li a {

    font-size: 11px;
}
.contact-info-box {
   
    padding: 20px 20px;
    margin-left: 20px;
}

.send-us-message-box h2 {
    font-size: 36px;
}
.inner-services-detail-text h2 {
    font-size: 35px !important;
    margin-bottom: 0 !important;
}
.why-choose-us-points-box {
    height: 330px;
    padding: 10px 15px;
}
.inner-banner-sec {
    height: 200px;
  
}


.inner-banner-sec h1 {
    font-size: 217px;
}
    .why-choose-us-points-heading h2 {
        font-size: 18px;
    }
    .inner-banner-heading h2 {
        font-size: 40px;
    }
.faqs-sec .faqs-heading-box h2 {
    font-size: 30px;
    line-height: 43px;
}

    .main-faqs-box .accordion-button {
        font-size: 15px;
        line-height: 20px;
    }
    .main-banner-images img {
    width: 100%;
    height: 215px;

}
    .why-choose-us-back-images img {
    height: 455px !important;

}
.our-services-heading h2 {
    margin-bottom: 8px;
    font-size: 35px;
}

.our-services-box-row {

    padding: 20px 12px 20px 15px;
  
}
.our-services-box-text h2 {
    font-size: 25px;
   
}
.foot-products {
    padding: 0px 0;
        padding-right: 0;
}
.mt-10 {
    margin-top: 50px !important;
}
footer.footerSec .col-lg-3.co-md-6 {
    width: 33%;
}

footer.footerSec .col-lg-4.col-md-6 {
    width: 40%;
}

footer .ftcol-1 {
    justify-content: flex-start;
    gap: 28px;
}

    footer ul li a {
        font-size: 12px;
    }
footer.footerSec .col-lg-3.col-md-6 {
    width: 26% !important;
    padding: 0;
}
footer .news-letter {
    padding-left: 0;
    width: 100%;
}
html .vc_custom_1765551041680 {
    margin-bottom: 50px !important;
}
.theme-btn-1 {
 
    padding: 15px 30px 15px 8px;
    font-size: 13px;
  
}
.main-faqs-box .accordion-body {
  
    font-size: 12px;
   
}
.main-faqs-box .accordion-button::after {
  
    width: 30px;
    height: 30px;
    
}
footer .ftcol-1 ul {
 
    gap: 8px;
}
 .page-id-9 #menu li.current-menu-item>a, #menu li.current_page_item>a {
    font-size: 12px;
    padding: 30px 12px 30px 0px !important;
}
.footerSec {
    
    padding: 40px 0px 0px;
  
}
h5.ft-header {
    font-size: 16px;
    line-height: 24px;
}
p {
   
    font-size: 12px !important;
  
}
.footerSec .footer-btm .row {
    padding: 15px 0;
}
.footer-about a {
    padding: 10px;
    width: 45%;
    margin-bottom: 10px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .menuSection-btn a.theme-btn-1 {
    padding: 16px 20px 16px 10px;
    font-size: 13px;
}

html #menu li.current-menu-item>a, #menu li.current_page_item>a, #menu li.current-menu-ancestor>a, #menu li.current_page_ancestor>a {
   
    padding: 30px 20px !important;
}

header .menuSection.wow.fadeInDown .col-lg-8 {
    width: 52.666667%;
}

header .menuSection.wow.fadeInDown .col-lg-2 {
    width: 23.666667%;
}

    .menuSec ul li a {
        font-size: 11px;
        padding: 30px 8px 30px 0px !important;
    }

header .header-logo a img {
    height: auto !important;
}

.main-banner-heading h1 {
        margin-top: 5px;
        font-size: 30px;
    }
.about-us-heading h2 {
    margin-top: 5px;
    font-size: 30px;
}
.why-choose-us-text-box h2 {
    font-size: 26px;
}
.add-padding {
    padding: 50px 0;
}
.inner-book-a-survey-heading h2 {
    font-size: 40px;
    margin-bottom: 20px !important;
}
.contact-info-box h2 {
 
    margin-bottom: 5px;
    font-size: 30px !important;
}
.contact-info-box ul li a {

    font-size: 11px;
}
.contact-info-box {
   
    padding: 20px 20px;
    margin-left: 20px;
}

.send-us-message-box h2 {
    font-size: 36px;
}
.inner-services-detail-text h2 {
    font-size: 35px !important;
    margin-bottom: 0 !important;
}
.why-choose-us-points-box {
    height: 330px;
    padding: 10px 15px;
}
.inner-banner-sec {
    height: 200px;
  
}


.inner-banner-sec h1 {
    font-size: 217px;
}
    .why-choose-us-points-heading h2 {
        font-size: 18px;
    }
    .inner-banner-heading h2 {
        font-size: 40px;
    }
.faqs-sec .faqs-heading-box h2 {
    font-size: 30px;
    line-height: 43px;
}

    .main-faqs-box .accordion-button {
        font-size: 15px;
        line-height: 20px;
    }
    .main-banner-images img {
    width: 100%;
    height: 215px;

}
    .why-choose-us-back-images img {
    height: 455px !important;

}
.our-services-heading h2 {
    margin-bottom: 8px;
    font-size: 35px;
}

.our-services-box-row {

    padding: 20px 12px 20px 15px;
  
}
.our-services-box-text h2 {
    font-size: 25px;
   
}
.foot-products {
    padding: 0px 0;
        padding-right: 0;
}
.mt-10 {
    margin-top: 50px !important;
}
footer.footerSec .col-lg-3.co-md-6 {
    width: 33%;
}

footer.footerSec .col-lg-4.col-md-6 {
    width: 40%;
}

footer .ftcol-1 {
    justify-content: flex-start;
    gap: 28px;
}

    footer ul li a {
        font-size: 12px;
    }
footer.footerSec .col-lg-3.col-md-6 {
    width: 26% !important;
    padding: 0;
}
footer .news-letter {
    padding-left: 0;
    width: 100%;
}
html .vc_custom_1765551041680 {
    margin-bottom: 50px !important;
}
.theme-btn-1 {
 
    padding: 15px 30px 15px 8px;
    font-size: 13px;
  
}
.main-faqs-box .accordion-body {
  
    font-size: 12px;
   
}
.main-faqs-box .accordion-button::after {
  
    width: 30px;
    height: 30px;
    
}
footer .ftcol-1 ul {
 
    gap: 8px;
}
    .page-id-9 #menu li.current-menu-item>a, #menu li.current_page_item>a {
        font-size: 12px;
        padding: 30px 25px 30px 30px !important;
    }
.footerSec {
    
    padding: 40px 0px 0px;
  
}
h5.ft-header {
    font-size: 16px;
    line-height: 24px;
}
p {
   
    font-size: 12px !important;
  
}
.footerSec .footer-btm .row {
    padding: 15px 0;
}
.footer-about a {
    padding: 10px;
    width: 45%;
    margin-bottom: 10px;
}



















  
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
        html .about-us-sec.inner h4 {
    font-size: 15px !important;
}
    
    
    
    
    .menuSection .menuSection-btn a.theme-btn-1 {
        padding: 15px 18px 15px 5px;
        font-size: 10px;
        float: right;
        margin-right: 20px;
    }
    html .header-logo a img {

    height: 90px !important;

}
.slicknav_nav a:hover {
    background: #000;

}
html .vc_custom_1765548034336 {
    margin-bottom: 0 !important;
}


header .menuSection.wow.fadeInDown .col-lg-2 {
    width: 49.666667% !important;
}

    .main-banner-sec .main-banner-heading h1 {
        font-size: 25px;
        line-height: 30px;
    }

.theme-heading-1:after {
    width: 55px;
    right: -62px;
}
.main-banner-images-row {
    margin-top: 10px;
}
.main-banner-heading p {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.theme-heading-1:before {
    width: 55px;
    left: -65px;
}
.header-logo a img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
}
header {
    position: relative;
    overflow: hidden;
}
.about-us-sec .about-us-heading {
    padding-top: 40px;
    padding-left: 10px;
}

.about-us-sec .about-us-heading label.theme-heading-1 {
    margin-left: 70px;
}

.about-us-sec .about-us-heading h2 {
    font-size: 30px;
    line-height: 37px;
}
    .about-us-sec .about-us-heading {
        padding-top: 20px;
        padding-left: 0;
        text-align: center;
    }


    .about-us-sec .about-us-heading label.theme-heading-1 {
        margin-left: 0;
        margin: 0 auto;
    }

.about-us-sec .about-us-heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    html .newwer-about {
        margin: 5px 0 !important;
        margin-bottom: 15px !important;
    }
    .theme-heading-1 {
  
    font-size: 16px;
    
}
.mt-8 {
    margin-top: 50px;
}

.our-services-box-row.chg .our-services-box-text {
    margin-top: 20px;
}

    .our-services-sec .our-services-heading h2 {
        font-size: 25px;
    }
.about-us-heading h2 span {
    display: contents;
}
    .our-services-sec .our-services-box-row {
        padding: 10px 10px 10px 10px;
    }

    .our-services-sec .our-services-box-row .our-services-box-text {
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
    .our-services-button-row {
    margin-top: 25px;
  
}
.why-choose-us-text-box .theme-heading-1 {
    margin: 0;
    margin-left: 0;
}
.why-choose-us-back-images {
    margin-top: 40px !important;
}
    .our-services-box-images img {
        height: 200px;
    }

      .our-services-sec .our-services-box-row .our-services-box-text h2 {
        font-size: 20px;
    }
      .home .why-choose-us-back-images img {
        height: 310px !important;
    }
.why-choose-us-text-box h2 {
    font-size: 25px;
}
.why-choose-us-points-box {

    padding: 15px 15px;
    margin-top: 0;

    height: 320px;
    text-align: center;
}
.why-choose-us-text-box .theme-heading-1 {
   
    margin: 0 auto;
}
    .why-choose-us-text-box {
        height: auto;
        padding: 20px 10px;
        margin-top: 20px;
        margin-bottom: 10px !important;
        text-align: center;
    }
    .why-choose-us-points-box {
        height: auto;
    }
    .html body.page-id-8 .about-us-heading.inner.wow.fadeInLeft h4 {

    font-size: 20px !important;
   
}


    .why-choose-us-points-heading h2 {
        font-size: 18px;
    }
    .faqs-heading-box {
    text-align: center;
}
.main-faqs-box .accordion-button::after {

    width: 25px;
    height: 25px;

}
.main-faqs-box .accordion-button {
  
    padding: 0px 5px 5px;

}
    .main-faqs-box .accordion-body {
        padding: 0px 5px 5px;
        font-size: 11px;
    }
.faqs-heading-box h2 {
        font-size: 25px;
        line-height: 1.3;
    }

.faqs-heading-box a.theme-btn-1 {
    margin-bottom: 30px;
    margin-left: 10px;
}
    .main-banner-images img {
        width: 100%;
        height: 245px;
    }

.main-banner-images {
    margin-top: 15px;
}
html .vc_custom_1765551041680 {
    margin-bottom: 0 !important;
}
html .faqs-sec {
    margin: 30px 0 40px !important  ;
}


    .main-faqs-box .accordion-button {
        font-size: 14px;
        line-height: 20px;
    }
footer.footerSec .col-lg-3.col-md-6 {
    width: 100% !important;
}
footer .ftcol-1 ul {
    gap: 8px;
}
h5.ft-header {
    margin-bottom: 10px;
}
footer ul li a {
    font-size: 12px;
   
}
.footer-btm {
    margin-top: 5px;
}
.footerSec .footer-btm .row {
    padding: 10px 0;
}
.mt-10 {
    margin-top: 20px;
}
    .about-us-images img {
        height: 225px;
    }
footer .news-letter:before {
  display:none !important;
}
.news-letter ul li a {
    margin-bottom: 12px;
    font-size: 11px;
}
    footer .news-letter {
        width: 100%;
        padding-left: 0;
        padding-top: 0px;
    }
header .header-logo {
  
    text-align: justify;
}
    .foot-products {
        padding: 15px 0px;
        padding-right: 20px;
    }
       .page-id-8 .why-choose-us-back-images img {
        height: 330px !important;
    }
    .inner-banner-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .inner-banner-sec {
    height: 150px;
  
}

.inner-services-detail-sec .inner-services-detail-text h2 {
        font-size: 25px;
        line-height: 25px;
    }
.send-us-message-box h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .contact-info-box {
        padding: 10px 10px;
        margin-left: 0;
        margin-top: 20px;
    }
    .send-us-message-sec .row.main {

    padding: 15px 0px;
}
.send-us-message-sec {
    padding: 40px 0px;
}
.inner-book-a-survey-sec {
    padding: 50px 0 !important;
}
.inner-book-a-survey-input textarea {
    width: 100%;
    height: 108px;
   
}
.inner-book-a-survey-input input {
    width: 100%;
    height: 50px;
   
}
.inner-book-a-survey-input {
    margin-top: 10px;

}
.inner-book-a-survey-heading {
    margin-bottom: 10px !important;
}
.contact-info-box ul {
    margin-top: 10px;
    line-height: 45px;
}
.contact-info-box ul li a {

    font-size: 12px !important;
}
.contact-info-box h2 {
    margin-bottom: 0px;
    font-size: 25px;
}
    .inner-book-a-survey-heading h2 {
        font-size: 28px;
    }
.send-us-message-box form {
    margin-top: 10px;
}
.send-us-message-input input {
    margin-top: 10px;
    height: 50px;
    
    font-size: 12px;
   ;
}
.slicknav_menu {
    background-image: -webkit-linear-gradient(0deg, rgb(136, 84, 34) 0%, rgb(182, 139, 97) 100%);
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.faqs-sec.inner {
    padding: 50px 0;
    margin: 0 !important;
}
.slicknav_btn {
    background-color: #000;
}
.footerSec {
    padding: 20px 0px 0px;

}
.footer-about:before {
    display:none !important;
}
    .footer-about a {
        width: 30%;
        margin-bottom: 10px;
    }  p {
        font-size: 11px !important;
    }
.footer-about p {

    width: 100% !important;
 
}
.theme-btn-1 {
    padding: 10px 15px 10px 5px;
    font-size: 13px;
  
}
.faqs-heading-box label.theme-heading-1 {

    margin: 0 auto;
    margin-bottom: 12px;
}
    .inner-services-detail-text ul li {
        margin-top: 18px;
        font-size: 11px;
        padding-left: 20px;
    }
    html .vc_custom_1765548034336 {
        margin-bottom: 50px !important;
    }
    html .vc_custom_1764851236344 {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}
.inner-services-detail-text ul {
    margin-bottom: 10px !important;
    width: 100% !important;
    column-count: 1 !important;
}
.inner-services-detail-sec.add-padding {
    padding: 50px 0 !important;
}
.inner-services-detail-images {
    margin-top: 20px;
}
    .inner-services-detail-images img {
        height: 240px;
    }
        .main-banner-sec {
        padding: 25px 0;
    }

}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
    
    
    html .about-us-sec.inner h4 {
    font-size: 15px !important;
}
    
    
    
    
    .menuSection .menuSection-btn a.theme-btn-1 {
        padding: 15px 18px 15px 5px;
        font-size: 10px;
        float: right;
        margin-right: 20px;
    }
    html .header-logo a img {

    height: 90px !important;

}
.slicknav_nav a:hover {
    background: #000;

}
html .vc_custom_1765548034336 {
    margin-bottom: 0 !important;
}


header .menuSection.wow.fadeInDown .col-lg-2 {
    width: 49.666667% !important;
}

    .main-banner-sec .main-banner-heading h1 {
        font-size: 25px;
        line-height: 30px;
    }

.theme-heading-1:after {
    width: 55px;
    right: -62px;
}
.main-banner-images-row {
    margin-top: 10px;
}
.main-banner-heading p {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.theme-heading-1:before {
    width: 55px;
    left: -65px;
}
.header-logo a img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
}
header {
    position: relative;
    overflow: hidden;
}
.about-us-sec .about-us-heading {
    padding-top: 40px;
    padding-left: 10px;
}

.about-us-sec .about-us-heading label.theme-heading-1 {
    margin-left: 70px;
}

.about-us-sec .about-us-heading h2 {
    font-size: 30px;
    line-height: 37px;
}
    .about-us-sec .about-us-heading {
        padding-top: 20px;
        padding-left: 0;
        text-align: center;
    }


    .about-us-sec .about-us-heading label.theme-heading-1 {
        margin-left: 0;
        margin: 0 auto;
    }

.about-us-sec .about-us-heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    html .newwer-about {
        margin: 5px 0 !important;
        margin-bottom: 15px !important;
    }
    .theme-heading-1 {
        font-size: 16px;
        margin: 0 auto !important;
    }
.mt-8 {
    margin-top: 50px;
}

.our-services-box-row.chg .our-services-box-text {
    margin-top: 20px;
}

    .our-services-sec .our-services-heading h2 {
        font-size: 25px;
    }
.about-us-heading h2 span {
    display: contents;
}
    .our-services-sec .our-services-box-row {
        padding: 10px 10px 10px 10px;
    }

    .our-services-sec .our-services-box-row .our-services-box-text {
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
    .our-services-button-row {
    margin-top: 25px;
  
}
.why-choose-us-text-box .theme-heading-1 {
    margin: 0;
    margin-left: 0;
}
.why-choose-us-back-images {
    margin-top: 40px !important;
}
    .our-services-box-images img {
 
    height: 150px;

}

      .our-services-sec .our-services-box-row .our-services-box-text h2 {
        font-size: 20px;
    }
    .home .why-choose-us-back-images img {
        height: 190px !important;
    }
.why-choose-us-text-box h2 {
    font-size: 25px;
}
.why-choose-us-points-box {

    padding: 15px 15px;
    margin-top: 0;

    height: 320px;
    text-align: center;
}
.why-choose-us-text-box .theme-heading-1 {
   
    margin: 0 auto;
}
    .why-choose-us-text-box {
        height: auto;
        padding: 20px 10px;
        margin-top: 20px;
        margin-bottom: 10px !important;
        text-align: center;
    }
    .why-choose-us-points-box {
        height: auto;
    }
    .html body.page-id-8 .about-us-heading.inner.wow.fadeInLeft h4 {

    font-size: 20px !important;
   
}


    .why-choose-us-points-heading h2 {
        font-size: 18px;
    }
    .faqs-heading-box {
    text-align: center;
}
.main-faqs-box .accordion-button::after {

    width: 25px;
    height: 25px;

}
.main-faqs-box .accordion-button {
  
    padding: 0px 5px 5px;

}
    .main-faqs-box .accordion-body {
        padding: 0px 5px 5px;
        font-size: 11px;
    }
.faqs-heading-box h2 {
        font-size: 25px;
        line-height: 1.3;
    }

.faqs-heading-box a.theme-btn-1 {
    margin-bottom: 30px;
    margin-left: 10px;
}
.main-banner-images img {
        width: 100%;
        height: 195px;
    }
.main-banner-sec {
    padding: 15px 0;
}
.main-banner-images {
    margin-top: 15px;
}
html .vc_custom_1765551041680 {
    margin-bottom: 0 !important;
}
html .faqs-sec {
    margin: 30px 0 40px !important  ;
}


    .main-faqs-box .accordion-button {
        font-size: 14px;
        line-height: 20px;
    }
footer.footerSec .col-lg-3.col-md-6 {
    width: 100% !important;
}
footer .ftcol-1 ul {
    gap: 8px;
}
h5.ft-header {
    margin-bottom: 10px;
}
footer ul li a {
    font-size: 12px;
   
}
.footer-btm {
    margin-top: 5px;
}
.footerSec .footer-btm .row {
    padding: 10px 0;
}
.mt-10 {
    margin-top: 20px;
}
.about-us-images img {

    height: 145px;
    
}
footer .news-letter:before {
  display:none !important;
}
.news-letter ul li a {
    margin-bottom: 12px;
    font-size: 11px;
}
    footer .news-letter {
        width: 100%;
        padding-left: 0;
        padding-top: 0px;
    }

    .foot-products {
        padding: 15px 0px;
        padding-right: 20px;
    }
    .page-id-8 .why-choose-us-back-images img {
        height: 200px !important;
    }
    .inner-banner-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .inner-banner-sec {
    height: 150px;
  
}

.inner-services-detail-sec .inner-services-detail-text h2 {
        font-size: 25px;
        line-height: 25px;
    }
.send-us-message-box h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .contact-info-box {
        padding: 10px 10px;
        margin-left: 0;
        margin-top: 20px;
    }
    .send-us-message-sec .row.main {

    padding: 15px 0px;
}
.send-us-message-sec {
    padding: 40px 0px;
}
.inner-book-a-survey-sec {
    padding: 50px 0 !important;
}
.inner-book-a-survey-input textarea {
    width: 100%;
    height: 108px;
   
}
.inner-book-a-survey-input input {
    width: 100%;
    height: 50px;
   
}
.inner-book-a-survey-input {
    margin-top: 10px;

}
.inner-book-a-survey-heading {
    margin-bottom: 10px !important;
}
.contact-info-box ul {
    margin-top: 10px;
    line-height: 45px;
}
.contact-info-box ul li a {

    font-size: 12px !important;
}
.contact-info-box h2 {
    margin-bottom: 0px;
    font-size: 25px;
}
    .inner-book-a-survey-heading h2 {
        font-size: 28px;
    }
.send-us-message-box form {
    margin-top: 10px;
}
.send-us-message-input input {
    margin-top: 10px;
    height: 50px;
    
    font-size: 12px;
   ;
}
.slicknav_menu {
    background-image: -webkit-linear-gradient(0deg, rgb(136, 84, 34) 0%, rgb(182, 139, 97) 100%);
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.faqs-sec.inner {
    padding: 50px 0;
    margin: 0 !important;
}
.slicknav_btn {
    background-color: #000;
}
.footerSec {
    padding: 20px 0px 0px;

}
.footer-about:before {
    display:none !important;
}
.footer-about a {
    width: 45%;
    margin-bottom: 10px;
}
    p {
        font-size: 11px !important;
    }
.footer-about p {

    width: 100% !important;
 
}
.theme-btn-1 {
    padding: 10px 15px 10px 5px;
    font-size: 13px;
  
}
    .inner-services-detail-text ul li {
        margin-top: 18px;
        font-size: 11px;
        padding-left: 20px;
    }
    html .vc_custom_1765548034336 {
        margin-bottom: 50px !important;
    }
    html .vc_custom_1764851236344 {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}
.inner-services-detail-text ul {
    margin-bottom: 10px !important;
    width: 100% !important;
    column-count: 1 !important;
}
.inner-services-detail-sec.add-padding {
    padding: 50px 0 !important;
}
.inner-services-detail-images img {

    height: 150px;

}









    
}

/*Media Query End*/


html {
    overflow-x: hidden;
}

