@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BlenderPro";
  src: url(../font/BlenderPro-Medium.ttf);
}

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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.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;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
  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;
}

p {
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-family: "BlenderPro";
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-family: "BlenderPro";
  font-size: 55px;
  line-height: 1;
  color: #1e1c1c;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

h3 {
  font-family: "BlenderPro";
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "BlenderPro";
  font-size: 25px;
  line-height: 1.2;
  color: #1e1c1c;
  font-weight: 500;
  margin: 0;
}

h5 {
  font-family: "BlenderPro";
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "BlenderPro";
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
  background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.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;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
  border-radius: 30px;
  color: #000;
  z-index: 1;
  background: #292c32;
  position: relative;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  padding: 4px 22px 4px 4px;
}

.btn-flex-sd {
  display: flex;
  align-items: center;
  gap: 13px;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: #fff;
  width: 0;
  border-radius: 14px;
  background-color: #000;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.theme_btn p {
  background: white;
  padding: 13px 25px;
  border-radius: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat";
}

.theme_btn span {
  color: white;
}

.theme_btn:hover {
  color: #000000;
}

.theme_btn:hover::before {
  width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
  padding: 11px 0;
  position: relative;
}

.menuSec img {
  width: 160px;
  height: 50px;
  object-fit: scale-down;
  margin: 0;
}

.menu-header {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

.menuSec:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fcba8d;
  width: 50%;
  height: 100%;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #363636;
  padding: 10px 23px;
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.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: #292c32;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
  margin-bottom: 150px;
  position: relative;
  height: 677px;
  align-content: center;
  background: url(../images/banner-back.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

section.banner-sec.in .banner-txt {
  position: relative;
  z-index: 0;
}

section.banner-sec.in.r .banner-txt:before {
  width: 67%;
}

section.banner-sec.in .banner-txt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  background: #fcba8d;
  width: 52%;
  height: 70px;
  z-index: -1;
}

section.banner-sec.in {
  background-image: url(../images/iner-baner.png);
  height: 565px;
  margin-bottom: 120px;
}

section.banner-sec.in:after {
  width: 76.7%;
}

section.banner-sec.in .banner-txt {
  margin-bottom: 70px;
}

section.banner-sec.in .banner-image-side img {
  bottom: -44px;
  width: 30%;
  height: 600px;
}

section.banner-sec:before {
  content: "";
  /* position: absolute; */
  top: 0;
  left: 0;
  background: url(../images/banner-back.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

section.banner-sec:after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 0;
  background: #ffbc8f;
  width: 76.6%;
  height: 140px;
  z-index: -1;
}

.banner-txt h1 span {
  display: block;
}

.banner-txt h1 {
  text-transform: uppercase;
  line-height: 1.1;
}

.banner-slider .slick-slide {
  margin: 0;
}

.banner-slider:before {
  content: "";
  position: absolute;
  bottom: 245px;
  left: -60px;
  background: #ffbc8f;
  width: 517px;
  height: 60px;
  z-index: 0;
}

.banner-slider {
  position: relative;
}

p.ban {
  color: #fff;
  margin: 12px 0 20px;
}

.banner-txt a.theme_btn {
  background: #ffbc8f;
}

.banner-txt a.theme_btn span {
  color: #000;
}

.banner-txt a.theme_btn:hover span {
  color: #fff;
}

.banner-image-side img {
  position: absolute;
  bottom: -72px;
  width: 30%;
  height: 730px;
  left: 57%;
  object-fit: scale-down;
  filter: drop-shadow(3px 3px 10px #000);
}

.scroll-down {
  position: absolute;
  right: 60px;
  top: 100px;
  display: grid;
  align-items: center;
  gap: 380px;
  z-index: 1;
}

.scroll-down h5 {
  color: #fff;
  text-transform: uppercase;
  writing-mode: sideways-rl;
  margin: 0 8px;
  letter-spacing: 3px;
}

.icon-scroll {
  width: 24px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
}

.scroll-down:before {
  content: "";
  position: absolute;
  top: 29%;
  left: 0;
  background: #ffffff78;
  width: 1px;
  height: 60%;
  z-index: 4;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.slider-counter {
  margin-top: -70px;
  position: relative;
  z-index: 12;
}

span.current-slides {
  font-size: 50px;
  font-family: "BlenderPro";
  color: #fff;
}

span.total-slides {
  font-size: 26px;
  font-family: "BlenderPro";
  color: #9193a0;
}

span.prev-slides {
  font-size: 26px;
  font-family: "BlenderPro";
  color: #9193a0;
}

.slider-count {
  display: grid;
  position: relative;
  bottom: -110px;
  left: 10px;
}

.slide-in-count:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 61px;
  background: #ffbc8f;
  width: 32px;
  height: 1.5px;
}

.slide-in-count:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 61px;
  background: #9193a0;
  width: 75px;
  height: 1.5px;
}

.ban-slide-dif {
  display: flex;
  align-items: center;
  gap: 30px;
}

.banner-txt {
  margin-bottom: 120px;
}

.slide-in-count {
  display: flex;
  align-items: center;
  gap: 110px;
  position: relative;
}

.slider-count h6 {
  color: #fff;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Us Section Start ------------------------------------------------------------- */

section.about-sec {
  margin-bottom: 100px;
}

.about-img img {
  width: 100%;
  height: 575px;
  object-fit: cover;
  object-position: top;
}

.about-img {
  padding-right: 20px;
  position: relative;
}

.about-txt h2 {
  margin-bottom: 10px;
}

.about-txt p {
  margin-bottom: 25px;
  color: #878787;
  width: 93%;
  line-height: 26px;
}

.about-txt h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 45px 0 8px;
}

.about-txt {
  position: relative;
}

.about-txt:before {
  content: "";
  position: absolute;
  bottom: 23%;
  left: 0;
  width: 80%;
  height: 1px;
  background: #e5e5e5;
}

.about-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 180px;
  height: 90px;
}

/*---------------------------------------------------- About Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Streamline Section Start ------------------------------------------------------------- */

section.steamline-sec {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.stremline-main h2 {
  margin-bottom: 30px;
  color: #fff;
}

.container-fluid {
  padding: 0 3%;
}

section.steamline-sec .container-fluid {
  position: relative;
}

section.steamline-sec img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.stremline-main {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.steamline-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffbc8f;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
  opacity: 85%;
}

/*---------------------------------------------------- Streamline Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Partner Section Start ------------------------------------------------------------- */

section.partner-sec {
  margin-bottom: 100px;
  text-align: center;
}

.partner-head {
  margin-bottom: 70px;
}

.partner-txt h4 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 7px;
}

.partner-img img {
  width: 270px;
  height: 130px;
  object-fit: scale-down;
  margin-bottom: 17px;
}

.partner-txt p {
  color: #878787;
  width: 95%;
}

/*---------------------------------------------------- Partner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Model Section Start ------------------------------------------------------------- */

.model-build-main h4 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

section.buidlary-sec {
  padding: 70px 0 0px;
  position: relative;
  margin-bottom: 140px;
  text-align: center;
}

.model-build-main p {
  margin-bottom: 10px;
  color: #878686;
  line-height: 27px;
}

section.buidlary-sec .container-fluid {
  padding: 0 5%;
}

section.buidlary-sec .row.ty {
  margin-bottom: 50px;
}

.buidlary-head p {
  width: 70%;
  margin: 10px auto;
  color: #6d6b6b;
}

section.buidlary-sec:before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/partner.jpg);
  width: 100%;
  height: 72.5%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.buidlary-sec:after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  background: #292c32;
  width: 100%;
  height: 72.5%;
  z-index: -1;
  opacity: 92%;
}

