@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=Oswald:wght@200..700&display=swap');

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



body {

  word-break: break-word;

  font: 15px/25px 'Poppins', sans-serif;

  color: #393939;

  overflow-x: hidden;

  background-color: #f2f2f2;

}



a {

  text-decoration: none;

  color: #28b16d;

  white-space: initial;

}



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;

}



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;

}



p {

  font-weight: 500;

}





/***** 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
}





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



.noPadding {

  padding: 0;

}



.noLeft {

  padding-left: 0;

}



.noRight {

  padding-right: 0;

}



.centerCol {

  float: none;

  margin: 0 auto;

}



.theme-btn {

  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

  padding: 15px 40px;

  color: #fff;

  margin: 20px 20px 20px 0;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  text-transform: capitalize;

  border: 2px solid;

  text-transform: uppercase;

}



.theme-btn:hover {

  background-color: #fff;

  color: #28b16d;

  border-color: #28b16d;

}



.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: "Oswald", sans-serif;

  font-size: 55px;

  line-height: 60px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 17px;

}



h2 {

  font-family: "Oswald", sans-serif;

  font-size: 55px;

  line-height: 60px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 30px;

}



h3 {

  font-family: "Oswald", sans-serif;

  font-size: 30px;

  line-height: 34px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 28px;

}



h4 {

  font-family: "Oswald", sans-serif;

  font-size: 24px;

  line-height: 29px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 13px;

}



h5 {

  font-family: "Oswald", sans-serif;

  font-size: 20px;

  line-height: 25px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 20px;

}



h6 {

  font-family: 'Poppins', Sans-Serif;

  font-size: 18px;

  line-height: 23px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 22px;

}



select {

  background: #fff url('../images/arrow.png') no-repeat right;

  padding: 0 40px 0 30px;



}



::-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: 10px 100px 0;

  position: relative;

}



.menuSec img {

  margin: 0;

}



.menuSec ul {

  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-left: 45px;

}



.menuSec ul li {

  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;

}



.menuSec li ul {

  display: none;

}



ul.social a {

  position: relative;

  display: inline-block;

  text-decoration: none;

  color: #393939;

  font-size: 13px;

}



.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: #28b16d;

}



.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: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 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;

  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;

}









/* Header Top sec  */



header {

  position: relative;

}



header .topSec {

  position: relative;

  padding: 12px 0;

  background-color: #19101b;

}



header .headerLinks ul {

  display: flex;

  align-items: center;

  gap: 50px;

  margin: 0px;

  position: relative;

}



header .container-fluid.p-0 {

  max-width: 1700px;

}



header .headerLinks ul li a {

  display: flex;

  align-items: center;

  gap: 10px;

  color: #403f3f;

  transition: 0.4s;

  font-size: 15px;

  line-height: 24px;

}



header .headerLinks ul li a:hover {

  text-decoration: underline;

}



.header-social ul.social {

  justify-content: flex-end;

}



ul.social {

  display: flex;

  margin: 0px;

  align-items: center;

  gap: 16px;

}



ul.social li a i {

  width: 35px;

  height: 35px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 4px;

  color: #fff;

  font-size: 19px;

  transition: 0.5s;

  background: #f89c2e;

}



ul.social li a i:hover {

  background: #f25a29;

  color: #fff;

  border: 1px solid #f25a29;

  transform: scale(0.98);

}



header {
  position: relative;
  /* overflow: hidden; */
  background: #fff;
}



.header-social ul.social a {

  padding: 0;

}



header .headerLinks ul li a:hover {

  text-decoration: unset;

  color: #e53e29;

}



header .headerLinks ul li a:hover span {

  text-decoration: underline;

}

header .topsecLinks {
  padding-left: 20px;
}

.headerMenu {
  padding: 10px 0px 0 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.header-logo {
  /* position: absolute; */
  width: 100%;
  height: 130px;
  left: 0;
  bottom: -8px;
  z-index: 99999999999;
}



.header-logo:before {
  position: absolute;
  /* content: ""; */
  width: 137%;
  height: 124%;
  background: #000000;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
  top: -10px;
  left: -70px;
}

.header-logo a {
  display: inline-block;
  position: relative;
  padding-left: 0px;
  padding-bottom: 0;
}

.header-logo a,
.header-logo a img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.siteBtn {
  display: inline-block;
}



.siteBtn .pbtn {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 16px;

  text-transform: uppercase;

  letter-spacing: 0px;

  height: 55px;

  background: #f89c2e;

  color: #fff;

  padding: 0px 10px 0px 18px;

  font-weight: 300;

  transition: 0.4s;

  width: 100%;

  /*animation: 1s shadow-pulse infinite;*/

}



.siteBtn .pbtn .arrow {

  width: 48px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #282425;

  padding-left: 7px;

  clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);

  transition: 0.5s;

}



.siteBtn .pbtn .arrow i {

  color: #fff;

}



.siteBtn .pbtn:hover {

  background: #000;

  color: #fff;

  transform: scale(0.98);

}



.menuSec ul#menu li a {

  font-size: 16px;

  line-height: 26px;

  color: #fff;

  transition: 0.5s;

  text-transform: uppercase;

  position: relative;

  font-family: 'Poppins';

}



.headerMenu:before {

  position: absolute;

  width: 100%;

}



.headerMenu:before {
  position: absolute;
  content: "";
  width: 130%;
  height: 130%;
  background: #282425;
  left: -60px;
  bottom: -20px;
  clip-path: polygon(3.5% 0, 100% 0, 100% 100%, 0 100%);
}



.menuSec ul#menu li a:hover {

  color: #f89c2e;

  text-decoration: underline;

}

.header-logo:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 100%;
  background: #ffffff;
  right: 43px;
  bottom: -7px;
  transform: rotate(29deg);
}


header .headerLinks ul:before {

  position: absolute;

  content: "";

  width: 1px;

  height: 100%;

  top: 0;

  left: 48%;

  background: #000;

  opacity: 40%;

}



header .headerLinks ul li a i {
  color: #282425;
  font-size: 16px;
}


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



/* banner start */



.banner-sec {
  position: relative;
  padding: 150px 80px 100px;
}

