@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.logo img {
  width: 100px;
  height: 100px;
  padding: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
}
.container {
  max-width: 1140px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.section-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 35px;
}
.section-title h1 {
  display: inline-block;
  font-size: 35px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
  color: #000080;
  text-shadow: 1px 2px #000;
}
.section-title h1:before {
  content: "";
  left: 0px;
  height: 4px;
  position: absolute;
  right: 100%;
  bottom: 0px;
  background-color: lightgreen;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
header .row {
  justify-content: space-between;
  align-items: center;
}
header {
  position: absolute;
  left: 0px;
  right: 0px;

  padding: 0px 10px;
  z-index: 11;
}
.fixed {
  background-color: #0275d8;
  position: fixed;

  animation: fixheader 1s ease;
  z-index: 111;
}
@keyframes fixheader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.lead {
  font-weight: 500 !important;
}

header .brand-name a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 100px;
  margin-top: 100px;
  position: relative;
  letter-spacing: 5px;
  text-shadow: 2px 3px #0275d8;
}
.fixed .brand-name a {
  color: #fff;
  text-shadow: 2px 3px #000;
}
.navbar1 {
  margin-right: 30px;
}
header .navbar1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .navbar1 ul li {
  display: inline-block;
  margin-left: 35px;
}
header .navbar1 ul li a {
  font-size: 16px;
  text-decoration: none;
  line-height: 72px;
  display: block;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-shadow: 1px 1px #0275d8;
}
.navbar1 {
}
.fixed .navbar1 ul li a {
  color: #fff !important;
  text-shadow: 1px 2px #000;
  font-size: 16px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}
header .navbar1 ul li a::before {
  content: "";
  height: 3px;
  background-color: #ffffff;
  width: 0%;
  position: absolute;
  right: 0px;
  bottom: -8px;
  transition: all 0.5s ease;
}
.fixed .navbar1 ul li a::before {
  background-color: #000;
}
header .navbar1 ul li a:hover::before {
  width: 100%;
  left: 0;
}
header .navbar1 ul li a.active::before {
  width: 100%;
  left: 0;
}
.home {
  min-height: 100vh;
  background-image: url("./images/Are\ you\ afraid\ of\ the\ vet\ \(4\).png");
  background-size: cover;
  background-position: 0 35%;
}
.home .full-screen {
  min-height: 100vh;
}
.home .home-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}

.home .home-content .block {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 35px;
  border-left: 5px solid #ffffff;
  margin-top: 50px;
}

.home .home-content .block h6 {
  font-size: 25px;
  color: #0275d8;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.home .home-content .block h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 3px #0275d8;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.home .home-content .block h3 {
  font-size: 20px;
  color: #0275d8;
  font-weight: 500;
  text-shadow: 1px 1px #fff;
  margin: 0;
  padding: 0;
}

.home .home-content .block .cv-btn a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
}
.home .home-content .block .cv-btn a:hover {
  background-color: #ffffff;
  color: #000000;
}

.home1 {
  min-height: 100vh;
  background-image: url("./images/adult-animal-care-clinic-1350593.jpg");
  background-size: cover;
  background-position: 0 35%;
}
.home1 .full-screen {
  min-height: 100vh;
}
.home1 .home-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}

.home1 .home-content .block {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 35px;
  border-left: 5px solid #ffffff;
  margin-top: 50px;
}

.home1 .home-content .block h6 {
  font-size: 25px;
  color: #fff;
  text-shadow: 2px 2px #0275d8;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.home1 .home-content .block h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 3px #0275d8;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.home1 .home-content .block h3 {
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px #0275d8;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.home1 .home-content .block .cv-btn a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
}
.home1 .home-content .block .cv-btn a:hover {
  background-color: lightgreen;
  color: #000000;
}

.home2 {
  min-height: 100vh;
  background-image: url("./images/s_1.jpg");
  background-size: cover;
}
.home2 .full-screen {
  min-height: 100vh;
}
.home2 .home-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}

.home2 .home-content .block {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 35px;
  border-left: 5px solid #ffffff;
  margin-top: 50px;
}

.home2 .home-content .block h6 {
  font-size: 25px;
  color: #fff;
  text-shadow: 2px 2px #0275d8;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.home2 .home-content .block h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 3px #0275d8;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.home2 .home-content .block h3 {
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px #0275d8;
  font-weight: 500;

  margin: 0;
  padding: 0;
}

.home2 .home-content .block .cv-btn a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
}
.home2 .home-content .block .cv-btn a:hover {
  background-color: #ffffff;
  color: #000000;
}

