<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=Rubik:wght@400;500;600;700&amp;display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 1140px;
  margin: auto;
}
main {
  overflow: hidden;
}

.sum a{
  text-decoration: none;
  text-align: center;
  color: black;
}

.sum.header{
  display: grid;
  grid-template-columns: 160px auto auto ;
  gap: 13px;
  text-align: center;
  padding: 15px 70px;
  /* ddd */
  margin: auto;
  max-width: 1140px;
}
.sum.header a{
font-family: "Rubik", sans-serif;
font-weight: 410;
line-height: 22px;
}
.sum .nav{
  display:grid;
  grid-template-columns:1px 1px 50px 70px 80px 200px 100px 1px 1px;
  margin: auto;
  gap: 25px;
}
.sum .headericon{
display: grid;
grid-template-columns: 40px 40px 40px;
line-height:50px ;
justify-content: right;
align-items: center;
}
.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.25rem;
  margin: 0 auto;
}
.flex{
  display: flex;
}
.flex-img{
  width: 32px;
  height: 27px;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}
.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}
.menu.is-active .menu-link{
  color:white;

}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.25rem;
}
.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}
.menu-language{
  padding-left: 85px;
}
#red{
  color: red;
}
.EN{
  color: red;
}
.subdiv{
  display: flex;
 padding-right: 15%;
 padding-left: 30%;
 padding-top: 5%;
 padding-bottom:5% ;
 border-top: 1px solid orange; 
}
.subdiv span{
  font-size: 14px;
}
.subdiv img{
  width: 15px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 440px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  line-height: 2;
  text-align: center;
}
.dropdown{
  line-height: 22px;
}
.dropdown-content a {
  color: rgb(68, 68, 68);
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}
#dpcontent{
  margin-left: -800%;
  margin-top: -13%;

}
@media only screen and (max-width: 1064px){
  .menuicon{
    display: none;
  }
  #dpcontent{
    margin-left: 0px;
  } 
}
@media only screen and (min-width: 1064px){
  .menudownloadicon{
    display: none;

  } 
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content{
  display: block;
}
.menu.is-active .menu-inner{
  background-color: black;
}
@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    padding-left: 70px;
    background: none;
    box-shadow: none;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin: 0 auto;
  }
  .menu-link {
    text-transform: capitalize;
  }
  .menu-block {
    margin-left: 2rem;
  }
}
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: black;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}
.home-logo img{
  height: 55px;
}

.menu-link:hover{
  color:#e60012;
}
.menu-link:active,.menu-link:focus{
  color:#e60012;
}
@media only screen and (max-width: 600px) {
  .menu-language{
    display: none;
  }
  .home-logo img{
    height: 36px;
    margin-left: 10px;
  }
  .navbar{
    justify-content: space-between;
  }
}

/* business-overview-section */


.business-overview-section{ 
  
    position: relative;

  }
  .business-overview-header{
    position: absolute;
    top: 3%;
    /* left: 6%; */
    height: 50%;
    width: 100%;
  }
  .business-overview-header2{
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0%;
  }

.business-overview-header h2{
    color: #00b19e ;
    font-size: 50px;
    padding-left: 5%;
    font-weight: 600;
    width: 30%;
}
.business-overview-header2 h1{
  padding-top: 150px;
  padding-left: 44%;
  width: 100%;
  font-size: 60px;
  color: #00b19e;
  font-weight: bolder;
  line-height: 1.0;
    
}
.business-overview-content{
   
    background-color: #f0f8f6;
    /* padding-top: 4%; */
    text-align: center;
    align-items: center;
    color: #61a469;
    padding: 6% 5%;
}
.business-overview-content p{
  font-size: 28px;
  font-weight:420;
}
.business-overview-sm-img{
  margin-top: -6px;
 padding: 0;
}

/* sec0nd section */

.business-section-two{
    padding-top: 0%;
    padding-bottom: 60px;
}
.business-section-two-subcontent{
    margin-left: 10%;
    line-height: 1.3;
    padding-top: 2%;
}
.Subcontent-header{
    font-size: 35px;
    color:#00b19e;
    font-weight: 500;
}
.Subcontent-header img{
    width: 4vw;
    padding-right: 10px;
    padding-bottom: 1%;
}
.Subcontent-header span{
    font-size: 45px;
    font-weight: 500;
}   
.subcontent-header-2{
    padding-left: 12%;
    font-size: 30px;
    color:#00b19e;
    font-weight: 500;
}
.subcontent-header-2 span{
    font-size: 45px;
    font-weight: 500;
}
.arrow img{
  padding-right: 0;
  padding-bottom: 0;
}

.subcontent-para{
    display: flex;
    font-size: 21px;
    padding-left: 28%;
    padding-top: 2%;
}
.subcontent-para span{
  color: #5e9e65;
  font-size: 1vw;
}
.subcontent-right-img{
    float: right;
}
.subcontent-right-img img{
  width: 4.5vw;
  padding-top: 5%;
}
#numberspan{
  font-size: 2vw;
  font-weight: 401;
  color: #5e9e65;;

}
.subcontent-centre-content{
    padding: 2%;
    padding-left: 2%;
}
.subcontent-left-content{
    padding: 2%;
}
/*  second section 2*/
.subcontent-left-two img{
width: 6%;
padding: 1%;
padding-top: 0;
}
.right-align-para{
  padding-left: 6%;
}
.subcontent-left-two{
  padding-left: 20px;
  width: 69%;
}
/* footer check box */
.footer-checkbox{
  position: relative;
}