section.banner-sec:before {
  content: '';
  position: absolute;
  background-image: linear-gradient(90deg, #000000eb 18%, transparent 74%);
  width: 50%;
  height: 85%;
  top: 0;
  left: 0;
  /* z-index: -1; */
}

.banner-text {
  position: relative;
  z-index: 999;
}

.banner-slider {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;

}



.banner-text h6 {

  font-size: 25px;

  color: #fff;

}

.banner-text h1 {

  font-size: 81px;

  line-height: 90px;

  font-weight: 500;

  /* text-shadow: 2px 0 black; */

  color: #fff;

}



.banner-text h1 span {

  display: block;

}

.banner-text p {

  font-size: 16px;

  color: #fff;

  line-height: 28px;

  width: 64%;

  margin-bottom: 30px;

}

section.banner {
  position: relative;
  /* margin-top: -10px; */
}

.bann-txt {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  padding-left: 6%;

}

.bann-txt h1 {

  font-size: 81px;

  line-height: 90px;

  font-weight: 500;

  /* text-shadow: 2px 0 black; */

  color: #fff;

}

.banner-slider .slick-slide {

  margin: 0px 0px;

}

section.banner.inn img.bann-img {

  height: 500px;

  width: 100%;

}

.banner-slider-box img {

  width: 100%;

  height: 700px;

  object-fit: cover;

}

.bann-txt h6 {

  font-size: 25px;

  color: #fff;

}



.banner-nav-slider .slick-slide img {

  height: 200px;

  object-fit: cover;

  border: 5px solid #fff;

  width: 320px;

}



.banner-nav-slider .slick-slide {

  opacity: 1;

  margin: 0 10px;

}



/* .banner-small-slider-box {max-width: 280px;max-height: 170px;} */

/*banner end*/



/*HOme Contact Start*/



.home-contact-form input {

  width: 100%;

  border: 0;

  border-bottom: 1px solid #fff;

  padding: 10px 0;

  margin: 0 0 30px;

  background: transparent;

  font-family: "Poppins";

  color: #fff;

  font-weight: 500;

  text-transform: uppercase;

  font-size: 14px;

  line-height: 24px;

}



.home-contact-form textarea {

  width: 100%;

  border: 0;

  border-bottom: 1px solid #fff;

  resize: none;

  margin: 100px 0 30px;

  background: transparent;

  text-transform: uppercase;

  font-family: "Poppins";

  font-size: 14px;

  line-height: 24px;

  font-weight: 500;

  text-transform: uppercase;

  color: #fff;

}



section.home-contact-sec form {

  padding: 58px 0;

  position: relative;

}



.home-contact-head h6 {

  writing-mode: tb;

  color: #fff;

  font-size: 43px;

  line-height: 50px;

  margin: 0;

  transform: rotate(180deg);

  font-family: "Poppins";

  text-transform: uppercase;

  letter-spacing: 3px;

  padding: 10px 0px;

  font-family: 'Oswald';

}



.home-contact-head {

  text-align: center;

  background: #282425;

  /* border-radius: 0 20px 20px 0; */

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  margin-left: 60px;

  position: relative;

  right: 6px;

}



section.home-contact-sec form:before {

  content: "";

  position: absolute;

  background: #f89c2e;

  width: 77vw;

  height: 100%;

  z-index: -1;

  top: 0;

  right: -25%;

  /* border-radius: 0 20px 20px 0; */

}



.home-contact-form button {

  font-size: 15px;

  border: 0;

  height: 50px;

  padding: 0 40px;

  font-family: "Poppins";

  text-transform: uppercase;

}



.cnt-button a.btn1 {

  width: 20%;

  margin-bottom: 0;

}



.contact-page {

  padding-top: 150px;

}



/*HOme Contact End*/



/*/Footer Start*/



footer {

  background: #181818;

  padding: 320px 0 40px;

  position: relative;

  overflow: hidden;

}



.f-newletter h4 {

  font-size: 42px;

  letter-spacing: 1px;

  color: #fff;

  line-height: 76px;

}



.f-newletter input {

  width: 100%;

  background: transparent;

  border: 0;

  border-bottom: 1px solid #fff;

  padding: 10px 0;

  margin: 0 0 20px;

  color: #fff;

}



.f-newletter button {

  width: 100%;

  border: solid 0.5px #fff !important;

  height: 50px;

  font-size: 15px;

  letter-spacing: 6px;

  border: 0;

  background: transparent;

  text-align: center;

  font-family: "Roboto-Regular";

  border-radius: 0;

  padding: 0;

  color: #fff;

  font-family: 'Poppins';

}



.f-newletter input::placeholder {

  color: #fff;

  font-weight: 200;

}



.f-address h5 {

  font-size: 30px;

  color: #fff;

  font-family: 'Oswald';

  line-height: 40px;

  margin-bottom: 30px;

  font-weight: 500;

}



.f-address ul {

  display: flex;

  align-items: center;

  gap: 20px;

}



.f-address ul i {

  font-size: 24px;

  color: #fff;

}



.f-address ul li a {

  font-size: 17px;

  color: #fff;

  font-family: "Poppins";

  font-weight: 300;

  line-height: 29px;

  opacity: 80%;

}



.f-address {

  position: relative;

  padding: 0 0px 0 40px;

}



.f-address:before {

  content: "";

  position: absolute;

  background: #393939;

  width: 1px;

  height: 320px;

  bottom: -117px;

  left: 0px;

}



.home-contact-form input::placeholder {

  color: #fff;

}



.home-contact-form textarea::placeholder {

  color: #fff;

}



section.home-contact-sec {

  margin-bottom: -250px;

  position: relative;

  z-index: 1;

  padding-top: 0px;

}



.copy-right p {

  background: #f2f2f2;

  border-radius: 10px;

  color: #000;

  width: 29%;

  margin: 0;

  writing-mode: tb;

  font-size: 16px;

  font-family: "Poppins";

  height: auto;

  padding: 20px 17px;

  margin-top: 170px;

  top: -89px;

  position: relative;

  border-bottom-left-radius: 0;

  border-bottom-right-radius: 0;

}



.copy-right {

  text-align: right;

  transform: rotate(180deg);

}



.cnt-button button {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 16px;

  text-transform: uppercase;

  letter-spacing: 0px;

  height: 55px;

  background: #000000;

  color: #fff;

  padding: 0px 10px 0px 18px;

  font-weight: 300;

  transition: 0.4s;

  border: unset;

}



.cnt-button span {

  width: 48px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #f89c2e;

  padding-left: 7px;

  clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);

  transition: 0.5s;

}



