@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');
{}
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
{}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
{}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('../css/fonts/FontAwesome5Free-Regular.eot');
    src: url('../css/fonts/FontAwesome5Free-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Free-Regular.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Free-Regular.woff') format('woff'),
        url('../css/fonts/FontAwesome5Free-Regular.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Free-Regular.svg#FontAwesome5Free-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('../css/fonts/FontAwesome5Brands-Regular.eot');
    src: url('../css/fonts/FontAwesome5Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Brands-Regular.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Brands-Regular.woff') format('woff'),
        url('../css/fonts/FontAwesome5Brands-Regular.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Brands-Regular.svg#FontAwesome5Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free Solid';
    src: url('../css/fonts/FontAwesome5Free-Solid.eot');
    src: url('../css/fonts/FontAwesome5Free-Solid.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Free-Solid.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Free-Solid.woff') format('woff'),
        url('../css/fonts/FontAwesome5Free-Solid.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Free-Solid.svg#FontAwesome5Free-Solid') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

* {
	text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body {
    font-family: var(--ff-body);
    font-size: 16px;
    color: var(--clr-black);
	counter-reset: my-sec-counter;
	/*transform: scale(1);*/
	/*zoom:0.75;*/
	/*-moz-transform: scale(0.80);*/
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    /*width: 123.5dvw; */
    height: 100dvh;
}
html {
    margin-top: 0px !important;
}
:root {
    --clr-primary: #262262;
    --clr-secondary: #ED1B35;
    --clr-white: #fff;
    --clr-black: #000;
	--clr-gray: #484848;
	--clr-blue: #252160;
	--ff-heading: "Radio Canada", sans-serif;
    --ff-body: "Hind", sans-serif;
	--ff-secondary: "Josefin Sans", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
a:hover, a {
	text-decoration: none;
}
a {
    color: var(--clr-primary);
    transition: 0.5s all;
    word-wrap: break-word;
}
a:hover {
    color: var(--clr-red);
}
img {
    max-width: 100%;
}
::selection {
    background-color: var(--clr-primary);
    color: var(--clr-white);
}

hedaer, footer ,section, main {
    width: 100%;
    display: block;
}

h1, h2, h3, h4, h5,h6 {
    margin: 0;
    font-weight: 700;
    line-height: normal;
    font-family: var(--ff-heading);
}
p {
    color: var(--clr-gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
}
p:last-child {
    margin-bottom: 0px;
}
section {
    padding: 70px 0;
}
.section-title{
	margin-bottom: 20px;
}
.section-title h2 {
    font-size: 48px;
    line-height: 90px;
    font-weight: 600;
	color: var(--clr-blue);
}
.section-title h2 span {
	line-height: 85px;
    color: var(--clr-secondary);
}
.section-title.white_text h2 {
    color: var(--clr-white);
}
.section-title h3 {
    color: var(--clr-blue);
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
}
.section-title h3 span {
	font-weight: 600;
    color: var(--clr-secondary);
}
.section-title.white_text h3 {
    color: var(--clr-white);
}
.section-title h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
	letter-spacing: 1.2px;
    color: var(--clr-secondary);
}
.section-title.white_text h4{
    color: var(--clr-white);
}
.mt-5{
	margin-top: 50px;
}
@keyframes rotate {
  0% {
    transform: rotate(-360deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .8s !important;
}

/**** header   ****/

.header {
    width: 100%;
    position: absolute;
    z-index: 11111;
}
.header-navbar.fixed-top.addsticky {
    top: 0px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 4px 20px rgb(0 0 0 / 16%);
}
.logo img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
.navbar {
    position: relative;
}
.navigation {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: 35px;
    height: 95px;
    justify-content: space-between;
    background-color: var(--bs-white);
}
.header .navbar-collapse {
    justify-content: center;
}
.navbar.header-navbar ul li {
    position: relative;
}
.navbar.header-navbar ul li a {
    padding: 0px 16px !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    position: relative;
    color: var(--clr-primary);
    text-transform: capitalize;
}
.navbar.header-navbar ul li a::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    height: auto;
    width: 30px;
	transition: 0.5s;
    border-bottom: 2px solid transparent;
}
.navbar.header-navbar ul li a:hover::before,  .navbar.header-navbar ul li a.active::before {
    border-bottom: 2px solid var(--clr-secondary);
}
/*.navbar.header-navbar ul li a.active, .navbar.header-navbar ul li a:hover {
    color: var(--clr-secondary); 
}*/
.contact_nav {
    margin-top: 30px;
}
.contact_nav p a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 12px 25px;
    transition: 0.5s;
    text-align: center;
    color: var(--clr-white);
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    background-color: var(--clr-red);
}
.contact_nav p a:hover {
	color: var(--clr-red);
    background-color: var(--clr-secondary);
}

/***  banner  section  ***/

.banner {
    width: 100%;
    height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #111827;
}
.banner .inner-block {
    position: relative;
}
.banner .inner-block h6 {
    font-size: 18px;
    line-height: 15px;
    font-weight: 400;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: var(--clr-white);
}
.banner .inner-block h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    box-shadow: 0px 0px 5px 4px #ED1B3578;
    background-color: var(--clr-secondary);
}
.banner .inner-block h6::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    box-shadow: 0px 0px 5px 4px #ED1B3578;
    background-color: var(--clr-secondary);
}
.banner .inner-block h6 span {
    color: var(--clr-secondary);
}
.banner .inner-block h1 {
    font-size: 85px;
    line-height: 95px;
    font-weight: 600;
	color: var(--clr-white);
}
.banner .inner-block h1 span {
    color: var(--clr-secondary);
    text-shadow: 0px 5px 45px #ed1b35;
}
.banner .inner-block p {
    color: #F4F4F4;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
	font-family: var(--ff-heading);
}
.linked_btn {
    display: flex;
    gap: 15px;
	justify-content: center;
}
.linked_btn a {
    width: auto;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
	font-family: var(--ff-heading);
	border: 1px solid var(--clr-white);
}
.linked_btn .bannerBtn1{
	   background: var(--clr-white);
		color: #111827;
}
.linked_btn .bannerBtn2{
	   background: transparent;
		color: var(--clr-white);
}
.linked_btn .bannerBtn1:hover {
	color: var(--clr-white);
    background: transparent;
}
.linked_btn .bannerBtn2:hover {
	color: #111827;
    background: var(--clr-white);
}
.bottom_sec {
    position: relative;
    margin-top: -130px;
    background: linear-gradient(180deg, #111827 0%, #ED1B35 52.5%, rgba(255, 255, 255, 0) 100%);
}
.banner_img{
    position: relative;
	z-index: 1;
}
.banner_img::before {
    content: "";
    position: absolute;
    left: -37px;
    right: 0;
    bottom: -205px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .7;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url('../images/ellipse_01.png');
}
.banner_img img.mobile_view {
    display: none;
}
.img_colm {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blog_colm .img_colm img{height: 150px;}

.img_colm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.img_colm img:hover {
    /* transform: scale(1.1); */
}
.primary_btn .btn-primary {
    width: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 50px;
    transition: 0.5s;
    border-radius: 10px;
    color: var(--clr-white);
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    border: none;
    background: var(--clr-primary);
}
.primary_btn .btn-primary:hover {
	color: var(--clr-white);
    background: var(--clr-secondary);
}
.black_bg a {
	color: var(--clr-white);
    background: var(--clr-black);
}
.black_bg a:hover {
	color: var(--clr-red);
    background: var(--clr-secondary);
}

/***    ***/

.section-title p {
    font-size: 18px;
    font-weight: 400;
	margin: 15px 0 25px;
	color: var(--clr-gray);
	font-family: var(--ff-body);
	line-height: 28px;
    text-align: justify;
}
.section-title.white_text p {
    color: var(--clr-white);
}
.text_content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: none;
	color: var(--clr-gray);
	text-align: justify;
}
.text_content.white_text p {
	color: var(--clr-white);
}
.gray_bg{
	background: #FBFBFB;
}
.IT_security_service .left_colm {
    padding-right: 60px;
}
.security_features {
    background-color: var(--clr-primary);
}
.security_features .section-title h2 {
    line-height: 75px;
}
.security_features .section-title p {
    font-size: 18px;
    line-height: 28px;
	font-family: var(--ff-heading);
}
.card_colm {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 21px;
    background-color: var(--clr-white);
}
.cardFull {
    height: 100%;
}
.card_colm h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
	margin: 0 0 10px;
    color: var(--clr-blue);
}
.card_colm h4 span{
    color: var(--clr-secondary);
}
.card_colm p {
    font-size: 16px;
    line-height: 24px;
	margin: 0;
}
.card_colm.colm_3 {
    margin-bottom: 10px;
}
.card_colm.colm_3 .content_summary {
    display: flex;
}
.card_colm.colm_4 .content_summary {
    display: flex;
}
.card_colm.colm_1 .img_colm img {
    height: 238px;
    object-fit: contain;
}
.card_colm.colm_2 .img_colm img {
    height: 215px;
    margin-bottom: 10px;
    object-fit: contain;
}
.service_colm {
    width: 100%;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 0px #9B9B9B40;
}
.service_colm .img_colm img {
    height: 375px;
    object-fit: contain;
}
.service_colm h2 {
    font-size: 55px;
    line-height: 75px;
    font-weight: 600;
	color: var(--clr-blue);
}
.service_colm h2 span {
    color: var(--clr-secondary);
}
.section-title h5 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
	margin: 12px 0 0;
	color: var(--clr-gray);
	font-family: var(--ff-heading);
}
.partner_colm {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--clr-white);
    box-shadow: 0px 10px 25px 0px #2622621A;
}
.partner_colm h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 100px 0 0px;
    color: var(--clr-blue);
    font-family: var(--ff-secondary);
}
.partner_colm h4 span{
    color: var(--clr-secondary);
}
.partner_colm p {
    font-size: 16px;
    line-height: 24px;
	margin: 15px 0 0; 
	font-weight: 500;
	font-family: var(--ff-heading);
}
.partner_colm p span{
	font-weight: 600;
    color: var(--clr-blue);
}
.partner_colm.colm_2 {
    margin-bottom: 10px;
}
.partner_colm.colm_5 {
    margin-bottom: 10px;
}
.heightFull{
    height: 100%;
	   display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.partner_colm.colm_1 {
    height: 100%;
}
.partner_colm.colm_2 {
    height: 48%;
}
.partner_colm.colm_3 {
    height: 48%;
}
.partner_colm.colm_4 {
    height: 100%;
}
.dark_bg_rounded {
    width: 100%;
    padding: 60px;
    border-radius: 20px;
    background: linear-gradient(90deg, #0B559E -17.63%, #262262 130.12%);
}
.contact_securityium h3 {
    font-size: 32px;
    line-height: 52px;
    font-weight: 700;
    color: var(--clr-white);
}
.contact_securityium .primary_btn .btn-primary {
    padding: 18px 55px;
    margin-top: 40px;
    background-color: var(--clr-secondary);
}
.contact_securityium .primary_btn .btn-primary:hover {
    color: var(--clr-primary);
    background-color: var(--clr-white);
}

/***  footer  start  ***/

.footer {
	width: 100%;
	padding: 50px 0;
	background: linear-gradient(113.87deg, #CEF2FF 28.68%, #F1FAFE 75.97%, #F3FBFE 79.26%);
}
.back-to-top{
	position:fixed;
	bottom:0px;
	right:70px;
}
.footer_logo{
	padding: 0 0 10px;
}
.footer_left p {
    color: var(--clr-gray);
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
	font-family: var(--ff-heading);
	padding-bottom: 10px;
}
.partner_log ul {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer_nav h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #252160;
    margin-bottom: 10px;
}
.footer_nav ul li a {
    color: var(--clr-gray);
    font-weight: 400;
    transition: 0.5s all;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    display: inline-block;
    font-family: var(--ff-heading);
}
.footer_nav ul li a:hover {
    color: var(--clr-secondary);
}
.footer_nav p {
    color: var(--clr-gray);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
	margin-bottom: 0;
	font-family: var(--ff-heading);
}
.footer_nav ul.social_media {
    width: 100%;
    display: flex;
    gap: 10px;
	padding: 0;
	margin: 20px 0 0px;
    align-items: center;
}
.footer_nav ul.social_media li a img{
    animation: rotate 5s infinite;
}
.footer_nav ul.brand_logo {
    width: 100%;
    display: flex;
    gap: 10px;
	padding: 0;
    align-items: center;
}
.footer_bottom{
	width: 100%;
	padding: 16px 0;
	background-color: var(--clr-primary);
}
.copyright p {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
    color: var(--clr-white);
	font-family: var(--ff-heading);
}

/***  footer  end  ***/


.left_content .entry-title.awsm-jobs-single-title {
	display: none;
}
.navbar.header-navbar ul li.current_page_item a::before {
	border-bottom: 2px solid var(--clr-secondary);
}
.banner_img img.mobile_view {
    display: none;
}
.partner_colm {
    transition: 0.5s;
	border: 2px solid transparent;
}
.partner_colm:hover {
    border: 2px solid #ED1B35;
}
.hover-effect:hover {
    border: 2px solid #ED1B35;
}
.footer_nav ul.social_media li a img {
    animation: auto;
}
button.sub-menu-toggle {
    display: none;
}
.navbar.header-navbar ul li {
    padding: 35px 0;
}
.navbar.header-navbar ul li ul.sub-menu {
    position: absolute;
    right: -332px;
    z-index: 99;
    top: 110px;
    padding: 20px;
    background-color: var(--clr-white);
    width: 1116px;
    height: 260px;
    border-radius: 20px;
    text-align: left;
    margin: 0 auto;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.navbar.header-navbar ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.navbar.header-navbar ul li ul.sub-menu li a {
    text-align: left;
    color: #727272;
    padding: 10px 20px 10px 20px !important;
    font-size: 16px;
    width: 328;
    line-height: 26px;
    margin-bottom: 10px;
    display: inline-block;
    background: transparent;
    border-radius: 50px;
}
.navbar.header-navbar ul li ul.sub-menu li a::before{
	border: none;
}
.navbar.header-navbar ul li ul.sub-menu li a:hover {
    color: var(--clr-white);
	background: linear-gradient(90deg, #0B559E -17.63%, #262262 130.12%);
}
.navbar.header-navbar ul li ul.sub-menu li ul.sub-menu {
   display: block;
    /*grid-template-columns: repeat(3, 1fr);*/
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F2FBFF;
    width: 730px;
    height: 220px;
    opacity: 0;
	display: none;
    visibility: hidden;
}
.navbar.header-navbar ul li ul.sub-menu li.menu-item-object-services ul.sub-menu {
    opacity: 1;
	display: block;
    visibility: visible;
}
.navbar.header-navbar ul li ul.sub-menu li:hover ul.sub-menu {
	opacity: 1;
	display: block;
	visibility: visible;
}
.navbar.header-navbar ul li ul.sub-menu li {
    padding: 0;
}
.navbar.header-navbar ul li ul.sub-menu li#menu-item-163 .sub-menu {
    top: -56px;
}
.navbar.header-navbar ul li ul.sub-menu li#menu-item-170 .sub-menu {
    top: -112px;
}
.navbar.header-navbar ul li ul.sub-menu li ul.sub-menu li a {
    text-align: left;
    color: #727272;
    padding: 10px 5px 10px !important;
    font-size: 16px;
    background: transparent;
    margin: 0;
    width: auto;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navbar.header-navbar ul li ul.sub-menu li ul.sub-menu li a:hover {
    color: var(--clr-secondary);
}
.navbar.header-navbar ul li ul.sub-menu li a i {
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
    text-align: right;
    float: right;
}
.navbar.header-navbar ul li ul.sub-menu li.menu-item-object-services a {
    color: var(--clr-white);
    background: linear-gradient(90deg, #0B559E -17.63%, #262262 130.12%);
}
.navbar.header-navbar ul li ul.sub-menu li.menu-item-object-services a span img{
	filter: brightness(0) invert(1);
	padding-right: 0;
}
.navbar.header-navbar ul li ul.sub-menu li.current-menu-item a {
    color: var(--clr-white);
    background: linear-gradient(90deg, #0B559E -17.63%, #262262 130.12%);
}
.navbar.header-navbar ul li ul.sub-menu li.current-menu-item a span img{
	filter: brightness(0) invert(1);
	padding-right: 0;
}
.navbar.header-navbar ul li ul.sub-menu li.current-menu-item ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.navbar.header-navbar ul li ul.sub-menu li a:hover span img{
	filter: brightness(0) invert(1);
	padding-right: 0;
}
.navbar.header-navbar ul li ul.sub-menu li ul.sub-menu li {
    display: inline-block;
    width: 33.33%;
}
.navbar.header-navbar ul li ul.sub-menu li ul.sub-menu li:last-child {
    float: right;
    text-align: right;
    top: 0;
    position: absolute;
    right: 15px;
	margin-top: 22px;
	display: grid;
	justify-content: flex-end;
}
.navbar.header-navbar ul li ul.sub-menu li.menu-item-object-services ul.sub-menu li {
    width: 40.33%;
}
.navbar.header-navbar ul li ul.sub-menu li#menu-item-172 {
    position: relative;
    float: initial;
    text-align: left;
    margin: 0;
    right: 0;
}
.navbar.header-navbar ul li ul.sub-menu span.menu-image-title-after.menu-image-title {
    padding: 0;
}

.navbar.header-navbar ul li a {
    background: transparent;
}

.text_content.job_details_sec p {
    color: #727272;
}
.job_details_sec .awsm-job-expiry-details span {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #727272;
    margin-bottom: 20px;
    font-family: var(--ff-body);
}
.job_details_sec .awsm-job-expiry-details span.awsm-job-expiration-label {
    color: var(--clr-secondary);
}
.job_details_sec .awsm-job-specification-wrapper {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job_details_sec .awsm-job-specification-wrapper span {
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    color: var(--clr-primary);
    font-family: var(--ff-body);
}
.job_details_sec .awsm-job-specification-wrapper span.awsm-job-specification-term {
    font-weight: 400;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #F1F1F1;
}
.job_details_sec .awsm-job-entry-content.entry-content p {
    color: #727272;
}
.job_details_sec .awsm-job-entry-content.entry-content ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    color: #727272;
    position: relative;
    padding: 0 0 10px 25px;
}
.job_details_sec .awsm-job-entry-content.entry-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: rgb(114 114 114 / 65%);
}
.job_details_sec .text_content ul li{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    color: #727272;
    position: relative;
    padding: 0 0 10px 25px;
}
.job_details_sec .text_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: rgb(114 114 114 / 65%);
}
.job_details_sec .awsm-job-form-inner {
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    border: none;
    text-align: center;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.job_details_sec .awsm-job-form-inner h2 {
    font-size: 30px;
    color: #252160;
    line-height: 60px;
    font-weight: 800;
    text-align: center;
    font-family: "Manrope", sans-serif;
}
.job_details_sec .awsm-job-form-inner label {
    font-size: 16px;
    color: #727272;
    text-align: left;
    margin-bottom: 3px;
}
.job_details_sec .awsm-job-form-inner input, .job_details_sec .awsm-job-form-inner textarea {
    width: 100%;
    height: 25px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    font-weight: 400;
    color: #727272;
		outline: none;
    border-bottom: 1px solid #B7B7B7;
}
.job_details_sec .awsm-job-form-inner textarea {
		
}
.job_details_sec .awsm-job-form-inner input#awsm-application-file {
    border-radius: 30px;
    padding: 15px 80px;
    height: 60px;
    border: 1px solid #B7B7B7;
}

.job_details_sec .awsm-job-form-inner input#awsm_form_privacy_policy {
    width: auto;
    height: auto;
    float: left;
    box-shadow: none;
    margin-top: 5px;
    border: 1px solid #727272;
}
.job_details_sec .awsm-job-form-inner .awsm-job-form-group.awsm-job-inline-group {
    text-align: left;
    display: flex;
    padding-left: 15px;
    font-size: 16px;
    line-height: normal;
    color: #727272;
    font-weight: 400;
    align-items: flex-start;
}
.job_details_sec .awsm-job-form-inner input[type="submit"] {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 12px;
    color: var(--clr-white);
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    outline: none;
    border: none;
    font-family: var(--ff-heading);
    background: var(--clr-secondary);
}
.job_details_sec .awsm-job-form-inner input[type="submit"]:hover {
    background: var(--clr-primary);
}

/*** career ***/


.inner_banner {
    width: 100%;
    height: 630px;
    padding-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #111827; */
}
.inner_banner .inner-block h2 {
    font-size: 45px;
    line-height: 90px;
    font-weight: 700;
	color: var(--clr-white);
}
.inner_banner .inner-block h1 {
    font-size: 48px;
    line-height: 90px;
    font-weight: 700;
	color: var(--clr-white);
}
.inner_banner .inner-block h2 span {
    color: var(--clr-secondary);
}
.inner_banner .inner-block h1 span {
    color: var(--clr-secondary);
}
.inner_banner p {
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
    color: var(--clr-white);
}
.carrer-banner {
    height: 660px;
}
.cr_box_col {
    width: 100%;
	margin: 25px 0;
    padding: 20px 33px 40px;
	text-align: center;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.cr_box_col h5 {
    font-size: 20px;
    line-height: 60px;
    font-weight: 800;
    color: var(--clr-primary);
    font-family: "Manrope", sans-serif;
}

.cr_box_col h5 span {
    color: var(--clr-secondary);
}
.cr_box_col .text_content p {
    color: #727272;
}
.cr_box_col ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}
.cr_box_col ul li {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: var(--clr-primary);
}
.cr_box_col ul li:nth-child(2) {
    padding: 7px 15px;
    font-weight: 400;
    border-radius: 5px;
    background: #F1F1F1;
}
.carrer_inner {
    height: 270px;
}
.select_menu ul {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select_menu ul li {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.select_menu ul li:nth-child(2) {
    padding-right: 35px;
}
.select_menu {
    margin-bottom: 20px;
}
.select_menu ul li h6 {
    width: calc(100% + 24px);
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    color: var(--clr-primary);
    font-family: var(--ff-body);
}
.select_menu ul li h6 span {
	font-weight: 400;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
    background-color: #F1F1F1;
}
.career_detail_sec .section-title p {
    color: #A0A0A0;
    font-size: 16px;
    line-height: 30px;
}
.text_content h5 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #727272;
    margin-bottom: 20px;
    font-family: var(--ff-body);
}
.text_content h5 span{
    color: var(--clr-secondary);
}
.career_detail_sec .text_content p {
    color: #727272;
}
.text_content ul.list_item li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    color: #727272;
    position: relative;
    padding: 0 0 10px 25px;
}
.text_content ul.list_item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: rgb(114 114 114 / 65%);
}
.career_form {
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.career_form .form-group {
    margin-top: 20px;
}
.career_form h4 {
    font-size: 30px;
    color: #252160;
    line-height: 70px;
    font-weight: 800;
    text-align: center;
	font-family: "Manrope", sans-serif;
}
.career_form form input {
    width: 100%;
	height: 60px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    font-weight: 400;
    color: #727272;
    border-bottom: 1px solid #B7B7B7;
    background-color: transparent;
}
.career_form form input[type="submit"] {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 12px;
    color: var(--clr-white);
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    outline: none;
    border: none;
    font-family: var(--ff-heading);
    background: var(--clr-secondary);
}
.career_form form input[type="submit"]:hover {
	background-color: var(--clr-primary);
}
.career_form .form__group {
  position: relative;
  padding: 15px 0 0;
}
.form__field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #B7B7B7;
  outline: 0;
  font-size: 16px;
  color: #727272;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 15px;
    cursor: text;
    top: 30px;
}
label.form__label, .form__field:focus ~ .form__label {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 0 8px;
    display: block;
    transition: 0.5s;
    font-size: 16px;
    color: #727272;
}
.form__field:focus ~ .form__label {
    color: #727272;
    padding: 5px 10px 0;
    width: 100%;
}
.form__field:focus {
    padding: 10px 10px 10px;
    border: 1px solid #B7B7B7;
}
.career_form .form-group.file-upload input {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
}
.career_form .form-group label.form_label {
    font-size: 16px;
    line-height: normal;
    color: #727272;
    font-weight: 400;
    margin-bottom: 10px;
}
.career_form form input[type="file"] {
    height: auto;
    border: none;
}
.career_form form input[type="checkbox"] {
    width: auto;
    height: auto;
    float: left;
    box-shadow: none;
    border: 1px solid #727272;
}
.career_form .form-group label.form-check-label {
    display: flex;
    padding-left: 15px;
    font-size: 16px;
    line-height: normal;
    color: #727272;
    font-weight: 400;
}
.career_form .form-group input#formFile {
    border-radius: 30px;
    padding: 15px 80px;
    border: 1px solid #B7B7B7;
}


