@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=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  font-family: "Montserrat", serif;
  word-break: break-word;
  color: #686868;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: inherit;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #04c900;
}

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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

@font-face {
  font-family: "ReklameScript";
  src: url("../fonts/hvdtrial-reklamescript-medium.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
/***** Custom Classes *****/

/* general btn css start  */

.p-btn {
  background-color: #ffa239;
  border-radius: 45px;
  padding: 0px 5px 0px 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  height: 52px;
  box-shadow: -7px 6px 20px 0px #5555555e;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.p-btn img {
  width: auto;
  transition: 0.6s;
}

.p-btn:hover img {
  transform: rotate(360deg);
}

.p-btn:hover {
  background-color: #29abe2 !important;
}

.p-btn span {
  font-size: 14px;
  line-height: 24px;
}

.sitBtn {
  display: inline-block;
}

/* general btn css end */

h1,
h2,
h3,
h4,
h5,
h6 {
  /* text-transform: uppercase; */
  text-transform: capitalize;
  font-family: "ReklameScript";
  line-height: 1.1;
}

h1 {
  font-size: 70px;
  letter-spacing: 5px;
}

h2 {
  font-size: 60px;
  line-height: 1.1;
}

h3 {
  font-size: 45px;
  letter-spacing: 2px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 4px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  font-family: "Montserrat", serif;
  color: #686868;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
/***** Custom Classes End *****/

::-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: 0px 0;
  background: #fff;
  position: relative;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  gap: 46px;
  right: -60px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  height: 100%;
  font-size: 15px;
  position: relative;
  color: #111010;
  opacity: 70%;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.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;
  text-decoration: underline;
  transform: translate(0px, -3px);
}

.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;
}

/* Custome Header  Css Start  */

header .menuSec ul li.active a {
  border-bottom: 1px solid #fff;
}

header .menuSec ul li.active a:hover {
  text-decoration: unset !important;
}

header .menuSec .row {
  align-items: center;
}

.menuSec .quote {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

.p-btn:hover span {
  color: #fff;
}

/* Custome Header  Css End */

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/*banner css end*/

.section {
  padding: 80px 0;
}

section.main_slider {
  position: relative;
  overflow: hidden;
}

section.main_slider img.img-fluid.bannerBGIMG {
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: 100% 100%;
}

section.main_slider .banner_text {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

section.main_slider .banner_text h2 {
  position: relative;
  font-size: 70px;
  line-height: 68px;
  font-weight: 500;
  padding-bottom: 10px;
}

section.main_slider .banner_text p.para1 {
  width: 70%;
  color: #fff;
  opacity: 90%;
  margin-bottom: 20px;
  line-height: 26px;
}

section.main_slider .banner_text h3 {
  font-size: 50px;
  width: 72%;
  text-transform: capitalize;
  letter-spacing: 3px;
}

section.main_slider .banner_text h2 span {
  display: block;
  color: #fff;
}

.banner_img img.img-fluid {
  position: relative;
  box-sizing: border-box;
  transition: 0.9s;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 0 5px;
  box-shadow: unset;
}

section.main_slider .container-fluid .row {
  position: relative;
  align-items: center;
}

/* Banner Slider section end  */

section.main_slider .banner_text h6 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "blenderPro";
  transition: 0.9s;
}

section.main_slider .banner_text h6 span {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #04c900;
  letter-spacing: 2px;
  padding-left: 20px;
  position: relative;
  font-family: "ReklameScript";
}

/* SERVICES SECTION START  */

.services-box {
  position: relative;
  margin: 0px 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 1px #44444424;
  padding: 20px;
  background: #fff;
  border-radius: 44px;
}

.services-box .item-img {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.services-box .item-img img {
  height: 270px;
  width: 100%;
  object-fit: fill;
  transition: 0.2s;
  border-radius: 24px;
}

.services-box .item-img img:hover {
  filter: brightness(0.8);
  transform: translate(0px, 4px);
}

.services-box .services-text {
  padding: 30px 10px 10px 24px;
}

.services-box .services-text h4 {
  position: relative;
  font-size: 22px;
  color: #022222;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.services-box .services-text .sitBtn {
  margin-top: 20px;
  width: 100%;
}
/* SERVICES SECTION END */

.heading {
  margin-bottom: 50px;
}

.heading p {
  width: 66%;
  margin: 0px auto;
  opacity: 65%;
  line-height: 24px;
}

/* Footer sectrion css */

footer {
  padding: 80px 0 0;
  position: relative;
  background-color: #32322f;
}

ul.social {
  gap: 10px;
  margin: 0px;
  margin-top: 24px;
}

ul.social li a {
  width: 40px;
  height: 40px;
  border: 1px solid;
  color: #878785;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  font-size: 16px;
  text-align: center;
  transition: 0.9s;
  background: transparent;
  z-index: 12;
  position: relative;
}

.menuSec .quote a.p-btn {
  padding: 0px 8px 0px 18px;
  font-size: 14px;
  color: #29abe2;
  border: 1px solid #29abe2;
  background: transparent;
  box-shadow: unset;
}

.menuSec .quote a.p-btn span {
  font-size: 14px;
  line-height: 24px;
}

.menuSec .quote .sitBtn.phone a.p-btn {
  color: #fff;
  background: #ffa239;
}

.menuSec .quote .sitBtn.phone a.p-btn {
  background-color: #ffa239;
  padding: 0 20px;
  color: #fff;
  border: 0px;
  gap: 13px;
}

header .menuSec .siteLogo img {
  position: absolute;
  top: 0;
  z-index: 12;
}

header .menuSec .siteLogo a {
  display: block;
}

header .menuSec .siteLogo a img {
  display: inline-block;
  filter: drop-shadow(-1px 1px 114px black);
}

section.main_slider .banner_text .sitBtn a.p-btn {
  background: transparent;
  border: 1px solid #ffa239;
  color: #ffa239;
}

/* General Curve  */

section.curveShape {
  position: relative;
  padding-bottom: 60px;
}

.curveShapeImg {
  position: absolute;
  bottom: 78px;
  width: 100%;
  left: 0;
}

.curveShapeImg img.img-fluid {
  width: 100%;
  filter: drop-shadow(2px 4px 16px #44444466);
}

section.notice .curveShapeImgBefore img.img-fluid {
  filter: brightness(0) saturate(100%) invert(65%) sepia(12%) saturate(4506%)
    hue-rotate(348deg) brightness(100%) contrast(93%)
    drop-shadow(2px 4px 16px #44444466);
  width: 100%;
}

section.main_slider .curveShapeImg {
  bottom: 55px;
}

/* Googel Search  */

section.googelS .row .row {
  height: 100%;
}

section.googelS .listt {
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

section.googelS .listt span i {
  display: inline-block;
  color: #f5a100;
}

section.googelS .text {
  margin-bottom: 20px;
}

section.googelS .text h6 {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  width: 85%;
  letter-spacing: 3px;
}

section.googelS .rater {
  position: relative;
  height: 100%;
  border-left: 1px solid #44444421;
  padding: 40px 0px 60px 70px;
}

section.googelS .rater h3 {
  margin: 0px;
  line-height: 50px;
  color: #000;
}

section.googelS .rater h2 {
  line-height: 40px;
  margin: 12px 0;
  color: #04c900;
}

section.googelS .rater h5 span {
  display: block;
  color: #0b9ada;
  line-height: 42px;
}

section.googelS .rater h5 {
  font-size: 52px;
  line-height: 62px;
  color: #000;
  margin: 0px;
}

/* Experts Css start  */

section.experts .expImg {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

section.experts .expImg img {
  width: 100%;
  height: 410px;
}

section.experts .exttet {
  text-align: right;
}

h2 {
  font-size: 52px;
  color: #1c1c1c;
  line-height: 50px;
  letter-spacing: 2px;
}

section.experts .exttet h2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 48px;
}

section.experts .exttet h2:before {
  position: absolute;
  content: "";
  width: 60px;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 45px;
  background: #04c900;
}

section.experts {
  padding: 80px;
}

section.experts .itembox {
  padding: 21px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 10px 10px;
}

section.experts .itembox h3 {
  font-size: 30px;
  line-height: 34px;
  color: #1c1c1c;
}

section.experts .itembox p {
  margin: 0px;
}

.numbersBox {
  position: relative;
}

.padcol {
  position: relative;
  padding-left: 10px;
}

.padcol:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: -2px;
  background: #999;
  opacity: 27%;
}

.numbersBox:before {
  position: absolute;
  content: "";
  width: 91%;
  height: 1px;
  bottom: 50%;
  left: 0;
  background: #999;
  opacity: 30%;
}

section.experts .exttet p {
  margin-bottom: 40px;
  font-weight: 600;
  padding-left: 10px;
  line-height: 26px;
}

section.services-sec {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}

section.services-sec .serviceBackgroundImg {
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}

section.services-sec .serviceBackgroundImg img {
  width: 100%;
  object-fit: cover;
  height: 750px;
  object-position: top;
}

section.services-sec h2 {
  color: #fff;
  position: relative;
  font-size: 75px;
  line-height: 70px;
  text-transform: capitalize;
}

section.services-sec .heading p {
  margin-top: 20px;
  color: #fff;
}

section.services-sec .nav.nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-top: 40px;
}

section.services-sec .nav.nav-pills .nav-link {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-family: "ReklameScript";
  background: #ffffff1c;
  border-radius: 0px;
  padding: 16px 30px;
  transition: 0.9s;
  letter-spacing: 3px;
  text-transform: capitalize;
}

section.services-sec .nav.nav-pills .nav-link:hover {
  background: #04c900;
}

section.services-sec .nav.nav-pills .nav-link.active {
  background: #04c900;
}

.services-box .services-text .sitBtn .p-btn {
  justify-content: space-between;
  align-items: center;
  padding: 0px 7px 0px 32px;
}

.services-box .services-text p {
  line-height: 26px;
  margin-top: 10px;
  opacity: 50%;
  font-size: 13px;
}

section.services-sec .curveShapeImg {
  width: 100%;
  bottom: -40px;
}

section.services-sec .curveShapeImg img.img-fluid {
  width: 100%;
  height: auto;
}

/* About Us start  */

c {
  position: relative;
  overflow: hidden;
}

section.about .colLeft {
  position: relative;
  padding-right: 80px;
}

section.about .aboutIm {
  position: relative;
  overflow: hidden;
}

section.about .aboutIm img:hover {
  transform: scale(1.1);
}

section.about .aboutIm img {
  width: 100%;
  border-radius: 24px;
  transition: 0.2s;
  height: 480px;
  object-fit: fill;
}

section.about .header {
  position: relative;
}

section.about .header h5 {
  position: relative;
  padding-left: 110px;
  margin-bottom: 18px;
  color: #04c900;
  font-family: "ReklameScript";
  font-weight: 600;
  font-size: 17px;
}

section.about .header h5:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  background: #04c900;
  bottom: 11px;
  left: 0;
}

section.about .header h2 {
  line-height: 59px;
  margin-bottom: 24px;
}

section.about .bodytxtab {
  padding-left: 100px;
}

section.about .bodytxtab p {
  color: #686868;
  width: 94%;
  padding-right: 50px;
}

section.about .aboutvideo {
  width: 60%;
  border-radius: 20px;
  position: absolute;
  bottom: 40px;
  right: -20px;
}

section.about .aboutvideo .video {
  position: relative;
}

section.about .aboutvideo .video img.img-fluid {
  height: 150px;
  width: 100%;
  transition: 0.3s;
}

section.about .aboutvideo .video a {
  display: inline-block;
  position: relative;
  border-radius: 10px 0 10px 0;
}

section.about .aboutvideo .item {
  width: 100%;
}

section.about .aboutvideo .item1 {
  width: 100%;
}

section.about .aboutvideo .item1 .text {
  height: 100%;
  background: #29abe2;
  padding: 0px 10px 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 10px 10px 0px;
}

section.about .aboutvideo .item1 .text h5 {
  color: #fff;
}

section.about .aboutvideo .item1 .text p {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: "ReklameScript";
  letter-spacing: 2px;
  font-size: 15px;
}

section.about .aboutvideo .video a:before {
  position: absolute;
  content: "\f04b";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "FontAwesome";
  background: #0000008a;
  border-radius: 10px 0px 0px 10px;
  font-size: 20px;
  transition: 0.4s;
}

section.about .aboutvideo .video a:hover:before {
  color: #04c900;
  font-size: 40px;
  background: transparent;
}

section.about {
  padding-top: 40px;
  padding-bottom: 120px;
}

/*Faqs Sec css Ends*/

.faq-txt-main {
  padding: 0 40px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}

.accordion-button::after {
  content: "\f107";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-size: 15px;
  border-radius: 100px;
  color: #000;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.accordion-button:not(.collapsed)::after {
  content: "\f107";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-size: 15px;
  border-radius: 100px;
  color: #fff;
  transform: rotate(-180deg);
}

.accordion-button {
  font-weight: 500;
  padding: 14px 30px;
  border-right: 1px solid #44444466;
  border-left: 1px solid #44444466;
}

.accordion-item {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #6c757d5e !important;
  border-radius: 0 !important;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.2s;
}

.accordion-item:hover {
  scale: 0.99;
  transition: ease-out;
  transition-duration: 0.2s;
}

.accordion-button:focus {
  border-color: #0000;
  box-shadow: none;
  outline: none;
}
/* 
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
} */

.accordion-button:hover {
  background-color: #04c900;
  color: #fff !important;
  opacity: 1 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #04c900;
  color: #fff !important;
  opacity: 1 !important;
}

.accordion-body p {
  font-size: 14px;
  line-height: 28px;
  color: #adaaaa;
  font-family: "Montserrat";
}

.accordion-header {
  margin: 0 !important;
}

.accordion-item h2 button {
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
  font-family: "ReklameScript";
  letter-spacing: 2px;
}

.accordion-item h2 button.accordion-button.collapsed {
  color: #000;
}

.accordion-item h2 button.accordion-button {
  color: #222222;
  opacity: 70%;
}

.faqs-img img {
  height: 625px;
  width: 100%;
  object-fit: cover;
  object-position: 20%;
  border-radius: 5px;
}

section.inner-faq .faq-heading {
  margin: 0 0 50px 0;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 12px 12px 0px 0px;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #44444461;
}

.accordion-body {
  border: 1px solid #44444466;
}

section.faq-sec.inner-faq {
  position: relative;
  padding: 20px 0 100px;
}

section.faq-sec.inner-faq h1 {
  color: #222222;
  line-height: 80px;
}

section.faq-sec.inner-faq .heading p {
  width: 40%;
}

.heading p .heading.text-center {
  position: absolute;
}

section.faq-sec.inner-faq .heading {
  position: relative;
  padding-bottom: 24px;
}

section.faq-sec.inner-faq .heading:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #04c900;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 0;
  border-radius: 45px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px 0px 12px 12px;
  border-bottom: 1px solid #44444466;
}
.accordion-item:last-of-type {
  border-bottom: 0px !important;
}

/*Faqs Sec css Ends*/

/* Clients Reviews Start */

section.notice {
  position: relative;
  overflow: hidden;
}

section.notice h2 {
  color: #fff;
  position: relative;
  font-size: 75px;
  line-height: 70px;
}

section.notice .heading p {
  margin-top: 20px;
  color: #fff;
}

section.notice .item.slick-slide {
  opacity: 1;
}

section.notice .boxItem {
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 1px #44444424;
  background: #fff;
  border-radius: 14px;
  padding: 32px 24px 30px;
}

section.notice .boxItem .quoteImg {
  position: absolute;
  left: 0;
  top: 0;
}

section.notice .boxItem .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
}

section.notice .boxItem p {
  margin: 0px;
  color: #3e3e3e;
  font-size: 13px;
}

section.notice .boxItem h4 {
  color: #000;
  font-size: 20px;
}

section.notice .boxItem h6 {
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}

section.notice .boxItem .user-pf img.img-fluid {
  width: 120px;
  height: 120px;
  border-radius: 85px;
  outline: 2px solid #a7c957;
  outline-offset: -2px;
}

section.notice h1 {
  font-size: 65px;
  color: #fff;
  line-height: 60px;
}

section.notice .heading p {
  width: 50%;
}

section.notice .reviwsSSWraper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 88%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.notice .curveShapeImgBefore {
  position: absolute;
  top: 0px;
  width: 100%;
}

section.notice .bgImg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

section.notice .bgImg {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
}

/* ============= */

/* contact us page start  */

section.contactSec form {
  position: relative;
}

section.contactSec form input {
  width: 100%;
  margin-bottom: 40px;
  padding: 14px 10px;
  color: #444;
  font-weight: 500;
  border: 0px;
  border-bottom: 1px solid #44444466;
  border-radius: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

section.contactSec form textarea#message {
  transition: 0.6s;
  height: 120px;
  resize: unset;
  position: relative;
  width: 92%;
  margin-bottom: 20px;
  padding: 14px 10px;
  color: #444;
  font-weight: 500;
  border: 0px;
  border-bottom: 1px solid #44444466;
  border-radius: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

section.contactSec form textarea#message::placeholder {
  position: absolute;
  bottom: 30px;
}

section.contactSec form .brtns {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 11px;
}

section.contactSec .collefts {
  position: relative;
  padding: 40px 50px;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 4px #4444441c;
  border-radius: 20px 0px 0px 20px;
}

section.contactSec .quick-links {
  background: #111112;
  padding: 50px 30px 50px 50px;
  height: 100%;
  border-radius: 10px;
}

section.contactSec .quick-links h3 {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  padding-bottom: 30px;
  position: relative;
}

section.contactSec .quick-links h3:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 5px;
  bottom: 0;
  background: #29abe1;
  left: 4px;
}

