<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
 
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');
   
        /* writing to sheet */           
body{margin:0;padding:0;font-family: "DM Sans", sans-serif;font-size: 17px;font-weight: normal;color: #84868d;}   

.setStyle {background:white;}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(layout/HomeBG.jpg) no-repeat;
    background-size: cover;
}

.logo {
    max-width: 350px;
}

h1, h2, h3, h4, h5 {
    font-optical-sizing: auto;
    font-style: normal;
    /* margin: auto; */
    padding: initial;
    font-size: 30px;
    }

a {
    color: #006699;
    text-decoration: underline;
}

/* Active State */
 
/* Info Section */
#infoot {
    max-width: 1600px;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    padding-bottom: 60px;
    color: #000000;
    z-index: 99;
    font-size: 21px;
    background: rgb(228 229 229 / 34%);
}

#footer a {
    color: #000000;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #ffffff;
    z-index: 10001;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #a1a487;
    color: white;
}

div#topSocials {
    text-decoration: none;
    text-align: right;
    font-size: 18px;
}

div#topSocials a {
                 color: #fefffe;
                 text-decoration:none;
                 }

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
    align-items: anchor-center;
    justify-content: space-between;
    display: flex;
    align-content: space-between;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    align-items: center;
    vertical-align: text-bottom;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 16px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* subenus */

 
.setStyle.subMenu {
    padding-top: 60px;
    padding-bottom: 120px;
    text-align: center;
}

.setStyle.subMenu h2 {
    font-size: 25px;
    text-shadow: none;
}

.subMenu {
}
.subMenu .delement {
    max-width: 1600px;
}

.subMenu .delement &gt; div {
    max-width: 1200px;
    border: 1px solid #c9c4c4;
    margin: 12px;
    border-radius: 6px;
    background: white;
}

.subMenu img {
    width: 100%;
}

.subMenu .delement &gt; div a {
    text-decoration: none;
    font-size: 27px;
    font-weight: bold;
    color: black;
}
.subMenu .delement {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.subMenu .delement &gt; div {
    flex: 0 1 calc(31.333% - 24px); /* 3 per row, minus gap */
    box-sizing: border-box;
    border: 1px solid #c9c4c4;
    border-radius: 6px;
    background: white;
    overflow: hidden;
 
}


/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
    /* background: #fff; */
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle &gt; div {
    max-width: 1400px;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
}

.setStyle &gt; div &gt; div {
    display: inline-block;
    vertical-align: top;
    padding: 1%;
    box-sizing: border-box;
    flex: 1;
}
 div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    width: 100%;
    margin: auto;
}

.news section {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}


a.btn {
    display: inline-block;
    background: #a1a487;
    transition: transform 1.2s ease;
    padding: 11px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 39%);
}
a.btn:hover {
    background: #575757;
    transform: scale(1.1);
}

div#leftSocials {
    font-size: 45px;
}


.delement div {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 1s ease, transform 1s ease;
}

.delement.visible div:nth-child(1) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0s; 
}
.delement.visible div:nth-child(2) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.3s; 
}
.delement.visible div:nth-child(3) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.6s; 
}
.delement.visible div:nth-child(4) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.9s; 
}
.delement.visible div:nth-child(5) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.delement.visible div:nth-child(6) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.8s; 
}

.delement.visible div:nth-child(7) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2.1s; 
}



/* fajax form*/
.ajax-file-upload-statusbar {
    border: 1px solid #3563c5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px
  }
  .ajax-file-upload-filename {
    width: 100%;
    height: auto;
    margin: 0 5px 5px 0px;
  }
  .ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
  }
  .ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 98%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
  }
  .ajax-file-upload-bar {
    background-color: #0099FF;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
  }
  .ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
  }
  .ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
  }
  .ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
  }
  .ajax-file-upload {
    cursor: pointer;
    background: #3664c5 !important;
    padding: 10px !important;
    font-size: 15px;
    border-radius: 6px !important;
    color: white !important;
    /* border: solid 2px #FF9800 !important; */
    margin: 0;
    text-decoration: none;
    width: fit-content;
  }
  .ajax-file-upload form {
    position: unset !important;
  }
  .ajax-file-upload:hover {
    background: #404040;
    -moz-box-shadow: 0 2px 0 0 #15719f;
    /* -webkit-box-shadow: 0 2px 0 0 #15719f; */
    /* box-shadow: 0 2px 0 0 #15719f; */
  }
  .ajax-upload-dragdrop {
    border: 1px dotted #A5A5C7;
    width: 100%;
    color: #4f7c9e;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(204, 204, 204, 0.30980392156862746);
  }
  .state-hover {
    border: 2px solid #A5A5C7;
  }
  .ajax-file-upload-container {
    margin: 20px 0px 20px 0px;
  }

  /*general styles */
  
.setStyle.intro {
    padding-top: 90px;
    padding-bottom: 120px;
    font-size: 19px;
    position: relative;
    z-index: 10;
    background: #a2a487;
    color: white;
}
.intro .delement {
    max-width: 1200px;
}
.setStyle.intro h1 {
}

.section1 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section1 .delement {
    /* background: #f9f9f9; */
    padding: 20px;
    border-radius: 8px;
    /* border-bottom: 2px solid antiquewhite; */
    /* box-shadow: 0px 12px 10px -8px rgb(68 68 68 / 14%); */
}

 li {
    list-style-type: disc;
}

 li::marker {
  color: #84868d;
  font-size: 29px;
}
.section1 img {
    box-shadow: 0px 0px 17px -4px #585d69;
}

 
 
