#button {
  display: inline-block;
  background-color: #1a1a1a;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 25px;
  color: #62748f;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #62748f;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */
.btnpm {
  border: 1px solid;
  color: #8593a9;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 5px;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  margin: auto;
  color: #8593a9;
}

.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;
  font-family: "Roboto Condensed", sans-serif;
}

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

.heading {
  text-align: center;
}
.heading h2 {
  color: #0f1941;
  text-transform: uppercase;
  font-weight: 900;
  padding: 30px 10px;
}
.heading h2 span {
  font-weight: 300;
}
.heading p {
  color: #8593a9;
  font-size: 12px;
}

header {
  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: #ff2b58 !important;
}
header .navbar-nav li a {
  color: #ff2b58 !important;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
}
header .navbar-nav li a:hover {
  color: #ff2b58 !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: #ff2b58;
  color: #fff !important;
}
header .navbar-nav .mpost a i {
  margin-right: 5px;
}
header .navbar-nav .mpost a:hover {
  background: #081035;
  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: #ff2b58;
  color: #fff !important;
  text-decoration: none;
}
header .topbar {
  background: #f5f5f5;
  text-align: center;
  color: #1a171b;
}
header .topbar p {
  margin: 0px;
  color: #ff2b58;
  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: #1a171b;
  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: #ff2b58;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .topbar .ftsocial li:nth-child(1) a {
  color: #3b5998;
}
header .topbar .ftsocial li:nth-child(2) a {
  color: #1da1f2;
}
header .topbar .ftsocial li:nth-child(3) a {
  color: #dd4b39;
}
header .topbar .ftsocial li:nth-child(4) a {
  color: #e4405f;
}
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: #ff2b58;
  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: 185px;
}
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;
  }
}

.contactuspage {
  overflow: hidden;
}
.contactuspage figure:after {
  display: none;
}
.contactuspage .cninner h3 {
  color: #ff2b58;
  font-weight: bold;
}
.contactuspage .cninner ul {
  background: #fff4f4;
  padding: 25px;
}
.contactuspage .cninner li {
  list-style: none;
  line-height: 29px;
  margin-bottom: 10px;
  font-size: 17px;
}
.contactuspage .cninner li a {
  color: #ff2b58;
}
.contactuspage .cninner form label {
  text-transform: capitalize;
}

#slider {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
#slider .overlay {
  background: #000;
  width: 100%;
  opacity: 0;
  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: 3.5em;
  background: rgba(68, 68, 68, 0.85);
  padding: 10px;
}
#slider .carousel-caption .btn {
  color: #fff;
  font-size: 14px;
  background: #ff2b58;
  border-radius: 100px;
  padding: 5px 25px;
  transition: 0.3s ease-in-out;
}
#slider .carousel-caption .btn:hover {
  background: #081035;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  z-index: 99;
}
#slider .carousel-inner,
#slider .carousel-item,
#slider .carousel-item img {
  height: 500px;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  background: rgba(68, 68, 68, 0.85);
  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, #ff2b58, #ff2b58);
}
#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: #0f1941;
  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: #ff2b58;
}
#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: #081035;
}

#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: #ff2b58;
}
#about h4 {
  color: #ff2b58;
  font-weight: bold;
}
#about h2 {
  font-weight: bold;
  color: #ff2b58;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
#about h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgb(214, 123, 4);
  margin: auto;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
}
#about .abinner p {
  text-align: center;
  width: 60%;
  margin: auto;
}
#about .abinner .media {
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
}
#about .abinner .media .left {
  margin-right: 10px;
}
#about .abinner .media .left i {
  color: #ff2b58;
  font-size: 30px;
}
#about .abinner .media .right h5 {
  font-weight: bold;
  color: #022254;
}
#about .abinner .rmore {
  border-radius: 20px 0px;
  padding: 15px 30px !important;
  background: #ff2b58;
  color: #fff !important;
}
#about .abinner .rmore i {
  margin-right: 5px;
}
#about .abinner .rmore:hover {
  background: #081035;
  color: #fff !important;
}