.cnt-button span i {

  color: #fff;

}



.f-newletter h3 {

  font-size: 42px;

  color: #fff;

  font-weight: 500;

  line-height: 45px;

}



/*Footer End*/

/*gallery start*/

section.gallery {

  padding: 120px 0px 100px;

}



.gal-txt {

  text-align: center;

  margin-bottom: 50px;

}



.gal-txt h2 {

  font-size: 70px;

  line-height: 60px;

  color: #f89c2e;

  font-weight: 500;

}



.gal-txt h4 {

  font-size: 55px;

  line-height: 65px;

  color: #282425;

  width: 80%;

  margin: 0 auto;
}



.photo-img a img {

  width: 100%;

  height: 345px;

  object-fit: cover;

}



/*gallery end*/

/*let start*/

section.lets {

  margin: 120px 0px 100px;

  position: relative;

}



img.let-img {

  width: 100%;

  height: 450px;

}



.let-txt {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

}



.let-txt h4 {

  font-size: 40px;

  color: #fff;

  font-weight: 500;

  line-height: 50px;

}



.let-txt a {

  font-size: 80px;

  color: #fff;

  line-height: 95px;

  display: block;

  font-family: 'Oswald';

  margin-bottom: 20px;

  font-weight: 700;

}



/*let end*/

/*services start*/

.ser-txt-top {

  text-align: center;

  margin-bottom: 40px;

}



.ser-txt-top h2 {

  font-size: 70px;

  line-height: 70px;

  color: #000;

  font-weight: 700;

  margin-bottom: 15px;

}



.ser-txt-top h2 span {

  color: #f89c2e;

}



.ser-txt-top p {

  font-size: 16px;

  color: #555353;

  margin: 0 auto;

  width: 50%;
}



.ser-img {

  position: relative;

  box-shadow: 0 0 2px #00000040;

}



.ser-img::before {

  position: absolute;

  top: -11px;

  left: 0;

  right: 0;

  width: 90%;

  margin: 0 auto;

  height: 80%;

  background-color: #fd9800;

  content: '';

  z-index: -1;

  border-radius: 5px;

}



.ser-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}



.ser-bot-txt {

  border-radius: 3px;

  background-color: rgb(246, 247, 248);

  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);

  padding: 20px;
}



.ser-bot-txt h4 {

  font-size: 28px;

  color: #000000;

  font-weight: 700;

  margin-bottom: 16px;

  line-height: 30px;
}



.ser-bot-txt p {

  font-size: 16px;

  color: #6c6b6b;

  width: 100%;

  line-height: 29px;

  text-align: justify;
}



a.btn-ser {

  display: flex;

  align-items: center;

  gap: 7px;

  color: #f89c2e;

  font-size: 16px;

  font-weight: 600;

}



a.btn-ser i {

  color: #3a81c6;

}



/*services end*/

/* About Us Section Start  */



section.about {

  padding: 0px 80px 0px;

  position: relative;

  overflow: hidden;

  /* background-repeat: no-repeat; */

  /* background-size: 100% 100%; */

  /* background-image: url(../images/about-bg.jpg); */

}



section.about .abt-main-img {

  position: relative;

  padding-right: 18px;

}



section.about .abt-main-img img {

  height: 700px;

  width: 100%;

  border-radius: 10px;

  object-fit: cover;

  transition: 0.3s;

  object-position: top;

}



.about-text {

  position: relative;

  padding-top: 20px;

}



.about-text h2 {

  color: #000;

  font-size: 46px;

  font-weight: 700;

  margin-bottom: 12px;

}



.about-text h2 span {

  font-size: 70px;

  display: inline;

  color: #f89c2e;

  font-weight: 700;

}



.about-text p {

  color: #555555;

  font-size: 17px;

  line-height: 30px;

  word-spacing: 2px;

  margin: 16px 0px 17px;
}



.listing {

  gap: 60px;

}



.listing ul {

  flex-direction: column;

  gap: 23px;

  margin-bottom: 40px;

}



.listing ul li {

  gap: 16px;

}



.listing ul li span {

  font-size: 20px;

  color: #000;

  font-weight: 500;

}



.aboutWrapre {

  position: relative;

  width: 90%;

  margin: 0px 0 0 auto;

  padding-left: 16%;

  margin-top: -250px;

}



.aboutWrapre .aboutImg {

  position: relative;

}



.aboutWrapre .aboutImg img {

  height: 480px;

  width: 100%;

  object-fit: cover;

  border-radius: 2px;

  outline: 4px solid #fff;

  outline-offset: -3px;

  position: relative;

  transition: 0.4s;

}



.aboutWrapre .milesBox {

  height: 140px;

  background: #f89c2e;

  width: 310px;

  text-align: center;

  border-radius: 6px;

  outline: 5px solid #fff;

  outline-offset: -3px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  position: absolute;

  top: 40%;

  left: 30px;

}



.aboutWrapre .milesBox h2 {

  color: #fff;

  margin: 0;

  font-size: 65px;

  line-height: 70px;

}



.aboutWrapre .milesBox h4 {

  color: #fff;

  font-size: 24px;

  line-height: 30px;

  text-transform: uppercase;

  font-weight: 700;

}



.aboutWrapre .aboutImg img:hover {

  filter: brightness(0.9);

  transform: scale(0.99);

}



section.about .abt-main-img img:hover {

  filter: brightness(0.9);

  transform: scale(0.99);

}



/*about end*/



/* Reviews slider section start  */



section.reviews {

  position: relative;

  overflow: hidden;

  padding: 80px 0 80px;

  background-image: url(../images/test-bg-img.png);

  background-repeat: no-repeat;

  background-size: 100% 100%;

  margin-top: 100px;

}



section.reviews .headtext {

  text-align: center;

}



section.reviews .headtext h1 {

  color: #fff;

}



section.reviews .headtext h2 {

  font-weight: 400;

  color: #fff;

}



section.reviews .item {

  opacity: 1;

  position: relative;

}



section.reviews .slick-list {

  padding: 30px 0 40px;

}



section.reviews .cbox {

  position: relative;

  padding: 20px 30px 30px;

  transition: 0.9s;

  cursor: pointer;

  height: 430px;

  /* overflow: auto; */

  /* padding-bottom: 0; */
}