section.contactSec .quick-links ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

section.contactSec .quick-links ul li {
  position: relative;
}

section.contactSec .quick-links ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.contactSec .quick-links ul li a span {
  color: #fff;
  text-transform: uppercase;
}

section.contactSec .wraper {
  position: relative;
  width: 84%;
  margin: 0px auto;
}

section.contactSec .collefts h3 {
  color: #111112;
  margin-bottom: 30px;
}

section.contactSec form .brtns button {
  padding: 0px;
  border: 0;
  background-color: transparent;
}

section.contactSec form .brtns button i {
  width: 45px;
  height: 45px;
  background: #29abe2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 55px;
  transition: 0.3s;
}

section.contactSec form select {
  width: 100%;
  margin-bottom: 20px;
  padding: 14px 10px;
  color: #444;
  font-weight: 500;
  border: 0px;
  border-bottom: 1px solid #44444466;
  border-radius: 0px;
  font-size: 12px;
  text-transform: uppercase;
  appearance: auto;
  margin-top: 7px;
}

section.contactSec {
  position: relative;
  padding: 60px 0 120px;
}

section.contactSec h1 {
  color: #0b1424;
}

section.contactSec form .brtns button:hover i {
  background: #04c900;
  transform: scale(1.1);
}

/* contact us page end */

/* Footer start  */

footer h5 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 14px 10px 14px 50px;
  background: #29abe2;
}

