.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.59;
  background: #181818;
}
.inner_banner img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  text-align: center;
}
.inner_banner h1 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-weight: 600;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #fff;
}
.innertxt1 ul {
  list-style: none;
  margin: 0;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  color: #f56a14;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: "-";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 2px;
  top: -2px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: #fff;
}

/*about_Sec1*/
.about_Sec1 {
  background-color: #e6e5de;
  padding: 50px 0;
  width: 100%;
}
.about_Sec1_in {
  width: 100%;
}
.about_Sec1_in h2 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 20px;
}
.multi_tabs {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
ul.tabs {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  width: 40%;
  text-align: left;
  z-index: 9;
}
ul.tabs li {
  width: 95%;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #545454;
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
}
ul.tabs li span {
  background-color: #e2e1d9;
  margin-right: 15px;
  padding: 8px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
ul.tabs li span img {
  width: 30px;
}
ul.tabs li:hover {
  background-color: #f56a14;
  color: #fff;
}
ul.tabs li.active {
  background-color: #f56a14;
  color: #fff;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
}
ul.tabs li.active:before {
  opacity: 1;
}
.tab_container {
  border: 0px;
  border-top: none;
  float: right;
  width: 60%;
  float: right;
}
.tab_content {
  width: 100%;
  background-size: cover;
  position: relative;
  display: block;
}
.tabccc {
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  background-color: #fff;
}
.tab_content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #181818;
  margin: 15px 0;
}
.tab_content img {
  width: 50px;
}
.tab_content p {
  margin: 0;
}
/*about_Sec1*/

/*about_Sec2*/
.about_Sec2 {
  padding: 50px 0;
  width: 100%;
  display: inline-block;
}
.about_Sec2_in_info {
  padding: 60px 30px;
  border: 1px solid #f2c8aa;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.about_Sec2_in_info span {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #f2c8aa;
  box-shadow: 9px 9px 20px rgba(0, 0, 0, 0.161);
  z-index: 9;
}
.about_Sec2_in_info span img {
  width: 80px;
}
.about_Sec2_in_info h3 {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 600;
}
.about_Sec2_in_info p {
  margin: 0;
  width: 90%;
}
.about_Sec2_in_img {
  position: relative;
  overflow: hidden;
}
.about_Sec2_in_img::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f2c8aa;
  transform: translateX(-50%);
  border-radius: 100%;
}
.about_Sec2_in_img img {
  width: 100%;
  display: block;
}
.about_sec2_col2 .about_Sec2_in_info {
  border: 1px solid #e6e5de;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 40px;
  padding-left: 120px;
  width: 100%;
}
.about_sec2_col2 .about_Sec2_in_info p {
  width: 100%;
}
.about_sec2_col2 .about_Sec2_in_info span {
  border-color: #e6e5de;
  right: auto;
  left: -60px;
}
.about_sec2_col2 .about_Sec2_in_img::before {
  left: auto;
  right: 0;
  transform: translateX(50%);
  background-color: #e6e5de;
}
.about_sec2_col2 .about_Sec2_in_img {
  margin-top: -50px;
}
/*about_Sec2*/



/*about_Sec4*/
.about_Sec4 {
  padding: 50px 0;
  width: 100%;
  display: inline-block;
}
.about_Sec4_in h2 {
  text-align: left;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}
.about_Sec4_in p {
  font-weight: 500;
}
.about_Sec4_in img {
  width: 80%;
  display: block;
  float: right;
}
/*about_Sec4*/

/*service_sec1*/
.section3 h2,
.service_sec2 h2 {
  font-size: 42px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  display: block;
}
.service_sec1 {
  padding: 50px 0;
  width: 100%;
  display: inline-block;
}
.service_sec1 h3 {
  color: #f56a14;
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
}
.service_sec1 h4 {
  color: #545454;
  font-weight: 500;
  line-height: 1.6;
  font-size: 19px;
  margin: 20px 0;
}
.service_sec1 p {
}
.service_sec1_img {
  position: relative;
  width: 100%;
  display: block;
}
.service_sec1_img img {
  width: 95%;
  display: block;
}
.service_sec1_img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  background-color: rgba(245, 106, 20, 0.11);
  width: 100%;
  height: 105%;
}
/*service_sec1*/

