<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0; padding:0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: none; }
 img, fieldset{ border:none; }
 a{ text-decoration:none; outline:none; transition:all 0.3s ease-in-out 0s ; -webkit-transition:all 0.3s ease-in-out 0s}
 :focus{outline:none;}
 body { margin: 0px; padding: 0px; color: #1c1c1c; font-size: 12px; line-height: 18px; font-family: "Poppins", sans-serif !important;  background: #F8F9FF;}
 img{ max-width:100%; height:auto; vertical-align: middle}
 
 input[type='submit']{-webkit-appearance:none;}
 p{ font-size:18px; line-height:27px;  color:#000; padding-bottom:20px;  letter-spacing:-0.2px }
 p a{color:#1c1c1c; text-decoration:none}
 #main_sec{ float:left; width:100%; overflow:hidden}
 #main{float:left; width:100%; position:relative;}

 /*header*/
/*  header{ float:left; width:100%; position: absolute; transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;   text-align:center; padding:0 0 0 0; z-index:9999; left:0px;   -webkit-transform: translateZ(0)}

 header .logo{   z-index:9999; float:left; margin:2px 0 0 0  } */


 /*header.fixed:hover{background-color: rgba(28, 28, 28, 0.6);}*/

/* header.fixed ul li a{ color:#000}*/

.mobilemenu{ display:none}
header a.close {display: none;}
.container{ position: relative;}

.header_top{ font-size:14px; line-height:19px; color:#fff}
header nav li a { color:#6a6a6a; /*display:block;*/ position:relative; }
header nav li a:hover{ text-decoration:none; color: #EF2A82;}
.fixed {bottom: auto;/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);*/position: fixed;top: 0;z-index: 999999; }

/* header */
header { position: relative; /* top:40px */; left: 0px; right: 0;  width: 100%; z-index: 9999;  /* border-radius: 40px; */ /* background: #fff; */ /* box-shadow: 4px 4px 0px 0px #C0D00C; */ padding:40px 0 0 0; margin:  0 auto}
header.fixed { position: fixed; }
header.fixed .logo {  }
header .logo { margin: 0 0 0 0; float: left; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; font-size: 32px; text-decoration: none; font-weight:400; color: #000; line-height: 35px; }
header .logo img { transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; width: 100px; height: 100px; }
header .container{ display: flex;  align-items: center;  justify-content: space-between; }
header .logo:hover{ color: #000;}
		/* topBar */


.changeCursor .topBar{ display: none;}
.changeCursor header{top:0px}


.topBar { overflow: hidden; padding: 4px 0; text-align: center; background: #f28cfb; font-size: 20px; line-height: 25px; font-weight: 500;  overflow: hidden; height: 32px;}
.hide {animation: slideaway 200ms;display: none;}
.topBar a.MobileOnly { display: none; }
.topBar .close-btn{ position: absolute; right: 0px;}
.topBar .close-btn { color:#1c1c1c; margin: 0;
  position: absolute;
  top: 47%;
  right: 1%;
  transform: translate(-50%, -50%);}
.topBar .close-btn .fa-solid{ color: #000; font-size: 20px;}
.topBar p{ padding-bottom: 0px; margin-bottom: 0px;font-family: 'Poppins', sans-serif;}
.topBar p a span{ position: relative;}
.topBar p a span::after{ content: ''; position: absolute; width: 100%; background: #E1F21A; height: 2px; left: 0px; bottom: 0px; border-radius: 20px;}
.topBar p a:hover{ color: #E1F21A;}
		
		
		/* menuBar */
.menuBar { float: left; text-align: left; /* margin-left: 100px; */ margin-top: 5px; }
.menuBar a.menuToggle { display: none; }
.menuBar ul { padding: 0px; list-style: none; margin: 0px; }
.menuBar li {  position: relative;  line-height: 30px; float: left; font-size: 16px;letter-spacing: 0.05em; font-weight: 400; margin-right: 30px; }
.menuBar li:first-child { padding: 0px; }
.menuBar li a { /* padding: 16px 11px; */ text-decoration: none; color: #fff;
  ; display: block;  }
.menuBar li .arrow{ position: absolute; right: -7px; top:18px}
.menuBar li ul{ /* display: none; */ position: absolute; top:100%; width: 200px; left: 0px; padding: 10px; border-radius: 16px; background: #1A1A1A;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.45);     opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;}

.menuBar li ul::after{content: ''; position: absolute; top:-23px; height: 27px; background-color: rgba(0, 0, 0,); left: 0px; width: 100%;}
.menuBar li ul li{ width: 100%; text-align: left; margin: 0px;font-family: 'Poppins', sans-serif; font-weight: 600;}
.menuBar li ul li a{color: #fff; border-radius: 10px; padding: 10px;}
.menuBar li ul li a:hover{ background: #000000; color: #8794BA;}
.menuBar li:hover &gt; ul{ display: block;
  opacity: 1;
  visibility: visible;
  top: 80px;}
.menuBar li a:hover, .menuBar li.active &gt; a { color: #000; }
.menuBar li.login a{ text-transform: uppercase;}
.menuBar li.contact { margin-right: 0px; margin-top: 7px;/*  box-shadow: 4px 4px #6b7407; */ border-radius: 50px; font-weight: 700; }
.menuBar li.contact a { color: #e1f21a; font-size: 18px; padding: 8px 30px; border-radius: 28px;background: #1C1C1C; box-shadow: 2px 3px 0px 0px #6B7407;}
.menuBar li.contact a:hover { background: #fff; color: #1c1c1c; }
.menuBar li.login{ font-weight: 700;}

header .header_right{ /* float: right; */ display: flex; align-items: center;  justify-content:end;}
header .header_right .pink_btn{  color: #FA9033; display: inline-block; padding: 8px 40px; border-radius: 30px; text-decoration: none; border: solid 1px #FA9033; background: #fff;}
header .header_right .pink_btn:hover{ background:#EF2A82 ; color: #fff; border: solid 1px #EF2A82; }
header .header_right .btn_Search{ background: transparent; margin-left: 30px; font-size: 27px; line-height: 45px; font-weight: normal;}




.pink-btn{box-shadow: 6px 6px 16px 0px #00000040 inset; background: linear-gradient(181.92deg, #9747FF -36.83%, rgba(255, 255, 255, 0.7) 321.19%); display: inline-block; text-decoration: none; color: #fff; display: inline-block; padding: 7px 40px; border-radius: 20px;}
.pink-btn:hover{color: #fff;}


.top_main{ /* background: #FA9033; */ /* border-radius: 0 0 500px 0; */ /* padding-bottom: 100px; */ background: url(../images/top_banner_top.png); background-repeat: no-repeat; background-size: 100% 100%;}

.top_banner{ padding: 100px 0;}

.top_banner .top_right{ position: relative;}
.top_banner .top_right img{ position: relative; z-index: 9;}
.top_banner .top_right::after{    content: '';
  position: absolute;
  background: url(../images/dot_png.png);
  background-repeat: no-repeat;
  width: 182px;
  height: 82px;
  left: -85px;
  bottom: 0px;
  opacity: 0.5;}

.top_banner .row{ align-items: center; margin-bottom: 25px;}
.top_banner h2{ font-size: 45px; line-height: 55px; color: #fff; font-weight: 700;}
.top_banner p{color: #fff;}
.top_banner .banner_detals{ padding-right: 80px;}

.top_banner .form-contienr{background: #fff;box-shadow: 0px 20px 40px 0px #0000001A;padding: 40px; border-radius: 40px; position: relative; z-index: 9;}
.top_banner .form-contienr h3{color: #1F2E5C;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 25px;}
  .top_banner .form-contienr h3 span{color:#FA9033;}
input[type='text'], input[type='email'], input[type='tel'] {
  border: 1px solid #000;
  color: #000;
  width: 100%;
  padding: 10px 15px;
}

textarea{
  border: 1px solid #000;
  color: #000;
  width: 100%;
  padding: 10px 15px;
  resize: none !important;

}




.innovation_section{ padding: 50px 0;}
.innovation_section .pic{ position: relative;}
.innovation_section .pic img{ position: relative; z-index: 99;}
.innovation_section .pic::after{    content: '';position: absolute;width: 90%;height: 86%;background: #FA9033;left: 25px;top: 23px; border-radius: 13%;}
.innovation_section .row{ align-items: center;}
.innovation_section .innovation_details h3{ font-size: 46px; line-height: 55px; color: #FA9033; font-weight: 700;}


.services_container{  text-align: center; padding: 50px 0; position: relative;}
.services_container::after{content: '';
  position: absolute;
  background: url(../images/art_work.png);
  background-repeat: no-repeat;
/*   background-size: cover; */
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;}
.services_container .container{ position: relative; z-index: 99;}
.services_container h3{ color: #FA9033; font-size: 46px; line-height: 55px; color: #FA9033; font-weight: 600; }
.services_container .services_details{ background: #FA9033; box-shadow: 0px 4px 31px 0px #00000040;padding: 50px 20px 20px 20px;border-radius: 20px;color: #fff;text-align: center;
  display: flex;flex-direction: column;justify-content: center; align-items: center; height: 100%; position: relative;}
.services_container .services_details p{ color: #fff;}
.services_container .services_details .icon-box{background: url(../images/icon_art.png); margin-top: -76px;background-repeat: no-repeat;
  color: #FA9033;display: inline-block;
  /* padding: 20px; */font-size: 35px;line-height: 85px;width: 150px;height: 128px;
  background-size: 100% 100%;display: flex;justify-content: center; align-items: center; position: absolute; top:0px
}
.services_container .services_details h4{ font-size: 25px; line-height: 32px; font-weight: 600;}
.services_container .services_details p{ font-size: 16px; line-height: 21px;}
.services_container .col-md-4{ /* display: none; */ margin-bottom: 52px;}

.services_container .row.g-4{ margin: 50px 0 0 0;}
.services_container .load-more{ background: #FA9033; color: #fff; text-decoration: none ; display: inline-block; padding:10px 20px; border-radius: 30px; margin-top: 30px;}





.servics_container{ margin: 50px 0 0 0;}
.servics_container .services_details{background: linear-gradient(180deg, #EF2A82 0%, #F02E85 100%); border-radius: 50px; padding: 50px; box-shadow: 0px 4px 24px 0px #00000040; text-align: center;}
.servics_container .services_details h3{ color: #fff; font-size: 40px; line-height: 45px;}
.servics_container .services_details .services_content{ background: #fff;box-shadow: 0px 4px 30px 0px #00000040; border-radius: 20px; padding: 20px;}
.servics_container .services_details .services_content h4{ color: #EF2A82; font-size: 23px; line-height: 34px; margin: 20px 0;}
.servics_container .services_details .row{ margin: 20px 0 0 0;}
.servics_container .services_details .load-more{ box-shadow: 0px 4px 31px 0px #00000026; background: #fff; color: #F02E85; display: inline-block; padding: 10px 30px; text-decoration: none; margin-top: 40px;}

.servics_container .col-md-6{ display: none;}


.bottom_container{background: url(../images/background-bottom.png); background-repeat: no-repeat; background-size: cover; padding: 190px 0 10px 0; margin: 30px 0 0 0;}


.value_add{ text-align: center; padding: 50px 0; }
.value_add h3{font-size: 46px;line-height: 55px;color: #FA9033; font-weight: 600; text-align: center;}
.value_add p{ }
.value_add .value_add_details{ background: #FA9033 url(../images/art_work_yello.png); text-align: center; padding: 20px; color: #fff; border-radius: 40px; background-repeat: no-repeat ; background-position:  right ;}
.value_add .value_add_details .icon{ background: #fff; display: inline-block; border-radius: 50px; font-size: 35px; line-height: 25px; padding: 10px; color:#131F3D;;}
.value_add .value_add_details h4{ font-size: 18px; line-height: 21px; margin: 20px 0 10px 0; justify-content: center; align-items: center; width: 250px; text-align: center;}
.value_add .value_add_details p{ font-size: 15px; line-height: 21px; padding: 0px;}
.value_add .value_add_details .value_add_box .value-pic{ border: 1px solid #FFFFFF; box-shadow: 0px 4px 16px 0px #00000040; min-height: 100px; font-size: 40px; line-height: 45px; display: flex; align-items: center; justify-content: center;}
.value_add ul{ list-style: none; padding: 0px; margin: 0px;}
.value_add ul li{ padding: 0 10px;}
.value_add .slick-dots{  bottom: -22px;}
.value_add .slick-dots li button{ background: #fff; border-radius: 50px; width: 15px; height: 15px;}
.value_add .slick-dots li.slick-active  button{ background: #EF2A82;}
.value_add .slick-list{ position: 40px; }

.value_add .value_add_details .value_add_box .value-pic img{ display: inline-block;}
.portfolio-slide .slick-prev{ display: none !important;}
.portfolio-slide .slick-next{ display: none !important;}  

.portfolio-slide li {
  /* padding: 0 10px; */
  transform: translate(0, 0) scale(0.9);
  transition: all 0.4s ease;
}

.portfolio-slide {
  padding: 0px;
  margin: 0px;
}

.portfolio-slide li.slick-slide.slick-current.slick-active.slick-center  {
 /*  border: solid 1px #fff; */
  transform: scale(1);
  /* transform: scale(1.08) ; */
  /* width: calc("100% + 140px"); */
}


.digital_container{}
.digital_container .digital_detals{ background: linear-gradient(90deg, #FA9033 0%, #FBDEC5 133.18%); border-radius: 90px; }
.digital_container .row {align-items: center;}
.digital_container .digital_content{ padding-left: 50px;}
.digital_container .digital_detals .digial_pic img{ width: 100%;}
.digital_container .digital_content h3{ color: #fff; font-size: 40px; line-height: 45px; font-weight: 600;}
.digital_container .digital_content p{color: #fff;}


.product_details_container{ text-align: center; padding: 50px 0;}
.product_details_container h3{font-size: 46px;line-height: 55px;color: #FA9033;font-weight: 600; text-align: center;}
.product_details_container .product_container_box{ background: #FA9033E5; padding: 50px 0;} 
.product_details_container .row{ align-items: center;}
.product_details_container .product_details{ text-align: left;}
.product_details_container .product_details h4{ font-size: 44px; line-height: 48px; color: #fff; font-weight: 600;}
.product_details_container .product_details p{ color: #fff;}
.product_details_container .product_details ul{ list-style: none; margin: 0px; padding: 0px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_details_container .product_details ul li{ width: 50%; position: relative; padding-left: 20px;}
.product_details_container .product_details ul li::after{content: ''; position: absolute; left: 0px; width: 10px; height: 10px; background: #fff; border-radius: 50%; top:6px}


.load_form{ background: #FB9B48 !important;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #fff !important;
  border-radius: 30px !important;
  position: absolute;
  bottom: 67px;
  left: 63px;
  z-index: 99;
}
.offer_container{}
.offer_container h3{font-size: 46px;line-height: 55px;color: #FA9033;font-weight: 600;}
.offer_container .container{ position: relative; overflow: hidden; padding: 0px;}
.offer_container .container::after{content: ''; position: absolute; width: 600px; height: 600px; background: #FB9B48; right: -106px; bottom: -144px;; border-radius: 50%;} 

.offer_container .container .offer_details{width: 50%;
  position: absolute;
  left: 29%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); padding-right: 100px;}

.offer_container .container .offer_details h3{ color: #FA9033; font-size: 40px; line-height: 45px; font-weight: 600; }

 .slideshow { 
  height: 650px; display: flex;
  flex-direction: column;
  justify-content: space-around;
 /*  align-items: center; */
  overflow: hidden;
  border: 1px solid #FB9B48;
  position: relative;
  z-index: 99;
  /*   background-color: antiquewhite; */

}

/* .offer_container .slideshow::after{content: ''; position: absolute; width: 500px; height: 500px; background: #FB9B48; right: 0px; bottom: 0px; border-radius: 50%;}  */

 .carousel {
  width: 80rem;
  height: 80rem;
/*   border: 7rem solid#eebe97; */
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -55%;
  flex-shrink: 0;
  transition: rotate 1s;
}

 .slide {
  width: 20rem;
  position: absolute;
}

 .slide:nth-child(1) {
  bottom: -20rem;
}

 .slide:nth-child(2) {
  left: -20rem;
}

 .slide:nth-child(3) {
  top: -20rem;
}

.slide:nth-child(4) {
  right: -20rem;
}


 .slide.active img {
  transform: scale(1.5);
  transition: transform 0.5s 0.5s;
}

 .slide img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

 .controls {
  position: sticky;
  bottom: 168px;
  left: 30px;
}

 .controls h4{ font-size: 10px;
  color: #000;
  width: 100px;
  position: absolute;
  bottom: -14px;
  text-align: center;
  line-height: 13px;
  height: 10px;
  align-items: center;
  /* display: flex;
 /*   display: flex; */}

 .controls a {
  padding: 1rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 10rem;
  transition: background-color 1s;
  position: relative;
}

 .controls a.active { position: relative;
 /*  background-color: #7dbd77; */
}
 .controls a.active::after{content: ''; position: absolute;  background: #FB9B48; width: 70%; height: 3px; bottom: 10px; left: 0px; right: 0px; margin: 0 auto;}

 .controls img {
  width: 7rem;
}

.offer_container .slide-box{rotate: 130deg; right: -32%;bottom: 244px;
  position: relative;}



.get_customs{ padding: 100px 0 50px 0;}
.get_customs h3{color: #FA9033; font-size: 35px; line-height: 45px; font-weight: 700;}
.get_customs h4{color: #FA9033; font-size: 30px; line-height: 35px; font-weight: 700;}
.get_customs h5{color: #9F9F9F;  font-size: 12px; line-height: 19px;}

.get_customs .get_details{ text-align: center; position: relative;}
.get_customs .get_details::after{content: ''; position: absolute; right: 0px; background: #9F9F9F; width: 1px; height: 100%; top:0px}

.get_customs .top_get p{ padding: 0px; margin: 30px 0 35px 0; color:#5E6282;}
.get_customs .top_get .col-md-3:last-child .get_details::after{ display: none;}
.get_customs .row{ align-items: center;}


.choose_plan{ padding: 50px 0; text-align: center;}
.choose_plan h3{color: #FA9033; font-size: 35px; line-height: 45px; font-weight: 700; }
.choose_plan .plan-details{ border: solid 2px #FA9033; background: #fff; border-radius: 20px; padding:50px 30px; text-align: center; box-shadow: 7px 7px 24px 0px #00000040;box-shadow: 8px 8px 21px 0px #00000026;}
.choose_plan .plan-details .price{ font-size: 40px; line-height: 55px; font-weight: 600;}
.choose_plan .plan-details .price sub{ bottom: 0px; font-size: 14px; line-height: 19px;}
.choose_plan .plan-details .billded{ color: #838696; font-size: 16px; line-height: 18px;}
.choose_plan .plan-details h4{ color: #FB9B48; font-size: 35px; line-height: 45px; font-weight: 700 ; margin: 20px 0 5px 0;}
.choose_plan .plan-details .page{ border: 1px solid #FB9B48; color: #000; font-size: 15px; line-height: 19px; padding: 10px; display: inline-block; font-weight: 500;}

.choose_plan .plan-details .list{ list-style: none; margin: 30px 0 35px 0; padding: 0px;}
.choose_plan .plan-details .list li{ text-align: left ; color: #5C5F6E;  position: relative; padding-left: 35px; margin-bottom: 10px;}
.choose_plan .plan-details .list li::after{content: ''; position: absolute;  border: 1px solid #FB9B48; background: url(../images/check.svg); background-repeat: no-repeat; 
  width: 25px; height: 25px; border-radius: 20px; padding: 10px; background-position: center; left: 0px;}
.choose_plan .plan-details .btns{ background: #fff; text-decoration: none; color:#FA9033; font-weight: 700; box-shadow: 0px 16px 40px 0px #00000040; display: inline-block; padding:15px 20px; border-radius: 20px; width: 100%;}

.choose_plan .plan-details.active .btns{background: #FB9B48; color: #fff;}

.btns_request{ background: #FB9B48; color: #fff; display: inline-block; border-radius: 40px; padding: 15px 30px; text-decoration: none; font-weight: 600; margin-top: 50px; font-size: 18px; line-height: 25px;}





footer{  margin: 20px 0 0 0;
  padding: 20px 0; background: #FB9B48;}
footer .container{display: flex; justify-content: space-between; align-items: center; }
footer .logo{ color: #000; text-decoration: none; font-size: 30px; line-height: 35px;}
footer .logo img{ width: 100px;}
footer  h4{ color: #fff;margin-bottom: 15px; font-size: 20px;}

footer .container ul{ list-style: none; padding: 0px; margin: 0px;}
footer .container .footer_nav{ display: inline-block;}
footer .container .footer_nav li{ display: inline-block; margin: 0 10px; position: relative;}
footer .container .footer_nav li:nth-child(4)::after{ display: none;}
footer .container .footer_nav li::after{content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background: #fff;
  right: -15px;
  top: 2px;}
footer .container .footer_nav li:last-child::after{display: none;}
footer .container .footer_nav li a{color: #fff; text-decoration: none;}
footer .container .social_link li{ display: inline-block; margin: 0 0 0 36px;}
footer .container .social_link li a{  color: #fff; text-decoration: none;}
footer .container h4{ color: #fff; font-size: 16px; line-height: 21px;}
footer .container .col-md-3.right{ text-align: right;}
footer .container .col-md-3.right .email a {color: #fff; text-decoration: none;}
.telephone {color: #fff; text-decoration: none;}
footer .container .footer_nav {text-align: center;}
span.email{ margin: 10px 0; display: inline-block;}
  


footer .footer_bottom{ margin-top: 30px;}
footer .footer_bottom .footer_bottom_details{ border-top: solid 1px #fff; width: 100%; margin: 0 0 0 0; padding: 40px 0;} 
footer .footer_bottom .footer_bottom_details ul{ text-align: center; display: block;} 
footer .footer_bottom .footer_bottom_details ul li{display: inline;}




.modal-body input[type=text], input[type=email], input[type=tel] { /* border: 1px solid #E0E0E0; color: #828282; width: 100%; padding: 10px 15px; */}
.modal-body textarea{/* border: 1px solid #E0E0E0; color: #828282; width: 100%; padding: 7px; resize: none; */}
.modal-body .row{ margin-bottom: 20px;}

 .submit{ background: #FB9B48;
  ;width: 100%; text-align: center; padding: 10px; color: #fff; text-transform: uppercase;}
.modal .modal-content{ border-radius: 30px;}
.modal .modal-content h1{ font-size: 40px !important; line-height: 50px;}

.modal .modal-content h1 span{ color: #000;}


















a.menuToggle { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; height: 56px; display: block; text-decoration: none; background: none; width: 84px; z-index: 10; margin: 0; display: none; position: absolute; bottom: 25px; right: 52px; font-size: 0px; line-height: 0px; border: 1px solid #fff; }
a.menuToggle span { width: 56px; height: 4px; display: block; position: absolute; right: 13px; top: 25px; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; z-index: 9999; border-radius: 10px; }		
a.menuToggle span:after { width: 100%; height: 4px; position: absolute; left: 0px; top: -12px; content: ''; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 10px; }		
a.menuToggle span:before { width: 100%; height: 4px; position: absolute; left: 0px; bottom: -12px; content: ''; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 10px; }		
.mm-opening a.menuToggle span { background: transparent; }		
.mm-opening a.menuToggle span:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 0; border-radius: 0px; -webkit-border-radius: 0px; }		
.mm-opening a.menuToggle span:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); bottom: 0px; border-radius: 0px; -webkit-border-radius: 0px; }

.tabsToggle { display: none; position: relative; padding: 10px 50px 10px 15px; color: #fff; font-size: 18px; line-height: 24px; font-weight: normal;  text-decoration: none; min-width:312px; border-radius: 40px; border: 2px solid #E1F21A;background: #111; }
.tabsToggle:hover { text-decoration: none !important;color: #E1F21A; }
.tabsToggle .arrow { width: 47px; height: 100%; position: absolute; top: 0px; right: 0px; transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; background: url(../images/Down.svg) no-repeat center center; background-size: 16px auto; }
.tabsToggle.active .arrow { /* transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); */ }












 


 	
 







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