@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

@font-face {
  font-family: Righteous;
  src: url(../fonts/BalooChettan-Regular.ttf);
  src: url(../fonts/BalooChettan-Regular.ttf);
}

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: 400;
  overflow-x: hidden;
  font-family: Raleway, sans-serif;
  background-color: #000;
}



.slider_container {
  position: relative;
  width: 100%;
  height: 40rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  opacity: 30%;
  height: 40rem;
  object-position: center;
  object-fit: cover;
}

.slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  text-align: center;
  color: white;
  border-radius: 0 2rem 2rem 0;
  font-size: 15px;
  font-weight: 500;
  width: fit-content;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}



a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

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

button:focus {
  outline: 0;
}

li,
ul {
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
}

a {
  color: #222;
  text-decoration: none;
  outline: 0 !important;
}

.btn,
a {
  text-decoration: none !important;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  height: auto;
}

:focus {
  outline: 0;
}

.page_heading {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

.heading_1 {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.heading_2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.heading_3 {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.heading_4 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.heading_5 {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.heading_6 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.heading_7 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.pg_1 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}

.pg_2 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}

.pg_3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}

.pg_4 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}

.pg_5 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}

.pg_6 {
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}

.container_2 {
  max-width: 90%;
  margin: auto;
}

.latter_spacing_1 {
  letter-spacing: 25px;
}

.text_1 {
  font-size: 25px;
  font-weight: 300;
  line-height: 37px;
}

.ellipse_left {
  z-index: -1;
}

.ellipsis_4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0;
}

.padding_0 {
  padding: 0;
}

.header_top_section {
  width: 100%;
  display: flex;
  background-color: #07092f;
  height: auto;
  padding: 20px 0;
}

.header_top_main {
  display: flex;
}

.padding_left_15 {
  padding-left: 10px;
}