/*** pentest_portal ***/

.page-id-501 .inner_banner {
    height: 670px;
}
.inner_banner .inner-block h6 {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: var(--clr-white);
}
.inner_banner .inner-block h6 span {
    color: var(--clr-secondary);
}
.inner_banner .inner-block h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    box-shadow: 0px 0px 5px 4px #ED1B3578;
    background-color: var(--clr-secondary);
}
.inner_banner .inner-block h6::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    box-shadow: 0px 0px 5px 4px #ED1B3578;
    background-color: var(--clr-secondary);
}
.inner_banner p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--clr-white);
}
.pentest_portal .section-title h3 span {
    text-shadow: 0px 5px 30px rgb(237 27 53 / 36%);
}
.mt-7 {
    margin-top: 70px;
}

/*** Partner Programs ***/

.navigation {
    box-shadow: 0px 0px 24px 0px #2622621A;
}
.partner_program .section-title h2 span {
    text-shadow: 0px 5px 30px rgb(237 27 53 / 36%);
}
.partner_program .section-title h3 span {
    text-shadow: 0px 5px 30px rgb(237 27 53 / 36%);
}
.inner_banner .blue_text h6 {
    color: #252160;
}
.blue_text h2 {
    color: #252160;
}
.blue_text h3 {
    color: #252160;
}
.inner_banner .inner-block.blue_text h2{
    color: #252160;
    font-size: 36px;
    line-height: 60px;
}
.inner_banner .inner-block.blue_text p {
    line-height: 28px;
    color: var(--clr-gray);
}
.blue_text p {
    color: var(--clr-primary); 
}
.program_colm {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.program_colm h4 {
    font-size: 18px;
    line-height: 30px;
	font-weight: 600;
	margin: 10px 0 10px;
    color: var(--clr-blue);
}
.program_colm h4 span {
    color: var(--clr-secondary);
}
.program_colm .img_colm img {
    width: auto;
}
.program_colm .text_content p {
    min-height: 156px;
}
.glove_partner_program .card_colm {
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.card_colm.colm_1 .img_colm img {
    height: 256px;
    margin-bottom: 10px;
}
.card_colm.colm_2 .img_colm img {
    height: 234px;
}
.glove_partner_program .section-title h3 span {
    text-shadow: 0px 5px 30px rgb(237 27 53 / 36%);
}
.referal_reward .service_colm {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    padding: 0 30px 0 0;
}
.referal_reward .service_colm .img_colm img {
    height: 165px;
    object-fit: contain;
}
.referal_reward .service_colm h2 {
    font-size: 30px;
    line-height: 55px;
}
.referal_reward .service_colm .img_colm {
    padding: 40px 30px 40px 20px;
    border-radius: 15px 155px 155px 15px;
    background-color: #F8F8F8;
    width: calc(100% + 100px);
}

/*** contact_us ***/

.contact_page {
    position: relative;
    padding-top: 200px;
}
.contact_form {
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.contact_form .form-group {
    margin-top: 20px;
}
.contact_form h4 {
    font-size: 30px;
    color: #252160;
    line-height: 70px;
    font-weight: 800;
    text-align: center;
	font-family: "Manrope", sans-serif;
}
.contact_form form input, .contact_form form textarea{
    width: 100%;
	height: 40px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    font-weight: 400;
    color: #727272;
    border-bottom: 1px solid #B7B7B7;
    background-color: transparent;
}
.contact_form form input[type="submit"] {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 12px;
    color: var(--clr-white);
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    outline: none;
    border: none;
    font-family: var(--ff-heading);
    background: var(--clr-secondary);
}
.contact_form form input[type="submit"]:hover {
	background-color: var(--clr-primary);
}
.contact_form .form__group {
  position: relative;
  padding: 15px 0 0;
}
.contact_form .form__field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #B7B7B7;
  outline: 0;
  font-size: 16px;
  color: #727272;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.contact_form .form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 15px;
    cursor: text;
    top: 30px;
}
label.form__label, .form__field:focus ~ .form__label {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 8px;
    display: block;
    transition: 0.5s;
    font-size: 16px;
    color: #727272;
}
.form__field:focus ~ .form__label {
    color: #727272;
    padding: 5px 10px 0;
    width: 100%;
}
.form__field:focus {
    padding: 10px 10px 10px;
    border: 1px solid #B7B7B7;
}
.contact_form .form-group.file-upload input {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
}
.contact_form .form-group label.form_label {
    font-size: 16px;
    line-height: normal;
    color: #727272;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact_form form input[type="file"] {
    height: auto;
    border: none;
}
.contact_form form span.wpcf7-list-item.first.last {
    margin: 0 0;
}
.contact_form form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 10px 0 0;
    box-shadow: none;
    border: 1px solid #727272;
}

.contact_form form input[type="radio"] {
    width: 2px;
    height: 2px;
    float: left;
    margin: 2px 10px 0 0;
    box-shadow: none;
    border: 2px solid #727272;
}
.contact_form form span.wpcf7-list-item-label {
    font-size: 18px;
    line-height: normal;
    color: #727272;
    font-weight: 400;
	display: flex;
}
.contact_form .form-group.checkbox_row span.wpcf7-form-control.wpcf7-checkbox.form-check-input {
    margin: 0;
    border: none;
}
.contact_form .form-group label.form-check-label {
    display: flex;
    padding-left: 15px;
    font-size: 16px;
    line-height: normal;
    color: #727272;
    font-weight: 400;
}
.contact_address ul li {
    position: relative;
    margin: 25px 0;
    display: flex;
    align-items: start;
}
.contact_address ul li .iconbx i {
	font-size: 24px;
    margin-right: 10px;
	margin-top: 10px;
    color: var(--clr-secondary);
    vertical-align: middle;
}
.contact_address ul li p, .contact_address ul li a {
    font-size: 24px;
    line-height: 45px;
    font-weight: 600;
    color: #727272;
}
.contact_address ul li a:hover {
	text-decoration: underline;
	color: var(--clr-secondary);
}

.map_iframe iframe{
	width: 100%;
}
.security_solution .dark_bg_rounded {
    padding: 40px;
}

.built_commitment .mobile_view{
	display: none;
}
.text_shadow h3 span{
	text-shadow: 0px 5px 30px rgb(237 27 53 / 36%);
}
.customer_portal .card_colm {
    height: auto;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.customer_portal .card_colm.colm_2 .img_colm img {
    height: 204px;
}
.customer_portal .card_colm.colm_1 .img_colm img {
    height: 228px;
}
.customer_portal{
	padding-top: 70px;
	margin-top: 70px;
}
.security_our_service .program_colm h4 {
    min-height: 60px;
}
.faq_sec .accordion {
    width: 100%;
}
.faq_sec .accordion-item {
    border: 0;
    margin: 20px 0;
    border-radius: 20px;
    background-color: transparent;
    box-shadow: 0px 6px 14px 0px #0000000D;
}
.faq_sec .accordion-item button {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #6C6B6B;
    border: none;
    padding: 22px 12px 22px 40px;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background-color: transparent;
}
.faq_sec .accordion-item button::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 34px;
    width: 5px;
    height: 5px;
    box-shadow: 0px 0px 5px 4px #ED1B3578;
    background-color: var(--clr-secondary);
}
.faq_sec .accordion-body p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    color: var(--clr-gray);
}
.faq_sec .accordion {
    width: 100%;
}
.faq_sec .accordion-item:not(:first-of-type) {
    border-top: 0;
}
.faq_sec .accordion-button::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    background-image: none;
    width: auto;
    height: auto;
	font-weight: 900;
    color: #0B559E;
	font-size: 16px;
}
.faq_sec .accordion-button.collapsed::after {
    content: "\f067";
}

