* {
  font-family: "PT Sans", sans-serif;
}

:root {
  --first-color: #fff;
  --second-color: #000;
  --fourth-color: #fe4d00;
  --third-color: #ff8c00;
}

.main {
  overflow: hidden;
}

/* Nav */

nav #btn-group #btn {
  border: 1px solid var(--third-color);
}
nav #btn-group #btn2 {
  background-color: var(--third-color);
}

nav .container #navbar li {
  position: relative;
}

nav #small {
  position: relative;
  top: -13px;
}

nav .container #navbar li:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

nav .container #navbar li:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: var(--third-color);
  bottom: 0;
  right: 0;
  transition: 0.5s;
}

nav .container #navbar li:hover:before {
  width: 50%;
  transform: translateX(100%);
}

nav .container #navbar li:hover:after {
  width: 50%;
  transform: translateX(-100%);
}

/* header */

#header {
  height: 80vh;
}

#header h2 {
  letter-spacing: 3px;
  font-size: 40px;
}

#header span {
  color: var(--third-color);
}

#header p {
  font-size: 16px;
  letter-spacing: 2px;
}

#header a {
  text-decoration: none;
  color: var(--second-color);
  font-size: 16px;
  letter-spacing: 1px;
}

#header a i {
  font-size: 20px;
}

#header #btn1 {
  background-color: var(--third-color);
  padding: 10px 20px;
  border-radius: 20px;
}

#header #btn2 {
  position: relative;
  color: var(--third-color);
  transition: 0.5s;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}

#header #header-image .img-container {
  width: 100%;
  height: 100%;
}

#header #header-image .img-container #header-image img {
  position: absolute;
  left: 30%;
}

#header .services h5 {
  font-size: 17px;
}

#header .services.service-1 {
  padding: 10px;
  position: absolute;
  left: 15%;
  bottom: 30%;
  width: 110px;
  height: 160px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  z-index: 1;
}

#header .services.service-1 img {
  width: 40px;
  height: 40px;
  background-color: var(--third-color);
  border-radius: 8px;
  margin: auto;
  overflow: hidden;
}

#header .services.service-2 {
  padding: 10px;
  position: absolute;
  right: 60px;
  bottom: 35%;
  width: 180px;
  height: 100px;
  text-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}

#header .services .img-container2 {
  width: 100%;
  height: 70%;
}

#header .services.service-3 {
  padding: 10px;
  position: absolute;
  right: 20%;
  bottom: 80px;
  width: 250px;
  height: 60px;
  text-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  z-index: 1;
}

#header .services.service-4 {
  padding: 12px;
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 270px;
  height: 55px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  z-index: 1;
}

#header .services.service-4 .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--third-color);
  border-radius: 5px;
}

#header .services.service-4 .icon i {
  color: #fff;
}

#header .services img {
  width: 100%;
  height: 100%;
}

#header .services .btn {
  margin-top: 10px;
  padding: 2px 13px;
  background-color: var(--third-color);
  border: none;
}

#header .services .btn2 {
  width: 90px;
  height: 35px;
  line-height: 35px;
  align-items: center;
  background-color: var(--third-color);
  border: none;
  border-radius: 7px;
}

/* Icon Image */

#header .services .advertising .images img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  margin: 0 1px;
}

#header #btn2:hover {
  color: var(--third-color);
  border: 1px solid var(--third-color);
}

/* header end */

/* about */
#about {
  margin-top: 40px;
  margin-bottom: 100px;
}

#about span {
  color: var(--third-color);
}

#about #content {
  position: relative;
}

#about .content-line {
  width: 100px;
  height: 4px;
  background-color: var(--third-color);
  transform: rotate(90deg);
  position: absolute;
  left: -40px;
}

#about #about-image {
  padding-top: 120px;
}

#about p {
  font-size: 18px;
}

#about .close-line {
  width: 100%;
  height: 1px;
  background-color: lightgray;
}

#about #btn {
  height: 50px;
  padding: 0px 10px;
  background-color: var(--third-color);
}

#about #call-main #phone-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--third-color);
  background-color: #fff;
  border: 2px solid lightgray;
  border-radius: 50%;
}

#about #call-main #call-container {
  margin-top: 20px;
}

#about .call {
  color: var(--third-color);
}

#about .image {
  position: relative;
}

.home-img img {
  width: 19rem;
  height: 19rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: -20%;
  /* opacity: 0; */
  animation: floatImage 4s ease-in-out infinite;
  animation-delay: 1s;
  border: 0.4rem solid var(--third-color);
}

.sub-img img {
  width: 13em;
  height: 8rem;
  object-fit: cover;
  border: 0.8rem solid #fff;
  position: absolute;
  right: -140px;
  bottom: 0;
}

#about .circle {
  position: relative;
  left: 10%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .circle i {
  position: absolute;
  color: var(--third-color);
  font-size: 80px;
  background-size: cover;
}

