@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    font-family: 'Lato', Sans-Serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    color: #5c6970;
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
    line-height: 1.3;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'Helvetica Rounded';
    src: url(../fonts/helvetica-rounded-bold.otf);
}


@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica.ttf);
}


@font-face {
    font-family: 'Helvetica Bold';
    src: url(../fonts/Helvetica-Bold.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}
.mb-32{
    margin-bottom: 32px;
}
.mt-8{
    margin-top: 80px;
}
.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}
.border-btn{
    padding: 16px 40px;
    border: 1px solid #f8f6f24d;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
    display: inline-block;
}
.border-btn:hover{
    background: #d99726;
    color: #fff;
    transition: 0.3s ease-in-out;
}
/* From Uiverse.io by doniaskima */ 
.theme-btn,
.theme-btn *,
.theme-btn :after,
.theme-btn :before,
.theme-btn:after,
.theme-btn:before {
  border: 0 solid;
  /* box-sizing: border-box; */
}

.theme-btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #222222;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-transform: uppercase;
  border: none;
}

.theme-btn:disabled {
  cursor: default;
}

.theme-btn:-moz-focusring {
  outline: auto;
}

.theme-btn svg {
  display: block;
  vertical-align: middle;
}

.theme-btn [hidden] {
  display: none;
}

