@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf)
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf)
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf)
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf)
}

body{
	font-family: 'Noto Sans', sans-serif;
	position:relative;
}
.container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}
.scrol_top_btn {
    background: #42c5ff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
	z-index:99;
	
}
.scrol_top_btn:after {
    content:'';
    left:0;
    top:0;
    width:0;
    height:0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #fff;
}

.advserv_left .nav-link:first-child {
  border-top: 2px solid #00b2ff;
}

.main_header_section {
    position: relative;
    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;
}
.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 9px;
    color: #000;
    transition: .3s;
    position: relative;
    overflow: hidden;
	text-decoration: none;
}
.main_footer_section {
    padding-bottom: 0 !important;
    background-color: #04131D;
}
.single_footer_section:first-child {
    width: calc(30% - 30px);
    margin: 0 15px;
}
.single_footer_section {
    margin: 0 15px !important;
}

.single_footer_section .list_sec_footer > p {
    font-size: 18px;
    font-weight: 600;
}
.spacerT {
    padding-top: 90px;
}
.footer_menu li a {
    display: block;
    padding: 6px 0;
    font-size: 15px;
    color: #fff;
    transition: .3s;
	text-decoration: none;
}

.border_bottom {
    width: 50px;
    height: 3px;
    background-color: #01acff;
    margin-top: 7px;
    margin-bottom: 20px;
}

.single_footer_section .list_sec_footer > p {
    font-size: 18px;
    font-weight: 600;
	color:#fff;
}

.single_footer_section > p {
    font-size: 18px;
    font-weight: 600;
	color: #fff;
}
.single_footer_section {
    width: calc(12% - 30px);
    margin: 15px;
}
ul.footer_menu {
    list-style: none;
    padding: 0;
}

.single_footer_section:nth-child(4) {
    width: calc(16% - 30px);
    margin: 0 15px;
}
.single_footer_section:last-child {
    width: calc(30% - 30px);
    margin: 15px;
}

.btn_price_1 a, .btn_price_1 > div {
    display: inline-block;
    padding: 12px 20px;
    background-color: #01acff;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    transition: .2s;
    text-align: center;
    cursor: pointer;
	text-decoration: none;
}

.single_footer_section .btn_price a {
    padding: 9px 15px;
    border: 1px solid #01acff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
	text-decoration: none;
	margin-top: 15px;
}
.btn_price a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #01acff;
    color: var(--whiteColor);
    font-weight: 500;
    border-radius: 5px;
    transition: .2s;
    text-align: center;
}

.contact_footer_contact p{
color:#fff; 
}

.contact_footer_contact span {
    color: #fff;
    margin-top: -17px;
}

.single_footer_section:nth-child(1) > p, .single_footer_section:nth-child(1) .list_sec_footer > p {
    font-size: 14px;
    font-weight: normal;
}

.copy_right_section {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, .5);
}

.copy {
    width: 50%;
}
.copy p {
    color:#ffff;
    margin-bottom: 0;

}
.copy a {
    text-decoration: none;
}
.single_footer_section img {
    margin-bottom: 20px;
}

.payment {
    width: 30%;
}
.footer_social_icon {
    width: 20%;
}

.social_icons {
    list-style: none;
    margin-bottom: 0;
}

.social_icons li a i {
    color: #fff;
    padding: 0 0 0 13px;
    font-size: 20px;
}
.inner_faqs .accordion-item button{
  box-shadow: none;
   background: none !important;
}
.inner_faqs .accordion-button {
  color: #000 !important;
  font-weight: 600;
  font-size:17px;
}

h2.nblue.text-center {
    font-weight: 700;
    margin-bottom: 34px;
    font-size: 35px;
}
/*header-footer-css-end*/

