@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600&family=Open+Sans&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  color: #3a3938;
  padding: 0;
  margin: 0;
  background: #fff;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  color: #040201;
  font-weight: 500;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px !important;
}

h5 {
  font-size: 25px !important;
}

h6 {
  font-size: 20px !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  margin: 0;
  color: #3a3938;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pragraph {
  color: #3a3938 !important;
}

.pragraph-two {
  color: #827f7e !important;
}

.rtl {
  direction: rtl !important;
}

.btn {
  color: #f77311;
  border-radius: 7px;
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: 1px dashed #f77311;
  outline: none;
}

.btn:hover {
  color: #f77311;
}

.text-justify {
  text-align: justify;
}

.theme-color {
  color: #f77311 !important;
}

.image img {
  width: 100%;
}

.br-img-25 img {
  border-radius: 25px;
}

.sub-bg {
  background-color: #eae8e9 !important;
}

/*--Section Header--*/
.section-center {
  text-align: center !important;
  max-width: 830px;
}

.section-header .section-title {
  font-size: 46px;
  font-weight: 700;
  color: #040201;
}

@media screen and (max-width: 767px) {
  .section-header .section-title {
    font-size: 36px;
    font-weight: 700;
  }
}
@media screen and (max-width: 575px) {
  .section-header .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
/*------Section header End--------*/
/*------ Menu Area--------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.scrooling-active {
  padding: 15px 0px;
  background: #f77311;
  box-shadow: 2px 1px 12px 0px #888888 !important;
  z-index: 999999999;
}
.scrooling-active .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.scrooling-active .navbar-nav .nav-item .nav-link:hover {
  color: #000 !important;
  border-bottom: 2px solid #040201;
}
.scrooling-active .navbar-nav .nav-item .active {
  color: #040201;
  border-bottom: 2px solid #040201;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 15px 0px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 25px;
  transition: all 0.3s;
}
.navbar-nav .nav-item .active {
  color: #f77311;
  border-bottom: 2px solid #f77311;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #f77311;
  border-bottom: 2px solid #f77311;
}

@media screen and (max-width: 991px) {
  header {
    background: #f77311;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 5px 0px !important;
  }
  .navbar-toggler {
    color: #040201;
  }
  .navbar-nav {
    z-index: 1;
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #f77311 !important;
    transition: all 0.3s;
    border-bottom: 1px dashed #fff;
    width: 100%;
    background: #fff;
  }
}
/*------ Menu Area--------*/
/*------Banner Section--------*/
.banner-content {
  max-width: 810px;
}
.banner-content .banner-cate {
  color: #f77311;
}
.banner-content .banner-title {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .banner-content .banner-title {
    font-size: 70px;
    margin-bottom: 25px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 991px) {
  .banner-content .banner-title {
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .banner-content .banner-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .banner-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
  }
}
/*------Banner Section--------*/
/*------Banner-video Section--------*/
.video-banner {
  width: 100%;
  height: 100vh;
  background: rgba(0, 29, 35, 0.5);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
/*------Banner-video Section--------*/
/*------Pet Single Section--------*/
.pet-section {
  background: url(../../assets/images/banner/inner-banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 220px 0 180px;
  position: relative;
}

.pet-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 29, 35, 0.5);
}

.banner-pet {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.banner-pet .title {
  font-size: 58px;
  color: #fff;
  font-weight: 700;
}
.banner-pet .text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
}
.banner-pet .text:hover {
  color: #f77311;
}
.banner-pet span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.pet-sigle {
  overflow: hidden;
}

.pet-items .thumb {
  width: 100%;
}
.pet-items .thumb img {
  width: 100%;
  height: 100%;
}
.pet-items .content .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.pet-items .content .title::before {
  position: absolute;
  content: "";
  top: 100%;
  width: 100%;
  height: 2px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.pet-items .content p {
  font-size: 18px;
  margin-bottom: 25px;
}
.pet-items .content span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #827f7e;
  display: block;
}
.pet-items .content .btn-area .btn-2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .pet-items .thumb {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pet-items .thumb {
    margin-bottom: 30px;
  }
  .pet-items .content .title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 18px;
    font-size: 34px !important;
  }
  .pet-items .content .title::before {
    position: absolute;
    content: "";
    top: 100%;
    width: 100%;
    height: 2px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .pet-items .content p {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
/*------Pet Single Section--------*/
/*------Service Section--------*/
.service-section {
  background: #eae8e9;
}

.service-thumb {
  height: 100%;
}
.service-thumb img {
  width: 100%;
  height: 100%;
}

.service-item {
  background: #fff;
  padding: 30px;
  transition: all 0.3s;
  text-align: center;
  border-radius: 25px;
}
.service-item .icon {
  margin-bottom: 20px;
}
.service-item .title {
  font-weight: 700;
}
.service-item p {
  font-size: 17px;
  font-weight: 500;
  color: #827f7e;
}

.service-item:hover {
  box-shadow: 1px 4px 18px 3px #888888;
}

@media screen and (max-width: 1199px) {
  .service-item {
    background: #fff;
    padding: 25px 25px;
  }
  .service-item .title {
    font-weight: 700;
    font-size: 20px !important;
  }
  .service-item p {
    font-size: 16px !important;
    font-weight: 500;
    color: #827f7e;
  }
}
@media screen and (max-width: 991px) {
  .service-section {
    background: #eae8e9;
  }
  .service-thumb {
    height: 100%;
    margin-bottom: 30px;
  }
  .service-thumb img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    background: #fff;
    padding: 25px 25px;
  }
  .service-item .title {
    font-weight: 700;
    font-size: 22px !important;
  }
  .service-item p {
    font-size: 16px;
    font-weight: 500;
    color: #827f7e;
  }
}
/*------Service Section--------*/
/*------about Section--------*/
.about-section img {
  border-radius: 25px;
}

/*------about Section--------*/
/*------Blog Section--------*/
.blog-section {
  overflow: hidden;
}
.blog-section .item:hover img {
  transform: scale(1.2);
}
.blog-section .image {
  overflow: hidden;
}
.blog-section .image img {
  transition: all 0.4s;
}
.blog-section .content h5 {
  transition: 0.3s;
}
.blog-section .content h5:hover {
  color: #f77311;
}
.blog-section .content i {
  font-size: 13px;
  cursor: text;
}
.blog-section .content .btn {
  background-color: white;
}

/*------Blog Section--------*/
/*------Gallery Section--------*/
.gallery-section {
  position: relative;
  background: linear-gradient(0deg, rgba(255, 111, 0, 0.8), rgba(247, 115, 17, 0)), url(../../assets/images/gallery/g-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#pagination {
  text-align: center;
  margin: 0 auto;
}
#pagination .page-numbers {
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #f77311;
  width: 40px;
  height: 40px;
  padding: 8px 15px;
}

.galler-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.galler-wrapper .gallery-item {
  width: 30%;
  margin: 10px;
  position: relative;
  overflow: hidden;
}
.galler-wrapper .gallery-item .gallery-thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.galler-wrapper .gallery-item .gallery-thumb a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.galler-wrapper .gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.5s;
}
.galler-wrapper .gallery-item .gallery-overlay .gallery-over {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}
.galler-wrapper .gallery-item .gallery-overlay .gallery-over .content .title {
  color: #fff;
}
.galler-wrapper .gallery-item .gallery-overlay .gallery-over .content p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff;
}
.galler-wrapper .gallery-item:hover {
  cursor: pointer;
}
.galler-wrapper .gallery-item:hover .gallery-thumb a img {
  transform: scale(1.2);
}
.galler-wrapper .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.blog-wrapper .blog-items .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.5s;
  padding: 20px 0px;
  width: 100%;
}
.blog-wrapper .blog-items .gallery-overlay .gallery-over {
  text-align: left !important;
  margin: 0 0 !important;
  padding: 17px 35px;
}
.blog-wrapper .blog-items .gallery-overlay .gallery-over .content .title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.blog-wrapper .blog-items .gallery-overlay .gallery-over .content .meta a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
}