#about .text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: zoomIn 1s ease forwards, rotateText 10s linear infinite;
  animation-delay: 1s;
}

#about .text span {
  position: absolute;
  left: 49.9%;
  top: -17%;
  font-size: 1rem;
  transform-origin: 0 66px;
}

/* Our Services */

#our-services {
  position: relative;
  margin-bottom: 20px;
}

#our-services #circle {
  position: absolute;
  left: 36%;
  top: 8%;
}

#our-services .icon i {
  font-size: 27px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 30px;
}

/* Our Services end */

/* Testimonail Section  */
#testimonial .box {
  width: 90%;
  margin: auto;
  position: relative;
}

#testimonial .swiper {
  width: 100%;
  height: 600px;
  position: relative;
}

#testimonial .swiper-slide {
  position: relative;
}

#testimonial .swiper .card {
  width: 80%;
  height: 400px;
  position: absolute;
  top: -50px;
  left: -50px;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  padding: 10px;
  z-index: 1;
}

#testimonial .swiper .back-shadow {
  width: 80%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  right: -50px;
  bottom: -95px;
  margin: auto;
  border: none;
  overflow: hidden;
  background-color: #ced4da;
  z-index: -1;
}

#testimonial .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#testimonial .control-btns {
  position: absolute;
  right: 50px;
  top: 50%;
  bottom: 50%;
  z-index: 100;
}

#testimonial .swiper-button-next,
#testimonial .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#testimonial .swiper-button-next {
  transform: rotate(-90deg);
  top: -20px;
  left: 10px;
  color: var(--third-color);
  border: 2px solid var(--third-color);
}

#testimonial .swiper-button-next:after,
#testimonial .swiper-button-prev:after {
  font-size: 20px;
}

#testimonial .swiper-button-prev {
  transform: rotate(-90deg);
  top: 50px;
  left: 10px;
  background-color: var(--third-color);
  color: var(--third-color);
  background-color: #000;
  border: 2px solid black;
}

#testimonial #circle {
  position: absolute;
  left: 3%;
  bottom: 16%;
  z-index: -2;
}

#testimonial #circle2 {
  position: absolute;
  top: 10%;
  left: 3%;
}

#testimonial #circle3 {
  position: absolute;
  top: 50%;
  left: 20%;
}

#testimonial #square {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -2;
}
/* Test End */

/* faq start */
.accordion-button::after {
  background-image: url("../images/ic_baseline-plus.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/maki_cross1.svg") !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--first-color) !important;
  color: var(--third-color) !important;
}
#faq .card-header {
  color: var(--fourth-color) !important;
}

.accordion-button:focus {
  border-color: white !important;
  box-shadow: none !important;
}

#faq .heading-line6 {
  width: 140px;
  height: 5px;
  background: linear-gradient(
    to right,
    var(--second-color) 50%,
    var(--third-color) 50%
  );
}
/* faq end */

/* Latest Blogs */
#Blogs h2 {
  letter-spacing: 2px;
}
#Blogs p {
  font-weight: lighter;
  letter-spacing: 1px;
  word-spacing: 1px;
}
#Blogs .heading-line01 {
  width: 150px;
  height: 5px;
  background-color: var(--second-color);
  margin: 0 0 20px;
}
#Blogs .heading-line02 {
  width: 150px;
  height: 5px;
  background-color: var(--third-color);
  margin: 0 0 20px;
}

.img-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#Blogs .card img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;

  object-fit: cover;
  transition: 0.5s;
}
#Blogs .card img:hover {
  transform: scale(1.1);
}

#Blog.card-header {
  background-color: none;
}
#Blogs .sub-heading-line {
  width: 60px;
  height: 3px;
  background-color: var(--third-color);
}
#Blogs .card-header p {
  text-align: justify;
}

/* Contact Us */

#contact-us {
  position: relative;
  padding: 5% 0;
}

#contact-us #square {
  position: absolute;
  left: 220px;
  bottom: 200px;
}

#contact-us #contact {
  padding: 40px;
  background-color: #fff;
  border-radius: 0 60px 0 0px;
  width: 310px;
  height: 370px;
  margin: auto 0;
  animation: zoomIn 1s ease forwards, floatImage 3s ease-in-out infinite;
  animation-delay: 1s, 2s;
}

#contact-us i {
  font-size: 20px;
}

#contact-us #building-icon {
  padding: 5px;
  position: relative;
}

#contact-us .line-connect {
  width: 143px;
  height: 1.1px;
  background-color: #000;
  opacity: 0.3;
  transform: rotate(90deg);
  position: absolute;
  bottom: 58%;
  left: -4%;
}

#contact-us #contact h5 {
  font-size: 24px;
}

#contact-us #content {
  width: 250px;
}
#contact-us h6 {
  font-size: 15px;
}