.inner_banner_img {
    margin-top: 130px;
}
.landing_form {
    width: 100%;
    top: 100px;
    position: relative;
	line-height: 0.5;
    padding: 40px 30px 0px 30px;
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    background-color: var(--clr-white);
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.inner_banner .landing_form h2 {
    color: var(--clr-blue);
    font-size: 30px;
    line-height: 50px;
	text-align: center;
}
.inner_banner .landing_form h1 {
    color: var(--clr-blue);
    font-size: 32px;
    line-height: 50px;
}
.landing_form .form_group {
    margin-bottom: 20px;
}

.form-check-input_new .wpcf7-list-item {
	margin: 10px 10px 10px 1em;
}

.form-check-input_new .wpcf7-list-item-label {
	 font-size: 18px;
	font-weight: 400;
	color: #7b7b7b;
}

.landing_form .form_group label.form-check-label {
    font-size: 15px;
    font-weight: 400;
    color: #7B7B7B;
}
.landing_form .form_group input {
	width: 100%;
    height: 50px;
    padding: 15px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #7B7B7B;
    border-radius: 10px;
    background-color: #FAFAFA;
}
.landing_form .form_group h5 {
    font-size: 18px;
    line-height: normal;
    color: #8E8E8E;
    font-weight: 400;
    font-family: var(--ff-body);
}

.landing_form .form_group input[type="radio"] {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 5px 0 0;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ccc;
}

.landing_form .form_group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 5px 0 0;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ccc;
}
.landing_form .form_group input[type="submit"] {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 12px;
    color: var(--clr-white);
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    outline: none;
    border: none;
    font-family: var(--ff-heading);
    background: var(--clr-secondary);
}
.landing_form .form_group input[type="submit"]:hover {
    background-color: var(--clr-primary);
}
.security_testing {
    margin-top: 0px;
}
.bg_layout {
    width: 100%;
    padding: 50px 30px;
    border-radius: 40px;
    background: linear-gradient(109.88deg, rgb(206 242 255 / 50%) 30.42%, #F1FAFE 89.22%, #F3FBFE 93.31%);
}
.security_testing .text_content ul.grid_colm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.security_testing .text_content ul li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    color: var(--clr-gray);
    padding: 0 0 0px 25px;
}
.security_testing .text_content ul li::before {
	content: "";
	position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    opacity: 0.7;
    border-radius: 100%;
    background-color: #484848;
}
.why_security {
    position: relative;
}
.why_security::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    width: auto;
    height: 80%;
    top: 175px;
	z-index: -1;
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #B6B6B6;
}
.why_security::after {
    content: "";
    position: absolute;
    left: 0;
    right: -1px;
    width: 5px;
    height: 95px;
    top: 175px;
    z-index: -1;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #0B559E -17.63%, #262262 130.12%);
}
.left_side_col {
    padding: 0 30px;
}
.left_side_col ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.left_side_col .icon_img img {
    width: 65px;
    height: auto;
    object-fit: contain;
}
.left_side_col  .text_content {
    width: calc(100% + 0px);
}
.why_security .text_content h5 {
    font-weight: 600;
    font-family: var(--ff-heading);
    color: var(--clr-blue);
    font-size: 18px;
	margin-bottom: 10px;
}
.why_security .img_colm {
    padding: 0 40px;
}