@media screen and (max-width: 1199px) {
  .blog-wrapper .blog-items .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.5s;
    padding: 20px 0px;
    width: 100%;
  }
  .blog-wrapper .blog-items .gallery-overlay .gallery-over {
    text-align: left !important;
    margin: 0 0 !important;
  }
  .blog-wrapper .blog-items .gallery-overlay .gallery-over .content .title {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    font-family: "Jost", sans-serif;
  }
  .blog-wrapper .blog-items .gallery-overlay .gallery-over .content .meta a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .blog-wrapper .blog-items {
    width: 45% !important;
  }
}
@media screen and (max-width: 767px) {
  .galler-wrapper .gallery-item {
    width: 45%;
  }
  .blog-wrapper .blog-items {
    width: 90% !important;
  }
}
@media screen and (max-width: 450px) {
  .galler-wrapper .gallery-item {
    width: 95%;
  }
}
/*------Gallery Section--------*/
/*------Blog Single Section--------*/
.blog-wrapper a {
  color: #f77311;
  font-size: 16px;
  font-weight: 500;
}
.blog-wrapper .blong-single-header {
  text-align: center;
  margin: 0 auto 65px;
}
.blog-wrapper .blong-single-header .title {
  color: #040201;
}
.blog-wrapper .blong-single-header span {
  font-size: 18px;
  color: #827f7e;
}
.blog-wrapper .blong-single-header span .name {
  color: #827f7e;
  margin-right: 15px;
  transition: all 0.3s;
}
.blog-wrapper .blong-single-header span .name:hover {
  color: #f77311;
}
.blog-wrapper .blog-header-top-2 {
  text-align: center;
  margin: 0 auto 40px;
}
.blog-wrapper .thumb-1 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 50px;
}
.blog-wrapper .thumb-1 img {
  width: 100%;
  height: 100%;
  border-radius: 40%;
}
.blog-wrapper .blog-single-middle {
  margin-bottom: 50px;
}
.blog-wrapper .blog-single-middle p {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 450;
}
.blog-wrapper .blog-single-middle-2 {
  margin-bottom: 50px;
}
.blog-wrapper .blog-single-middle-2 .title {
  margin-bottom: 15px;
}
.blog-wrapper .blog-single-middle-2 p {
  font-size: 17px;
  margin-bottom: 15px;
}
.blog-wrapper .blog-single-middle-2 .text-base-p {
  font-weight: 500;
}
.blog-wrapper .blog-single-middle-3 {
  margin-bottom: 50px;
}
.blog-wrapper .blog-single-middle-3 .text-base-p {
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-wrapper .blog-single-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.blog-wrapper .blog-single-bottom .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.blog-wrapper .blog-single-bottom .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-wrapper .blog-single-bottom .cont {
  max-width: 420px;
}
.blog-wrapper .blog-single-bottom .cont .title {
  color: #040201;
  margin-bottom: 1px;
}
.blog-wrapper .blog-single-bottom-thumb {
  border-radius: 40%;
  overflow: hidden;
}
.blog-wrapper .blog-single-bottom-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 575px) {
  #pagination .page-numbers {
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #f77311;
    width: 40px;
    height: 40px;
    padding: 8px 15px;
  }
  .blog-wrapper .blong-single-header .title {
    color: #040201;
    font-size: 30px;
  }
  .blog-wrapper .blong-single-header p {
    font-size: 15px;
  }
  .blog-header-top-2 .title {
    font-size: 30px;
  }
  .blog-single-middle-2 .title {
    font-size: 30px;
  }
  .blog-single-middle-2 p {
    font-size: 15px;
  }
  .blog-single-middle p {
    font-size: 16px !important;
  }
  .blog-single-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  .blog-single-bottom .thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .blog-single-bottom .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-single-bottom .cont {
    max-width: 100%;
  }
  .blog-single-bottom .cont .title {
    color: #040201;
    margin-bottom: 1px;
  }
}
/*------Blog Single Section--------*/
/*------Provide Section--------*/
.provide-section {
  overflow: hidden;
  position: relative;
}
.provide-section .container {
  position: relative;
}

