div.et_pb_section.et_pb_section_0{
	background-color: #14325e !important;
	background-image:none !important;
}

.cyber-header {
    --marginCustom: -16rem;
    --paddingCustom: 16rem;
    /*min-height: 550px;*/
    margin-top: var(--marginCustom);
    padding-top: var(--paddingCustom);
    position: relative;
}
.cyber-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #14325E;
    margin-top: var(--marginCustom);
    padding-top: var(--paddingCustom);
}

.cyber-header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-top: 8rem !important;
    width: 75%;
	padding-bottom: 8rem;
}
.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_section .et_pb_row{
	width: 60%;
}

.cyber-header h1 {
    color: #FFF;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    /* 59.459px */
    text-transform: capitalize;
}

.cyber-header h1 span {
    color: var(--lightOrange);
}


.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 80%;
}
.single article{
	    position: relative;
}
.single .addtoany_content{
	 width: 80%;
}
/*.single article .entry-content .a2a_floating_style{
    top: 21% !important;
}*/
.single .addtoany-cls{
	padding-top:0px;
}
.single .addtoany-cls .et_pb_row {
	border-bottom: 1px solid rgba(39,106,205,0.2);
}
.single article .et_pb_section:last-child{
	padding-bottom:0px;
	padding-top: 0px;
}
.single article .et_pb_section:last-child .et_pb_row:last-child{
	padding-top:0px;
	padding-bottom:0px;
}
/* .single article .et_pb_section_1,.single article .et_pb_section_2,.single article .et_pb_section_3,.single article .et_pb_section_4,.single article .et_pb_section_5,.single article .et_pb_section_6,.single article .et_pb_section_7,.single article .et_pb_section_8,.single article .et_pb_section_9{
	padding-bottom:0px;
} */
.single article{
	margin-bottom:0px;
}
.single .addtoany-cls a{
	    border-bottom: 0px !important;
}
.single.et_right_sidebar #main-content .container:before{
	content: none !important;
}
.single .a2a_floating_style{
	 position: absolute !important;
	/* top:26% !important;*/
	top:36% !important;
	 left: 12%;
}
.single .et_pb_text_inner *{
	color:#071F45;
	font-family: var(--inter);
	font-size: clamp(18px, 1vw, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 189.812%;
}
.single .et_pb_text_inner * strong{
	font-weight: 700;
}
.single .et_pb_text_inner span, .single .et_pb_text_inner span a{
	color:#071F45;
	font-size: clamp(24px, 1vw, 18px);
	font-weight: 500;
}
.addtoany_list a:hover img, .addtoany_list a:hover span {
    opacity: 1;
}
.single .et_pb_text_inner ol,.single .et_pb_text_inner ul{
	padding:20px 0px 0px 0px;
}
.single .et_pb_text_inner ol li,.single .et_pb_text_inner ul li{
	padding-bottom:10px;
}
.single .et_pb_text_inner li::marker{
	color:#276ACD !important;
}
.single .et_pb_text_inner a{
	color:#276ACD !important;
	border-bottom:2px solid #276ACD;
}
.single .et_pb_text_inner a:hover{
	color:var(--lightOrange) !important;
	border-color:var(--lightOrange);
}
.single .et_pb_text_inner h3,.single .et_pb_text_inner h2,.single .et_pb_text_inner h1{
	font-size: clamp(35px, 1vw, 18px);
	font-weight: 700;
}
.m_date{
	font-family: var(--inter);
	font-size: clamp(16px, 1vw, 16px);
	font-weight: 400;
	color:#fff;
}

@media (max-width:767px) {
	
	.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_section .et_pb_row,.cyber-header .container{
		    width: 95%;
	}
	.cyber-header h1 {
    max-width: 19ch;
}
	.single .et_pb_text_inner h3, .single .et_pb_text_inner h2, .single .et_pb_text_inner h1{
		    font-size: clamp(28px, 1vw, 18px);
	}
	.single .et_pb_text_inner span, .single .et_pb_text_inner span a{
		    font-size: clamp(22px, 1vw, 18px);
	}
}