@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Average+Sans&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 15px;
}
body {
  font-family: "Playfair Display", serif;
  font-style: normal;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px !important;
}
a {
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
  color: #062953;
}
p {
  font-family: "Average Sans", sans-serif;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 0px !important;
}
a:hover {
  color: #6f7074;
}
ul {
  margin-bottom: 0px !important;
}
.section-padding {
  padding: 40px 0px;
}
.heading {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  h1 {
    color: #067d9b;
  }
  p {
    padding: 15px 0px 35px;
    font-size: 17px;
  }
}
/* ================header============== */
header {
  background-image: url("../images/Banner\ \(1\).jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =============nav-section================ */
.logo img {
  max-width: 250px;
  margin-bottom: 40px;
}
.logo a:hover {
  color: #ffffff;
  text-shadow: 2px 4px 4px #000;
}
.nav-items {
  padding: 8px 0px;
}
.nav-menu ul li {
  display: inline-block;
  border: 1px solid transparent;
  transition: 0.5s;
}
.nav-menu ul li:hover {
  border: 1px solid #051a35;
  background-color: #fff;
}
.nav-menu ul li a {
  color: #062953;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 15px;
  transition: 0.5s;
}
.nav-menu ul li a:hover {
  color: #051a35;
}
.nav-call-item {
  background-color: #ffffff;
  border: 1px solid #067d9b;
  transition: 0.5s;
}
.nav-call-item:hover {
  background-color: #062953;
  border: 1px solid #ffffff;
}
.nav-call-item a {
  color: #062953;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  transition: 0.5s;
  font-family: "Average Sans", sans-serif;
}
.nav-call-item a:hover {
  color: #ffffff;
}

/* ===============pet-about-part================= */
.pet-about-sec .heading h1 {
  margin: 4px 0px 5px !important;
}
.pet-about-sec .heading h6 {
  font-size: 22px !important;
}
.heading h6 {
  padding: 12px 0px;
  color: black;
  font-size: 18px;
  font-weight: normal;
}
.about-img img {
  width: 100%;
  padding: 1px;
}
.about-img {
  height: 100%;
}
.read_btn {
  margin-top: 25px;
  background-color: #067d9b;
  border: 1px solid #fff;
  display: inline-block;
  transition: 0.5s;
}
.read_btn:hover {
  background-color: #ffffff;
  border: 1px solid #067d9b;
}
.read_btn a {
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
}
.read_btn a:hover {
  color: #051a35;
}
/* ============slider============== */
.slider_item {
  background-color: #067d9b;
}
.slider-ele {
  padding: 12px 0px 8px;
}
.slider marquee {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  font-family: "SUSE", sans-serif;
  letter-spacing: 3px;
}

/* ===========our service============== */
.ser-img img {
  min-height: 280px;
}
.ser-card {
  position: relative;
}
.ser-para {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #067d9b;
}
.ser-para p {
  color: #067d9b;
  padding: 14px 6px;
  font-size: 18px;
  font-weight: 700;
}

/* =================our_work================= */
.work-sec {
  background-color: #067d9b;
}
.work-sec .heading h1 {
  color: #fff;
}
.work-sec .heading p {
  color: #fff;
}
.ser-img {
  border: 1px solid #051a35;
}
.ser-para {
  background-color: #fff;
  border: 1px solid #051a35;
}
.ser-para p {
  color: #067d9b;
  font-size: 20px;
  font-weight: 500;
}
.work-img img {
  width: 100%;
}
.leg-img img {
  max-width: 70px;
}
.work-up h3 {
  font-size: 19px;
  font-weight: 600;
  color: #051a35;
}
.work-title {
  margin-top: 10px;
}
/* ==============services-details================= */
.point-heading {
  h3 {
    color: #067d9b;
    font-size: 38px;
  }
  p {
    font-size: 18px;
    padding: 13px 0px;
    color: #6f7074;
  }
}
.point-icon i {
  font-size: 25px;
  color: #000;
  border-radius: 50%;
}
.point-item {
  padding-top: 10px;
}
.point-para h6 {
  font-size: 16px;
  color: #000;
}
.card {
  border-radius: 0px !important;
  border: 1px solid #067d9b;
}
.card img {
  width: 100%;
}
.card-body {
  h5 {
    font-size: 25px;
    color: #067d9b;
  }
  p {
    margin: 15px 0px !important;
    font-size: 17px;
  }
}
.view-btn {
  background-color: #067d9b;
  padding: 8px 25px;
  transition: 0.5s;
}
.view-btn:hover {
  background-color: #051a35;
}
.view-btn a {
  color: #fff;
  font-size: 18px;
}

.btn {
  background-color: #067d9b;
  border: none !important;
  padding: 8px 25px;
}

/* ===============blog-part================ */
.blog-card .card {
  width: 100%;
  padding: 10px;
  border: 1px solid #067d9b;
}
.blog-card .card-title {
  color: #067d9b;
  font-size: 24px;
  margin-top: 10px;
}
.blog-card .card-body {
  padding: 5px 0px !important;
}
.blog-card .card-body p {
  color: #000;
  font-size: 16px;
}
/* ==========review-part============== */
.review-card .col {
  padding: 15px;
  border: 1px solid #067d9b;
  position: relative;
  margin: 160px 0px 20px;
}
.review-ele {
  position: relative;
}
.review-img {
  position: absolute;
  bottom: 80px;
  z-index: 2;
}
.review-img img {
  width: 100%;
}
.review-title {
  margin-top: 50px;
}
.review-title h4 {
  color: #067d9b;
}

/* ====================ad-section==================== */
/* .ad-background{
    background-image: url(../images/WEB.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100% auto;
} */
.ad-background {
  background-image: url("../images/WEB\ \(1\).jpg");
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px;
}

/* .ad-text{
    max-width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    h3{
        font-size: 30px;
    }
    p{
        margin-top: 6px;
        font-size: 18px;
        font-weight: 500;
    }
}
.box{
    padding: 12px 25px;
    border-radius: 4px;
    background-color:  #9c9da1;
    border: 1px solid #067d9b;
    margin: 4px;
}
.box span{
    font-size: 25px;
    color: #000;
    font-weight: 500;
    line-height: 10px;
} */
/* ============blog-part============= */
.blog-vdo video {
  height: 100vh;
}
/* =========footer========= */
.footer-section {
    background-color: #067d9b;
  color: #ffffff;
  padding: 20px 0px;
}
.footer-logo a {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  line-height: 32px;
}
.footer-para p {
  font-size: 18px;
  color: #fff;
  padding: 12px 0px 20px !important;
}
.footer-icon i {
  color: #062953;
  background-color: #fff;
  padding: 8px 10px;
  margin: 2px;
  font-size: 20px;
  transition: 0.5s;
}
.footer-icon i:hover {
  color: #067d9b;
}
.footer-item h3 {
  color: #ffffff;
  margin-bottom: 15px !important;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.footer-item p {
  color: #ffffff;
  font-size: 19px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
}
.footer-item i{
    font-size: 24px;  
}
.foot-con {
  margin-top: 10px;
}
.foot-con a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Average Sans", sans-serif;
}

.foot-con i {
  font-size: 22px;
  color: #fff;
  transition: 0.5s;
}
.foot-con i:hover {
  color: #067d9b;
}

/* ============sub-footer============== */
.sub-title {
  background-color: #000;
}
.sub-title p {
  text-align: center;
  padding: 20px 0px;
  color: #ffffff;
}

.owl-carousel .owl-nav {
  display: none;
}

.bar {
  display: none;
}
.owl-theme .owl-dots {
  margin-top: 20px;
}

@media screen and (max-width: 1240px) {
  .navbar {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    background-size: contain;
    padding-top: 0px !important;
  }
  header {
    height: 100%;
    background-size: 100% 100%;
    background-position: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 992px) {
  .logo img {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .nav-menu ul li {
    display: block;
  }
  .nav-link {
    padding: 5px 0px !important;
  }
  .nav-call-item a {
    font-size: 12px;
    font-weight: normal;
    padding: 0px 4px 2px;
  }
  .search-btn {
    display: none;
  }
  .bar {
    display: block;
    font-size: 18px;
    color: #ffffff;
    background-color: #062953;
    border: 1px solid #ffffff;
    padding: 0px 10px;
  }
  .nav-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 2;
  }
  .nav-menu ul {
    padding-left: 0px !important;
  }
  .show {
    display: block !important;
  }
  .section-padding {
    padding: 20px 0px 0px;
  }
  /* ========about-sec=========== */
  .about-img img {
    padding: 10px;
  }
  .heading h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .heading h6 {
    font-size: 18px;
    font-weight: normal;
    padding: 8px 0px;
  }
  .heading p {
    padding: 15px 0px 20px;
    font-size: 15px;
  }
  .work-sec {
    padding-bottom: 20px;
  }
  .work-up h3 {
    margin: 8px 0px 6px;
  }
  .work-down-sec {
    text-align: center;
  }
  .work-title p {
    margin-bottom: 15px !important;
  }
  .point-heading h3{
    font-size: 28px;
  }
  .read_btn {
    margin-bottom: 18px;
  }
  .work-img img {
    margin-bottom: 20px;
  }
  .owl-carousel .owl-item img {
    margin-bottom: 15px;
  }
 
  .services-details {
    padding-bottom: 30px;
  }
  .card {
    margin-top: 20px;
  }
  .card-body {
    padding: 10px 4px !important;
  }
  .card-body h5 {
    font-size: 22px;
  }
  .card-body p {
    font-size: 16px;
  }
  .ad-sec {
    margin-top: 20px;
    height: 100%!important;
  }
  .ad-text {
    width: 100%;
    padding-top: 5px;
    padding-left: 0px;
    p {
      padding-top: 10px;
      font-size: 16px;
    }
  }
  .box {
    padding: 0px 22px;
    margin: 2px;
  }
  .box span {
    font-size: 14px;
    color: #000;
    font-weight: 200;
  }
  .blog_section .section-padding {
    padding: 0px 0px;
  }
  .blog-card .card {
    margin-top: 10px;
  }

  .footer-item {
    margin-top: 20px;
  }

  .footer-section .section-padding {
    padding: 0px 0px;
  }
  .pet-about-sec .heading h6 {
    font-size: 18px !important;
  }
  .pet-about-sec .heading {
    max-width: 100%;
  }
  .ad-background {
    background-size: cover;
    height: 100%;
    background-position: center;

  }
  .ad-padding {
    padding: 40px 0px;
  }
  .footer-item h3 {
    margin-bottom: 10px !important;
    font-size: 23px;
    font-weight: 600;
  }

}
.ad-sec
{
    height: 450px;
}
#myBtn{
  position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 24px;
border: none;
outline: none;
background-color:  #051a35;
border: 2px solid #fff;
color: white;
cursor: pointer;
padding: 9px;
border-radius: 40px;
width: 55px;
height: 55px;
text-align: center;
}