<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=Oswald:wght@200;300;400;500;600&amp;family=Poppins:wght@300;400;500;600&amp;display=swap');
body {
     /*overflow-x: hidden; */
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a{text-decoration: none; color: inherit;}
.pagepart {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 50px;
  position: relative;
}

.filterpart {
  width: 30%;
  display: flex;
  position: relative;
}

#filterForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.container {
  width: 320px;
  padding: 20px;
  background: white;
  border-radius: 8px;
}

.search-filter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 22px 6px;
}

.search-filter h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 90%;
}

.tab {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  flex: 1;
}

.tab.active {
  background-color: #0c2749;
  color: #fff;
  font-weight: bold;
}

label {
  width: 90%;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

input,
select {
  width: 90%;
  padding: 8px 0px 8px 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

textarea {
  width: 100%;
  height: 70px;
  padding: 8px 0px 8px 14px;
}

.reset-button {
  background-color: #ff4d4f;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}

.search-button {
  background: linear-gradient(90deg, #215092, #c8303b);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset-button:hover {
  background-color: #d43536;
}

.search-button:hover {
  background-color: #0056b3;
}


        .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination button {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  margin: 0 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.pagination button.active {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
}


.results a{
  color: inherit;
  text-decoration: none;
  display: flex;
}
.contentpart{width: 70%;}
.databasedata{width: 90%;display: flex;
    justify-content: center;
    flex-direction: column;}
.bannerpart{width: 100%; margin: 20px 0;}
.pagebanner {width: 100%;height: 100%;} 
.pagebanner img{width: 100%;height: 100%;} 
.datapart{width: 100%;display: flex;height: 250px;} 
.datapartrw{width: 100%;display: flex;height: 100%;}
.datapartrwrwcol1{width:300px;height: 100%;}
.datapartrwcol1img{height: 100%; width: 100%;}
.datapartrwcol1img img{height: 100%; width: 300px;}
.datapartrwrwcol2{width: 70%;display: flex;}
.datapartrwcol2bx{padding: 0 0 0 15px; position:relative;}
.datapartrwcontact{display: flex;}

  .result-item {
    padding: 0;
    /* border: 1px solid #ddd; */
    background-color: white;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  }
  
  .result-item h3 {
    margin: 0 0 10px;
  }
  .datapartrwname h1{
    margin-top: 0;
    font-size: 25px;
    color: #000000;
    font-weight: 500;}
    
  .datapartrwaddress h3{margin-top: 0;font-size: 15px;font-weight: bold;padding-right: 60px;color: #404041;width:100%;}
  .datapartrwaddress h3 span{font-weight: 500;}
  .datapartrwaddress h4{margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    padding-right: 60px;color: #404041;}  
  .addres-col-sec1{
width: 33%;
display: flex;
flex-wrap: wrap;
}
.addseccol1{
width: 100%;
display: flex;
flex-direction: column;
}
.addseccol11{
display: flex;
flex-wrap: wrap;
justify-content:flex-start; 
width: 100%;
}
.addseccol112{display: flex;
    flex-direction: row;
    width: 100%;}
.addseccol111{
display: flex;
align-items: center;
flex-wrap: wrap;  
width: 100%;
}
.addseccol111 ul{
padding: 0;
margin: 0;
width: 100%;
}
.addseccol111 ul li{
list-style: none;
padding: 0;
margin: 10px 0;
margin-top:0;
}
.addseccol111 ul li a{
font-size: 14px;
font-weight: 300;
color: #ffffff;
transition: ease-in .2s;
}
.addseccol111 ul li a:hover{
color: #DC1C2E;
}
.ftsociallnk {
width: 100%;
display: flex;
flex-direction: column;
}
.ftsociallnk p{
font-weight: 800;
font-size: 18px;
margin-bottom: auto;
}


.wrapper .icon {
color: #ffffff;
position: relative;
border-radius: 50%;
margin: 10px;
width: 40px;
height: 40px;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
width: 90px;
text-align: center;
position: absolute;
top:0;
font-size: 14px;
background: #ffffff;
color: #ffffff;
padding: 5px 8px;
border-radius: 5px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
opacity: 0;
pointer-events: none;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: #ffffff;
bottom: -3px;
left: 50%;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
top: -45px;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.wrapper a .youtube{background: #FF0000;}
.wrapper a .instagram{background: #F35369;}
.wrapper a .whatsapp{background: #2dbf4a;}
.wrapper a .whatsapp{background: #2dbf4a;}
.wrapper a .phone{background: #286090;}
.wrapper a .youtube{background: #FF0000;}
.wrapper a .envelope{background: #1877F2;}
.wrapper a .facebook{background: #1877F2;}
.wrapper a .linkedin{background: #1877F2;}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .phone:hover,
.wrapper .phone:hover .tooltip,
.wrapper .phone:hover .tooltip::before {
background: #286090;;
color: #ffffff;
}
.wrapper .whatsapp:hover,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
background: #2dbf4a;
color: #ffffff;
}
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
background: #FF0000;
color: #ffffff;
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
background: #1877F2;
color: #ffffff;
}

.wrapper .envelope:hover,
.wrapper .envelope:hover .tooltip,
.wrapper .envelope:hover .tooltip::before {
background: #1DA1F2;
color: #ffffff;
}
.wrapper .linkedin:hover,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip::before {
background: #1DA1F2;
color: #ffffff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
background: #E4405F;
color: #ffffff;
}
        .pagepart{justify-content: space-between;}
        .com-data{width: 25%;}
        .com-databx{width: 100%;}
        .com-data-imgbx img{width: 100%;}
        .com-address h6{font-size: 17px;font-weight: 400; margin:20px 0;}
        .det-data{width: 65%;}
        .namecol p{font-size: 25px;color: #000;font-weight: 600;margin: 0 0 20px 0;}
        .desc_slogon{font-size: 20px;font-weight: 500;margin: 20px 0;}
        .desc_data_details{line-height: 25px;font-size: 15px;margin-bottom: 20px;}
        .desccriptionimg img{width: 100%;}
        .officeagent p{font-weight: 600;font-size: 25px;margin:20px 0;}
        .officeagents{width: 100%;display: flex;flex-wrap: wrap;}
        .agentsresult{margin-left: -20px;}
        .officeagents a{width: 144px;display: flex;flex-direction: column;text-decoration: none;color: inherit;text-align: center;padding: 0 0 15px 20px;}
        .offagntdetls,.offagntimg {width: 100%;}
        .offagntimg img{width: 100%;}
        hr{width: 100%;margin: 10px 0;}
        .namecol h1{font-weight: 600; font-size: 25px; margin:20px 0;}
        .namecol h3{font-weight: 600; font-size: 35px; color:#404041; margin:20px 0;}
        .languages{margin:5px 0;}
        .disclaimer{margin:20px;text-align: justify;}
        .citycol{margin:20px 0;}
        @media only screen and (max-width:775px) {
            .pagepart{width:95%;flex-wrap: wrap;margin-top: 90px;}
          .agentheadcnt{width: 100%;}
  .det-data{width: 100%;}
  .com-data{width: 100%;}
  .namecol p, .citycol h3 {font-size: 18px;font-weight: 600;margin: 0 0 10px 0;}
.footer .addres-col-sec1{width:100%;}
.properties-listbx a{ width:100%;}
.desktop{display:none;}
.mobile{display:flex;}
.result-item{border-radius: 10px;}
.filterpart {width: 100%;display: flex;justify-content: center;}
    .container{position: relative; margin: 0;}
    .search-filter{padding: 20px 0;}
    .tab {width: 33%;padding: 7px 8px;cursor: pointer;text-align: center;border: 1px solid #ccc;background-color: #f4f4f4;}
    #filterForm {align-items: center;}
    .reset-button,.search-button{padding: 8px 0 10px 14px;width: 90%;}
    .datapartrw{justify-content: space-between;}
    .datapartrwrwcol1{width: 100px; height: auto;}
    .datapartrwcol1img{ height: auto;}
    .datapartrwcol1img img{width: 100px;height: auto;border-radius: 10px 0 0 0;}
    .datapartrwaddress{width:100%;}
    .datapartrwaddress h4{padding: 0 0 25px 0;font-weight: 400;}
    .results .datapartrwaddress a {display: flex; flex-wrap: wrap;}
}</pre></body></html>