<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========= Enter Your CSS ========== */
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

.logo {
    height: 50px;
    position: relative;
    width: auto;
    z-index: 99999;
    margin: 0px;
}

.logo-2 {
    width: auto;
    height: 55px;
    float: left;
}

h3.logo-name a {
    color: #005aac;
}

.logo-name {
    font-size: 32px;
    text-transform: uppercase;
    float: left;
    margin: 22px 0px 0px;
}

figure.portfolio-image {
    height: 155px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #f3f2f2;
}
.title-box .main-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #313131;
    font-weight: 600;
    margin: 10px 0;
}

.widget.footer-widget.text-center p {
    font-size: 14px;
}
.widget.footer-widget.text-center p:last-child {
    margin: 0;
}

textarea{
    min-height: 100px;
    padding: 7px 15px !important;
}

.banner-img img{
    width: 100%;
}

.p-0 {
    padding: 0px !important;
}
p,li,b{
    font-family: 'Roboto', sans-serif !important;
}




.call-btn.btn {
    background: #005aac;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-text-stroke: 0.1px #000;
}
.call-btn.btn i{
    margin-right: 9px
}

.flash{
    border:none;
     
    animation-name: flash;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    //Firefox 1+
    -webkit-animation-name: flash;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    //Safari 3-4
    -moz-animation-name: flash;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash {

 0% { opacity: 1.0;
    background: #002546;
 }
50% { opacity: 1.0;
    background: #005aac;
  }
100% { opacity: 1.0;
    background: #002546;
 
}

}
 
 .flash-btn{
    border:none;
     
    animation-name: flash-btn;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    //Firefox 1+
    -webkit-animation-name: flash-btn;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    //Safari 3-4
    -moz-animation-name: flash-btn;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash-btn {

 0% { opacity: 1.0;
    background: #005aac;
 }
50% { opacity: 1.0;
    background: #002e58;
     box-shadow: 0.5rem 0.5rem 30px #00519c; 
 }
100% { opacity: 1.0;
    background: #005aac;
 
}

}
 

th.th-1 {
    width: 70%;
}

table.table.table-style thead {
    background: #005aac;
    color: #fff;
    border: none !important;
}

.table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

table.table.table-style {
    border: 1px solid #ddd;
    border-radius: 6px !important;
    box-shadow: 0px 4px 10px -6px #00000075;
    overflow: hidden;
    background: #fff;
}
td.p-small {
    font-size: 13px;
}

tr.thead-light {
    background: #d2d2d236;
    color: #005aac;
}

.g-map iframe {
    width: 100%;
    height: 300px;
}
.bg-white {
    padding: 40px 0px;
    background: #fff;
}
.bg-grey {
    padding: 40px 0px;
    background: #f7f7f7;
}

ul.list-style-main {
    padding: 0px;
    margin: 0px
}

ul.list-style-main li {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 10px;
    /* box-shadow: 0px 3px 6px -3px #0000; */
    list-style: none;
    border-radius: 4px;
    /* background: #fff; */
    font-size: 14px;
    /* margin-bottom: 6px; */
}

.list-style li:last-child{
    border-bottom:0px;
    margin-bottom: 0px !important
}
img.logo-banner {
    width: auto;
    height: 40px;
}

ul.list-style-main li:before {
    content: 'âœ”';
    margin-right: 8px;
    color: #005aac;
}

.section-content h4 {
    margin: 10px 0px 4px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #313131;
}
#carousel-example-generic-sky {
    height: 277px;
    overflow: hidden;
}
ul.list-style {
    padding: 0px;
}

ul.list-style li {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 3px;
    list-style: none;
    border-radius: 4px;
    font-size: 14px;
}

ul.list-style li:before {
    content: 'âœ”';
    margin-right: 8px;
    color: #005aac;
}

img{
    width: 100%
}

a:hover{
    text-decoration:none; 
}

.margin-top-15 {
    margin-top: 15px;
}

img.footer-logo-2 {
    /* height: 33px; */
    width: 90px !important;
    margin-left: 13px;
    border-left: 1px solid #d2d2d2;
    padding-left: 13px;
    margin-top: 23px;
}

.footer-logo {
    margin-bottom: 6px;
}

@media screen and (max-width: 768px){
    .whatsapp-fix {
     right: 8px !important;
}
.banner-img {
    margin-top: 70px;
}
 #myModal {
    background: #005aac;
}
.why-us-style p {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
    margin: 10px 10px 0px !important;
}
    .about-bg p {
    text-align: left !important;
    font-size: 13px !important
}
    #myModal .modal-content{
        width: 100% !important
    }
    .nav-bar {
    display: none;
}
    a.inquire-btn { 
    display: block !important;
}
    .form-query {
    display: none;
}
.why-us-style {
    margin-bottom: 15px;
    padding: 15px 2px !important;
    min-height: 132px;
}
.why-us-style img {
    height: 55px !important;
 }
