<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">                                             /* Full Page */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "poppins" !important;
font-style: normal;
}

*, *::after, *::before
{
box-sizing: border-box;
margin: 0;
padding: 0 
}

body,

html {
 margin: 0;
 padding: 0;
 font-family: "poppins" !important;
 font-style: normal;
}

body {
color: #000 !important;
font-family: 'Poppins-Regular' !important;
}

.full-section
{
width: 100%;
float: left;
}

.fixed-content 
{
max-width: 1140px;
margin: auto;
}

                                               /* Block */
.blockfull {

width: 100%;

}

.block100{
  width: 100%;
  height: auto;
}

.block50{
  width: 50%;
  height: auto;
  float: left;
}
                                              /* Image css */
img {
  vertical-align: middle;
}

img {
  border: medium none;
  outline: medium none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.bgimg{
background-image: url(IMG9.png);
width: 100%;
height:auto ;
background-repeat: no-repeat;
background-size: cover;
}

ul, li{
    list-style: outside none none;
    line-height: normal;
    margin: 0;
    padding: 0 0 0%;

}
.list50 li{
    font-size: 18px;
    list-style-image: url(Icon9.png);
    width: 100%;
    float: left;
    margin: 12px 10% !important;

}
                                        /* Text Align */
.center{
    text-align: center;
}

.specer{
    float: left;
    height: 20px;
    width: 100%;
}
                        
                                         /* Normal Text css */               
.nrmltxt{
font-size: 18px !important;
line-height: 27px;

}

.nrmltxt14{
font-size: 16px;
font-weight: 300;
line-height: 27px;
font-style: normal;
text-align: left;
}
                                                     

                                        /* Padding */
.p20{
    padding: 20px;
  display: block;
}
  


                                                   /*===================*/
                                                   /* WOOBLE HORIZONTAL
                                                   /*===================*/ 

.wobble-horizontal-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal-on-hover:hover,
.wobble-horizontal-on-hover:focus,
.wobble-horizontal-on-hover:active {
  -webkit-animation-name: wobble-horizontal-on-hover;
  animation-name: wobble-horizontal-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


@-webkit-keyframes wobble-horizontal-on-hover {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal-on-hover {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.Arrowicon {

 background: #fff;
 padding: 10px;
 border-radius: 50%;
 margin-left: 6px;
}

div{
  display:block;
}

.box1{

display: flex;
flex-direction: row;
align-items: flex-start;

}

.boxHover3{   
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #fff;
    transition: border-color 1s ease;
    height: auto;
}

.boxHover3:hover{
    border: 2px solid #FC4F02;
}                                                                 

.boxHover4{   
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    margin: 10px 0;
    border: 2px solid #fff;
    flex-wrap: nowrap;
    height: auto;
    transition: border-color 1s ease;
}

.boxHover4:hover{
    border: 2px solid #FC4F02;
}

.connectBtn{
    border-radius: 50px;
    background-color: #415cf4;
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    margin-top: 22px;
    text-decoration: none;

}


                                                            /****Mobile screen*****/



@media only screen and (min-width:1023px) {


}

ul, li{
    list-style: outside none none;
    line-height: normal;
    margin: 0;
    padding: 0 0 0%;

}
.list50 li{
    font-size: 18px;
    list-style-image: url(Icon1.png);
    width: 100%;
    float: left;
    margin: 12px 10% !important;

}

.list10 li{
    font-size: 18px;
    list-style-image: url(Icon2.png);
    width: 100%;
    float: left;
    margin: 12px 10% !important;

}

.list20 li{
    font-size: 18px;
    list-style-image: url(Icon3.png);
    width: 100%;
    float: left;
    margin: 12px 4% !important;

}

.box1{

display: flex;
flex-direction: row;
align-items: flex-start;

}

.boxHover3{   
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    margin: 10px 0px;
    border: 2px solid #fff;
    transition: border-color 1s ease;
    height: auto;
}

.boxHover3:hover{
    border: 2px solid #407BFF;
} 

@media (min-width:769px) and (max-width:1024px) {

.img-responsive{
    max-width: 100%;
    height: auto;
}

.block50{ width: 100%;float: center;height: auto;}



.block100{width: 100%; float: center;height: auto; }


.boxHover3{
  display: block;
}

.list20 li{
    font-size: 18px;
    list-style-image: url(Icon3.png);
    width: 100%;
    float: left;
    margin: 12px 8% !important;

}

}


@media (min-width:0px) and (max-width:768px) {

.img-responsive{
    max-width: 100%;
    height: auto;
}

.block50{ width: 100%;float: center;height: auto;}



.block100{width: 100%; float: center;height: auto; }


.boxHover3{
  display: block;
}

.list20 li{
    font-size: 18px;
    list-style-image: url(Icon3.png);
    width: 100%;
    float: left;
    margin: 12px 8% !important;

}
}</pre></body></html>