@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
body {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  margin: auto;
  color: #0c0c0c;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

ul {
  padding: 0px;
  margin: 0px;
}

.heading {
  text-align: center;
}
.heading h2 {
  color: #2d2929;
  text-transform: uppercase;
  font-weight: 900;
  padding: 30px 10px;
}
.heading h2 span {
  font-weight: 300;
}
.heading p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
}

header {
  background: #fff6c3;
  border-bottom: 1px solid #eee;
}
header .navbar {
  padding: 0px;
}
header .navbar-nav li {
  padding: 15px 2px;
}
header .navbar-nav li a.nav-link.active {
  color: rgb(15, 25, 65) !important;
}
header .navbar-nav li a {
  color: rgb(69, 69, 69) !important;
  font-size: 14px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}
header .navbar-nav li a:hover {
  color: #712f31 !important;
  text-decoration: none;
}
header .navbar-nav li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header .navbar-nav .mpost a {
  border-radius: 20px 0px;
  padding: 10px 30px !important;
  background: #712f31;
  color: #fff !important;
}
header .navbar-nav .mpost a i {
  margin-right: 5px;
}
header .navbar-nav .mpost a:hover {
  background: #2d2929;
  color: #fff !important;
}
header .dropdown-menu {
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  max-width: 460px;
  border-radius: 0px;
  transition: 0.4s;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 15px;
  position: relative;
}
header .dropdown-menu .ulinner ul {
  border-radius: 0px;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
  padding: 0px;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  padding: 5px 10px;
}
header .dropdown-menu .ulinner ul li a:before {
  display: none;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #712f31;
  color: #fff !important;
  text-decoration: none;
}
header .topbar {
  background: #712f31;
  text-align: center;
  color: #fff;
}
header .topbar p {
  margin: 0px;
  color: #712f31;
  padding: 10px 0px;
}
header .topbar ul {
  padding: 5px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
  margin-right: 10px;
}
header .topbar ul li a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #fafafa;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .topbar form.d-flex {
  padding: 5px;
}
header .topbar form.d-flex input {
  border-radius: 0px;
  max-height: 37px;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex input:focus {
  box-shadow: unset;
  background: #eee;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex .btn-primary {
  background: #ebc4a1;
  border-color: #712f31;
  transition: 0.3s ease-in-out;
  color: white;
  position: relative;
  left: -42px;
}
header .topbar form.d-flex .btn-primary:hover {
  color: #ffe1c6;
}
header .navbar-brand {
  width: 300px;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0px 15px;
}
header .cninfo li {
  display: flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  text-transform: lowercase;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

#slider {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
#slider .overlay {
  background: #000;
  width: 100%;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
#slider .carousel-caption {
  position: absolute;
  z-index: 9;
  top: 30%;
}
#slider .carousel-caption h3 {
  font-size: 1.9em;
}
#slider .carousel-caption .btn {
  color: #fff;
  font-size: 14px;
  background: #712f31;
  border-radius: 100px;
  padding: 5px 25px;
  transition: 0.3s ease-in-out;
}
#slider .carousel-caption .btn:hover {
  background: #2d2929;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  z-index: 999;
}
#slider .carousel-inner,
#slider .carousel-item,
#slider .carousel-item img {
  height: 500px;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  background: #2f2222;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
#slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#servicesar {
  overflow: hidden;
  position: relative;
  border-top: 3px solid #fff;
  background: linear-gradient(45deg, #712f31, #712f31);
}
#servicesar:after {
  top: -35px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  left: 0px;
  right: 0px;
  position: absolute;
  content: "";
  background: #fff;
  margin: auto;
}
#servicesar .heading h2 {
  color: #fff;
}
#servicesar .media {
  background: #fff;
  padding: 15px;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;
}
#servicesar .media h4 {
  font-size: 18px;
}
#servicesar .media h4 a {
  color: #2d2929;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#servicesar .media h4 a:hover {
  color: #712f31;
}
#servicesar .media .desc p {
  line-height: 22px;
  color: #222;
  height: 67px;
  margin-bottom: 0px;
  font-size: 14px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#servicesar .media .left {
  margin-right: 10px;
}
#servicesar .media .left a i {
  font-size: 45px;
  padding: 14px;
  color: #2d2929;
}

