/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0C0C0C;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #0C0C0C;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #0C0C0C;
}

:-moz-placeholder { /* Firefox 18- */
  color: #0C0C0C;
}

img:hover {
  opacity: 0.98;
}

body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  color: #000000;
}

#global-index {
  width: 100%;
  /*==================== HEADER ====================*/
}
#global-index #header {
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  float: left;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
#global-index #header .main-logo {
  float: left;
  padding: 0.5em 0 0.5em 0.5em;
}
@media only screen and (max-width: 768px) {
  #global-index #header .main-logo {
    padding: 0.2em 0 0.2em 0.8em;
  }
}
#global-index #header .main-logo a img {
  width: 50px;
}
@media only screen and (max-width: 768px) {
  #global-index #header .main-logo a img {
    width: 40px;
  }
}
#global-index #header #nav {
  float: right;
  padding: 1.2em 2em 0 0;
}
#global-index #header #nav #toggle {
  display: none;
}
#global-index #header #nav .menu {
  z-index: 999;
}
#global-index #header #nav .menu li {
  display: inline-block;
  margin: 0.2em 0 0 2em;
}
#global-index #header #nav .menu li a {
  color: #ff5300;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}
#global-index #header #nav .menu li .highlight-tab {
  border-bottom: 0.2em solid #ff5300;
  color: #0C0C0C;
  padding: 0.3em 0;
}
@media only screen and (min-width: 769px) {
  #global-index #header #nav .menu li a:hover, #global-index #header #nav .menu li a:focus {
    border-bottom: 0.2em solid #ff5300;
    color: #000000;
    padding: 0.3em 0;
  }
}
@media only screen and (max-width: 768px) {
  #global-index #header #nav .menu li .highlight-tab {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #global-index #header #nav .menu {
    background: #FFFFFF;
    border-top: 1px solid #DFDFDF;
    display: none;
    margin: 1.15em 0 0 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  #global-index #header #nav .menu > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  #global-index #header #nav .menu > li > a {
    border-bottom: 1px solid #cfcfcf;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #global-index #header #nav .menu, #global-index #header #nav .menu > li, #global-index #header #nav .menu > li > a {
    height: auto;
  }
  #global-index #header #nav .menu > li:last-child a {
    border-right: 1px solid #cfcfcf !important;
  }
  #global-index #header #nav .menu > li > a:hover, #global-index #header #nav .menu > li > a:focus {
    background: #F2F2F2;
    box-shadow: inset 5px 0px #0d0f13;
    padding: 15px 15px 15px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #global-index #header #nav #toggle:checked + .nav-child .menu {
    display: block;
    opacity: 1;
  }
  #global-index #header #nav .toggle {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
  #global-index #header #nav .toggle:after {
    background: url("../images/toggle.png") no-repeat;
    content: attr(data-open);
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 31px;
    margin: 0.5em 0 0 0;
    padding: 0;
    width: 31px;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
  }
  #global-index #header #nav .toggle:hover:after {
    opacity: 0.9;
  }
  #global-index #header #nav #toggle:checked + .nav-child .toggle:after {
    content: attr(data-close);
  }
}
@media only screen and (max-width: 768px) {
  #global-index #header {
    padding: 0.5em 0;
  }
  #global-index #header h1 {
    padding: 0 0 0 0.5em;
  }
  #global-index #header #nav {
    padding: 0 0.7em 0 0;
  }
}
#global-index {
  /*==================== BODY ====================*/
}
#global-index #body-wrap {
  float: left;
  margin: 4.2em 0 0 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #global-index #body-wrap {
    margin: 3.9em 0 0 0;
  }
}
#global-index #body-wrap #banner-full {
  float: left;
  text-align: center;
  width: 100%;
}
#global-index #body-wrap #banner-full .image-container {
  /* Set the container as the positioning reference point */
  position: relative;
  /* Ensures the container wraps its content appropriately */
  display: inline-block;
  width: 100%;
}
#global-index #body-wrap #banner-full .image-container img {
  /* Ensure the image fills its container */
  display: block;
  width: 100%;
  height: 974px;
  object-fit: cover; /* Ensures image covers the area without distortion */
}
@media only screen and (max-width: 450px) {
  #global-index #body-wrap #banner-full .image-container img {
    height: 1100px;
  }
}
@media only screen and (max-width: 350px) {
  #global-index #body-wrap #banner-full .image-container img {
    height: 1200px;
  }
}
@media only screen and (max-width: 300px) {
  #global-index #body-wrap #banner-full .image-container img {
    height: 1400px;
  }
}
#global-index #body-wrap #banner-full .image-container .overlay-text {
  /* Position the text absolutely within the container */
  position: absolute;
  /* Center the text using top/left and transform */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Customize text appearance for readability */
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  /* Ensure text is above the image layer */
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  #global-index #body-wrap #banner-full .image-container .overlay-text {
    padding: 10px 0px;
    width: 100%;
  }
}
#global-index #body-wrap #banner-full .image-container .overlay-text .circle {
  float: left;
  padding: 0 0 2em 0;
  text-align: center;
  width: 100%;
}
#global-index #body-wrap #banner-full .image-container .overlay-text .circle img {
  margin: 0 auto;
  height: auto;
  width: 250px;
}
#global-index #body-wrap #banner-full .image-container .overlay-text .p-content {
  margin: 0 auto;
  padding: 0 0 2.5em 0;
  text-align: left;
  width: 550px;
}
@media only screen and (max-width: 600px) {
  #global-index #body-wrap #banner-full .image-container .overlay-text .p-content {
    width: 80%;
  }
}
#global-index #body-wrap #banner-full .image-container .overlay-text .p-content p {
  color: #000000;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 1.5em 0 0 0;
  text-align: justify;
  hyphens: auto; /* Adds automatic hyphenation where supported */
  text-align-last: justify; /* Justifies the last line too */
}
@media only screen and (max-width: 600px) {
  #global-index #body-wrap #banner-full .image-container .overlay-text .p-content p {
    text-align: left !important;
    hyphens: none !important;
    text-align-last: left !important;
  }
}
#global-index #body-wrap #banner-full .image-container .overlay-text .p-content .remove-justify {
  text-align: left !important;
  hyphens: none !important;
  text-align-last: left !important;
}
#global-index #body-wrap #banner-full .image-container .overlay-text .contact-wrap {
  float: left;
  text-align: center;
  width: 100%;
}
#global-index #body-wrap #banner-full .image-container .overlay-text .contact-wrap a {
  background-color: #ff5300; /* Blue background */
  color: white; /* White text */
  border: none; /* Remove default border */
  padding: 15px 0px; /* Space between text and border */
  cursor: pointer; /* Change mouse cursor on hover */
  border-radius: 5px; /* Rounded corners */
  font-size: 0.95em; /* Text size */
  font-weight: 600;
  transition: background-color 0.3s; /* Smooth color transition on hover */
  text-decoration: none;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #global-index #body-wrap #banner-full .image-container .overlay-text .contact-wrap a {
    margin: 0 auto;
    width: 80%;
  }
}
#global-index #body-wrap #banner-full .image-container .overlay-text .contact-wrap a:hover {
  background-color: #b33a00; /* Darker blue on hover */
}
#global-index #body-wrap #content-wrap {
  background: radial-gradient(circle, rgb(131, 58, 180) 0%, rgb(255, 173, 115) 0%, rgb(255, 197, 153) 100%);
  float: left;
  width: 100%;
}
#global-index #body-wrap #content-wrap .heading {
  background-color: #0C0C0C;
  float: left;
  padding: 4em 0;
  text-align: center;
  width: 100%;
  opacity: 0.9;
}
#global-index #body-wrap #content-wrap .heading h1 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 600;
}
#global-index #body-wrap #content-wrap .heading p {
  color: #ffffff;
  font-size: 0.95em;
  line-height: 1.8em;
  margin: 1em 0 0 0;
}
@media only screen and (max-width: 450px) {
  #global-index #body-wrap #content-wrap .heading p {
    margin: 1em auto 0 auto;
    width: 90%;
  }
}
#global-index #body-wrap #content-wrap .full-box {
  float: left;
  width: 100%;
}
#global-index #body-wrap #content-wrap .full-box .design-box {
  float: left;
  width: 100%;
}
#global-index #body-wrap #content-wrap .full-box .design-box .records-wrap {
  float: left;
  padding: 2em 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #global-index #body-wrap #content-wrap .full-box .design-box .records-wrap {
    padding: 1em 0;
  }
}
#global-index #body-wrap #content-wrap .full-box .design-box .records-wrap .d-image {
  display: inline-block;
  margin: 1em;
}
@media only screen and (max-width: 600px) {
  #global-index #body-wrap #content-wrap .full-box .design-box .records-wrap .d-image {
    margin: 0.2em 0;
  }
}
#global-index #body-wrap #content-wrap .full-box .design-box .records-wrap .d-image .art {
  width: 400px;
}
@media only screen and (max-width: 500px) {
  #global-index #body-wrap #content-wrap .full-box .design-box .records-wrap .d-image .art {
    width: 95%;
  }
}
#global-index #body-wrap #content-wrap .full-box .design-box .records-wrap .d-image .designs {
  width: 500px;
}
@media only screen and (max-width: 600px) {
  #global-index #body-wrap #content-wrap .full-box .design-box .records-wrap .d-image .designs {
    width: 95%;
  }
}
#global-index #body-wrap #content-wrap .half-box {
  margin: 0 auto;
  width: 600px;
}
@media only screen and (max-width: 610px) {
  #global-index #body-wrap #content-wrap .half-box {
    width: 100%;
  }
}
#global-index #body-wrap #content-wrap .half-box .contact-box {
  float: left;
  width: 100%;
  padding: 2em 0 4em 0;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .errors-wrapper {
  float: left;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0 0 2em 0;
  text-align: center;
  width: 100%;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .errors-wrapper .success {
  color: green;
  float: left;
  padding: 0.3em 0;
  width: 100%;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .errors-wrapper .errors {
  color: red;
  float: left;
  padding: 0.3em 0;
  width: 100%;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form {
  margin: 0 auto;
  text-align: center;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form {
    width: 90%;
  }
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field {
  float: left;
  width: 100%;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field label {
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  float: left;
  margin: 1.5em 0 1em 0;
  text-align: left;
  width: 100%;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field .select-category {
  background-color: #ffffff;
  border: none;
  padding: 1em 0;
  text-indent: 10px;
  width: 100%;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=text], #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=email], #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=tel] {
  background-color: #ffffff;
  border: none;
  height: 45px;
  padding: 0 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field .description {
  background-color: #ffffff;
  border: none;
  font-size: 0.85em;
  font-family: "Open Sans", sans-serif;
  height: 25em;
  padding: 10px 10px;
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=submit] {
  background: #ff5300;
  border: 1px solid #ff5300;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 600;
  margin: 1.5em 0 0 0;
  padding: 0.8em 0;
  text-transform: capitalize;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=submit]:hover {
  background: #b33a00;
  border: 1px solid #b33a00;
  cursor: pointer;
}
#global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=text]:focus, #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=tel]:focus, #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=email]:focus, #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field .description:focus, #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=text]:hover, #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=tel]:hover, #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field input[type=email]:hover, #global-index #body-wrap #content-wrap .half-box .contact-box .contact-form .field .description:hover {
  border: 1px solid #ff5300;
  outline: none;
}
#global-index #body-wrap #content-wrap .third-box {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1030px) {
  #global-index #body-wrap #content-wrap .third-box {
    width: 100%;
  }
}
#global-index #body-wrap #content-wrap .third-box .service-box {
  float: left;
  margin: 0 0 1em 0;
  padding: 1em 0;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  #global-index #body-wrap #content-wrap .third-box .service-box {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}
@media only screen and (max-width: 1050px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box:last-child {
    margin: 1em 0 2em 0 !important;
  }
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  float: left;
  margin: 1em 0 0 0;
  padding: 2em 0;
  width: 100%;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
@media only screen and (max-width: 520px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box {
    margin: 1em 0 0 0;
    padding: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col {
  float: left;
  width: 300px;
}
@media only screen and (max-width: 1050px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col {
    width: 270px;
  }
}
@media only screen and (max-width: 680px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col {
    width: 250px;
  }
}
@media only screen and (max-width: 520px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col {
    text-align: center;
    width: 100%;
  }
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col img {
  margin: 1em 0 0 3em;
  width: 200px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
@media only screen and (max-width: 1050px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col img {
    width: 200px;
    margin: 0 0 0 2em;
  }
}
@media only screen and (max-width: 680px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col img {
    margin: 0 0 0 1em;
  }
}
@media only screen and (max-width: 520px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .left-col img {
    margin: 0;
    width: 100%;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
  }
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col {
  float: left;
  margin: 1em 0 0 0;
  width: 70%;
}
@media only screen and (max-width: 1050px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col {
    width: 57%;
  }
}
@media only screen and (max-width: 680px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col {
    width: 47%;
  }
}
@media only screen and (max-width: 520px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col {
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 520px) {
  #global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col {
    margin: 2em 0 0 0;
  }
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col .row {
  float: left;
  text-align: left;
  padding: 0 0 1.3em 0;
  width: 100%;
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col .row h2 {
  font-size: 1.5em;
  font-weight: 600;
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col .row p {
  font-size: 1em;
  line-height: 1.5em;
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col .row ul {
  list-style-type: disc;
  margin: 0 0 0 1em;
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col .row ul li {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
#global-index #body-wrap #content-wrap .third-box .service-box .single-box .right-col .inner-col .row ul li .bold {
  font-weight: 600;
}
#global-index {
  /*==================== FOOTER ====================*/
}
#global-index #footer {
  float: left;
  padding: 3em 0;
  text-align: center;
  width: 100%;
}
#global-index #footer #footer-center {
  float: left;
  width: 100%;
}
#global-index #footer #footer-center p {
  font-size: 0.7em;
}

/*# sourceMappingURL=screen.css.map */