.home3 {
  min-height: 100vh;
  background-image: url("./images/map.jpg");
  background-size: cover;
}
.home3 .full-screen {
  min-height: 100vh;
}
.home3 .home-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}

.home3 .home-content .block {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 35px;
  border-left: 5px solid #ffffff;
  margin-top: 50px;
}

.home3 .home-content .block h6 {
  font-size: 25px;
  color: #0275d8;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.home3 .home-content .block h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 3px #0275d8;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.home3 .home-content .block h3 {
  font-size: 20px;
  color: #0275d8;
  font-weight: 500;
  text-shadow: 1px 1px #fff;
  margin: 0;
  padding: 0;
}

.home3 .home-content .block .cv-btn a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
}
.home3 .home-content .block .cv-btn a:hover {
  background-color: #ffffff;
  color: #000000;
}

.home4 {
  min-height: 100vh;
  background-image: url("./images/main.jpg");
  background-size: cover;
  background-position: 0 35%;
}
.home4 .full-screen {
  min-height: 100vh;
}
.home4 .home-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}

.home4 .home-content .block {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 35px;
  border-left: 5px solid #ffffff;
  margin-top: 50px;
}

.home4 .home-content .block h6 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.home4 .home-content .block h1 {
  font-size: 70px;

  color: #fff;
  text-shadow: 3px 2px #0275d8;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.home4 .home-content .block h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.home4 .home-content .block .cv-btn a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
}
.home4 .home-content .block .cv-btn a:hover {
  background-color: lightgreen;
  color: #000000;
}

.colorf {
  background-color: lightgreen;
}

/*About me*/
.about-me {
  padding: 100px 15px;
  background-color: lightgrey;
}

.about-me .section-title p.small {
  display: block;
  font-size: 14px;
  color: #838383;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-me .about-content .list {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.about-me .about-content .img img {
  width: 100%;
  display: block;
}
.about-me .about-content .text {
  flex: 0 0 66.66%;
  max-width: 66.33%;
  padding-left: 30px;
}
.about-me .about-content .text h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #000000;
}
.about-me .about-content .text h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  color: #000000;
}
.about-me .about-content .text h6 span {
  color: #febd01;
}
.about-me .about-content .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  margin: 0 0 20px;
}
.about-me .about-content .text .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-me .about-content .text .info .list {
  flex: 0 0 calc(50% - 15px);
  margin-top: 10px;
  max-width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}
.about-me .about-content .text .info .list label {
  padding-right: 10px;
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}
.about-me .about-content .text .info .list p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
}

.about-me .about-content .text .social-links {
  padding-top: 30px;
}
.about-me .about-content .text .social-links a {
  height: 30px;
  width: 30px;
  background-color: #000000;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #000000;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-me .about-content .text .social-links a:hover {
  background-color: transparent;
}
.about-me .about-content .text .social-links a .fa,
.about-me .about-content .text .social-links a .fas {
  color: #ffffff;
  font-size: 12px;
}
.about-me .about-content .text .social-links a:hover .fa {
  color: #000000;
}
.about-me .about-content .text .social-links a:hover .fas {
  color: #000000;
}

