/* ========================================================================================================================================
                                                               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;
}

/* ========================================================================================================================================
                                                               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: #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){
	
.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;
}
.main_banner_section::before{
  content: '';
  background-image: url(../image/main_banner_cpanel.png);
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main_banner_title{
  font-size: 44px;
  color: var(--whiteColor);
  font-family: var(--bold);
}
.main_banner_desc{
  width: 50%;
  color: var(--whiteColor);
  font-family: var(--regular);
  margin-top: 15px;
  margin-bottom: 40px;
}
.custom-btn {
  box-sizing: border-box;
  background-color: #00C0F7;
  border: 2px solid var(--blueColor);
  border-radius: 5px;
  color: var(--blueColor);
  cursor: pointer;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
}
.custom-btn {
  background: #00C0F7;
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}
.custom-btn:hover {
  background-position: 0;
  color: var(--whiteColor);
}

/* ========================================================================================================================================
                                                        End Main Banner Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                        Start Cpanel Backup solutions Css
===========================================================================================================================================*/

.scb_box{
  width: calc(33.33% - 30px);
  margin: 0 15px;
  padding: 30px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-radius: 10px;
  transition: .3s;
  cursor: pointer;
}
.scb_title{
  font-size: 22px;
  color: var(--blackColor);
  font-family: var(--semibold);
  text-align: center;
  margin-top: 20px;
}
.scb_desc{
  color: var(--txt);
  font-family: var(--regular);
  text-align: center;
  margin-top: 10px;
}
.scb_box:hover{
  transform: translateY(-5px);
}

/* ========================================================================================================================================
                                                        End Cpanel Backup solutions Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                        Start data from diaster Css
===========================================================================================================================================*/

.mdfd_section{
  background-color: #020A0F;
  overflow: hidden;
}
.mdfd_title{
  text-align: center;
  font-size: 42px;
  color: var(--whiteColor);
  font-family: var(--bold);
  margin-bottom: 10px;
}
.smdfd_box{
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-top: 40px;
  padding: 20px 20px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.icon_smdfd{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--blueColor);
  display: grid;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
}
.content_smdfd{
  width: 100%;
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 20px 0 20px 100px;
  margin-left: 50px;
}
.content_smdfd_title{
  color: var(--blackColor);
  font-size: 20px;
  font-family: var(--medium);
}
.content_smdfd_desc{
  font-family: var(--regular);
  color: var(--txt);
  margin-top: 6px;
}

/* ========================================================================================================================================
                                                        End data from diaster Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                        Start Feauter backup Css
===========================================================================================================================================*/

.fub_title{
  font-size: 42px;
  color: var(--blackColor);
  text-align: center;
  font-family: var(--bold);
  margin-bottom: 20px;
}
.sfub_box{
  width: calc(20% - 30px);
  margin: 0 15px;
  padding: 20px 10px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  position: relative;
  transition: .3s;
  overflow: hidden;
}
.sfub_box:hover{
  box-shadow: 0 140px 0 0  var(--blueColor) inset, 0 -140px 0 0  var(--blueColor) inset;
}
.sfub_box:hover .sfub_title, .sfub_box:hover .sfub_desc{
  color: var(--whiteColor);
}
.sfub_title{
  font-size: 18px;
  color: var(--blackColor);
  font-family: var(--medium);
  margin-top: 20px;
  text-align: center;
}
.sfub_desc{
  text-align: center;
  color: var(--txt);
  font-family: var(--regular);
  margin-top: 5px;
  font-size: 15px;
}
.circle_sfub{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}

/* ========================================================================================================================================
                                                        End Feauter backup Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                        Start Backup Service Css
===========================================================================================================================================*/

