/* ========================================================================================================================================
                                                               Start Font Conenctivty
===========================================================================================================================================*/

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf)
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf)
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf)
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf)
}

/* ========================================================================================================================================
                                                               End Font Conenctivty
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                               Start Default Css
===========================================================================================================================================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
:root {
  --whiteColor: #fff;
  --blackColor: #202020;
  --blueColor: #00C0F7;
  --txt: #838383;
  --regular: Montserrat-Regular;
  --medium: Montserrat-Medium;
  --semibold: Montserrat-SemiBold;
  --bold: Montserrat-Bold;
}
body {
  overflow-x: hidden;
  font-family: Montserrat-regular !important;
}
.custom_container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
.spacerY{
  padding: 70px 0;
}
.spacerT{
  padding-top: 70px;
}
.section_title{
  font-size: 42px;
  color: var(--blackColor);
  font-family: var(--bold);
  text-align: center;
}
.section_title_1{
  font-size: 42px;
  color: var(--whiteColor);
  font-family: var(--bold);
  text-align: center;
  margin-bottom: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mb-50{
  margin-bottom: 50px;
}
.flex_warp {
  flex-wrap: wrap;
}

/* ========================================================================================================================================
                                                               End Default Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                               Start Main Banner Css
===========================================================================================================================================*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 10%);
    animation: smoothScroll 1s forwards;
}
.main_header_section {
    background-color: #fff;
}
.logo_side {
    width: 25%;
}
.menu_side {
    width: 65%;
}
.btn_side {
}
.menu_side ul{
   list-style: none;
    margin: 0;
    padding: 0;
}

.main_header_section .btn_theme a {
    padding: 10px 20px !important;
}
.btn_theme a {
    display: inline-block;
    padding: 20px 41px;
    background-color: #01acff;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    transition: .3s;
	text-decoration: none;
}
.btn_light a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
	text-decoration: none;
}
.btn_side .btn_theme {
    padding-left: 10px;
}

.main_menu li a::after {
    content: '';
    height: 5px;
    width: 100%;
    background-color: #01acff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.main_menu li a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #01acff;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
}

.main_menu li:hover a {
    color: #01acff;
}

.main_menu li:hover a::before, .main_menu li:hover a::after {
    opacity: 1;
}
.main_menu li a {
    display: block;
    padding: 30px 9px;
    color: #000;
    transition: .3s;
    position: relative;
    overflow: hidden;
	text-decoration: none;
}
.toggle {
    font-size: 28px;
}
.toggle {
    display: none;
}
@media (max-width:992px){
	.mob_main_menu a {
    display: block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
}
.toggle {
    display: block !important;
}
.btn_side .btn_light, .btn_side .btn_theme {
    display: none !important;
}
.btn_side {
    width: 16%;
}
.menu_side {
    width: 4%;
}
.logo_side {
    width: 80%;
}
.main_menu {
    display: none !important;
}
.mob_main_menu {
    margin: 0px 15px !important;
}	
.mob_main_menu {
    width: calc(100% - 30px);
    margin: 0 15px;
    background-color: #fff;
    box-shadow: 0 10px 13px 0 rgb(0 0 0 / 15%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
}
	.single_footer_section {
    width: calc(48% - 20px) !important;
}

.main_footer_section 
 .d-flex.flex_warp.spacerB {
    flex-wrap: wrap;
}

.single_footer_section:last-child {
    width: calc(98% - 30px) !important;
}
}

@media (max-width:575px){
 .logo_side img{
	width:100%;
	
	}	
.adva_service {
    overflow: hidden;
}
.mobile_view_sl .owl-nav {
    display: block !important;
    text-align: center;
}
.mobile_view_sl .owl-nav  span {
    font-size: 29px;
    color: #fff;
    display: inline-block !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #00c0f7 !important;
    margin: 10px;
    line-height: 1;
}

	.desk_view_s1{
		display:none;
	}
	.mobile_view_sl {
    display: block;
}
    .logo_side {
    width: 80%;
}
    .menu_side {
    width: 4%;
}
    .main_menu {
    display: none !important;
}
    .btn_side {
    width: 16%;
}
    .btn_side .btn_light, .btn_side .btn_theme {
    display: none !important;
}
	.single_footer_section {
    width: calc(100% - 20px) !important;
}

.main_footer_section  .d-flex.flex_warp.spacerB {
    flex-wrap: wrap;
}
	.mob_main_menu a {
    display: block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
}
.toggle {
    display: block !important;
}
.mob_main_menu {
    margin: 0px 15px !important;
}
	.copy_right_section .d-flex.align-items-center.flex_warp {
    flex-wrap: wrap;
    text-align: center;
}

.copy_right_section .copy {
    width: 100%;
}

.copy_right_section .footer_social_icon {
    width: 100%;
}

.copy_right_section .payment {
    width: 100%;
    justify-content: center !important;
}
	.main_header_section {
    padding: 10px 0px;
}
	.vyb_sol_box {
    box-shadow: 0px 0px 13px rgb(0 0 0 / 13%);
	}
	.cyb_protec .cyb_img_contnt {
    display: none;
}
	.mob_order1{
    order:1;
}
.mob_order2{
    order:2;
}
	.mob_view_none {
    display: none;
}
.bckup_tab_inner{
	min-height:280px;
}
	.vyb_sol_box{
	padding:25px;
}
}


.main_banner_section{
  padding: 270px 0;
}
.main_banner_section::before {
    content: '';
    background-image: url(../image/main_banner.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.main_banner_title{
  font-size: 52px;
  color: var(--blackColor);
  font-family: var(--bold);
}
.main_banner_desc{
  width: 50%;
  color: var(--txt);
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 18px;
}

.btn_theme a{
  padding: 12px 30px;
  background-color: var(--blueColor);
  border-radius: 7px;
  color: var(--whiteColor);
  font-family: var(--medium);
  transition: .3s;
  cursor: pointer;	
}

.btn_theme a:hover{
  box-shadow: inset 180px 0 0 0 var(--blackColor);
}

/* ========================================================================================================================================
                                                               End Main Banner Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                               Start Things Css
===========================================================================================================================================*/