.about-me .icon {
  font-size: 50px;
  line-height: 60px;
  color: #0275d8;
}
.about-me .nav-link {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

/*End*/

/*Our services*/
.services {
  background-color: #f5f8fd;
  padding: 100px 0px 70px;
}
.services .section-title h1:before {
  left: 30%;
}
.services .service-content {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services .service-content .box {
  background-color: #ffffff;
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 30px;
  max-width: calc(33.33% - 20px);
  border: 1px solid #0275d8;
  padding: 30px;
  text-align: center;
  position: relative;
  border-radius: 5px;
}
.services .service-content .box::before {
  content: "";
  height: 2px;
  background-color: #000080;
  position: absolute;
  bottom: 0px;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.services .service-content .box:hover::before {
  width: 100%;
}
.services .service-content .box .icon1 {
  height: 60px;
  width: 60px;

  margin: 15px auto 20px;

  text-align: center;
}
.services .service-content .box .icon1 .icon {
  font-size: 50px;
  line-height: 60px;
  color: #0275d8;
}
.services .service-content .box h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.services .service-content .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #838383;
  margin: 10px 0 10px;
  text-align: justify;
}
/*End*/
/*Skills section*/
.skills {
  padding: 100px 15px;
  background-color: lightgray;
}
.skills .skills-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.align-items-center {
  align-items: center;
}
.skills .img {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: blue;
}
.skills .img img {
  width: 100%;
  display: block;
}
.skills .skills-content .section-title p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  margin: 15px 0 0;
}
.skills .skills-content .skill-box {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.skills .skills-content .skill-box h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.skills .skills-content .skill-box .skill-bar {
  height: 5px;
  background-color: #eeeeee;
  position: relative;
}
.skills .skills-content .skill-box .skill-bar .skill-bar-in {
  background-color: blue;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.skills .skills-content .skill-box .skill-bar .skill-bar-in span {
  color: #838383;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -30px;
}
/*End*/
/*Portfolio Section*/
.portfolio {
  background-color: #f5f8fd;
  padding: 100px 7px;
}
.portfolio .section-title h1:before {
  left: 30%;
}
.portfolio .filter-buttons {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.portfolio .filter-buttons ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
.portfolio .filter-buttons ul li {
  display: inline-block;
  margin: 0 8px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio .filter-buttons ul li.active {
  color: #0275d8;
  border-bottom: 2px solid #0275d8;
  padding-bottom: 0;
}
.portfolio .portfolio-gallery {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.portfolio .portfolio-gallery .item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding: 8px;
}
.portfolio .portfolio-gallery .item .inner {
  position: relative;
}
.portfolio .portfolio-gallery .item img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}
.portfolio .portfolio-gallery .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
  justify-content: center;
}
.portfolio .portfolio-gallery .item:hover .overlay {
  opacity: 1;
}
.portfolio .portfolio-gallery .item .overlay .fa {
  height: 50px;
  width: 50px;
  display: inline-block;
  color: #ffffff;
  background-color: #0275d8;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.portfolio .portfolio-gallery .item:hover .overlay .fa {
  animation: galleryIcon 0.8s ease;
  -webkit-animation: galleryIcon 0.8s ease;
}
@keyframes galleryIcon {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.portfolio .portfolio-gallery .item .overlay h4 {
  margin-top: 15px;
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
}
.portfolio .portfolio-gallery .item:hover .overlay h4 {
  animation: galleryText 0.8s ease;
  -webkit-animation: galleryText 0.8s ease;
}

@keyframes galleryText {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*Lightbox*/
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
}
.lightbox.show {
  display: flex;
}
.lightbox.hide {
  display: none;
}
.lightbox img {
  width: 800px;
  height: 700px;
  object-fit: cover;
}
.lightbox .close-lightbox {
  height: 40px;
  width: 40px;
  background-color: #0275d8;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  z-index: 101;
  cursor: pointer;
}
/*End*/
/*Get in touch*/
.message-text {
  background-color: #0c0c17;
  padding: 40px 15px;
}
.message-text .text {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
.message-text .text h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 35px;
}
.message-text .button {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: right;
}
.message-text .button a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
}
.message-text .button a:hover {
  background-color: #ffffff;
  color: #000000;
}
/*End*/
/*Testimonials*/
.testimonials {
  background-color: #f5f8fd;
  padding: 100px 0px;
}
.testimonials .section-title h1:before {
  left: 30%;
}
.testimonials .testimonials-content {
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 100%;
}
.testimonials .testimonials-content .slide-controls {
  float: left;
  width: 100%;
  text-align: center;
}
.testimonials .testimonials-content .slide-controls div {
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #0275d8;
  display: inline-block;
  margin: 10px 6px;
  cursor: pointer;
}
.testimonials .testimonials-content .slide-controls div.active {
  background-color: #0275d8;
}
.testimonials .testimonials-content .testi-slider .slide {
  background-color: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  padding: 40px 20px;
  border-radius: 4px;
  display: flex;
  float: left;
  width: 100%;
  flex-wrap: nowrap;
  height: 350px;
  overflow: scroll;
}
.testimonials .testimonials-content .testi-slider .slide img {
  flex: 0 0 128px;
  max-width: 128px;
  margin-right: 10px;
  border-radius: 50%;
}
.testimonials .testimonials-content .testi-slider .slide p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  margin: 0;
}
.testimonials .testimonials-content .testi-slider .slide h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 10px 0 10px;
}
.testimonials .testimonials-content .testi-slider {
  float: left;
  transition: margin 1s ease;
}

/*End*/
/*Blogs*/
.blogs {
  padding: 100px 15px;
  background-color: lightgray;
}
.blogs .section-title h1:before {
  left: 30%;
}

.blogs .blogs-content {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blogs .blogs-content .box {
  flex: 0 0 calc(33.33% - 25px);
  max-width: calc(33.33% - 25px);
}
.blogs .blogs-content .box .img {
  overflow: hidden;
}
.blogs .blogs-content .box .img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}
.blogs .blogs-content .box:hover .img img {
  transform: scale(1.1);
}
.blogs .blogs-content .box .info {
  padding: 10px 0;
}
.blogs .blogs-content .box .info span {
  font-size: 12px;
  color: #838383;
  display: inline-block;
  font-weight: 600;
}
.blogs .blogs-content .box .info span:nth-child(2) {
  border-left: 1px solid #dddddd;
  padding-left: 8px;
  margin-left: 10px;
}
.blogs .blogs-content .box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
}
.blogs .blogs-content .box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #838383;
  margin: 0 0 10px;
}
.blogs .blogs-content .box a {
  font-size: 14px;
  color: #0275d8;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #0275d8;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.blogs .blogs-content .box a:hover {
  color: #000000;
  border-color: #000000;
}
/*Get in touch*/

