@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

.hidden-image {
  display: none;
}

.hidden-video {
  display: none;
}

.darkHeader {
  background: #000;
  padding-bottom: 20px !important;
}

.expertbt {
  position: fixed;
  top: 30%;
  right: -101px;
  background: #83D9FF;
  background: linear-gradient(1800deg, rgb(131, 217, 255) 0%, rgb(0, 154, 223) 100%);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  transform: rotate(-90deg);
  z-index: 2;
  padding: 12px 25px;
  border-radius: 100px;
  text-decoration: none;
}
.expertbt:hover {
  background: #009ADF;
  color: #fff;
}

.banner-wrap {
  position: relative;
}
.banner-wrap .bannerTextWrap {
  position: absolute;
  bottom: 100px;
  left: 50px;
  width: 80%;
}
.banner-wrap .bannerTextWrap h2 {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  width: 60%;
  font-weight: 500;
  margin-bottom: 10px;
}
.banner-wrap .bannerTextWrap .line {
  width: 100%;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 35px;
}
.banner-wrap .bannerTextWrap h6 {
  padding: 0;
  margin: 0 0 35px 0;
  width: 60%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.banner-wrap .bannerTextWrap .bannerButtonOne {
  float: left;
  background: #009ADF;
  color: #fff;
  padding: 8px 0;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
  width: 235px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.banner-wrap .bannerTextWrap .bannerButtonOne .fa-circle-chevron-right {
  font-size: 19px;
  margin-left: 5px;
}
.banner-wrap .bannerTextWrap .bannerButtonOne:hover {
  background: #fff;
  color: #009ADF;
}
.banner-wrap .bannerTextWrap .bannerButtonTwo {
  float: left;
  background: #fff;
  color: #009ADF;
  padding: 8px 0;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
  width: 235px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.banner-wrap .bannerTextWrap .bannerButtonTwo .fa-circle-chevron-right {
  font-size: 19px;
  margin-left: 5px;
}
.banner-wrap .bannerTextWrap .bannerButtonTwo:hover {
  background: #009ADF;
  color: #fff;
}

.banner-wrap .owl-dots {
  position: absolute;
  bottom: 98px;
  right: 0;
  z-index: 999;
}

.banner-wrap .owl-dot {
  width: 35px;
  height: 6px;
  background: #f5f1dd;
  border-radius: 7px;
  margin: 0 10px;
}

.owl-carousel-banner .owl-dots {
  width: 100%;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 4%;
  margin-bottom: 4%;
}

.owl-carousel-banner .owl-dots .owl-dot {
  height: 100%;
  width: 40px;
  background-color: #f5f1dd;
  border-radius: 10px;
  margin: 2px;
}

.owl-carousel-banner .owl-dots .owl-dot.active {
  width: 100px;
  background-color: #009ADF;
}

.video-item {
  filter: brightness(50%);
  width: 100%;
}

.header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 222;
  padding: 0 50px;
}
.header-wrap .topLogo {
  float: left;
  margin-top: 20px;
}

.mob-dis-p {
  display: none;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 7px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 400px;
  height: 105vh;
  margin: -100px 0 0 0;
  padding: 50px 50px 50px 30px;
  padding-top: 125px;
  right: -100px;
  background: #009ADF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
}
#menu li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  transition: 0.5s;
}
#menu li a:hover {
  color: #002333;
}
#menu li ul {
  padding: 0 0 0 15px;
  margin: 0;
}
#menu li ul li {
  padding: 0;
  margin: 10px 0;
  text-decoration: none;
  list-style-type: none;
}
#menu li ul li a {
  font-size: 14px;
}

#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