.banner_sec {
    background: url(../image/cyber-cloud-Header.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	display:flex;
	align-items:center;
	min-height:550px;
}
.banner_sec  .row {
    position: relative;
    z-index: 2;
}

.banleft_contnt h1 {
    font-size: 45px;
    font-weight: 600;
}
.color_heading {
    color: #000;
}
.banleft_contnt p {
    font-size: 19px;
    margin: 30px 0px !important;
}
.banleft_contnt button {
    background: #00C0F7;
    border: 1px solid #00C0F7;
    border-radius: 6px;
    padding: 12px 35px;
    font-size: 20px;
    color: #fff;
}
.banleft_contnt button:hover {
    background: #ffffff;
	border: 1px solid #000;
    transition: all .2s ease-in;
    color: #000;
}

.pric_table_inn {
    background: #ffffff;
    transition: all 0.5s ease 0s;
    box-sizing: border-box;
    border: 2px solid #63b6e8;
    margin-top:40px;
    border-radius: 5px;
}
.table_title {
    padding-top: 15px;
/*    background: #62b7e6;*/
}

.pric_table_inn:hover .table_pricing {
    background: #62b7e6;
    transition:all 0.5s ease 0s;
    color: #fff;
}
.pric_table_inn:hover .table_title h3:before{
	display: none;
}
.table_pricing p:before {
    background: #62b7e6;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    transform:translateX(-50%);
    position: absolute;
    width: 100px;
}

.pric_table_inn li {
    list-style-type: none;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 500;
}
.backup_solution 
 .top_heading p {
    margin: 15px 0px;
}
.pric_table_inn li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.secure_cyb 
 .sec_cyb_txt ul {
    padding-left: 35px;
}
.plan_selection select {
    width: 90%;
    margin: auto;
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
    outline:none;
}

.plan_selection {
    margin: 20px 0px;
}
.buyplan_btn a {
    background: #63b6e8;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
}
.table_title h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
span.currency_sign {
    font-size: 23px;
    margin-right: 6px;
}
.pric_table_inn:hover {
    box-shadow: 0px 0px 6px 2px #e1e1e1;
    transform: scale(1.02);
}
.table_title p {
    font-size: 33px;
    color: #fff;
    background: #000;
    margin: 15px 20px 10px 20px !important;
    border-radius: 10px;
    padding: 10px;
}
span.plan_timing {
    font-size: 17px;
    color: #a3a3a3;
}
.top_heading  p {
    color: #6b6b84;
    padding-top: 10px;
}
.top_heading h2 {
    font-weight: 700;
    font-size: 37px;
	margin-bottom:10px;`
}
.cyb_protec {
    background: #e9f7ff;
}
.protec_list_contnt {
    background: #fff;
    padding: 12px 20px;
    border-left: 4px solid #00C0F7;
}
.protec_list_contnt h3 {
    font-size: 20px;
    font-weight: bold;
   margin-bottom:4px;
}

.protec_list_contnt p {
    color: #6e6e6e;
     font-size:15px;
}
.cyb_img_contnt img {
    position: relative;
    animation:updownimg 1s infinite  alternate;
}
@keyframes updownimg{
    0%{
    transform:translateY(0);
    }
    100%{
    transform:translateY(-15px);
}
}
.margin_50{
	margin: 50px 0px;
}
.padding_50{
	padding: 50px 0px;
}
.vyb_sol_box img {
    width: 55px !important;
}
.vyb_sol_box h4 {
    margin: 10px 0px !important;
}
.vyb_sol_box {
    box-shadow: 10px 10px 60px rgb(0 0 0 / 13%);
    padding: 35px 40px 35px;
    border-radius: 10px;
    margin-top:24px;
    position: relative;
    overflow: hidden;
    min-height: 350px;
    border: 1px dashed #cac6c6;
	transition:all .2s ease-in;
}
.vyb_sol_box:after{
	content:'01';
	position: absolute;
	top: -46px;
	right: -10px;
	font-size: 100px;
	opacity: 0.1;
	font-weight: 800;

}
.sol_box2:after {
    content: '02';
}
.sol_box3:after {
    content: '03';
}
.sol_box4:after {
    content: '04';
}
.sol_box5:after {
    content: '05';
}
.adva_service {
    background: url(../image/tbs_bg1.jpg);
    background-position: center;
    background-size: cover;
}

.sec_cyb_img.mt-5 {
    box-shadow: 0px 5px 5px 2px #68bceb38;
    padding: 20px;
    border-radius: 8px;
}
.sec_cyb_txt li {
    margin-top: 15px;
    list-style-type:disclosure-closed;
    font-size: 17px;
}
.sec_cyb_txt p {
    font-size: 20px;
}
.sec_cyb_txt h3 {
    margin-bottom: 20px;
    color: #00C0F7;
    font-size: 30px;
    font-weight: bold;
}
.backup_solution {
    background: #e9f7ff;
}
.bckup_tab_inner img {
    width: 50px !important;
	margin:auto;
}
.bckup_tab_inner {
    background: #fff;
    text-align: center;
    padding: 22px 14px;
    border-radius: 6px;
    transition: all .3s ease-in;
    margin-top: 24px;
    min-height: 280px;
}
.bckup_tab_inner p {
    margin-bottom: 0 !important;
}
.bckup_tab_inner:hover {
    background: #00C0F7;
    color: #fff;
    box-shadow: 0px 0px 5px 1px #63b6e8;
	transform:translateY(-10px);
}

.bacup_tabs .nav-item .nav-link.active {
    background: #fff;
    color: #000;
}
.bacup_tab_in2 {
    text-align: left;
    padding-left: 13px;
}
.bacup_tabs .nav-item .nav-link {
    padding: 9px 24px !important;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.bacup_tabs .nav {
    padding: 20px 0px;
    background: #00C0F7;
    border-radius: 6px;
}


.bckup_tab_inner h5 {
    margin: 13px 0px;
}
.bckup_tab_inner:hover img {
    filter: brightness(0) invert(1);
}
.multi_platfrm {
    background: url(../image/worl-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.platform1 li {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px dashed #fff;
    transition:all .2s ease-in;
    list-style-type: disclosure-closed;
}
.cyb_protec_list:hover {
    transform: translateX(13px);
}
.footer_bottom .d-flex.flex-warp {
    justify-content: center;
}
.cyb_protec_list {
    transition: all .2s ease-in;
}
.platform1 h4 {
    background: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.platform1 ul li:last-child {
    border-bottom: 0;
}
.platform1  a{
    text-decoration: none;
    color: #fff;
    transition: all .2s ease-in;
    padding: 15px 0px;
    display: inline-block;
}
.platform1 li:hover {
    color: #00C0F7;
    margin-left: 12px;
}
.advserv_left {
    background: linear-gradient(rgb(0, 198, 255), rgb(0, 114, 255));
}
.advserv_left .nav-link {
    padding: 15px 5px !important;
    font-size: 15px;
    border-radius: 0 !important;
    background: #fff !important;
    color: #000;
    border: 2px solid #00b2ff;
    border-top: 0;
}
.advserv_left .nav-link.active {
    background: linear-gradient(rgb(0, 198, 255), rgb(0, 114, 255)) !important;
}
.advserv_left .nav-link:hover {
    background: linear-gradient(rgb(0, 198, 255), rgb(0, 114, 255)) !important;
    color: #fff;
}
.advserv_right ul li{
    list-style-type: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 6px;
    margin:10px 10px 5px 0px;
    border: 2px solid #000;
    color: #000;
}
.advserv_right ul {
    display: flex;
    flex-wrap: wrap;
}
.advserv_right li img {
    width: 15px;
    margin-right: 10px;
}
.advserv_right {
    background: #fff;
    height: 100%;
    padding: 30px;
    box-shadow: 0px 3px 9px 0px #454b4e17;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.advserv_right a:after {
  width: 10px;
  height: 10px;
  border: 3px solid #63b6e8;
  border-left: 0;
  border-top: 0;
  position:absolute;
  content:'';
  top: 8px;
  right: -12px;
  transform: rotate(315deg);
}
.advserv_right a{
    position:relative;
    display: inline-block;
    color: #63b6e8;
}
.advserv_left .nav-link:first-child {
    border-top: 2px solid #00b2ff;
}
.advserv_right p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.inner_faqs .accordion-item button{
    box-shadow: none;
     background: none !important;
}


.list_contact svg {
    color: #fff;
    margin-right: 10px;
}
/*------*/

.platform1 ul {
    padding-left: 35px;
}
.adv_servic1 {
    padding: 20px 20px 20px 25px;
    position: relative;
    border-left:2px solid #00C0F7;
    margin-bottom: 24px;
    background: #e9f7ff;
    min-height: 220px;
    box-shadow: 0px 3px 8px 0px #b7b7b7b3;
	transition:all .2s ease-in;
}
.adv_servic1:hover {
    transform: translateY(-10px);
}
.adv_servic1:before {
    content: '';
    border: 2px solid #00C0F7;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    left: -8px;
    top: 0;
    animation:pulse-animation 1.5s infinite;;

}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 180, 180, 0.3);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.0);
  }
}

/*header-css-start*/

.main_header_section {
    position: relative;
    background-color: var(--whiteColor);
}
.logo_side {
    width: 25%;
}
.menu_side {
    width: 65%;
}
.main_menu li a {
    display: block;
    padding: 30px 9px;
    color: var(--blackColor);
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.btn_side {
}
.btn_light a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
}
.btn_side .btn_theme {
    padding-left: 10px;
}
.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;
}
.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;
}
.toggle {
    display: none;
}
.mobile_view_sl {
    display: none;
}



/*media-css-start*/


@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){
.footer_bottom .payment {
    justify-content: center;
}
.contct_icons {
	  width:100% !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%);
		min-height: 330px;
	}
	.footer_top .single_footer_top {
    width: 100% !important;
    margin-left: 0 !important;
}
	.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;
}
}

/*blog-section*/

.blog_btn1 a {
    display: inline-block;
    font-size: 16px;
    color: #00C0F7;
    font-weight: 500;
    border-radius: 6px;
    padding: 13px 20px;
    background-color: transparent;
    border: 1px solid #00C0F7;
    transition: .1s;
    margin-top:15px;

}
.acrn_blog_in img{
  width:100%;
}
.faq_s {
    background: #e9f7ff;
}

.acrn_blog_in:hover{
    transform: scale(1.04);
}
.acrn_blog_in {
    margin-top: 20px;
	background:#fff;
	border: 1px solid #1c1c1c24;
	padding:15px;
	transition: all .2s ease-in;
	min-height:560px;
	border-radius:7px;
	box-shadow: 0px 1px 7px 1px #cccccc6b
}
.acrn_blog_in h3 {
    font-size: 25px;
    margin: 15px 0px;
}

/*contact form*/

.cont_form input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:8px;
	margin-bottom:13px;
}

.cont_form textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:8px;
	color:#fff;
}

.cont_form label {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 20px;
	color:#000;
}

.acr_contus h2 {
    font-size: 37px;
	margin-bottom:20px;
}
.contct_icons {
    display: flex;
    align-items: center;
	margin-bottom:30px;
	border: 1px solid #00000026;
    padding: 13px;
    width: 50%;
	background:#fff;
}

.contct_icons svg {
    font-size: 26px;
	background: #00C0F7;
    padding: 15px;
    color: #fff;
    border-radius: 7px;
}

.contct_icons div {
    font-size: 20px;
    margin-left: 20px;
}
.contct_icons p {
    font-size: 18px;
}
.cont_txt > p {
    font-size: 25px;
    margin-bottom: 30px;
}
.cont_form {
   padding: 25px;
    box-shadow: 0px 0px 5px 3px #00c0f71f;
    border-radius: 8px;
    background: #fff;
    border-top: 3px solid #00c0f7;
}
.cont_form a {
    display: inline-block;
    background: #00C0F7;
    padding: 10px 25px;
    border-radius: 8px;
    margin-top: 30px;
    color: #fff;
}
.acr_contus {
    position: relative;
	margin-top:50px;
}
.acr_contus {
    background: url(../image/contact-ng-overlay.jpg);
    background-position: center;
    background-size: cover;
}

.blog_btn1 a:hover {
    background: #00c0f7;
    color: #fff;
    border: 1px solid #00c0f8;
}
.vyb_sol_box:hover {
	transform: translateY(-10px);
}