.min-h-xs {
     min-height: 147px;
}
.logo {
    height: 40px !important;
}
    .tab button {
    height: 68px;
    margin: 0px !important;
    line-height: 18px;
    font-size: 14px !important;
    width: 33.3%
}
.tabcontent {
    margin-bottom: 10px;
}
#carousel-example-generic-sky {
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.transparent-menu .mainmenu-area {
    padding: 0px;
}
.transparent-menu .mainmenu-area {
    background-color: #ffffff !important;
    padding: 10px 0px;
    border-bottom: 1px solid #eeeeee;
    position: fixed !important;
}
#myModal .modal-dialog {
    margin: 26% 20px !important;
}

.modal-dialog .inquiry-form {
    background: #4db848;
    padding: 15px 15px !important;
    z-index: 1;
    box-shadow: none;
    border-top: none;
    position: relative;
    border-bottom: 1px solid #4db848;
    border-radius: 3px;
    margin: 0px;
    text-align: center;
    display: block;
}
.inquiry-form {
    display: none;
    background: #015bab;
    padding: 20px 35px;
    z-index: 1;
    box-shadow: none;
    border-top: none;
    position: relative;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 3px;
    margin: 0px;
    text-align: center;
}
.bg-white,.bg-grey {
    padding: 20px 0px;
}

.section-content h4 {
    font-size: 22px;
}
.call-to-action-area .button-white.pull-right {
    float: none !important;
    width: 100% !important;
    margin: 0px 0px 15px !important;
    display: block;
}
th.th-1 {
    width: 55%;
}
.about-build p {
     
    font-size: 14px !important;
}
table.table.table-style thead {
    font-size: 14px;
    border: none !important;
}
.contact-info {
    padding: 0px 0px !important;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
}
.display-none-responsive{
    display: none !important;
}
.display-block-responsive{
    display: block !important;
}

}


.display-none-responsive{
    display: block;
}

.display-block-responsive{
    display: none;
}

figure.portfolio-image img {
    height: 100%;
}


h3.card-title {
    color: #005aac;
    
}

p.card-text {
    font-size: 14px;
    line-height: 21px;
}
.card .carousel {
    height: 195px !important;
    overflow: hidden;
    margin-bottom: 10px;
}
.logo-img2 {
    width: 100px;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-left: 10px;
}
.card-body h5.head {
    padding: 10px 0px 8px;
    font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
    color: #00539e;
}
.card-body ul {
    padding: 0;
}
.p1 {
    font-size: 13px;
    line-height: 21px;
}
.p1 {
    text-align: justify;
    height: 190px;
    /* width: 350px; */
    overflow: auto;
    color: #313131;
    padding: 10px;
}

.area-cover-m3m h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 10px 0px 3px;
    color: #005aab;
}
.card-body .btn {
    margin: 0px !important;
    width: 50%;
}
.img-card {
    height: 190px;
    overflow: hidden;
}
.img-card img{
    height: 100%
}
a.btn.btn-primary {
    margin: 10px auto;
}
.area-cover-m3m h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
    font-weight: 500;
}
.card-body .btn {
    margin: 0px !important;
}
.card {
    text-align: left;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    height: auto;
    border-radius: 0;
    margin-bottom: 25px;
    padding: 0;
    box-shadow: 0px 0px 30px -28px #000;
    border-radius: 3px;
    overflow:hidden;
}
.area-cover-m3m ul{
    padding: 0px
}
 .area-cover-m3m ul li i {
    color: #4db848;
    margin-right: 3px;
    width: 20px;
      text-align: center;
}
.area-cover-m3m ul li {
    font-size: 14px;
     text-align: left;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    padding: 3px 0;
    margin-bottom: 0px;
}
section.bg-gray {
    background-color: #f7f7f7;
}


