body,
html {
  font-family: "Poppins", sans-serif;
  height: 100%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.carousel-item {
  transition-duration: 0.8s;
}

.carousel-caption {
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(16, 37, 72, 0.9);
  width: 50%;
}

.carousel-caption h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 51px;
  line-height: 64px;
  color: #fff;
  text-align: left;
  margin-left: 135px;
  padding-right: 150px;
  margin-top: 130px;
}

.carousel-caption h5 span {
  color: #00b4ff;
}

.carousel-caption p {
  text-align: left;
  margin-left: 150px;
  padding-right: 100px;
  margin-top: 30px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 80px;
}

.carousel-control-next, .carousel-control-prev {
  width: 3%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1.75rem;
  height: 1.75rem;
  background-size: 50%;
  background-color: #2a2a2a;
  color: #fff;
}

.carousel-indicators {
  opacity: 0;
}

.banner-btns {
  text-align: left;
  padding-left: 150px;
}

.banner-btns .blue-btn01 {
  background: #102548;
  border: #fff 1px solid;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: .3s ease-in;
}

.banner-btns .blue-btn01:hover {
  background: #fff;
  border: #102548 1px solid;
  color: #2a2a2a;
}

.banner-btns .blue-btn02 {
  background: #00b4ff;
  border: #00b4ff 1px solid;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-left: 25px;
  transition: .3s ease-in;
}

.banner-btns .blue-btn02:hover {
  background: #fff;
  border: #fff 1px solid;
  color: #102548;
}