section.reviews .cbox ul {

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;

}



section.reviews .cbox ul .userim img {

  position: relative;

  transition: 0.9s;

  cursor: pointer;

}



section.reviews .cbox .ratingNmae {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 10px;

}



section.reviews .cbox .ratingNmae h6 {

  margin: 0px;

  font-family: "roboto";

  font-size: 17px;

  font-weight: bold;

  color: #000;

}



section.reviews .cbox .ratingNmae p {

  margin: 0px;

  word-spacing: 0;

  color: #e68a30;

  font-size: 15px;

  text-transform: uppercase;

  font-weight: 700;

}



section.reviews .cbox p {

  font-weight: 400;

  line-height: 30px;

  font-size: 18px;

  color: #858585;

  word-spacing: 9px;

}



section.reviews .cbox .c-dtal {

  margin-bottom: 24px;

  transition: 0.9s;

  margin-top: 30px;

}



section.reviews .cbox .author-rating {

  position: relative;

}



section.reviews .cbox .author-rating ul {

  display: flex;

  align-items: center;

  gap: 1px;

  margin: 0px 0 10px;

}



section.reviews .cbox .author-rating ul li a i {

  color: #ffc107;

  transition: 0.9s;

  cursor: pointer;

  font-size: 16px;

}



section.reviews .cbox:hover .author-rating ul li a i {

  transform: rotate(360deg);

  color: #000;

}



section.reviews .cbox:before {

  position: absolute;

  content: "";

  width: 100%;

  height: 87%;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  z-index: -1;

  transition: 1s;

}



section.reviews .cbox:hover:before {

  height: 100%;

}



section.reviews .cbox:hover ul .userim img {

  transform: rotate(5deg);

}



section.reviews .heading h2 {

  color: #f89c2e;

  font-size: 70px;

  line-height: 74px;

  margin-bottom: 10px;

  font-weight: 700;

}



section.reviews h3 {

  font-size: 55px;

  color: #fff;

  line-height: 70px;

  font-weight: 700;

  text-transform: uppercase;

  width: 77%;

  margin: 0 auto;
}



section.reviews .cbox .userIMGBox {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  margin-bottom: 20px;

  position: relative;

}



section.reviews .cbox .ratingNmae h5 {

  margin: 0px;

  color: #000;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

}



section.reviews .cbox .userIMGBox .userim {

  position: relative;

}



section.reviews .cbox .userIMGBox .userim::before {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #f89c2e;
  border-radius: 45px;
  top: 0;
  left: 0;
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

section.reviews .heading {

  margin-bottom: 10px;

  text-align: center;

}



/* Reviews slider section ended */



section.reviews ul.slick-dots {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 10px;

}



section.reviews ul.slick-dots li {

  padding: 0px;

  margin: 0px;

  width: 22px;

  height: 10px;

  background: #d6dcdb;

  border-radius: 45px;

  transition: 0.6s;

}



section.reviews ul.slick-dots ul li button {

  display: none !important;

  padding: 0px;

  width: 0px;

  height: 0px;

}



section.reviews ul.slick-dots ul li button::before {

  display: none;

}



section.reviews .slick-dots li button:hover,

section.reviews .slick-dots li button:focus {

  display: none;

}



.slick-dots li.slick-active button:before {

  display: none !important;

}



section.reviews ul.slick-dots li.slick-active {

  background: #f89c2e;

  opacity: 1;

}



@keyframes shadow-pulse {

  0% {

    box-shadow: #f89c2ed4 0 0 0 0;

  }



  100% {

    box-shadow: #f89c2e9c 0 0 0 10px;

  }

}


/*
.btn-shine {

  background: linear-gradient(to right, #fff, #f89c2e, #f89c2e 33%, #fff 4%);

  background-position: 0;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  animation: shine 10s infinite linear;

  animation-fill-mode: forwards;

  -webkit-text-size-adjust: none;

   text-decoration: none; 

}



@keyframes shine {



  0%,

  100% {

    background-position: 0;

  }



  10% {

    background-position: 50px;

  }



  20% {

    background-position: 100px;

  }



  30% {

    background-position: 150px;

  }



  40% {

    background-position: 200px;

  }



  50% {

    background-position: 250px;

  }



  60% {

    background-position: 300px;

  }



  70% {

    background-position: 350px;

  }



  80% {

    background-position: 400px;

  }



  90% {

    background-position: -450px;

  }

}
*/


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

/*inner-banner start*/

section.banner.inn img.bann-img {

  height: 500px;

  width: 100%;

  object-fit: cover;

  object-position: top;

}



section.chose {

  padding: 0px 80px 0px;

}



.about-text ul li {

  display: flex;

  align-items: center;

  gap: 12px;

  padding-bottom: 15px;

}

.about-text ul li img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(66%) saturate(2117%) hue-rotate(337deg) brightness(100%) contrast(95%);
}



.chose-img img {

  width: 100%;

  height: 603px;

  object-fit: cover;

  object-position: top;
}



section.team {

  padding: 100px 60px;

}



.team-txt {

  text-align: center;

  margin-bottom: 30px;

}



.team-txt h4 {

  font-size: 55px;

  line-height: 65px;

  color: #f89c2e;

  text-transform: uppercase;

  font-weight: 700;
}



.team-bot-txt ul li a i:hover {

  background-color: #f89c2e;

  transition: 1s;

  border: unset;

  color: #fff;

}



.team-txt h3 {

  font-size: 50px;

  line-height: 57px;

  color: #000;

  text-transform: uppercase;

  font-weight: 600;
}



.team-bx img {

  width: 100%;

  height: 330px;

  object-fit: cover;

  object-position: top;

}



.team-bot-txt {

  text-align: center;

  margin-top: 10px;

}



.team-bot-txt ul {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  margin: 0;

}



.team-bot-txt ul li a i {

  font-size: 17px;

  border: 1px solid #f89c2e;

  width: 35px;

  height: 35px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #f89c2e;

}



.team-bot-txt h4 {

  font-size: 25px;

  line-height: 30px;

  color: #000;

}



.team-bot-txt h4 span {

  display: block;

  font-size: 16px;

}





/*get an estmate start*/