.whyus {
  background: url(../img/whyus.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.whyus .whyinner {
  /*-=-=-=-=-=-=-=-=-=-=-=- */
  /* Column Grids */
  /*-=-=-=-=-=-=-=-=-=-=-=- */
  /* Column Grids End */
}
.whyus .whyinner .col_half {
  width: 49%;
}
.whyus .whyinner .col_third {
  width: 24%;
}
.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 {
  color: #fff;
  padding: 20px 0;
  border-radius: 5px;
}
.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;
  color: #ff2b58;
}
.whyus .whyinner .heading h2 {
  padding: 10px;
  color: #fff;
}

.gallery h2 {
  text-transform: capitalize;
  font-weight: bold;
  color: #ff2b58;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.gallery h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgb(214, 123, 4);
  margin: auto;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
}
.gallery .csinner {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.gallery .csinner a {
  overflow: hidden;
  display: block;
}
.gallery .csinner figure {
  overflow: hidden;
  margin: 0px;
}
.gallery .csinner figure img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.gallery .csinner figcaption {
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  padding: 10px 13px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
  bottom: -30px;
  line-height: 25px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.gallery .csinner figcaption strong {
  display: block;
  margin-bottom: 5px;
}
.gallery .csinner:hover figure img {
  transform: scale(1.1);
}
.gallery .csinner:hover figcaption {
  background: #081035;
  bottom: 0px;
}

#webest {
  background: #ff2b58;
}
#webest .cminner ul {
  display: flex;
  color: #fff;
  align-items: center;
}
#webest .cminner ul li {
  list-style: none;
  margin: 10px;
  text-transform: capitalize;
  align-items: center;
  display: flex;
  padding: 10px 25px;
}
#webest .cminner ul li img {
  margin-right: 10px;
}

.enquiry {
  background: url(../img/enq.jpg);
  background-attachment: fixed;
  border-top: 5px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.enquiry .enquiryinner {
  background: linear-gradient(45deg, rgba(16, 15, 15, 0.79), rgba(86, 74, 74, 0.68));
  text-align: center;
}
.enquiry .enquiryinner h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}
.enquiry .enquiryinner .btn {
  border-radius: 5px;
  background: transparent;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
  color: #fff;
}
.enquiry .enquiryinner .btn:hover {
  color: #fff;
  background: #0b1237;
}