.contact-us {
  padding: 100px 15px;
  background-color: #f8f5fd;
}
.contact-us .section-title h1:before {
  left: 30%;
}
.contact-us .contact-form {
  flex: 0 0 100%;
  background-color: #ffffff;
  max-width: 100%;
  padding: 40px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.contact-us .contact-form .text {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
.contact-us .contact-form .text h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000000;
}
.contact-us .contact-form .text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #838383;
  margin: 0;
}
.contact-us .contact-form .space-between {
  justify-content: space-between;
}
.contact-us .contact-form .col-6 {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.contact-us .contact-form .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-us .contact-form .form-control {
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ced4da;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.contact-us .contact-form textarea.form-control {
  height: 140px;
}
.contact-us .contact-form .form-control::placeholder {
  color: #838383;
}
.contact-us .contact-form .button {
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-us .contact-form .button a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
  background-color: #0275d8;
  box-shadow: 0 10px 15px #e8e8e8;
}
.contact-us .contact-form .button a:hover {
  background-color: #000000;
  color: #ffffff;
}

/*Footer*/
footer {
  padding: 70px 15px;
  background-color: #0c0c17;
}
footer .logo {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  font-size: 45px;
  color: #ffffff;
  font-weight: 900;
}
footer .social {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding-top: 15px;
}
footer .social a {
  color: #999999;
  text-decoration: none;
  display: inline-block;
  margin: 0 12px;
  transition: all 0.5s ease;
}
footer .social a:hover {
  color: #ffffff;
}
.copyright {
  background-color: #0c0c17;
  border-top: 1px solid #1d1d27;
  padding: 15px;
}
.copyright p {
  color: #838383;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
}

.para img {
  float: left;
  width: 400px;
  height: 400px;
  object-fit: cover;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 20%;
}
.para p {
  font-size: 1.2rem;
  font-weight: 700;
}
.ser h1 {
  color: #000080 !important;
}
.newpara img {
  float: right;
  width: 400px;
  height: 400px;
  object-fit: cover;
  padding-left: 30px;
  border-radius: 20%;
}
#spacing {
  margin: 100px;
  background-color: lightgrey;
}
.newpara {
  border-bottom: 2px solid #000080;
}
.para {
  border-bottom: 2px solid #000080;
}
.comp {
  background-color: lightgray;
}

.ham-burger .fa {
  font-size: 30px;
  display: none;
  height: 27px;
  width: 35px;
  color: #fff;
  border-radius: 3px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 991px) {
  .home .home-content .block h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .home .home-content .block h1 {
    font-size: 30px;
  }
  .home .home-content .block h6 {
    font-size: 20px;
  }
  .home .home-content .block h3 {
    font-size: 15px;
  }
  header {
    padding: 0;
    margin: 0;
    position: fixed;
    background-color: #0275d8;
  }
  header .brand-name a {
    margin-left: 30px;
    text-shadow: 2px 3px #000;
    color: #fff;
  }
  header .navbar1 ul li {
    display: block;
    margin-left: 30px;
  }
  header .navbar1 ul li a {
    line-height: 42px;
  }
  .navbar1 {
    position: absolute !important;
    background-color: #0275d8;
    width: 100%;
    left: 0px;
    top: 100px;
    border-top: 1px solid #fff;
    display: none !important;
  }
  .navbar1.show {
    display: block !important;
  }

  .ham-burger .fa {
    display: inline-block;
    margin-right: 30px;
  }

  .services .service-content .box {
    flex: 0 0 100%;

    max-width: 100%;
  }
  .skills .skills-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .skills .img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portfolio .portfolio-gallery .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .message-text .text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .message-text .button {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-top: 20px;
  }
  .blogs .blogs-content .box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .contact-us .contact-form {
    padding: 40px 20px;
  }
  .contact-us .contact-form .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials .testimonials-content .testi-slider {
    text-align: center;
  }
  .testimonials .testimonials-content .testi-slider .slide .img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials .testimonials-content .testi-slider .slide {
    flex-wrap: wrap;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .portfolio .portfolio-gallery .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  header .brand-name a {
    margin: 0;
  }
}