.recentProjects .delement &gt; div {
    max-width: 1200px;
    border: 1px solid #c9c4c4;
    margin: 12px;
    border-radius: 6px;
    background: white;
}

#threeFooter li:hover {
    background: #ddd;
}
 

 .caption {
 /* font-weight:bold; */
 font-size:32px;
 position: absolute !important;
 text-align:center;
 width:100%;
 pointer-events: none;
 bottom: 0px;
 opacity: 1;
 background: #d2d1d9;
 padding: 8px !important;
 box-sizing: border-box !important;
}
#chatContainer {max-width: 400px;position: fixed;bottom: 10px;right: 10px;border: 2px solid #a2a487;background: #f7f7f7;border-radius: 8px;padding: 7px;padding-bottom: 0;z-index: 10000;max-height: 800px;box-shadow: 1px 4px 10px rgba(0,0,0,0.1);overflow: auto;}
.bubble {background: #e0e0e0;padding: 10px 15px;border-radius: 20px;margin: 0 0 10px;max-width: 80%;}
.user {background: #a2a487;color: white;margin-left: auto;font-size: 16px;width: fit-content;}
.bot {background: #6f6f6f;}
#inputField { width: calc(100% - 50px); padding: 10px; border: 1px solid #ccc; border-radius: 20px; }
#sendBtn {padding: 10px;border: none;background: #a2a487;color: white;border-radius: 20px;cursor: pointer;}
#inputArea {display: flex;gap: 10px;position: sticky;bottom: 0;padding: 10px;left: 0;width: -webkit-fill-available;background: #f7f7f7;}

.chatLoader {
   width: 56px;
   height: 26.9px;
   background: radial-gradient(circle closest-side,orange 90%,#0000) 0%   50%,
          radial-gradient(circle closest-side,orange 90%,#0000) 50%  50%,
          radial-gradient(circle closest-side,orange 90%,#0000) 100% 50%;
   background-size: calc(100%/3) 13.4px;
   background-repeat: no-repeat;
   animation: dots-7ar3yq 1s infinite linear;
}

@keyframes dots-7ar3yq {
   20% {
      background-position: 0%   0%, 50%  50%,100%  50%;
   }

   40% {
      background-position: 0% 100%, 50%   0%,100%  50%;
   }

   60% {
      background-position: 0%  50%, 50% 100%,100%   0%;
   }

   80% {
      background-position: 0%  50%, 50%  50%,100% 100%;
   }
}

.bot-typing-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bot-message-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bot-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    /* margin-top: 4px; */
}

.bot-content {
    /* background: #f1f1f1; */
    padding: 10px;
    border-radius: 12px;
    /* max-width: 70%; */
    color: white;
    font-size: 16px;
    font-weight: normal;
}

.bot-name {
    font-size: 11px;
    color: #888;
    /* margin-left: 42px; */
    margin-bottom: 4px;
}
button.choice-btn {
    background: #a2a487;
    padding: 5px;
    color: white;
    border: navajowhite;
    margin: 15px;
    font-size: 22px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    width: 85%;
}


div#chat {
    padding-bottom: 47px;
}
.choice-btn.selected {
    background-color: #007bff;
    color: white;
}
button.continue-btn {
    background: #a1a487;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    border-radius: 6px;
    position: absolute;
    bottom: -45px;
    right: 0;
    border: none;
    padding: 10px;
 
   
    border-radius: 20px;
    cursor: pointer;
}

button#openChat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000000;
    height: 30px;
    font-size: 18px;
    text-align: left;
    background: #585d69;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: content-box;
    color: white;
    text-shadow: 1px 1px 6px rgb(0 0 0 / 55%);
    border: white solid 1px;
    border-radius: 33px;
    text-transform: uppercase;
    box-shadow: 1px 1px 8px -1px black;
    cursor: pointer;
}

div#closeChat {
    position: sticky;
    top: 0px;
    left: 95%;
    z-index: 1000000000;
    width: 50px;
    font-size: 36px;
    cursor: pointer;
    display: unset;
    background: #ffffff;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
}.choice-buttons {
    position: relative;
}

.input-error {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.setStyle.blockBG {
    background: #a1a387;
    color: white;
    padding-top: 60px;
    padding-bottom: 60px;
    /* max-width: 1200px; */
    margin: auto;
    /* margin-top: 60px; */
    /* margin-bottom: 60px; */
}

.blockBG div {
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}

.setStyle.outro {
    font-size: 22px;
}

.setStyle.outro div {margin-top: 50px;margin-bottom: 60px;}

.setStyle.types {
    display: flex;
    gap: 10px;
}

.setStyle.types &gt; .delement {
  clear: both;
    display: flex
;
    flex-flow: row wrap;
    justify-content: center;
    align-items: revert;
   
    margin: auto;
}

.types div div {
    flex: 1;
    background: #f7f7f7;
    margin: 1%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.setStyle.infoLists div {
    align-items: baseline;
    background: #a2a487;
    color: white;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.setStyle.types h3 {
    font-size: 22px;
}

.setStyle.implants {
    background: #fbf7f8;
}


.setStyle.blockBG.advice div {
    padding-top: 0px;
    font-size: 32px;
    max-width: 1200px;
}

.setStyle.home4 .caption {
    font-size: 18px;
}

.setStyle.home4 {
    background: #f1f1f1;
}

.delete-file {
    padding: 10px;
    display: inline-block;
    background: #a2a487;
    color: white;
    border-radius: 5px;
}

.file-wrapper {
    display: inline-block;
    border: 1px solid #15719f;
    padding: 10px;
    margin: 10px;
    border-radius: 12px;
}

.setStyle.testimonials &gt; div {
    align-items: unset;
}</pre></body></html>