#about figure {
  position: relative;
}
#about figure a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
#about figure a img {
  transition: 0.3s ease-in-out;
}
#about figure a:hover img {
  transform: scale(1.1);
}
#about figure:after {
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  background: #712f31;
}
#about h4 {
  color: #712f31;
  font-weight: bold;
}
#about h2 {
  font-weight: bold;
  color: #2d2929;
}
#about .abinner .media {
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
}
#about .abinner .media .left {
  margin-right: 10px;
}
#about .abinner .media .left i {
  color: #712f31;
  font-size: 30px;
}
#about .abinner .media .right h5 {
  font-weight: bold;
  color: #2d2929;
}
#about .abinner .rmore {
  border-radius: 20px 0px;
  padding: 15px 30px !important;
  background: #712f31;
  color: #fff !important;
}
#about .abinner .rmore i {
  margin-right: 5px;
}
#about .abinner .rmore:hover {
  background: #2d2929;
  color: #fff !important;
}

.whyus {
  background: url(../img/whyus.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.whyus .whyinner {
  background: linear-gradient(45deg, rgb(113, 47, 49), rgba(255, 129, 17, 0.65));
  /*-=-=-=-=-=-=-=-=-=-=-=- */
  /* Column Grids */
  /*-=-=-=-=-=-=-=-=-=-=-=- */
  /* Column Grids End */
}
.whyus .whyinner .col_half {
  width: 49%;
}
.whyus .whyinner .col_third {
  width: 32%;
}
.whyus .whyinner .col_fourth {
  width: 23.5%;
}
.whyus .whyinner .col_fifth {
  width: 18.4%;
}
.whyus .whyinner .col_sixth {
  width: 15%;
}
.whyus .whyinner .col_three_fourth {
  width: 74.5%;
}
.whyus .whyinner .col_twothird {
  width: 66%;
}
.whyus .whyinner .col_half,
.whyus .whyinner .col_third,
.whyus .whyinner .col_twothird,
.whyus .whyinner .col_fourth,
.whyus .whyinner .col_three_fourth,
.whyus .whyinner .col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
}
.whyus .whyinner .end {
  margin-right: 0 !important;
}
.whyus .whyinner .wrapper {
  width: 980px;
  margin: 30px auto;
  position: relative;
}
.whyus .whyinner .counter {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px 0;
  border-radius: 5px;
}
.whyus .whyinner .divv {
  text-align: center;
}
.whyus .whyinner .pls {
  font-size: 22px;
}
.whyus .whyinner .count-title {
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.whyus .whyinner .count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.whyus .whyinner .fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
}
.whyus .whyinner .heading h2 {
  padding: 10px;
  color: #fff;
}

.enquiry {
  background: url(../img/enq.jpg);
  background-attachment: fixed;
  border-top: 5px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.enquiry .enquiryinner {
  background: #fff;
}
.enquiry .enquiryinner h4 {
  font-size: 40px;
  color: #2d2929;
}
.enquiry .enquiryinner .btn {
  background: #2d2929;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.enquiry .enquiryinner .btn:hover {
  color: #fff;
  background: #712f31;
}

.coreserv .csinner {
  position: relative;
}
.coreserv .csinner figure {
  overflow: hidden;
}
.coreserv .csinner figure img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.coreserv .csinner figcaption {
  background: #712f31;
  color: #fff;
  padding: 10px 13px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
  bottom: 0px;
  position: absolute;
}
.coreserv .csinner:hover figure img {
  transform: scale(1.1);
}
.coreserv .csinner:hover figcaption {
  background: #2d2929;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 999;
  background: #585e7e;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#mission {
  position: relative;
  background-image: url("../img/mis.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 333px;
  display: flex;
  align-items: center;
}
#mission .overlay {
  position: absolute;
  background: rgb(45, 41, 41);
  top: 0px;
  left: 0px;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#mission .container {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #fff;
}
#mission .container .btn {
  color: #2d2929;
  background: #ffffff;
  border-radius: 100px;
  padding: 5px 25px;
  transition: 0.3s ease-in-out;
}
#mission .container .btn:hover {
  background: #712f31;
  color: #fff;
}