.main_wrapper {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.header_wrapper {
  padding: 0px 0px;
  background: #fff;
}

.navbar-nav {
  margin-left: auto;
  align-items: center;
}

.navbar-nav li {
  margin: 0 10px;
}

.navbar-nav li a {
  color: #102548;
}

.navbar-nav li a:hover {
  color: #00b4ff;
}

.navbar-nav .btn {
  margin-left: 250px;
  margin-right: 50px;
  color: #fff;
  border: none;
}

.navbar-nav .btn:hover {
  background: #1c456e;
}

.navbar-nav .btn i {
  margin-right: 5px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #00b4ff;
}

.btn-info {
  background: #00b4ff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 15px;
}

.navbar-brand {
  margin-left: 50px;
}

.navbar-brand img {
  width: 75%;
}

.gradient-box {
  background-image: linear-gradient(to right, #45c0bb, #8dcb82);
  padding: 90px 60px;
}

.gradient-box h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.gradient-box h2 {
  font-size: 39px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.gradient-box .btn {
  border-radius: 20px;
  padding: 9px 24px;
  font-weight: 500;
  font-weight: 500;
}

.solution-img {
  background: url("../images/solutions.jpg") no-repeat 0px 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.top-nav {
  background: #fff;
  padding: 0px 0px;
  position: relative;
  z-index: 99;
  margin-right:30px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 13px 28px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  outline: 0;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #42c0be;
  padding: 10px 19px;
  color: #fff;
  border-radius: 50px;
  margin: 5px 5px;
  border: none;
  transition: ease 0.3s;
}

.subscribe-form button:hover {
  background: #8dcb82;
}

.subscribe-form button i {
  color: #fff;
  font-size: 15px;
  transform: rotate(-6deg);
  margin-right: 15px;
}

.subscribe-form .copy-link {
  position: absolute;
  right: 15px;
  font-size: 14px;
  padding: 10px;
  color: #4e9de2;
  margin: 5px 5px;
  border: none;
  transition: ease 0.3s;
}

.subscribe-form .copy-link:hover {
  background: none;
  color: #2a2a2a;
}

.single-cta {
  display: flex;
}

.single-cta i {
  color: #42c0be;
  float: left;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #fff;
  font-size: 15px;
}

.abt-rgt {
  padding: 7.5rem 3rem 0 0;
}

.abt-rgt h2 {
  font-size: 20px;
  color: #00b4ff;
  font-family: "Poppins", sans-serif;
}

.abt-rgt h1 {
  font-size: 32px;
  color: #292929;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
}

.abt-rgt .btn {
  color: #fff;
  border-radius: 30px;
  padding: 12px 25px;
  border: none;
  margin-top: 3rem;
}

.abt-rgt .btn:hover {
  background: #1c456e;
}

.grey-bg-rgt {
  background: #f5f5f5;
  padding: 4rem 3rem 0 0;
}

.grey-bg-rgt h2 {
  font-size: 20px;
  color: #00b4ff;
  font-family: "Poppins", sans-serif;
}

.grey-bg-rgt h1 {
  font-size: 32px;
  color: #292929;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
}

.grey-bg-rgt .btn {
  color: #fff;
  border-radius: 30px;
  padding: 12px 25px;
  border: none;
  margin-top: 3rem;
}

.grey-bg-rgt .btn:hover {
  background: #1c456e;
}

.our-services ul {
  margin-top: 20px;
}

footer {
  background: #1c456e;
  padding: 2.25rem 0 2rem;
  text-align: center;
}

footer .social-media p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

footer .social-media p a {
  margin-left: 8px;
}

footer ul {
  margin-bottom: 12px;
}

footer ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 12px;
  border-right: #fff 1px solid;
  line-height: 18px;
}

footer ul li a {
  color: #fff;
  font-size: 15px;
}

footer ul li a:hover {
  color: #00b4ff;
}

footer ul li:last-child {
  border: none;
}

footer p.copy-right {
  font-size: 14px;
  color: #eee;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.sticky + .content {
  padding-top: 102px;
}

.hero-cont {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 1.5rem 8rem 1.5rem;
  font-size: 2.05rem;
  line-height: 50px;
  text-align: center;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}

.mt-40 {
  margin-top: 80px;
}

.about-us {
  background: #f5f5f5;
  padding-top: 70px;
}

.learn-more-01 {
  background: #00b4ff;
  color: #fff;
  padding: 10px 20px;
  transition: .2s ease-in-out;
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
  display: inline-block;
}

.learn-more-01:hover {
  background: #1c456e;
  color: #fff;
}

.learn-more-02 {
  background: #1c456e;
  color: #fff;
  padding: 10px 20px;
  transition: .2s ease-in-out;
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
  display: inline-block;
}

.learn-more-02:hover {
  background: #00b4ff;
  color: #fff;
}

.services {
  background: #fff;
  padding: 4.75rem 3rem 4.75rem 6.75rem;
}

.services h1 {
  font-size: 32px;
  color: #292929;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
}

.services h2 {
  font-size: 20px;
  color: #00b4ff;
}

.services ul {
  /*margin: 20px 0 40px 0;*/
  padding-left: 10px;
}

.services ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.services ul li img {
  width: 2.5%;
  margin-right: 7px;
}

.our-works {
  background: #f5f5f5;
  padding: 3rem 0;
  text-align: center;
}

.our-works h3 {
  color: #00b4ff;
  font-size: 20px;
  margin: .25rem 0;
}

.our-works h2 {
  margin-bottom: 2rem;
  font-size: 32px;
  color: #292929;
  margin-bottom: 2rem;
  line-height: 42px;
}

.our-works .learn-more-01 {
  width: 160px;
  margin: 40px auto 0;
}

.our-works .project-img-wrap {
  display: flex;
}

.our-works .project-img-wrap .project-1 {
  width: 65%;
  margin: 10px;
}

.our-works .project-img-wrap .project-2 {
  margin: 10px;
}

.our-works .project-img-wrap .image__img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.our-works .project-img-wrap .image {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.our-works .project-img-wrap .image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s;
}

.our-works .project-img-wrap .image__overlay {
  opacity: 0;
}

.our-works .project-img-wrap .image__overlay:hover {
  opacity: 1;
}

.our-works .project-img-wrap .image__overlay--blur {
  backdrop-filter: blur(5px);
}

.our-works .project-img-wrap .image__overlay--solid {
  background: #c51f5d;
}

.our-works .project-img-wrap .image__description a {
  color: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  padding: 6px 12px 7px;
  margin-top: 15px;
}

.our-works .project-img-wrap h3.image__title {
  font-weight: bold;
  padding: 0 0 0.5rem;
  margin-bottom: 15px;
}

.our-works .project-img-wrap main {
  padding: 1rem;
  width: 512px;
  height: 340px;
}

.our-works .project-img-wrap .sub-title {
  color: #fff;
  font-size: small;
  opacity: 0.7;
  text-decoration: none;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inner-header {
  background: #233c55;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.inner-header h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.abt-us-rgt h1 {
  font-size: 32px;
  color: #292929;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
}

.sevices-inner {
  background: #f5f5f5;
  padding: 40px 40px 80px;
  text-align: center;
}

.sevices-inner h2 {
  font-size: 30px;
  color: #292929;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
}

.sevices-inner p {
  padding: 0 350px;
  font-size: 15px;
  color: #707070;
}

.sevices-inner .service-box {
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #fff;
  padding: 40px 40px 20px;
  margin-top: 1.5rem;
  box-shadow: 0 0 5px #eee;
  height: 100%;
}

.sevices-inner .service-box h3 {
  font-size: 25px;
  color: #292929;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
}

.sevices-inner .service-box p {
  padding: 0;
  text-align: left;
  font-size: 15px;
  color: #3c3c3c;
  margin-bottom: 40px;
}

.sevices-inner .service-box .icn-dv {
  margin-bottom: 10px;
}

.sevices-inner .service-box a {
  color: #00468c;
  transition: .2s ease-in;
}

.sevices-inner .service-box a:hover {
  color: #00b4ff;
}

.services-main {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 70px;
}

.services-main h1 {
  font-size: 32px;
  color: #292929;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
  margin-bottom: 50px;
}

.services-main .service-details {
  padding: 30px 50px;
  background: #f5f5f5;
  text-align: left;
  height: 100%;
}

.services-main .service-details h2 {
  font-size: 25px;
  color: #3c3c3c;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin-top: 2rem;
}

.services-main .service-details p {
  font-size: 16px;
  color: #707070;
  margin-top: 1.5rem;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  margin-bottom: 3rem;
}

.services-main .service-details a {
  background: #233c55;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  transition: .2s ease-in;
}

.services-main .service-details a:hover {
  background: #0097d6;
}

.contact-us-wrap {
  display: flex;
  width: 750px;
  margin: 0px auto;
}

.contact-us-wrap .contact-info {
  background: #0097d6;
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
}

.contact-us-wrap .contact-info h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 15px 0 5px;
}

.contact-us-wrap .contact-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
}

.contact-us-wrap .contact-info a {
  color: #fff;
  font-size: 14px;
  transition: .2s ease-in;
}

.contact-us-wrap .contact-info a:hover {
  color: #102548;
}

.contact-us-wrap .contact-form {
  padding: 40px;
  width: 100%;
  background: #f5f5f5;
}

.contact-us-wrap .contact-form .form-control {
  font-size: 13px;
  margin: 15px 0;
  border-radius: 0;
  padding: 12px 15px;
  margin-bottom: 5px;
}

.contact-us-wrap .contact-form .submit-btn {
  background: #0097d6;
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  margin-top: 20px;
  float: left;
  margin-left: 2px;
  transition: .2s ease-in;
}

.contact-us-wrap .contact-form .submit-btn:hover {
  background: #00468c;
}

.portfolio-item_inner {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  -webkit-backface-visibility: hidden;
  font-size: 16px;
  margin-bottom: 25px;
}

.portfolio-item_inner a {
  display: block;
}

.portfolio-item_inner a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(27, 25, 21, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 60%, rgba(27, 25, 21, 0.65) 84%);
  background: linear-gradient(to bottom, transparent 60%, rgba(27, 25, 21, 0.65) 84%);
  z-index: 1;
}

.portfolio-item_img {
  -webkit-transition: -webkit-transform 10s ease-out;
  transition: transform 10s ease-out;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
}

.portfolio-item_inner a:hover img {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.portfolio-item_count {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(47, 43, 36, 0.6);
  line-height: 1;
  padding: 0.5em 0.938em;
  font-size: 0.875em;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  z-index: 2;
}

.portfolio-item_count i {
  margin-right: 0.25em;
  font-size: 0.929em;
}

.portfolio-item_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 2.75em 1.563em 1.563em;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 1.125em;
  letter-spacing: 0.063em;
  z-index: 2;
}

.portfolio-item_title i {
  position: absolute;
  top: 0;
  right: 1.563em;
}

.modal {
  display: none;
  position: fixed;
 /* z-index: 1; */
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background-color: black;*/
}
#myModalGallery.modal {
	background-color: black;
}
.get_quote {
	margin-top:62px !important;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 1000;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background: black;
  color: white;
  width: 100%;
  text-align: left;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.project-dtls-header {
  display: flex;
  padding: 40px 0 20px;
}

.project-dtls-header .project-title {
  font-size: 30px;
  color: #2c2c2c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0px;
}

.project-dtls-header a {
  margin-left: auto;
  background: #0097d6;
  padding: 8px 15px 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  transition: .2s ease-in;
}

.project-dtls-header a:hover {
  background: #00b4ff;
}

.project-dtls-top {
  margin-bottom: 6rem;
}

.navbar .btn {
    margin-right: 50px;
    margin-left: 170px;
    color: #fff;
} 

@media only screen and (max-width: 767px) {
    
    .navbar .btn{
        margin-left:0;
        margin-top:15px;
    }
  .services-main h1 {
    font-size: 25px;
    margin: .5rem 0 1.75rem;
  }
  .contact-us-wrap .contact-info {
    padding: 40px 5px;
  }
  .inner-header {
    height: 140px;
  }
  .inner-header h1 {
    font-size: 25px;
  }
  .project-dtls-header .project-title {
    font-size: 25px;
  }
  .portfolio-item_inner {
    margin-bottom: 25px;
  }
  .services-main {
    padding: 50px 20px 30px;
  }
  .services-main .service-details {
    padding-bottom: 60px;
  }
  div.contact-info {
    flex-direction: row !important;
    width: 100%;
    justify-content: space-evenly;
  }
  .contact-us-wrap {
    flex-direction: column;
    width: auto;
  }
  .service-box {
    margin-bottom: 20px;
  }
  .sevices-inner p {
    padding: 15px 10px;
  }
  .sevices-inner {
    padding: 50px 20px 60px;
  }
  .sevices-inner .col-lg-4 {
    margin-bottom: 20px;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grey-bg-rgt {
    padding-top: 2rem;
    padding-left: 3rem;
  }
  .abt-rgt {
    padding-top: 2rem;
    padding-left: 3rem;
  }
  .about-us {
    padding-top: 50px;
  }
  div.carousel-caption p {
    display: none;
  }
  .banner-btns {
    display: none;
  }
  .carousel-caption h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-left: 30px;
    padding-right: 0;
    margin-top: 40px;
  }
  .mob-order-1 {
    order: 1 !important;
  }
  .mob-order-2 {
    order: 2 !important;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none;
    border: #ccc 2px solid;
  }
  .navbar-nav .btn {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 0;
    padding: 12px;
    font-size: 15px;
  }
  .navbar-collapse {
    padding: 20px;
  }
  .navbar-nav {
    align-items: flex-start;
  }
  .container,
  .container-sm {
    max-width: 100%;
  }
  .navbar-brand img {
    width: 60%;
  }
  .services {
    padding: 50px 40px;
  }
  .grey-bg-rgt h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .grey-bg-rgt h2 {
    font-size: 17px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  div.contact-us-wrap .contact-info {
    flex-direction: column !important;
  }
  .about-us {
    padding-top: 20px;
  }
  .carousel-caption h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-align: left;
    margin-left: 20px;
    padding-right: 0;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header {
    height: 160px;
  }
  .inner-header h1 {
    font-size: 30px;
  }
  .services-main {
    padding: 30px;
  }
  .contact-us-wrap {
    width: 700px;
  }
  .service-img img {
    width: 100%;
    object-fit: cover;
  }
  .carousel-caption h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    text-align: left;
    margin-left: 30px;
    padding-right: 0;
    margin-top: 40px;
  }
  div.carousel-caption p {
    font-size: 13px;
    line-height: 21px;
    padding-right: 20px;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .banner-btns {
    display: block;
    padding-left: 40px;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none;
    border: #ccc 2px solid;
  }
  .navbar-nav .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .navbar-collapse {
    padding: 20px;
  }
  .navbar-nav {
    align-items: flex-start;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .carousel-caption h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #fff;
    text-align: left;
    margin-left: 150px;
    padding-right: 135px;
    margin-top: 60px;
  }
  .carousel-caption p {
    margin-bottom: 50px;
  }
}
.getquote_btn {
    margin-left: 100px !important;
    margin-right: 40px;
    border-radius: 15px;
    color: #fff;
    border: none;
}
.wpcf7 form .wpcf7-response-output{
  margin-top: 0px !important;
}
.modal-backdrop.show{
  /*z-index: 9;*/
}
.request-calbck-form {
  padding: 1rem;
	padding-top: 0px;
}

.request-calbck-form .form-control {
  /*margin-bottom: -0.75rem;*/
  font-size: 13px;
}

.request-calbck-form .btn {
  padding: 0.5rem 1rem;
  margin: .5rem 0 0 0;
  font-size: 15px;
}

.cal-bck {
  /*top: 100px;*/
}

.cal-bck label {
  font-size: 12px;
  color: #292929;
}

.cal-bck label span {
  font-size: 14px;
  color: red;
}

.cal-bck .modal-header {
  border: none;
  padding: 21px 21px 0;
  font-size: 12px;
}
.call_back_popup{
	/*top: 4rem;*/
}

.wpcf7-not-valid-tip{
	/*margin-top: 14px;*/
    margin-bottom: -12px;
    font-size: 10px !important;
	color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
	text-align: left;
}
.navbar-nav li.active a {
    color: #00b4ff;
}
.wpcf7-response-output{
	font-size: 11px !important;
}
.our-team {
  background: #00b4ff;
  padding: 30px 0 60px;
  text-align: center;
}

.our-team h1 {
  font-size: 30px;
  color: #fff;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
  margin-bottom: 10px;
}

.our-team-cont {
  background: #fff;
  padding: 40px;
  margin-top: 30px;
  text-align: left;
}

.our-team-cont h2 {
  font-size: 20px;
  color: #2c2c2c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
}

.our-team-cont p {
  font-size: 16px;
  color: #6c6c6c;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#myModalGallery.modal{
/*overflow:auto;*/
}
#myModalGallery .modal-content{
max-width:980px;
width:65%;
}
.service_pd{
margin-bottom:50px;
}
.service_con p{
	padding: 5px 85px;
}
.contact_f{
	color: gray;
}
.input-placeholder {
  position: relative;
}
.input-placeholder input {
  padding: 10px;
  font-size: 25px;
}
.input-placeholder input:valid + .placeholder {
  color: none;
}

.placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 43px;
  left: 10px;
  margin: auto;
  color: #fff;
  }

.placeholder span {
  color: red;
}

@media only screen and (max-width: 767px) {
  #myModalGallery .modal-content {
    max-width: 100% !important;
    width: 100% !important;
	}	
}