section.get-an form input {

  width: 100%;

  padding: 15px 20px;

  margin-bottom: 20px;

  border: 1px solid #a7a5a2;

  outline: none;

  border-radius: 0px;

}



section.get-an {

  padding: 100px 80px;

}



.input-icon {

  position: absolute;

  top: 58px;

  right: 15px;

}



.input {

  position: relative;

}



.input-icon i {

  font-size: 22px;

  color: #000;

}



section.get-an form input::placeholder {

  color: #000;

}



.text-area textarea {

  width: 100%;

  height: 300px;

  border: 1px solid #a7a5a2;

  resize: none;

  padding: 10px 20px;

  border-radius: 0px;

}



.Message-icon {

  position: absolute;

  top: 15px;

  right: 15px;

}



.text-area {

  position: relative;

}



.Message-icon i {

  font-size: 22px;

  color: #2500fe;

}



section.form-2 button.theme_btn {

  font-size: 30px;

  font-weight: 400;

  background-color: #091d35;

}



.text-area {

  position: relative;

  margin-bottom: 30px;

}



section.get-an button.theme_btn {

  font-size: 25px;

  font-weight: 400;

  padding: 15px 100px;

  color: #ffff;

  border: none;

  background: #1ba8f0;

  border-radius: 0px;

}



.input select {

  width: 100%;

  padding: 15px 20px;

  border-radius: 0px;

  margin-bottom: 20px;

}



.get-in-head h3 {

  text-align: center;

  font-size: 50px;

  line-height: 44px;

  margin-bottom: 25px;

  font-weight: 400;

  color: #000000;

  text-transform: capitalize;
}



.get-in-head p {

  font-size: 16px;

  margin: 0 auto;

  width: 63%;

  text-align: center;

  line-height: 31px;

}



.get-in-head {

  margin-bottom: 40px;

}



button.pbtn {

  border: unset;

}



.input label {

  font-size: 21px;

  color: #282425;

  margin-bottom: 15px;

}



/*get an estmate end*/

/*service-pg start*/

section.service-page {

  padding: 110px 80px 60px;

}



.ser-pg-img img {

  width: 100%;

  height: 600px;

  object-fit: cover;

  object-position: top;

}



.ser-pg-bx {

  padding-bottom: 60px;

  text-align: center;

}



.ser-pg-txt h4 {

  font-size: 60px;

  font-weight: 700;

  color: #000000;

  line-height: 60px;

  margin-bottom: 20px;
}



.ser-pg-txt {

  margin-top: 30px;

}



.ser-pg-txt p {

  font-size: 16px;

  color: #6c6b6b;

  margin: 0 auto;

  width: 77%;

  line-height: 30px;

  margin-bottom: 30px;

}



/*CONTACT START*/

.contact_page {

  padding: 100px 100px;

}



.contact_form input {

  height: 52px;

  width: 100%;

  border: 2px solid #e4e4e4;

  margin-bottom: 25px;

  border-radius: 5px;

  padding: 0 15px;

}



/* 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;

}



.contact_form textarea {

  width: 100%;

  height: 167px;

  margin-bottom: 30px;

  width: 100%;

  border: 2px solid #e4e4e4;

  border-radius: 5px;

  padding: 15px 15px;

  resize: none;

}



.section_head {

  margin-bottom: 40px;

}



.section_head p {

  color: #636363;

  width: 70%;

  margin: 0 auto;

  font-weight: 400;

  font-size: 14px;

}



.section_head h3 {

  color: #000;

  font-size: 60px;

  margin-bottom: 20px;

  line-height: 66px;

  font-weight: 400;

}



.br_gradient {

  padding: 2px;

  border-radius: 12px;

}



.contact_detail_box p span {

  display: block;

}



.contact_page h4 {

  font-size: 34px;

  font-weight: 500;

  margin-bottom: 20px;

  text-transform: capitalize;

  line-height: 30px;

  color: #fff;

  font-weight: 500;

}





.contact_detail_box figure img {

  margin: auto;

  height: 45px;

  width: 45px;

  object-fit: contain;

}



.contact_detail_box h2 {

  font-size: 20px;

  line-height: 24px;

  color: #000;

  font-weight: 700;

  margin: 30px 0 10px 0;

}



.contact_detail_box.box-2 {

  padding: 52px 30px;

}



.contact_detail_box p {

  font-size: 24px;

  line-height: 35px;

  color: #fff;

  margin: 0;

  font-weight: 400;

  margin-bottom: 0;

}



.contact_detail_box {

  padding: 40px 30px;

  height: 280px;

  background-color: #f89c2e;

  border-radius: 15px;

}



.contact_form {

  padding: 0 100px 7%;

}



.contact_form label {

  font-size: 15px;

  color: #5d5d5d;

  margin-bottom: 7px;

  font-weight: 600;

}



.contact_detail_box:hover {

  background-color: #000;

  transition: 1s;

}



.btn_wrap button {

  border-width: 1px;

  border-color: rgb(255, 255, 255);

  border-style: solid;

  border-radius: 10px;

  background-image: -webkit-linear-gradient(0deg, rgb(107, 138, 17) 0%, rgb(154, 179, 80) 100%);

  box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);

  display: flex;

  align-items: center;

  font-size: 11px;

  font-family: 'Montserrat';

  color: #fff;

  padding-left: 26px;

  gap: 20px;

  width: fit-content;

  margin: 0 auto;

}



/*CONTACT END*/

/*service area*/

section.service-area {

  padding: 100px 100px;

}



.map {

  margin-top: 70px;

}



.service-area-txt h4 {

  font-size: 42px;

  line-height: 50px;

  color: #000;

  font-weight: 600;

  margin-bottom: 30px;

}



.service-area-txt p {

  font-size: 16px;

  color: #555353;

  line-height: 28px;

  margin-bottom: 30px;

}



.ser-area-img img {

  width: 100%;

  height: 400px;

  object-fit: cover;

}



.ser-area-txt ul li {

  font-size: 15px;

  line-height: 28px;

  padding-bottom: 12px;

  color: #555353;
}

section.about.inn {

  padding-top: 120px;

}

.milesBox.milesBox:hover {

  background-color: #000;

  transition: 1s;

}

.contact_form .siteBtn {

  display: block;

  width: fit-content;

  margin: 0 auto;

}