.theme-btn {
  border-radius: 100px;
  border-width: 0;
  padding: 20px 40px;
  z-index: 0;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-btn,
.theme-btn .text-container {
  overflow: hidden;
  position: relative;
}

.theme-btn .text-container {
  display: block;
  /*mix-blend-mode: difference;*/
}

.theme-btn .text {
  display: block;
  position: relative;
}

.theme-btn:hover .text {
  -webkit-animation: move-up-alternate 0.3s forwards;
  animation: move-up-alternate 0.3s forwards;
  color: #000;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

.theme-btn:after,
.theme-btn:before {
  --skew: 0.2;
  background: #fff;
  content: "";
  display: block;
  height: 102%;
  left: calc(-50% - 50% * var(--skew));
  pointer-events: none;
  position: absolute;
  top: -104%;
  transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
  transition: transform 0.2s ease;
  width: 100%;
}

.theme-btn:after {
  --progress: 0%;
  left: calc(50% + 50% * var(--skew));
  top: 102%;
  z-index: -1;
}

.theme-btn:hover:before {
  --progress: 100%;
}

.theme-btn:hover:after {
  --progress: -102%;
}


.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}
.font-semibold {
    font-weight: 600;
}
.section-headings p{
    font-size: 18px;
    font-weight: 400;
    color: #5c6970;
    font-style: italic;
}

h1 {
    font-family: 'Helvetica Rounded', Sans-Serif;
    font-size: 6vw;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Helvetica Rounded', Sans-Serif;
    font-size: 65px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Helvetica Rounded', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Helvetica Rounded', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #182125;
    font-weight: 400;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    font-family: 'Helvetica Rounded', Sans-Serif;
    margin: 0 0 20px;
}

h6 {
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #d99726;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
.container {
    width: 100%;
    position: relative;
}
/*header css start */
.top_bar p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.top_bar {
    background: #e69648;
    padding: 10px 0;
}
.search-container {
    position: relative;
    list-style: none;
}

.search-dropdown {
    display: none;
    position: absolute;
    top: 96px;
    right: 0;
    background: #e69648;
    padding: 4px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    z-index: 100;
    width: 250px;
}
.search-dropdown.active {
    display: block;
}

.search-dropdown input {
    padding: 5px;
    border: 1px solid #010101;
    outline: none;
    width: 100%;
    background: transparent;
}

.search-dropdown button {
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}
.header-icons{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
.header-icons ul {
    gap: 15px;
}
.header-icons ul li a i{
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 60px;
    border:1px solid #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.header-icons ul li a i:hover {
    background: #e69648;
    transition: 0.3s ease-in-out;
}
header {
    width: 100%;
    z-index: 1;
    transition: 0.5s ease-in-out;
}
header.fixed-header {
    background: #fff;
    color: #182125b3;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 5px #0000002e;
}
header.fixed-header ul li a {
    color: #182125b3;
}
header.fixed-header a.apply_now_btn {
    color: #fff;
    transition: 0.5s ease-in-out;
}
.apply_now_btn{
    padding: 8px 12px !important;
    background-color: #d99726;
}
.main-logo {
    text-align: center;
}

.main-logo img {
    width: 70%;
}
.menuSec {
    padding: 15px 0;
    background: #ae152c;
}
.menuSec .left_side_navigation ul#menu > li ul li{
    display: block;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
    border:1px solid #d997264d;
    background-color: #182125 !important;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menuSec ul li a span i{
    font-size: 10px;
}
.menuSec li:hover>ul {
    display: flex;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 860px;
    text-align: left;
    top: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.menuSec li:hover>ul li {
    width: 20%;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 10px 20px !important;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
}


.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}


.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    color: #d99726;
    background-color: #d997261a;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
.search-dropdown form {
    position: relative;
}

.search-dropdown form button {
    position: absolute;
    width: 80px;
    right: 0;
    height: 100%;
}



/*header css start */


/*banner css start */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #fff3e8;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}
.carousel-item{
    height: 90vh;
}
.bg-red{
    background: #af152c !important;
}
.banner_text ul{
    display: flex;
    gap:20px;
    align-items: center;
}
a.cta-phone {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
}

a.cta-phone p {
    margin-bottom: 0;
    font-size: 22px;
    color: #000;
    font-weight: 800;
}
/*banner css end*/


section.about_section {
    padding: 120px 0 200px;
    background-image: url(../images/about-bg.png);
}
.about_images {
    position: relative;
}

.about-images1 {
    width: 70%;
    border-radius: 20px;
    transform: rotate(-5deg);
    height: 560px;
    object-fit: cover;
}

.about-images2 {
    position: absolute;
    right: 40px;
    width: 70%;
    height: 600px;
    border-radius: 20px;
    object-fit: cover;
    transform: rotate(5deg);
    top: 10%;
}
.about_content p{
    line-height: 2;
    margin-bottom: 20px;

}


/*MENU SECTION*/
.menu_section{
    padding: 120px 0;
    background-image: url(../images/menu-bg.jpg);
    background-size: cover;
}
.theme-heading h5{
    color: #e69648;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.theme-heading h2{
    margin-bottom: 0;
    color: #fff !important;
}
.theme-heading p{
    color: #fff !important;
    line-height: 1.5;
}


.menu_boxes_main {
    background-color: #e9e9e9;
    padding: 20px 20px 0;
    border-radius: 40px;
}

.menu_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.menu_image img {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    margin: 0 auto;
}

.menu_image span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #af152c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 19px;
    color: #fff;
    font-family: 'Helvetica Rounded';
    top: 0;
    right: 30px;
}

.menu_content {
    text-align: center;
}

.menu_content h3 {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 24px;
}

.menu_content p {
    font-size: 14px;
    width: 94%;
    margin: 0 auto 20px;
    line-height: 1.5;
}

.menu_content a {
    padding: 14px 30px;
    background: #e69648;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    margin-bottom: -20px !important;
}






















/* footer */

footer {
    position: relative;
    padding-top: 60px;
    z-index: 1;
}

footer>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

footer .footer_links > h5 {
    color: #fff;
    font-size: 25px;
    font-family: 'Helvetica Rounded';
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

footer .footer_links > ul {
    margin-bottom: 0;
}

footer .footer_links > ul > li > a {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

footer .footer_links > ul > li > a > span {
    text-transform: lowercase;
}

footer p.copy_right {
    text-align: center;
    margin: 0;
    padding: 30px 0px;
    border-top: 1px solid #533921;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

footer .footer_info > img {
    display: block;
    margin-top: 50px;
}


/* testi section */

.testimonial-section {
  padding: 120px 0;
  position: relative;
}

.testimonial-section .subtitle {
  color: #af152c;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Helvetica Rounded';
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}


.testimonial-section .testimonial-slider .slide p {
  color: #777;
  line-height: 1.7;
  font-size: 18px;
  text-align: justify;
}

.testimonial-section .testimonial-slider .slide h6 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
}

.testimonial-section .main-image {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 10px solid #ddd;
}

.testimonial-section .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* THUMBNAILS */
.testimonial-section .thumb {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 5px solid white;
  transition: 0.3s;
}

.testimonial-section .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section .thumb:hover {
  transform: scale(1.1);
}

.testimonial-section .thumb1 {top: 5%;right: 8%;}
.testimonial-section .thumb2 {top: 40%;right: -4%;}
.testimonial-section .thumb3 {right: 3%;top: 70%;}


.testimonial-section .image-slider {
  width: 85%;
  margin-left: auto;
}

.testimonial-section .image-slider .img-slide {
  height: 550px;
  border-radius: 50%;
  overflow: hidden;
  border: 20px solid #ddd;
}

.testimonial-section .img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section > img.testi_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.testimonial-section .testimonial-slider .slick-slide {
    margin: 0;
}

.testimonial-section .testimonial-slider .slide > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-section .testimonial-slider .slide > ul > li > img {
    width: 70px;
}

.testimonial-section .testimonial-slider .slide > ul > li > ul {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 0;
}

.testimonial-section .testimonial-slider .slide > ul > li > ul > li > i {
    color: #ffc107;
    font-size: 20px;
}

.testimonial-section .image-slider .slick-slide {
    margin: 0;
}

.testimonial-section .thumb.active {
    border-color: #e69648;
    transform: scale(1.4);
}