.secondWrap {
  background: #fff;
  padding: 100px 0 100px 50px;
  position: relative;
}
.secondWrap h2 {
  font-size: 50px;
  font-family: "Inter", sans-serif;
  line-height: 50px;
  width: 50%;
  margin-bottom: 80px;
}
.secondWrap .owl-nav {
  position: absolute;
  top: -175px;
  right: 50px;
}
.secondWrap .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 40px !important;
  line-height: 40px !important;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100px;
}
.secondWrap .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 40px !important;
  line-height: 40px !important;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100px;
}
.secondWrap .slideAwrap {
  background: #EAEAEA;
  border-radius: 20px;
  padding: 10px;
}
.secondWrap .slideAwrap img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.secondWrap .slideAwrap h3 {
  font-size: 25px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  margin: 20px;
  display: block;
}
.secondWrap .slideAwrap p {
  color: #838383;
  font-size: 16px;
  line-height: 22px;
  margin: 0 20px;
}

.thardBlock {
  background: #000;
  padding: 100px 50px;
}
.thardBlock h2 {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
.thardBlock h3 {
  font-size: 45px;
  line-height: 50px;
  color: #838383;
  width: 80%;
}
.thardBlock .innerBlockOne {
  margin: 50px 0;
}
.thardBlock .innerBlockOne .imageWrap {
  width: 50%;
  float: left;
  padding-right: 3%;
}
.thardBlock .innerBlockOne .imageWrap img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.thardBlock .innerBlockOne .textWrap {
  width: 50%;
  float: left;
  padding-left: 3%;
}
.thardBlock .innerBlockOne .textWrap h4 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}
.thardBlock .innerBlockOne .textWrap .pdtop {
  padding-top: 50px;
}
.thardBlock .innerBlockOne .textWrap .listOne {
  display: block;
  margin: 30px 0;
}
.thardBlock .innerBlockOne .textWrap .listOne .imgWrap {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 15px;
}
.thardBlock .innerBlockOne .textWrap .listOne .listTextWrap {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.thardBlock .innerBlockOne .textWrap .lineOne {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}

.serviceWrap {
  background: #fff;
  padding: 100px 50px;
}
.serviceWrap .render-desk {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.serviceWrap .render-mob {
  display: none;
}
.serviceWrap h2 {
  font-size: 50px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
}
.serviceWrap h2 ul {
  float: right;
  padding: 0;
  margin: 10px 0 0 0;
}
.serviceWrap h2 ul .nav-link {
  background: #fff;
  color: #009ADF;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-left: 20px;
  border-radius: 50px;
}
.serviceWrap h2 ul .active {
  background: #009ADF !important;
  color: #fff !important;
}
.serviceWrap #pills-tab-2 {
  justify-content: center;
  margin-top: 50px;
}
.serviceWrap #pills-tab-2 .nav-link {
  color: #000;
  padding: 0;
  margin: 0 15px;
}
.serviceWrap #pills-tab-2 .active {
  background: none;
  color: #009ADF;
  border-bottom: solid 1px #009ADF;
  text-decoration: none;
  border-radius: 0;
}
.serviceWrap .accordiyanWrap {
  display: flex;
  align-items: center;
}
.serviceWrap .accordiyanWrap .iconWrap {
  width: 150px;
}
.serviceWrap .accordiyanWrap h3 {
  width: 350px;
  font-size: 20px;
  color: #000;
  padding: 0;
  margin: 0;
}
.serviceWrap .accordiyanWrap p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 0;
  margin: 0;
}

#pills-tabContent .accordion-item .accordion-button {
  border-radius: 100px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 35px;
}

#pills-tabContent .accordion-item {
  border: none;
}

#pills-tabContent .accordion-button:not(.collapsed) {
  background: #009ADF;
  border-radius: 100px;
  border-radius: 20px;
}

#pills-tabContent .accordion-button:not(.collapsed) p {
  color: #fff;
}

#pills-tabContent .accordion-item {
  border-radius: 100px;
}

#pills-tabContent .active .accordion-item {
  border-radius: 20px;
}

#pills-tabContent .accordion-body {
  margin-bottom: 25px;
  padding-left: 25px;
  background: #009ADF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -45px;
  padding-top: 42px;
}

