<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu #head-mobile, #cssmenu ul li a, #cssmenu ul li, #cssmenu ul, #cssmenu {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#cssmenu &gt; ul:after, #cssmenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}



header {
  position: relative;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  background: #19b641;
}

.logo {
  position: relative;
  z-index: 123;
  padding: 13px 0 10px 0;
  font: 18px verdana;
  color: #fff;
  float: left;
  margin-top: 0px;
  width: 25%;
}
.logo a {
  color: #fff;
  text-decoration: none;
 
}

nav {
  position: relative;
  width:1300px;
  margin: 0 auto;
}

#cssmenu {
  background: #19b641;
}
#cssmenu ul li.active {
  background: #02dd09  !important;
  transition:  0.3s ease;
}
#cssmenu ul li.active a {
  color: #fff;
}
#cssmenu ul li.active:hover {
  background: #02dd09 !important;
  transition:  0.3s ease;
}
#cssmenu ul li.has-sub.active:hover {
  background: #02dd09 !important;
  transition:  0.3s ease;
}
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  background: #333;
  transition: all 0.25s ease;
  /*                &amp;.last-item &gt; a {
                      border-bottom: 0;
                  }
  */
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub:hover {
  background: #363636;
}
#cssmenu ul ul li.has-sub &gt; a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub &gt; a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover &gt; a {
  color: #fff;
}
#cssmenu ul ul li:last-child &gt; a {
  border-bottom: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu ul ul &gt; li.has-sub:hover &gt; a:before {
  top: 17px;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu &gt; ul &gt; li {
  float: left;
}
#cssmenu &gt; ul &gt; li:hover {
  /* background: #02dd09 !important; */
  transition:  0.3s ease;
}
#cssmenu &gt; ul &gt; li:hover &gt; a {
  color: #fff;
}

#cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
  position: absolute;
  top: 32px;
  right: 47px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:before {
  position: absolute;
  top: 29px;
  right: 50px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  transition: all 0.25s ease;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; ul &gt; li.active &gt; a {
  border-top: 1px solid #333;
}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a:before {
  top: 23px;
  height: 0;
}
#cssmenu &gt; ul &gt; li &gt; a {
  padding: 17px 60px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}
#cssmenu &gt; ul ul &gt; li.has-sub &gt; ul &gt; li.active &gt; a {
  border-top: 1px solid #333;
}
#cssmenu li:hover &gt; ul {
  left: auto;
}
#cssmenu li:hover &gt; ul &gt; li {
  height: 35px;
}

@media screen and (max-width: 700px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0;
    float: none;
  }

  .logo2 {
    display: none;
  }

  nav {
    width: 100%;
  }

  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul li {
    height: auto;
    background: #333 !important;
  }
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 25px;
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }
  #cssmenu ul ul li:hover &gt; a {
    color: #fff;
  }
  #cssmenu ul ul li.active &gt; a {
    color: #fff;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu ul ul &gt; li.has-sub &gt; a:after {
    display: none;
  }
  #cssmenu ul ul &gt; li.has-sub &gt; a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu li:hover &gt; ul &gt; li {
    height: auto;
  }
  #cssmenu &gt; ul &gt; li {
    float: none;
  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
    display: none;
  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; a:before {
    display: none;
  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; ul &gt; li.active &gt; a {
    border-top: none;
  }
  #cssmenu &gt; ul ul &gt; li.has-sub &gt; ul &gt; li.active &gt; a {
    border-top: none;
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    content: "";
  }
  .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    transform: rotate(-45deg);
  }
}



.slick-prev:before, .slick-next:before{
  color: #000;
}