.ftwraper .row .col-lg-4.col-md-4 {
  padding: 0;
  height: 100%;
}

.ftwraper ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0px;
  padding-left: 60px;
  padding-top: 30px;
}

footer .ftwraper ul li a {
  color: #fff;
  opacity: 50%;
  font-weight: 400;
}

.ftwraper .news-letter ul {
  gap: 32px;
  padding-left: 20px;
}

.ftwraper .news-letter ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

footer .footer-about p {
  width: 96%;
  margin-top: 24px;
  opacity: 50%;
  color: #fff;
  line-height: 26px;
}

.footer-about {
  padding: 40px 0px 10px 70px;
  position: relative;
}

.footer-btm {
  position: relative;
  padding: 24px 0 20px;
}

footer .ftOuterWrap {
  border: 1px solid #69696966;
  border-right: 0px;
  border-bottom: 0px;
}

footer .colLeftOut {
  position: relative;
  border-left: 1px solid #69696966;
  border-right: 1px solid #69696966;
  border-bottom: 1px solid #69696966;
}

footer .ftwraper {
  position: relative;
  height: 100%;
}

footer .ftwraper .row {
  height: 100%;
}

footer .foot-useful-link {
  position: relative;
  height: 100%;
}

footer .foot-products {
  position: relative;
  height: 100%;
}

footer .foot-products:before {
  position: absolute;
  content: "";
  height: 82%;
  bottom: 0;
  width: 1px;
  background: #69696966;
  right: 30px;
}

footer .news-letter {
  position: relative;
}

footer .news-letter h5 {
  padding-left: 20px;
}

.ftwraper .news-letter ul li a img {
  width: 18px;
  object-fit: fill;
}

.ftwraper .news-letter ul li a {
  gap: 17px;
  opacity: 1;
}

.ftwraper .news-letter ul li a span {
  opacity: 70%;
}

footer .foot-products ul {
  gap: 16px;
  padding-left: 33px;
}

footer .foot-products h5 {
  padding-left: 32px;
}

.footer-about .logo img {
  width: 60%;
}

.footer-about ul.social {
  margin-bottom: 20px;
  column-gap: 20px;
}

.footer-btm .copy-txt p {
  opacity: 40%;
}

.footer-about:before {
  position: absolute;
  content: "";
  width: 98%;
  height: 1px;
  bottom: 0;
  background: #69696966;
  left: 11px;
}

.foot-useful-link:before {
  position: absolute;
  content: "";
  height: 82%;
  bottom: 0;
  width: 1px;
  background: #69696966;
  right: 20px;
}
/* Footer End */

/* Slider Section st     */

section.project {
  position: relative;
  overflow: hidden;
  padding: 40px 0 100px;
}

section.project .projsWrap {
  position: relative;
}

section.project .colElft .heading p {
  width: 80%;
  margin: 0;
}

section.project .colElft .heading h2 {
  font-size: 62px;
  line-height: 62px;
}

section.project .prj_descp {
  position: relative;
  background: #222222e0;
  padding: 40px 30px 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 10px 0px 0px;
  height: 500px;
}

section.project .prj_descp h3 {
  font-size: 35px;
  color: #fff;
  line-height: 46px;
  margin-bottom: 16px;
  opacity: 90%;
}

section.project .prj_descp h1 {
  color: #fff;
  font-size: 78px;
  line-height: 78px;
}

section.project .prj_descp p {
  color: #fff;
  font-weight: 400;
  padding-right: 20px;
  opacity: 80%;
  line-height: 26px;
}

section.project .projMainImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81%;
}

section.project .projMainImg img.img-fluid {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

section.project .projsWrap .mainItem .row {
  position: relative;
  margin-bottom: 20px;
}

section.project .proj-nav {
  position: relative;
}

section.project .proj-nav .navItem.slick-slide {
  opacity: 1;
}

section.project .projextsBox {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  transform: scaleX(1.1);
}

section.project .projextsBox img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 9px;
  transition: 0.3s;
}

section.project .projextsBox img:hover {
  filter: brightness(0.7);
  transform: scale(1.03);
  cursor: pointer;
}

/* Arrow Start  */

section.project button.slick-prev,
section.project button.slick-next {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #686256;
  transition: 0.9s;
}

section.project button.slick-next::before {
  position: absolute;
  content: "\f107";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.9s;
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  color: #000;
  font-weight: 900;
  opacity: 1;
}

section.project button.slick-prev::before {
  position: absolute;
  content: "\f106";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.9s;
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  color: #000;
  font-weight: 900;
  opacity: 1;
}

section.project button.slick-prev {
  left: 98.4%;
  position: absolute;
  top: 78.9%;
  z-index: 1;
}

section.project button.slick-next {
  position: absolute;
  right: -39px;
  top: 90.1%;
  z-index: 1;
}

/* ========== Inner page css start  */

section.innerPageBanner img.img-fluid.innerPageBannerImg {
  height: 600px;
}

section.innerPageBanner p.inerpbtxt {
  color: #fff;
  width: 60%;
  font-weight: 400;
  line-height: 27px;
}

section.main_slider.innerPageBanner .curveShapeImg {
  bottom: 33px;
}

section.about.aboutPage .aboutvideo {
  bottom: 152px;
}

section.missiontxt {
  position: relative;
}

section.missiontxt .mst-txt {
  position: relative;
  /* width: 94%; */
}

section.missiontxt .mst-txt h3 {
  color: #333;
}

section.missiontxt .misnImg img {
  height: 300px;
  object-fit: fill;
  border-radius: 20px;
}

section.missiontxt .absWraper {
  width: 94%;
}

section.missiontxt .colrigh .misnImg {
  float: right;
}

/* ========== Inner page css end */

section.contact-us {
  padding: 60px 0px 150px;
}

.cntct-head h4 {
  font-size: 50px;
  line-height: normal;
  font-weight: 500;
  margin: 0 0 30px;
  color: #000;
}

.contact-input {
  position: relative;
  margin-bottom: 24px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.contact-input input {
  width: 100%;
  height: 58px;
  border: 1px solid #7e7e7e6b;
  padding: 0 72px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
  font-family: "Montserrat";
  border-radius: 7px;
}

.contact-input textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 21px;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
  resize: none;
  background: transparent;
  border-radius: 11px;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #909091;
}

.contact-input i {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  right: 0;
  background: #29abe2;
  height: 100%;
  width: 70px;
  color: #fff;
  top: 0;
  border-radius: 0px 7px 7px 0px;
}

.send-btn {
  background-color: var(--golden);
  padding: 15px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  background: #0288d1;
  font-family: "Montserrat";
  border: none;
}

button.send-btn:hover {
  background: transparent;
  color: var(--golden);
  border: 1px solid var(--golden);
  transition: 0.5s all ease-in-out;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 30px;
  border: 1px solid #c1c1c1;
  margin: 15px 0;
  transition: 0.8s all ease-in-out;
  background: #42603e;
  border-radius: 6px;
}

.cntct-info-icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
  font-size: 28px;
  transition: 0.8s all ease-in-out;
  border: 1px solid;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #8d88883b;
  color: #42603e;
}

.contact-info-item:hover i {
  transform: rotate(360deg);
  transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
}

.contact-info-item-details a,
.contact-info-item-details p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-family: "Montserrat";
}

.contact-input.selectbox select {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  font-family: "Montserrat";
  border-radius: 7px;
  z-index: 1;
  position: relative;
}

section.contact-us .rates button.theme1 {
  border: 0px;
}

section.contact-us .get-in-touch.cntct-head {
  padding-right: 30px;
}

.contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

.contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  left: unset !important;
  cursor: pointer;
}

.contact-input.textaryea:before {
  display: none;
}

.contact-input.textaryea textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

section.contact-us .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.contact-us .heading {
  margin-bottom: 50px;
}

section.contact-us .heading p {
  font-weight: 500;
  opacity: 60%;
  line-height: 26px;
}

section.contact-us .sitBtn button.p-btn {
  border: 0px;
  margin: 0px auto;
}

/* Contact Us End */

/* Contct Us page start  */

section.contact-page {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

section.contact-page .quick-links {
  position: relative;
  padding-top: 10px;
}

section.contact-page .quick-links h2 {
  color: #000;
  line-height: 57px;
  margin-bottom: 7px;
}

section.contact-page .quick-links p {
  line-height: 25px;
}

section.contact-page ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0;
  margin-top: 40px;
}

section.contact-page ul li {
  display: flex;
  align-items: center;
  gap: 30px;
}

section.contact-page ul li .img {
  position: relative;
  width: 62px;
  height: 66px;
  background: #04c900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

section.contact-page ul li .text h6 {
  margin: 0;
  color: #000;
  transition: 0.9s;
  font-size: 24px;
  font-weight: 500;
  font-family: "ReklameScript";
}

section.contact-page ul li .text a {
  color: #555555;
  display: inline-block;
  transition: 0.9s;
}

section.contact-page ul li .img img {
  width: 22px;
  transition: 0.9s;
  cursor: pointer;
  object-fit: fill;
}

section.contact-page ul li:hover .img img {
  transform: rotate(20deg);
}

section.contact-page ul li:hover .text h6 {
  color: #dba514;
  transform: translate(10px, 0px);
}

section.contact-page ul li:hover .text a {
  color: #dba514;
  transform: translate(10px, 0px);
}

/* ========================= */

section.contact-page form {
  position: relative;
  background: #29abe2;
  border-radius: 10px;
  padding: 40px 40px 50px 40px;
  color: #fff;
}

section.contact-page form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 14px 20px 12px;
  color: #fff;
  font-weight: 500;
  transition: 0.6s;
  background: #ffffff5e;
  border: 0px;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 3px solid #fff;
}