.coreserv h2 {
  text-transform: capitalize;
  font-weight: bold;
  color: #ff2b58;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.coreserv h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgb(214, 123, 4);
  margin: auto;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
}
.coreserv .csinner {
  position: relative;
  margin-top: 15px;
}
.coreserv .csinner figure {
  position: relative;
  overflow: hidden;
  height: 208px;
}
.coreserv .csinner figure .overlay {
  position: absolute;
  background: rgba(8, 16, 53, 0.72);
  top: 0px;
  left: 0px;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 0.3s ease-in-out;
}
.coreserv .csinner figure img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.coreserv .csinner figure .mtbotm {
  color: #fff;
  padding: 10px 13px;
  z-index: 99;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
  bottom: 0px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.coreserv .csinner figure .mttop {
  color: #fff;
  padding: 10px 13px;
  width: -moz-max-content;
  width: max-content;
  top: 0px;
  transition: 0.3s ease-in-out;
  z-index: 99;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.coreserv .csinner figure .mttop .featured {
  max-width: 85px;
  display: inline-block;
  background-color: #f1bf7f;
  color: #333;
  padding: 0px 10px;
}
.coreserv .csinner figure .mttop .sales {
  max-width: 85px;
  display: inline-block;
  background-color: #1da8dd;
  color: #fff;
  padding: 0px 10px;
}
.coreserv .csinner .descl h3 {
  color: #ff2b58;
  font-size: 22px;
  height: 50px;
  overflow: hidden;
}
.coreserv .csinner .descl p {
  height: 60px;
  overflow: hidden;
}
.coreserv .csinner .descl p a {
  color: #ff2b58;
}
.coreserv .csinner .btnbtm {
  border-top: 2px solid #d67b04;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.coreserv .csinner .btnbtm a {
  border: 1px solid;
  color: #8593a9;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 5px;
}
.coreserv .csinner:hover figure img {
  transform: scale(1.1);
}
.coreserv .csinner:hover figure .overlay {
  opacity: 0.6;
}
.coreserv .pagination li a {
  color: #ff2b58;
}
.coreserv .btnfxz {
  display: flex;
}
.coreserv .btnfxz .dropdown {
  font-size: 12px;
}
.coreserv .btnfxz .dropdown button {
  background-color: transparent;
  border: unset;
  color: #8593a9;
  text-transform: capitalize;
  font-size: 12px;
}
.coreserv .btnfxz .dropdown .dropdown-item {
  font-size: 12px;
}

.prcoreserv .btnpr {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.prcoreserv .search .search-container input {
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  margin: 0px;
  background: transparent;
  border: 1px solid #eee;
  text-transform: capitalize;
  outline: none !important;
  color: #ccc;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 0px;
}
.prcoreserv .search .search-container button {
  background-color: #ff2b58;
  border: 1px solid #ff2b58;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
  padding: 5px 15px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prcoreserv .search .search-container button i {
  margin-right: 5px;
}
.prcoreserv .search .search-container button:hover {
  background: #020619;
  border-color: #020619;
  color: #ccc;
}
.prcoreserv .widget .widget-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
  color: #3a4659;
  margin: 0 0 10px;
  padding: 7px 0;
}
.prcoreserv .widget ul {
  padding: 10px;
}
.prcoreserv .widget ul li {
  list-style: none;
  font-size: 13px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.prcoreserv .widget ul li a {
  color: #62748f;
}
.prcoreserv .widget ul li a i {
  font-size: 12px;
}
.prcoreserv .listing-widget h4 {
  background: #2b2937;
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
.prcoreserv .listing-widget .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
}
.prcoreserv .listing-widget .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: transparent;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: relative;
  left: 10px;
}
.prcoreserv .listing-widget .owl-nav .owl-prev span {
  position: relative;
  top: -5px;
}
.prcoreserv .listing-widget .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: transparent;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: 10px;
}
.prcoreserv .listing-widget .owl-nav .owl-next span {
  position: relative;
  top: -5px;
}
.prcoreserv h1 {
  text-transform: capitalize;
  font-weight: bold;
  color: #ff2b58;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
}
.prcoreserv h2 {
  text-transform: capitalize;
  font-weight: bold;
  color: #ff2b58;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
}
.prcoreserv .dmflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prcoreserv .dmflex .slm a {
  display: block;
  color: #8593a9;
}
.prcoreserv .dmflex ul {
  display: flex;
}
.prcoreserv .dmflex ul li {
  list-style: none;
  margin-right: 10px;
}
.prcoreserv .dmflex ul li:nth-child(2) a {
  color: #3b5998;
}
.prcoreserv .dmflex ul li:nth-child(3) a {
  color: #1da1f2;
}
.prcoreserv .dmflex ul li:nth-child(4) a {
  color: #dd4b39;
}
.prcoreserv .acc {
  margin-top: 10px;
}
.prcoreserv .acc button {
  background: #eee;
  border: 0px;
  width: 100%;
  padding: 10px;
  display: block;
  display: flex;
  justify-content: space-between;
}
.prcoreserv .acc ul {
  display: flex;
  flex-wrap: wrap;
}
.prcoreserv .acc ul li {
  list-style: none;
  width: 33.3%;
  min-width: 33.3%;
  padding: 3px 10px;
  margin-top: 10px;
}
.prcoreserv .csinner {
  position: relative;
  margin-top: 15px;
}
.prcoreserv .csinner figure {
  position: relative;
  overflow: hidden;
  height: 208px;
}
.prcoreserv .csinner figure .overlay {
  position: absolute;
  background: rgba(8, 16, 53, 0.72);
  top: 0px;
  left: 0px;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 0.3s ease-in-out;
}
.prcoreserv .csinner figure img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.prcoreserv .csinner figure .mtbotm {
  color: #fff;
  padding: 10px 13px;
  z-index: 99;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
  bottom: 0px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.prcoreserv .csinner figure .mttop {
  color: #fff;
  padding: 10px 13px;
  width: -moz-max-content;
  width: max-content;
  top: 0px;
  transition: 0.3s ease-in-out;
  z-index: 99;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.prcoreserv .csinner figure .mttop .featured {
  max-width: 85px;
  display: inline-block;
  background-color: #f1bf7f;
  color: #333;
  padding: 0px 10px;
}
.prcoreserv .csinner figure .mttop .sales {
  max-width: 85px;
  display: inline-block;
  background-color: #1da8dd;
  color: #fff;
  padding: 0px 10px;
}
.prcoreserv .csinner .descl h3 {
  color: #ff2b58;
  font-size: 22px;
  height: 50px;
  overflow: hidden;
}
.prcoreserv .csinner .descl p {
  height: 60px;
  overflow: hidden;
}
.prcoreserv .csinner .descl p a {
  color: #ff2b58;
}
.prcoreserv .csinner .btnbtm {
  border-top: 2px solid #d67b04;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.prcoreserv .csinner .btnbtm a {
  border: 1px solid;
  color: #8593a9;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 5px;
}
.prcoreserv .csinner:hover figure img {
  transform: scale(1.1);
}
.prcoreserv .csinner:hover figure .overlay {
  opacity: 0.6;
}

#bannerwrap {
  background: url(../img/prsl.jpg);
  height: 580px;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.portfolio h2 {
  text-transform: capitalize;
  font-weight: bold;
  color: #ff2b58;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.portfolio h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgb(214, 123, 4);
  margin: auto;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
}
.portfolio .csinner {
  position: relative;
  margin-top: 15px;
}
.portfolio .csinner figure {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.portfolio .csinner figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.portfolio .csinner figure a {
  margin: auto;
  z-index: 9;
  width: 150px;
  top: 45%;
  position: absolute;
  border: 1px solid #ff2b58;
  padding: 5px;
  left: 0px;
  right: 0px;
  color: #ffbf00;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.portfolio .csinner figure .overlay {
  position: absolute;
  background: rgba(8, 16, 53, 0.72);
  top: 0px;
  left: 0px;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 0.3s ease-in-out;
}
.portfolio .csinner figure img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.portfolio .csinner:hover figure img {
  transform: scale(1.1);
}
.portfolio .csinner:hover figure .overlay {
  opacity: 0.6;
}

.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: 115px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 24px;
}

.mailfx {
  position: fixed;
  bottom: 25px;
  right: 65px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #1a1a1a;
  color: #62748f;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 24px;
}
.mailfx:hover {
  color: #ff2b58;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  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 h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#mission .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  background: #ff2b58;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 26px;
  border-radius: 100px;
}
#mission .overlay {
  position: absolute;
  background: rgba(8, 16, 53, 0.72);
  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: #ff2201;
}

.testimonials {
  background: #f8f8f8;
}
.testimonials .heading h2 {
  text-transform: capitalize;
  font-weight: bold;
  color: #ff2b58;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.testimonials .heading h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgb(214, 123, 4);
  margin: auto;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
}
.testimonials .slider {
  overflow: hidden;
  padding: 0px 50px;
  width: 100%;
}
.testimonials .slider .slitem {
  text-align: left;
  display: flex;
  align-items: center;
}
.testimonials .slider .slitem .tst-detail {
  text-align: center;
  position: relative;
  margin: auto;
  padding: 30px;
  min-height: 100px;
}
.testimonials .slider .slitem .tst-detail .userimg img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.testimonials .slider .slitem .tst-detail b {
  font-weight: 900;
  font-size: 14px;
  padding: 0px;
  border-radius: 10px;
  color: #8593a9;
}
.testimonials .slider .slitem .tst-detail i.fa-sharp.fa-solid.fa-quote-left {
  font-size: 35px;
  color: #ff2b58;
}
.testimonials .slider .slitem .tst-detail p {
  position: relative;
  z-index: 9;
  height: 75px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 5px;
}
.testimonials .slider .slitem .tst-detail b {
  display: inline;
}
.testimonials .slider .slitem span {
  display: inline-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: #8593a9;
  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: #ff2b58;
  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: #ff2b58;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: -40px;
}
.testimonials .slider .owl-nav .owl-next span {
  position: relative;
  top: -5px;
}

footer {
  background: url("../img/footer.jpg");
  padding-top: 45px;
  margin-top: 0px;
  color: #cbcbcb;
}
footer .ftinner i.fas.fa-chevron-right {
  font-size: 9px;
}
footer .ftinner .media {
  display: flex;
}
footer .ftinner .media .left {
  width: 40%;
  min-width: 40%;
  border-radius: 5px;
  overflow: hidden;
}
footer .ftinner .media .right {
  padding-left: 10px;
}
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 #141b3d;
}
footer .ftinner h3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 31%;
  height: 2px;
  bottom: -2px;
  max-width: 60px;
  background-color: #ff2b58;
}
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: #ff2b58;
}
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: #323840;
  margin-right: 10px;
}
footer .ftinner .sociallinks li a:hover {
  background-color: #020619;
}
footer .ftinner .sociallinks li:nth-child(1) a {
  color: #3b5998;
}
footer .ftinner .sociallinks li:nth-child(2) a {
  color: #1da1f2;
}
footer .ftinner .sociallinks li:nth-child(3) a {
  color: #dd4b39;
}
footer .ftinner .sociallinks li:nth-child(4) a {
  color: #e4405f;
}
footer .ftinner .contact-info a {
  color: #cbcbcb;
  transition: 0.3s ease-in-out;
}
footer .ftinner .contact-info a:hover {
  color: #ff2b58;
}
footer .copyright {
  text-align: center;
  text-transform: capitalize;
  background: #43474d;
  padding-top: 15px;
  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: #ff2b58;
}

@media only screen and (max-width: 1023px) {
  .whyus .whyinner .wrapper {
    width: 100%;
  }
  .topbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #webest .cminner ul {
    flex-wrap: wrap;
  }
  #webest .cminner ul li {
    width: 100%;
  }
  #webest .cminner ul li strong {
    font-weight: bolder;
    font-size: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: block;
  }
  #webest .cminner ul li img {
    margin-right: 15px;
  }
  #about .abinner p {
    width: 100%;
    text-align: justify;
  }
  .coreserv .btnfxz .dropdown button {
    padding: 5px;
  }
  .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: 150px;
  }
}/*# sourceMappingURL=style.css.map */