/*** service-css ***/


.inner-block .breadcrumb ul {
    display: flex;
    gap: 15px;
    align-items: center;
}
.inner-block .breadcrumb ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--ff-heading);
}
.inner-block .breadcrumb ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
	color: #727272;
    font-family: var(--ff-heading);
}
.inner-block .breadcrumb ul li.active a {
    color: var(--clr-secondary);
}
/*.common_vulnerabilities .program_colm {
    min-height: 305px;
}
.common_vulnerabilities  ul li {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #6C6B6B;
    padding-left: 15px;
    font-weight: 400;
    position: relative;
}
.common_vulnerabilities ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    opacity: 0.7;
    border-radius: 100%;
    background-color: #6C6B6B;
}*/
.brand_certified .partner_log ul {
    justify-content: center;
	text-align: center;
    gap: 112px;
}
.brand_certified .partner_log ul li {
    text-align: center;
	
}
.brand_certified .partner_log ul li img {
    object-fit: contain;
	max-width: 200px;
	max-height: 150px;
}
.faq_sec .img_colm img {
    width: auto;
}
.approach_inner_colm {
    width: 100%;
    padding: 30px 0 20px;
}
.approach_inner_colm ul {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(5, 1fr);
}
.approach_inner_colm ul li:nth-child(2) {
    margin-top: 250px;
	position: relative;
}
.approach_inner_colm ul li:nth-child(4) {
    margin-top: 250px;
	position: relative;
}
.approach_inner_colm ul li:nth-child(2)::before {
    content: url(https://wp-stage.prosecurity.work/wp-content/themes/twenty-twenty-one-child/images/border_line.png);
    right: -45px;
    top: -64px;
    width: auto;
    height: 200px;
    z-index: -11;
    position: absolute;
}
.approach_inner_colm ul li:nth-child(2)::after {
    content: url(https://wp-stage.prosecurity.work/wp-content/themes/twenty-twenty-one-child/images/border_line1.png);
    left: -45px;
    top: -64px;
    width: auto;
    height: 200px;
    z-index: -11;
    position: absolute;
}
.approach_inner_colm ul li:nth-child(4)::before {
    content: url(https://wp-stage.prosecurity.work/wp-content/themes/twenty-twenty-one-child/images/border_line.png);
    right: -45px;
    top: -64px;
    width: auto;
    height: 200px;
    z-index: -11;
    position: absolute;
}
.approach_inner_colm ul li:nth-child(4)::after {
    content: url(https://wp-stage.prosecurity.work/wp-content/themes/twenty-twenty-one-child/images/border_line1.png);
    left: -45px;
    top: -64px;
    width: auto;
    height: 200px;
    z-index: -11;
    position: absolute;
}
.approach_inner_colm .program_colm {
    background-color: #fff;
}
.approach_inner_colm .program_colm .text_content p {
    min-height: auto;
}


/*** 360 ***/

.page-id-676 .inner_banner {
    height: 900px;
}
.page-id-648 .inner_banner {
    height: 630px;
}
.our_approach .service_colm {
    height: 100%;
}
.our_approach .img_colm {
    height: auto;
}
.our_approach .service_colm .img_colm img {
    height: 260px;
    object-fit: contain;
}
.our_approach .text_content h3 {
    font-size: 28px;
    line-height: 40px;
	color: var(--clr-blue);
    font-weight: 700;
	margin: 10px 0 15px;
}
.our_approach .text_content h3 span{
    color: var(--clr-secondary);
}
.vector_line_bottom {
	position: relative;
    padding-bottom: 50px;
}
.vector_line_bottom::before {
    content: "";
    position: absolute;
    width: 777px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
}
.vector_line_bottom .program_colm {
    position: relative;
}
.vector_line_bottom .program_colm::before {
    content: "";
    position: absolute;
    bottom: -50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #D9D9D9;
}
.vector_line_bottom .program_colm::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    right: 0;
    bottom: -56px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #ED1B35;
}
.vector_line_top .program_colm {
    position: relative;
}
.vector_line_top .program_colm::before {
    content: "";
    position: absolute;
    top: -50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #D9D9D9;
}
.vector_line_top .program_colm::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    right: 0;
    top: -56px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #ED1B35;
}

.our_solution  .program_colm {
    min-height: auto;
}
.our_solution .program_colm p {
    min-height: 110px;
}
.our_solution .program_colm .img_colm img {
    height: 190px;
    margin-bottom: 15px;
}

/*** blog-page ***/

.blog_page {
    padding-top: 190px;
}
.blog_card .nav-tabs {
    border: none !important;
}
.blog_card .nav-tabs .nav-link {
    border: none !important;
    font-size: 18px;
    padding: 0 0 0 20px;
    line-height: 30px;
    color: #727272;
    font-weight: 500;
    font-family: var(--ff-heading);
}
.blog_card .nav-tabs .nav-link.active {
    padding: 0;
    color: var(--clr-secondary);
    background-color: transparent;
}


.blog_card .nav-tabs a.mixitup-control-active {
    padding: 0;
    color: var(--clr-secondary);
    background-color: transparent;
    border-bottom: 1px solid #ed1b35 !important;
}
.blog_card .nav-tabs .nav-link:hover {
    padding: 0;
    color: var(--clr-secondary);
    background-color: transparent;
    border-bottom: 1px solid #ed1b35 !important;
}



.blog_card h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #262262;
    margin-bottom: 10px;
}
.blog_colm {
    border-radius: 20px;
    padding: 30px 20px;
    text-align: left;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.blog_colm .text_content {
    margin-top: 10px;
}
.blog_colm h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #262262;
}
.blog_colm .text_content p {
    color: #727272;
}
.blog_colm h6 {
    font-size: 17px;
    color: #727272;
    font-weight: 400;
    margin: 5px 0 8px;
    font-family: var(--ff-body);
}
.blog_colm .img_colm {
    height: auto;
}
.blog_colm {
    /* min-height: 524px; */
}
.stories_slider .slick-track {
    overflow: hidden;
    padding-bottom: 10px;
}
.stories_slider .item {
    padding: 0 10px;
}
.stories_slider button.slick-arrow {
    top: 45%;
}
.stories_slider button.slick-prev.slick-arrow::before {
    content: "<";
    color: #fff;
    font-family: 'Poppins';
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: linear-gradient(90deg, #0B559E -17.63%, #262262 130.12%);
}
.stories_slider button.slick-next.slick-arrow::before {
    content: ">";
    color: #fff;
    font-family: 'Poppins';
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: linear-gradient(90deg, #0B559E -17.63%, #262262 130.12%);
}
.stories_slider .slick-prev {
    left: -15px;
    z-index: 11;
}
.stories_slider .slick-next {
    right: 15px;
}
.stories_slider .blog_colm {
    min-height: 512px;
}
.blog_colm .primary_btn .btn-primary {
    padding: 12px 25px;
    margin-top: 18px;
}


.blog_nav_breadcrumb {
    height: auto;
    padding-top: 170px;
}
.blog_content h6 {
    font-size: 17px;
    color: #727272;
    font-weight: 400;
    margin: 5px 0 8px;
    font-family: var(--ff-body);
}
.blog_content h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    margin: 15px 0 15px;
    color: var(--clr-blue);
    font-family: 'Manrope';
}
.blog_content h4 span {
    color: var(--clr-secondary);
}
.blog_content h5 {
    font-size: 18px;
    font-weight: 400;
}
.blog_content p {
	color: #727272;
}
.blog_content ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    color: #727272;
    padding: 0 0 15px 18px;
    position: relative;
}
.blog_content ul li::before {
   /*  content: ""; */
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--clr-secondary);
}
.blog_content ul li span {
    color: var(--clr-secondary);
    font-weight: 700;
}
.blog_sidebar .blog_colm {
    min-height: auto;
    margin-bottom: 25px;
}

