@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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 *****/

html {
  overflow-x: hidden;
}

body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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 0px;
  padding: 0;
  list-style-type: none;
}

i {
  font-family: FontAwesome !important;
  font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: 61%;
  margin: 0 auto 50px auto;
}

.heading1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
  width: 100%;
  height: 100%;
}

.heading1-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heading1-main h2 {
  flex-shrink: 0;
  padding: 0 10px 0 0;
}

.heading1-main span.heading1-ex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.heading1-main span.heading1-ex::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
}

.heading1-main span.heading1-ex::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #868787;
  border-radius: 100px;
  overflow: hidden;
}

/***** 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: "queensila";
  src: url("../fonts/queensila.ttf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.sec {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #0000;
  border: none;
  padding: 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  border-radius: 100px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  background-color: #c08738;
  border: 1px solid #0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-txt {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #c08738;
  border: 1px solid #0000;
  padding: 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
  background-color: #fff;
  border: 1px solid #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
  rotate: 330deg;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%)
    hue-rotate(252deg) brightness(93%) contrast(100%);
  rotate: 0deg;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* Buttons Css Ends */

.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;
}

h1 {
  font-family: "queensila";
  font-size: 70px;
  line-height: 75px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-family: "queensila";
  font-size: 50px;
  line-height: 55px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

h3 {
  font-family: "queensila";
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "queensila";
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h5 {
  font-family: "queensila";
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "queensila";
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  opacity: 0.7;
}

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;
}

/*Header Css Starts */

header {
  padding: 20px 0;
  box-shadow: 0 1px 0px 0 #0000002b;
}
.menuSec {
  padding: 0px 0;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.menu-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu-box li ul {
  display: none;
}

.menu-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  z-index: 0;
  border-radius: 100px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
  /* transition-delay: 0.5s; */
}

.menu-box ul li a:hover {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* .menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #ff8040;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
} */

/* .menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
} */

.menu-box ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 100%;
  background-color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: -1;
}

.menu-box ul li a:hover::after {
  width: 100%;
  transition: ease-out;
  /* transition-delay: 0.5s; */
  transition-duration: 0.5s;
}

.menu-box ul li.active a {
  color: #fff;
}

.menu-box ul li.active a::after {
  width: 100%;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box li > ul > li,
.menu-box li > ul > li > a {
  display: block;
  margin: 0;
}

.menu-box li > ul > li > a:before,
.menu-box li > ul > li > a:after {
  display: none;
}

.menu-box li:hover li {
  float: none;
}

.menu-box li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;
  top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

/*Header Css Ends */

/*Banner Sec Css Starts */

section.banner-sec {
  height: 100vh;
  overflow: hidden;
}

.banner_slider {
  height: 100%;
  width: 95%;
  margin-bottom: 0 !important;
  padding-bottom: 30px !important;
}

.banner_slider .draggable,
.banner_slider .slick-track {
  height: 100%;
}

.banner_slider .slick-slide {
  margin: 0;
}

.banner_slider .slick-prev,
.banner_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 45px;
  top: unset;
  bottom: -15px;
  z-index: 99;
}

.banner_slider .slick-prev {
  left: 0;
}

.banner_slider .slick-prev:before {
  content: "PREV";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
}

.banner_slider .slick-next {
  right: 0;
}

.banner_slider .slick-next:before {
  content: "NEXT";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
}

.banner_slider ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  bottom: 0;
  height: 30px;
}

.banner_slider ul li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border: 1px solid #0000;
  border-radius: 100px;
  overflow: hidden;
  opacity: 0.5;
}

.banner_slider ul li.slick-active {
  border: 1px solid #000;
  opacity: 1;
}

.banner_slider ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0;
}

.banner_slider ul li button::before {
  opacity: 1 !important;
}

section.banner-sec .container-fluid {
  width: 93%;
  margin: 0 0 0 auto;
  height: 100%;
}

section.banner-sec .row {
  height: 100%;
}

.banner-txt-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 80%;
  width: 95%;
  gap: 20px;
  margin: 0 auto 0 0;
}

