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

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

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

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

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

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

img {
  max-width: 100%;
}

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

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

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

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

@font-face {
  font-family: "big_noodle";
  src: url(../fonts/big_noodle.ttf);
}

@font-face {
  font-family: "Roboto-Medium";
  src: url(../fonts/Roboto-Medium.ttf);
}

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

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

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

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

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

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

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

h1 {
  font-family: "big_noodle";
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
}

h2 {
  font-family: "big_noodle";
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 500;
  margin: 0 0 20px;
}

h3 {
  font-family: "big_noodle";
  font-size: 36px;
  line-height: 40px;
  color: #f15201;
  font-weight: 400;
  margin: 0 0 20px;
}

h4 {
  font-family: "big_noodle";
  font-size: 30px;
  line-height: 36px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Roboto-Medium";
  font-size: 14px;
  line-height: 24px;
  color: #f15201;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto-Medium";
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 20px;
}

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

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

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

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

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

/*header css start */
.top-left a {
    font-size: 19px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.top-right {
    text-align: end;
}
.top-right a {
    font-size: 19px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.topSec .row {
    align-items: center;
}

.btn1 {
  background: #f15201;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: 55px;
  padding: 0 4px 0 16px;
  color: #fff;
  font-family: "big_noodle";
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

.btn1:hover {
  background: #000;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}

.btn1:hover i {
  background: #f15201;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}

.btn1 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #f15201;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  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: #000000;
  padding: 10px 23px;
  font-size: 14px;
  font-family: "Roboto-Medium";
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
} */

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

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

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

/*banner css 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 {
}

.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: 160px;
  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;
}

.menuSec .row {
  align-items: center;
  padding: 16px 0;
}

section.main_slider {
  margin: 0px 30px 0;
  border-top: 1px solid #858585;
  padding-top: 18px;
}

.banner_text {
  background: #fff;
  padding: 100px 60px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px 0 #00000069;
}

.banner_text h4 {
  font-size: 14px;
  color: #f15201;
  font-family: "Roboto-Medium";
}

.banner_text:before {
  content: "";
  position: absolute;
  border: 1px solid #f15201;
  width: 90%;
  height: 88%;
  top: 30px;
  left: 30px;
}

.banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.banner-btn ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: left;
  margin: 0;
}

.banner-btn ul li span {
  display: block;
  font-size: 18px;
  font-family: "big_noodle";
  color: #7c7c7c;
}

.banner-btn ul li a {
  font-size: 24px;
  color: #f15201;
  font-family: "big_noodle";
}

img.img-fluid {
  width: 100%;
  object-fit: cover;
  height: 90vh;
  object-position: top;
}

.carousel-inner {
  overflow: visible;
}

/*banner css end*/

/* About Start */
section.about-sec {
  padding: 200px 0 100px;
}

.about-txt p b {
  border-left: 2px solid #f15201;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.about-img img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.about-img {
  position: relative;
}

.about-rating {
  background: #fff;
  width: fit-content;
  text-align: center;
  position: absolute;
  top: 220px;
  right: -44px;
  box-shadow: 0 0 20px 0 #0000004d;
}

.about-rating h3 {
  font-size: 60px;
  color: #f15201;
  line-height: 70px;
  font-weight: 400;
  margin: 0;
}

.about-rating i {
  color: #f15201;
}

.star-icon {
  margin: 0 0 10px;
}

.about-rating span {
  font-size: 15px;
  color: #000;
  display: block;
  font-family: "Roboto-Medium";
}

.about-rate-pad {
  padding: 30px;
}

.about-rating h6 {
  font-size: 27px;
  color: #fff;
  background: #f15201;
  font-family: "big_noodle";
  padding: 14px;
  margin: 0;
}

.about-txt {
  width: 90%;
}

/* About End */

/* Service Start */
section.service-sec {
  background-image: url(../images/ser-back.jpg);
  padding: 100px 0;
  margin: 0 30px;
  width: 96%;
  background-size: cover;
  background-color: #000000d6;
  background-blend-mode: overlay;
  background-attachment: fixed;
}

.service-head h2 {
  color: #fff;
}

.service-main {
  background: #fff;
  padding: 30px 30px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.btn2 {
  font-size: 18px;
  color: #fff;
  background: #f15201;
  font-family: "big_noodle";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
}

.service-img {
  display: none;
  transition: 0.5s ease-in-out;
}

.service-txt > img {
  margin: 0 0 40px 0px;
  padding: 10px 0;
  border-left: 30px solid #fcdccc;
  object-fit: contain;
  width: 90px;
  height: 90px;
}

.service-main:hover {
  padding-bottom: 0 !important;
  margin-top: -38px;
}

.service-main:hover .service-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 380px;
}

.service-main:hover .service-img img {
  opacity: 0.5;
}

.service-main:hover .service-txt {
  position: relative;
  z-index: 9;
}

.service-main:hover .service-txt * {
  color: #fff;
}

.service-main:hover .service-txt img {
  border-left-color: #01bcf1;
  filter: invert(1);
}

.service-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.service-main .btn2 {
  display: none;
}

.service-main:hover .btn2 {
  display: flex;
}
/* Service End */

/* Choose Start */

.choose-img img {
  width: 80%;
  height: 640px;
  background-size: cover;
  object-fit: cover;
  object-position: -170px 0;
}

.choose-img {
  position: relative;
}

.choose-img:before {
  content: "";
  position: absolute;
  border: 1px solid #f15201;
  width: 88%;
  height: 80%;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
}

section.choose-sec {
  padding: 100px 0;
}

.choose-phone {
  background: #fff;
  box-shadow: 0 0 20px 0 #00000069;
  padding: 60px;
  text-align: center;
  position: relative;
}

.choose-phone a {
  font-size: 24px;
  color: #f15201;
  font-family: "big_noodle";
  position: relative;
  z-index: 1;
}

.choose-phone a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f1522a;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.choose-phone:before {
  content: "";
  position: absolute;
  border: 1px solid #f1522a;
  width: 94%;
  height: 88%;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}

.choose-phone-txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}

.choose-phone-txt ul li p {
  margin: 0;
}

.choose-phone-txt ul li i {
  font-size: 18px;
  color: #f1522a;
}

/* Choose End */

.choose-bottom-sec {
  padding-top: 100px;
}

.choose-counter-main {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px 0 #00000033;
  border-bottom: 2px solid #f15201;
  padding: 20px 0;
}

.choose-counter-main span {
  display: block;
  font-size: 62px;
  color: #f15201;
  font-family: "big_noodle";
  line-height: 70px;
}

.choose-counter-main p {
  margin: 0;
}

/* footer start */
.footer-main-bx h4 {
  font-size: 56px;
  color: #fff;
  font-family: "big_noodle";
  line-height: 60px;
}
.footer-main-bx p {
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto-Medium";
  margin-bottom: 30px;
  color: #fff;
}
footer {
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96%;
  padding: 50px 0px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 0;
  background-attachment: fixed;
}
.footer-main-bx {
  background-color: #0a0c0eb5;
  padding: 30px;
  width: 86%;
}
.footer-main-bx h6 {
  font-size: 22px;
  color: #e4f3fc;
  line-height: 30px;
  font-family: "big_noodle";
}
.email-bx {
  background-color: #e4f3fc;
  position: relative;
  width: 83%;
}

.email-bx input {
  width: 73%;
  padding: 14px;
  outline: none;
  background: unset;
  border: unset;
  color: #000;
}
.email-bx button {
  background-color: #f15201;
  color: #fff;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 4px;
  right: 8px;
  border: 0;
}

.footer-links ul li a:hover {
  color: #f15201;
}

.footer-cont-info ul li a:hover {
  color: #f15201;
}

.footer-links h4 {
  font-size: 35px;
  color: #e4f3fc;
  font-family: "big_noodle";
}

.footer-cont-info h4 {
  font-size: 35px;
  color: #e4f3fc;
  font-family: "big_noodle";
  margin-bottom: 42px;
}
.footer-links ul li a {
  font-size: 14px;
  color: #ffffff;
  font-family: "Roboto-Medium";
  line-height: 43px;
}

.footer-links ul {
  column-count: 2;
}
.footer-cont-info ul li {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
}

.footer-cont-info ul li a {
  font-size: 14px;
  color: #fff;
}

.footer-cont-info ul li i {
  font-size: 17px;
  color: #fff;
}
.fot-p p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "Roboto-Medium";
  margin-bottom: 0;
  padding: 18px 0;
}
.fot-p {
  margin-top: 30px;
  border-top: 1px solid #fff;
}
.footer-cont-info ul li:last-child {
  border-bottom: unset;
}
/*footer end*/
/*latest project start*/
section.latest-project {
  padding: 100px 0px;
}

.lat-txt {
  text-align: center;
}

.lat-txt h6 {
  font-size: 13px;
  color: #f15201;
  margin-bottom: 10px;
}

.lat-txt h3 {
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  font-family: "big_noodle";
  font-weight: 300;
}
.lat-txt h3 span {
  display: block;
}
.lat-img img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}
.lat-img.tw img {
  height: 302px;
  margin-bottom: 27px;
}
/*latest end*/
section.quote-faq {
  padding: 100px 0px 0px;
}
.quote-main-bx {
  padding: 60px 30px;
  background-color: #fff;
  box-shadow: 0 0 8px #00000059;
}
.quote-main-bx h3 {
  font-size: 44px;
  text-align: center;
  font-family: "big_noodle";
  font-weight: 400;
  margin-bottom: 10px;
}

.quote-main-bx h4 {
  text-align: center;
  font-size: 18px;
  color: #f15201;
  font-family: "Roboto-Medium";
  margin-bottom: 40px;
}
.quote-main-bx form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #b2b2b2;
  outline: none;
}