.blog_nav_breadcrumb ul li:nth-child(1) {
    position: relative;
}
.blog_nav_breadcrumb ul li:nth-child(1)::before {
    line-height: 5px;
    content: "/";
    position: absolute;
    height: 15px;
    top: 11px;
    right: -11px;
    color: #727272;
}
.blog_content ul li {
    position: relative;
}
.blog_content ul li::before {
   /*  content: ""; */
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--clr-secondary);
} 
.inner_banner .breadcrumb ul li:nth-child(1) {
    position: relative;
}
.inner_banner .breadcrumb ul li:nth-child(1)::before {
    line-height: 5px;
    content: "/";
    position: absolute;
    height: 15px;
    top: 11px;
    right: -11px;
    color: #727272;
}
.contact_page span.wpcf7-spinner {
    display: none;
}

.common_vulnerabilities.bg_layout {
    background: linear-gradient(109.88deg, rgb(206 242 255 / 50%) 30.42%, #F1FAFE 89.22%, #F3FBFE 93.31%);
    border-radius: 0;
}
.Vulnerabilities_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.Vulnerabilities_list ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
}
.Vulnerabilities_list .icon_img img {
    width: 65px;
    height: auto;
    object-fit: contain;
}
.Vulnerabilities_list .text_content {
    width: calc(100% + 0px);
}
.Vulnerabilities_list h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 10px 0 10px;
    color: var(--clr-blue);
}
.Vulnerabilities_list h4 span {
    color: var(--clr-secondary);
}
.approach .text_content h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 5px;
    color: var(--clr-blue);
}
.approach_inner_colm .program_colm {
    min-height: 368px;
}
.awsm-job-main.awsm-job-archive-content {
    padding-top: 150px;
}
.single-awsm_job_openings .inner_banner.carrer_inner {
    height: 300px;
}
.challenge_security_test {
    background: linear-gradient(113.87deg, #CEF2FF 28.68%, #F1FAFE 75.97%, #F3FBFE 79.26%);
}
.video_frame .dark_layout {
    padding: 40px;
    background-color: var(--clr-primary);
}
.video_frame iframe {
    aspect-ratio: 16/9;
}


.why_security.feature_sec {
    background: #FBFBFB;
    position: relative;
    z-index: -1;
    margin: 70px 0 0;
}
.portal_usp_sec .program_colm {
    height: 265px;
    margin-bottom: 12px;
}
.portal_usp_sec .text_content p {
    min-height: auto;
}
.feature_sec::before {
    top: 70px;
    height: 87%;
}
.feature_sec::after {
    top: 70px;
}
.feature_sec .section-title h3 {
    margin-bottom: 30px;
}
.our_benefit{
	background: linear-gradient(113.87deg, #CEF2FF 28.68%, #F1FAFE 75.97%, #F3FBFE 79.26%);
}
.our_benefit .program_colm {
    background-color: var(--clr-white);
}
.our_benefit .program_colm .text_content p {
    min-height: auto;
}
.custom-pagination a.page-numbers {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    background-color: var(--clr-primary);
}
.custom-pagination span.page-numbers.current {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    background-color: var(--clr-secondary);
}
.custom-pagination a.page-numbers:hover {
    background-color: var(--clr-secondary);
}
.text_content p u {
    word-break: break-word;
}
.contact_form .form__field {
    padding: 0 0 0 11px;
}
.form-group.btn.smt input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    padding: 15px 55px;
    margin-top: 40px;
    background-color: red;
    border: 1px solid red;
    border-radius: 10px;
}
.home-page-popup label.form__label {
    color: #fff;
}
.industries_service ul li {
    transition: 0.5s;
    border: 2px solid transparent;
}
.customer_aboutus_hover {
    transition: 0.5s;
    border: 2px solid transparent;
}
.error_default_page {
    padding-top: 165px;
}
.error_default_page .img_colm img {
    width: auto;
	margin-bottom: 20px;
    object-fit: contain;
}
.contact_form form textarea.form__field:focus {
    height: 220px;
    padding: 11px;
}
.paoc-credit-wrp {
    display: none;
}
.dark_bg_rounded.text-center h3 {
    color: #fff;
}
.dark_bg_rounded.home-page-popup .form__field {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #B7B7B7;
    outline: 0;
    font-size: 16px;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.dark_bg_rounded.text-center form__label {
    color: #fff;
}
.paoc-popup-inr label.form__label {
    padding: 0;
    color: #fff;
    top: 30px;
    text-align: left;
}
.paoc-popup-inr input.form__field {
    color: #fff;
}
.paoc-popup-inr .wpcf7-response-output {
    color: #fff;
}
.carrer-banner {
    height: 660px;
}
.carrer-banner .inner_banner_img {
    margin-top: 60px;
}
.cr_box_col {
    padding: 20px 33px 40px;
}
#privacy-policy .privacy-desc strong {
    font-size: 18px;
    color: var(--clr-blue);
    font-family: var(--ff-heading);
}
.navbar.header-navbar ul li ul.sub-menu li ul.sub-menu li {
    width: 32.33%;
}
.navbar.header-navbar ul li ul.sub-menu li ul.sub-menu li:last-child {
    float: initial;
    text-align: right;
    position: initial;
    margin-top: 0;
    display: inline-block;
    justify-content: flex-end;
}
.header .navbar-collapse.mbmenu {
    display: none !important;
}
.widget-visible iframe {
    width: 85px !important;
    height: 85px !important;
}

/*** **/

.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 100% !important;
    height: 100% !important;
}
.tool_list ul {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
}
.tool_list ul li {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    color: var(--clr-blue);
    position: relative;
    padding: 0 0 10px 22px;
}
.tool_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--clr-secondary);
}
.sec_text.text_content ul li {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    color: var(--clr-blue);
    position: relative;
    padding: 0 0 10px 22px;
}
.sec_text.text_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--clr-secondary);
}
.tools_sec {
    margin-bottom: 50px;
}
.cky-modal {
    max-width: 100%;
    overflow: hidden;
    padding: 0 20px;
}