h5.head {
    padding: 5px;
}

#myModal .inquiry-form {
    position: relative;
    margin: 0;
}
#myModal .modal-content {
    width: 500px;
    margin: 0 auto;
}
a.close {
    margin: 11px 12px;
    position: absolute;
    /* float: right; */
    z-index: 99999;
    border: none;
    font-size: 15px;
    padding: 0px;
    /* margin: 14px 0px; */
    background: none;
}

#myModal .modal-dialog {
    margin: 7% auto;
}


.item ol.carousel-indicators {
    display: none !important;
}

/*
button.owl-prev {
    background: #005aac !important;
    font-size: 30px !important;
    width: 25px;
    height: 50px;

}

button.owl-next {
    background: #005aac !important;
    font-size: 30px !important;
     width: 25px;
     height: 50px;
}*/



section.bg-grey button.owl-prev {
    /* background-color: #005aac !important; */
    font-size: 42px !important;
    color: #005aac !important
}


section.bg-grey button.owl-prev:hover{
        color: #4cb748 !important;
}

section.bg-grey button.owl-next{
    font-size: 42px !important;
    margin-left: 20px;
    color: #005aac !important;
}


section.bg-grey button.owl-next:hover{
    color: #4cb748 !important;
}


.card-body ul li i {
    font-size: 12px;
    color: #005aac;
    margin-right: 4px;
}

/* Style the tab */
.tab {
    margin-top: 10px;
    overflow: hidden;
    border: none;
    /* background: #66b7ff; */
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: 1px solid #ececec;
    border-bottom: 0px;
    /* border: none; */
    margin-bottom: 0px !important;
    font-weight: 600;
    margin-right: 10px;
    outline: none;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    color: #313131;
    background: #f7f7f7;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 16px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #005aab;
    color: #fff
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #005aab;
    color: #ffffff;
    font-weight: 600;
}
/* Style the tab content */
.tabcontent {
    display: none;
    background: #f7f7f7;
    padding: 10px;
    box-shadow: 0px 1px 8px -6px #000;
    border: none;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 0px 4px 4px 4px;
}

/************************************************************/


#exTab3 .tab-content {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 8px -6px #000;
    border: none;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 0px 4px 4px 4px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills &gt; li &gt; a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills &gt; li &gt; a {
  border-radius: 4px 4px 0 0 ;
    float: left;
    border: 1px solid #ececec;
    border-bottom: 0px;
    /* border: none; */
    margin-bottom: 0px !important;
    font-weight: 600;
    outline: none;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    color: #313131;
    background: #f7f7f7;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 16px;
    width: 100%;
}
#exTab3 .nav-pills li{
    width: 50%;
    margin: 0px;
    text-align: center;
    display: block;
    float: left;
}
ul.nav.nav-pills li.active a {
    background: #005aab !important;
    color: #FFF !important;
}


#exTab3 {
    margin: 14px 0px 0px;
}