.main_things_section{
  overflow: hidden;
}
.section_title{
  font-size: 42px;
  font-family: var(--bold);
  text-align: center;
}
.main_thing{
  width: calc(50% - 30px);
  margin: 0 15px;
  z-index: 0;
}
.thing_title{
  font-size: 35px;
  color: var(--blackColor);
  font-family: var(--bold);
  position: relative;
}
.thing_line{
  position: relative;
  margin-top: 10px;
  width: 150px;
  height: 3px;
  background-color: var(--blueColor);
  overflow: hidden;
}
.thing_line::after{
  content: '';
  width: 10px;
  height: 4px;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  left: 0;
  animation: thing 4s infinite linear alternate;
}

@keyframes thing {
  0%{
    left: 0;
  }
  100%{
    left: 100%;
  }
}
.thing_desc{
  color: var(--txt);
  margin-top: 15px;
  font-family: var(--regular);
}
.main_thing_list{
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}
.main_photo_storage_section{
  background-image: url(../image/photo_storage_bg.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  background-position: center;
}
.main_photo_storage{
  width: calc(50% - 30px);
  margin: 0 15px;
}
.photo_storage_title{
  font-size: 42px;
  font-family: var(--semibold);
  color: var(--whiteColor);
}
.photo_storage_desc{
  color: rgb(230, 230, 230);
  margin-top: 20px;
}
.main_last_thing{
  padding: 50px 0;
  border-radius: 20px;
  overflow: hidden;
}
.cpanel_title{
  font-size: 35px;
  color: var(--whiteColor);
  font-family: var(--bold);
  position: relative;
}
.cpanel_line{
  position: relative;
  margin-top: 10px;
  width: 150px;
  height: 3px;
  background-color: var(--whiteColor);
  overflow: hidden;
}
.cpanel_line::after{
  content: '';
  width: 10px;
  height: 4px;
  background-color: var(--blueColor);
  position: absolute;
  bottom: 0;
  left: 0;
  animation: thing 4s infinite linear alternate;
}
.cpanel_desc{
  color: var(--whiteColor);
  margin-top: 15px;
  font-family: var(--regular);
}
.main_cpanel{
  width: 50%;
  padding-left: 50px;
}
.main_cpanel_img{
  width: 50%;
  padding-right: 50px;
}
.shap-1{
  position: absolute;
  top: 150px;
  right: -150px;
  opacity: .8;
}
.shap-2{
  position: absolute;
  top: 560px;
  left: -150px;
  opacity: .8;
}
.shap-3{
  position: absolute;
  top: 1150px;
  right: -150px;
  opacity: .8;
}
.shap-4{
  position: absolute;
  bottom: 410px;
  left: -150px;
  opacity: .8;
}
.shap-5{
  position: absolute;
  bottom: 0px;
  right: -150px;
  opacity: .8;
}

.more-btn {
    background: #00C0F7;
    padding: 10px 25px;
    color: #fff;
    margin-top: 12px;
    display: inline-block;
    font-weight: 600;
    border-radius: 7px;
}
.more-btn:hover {
    color: #fff;
    background: black;
}

/* ========================================================================================================================================
                                                               End Things Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                               Start Sacanerio Css
===========================================================================================================================================*/

.main_scenerio_section{
  background-color: var(--blueColor);
}
.section_title_2{
  color: var(--whiteColor);
  font-family: var(--bold);
  font-size: 42px;
  text-align: center;
}
.section_desc{
  color: var(--whiteColor);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
}
.main_scenerio_box{
     width: 80%;
    height: 250px;
    margin: 0 auto;
    margin-top: 50px;
    /* box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgb(0 0 150 / 20%); */
    /* background: linear-gradient(54deg, #d9f6fd 0%, #eefdfe 45%, #f7feff 100%); */
    /* border-radius: 0.5rem; */
    /* border: 0.025rem solid #FFFFFF; */
    /* padding: 20px;*/
}
.left_scenerio_box{
    width: 38%;
    background: #0000002e;
    padding: 13px;
    border: 1px dashed #ddd;
    border-radius: 11px;
    margin-right: 17px;
}
.right_scenerio_box{
  width: 60%;
    padding-left: 40px;
    background: white;
    border-radius: 10px;
    padding: 13px;
}
.right_scenerio_title{
  font-size: 25px;
  color: var(--blackColor);
  font-family: var(--semibold);
}
.loading_line_wrapper {
  width: 20%;
  height: 3px;
  position: relative;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
}

.loading_line {
  position: relative;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0%;
  animation: kf_loading_line 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}
.loading_line .loading_line_inner {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background: var(--blueColor);
  transform-origin: 0% 0%;
}

.loading_line_inner--1 {
  opacity: 0;
  animation: kf_loading_line_inner--1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.loading_line_inner--2 {
  opacity: 1;
  animation: kf_loading_line_inner--2 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}
@keyframes kf_loading_line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes kf_loading_line_inner--1 {
  0% {
    transform: scaleX(0);
  }
  25% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes kf_loading_line_inner--2 {
  0% {
    transform: scaleX(0);
  }
  25% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
.scenerio_ul{
  margin-top: 10px;
  padding-left: 20px;
}
.scenerio_ul li{
  padding: 7px 0;
  color: var(--txt);
  font-family: var(--regular);
  position: relative;
  padding-left: 20px !important;
}
.scenerio_ul li::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blackColor);
  position: absolute;
  top: 17px;
  left: 0;
}
.btn_scenerio li{
  display: block;
  list-style: none;
  padding: 10px 30px;
  border: 1px solid var(--whiteColor);
  margin: 0 10px;
  border-radius: 5px;
  color: var(--whiteColor);
  cursor: pointer;
  transition: .3s;
	font-size: 17px;
    font-weight: 600;
}
.btn_scenerio li:hover, .active_scenerio li{
      background-color: #000 !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
}
.main_btn_scenerio{
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}








#secure{
  margin-top: 50px;
  height: 270px;
}
#secure .owl-item img{
  width: auto;
}
.main_os_section{
  background-color: #020A0F;
}
#secure .item{
  padding: 30px 0;
}
#secure .owl-item{
  opacity: .3;
}
#secure .owl-item img {
  width: auto;
  transition: .3s;
  margin: 0 auto;
  filter: grayscale(100);
  transform: scale(.8);
}
#secure .owl-item.center img{
  filter: grayscale(0);
  animation: os_img 2s infinite linear alternate;
  opacity: 1;
  transform: scale(1.1);
}
#secure .owl-item.center{
  opacity: 1;
}
#secure .owl-item.center .os_title{
  color: var(--blueColor);
}
#secure .owl-stage-outer{
  padding: 20px 0;
}
.os_title{
  font-size: 18px;
  color: var(--whiteColor);
  font-family: var(--medium);
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
svg {
  max-width: 100%;
}
@keyframes logo_kinetics {
  to {
    transform: rotate(360deg);
  }
}
.e-albania svg:not(#orbit) {
  animation: logo_kinetics 3.6s linear infinite normal forwards;
  position: absolute;
  top: -50%;
  left: 0;
  transform-origin: bottom center;
}

.logo-title {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.e-albania{
  position: absolute;
  top: -67px;
  left: -87px;
  z-index: 2;
  width: 270px;
  z-index: 2;
  display: none;
  opacity: 0;
  transition: .5;
}
#secure .owl-item.center .e-albania{
  display: block;
  opacity: 1;
}
/* #secure .owl-item.center .bb{
  opacity: 1;
} */
.main_os_box{
  width: 100%;
}
.bb::before, .bb::after, .bb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb {
  width: 200px;
  height: 200px;
  /* margin: auto; */
  color: var(--blueColor);
  box-shadow: inset 0 0 0 1px var(--blueColor);
  /* opacity: 0; */
  position: absolute;
  left: 42.4%;
  top: 125px;
  z-index: 1;
}
.bb::before, .bb::after {
  content: "";
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb::before {
  animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before {
  background-color: var(--blueColor);
  opacity: .3;
}

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}

/* ========================================================================================================================================
                                                               End Sacanerio Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                               Start Ninja Css
===========================================================================================================================================*/

.main_single_ninja{
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-top: 30px;
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e2e9ee;
  cursor: pointer;
  transition: .3s;
  position: relative;
  overflow: hidden;
}
.main_single_ninja::before{
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  position: absolute;
  top: -30px;
  left: -30px;
  opacity: .2;
}
.main_single_ninja::after{
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: -30px;
  right: -30px;
  opacity: .2;

}
.main_single_ninja p{
  text-align: center;
  font-family: var(--medium);
  margin-top: 25px;
  font-size: 18px;
}
.main_single_ninja:hover{
  box-shadow: inset 0 250px 0 0 var(--blueColor);
}
.main_single_ninja:hover p{
  color: var(--whiteColor);
}

/* ========================================================================================================================================
                                                               End Ninja Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                               Start Contact Css
===========================================================================================================================================*/

.main_contact_us_section{
  position: relative;
  background-color: #e6f6ff;
}

.section_desc_1{
  text-align: center;
  color: var(--txt);
  margin-top: 15px;
}
.left_contact{
  width: 40%;
  background-color: #232323;
  padding: 30px 20px;
}
.main_contact_us_section{
  padding: 70px 0 70px 0;
}
.main_contact_box{
  width: 82%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.left_contact_title{
    font-size: 28px;
    color: #00C0F7;
    font-family: 'Poppins-Medium';
    margin-bottom: 21px;
    text-align: center;
    font-weight: 800;

}

.left_contact_desc{
  color: var(--whiteColor);
  font-family: var(--regular);
  text-align: center;
}

.phone_icon{
  color: var(--whiteColor);
  background: #00C0F7;
  font-size: 19px;
  padding: 7px;
  border-radius: 24px;
  box-shadow: rgb(184 184 184 / 77%) 0px 2px 9px;
}
.phone_content{
  padding-left: 15px;
}
.phone_content p{
  color: var(--whiteColor);
  font-size: 25px;
  font-family: var(--medium);
}
.mail_content p{
  color: var(--whiteColor);
  font-size: 18px;
  font-family: var(--medium);
}
.contact_icon{
  color: var(--whiteColor);
  margin-top: 5px;
  background: #00C0F7;
  font-size: 20px;
  padding: 7px;
  border-radius: 24px;
  box-shadow: rgb(184 184 184 / 77%) 0px 2px 9px;
}
.mail_content{
  padding-left: 15px;
    margin-top: 7px;
}
.right_contact{
  width: 60%;
  background-color: var(--whiteColor);
  padding: 20px;
}
.contact_list, .message_list{
  margin-top: 20px;
}
.contact_list p{
  color: var(--blackColor);
  font-family: var(--regular);
  margin-bottom: 10px;
}
.contact_list input, .contact_list select, .message_list input{
  padding: 10px 15px;
  border: none;
  border: 1px solid #e2e9ee;
  outline: none;
  background-color: transparent;
  width: 100%;
}
.message_list input{
  padding: 10px 15px 100px 15px;
}
.left_contact::before{
  content: '';
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  opacity: .2;
  position: absolute;
  top: -62px;
  left: -40px;
}
.left_contact::after{
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--whiteColor);
    opacity: .2;
    position: absolute;
    bottom: -37px;
    right: -17px
}
.btn_contact a{
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--blueColor);
  color: var(--whiteColor);
  font-family: var(--medium);
  border-radius: 5px;
  margin-top: 40px;
}

/* ========================================================================================================================================
                                                               End Contact Css
===========================================================================================================================================*/

.faq_cu{
  margin-top: 50px;
}
.faq_cu > .accordion_1 {
  width: calc(50% - 10px);
  margin: 0 5px;
  border-radius: 8px;
}
.accordion_1 .accordion-item:nth-child(1){
  border-top: 1px solid #e2e9ee;
  border-radius: 8px 8px 0 0;
}
.accordion_1 .accordion-item:nth-child(5){
  border-radius: 0px 0px 8px 8px;
}
.faq_cu > .accordion_1 .accordion-item {
  border-bottom: 1px solid #e2e9ee;
  border-left: 1px solid #e2e9ee;
  border-right: 1px solid #e2e9ee;
  padding: 20px 30px 20px 20px;
}
.faq_cu > .accordion_1 button {
  position: relative;
  display: block;
  text-align: left;
  padding: 0;
  width: 100%;
  color: var(--blackColor);
  font-family: var(--medium);
  border: none;
  background: none;
  outline: none;
}
.faq_cu > .accordion_1 button:hover, .accordion button:focus {
  cursor: pointer;
  color: var(--blueColor);
}
.faq_cu > .accordion_1 button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--blueColor);
  border: 1px solid var(--blueColor);
}
.faq_cu > .accordion_1 button .accordion-title {
  font-size: 16px;
  font-family: var(--medium);
  padding: 0;
}
.faq_cu > .accordion_1 button .icon {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.faq_cu > .accordion_1 button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq_cu > .accordion_1 button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.faq_cu > .accordion_1 button[aria-expanded=true] {
  color: var(--blueColor);
}
.faq_cu > .accordion_1 button[aria-expanded=true] .icon::after {
  width: 0;
}
.faq_cu > .accordion_1 button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 32em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faq_cu > .accordion_1 .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq_cu > .accordion_1 .accordion-content p {
  font-size: 14px;
  margin: 10px 0;
}
      #lottie{
         
            width:100%;
            height:100%;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
        }