.buidlary-head {
  margin-bottom: 55px;
}

.model-icon-build img {
  width: 50px;
  height: 50px;
  object-fit: scale-down;
}

.model-icon-build {
  background: #292c32;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.build-model-icon {
  background: #fff;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  border-radius: 50%;
  margin: 0 auto;
}

.model-build-main {
  position: relative;
  padding: 0 18px;
}

.model-build-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  background: #d0d1d2;
  width: 1px;
  height: 360px;
}

.model-build-main.e:before {
  width: unset;
}

.model-build-main h4 span {
  display: block;
}

.model-build-main i {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #d67b3d;
}

/*---------------------------------------------------- Model Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */
section.footer-sec {
  background: #292c32;
  padding: 60px 0 6px;
  text-align: center;
}

.link-foot-icon h5 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.footer-logo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #00000030;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.link-foot-icon i {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.link-foot-icon {
  margin-bottom: 17px;
}

.footer-links p,
.footer-links a {
  color: #646464;
  font-size: 16px;
}

.foot-line-frst {
  background: #fff;
  padding: 25px 0;
  margin: 15px 0 16px;
}

.footer-links {
  position: relative;
  margin-bottom: 40px;
}

.footer-links:before {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  background: #3f4247;
  width: 1px;
  height: 180px;
}

