.post, .page{
	margin: 0px;
}

/** Header **/

.logo-container{
  max-width: 220px;
}

.ds-header{
	background:transparent;
	position: absolute;
	width: 100%;
	padding: 15px;
  display: none;
}

.submit_form.fw-semibold{
  border-radius: 4px !important;
}


/*.ds-header.is-sticky{
	position: fixed;
	background: #000;
}*/

.ds-hero-banner{
	height: 100vh;
    padding: 0px;
    background-image: url(image/hero-image_v1.jpg);
}

.ds-hero-banner_inner{
	height: 100%;
	display: flex;
	align-items: center;
}

.ds-hero-banner-w7{
	width: 60%;
}

.ds-about-container p{
	font-weight: 300;
	font-size: 20px;
	color: var(--white-color);
	font-family: var(--font-1);
	text-align: justify
}

.ds-services-container h4{
	font-size: 24px;
	line-height: 30px;
}


.ds_services_section{
	height: auto;
}

.ds_services_section .container-fluid{
	height: 100%;
}

.ds_services_section_one{
	height: 100%;
}

.ds_services_section_two{
	height: 100%;
}

.ds_services_section_left{
	/*height: 100%;*/
}

.ds_services_section_left .video-container{
	height: 100%;
	width: 100%;
	aspect-ratio: auto;
}

.ds_services_section_left .video-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ds_services_section_right{
	padding: 50px;
}

.ds_services_section ul{
	padding: 0px;
}

.ds_services_section h4{
	font-weight: 300;
}