#contact-us #content h6 {
  width: 200px;
  line-height: 30px;
  font-weight: 500;
}

#contact-us i {
  border: 3px solid #fff;
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  width: 40px;
  height: 40px;
  text-align: center;
}

#contact-us #icon2 {
  border: 3px solid #fff;
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  width: 35px;
  height: 35px;
  text-align: center;
  font-weight: bold;
}

#connect-content {
  padding: 30px;
  margin-left: -80px;
  width: 400px;
  height: 500px;
  background-color: #fcd6a9;
  border-radius: 15px 0px 15px 65px;
}

#connect-content .input {
  width: 90%;
  padding: 10px 0px;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  background-color: #fcd6a9;
}

#connect-content .input:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

#contact-us p {
  font-size: 20px;
}

#contact-us .form {
  padding-top: 20px;
  margin-left: 80px;
}

#contact-us #btn {
  margin-top: 10px;
  width: 230px;
  height: 50px;
  background-color: var(--third-color);
  opacity: 1;
  z-index: 2;
  border: none;
}

/* Footer Start */
#footer a {
  text-decoration: none;
  color: var(--second-color);
}
/* Footer End */

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes floatImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Media Query */

@media (max-width: 995px) {
  #header {
    margin-bottom: 250px;
  }

  #about #about-svg {
    margin: auto;
    text-align: center;
  }

  #about #about-content h6,
  h1 {
    text-align: center;
  }
}

@media (max-width: 800px) {
  #faq-content {
    margin-top: 50px;
  }

  #contact-us #contact {
    margin: auto;
    animation-play-state: paused;
  }

  #contact-us #connect-content {
    margin: auto;
  }
}

@media (max-width: 600px) {
  /* Nav */
  nav {
    margin-bottom: 15%;
  }

  nav #horn {
    letter-spacing: 11px !important;
  }

  #header {
    margin-bottom: 420px;
  }

  #header .container svg {
    position: absolute;
    top: 50px !important;
  }

  #header .services h5 {
    font-size: 14px;
  }

  /* About */
  #about #about-image {
    padding-top: 0;
  }

  #about #about-content {
    margin: 30px 0;
  }

  #about .circle {
    width: 60px;
    height: 60px;
  }

  #about .circle i {
    font-size: 68px;
  }

  #about .text {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #about .text span {
    position: absolute;
    left: 51%;
    top: -50%;
    transform-origin: 0px 60px;
  }

  #about p {
    font-size: 18px;
    line-height: 30px;
  }

  #about .content-line {
    width: 130px;
    height: 4px;
    position: absolute;
    left: -40px;
    top: 20px;
  }
  .home-img img {
    width: 11rem;
    height: 11rem;
    border: 0.3rem solid var(--third-color);
    margin: 0;
  }

  .sub-img img {
    position: absolute;
    width: 8em;
    height: 4rem;
    border: 0.5rem solid #fff;
    position: absolute;
    right: -50px;
    bottom: 0;
  }

  /* Services */

  /* For Svg */
  #our-services #circle {
    position: absolute;
    left: 15%;
    top: 1%;
  }

  #our-services #circle2 {
    position: absolute;
    left: 30%;
    top: 8%;
  }

  #our-services #circle3 {
    position: absolute;
    bottom: 0%;
  }

  /* Testimonial */

  /* For Svg */
  #testimonial #square {
    position: absolute;
    top: 30px;
    right: -20px;
  }

  #testimonial #circle2 {
    position: absolute;
    top: 5%;
    left: 15%;
  }

  #testimonial #circle3 {
    position: absolute;
    top: 20%;
    left: 15%;
  }

  /* Contact */

  #contact-us #icon2 {
    height: 40px;
    padding: 5px;
  }

  #contact-us #contact {
    margin-bottom: 40px;
  }

  #connect-content {
    width: 350px;
    height: 480px;
  }

  #contact-us .form {
    padding-top: 8px;
    margin-left: 20px;
  }

  #contact-us #square {
    position: absolute;
    left: 20px;
    top: 45%;
    z-index: -1;
  }

  #contact-us {
    margin-bottom: 20% 0;
  }
}

@media (max-width: 576px) {
  /* FAQ */
  #faq #column {
    flex-direction: column-reverse;
  }

  /* Footer */

  #footer .middle {
    text-align: center;
  }

  footer .middle {
    text-align: center;
  }

  footer .icons {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  #about #about-image {
    padding-top: 80px;
  }
}
@media (max-width: 450px) {
  /* Header*/
  #header .services.service-2 {
    position: absolute;
    right: 0px;
  }

  #header .services.service-3 {
    position: absolute;
    right: -8px;
  }

  /* About */

  #about {
    margin-bottom: 60px;
  }

  #about #about-image {
    padding-top: 80px;
  }
}
