@charset "UTF-8";
/* c6c15a */
@font-face {
  font-family: 'Autumn';
  src: url("../fonts/autumn.ttf");
}

* {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

*:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

h1, .h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4vw;
  line-height: 4.5vw;
}

h2, .h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 1rem;
}

p, ul, ul li, a {
  margin: 0;
  font-size: 1.1vw;
  line-height: 1.6vw;
}

.larger-text {
  font-size: 1.5vw;
  line-height: 2vw;
  margin-bottom: 2rem;
}

.btn-main {
  background: linear-gradient(140deg, #e6df6b, #e6df6b, #988939);
  border: 0px solid transparent;
  text-transform: uppercase;
  color: #0f0f0f;
  font-size: 2vw;
  letter-spacing: 4px;
  padding: .55rem 2rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-main:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.btn-dark {
  background: linear-gradient(140deg, #6c6c6d, #0f0f0f);
  border: 0px solid transparent;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 2vw;
  letter-spacing: 4px;
  padding: .55rem 2rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-dark:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.btn-main-outline {
  background: transparent;
  border: 3px solid #e6df6b;
  text-transform: uppercase;
  color: #e6df6b;
  font-size: 2vw;
  letter-spacing: 4px;
  padding: .5rem 2rem;
}

.btn-main-outline:hover {
  color: #0f0f0f;
  border: 3px solid transparent;
  background-color: #e6df6b;
}

.logo {
  width: 10rem;
}

.header {
  color: #FFFFFF;
  width: 100vw;
  height: 75vh;
  background-color: #0f0f0f;
  background-image: url("/wp-content/uploads/2024/10/banner24.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header .header-intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  top: -20%;
  position: relative;
}

.header .header-intro h1 {
  text-transform: uppercase;
  letter-spacing: 21px;
  margin: 3rem 0rem;
}

.header .header-intro h1 span {
  text-transform: uppercase;
  font-family: "Autumn", sans-serif;
  letter-spacing: 32px;
  font-weight: 800;
  font-size: larger;
  background: linear-gradient(140deg, #e6df6b, #988939);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header.pg-style {
  color: #FFFFFF;
  width: 100vw;
  height: 100%;
  min-height: 25vh;
  background-color: #0f0f0f;
  background-image: url("../images/headerbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header.pg-style h1 {
  font-family: "Autumn", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(140deg, #e6df6b, #e6df6b, #988939, #e6df6b, #e6df6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 4rem;
  letter-spacing: 6px;
  font-weight: 800;
}

.pg-content {
  padding: 6rem 1.5rem;
}

.pg-content .service-row {
  margin-bottom: 6rem;
}

.main-menu {
  position: relative;
  z-index: 100;
}

.main-menu .desktop-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.main-menu .desktop-menu ul li {
  height: 100%;
  margin: auto 2rem;
}

.main-menu .desktop-menu ul li a {
  color: #e6df6b;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1em;
  position: relative;
}

.main-menu .desktop-menu ul li a:hover {
  background: linear-gradient(140deg, #e6df6b, #988939);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-menu .desktop-menu ul li a.action-btn{
  background: transparent;
  border: 3px solid #e6df6b;
  padding: .5rem 2rem;
  border-radius: .25rem;
}
.main-menu .desktop-menu ul li a.action-btn:hover{
  background: #e6df6b;
  color: #0f0f0f;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
/*.main-menu .desktop-menu ul li:last-child a {
  background: transparent;
  border: 3px solid #e6df6b;
  padding: .5rem 2rem;
  border-radius: .25rem;
}

.main-menu .desktop-menu ul li:last-child a:hover {
  background: #e6df6b;
  color: #0f0f0f;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}*/

.mobile-menu {
  display: none;
  text-align: right;
}

.btn-menu {
  color: #FFFFFF;
  font-size: 2em;
  padding: 1rem;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: linear-gradient(-40deg, #6c6c6d, #0f0f0f);
}

.modal-content br {
  display: none;
}

.modal-content .modal-body ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.modal-content .modal-body ul li {
  margin-top: 3rem;
}

.modal-content .modal-body ul li a {
  color: #e6df6b;
  font-weight: 600;
  font-size: 3em;
  background: linear-gradient(140deg, #e6df6b, #988939);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-content .modal-header .close {
  font-size: 6em;
  padding: 1rem;
  opacity: 1;
  color: white;
}

.modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-header {
  border-bottom: 0px solid #e6df6b;
}

.ft-services {
  margin-top: -2rem;
}

.ft-services .service {
  background: linear-gradient(140deg, #6c6c6d, #0f0f0f, #0f0f0f);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #FFFFFF;
  padding: 2.5rem;
  padding-bottom: 3rem;
}

.ft-services .service h2 {
  font-size: 2vw;
  line-height: 2.5vw;
  letter-spacing: 2px;
}

.ft-services .service a {
  color: #FFFFFF;
  padding: 0;
  margin-top: 1rem;
  font-size: 1.25vw;
}

.ft-services .service:hover {
  background: linear-gradient(140deg, #e6df6b, #e6df6b, #988939);
  color: #0f0f0f;
}

.ft-services .service:hover a {
  color: #0f0f0f;
}

.home-section-01 {
  padding: 4rem 0rem;
}

.home-section-01 .content {
  padding: 2rem;
}

.home-section-02 {
  padding-bottom: 5rem;
  padding-top: 2rem;
}

.contact .contact-info {
  padding: 2rem;
  background: #efefef;
}

.footer {
  background: #0f0f0f;
  color: #FFFFFF;
  padding: 3rem;
}

.footer ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin-bottom: 2rem;
}

.footer ul li {
  border-right: 2px solid #FFFFFF;
  padding: 0rem 2rem;
  list-style: none;
}

.footer ul li a {
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 500;
}

.footer ul li:last-child {
  border-right: 0px solid #FFFFFF;
}

.footer a {
  color: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer a:hover {
  text-decoration: none;
  color: #e6df6b;
}

.archive-page-content h2 a {
  color: #0f0f0f;
  font-size: 2vw;
  line-height: 2.5vw;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-cta {
  padding: 2rem;
  background: #f1f1f1;
}

.section-cta h2 b {
  letter-spacing: 10px;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 1rem;
  font-weight: bolder;
  font-style: italic;
}

ul.checkmark {
  list-style: none;
}

ul.checkmark li:before {
  content: '✓ ';
}

.widget {
  list-style: none !important;
  list-style-type: none !important;
}

.top-cta {
  padding: .5rem;
  background: linear-gradient(140deg, #988939, #e6df6b, #e6df6b, #988939);
  font-weight: 800 !important;
}

.btn-sm {
  padding: .25rem .5rem;
  padding-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  margin: 0rem .5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0f0f0f;
  border-radius: 0;
}

.btn-sm:hover {
  background: #FFFFFF;
  color: #0f0f0f;
}

.fab {
  font-size: 2rem;
  margin: 0rem .5rem;
}
/*# sourceMappingURL=style.css.map */



/* Vasu css */
.iframe-card iframe {
	max-width: 100%;
}
.iframe-card h1 {
	text-transform: uppercase;
}
.main-menu .desktop-menu ul li {
  margin: auto 1rem;
  position: relative;
}
.main-menu .desktop-menu ul li > ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  width: 300px;
  height: auto;
  display: block;
  padding: 1em 0em;
  text-align: left;
  transition: 0.5s all ease-in-out;	
  background: #000!important;
  z-index: 10000!important;
}
.main-menu .desktop-menu ul li > ul > li {
  display: block;
  width: 100%;
  padding-top: 0.5em;
}
.main-menu .desktop-menu ul li.sub-menu ul li a::before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: top;
  position: absolute;
  top: 50%;
  color: #b8ad4e !important;
  left: -16px;
  font-size: 1.3rem;
  line-height: 1em;
  transform: translateY(-50%);
  -webkit-text-fill-color: #b8ad4e !important;
}
.main-menu .desktop-menu ul li.sub-menu ul li a:hover::before {
  font-size: 1.5rem;
}
.main-menu .desktop-menu ul li.sub-menu:hover > ul{
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all ease-in-out;
}
.modal-content .modal-body ul li {
  position: relative;
}
.modal-content .modal-body ul#menu-menu .menu-item-has-children:hover > .sub-menu{
  display: block;
}
.modal-content .modal-body ul#menu-menu .menu-item-has-children > .sub-menu {
  display: none;
}
.modal-content .modal-body ul#menu-menu .menu-item-has-children > a{
  position: relative;
}
.modal-content .modal-body ul#menu-menu .menu-item-has-children > a:after {
  content: '\f0dd';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: top;
  position: relative;
  top: -3px;
  color: #b8ad4e;
}
.modal-content .modal-body ul#menu-menu .menu-item-has-children > .sub-menu > li {
  margin-top: 0.5em;
}
.modal-content .modal-body ul#menu-menu .menu-item-has-children > .sub-menu a {
  font-size: 1.3rem;
}
.col-section {
  padding: 0em 2em;
}
.col-section .col-sm-4 .larger-text.text-center {
  padding: 2em 1em 0em 1em;
  background-color: #fff;
  height: 100%;
}
.col-section .col-sm-4 {
  margin-bottom: 1em;
}