.back_blue .navigation {
    background-color: var(--clr-blue);
}
.back_blue .navbar.header-navbar ul li a {
    color: var(--clr-white);
}
.approach_inner_colm .program_colm {
    min-height: 368px;
}
.awsm-job-main.awsm-job-archive-content {
    padding-top: 150px;
}
.single-awsm_job_openings .inner_banner.carrer_inner {
    height: 300px;
}
.challenge_security_test {
    background: linear-gradient(113.87deg, #CEF2FF 28.68%, #F1FAFE 75.97%, #F3FBFE 79.26%);
}
.video_frame .dark_layout {
    padding: 40px;
    background-color: var(--clr-primary);
}
.video_frame iframe {
    aspect-ratio: 16/9;
}
.industries_service {
    margin-top: 50px;
}
.industries_service ul {
    width: 100%;
    display: grid;
    gap: 30px;
    text-align: center;
    grid-template-columns: repeat(5, 1fr);
}
.industries_service ul li {
    width: 100%;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0px 3.44px 8.59px 0px #0000001A;
}
.industries_service ul li h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 15px 0 0;
    color: var(--clr-primary);
    text-transform: capitalize;
}

.navbar.header-navbar ul li a {
    padding: 0px 16px !important;
    font-size: 18px;
}
.customer_aboutus_hover:hover{
	border:2px solid #ED1B35;
}
.banner {
    height: 620px;
}
.card-halfheight {
	height: 48%
}

