@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}
* {
  box-sizing: border-box;
  outline: none;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
}
h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}
h3 {
  font-style: normal;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 48px;
}
p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}

.container {
  width: 1580px;
  max-width: 96%;
}

/*header*/
.header-bg.darkHeader {
  /*background-color: #000;*/
  position: fixed;
  transition: all 0.5s;
}
.header-bg {
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  transition: all 0.5s;
  background: #fff;
}

.header-bg nav.navbar {
  padding: 0;
  width: 100%;
  margin: 0;
}
.logo {
  width: 182px;
  float: left;
}

.logo a {
  padding: 19px 0;
  margin: 0px;
}
.logo img {
  width: 100%;
}

.navbar-light .navbar-nav .nav-item {
  padding: 30px 17.4px;
  display: inline-block;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 2px solid transparent;
  transition: 0.4s all;
  font-size: 16px;
  line-height: 17px;
  color: #000000;
  letter-spacing: 1px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  border-bottom: 2px solid #19aa95;
  color: #000;
}

/*slider section*/

.slider-img img {
  height: 100vh;
  object-fit: cover;
}
.slider-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: table;
  width: 100%;
}
.slider-content {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.middle-bg {
  width: 1162px;
  max-width: 96%;
  margin: -39px auto 0;
}
.arrow-slider {
  width: 1162px;
  margin: 0 auto;
  max-width: 96%;
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
  bottom: 18.3%;
}
.slider-content h2 {
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 102px;
  letter-spacing: 0px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  text-align: left;
  color: #fff;
  float: left;
  position: relative;
  margin-bottom: 110px;
}
.slider-content h2 span {
  display: block;
  font-style: initial;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0px;
  text-align: left;
  position: relative;
}

.slider-content h2:after {
  content: "";
  background: #19aa95;
  height: 5px;
  width: 150px;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.slider-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
  float: left;
  width: 100%;
}
.slider-content p span {
  display: block;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto;
  bottom: 0;
  opacity: 1;
  top: inherit;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: inherit;
  left: -974px;
}
.carousel-control-prev-icon {
  background-image: url(img/first-icon-one.svg);
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 0.5;
}

.carousel-control-next-icon {
  background-image: url(img/second-icon.svg);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
.img-approch {
  float: right;
  width: 550px;
}
.img-approch img {
  width: 100%;
  min-height: 670px;
  object-fit: cover;
}
.our-approch-content {
  width: 100%;
  margin: 150px auto 0;
}

/*slider fade code start*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

/*slider fade code end*/

#our-approch {
  margin-top: -50px;
  padding-top: 50px;
}
.approch-text-inner-section {
  padding-left: 20px;
}
.heading-section h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 56px;
  color: #000000;
  text-align: left;
  padding: 0 0 30px 0;
  position: relative;
}
.heading-section h2::after {
  content: "";
  border: 2px solid #19aa95;
  position: absolute;
  width: 100px;
  left: 0;
  bottom: 12px;
}
.pre-section {
  margin-top: 10px;
}
.pre-section p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
.lable-section {
  padding: 30px 0;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
  margin-top: -140px;
  width: auto;
  margin-left: -140px;
}
.lable-section ul {
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  width: 100%;
}
.lable-section ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 24.4%;
}
.lable-icon {
  vertical-align: top;
  max-height: 100%;
  display: table;
  margin: auto;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}