/*service_sec2*/
.service_sec2 {
  padding: 50px 0;
}
.service_sec2 h2 {
  margin-bottom: 30px;
}
.service_sec2_bx {
  padding: 25px;
  border: 1px solid #707070;
  border-radius: 20px;
  display: block;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.service_sec2_bx:hover {
  box-shadow: 0px 0px 20px rgba(84, 84, 84, 0.2);
}
.service_sec2 img {
  height: 65px;
}
.service_sec2 h3 {
  margin: 20px 0 15px;
  text-transform: uppercase;
  color: #545454;
  font-weight: 600;
  font-size: 18px;
}
.service_sec2 p {
    min-height: 145px;
}
/*service_sec2*/

/*service_sec3*/
.service_sec3 {
  background-color: #f2c8aa;
}
.col-sm-6-pad {
  padding-right: 130px;
}
.service_sec3 h2 {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.2;
}
.service_sec3 .accordion {
  padding: 0;
}
.service_sec3 .accordion .link,
.service_sec3 .accordion p {
  color: #000;
}
.service_sec3 .accordion p {
  width: 90%;
}
/*service_sec3*/

/*contactus*/
.contact-section {
  position: relative;
  padding: 60px 0 30px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.contact-section .form-column,
.contact-section .info-column {
  position: relative;
  margin-bottom: 40px;
}
.contact-section .info-column .contact-list li,
.default-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.contact-section .info-column .inner-column {
  position: relative;
}
.contact-section h5 {
  color: #f56a14;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.contact-section .info-column p,
.inner-column p {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  width: 90%;
  padding-bottom: 0;
}
hr {
  margin: 20px 0;
  border-color: #e9e9e9;
}
.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: block;
  list-style: none;
}
.contact-section .info-column .contact-list li strong {
  position: relative;
  display: block;
  color: #f56a14;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-section .info-column .contact-list li a {
  position: relative;
  color: #545454;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 18x;
  font-weight: 500;
}
.contact-section .info-column .contact-list li a img {
  margin-right: 30px;
  margin-top: 10px;
  height: 20px;
}
.contact-section .info-column .contact-list li a:hover {
  color: #000;
}
.contact-section .form-column .inner-column {
  position: relative;
  padding: 0 20px;
  margin-left: 40px;
  z-index: 9;
}
.default-form .form-group {
  display: table;
  outline: 0;
}
.default-form .form-group:last-child {
  margin-bottom: 0;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="text"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #000;
  height: 50px;
  font-size: 14px;
  background: #f3f3f3;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
}
label {
  font-weight: 400;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #000;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #000;
  height: 140px;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-one {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  background: #f56a14;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  border: 0;
}
.btn-style-one:hover {
  background-color: rgba(84, 84, 84, 0.06);
  color: #000;
}
.default-form label {
  font-size: 14px;
  color: #181818;
  margin-bottom: 10px;
  font-weight: 400;
}
/*contactus*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .innersec1 {
    padding: 40px 20px;
  }
  .inner_banner h1 {
    font-size: 32px;
  }
  .bannersh {
    top: 10px;
    width: auto;
  }
  .bannersh img {
    width: 80px;
    height: auto;
  }
  .contact-section {
    padding: 40px 20px;
  }
  .contact-section h5 {
    font-size: 24px;
  }
  .contact-section .info-column p,
  .inner-column p {
    width: 100%;
    font-size: 16px;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    padding: 0;
  }
  .default-form .form-group {
    width: 100%;
  }
  .service_sec1,
  .service_sec2,
  .service_sec3,
  .about_Sec4 {
    padding: 40px 20px;
  }
  .service_sec1 h3 {
    font-size: 24px;
  }
  .service_sec1 h4 {
    font-size: 16px;
  }
  .section3 h2,
  .service_sec2 h2,
  .service_sec3 h2,
  .about_Sec1_in h2,
  .about_Sec4_in h2 {
    font-size: 24px;
  }
  .col-sm-6-pad {
    padding: 0;
  }
  ul.tabs,
  .tab_container {
    width: 100%;
    clear: both;
  }
  ul.tabs li {
    width: 100%;
    font-size: 14px;
  }
  .tab_content h3,
  .about_Sec3_in_cont h3 {
    font-size: 24px;
  }
  .about_Sec3_in,
  .about_Sec3_in_cont,
  .about_sec2_col2 .about_Sec2_in_info {
    padding: 20px;
  }
  .about_Sec4_in h2 {
    margin-top: 0;
  }
  .about_Sec4_in img {
    width: 100%;
    margin-top: 20px;
  }
  .about_Sec2_in_info span,
  .about_sec2_col2 .about_Sec2_in_info span {
    position: relative;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
  }
  .about_Sec2_in_info span img {
    width: 55px;
  }
  .about_sec2_col2 .about_Sec2_in_img {
    margin-top: 20px;
  }
}