.quote-main-bx form select {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #b2b2b2;
  outline: none;
  -webkit-appearance: auto;
}
.quote-main-bx button {
  width: 100%;
  padding: 15px;
  background-color: #ff421c;
  border: unset;
  color: #fff;
}
/* Faqs css Starts */

.accordion-button::after {
  content: "+";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-size: 20px;
  /* background: #5cb159; */
  border-radius: 5px;
  color: #ff421c;
  font-family: "Font Awesome 5 Brands";
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-size: 40px;
  /* background: #006738; */
  border-radius: 10px;
  color: #000;
  padding: 0 0 7px 0;
  transform: rotate(-180deg);
}

.accordion-button {
  font-size: 18px;
  line-height: 1;
  color: #f15201;
  font-family: "Roboto-Medium";
  font-weight: 400;
  padding: 10px 20px;
  text-transform: capitalize;
  border-radius: 0;
  border: 1px solid #f15201;
}

.accordion-item {
  margin: 20px 0;
  box-shadow: none;
  /* border: 1px solid #6c757d5e !important; */
  /* border-radius: 10px !important; */
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.2s;
  border: unset;
}

.accordion-item:hover {
  scale: 0.969;
  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;
  border: 1px solid #000;
}

.accordion-collapse.collapse.show {
  border: 1px solid #000;
}

.accordion-body p {
  font-size: 14px;
  line-height: 28px;
  color: #adaaaa;
  font-family: "Montserrat";
}

.faq-btn a.theme2 {
  color: #000;
  background-color: #0000;
  border: 3px solid #006738;
}

.faq-btn .theme2 i {
  color: #000;
}

.faq-btn a.theme2:hover {
  color: #fff;
  background-color: #000;
  border: 3px solid #0000;
}
.faq-btn a.theme2:hover.theme2 i {
  color: #fff;
}

.faq-btn {
  width: 35%;
  margin: 40px 0 0 0;
}

.faq-img {
  overflow: hidden;
  border-top-right-radius: 0;
  /* border-top-left-radius: 200px; */
  border-bottom-left-radius: 0;
  /* border-bottom-right-radius: 200px; */
}