.industrialWrap {
  width: 100%;
}
.industrialWrap .imageWrap {
  width: 100%;
  border-radius: 20px;
}
.industrialWrap .imageWrap img {
  width: 100%;
  height: auto;
}
.industrialWrap .imageWrap .indus-desk {
  display: block;
}
.industrialWrap .imageWrap .indus-mob {
  display: none;
}
.industrialWrap .pointWrap {
  display: flex;
  align-items: center;
  padding: 50px 0;
  border-bottom: solid 1px #838383;
}
.industrialWrap .pointWrap .block-1 {
  width: 50%;
  display: flex;
  align-items: center;
}
.industrialWrap .pointWrap .block-1 .image-wrap2 {
  width: 20%;
}
.industrialWrap .pointWrap .block-1 .textWrap h4 {
  font-size: 25px;
  color: #000;
}
.industrialWrap .pointWrap .block-1 .textWrap p {
  color: #838383;
  font-size: 16px;
  line-height: 25px;
  width: 80%;
}

.protfolioWrap {
  display: block;
  background: #fff;
  padding: 100px 50px;
}
.protfolioWrap h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  color: #000;
  font-family: "Inter", sans-serif;
}
.protfolioWrap .nav {
  justify-content: center;
}
.protfolioWrap .nav .nav-link {
  background: #fff;
  color: #009ADF;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-left: 20px;
  border-radius: 50px;
}
.protfolioWrap .nav .active {
  background: #009ADF !important;
  color: #fff !important;
}
.protfolioWrap .galWrap {
  display: block;
  margin: 0 -20px;
  padding: 0;
}
.protfolioWrap .galWrap .gal-pic-wrap {
  width: 33.33%;
  float: left;
  padding: 20px;
}
.protfolioWrap .galWrap .gal-pic-wrap img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.protfolioWrap .galWrap .viewMore {
  background: #fff;
  color: #009ADF;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-left: 20px;
  border-radius: 50px;
  display: table;
  margin: 50px auto 0 auto;
  transition: 0.5s;
  text-decoration: none;
  line-height: 40px;
}
.protfolioWrap .galWrap .viewMore:hover {
  background: #009ADF !important;
  color: #fff !important;
}