section.get-an .siteBtn {

  margin: 0 auto;

  display: block;

  width: fit-content;

}

.let-txt p {
  font-size: 17px;
  color: #fff;
  width: 58%;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 29px;
}

section.service {
  padding: 0 80px;
}

.ser-area-txt h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

section.about.inn .aboutWrapre .aboutImg {
  /* margin-top: 125px; */
}

.ser-area-txt ul li span {
  display: block;
  font-style: italic;
  margin-top: 10px;
}

.ser-area-fl {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ser-area-fl h5 {
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  margin: 0;
}

.ser-area-fl a {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  font-family: 'Oswald';
}

section.about.inn .aboutWrapre .aboutImg img {
  /* height: 390px; */
}

@media only screen and (min-width: 1200px) and (max-width: 1750px) {
  .about-text h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .about-text p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-text h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .about-text p {
    font-size: 15px;
    line-height: 25px;
  }

}

/*Responsive Start*/

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	.menuSec {
    padding-left: 0;
}

header .headerLinks ul {
    gap: 10px;
    padding-left: 8px;
}

.menuSec ul {
    padding-left: 0;
}

.menuSec ul#menu li a {
    font-size: 14px !important;
}

.siteBtn .pbtn {
    font-size: 14px !important;
    padding: 0px 2px 0px 10px;
}

.siteBtn .pbtn .arrow {
    width: 28px;
    height: 30px;
}

section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section.banner-sec:before {
    height: 84%;
}

.banner-sec {
    padding: 100px 0;
}

.banner-text h1 {
    font-size: 60px;
    line-height: 72px;
}

.banner-text p {
    width: 95%;
}

.aboutWrapre .aboutImg img {
    height: 330px;
}

.aboutWrapre {
    margin-top: -150px;
}

.let-txt a {
    font-size: 50px;
}

.ser-bot-txt {
    padding: 10px;
}

.ser-bot-txt h4 {
    font-size: 20px;
}

.ser-bot-txt p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

.copy-right p {
    top: 0;
    width: 50%;
}

.home-contact-head {
    margin-left: 0;
}

.f-address {
    padding: 0 0px 0 15px;
}

.f-newletter button {
    letter-spacing: 2px;
}
	section.home-contact-sec form:before {
    right: -21%;
}
	section.reviews .cbox {
    padding: 20px 10px 30px;
}

section.reviews .cbox p {
    line-height: 24px;
    font-size: 14px;
    word-spacing: 0;
}

section.reviews .cbox .ratingNmae {
    display: block !important;
}
.bann-txt h1 {
    font-size: 62px;
    line-height: 72px;
}	
	
	.contact_detail_box p {
    font-size: 18px;
}

.contact_detail_box {
    padding: 30px 20px;
}
	section.service-area .col-lg-10 {
    width: 100%;
}

section.service-area .col-lg-2 {
    width: 100%;
}
	html {
    overflow-x: hidden;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	html {
    overflow-x: hidden;
}

.topsecLinks {
    padding-left: 0;
    padding-bottom: 10px;
}

header .headerLinks ul {
    gap: 10px;
    padding-left: 0;
}

header .headerLinks ul li a {
    font-size: 11px;
    line-height: 18px;
}

.menuSec {
    padding: 10px 20px 0 0;
}

.menu-sec .col-lg-9.col-md-12 {
    width: 70%;
}

.menu-sec .col-lg-3.col-md-12 {
    width: 30%;
}

.menuSec ul {
    padding-left: 0;
}

.menuSec ul#menu li a {
    font-size: 12px !important;
}

.siteBtn .pbtn {
    height: 50px;
    font-size: 11px !important;
}

.siteBtn .pbtn .arrow {
    width: 30px;
    height: 30px;
    padding-left: 2px;
}

.banner-sec {
    padding: 150px 0px 100px;
}

.banner-text h6 {
    font-size: 16px;
}

.banner-text h1 {
    font-size: 50px;
    line-height: 60px;
}

.banner-text p {
    width: 100%;
}

section.banner-sec:before {
    height: 80%;
}

section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

h2 {
    font-size: 32px !important;
    line-height: 40px;
}

p {
    font-size: 13px !important;
    line-height: 22px !important;
}

.aboutWrapre .aboutImg img {
    height: 280px;
}

.aboutWrapre {
    margin-top: -150px;
}

.let-txt h4 {
    font-size: 32px;
    line-height: 40px;
}

.let-txt a {
    font-size: 44px;
    line-height: 55px;
}

.ser-bot-txt h4 {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
}

.ser-bot-txt p {
    text-align: left;
}

.ser-bot-txt {
    padding: 10px;
}

a.btn-ser {
    font-size: 14px;
}

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

section.reviews .cbox {
    padding: 20px 10px 30px;
}

section.reviews .cbox .ratingNmae {
    display: block !important;
}

.photo-img a img {
    height: 280px;
}

section.home-contact-sec {
}

.home-contact-head {
    margin-left: 0;
}

.copy-right p {
    top: 0;
    width: 58%;
}

.f-address:before {
    left: 0;
}

.f-newletter {
    padding-left: 20px;
}

.f-address h5 {
    font-size: 24px;
}

.f-address {
    margin-top: 20px;
}
	
	.bann-txt h1 {
    font-size: 50px;
    line-height: 60px;
}

.about-text h2 span {
    font-size: 50px;
}
	.team-txt h4 {
		font-size: 50px;
	}
	.ser-pg-img img {
    height: 410px;
    object-position: 0 -150px;
}

.ser-pg-txt h4 {
    font-size: 44px;
    line-height: 52px;
}

.ser-pg-txt p {
    width: 90%;
}

section.service-area .col-md-10 {
    width: 100%;
}

section.service-area .col-md-2 {
    width: 100%;
    margin-top: 20px;
}
	
	.contact_detail_box {
    padding: 20px 10px;
    height: auto;
}
	
}

