body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

/* header area css*/

.nav {
  padding: 20px 0;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar-brand {
  color: #000;
}

.sticky .navbar-brand {
  color: #212121;
}

.navbar li.nav-item {
  padding: 0 12px;
}

.navbar a.nav-link {
  color: #000;
  font-weight: 500;
  transition: all 0.2s;
}

.sticky a.nav-link {
  color: #212121;
}

.navbar a.nav-link:hover {
  color: #0505a9;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

a {
  color: #0505a9;
}

.navbar-brand {
  font-size: 30px;
}

.nav-item:focus {
  box-shadow: none;
}

.dropdown-item:focus {
  background-color: #fff;
  color: #000;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #0505a9;
  transform: translateX(6px);
  transition: all 0.4s;
}

.dropdown-item {
  color: #000;
  transition: all 0.4s;
}

.dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  border: none;
}

.btn:focus {
  border: none;
}

/*banner area start*/
.banner-img .position-absolute {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.tittle {
  color: #0505a9;
}

.banner-bg {
  background-image: url(../image/wave.svg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-subtittle {
  color: #0505a9;
}

/*banner area end*/
/*banner button*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.buttons {
  margin-top: 50px;
  border-radius: 30px;
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 20px 46px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #0505a9;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
}

.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0505a9;
  border-radius: 30px;
}

.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}

.blob-btn:hover {
  color: #fff;
  border-radius: 30px;
}

.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}

.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #fff;
}

.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}

.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #0505a9;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
/* 
@supports (filter: url("#goo")) {
  transform: translate3d(0, 150%, 0) scale(1.4);
} */

.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
/* 
@supports (filter: url('#goo')) {
    transform: translateZ(0) scale(1.4);
}
  */

/*banner button*/
/*about area start*/

.about-img img {
  border-radius: 20px;
}

.about-area .position-absolute {
  top: 50%;
  left: 40%;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.youtube-icon {
  color: #fff;
  background-color: #0505a9;
  border: none;
  font-size: 40px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
}

.about-img img {
  border-radius: 10px;
}

.about-svg img {
  width: 80px;
  height: 80px;
  background-color: rgba(25, 25, 163, 0.2);

  border-radius: 50%;
}

.about-p {
  font-size: 13px;
}

/*about area end*/
/*service area start*/
.service-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  background-color: #0505a9;
  color: #fff;
  border-radius: 10%;
  transition: all 0.7s;
  margin-top: -100px;
}

.service-card :hover .service-icon i {
  transform: rotateY(160deg);
  color: #fff;
  transition: all 0.7s;
}

.service-card {
  height: 100%;
}

.service-text {
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  border-radius: 10px;
  padding-bottom: 15px;
  height: 55%;
}

.service-text a {
  color: rgba(0, 0, 0, 0.76);
  transition: all 0.5s;
}

.service-text a:hover {
  color: #0505a9;
  transition: all 0.5s;
}

.img-box {
  overflow: hidden;
  transition: all 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-box img {
  overflow: hidden;
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.4s linear;
}

.img-box img:hover {
  transform: scale(1.2);
  transition: all 0.4s linear;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/*service area end*/
/*counter area start*/
.counter-number {
  font-size: 50px;
  font-weight: 600;
}

.counter {
  background-color: #0505a9;
  color: #fff;
  padding: 40px 10px;
}

.counter-icon {
  font-size: 50px;
}

/*counter area end*/
/*project area start*/
.swiper-slide .position-absolute {
  color: #fff;
  top: 30%;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 90px;
}

.swiper-slide .overly {
  background-color: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
}

.swiper-slide .position-relative .overly {
  transition: all 0.5s;
}

.swiper-slide .position-relative:hover .overly {
  background-color: rgba(5, 5, 169, 0.67);
  transition: all 0.5s;
}

.num {
  background-color: #0505a9;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 10px 10px;
  font-size: 20px;
  border-bottom-left-radius: 40px;
}

.project-name a {
  color: #fff;
}

/*project area end*/
/*merque area start*/
.marque i {
  font-size: 70px;
  color: #0505a9;
  font-weight: 700;
  margin-right: 25px;
}

.marque h2 {
  font-weight: 700;
  transition: all 0.5s;
}

.marque h2:hover {
  color: #0505a9;
  transition: all 0.5s;
}

/*merque area end*/
/*team area start*/

.team-img img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: rgba(212, 187, 187, 0.23);
}

.team-details {
  background-color: #0505a9;
  color: #fff;
  border-radius: 3px;
}

.team-details p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.team-img .icon {
  right: 15px;
  top: 15px;
}

.team-img .dropbtn {
  background-color: transparent;
  padding: 16px;
  font-size: 20px;
  border: none;
  color: #0505a9;
}

.team-details a {
  color: #fff;
}

.team-img .dropdown {
  position: relative;
  display: inline-block;
}

.team-img .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 50px;
  text-align: center;
}

.team-img .dropdown-content a {
  color: rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #0505a9;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

/*team area end*/
/*testimonials area start*/
.testimonials-bg {
  background-color: #0505a9;
  color: #fff;
}

.testimonial-details img {
  background-color: rgba(5, 5, 169, 0.81);
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.testimonials-card {
  background-color: #fff;
  color: #000;
  padding: 20px;
}

.testimonial-details i {
  color: #0505a9;
}

/*testimonials area end*/
/*blog area start*/

.img-box {
  overflow: hidden;
  transition: all 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-box img {
  overflow: hidden;
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.4s linear;
}

.img-box img:hover {
  transform: scale(1.2);
  transition: all 0.4s linear;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-text {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 52%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-text a {
  color: #000;
  transition: all 0.4s;
}

.blog-text a:hover {
  color: #0505a9;
  transition: all 0.4s;
}

.blog-text p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}

.blog-btn a {
  color: #0505a9;
  font-weight: 400;
}

/*blog area end*/
/*price area start*/
.price-amount span {
  font-size: 40px;
  font-weight: 500;
  color: #0505a9;
}

.price-amount h4 {
  margin-top: -70px;
  color: #ff8c22;
}

.plan-details {
  border-bottom: solid 1px rgba(0, 0, 0, 0.38);
  padding-bottom: 30px;
}

.price-plan ul li {
  color: rgba(0, 0, 0, 0.69);
}

.price-plan ul li i {
  color: #0505a9;
}

.price-plan {
  color: rgba(0, 0, 0, 0.69);
}

.price-plan {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  padding: 30px;
  border-radius: 10px;
  transition: all 0.7s;
  border: solid 2px rgba(0, 0, 0, 0.22);
}

.price-plan:hover {
  transform: translatey(-10px);
  transition: all 0.7s;
  background-color: rgba(5, 5, 169, 0.97);
  color: #fff;
}

.price-plan:hover ul li {
  color: #fff;
  transition: all 0.7s;
}

.price-plan:hover ul li i {
  color: #fff;
  transition: all 0.7s;
}

.price-plan:hover span {
  color: #fff;
  transition: all 0.7s;
}

/*price area end*/
/*footer area start*/
.footer-bg {
  background-color: rgba(0, 0, 0, 0.69);
  color: #fff;
}

.footer-icon i {
  background-color: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  font-size: 17px;
  margin-left: 10px;
  transition: all 0.4s;
  border: solid 2px rgba(54, 48, 48, 0.48);
}

.footer-icon i:hover {
  background-color: #0505a9;
  transition: all 0.4s;
  border: solid 2px #0505a9;
}

.footer-menu ul li a {
  color: #fff;
  transition: all 0.4s;
}

.footer-menu ul li {
  transition: all 0.4s;
}

.footer-menu ul li:hover {
  margin-left: 10px;
  transition: all 0.4s;
}

.footer-menu ul li:hover a {
  color: #0505a9;
  border-bottom: 2px solid rgba(0, 0, 0, 0.49);
  transition: all 0.4s;
}

.footer-contact ul li {
  transition: all 0.4s;
}

.footer-contact ul li:hover {
  margin-left: 10px;
  transition: all 0.4s;
}

.footer-contact ul li a:hover {
  color: #0505a9;
  transition: all 0.4s;
}

.footer-contact a {
  color: #fff;
}

/*about area start*/
.about-banner {
  background: rgba(5, 5, 169, 0.53) url(../image/about-banner2.jpg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}

.banner-menu a {
  color: #fff;
}

.banner-menu a:hover {
  color: #0505a9;
}

.offering-bg {
  background-color: rgba(16, 16, 124, 0.81);

  color: #fff;
}

.offe-subtittle {
  color: #fff;
}

.offer-card i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  background-color: #10103c;
  color: #0505a9;
  border-radius: 50%;
  margin-top: -40px;
  transition: all 0.7s;
}

.offer-card:hover i {
  transform: rotateY(360deg);
  transition: all 0.7s;
  background-color: #0505a9;
  color: #fff;
}

.offer-card {
  border: solid 1px rgba(255, 255, 255, 0.26);
  border-radius: 10px;
}

/*about area end*/
/*service area start*/
.service-banner {
  background: rgba(5, 5, 169, 0.53) url(../image/service-bg.jpg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}

.service-card1 .ser-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #0505a9;
  font-size: 30px;
  background-color: rgba(230, 230, 235, 0.49);
  border-radius: 10px;
}

.service-card1 {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.5s;
}

.service-card1:hover {
  background-color: #0505a9;
  transition: all 0.5s;
  color: #fff;
  transform: translateY(-10px);
}

.service-card1:hover a {
  color: #fff;
  transition: all 0.5s;
}

.service-card1:hover .ser-icon {
  background-color: #fff;
  transition: all 0.5s;
}

.form-bg {
  background-color: #0505a9;
}

.form {
  color: #fff;
}

.form-control {
  background-color: transparent;
  padding: 20px;
}

.form-label {
  color: #fff;
}

.form-control:focus {
  background-color: transparent;
}

/*service area end*/

/*service-details area start*/
.service-details a {
  color: #000;
  font-weight: 700;
  margin-right: 50%;
}

.service-details i {
  color: #0505a9;
  font-size: 20px;
}

.service-details {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  padding: 20px;
  transition: all 0.4s;
}

.service-details:hover {
  background-color: #0505a9;
  transition: all 0.4s;
}

.service-details:hover a {
  color: #fff;
  transition: all 0.4s;
}

.service-details:hover i {
  color: #fff;
  transition: all 0.4s;
}

.opening-time {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  padding: 20px;
  font-weight: 500;
}

.service-details-con .position-absolute {
  bottom: 50px;
  left: 25%;
}

.service-details-con a {
  color: #000;
}

.service-details-con i {
  font-size: 20px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-left: 30%;
  margin-bottom: 20px;
}

/*service-details area end*/

/*team-details area start*/
.team-details-bg {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  padding: 50px;
  border-radius: 10px;
}

.team-details2 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.team-details2 ul li a {
  color: #000;
}

.team-details2 .team-icon i {
  font-size: 20px;
  transition: all 0.4s;
}

.team-details2 .team-icon i:hover {
  color: #0505a9;
  transition: all 0.4s;
}

/*team-details area end*/
/*blog details area start*/
.blog-details ul li i {
  color: #0505a9;
}

.tag-btn a {
  background-color: rgba(198, 198, 211, 0.42);
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  transition: all 0.5s;
}

.tag-btn a:hover {
  background-color: #0505a9;
  color: #fff;
  transition: all 0.5s;
}

.tag-icon i {
  background-color: transparent;
  color: #000;
}

.tag-icon i:hover {
  color: #0505a9;
}

.blog-comment {
  background-color: rgba(198, 198, 211, 0.42);
  padding: 20px;
}

.blog-details-comment img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(5, 5, 169, 0.7);
}
.post-name {
  font-size: 13px;
}
.blog-details-form {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  border: none;
}

.blog-details-form:focus {
  box-shadow: none;
  border: solid 1px rgba(114, 113, 113, 0.22);
}

.blog-message:focus {
  box-shadow: none;
}

.blog-page {
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  border: none;
}

.blog-page:focus {
  box-shadow: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
}

.blog-page-btn {
  background-color: #0505a9;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  border: none;
}

.blog-page-btn i {
  color: #fff;
}

.text {
  color: #fff;
}

.blog-p {
  color: #fff;
}

.Recent-img img {
  width: 100px;
  border-radius: 10px;
}

.Recent-img a {
  color: #f1f1f1;
  transition: all 0.4s;
}

.Recent-img a:hover {
  color: #0505a9;
  transition: all 0.4s;
}

.recent-post {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
}
.Recent-img a {
  color: #000;
  font-weight: 600;
}
.tags-bg {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.btn {
  border: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  background-color: #fff;
  color: #000;
  font-weight: 500;
}

.btn:hover {
  background-color: #0505a9;
  color: #fff;
}
/*blog details area end*/
/*contact area start*/

.contact-bg {
  background-color: rgba(255, 255, 255, 0.06);
  color: #000;
}

.contact-tittle {
  color: #000;
}

.form-check-label {
  color: rgba(47, 43, 43, 0.72);
}

.contact-form2 a {
  color: rgba(77, 59, 59, 0.83);
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  padding: 20px 30px;
  border-radius: 5px;
}

.contact-form2 i {
  padding-left: 60px;
  padding-right: 10px;
}

.contact-form2 i:hover {
  color: #0505a9;
}

.contact-form3 a {
  color: rgba(77, 59, 59, 0.83);
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  padding: 20px 30px;
  border-radius: 5px;
}

.contact-form3 i {
  padding-left: 75px;
  padding-right: 10px;
}

.contact-form3 i:hover {
  color: #0505a9;
}

.cont-icon {
  background-color: #0505a9;
  padding: 10px 15px;
  border-radius: 2px;
  transition: all 0.3s;
  color: #fff;
  border: solid 2px #0505a9;
}

.cont-icon:hover {
  background-color: #fff;
  border: solid 2px #0505a9;
  color: #0505a9;
  transition: all 0.3s;
}
.contact-bg {
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  padding: 20px;
  border-radius: 10px;
}
/*contact area end*/

@media only screen and (max-width: 1300px) {
  .banner-bg {
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .team-details-bg {
    padding: 10px;
  }

  .team-details2 img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }

  .banner-bg {
    height: auto;
  }
  .service-text {
    height: auto;
  }
}
