.cmng-sn {
  background: #F8F8F8;
}

.cmng-sn .cmng-sn-cnt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cmng-sn .cmng-sn-cnt h1 {
  margin-bottom: 20px;
}

.cmng-sn .cmng-sn-cnt img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 50px;
}

.cmng-cntact {
  background: #F8F8F8;
}

.contact-banner .banner-cal-single .banner-cal-text {
  position: relative;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00357e), to(#00275d));
  background-image: linear-gradient(#00357e, #00275d);
}

.contact-banner .banner-cal-single .banner-cal-text .btn-grp .f-btn img {
  margin-left: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-banner .banner-cal-single .banner-cal-text .btn-grp .blk-btn {
  background: #000;
  margin-right: 20px;
}

.contact-banner .banner-cal-single .banner-cal-text .btn-grp .blk-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.contact-banner .banner-cal-single .banner-cal-text .btn-grp .orng-btn {
  background: #F15A22;
}

.contact-banner .banner-cal-single .banner-cal-text .btn-grp .orng-btn:after {
  background: #00B6FC;
}

.contact-inpurts {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01193A;
}

.contact-inpurts .contact-inpurts-info {
  width: 80%;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-heading {
  margin-bottom: 50px;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-heading h2 {
  margin-bottom: 15px;
  color: #fff;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-heading p {
  color: #fff;
  font-weight: 300;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single {
  margin-bottom: 30px;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li {
  color: #fff;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child a, .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child span {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child a:last-child, .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child span:last-child {
  border-right: 0px;
}

.contact-inpurts .contact-inpurts-all .contact-inpurts-single {
  margin-bottom: 25px;
}

.contact-inpurts .contact-inpurts-all .contact-inpurts-single label {
  font-size: 18px;
  font-family: "Sora", sans-serif;
  font-weight: 200;
  opacity: 0.5;
  color: #fff;
  letter-spacing: 1px;
}

.contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-code-drop {
  width: 200px;
}

.contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-code-drop select {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 24px 0;
}

.contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-code-drop select option {
  color: #000;
}

.contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 20px;
  width: calc(100% - 200px);
}

.contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-contact .contact-inpurts-single {
  width: calc(100% - 20px);
  margin-left: 20px;
}

.contact-inpurts .contact-inpurts-all .f-btn {
  width: 100%;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.office-img {
  background: #002860;
}

.office-img .office-img-single {
  margin: 0px auto 50px;
  display: table;
}

.office-img .office-img-single img {
  width: 100%;
  height: 900px;
  -o-object-fit: contain;
     object-fit: contain;
}

.office-img .office-img-single:last-child {
  margin-bottom: 0;
}

.map-location {
  background: #01193A;
}

.map-location iframe {
  width: 100%;
  height: 100vh;
}

.project-banner .banner-cal-single .project-banner-cal-single-text h1 {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.project-banner .banner-cal-single .project-banner-cal-single-text p {
  margin-bottom: 0;
  width: 30%;
  position: relative;
  z-index: 1;
}

.project-banner .banner-cal-single .project-banner-cal-single-text:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#001523), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #001523, rgba(0, 0, 0, 0));
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.project-banner .banner-thumb {
  position: absolute;
  width: 30%;
  z-index: 99999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.project-banner .banner-thumb .project-banner-cal-thumb-single {
  position: relative;
}

.project-banner .banner-thumb .project-banner-cal-thumb-single img {
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.project-banner .banner-thumb .project-banner-cal-thumb-single:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 90%;
  height: 83%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
}

.project-banner .banner-thumb .project-banner-cal-thumb-single.slick-current img {
  border-color: #fff;
}

.project-banner .banner-thumb .project-banner-cal-thumb-single.slick-current:after {
  display: none;
}

.project-banner .banner-thumb .slick-slide {
  margin: 0 5px;
}

.project-banner .banner-thumb .slick-list {
  margin: 0 -5px;
}

.all-projects {
  background: #0E2E3B;
}

.all-projects h2 {
  color: #fff;
  margin: 20px 0 50px;
}

.all-projects .completed-project-sec-all-single {
  padding: 25px;
}

.Service-video-sec {
  position: relative;
}

.Service-video-sec:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001523c0), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(#001523c0, rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: 1;
  left: 0;
  top: 0;
}

.Service-video-sec .video-wrper-service {
  background: #000;
  width: 100%;
}

.Service-video-sec .video-wrper-service video {
  width: 100%;
}

.about-banner {
  background: #0A1D39;
  padding: 200px 0 0;
  position: relative;
}

.about-banner .about-banner-heading {
  text-align: center;
  margin-bottom: 50px;
}

.about-banner .about-banner-heading h1 {
  color: #fff;
}

.about-banner .about-banner-heading p {
  width: 60%;
  color: #fff;
  margin: 25px auto 0;
}

.about-banner .video-wrper-service {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-banner .video-wrper-service video {
  width: 100%;
  border-radius: 50px 0;
}

.about-banner:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.msn-vsn-value .msn-vsn {
  margin-top: 35px;
  padding-right: 100px;
}

.msn-vsn-value .msn-vsn h2 {
  margin-bottom: 15px;
}

.msn-vsn-value .value {
  margin-top: 35px;
}

.msn-vsn-value .value h2 {
  margin-bottom: 15px;
}

.msn-vsn-value .value .custom-accordian .set {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.msn-vsn-value .value .custom-accordian .set a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}

.timeline-sec .timeline {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline-sec .timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #F8F8F8;
}

.timeline-sec .timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 0px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline-sec .timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline-sec .timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.timeline-sec .content-t {
  padding-bottom: 20px;
  display: table;
}

.timeline-sec .timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: black;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

.timeline-sec .timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: black;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

.timeline-sec .timeline ul li p {
  margin: 0px 0 10px;
  padding: 0;
}

.timeline-sec .timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -200px;
  margin: 0;
  padding: 8px 16px;
  background: #F15A22;
  color: #fff;
}

.timeline-sec .timeline ul li:nth-child(odd) .time h5 {
  color: #fff;
}

.timeline-sec .timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -200px;
  margin: 0;
  padding: 8px 16px;
  background: #F15A22;
  color: #fff;
}

.timeline-sec .timeline ul li:nth-child(even) .time h5 {
  color: #fff;
}

@media (max-width: 1000px) {
  .timeline-sec .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .timeline-sec .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  .timeline-sec h1 {
    font-size: 40px;
    text-align: center;
  }
  .timeline-sec .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline-sec .timeline ul li:nth-child(odd),
  .timeline-sec .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline-sec .timeline ul li:nth-child(odd):before,
  .timeline-sec .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline-sec .timeline ul li:nth-child(odd) .time,
  .timeline-sec .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.timeline-sec .sub-head {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.met-team {
  position: relative;
  background: #f6f6f6;
}

.met-team .slick-dots li button {
  background: rgba(0, 0, 0, 0.2);
}

.met-team .slick-dots li.slick-active button {
  background: #F15A22;
}

.met-team .sub-head {
  margin-bottom: 25px;
}

.met-team .main-all-team-menber {
  border-bottom: 1px solid #E0E0E0;
}

.met-team .main-all-team-menber .main-team-menber {
  padding: 50px;
}

.met-team .main-all-team-menber .main-team-menber .main-team-menber-image-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.met-team .main-all-team-menber .main-team-menber .main-team-menber-image-name img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 25px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.met-team .main-all-team-menber .main-team-menber .main-team-menber-image-name h5 {
  width: calc(100% - 125px);
}

.met-team .main-all-team-menber .main-team-menber .main-team-menber-image-name h5 span {
  display: table;
  width: 100%;
  opacity: 0.5;
  margin-top: 5px;
}

.met-team .all-employ-list {
  position: relative;
  z-index: 1;
}

.met-team .all-team-members {
  position: relative;
  z-index: 1;
}

.met-team .all-team-members .team-members-single {
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}

.met-team .all-team-members .team-members-single img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-bottom: 15px;
  margin-top: -40px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.met-team .all-team-members .team-members-single h5 {
  margin-bottom: 10px;
}

.met-team .all-team-members .team-members-single h5 span {
  opacity: 0.5;
}

.met-team .all-team-members .team-members-single p {
  margin-bottom: 10px;
}

.resources-c {
  text-align: center;
}

.resources-c h2 {
  margin-bottom: 25px;
}

.resources-c .resources-c-single-img {
  width: 80%;
  margin: 25px auto 0;
}

.resources-c .resources-c-single-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.certificate-c h2 {
  margin-bottom: 25px;
  text-align: center;
}

.certificate-c .certificate-c-all {
  width: 60%;
  margin: 0 auto;
}

.certificate-c .certificate-c-all .certificate-c-single {
  margin: 10px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}

.cer-modal .wrap-modal-slider {
  opacity: 1;
}

.brdcum-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.brdcum-about li {
  margin-right: 25px;
  color: #fff;
  position: relative;
}

.brdcum-about li span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.brdcum-about li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background: #fff;
  right: -12px;
  top: 3px;
}

.brdcum-about li:last-child:after {
  display: none;
}

.brdcum-about li a {
  display: table;
  color: #F15A22;
}

.brdcum-about li:last-child {
  margin-right: 0;
}

.service-banner {
  position: relative;
}

.service-banner .service-banner-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  text-align: center;
  z-index: 3;
}

.service-banner .service-banner-heading h1, .service-banner .service-banner-heading p {
  color: #fff;
}

.service-banner .service-banner-back {
  position: relative;
}

.service-banner .service-banner-back:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0E2A58), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #0E2A58, rgba(0, 0, 0, 0));
  z-index: 1;
  left: 0;
  top: 0;
}

.service-banner .service-banner-back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  z-index: 2;
  left: 0;
  bottom: 0;
}

.service-banner .service-banner-back .service-banner-back-img img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.all-services {
  padding-bottom: 50px;
}

.all-services .all-services-cont {
  width: 80%;
  margin: 0 auto;
}

.all-services .all-services-cont .product-all-single {
  margin-bottom: 30px;
}

.all-services .all-services-cont-single .completed-project-sec-all-single {
  margin-bottom: 25px;
}

.all-services .all-services-cont-single .completed-project-sec-all-single .completed-project-sec-all-single-img {
  border-top: 4px solid #78463B;
}

.all-services .all-services-cont-single .completed-project-sec-all-single .completed-project-sec-all-single-cont h6 {
  color: #000;
}

.padng-sec-lg {
  padding: 100px 0;
}

.product-modal .product-modal-slider {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-other-service .completed-project-sec-all-single:hover .completed-project-sec-all-single-img:after {
  opacity: 0;
}

.completed-project-sec-all-single-cont {
  height: 50px;
  margin-bottom: 50px;
}

.completed-project-sec-all-single-cont p {
  margin-top: 10px;
}

.other-project-cont {
  margin-bottom: 50px;
}

.other-project-cont p {
  margin-bottom: 10px;
  text-align: justify;
}

@media only screen and (max-width: 1600px) {
  .cmng-sn .cmng-sn-cnt img {
    height: 245px;
  }
  .product-modal .project-mod-cal-single-img img {
    height: 400px;
  }
  .about-banner {
    padding: 175px 0 0;
  }
  .padng-sec-lg {
    padding: 75px 0;
  }
  .office-img .office-img-single img {
    height: 600px;
  }
}

@media only screen and (max-width: 1400px) {
  .contact-inpurts .contact-inpurts-all .contact-inpurts-single {
    margin-bottom: 20px;
  }
  textarea {
    height: 85px;
  }
  .all-projects .completed-project-sec-all-single {
    padding: 0;
    margin-bottom: 40px;
  }
  .padng-sec-lg {
    padding: 60px 0;
  }
  .service-banner .service-banner-back .service-banner-back-img img {
    height: 450px;
  }
  .all-services .all-services-cont {
    width: 100%;
  }
  .office-img .office-img-single img {
    height: 500px;
  }
  select {
    font-size: 14px;
  }
  .contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-code-drop select {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 1300px) {
  .cmng-sn .cmng-sn-cnt img {
    height: 200px;
  }
  .contact-inpurts .contact-inpurts-all .contact-inpurts-single label {
    font-size: 16px;
  }
  input[type=text], input[type=email], input[type=tel] {
    font-size: 16px;
    padding: 5px 0px;
  }
  textarea {
    height: 75px;
  }
  .project-banner .banner-cal-single .project-banner-cal-single-text p {
    width: 40%;
  }
  .project-banner .banner-thumb {
    width: 40%;
  }
  .about-banner {
    padding: 150px 0 0;
  }
  .about-banner .about-banner-heading {
    margin-bottom: 35px;
  }
  .about-banner .about-banner-heading p {
    margin: 10px auto 0;
  }
  .msn-vsn-value .value .custom-accordian .set a {
    font-size: 16px;
  }
  .service-banner .service-banner-back .service-banner-back-img img {
    height: 400px;
  }
  .service-banner .service-banner-heading {
    width: 50%;
  }
  .contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-code-drop select {
    padding: 19px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-inpurts .contact-inpurts-info {
    width: 100%;
  }
  .contact-inpurts .contact-inpurts-info .contact-inpurts-heading {
    margin-bottom: 35px;
  }
  .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single {
    margin-bottom: 20px;
  }
  .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child a, .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child span {
    margin-right: 10px;
    padding-right: 10px;
  }
  .timeline-sec .timeline ul li:nth-child(odd) .time {
    right: -175px;
    width: 150px;
    text-align: center;
  }
  .timeline-sec .timeline ul li:nth-child(even) .time {
    left: -175px;
    width: 150px;
    text-align: center;
  }
  .met-team .main-all-team-menber .main-team-menber {
    padding: 20px 0 30px;
  }
  .contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-contact {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1100px) {
  .contact-inpurts, .map-location {
    position: relative;
    min-height: auto;
  }
  .map-location iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-inpurts .contact-inpurts-info {
    margin-bottom: 50px;
  }
  .project-banner .banner-thumb {
    width: 50%;
  }
  .project-banner .banner-thumb .project-banner-cal-thumb-single img {
    height: 50px;
  }
  .project-modal .wrap-modal-slider {
    padding: 20px;
  }
  .project-modal .project-mod-cal-single-img img {
    width: 80%;
  }
  .project-modal .project-mod-cal-single-text {
    width: 80%;
    margin: 35px auto 0;
  }
  .msn-vsn-value .msn-vsn, .msn-vsn-value .value {
    margin-top: 25px;
    padding-right: 0;
  }
  .resources-c .resources-c-single-img {
    width: 95%;
  }
  .certificate-c .certificate-c-all {
    width: 100%;
  }
  .about-banner .video-wrper-service {
    width: 100%;
  }
  .about-banner .video-wrper-service video {
    border-radius: 20px 0;
  }
  .product-all-single .product-all-single-img .product-all-single-main-img {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-hone .banner-cal-single .banner-cal-text p {
    margin-bottom: 20px;
    width: 90%;
  }
  .btn-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-banner .banner-cal-single .banner-cal-text .btn-grp .blk-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-single {
    width: 100%;
  }
  .contact-inpurts .contact-inpurts-all .eml-cntct .contact-inpurts-contact {
    margin-left: 0;
    width: 100%;
  }
  .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child a, .contact-inpurts .contact-inpurts-info .contact-inpurts-cont .contact-inpurts-cont-single li:last-child span {
    margin-right: 0;
    padding-right: 0;
    border: 0;
    margin-bottom: 10px;
  }
  .project-banner .banner-thumb {
    display: none;
  }
  .project-modal .project-mod-cal-single-text, .project-modal .project-mod-cal-single-text p, .project-modal .project-mod-cal-single-text h4 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-modal .project-mod-cal-single-text p, .project-modal .project-mod-cal-single-text h4 {
    width: 100%;
    padding: 0 10px;
  }
  .project-modal .project-mod-cal-single-img img {
    width: 100%;
  }
  .project-modal .wrap-modal-slider {
    padding: 50px 0 0 0;
  }
  .project-modal .btn-close {
    right: 20px;
    top: 20px;
  }
  .project-modal .project-mod-cal-single-text {
    margin: 20px auto 0;
  }
  .padng-sec-lg {
    padding: 30px 0;
  }
  .timeline-sec .timeline ul li p {
    margin: 20px 0 0px;
  }
  .timeline-sec .timeline ul li:nth-child(odd) .time, .timeline-sec .timeline ul li:nth-child(even) .time {
    left: 50px !important;
  }
  .timeline-sec .content-t {
    padding-bottom: 0;
    margin-top: 15px;
  }
  .timeline-sec .timeline ul li p {
    margin: 5px 0 0;
  }
  .met-team .sub-head {
    margin-bottom: 20px;
    text-align: center;
  }
  .met-team .all-team-members .team-members-single img {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
  }
  .met-team .all-team-members .team-members-single {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .resources-c .resources-c-single-img img {
    height: 125px;
  }
  .certificate-c .certificate-c-all .certificate-c-single {
    padding: 0 10px;
  }
  .product-all-single .product-all-single-img .product-all-single-main-img {
    height: 250px;
  }
  .service-banner .service-banner-heading {
    width: 90%;
  }
  .map-location iframe {
    height: 300px;
  }
  .product-modal .wrap-modal-slider {
    padding: 0px;
  }
  .product-modal .slick-track {
    padding: 35px 0;
  }
  .product-modal .slick-dots {
    bottom: 0px;
  }
  .certificate-c .certificate-c-all .certificate-c-single {
    margin: 5px;
    padding: 10px;
  }
  .certificate-c-single.completed-project-sec-all-single .completed-project-sec-all-single-img .product-all-single-main-img {
    height: 200px;
  }
  .completed-project-sec-all-single-cont {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 567px) {
  .project-banner .banner-cal-single .project-banner-cal-single-text h1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .project-banner .banner-cal-single .banner-cal-text {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    padding-bottom: 50px;
  }
  .project-banner .banner-cal-single .project-banner-cal-single-text:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#001523), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, #001523, rgba(0, 0, 0, 0));
    width: 100%;
    height: 50%;
    top: unset;
    bottom: 0;
  }
  .about-banner {
    padding: 100px 0 0;
  }
  .brdcum-about {
    margin-bottom: 10px;
  }
  .timeline-sec .timeline ul li {
    padding: 0px 0px;
  }
  .product-all-single .product-all-single-img .product-all-single-main-img {
    height: 175px;
  }
  .completed-project-sec-all-single .completed-project-sec-all-single-img .product-all-single-main-img {
    height: 200px;
  }
  .map-location iframe {
    height: 250px;
  }
  .met-team .main-all-team-menber .main-team-menber .main-team-menber-image-name img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
  .slick-dots {
    bottom: -10px;
  }
  .certificate-c-single.completed-project-sec-all-single .completed-project-sec-all-single-img .product-all-single-main-img {
    height: 125px;
  }
  .certificate-c .certificate-c-all .certificate-c-single {
    margin: 0 5px;
    padding: 5px;
  }
  .completed-project-sec-all-single-cont {
    height: auto;
    margin-bottom: 0;
  }
  .office-img .office-img-single img {
    height: 340px;
  }
  .office-img .office-img-single {
    margin: 0px auto 10px;
  }
  .contact-banner .banner-cal-single .banner-cal-text {
    position: relative;
    height: calc(100vh - 100px);
  }
  .other-project-cont {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=about.css.map */