.weWorkWrap {
  background: #000;
  padding: 100px 50px;
}
.weWorkWrap h2 {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
.weWorkWrap h3 {
  color: #838383;
  font-family: "Inter", sans-serif;
  font-size: 45px;
  line-height: 50px;
  width: 80%;
}
.weWorkWrap h6 {
  font-size: 25px;
  color: #fff;
}
.weWorkWrap .block-1 {
  width: 100%;
  margin-top: 50px;
}
.weWorkWrap .block-1 .imageWrap {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.weWorkWrap .block-1 .imageWrap img {
  width: 100%;
  height: auto;
}
.weWorkWrap .block-1 .featureWrap {
  width: 50%;
  float: left;
}
.weWorkWrap .block-1 .featureWrap .iconWrap {
  width: 45%;
  float: left;
}
.weWorkWrap .block-1 .featureWrap .iconWrap img {
  display: block;
  margin-bottom: 40px;
}
.weWorkWrap .block-1 .featureWrap .iconWrap h5 {
  font-size: 25px;
  line-height: 30px;
  color: #838383;
  min-height: 140px;
  font-weight: normal;
}
.weWorkWrap .block-1 .featureWrap .marRight {
  margin-right: 5%;
}
.weWorkWrap .block-1 .featureWrap .marLeft {
  margin-left: 5%;
}

.clients {
  width: 100%;
  padding: 100px 50px;
}
.clients h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  color: #000;
  font-family: "Inter", sans-serif;
}
.clients .clientSlider {
  padding: 50px 0;
}
.clients .owl-nav {
  justify-content: center;
  display: flex;
  margin-top: 60px;
}
.clients .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 100px;
  font-size: 40px !important;
  line-height: 40px !important;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.clients .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 100px;
  font-size: 40px !important;
  line-height: 40px !important;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.yourProjectWrap {
  position: relative;
  display: flex;
  background: url(../images/your-projrct-bg.png) no-repeat center center;
  max-width: 1920px;
  margin: 0 auto;
}
.yourProjectWrap .yourBlock-1 {
  width: 50%;
  padding: 190px 50px 75px 50px;
}
.yourProjectWrap .yourBlock-1 h2 {
  font-size: 50px;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.yourProjectWrap .yourBlock-1 p {
  font-size: 16px;
  padding: 0;
  margin: 30px 0;
}
.yourProjectWrap .yourBlock-1 .yourbt-1 {
  float: left;
  background: #009ADF;
  color: #fff;
  padding: 8px 0;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
  width: 320px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.yourProjectWrap .yourBlock-1 .yourbt-1:hover {
  background: #fff;
  color: #009ADF;
}
.yourProjectWrap .yourBlock-1 .yourbt-2 {
  float: left;
  background: #fff;
  color: #009ADF;
  padding: 8px 0;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
  width: 230px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.yourProjectWrap .yourBlock-1 .yourbt-2:hover {
  background: #009ADF;
  color: #fff;
}

.footerWrap {
  background: #000;
  padding: 100px 50px;
}
.footerWrap .footBlock-1 {
  width: 40%;
  float: left;
}
.footerWrap .footBlock-1 .socialWrap {
  margin-top: 30px;
}
.footerWrap .footBlock-1 .socialWrap .social-icon {
  width: 45px;
  height: 45px;
  background: #009ADF;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  float: left;
  margin-right: 15px;
  transition: 0.5s;
}
.footerWrap .footBlock-1 .socialWrap .social-icon:hover {
  background: #fff;
  color: #009ADF;
}
.footerWrap .footBlock-2 {
  width: 60%;
  float: left;
  display: flex;
}
.footerWrap .footBlock-2 .addWrap-1 {
  width: 33.33%;
}
.footerWrap .footBlock-2 .addWrap-1 h3 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  padding: 0;
  margin: 0 0 40px 0;
  color: #fff;
}
.footerWrap .footBlock-2 .addWrap-1 h6 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
}
.footerWrap .footBlock-2 .addWrap-1 p {
  font-size: 16px;
  color: #838383;
  line-height: 22px;
}
.footerWrap .footBlock-2 .addWrap-1 .fa-solid {
  color: #009ADF;
}
.footerWrap .footBlock-2 .addWrap-1 a {
  color: #838383;
  text-decoration: none;
  transition: 0.5s;
}
.footerWrap .footBlock-2 .addWrap-1 a:hover {
  color: #009ADF;
}
.footerWrap .footBlock-2 .rightLine {
  border-right: solid 1px #838383;
  margin: 0 30px;
}
.footerWrap .copywrite {
  border-top: solid 1px #282828;
  padding-top: 15px;
  margin-top: 15px;
  width: 100%;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #838383;
}

.clients .owl-carousel .owl-item img {
  filter: grayscale(100%);
  transition: 0.5s;
}

.clients .owl-carousel .owl-item img:hover {
  filter: grayscale(0%);
  transform: scale(1.2);
}

.clients .owl-carousel .owl-item {
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 1400px) {
  .protfolioWrap .galWrap .gal-pic-wrap {
    padding: 10px;
  }
  .protfolioWrap .galWrap {
    margin: 0 -10px;
  }
}
.modal-header {
  background: #009ADF;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px 25px;
}

.modal-content {
  border-radius: 20px;
}

@media (max-width: 1600px) {
  .yourProjectWrap .yourBlock-1 {
    padding: 150px 50px 75px 50px;
  }
}
@media (max-width: 1300px) {
  .banner-wrap .bannerTextWrap h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .secondWrap h2 {
    font-size: 34px;
    line-height: 44px;
    width: 70%;
    margin-bottom: 60px;
  }
  .secondWrap .slideAwrap h3 {
    font-size: 20px;
    margin: 15px;
  }
  .secondWrap .slideAwrap p {
    font-size: 15px;
  }
  .thardBlock h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .thardBlock h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .thardBlock .innerBlockOne .textWrap h4 {
    font-size: 22px;
    line-height: 22px;
  }
  .thardBlock .innerBlockOne .textWrap .listOne .listTextWrap {
    font-size: 15px;
    line-height: 22px;
  }
  .serviceWrap h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .weWorkWrap h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .weWorkWrap h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .protfolioWrap h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .weWorkWrap .block-1 .featureWrap .iconWrap h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .weWorkWrap h6 {
    font-size: 22px;
  }
  .clients h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .footerWrap .footBlock-1 img {
    width: 100%;
    height: auto;
  }
  .footerWrap .footBlock-1 {
    width: 29%;
  }
  .footerWrap .footBlock-2 {
    width: 71%;
  }
  .footerWrap .footBlock-2 .addWrap-1 h3 {
    margin: 0 0 20px 0;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .serviceWrap .render-desk {
    display: none;
  }
  .serviceWrap .render-mob {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  #pills-tabContent .accordion-body {
    padding-left: 20px;
  }
  .industrialWrap .imageWrap .indus-desk {
    display: none;
  }
  .industrialWrap .imageWrap .indus-mob {
    display: block;
    margin-top: 75px;
  }
  .secondWrap {
    padding: 40px 20px 40px 20px;
  }
  .secondWrap .owl-nav {
    top: -90px;
    right: 20px;
  }
  .thardBlock {
    padding: 40px 20px;
  }
  .thardBlock h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .thardBlock h3 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .thardBlock .innerBlockOne {
    margin: 30px 0;
  }
  .thardBlock .innerBlockOne .imageWrap {
    width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
  .thardBlock .innerBlockOne .textWrap {
    width: 100%;
    float: none;
    padding: 0;
  }
  .thardBlock .innerBlockOne .textWrap .pdtop {
    padding-top: 30px;
  }
  .serviceWrap {
    padding: 40px 20px;
  }
  .mob-dis-p {
    display: block;
  }
  .serviceWrap h2 ul {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .serviceWrap h2 ul .nav-link {
    width: 135px;
    margin: 0 7px;
  }
  .serviceWrap #pills-tab-2 {
    width: 100%;
  }
  .serviceWrap #pills-tab-2 .nav-link {
    margin: 10px 15px;
  }
  #pills-tabContent .accordion-button:not(.collapsed) {
    padding: 10px 15px;
  }
  .serviceWrap .accordiyanWrap .iconWrap {
    width: 75px;
  }
  .serviceWrap .accordiyanWrap .iconWrap img {
    width: 100%;
    height: auto;
  }
  #pills-tabContent .accordion-item .accordion-button {
    padding: 10px 20px;
  }
  .serviceWrap .accordiyanWrap .mob-dis-p {
    display: block;
  }
  .serviceWrap .accordiyanWrap .desk-dis-p {
    display: none;
  }
  .serviceWrap .accordiyanWrap {
    width: 94%;
  }
  .banner-wrap .bannerTextWrap {
    position: static;
    width: 100%;
  }
  .banner-wrap .bannerTextWrap h2 {
    width: 100%;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .banner-wrap .bannerTextWrap h6 {
    width: 100%;
    color: #000;
    padding: 0 20px;
  }
  .banner-wrap .bannerTextWrap .bannerButtonOne {
    display: table;
    float: none;
    margin: 0 auto 20px auto;
  }
  .banner-wrap .bannerTextWrap .bannerButtonTwo {
    display: table;
    float: none;
    margin: 0 auto 20px auto;
    border: solid 1px #009ADF;
  }
  .serviceWrap h2 {
    text-align: center;
  }
  .serviceWrap h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .protfolioWrap {
    padding: 40px 20px;
  }
  .protfolioWrap h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .protfolioWrap .nav .nav-link {
    width: 145px;
  }
  .protfolioWrap .galWrap .gal-pic-wrap {
    width: 50%;
  }
  .protfolioWrap .galWrap .gal-pic-wrap2 {
    width: 100%;
  }
  .weWorkWrap {
    padding: 40px 20px;
  }
  .weWorkWrap h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .weWorkWrap h3 {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  .weWorkWrap .block-1 .imageWrap {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .weWorkWrap .block-1 .featureWrap {
    width: 100%;
    float: none;
  }
  .footerWrap {
    padding: 40px 20px;
  }
  .footerWrap .footBlock-1 {
    width: 100%;
  }
  .footerWrap .footBlock-1 img {
    width: 75%;
  }
  .footerWrap .footBlock-1 .socialWrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footerWrap .footBlock-2 {
    width: 100%;
  }
  .footerWrap .footBlock-2 {
    display: block;
    width: 100%;
  }
  .footerWrap .footBlock-2 .rightLine {
    border-right: none;
    margin: 20px 0;
    border-bottom: solid 1px #838383;
  }
  .footerWrap .footBlock-2 .addWrap-1 {
    width: 100%;
  }
  .industrialWrap .pointWrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .industrialWrap .pointWrap .block-1 {
    width: 100%;
  }
  .industrialWrap .pointWrap .block-1 .textWrap p {
    width: 100%;
  }
  .industrialWrap .pointWrap .block-1 .image-wrap2 {
    margin-right: 25px;
    width: 100%;
  }
  .industrialWrap .pointWrap .block-1 .image-wrap2 img {
    width: 45%;
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .industrialWrap .pointWrap .block-1 {
    flex-direction: column;
    align-items: center;
  }
  .secondWrap h2 {
    font-size: 28px;
    line-height: 38px;
    width: 100%;
    margin-bottom: 35px;
  }
  .secondWrap .owl-nav {
    position: static;
  }
  .weWorkWrap .block-1 .featureWrap .marRight {
    margin-right: 0;
    width: 100%;
  }
  .weWorkWrap .block-1 .featureWrap .iconWrap {
    float: none;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .weWorkWrap .block-1 .featureWrap .iconWrap img {
    display: inline-block;
    margin-bottom: 0;
    float: none;
    margin-right: 20px;
    max-width: 45px;
  }
  .weWorkWrap .block-1 .featureWrap .iconWrap h5 {
    min-height: auto;
  }
  .weWorkWrap .block-1 .featureWrap .iconWrap h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .expertbt {
    right: -91px;
    font-size: 15px;
    padding: 8px 15px;
  }
  .yourProjectWrap .yourBlock-1 {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
  .yourProjectWrap {
    background: url(../images/your-projrct-bg-mob.png) no-repeat 0 0;
    background-size: 110%;
  }
  .yourProjectWrap .yourBlock-1 h2 {
    font-size: 28px;
    margin: 110px 0 0 0;
    padding: 0;
  }
  .yourProjectWrap .yourBlock-1 p {
    font-size: 15px;
    margin: 20px 0;
  }
  .yourProjectWrap .yourBlock-1 .yourbt-1 {
    width: 220px;
    font-size: 15px;
  }
  .clients {
    padding: 40px 20px 0 20px;
  }
  .clients .clientSlider {
    padding: 0;
  }
  .serviceWrap .accordiyanWrap h3 {
    width: 330px;
    font-size: 17px;
    margin: 0 0 0 12px;
  }
  .header-wrap {
    padding: 0 20px;
  }
  #menuToggle {
    right: 20px;
  }
}/*# sourceMappingURL=style.css.map */