.header_section {
  width: 100%;
  float: left;
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: rgb(255 255 255 / 25%) 0px 9px 34px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.header_bg {
  background: #1f1f1f;
}

.bg-light {
  background-color: transparent !important;
}

.logo {
  width: 350px;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.nav-container {
  /* background-color: #1d1d1d80; */
  padding: 0 50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px;
  font-size: 16px;
  color: #fcfefe;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fe9549;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fe9549;
}

.navbar {
  padding: 15px 0;
  align-items: center;
}

.quote_btn {
  width: 170px;
  float: left;
}

.quote_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #fe9549;
  border-radius: 40px;
  padding: 8px;
  text-transform: uppercase;
}

.quote_btn a:hover {
  background-color: #fff;
  color: #252525;
}

.text-theme-orange {
  color: #fe9549 !important;
}

.bg-theme-orange {
  background-color: #fe9549 !important;
}

.card {
  border-radius: 1rem;
  overflow: hidden;
}

.card-img-container {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.bg-theme-grey {
  background-color: #171717 !important;
}

.home_banner {
  background-image: url(../images/banner-bg.gif);
  height: 750px;
  box-shadow: inset 0 0 0 2000px hsl(0deg 0% 0% / 58%);
}

.about_banner {
  background-image: url(../images/about_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.816);
}

.project_banner {
  background-image: url(../images/project_page_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.816);
}

.partners_banner {
  background-image: url(../images/partners_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.816);
}

.news_banner {
  background-image: url(../images/news_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.816);
}


.gallery_banner {
  background-image: url(../images/gallery_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.816);
}

.blog_banner {
  background-image: url(../images/blog_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.816);
}

.blogs_section .card {
  height: 100%;
}

.blog_images {}

.location_banner {
  background-image: url(../images/location_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.712);
}

.career_banner {
  background-image: url(../images/career_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.712);
}

.contactus_banner {
  background-image: url(../images/contactus_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.712);
}

.banner_section {
  width: 100%;
  padding: 90px 0;
  display: flex;
  align-items: center;
}

.banner_taital_main {
  width: 60%;
  float: left;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 70px;
  font-family: Poppins, sans-serif;
}

.banner_badge_text {
  background: linear-gradient(90deg, #fe9549 0, rgba(254, 149, 73, 0) 100%);
  padding: 4px 50px 4px 7px;
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  width: fit-content;
}

.btn_main {
  width: 100%;
  display: flex;
}

.seperator {
  position: relative;
}

.seperator::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  left: 25%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

.badge {
  background: #FFFFFF0D;
  color: #FE9549;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
}

.strength_row {
  margin-top: -50px;
}

.strengt_col {
  padding: 2rem;
  background-color: #1e1e1e;
  min-height: 100%;
  border-bottom: 5px solid #fe9549;
}

.strengt_col img {
  height: 58px;
}

.strength_heading {
  color: #fff;
  font-weight: 600;
}

.strength_text {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.strength_container_image {
  position: relative;
  z-index: -1;
  max-width: 100%;
  margin-top: -125px;
}

.strengt_container_icon {
  background-color: #171717;
  border-bottom: 5px solid #fe9549;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.strengt_container_icon img {
  height: 58px;
}


.significance-navitem {
  background-color: #171717;
}

.significance-img {
  height: 20rem;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.about_section {
  width: 100%;
  float: left;
  padding: 90px 0 0 0;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #3b3a3a;
  font-weight: 700;
  padding-top: 40px;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #5a5959;
  margin-left: 0;
}


.play_icon {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
}

.play_icon img {
  height: 80px;
}

.play_icon::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background-color: rgb(253, 164, 23, 0.8);
  border-radius: 100%;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0 0 10px 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.services_section {
  width: 90%;
  margin: auto;
}

.services_text_1 {
  width: 100%;
  font-size: 35px;
  margin: 0 auto;
  color: #1f1f1f;
  padding-top: 20px;
  text-align: center;
}

.services_text {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
}

.services_section_2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

.joined-venture-section {
  .nav-item {
    height: 100%;
  }
}

.more {
  display: none;
}

.services_section_linear_bg {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.box_main {
  width: 100%;
  background-color: #171717 !important;
  color: #fff;
  height: auto;
  /* margin-top: 30px; */
  padding: 20px;
}

.box_main.active {
  background-color: #fe9549 !important;
}

.number_text {
  border-width: 1px;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  border-right-style: dashed;
  border-color: #fff;
}

.projects_section {
  width: 100%;
  float: left;
}

.projects_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #192955;
  font-weight: 600;
  padding-bottom: 30px;
}

.projects_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #5a5959;
  margin: 0;
}

.projects_section_2 {
  width: 90%;
  margin: auto;
}

/* .projects_section_2 .container_main {
  min-height: 550px;
} */
.image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 310px;
}

.container_main {
  position: relative;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  min-height: 310px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 300px rgba(0, 0, 0, .5);
  overflow: hidden;
}

.home_gallery {
  min-height: 310px;
}

.text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

i.fa.fa-link {
  background: #0fbdd7;
  padding: 20px 20px 18px 20px;
  border-radius: 100%;
}

.video-container {
  width: 640px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(black, 0.4);
}

.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.video_btn {
  height: 150px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

#circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

#circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fe9549;
  stroke: #fe9549;
  background-color: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.projects_section .tab-content {
  background-color: #ff6262;
}

.projects_section ul {
  margin-bottom: 0;
  float: left;
}

.nav-pills .nav-link {
  color: #fff;
  height: 100%;
  background-color: transparent;
  padding: 12px 10px;
  width: 22vw;
  text-align: center;
  font-size: 16px;
  margin: 0 0;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  border-bottom: 5px solid #fe944900;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  border-bottom: 5px solid #fe9549;
  color: #fff;
}

.event_date {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.corporate_image {
  min-height: 78%;
}

.testimonial_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
  padding: 90px 0 150px 0;
  background-size: 100%;
}

.testimonial_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.testimonial_section_2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 30px;
}

.contact_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #333;
  padding-left: 100px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.request_section_2 {
  background-image: url(../images/request_form_bg.jpg);
  position: relative;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px #000000cc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: left;
  padding-top: 150px;
  padding-bottom: 150px;
}

.request_section_2 form {
  background: #ffffff5e;
  padding: 60px;
  border-radius: 15px;
  margin: 20px;
  z-index: 1;
  width: 50%;
}

.request_section_2 .bg_angle {
  z-index: -1;
}

.mail_section_1 {
  float: left;
  padding-top: 30px;
}

.mail_text {
  width: 100%;
  font-size: 16px;
  color: #000;
  height: 50px;
  border-radius: 10px;
  border: 0;
  background-color: #fff;
  padding: 8px 15px;
  margin-bottom: 20px;
}

input.mail_text::placeholder {
  color: #c5c8c7;
}

.massage-bt {
  color: #000;
  width: 100%;
  height: 190px;
  font-size: 18px;
  background-color: #fff;
  padding: 20px 15px;
  border: 0;
  border-radius: 10px;
}

textarea#comment.massage-bt::placeholder {
  color: #c5c8c7;
}

.map-responsive iframe {
  box-shadow: inset 0 0 0 2000px #000000cc;
}

.btn_black a,
.btn_black .btn,
.btn_black button {
  width: fit-content;
  text-align: center;
  font-size: 18px;
  color: #FE9549;
  background-color: #000;
  border: 1px solid #FFFFFF4D;
  padding: 5px 25px;
  /* text-transform: uppercase; */
  display: block;
  font-weight: 600;
  border-radius: 5px;
  margin: auto;
}

.btn_black a:hover,
.btn_black .btn:hover {
  background-color: #252525;
}

.btn_orange a,
.btn_orange .btn {
  width: fit-content;
  text-align: center;
  font-size: 18px;
  color: #000;
  background-color: #FE9549;
  border: 1px solid #FFFFFF4D;
  padding: 5px 20px;
  /* text-transform: uppercase; */
  display: block;
  font-weight: 600;
  border-radius: 5px;
  margin: auto;
}

.btn_orange a:hover,
.btn_orange .btn:hover {
  background-color: #885530;
}

.contact_img {
  width: 100%;
  float: left;
}

.padding_left_15 {
  padding-right: 0;
}

.footer_section {
  width: 100%;
  padding: 50px 0;
  float: left;
  background-color: #000;
  box-shadow: 5px 5px 15px white;
  height: auto;
}

.footer_section_2 {
  width: 100%;
  float: left;
}

.footer_cols {
  border-right: 1px solid rgba(128, 128, 128, 0.322);
}

.useful_text {
  width: 100%;
  font-size: 20px;
  color: #fe9549;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-family: Poppins, sans-serif;
}

.padding_15 {
  font-size: 30px;
}

.social_icon {
  width: 100%;
  display: inline-block;
  text-align: center;
  /* margin-top: 20px; */
}

.social_icon ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  gap: 20px;
}

.social_icon li {
  float: left;
}

.social_icon li a {
  border-radius: 100%;
  font-size: 30px;
  height: 40px;
  width: 40px;
  /* margin-right: 25px; */
  margin-top: 0;
}

.footer_menu_main {
  width: 100%;
  float: left;
}

.footer_menu li {
  font-size: 16px;
  color: #fff;
  padding: 5px 0 0 0;
  /*flex-basis: 50%;*/
}

.footer_menu li a {
  color: #fff;
}

.footer_menu li a:hover {
  color: #fe9549;
}

.footer_menu li.active a {
  color: #f9bc19;
}

.copyright_section {
  width: 100%;
  float: left;
  background-color: #fff;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 10px 0;
  color: #252525;
  text-align: center;
}

.copyright_text a {
  color: #252525;
}

.copyright_text a:hover {
  color: #0fbdd7;
}


/* About Us Page */

.about_content_section {
  padding: 100px 50px;
}

.about_content_section .container-fluid {
  width: 95%;
  margin: auto;
  border: 1px solid #fe9549;
  border-style: dashed;
  border-radius: 20px;
  padding: 50px 80px;
  background-image: url(../images/about_content_bg.png);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px hsla(0, 0%, 0%, 0.877);
}

.about-img {
  min-height: 250px !important;
  height: 250px !important;
  width: 100%;
  border-radius: 15px;
}

/* partners page */
.partners_section {
  width: 95%;
  margin: auto;
  padding: 80px 50px;
}

/* Contact Us */
.contact_section_2 {
  background-image: url(../images/request_form_bg.jpg);
  position: relative;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px #000000ea;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: left;
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact_section_2 form {
  background: #0d233577;
  padding: 60px;
  border-radius: 15px;
  margin: 20px;
  z-index: 1;
  width: 75%;
}

.contact_section_2 input,
.contact_section_2 textarea {
  font-size: 15px;
}

/* Google Translate Css */
/* .goog-te-combo{
  width: 30px;
} */
.skiptranslate {
  font-size: 0px !important;
}

.skiptranslate span {
  display: none;
}

/* .skiptranslate div{
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
} */

.goog-te-combo {
  border: none;
  border-radius: 2px;
  padding: 0.5rem 1em;
  margin: 0;
  margin-left: 10px;
  width: fit-content;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

.goog-te-gadget .goog-te-combo {
  margin: 8px 0 0px 10px !important;
}

.skiptranslate iframe {
  display: none;
}

/* Whatsapp Button */
.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_menu ul {
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 30px;
}

.footer_section_2 .row {
  row-gap: 30px;
}

/* Modal */
.modal {
  background: #ffffff33;
}

.modal-header {
  border-bottom: 1px solid #fe9549;
}

.modal-footer {
  border-top: 1px solid #fe9549;
}

.modal-content {
  background-color: #171717;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container_main.border.border-white.mx-0.my-2 {
  padding-top: 100%;
  width: 100%;
  min-height: auto;
}

.container_main.border.border-white.mx-0.my-2 .w-100.h-100.home_gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: auto;
  object-fit: cover;
}

@media(max-width: 1300px) {
.nav-container {
    /* background-color: #1d1d1d80; */
    padding: 0 15px;
  }
}

@media(max-width: 991px) {
  .footer_menu ul {
    gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    row-gap: 0px;
  }
}

@media(max-width: 576px) {
  .footer_section_2 .row {
    row-gap: 0;
  }
}

/* Loader */
.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid var(--bg-dark);
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}