.topnav {
  overflow: hidden;
  /* background-color: #333; */
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.topnav a:hover {
    /* background-color: #ddd; */
    color: #005aab;
}

.topnav a.active {
  /* background-color: #4CAF50; */
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



.site-logo:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 290px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
}

.form-query {
    width: 100%;
    background: #045cac  !important;
    padding: 9px 30px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.col-bottom {
    width: 20%;
    float: left;
    padding: 0px 7px;
}

.col-bottom input {
    margin: 0px;
}

.col-bottom button {
    display: block;
    width: 100%;
    /* height: 40px; */
    padding: 6px 0px !important;
    color: #fff;
}

section.bg-dark {
    background: #272727;
    padding: 40px 0px;
}

.about-build p {
    text-align: justify;
    color: #fff;
    font-size: 13px;
}

section.bg-dark h2 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

section.bg-dark input,section.bg-dark select {
    width: 100%;
    border-radius: 3px;
    height: 40px;
}

button.btn.theme-btn.btn-style-one {
    background: #4db848;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    padding: 0px 20px;
}

.footer-bottom-text p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 22px;
    text-align: center;
}

.footer-bottom-text {
    border-top: 1px solid #585858;
    padding: 10px 0px 40px;
    margin-top: 11px;
}

.why-us-style img {
    height: 70px;
    width: auto;
}
.why-us-style {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
}
.why-us-style p {
    color: #333;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    font-family: 'Montserrat', sans-serif !important;
}

a.inquire-btn {
    background: #4db848;
    width: 100%;
    display: none;
    bottom: 0;
    position: fixed;
    border: none;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    font-size: 19px;
}
.contact-form select {
    margin-bottom: 15px;
}

.modal .inquiry-form {
    background: #f1f1f1;
}

h3.main-title {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    color: #333;
}

#myModal2 .modal-dialog {
    margin: 35% 20px;
}

.col-bottom input {
    height: 37px;
}

.col-bottom button {
    height: 37px;
    padding: 0 !important;
}
.area-cover-m3m ul li:last-child{
    border-bottom:0px !important;
}
.area-cover-m3m ul li b {
    font-weight: 600;
    color: #000;
}

.area-cover-m3m ul li i {
    color: #4db848;
    margin-right: 3px;
}
.area-cover-m3m {
    padding: 0 15px;
    min-height: 222px;
}
.banner-main {
    position: relative;
    overflow: hidden;
}
.banner-main .inquiry-form {
    background: #ffffffe0;
    height: 100%;
    padding: 90px 20px;
    z-index: 1;
    box-shadow: 0px 0 29px -5px #000;
    position: absolute;
    border-radius: 0;
    left: 0;
    text-align: center;
    margin: 0px;
}

.p-font{
    font-family: 'Montserrat', sans-serif !important
}
#Projects .owl-nav{
    width: 100%;
    top: 40%;
    position: absolute;
}

#Projects .owl-nav .owl-next{
    position: absolute;
    right: -25px;
    font-size: 50px !important;
}

#Projects .owl-nav .owl-prev{
    position: absolute;
    left: -25px;
    font-size: 50px !important;
}


#Projects .owl-dots {
    display: none;
}

 
.info-box p {
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

.button-green {
    background: #4db848;
    border: none;
    letter-spacing: 1px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
}

.whatsapp-fix {
    position: fixed;
    z-index: 3;
    /* border: 2px solid #f7f7f7; */
    padding: 10px 12px;
    bottom: 117px;
    border-radius: 50px;
    right: 24px;
    font-size: 31px;
    height: 50px;
    box-shadow: 0px 0px 8px -6px #1b1b1b85;
    width: 50px;
    background: #25D366;
    color: #fff;
}
.whatsapp-fix:hover{
    background: #fff
}


#myModal .inquiry-form p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}


#myModal .close {
    position: absolute;
    right: -26px;
    top: -23px;
    height: 40px;
    color: #fff;
    padding: 0 14px;
    line-height: 40px;
    border-radius: 70px;
    text-shadow: none;
    opacity: 1;
    font-size: 20px;
    width: 40px;
    background: #a90000;
}

.footer-bottom-text p a {
    color: #fff;
    font-size: 15px;
    /* font-weight: 600; */
    color: #b8ffb4;
}

section.bg-white.padding {
    padding-top: 120px;
}


@media screen and (max-width: 768px){
    section.bg-white.padding {
    padding-top: 20px;
}
}
/*nr-add*/
.card-body {
    display: flex !important;
    margin-right: -26px;
}

#nr-mod {
    margin-right: 2px;
    border-radius: 0;
    margin-left: 8px;
    background-color: #4db848;
    color: white;
}
#nr-mod:hover {
    background-color: #4db848;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 25px 0 rgba(255, 57, 70, 0.2);
    box-shadow: 0px 3px 25px 0 rgba(255, 57, 70, 0.2);
}</pre></body></html>