.faq-txt-main {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 80%;
  margin: 100px 0 0 0;
}

.faq-txt-main::before {
  content: "";
  position: absolute;
  top: -59%;
  right: -100px;
  height: 680px;
  width: 100%;
  background-size: cover;
  background-image: url(../images/faq-bg.jpg);
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 15px;
}
section.faq {
  padding-bottom: 70px;
  padding-top: 110px;
  position: relative;
}

.faq-h3 {
  position: absolute;
  top: -67px;
  left: 349px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}
.faq-txt p {
  font-size: 14px;
  color: #000000;
  font-family: "Roboto-Medium";
  line-height: 24px;
}

.faq-txt h3 {
  font-size: 44px;
  color: #000000;
  font-family: "big_noodle";
  font-weight: 400;
  margin-bottom: 19px;
}

/* Faqs css End */
/*testimonial start*/
.test-txt p {
  font-size: 14px;
  font-family: "Roboto-Medium";
  line-height: 22px;
  color: #fff;
}
section.testimonial .container-fluid {
  padding: 0 3%;
}
.test-main-bx p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-family: "Roboto-Medium";
}
.test-sm-img img {
  width: 72px;
}

.coma-img img {
  width: 50px;
}
section.testimonial {
  background-image: url(../images/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96%;
  padding: 50px 0px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 0;
}
.test-txt h6 {
  font-size: 13px;
  color: #f15201;
  margin-bottom: 17px;
}

.test-txt h3 {
  font-size: 60px;
  color: #fff;
  font-family: "big_noodle";
  font-weight: 400;
  margin-bottom: 20px;
}

.test-txt h4 {
  font-size: 60px;
  color: #fff;
  font-family: "big_noodle";
  font-weight: 400;
  margin-bottom: 17px;
  line-height: 52px;
}
.test-main-bx ul {
  display: flex;
}
.test-main-bx ul li a i {
  color: #f15201;
}
.test-main-bx {
  background-color: #fff;
  padding: 20px;
}
.test-slid .slick-active {
  opacity: 1;
}
.test-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.test-sm-img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.test-sm-img h5 {
  font-size: 19px;
  color: #000;
  font-family: "big_noodle";
  line-height: 18px;
}

.test-sm-img h5 span {
  display: block;
  color: #ff421c;
  font-size: 14px;
}

/* inner Pages Start */

.inner-banner-sec img.img-fluid {
  height: 60vh;
  object-position: center;
}

.inner-banner-sec .carousel-caption {
  top: 100px;
}

.inner-about-extra {
  margin-top: 30px;
}

section.mission-sec {
  background-image: url(../images/mission-back.jpg);
  padding: 100px 0;
  margin: 0 30px;
  background-blend-mode: overlay;
  background-color: #000000e6;
  background-attachment: fixed;
}

.mission-img img {
  width: 90%;
  height: 280px;
  object-fit: cover;
}

.mission-txt h2 {
  color: #f15201;
}

.mission-txt p {
  color: #fff;
}

.vision-main {
  margin-top: 60px;
}

/* InnerPage Contact Us start */
ul.contact-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.contact-box {
  padding: 40px 30px;
  border: 2px solid #f15201;
  transition: 0.3s ease-in-out;
  text-align: center;
}

p.stroke {
  margin: 0;
  font-size: 86px;
  font-weight: bold;
  color: transparent;
  /* Inner text transparent */
  -webkit-text-stroke: 1px #dedede;
  /* Outline color */
  text-stroke: 2px #dedede;
  /* Fallback for other browsers */
}

.contact-box a {
  color: #1d1d1d;
  font-size: 14px;
}

.contact-box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%)
    hue-rotate(265deg) brightness(105%) contrast(101%);
}

.contact-box:hover {
  background-color: #f15201;
}

.contact-box:hover * {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.contact-form-box {
  padding: 50px 30px;
  border: 2px solid #f15201;
  width: 90%;
}

input.form-control {
  height: 60px;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
  font-family: "Roboto-Medium";
  color: #000000 !important;
  margin: 0 0 20px 0;
  border: 2px solid #f15201;
}

button.theme-btn {
  border: navajowhite;
}

textarea.form-control {
  height: 160px;
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  font-family: "Roboto-Medium";
  color: #cccccc;
  padding: 20px 0 0 10px;
  border: 2px solid #f15201;
  resize: none;
  margin: 0 0 40px;
}

label.contact-label {
  color: #000000;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-family: "Roboto-Medium";
}

.contact-map iframe {
  width: 100%;
  height: 610px;
}

section.contact-sec.sec {
  padding: 100px 0;
}

section.contact-form-sec.sec {
  padding-bottom: 100px;
}

.contact-box i {
  font-size: 30px;
  color: #f15201;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #f1520145;
  border-radius: 50%;
}

.contact-box h6 {
  font-size: 27px;
  font-family: "big_noodle";
  line-height: 35px;
  margin: 0 0 10px;
}

.contact-form-box .btn1 {
  border: 0;
}

.service-head {
  margin: 0 0 50px;
}

/* InnerPage Contact Us end */

section.inner-service-sec {
  padding: 100px 0;
}

.inner-service-main {
  padding: 24px 10px;
  box-shadow: 0 0 20px 0 #0000004f;
  background: #fff;
  align-items: center;
  margin: 0 0 30px;
}

.inner-service-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.inner-service-txt {
  background: #f15201;
  height: 100%;
  padding: 76px 50px;
}

.inner-service-txt h3 {
  font-size: 51px;
  color: #fff;
  line-height: 60px;
}

.inner-service-txt p {
  color: #fff;
}

.btn-whte {
  background: #fff;
  color: #f15201;
}

.btn-whte i {
  background: #f15201;
  color: #fff;
}

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

.service-detail-img img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  margin: 0 0 40px;
}

.service-detail-txt h3 {
  font-size: 65px;
  line-height: 70px;
}