.banner-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.banner-tag {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.banner-tag h5 {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  display: flex;
  flex-shrink: 0;
}

.banner-tag span.banner-tag-ex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55%;
  height: 100%;
}

.banner-tag span.banner-tag-ex::before {
  content: "";
  position: absolute;
  top: 33%;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #868787;
  border-radius: 100px;
  overflow: hidden;
}

.banner-tag span.banner-tag-ex::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 1px solid #868787;
  width: 100%;
}

.banner-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 90%;
}

.banner-txt h5 {
  font-size: 18px;
  line-height: 1;
  color: #c08738;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
}

.banner-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.banner-img-ex {
  position: absolute;
  top: 35%;
  left: -10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px 300px 0 0;
  overflow: hidden;
  height: 330px;
  width: 265px;
}

.banner-img-ex img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.banner-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*Banner Sec Css Ends*/

/*Inner Banner Sec Css Starts*/

section.inner-banner-sec {
  background-image: url("../images/inner-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
}

section.inner-banner-sec .banner-txt-box {
  position: relative;
  height: 100%;
  width: 100%;
}

section.inner-banner-sec .banner-heading h1 {
  color: #fff;
}

/*Inner Banner Sec Css Ends*/

/*About Us Sec Css Starts*/

section.about-sec .container-fluid {
  width: 90%;
  margin: 0 auto;
}

.about-img-main {
  position: relative;
  height: 510px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.about-img-main .about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.about-img-main .about-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-img-con {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 5px 0 0 0;
  overflow: hidden;
}

.about-img-con h5 {
  text-align: center;
  font-size: 33px;
  line-height: 40px;
}

.about-img-con h6 {
  font-size: 33px;
  line-height: 40px;
  font-family: "Montserrat";
  font-weight: 200;
}

.about-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 95%;
  margin: 0 0 0 auto;
}

.about-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.about-list-main ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.about-list-main ul li .about-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.about-list h4 {
  font-size: 35px;
  line-height: 1;
  color: #c08738;
  text-transform: uppercase;
}

/*About Us Sec Css Ends*/

/*Services Sec Css Starts*/

section.services-sec {
  position: relative;
  padding: 80px 0 0 0;
}

section.services-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-image: url("../images/services-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

section.services-sec .container-fluid {
  width: 90%;
  margin: 0 auto;
}

.services-heading h2 {
  color: #fff;
}

.services-heading p {
  color: #fff;
  opacity: 1;
}

.services-card-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  height: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-main:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.services_slider .slick-slide {
  margin: 0px 10px;
}

.services_slider .slick-active {
  opacity: 1;
}

.services-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.services-card-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.services-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.services-card-txt-main {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 85%;
  background-color: #fff;
  border-radius: 0 5px 0 0;
  overflow: hidden;
  padding: 20px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-main:hover .services-card-txt-main {
  background-color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 70px;
  padding: 15px;
  background-color: #c08738;
  border-radius: 0 0 5px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-main:hover .services-card-icon {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-main:hover .services-card-icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(0%)
    hue-rotate(210deg) brightness(106%) contrast(106%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 25px;
}

.services-card-txt h5 {
  color: #000;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 0 60px;
  text-transform: uppercase;
}

.services-card-main:hover .services-card-txt h5 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-txt p {
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-main:hover .services-card-txt p {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-main:hover .theme1 span.theme1-txt {
  background-color: #000;
}

.services-card-main:hover .theme1 span.theme1-icon {
  background-color: #000;
}

.services-card-main:hover .theme1:hover span.theme1-txt {
  background-color: #fff;
}

.services-card-main:hover .theme1:hover span.theme1-icon {
  background-color: #fff;
}

/*Services Sec Css Ends*/

/*Choose Sec Css Starts*/

.choose-img-main {
  position: relative;
}

.choose-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 530px;
  width: 100%;
}

.choose-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.choose-img-con-main {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0;
  padding: 30px;
  box-shadow: 0 0 20px 0 #00000021;
}

.choose-img-con-txt h6 {
  font-family: "Montserrat";
  font-size: 39px;
  line-height: 1;
}

.choose-img-con-tag-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #00000078;
}

.choose-img-con-tag-review {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.choose-img-con-tag-review-txt h6 {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1;
}

.choose-img-con-tag-review-star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2px;
}

.choose-img-con-tag-review-star ul li a i {
  font-size: 12px;
  color: #c08738;
}

.choose-img-con-tag-txt h4 {
  font-size: 25px;
  line-height: 1;
}

.choose-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.choose-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.choose-card-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  margin: 10px 0;
}

.choose-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #c08738;
  padding: 15px;
}

.choose-card-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.choose-card-txt h5 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
}

/*Choose Sec Css Ends*/

/*Process Sec Css Starts*/

section.process-sec {
  position: relative;
  padding: 80px 0 0 0;
}

section.process-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: url("../images/process-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.process-heading h2 {
  color: #fff;
}

.process-heading p {
  color: #fff;
}

.process-car-main {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 325px;
}

.process-card-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.process-card-txt-main:hover {
  background-color: #c08738c4;
  transition: ease-out;
  transition-duration: 0.5s;
}

.process-card-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.process-card-txt h4 {
  color: #000;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.5s;
}

.process-card-txt-main:hover .process-card-txt h4 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.process-card-txt p {
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.process-card-txt-main:hover .process-card-txt p {
  opacity: 1;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.process-card-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  background-color: #c08738;
  border-radius: 100px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.process-card-txt-main:hover .process-card-tag {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.process-card-tag h6 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.5s;
}

.process-card-txt-main:hover .process-card-tag h6 {
  color: #000;
}

.process-card-txt-main:hover .process-card-tag {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.process-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.process-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*Process Sec Css Ends*/

/*Work Sec Css Starts*/

.work_slider {
  margin: 30px 0 0 0 !important;
  padding: 0 0 100px 0;
}

.work_slider .slick-active {
  opacity: 1;
}

.work_slider .slick-slide {
  margin: 0px 10px;
}

.work_slider .draggable,
.work_slider .slick-track {
  height: 100%;
}

.work_slider .slick-prev,
.work_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 120px;
  top: unset;
  bottom: -15px;
  border-radius: 100px;
  overflow: hidden;
  padding: 0 20px;
  background-color: #c08738;
  z-index: 99;
  transition: ease-in;
  transition-duration: 0.5s;
}

.work_slider .slick-prev:hover,
.work_slider .slick-next:hover {
  background-color: #000;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.work_slider .slick-prev {
  left: 0;
}

.work_slider .slick-prev:before {
  content: "Previous";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.work_slider .slick-next {
  right: 0;
}

.work_slider .slick-next:before {
  content: "NEXT";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  /* background-color: #c08738; */
  color: #fff;
  text-transform: uppercase;
}

.work_slider .slick-dots {
  top: 93%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.work_slider .slick-dots li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 30px;
}

.work_slider .slick-dots li button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  transition: ease-in;
  transition-duration: 0.5s;
}

.work_slider .slick-dots li button:hover {
  color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
}

.work_slider .slick-dots li button:before {
  content: none !important;
}

.work-card-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  height: 450px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.work-card-main:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.work-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.work-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.work-card-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto 10px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.work-card-main:hover .work-card-txt {
  background-color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
}

.work-card-txt h4 {
  text-transform: uppercase;
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.work-card-main:hover .work-card-txt h4 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.work-card-txt h5 {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.5s;
}

.work-card-main:hover .work-card-txt h5 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Work Sec Css Ends*/

/*Events Sec Css Starts*/

section.events-sec {
  position: relative;
  padding: 80px 0 0 0;
}

section.events-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url("../images/events-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.events-heading h2 {
  color: #fff;
}

.events-heading p {
  color: #fff;
  opacity: 1;
}

.events_slider .slick-active {
  opacity: 1;
}

.events_slider .slick-slide {
  margin: 0px 10px;
}

.events-card-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  border: 1px solid #0000006e;
  margin: 20px 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.events-card-main:hover {
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.events-card-img-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: 315px;
  overflow: hidden;
}

.events-card-img {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
  width: 100%;
}

.events-card-img img {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.events-card-tag-img {
  position: absolute;
  top: 3%;
  right: 3%;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
}

.events-card-tag-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.events-card-tag {
  position: absolute;
  bottom: 5%;
  left: 2%;
  height: 40px;
  padding: 0 10px;
  background: #c08738;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-card-tag h5 {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.events-card-txt-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.events-card-main:hover .events-card-txt-box {
  background-color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
}

.events-card-heading h5 {
  font-size: 27px;
  line-height: 35px;
  color: #000;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.5s;
}

.events-card-main:hover .events-card-heading h5 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.events-card-list-main ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.events-card-list-main ul li .events-card-list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.events-card-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}

.events-card-list-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: ease-in;
  transition-duration: 0.5s;
}

.events-card-main:hover .events-card-list-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(306deg) brightness(104%) contrast(101%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.events-card-list-txt h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.events-card-main:hover .events-card-list-txt h6 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.events-card-main:hover .theme1 span.theme1-txt {
  background-color: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.events-card-main:hover .theme1 span.theme1-icon {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.events-card-main:hover .theme1 span.theme1-icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7463%)
    hue-rotate(104deg) brightness(106%) contrast(109%);
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Events Sec Css Ends*/

/*Testimonial Sec Css Starts*/

section.testimonial-sec .container-fluid {
  width: 95%;
  margin: 0 auto;
}

.testimonial_slider {
  margin: 30px 0 0 0;
}

.testimonial_slider .slick-active {
  opacity: 1;
}

.testimonial_slider .slick-slide {
  margin: 0px 10px;
}

.testimonial_slider .slick-slide {
  opacity: 1;
}

.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #c08738;
  border: 1px solid #0000;
  padding: 12px;
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-prev {
  left: -40px;
}

.testimonial_slider .slick-next {
  right: -40px;
}

.testimonial_slider .slick-prev:hover,
.testimonial_slider .slick-next:hover {
  background-color: #0000;
  border: 1px solid #7f7f7f;
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-prev::before,
.testimonial_slider .slick-next::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-prev:hover::before,
.testimonial_slider .slick-next:hover::before {
  filter: brightness(0) saturate(100%) invert(52%) sepia(0%) saturate(0%)
    hue-rotate(170deg) brightness(96%) contrast(86%);
}

.testimonial_slider .slick-prev::before {
  background-image: url("../images/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-next::before {
  background-image: url("../images/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial-card-main {
  padding: 50px 30px;
  background-color: #0e0f0f;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  /* gap: 10px; */
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card-main:hover {
  background-color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial-card-top {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ffffff47;
}

.testimonial-card-review {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.testimonial-card-review-txt h6 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.testimonial-card-review-star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2px;
}

.testimonial-card-review-star ul li a i {
  color: #fff;
  font-size: 12px;
}

.testimonial-card-txt p {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card-main:hover .testimonial-card-txt p {
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial-card-user-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.testimonial-card-user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
}

.testimonial-card-user-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.testimonial-card-user-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.testimonial-card-user-txt h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.testimonial-card-user-txt h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

/*Testimonial Sec Css Ends*/

/*Contact Us Sec Css Starts*/

section.contact-sec {
  padding: 0 0 80px 0;
}

section.contact-sec .container-fluid {
  width: 95%;
  margin: 0 auto;
}

.contact-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 530px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.contact-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-main {
  width: 98%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.contact-form-input {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  margin: 0 0 20px 0;
}

.contact-form-input input,
.contact-form-input textarea {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  overflow: hidden !important;
  border: 1px solid #00000038;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
}

.contact-form-input input::placeholder,
.contact-form-input textarea::placeholder {
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-form-input textarea {
  border-radius: 20px;
  height: 175px;
  padding: 20px;
  resize: none;
}

/*Contact Us Sec Css Ends*/

/*Footer Css Starts*/

footer {
  background-color: #0e0f0f;
}

.footer-top .container-fluid,
.footer-mid .container-fluid,
.footer-bottom .container-fluid {
  width: 90%;
  margin: 0 auto;
}

.footer-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  padding: 70px 30px 0 0;
  margin: 0 30px 0 0;
  height: 100%;
}

.footer-txt p {
  color: #fff;
  opacity: 1;
}

.footer-link-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  height: 100%;
  padding: 70px 50px 50px 50px;
}

.footer-news-ex {
  border-left: 1px solid #fff;
  width: 100%;
}

.footer-link-heading h5 {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.footer-link ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
}

.footer-link ul li a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-link ul li a:hover {
  color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-link ul li a p {
  color: #fff;
  opacity: 1;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-link ul li a:hover p {
  color: #c08738;
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-link-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 100%;
}

.footer-link-heading p {
  color: #fff;
  opacity: 1;
}

.footer-news-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-news-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-news-box form .footer-news-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-news-input {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 53%;
  height: 50px;
}

.footer-news-input input {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden !important;
  padding: 0 20px;
  border: 1px solid #0000;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
}

.footer-news-input input::placeholder {
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-news-btn {
  display: flex;
  align-items: start;
  justify-content: end;
  width: 50%;
}

.footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.footer-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-socials ul li a:hover {
  background-color: #c08738;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-socials ul li a i {
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-socials ul li a:hover i {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-mid-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-mid-txt a {
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-mid-txt h1 {
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  opacity: 0.1;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-mid-txt a:hover h1 {
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-bottom-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.footer-bottom-txt p {
  color: #fff;
}

.footer-bottom-txt p:hover {
  opacity: 1;
}

.footer-bottom-txt p a {
  position: relative;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-bottom-txt p a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 1px solid #0000;
  width: 0;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-bottom-txt p a:hover::before {
  width: 100%;
  border: 1px solid #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Footer Css Ends*/

/*About Us Sec Css Starts*/

.about-bottom-txt {
  width: 100%;
  margin: 50px 0 0 0;
}

/*About Us Sec Css Ends*/

/*Services Sec Css Starts*/

section.inner-services-sec {
  padding: 80px 0;
}

section.inner-services-sec::before {
  display: none;
}

section.inner-services-sec .services-heading h2 {
  color: #000;
}

section.inner-services-sec .services-heading p {
  color: #000;
}

section.watch-video {
  position: relative;
  padding: 80px 0;
}

section.watch-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-image: url(../images/services-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

section.watch-video h2:before,
section.video h2:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(18%)
    hue-rotate(265deg) brightness(104%) contrast(107%);
}

.video-slide .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.5);
}

.video-slide .slick-slide.slick-active img {
  margin: 0 auto;
  width: 250px;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center img {
  width: 90%;
  height: 300px;
  object-fit: cover;
  /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}

.video-slide .slick-track {
  display: flex;
  align-items: center;
}

.vido-img img:not(a img) {
  border: 5px solid #fff;
}

.vido-img {
  position: relative;
}

.vido-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.vido-img a img {
  width: 52px !important;
  height: 56px !important;
  object-fit: cover;
}

.video-slide .slick-slide {
  margin: 50px 20px;
  opacity: 1;
}

section.watch-video h2.big-heading {
  color: #fff;
}

.watch-heading * {
  color: #fff;
}

.video-slide .slick-prev:before {
  content: "\f104";
}

.video-slide .slick-next:before {
  content: "\f105";
}

.video-slide .slick-prev:before,
.video-slide .slick-next:before {
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 39px;
  color: #fff;
}

.video-slide .slick-next {
  right: 0;
}

section.watch-video .top-head p {
  color: #fff;
}

.sec-head.second-sec-head h2 {
  font-size: 55px;
  line-height: 61px;
  color: white;
}

.sec-head.second-sec-head {
  font-size: 15px;
  line-height: 28px;
  font-family: "Montserrat";
  color: white;
}

.rental-btn-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rental-btn-right a i {
  font-size: 20px;
  color: rgba(3, 173, 239, 1);
}

/*Services Sec Css Ends*/

/*Services Details Sec Css Starts*/

.services-details-bottom {
  margin: 50px 0 0 0;
}

.services-details-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 625px;
  border-radius: 5px;
  overflow: hidden;
}

.services-details-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-details-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.services-details-heading {
  width: 100%;
}

.services-details-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.services-details-bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.services-details-bottom-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*Services Details Sec Css Ends*/

/*Services Details Sec Css Ends*/

.work-card-main {
  margin: 30px 0;
}

/*Services Details Sec Css Ends*/

/* Faqs Starts */

section.faqs-sec {
  padding: 80px 0;
  margin: 60px 0 0 0;
  position: relative;
}

.faqs-hadeing h3 {
  color: #fff;
}

section.faqs-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-image: url("../images/services-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.faqs-hadeing p {
  color: #fff;
  width: 93%;
  margin: 0 auto;
}

.gorilla-content .accordion-item {
  margin-bottom: 30px;
  border: unset;
  border-radius: 10px;
}

.gorilla-content .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: black;
  background: unset;
  border-bottom: unset;
  font-size: 23px;
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 600;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-transform: uppercase;
}

.gorilla-content button:focus:not(:focus-visible) {
  box-shadow: none;
}

.gorilla-content .accordion-button::after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  background-image: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
}

.gorilla-content .accordion-button.collapsed {
  padding: 15px 20px;
  color: white;
  background-color: #c08738;
  border-radius: 100px !important;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "arial";
}

.gorilla-content .gorrila-page-txt .color-red {
  color: #a60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
}

.gorrila-page-txt ul {
  list-style: auto;
}

.gorrila-page-txt ul li {
  color: #000000;
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
  color: #a60000;
}

.accordion-body.gorrila-page-txt {
  padding: 0px 30px 20px 30px;
  background: #ffffff;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.gorilla-content .accordion-item {
  margin-bottom: 30px;
  border: unset;
  border-radius: 10px;
  background-color: #0000;
}

.gorilla-content .accordion-button:not(.collapsed) {
  padding: 20px;
  color: #000;
  font-size: 30px;
  background-color: #fff;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0 !important;
  font-family: "arial";
}

.gorilla-content button:focus:not(:focus-visible) {
  box-shadow: none;
}

.gorilla-content .accordion-button:not(.collapsed)::after {
  content: \f068;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
}
.gorilla-content .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

/* Faqs Ends */

/* Events Page Css Starts */

section.inner-events-sec::before {
  display: none;
}

.events-detail-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.events-detail-heading-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.events-detail-heading-list ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
}

.events-detail-heading-list ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.events-detail-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.events-detail-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 535px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.events-detail-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.events-detail-bottom {
  margin: 20px 0 0 0;
}

/* Events Page Css Ends */

/* Contact Us Page Css Startss */

section.inner-contact-sec {
  padding: 80px 0;
}

.contact-link-list-wrap ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.contact-link-list-wrap ul li .contact-link-list-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.contact-link-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #c08738;
}

.contact-link-list-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(237deg) brightness(100%) contrast(103%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.contact-link-list-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.contact-link-list-txt h5 {
  font-size: 30px;
  line-height: 35px;
}

.contact-link-list-txt a {
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
}

.con-map iframe {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  width: 100%;
  margin: 50px 0 0 0;
}

/* Contact Us Page Css Ends */

/* Book Page Css Starts */

.book-input {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.book-input input,
.book-input textarea {
  width: 100%;
  height: 55px;
  border-radius: 100px;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 0 20px 0;
  border: 1px solid #0000003d;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
}

.book-input input::placeholder,
.book-input textarea::placeholder {
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 500;
  color: #000;
}

.book-input textarea {
  padding: 20px;
  resize: none;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.book-input textarea::placeholder {
  position: absolute;
  bottom: 10%;
}

.book-txt-main h6 {
  font-size: 18px;
  line-height: 23px;
  margin: 20px 0;
  font-family: "Montserrat";
  text-transform: capitalize;
  color: #000;
}

.book-txt-main h6 {
  font-size: 18px;
  line-height: 23px;
  margin: 20px 0;
  font-family: "Montserrat";
  text-transform: capitalize;
  color: #000;
}

.book-check-main ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  margin: 20px 0;
}

.book-check-main ul li label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.book-check-main ul li label span {
  color: #000;
  font-family: "Montserrat";
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
}

/* Book Page Css Ends */
