body {
  font-family: Roboto, sans-serif;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#topbar .contact-info i {
  color: #c6ceec;
  padding: 4px;
  margin-left: 25px;
}

#topbar .contact-info i:first-child {
  margin-left: 0px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #c6ceec;
  transition: 0.3s;
  margin-left: 5px;
  font-size: 14px;
}

#topbar .social-links a {
  color: #c6ceec;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 15px;
}

#topbar {
  padding: 10px 0px 10px 0px;
  background: #00253d;
}

.navbar-brand img {
  width: 120px;
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.contact-us-button {
  background: #0172b9;
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  color: white;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s;
}

.nav-item:nth-last-child(2) {
  margin-right: 50px;
}

@media (min-width: 300px) {
  .slider-main-text {
    font-size: 17px;
    font-weight: 400;
    color: white;
    letter-spacing: 4px;
    line-height: normal;
  }
}

@media (min-width: 576px) {
  .slider-main-text {
    font-size: 32px;
    font-weight: 400;
    color: white;
    letter-spacing: 4px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  .slider-main-text {
    font-size: 48px;
    font-weight: 400;
    color: white;
    letter-spacing: 4px;
    line-height: 65px;
  }
}

@media (min-width: 992px) {
  .slider-main-text {
    font-size: 63px;
    font-weight: 400;
    color: white;
    letter-spacing: 4px;
    line-height: 65px;
  }
}

.slider-main-text span {
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 480px) {
  .slider-paragraph {
    color: white;
    font-size: 11px;
    font-weight: 300;
    margin-top: 6px;
    line-height: 1.2;
  }
}

@media (min-width: 576px) {
  .slider-paragraph {
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-top: 2px;
    width: 60%;
  }
}

@media (min-width: 300px) {
  .slider-button {
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-size: 9px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 576px) {
  .slider-button {
    border: 2px solid white;
    border-radius: 50px;
    color: white;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .slider-button {
    border: 2px solid white;
    border-radius: 50px;
    color: white;
    font-size: 15px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 992px) {
  .slider-frame-img {
    position: absolute;
    top: 15%;
  }
}

@media (max-width: 768px) {
  .slider-frame-img {
    position: absolute;
    top: 18%;
  }
}

@media (max-width: 576px) {
  .slider-frame-img {
    position: absolute;
    top: 18%;
    width: 57%;
  }
}

@media (max-width: 480px) {
  .slider-frame-img {
    position: absolute;
    top: 18%;
    width: 47%;
  }
}

.position-relative {
  position: relative;
}

@media (min-width: 768px) {
  .slider-wrap {
    padding: 270px 50px;
  }
}

@media (max-width: 576px) {
  .slider-wrap {
    padding: 146px 50px;
  }
}

@media (max-width: 480px) {
  .slider-wrap {
    padding: 92px 30px;
  }
}

@media (max-width: 480px) {
  .swiper-container-v {
    width: 100%;
    height: 320px;
  }
}

@media (min-width: 576px) {
  .swiper-container-v {
    width: 100%;
    height: 500px;
  }
}

@media (min-width: 768px) {
  .swiper-container-v {
    width: 100%;
    height: 100vh;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.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 {
  color: rgb(1,114,185);
  border-bottom: 2px solid;
}

.contact-us-button:hover {
  color: white;
  background: #00253d;
}

.slider-wrap {
  z-index: 1000;
}

.slider-frame-img {
  z-index: -1;
}

.slider-button {
  transition: 0.3s;
}

.slider-button:hover {
  background: white;
  color: black;
}

@media (min-width: 1200px) {
  .slider-down-arrow {
    position: absolute;
    bottom: 0px;
    left: 41%;
    width: 17%;
  }
}

@media (max-width: 992px) {
  .slider-down-arrow {
    position: absolute;
    bottom: 0px;
    left: 41%;
    width: 17%;
  }
}

@media (max-width: 768px) {
  .slider-down-arrow {
    position: absolute;
    bottom: 0px;
    left: 41%;
    width: 17%;
  }
}

@media (max-width: 576px) {
  .slider-down-arrow {
    position: absolute;
    bottom: 0px;
    left: 43%;
    width: 17%;
  }
}

@media (max-width: 300px) {
  .slider-down-arrow {
    position: absolute;
    bottom: 0px;
    left: 40%;
    width: 23%;
  }
}

.titles {
  color: #0172b9;
  font-size: 32px;
}

.titles span {
  font-weight: 400;
  border-bottom: 1px solid #0172b9;
  color: black;
}

.experiance-main-paragraph {
  font-weight: 500;
  width: 64%;
  margin: 0px auto;
  text-align: center;
  color: #515151;
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.7;
}

.experiance-wrap img {
  width: 65px;
}

.experiance-wrap h5 {
  color: #2d2d2d;
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
}

.experiance-wrap p {
  font-size: 13px;
  width: 80%;
  margin: 0 auto;
  color: #2d2d2d;
}

.section-our-project {
  background: url("../../assets/img/gallery-bg.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-our-project h3 {
  color: white;
}

.section-our-project p {
  color: white;
  font-size: 14px;
}

.what-we-offer-section h4 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.what-we-offer-section h2 {
  color: black;
}

.what-we-offer-section h2 span {
  color: #0172b9;
}

.what-we-offer-section .section-main-para {
  font-size: 14px;
}

.offer-single-wrapper h5 {
  color: #0172b9;
}

.offer-single-wrapper p {
  font-size: 14px;
  line-height: 1.8;
}

.fas.fa-arrow-circle-right {
  color: #0172b9;
}

.offer-single-wrapper a {
  font-size: 13px;
  font-weight: 500;
}

.statistic-section {
  background: url("../../assets/img/stat-bg.jpg") top / cover no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
}

.statistic-section-single {
  background: url("../../assets/img/gallery-bg.jpg") top / cover no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  transition: 0.5s;
}

.section-title {
  color: #0172b9;
}

.testimonial-card {
  background: rgb(255,255,255);
  border-radius: 10px;
  box-shadow: -7px 6px 16px #cecece;
  padding: 30px;
}

.testimonial-rating i {
  color: #0172b9;
}

.testimonial-details h5 {
  color: #0172b9;
}

.testimonial-card img {
  width: 90px;
  margin-top: -85px;
}

.testimonial-details p {
  font-size: 14px;
  line-height: 2;
}

.testimonial-wrap {
  margin-top: 110px;
}

.testimonial {
  padding-top: 100px;
  padding-bottom: 50px;
}

.testimonial-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF9800;
}

.testimonial-slider .swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  background: #FF9800;
  opacity: .2;
}

.footer {
  background: url("../../assets/img/footer-bg.jpg") center / cover no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
  font-weight: 300;
}

.footer-logo {
  width: 150px;
}

.footer-paragraph {
  font-size: 12px;
}

.social-links-footer li a {
  color: white;
  background: #0172b9;
  border-radius: 50px;
  padding: 10px;
}

.social-links-footer li {
  width: 32px;
  height: 32px;
}

.footer h5 {
  font-weight: 400;
}

.footer ul {
  font-size: 12px;
}

.service-list li {
  margin-bottom: 5px;
}

.contact-info-list li {
  margin-bottom: 15px;
}

.footer-post-date {
  border: 1px solid white;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 13px;
  padding: 5px 9px;
  text-align: center;
}

.list-unstyled.blog-post-list li {
  margin-bottom: 10px;
}

.bottombar {
  background: #1a1c27;
}

.bottombar p {
  color: white;
  font-size: 13px;
}

.gallery-main-image {
  background-size: cover;
  height: 404px;
}

@media (max-width: 480px) {
  .gallery-main-image {
    background-size: cover;
    height: 304px;
  }
}

@media (max-width: 480px) {
  .gallery-sub-images {
    height: 130px;
  }
}

@media (min-width: 576px) {
  .gallery-sub-images {
    height: 200px;
  }
}

.large-img {
  width: 600px;
  height: 404px;
  margin-right: 1%;
  max-width: 600px;
}

.small-img {
  max-width: 250px;
  height: 175px;
  margin-right: 1%;
  width: 251px;
}

.card.form-card {
  background: rgba(76,177,249,0.17);
  border-radius: 17px;
  color: white;
}

.card.form-card .form-control {
  background: rgba(0,0,0,0.29);
  border-color: #265576;
  color: white;
}

.projectcard{
  border-radius: 10px;
  /* border: 3px solid red; */
  box-shadow: 0px 6px 12px #dadada;
  padding-bottom: 25px;
}

.projectcard img{
  border-radius: 10px 10px 0px 0px;
}