section.contact-page form input::placeholder {
  color: #9d9a9a;
  text-transform: capitalize;
}

section.contact-page form textarea#message {
  width: 100%;
  margin-bottom: 20px;
  border: 0px;
  padding: 18px 20px;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  transition: 0.6s;
  height: 150px;
  resize: unset;
  position: relative;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}

section.contact-page form textarea#message::placeholder {
  color: #9d9a9a;
}

section.contact-page form .brtns {
  display: block;
}

section.contact-page form .brtns button {
  border: 0;
  display: inline-block;
  padding: 14px 0px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.9s;
  background: #ffc3e7;
  width: 160px;
  font-weight: 500;
}

section.contact-page form .brtns button:hover {
  transform: translate(0px, -6px);
  filter: brightness(0.7);
}

section.contact-page form h2 {
  color: #000;
  margin-bottom: 20px;
}

section.map-connect {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #29abe2;
  border-bottom: 4px solid #29abe2;
}

section.map-connect .container-fluid {
  padding: 0;
}

section.map-connect iframe {
  height: 400px;
}

section.contact-page form h5 {
  margin-bottom: 22px;
  line-height: 30px;
}

section.contact-page form input::placeholder {
  color: #fff;
}

section.contact-page form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 14px 20px 12px;
  color: #fff;
  font-weight: 500;
  transition: 0.6s;
  background: #ffffff5e;
  border: 0px;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 3px solid #fff;
  height: 160px;
}

section.contact-page form textarea::placeholder {
  color: #fff;
}

section.contact-page form button.p-btn {
  border: 0px;
}

.mapMarker {
  display: inline-block;
  position: absolute;
  top: 41%;
  right: 51%;
  width: 5%;
}
/* Contct Us page end */

/* Reviews Page Start  */
section.notice.reviewsInnerPage {
  padding: 100px 0 80px;
}

section.notice.reviewsInnerPage .heading h1 {
  color: #222;
  margin: 0;
}

section.notice.reviewsInnerPage .heading p {
  color: #000;
  margin-top: 8px;
}

section.notice.reviewsInnerPage .boxItem {
  margin-bottom: 40px;
}
/* Reviews Page End */

/* Serices page Start  */

section.serviceInnerPage h2 {
  font-size: 60px;
  color: #222;
  margin: 0;
}

section.serviceInnerPage .heading p {
  color: #222;
  opacity: 1;
  margin-top: 0;
}

section.serviceInnerPage .nav.nav-pills .nav-link {
  background: #e5e5e5;
  color: #000;
  opacity: 1;
}

section.serviceInnerPage .nav.nav-pills .nav-link.active {
  color: #fff;
}

section.serviceInnerPage .services-box {
  margin-bottom: 40px;
}

/* Serices page Ende */