.mbss_section::before{
  content: '';
  background-image: url(../image/backup_service_bg.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mbss_title{
  font-size: 42px;
  color: var(--whiteColor);
  font-family: var(--bold);
  margin-bottom: 10px;
  text-align: center;
}
.mbss_desc{
  width: 80%;
  margin: 0 auto;
  color: var(--whiteColor);
  font-family: var(--regular);
  text-align: center;
  margin-bottom: 20px;
}
.smbss_box{
  width: calc(33.33% - 10px);
  margin: 0 5px;
  cursor: pointer;
  margin-top: 30px;
  z-index: 1;
  transition: .3;
}
.list_smbss_box{
  padding-top: 20px;
  border-radius: 10px;
  transition: .3s;
  background-color: var(--whiteColor);
  height: 100%;
}
.list_smbss_box:hover{
  transform: scale(1.05);
}
.content_smbss{
  padding-left: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.content_smbss_title{
  font-size: 22px;
  color: var(--blackColor);
  font-family: var(--semibold);
  margin-bottom: 7px;
}
.content_smbss_desc{
  color: var(--blackColor);
  font-family: var(--regular);
  font-size: 15px;
}
.icon_smbss{
  margin-bottom: 20px;
}

/* ========================================================================================================================================
                                                        End Backup Service Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                        Start About Backup Css
===========================================================================================================================================*/

.mab_section{
  overflow: hidden;
}
.mab_title{
  text-align: center;
  color: var(--blackColor);
  font-size: 42px;
  font-family: var(--bold);
}
.blog {
	background: #fff;
	width: calc(33.33% - 16px);
	margin: 8px;
  margin-top: 50px;
	padding: 13px;
	border: 1px solid #1c1c1c24;
  transform: scale(1);
  transition: .3s;
  cursor: pointer;
}
.blog:hover{
  transform: scale(.95);
}
.blog_title{
  color: var(--blackColor);
  font-size: 22px;
  font-family: var(--medium);
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.blog_desc{
  color: var(--txt);
  font-family: var(--regular);
}
.shape-1{
  position: absolute;
  top: -200px;
  right: -130px;
  z-index: -1;
  opacity: .05;
}
.shape-2{
  position: absolute;
  bottom: -200px;
  left: -130px;
  z-index: -1;
  opacity: .05;
}
.blog_img{
  height: 220px;
  overflow: hidden;
}

/* ========================================================================================================================================
                                                        End About Backup Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                        Start Price Css
===========================================================================================================================================*/

.main_pricing_table{
  background-color: #f8f8f8;
}
.price_title_main{
  color: var(--blackColor);
  font-size: 42px;
  font-family: var(--bold);
  text-align: center;
}
.main_paln{
  width: 80%;
  margin: 0 auto;
}
.plan {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-top: 50px;
}
.plan-inner {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  padding-bottom: 25px;
  position:relative;
}
.entry-title {
  background: var(--blueColor);
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.entry-title>h3 {
  background: #1cacdb;
  font-size: 20px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.main_banner_section 
 .custom-btn {
    color: #fff !important;
}
.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #00C0F7;
  height: 125px;
  width: 125px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 40px;
  font-family: var(--bold);
  padding-top: 10px;
}
.price span {
  position: absolute;
  font-size: 12px;
  bottom: -6px;
  left: 43px;
  font-weight: 400;
}
.entry-content {
  color: #323232;
}
.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}
.entry-content li:last-child {
  border: none;
}
.btn_price a{
  padding: 10px 30px;
  display: inline-block;
  background-color: var(--blueColor);
  border-radius: 5px;
  color: var(--whiteColor);
  margin-top: 30px;
  border: 1px solid transparent;
  transition: .3s;
}
.btn_price a:hover{
  border: 1px solid var(--blueColor);
  background-color: transparent;
  color: var(--blueColor);
}

/* ========================================================================================================================================
                                                        End Price Css
===========================================================================================================================================*/

/* ========================================================================================================================================
                                                        Start FAQ Css
===========================================================================================================================================*/

.faq_title{
  font-size: 42px;
  color: var(--blackColor);
  font-family: var(--bold);
  text-align: center;
}
.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;
}

/* ========================================================================================================================================
                                                        End FAQ Css
===========================================================================================================================================*/

@media screen and (min-width:1401px) {
    .main_contact_box{
        width: 65%;
    }
}
@media screen and (min-width:992px){
    .backup_service{
        display: block !important;
    }
}
@media screen and (max-width:991px) {
    .main_thing {
        width: calc(100% - 30px);
        margin: 0 15px;
        margin-top: 50px;
    }
    .main_thing:first-child{
        display: flex;
        justify-content: center;
    }
    .main_cpanel_img{
        width: 100%;
    }
    .main_cpanel{
        width: 100%;
    }
    .main_cpanel_img img{
        width: 50%;
    }
    .main_thing img{
        width: 50%;
    }
    .main_cpanel_img > div{
        justify-content: center !important;
    }
    .scb_box {
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .smdfd_box {
        width: calc(100% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .sfub_box {
        width: calc(33.33% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .blog{
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .plan {
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-top: 50px;
    }
    .main_paln{
        width: 100%;
    }
    .faq_cu > .accordion_1 {
        width: calc(100% - 10px);
        margin: 0 5px;
        border-radius: 8px;
    }
    .icon_smdfd{
        position: static;
    }
    .content_smdfd{
        margin-left: -50px !important;
        z-index: -1;
    }
    .mdfd_section{
        overflow: hidden;
    }
    .smbss_box{
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
}
@media screen and (max-width:650px) {
    .scb_box {
        width: calc(100% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .sfub_box {
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .plan {
        width: calc(100% - 30px);
        margin: 0 15px;
        margin-top: 50px;
    }
}
@media screen and (max-width:576px) {
    .sfub_box {
        width: calc(100% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .blog{
        width: calc(100% - 30px);
        margin: 0 15px;
        margin-top: 30px;
    }
    .backup_service{
        display: block !important;
    }
    .mdfd_title, .fub_title, .mbss_title, .mab_title, .price_title_main, .faq_title{
        font-size: 32px;
    }
    .overflow_auto{
        overflow: auto;
    }
    .main_banner_bottom .row, .main_fub_section .row, .mbss_section .row, .mab_section .row, .main_pricing_table .row, .mdfd_section .row{
        flex-wrap: unset;
        width: max-content;
    }
    .scb_box{
        width: 320px;
    }
    .sfub_box{
        width: 250px;
    }
    .backup_service{
        width: 300px;
    }
    .blog{
        width: 300px;
    }
    .blog_img{
        height: auto;
    }
    .plan{
        width: 280px;
    }
    .smdfd_box{
        width: 280px;
        display: block !important;
        padding: 0;
        padding-top: 50px;
    }
    .content_smdfd{
        padding-right: 20px;
    }
    .smbss_box{
        width: 270px;
        margin: 0 5px;
    }
    .icon_smdfd {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -20px;
        left: 90px;
    }
    .icon_smdfd img{
        width: 80%;
        margin: 0 auto;
    }
    .content_smdfd{
        margin-left: 0 !important;
        padding: 70px 20px 20px 20px !important;
        margin-top: -20px;
    }
    .main_banner_desc{
        width: 100%;
    }
    .main_banner_title{
        font-size: 34px;
    }
}