section.footer-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}

section.footer-sec ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat";
}

.footer-logo {
  background: #fff;
  padding: 50px 0;
  margin: 17px 0 10px;
  position: relative;
  z-index: 0;
}

.footer-logo img {
  width: 200px;
  height: 50px;
  object-fit: scale-down;
  background: #fff;
}

.line-comp p {
  color: #646464;
}

.footer-links.e:before {
  background: unset;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Rate Section Start ------------------------------------------------------------- */

.build-rate-sec .container-fluid {
  position: relative;
}

.rate-card {
  padding: 40px 50px 100px 50px;
  position: relative;
}

.build-rate-sec {
  margin-bottom: 100px;
}

.rate-card-head h2 {
  margin-bottom: 5px;
  color: #fff;
}

.rate-card-head p {
  width: 67%;
  margin-bottom: 25px;
  color: #eaeaeb;
}

.rate-card table {
  width: 100%;
  border-collapse: collapse;
  background-color: #292c32;
}

.rate-card th,
td {
  padding: 16px;
  text-align: left;
  border: 1px solid #787a81;
  /* Full border inside the table */
}

.rate-card thead {
  background-color: #2b2c34;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.rate-card tbody tr:hover {
  background-color: #35363f;
}

.rate-card td {
  color: #eaeaeb;
  padding: 20px 30px;
}

.build-rate-sec .container-fluid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  background: #292c32;
  width: 94%;
  height: 100%;
  z-index: -1;
}

.rate-card td.rt {
  font-family: "BlenderPro";
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 30px 20px 30px;
  height: 90px;
}

.rate-card td p {
  width: 60%;
  font-size: 14px;
}

.rate-card td.rt.e {
  width: 400px;
}