.testimonials .heading h2 {
  text-transform: capitalize;
  text-align: center;
}
.testimonials .slider {
  overflow: hidden;
  background: #fff4f4;
  padding: 30px 50px;
  width: 100%;
}
.testimonials .slider .slitem {
  text-align: left;
  display: flex;
  align-items: center;
}
.testimonials .slider .slitem .tst-detail {
  text-align: center;
  position: relative;
  background: #fff;
  margin: auto;
  padding: 30px;
  min-height: 100px;
}
.testimonials .slider .slitem .tst-detail b {
  font-weight: 900;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  color: #0d1326;
}
.testimonials .slider .slitem .tst-detail i.fa-sharp.fa-solid.fa-quote-left {
  font-size: 35px;
  color: #712f31;
}
.testimonials .slider .slitem .tst-detail p {
  position: relative;
  z-index: 9;
  height: 75px;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 5px;
}
.testimonials .slider .slitem span {
  display: block;
  text-align: center;
}
.testimonials .slider .slitem span img {
  width: 125px;
  height: 125px;
  padding: 5px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  margin-right: 20px;
}
.testimonials .slider .slitem b {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  color: #03091d;
}
.testimonials .slider .slitem small {
  text-transform: capitalize;
}
.testimonials .slider .slitem p {
  padding: 10px 0px;
  color: #2d2c2c;
  margin: 0px;
  font-size: 14px;
}
.testimonials .slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
}
.testimonials .slider .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: #712f31;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: relative;
  left: -40px;
}
.testimonials .slider .owl-nav .owl-prev span {
  position: relative;
  top: -5px;
}
.testimonials .slider .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: #712f31;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: -40px;
}
.testimonials .slider .owl-nav .owl-next span {
  position: relative;
  top: -5px;
}

#aboutus .abinner {
  padding: 10px;
}

.enquiry-page {
  background: #ffffff;
  padding: 1rem 1rem;
  margin-bottom: 15px;
}
.enquiry-page h2 {
  padding-bottom: 0px;
}
.enquiry-page form {
  background: #fff;
  padding: 1rem 1rem;
}
.enquiry-page form .m-form {
  display: flex;
  position: relative;
  align-items: center;
}
.enquiry-page form .m-form i {
  color: #712f31;
}
.enquiry-page form .m-form .cus-wid {
  width: 115px;
}
.enquiry-page form .m-form .cus-widauto {
  width: calc(100% - 132px);
}
.enquiry-page form .m-form .req {
  font-size: 28px;
  color: #ff7070;
  position: relative;
  top: 5px;
  position: absolute;
  left: 95px;
}
.enquiry-page form .m-form label {
  font-size: 14px;
  margin-left: 10px;
  text-transform: capitalize;
}
.enquiry-page form .m-form .code {
  font-size: 25px;
  color: #712f31;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  background-color: transparent;
  border: 0px;
}
.enquiry-page form .m-form .codetext {
  font-size: 25px;
  font-weight: 900;
  color: #db3333;
  position: relative;
  left: -15px;
}
.enquiry-page form .m-form .form-select {
  text-transform: capitalize;
}
.enquiry-page form .form-control {
  position: relative;
}
.enquiry-page form .form-control input {
  border: 0px;
  text-transform: capitalize;
  padding-left: 25px;
  width: 100%;
  color: #767676;
}
.enquiry-page form .form-control input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.enquiry-page form .form-control .form-select {
  padding: 0px;
  text-transform: capitalize;
  border: 0px;
  padding-left: 25px;
  width: 100%;
}
.enquiry-page form .form-control .form-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.enquiry-page form .form-control textarea {
  border: 0px;
  padding-left: 25px;
  text-transform: capitalize;
  width: 100%;
}
.enquiry-page form .form-control textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.enquiry-page form .btns .btn {
  background: #712f31;
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin: auto;
  padding: 10px 35px;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  min-width: 200px;
}
.enquiry-page form .btns .btn:hover {
  background: #000;
}