.provide-shape {
  position: absolute;
  bottom: -70px;
  left: 0;
}

.provide-thumb {
  width: 100%;
  height: 100%;
}
.provide-thumb img {
  width: 100%;
  height: 100%;
}

.provide-content p {
  font-size: 17px;
  font-weight: 450;
  line-height: 1.8;
}
.provide-content ul li {
  position: relative;
  margin-left: 20px;
}
.provide-content ul li:not(:last-child) {
  margin-bottom: 15px;
  font-size: 17px;
}
.provide-content ul li::before {
  position: absolute;
  content: "";
  background: #f77311;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 10px;
  left: -20px;
}

/*--Client section--*/
.client-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 29, 35, 0.7)), url(../../assets/images/client/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.client-wrapper .client-item p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding: 20px 40px;
}
.client-wrapper .client-item p i {
  position: absolute;
  color: #f77311;
  font-size: 36px;
  top: 13px;
  left: 2px;
}
.client-wrapper .client-item .client-review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.client-wrapper .client-item .client-review .thumb {
  margin-right: 15px;
}
.client-wrapper .client-item .client-review .thumb img {
  border-radius: 100%;
}
.client-wrapper .client-item .client-review .content .name {
  color: #fff;
  margin-bottom: 2px;
}
.client-wrapper .client-item .client-review .content .designation {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.client-wrapper .client-item .btn-center {
  text-align: center !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 991px) {
  .provide-thumb {
    width: 500px;
    text-align: center;
    margin: 0 auto 50px;
  }
  .provide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .client-wrapper .client-item .btn-center {
    text-align: center !important;
    margin: 40px 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .provide-thumb {
    width: 100%;
    height: 100%;
  }
  .provide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 500px) {
  .provide-shape {
    display: none;
  }
  .client-wrapper .client-item p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  .client-wrapper .client-item p i {
    display: none;
  }
  .client-wrapper .client-item .client-review {
    justify-content: left;
  }
}
/*------Provide Section--------*/
/*------pricing Section--------*/
.price-section .pricing-item {
  border-radius: 25px;
  overflow: hidden;
  transition: 0.3s;
}
.price-section .pricing-item:hover {
  box-shadow: 1px 4px 18px 3px #888;
  transform: translateY(-20px);
  transition: all 0.4s ease-in-out;
}
.price-section .pricing-item.active {
  box-shadow: 1px 4px 18px 3px #888;
}
.price-section .pricing-title {
  margin-bottom: 0;
}
.price-section .package-price {
  font-size: 24px;
  font-weight: 600;
}
.price-section .price-package-list ul:first-child {
  border-top: 1px solid #fff;
}
.price-section .price-package-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

/*------pricing Section--------*/
/*------Contact Section--------*/
.contact-section {
  background: #eae8e9;
  overflow: hidden;
  position: relative;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -170px;
}
.contact-wrapper .contact-info {
  max-width: 400px;
  background: #f88f42;
  padding: 40px 30px;
  margin-right: -170px;
  z-index: 1;
}
.contact-wrapper .contact-info .contact-info-content .title {
  color: #fff;
  margin-bottom: 20px;
}
.contact-wrapper .contact-info .contact-info-content ul li {
  display: flex;
  align-items: center;
}
.contact-wrapper .contact-info .contact-info-content ul li i {
  margin-right: 10px;
  font-size: 27px;
  color: #fff;
}
.contact-wrapper .contact-info .contact-info-content ul li .cont {
  color: #fff;
  font-size: 16px;
}
.contact-wrapper .contact-info .contact-info-content ul li .cont a {
  color: #fff;
  font-size: 16px;
}
.contact-wrapper .contact-info .contact-info-content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.contact-wrapper .contact-info .contact-info-content .icon-area {
  margin-top: 110px;
  display: flex;
  align-items: center;
}
.contact-wrapper .contact-info .contact-info-content .icon-area a {
  margin: 0 15px;
}
.contact-wrapper .contact-info .contact-info-content .icon-area a i {
  color: #fff;
  font-size: 21px;
}
.contact-wrapper .contact-message {
  width: calc(100% - 400px);
  background: #fff;
  padding: 40px 35px;
}
.contact-wrapper .contact-message .contact-form {
  margin-left: 200px;
}
.contact-wrapper .contact-message .contact-form .form-group input {
  width: 100%;
  border: none;
  color: #837b76;
  outline: none;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid #c8c2c2;
  padding-bottom: 10px;
}
.contact-wrapper .contact-message .contact-form .form-group textarea {
  width: 100%;
  height: 220px;
  border: none;
  outline: none;
  font-size: 17px;
  font-weight: 500;
  color: #837b76;
  border-bottom: 2px solid #c8c2c2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.contact-wrapper .contact-message .contact-form .form-group button {
  border: none;
  color: #f77311;
  border: 1px dashed #f77311;
  border-radius: 20px;
  padding: 10px 30px;
}

@media screen and (max-width: 991px) {
  .contact-wrapper {
    display: inline;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -170px;
  }
  .contact-wrapper .contact-info {
    max-width: 100%;
    background: #f88f42;
    padding: 40px 30px;
    margin-right: 0;
    z-index: 1;
  }
  .contact-wrapper .contact-info .contact-info-content .title {
    color: #fff;
    margin-bottom: 20px;
  }
  .contact-wrapper .contact-info .contact-info-content ul li {
    display: flex;
    align-items: center;
  }
  .contact-wrapper .contact-info .contact-info-content ul li i {
    margin-right: 10px;
    font-size: 27px;
    color: #fff;
  }
  .contact-wrapper .contact-info .contact-info-content ul li .cont {
    color: #fff;
    font-size: 16px;
  }
  .contact-wrapper .contact-info .contact-info-content ul li .cont a {
    color: #fff;
    font-size: 16px;
  }
  .contact-wrapper .contact-info .contact-info-content ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact-wrapper .contact-info .contact-info-content .icon-area {
    margin-top: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .contact-wrapper .contact-info .contact-info-content .icon-area a {
    margin: 0 15px;
  }
  .contact-wrapper .contact-info .contact-info-content .icon-area a i {
    color: #fff;
    font-size: 21px;
  }
  .contact-wrapper .contact-message {
    width: 100%;
    background: #fff;
    padding: 40px 35px;
  }
  .contact-wrapper .contact-message .contact-form {
    margin-left: 0;
  }
  .contact-wrapper .contact-message .contact-form .form-group input {
    width: 100%;
    border: none;
    color: #837b76;
    outline: none;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 2px solid #c8c2c2;
    padding-bottom: 10px;
  }
  .contact-wrapper .contact-message .contact-form .form-group textarea {
    width: 100%;
    height: 220px;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 500;
    color: #837b76;
    border-bottom: 2px solid #c8c2c2;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .contact-wrapper .contact-message .contact-form .form-group button {
    border: none;
    color: #f77311;
    border: 1px dashed #f77311;
    border-radius: 20px;
    padding: 10px 30px;
  }
}
/*------Contact Section--------*/
/*------Comment Section--------*/
.comment-fluid input {
  width: 100%;
  padding: 20px 20px 300px 20px;
  border: none;
  outline: none;
  border: 1px dashed #9e9e9e;
}

.form-group-2 input {
  width: 100%;
  padding: 12px 10px;
  border: none;
  outline: none;
  border: 1px dashed #9e9e9e;
}
.form-group-2 button {
  width: 100%;
  padding: 14px 5px;
  border: none;
  outline: none;
  border: 1px dashed #f77311;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

/*------Comment Section--------*/
/*------Footer Section--------*/
.footer-content {
  padding: 25px 10px;
}
.footer-content p {
  text-align: center;
  margin: 0 auto;
  color: #858483;
  font-size: 17px;
  font-weight: 500;
}
.footer-content p a {
  color: #f77311;
}
.footer-content p i {
  font-size: 20px;
  color: red;
}

.side-button {
  background: #f77311;
  border-radius: 3px;
  font-size: 20px;
  float: right;
  position: fixed;
  bottom: 100px;
  right: 45px;
  outline: none;
  padding: 10px 15px;
}
.side-button i {
  color: #fff;
}

/*------Footer Section--------*//*# sourceMappingURL=style.css.map */