.table-rate {
  overflow-y: scroll;
  height: 500px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rate-card a.theme_btn {
  position: absolute;
  bottom: 20px;
  left: 40%;
}

section.banner-sec.in.r .banner-txt {
  margin-bottom: 20px;
}

.build-rate-sec .rate-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29%;
  z-index: 0;
  background: linear-gradient(
    0deg,
    rgba(41, 44, 50, 0.83) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

.btn-cntct a {
  background: #ffbc8f;
}

/*---------------------------------------------------- Rate Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.inner-social-icon {
  border: 1px solid #292c32;
  border-radius: 10px;
  width: 400px;
  padding: 30px 20px;
  margin-bottom: 100px;
  height: 220px;
  background: #292c32;
  align-content: center;
  text-align: center;
  position: relative;
}

.inner-social-icon h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.inner-social-icon p {
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  opacity: 80%;
  color: #fff;
}

.inner-social-icon a {
  font-size: 12px;
  color: #fff;
  opacity: 70%;
}

.inner-social-icon:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  background: #585a5f;
  width: 45%;
  height: 2px;
  right: 0;
  margin: 0 auto;
}

.contact-top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

.contact-top {
  margin-bottom: 100px;
}

.contact-form {
  text-align: center;
}

.contact-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #bdbdbd;
  margin-bottom: 25px;
  padding: 0 20px;
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
}

.contact-form h2 {
  margin-bottom: 30px;
}

.contact-form textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #bdbdbd;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 7px;
  align-content: end;
  font-family: "Montserrat", sans-serif;
  resize: none;
}

.contact-form textarea::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #909091;
}

.contact-form input::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #909091;
}

.contact-end {
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.contact-top ul li {
  font-family: "BlenderPro";
  font-size: 23px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding: 20px 0;
}

.contact-top ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  background: #dcdcdc;
  width: 1px;
  height: 100%;
}

.contact-top ul li:last-child:before {
  background: unset;
}

.contact-form button.theme_btn {
  background: #ffbc8f;
  border: #ffbc91;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Customizer Css Start ------------------------------------------------------------- */

.page-id-10 .model-build-main {
  position: relative;
  padding: 0 18px;
  margin: 0px 0 30px;
}

.page-id-10 .model-build-main:before {
  height: 310px;
}
img.custom-logo {
  width: 253px;
  height: 105px;
}

section.error-404.not-found {
  text-align: center;
  padding: 0 0 40px;
}
.err-text {
  font-size: 22px;
  margin-bottom: 20px;
}

section.banner-sec.in.r .banner-txt:before {
  width: 80%;
}

.scroll-down {
  z-index: 999999;
}

/*---------------------------------------------------- Customizer Css End ------------------------------------------------------------- */

@media (max-width: 1366px) {
  .footer-links:before {
    right: -50px;
  }

  section.buidlary-sec {
    margin-bottom: 80px;
    padding: 30px 0 40px;
  }

  .model-build-main p {
    line-height: 22px;
    font-size: 13px;
  }

  .buidlary-head p {
    width: 80%;
  }

  .banner-txt h1 {
    font-size: 51px;
    line-height: 55px;
  }

  .banner-slider:before {
    width: 445px;
    height: 45px;
    bottom: 247px;
  }

  section.banner-sec.in .banner-txt:before {
    width: 54%;
    height: 53px;
  }

  section.banner-sec.in.r .banner-txt:before {
    width: 43%;
    height: 54px;
  }

  .contact-top ul li:before {
    right: -11px;
  }

  section.buidlary-sec {
    padding-bottom: 0px;
  }

  .page-id-10 .model-build-main:before {
    height: 260px;
  }

  .page-id-10 section.buidlary-sec.lastbuildraySec .model-build-main {
    padding: 0px;
  }

  .page-id-10 section.buidlary-sec.lastbuildraySec .model-build-main br {
    display: none;
  }

  .page-id-10 section.buidlary-sec.lastbuildraySec .model-build-main:before {
    height: 340px;
  }
}

@media (max-width: 1024px) {
  .banner-txt h1 {
    font-size: 40px;
    line-height: 44px;
  }

  section.banner-sec {
    height: 500px;
  }

  .banner-image-side img {
    bottom: -72px;
    width: 30%;
    height: 574px;
    left: 57%;
  }

  .slider-count {
    bottom: -60px;
  }

  .ban-slide-dif {
    gap: 10px;
  }

  .slide-in-count {
    gap: 90px;
  }

  .slide-in-count:before {
    width: 64px;
  }

  .ban-slide-dif span {
    font-size: 18px;
  }

  span.current-slides {
    font-size: 40px;
  }

  .scroll-down {
    right: 30px;
    top: 40px;
    gap: 320px;
  }

  .scroll-down h5 {
    font-size: 13px;
  }

  .scroll-down:before {
    height: 57%;
  }

  .theme_btn p {
    padding: 13px 25px;
    font-size: 12px;
    line-height: 20px;
  }

  .banner-slider:before {
    width: 365px;
    bottom: 243px;
    height: 35px;
  }

  .about-img {
    padding: 0px;
  }

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .about-txt p {
    width: auto;
    line-height: 24px;
  }

  section.buidlary-sec {
    padding-top: 0px;
    margin-bottom: 30px;
  }

  .buidlary-head p {
    width: auto;
  }

  .model-build-main {
    padding: 0px 0px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .model-build-main p {
    line-height: 22px;
  }

  p {
    font-size: 13px;
  }

  .model-build-main:before {
    height: 340px;
  }

  .model-icon-build {
    height: 80px;
    width: 80px;
  }

  section.steamline-sec {
    margin-bottom: 80px;
  }

  section.steamline-sec img {
    height: 320px;
  }

  .footer-links p,
  .footer-links a {
    font-size: 12px;
    line-height: 18px;
  }

  /*service */

  .rate-card th,
  td {
    padding: 10px;
  }

  .rate-card td {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 18px;
  }

  .rate-card-head p {
    width: auto;
    font-size: 12px;
    line-height: 22px;
  }

  .page-id-10 .model-build-main {
    padding: 0;
    margin: 0px;
  }

  .page-id-10 .model-build-main:before {
    height: 240px;
  }

  section.banner-sec.in {
    height: 480px;
  }

  section.banner-sec.in .banner-image-side img {
    height: 470px;
    width: 30%;
  }

  section.banner-sec.in .banner-txt h1 {
    font-size: 45px;
    line-height: 50px;
  }

  section.banner-sec.in .banner-txt:before {
    width: 64%;
    height: 50px;
  }

  section.buidlary-sec.lastbuildraySec .build-model-icon {
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .page-id-10 section.buidlary-sec.lastbuildraySec .model-build-main:before {
    height: 320px;
  }

  section.banner-sec.in.r .banner-txt:before {
    width: 48%;
  }

  .contact-top ul li {
    font-size: 16px;
  }

  .contact-top ul li:before {
    right: -31px;
  }

  .contact-top {
    margin-bottom: 60px;
  }
}

@media (max-width: 820px) {
  img.custom-logo {
    width: 250px;
    height: 65px;
  }

  .menuSec ul li a {
    padding: 8px 18px;
    font-size: 13px;
  }

  .btn-flex-sd {
    gap: 8px;
  }

  .theme_btn {
    padding: 4px 14px 4px 4px;
  }

  .theme_btn p {
    padding: 10px 18px;
    font-size: 10px;
    line-height: 14px;
  }

  .theme_btn .btn-flex-sd span i {
    font-size: 12px;
  }

  .banner-image-side img {
    left: 64%;
    height: 420px;
    bottom: -46px;
  }

  .banner-slider:before {
    width: 362px;
    bottom: 221px;
    height: 38px;
  }

  p.ban {
    font-size: 12px;
    margin: 8px 0 16px;
  }

  section.banner-sec {
    height: 440px;
    margin-bottom: 100px;
  }

  .slider-counter {
    margin-top: -100px;
  }

  .about-txt {
    padding: 30px 0 0;
  }

  .model-build-main:before {
    display: none;
  }

  .footer-links:before {
    right: -20px;
  }

  .scroll-down {
    right: 12px;
    top: 40px;
    gap: 260px;
  }

  .page-id-10 section.buidlary-sec {
    padding-bottom: 0px;
  }

  .buidlary-head {
    margin-bottom: 40px;
  }

  .rate-card-head h2 {
    font-size: 35px;
    line-height: 40px;
  }

  section.banner-sec.in .banner-txt:before {
    width: 46%;
  }
  section.banner-sec.in {
    height: 390px;
  }

  section.banner-sec.in .banner-txt {
    margin-bottom: 20px;
  }

  section.banner-sec.in .banner-image-side img {
    height: 390px;
    width: 30%;
  }
  .model-build-main p br {
    display: none;
  }

  .build-rate-sec {
    margin-bottom: 60px;
  }

  section.banner-sec.in.r .banner-txt:before {
    width: 38%;
  }

  .contact-top ul {
    margin-top: 10px;
  }

  .contact-top ul li {
    font-size: 14px;
    padding: 8px 0;
  }

  .contact-top ul li:before {
    right: -19px;
  }

  .contact-form button.theme_btn {
    margin-top: 30px;
  }

  .contact-end {
    margin-top: 50px;
  }

  .inner-social-icon {
    width: 100%;
    padding: 20px 10px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .banner-image-side img {
    left: 64%;
    height: 391px;
    bottom: -46px;
  }

  .stremline-main h2 {
    font-size: 43px;
    line-height: 48px;
}
}

@media (max-width: 480px) {
  .banner-txt h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .banner-slider:before {
    width: 250px;
    bottom: 238px;
    height: 24px;
  }

  p.ban {
    width: 80%;
    line-height: 20px;
  }

  .banner-image-side img {
    left: 59%;
    height: 391px;
    bottom: -117px;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .about-txt:before {
    display: none;
  }

  section.about-sec {
    margin-bottom: 40px;
  }

  section.steamline-sec img {
    height: 280px;
  }

  .stremline-main h2 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 34px;
  }

  .stremline-main {
    top: 31%;
  }

  section.banner-sec.in {
    height: 270px;
  }

  section.banner-sec.in .banner-txt h1 {
    font-size: 26px;
    line-height: 35px;
  }

  section.banner-sec.in .banner-txt:before {
    height: 35px;
    width: 56%;
  }

  .rate-card {
    padding: 20px 10px 100px 12px;
  }

  .rate-card a.theme_btn {
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 224px;
  }

  .rate-card td {
    padding: 5px 5px;
    font-size: 11px;
    line-height: 17px;
  }

  .rate-card-head h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .footer-logo {
    padding: 18px 0;
  }

  .foot-line-frst {
    padding: 14px 0;
  }

  section.buidlary-sec.lastbuildraySec {
    padding-bottom: 40px;
  }

  section.banner-sec.in.r .banner-txt h1 {
    font-size: 28px;
    line-height: 30px;
  }

  section.banner-sec.in.r .banner-txt:before {
    width: 47%;
    height: 31px;
  }

  section.banner-sec.in.r .theme_btn p {
    font-size: 9px;
    padding: 8px 8px;
  }

  section.banner-sec.in.r .theme_btn {
    padding: 4px 8px 4px 4px;
  }

  section.banner-sec.in.r .theme_btn .btn-flex-sd {
    gap: 3px;
  }

  .contact-top ul {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .contact-top {
    text-align: center;
    margin-bottom: 40px;
  }

  .contact-top ul li:before {
    display: none;
  }

  .contact-top ul li {
    font-size: 16px;
    line-height: 18px;
  }

  .inner-social-icon {
    height: 140px;
    margin-bottom: 60px;
  }

  .inner-social-icon h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .inner-social-icon a {
    font-size: 12px;
    line-height: 10px;
  }

  .inner-social-icon:before {
    top: 46%;
  }

  .contact-end {
    gap: 20px;
  }
}

@media (max-width: 430px) {
  .banner-image-side img {
    left: 59%;
    height: 220px;
    bottom: -46px;
  }

  section.footer-sec ul {
    gap: 30px;
  }

  section.footer-sec ul li a {
    font-size: 11px;
  }

  section.steamline-sec {
    margin-bottom: 60px;
  }

  .foot-line-frst {
    padding: 12px 0;
    margin: 0px 0 16px;
  }

  .line-comp p {
    font-size: 12px;
  }

  .footer-logo {
    padding: 20px 0;
    margin: 17px 0 10px;
  }

  .about-img img {
    height: 540px;
  }
  img.custom-logo {
    width: 160px;
    height: 45px;
  }

  section.banner-sec.in .banner-image-side img {
    left: 64%;
    bottom: -45px;
    height: auto;
  }
  .buidlary-head {
    margin-bottom: 18px;
  }

  .table-rate table {
    width: 800px;
  }

  .rate-card {
    padding: 20px 10px 40px 12px;
  }

  .rate-card-head p {
    font-size: 11px;
    line-height: 21px;
  }
  


}

@media (max-width: 390px) {
  .about-img img {
    height: 460px;
  }

  .banner-txt h1 {
    font-size: 20px;
    line-height: 25px;
  }

  p.ban {
    font-size: 10px;
    line-height: 18px;
    width: 90%;
  }

  .banner-slider:before {
    width: 211px;
    bottom: 230px;
    height: 24px;
  }

  .banner-image-side img {
    bottom: -58px;
  }

  .scroll-down {
    right: 3px;
  }

  .icon-scroll {
    width: 16px;
    height: 32px;
    font-size: 9px;
  }

  section.banner-sec.in.r .banner-txt:before {
    width: 52%;
    height: 30px;
  }

  section.banner-sec.in.r .banner-image-side img {
    left: 68%;
  }
  
   section.banner-sec.in .banner-txt:before {
    height: 35px;
    width: 65%;
    
    }
}