@media only screen and (min-width: 520px) and (max-width: 767px){
	    html {
    overflow-x: hidden;
}

.menuSec {
    padding: 10px 10px 10px;
}

.topsecLinks {
    display: block !important;
}

header .headerLinks ul {
    padding-left: 0;
    display: block;
    margin-bottom: 10px;
}

header .headerLinks ul:before {
    display: none;
}

.header-social ul.social {
    justify-content: flex-start;
    padding-left: 0;
}

.banner-sec {
    padding: 20px 0;
}

.banner-text h6 {
    font-size: 12px;
}

.banner-text h1 {
    font-size: 40px;
    line-height: 50px;
}

.banner-text p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.siteBtn .pbtn {
    height: 48px;
    font-size: 12px;
    padding: 0px 5px 0px 10px;
}

.banner-text {
    margin: 0 0 10px;
}

section.about {
    padding: 0;
}

section.about .abt-main-img img {
    height: 300px;
}

.about-text h2 {
    font-size: 30px;
    line-height: 40px;
}

.about-text h2 span {
    font-size: 36px;
}

.about-text p {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px 17px;
}

.aboutWrapre .aboutImg img {
    height: 300px;
}

.aboutWrapre {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
}

.aboutWrapre .milesBox {
    width: fit-content;
    height: fit-content;
    padding: 0 20px;
}

.aboutWrapre .milesBox h2 {
    font-size: 45px;
    line-height: 55px;
}

.aboutWrapre .milesBox h4 {
    font-size: 16px;
    line-height: 25px;
}

.let-txt p {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
}

.let-txt a {
    font-size: 30px;
    line-height: 40px;
}

.let-txt h4 {
    font-size: 30px;
    line-height: 40px;
}

img.let-img {
    object-fit: cover;
}

section.service {
    padding: 0;
}

.ser-txt-top h2 {
    font-size: 36px;
    line-height: 44px;
}

section.lets {
    margin: 50px 0px 50px;
}

.ser-txt-top p {
    width: 100%;
    font-size: 12px;
}

.ser-img img {
    height: 300px;
}

.ser-bot-txt h4 {
    font-size: 24px;
    line-height: 30px;
}

.ser-bot-txt p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

a.btn-ser {
    font-size: 14px;
}

.ser-main-bx {
    margin: 0 0 30px;
}

section.reviews {
    margin-top: 50px;
}

section.reviews .heading h2 {
    font-size: 36px;
    line-height: 46px;
}

section.reviews h3 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
}
section.reviews .cbox p {
    line-height: 24px;
    font-size: 12px;
    word-spacing: 0;
}

section.reviews .cbox .ratingNmae h5 {
    font-size: 18px;
}

.ratingNmae {
    display: block !important;
}

section.reviews .cbox {
    height: auto;
}

	section.gallery {
    padding: 50px 0px 50px;
}

.gal-txt h2 {
    font-size: 36px;
    line-height: 45px;
}

.gal-txt h4 {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
}

.photo-img a img {
    height: 300px;
    margin: 0 0 20px;
}

section.home-contact-sec .col-8 {
    width: 100%;
    order: 2;
}

section.home-contact-sec form:before {
    width: 100%;
    right: 0;
}

section.home-contact-sec form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.home-contact-head h6 {
    writing-mode: inherit;
    transform: rotate(0deg);
    font-size: 32px;
    line-height: 40px;
}

.home-contact-head {
    right: 0;
    margin-left: 0;
}

section.home-contact-sec .col-4 {
    width: 100%;
}

.copy-right p {
    top: 0;
    width: 100%;
    writing-mode: inherit;
    margin-top: 0;
}

.copy-right {
    transform: rotate(0deg);
    text-align: center;
}

.home-contact-form input {
    margin: 0 0 10px;
}

.home-contact-form textarea {
    margin: 10px 0 30px;
}

.f-address:before {
    display: none;
}

footer {
    padding: 50px 0;
}

section.home-contact-sec {
    margin-bottom: 50px;
}

.f-newletter h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
}

.f-address {
    margin-top: 20px;
    padding-left: 0;
}

.f-address h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
}

.f-address ul li a {
    font-size: 12px;
    line-height: 20px;
}

.f-address ul i {
    font-size: 20px;
}
    section.banner.inn img.bann-img {
        height: 400px;
        object-position: -660px 0;
    }

.bann-txt h1 {
    font-size: 40px;
    line-height: 50px;
}

section.about.inn {
    padding-top: 50px;
}

section.chose {
    padding: 0;
}

.about-text ul li img {
    width: 14px;
}

.about-text ul li span {
    font-size: 12px;
}

.chose-img img {
    height: 300px;
}

section.team {
    padding: 50px 0;
}

.team-txt h4 {
    font-size: 36px;
    line-height: 42px;
}

.team-txt h3 {
    font-size: 32px;
    line-height: 40px;
}

.team-bx img {
    height: 250px;
}

.team-bx {
    margin: 0 0 20px;
}
	section.service-page {
    padding: 50px 0;
}

.ser-pg-img img {
    height: 350px;
}

.ser-pg-txt h4 {
    font-size: 36px;
    line-height: 42px;
}

.ser-pg-txt p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}
	section.get-an {
    padding: 50px 0px;
}

.get-in-head h3 {
    font-size: 32px;
    line-height: 40px;
}

.input label {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

section.get-an form input {
    padding: 5px 10px;
}

.input select {
    padding: 5px 10px;
}

.input-icon {
    top: 43px;
}

.text-area textarea {
    height: 100px;
}
	section.service-area {
    padding: 50px 0px;
}

.service-area-txt h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
}

.service-area-txt p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
}

.ser-area-fl {
    flex-wrap: wrap;
}

.ser-area-fl a {
    font-size: 24px;
    line-height: 32px;
}

.ser-area-img img {
    height: 330px;
}

.ser-area-txt ul li {
    font-size: 14px;
    line-height: 23px;
}
	.contact_page {
    padding: 50px 0;
}

.contact_detail_box {
    height: auto;
    margin: 0 0 20px;
    padding: 10px;
}

.contact_page h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 24px;
}

.contact_detail_box figure img {
    height: 25px;
    width: 25px;
}

.contact_form {
    padding: 0 0px 7%;
}

.section_head h3 {
    line-height: 42px;
    font-size: 32px;
}

.contact_form input {
    height: 44px;
    margin-bottom: 10px;
}

.contact_form textarea {
    height: 100px;
}

}