.infobox-team img{
 
  transition: ease-in-out 0.30s;
}



 .r_more {
    position: absolute;
    right: 50px;
    height: 50px;
    width: 50px;
    bottom: 50px;
    background: #02dd09 ;
    padding: 14px 0 0 20px;
    border-radius: 50%;
}
.r_more a{
    color: #fff;
}

  .infobox-team, .infobox {
    padding: 0 0px;
  
    text-align: center;
  }
  
  .infobox .infobox-inner {
    border: 1px solid #e2e5ea;
    padding: 25px;
    border-radius: 2px;
  }
  .infobox .infobox-inner:hover {
    box-shadow: 0 5px 20px #f0f0f0;
  }
  .infobox .infobox-inner img {
    width: 100%;
  }
  .infobox .infobox-inner p {
    font-weight: 300;
    margin-bottom: 30px;
  }
  
  .infobox-team {
    border: 7px solid #ccc;
    margin: 0 10px;
    transition: ease-in-out 0.30s;
    position: relative;
  }
    .infobox-team:hover{
      border: 7px solid #02dd09 ;
      box-shadow: 0 5px 20px #f0f0f0;
    }
  .infobox-team img {
    width: 100%;
  }
  .infobox-team .infobox-team-caption {
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: auto;
    /* width: 80%; */
    /* bottom: -104px; */
    text-align: justify;
    height: 350px;
    padding: 20px;
    background-color: #fff;
    transition: all 0.3s;
}
  .infobox-team .infobox-team-caption:hover {
   
   
  }
 .infobox-team-caption a {
  background: #02dd09 ;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  transition: ease-in-out 0.30s;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  }
  .infobox-team-caption h3{
    color: #02dd09 ;
    font-size: 25px;
  }
  .infobox-team .infobox-team-caption .team-social-icons {
    transition: all 0.3s;
    height: 0;
   
  }
  .infobox-team .infobox-team-caption .team-social-icons a {
    background: #02dd09 ;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    transition: ease-in-out 0.30s;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
  }
  .infobox-team .infobox-team-caption .team-social-icons a:hover {
    background: #02dd09 ;
  }
  
 
  section .section-header {
    text-align: center;
    margin-bottom: 40px;
  }
  section .section-header p {
    margin: auto;
    font-weight: 300;
  }
 

.heading-main{
    padding:10px 0;
    text-align: center;
    background: #02dd09 ;
    color: #fff;
    text-transform: capitalize;
}

p{
  font-size: 16px;
}


.about{
    padding: 50px 0;
    background: url(../images/about.jpg) no-repeat;
    background-size: cover;
}
.heading1{
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    color: #02dd09 ;
    margin-bottom: 30px;
    position: relative;
    left: 24px;
    transition: .5s;
    background-image: linear-gradient( to right, #19b641, #007e04, 50%, #368438 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.heading1:hover{
  background-position: 0;
}
.heading1:after{
    content: "";
    background: #02dd09 ;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
}
.about a {
    background: #02dd09 ;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    transition: ease-in-out 0.30s;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.about a:hover{
    background: #19b641;
}
.why-we-started{
    padding: 50px 0;
    background: url(../images/shadow.png) no-repeat top;
    border-top: 1px solid #ebebeb;

}

  .subscription{
    border: 5px solid #eee;
    display: inline-block;
  }
  .subscription input{
    font-family: 'Open Sans Condensed', sans-serif;
  }
  .subscription input[type="text"] {
    font-size: 18px;
    padding: 5px 15px;
    margin: 8px 0 0px 3px;
    border: none;
    color: #909090;
}
  .subscription input[type="submit"]{
    background-color: #FFB83A;
    color: rgb(78,78,78);
    text-shadow: 1px 1px 3px #fff;
    font-weight: bold;
    box-shadow: inset 0 1px 1px rgba(255,255,0,.6); 
      background-image: linear-gradient(rgba(255,207,92,.7), rgba(223,156,38,.8));
      font-size: 15px;
      padding: 17px 20px;
    border: none;
    -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
  }
  .subscription input[type="submit"]:hover{
    background-color: #F5FF00;
    -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
  }
  .subscribe{
      padding:20px 0;
      background-color:#02dd09 ;
  }
.heading3{
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
  }
  .subscribe p{
    color: #fff;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}


.team-page-section{
padding-top:50px;
}

.team-page-section .team-block{
margin-bottom:60px;
}



.sec-title h2{
position:relative;
color:#222222;
font-weight:700;
font-size:36px;
line-height:1.2em;
margin-top:35px;
}

.sec-title .text{
position:relative;
font-size:14px;
line-height:1.9em;
color:#555555;
margin-top:10px;
}

.sec-title.centered .separator{
margin:0 auto !important;
float:none !important;
}

.sec-title.centered{
text-align: center !important;
}

.sec-title.light .title{
color:#ffffff;
}

.sec-title.light h2{
color:#ffffff;
}

.sec-title.light .separator span{
background-color:#ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after{
background-color:#ffffff;
}

.team-section{
position:relative;
padding:80px 0px 60px;
}

.team-section.style-two .pattern-layer{
position:absolute;
left:0px;
top:0px;
right:0px;
bottom:0px;
background-position:center center;
background-repeat:no-repeat;
}

.team-section .title-box{
position:relative;
text-align:center;
}

.team-section .title-box h2{
position: relative;
color: #222222;
font-size: 36px;
font-weight: 700;
line-height: 1.3em;
margin-bottom: 50px;
}

.team-section .title-box h2 span{
color: #ff9600;
}

.team-block{
position:relative;
}

.team-block .inner-box{
position:relative;
padding:40px 70px 28px 0px;
}

.team-block .inner-box:before{
position:absolute;
content:'';
right:0px;
top:0px;
left:70px;
bottom:0px;
border-radius:10px;
background-color:#f5f5f5;
-webkit-transition:all 600ms ease;
-moz-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
transition:all 600ms ease;
}

.team-block .inner-box::after{
position:absolute;
content:'';
top:0px;
left:70px;
bottom:0px;
width:0%;
border-radius:10px;
-webkit-transition:all 600ms ease;
-moz-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
transition:all 600ms ease;
background-image: -ms-linear-gradient(top, #02dd09  0%, #5e35ff 100%);
background-image: -moz-linear-gradient(top, #02dd09  0%, #5e35ff 100%);
background-image: -o-linear-gradient(top, #02dd09  0%, #5e35ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #02dd09 ), color-stop(100, #5e35ff));
background-image: -webkit-linear-gradient(top, #02dd09  0%, #5e35ff 100%);
background-image: linear-gradient(to bottom, #02dd09  0%, #5e35ff 100%);
}

.team-block .inner-box:hover::after{
width:81%;
}

.team-block .inner-box .social-icons{
position:absolute;
right:25px;
top:100px;
z-index:1;
}

.team-block .inner-box .social-icons li{
position:relative;
margin-bottom:20px;
}

.team-block .inner-box .social-icons li a{
position:relative;
color:#02dd09 ;
font-size:18px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation{
color:#ffffff;
}

.team-block .inner-box .image{
position:relative;
z-index:1;
border-radius:10px;
background-color:#ffffff;
box-shadow:inset 0px 0px 35px rgba(0,0,0,0.20);
}

.team-block .inner-box .image img{
position:relative;
width:100%;
display:block;
}

.team-block .inner-box .lower-content{
position:relative;
text-align:left;
z-index:1;
padding:30px 15px 0px 110px;
}

.team-block .inner-box .lower-content h3{
position:relative;
color:#bd0000;
font-size:18px;
font-weight:700;
line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
position:relative;
color:#02dd09 ;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation{
position:relative;
margin-top:5px;
color:#777777;
font-size:14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a{
color:#ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a{
color:#ffffff;
}

.team-block.style-two .inner-box::after{
background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
    right: 20px;
    bottom: 20px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.heading_tax{
  font-size: 30px;
  color: #19b641;
  text-transform: capitalize;
}
.service_sec{
  padding: 50px 0;
}
.service_sec a{
  background: #19b641;
  padding: 10px 20px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  text-decoration: none;
  margin: 20px 0;
border: 1px solid transparent;
transition: ease-in-out 0.30s;
}
.service_sec a:hover{
  border: 1px solid #19b641;
  background: transparent;
  color: #19b641;
  box-shadow:0px 7px 6px 0px rgb(37 11 255 / 20%);
}
.service_sec h4{
  color: #19b641;
}
.right_box{
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow:0px 7px 6px 0px rgb(37 11 255 / 20%);
}
.right_box p{
  color:#02dd09 ;
}
.right_box ul{
  margin: 0;
  padding: 0;
}
.right_box ul li a{
 background: none;
 color:#02dd09  ;
 padding: 0;
 margin: 5px 0;
}
.right_box ul li a:hover{
  border: 1px solid transparent;
  padding-left: 5px;
}
.right_box ul li a i{
  font-size: 12px;
  margin-right: 5px;
}
.co_tax{
  float: right;
}
.btn_ca{
  float: right;
}
.btn_ca button{
  background: #02dd09 ;
  padding: 10px 20px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
  margin: 20px 0;
border: 1px solid transparent;
transition: ease-in-out 0.30s;
}
.btn_ca button:hover{
  border: 1px solid #02dd09 ;
  background: transparent;
  color: #02dd09 ;
  box-shadow:0px 7px 6px 0px rgb(37 11 255 / 20%);
}
.labl{
  text-align: center;
  font-weight: bold;
  display: block;
}
.gst_gap{
  border: 3px solid #02dd09 ;
  box-shadow:0px 7px 6px 0px rgb(37 11 255 / 20%);
  padding: 20px;
}
.dwn{
  margin-left: 5%;
}
.dwn a{
  border: 1px solid #02dd09 ;
  font-size: 13px;
  padding: 10px;
}



.accordion {
  max-width: 200px;
  list-style: none;
  background: #19b641;
  color: #fff;
  position: absolute;
  z-index: 99;
  margin-top: 20px;
}
.accordion__item input {
  display: none;
}
.accordion__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
  padding-block: 0.7rem;
  cursor: pointer;
}
.accordion__title:hover {
  color: #eee;
  background: #19b641;
}
.accordion__title::after {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20px' title='chevron-down'%3E%3Cpath fill='%23eee' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' /%3E%3C/svg%3E");
  content: "";
}
.accordion__pane {
  overflow: hidden;
  padding-inline: 1rem;
  width: 760px;
  background: #5c728f;
  left: -260px;
  position: relative;
  height: 0;
  /* border-block-end: 1px solid #eee; */
}
.accordion__item input:checked + .accordion__title::after {
  transform: rotate(180deg);
}
.accordion__item input:checked + .accordion__title {
  color: #eee;
  background: #19b641;
}
.accordion__item input:checked ~ .accordion__pane {
  height: 350px;
  padding: 20px;
  overflow-y: scroll;
}









.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/result.gif');
  background-repeat: no-repeat; 
  background-color: #fff;
  background-position: center;
}
.ser_in{
  background: #fff !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.ser_in p{
  color: #333 !important;
}
.wrapper{
  text-align: center;
  padding-top: 6%;
}


.ser_t img {
    width: 100%;
    border: 2px solid #19b641 !important;
    box-shadow: 0px 7px 6px 0px rgb(37 11 255 / 20%);
}
.copy {
  text-align: center;
  background: rgb(34, 34, 34);
  padding: 5px 0px;
}
.copy p {
  margin: 0;
  padding: 0;
  color: #fff;
}


.accordionWrapper{padding:30px;background:#fff;float:left;box-sizing:border-box;margin:1% 0 0 0;    box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2);}
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    background:#02dd09;
    color:#fff;
    font-size: 20px;
    width:100%;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
        box-sizing: border-box;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
    
    
}
.open .accordionItemContent{
        padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
        box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
        -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    font-size: 20px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #19b641;
    color: #fff;
}
.acco a{
  background: none;
  color: #19b641;
  border: none;
  margin: 0;
  padding: 0 10px 0 0;
}
.acco a:hover{
  border: none;
  box-shadow: none;
}
.pull_right {
  padding-left: 30%;
  transition: ease-in-out 0.30s;
 
}
.pull_right a {
  background: #02dd09;
  border-radius: 40px;
  padding: 10px 20px !important;
  border: 1px solid transparent;
  margin: 7px 0;
  transition: ease-in-out 0.30s;
}
.d_olad{
  text-align: right;
}
.d_olad a{
  margin: 0 0 20px 0;
}
.privacy a{
    border:none;
    color:#999;
    margin:0;
}
.privacy a:hover {
    border: none;
    box-shadow: none;
}</pre></body></html>