/* ========================================================================================================================================
                                                               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;
}
.main_header_section .container{
 max-width:1400px;
}
.spacerY{
  padding: 70px 0;
}
.btn_theme a{
  padding: 12px 25px;
  background-color: var(--blueColor);
  color: var(--whiteColor);
  font-family: var(--regular);
  transition: .5s;
  border-radius: 5px;
}
.btn_theme a:hover{
  box-shadow: inset 200px 0px 0px 0 var(--whiteColor);
  color: var(--blueColor);
}
.custom_container{
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
.container{
  width: 100%;
  padding: 0 15px;
}

/* ========================================================================================================================================
                                                               End Default 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: #00C0F7;
    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;
}
.btn_theme a:hover {
    box-shadow: inset 180px 0 0 0 var(--blackColor);
}
.main_menu li:hover a::before, .main_menu li:hover a::after {
    opacity: 1;
}
.main_menu li a {
    display: block;
    padding: 30px 11px;
    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){
	.advantages .ra-box {
    flex-wrap: wrap;
    justify-content: start;
    text-align: left;
    display: flex;
}

.advantages .right-ra {
    margin-left: 0 !important;
    order: 1;
}

.advantages .left-ra {
    order: 2;
    margin-top: 13px;
}


.ransomware-impact{
	margin-bottom:0px !important;
	}
.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: 150px 0 100px 0;
  position: relative;
}
.main_banner_section::before{
  content: '';
  background-image: url(../image/main_banner_backup.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner-title{
  font-size: 46px;
  font-family: var(--bold);
  color: #000;
  margin-bottom: 10px;
	width:60%;
}
.banner-desc{
  font-size: 22px;
  width: 60%;
  color: #838383;
  margin-bottom: 10px;
}
.banner-list li{
  padding: 5px 0;
  color: #000;
  position: relative;
  padding-left: 20px;
}
.banner-list li::before{
  content: '✓';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  color:#000;
  position: absolute;
  top: 6px;
  left: 0;
}
.main_banner{
  padding-left: 30px;
}





.business-reputation
{
  padding:80px 0;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.line-blue
{
  position: absolute;
  top: -10%;
  right: -5%;
}
.line-blue-one
{
  position: absolute;
  bottom: 0;
  left: 6%;
}
.business-reputation-title
{
  font-family: 'Montserrat-Bold';
  color: #202020;
  text-align: center;
}
.business-reputation-con
{
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  color: #555555;
  text-align: center;
  margin-top: 10px;
  padding: 0 15%;
}
.business-reputation-block
{
  margin-top:50px;
  display: flex;
  flex-wrap: wrap; 
}
.dr-box
{
  padding:30px;
  background-color: #fff;
  box-shadow: 0px 15px 60px rgb(151 151 151 / 10%);
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.dr-box:before
{
  content: '';
  position: absolute;
  bottom: -25%;
  right: 20px;
  width: 80px;
  height: 80px;
  background: #276ff6a1;
  opacity: 0.1;
  border-radius: 500px;
}
.dr-box:after
{
  content: '';
  position: absolute;
  bottom: -13%;
  right: -30px;
  width: 80px;
  height: 80px;
  background: #276ff6a1;
  opacity: 0.1;
  border-radius: 500px;
}
.dr-box-img
{
  margin-right: 15px;
}
.dr-head
{
  font-size: 20px;
  color: #202020;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 2px;
}
.dr-con
{
  font-size: 16px;
  color: #555555;
  font-family: 'Montserrat-Regular';
}
.dr-box:hover
{
  background-color: #00C0F7;
}
.dr-box:hover .dr-con , .dr-box:hover .dr-head
{
  color: #fff;
}



.testimional-1{
  position: absolute;
  top: -120px;
  right: 0;
}
.testimional-2{
  position: absolute;
  bottom: -10px;
  left: -50px;
}
.key-product-features
{
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background-color: #0E1E2B ;
}
.key-product-features .business-reputation-title
{
  color: #fff;
}
.key-product-block
{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: unset;
  justify-content: center;
  cursor: pointer;
}
.kp-box
{
  width: calc(33.33% - 30px);
  margin: 15px;
  padding: 53px 40px 53px 40px;
  background-color: #102536;
  transform: translateY(0);
  border-radius: 5px;
  transition: 0.3s;
}
.kp-box:hover
{
  background-color: var(--blueColor);
}
.kp-box:hover .kp-box-con-main{
  color: var(--whiteColor);
}
.kp-box-img{
  margin-bottom: 47px;
}
.re-title
{
  color: var(--whiteColor);
  font-family: 'Montserrat-SemiBold';
  font-size: 22px;
  margin-bottom: 24px;
  transition: .3s;
}
.kp-box-con-main
{
  color: #8990AC;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  transition: .3s;
}

.advantages
{
  padding: 80px 0;
}
.advantages-title
{
  color: #202020;
  font-family: 'Montserrat-Bold';
  text-align: center;
}

.advantages-desc
{
  font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #555555;
    text-align: center;
    margin-top: 10px;
    padding: 0 15%;
}

.advantages-box
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
.adva-circle
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.adva-block
{
  width: 40%;
  position: relative;
  z-index: 1
}
.ra-box
{
  display: flex;
  align-items: center;
}
.ra-box:nth-child(2)
{
  margin: 90px 0;
  width: 90%;
}
.right-ra
{
  margin-left: 20px;
}
.adva-title
{
  color: #202020;
  font-size: 18px;
  font-family: 'Montserrat-SemiBold';
}
.adva-con
{
  color: #555555;
  font-size: 14px;
  font-family: 'Montserrat-Regular';
  margin-top: 5px;
}
.right-adva .right-ra
{
  margin-right: 20px;
  margin-left: 0;
}
.ra-box-one
{
  margin-right: -59px;
  margin-left: 80px;
}
.ra-box-three
{
  margin-right: -59px;
  margin-left: 80px;
}
.ra-box-four
{
  margin-right: 80px;
  margin-left: -59px;
}
.ra-box-six
{
  margin-right: 80px;
  margin-left: -59px;
}
.right-adva .ra-box:nth-child(2)
{
  margin: 90px 0;
  width: 90%;
  margin-left: 40px;
}
.adva-title
{
  color: #6750a2;
}
.ra-box-one .adva-title , .ra-box-six .adva-title
{
  color: #00C0F7;
}
.ra-box-three .adva-title , .ra-box-four .adva-title
{
  color: #e261a1;
}



.ransomware-recovery
{
  padding: 80px 0;
  background-image: url(../image/ransomware-recovery-back.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.rr-block
{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.rr-box
{
  width: calc(50% - 20px);
  margin: 10px;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 15px 60px rgb(151 151 151 / 10%);
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.rr-box:before
{
  content: '';
  position: absolute;
  left: -99.2%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00C0F7;
  z-index: 0;
  transition: 0.3s;
}
.rr-box:hover:before
{
  left: 0%;
}
.rr-con-block
{
  margin-left: 15px;
}
.rr-box-title
{
  color: #202020;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.rr-box-con
{
  color: #555555;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rr-img
{
  position: relative;
  z-index: 1;
}
.rr-con-block
{
  position: relative;
  z-index: 1;
}
.rr-box:hover .rr-box-title
{
  color: #fff;
}
.rr-box:hover .rr-box-con
{
  color: #fff;
}




.what-ransomware
{
  padding: 80px 0;
}
.wr-block
{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/wr-back-img.png);
  background-repeat: no-repeat;
  background-position-x: -200px; 
  padding: 50px 30px;
  border-radius: 10px;
}
.wr-con
{
  width: calc(55% - 30px);
  margin-right: 30px;
  padding-left: 20px;
}
.wr-img-block
{
  width: 45%;
}
.wr-img-block img
{
  width: 100%;
}
.wr-title
{
  color: #fff;
  font-family: 'Montserrat-Bold';
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.wr-title:before
{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #fff;
}
.wr-description
{
  color: #fff;
  font-family: 'Montserrat-regular';
  margin-top: 10px;
  font-size: 18px;
}



.ransomware-impact
{
  padding: 80px 0;
  background-color: #020a0f;
  position: relative;
  margin-bottom: 200px;
  z-index: 0;
}
.ri-back-design
{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ri-back-design-one
{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: -1;
}
.ri-block
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-ri
{
  width: calc(50% - 40px);
  margin-right: 40px;
}
.right-ri
{
  width: 50%;
}
.ri-title
{
  color: #fff;
  font-family: 'Montserrat-Bold';
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.ri-title:before
{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #fff;
}
.ri-description
{
  color: #fff;
  font-family: 'Montserrat-regular';
  margin-top: 10px;
  font-size: 18px;
}
.ri-box
{
  width: calc(33.33% - 20px);
  margin: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 20px;
  transition: 0.3s;
  cursor: pointer;
}
.ri-box:hover
{
  background-color: #00C0F7;
}
.ri-img-block
{
  position: relative;
  text-align: center;
}
.optional-img
{
  opacity: 1;
  transition: 0.3s;
}
.optional-img-back
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  opacity: 0;
  transition: 0.3s;
}
.ri-box:hover .optional-img-back
{
  opacity: 1;
}
.ri-box:hover .optional-img
{
  opacity: 0;
}
.ri-box-title
{
  font-size: 16px;
  color: #fff;
  font-family: 'Montserrat-Medium';
  text-align: center;
  margin-top: 20px;
}
.right-ri
{
  display: flex;
  flex-wrap: wrap;
}
.impact-business
{
  display: flex;
  margin-bottom: -20%;
  align-items: unset;
  justify-content: center;
  margin-top: 50px;
}
.impact-count
{
  width: 120px;
  height: 120px;
  border-radius: 500px;
  background-color: #f1f9fa;
  color: #1aa1ef;
  font-size: 50px;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.impact-business-box:nth-child(2) .impact-count
{
  background-color: #f5f2fc;
  color: #7141b1;
}
.impact-business-box:nth-child(3) .impact-count
{
  background-color: #f5f4ff;
  color: #221d48;
}
.impact-count span
{
  font-size: 22px;
  margin-top: 20px;
}
.impact-business-con
{
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  color: #202020;
  text-align: center;
  margin-top: 20px;
}
.impact-business-box
{
  width: calc(25% - 20px);
  margin: 20px;
  background-color: #fff;
  padding: 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e7e7;
  transition: 0.3s;
  cursor: pointer;
}
.impact-business-box:hover
{
  box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
}




.work-ransomware{
  padding: 80px 0;
}
.work-ransomware-title{
  font-size: 42px;
  font-family: var(--bold);
  color: var(--blackColor);
}
.work-ransomware-desc{
  width: 70%;
  font-family: var(--regular);
  color: #464646;
  margin-top: 20px;
}
.feature-one {
	position: relative;
	display: block;
	padding: 60px 0 90px;
}
.feature-one__inner {
	position: relative;
	display: block;
	counter-reset: count;
}
.feature-one__single {
  width: calc(33.33% - 30px);
  padding: 0;
  margin: 0 15px;
	position: relative;
	display: block;
	background-color: white;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	margin-top: 50px;
	transition: all 500ms ease;
	z-index: 1;
  cursor: pointer;
}
.feature-one__single:hover {
	transform: translateY(-10px);
}
.feature-one__single-inner {
	position: relative;
	display: block;
	padding: 132px 50px 32px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
  height: 100%;
}
.feature-one__single-inner:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: #00C0F7;
	border-radius: 10px;
	transition: all 500ms ease;
	transform: translate3d(0px, 100%, 0px);
	z-index: -1;
}
.feature-one__single:hover .feature-one__single-inner:before {
	transform: translate3d(0px, 0, 0px);
}
.feature-one__icon {
	position: absolute;
	left: -40px;
	top: -90px;
	border-radius: 50%;
	background-color: #00C0F7;
	width: 197px;
	height: 197px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__icon {
	background-color: var(--whiteColor);
}
.feature-one__icon span {
	font-size: 65px;
	color: var(--WhiteColor);
	position: relative;
	display: inline-block;
	top: 107px;
	left: 81px;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.feature-one__single:hover .feature-one__icon span {
	transform: scale(0.9);
}
.feature-one__count {
	position: absolute;
	top: 50px;
	right: 54px;
	height: 45px;
	width: 56px;
	text-align: center;
}
.feature-one__count:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #62B7E6;
	font-size: 60px;
	line-height: 45px;
	font-weight: 700;
	counter-increment: count;
	content: "01";
  opacity: .2;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.feature-one__single:nth-child(2) .feature-one__count:before{
  content: '02';
}
.feature-one__single:nth-child(3) .feature-one__count:before{
  content: '03';
}
.feature-one__single:hover .feature-one__count:before {
	-webkit-text-stroke: 1px var(--whiteColor);
}
.feature-one__shape {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	transition-delay: 400ms;
	transform: translateX(100%);
	z-index: -1;
}
.feature-one__single:hover .feature-one__shape {
	transform: translateX(0%);
}
.feature-one__shape img {
	width: auto;
	mix-blend-mode: luminosity;
	opacity: 0.07;
}
.feature-one__text {
	transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__text {
	color: var(--whiteColor);
}
.icon-work {
  font-size: 45px;
  position: absolute;
  top: 58%;
  left: 42%;
  transition: .3s;
  color: var(--whiteColor);
}
.feature-one__single:hover .icon-work{
  color: var(--blueColor);
}
.work-ransomware-title span{
  color: var(--blueColor);
}





.faq-block
{
  padding: 80px 0;
  background-color: #f6f6f6;
}
.faq-title
{
  margin-bottom: 50px;
  padding: 0 15%;
	line-height: 1.5;
}
.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;
  background-color: #fff;
}
.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;
	overflow-y: auto;
}
.faq_cu > .accordion_1 .accordion-content p {
  font-size: 14px;
  margin: 10px 0;
}



@media screen and (max-width:991px) {
    .dr-box{
        width: 50%;
    }
    .kp-box {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .adva-circle{
        display: none;
    }
    .ra-box{
        margin: 0 !important;
        width: 100% !important;
        margin-top: 30px !important;
    }
    .adva-block{
        width: calc(50% - 30px);
        margin: 0 15px;
    }
    .ri-block{
        flex-wrap: wrap;
    }
    .left-ri {
        width: calc(100% - 40px);
        margin-right: 40px;
    }
    .right-ri{
        margin-top: 30px;
    }
    .right-ri {
        width: 100%;
    }
    .impact-business-box {
        width: calc(33.33% - 20px);
        margin: 20px;
    }
    .work-ransomware-desc{
        width: 90%;
    }
    .feature-one__single {
        width: calc(50% - 30px);
        padding: 0;
        margin: 0 15px;
        margin-top: 30px;
    }
}
@media screen and (max-width:668px) {
    .dr-box{
        width: 100%;
    }
    .adva-block{
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .advantages-box{
        flex-wrap: wrap;
    }
    .rr-box {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .wr-con {
        width: calc(100% - 30px);
        margin-right: 30px;
        padding-left: 20px;
    }
    .wr-block{
        flex-wrap: wrap;
        background-size: cover;
    }
    .wr-img-block {
        width: 100%;
        margin-top: 40px;
    }
    .impact-business{
        flex-wrap: wrap;
    }
    .impact-business-box {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .work-ransomware-desc{
        width: 100%;
    }
    .feature-one__single {
        width: calc(100% - 30px);
        padding: 0;
        margin: 0 15px;
        margin-top: 30px;
    }
    .faq_cu > .accordion_1 {
        width: calc(100% - 10px);
        margin: 0 5px;
        border-radius: 8px;
    }
    .faq-title{
        padding: 0;
    }
    .banner-title{
        font-size: 35px;
    }
    .banner-desc{
        width: 100%;
        font-size: 18px;
    }
}
@media screen and (max-width:576px) {
    .kp-box {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .ri-box {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .impact-business-box {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .banner-title{
        font-size: 28px;
    }
}








.main_blog_section{
  background-image: url(../image/blog_bg.png);
  background-size: cover;
  background-position: center;
}
.blog{
  background: #fff;
  width: calc(33.33% - 16px);
  margin: 8px;
  padding: 25px 20px;
  border: 1px solid #1c1c1c24;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.7s ease;
}

.blog:hover {
    transform: scale(1.04);
    /* margin: 4px; */
}

.blog_title{
  font-size: 22px;
  color: var(--blackColor);
  font-family: var(--semibold);
  margin-top: 15px;
}
.blog_desc{
  color: #5C5C5C;
  font-family: var(--medium);
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.btn_loaction a{
  display: inline-block;
  font-size: 14px;
  color: #142149;
  font-family: var(--medium);
  border-radius: 6px;
  padding: 13px 20px;
  background-color: transparent;
  border: 1px solid #142149;
  transition: .1s;
}
.btn_loaction a:hover{
  background-color: #142149;
  color: var(--whiteColor);
}
.solution_title {
    color: var(--whiteColor);
    font-size: 42px;
    font-family: var(--bold);
    text-align: center;
}
.solution_desc{
	color: var(--whiteColor);
    font-size: 16px;
    font-family: var(--regular);
    text-align: center;
	margin-bottom: 50px;
	padding: 0 5%;
}