.enquiry-pageind {
  background: #ffffff;
  padding: 1rem 1rem;
  margin-bottom: 15px;
}
.enquiry-pageind .heading h2 {
  padding-bottom: 0px;
  color: #fff;
}
.enquiry-pageind .heading p {
  color: #fff;
}
.enquiry-pageind form {
  background: rgba(255, 255, 255, 0.74);
  padding: 1rem 1rem;
}
.enquiry-pageind form .m-form {
  display: flex;
  position: relative;
  align-items: center;
}
.enquiry-pageind form .m-form i {
  color: #712f31;
}
.enquiry-pageind form .m-form .cus-wid {
  width: 115px;
}
.enquiry-pageind form .m-form .cus-widauto {
  width: calc(100% - 132px);
}
.enquiry-pageind form .m-form .req {
  font-size: 28px;
  color: #ff7070;
  position: relative;
  top: 5px;
  position: absolute;
  left: 95px;
}
.enquiry-pageind form .m-form label {
  font-size: 14px;
  margin-left: 10px;
  text-transform: capitalize;
}
.enquiry-pageind form .m-form .code {
  font-size: 25px;
  color: #712f31;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  background-color: transparent;
  border: 0px;
}
.enquiry-pageind form .m-form .codetext {
  font-size: 25px;
  font-weight: 900;
  color: #db3333;
  position: relative;
  left: -15px;
}
.enquiry-pageind form .m-form .form-select {
  text-transform: capitalize;
}
.enquiry-pageind form .form-control {
  position: relative;
}
.enquiry-pageind form .form-control input {
  border: 0px;
  text-transform: capitalize;
  padding-left: 25px;
  width: 100%;
  color: #767676;
}
.enquiry-pageind form .form-control input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.enquiry-pageind form .form-control .form-select {
  padding: 0px;
  text-transform: capitalize;
  border: 0px;
  padding-left: 25px;
  width: 100%;
}
.enquiry-pageind form .form-control .form-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.enquiry-pageind form .form-control textarea {
  border: 0px;
  padding-left: 25px;
  text-transform: capitalize;
  width: 100%;
}
.enquiry-pageind form .form-control textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.enquiry-pageind form .btns .btn {
  background: #712f31;
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin: auto;
  padding: 10px 35px;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  min-width: 200px;
}
.enquiry-pageind form .btns .btn:hover {
  background: #000;
}

#contactus .heading {
  text-transform: capitalize;
}
#contactus .contact-inner ul li b {
  min-width: 145px;
  position: relative;
  text-transform: capitalize;
}
#contactus .contact-inner ul {
  padding: 0px;
}
#contactus .contact-inner ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
#contactus .contact-inner label, #contactus .contact-inner li b {
  text-transform: capitalize;
}
#contactus .contact-inner li a {
  color: #712f31;
}
#contactus .contact-inner ul li i {
  width: 40px;
  height: 40px;
  font-size: 16px;
  background: #f6f1d3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 100px;
  /* padding: 11px; */
  color: #712f31;
}
#contactus .contact-inner iframe {
  width: 100%;
  height: 437px;
  margin-bottom: 15px;
}