.lable-section .lable-list-div .lable-icon.promo-ticit::before {
  content: url(img/promo-icon.svg);
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.lable-section .lable-list-div .lable-icon.price-tag::before {
  content: url(img/price-change.svg);
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.lable-section .lable-list-div .lable-icon.inventry-paper::before {
  content: url(img/inventry.svg);
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.lable-section .lable-list-div .lable-icon.shopping-bag::before {
  content: url(img/planning.svg);
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.lable-text {
  padding: 0 0 10px 0;
}
.lable-section ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background: #e5e5e5;
  top: 0;
  right: 0;
}
.lable-section ul li:last-child:after {
  display: none;
}
.lable-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

/*Our Offering section*/

.heading-section h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 56px;
  color: #000000;
  padding: 0 0 30px 0;
  position: relative;
}
.heading-section h2::after {
  content: "";
  border: 2px solid #19aa95;
  position: absolute;
  width: 100px;
  left: 0;
  bottom: 12px;
}
.pre-section-offering {
  margin-top: 10px;
}
.pre-section-offering p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
.list-section-main ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.list-section-main ul li {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  position: relative;
}
.list-section-main ul li::after {
  content: "";
  background-image: url(img/offer-up-icon.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  left: -20px;
  top: 7px;
}
.inner-list-section ul {
  padding: 0 0 0 25px;
}
.inner-list-section ul li::after {
  content: "";
  background-image: url(img/offer-second-icon.svg);
  width: 7px;
  height: 2px;
  left: -25px;
  top: 16px;
}

.our-offering-section {
  background: #f4f3f3;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.offer-image-section {
  width: 95%;
  display: block;
  margin: auto;
  text-align: center;
}
.offer-image-section img {
  width: 60%;
}
.offering-section-main {
  padding-left: 30px;
}
/* 
.architecture-section .offer-image-section img {
  width: 80%;
} */

/*contact section*/
.heading-section-contect-us {
  text-align: center;
  width: 100%;
  float: left;
}
.heading-section-contect-us h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #000000;
  display: inline-block;
  position: relative;
}
.heading-section-contect-us h2:after {
  content: "";
  border: 2px solid #19aa95;
  position: absolute;
  width: 100px;
  left: 60px;
  bottom: -18px;
}
.content-section {
  padding: 100px 0px 135px;
  display: inline-block;
  width: 100%;
}
.contact-from {
  text-align: center;
  width: 100%;
  float: left;
}
.contact-from .form-group {
  display: inline-block;
  margin: 50px 0 0 0 !important;
  padding: 0 120px 0 0;
  width: 49%;
}
.contact-from .form-group input {
  width: 100%;
  padding: 20px 35px;
  height: 50px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  border-radius: 0;
}
.contact-from .form-group input:hover,
.contact-from .form-group input:focus,
.contact-from .textarea-group textarea:hover,
.contact-from .textarea-group textarea:focus {
  outline: none;
  box-sizing: border-box;
  box-shadow: 0 0 0;
}
.textarea-group {
  width: 100%;
}
.contact-from .textarea-group {
  width: 98% !important;
}
.contact-from .textarea-group textarea {
  height: 160px;
  width: 100%;
  color: #000;
  padding: 20px 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.contact-from .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
}
.contact-from .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
}
.contact-from .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
}
.contact-from .form-group input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
}
.contact-from .textarea-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
}
.contact-from .textarea-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
}
.contact-from .textarea-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
}
.contact-from .textarea-group textarea:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
}
.user-icon input {
  background: url(img/name.svg) no-repeat center left;
}
.email-icon input {
  background: url(img/mail.svg) no-repeat center left;
}
.phone-icon input {
  background: url(img/phon.svg) no-repeat center left;
}
.web-icon input {
  background: url(img/web.svg) no-repeat center left;
}
.message-icon textarea {
  background: url(img/text-area-msg.svg) no-repeat left top 20px;
}

.submit-btn {
  margin: 70px 0 0 0;
}
.submit-btn input {
  margin: 0 !important;
  background: #19aa95;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 23px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  padding: 19px 68px;
  box-shadow: inset 0 0 0 0 #ffffff;
  border: 2px solid #19aa95;
  transition: 0.4s all;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s;
  letter-spacing: 2px;
}
.submit-btn input:hover,
.submit-btn input:focus {
  box-shadow: inset 400px 0 0 0 #ffffff;
  color: #19aa95;
  outline: none;
  transition: all 0.5s;
}

/*footer section*/
.footer-section {
  background: #001b21;
  padding-bottom: 100px;
  padding-top: 100px;
}
.logo-section {
  text-align: left;
}
.logo-section img {
  width: 218px;
}
.logo-section a {
  padding: 0 20px 0 0;
  display: inline-block;
}
.text-section-ftr {
  margin-top: 42px;
  padding-right: 30px;
}
.text-section-ftr p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}
.copy-text {
  background: #19aa95;
  padding: 11px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.fot-link h3 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 31px;
  text-align: justify;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px;
}
.add-fot-link ul li {
  font-style: normal;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  position: relative;
  color: #ffffff;
  padding: 0 0 10px 40px;
}
.fot-link ul li a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  text-align: left;
}
.fot-link ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #19aa95;
  transition: width 0.3s;
}
.fot-link ul li a:hover:after {
  width: 100%;
}
.fot-link ul li {
  padding-bottom: 10px;
}
.fot-link {
  width: 87%;
  margin: auto;
}
.fot-link.add-fot-link {
  width: 100%;
  padding-left: 7px;
}

li.ftr-loc:before {
  background-image: url(img/footer-locetion.svg);
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  left: 13px;
  top: 7px;
  background-repeat: no-repeat;
}
li.ftr-mail:before {
  background-image: url(img/mail-footer.svg);
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  left: 11px;
  top: 10px;
  background-repeat: no-repeat;
}
li.ftr-call:before {
  background-image: url(img/phone-footer.svg);
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  left: 11px;
  top: 10px;
  background-repeat: no-repeat;
}
li.ftr-call:before {
  background-image: url(img/phone-footer.svg);
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  left: 11px;
  top: 10px;
  background-repeat: no-repeat;
}
.footer-text-section-main {
  margin-bottom: 40px;
}