.ds_services_section ul {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.ds_services_section ul li {
  position: relative;
  padding-left: 28px; /* space for the icon */
  line-height: 1.6em;
  font-size: 24px;
  padding-left: 0px;
	font-weight: 300;
}

/* Add the Font Awesome magic wand icon */
.ds_services_section ul li::before {
  content: "\f72b"; /* Unicode for fa-wand-magic-sparkles */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 20px;
  color: #fff; /* choose your color */
  font-size: 16px;
  line-height: 1.6em;
  color: var(--accent-color);
  display: none;
}

.ds_services_section_reverse{
	flex-direction: row-reverse;
}

.ds-hero-banner-image{
      position: absolute;
    left: 30px;
    /* top: 0px; */
    width: 50%;
    bottom: 30px;
    width: 33.33%;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.ds-header-title{
      font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 80px;
    letter-spacing: 6px;
    text-align: center;
        color: rgba(207, 169, 89, 0.56);
            color: #cda349;
}


.ds-about-container p{
  /*text-align: justify;*/
  /*font-size: 15px;*/
  color: #111;
  margin-bottom: ;
}


.ds-header-title2{
    font-weight: 400;
    font-size: 80px;
    letter-spacing: 6px;
  color: rgba(255, 255, 255, 0.6);  
      color: #cda349;
}

@media only screen and (max-width:767px) {

/*.ds-header{
	background: #000;
}*/

.ds-header{
  display: block;
}

.ds-header .container-fluid{
	padding: 0px;
	justify-content: center;
}


.ds-header .navbar-toggler{
	padding-right: 0px;
}


.ds-hero-banner{
	height: 100vh;
    padding: 0px;
    background-image: url(image/hero-image_m.jpg);
}


.ds-hero-banner_inner{
	align-items: end;
	text-align: center;
	padding-bottom: 0px;
}

.ds-hero-banner-w7{
	width: 100%;
}

.ds-hero-banner-w7 .justify-content-start{
	justify-content: center !important;
}

.ds-about-container .ds-about-container_inner{
	padding: 0px !important;
}

.section{
	padding: 70px 20px;
}

h4{
	font-size: 28px;
}

h3 {
    font-size: 40px
}

.ds_services_section_right{
	padding: 20px;
	text-align: center;
}


.footer-left{
	margin-bottom: 30px;
}

.footer-contact li{
	justify-content: center;
}

.ds-header-title,
.ds-header-title2{
  font-size: 50px;
}



}



.footer-section {
  background-color: #0f1f25;
  color: #d4a64f;
  text-align: center;
  padding: 60px 20px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.footer-title {
  font-size: 48px;
  /*font-weight: 700;*/
  letter-spacing: 5px;
  margin-bottom: 60px;
    font-family: var(--font-2);
}

.footer-container {
  max-width: 800px;
  margin: 0 auto;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
	  align-items: stretch;
}

.wpcf7-spinner{
  display: block;
}

.footer-left,
.footer-right {
  width: 45%;
 flex: 1;
}

.footer-heading {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-family: var(--font-2);
	
	font-weight: 400;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;

}

.footer-right {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.footer-right .footer-heading{
	margin-bottom:0px;
}

.footer-right p{
	margin-bottom: 0px;
}



.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 2;
}

.footer-contact li {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact i {
  color: #d4a64f;
  width: 20px;
}

.footer-divider {
  width: 2px;
  background-color: #d4a64f;
/*   opacity: 0.4; */
}

.footer-logo {
  width: 50px;
  margin: 20px auto;
}

.footer-right p {
  font-size: 16px;
}

.footer-right a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}

.footer-right a:hover {
  text-decoration: underline;
}

.back-to-top {
  position: absolute;
  bottom: 20px;
  right: 40px;
  background-color: #d4a64f;
  color: #0f1f25;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 18px;
  text-decoration: none;
}

.back-to-top:hover {
  background-color: #c3953e;
}


.submit_form.fw-semibold{
    padding-inline: 2rem;
    padding-block: 0.7rem;
    border: 2px solid var(--accent-color);
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.5s;
		background-color: var(--accent-color);
}


.wpcf7 form .wpcf7-response-output{
	color: #ffffff;
}

.footer-contact_mob{
  display: none;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
/*  background: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
*/  font-size: 18px;
  display: none; /* hidden by default */
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.back-to-top.show {
  display: block;
  opacity: 1;
}



@media (max-width: 768px) {

  .ds-hero-banner-image{
    display: none;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    text-align: center;
  }

  .footer-divider {
    display: none;
  }

  .footer-contact {
    text-align: center;
    align-items: center;
        display: flex;
        justify-content: center;
        gap: 30px;

  }

  .footer-contact li{
    font-size: 24px;
  }


  .footer-title {
    font-size: 60px;
    /* font-weight: 700; */
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-family: var(--font-2);
    padding: 20px;
}

.footer-contact_desk{
  display: none;
}

.footer-heading{
  color: #ffffff;
}

.footer-heading_bt{
  margin-bottom: 0px;
margin-top: 30px;
}

}



/** Form **/

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/** Variables **/

:root {
  --color-background: #cbd5e1;
  --color-background-alt: #8ec6ff;
  --color-border-active: #173db6;
  --color-border-default: #94a3b8;
  --color-highlight: #8ec6ff;
  --color-primary: #144be1;
  --color-primary-active: #19388f;
  --color-text-default: #0f172a;
  --color-text-muted: #475569;

  --font-family-body: "Open Sans", sans-serif;
  --font-family-display: "Nunito Sans", sans-serif;
}

/** Base **/

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

* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-family-body);
  font-optical-sizing: auto;
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

[type="checkbox"],
[type="radio"],
[type="range"] {
  appearance: none;
  flex-shrink: 0;
  padding: 0;
  user-select: none;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="range"]:focus {
  outline: none;
}

/** Components **/

.fs-form {
  display: grid;
  row-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

fieldset {
  display: grid;
  margin: 1.5rem 0;
  row-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) fieldset {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
}

.fs-fieldset-title {
  color: var(--color-text-default);
  font-family: var(--font-family-display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  grid-column: 1 / -1;
}

.fs-field {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.fs-label {
  color: #fff;
  display: block;
  font-family: var(--font-1);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  font-size: 18px;
  margin-bottom: 5px;
}

.fs-description {
  color: var(--color-text-muted);
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fs-button-group {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 1.5rem;


      align-items: center;
    justify-content: center;
}

.fs-form:where(.fs-layout__2-column) .fs-button-group {
  grid-column: 1 / -1;
}

.fs-button {
  color: white;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 1rem 2rem;
  transition-duration: 200ms;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);


    padding-inline: 2rem;
    padding-block: 0.7rem;
    border: 2px solid var(--accent-color);
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.5s;
    background-color: var(--accent-color);
border-radius: 4px !important;
  font-family: var(--font-1);
  font-size: 16px;
}

/*.fs-button:hover {
  background-color: var(--color-primary-active);
}

.fs-button:focus-visible {
  background-color: var(--color-primary-active);
  outline: 3px solid var(--color-highlight);
}*/

.fs-input,
.fs-select {
  appearance: none;
  border-radius: 0.375rem;
  border-width: 0;
  color: var(--color-text-default);
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1.5rem;
  outline: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 60px;

  font-family: var(--font-1);
background-color: #2f2f2f;
    color: white;
    border: none;  
}

.fs-input:focus-visible,
.fs-select:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-input::placeholder {
  color: var(--color-text-muted);
}

.fs-checkbox-group,
.fs-radio-group {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.fs-checkbox-field,
.fs-radio-field {
  column-gap: 0.5rem;
  display: flex;
}

:is(.fs-checkbox-field, .fs-radio-field) .fs-label + .fs-description {
  margin-top: 0.125rem;
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
  align-items: center;
  display: flex;
  height: 1.25rem;
}

.fs-checkbox,
.fs-radio {
  background-color: #fff;
  border: 1px solid var(--color-text-default);
  height: 1rem;
  width: 1rem;
}

.fs-checkbox {
  border-radius: 0.25rem;
}

.fs-radio {
  border-radius: 100%;
}

.fs-checkbox:checked,
.fs-radio:checked {
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.fs-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.fs-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.fs-checkbox:focus-visible,
.fs-radio:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.fs-slider {
  background: transparent;
  cursor: pointer;
  height: 1.25rem;
  width: 100%;
}

.fs-slider::-moz-range-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-webkit-slider-runnable-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-moz-range-thumb {
  background-color: var(--color-primary);
  border: none; /* Removes extra border that FF applies */
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
}

.fs-slider::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 1.25rem;
  margin-top: -0.375rem; /* Centers thumb on the track */
  width: 1.25rem;
}

.fs-slider:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-slider:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-switch {
  background-color: var(--color-background-alt);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 1.5rem;
  transition-duration: 200ms;
  transition-property: background-color, background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 2.75rem;
}

.fs-switch:checked {
  background-color: var(--color-primary);
  background-position: right center;
}

.fs-switch:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea {
  appearance: none;
  border-radius: 0.375rem;
  border-width: 0;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1.5rem;
  outline: none;
  padding: 0.5rem 0.75rem;
  resize: vertical;

  background-color: #2f2f2f;
    color: white;
    border: none;  
    height: 200px;
      font-family: var(--font-1);
}

.fs-textarea:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
      color: white;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}

/** Utilities **/

.col-span-full {
  grid-column: 1 / -1;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}

.slider-label-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.25rem;
}

.slider-label-text {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-align: center;
  white-space: nowrap;
}


