@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("../../font/CormorantUpright-Bold-font/stylesheet.css");
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#pills-tabContent img {
  width: 100%;
  height: 100%;
}

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

@media (min-width: 767px) and (max-width: 991px) {
  .container {
    max-width: 90%;
  }
}

.slide-text {
  font-size: 13px;
}

.o-r-g {
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-r-img {
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .o-r-img {
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 15px;
  }
}

.slide-heading {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}

.container {
  position: relative;
}

::-moz-placeholder {
  color: #59585A !important;
}

::placeholder {
  color: #59585A !important;
}

.footerbg ::-moz-placeholder {
  color: #FFF !important;
  font-size: 14px;
}

.footerbg ::placeholder {
  color: #FFF !important;
  font-size: 14px;
}

.form-select {
  background-image: url("");
}

.font2 {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-10 {
  font-size: 10px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.maintopbar {
  background-color: rgb(0, 0, 0);
  padding: 6px 0px;
}
.maintopbar .topbarsocialicon a {
  color: #fff;
  transition: all 0.5s;
  font-size: 14px;
  margin-right: 12px;
}
.maintopbar .topbarsocialicon a:hover {
  color: #fff;
}
@media (max-width: 400px) {
  .maintopbar .topbarcontact {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.maintopbar .topbarcontact a {
  color: #fff;
  transition: all 0.5s;
  font-size: 12px;
  margin-right: 14px;
  font-family: "Open Sans", sans-serif;
}
.maintopbar .topbarcontact a:hover {
  color: #fff;
}

.nav-container {
  width: 100%;
  position: fixed;
  color: white;
  transition: background-color 0.2s linear;
}
.nav-container .headerlogo {
  width: 64px;
}
@media (max-width: 991px) {
  .nav-container .navbar-linksedit {
    width: 100%;
  }
}
.nav-container .navbar-linksedit::after {
  background-color: red;
  width: 50px;
  height: 3px;
}
.nav-container .navbar-linksedit a {
  color: white !important;
  font-size: 14px;
  margin-right: 20px;
  height: 73.81px;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
@media (max-width: 991px) {
  .nav-container .navbar-linksedit a {
    font-size: 14px;
    height: 50px;
    display: inline-flex;
  }
}
.nav-container .navbar-linksedit .activenav::after {
  display: block;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #E68556;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (max-width: 991px) {
  .nav-container .navbar-linksedit .activenav::after {
    width: 1px;
    height: 83%;
    background-color: #E68556;
    position: absolute;
    bottom: -9px;
    left: 21px;
    transform: rotate(90deg);
  }
}

#secial-menu {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("../../images/secial-menu.png");
  background-position: top left;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#secial-menu .margin-res {
  text-align: center;
  align-items: center;
  padding: 0 8%;
}

.bg1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../images/home-bg.png);
  background-size: cover;
  width: 100%;
  height: 100vh;
}
@media (max-width: 575px) {
  .bg1 {
    height: 90vh;
  }
}
.bg1 .pagingInfo {
  position: absolute;
  color: #fff;
  text-align: right;
  right: 0;
  bottom: 159px;
}
.bg1 .mainherocontent {
  padding-top: 120px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .bg1 .mainherocontent {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .bg1 .mainherocontent {
    padding-top: 50px;
  }
}
.bg1 .mainherocontent .bgcontentdiv {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 575px) {
  .bg1 .mainherocontent .bgcontentdiv {
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
}
.bg1 .mainherocontent .bgcontentdiv .font2 {
  font-size: 40px;
}
.bg1 .mainherocontent .bgcontentdiv .p-color {
  color: #E68556;
  font-family: "Cormorant Upright";
  font-size: 32px;
}
.bg1 .mainherocontent .bgcontentdiv .font-14 {
  font-size: 14px;
  color: #c2c2c2 !important;
  line-height: 1.8;
}
.bg1 .mainherocontent .bgcontentdiv .innertext::after {
  margin-left: 16px;
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background: white;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .bg1 .mainherocontent .bgcontentdiv .innertext::after {
    display: none;
  }
}
.bg1 .mainherocontent .bgcontentdiv .innertext::before {
  margin-right: 16px;
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background: white;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .bg1 .mainherocontent .bgcontentdiv .innertext::before {
    display: none;
  }
}
.bg1 .mainherocontent .bgcontentdiv .hero-small-text {
  width: 86%;
  margin-left: 8%;
  height: 75.56px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .bg1 .mainherocontent .bgcontentdiv .btnbgcontent {
    bottom: inherit;
  }
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: white;
  transition-property: color;
  transition-duration: 0.3s;
  color: #000;
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical:hover {
  color: white;
  background-color: #e68556;
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical:hover::before {
  transform: scaleY(0);
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical:focus {
  color: white;
  background-color: #e68556;
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical:focus::before {
  transform: scaleY(0);
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical:active {
  color: white;
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical:active::before {
  transform: scaleY(0);
}
.bg1 .mainherocontent .bgcontentdiv .btnbgcontent .hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hedermain {
  background-color: #1F1E23 !important;
  z-index: 999999;
}

.solid-nav {
  background-color: #1F1E23 !important;
  transition: background-color 0.2s linear;
  top: 0;
  color: white;
  border-bottom: none !important;
}

.btn-header {
  background-color: #E68556;
  color: white;
}
.btn-header:hover {
  color: white;
}

.borderactive {
  height: 3px;
  background-color: #E68556;
}

.carousel-caption {
  position: absolute;
  right: inherit;
  bottom: inherit;
  left: inherit;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: -265px;
  transform: translateY(-50%);
}

.sliderfirstcontent {
  font-size: 20px;
  margin: 0px;
  padding-left: 14px;
  color: white;
}

.animatedfirst {
  width: 4px;
  height: 22px;
  background: rgb(173, 123, 97);
  position: relative;
  margin-top: -43px;
  animation: mymove 1s;
  animation-fill-mode: forwards;
}

.main-slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 76px;
  display: block;
  width: auto;
  height: 25px;
  padding: 0;
  margin: -2px 20px;
  list-style: none;
  right: -34%;
}
.main-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.main-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50px;
  height: 2px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #9b9b9b;
}
.main-slider .slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  content: "";
  text-align: center;
  background-color: #121d27;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: #ffffff;
}

section .padding5 {
  padding-left: 5px;
}

.padding50 {
  padding-left: 50px;
  color: #E68556;
}

.margin-4 {
  margin-left: 4px;
}

.bg-text {
  position: absolute;
  right: 0;
  left: 0;
  top: -24px;
}

.counttext {
  position: absolute;
  right: 211px;
  top: 36px;
}

.totalcounttext {
  position: absolute;
  top: 36px;
  right: 16px;
}

.glance {
  font-size: 25px !important;
  font-family: "Cormorant Upright";
}

.ply-btn {
  width: 65px;
  height: 65px;
}
@media (max-width: 575px) {
  .ply-btn {
    width: 45px;
    height: 45px;
  }
}

.testimonialslider {
  height: 325px;
  z-index: 111;
}
.testimonialslider .draggable {
  height: auto;
}
.testimonialslider .draggable .slick-track {
  height: auto;
  display: flex;
}

.service-slider .slick-slide img {
  display: initial;
  width: 75px;
}
.service-slider .slick-active {
  border-left: 1px dotted rgba(234, 134, 90, 0.28);
  border-right: 1px dotted rgba(234, 134, 90, 0.28);
}
.service-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #ff5105;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.service-slider .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #ff5300;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section .design {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.section .design img {
  height: 188px;
  width: 100%;
}
.section .heading {
  position: relative;
  display: initial;
}
.section p {
  color: #59585A;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .section p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .border-section-new .text-center img {
    width: 40x;
    height: 40px;
  }
}

.box {
  position: relative;
}
.box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  bottom: 47px;
  border: solid 4px white;
  border-bottom: 0;
}

.text {
  color: white;
  position: absolute;
  text-align: center;
  top: -22px;
  left: 0px;
  right: -1px;
  white-space: nowrap;
  overflow: hidden;
  font-family: "fjalla one", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .text {
    top: -16px;
    left: 0px;
    right: -1px;
  }
}
.text div {
  width: 100%;
  margin-left: -15%;
}
@media (max-width: 575px) {
  .text div {
    width: 100%;
    margin-left: 0;
  }
}

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  background-color: #E68556;
  color: #fff;
}
.hvr-icon-forward:hover {
  background-color: #E68556;
  color: #fff;
}
.hvr-icon-forward:hover .hvr-icon {
  transform: translateX(4px);
}
.hvr-icon-forward:focus::before {
  transform: translateX(4px);
}
.hvr-icon-forward .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:active .hvr-icon {
  transform: translateX(4px);
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(6px);
  }
}
.text-center h2 {
  font-size: 42px;
  font-family: "Cormorant Upright";
}

.rate {
  display: table;
  margin: 0 auto;
  position: relative;
}
.rate::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.w-p-c-u img {
  width: 60px;
  height: 60px;
}
.w-p-c-u .text-center h4 {
  font-size: 24px;
  font-family: "Cormorant Upright";
}
.w-p-c-u .text-center P {
  color: #c2c2c2 !important;
}

.bg-black {
  background-color: #1f1e23 !important;
}
.bg-black .heading-text {
  position: relative;
  color: #ea865a;
  margin-bottom: 20px;
}
.bg-black .heading-text::after {
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
  left: -50px;
}
.bg-black .border-dashed {
  border-right: 1px dashed #727272 !important;
}
@media (max-width: 575px) {
  .bg-black .border-dashed {
    border-right: none !important;
  }
}

.heading-text-1 {
  position: relative;
  color: #ea865a;
}
.heading-text-1::after {
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
  left: 35%;
}
@media (max-width: 575px) {
  .heading-text-1::after {
    left: 25%;
  }
}

.heading-text-3 {
  position: relative;
}
.heading-text-3::after {
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
  left: 35%;
}

.bg-orange {
  background-color: #FCF0EA;
}
.bg-orange .container1 {
  position: relative;
  width: 100%;
}
.bg-orange .container1:hover .overlay {
  opacity: 1;
}
.bg-orange .container1 .image {
  display: block;
  width: 100%;
  height: auto;
}
.bg-orange .container1 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-image: url("../../images/overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-orange .container1 .text1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container2 {
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .container2 {
    margin-top: 20px;
  }
}
.container2:hover .overlay2 {
  height: 100%;
}
.container2 .image2 {
  display: block;
  width: 100%;
  height: auto;
}
.container2 .overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(52, 52, 52, 0.7490196078);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.container2 .overlay2 .text2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.container2 .overlay2 .text2 h4 {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 575px) {
  .container2 .overlay2 .text2 h4 {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .list-inline-item i {
    font-size: 13px;
  }
}

.team-ul .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 575px) {
  .team-ul .list-inline-item:not(:last-child) {
    margin-right: 10px;
  }
}

.heading-text-5 {
  position: relative;
}
.heading-text-5::after {
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
  left: 130px;
}

.text-same {
  font-size: 13px;
  color: #E68556;
}

.margin-4234 {
  padding-left: 75px;
}
@media (max-width: 575px) {
  .margin-4234 {
    padding-left: 13px;
  }
}

@media (max-width: 575px) {
  .right-p {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .right-p .ms-3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .right-p .flex-shrink-0 img {
    width: 100% !important;
  }
}

.bottom {
  bottom: 0;
}

.color-heading {
  color: #E68556;
}

.subdetailsabout p {
  color: #747474;
}

.abcd {
  position: relative;
  display: inline-flex;
  color: #E68556;
  font-family: "Cormorant Upright" !important;
}
.abcd::after {
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
  left: -45px;
}

.gunner {
  font-family: "Cormorant Upright" !important;
}

.gunner ~ p {
  font-size: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 575px) {
  .gunner ~ p {
    font-size: 13px;
  }
}

.line {
  font-family: "Cormorant Upright" !important;
}
.line::after {
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
  left: 0px;
}

.big-text {
  font-family: "Cormorant Upright";
}

.bg2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../images/img-1212.png);
  background-size: contain;
  width: 100%;
  height: 450px;
}
@media (max-width: 575px) {
  .bg2 {
    height: 400px;
  }
}
.bg2 .font1 {
  font-weight: 400;
}
.bg2 .dicount-text {
  border: 1px dashed #fff;
}
.bg2 .p-color {
  color: #e78459;
}
.bg2 .text-muted {
  color: #fff !important;
}

.testimonialslider .draggable .slick-track .slick-slide {
  height: auto !important;
}
.testimonialslider .slick-center .testimonialbox .testi-qoute {
  display: block;
  transition: 0.3s;
}
.testimonialslider .slick-center .testimonialbox .quatation {
  display: block;
}
.testimonialslider .slick-center .testimonialbox .testimonialboxcontant {
  border: 1px dashed transparent;
  transition: 0.3s;
  box-shadow: 0 0 15px -10px gray;
}
.testimonialslider .testimonialbox {
  background-color: white;
  padding: 15px;
  margin: 0px 10px;
  height: 100%;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .testimonialslider .testimonialbox {
    height: auto;
  }
}
.testimonialslider .testimonialbox .quatation {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 13%;
  display: none;
}
.testimonialslider .testimonialbox:hover .testi-qoute {
  display: block;
  transition: 0.3s;
}
.testimonialslider .testimonialbox:hover .quatation {
  display: block;
}
.testimonialslider .testimonialbox:hover .testimonialboxcontant {
  border: 1px dashed transparent;
  transition: 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.testimonialslider .testimonialbox .testimonialboxcontant {
  border: 1px dashed #000;
  position: relative;
  text-align: center;
  padding: 30px 20px 30px 20px;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .testimonialslider .testimonialbox .testimonialboxcontant {
    height: auto;
  }
}
.testimonialslider .testimonialbox .testimonialboxcontant .testi-qoute {
  position: absolute;
  right: 0;
  top: -16px;
  display: none;
  transition: 0.3s;
}
.testimonialslider .testimonialbox .testimonialboxcontant .testimonialboxcontanttext {
  font-size: 16px;
  color: rgb(231, 231, 231);
  letter-spacing: 0.2px;
  font-size: 14px;
  color: #939393;
  letter-spacing: 0.2px;
  margin-top: 20px;
}
.testimonialslider .testimonialbox .testimonialboxcontant .testimonialpersonname {
  font-size: 14px;
  font-weight: 500;
}
.testimonialslider .slick-dots {
  position: absolute;
  bottom: -48px;
  /* / top: 0; / */
  display: block;
  width: 100%;
  height: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.testimonialslider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.testimonialslider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 2px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #9b9b9b;
}
.testimonialslider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  content: "";
  text-align: center;
  background-color: #9b9b9b;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonialslider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: #E68556;
}

.centercommonstitle {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.blogimg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dateblogtext {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 400;
}

.blogtitletext {
  font-size: 18px;
  color: black;
  font-weight: 500;
}

.readmorebtn {
  font-size: 15px;
  color: #E68556;
  transition: all 0.5s;
}
.readmorebtn:hover {
  font-size: 15px;
  color: #000000;
  transition: all 0.5s;
}

.blogcontentbox {
  background-color: rgba(230, 133, 86, 0.1882352941);
  text-align: center;
  padding: 40px 30px;
}
.blogcontentbox img {
  width: 48px;
}

.titleblogcontentbox {
  font-size: 17px;
  color: black;
  margin-top: 26px;
  font-weight: 500;
}

.titlesubblogcontentbox {
  font-size: 14px;
  font-weight: 400;
  color: #959595;
  margin-bottom: 0px;
}

.op-6 {
  opacity: 0.6;
}

.more-link {
  color: #E68556;
}

.more-link:hover {
  color: #E68556;
}

footer #exampleFormControlInput1 {
  background-color: #222 !important;
  border: none;
}

.bordercontentfooter {
  border-bottom: 1px solid #3f3b3b;
}
.bordercontentfooter img {
  width: 15px;
  height: 19px;
  margin-top: 5px;
  margin-right: 10px;
}

.call {
  width: 17px;
  height: 18px;
  margin-top: 0;
}

.email {
  width: 17px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.newslatterinput {
  border: none;
  background-color: rgba(255, 255, 255, 0.17) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 14px !important;
}

.footerbg {
  background-image: url(../../images/footerbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 0px;
}
@media (max-width: 575px) {
  .footerbg {
    padding: 20px 0;
  }
}
.footerbg .footerlogoline {
  border-top: 2px dashed rgba(230, 133, 86, 0.5215686275);
}
.footerbg .footerlogoimg {
  text-align: center;
  width: 140px;
  height: 100%;
  margin: 0 auto;
}
.footerbg .footerlogoimg img {
  width: 80%;
}
@media (max-width: 575px) {
  .footerbg .footerlogoimg img {
    width: 50%;
  }
}
.footerbg .footersocialmediadiv {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #3d3d3d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 10px;
}
@media (max-width: 575px) {
  .footerbg .footersocialmediadiv {
    margin: 20px 10px 20px;
  }
}
.footerbg .footersocialmediadiv a {
  color: #8d8d8d;
  font-size: 18px;
  transition: 0.3s;
}
.footerbg .footersocialmediadiv:hover a {
  color: #E68556;
  transition: 0.3s;
}
.footerbg .footertitletext {
  color: #E68556;
  font-size: 18px;
}
.footerbg .footertitletext .bordercontentfooter {
  border-bottom: 2px solid #4a4a4a;
}
.footerbg .footertitletext .bordercontentfooter .commoniconclass {
  color: gray;
  font-size: 14px;
  margin-right: 15px;
}
.footerbg .footertitletext .commonfootertext {
  color: gray;
  font-size: 14px;
  font-weight: 500;
}
.footerbg .footertitletext .commonfootertext:hover {
  color: gray;
}
.footerbg .footertitletext .subscribenowbtn {
  background-color: #E68556;
  border: 1px solid #E68556;
  transition: 0.3s;
}
.footerbg .footertitletext .subscribenowbtn:hover {
  background-color: #fff;
  border: 1px solid #E68556;
  color: #E68556;
  transition: 0.3s;
}
.footerbg .footertitletext .newslatterinput {
  background-color: #232D35;
  border: 1px solid #232d35;
  color: white;
  font-size: 14px;
}
.footerbg .footertitletext .newslatterinput:focus {
  color: #ffffff;
  background-color: #232d35;
  border-color: #232d35;
  outline: 0;
  box-shadow: inherit;
  font-size: 14px;
}
.footerbg .dashedfooteredit {
  color: #E68556;
  margin-right: 10px;
}
.footerbg .footerbottomtext {
  font-size: 12px;
  margin-top: 40px;
}

.borderbetweencontentborder1 {
  border-right: 1px dashed rgba(253, 253, 253, 0.3411764706);
}

.borderbetweencontentborder2 {
  border-right: 1px dashed rgba(253, 253, 253, 0.3411764706);
}

.borderbetweencontentborder3 {
  border-right: 1px dashed rgba(253, 253, 253, 0.3411764706);
}

.bg3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url(../../images/about-bg.png);
  background-size: cover;
  width: 100%;
  height: 415px;
}
.bg3 .p-color {
  color: #fff;
}
.bg3 .pt-250 {
  padding-top: 200px;
}

.bg-orange-light {
  background-color: #FCF0EA;
}

.border-section {
  border-right: 1px solid #E68556;
}
@media (max-width: 575px) {
  .border-section .text-center img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .border-section .heading12 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .c-container .text-center img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .c-container .text-center h4 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .c-container .text-center p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
}

.pt-55 {
  padding-top: 55px;
  font-family: "Cormorant Upright";
}

.bgaboutusvideo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../../images/s-4.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .bgaboutusvideo {
    height: 250px;
  }
}
.bgaboutusvideo a {
  font-size: 55px;
  color: white;
}
.bgaboutusvideo a:hover {
  font-size: 55px;
  color: white;
}

.mgb-20 {
  margin-bottom: 20px;
}

.gallary-nav .nav-pills .nav-link {
  color: #000;
}
.gallary-nav .nav-pills .nav-link:hover {
  color: #000;
}
.gallary-nav .nav-pills .nav-link:focus {
  color: #000;
}
.gallary-nav .nav-pills .nav-link.active {
  color: #fff;
  background-color: #e68556 !important;
  border-radius: 0;
}
.gallary-nav .nav-pills.show .nav-link {
  color: #fff;
  background-color: #e68556 !important;
}

.img-postion {
  position: relative;
  background-color: #000;
}
@media (max-width: 991px) {
  .img-postion {
    width: 100%;
  }
}
.img-postion img {
  opacity: 0.6;
}
.img-postion .blog-img-1 {
  height: 525px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-postion .blog-img-2 {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-postion .blog-img-3 {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-text-postion {
  position: absolute;
  margin-top: -110px;
  margin-left: 20px;
  bottom: 20px;
}

.margin-b {
  margin-bottom: 35px;
  position: relative;
}

.b-dashed {
  border: 1px dashed #C6C6C6;
  margin-bottom: 30px;
}

.bg-service {
  background-color: #FCF0EA;
  padding: 25px;
  height: 100%;
}
.bg-service h1 {
  font-family: "Cormorant Upright";
}

.service-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section.images .text-center h4 {
  display: initial;
  position: relative;
}

.section.images .text-center h4::after {
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
  left: -50px;
}

.socialmediafooternew1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  border-radius: 50px;
}
.socialmediafooternew1 a {
  color: #000;
  transition: 0.3s;
}
.socialmediafooternew1 a:hover {
  color: #e68556;
  transition: 0.3s;
}

.contact-box .list-inline-item:not(:last-child) {
  margin-right: 2.5rem;
}
.contact-box li a {
  color: #85898d;
  transition: 0.3s;
}
.contact-box li a:hover {
  color: #e68556;
  transition: 0.3s;
}

.menuboxlist1 {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/menu/menu6.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.menuboxlist2 {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/menu/menu1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.menuboxlist3 {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/menu/menu3.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.menuboxlist4 {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/menu/menu5.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.menuboxlist5 {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/menu/menu4.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.menuboxlist6 {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/menu/menu7.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.menuboxlist7 {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/menu/menu2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.menuboxlistcontent {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.menuboxlistcontent p {
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}

.m-100 {
  margin-top: 100px;
}

.dotedbordermenu {
  border-bottom: 1px solid gray;
  height: 17px;
  width: 100%;
  margin: 0px 10px;
}

.commontextsecondtitle2 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 45px;
  font-family: "Cormorant Upright";
}

.commondescriptiontext2new {
  font-size: 14px;
  color: rgb(187, 187, 187);
  letter-spacing: 0.2px;
}

.menuname2 {
  color: white;
  white-space: nowrap;
}

.menuname {
  white-space: nowrap;
}

.menuwithbg {
  background-image: url(../../images/bgmenuimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.commonfootertext {
  color: gray;
  font-size: 14px;
  font-weight: 500;
}
.commonfootertext:hover {
  color: #fff;
}

.col-lg-5.margin-res {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.subscribenowbtn {
  color: #fff;
  background-color: #e58358;
  border-color: #e58358;
}

.image456 {
  z-index: 2;
  position: relative;
}

.menuwithbg p {
  color: #fff;
}

.blogmainsectionpadding .font1 {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4.3px;
  font-size: 12px;
}
@media (max-width: 575px) {
  .blogmainsectionpadding .font1 {
    line-height: 2;
  }
}

.margin-b .font1 {
  font-family: "Open Sans", sans-serif;
}

.menutitlemainpage {
  font-size: 38px !important;
  font-family: "Cormorant Upright";
}

.book-service {
  background-image: url("../../images/img-14.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
@media (max-width: 575px) {
  .book-service {
    background-size: contain;
    background-position: bottom right;
    background-color: #1f1e23;
  }
}
.book-service .margin-res h2 {
  color: #fff;
}
.book-service .margin-res h4 {
  color: #E68556;
  position: relative;
}
.book-service .margin-res h4::after {
  left: 0;
  content: "";
  position: absolute;
  border: 1px solid #E68556;
  width: 37px;
  top: 15px;
}
.book-service .margin-res p {
  color: #767676;
}

#secial-menu .padding50 {
  padding-left: 0;
  display: initial;
}
#secial-menu .margin-res {
  text-align: center;
}
@media (max-width: 991px) {
  #secial-menu .margin-res {
    padding-top: 30px;
  }
}
#secial-menu .heading {
  position: relative;
  display: initial;
}

.overlay .fa-thin {
  font-size: 100px;
  z-index: 999;
}

.margin-res .heading h4 {
  color: #E68556;
  font-family: "Cormorant Upright";
  margin-bottom: 20px;
}

.margin-res h2 {
  font-size: 42px;
  font-family: "Cormorant Upright";
  margin-bottom: 20px;
}

.section .form-control {
  height: 50px;
}
.section .form-select {
  height: 50px;
}

.btn {
  border-radius: 0;
}

.btn-more {
  padding: 12px 22px;
}

.testimonialslider .slick-list.draggable {
  padding-bottom: 30px;
}
.testimonialslider .slick-dots li {
  position: relative !important;
  display: inline-block !important;
  width: 40px !important;
  height: 1px !important;
  margin: 0 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  background-color: #ccc;
}
.testimonialslider .slick-dots li button {
  display: none;
}
.testimonialslider .slick-dots li.slick-active {
  height: 3px !important;
  background-color: #000;
  position: relative;
  top: 1px;
}

.service-slider .slick-list.draggable {
  padding-bottom: 30px;
}
.service-slider .slick-dots li {
  position: relative !important;
  display: inline-block !important;
  width: 40px !important;
  height: 1px !important;
  margin: 0 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  background-color: #ccc;
}
.service-slider .slick-dots li button {
  display: none;
}
.service-slider .slick-dots li.slick-active {
  height: 3px !important;
  background-color: #000;
  position: relative;
  top: 1px;
}

.add-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #747474 !important;
}

.main-heading-1 {
  font-size: 60px !important;
  margin-top: 20px;
  color: #E68556;
  margin-bottom: 35px;
  font-family: "Cormorant Upright";
  font-weight: 100;
}
@media (max-width: 767px) {
  .main-heading-1 {
    font-size: 45px !important;
  }
}

.g-p {
  color: #E68556 !important;
  font-family: "Cormorant Upright";
}

.service-slider .p-color {
  color: #E68556;
}
.service-slider p {
  padding: 0 30px;
}

.r-design {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.r-design img {
  height: 100%;
  width: 100%;
}

.menu-title {
  font-size: 12px;
  color: #E68556 !important;
}

.menuwithbg {
  padding: 40px 0;
}
@media (max-width: 575px) {
  .menuwithbg .container {
    max-width: 97%;
    width: 100%;
  }
}

.gallery-s {
  padding-left: 20px;
  padding-right: 20px;
}

.menuname12 {
  white-space: inherit;
}

@media (max-width: 575px) {
  h2.font1 {
    font-size: 35px;
  }
}
.c-container {
  max-width: 90%;
  margin: 0 auto;
}

.text-c {
  font-family: "Cormorant Upright";
}

.service-img-m {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media (max-width: 575px) {
  .service-img-m {
    margin-top: 20px;
  }
}
.service-img-m::after {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #E68556;
  border-right: none;
  border-bottom: none;
  left: 0;
  content: "";
  top: 0;
}
.service-img-m::before {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #E68556;
  border-left: none;
  border-top: none;
  right: 0;
  content: "";
  bottom: 0;
}
.service-img-m img {
  width: 100%;
  position: relative;
  padding: 20px;
}

.main_gallary_div {
  position: relative;
}
.main_gallary_div .col-lg-4 {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.main_gallary_div .first_g_top::after {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #E68556;
  border-right: none;
  border-bottom: none;
  left: 0;
  content: "";
  top: 0;
}
@media (max-width: 575px) {
  .main_gallary_div .first_g_top::after {
    display: none;
  }
}
.main_gallary_div .last_g_bottom::before {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #E68556;
  border-left: none;
  border-top: none;
  right: 0;
  content: "";
  bottom: 0;
}
@media (max-width: 575px) {
  .main_gallary_div .last_g_bottom::before {
    display: none;
  }
}

.c-img {
  width: 20px;
  height: 20px;
}
.c-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#search {
  padding-right: 40px;
}

.s-form {
  position: relative;
}

.search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 18px;
}

.top-line {
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}

.fortextleft .bold {
  font-size: 16px;
  font-weight: 600;
}

.list-inline li {
  font-size: 14px;
}

.blogdetailssidebarimgs img {
  height: 74px;
  border-radius: 5px;
  width: 100%;
}

.b-d-small {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footersocialmedia i {
  font-size: 20px;
}

.reply-text {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.reply-text a {
  font-family: "Montserrat", sans-serif;
}

.l-reply {
  font-size: 30px;
}

@media (max-width: 991px) {
  .border-section .heading12 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .section-new1 {
    margin-bottom: 0 !important;
  }
}

.main-profile {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.main-profile span {
  margin-top: -5px;
  display: block;
}

@media (max-width: 575px) {
  .right-p .flex-shrink-0 .main-new-img {
    width: 50px !important;
    border-radius: 50%;
  }
}/*# sourceMappingURL=style-main.css.map */