.carousel-control-next-icon {
  position: absolute;
  left: 60px;
  top: -33px;
}
.carousel-control-next {
  left: 0px;
}

/*08-09-2021*/
.architecture-section {
  margin-top: 0;
  background: transparent;
}
.architecture-section .offer-image-section {
  /* max-width: 60%; */
  margin: 0 auto;
  text-align: center;
}
/********footer style*************/

/****** Responsive Screen *********/

@media screen and (max-width: 1400px) {
  .container {
    max-width: 90%;
  }
  .img-approch img {
    min-height: 870px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 96%;
  }
  .img-approch {
    width: 100%;
  }
  .lable-section {
    padding: 10px 0 0;
  }
  .contact-from .form-group {
    padding: 0 15px;
  }
  .fot-link h3 {
    font-size: 22px;
  }
  .slider-img img {
    height: 718px;
  }
  .slider-content h2 {
    font-size: 72px;
    line-height: 95px;
    margin-bottom: 80px;
  }
  .slider-content h2:after {
    bottom: -35px;
  }
  .img-approch img {
    min-height: 950px;
  }

  /* .architecture-section .offer-image-section{max-width: 70%;} */
}

@media screen and (max-width: 1024px) {
  .slider-content h2 {
    font-size: 65px;
    line-height: 89px;
  }

  .img-approch img {
    min-height: 980px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    padding: 0 0 0 15px;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  .navbar-light .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar-light .navbar-toggler-icon {
    background: url(img/menu-icon.svg) no-repeat !important;
    background-size: contain !important;
    width: 25px;
    height: 25px;
    filter: brightness(0.1);
  }
  .navbar-light .navbar-toggler {
    padding: 0;
    margin: 7px 15px 0 0px;
    box-sizing: border-box;
  }
  .navbar-light .navbar-toggler:hover,
  .navbar-light .navbar-toggler:focus {
    box-shadow: 0 0 0;
    outline: none;
    box-sizing: border-box;
  }
  .header-bg .container {
    max-width: 100%;
  }
  .navbar-collapse {
    background: #fff;
  }
  .navbar-light .navbar-nav .nav-item {
    padding: 15px;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
  }
  .slider-content h2 {
    font-size: 43px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .slider-content h2:after {
    height: 3px;
    bottom: -25px;
  }
  .slider-content p {
    line-height: 31px;
    font-size: 20px;
  }
  .slider-img img {
    height: 518px;
  }
  .arrow-slider {
    max-width: 93%;
    bottom: 19.3%;
  }
  .lable-section ul li {
    vertical-align: top;
  }
  .our-approch-content {
    margin: 80px auto 0;
  }
  .lable-section {
    margin-left: 0;
  }
  .our-offering-section {
    padding-bottom: 0;
    padding-top: 70px;
    margin-top: 60px;
  }
  .approch-text-inner-section {
    padding-left: 0;
    padding-top: 40px;
  }
  .content-section {
    padding: 50px 0px 85px;
  }
  .fot-link {
    width: 100%;
  }
  .footer-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .footer-text-section-main {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    width: 100%;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus {
    border: none;
    color: #19aa95;
  }

  /*footer link*/
  .fot-link ul li a:after {
    display: none;
  }
  .fot-link ul li a:hover,
  .fot-link ul li a:focus {
    outline: none;
    color: #19aa95;
  }

  .lable-section {
    margin-top: 30px;
  }
  .img-approch img {
    min-height: auto;
  }

  /*06-09-2021*/
  .offering-section-main {
    padding-left: 0px;
  }
  .architecture-section {
    padding-bottom: 60px;
    margin-top: 0;
  }
  .slider-content p {
    width: 67%;
  }
  .slider-content h2 {
    width: 100%;
  }
  .fot-link ul li.ftr-call a.link-ftr {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 13px;
  }
  .fot-link ul li.ftr-call a.link-ftr:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .lable-section ul li {
    width: 49%;
  }
  .lable-section ul li:nth-child(1):before,
  .lable-section ul li:nth-child(2):before {
    display: none;
  }
  .lable-section ul li:nth-child(2n + 2):after {
    display: none;
  }
  .lable-section ul li:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background: #e5e5e5;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .offering-section-main {
    padding-left: 0;
  }
  .heading-section h2 {
    font-size: 30px;
  }
  .heading-section h2::after {
    border: 1px solid #19aa95;
    bottom: 22px;
  }
  /*    .pre-section-offering p{font-size: 22px;}*/
  /*.list-section-main ul li{font-size: 17px;}*/
  .contact-from .form-group {
    padding: 0px;
    width: 100%;
    margin: 25px 0 0 0 !important;
  }
  .heading-section-contect-us h2 {
    font-size: 30px;
  }
  .heading-section-contect-us h2:after {
    left: 0;
    margin: 0 auto;
    bottom: 1px;
    right: 0;
    border: 1px solid #19aa95;
  }
  .submit-btn input {
    font-size: 16px !important;
    padding: 15px 68px;
  }
  .fot-link.add-fot-link {
    padding-left: 0;
  }
  .fot-link ul li {
    padding-bottom: 0;
  }
  .fot-link.add-fot-link {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

  .fot-link ul li.ftr-call a.link-ftr {
    padding: 0px;
  }
}

@media screen and (max-width: 575px) {
  .fot-link.add-fot-link {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 30px;
  }
  .fot-link ul li.ftr-call a.link-ftr {
    padding: 0 12px;
  }
}

@media screen and (max-width: 567px) {
  .middle-bg {
    width: 100%;
  }
  .fot-link ul li a {
    font-size: 17px;
  }
  .slider-content p span {
    display: initial;
  }
  li.ftr-loc:before {
    top: 0;
  }
  .submit-btn input {
    padding: 11px 48px;
  }
  .fot-link.add-fot-link ul li {
    margin: 0 0 6px;
  }
  .text-section-ftr p {
    line-height: 30px;
    font-size: 17px;
  }
  .footer-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .logo-section img {
    width: 178px;
  }
  .text-section-ftr {
    margin-top: 22px;
    padding-right: 0;
  }
  .logo-section a {
    padding: 0;
  }
  .fot-link h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .slider-content h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .slider-content h2:after {
    bottom: -35px;
  }
  .our-approch-content {
    margin: 50px auto 0px;
  }
  .content-section {
    padding: 30px 0px 55px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 171px;
  }
  .logo a {
    padding: 11px 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  .navbar-light .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .container {
    max-width: 100%;
  }
  .slider-content h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .slider-content h2 span {
    line-height: 63px;
  }
  .slider-content h2:after {
    bottom: -35px;
    height: 2px;
    width: 120px;
  }
  .slider-content p {
    font-size: 17px;
    line-height: 30px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 25px;
  }
  .carousel-control-next-icon {
    left: 50px;
  }
  .slider-img img {
    height: 408px;
  }
  .middle-bg {
    margin: 0 auto;
  }
  .arrow-slider {
    bottom: 10%;
  }
  .heading-section h2 {
    font-size: 25px;
  }
  .approch-text-inner-section {
    padding-top: 30px;
  }
  .pre-section p {
    margin: 0 0 20px;
  }
  .lable-section ul li {
    width: 100%;
  }
  .lable-section ul li:after {
    display: none;
  }
  .lable-section ul li:nth-child(2):before {
    display: block;
  }
  /*    .pre-section-offering p{font-size: 17px;line-height: 30px;}*/
  .offer-image-section {
    width: 100%;
  }
  .heading-section-contect-us h2 {
    font-size: 25px;
  }
  .contact-from .form-group input {
    font-size: 13px;
  }
  .contact-from .textarea-group textarea {
    font-size: 13px;
  }
  .logo-section img {
    width: 158px;
  }
  .text-section-ftr p {
    line-height: 28px;
    font-size: 16px;
  }
  .footer-text-section-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fot-link.add-fot-link ul li {
    text-align: left;
    padding: 0 0 10px 30px;
  }
  li.ftr-loc:before,
  li.ftr-mail:before,
  li.ftr-call:before {
    left: 0;
  }
  .copy-text {
    font-size: 12px;
  }
  .list-section-main ul li::after {
    top: 14px;
  }
  .our-offering-section {
    padding-top: 50px;
    margin-top: 50px;
  }
  .inner-list-section ul {
    padding: 0 0 0 30px;
  }
  .list-section-main ul > li {
    margin: 0 0 14px; /*font-size: 15px;line-height: 25px;*/
  }
  .inner-list-section ul li {
    margin: 0;
  }
  .list-section-main ul li::after {
    top: 10px;
  }
  .inner-list-section {
    margin: 10px 0 0;
  }
  .inner-list-section ul li:after {
    top: 14px;
  }
  .contact-from .textarea-group textarea {
    height: 120px;
  }
  .contact-from .form-group {
    margin: 10px 0 0 0 !important;
  }
  .lable-section ul li:before {
    width: 90%;
  }

  /*08-09-2021*/
  .architecture-section {
    padding-bottom: 40px;
    margin-top: 0;
  }
}

@media screen and (max-width: 382px) {
  .fot-link ul li.ftr-call a.link-ftr {
    border-right: none;
    padding: 0px;
    font-size: 18px;
  }
}
