<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=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap');
 
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
}

h1,
h2 {
  font-size: 3.5rem;
  line-height: 130%;
}

h3,
h4 {
  font-size: 2.6rem;
  line-height: 120%;
}

h5,
h6 {
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-size: 1rem;
  line-height: 120%;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
 
/* header css start */
.header-section {
  padding-top: 2rem;
}
.header-section .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff; 
  line-height: 140%;
  margin-left: 2rem;  
  text-transform: uppercase;
}  

.hero-section{
  background-image: url('../images/image3.jpg');
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hero-section:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.873); */
  background-color: rgba(56, 153, 209, 0.7);
}

.map-section{
  padding: 6rem 0;
  padding-bottom: 0;
}

.common-header{
  text-align: center;
}

.common-header .title {
  font-size: 32px; 
  color: rgb(11, 59, 88);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.733;
  border-bottom: 2px;
  padding-bottom: 1%;
  border-bottom-color: rgb(11, 59, 88);
  border-bottom-style: dashed; 
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.copany-info-txt{
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}

.copany-info-txt h6{
  font-size: 22px; 
  line-height: 32px;
  color: rgb(11, 59, 88);
  font-weight: 500; 
}
.copany-info-txt a,
.copany-info-txt p{
  font-size: 16px; 
  line-height: 25px;
  color: rgb(11, 59, 8);
  font-weight: 500; 
  display: block;
}

.map-wrap iframe{
  width: 100%;
  height: 450px!important;
}

.contact-section{
  background-color: rgb(11, 59, 88);
  margin-top: -6px;
  padding: 6rem 0;
}

.contact-section .common-header .title{
  color: #fff;
  border-color: #fff;
  margin-bottom: 4rem;
}

.employee-person-box{
  text-align: center;
  margin-top: 2rem;
}

.employee-person-box h4{
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.employee-person-box h6{
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500; 
}
.employee-person-box a{
  color: rgb(56,152,209);
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.employee-person-box a i{
  margin-right: 0.5rem;
}

.opening-hours-sec{
  padding: 4rem 0;
  background-image: url('../images/image2.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 80vh;
  z-index: 1;
  position: relative;
}

.opening-hours-sec:before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.873);
  z-index: -1;
}

.open-hour-txt {
  margin-left: 2rem;
}
.open-hour-txt table{
  width: 100%;
  margin-top: 2rem;
}

.open-hour-txt h4{
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
}

.open-hour-txt h4 i{
  font-size: 20px;
  margin-right: 0.5rem;
}

.open-hour-txt table tr td{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  padding: 1rem;
}

.open-hour-txt table tr td:first-child{
  text-transform: capitalize;
}

.expertise-section{
  padding: 6rem 0; 
}

.expertise-img img{
  border-radius: 1rem;
}
.expertise-txt {
  margin-left: 1rem;
}
.expertise-txt p{
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.854);
  text-transform: capitalize;
}

.expertise-txt h4{
  font-size: 2rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.footer-section{
  background-color: rgb(56,152,209);
  padding: 1.5rem 0;
}

.ftr-txt{
  text-align: center;
}

.ftr-txt p{
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

#back-to-top{
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgb(56,152,209);
  z-index: 9999;
}</pre></body></html>