.scroll-to-right{

  float: right;


}
.scroll-left-right button{
  border: none;
  background-color: #2b9cd1;
  width: 3vw;
  font-size: 1vw;
  color: white;
  
  
}
.scroll-left-right{
  position: absolute;
  left: 40%;
  top: 4px;
}
.scroll-to-left{
  float: left;
  padding-right: 3vw;
}
 /*  footer  */
 #backtotop{
    background-color: #2EA7E0;
    float: right;
    margin-right: 90px;
    border: none;
    width: 40px;
    height: 40px;
    color: white;
    bottom: 150px;
    right: 30px;
    position: absolute;
  
  }  
  .fa-caret-up:before{
    font-size:35px
  }
  .scroll-to-top{
    position: relative;
    /* bottom: 5vw; */
  }
  .scroll-to-top button{
    font-size: 2vw;
  }
  .footer{
    text-align: center;
    padding: 30px 0px;
  }
  .footer p{
    font-size: 14px;
  }
  
  .togglebar{
    position: absolute;right: 65px;top :25px;display: none;
  }
 
@media only screen and(min-width:800px) {
     
  .scroll-left-right{
   height: 2vh;
  }
  
}

@media only screen and (max-width: 761px) {

  .menu-language{
    display: none;
  }
  .home-logo img{
    height: 36px;
    margin-left: 10px;
  }
  .navbar{
    justify-content: space-between;
  }


}

/* business body */
.business-overview-body{
    max-width: 1140px;   
}

@media (max-width: 1280px){
  .business-overview-header2 h1 {
    /*padding-left: 104%;
    width: 209%;*/
    font-size: 4.7vw;
  }
.business-overview-header h2 {
  font-size: 4vw;
}
.subcontent-header-2 {
  padding-left: 4%;
}
.Subcontent-header span {
    font-size: 34px;
  }
}

@media (max-width: 1024px){
  .business-overview-header2 h1 {
    /*padding-left: 104%;
    width: 209%;*/
    font-size: 4.7vw;
    padding-top: 16vw;
}
.business-overview-header h2 {
  font-size: 4vw;
}
.subcontent-header-2 {
  padding-left: 4%;
}
  .Subcontent-header {
    font-size: 24px;
  }
  .subcontent-header-2 span {
    font-size: 38px;
  }
  .subcontent-right-img img {
    width: 38px;
  }
  .Subcontent-header img {
    width: 40px;
  }
  .subcontent-para span {
    font-size: 26px;
  }
  .business-overview-content p {
    font-size: 22px;
  }

}
@media (max-width: 992px){
  .scroll-left-right button {
    width: 6vw;
    font-size: 2vw;
}
}

@media (max-width: 761px){
  .business-overview-header h2 {
    font-size: 24px;
    padding-top: 25px;
}
/*.business-overview-header2 {
  width: 345px;
}*/
.sum.header a {
  width: 200px;
}
.subdiv a{
  width: 50px !important;
}
.subdiv{
  padding-left: 5%;
}
.business-overview-header {
  top: 0%;
  left: 0;
}
.business-overview-content{
  padding: 6% 2%;
}
.business-overview-content p {
  font-size: 18px;
  width: 100%;
}
.business-overview-details-p {
  font-size: 18px;
}
.business-overview-details{
  padding-left: 0;
}
.business-overview-header2 h1{
  padding-left: 48%;
  width: 100%;
  font-size: 5.7vw;
  padding-top: 15vw;
}
.business-section-two-subcontent{
  margin-left: 4%;
  width: 90%;
  padding-top: 10%;
}
.Subcontent-header img{
  width: 32px;
  float: left;
  padding-bottom: 10px;
}
.subcontent-para{
  font-size: 16px;
  padding-left: 2%;
}
.subcontent-para span{
  font-size: 20px;
}
.Subcontent-header span {
  font-size: 24px;
}
.subcontent-header-2{
  font-size: 18px;
  line-height: 1;
  width: 90%;
}
.subcontent-header-2 span{
  font-size: 24px;
}
#numberspan {
  font-size: 6vw;
  font-weight: 401;
  color: #5e9e65;
}
.scroll-left-right button {
    width: 7vw;
    font-size: 3.5vw;
}
.subcontent-right-img img {
    width: 36px;
    padding-top: 6px;
}
.scroll-left-right {
  top: -1px;
}
.subcontent-left-two{
  padding-left: 20px;
  width: 85%;
  padding-bottom: 30px;
}
.subcontent-left-two p{
  align-items: flex-start;
}
.Subcontent-header{
  font-size: 18px;
  line-height: 0.9;
  height: 45px;
}
.subcontent-centre-content{
  padding-left: 25px;
}
#arrow img{
  width: 25px;
    margin-right: 0px;
}
#ml-30{
  margin-left: 25px;
}
.subcontent-left-two img{
  width: 10%;
}
.business-overview-riding-sm-lastimg {
  margin-top: 40px;
}
.business-overview-riding-sm-lastimg img{
  height: 20px;
}

#backtotop {
  bottom: 90px;
}
.fa-caret-up:before {
    font-size: 22px;
}
.footer {
  padding: 15px 20px 10px;
}
.footer p {
  font-size: 10px;
}
.business-section-two {
  padding-bottom: 0;
}
  .subcontent-left-two img {
    width: 28px;
  }
}
@media (max-width: 479px){
  .right-align-para {
    padding-left: 10%;
  }
}
@media (max-width: 428px){
  .business-overview-header h2 {
    padding-left: 3%;
}
.business-overview-header2 h1 {
  padding-left: 41%;
  padding-top: 11vw;
}
.subcontent-header-2 {
  padding-left: 11%;
}
.subcontent-left-two {
  padding-bottom: 0px;
}
.subcontent-left-two p {
  align-items: baseline;
}
}</pre></body></html>