@media only screen and (min-width: 300px) and (max-width: 519px){
    html {
        overflow-x: hidden;
    }
    
    html {
    overflow-x: hidden;
}

.menuSec {
    padding: 10px 10px 10px;
}

.topsecLinks {
    display: block !important;
}

header .headerLinks ul {
    padding-left: 0;
    display: block;
    margin-bottom: 10px;
}

header .headerLinks ul:before {
    display: none;
}

.header-social ul.social {
    justify-content: flex-start;
    padding-left: 0;
}

.banner-sec {
    padding: 20px 0;
}

.banner-text h6 {
    font-size: 12px;
}

.banner-text h1 {
    font-size: 40px;
    line-height: 50px;
}

.banner-text p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.siteBtn .pbtn {
    height: 48px;
    font-size: 12px;
    padding: 0px 5px 0px 10px;
}

.banner-text {
    margin: 0 0 10px;
}

section.about {
    padding: 0;
}

section.about .abt-main-img img {
    height: 300px;
}

.about-text h2 {
    font-size: 30px;
    line-height: 40px;
}

.about-text h2 span {
    font-size: 36px;
}

.about-text p {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px 17px;
}

.aboutWrapre .aboutImg img {
    height: 300px;
}

.aboutWrapre {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
}

.aboutWrapre .milesBox {
    width: fit-content;
    height: fit-content;
    padding: 0 20px;
}

.aboutWrapre .milesBox h2 {
    font-size: 45px;
    line-height: 55px;
}

.aboutWrapre .milesBox h4 {
    font-size: 16px;
    line-height: 25px;
}

.let-txt p {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
}

.let-txt a {
    font-size: 30px;
    line-height: 40px;
}

.let-txt h4 {
    font-size: 30px;
    line-height: 40px;
}

img.let-img {
    object-fit: cover;
}

section.service {
    padding: 0;
}

.ser-txt-top h2 {
    font-size: 36px;
    line-height: 44px;
}

section.lets {
    margin: 50px 0px 50px;
}

.ser-txt-top p {
    width: 100%;
    font-size: 12px;
}

.ser-img img {
    height: 300px;
}

.ser-bot-txt h4 {
    font-size: 24px;
    line-height: 30px;
}

.ser-bot-txt p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

a.btn-ser {
    font-size: 14px;
}

.ser-main-bx {
    margin: 0 0 30px;
}

section.reviews {
    margin-top: 50px;
}

section.reviews .heading h2 {
    font-size: 36px;
    line-height: 46px;
}

section.reviews h3 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
}
section.reviews .cbox p {
    line-height: 24px;
    font-size: 12px;
    word-spacing: 0;
}

section.reviews .cbox .ratingNmae h5 {
    font-size: 18px;
}

.ratingNmae {
    display: block !important;
}

section.reviews .cbox {
    height: auto;
}

	section.gallery {
    padding: 50px 0px 50px;
}

.gal-txt h2 {
    font-size: 36px;
    line-height: 45px;
}

.gal-txt h4 {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
}

.photo-img a img {
    height: 300px;
    margin: 0 0 20px;
}

section.home-contact-sec .col-8 {
    width: 100%;
    order: 2;
}

section.home-contact-sec form:before {
    width: 100%;
    right: 0;
}

section.home-contact-sec form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.home-contact-head h6 {
    writing-mode: inherit;
    transform: rotate(0deg);
    font-size: 32px;
    line-height: 40px;
}

.home-contact-head {
    right: 0;
    margin-left: 0;
}

section.home-contact-sec .col-4 {
    width: 100%;
}

.copy-right p {
    top: 0;
    width: 100%;
    writing-mode: inherit;
    margin-top: 0;
}

.copy-right {
    transform: rotate(0deg);
    text-align: center;
}

.home-contact-form input {
    margin: 0 0 10px;
}

.home-contact-form textarea {
    margin: 10px 0 30px;
}

.f-address:before {
    display: none;
}

footer {
    padding: 50px 0;
}

section.home-contact-sec {
    margin-bottom: 50px;
}

.f-newletter h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
}

.f-address {
    margin-top: 20px;
    padding-left: 0;
}

.f-address h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
}

.f-address ul li a {
    font-size: 12px;
    line-height: 20px;
}

.f-address ul i {
    font-size: 20px;
}
    section.banner.inn img.bann-img {
        height: 400px;
        object-position: -660px 0;
    }

.bann-txt h1 {
    font-size: 40px;
    line-height: 50px;
}

section.about.inn {
    padding-top: 50px;
}

section.chose {
    padding: 0;
}

.about-text ul li img {
    width: 14px;
}

.about-text ul li span {
    font-size: 12px;
}

.chose-img img {
    height: 300px;
}

section.team {
    padding: 50px 0;
}

.team-txt h4 {
    font-size: 36px;
    line-height: 42px;
}

.team-txt h3 {
    font-size: 32px;
    line-height: 40px;
}

.team-bx img {
    height: 250px;
}

.team-bx {
    margin: 0 0 20px;
}
	section.service-page {
    padding: 50px 0;
}

.ser-pg-img img {
    height: 350px;
}

.ser-pg-txt h4 {
    font-size: 36px;
    line-height: 42px;
}

.ser-pg-txt p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}
	section.get-an {
    padding: 50px 0px;
}

.get-in-head h3 {
    font-size: 32px;
    line-height: 40px;
}

.input label {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

section.get-an form input {
    padding: 5px 10px;
}

.input select {
    padding: 5px 10px;
}

.input-icon {
    top: 43px;
}

.text-area textarea {
    height: 100px;
}
	section.service-area {
    padding: 50px 0px;
}

.service-area-txt h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
}

.service-area-txt p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
}

.ser-area-fl {
    flex-wrap: wrap;
}

.ser-area-fl a {
    font-size: 24px;
    line-height: 32px;
}

.ser-area-img img {
    height: 330px;
}

.ser-area-txt ul li {
    font-size: 14px;
    line-height: 23px;
}
	.contact_page {
    padding: 50px 0;
}

.contact_detail_box {
    height: auto;
    margin: 0 0 20px;
    padding: 10px;
}

.contact_page h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 24px;
}

.contact_detail_box figure img {
    height: 25px;
    width: 25px;
}

.contact_form {
    padding: 0 0px 7%;
}

.section_head h3 {
    line-height: 42px;
    font-size: 32px;
}

.contact_form input {
    height: 44px;
    margin-bottom: 10px;
}

.contact_form textarea {
    height: 100px;
}
	
}


	.slicknav_nav a:hover {
    background: #f89c2e;
    color: #fff;
}
