@import url('https://fonts.googleapis.com/css2?family=Bayon&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	margin:0;
	padding: 0;
	font-family: 'Satoshi';
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1{
	font-weight: 700;
	font-size: 64px;
	line-height: 1.2em;
	color: #0A0A38;
}
h2{
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2em;
	color: #0A0A38;
}
h3{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3em;
	color: #0A0A38;
}
p{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #5C677D;
	line-height: 1.8rem;
}
a, a:hover {
	text-decoration: none;
}
button:focus, input:focus {
	outline: none !important;
}
@font-face {
	font-family: 'Bayon', sans-serif;
	font-family: 'Inter', sans-serif;
}

/* mobile menu */
/* mobile menu */
.mask {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
	left: -9999px;
}
.nav-toggle {
	cursor: pointer;
	height: 35px;
	width: 35px;
	outline: none;
}
.nav-toggle .ico, .nav-toggle .ico::before, .nav-toggle .ico::after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 35px;
	background: #0A0A38;
	position: absolute;
	left: 0px;
	display: block;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.nav-toggle .ico:before {
	top: -10px;
}
.nav-toggle .ico:after {
	bottom: -10px;
}
.nav-toggle.active .ico:before, .nav-toggle.active .ico:after {
	top: 0;
}
.nav-toggle.active .ico {
	background-color: transparent;
}
.nav-toggle.active .ico:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.active .ico:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-toggle {
	border: 0px;
	background: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1111;
	display: none;
}
/* mobile menu */
/* mobile menu */

.header_area{
	background: #FFFFFF;
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.logo{
	position: relative;
}
.logo img{
	width: 180px;
	height: auto;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.menu ul li{
	margin-right: 40px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
	color: #5C677D;
	line-height: normal;
}
.menu ul li a.active{
	color: #002855;
	font-weight: 700;
}
.contact_btn {
	text-align: right;
}
.contact_btn a {
	display: inline-block;
	color: #FFFFFF !important;
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	background: #0B7AFB;
	padding: 10px 30px;
	border-radius: 100px;
}
.menu ul li.d_none{
	display: none;
}

/* CS area */
/* CS area */
.cyber_security_area{
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	padding-top: 95px;
	z-index: 1;
}
.cyber_security_area::after {
	position: absolute;
	content: "";
	background: url('../images/img/cs.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 50%;
	height: 90%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.left_csc_box > span {
    display: none;
}
.left_csc_box h1 {
	font-size: 58px;
	height: 235px;
}
.left_csc_box h1 span{
	color: #0B7AFB;
}
.left_csc_box p {
	padding-top: 50px;
	max-width: 485px;
}
.right_csc_box{
	text-align: right;
}
.right_csc_box img{
	width: 85%;
	height: auto;
}
.brand_logo {
	padding: 40px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
}

.brand_log1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
}

.cyber_security_area .brand_logo::before {
	position: absolute;
	content: "";
	background: #E8E8E8;
	height: 1px;
	width: 85%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cyber_security_area .brand_logo::after {
	position: absolute;
	content: "";
	background: #E8E8E8;
	height: 1px;
	width: 85%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.single_blogo{

}
.single_blogo img{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

/* services area */
/* services area */
.services_area{
	background: #F7F8FA;
	padding-top: 80px;
	padding-bottom: 180px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.services_area::after {
	position: absolute;
	content: "";
	background: url('../images/img/shape2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 55%;
	bottom: 90px;
	left: 0;
	z-index: -1;
}
.services_area .col-xl-4{
	margin-top: 80px;
}
.single_services_items {
	text-align: center;
	padding: 30px 25px 20px 25px;
	background: #FFFFFF;
	box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	max-width: 380px;
	margin: 0 auto;
	transition: 0.7s;
}
.single_services_items:hover {
	transform: scale(1.07);
}
.single_services_items span{
	display: block;
	height: 60px;
}
.single_services_items h3{
	padding: 20px 0px;
}
.single_services_items p {
	max-width: 260px;
	margin: 0 auto;
}
.testimonial_area{
	background: #FFFFFF;
	padding: 80px 0px;
	overflow: hidden;
}
.testimonial_area .all_title {
	position: relative;
	padding-left: 115px;
	padding-top: 20px;
	z-index: 1;
}
.testimonial_area .all_title::after {
	position: absolute;
	content: "";
	background: url('../images/img/quat.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 160px;
	height: 130px;
	top: -50px;
	left: 0;
	z-index: -1;
	opacity: 0.4;
}
.all_title p{
	padding-top: 5px;
}
.testimonial_box{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -130px;
}
.testimonial_items{
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.testimonial_items:first-child .single_testimonial{
	float: right;
	margin-top: 160px;
}
.single_testimonial {
	position: relative;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
	border-radius: 8px;
	padding: 60px 60px 30px 60px;
	display: inline-block;
}
.single_testimonial h3 {
	color: #18191F;
	font-size: 18px;
	padding-top: 20px;
}
.single_testimonial p{
	color: #5C677D;
}
.single_testimonial span{
	color: #969BAB;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.single_testimonial img {
    position: absolute;
    width: 18px;
    height: auto;
    left: 30px;
    top: 95px;
    opacity: 0.5;
}

/* Team area */
/* Team area */
.our_team_area{
	overflow: hidden;
	background: #FFFFFF;
	padding: 80px 0px;
}
.our_team_area .brand_logo{
	margin-top: 40px;
}

/* Podcast area */
/* Podcast area */
.podcast_area{
	overflow: hidden;
	background: url('../images/img/podcast.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 80px;
	padding-bottom: 120px;
}
.podcast_area .all_title h2{
	color: #FFFFFF;
}
.podcast_box{
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
}
.social_link{
	flex: 0 0 35%;
	max-width: 35%;
	width: 100%;
}
.episode {
	flex: 0 0 65%;
	max-width: 65%;
	width: 100%;
}
.episode_flx{
	background: #FFFFFF;
	border: 3px solid #0A0A38;
	box-sizing: border-box;
	border-radius: 18px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.social_link ul {
	display: flex;
	flex-direction: column;
	max-width: 260px;
}
.social_link ul li{
	padding-bottom: 20px;
}
.social_link ul li:last-child:{
	padding-bottom: 0;
}
.social_link ul li a {
	background: #FFFFFF;
	border: 3px solid #0A0A38;
	box-sizing: border-box;
	border-radius: 18px;
	display: flex;
	align-items: center;
	padding: 12px 25px;
	line-height: normal;
}
.social_link ul li a span{
	margin-right: 25px;
}
.social_link ul li a p{
	color: #0A0A38;
	font-weight: 700;
	font-size: 20px;
}
.left_eps_img{
	flex: 0 0 42%;
	max-width: 42%;
	width: 100%;
}
.left_eps_img img {
	width: 90%;
	height: auto;
	border-radius: 20px;
}
.right_eps_detals{
	flex: 0 0 58%;
	max-width: 58%;
	width: 100%;
	padding-right: 20px;
}
.right_eps_detals h4 {
	font-weight: 700;
	color: #0A0A38;
	font-size: 18px;
	padding: 10px 0px;
}
.right_eps_detals p{
	font-weight: 400;
	color: #0A0A38;
	font-size: 14px;
}
.right_eps_detals > span{
	font-weight: 400;
	color: #0A0A38;
	font-size: 12px;
}
.play_btn {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding-top: 5px;
}
.play_btn > span{
	font-weight: 700;
	color: #0A0A38;
	font-size: 12px;
	margin-right: 15px;
}
.play_btn button {
	border: none;
	padding: 0px;
	line-height: normal;
	background: #FFF;
}
.episode > h2{
	margin-top: 10px;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 30px;
}

/* Footer area */
/* Footer area */
.footer_area{
	overflow: hidden;
	background: url('../images/img/footer.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 100px;
}
.footer_widget > a{
	margin-bottom: 20px;
	display: inline-block;
}
.footer_widget p {
	font-family: 'Inter', sans-serif;
	color: #D9DBE1;
	max-width: 250px;
	line-height: 1.6rem;
}
.col-xl-6 .footer_widget ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;
}
.col-xl-6 .footer_widget ul li{
	margin-right: 15px;
}
.col-xl-6 .footer_widget ul li:last-child{
	margin-right: 0;
}
.col-xl-6 .footer_widget ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #22224C;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	color: #FFFFFF;
	font-size: 20px;
}

.footer_widget h3{
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
}
.col-xl-3 .footer_widget ul{
	display: flex;
	flex-direction: column;
	padding-top: 12px;
}
.col-xl-3 .footer_widget ul li {
	margin-top: 20px;
}
.col-xl-3 .footer_widget ul li a {
	color: #D9DBE1;
	font-weight: 400;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	line-height: normal;
}
.col-xl-3 .footer_widget ul li a span{
	display: inline-block;
	padding-left: 10px;
}

.copy_right_area {
	padding-top: 100px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copy_right_area p{
	font-size: 14px;
	color: #D9DBE1;

}
.copy_right_area ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.copy_right_area ul li a{
	position: relative;
	padding: 0px 10px;
	display: inline-block;
	font-weight: 400;
	color: #D9DBE1;
	font-size: 14px;
	line-height: normal;
}
.copy_right_area ul li a::after {
	position: absolute;
	content: "";
	background: #D9DBE1;
	width: 1px;
	height: 100%;
	bottom: 90px;
	top: 0;
	right: 0;
}
.copy_right_area ul li:last-child a::after{
	display: none;
}
.copy_right_area ul li:last-child a{
	padding-right: 0;
}