.detail-next-txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

.detail-next-txt ul li p {
  margin: 0;
}

.detail-next-txt ul li i {
  color: #f15201;
}

.detail-next-img img {
  width: 90%;
  height: 410px;
  object-fit: cover;
}

.detail-next-txt h3 {
  font-size: 52px;
  line-height: 60px;
}

.detail-next-extra {
  margin-top: 30px;
}

.detail-next-extra h4 {
  font-size: 22px;
  color: #f15201;
}

section.inner-testi-sec {
  padding: 100px 0;
}

.inner-testi-box {
  border: 2px solid #f15201;
  padding: 40px;
  box-shadow: 0 0 10px 0 #00000082;
}

.inner-testi-box ul:before {
  content: "";
  position: absolute;
  background-image: url(../images/testi-coma.png);
  width: 9%;
  height: 40%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-testi-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.inner-testi-box img {
  width: 140px;
  height: 115px;
  object-fit: cover;
  object-position: center;
}

.inner-testi-box ul li h5 {
  margin: 0 0 10px;
  font-size: 12px;
}

.inner-testi-box ul li h4 {
  font-size: 28px;
  margin: 0;
}

.re-star {
  display: flex;
  align-items: center;
}

.re-star i {
  color: #e34d01;
}

.inner-testi-box p {
  margin: 0;
}

.inner-testi-num span {
  font-size: 200px;
  line-height: 210px;
  color: #f55b1f00;
  -webkit-text-stroke: 2px #f55b1f;
  font-family: "big_noodle";
}

.inner-testi-num {
  text-align: center;
}

section.inner-testi-sec .row {
  margin: 0 0 40px;
}

/* request quote */
section.contact-sec {
  padding: 150px 0 150px;
}

.form-contact input,
.form-contact textarea,
.form-contact select {
  height: 60px;
  width: 100%;
  padding: 10px;
  margin: 0 0 20px;
  border-radius: 0;
  padding: 15px 22px;
  color: #000;
  font-weight: 400;
  border: 1px solid #00000026;
  font-size: 16px;
}

.form-contact textarea {
  height: 180px;
}

.form-contact {
  margin-top: 50px;
}

.form-contact button {
  border: none;
  text-align: center;
  margin: 0 auto 0;
}
.form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.heading-frm {
  text-align: center;
}

.heading-frm h2 {
}

.heading-frm p {
  color: #666666;
}
.select-box {
  position: relative;
}

.select-box span {
  position: absolute;
  top: 15px;
  right: 15px;
}
/* request quote */

.footer-cont-info {
  padding-left: 70px;
}

.select-box span i.fas.fa-chevron-down {
  display: none;
}
/* inner Pages End */

/* WP CSS  */

nav.navigation.post-navigation {
  display: none;
}

.topSec {
  background: #f15201;
}

.topSec ul.topinfo-contect p {
  font-size: 19px;
  text-align: center;
  text-transform: capitalize;
  color: white;
  padding-top: 19px;
}

.service-txt > img {
  display: none;
}

.service-txt {
  padding: 90px 0;
}

.service-main.wow.fadeInLeft {
  margin: 20px 0;
}

p {
  font-size: 16px;
}

ul li a {
  font-size: 16px;
}

section.service-sec .service-main.wow.fadeInLeft {
  min-height: 420px;
}

[data-name="select-362"] {
  position: relative;
}

[data-name="select-362"]::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #333;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.quote-main-bx form select {
  background: #fff;
  -webkit-appearance: none;
}

.slicknav_nav a {
  text-transform: capitalize;
}

section.main_slider.inner-banner-sec .banner_text {
  padding: 60px 50px;
  outline: 2px solid #f15201;
  outline-offset: -20px;
}

section.main_slider.inner-banner-sec .banner_text::before {
  display: none !important;
}

section.main_slider.inner-banner-sec .banner_text h1 {
  margin: 0;
}

.inner-banner-sec img.img-fluid {
  height: 65vh;
  width: 100%;
}