footer {
  background: linear-gradient(45deg, #2d2929, #2d2929);
  padding-top: 45px;
  margin-top: 0px;
  color: #cbcbcb;
}
footer .ftinner .contact-info a {
  display: block;
}
footer .ftinner p {
  font-size: 14px;
}
footer .ftinner h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #201d1d;
}
footer .ftinner h3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 31%;
  height: 2px;
  bottom: -2px;
  max-width: 60px;
  background-color: #712f31;
}
footer .ftinner ul {
  padding: 0px;
}
footer .ftinner ul li {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
footer .ftinner ul li .thumb {
  margin-right: 10px;
  width: 100px;
  min-width: 100px;
  height: 75px;
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
  background-color: #fafafa;
}
footer .ftinner ul li .thumb img {
  position: relative;
  height: 75px;
}
footer .ftinner ul li .details h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
footer .ftinner ul li .details h5 a {
  color: #9a9a9a;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  text-align: justify;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
footer .ftinner ul li .details h5 a:hover {
  color: red;
}
footer .ftinner ul li a {
  color: #cbcbcb;
  transition: 0.3s ease-in-out;
}
footer .ftinner ul li a:hover {
  color: #979595;
}
footer .ftinner .sociallinks {
  display: flex;
}
footer .ftinner .sociallinks li {
  display: inline-flex;
}
footer .ftinner .sociallinks li a {
  width: 40px;
  height: 40px;
  color: #9a9a9a;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  justify-content: center;
  background-color: #201d1d;
  margin-right: 10px;
}
footer .ftinner .sociallinks li a:hover {
  color: #9a9a9a;
  background-color: #712f31;
}
footer .ftinner .contact-info a {
  color: #cbcbcb;
  transition: 0.3s ease-in-out;
}
footer .ftinner .contact-info a:hover {
  color: #bdbdbd;
}
footer .ftinner .subscribe .subscribe-container {
  display: flex;
}
footer .ftinner .subscribe .subscribe-container input {
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  margin: 0px;
  background: #201d1d;
  border: 1px solid transparent;
  border-right: 0 !important;
  text-transform: capitalize;
  outline: none !important;
  color: #ccc;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 0px;
}
footer .ftinner .subscribe .subscribe-container button {
  background-color: #712f31;
  border: 1px solid #712f31;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
footer .ftinner .subscribe .subscribe-container button i {
  margin-right: 5px;
}
footer .ftinner .subscribe .subscribe-container button:hover {
  background: #712f31;
  border-color: #712f31;
  color: #ccc;
}
footer .copyright {
  text-align: center;
  text-transform: capitalize;
  margin-top: 15px;
  font-size: 14px;
}
footer .copyright ul {
  text-align: right;
}
footer .copyright ul li {
  display: inline-block;
}
footer .copyright ul li a {
  color: #9a9a9a;
  text-decoration: none;
}
footer .copyright ul li a:hover {
  color: #712f31;
}

@media only screen and (max-width: 1023px) {
  .whyus .whyinner .wrapper {
    width: 100%;
  }
  .topbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .miinner {
    margin-bottom: 15px;
  }
  #slider .carousel-caption {
    top: 20%;
  }
  #slider .carousel-caption h3 {
    font-size: 28px;
  }
  .enquiry .enquiryinner h4 {
    font-size: 26px;
  }
  footer .ftinner {
    margin-bottom: 25px;
  }
  footer .ftinner .contact-info a {
    margin-bottom: 10px;
    display: block;
  }
  #slider .carousel-inner,
  #slider .carousel-item,
  #slider .carousel-item img {
    height: 275px;
  }
  .testimonials .slider .slitem .tst-detail p {
    height: auto;
  }
  .whyus .whyinner .counter {
    width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  p {
    font-size: 14px;
  }
  #slider {
    background: #03091d;
  }
  ul.navbar-nav {
    background: #f5f5f5;
    padding: 15px;
  }
  header .navbar-nav li {
    padding: 5px 5px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
    border: 0px;
  }
}
@media only screen and (max-width: 413px) {
  header .navbar-brand {
    width: 270px;
  }
}/*# sourceMappingURL=style.css.map */