.hover-effect:hover {
    border: 2px solid #ED1B35;
}
.footer {
	width: 100%;
	padding: 50px 0;
	background: linear-gradient(113.87deg, #CEF2FF 28.68%, #F1FAFE 75.97%, #F3FBFE 79.26%);
}
.back-to-top{
	position:fixed;
	bottom:0px;
	right:70px;
}
.colflex{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.banner .inner-block h1 {
    font-size: 65px;
}
.section-title h2 {
    font-size: 60px;
}
.service_colm h2 {
    font-size: 45px;
}

.why_security.feature_sec {
    background: #FBFBFB;
    position: relative;
    z-index: -1;
    margin: 70px 0 0;
}
.portal_usp_sec .program_colm {
    height: 265px;
    margin-bottom: 12px;
}
.portal_usp_sec .text_content p {
    min-height: auto;
}
.feature_sec::before {
    top: 70px;
    height: 87%;
}
.feature_sec::after {
    top: 70px;
}
.feature_sec .section-title h3 {
    margin-bottom: 30px;
}
.our_benefit{
	background: linear-gradient(113.87deg, #CEF2FF 28.68%, #F1FAFE 75.97%, #F3FBFE 79.26%);
}
.our_benefit .program_colm {
    background-color: var(--clr-white);
}
.our_benefit .program_colm .text_content p {
    min-height: auto;
}
.blog_card .nav-tabs .nav-link {
    padding: 0;
    margin: 0 20px 0 0;
}
.home-page-popup .form__group {
    position: relative;
	padding: 15px 0 0;
}
.home-page-popup .form__field {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #B7B7B7;
    outline: 0;
    font-size: 16px;
    color: #727272;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.border-nth .col-md-6:last-child {
    border-left: 3px solid #154287;
}
.border-3-blue{
    border-left: 3px solid #154287;
}
.border-nth .row:nth-child(odd) .col-md-6:last-child {
    border-left: 0;
    border-right: 3px solid #154287;
}
div#media_image-5 img {
    width: 65%;
}
.page-template-tpl-services-inner .inner_banner.service-banner-page {
    height: 820px !important;
}
.inner_banner.blog-deatil-page {
    height: 680px;
}
.inner_banner.blog-deatil-page .inner_banner_img {
    margin-top: 85px;
}
.page-template-tpl-services-inner .inner_banner.service-banner-page .inner_banner_img {
    margin-top: 0;
}
.page-id-1045 .inner_banner.service-banner-page {
    height: 700px !important;
}
.page-id-1049 .inner_banner.service-banner-page {
    height: 700px !important;
}
.page-id-1058 .inner_banner.service-banner-page {
    height: 900px !important;
}
.page-id-680 .inner_banner {
    height: 800px;
}

.blog_colm {
    min-height: 460px;
    position: relative;
}
.information-hub .blog_colm .primary_btn {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
}
.information-hub .blog_colm img {
    height: 200px;
}
.stories_slider .blog_colm {
    min-height: 495px;
    position: relative;
}
.stories_slider .blog_colm img {
    height: 200px;
}
.stories_slider .blog_colm .primary_btn {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
}
.privacy-policy-content {
    color: #262262;
}

body .blog_page_detail .blog_content h1{font-size: 42px;}
body .blog_page_detail .blog_content h2{font-size: 36px;}
body .blog_page_detail .blog_content h3{font-size: 30px;}
body .blog_page_detail .blog_content h4{font-size: 24px;}
body .blog_page_detail .blog_content h5{font-size: 20px;}
body .blog_page_detail .blog_content h6{font-size: 16px;}