/*Responsive Css Satrt*/

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 50px;
    line-height: 50px;
  }
  h3 {
    font-size: 34px;
    line-height: 40px;
  }
  h4 {
    font-size: 30px;
    line-height: 36px;
  }
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
  .choose-phone {
    padding: 22px 20px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-txt p b {
    padding-left: 8px;
  }

  .topSec ul.topinfo-contect p {
    font-size: 16px;
  }
  .menuSec ul li a {
    padding: 7px 14px;
    font-size: 16px;
  }
  .menuSec .col-md-2.col-sm-6.col-xs-6.text-right {
    padding: 0;
  }
  .btn1 {
    gap: 12px;
    height: 42px;
    padding: 0px 4px 0 13px;
    font-size: 15px;
  }
  .btn1 i {
    width: 30px;
    height: 40px;
    background: #fff;
    color: #f15201;
  }

  .banner_text {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px 0 #00000069;
  }

  .carousel-caption {
    top: 0px;
  }
  .banner-btn {
    display: block;
  }
  .banner-btn ul {
    margin-top: 22px;
    justify-content: center;
  }
  .banner_text:before {
    width: 95%;
    height: 96%;
    top: 8px;
    left: 8px;
  }
  section.main_slider {
    margin: 0px 0px 0;
    border-top: 1px solid #858585;
    padding-top: 18px;
  }
  .about-rating {
    right: -24px;
  }
  section.service-sec {
    padding: 70px 0;
    margin: 0 0px;
    width: 100%;
  }
  .service-txt {
    padding: 0px 0;
  }
  .choose-phone a {
    font-size: 24px;
  }
  .choose-phone a i {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
  .choose-phone-txt ul li {
    gap: 6px;
    margin: 0 0 8px;
  }
  .choose-img img {
    width: 100%;
    height: 540px;
  }
  .test-txt h3 {
    font-size: 40px;
  }
  .test-txt h4 {
    font-size: 50px;
  }
  .quote-main-bx h3 {
    font-size: 54px;
    text-align: start;
  }
  .quote-main-bx h4 {
    text-align: start;
    font-size: 20px;
  }
  .quote-main-bx form input {
    padding: 18px;
    margin-bottom: 20px;
  }
  .quote-main-bx {
    padding: 40px 10px;
    background-color: #fff;
    box-shadow: 0 0 8px #00000059;
  }
  .faq-txt h3 {
    font-size: 38px;
    color: #000000;
    font-family: "big_noodle";
    font-weight: 400;
    margin-bottom: 7px;
  }
  .quote-main-bx form select {
    padding: 19px;
    margin-bottom: 20px;
  }
  .accordion-button {
    font-size: 16px;
    padding: 6px 14px;
    border: 1px solid #f15201;
    line-height: 26px;
  }
  .footer-main-bx h4 {
    font-size: 30px;
  }
  .footer-main-bx h6 {
    font-size: 19px;
  }
  .footer-main-bx {
    padding: 15px;
    width: 100%;
  }
  .footer-links ul {
    column-count: 2;
  }
  .footer-cont-info {
    padding-left: 0px;
  }
  .about-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
  }
  .inner-service-txt h3 {
    font-size: 34px;
  }
  .inner-service-txt {
    background: #f15201;
    height: 100%;
    padding: 16px 20px;
  }
  .inner-service-img img {
    width: 100%;
    height: 424px;
    object-fit: cover;
  }
  .inner-testi-num span {
    font-size: 160px;
  }
  .contact-box {
    padding: 40px 0px;
    border: 2px solid #f15201;
    transition: 0.3s ease-in-out;
    text-align: center;
  }
  .contact-box a {
    color: #1d1d1d;
    font-size: 12px;
  }
  .contact-form-box {
    padding: 50px 30px;
    border: 2px solid #f15201;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 40px;
  }
  h4 {
    font-size: 17px;
    line-height: 36px;
  }
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
  .choose-phone {
    padding: 22px 20px;
  }
  p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-txt p b {
    padding-left: 8px;
  }
  .topSec ul.topinfo-contect p {
    font-size: 16px;
  }
  .menuSec ul li a {
    padding: 7px 8px;
    font-size: 14px;
  }
  .menuSec .col-md-2.col-sm-6.col-xs-6.text-right {
    padding: 0;
  }
  .btn1 {
    gap: 6px;
    height: 42px;
    padding: 0 4px 0 10px;
    font-size: 12px;
  }
  .btn1 i {
    width: 24px;
    height: 40px;
    background: #fff;
    color: #f15201;
  }

  .banner_text {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px 0 #00000069;
  }

  .carousel-caption {
    top: 0px;
  }
  .banner-btn {
    display: block;
  }
  .banner-btn ul {
    margin-top: 22px;
    justify-content: center;
  }
  .banner_text:before {
    width: 95%;
    height: 96%;
    top: 8px;
    left: 8px;
  }
  section.main_slider {
    margin: 0px 0px 0;
    border-top: 1px solid #858585;
    padding-top: 18px;
  }
  .about-rating {
    right: -24px;
  }
  section.service-sec {
    padding: 70px 0;
    margin: 0 0px;
    width: 100%;
  }
  .service-txt {
    padding: 0px 0;
  }
  .choose-phone a {
    font-size: 15px;
  }
  .choose-phone a i {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .choose-phone-txt ul li {
    gap: 6px;
    margin: 0 0 8px;
  }
  .choose-img img {
    width: 100%;
    height: 540px;
  }
  .test-txt h3 {
    font-size: 40px;
  }
  .test-txt h4 {
    font-size: 50px;
  }
  .quote-main-bx h3 {
    font-size: 34px;
    text-align: start;
  }
  .quote-main-bx h4 {
    text-align: start;
    font-size: 18px;
  }
  .quote-main-bx form input {
    padding: 8px;
    margin-bottom: 20px;
  }
  .quote-main-bx {
    padding: 40px 10px;
    background-color: #fff;
    box-shadow: 0 0 8px #00000059;
  }
  .faq-txt h3 {
    font-size: 38px;
    color: #000000;
    font-family: "big_noodle";
    font-weight: 400;
    margin-bottom: 7px;
  }
  .quote-main-bx form select {
    padding: 8px;
    margin-bottom: 20px;
  }
  .accordion-button {
    font-size: 13px;
    padding: 6px 14px;
    border: 1px solid #f15201;
  }
  .footer-main-bx h4 {
    font-size: 30px;
  }
  .footer-main-bx h6 {
    font-size: 19px;
  }
  .footer-main-bx {
    padding: 15px;
    width: 100%;
  }
  .footer-links ul {
    column-count: 1;
  }
  .footer-cont-info {
    padding-left: 0px;
  }
  .about-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
  }
  .inner-service-txt h3 {
    font-size: 34px;
  }
  .inner-service-txt {
    background: #f15201;
    height: 100%;
    padding: 16px 20px;
  }
  .inner-service-img img {
    width: 100%;
    height: 424px;
    object-fit: cover;
  }
  .inner-testi-num span {
    font-size: 160px;
  }
  .contact-box {
    padding: 40px 0px;
    border: 2px solid #f15201;
    transition: 0.3s ease-in-out;
    text-align: center;
    height: 260px !important;
  }
  .contact-box a {
    color: #1d1d1d;
    font-size: 12px;
  }
  .contact-form-box {
    padding: 50px 30px;
    border: 2px solid #f15201;
    width: 100%;
    margin-bottom: 20px;
  }

  .inner-banner-sec .carousel-caption {
    top: 50px;
  }

  section.main_slider.inner-banner-sec .banner_text {
    padding: 40px 40px;
  }

  .inner-banner-sec img.img-fluid {
    height: 55vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 40px;
  }
  h4 {
    font-size: 17px;
    line-height: 36px;
  }
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
  .choose-phone {
    padding: 22px 20px;
  }
  p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-txt p b {
    padding-left: 8px;
  }
  .topSec ul.topinfo-contect p {
    font-size: 14px;
  }
  .top-left a {
    font-size: 14px;
}

.top-right a {
    font-size: 13px;
}
  .menuSec ul li a {
    padding: 7px 8px;
    font-size: 14px;
  }
  .menuSec .col-md-2.col-sm-6.col-xs-6.text-right {
    padding: 0;
  }
  .btn1 {
    gap: 6px;
    height: 42px;
    padding: 0 4px 0 10px;
    font-size: 12px;
  }
  .btn1 i {
    width: 24px;
    height: 40px;
    background: #fff;
    color: #f15201;
  }

  .banner_text {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px 0 #00000069;
  }

  .carousel-caption {
    top: 0px;
  }
  .banner-btn {
    display: block;
  }
  .banner-btn ul {
    margin-top: 22px;
    justify-content: center;
  }
  .banner_text:before {
    width: 95%;
    height: 96%;
    top: 8px;
    left: 8px;
  }
  section.main_slider {
    margin: 0px 0px 0;
    border-top: 1px solid #858585;
    padding-top: 18px;
  }
  .about-rating {
    right: -24px;
  }
  section.service-sec {
    padding: 70px 0;
    margin: 0 0px;
    width: 100%;
  }
  .service-txt {
    padding: 0px 0;
  }
  .choose-phone a {
    font-size: 15px;
  }
  .choose-phone a i {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .choose-phone-txt ul li {
    gap: 6px;
    margin: 0 0 8px;
  }
  .choose-img img {
    width: 100%;
    height: 540px;
  }
  .test-txt h3 {
    font-size: 40px;
  }
  .test-txt h4 {
    font-size: 50px;
  }
  .quote-main-bx h3 {
    font-size: 34px;
    text-align: start;
  }
  .quote-main-bx h4 {
    text-align: start;
    font-size: 18px;
  }
  .quote-main-bx form input {
    padding: 8px;
    margin-bottom: 20px;
  }
  .quote-main-bx {
    padding: 40px 10px;
    background-color: #fff;
    box-shadow: 0 0 8px #00000059;
  }
  .faq-txt h3 {
    font-size: 38px;
    color: #000000;
    font-family: "big_noodle";
    font-weight: 400;
    margin-bottom: 7px;
  }
  .quote-main-bx form select {
    padding: 8px;
    margin-bottom: 20px;
  }
  .accordion-button {
    font-size: 13px;
    padding: 6px 14px;
    border: 1px solid #f15201;
  }
  .footer-main-bx h4 {
    font-size: 30px;
  }
  .footer-main-bx h6 {
    font-size: 19px;
  }
  .footer-main-bx {
    padding: 15px;
    width: 100%;
  }
  .footer-links ul {
    column-count: 1;
  }
  .footer-cont-info {
    padding-left: 0px;
  }
  .about-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
  }
  .inner-service-txt h3 {
    font-size: 34px;
  }
  .inner-service-txt {
    background: #f15201;
    height: 100%;
    padding: 16px 20px;
  }
  .inner-service-img img {
    width: 100%;
    height: 424px;
    object-fit: cover;
  }
  .inner-testi-num span {
    font-size: 160px;
  }
  .contact-box {
    padding: 40px 30px;
    border: 2px solid #f15201;
    transition: 0.3s ease-in-out;
    text-align: center;
    height: 290px !important;
  }
  .contact-box a {
    color: #1d1d1d;
    font-size: 12px;
  }
  .contact-form-box {
    padding: 50px 30px;
    border: 2px solid #f15201;
    width: 100%;
    margin-bottom: 20px;
  }

  .inner-banner-sec img.img-fluid {
    height: 40vh;
  }

  section.main_slider.inner-banner-sec .col-sm-8.col-md-6.align-self-center {
    width: 70%;
    margin: 0px auto;
  }

  section.main_slider.inner-banner-sec .banner_text {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
  }

  .inner-banner-sec .carousel-caption {
    top: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 48px;
    line-height: 45px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }

  .slicknav_nav a:hover {
    background: #f15201;
    color: #fff;
  }
  .topSec ul.topinfo-contect p {
    font-size: 19px;
  }
  .top-left a, .top-right a {
    justify-content: center;
    }
    
    .topSec {
        padding: 10px 0px;
    }
  .header-logo {
    text-align: center;
    margin-bottom: 16px;
  }
  .header-btn {
    text-align: center;
  }
  .btn1 i {
    width: 44px;
    height: 36px;
  }
  .btn1 {
    gap: 16px;
    height: 50px;
    padding: 0 6px 0 16px;
    font-size: 17px;
  }
  .banner_text {
    background: #fff;
    padding: 30px 28px;
    z-index: 1;
  }
  .banner_text:before {
    content: "";
    position: absolute;
    border: 1px solid #f15201;
    width: 97%;
    height: 95%;
    top: 12px;
    left: 7px;
    z-index: -1;
  }
  .banner-btn {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    z-index: 1;
  }
  section.main_slider {
    margin: 0px 0px 0;
    border-top: 1px solid #858585;
    padding-top: 14px;
  }
  .carousel-caption {
    top: 0px;
  }

  img.img-fluid {
    height: 100vh;
  }
  .banner_text h4 {
    font-size: 16px;
  }
  .banner-btn ul {
    margin-top: 20px;
  }
  .banner-btn ul {
    justify-content: center;
  }
  section.about-sec {
    padding: 30px 0 40px;
  }
  .about-txt p b {
    border-left: 2px solid #f15201;
    padding-left: 8px;
  }
  .about-txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-img img {
    height: auto;
  }
  .about-rating {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
  }
  section.service-sec {
    padding: 50px 0;
    margin: 0 0px;
    width: 100%;
  }
  .about-rating h6 {
    font-size: 23px;
    color: #fff;
    background: #f15201;
    font-family: "big_noodle";
    padding: 14px;
    margin: 0;
  }
  .service-main {
    background: #fff;
    padding: 20px 20px;
    position: relative;
    transition: 0.5s ease-in-out;
  }
  .service-txt {
    padding: 0px 0;
  }
  .service-main:hover .service-img {
    height: auto;
  }
  .btn2 {
    font-size: 17px;
    height: 48px;
    width: 60%;
  }
  .service-main.wow.fadeInLeft {
    margin: 10px 0;
  }
  section.choose-sec {
    padding: 50px 0;
  }
  .choose-img img {
    width: 100%;
    height: auto;
    object-position: 0px 0;
    margin-bottom: 17px;
  }
  .choose-phone {
    padding: 30px 25px;
    margin-bottom: 18px;
  }
  .choose-bottom-sec {
    padding-top: 20px;
  }
  .choose-counter-main {
    margin-bottom: 20px;
  }
  section.testimonial {
    padding: 50px 0px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .test-txt h3 {
    font-size: 40px;
  }
  .test-txt h4 {
    font-size: 46px;
  }
  section.quote-faq {
    padding: 20px 0px 0px;
  }
  .quote-main-bx h3 {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .quote-main-bx h4 {
    margin-bottom: 20px;
  }
  .quote-main-bx {
    padding: 30px 10px;
    margin-bottom: 20px;
  }
  .faq-txt h3 {
    font-size: 30px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 10px 9px;
    line-height: 20px;
  }
  .accordion-body {
    padding: 10px;
  }
  section.latest-project {
    padding: 40px 0px;
  }
  .lat-txt h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .lat-img img {
    height: auto;
    margin-bottom: 10px;
  }
  .lat-img.tw img {
    height: auto;
    margin-bottom: 10px;
  }
  footer {
    width: 100%;
    padding: 20px 0px 0px;
    margin-bottom: 0px;
  }
  .footer-main-bx {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-main-bx h4 {
    font-size: 40px;
    line-height: 45px;
  }
  .footer-cont-info {
    padding-left: 0px;
  }
  .fot-p {
    margin-top: 0px;
    border-top: 1px solid #fff;
  }
  .inner-banner-sec img.img-fluid {
    height: 80vh;
    object-position: center;
  }
  .inner-banner-sec .carousel-caption {
    top: 0px;
  }

  .mission-img img {
    height: auto;
    margin-bottom: 20px;
  }
  section.mission-sec {
    padding: 20px 0;
    margin: 0 0px;
  }
  .mission-txt h2 {
    color: #f15201;
    margin-bottom: 6px;
  }
  .vision-main {
    margin-top: 10px;
  }
  section.inner-service-sec {
    padding: 40px 0;
  }
  .inner-service-img img {
    height: auto;
    margin-bottom: 12px;
  }
  .inner-service-txt {
    padding: 20px 10px;
  }
  .inner-service-txt h3 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .inner-service-main {
    padding: 10px 0px;
    margin: 0 0 20px;
  }
  html .service-detail-img img {
    height: 330px !important;
    margin: 0 0 0px !important;
    width: 100%;
  }
  .service-detail-txt h3 {
    font-size: 46px;
    line-height: 40px;
    margin-left: 14px;
  }
  section.service-detail-sec {
    padding: 40px 0;
  }
  section.inner-testi-sec {
    padding: 40px 0;
  }
  .inner-testi-box {
    border: 1px solid #f15201;
    padding: 20px 10px;
    box-shadow: 0 0 6px 0 #00000082;
  }

  .inner-testi-box img {
    width: 30%;
    height: 130px;
    object-fit: cover;
    object-position: top;
  }
  .inner-testi-num span {
    font-size: 100px;
    line-height: 100px;
  }
  section.contact-sec.sec {
    padding: 30px 0;
  }
  .contact-box {
    padding: 16px 18px;
    border: 1px solid #f15201;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact-form-box {
    padding: 20px 10px;
    border: 1px solid #f15201;
    width: 100%;
    margin-bottom: 20px;
  }
  input.form-control {
    height: 50px;
    font-size: 13px;
    color: #000000 !important;
    margin: 0 0 10px 0;
    border: 1px solid #f15201;
  }
  textarea.form-control {
    height: 140px;
    padding: 15px 0 0 8px;
    border: 1px solid #f15201;
    margin: 0 0 20px;
  }
  .contact-map iframe {
    width: 100%;
    height: 410px;
  }
  section.contact-form-sec.sec {
    padding-bottom: 40px;
  }

  section.main_slider.inner-banner-sec .col-sm-8.col-md-6.align-self-center {
    width: 80%;
    margin: 0px auto;
  }

  section.main_slider.inner-banner-sec .banner_text {
    padding: 40px 30px;
  }

  .inner-banner-sec .carousel-caption {
    top: 0;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  h1 {
    font-size: 25px;
    line-height: 32px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  p {
    font-size: 12px;
    line-height: 20px;
  }

  .slicknav_nav a:hover {
    background: #f15201;
    color: #fff;
  }
  .topSec ul.topinfo-contect p {
    font-size: 14px;
  }
  .top-left a, .top-right a {
        justify-content: center;
        font-size: 14px;
    }
    
    .topSec {
        padding: 10px 0;
    }
  .header-logo {
    text-align: center;
    margin-bottom: 16px;
  }
  .header-btn {
    text-align: center;
  }
  .btn1 i {
    width: 44px;
    height: 36px;
  }
  .btn1 {
    gap: 8px;
    height: 44px;
    padding: 0 4px 0 8px;
    font-size: 14px;
  }
  .banner_text {
    padding: 24px 20px;
    background: #ffffffab;
  }
  .banner_text:before {
    content: "";
    position: absolute;
    border: 1px solid #f15201;
    width: 95%;
    height: 95%;
    top: 12px;
    left: 7px;
    z-index: -1;
  }
  .banner-btn {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    z-index: 1;
  }
  section.main_slider {
    margin: 0px 0px 0;
    border-top: 1px solid #858585;
    padding-top: 14px;
  }
  .carousel-caption {
    top: 0px;
  }

  img.img-fluid {
    height: 500px;
    object-position: -600px 0px;
  }
  .banner_text h4 {
    font-size: 14px;
  }
  .banner-btn ul {
    margin-top: 20px;
  }
  .banner-btn ul {
    justify-content: center;
  }
  section.about-sec {
    padding: 30px 0 80px;
  }
  .about-txt p b {
    border-left: 2px solid #f15201;
    padding-left: 8px;
  }
  .about-txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-img img {
    height: auto;
  }
  .about-rating {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
  }
  section.service-sec {
    padding: 50px 0;
    margin: 0 0px;
    width: 100%;
  }
  .about-rating h6 {
    font-size: 23px;
    color: #fff;
    background: #f15201;
    font-family: "big_noodle";
    padding: 14px;
    margin: 0;
  }
  .service-main {
    background: #fff;
    padding: 20px 20px;
    position: relative;
    transition: 0.5s ease-in-out;
  }
  .service-txt {
    padding: 0px 0;
  }
  .service-main:hover .service-img {
    height: auto;
  }
  .btn2 {
    font-size: 17px;
    height: 48px;
    width: 60%;
  }
  .service-main.wow.fadeInLeft {
    margin: 10px 0;
    min-height: auto !important;
  }
  section.choose-sec {
    padding: 50px 0;
  }
  .choose-img img {
    width: 100%;
    height: auto;
    object-position: 0px 0;
    margin-bottom: 17px;
  }
  .choose-phone {
    padding: 30px 25px;
    margin-bottom: 18px;
  }
  .choose-bottom-sec {
    padding-top: 20px;
  }
  .choose-counter-main {
    margin-bottom: 20px;
  }
  section.testimonial {
    padding: 50px 0px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .test-txt h3 {
    font-size: 40px;
  }
  .test-txt h4 {
    font-size: 46px;
  }
  section.quote-faq {
    padding: 20px 0px 0px;
  }
  .quote-main-bx h3 {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .quote-main-bx h4 {
    margin-bottom: 20px;
  }
  .quote-main-bx {
    padding: 30px 10px;
    margin-bottom: 20px;
  }
  .faq-txt h3 {
    font-size: 30px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 10px 9px;
    line-height: 20px;
  }
  .accordion-body {
    padding: 10px;
  }
  section.latest-project {
    padding: 40px 0px;
  }
  .lat-txt h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .lat-img img {
    height: auto;
    margin-bottom: 10px;
  }
  .lat-img.tw img {
    height: auto;
    margin-bottom: 10px;
  }
  footer {
    width: 100%;
    padding: 20px 0px 0px;
    margin-bottom: 0px;
  }
  .footer-main-bx {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-main-bx h4 {
    font-size: 40px;
    line-height: 45px;
  }
  .footer-cont-info {
    padding-left: 0px;
  }
  .fot-p {
    margin-top: 0px;
    border-top: 1px solid #fff;
  }
  .inner-banner-sec img.img-fluid {
    height: 80vh;
    object-position: center;
  }
  .inner-banner-sec .carousel-caption {
    top: 0px;
  }

  .mission-img img {
    height: auto;
    margin-bottom: 20px;
  }
  section.mission-sec {
    padding: 20px 0;
    margin: 0 0px;
  }
  .mission-txt h2 {
    color: #f15201;
    margin-bottom: 6px;
  }
  .vision-main {
    margin-top: 10px;
  }
  section.inner-service-sec {
    padding: 40px 0;
  }
  .inner-service-img img {
    height: auto;
    margin-bottom: 12px;
  }
  .inner-service-txt {
    padding: 20px 10px;
  }
  .inner-service-txt h3 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .inner-service-main {
    padding: 10px 0px;
    margin: 0 0 20px;
  }
  html .service-detail-img img {
    height: 330px !important;
    margin: 0 0 0px !important;
    width: 100%;
  }
  .service-detail-txt h3 {
    font-size: 46px;
    line-height: 40px;
    margin-left: 14px;
  }
  section.service-detail-sec {
    padding: 40px 0;
  }
  section.inner-testi-sec {
    padding: 40px 0;
  }
  .inner-testi-box {
    border: 1px solid #f15201;
    padding: 20px 10px;
    box-shadow: 0 0 6px 0 #00000082;
  }

  .inner-testi-box img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    object-position: top;
  }
  .inner-testi-num span {
    font-size: 100px;
    line-height: 100px;
  }
  section.contact-sec.sec {
    padding: 30px 0;
  }
  .contact-box {
    padding: 16px 18px;
    border: 1px solid #f15201;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact-form-box {
    padding: 20px 10px;
    border: 1px solid #f15201;
    width: 100%;
    margin-bottom: 20px;
  }
  input.form-control {
    height: 50px;
    font-size: 13px;
    color: #000000 !important;
    margin: 0 0 10px 0;
    border: 1px solid #f15201;
  }
  textarea.form-control {
    height: 140px;
    padding: 15px 0 0 8px;
    border: 1px solid #f15201;
    margin: 0 0 20px;
  }
  .contact-map iframe {
    width: 100%;
    height: auto;
  }
  section.contact-form-sec.sec {
    padding-bottom: 40px;
  }

  .choose-img {
    padding: 10px 30px 10px 0;
  }

  .choose-img:before {
    right: 8px;
    height: 70%;
    width: 50%;
    top: -11px;
  }

  section.main_slider.inner-banner-sec .col-sm-8.col-md-6.align-self-center {
    width: auto;
  }

  section.main_slider.inner-banner-sec .banner_text {
    padding: 24px 20px;
    outline-offset: -9px;
    outline: 2px solid #f15201;
  }

  .inner-banner-sec .carousel-caption {
    top: 0;
  }
  
    .about-txt ul li {
    font-size: 11px;
    color: #000;
  }
  
}

/*Responsive Css End*/