.listingcheck {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.listingcheck li {
  gap: 10px;
}

section.detailSrvs .dets-img img {
  height: 620px;
  object-fit: fill;
  width: 100%;
  border-radius: 60px;
  transition: 0.2s;
}

section.detailSrvs .dets-img img:hover {
  filter: brightness(0.9);
  transform: scale(1.1);
}

section.detailSrvs .dets-img {
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  margin-bottom: 40px;
  box-shadow: 0px 14px 20px 0px #44444414;
}

section.detailSrvs h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

section.detailSrvs p {
  font-family: "roboto";
  color: #333;
  opacity: 80%;
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
}

section.detailSrvs .inerdets {
  padding: 30px 0 40px;
}

section.detailSrvs .inerdets .detail-img1 {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

section.detailSrvs .inerdets .detail-img1 img {
  object-fit: fill;
  height: 400px;
  border-radius: 50px;
  transition: 0.2s;
}

section.detailSrvs .inerdets .detail-img1 img:hover {
  filter: brightness(0.9);
  transform: translate(0px, -3px);
}

section.detailSrvs .inerdets ul li span {
  font-family: "roboto";
  color: #333;
  opacity: 90%;
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
}

section.detailSrvs .inerdets ul li img.img-fluid {
  width: 18px;
  height: 18px;
  object-fit: fill;
}

/* ====== */

section.main_slider .flatySocial {
    position: absolute;
    right: 20px;
    display: flex;
    height: 30%;
    top: unset;
    bottom: 32%;
}

section.main_slider .flatySocial ul {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

section.main_slider .flatySocial .wraper {
  height: 100%;
  width: 100%;
}

section.main_slider .flatySocial .wraper ul.social {
  height: 100%;
  position: relative;
}

/*section.main_slider .flatySocial .wraper ul.social:before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 1px;*/
/*  height: 30%;*/
/*  top: 0;*/
/*  right: 0;*/
/*  margin: 0px auto;*/
/*  left: 0;*/
/*  background-image: url(../images/ulbeforeImg.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*section.main_slider .flatySocial .wraper ul.social::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 1px;*/
/*  height: 30%;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  margin: 0px auto;*/
/*  left: 0;*/
/*  background-image: url(../images/ulafterImg.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

section.main_slider .flatySocial .wraper ul.social a {
  background-image: url(../images/socialborder.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0px;
  transition: 0.8s;
  position: relative;
}

section.main_slider .flatySocial .wraper ul.social a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  margin: 0px auto;
  left: 0;
  background-image: url(../images/socailHoverImg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.4s;
  opacity: 0;
}

section.main_slider .flatySocial .wraper ul.social a i {
  position: relative;
  transition: 0.4s;
}

section.main_slider .flatySocial .wraper ul.social a:hover i {
  color: #fff;
}

section.main_slider .flatySocial .wraper ul.social a:hover::before {
  opacity: 1;
}

.footer-about ul.social li a:hover {
  color: #fff;
  opacity: 1;
  background: #29abe2;
  border: transparent;
}

/* ================ dosts */

section.project ul.slick-dots {
  width: 23px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5%;
  z-index: 12;
  height: 60px;
  justify-content: space-between;
  left: 55%;
}

section.project ul.slick-dots li button:before {
  display: none !important;
}

section.project ul.slick-dots li button {
  padding: 0px;
  border: 0;
  background: unset;
  font-size: 0;
  width: 0;
  height: 0;
}

section.project ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 45px;
  background: #29abe2;
  box-shadow: 0px 0px 20px 0px #000;
  opacity: 1 !important;
}

section.project .mainProj-for.slick-initialized.slick-slider.slick-dotted {
  margin: 0px;
}

section.project ul.slick-dots li.slick-active {
  background: #29abe2;
  box-shadow: 0px 0px 20px 11px #29abe24d;
  opacity: 1 !important;
  outline: 1px solid #29abe2;
  outline-offset: 5px;
}

section.experts .itembox h2 {
  font-size: 30px;
  line-height: 33px;
}

/*@ MEDIA QUERRIES IS STARTED */

@media (max-width: 1400px) {
  .menuSec ul {
    gap: 30px;
    justify-content: flex-start;
    right: 0px;
  }

  .menuSec .quote a.p-btn span {
    font-size: 13px;
    line-height: 22px;
  }

  .menuSec .quote a.p-btn {
    padding: 0px 1px 0px 15px;
    height: 46px;
  }

  section.main_slider .banner_text h6 span {
    font-size: 20px;
    line-height: 25px;
  }

  section.main_slider .banner_text h3 {
    font-size: 36px;
    line-height: 45px;
    width: 80%;
  }

  section.main_slider .banner_text p.para1 {
    font-size: 13px;
    line-height: 22px;
  }

  section.googelS .rater {
    padding: 30px 0px 40px 50px;
  }

  section.experts .exttet p {
    font-size: 13px;
    line-height: 24px;
  }

  section.experts.exttet > p:first-of-type {
    display: none;
  }

  section.experts .col-lg-4 .exttet > p:first-of-type {
    display: none;
  }

  section.experts {
    padding: 80px 40px;
  }

  .numbersBox:before {
    bottom: 48%;
  }

  section.experts .itembox h3 {
    font-size: 26px;
    line-height: 32px;
  }

  section.experts .itembox p {
    font-size: 12px;
    line-height: 20px;
  }

  section.about .aboutIm img {
    height: 440px;
  }

  section.about .aboutvideo .item1 .text p {
    font-size: 14px;
  }

  section.about .header h2 {
    font-size: 44px;
    line-height: 50px;
  }

  section.about .bodytxtab {
    padding-left: 40px;
  }

  section.about .colLeft {
    padding-right: 40px;
  }

  section.services-sec .heading p {
    width: auto;
    font-size: 13px;
    line-height: 25px;
  }

  .services-box .item-img img {
    height: 230px;
  }

  .services-box .services-text {
    padding: 15px 10px 10px 14px;
  }

  .services-box .services-text p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .services-box .services-text .sitBtn .p-btn span {
    font-size: 13px;
  }

  .heading {
    margin-bottom: 40px;
  }

  section.services-sec .nav.nav-pills {
    margin-top: 20px;
  }

  section.services-sec .serviceBackgroundImg img {
    height: 570px;
  }

  section.project .projMainImg img.img-fluid {
    height: 280px;
  }

  section.project .prj_descp {
    padding: 40px 20px 20px 40px;
    height: 420px;
  }

  section.project .prj_descp h1 {
    font-size: 50px;
    line-height: 55px;
  }

  section.project .prj_descp h3 {
    font-size: 26px;
    line-height: 37px;
  }

  section.project .prj_descp p {
    font-size: 13px;
    line-height: 22px;
  }

  section.project .colElft .heading p {
    width: 90%;
    font-size: 13px;
    line-height: 23px;
  }

  section.project .projextsBox {
    height: 140px;
  }

  h1 {
    font-size: 60px;
    line-height: 66px;
  }

  section.faq-sec.inner-faq h1 {
    line-height: 60px;
    margin-bottom: 20px;
  }

  section.faq-sec.inner-faq .heading p {
    width: 78%;
    font-size: 13px;
    line-height: 23px;
  }

  .faq-txt-main {
    padding: 0px;
  }

  .accordion-item h2 button.accordion-button {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-body p {
    font-size: 13px;
    line-height: 23px;
  }

  section.notice .boxItem .quoteImg img {
    width: 50px;
  }

  section.notice .boxItem {
    padding: 22px 18px 30px;
    height: 330px;
  }

  section.notice .boxItem h4 {
    font-size: 17px;
    line-height: 22px;
    margin: 0;
  }

  section.notice .boxItem .user-pf img.img-fluid {
    width: 100px;
    height: 100px;
  }

  .heading p {
    width: 80%;
    font-size: 13px;
    line-height: 23px;
  }

  section.contactSec .wraper {
    width: auto;
  }

  section.contactSec .collefts h3 {
    font-size: 35px;
    line-height: 40px;
  }

  section.contactSec .quick-links h3 {
    font-size: 35px;
    line-height: 40px;
  }

  footer h5 {
    padding: 14px 10px 14px 40px;
  }

  .ftwraper ul {
    padding-left: 40px;
    padding-top: 0px;
    gap: 8px;
  }

  footer .ftwraper ul li a {
    font-size: 13px;
    line-height: 17px;
  }

  footer .foot-products ul {
    padding-left: 14px;
    gap: 9px;
  }

  .footer-about .logo img {
    width: 50%;
  }

  .ftwraper .news-letter ul {
    padding: 0;
    margin-top: 30px;
  }

  section.about .aboutvideo {
    width: 70%;
  }

  .services-box .services-text h4 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 24px;
  }

  section.project button.slick-next {
    right: -44px;
    top: 88.5%;
  }

  section.project button.slick-prev {
    top: 73.9%;
    left: 98.5%;
  }

  section.experts .expImg img {
    height: 360px;
  }
  section.detailSrvs .dets-img img {
    height: 550px;
  }
}

@media (max-width: 1280px) {
  section.innerPageBanner img.img-fluid.innerPageBannerImg {
    height: 520px;
  }

  section.about.aboutPage {
    padding-bottom: 60px;
  }

  section.missiontxt .misnImg img {
    height: 260px;
  }

  section.detailSrvs .dets-img img {
    height: 460px;
  }

  section.detailSrvs h2 {
    font-size: 40px;
    line-height: 45px;
  }

  section.detailSrvs p {
    font-size: 13px;
    line-height: 22px;
  }

  section.detailSrvs .inerdets ul li span {
    font-size: 14px;
    line-height: 26px;
  }

  section.contact-page {
    padding: 40px 0 80px;
  }

  section.contact-page .quick-links h2 {
    line-height: 40px;
    font-size: 40px;
  }

  section.contact-page form h5 {
    letter-spacing: 3px;
  }

  section.contact-us {
    padding: 30px 0px 60px;
  }
}

@media (max-width: 1024px) {
  .menuSec .quote a.p-btn span {
    font-size: 10px;
    line-height: 20px;
  }

  .menuSec .quote .sitBtn.phone a.p-btn {
    gap: 5px;
  }

  .menuSec .quote a.p-btn {
    height: 40px;
    gap: 4px;
  }

  .menuSec .quote a.p-btn i.fa-solid.fa-phone {
    font-size: 11px;
  }

  .menuSec .quote a.p-btn img {
    width: 30px;
    height: 30px;
  }

  .menuSec ul {
    gap: 0px;
    justify-content: space-between;
    padding-left: 20px;
  }

  .menuSec ul li a {
    font-size: 12px;
  }

  section.main_slider .banner_text h6 {
    font-size: 12px;
    line-height: 20px;
  }

  section.main_slider .banner_text h3 {
    width: auto;
    font-size: 26px;
    line-height: 34px;
  }

  section.main_slider .banner_text h6 span {
    font-size: 18px;
    line-height: 22px;
    padding: 0px;
  }

  section.main_slider .banner_text p.para1 {
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }

  section.main_slider .banner_text {
    margin: 0px;
  }

  a.p-btn {
    padding: 0px 5px 0px 16px;
    height: 48px;
  }

  .p-btn span {
    font-size: 12px;
    line-height: 18px;
  }

  .p-btn img {
    width: 30px;
    height: 30px;
  }

  section.main_slider .flatySocial .wraper ul.social:before {
    height: 19%;
  }

  section.main_slider .flatySocial .wraper ul.social::after {
    height: 20%;
  }

  ul.social li a {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  section.googelS.section {
    padding: 20px 0 0;
  }

  section.googelS .rater {
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  section.googelS .rater h3 {
    font-size: 36px;
    line-height: 46px;
  }

  section.googelS .rater h2 {
    font-size: 45px;
    line-height: 48px;
    margin: 0px;
  }

  section.googelS .rater h5 {
    font-size: 40px;
    line-height: 50px;
  }

  section.experts {
    padding: 60px 20px;
  }

  section.experts .itembox h2 {
    font-size: 22px;
    line-height: 26px;
  }

  section.experts .itembox h3 {
    font-size: 20px;
    line-height: 24px;
  }

  section.experts .exttet h2 {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  section.experts .exttet p {
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
  }

  section.experts .expImg {
    padding-left: 10px;
  }

  section.experts .expImg img {
    height: 320px;
  }

  section.googelS .text h6 {
    font-size: 30px;
    line-height: 38px;
  }

  section.about .header h2 {
    font-size: 35px;
    line-height: 45px;
  }

  section.about .bodytxtab {
    padding: 0px;
  }

  section.about .bodytxtab p {
    width: auto;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
  }

  section.about .aboutvideo {
    width: 73%;
    right: 10px;
  }

  section.about .colLeft {
    padding-right: 30px;
  }

  section.services-sec {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  section.services-sec h2 {
    font-size: 55px;
    line-height: 60px;
  }

  section.services-sec .heading p {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
  }

  section.services-sec .nav.nav-pills .nav-link {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 20px;
  }

  .services-box {
    margin: 0px;
    padding: 12px;
    border-radius: 34px;
  }

  .services-box .services-text {
    padding: 16px 0;
  }

  .services-box .services-text p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .services-box .item-img img {
    height: 210px;
  }

  section.project .colElft .heading h2 {
    font-size: 40px;
    line-height: 44px;
  }

  section.project .colElft .heading p {
    font-size: 12px;
    line-height: 22px;
  }

  section.project .prj_descp {
    padding: 30px 20px 20px 30px;
    height: 400px;
  }

  section.project .prj_descp p {
    padding: 0px;
    font-size: 12px;
  }

  section.project button.slick-prev,
  section.project button.slick-next {
    width: 35px;
    height: 35px;
  }

  section.project button.slick-prev::before {
    font-size: 12px;
  }

  section.project button.slick-next::before {
    font-size: 12px;
  }

  section.project button.slick-next {
    right: -17px;
    top: 91%;
  }

  section.project button.slick-prev {
    top: 80.9%;
    left: 98%;
  }

  section.project .projextsBox {
    height: 130px;
  }

  section.project {
    padding-bottom: 60px;
  }

  section.faq-sec.inner-faq h1 {
    line-height: 60px;
    margin-bottom: 20px;
    font-size: 50px;
  }

  section.faq-sec.inner-faq .heading p {
    width: 85%;
    font-size: 12px;
    line-height: 23px;
  }

  section.notice .heading p {
    width: 76%;
    font-size: 12px;
    line-height: 23px;
  }

  section.notice .boxItem .quoteImg img {
    width: 40px;
  }

  section.notice .boxItem {
    padding: 12px 10px 20px;
    height: 270px;
  }

  section.notice .boxItem .user-pf img.img-fluid {
    width: 80px;
    height: 80px;
  }

  section.notice .boxItem .detail {
    gap: 10px;
  }

  section.notice .boxItem p {
    font-size: 11px;
    line-height: 20px;
  }

  section.notice .reviwsSSWraper {
    height: 92%;
  }

  section.contactSec {
    padding-top: 0px;
  }

  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .heading p {
    font-size: 12px;
  }

  section.contactSec .collefts h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  section.contactSec .collefts {
    padding: 30px 40px;
  }

  section.contactSec form textarea#message {
    margin: 0px;
    height: 80px;
  }

  section.contactSec form .brtns {
    bottom: 0;
  }

  section.contactSec form input {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0;
  }

  section.contactSec form select {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 0;
  }

  section.contactSec .quick-links {
    padding: 30px 20px 20px 30px;
  }

  section.contactSec .quick-links h3 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  section.contactSec .quick-links h3:before {
    height: 1px;
  }

  section.contactSec .quick-links ul {
    margin-top: 30px;
    margin-bottom: 0px;
    gap: 30px;
  }

  .footer-about {
    padding: 40px 0px 10px 40px;
  }

  footer h5 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 14px 5px 10px 20px;
  }

  .ftwraper ul {
    padding-left: 30px;
    gap: 7px;
  }

  footer .foot-products h5 {
    padding-left: 22px;
  }

  footer .foot-products ul {
    gap: 5px;
  }

  .ftwraper .news-letter ul li a {
    gap: 13px;
    font-size: 11px;
    line-height: 15px;
  }

  .ftwraper .news-letter ul li a img {
    width: 13px;
  }

  .footer-btm {
    padding: 18px 0;
  }

  .footer-btm .copy-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  section.about .aboutIm img {
    height: 380px;
  }

  /* INNER PAGES CSS START  */
  section.innerPageBanner img.img-fluid.innerPageBannerImg {
    height: 450px;
  }

  section.main_slider .banner_text h2 {
    font-size: 60px;
    line-height: 62px;
  }

  section.innerPageBanner p.inerpbtxt {
    margin: 0px;
    font-size: 13px;
    line-height: 23px;
  }

  section.detailSrvs .dets-img img {
    height: 400px;
  }

  section.detailSrvs .inerdets .detail-img1 img {
    height: 360px;
  }

  section.detailSrvs .inerdets ul li span {
    font-size: 13px;
    line-height: 21px;
  }

  section.detailSrvs .inerdets {
    padding-bottom: 0px;
  }

  section.contact-page form {
    padding: 24px;
  }

  section.contact-page form h5 {
    letter-spacing: 1px;
  }

  section.contact-page form input {
    padding: 12px 10px 10px;
  }

  section.contact-page form textarea {
    height: 130px;
  }

  section.contact-page .quick-links h2 {
    line-height: 34px;
    font-size: 30px;
  }

  section.contact-page .quick-links p {
    font-size: 12px;
    line-height: 19px;
  }

  section.contact-page ul {
    gap: 40px;
  }

  section.contact-us .heading p br {
    display: none;
  }

  section.contact-us .formWraper {
    width: 100%;
  }

  .contact-input input {
    height: 44px;
    font-size: 10px;
    padding: 0 52px 0 10px;
  }

  .contact-input i {
    padding: 12px 16px;
    width: 52px;
    font-size: 16px;
  }

  .contact-input textarea {
    font-size: 13px;
    height: 150px;
  }

  section.contact-us .sitBtn button.p-btn {
    height: 40px;
  }

  section.contact-us .heading {
    margin-bottom: 30px;
  }

  /* INNER PAGES CSS START  */
}

@media (max-width: 870px) {
    header .menuSec .siteLogo a img {
        width: 13%;
    }

  .menuSec ul {
    padding: 0px;
    gap: 0;
  }

  .menuSec ul li a {
    font-size: 11px;
  }

  .menuSec .quote {
    gap: 5px;
    padding: 10px 0;
  }

  .menuSec .quote a.p-btn span {
    font-size: 10px;
    line-height: 10px;
  }

  .menuSec .quote a.p-btn img {
    width: 20px;
    height: 20px;
  }

  .menuSec .quote a.p-btn {
    height: 33px;
    padding: 0px 1px 0px 11px;
  }

  .menuSec .quote .sitBtn.phone a.p-btn {
    padding: 0pc 12px;
  }

  header .colrifht {
    padding: 0;
  }

  section.main_slider .banner_text p.para1 {
    font-size: 11px;
    line-height: 17px;
  }

  section.main_slider .banner_text h6 span {
    font-size: 14px;
    line-height: 18px;
  }

  section.main_slider .banner_text h3 {
    font-size: 20px;
    line-height: 28px;
  }

  a.p-btn {
    padding: 0px 5px 0px 16px;
    height: 41px;
  }

  .p-btn span {
    font-size: 10px;
    line-height: 16px;
  }

  section.googelS .text h6 {
    font-size: 24px;
    line-height: 28px;
  }

  section.googelS .rater {
    padding: 10px 10px;
  }

  section.googelS .rater h3 {
    font-size: 25px;
    line-height: 32px;
  }

  section.googelS .rater h2 {
    font-size: 31px;
    line-height: 41px;
  }

  section.googelS .rater h5 {
    font-size: 30px;
    line-height: 40px;
  }

  section.experts .itembox {
    margin: 10px 0;
    padding: 10px 0;
  }

  section.experts .itembox p {
    font-size: 10px;
    line-height: 14px;
  }

  section.experts .itembox h2 {
    font-size: 16px;
    line-height: 20px;
  }

  section.experts .itembox h3 {
    font-size: 16px;
    line-height: 18px;
  }

  section.experts .exttet p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  section.experts .exttet h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  section.experts .expImg {
    padding: 0px;
  }

  section.experts .expImg img {
    height: 270px;
  }

  section.experts {
    padding: 60px 20px 20px;
  }

  section.about .header h5 {
    font-size: 14px;
    padding-left: 80px;
    margin-bottom: 6px;
  }

  section.about .header h5:before {
    width: 60px;
  }

  section.about .header h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  section.about .bodytxtab p {
    font-size: 11px;
    line-height: 20px;
  }

  section.about .colLeft {
    padding-right: 10px;
  }

  section.about .aboutIm img {
    height: 330px;
  }

  section.about .aboutvideo .item1 .text {
    padding: 10px;
  }

  section.about .aboutvideo .item1 .text p {
    font-size: 10px;
    line-height: 20px;
  }

  section.about .aboutvideo .item1 .text h5 {
    font-size: 16px;
    line-height: 20px;
  }

  section.about .aboutvideo .video img.img-fluid {
    height: 120px;
  }

  section.about .aboutvideo {
    right: 0;
    bottom: 30px;
  }

  section.about {
    padding-bottom: 80px;
  }

  section.services-sec h2 {
    font-size: 40px;
    line-height: 45px;
  }

  section.services-sec .heading p {
    font-size: 11px;
    line-height: 19px;
  }

  section.services-sec .row .col-lg-4.col-md-4.col-12 {
    width: 45%;
  }

  section.services-sec .row {
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }

  .services-box .item-img img {
    height: 190px;
  }

  section.project .colElft .heading h2 {
    font-size: 30px;
    line-height: 35px;
  }

  section.project .colElft .heading p {
    width: 90%;
    font-size: 11px;
    line-height: 16px;
  }

  section.project .prj_descp h3 {
    font-size: 16px;
    line-height: 26px;
  }

  section.project .prj_descp h1 {
    font-size: 35px;
    line-height: 42px;
  }

  section.project .prj_descp p {
    font-size: 11px;
    line-height: 17px;
  }

  section.project .prj_descp {
    padding: 20px 10px 10px 20px;
    height: 340px;
  }

  section.project .projMainImg img.img-fluid {
    height: 220px;
  }

  section.project .projextsBox {
    height: 90px;
  }

  section.project button.slick-next {
    right: -17px;
    top: 89%;
  }

  section.project button.slick-prev {
    top: 77.9%;
    left: 97.4%;
  }

  section.faq-sec.inner-faq h1 {
    line-height: 40px;
    margin-bottom: 16px;
    font-size: 35px;
  }

  section.faq-sec.inner-faq .heading p {
    width: auto;
  }

  .accordion-item h2 button.accordion-button {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 14px;
  }

  section.faq-sec.inner-faq {
    padding: 20px 0 60px;
  }

  section.faq-sec.inner-faq .accordion-body p {
    margin: 0px;
    font-size: 11px;
    line-height: 20px;
  }

  section.notice h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
  }

  section.notice .heading p {
    width: 84%;
    font-size: 11px;
    line-height: 20px;
  }

  .heading {
    margin-bottom: 24px;
  }

  section.notice .boxItem h4 {
    font-size: 14px;
    line-height: 22px;
  }

  section.notice .boxItem h6 {
    font-size: 12px;
    line-height: 18px;
  }

  section.notice .boxItem .quoteImg img {
    width: 30px;
  }

  section.notice .boxItem .user-pf img.img-fluid {
    width: 60px;
    height: 60px;
  }

  section.notice .boxItem p {
    font-size: 10px;
    line-height: 16px;
  }

  section.notice .boxItem {
    padding: 8px 8px 16px;
    height: 230px;
  }

  section.notice .reviwsSSWraper {
    height: 86%;
  }

  section.contactSec .wraper {
    width: 70%;
  }

  section.contactSec .collefts {
    margin-bottom: 30px;
    border-radius: 20px;
  }

  section.contactSec .quick-links {
    padding: 50px 50px;
  }

  .footer-about ul.social {
    gap: 10px;
  }

  footer h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 10px 5px 10px 18px;
  }

  .ftwraper ul {
    padding-left: 20px;
    gap: 2px;
  }

  footer .ftwraper ul li a {
    font-size: 10px;
    line-height: 16px;
  }

  footer .foot-products ul {
    padding: 0px;
    gap: 0;
  }

  footer .news-letter h5 {
    padding-left: 0px;
  }

  footer .foot-products h5 {
    padding-left: 0px;
  }

  .ftwraper .news-letter ul {
    margin-top: 26px;
    gap: 13px;
  }

  .footer-btm {
    padding: 12px 0;
  }

  .footer-btm .copy-txt p {
    font-size: 11px;
  }

  footer {
    padding: 40px 0 0;
  }

  section.contactSec {
    padding-bottom: 80px;
  }

  /* INNER PAGES START  */

  section.innerPageBanner p.inerpbtxt {
    width: auto;
  }

  section.innerPageBanner img.img-fluid.innerPageBannerImg {
    height: 390px;
    filter: brightness(0.5);
  }

  section.main_slider.innerPageBanner .curveShapeImg {
    bottom: 53px;
  }

  .bottmtxt p.pe-4.me-4 {
    padding-right: 0;
    margin-right: 0px !important;
  }

  .bottmtxt p {
    font-size: 12px;
    line-height: 20px;
  }

  section.missiontxt .mst-txt h3 {
    font-size: 35px;
    line-height: 40px;
  }

  section.missiontxt p {
    font-size: 12px;
    line-height: 20px;
  }

  section.missiontxt .misnImg img {
    height: 200px;
    width: 100%;
  }

  section.missiontxt .colrigh .misnImg {
    float: unset;
    width: 100%;
  }

  section.missiontxt .absWraper {
    width: auto;
  }

  section.about.aboutPage {
    padding-top: 0;
  }

  section.services-sec.serviceInnerPage {
    padding-top: 0px;
  }

  section.innerPageBanner img.img-fluid.innerPageBannerImg {
    height: 370px;
  }

  section.detailSrvs.section {
    padding: 20px 0 60px;
  }

  section.detailSrvs .dets-img img {
    height: 330px;
  }

  section.detailSrvs .inerdets .detail-img1 img {
    height: 320px;
  }

  section.detailSrvs h2 {
    font-size: 35px;
    line-height: 46px;
  }

  section.notice.reviewsInnerPage {
    padding: 0 0 60px;
  }

  section.contact-page .quick-links {
    margin-bottom: 40px;
  }
  
  section.main_slider .flatySocial .wraper ul.social a {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  /* INNER PAGES END */
}

@media (max-width: 768px) {
  section.main_slider .banner_text h6 {
    margin-bottom: 0;
  }

  section.main_slider .banner_text p.para1 {
    margin-bottom: 12px;
  }

  section.main_slider .banner_text .sitBtn a.p-btn {
    height: 38px;
    padding-left: 12px;
  }

  section.main_slider .banner_text {
    margin-bottom: 30px;
  }

  section.main_slider .flatySocial .wraper ul.social li a {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .g_img img {
    width: 20px;
  }

  section.googelS .listt {
    gap: 10px;
  }

  section.experts .itembox h3 {
    font-size: 14px;
    line-height: 18px;
  }

  section.experts .exttet p {
    line-height: 14px;
  }

  section.experts .expImg img {
    height: 230px;
  }

  section.about .aboutIm img {
    height: 300px;
  }

  section.about .bodytxtab p {
    line-height: 18px;
  }

  section.project .prj_descp {
    height: 320px;
  }

  section.project .projextsBox {
    height: 80px;
  }

  section.faq-sec.inner-faq .heading p {
    font-size: 11px;
    line-height: 17px;
  }

  section.notice .heading p {
    margin-top: 10px;
    line-height: 17px;
  }

  .heading p {
    width: auto;
    line-height: 20px;
  }

  /* INNPER PAGES START  */

  section.main_slider.innerPageBanner .curveShapeImg {
    bottom: 59px;
  }
 


  /* INNPER PAGES END */
}

@media (max-width: 480px) {
  header .menuSec .siteLogo a img {
    position: unset;
    width: auto;
  }

  header .menuSec .row {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  header .colrifht {
    padding: 0px 12px;
  }

  .menuSec {
    padding: 15px 0;
  }

  section.main_slider img.img-fluid.bannerBGIMG {
    height: 620px;
        object-fit: cover;
        object-position: right;
        filter: brightness(1);
  }

  .curveShapeImg img.img-fluid {
    display: none;
  }

  section.main_slider .flatySocial {
    display: none;
  }

  section.main_slider .banner_text {
    text-align: center;
  }

  section.main_slider .banner_text h6 span {
    font-size: 16px;
    line-height: 20px;
  }

  section.main_slider .banner_text h3 {
    font-size: 18px;
        line-height: 30px;
  }

  section.main_slider .banner_text p.para1 {
   line-height: 23px;
        font-size: 11px;
        margin-bottom: 20px;
  }

  section.main_slider.curveShape {
    padding-bottom: 30px;
  }

  section.googelS {
    text-align: center;
  }

  section.googelS .listt {
    justify-content: center;
  }

  section.googelS .text h6 {
    text-align: center;
    width: auto;
  }

  section.googelS .rater {
    border: 0px;
    margin: 20px 0;
    padding: 0px;
  }

  section.experts {
    text-align: center;
  }

  .numbersBox:before {
    display: none;
  }

  .padcol:before {
    display: none;
  }

  section.experts {
    padding: 60px 10px 30px;
  }

  section.experts .itembox h2 {
    font-size: 24px;
    line-height: 27px;
  }

  section.experts .itembox p {
    font-size: 13px;
    line-height: 20px;
  }

  section.experts .itembox h3 {
    font-size: 24px;
    line-height: 34px;
  }

  section.experts .exttet {
    text-align: center;
  }

  section.experts .row {
    display: flex;
    flex-wrap: wrap;
  }

  section.experts .clu1 {
    order: 2;
  }
  section.experts .clu2 {
    order: 1;
  }
  section.experts .clu3 {
    order: 3;
  }

  section.experts .exttet h2:before {
    left: 0;
    right: 0;
    margin: 0px auto;
  }

  section.experts .exttet p {
    font-size: 13px;
    line-height: 23px;
  }

  section.experts .expImg {
    margin: 30px 0px 0;
  }

  section.experts .expImg img {
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.about .aboutIm {
    margin-bottom: 24px;
  }

  section.about .aboutvideo {
    width: 78%;
    margin: 0px auto;
    position: unset;
  }

  section.about .header {
    text-align: center;
    margin-top: 30px;
  }

  section.about .header h5 {
    padding-left: 0px;
    padding-bottom: 13px;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
  }

  section.about .header h5:before {
    right: 0;
    left: 0;
    margin: 0px auto;
    bottom: 0;
  }

  section.about .bodytxtab {
    text-align: center;
  }

  section.services-sec {
    padding-top: 30px;
  }

  section.services-sec h2 {
    font-size: 30px;
    line-height: 35px;
  }

  section.services-sec .row .col-lg-4.col-md-4.col-12 {
    width: auto;
  }

  .services-box {
    padding: 20px;
    margin: 10px 30px;
  }

  .services-box .item-img img {
    height: 220px;
  }

  section.services-sec .row {
    row-gap: 10px;
  }

  section.faq-sec.inner-faq .heading:before {
    top: 96px;
  }

  section.faq-sec.inner-faq .heading p {
    margin-top: 40px;
  }

  section.faq-sec.inner-faq .coleft {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 30px;
    line-height: 37px;
  }

  section.contactSec .wraper {
    width: auto;
  }

  section.contactSec .wraper .row {
    margin: 0px auto;
  }

  .col-lg-5.colRight.ps-0 {
    padding: 0px;
  }

  section.contactSec .quick-links {
    padding: 40px 40px;
  }

  section.contactSec .collefts {
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px 20px;
  }

  section.faq-sec.inner-faq .heading {
    padding-bottom: 0px;
  }

  section.notice .bgImg img {
    height: 680px;
    object-fit: cover;
    object-position: 3% 100%;
  }

  section.notice .reviwsSSWraper {
    height: 93%;
  }

  section.notice .curveShapeImg {
    display: none;
  }

  section.notice .curveShapeImgBefore {
    display: none;
  }

  section.notice {
    background: #000;
    padding: 0;
    position: relative;
  }

  section.notice .bgImg {
    padding: 0px;
    position: relative;
  }

  section.notice:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    background: #ffa239;
    z-index: 1;
  }

  section.notice:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    background: #ffa239;
    z-index: 1;
    bottom: 0;
  }

  section.notice .heading p {
    width: auto;
  }

  section.notice .boxItem h4 {
    font-size: 18px;
    line-height: 28px;
  }

  section.notice .boxItem h6 {
    font-size: 14px;
    line-height: 22px;
  }

  section.notice .boxItem p {
    font-size: 13px;
    line-height: 21px;
  }

  section.notice .boxItem .user-pf img.img-fluid {
    width: 90px;
    height: 90px;
  }

  section.notice .boxItem .detail {
    gap: 14px;
  }

  section.notice .boxItem {
    padding: 20px;
    height: 300px;
  }

  section.notice .boxItem .quoteImg img {
    width: 60px;
  }

  section.contactSec {
    padding-top: 50px;
  }

  section.contactSec form input {
    font-size: 10px;
    padding: 12px 0px 0px 0px;
    margin-bottom: 10px;
  }

  section.contactSec form select {
    font-size: 10px;
    padding: 14px 0 8px 0;
    margin-bottom: 20px;
  }

  section.contactSec form textarea#message {
    font-size: 10px;
    height: 140px;
  }

  section.contactSec .quick-links ul li a {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-about {
    padding: 0px;
    padding-left: 10px;
  }

  footer .ftOuterWrap {
    border: 0;
  }

  footer .ftOuterWrap .row {
    margin: 0px auto;
  }

  footer .colLeftOut {
    border: 0px;
  }

  .footer-about:before {
    display: none;
  }

  .ftwraper ul {
    padding: 0px;
    gap: 3px;
  }

  .foot-useful-link:before {
    display: none;
  }

  footer .foot-products:before {
    display: none;
  }

  .footer-about .logo img {
    width: 32%;
  }

  .footer-about ul.social {
    margin-bottom: 30px;
  }

  footer h5 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
  }

  footer .ftwraper ul li a {
    font-size: 13px;
    line-height: 26px;
  }

  footer .foot-useful-link {
    height: auto;
    margin-bottom: 40px;
  }

  footer .foot-products {
    height: auto;
    margin-bottom: 40px;
  }

  section.faq-sec.inner-faq .heading {
    padding-bottom: 0px;
  }

  section.notice .bgImg img {
    height: 680px;
    object-fit: cover;
    object-position: 3% 100%;
  }

  section.notice .reviwsSSWraper {
    height: 93%;
  }

  section.notice .curveShapeImg {
    display: none;
  }

  section.notice .curveShapeImgBefore {
    display: none;
  }

  section.notice {
    background: #000;
    padding: 0;
    position: relative;
  }

  section.notice .bgImg {
    padding: 0px;
    position: relative;
  }

  section.notice:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    background: #ffa239;
    z-index: 1;
  }

  section.notice:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    background: #ffa239;
    z-index: 1;
    bottom: 0;
  }

  section.notice .heading p {
    width: auto;
  }

  section.notice .boxItem h4 {
    font-size: 18px;
    line-height: 28px;
  }

  section.notice .boxItem h6 {
    font-size: 14px;
    line-height: 22px;
  }

  section.notice .boxItem p {
    font-size: 13px;
    line-height: 21px;
  }

  section.notice .boxItem .user-pf img.img-fluid {
    width: 90px;
    height: 90px;
  }

  section.notice .boxItem .detail {
    gap: 14px;
  }

  section.notice .boxItem {
    padding: 20px;
    height: 300px;
  }

  section.notice .boxItem .quoteImg img {
    width: 60px;
  }

  section.contactSec {
    padding-top: 50px;
  }

  section.contactSec form input {
    font-size: 10px;
    padding: 12px 0px 0px 0px;
    margin-bottom: 10px;
  }

  section.contactSec form select {
    font-size: 10px;
    padding: 14px 0 8px 0;
    margin-bottom: 20px;
  }

  section.contactSec form textarea#message {
    font-size: 10px;
    height: 140px;
  }

  section.contactSec .quick-links ul li a {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-about {
    padding: 0px;
    padding-left: 10px;
  }

  footer .ftOuterWrap {
    border: 0;
  }

  footer .ftOuterWrap .row {
    margin: 0px auto;
  }

  footer .colLeftOut {
    border: 0px;
  }

  .footer-about:before {
    display: none;
  }

  .ftwraper ul {
    padding: 0px;
    gap: 3px;
  }

  .foot-useful-link:before {
    display: none;
  }

  footer .foot-products:before {
    display: none;
  }

  .footer-about .logo img {
    width: 32%;
  }

  .footer-about ul.social {
    margin-bottom: 30px;
  }

  footer h5 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
  }

  footer .ftwraper ul li a {
    font-size: 13px;
    line-height: 26px;
  }

  footer .foot-useful-link {
    height: auto;
    margin-bottom: 40px;
  }

  footer .foot-products {
    height: auto;
    margin-bottom: 40px;
  }

  .ftwraper .news-letter ul {
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .footer-btm {
    padding: 18px 0;
    border-top: 1px solid #7d7d7d2b;
  }

  footer {
    padding-top: 60px;
  }

  section.faq-sec.inner-faq .heading {
    padding-bottom: 0px;
  }

  section.notice .bgImg img {
    height: 680px;
    object-fit: cover;
    object-position: 3% 100%;
  }

  section.notice .reviwsSSWraper {
    height: 93%;
  }

  section.notice .curveShapeImg {
    display: none;
  }

  section.notice .curveShapeImgBefore {
    display: none;
  }

  section.notice {
    background: #000;
    padding: 0;
    position: relative;
  }

  section.notice .bgImg {
    padding: 0px;
    position: relative;
  }

  section.notice:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    background: #ffa239;
    z-index: 1;
  }

  section.notice:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    background: #ffa239;
    z-index: 1;
    bottom: 0;
  }

  section.notice .heading p {
    width: auto;
  }

  section.notice .boxItem h4 {
    font-size: 18px;
    line-height: 28px;
  }

  section.notice .boxItem h6 {
    font-size: 14px;
    line-height: 22px;
  }

  section.notice .boxItem p {
    font-size: 13px;
    line-height: 21px;
  }

  section.notice .boxItem .user-pf img.img-fluid {
    width: 90px;
    height: 90px;
  }

  section.notice .boxItem .detail {
    gap: 14px;
  }

  section.notice .boxItem {
    padding: 20px;
    height: 300px;
  }

  section.notice .boxItem .quoteImg img {
    width: 60px;
  }

  section.contactSec {
    padding-top: 50px;
  }

  section.contactSec form input {
    font-size: 10px;
    padding: 12px 0px 0px 0px;
    margin-bottom: 10px;
  }

  section.contactSec form select {
    font-size: 10px;
    padding: 14px 0 8px 0;
    margin-bottom: 20px;
  }

  section.contactSec form textarea#message {
    font-size: 10px;
    height: 140px;
  }

  section.contactSec .quick-links ul li a {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-about {
    padding: 0px;
    padding-left: 10px;
  }

  footer .ftOuterWrap {
    border: 0;
  }

  footer .ftOuterWrap .row {
    margin: 0px auto;
  }

  footer .colLeftOut {
    border: 0px;
  }

  .footer-about:before {
    display: none;
  }

  .ftwraper ul {
    padding: 0px;
    gap: 3px;
  }

  .foot-useful-link:before {
    display: none;
  }

  footer .foot-products:before {
    display: none;
  }

  .footer-about .logo img {
    width: 32%;
  }

  .footer-about ul.social {
    margin-bottom: 30px;
  }

  footer h5 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
  }

  footer .ftwraper ul li a {
    font-size: 13px;
    line-height: 26px;
  }

  footer .foot-useful-link {
    height: auto;
    margin-bottom: 40px;
  }

  footer .foot-products {
    height: auto;
    margin-bottom: 40px;
  }

  .ftwraper .news-letter ul {
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .footer-btm {
    padding: 18px 0;
    border-top: 1px solid #7d7d7d2b;
  }

  footer {
    padding-top: 60px;
  }

  section.project ul.slick-dots {
    display: none !important;
  }

  .heading {
    text-align: center;
  }

  section.project .colElft .heading p {
    width: auto;
  }

  section.project .projMainImg {
    width: auto;
    position: unset;
    margin-bottom: 20px;
  }

  section.project .projMainImg img.img-fluid {
    height: 200px;
    object-fit: cover;
  }

  section.project .prj_descp {
    height: auto;
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
  }

  section.project .prj_descp p {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
  }

  section.project .projextsBox {
    height: 120px;
  }

  section.project .projextsBox img:hover {
    transform: unset;
    width: auto;
    object-fit: cover;
  }

  .ftwraper .row .col-lg-4.col-md-4 {
    height: auto;
  }

  section.main_slider.curveShape {
    position: relative;
  }

  section.main_slider.curveShape:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 23px;
    background: #ffa239;
    bottom: 20px;
  }

  section.main_slider {
    background: #ffa239;
  }

  /* innerpages css  */

  section.innerPageBanner img.img-fluid.innerPageBannerImg {
    height: 350px;
    object-fit: cover;
    object-position: 0% 100%;
  }

  section.main_slider.curveShape.innerPageBanner {
    padding-bottom: 0px;
  }

  section.main_slider.innerPageBanner.curveShape:after {
    height: 50px;
    bottom: 0;
  }

  section.main_slider .banner_text h2 {
    font-size: 37px;
    line-height: 42px;
  }

  section.innerPageBanner p.inerpbtxt {
    font-size: 12px;
    line-height: 21px;
  }

  section.main_slider.innerPageBanner .banner_text {
    padding-bottom: 30px;
  }

  .bottmtxt p {
    padding-right: 0px !important;
    text-align: center;
    padding: 0px !important;
  }

  section.missiontxt {
    text-align: center;
    padding-bottom: 40px;
  }

  section.missiontxt .misnImg img {
    height: auto;
    margin: 20px 0;
  }

  .bottmtxt .row {
    margin: 0px auto;
  }

  section.services-sec.serviceInnerPage {
    padding-top: 40px;
  }

  section.innerPageBanner img.img-fluid.innerPageBannerImg {
    height: 370px;
  }

  section.services-sec .heading p br {
    display: none;
  }

  section.services-sec .heading p {
    font-size: 12px;
    line-height: 25px;
  }

  section.detailSrvs.section {
    padding-top: 50px;
  }

  section.detailSrvs .dets-img img {
    height: 200px;
    object-fit: cover;
  }

  section.detailSrvs .inerdets .detail-img1 img {
    height: 300px;
  }

  section.detailSrvs .inerdets .detail-img1 {
    margin-bottom: 20px;
  }

  section.notice.reviewsInnerPage::before {
    display: none;
  }

  section.notice.reviewsInnerPage {
    background: unset;
    padding: 60px 0;
  }

  section.notice.reviewsInnerPage:after {
    display: none;
  }

  section.map-connect iframe {
    height: 250px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  section.contact-us .heading p {
    font-size: 12px;
    line-height: 20px;
  }

  section.contact-us .get-in-touch.cntct-head {
    padding: 0 20px;
  }

  /* innerpages css  */
}

@media (max-width: 390px) {
  section.googelS.section {
    padding: 50px 0 0;
  }

  section.experts .expImg img {
    height: auto;
  }

  section.about .aboutIm img {
    height: auto;
  }

  section.about .aboutvideo {
    width: 85%;
  }

  section.services-sec .heading p br {
    display: none;
  }

  section.services-sec .heading p {
    font-size: 12px;
    line-height: 20px;
  }

  section.services-sec .nav.nav-pills .nav-link {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 10px 16px;
  }

  .services-box {
    margin: 0px;
  }

  section.services-sec .row {
    gap: 40px;
  }

  .services-box .item-img img {
    height: auto;
  }

  .services-box .services-text h4 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
  }

  section.project .colElft .heading p {
    font-size: 12px;
    line-height: 19px;
  }

  section.faq-sec.inner-faq .heading p {
    font-size: 13px;
    line-height: 24px;
  }

  section.notice .boxItem {
    height: 330px;
  }

  section.contactSec .collefts h3 {
    font-size: 24px;
    line-height: 30px;
  }

  section.contactSec .collefts {
    text-align: center;
  }

  section.contactSec .quick-links {
    padding: 30px 30px;
  }
}
