@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@300..900&family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');

:root {
    --m-text-color: #333333;
    --m-link-color: #851506;
    --m-heading-color: #103249;
    --m-global-font-size: 16px;
    --m-global-font-family: 'Radio Canada', sans-serif;
    --m-heading-font-family: 'Gabarito', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: var(--m-global-font-family);
    font-weight: normal;
    font-style: normal;
    font-size:18px;
    padding:0;
    margin:0;
    color:var(--m-text-color);
    scroll-behavior: smooth;
}
p{
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.5;
}
body.single .bkpg p{
    font-family: "Radio Canada", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
h1, h2, h3, h4, h5, h6{
     font-family: var(--m-heading-font-family);
     font-weight: normal;
     color:var(--m-heading-color);
}
h2{
    font-family: "Gabarito", Sans-serif;
    font-size: 44px;
}
h3{
    font-size: 34px !important;
    font-weight: 300;
    font-family: "Radio Canada", Sans-serif  !important;
    color:#103249;
}
h4{
    font-size: 30px  !important;
    font-family: "Radio Canada", Sans-serif;
    color:#103249;
}
h3 strong{
    font-weight: 700;
}
h2 strong{
    font-weight: 800;
}
h4 strong{
    font-weight: 800;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color:var(--m-heading-color);
}
a{
    text-decoration: none;
    color:var(--m-link-color);
}
input{
    font-family: var(--m-global-font-family);
}
input[type="text"], input[type="email"], input[type="tel"], textarea{
    font-size: var(--m-fs);
    padding: 10px 15px;
    border: 0;
    margin-bottom: 10px;
}
input[type="submit"]{
    background: #9fda9d;
    border: 0;
    color: var(--m-text-color);
    font-family: var(--m-global-font-family);
    font-size: var(--m-fs);
    padding: 7px 30px;
}
input[type="submit"]:hover {
    background: #0b283b;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.container {
    width: 1366px;
    margin:0 auto;
}
.elementor-section.elementor-section-boxed > .elementor-container{
    max-width:1366px !important;
}
 .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width:576px) {
    .col-1 {
         padding-left: 15px;
         padding-right: 15px;
         width: 8.3333333333% 
    }
     .col-2 {
         padding-left: 15px;
         padding-right: 15px;
         width: 16.6666666667% 
    }
    .col-3 {
         padding-left: 15px;
         padding-right: 15px;
         width: 25% 
    }
    .col-4 {
         padding-left: 15px;
         padding-right: 15px;
         width: 33.3333333333% 
    }
    .col-5 {
         padding-left: 15px;
         padding-right: 15px;
         width: 41.6666666667% 
    }
    .col-6 {
         padding-left: 15px;
         padding-right: 15px;
         width: 50% 
    }
    .col-7 {
         padding-left: 15px;
         padding-right: 15px;
         width: 58.3333333333% 
    }
    .col-8 {
         padding-left: 15px;
         padding-right: 15px;
         width: 66.6666666667% 
    }
    .col-9 {
         padding-left: 15px;
         padding-right: 15px;
         width: 75% 
    }
    .col-10 {
         padding-left: 15px;
         padding-right: 15px;
         width: 83.3333333333% 
    }
    .col-11 {
         padding-left: 15px;
         padding-right: 15px;
         width: 91.6666666667% 
    }
    .col-12 {
         padding-left: 15px;
         padding-right: 15px;
         width: 100% 
    }
}
/** Header **/
 header.masthead{
    z-index:9999;
    position: relative;
    background: #103249;
}
header.masthead .col-3, 
header.masthead .col-9{
    padding:0;
}
header.masthead .col-sm-9{
    margin-top: 60px;
}
#headerbanner h1 {
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
}
body.blog #headerbanner h1 {
    font-family: "Radio Canada", Sans-serif;
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
#headerbanner{
    background: #103249 url(../images/backpage-hero-v3.webp) no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: center center;
    position: relative;
}
.main-logo img{
    top: -10px;
    position: relative;
}
.menu-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
    padding-bottom: 0;
}
ul#menu-main-menu{
    margin:0;
    padding:0;
    text-align: right;
}
 ul#menu-main-menu > li{
    display:inline-block;
    position: relative;
}
 ul#menu-main-menu > li:hover > a{
    color:#FAB826;
 }
 ul#menu-main-menu > li a{
    font-family: 'Radio Canada';
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 18px;
    display: block;
}
ul#menu-main-menu > li a.elementor-button-link{
    padding: 12px 17px;
}
ul#menu-main-menu > li > a{
    padding-bottom: 32px;
}
ul#menu-main-menu > li.has-mega > a,
ul#menu-main-menu > li.menu-item-has-children > a{
   position: relative; 
}
ul#menu-main-menu > li.has-mega > a::before,
ul#menu-main-menu > li.menu-item-has-children > a::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    background: transparent url(../images/menu-drop.svg) no-repeat;
    background-size: contain;
    right: 10px;
    top: 22px; 
}
ul#menu-main-menu > li.has-mega:hover > a::before,
ul#menu-main-menu > li.menu-item-has-children:hover > a::before{
    transform: rotate(180deg);
    background: transparent url(../images/menu-drop-hover.svg) no-repeat;
    background-size: contain;
}
 ul#menu-main-menu > li.menu-btn{
    margin-left: 40px;
 }
 ul#menu-main-menu > li.menu-btn a{
    background:#851506;
    color:#fff;
    padding-bottom: 12px;
}
.elementor-button,
ul#menu-main-menu > li.menu-btn a:hover{
    background: #000;
}
.menu .sub-menu {
    position: absolute;
    display: none;
    background: #103249;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    left: 0;
    z-index: 1;
    width: 280px;
}
.menu>li> a{
    display: block;
}
.menu>li>.sub-menu {
	margin: 0;
    top: 40px;
}
.menu li:hover>.sub-menu {
	display: block; 
	box-shadow: 0 0 20px 0px #00000069;
}
.menu .sub-menu li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}
.menu .sub-menu .sub-menu {
	left: 100%;
	top: 0
}
.menu .sub-menu li:hover>a {
	background: #fab826;
	color: #000 !important;
}
/* Mega Menu Start */
ul#menu-main-menu > li.has-mega{
    position: inherit;
}
.mega-wrap{
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    background-color: rgb(16 50 73 / 88%);
    display: none;
	box-shadow: 0 0 20px 0px #00000069;
}
ul#menu-main-menu > li .mega-wrap a{
    font-size: 16px;
    padding: 10px;
    display: flex;
}
body:not(.elementor-editor-active) ul#menu-main-menu > li.has-mega:hover .mega-wrap{
    display:block;
}
.mg-row-cont{
    padding: 10px;
}
.mg-row-cont p{
    margin-bottom: 0;
}
.mg-row-cont:hover{
    background: rgb(6 35 55 / 63%);
}
#mg-online-courses{
    padding: 20px;
    box-shadow: 0px 4px 27.1px rgba(0, 0, 0, 0.37);
}
/* Mega Menu End */



 .alignwide, .alignfull {
     margin: 0 calc(50% - 50vw);
     max-width: 100vw;
     width: 100vw;
}
 .wp-block-cover__inner-container{
     max-width: 1366px;
     margin: 0 auto;
}

#top-bar{
    overflow-x: hidden;
    position: absolute;
    width: 100%;
}
#top-bar .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#top-bar ul li{
    border-radius: 40px;
}
#top-bar ul a{
    padding: 6px;
    height: 31px;
    display: flex;
    align-items: center;
    width: 31px;
}
#top-bar ul path{
    fill: #b8b8b8;
}
#top-bar ul{
    list-style-type: none;
}
#top-bar ul,
#top-bar p{
    margin: 0;
    padding: 0;
}
.wp-social-link{
    transition: all .3s ease-in-out;
}
.wp-social-link:hover{
    transform: scale(1.2);
}

.tb-right a{
    color: #103249;
    font-size: 20px;
}
.tb-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    background: #B8B8B8;
    padding: 10px 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.tb-right > p:nth-child(3),
.tb-right > p:nth-child(5){
	display: none !important;
}
.tb-right::after{
    content: "";
    background: #B8B8B8;
    height:100%;
    width: 4000px;
    left: 100%;
    position: absolute;
}
.tb-right::before{
    content: "";
    background: transparent url(../images/top-rec-v2.png) no-repeat;
    background-position: top left;
    height:100%;
    width: 100px;
    left: -58px;
    position: absolute;
}
#sec-hero{
    position: relative;
}
#sec-hero > .e-con-inner{
    position: relative;
    z-index: 1;
}
#sec-hero::before{
    content: "";
    background: transparent url(../images/hero-rec.svg) no-repeat;
    background-position: bottom right;
    height:100%;
    width: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.heading-colored strong{
    color: #FAB826;
}
#sec-what-we-do{
    position: relative;
}
#sec-what-we-do > .e-con-inner{
    position: relative;
    z-index: 1;
}
#sec-what-we-do::before{
    content: "";
    background: transparent url(../images/divider-one.svg) no-repeat;
    background-position: top right;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
#sec-what-we-do::after{
    content: "";
    background: transparent url(../images/divider-3.svg) no-repeat;
    background-position: bottom left;
    height:100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.e-n-tab-title-text strong{
    margin-left: 15px;
}
#sec-contact-us{
    position: relative;
}
#sec-contact-us > .e-con-inner{
    position: relative;
    z-index: 1;
}
#sec-contact-us::before{
    content: "";
    background: transparent url(../images/divider-4.svg) no-repeat;
    background-position: top left;
    height: 100%;
    width: 100%;
    top: -5px;
    left: 0;
    position: absolute;
    z-index: 0;
}
#sec-contact-us .gform_wrapper{
    max-width: 640px;
    margin: 0 auto;
}
.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme--foundation .gfield input.large, 
.gform-theme--foundation .gfield select.large{
    padding: 5px 20px;
    height: auto;
    border-radius: 0;
    font-family: var(--m-global-font-family);
}
#sec-contact-us .gform-theme--foundation .gform_footer{
    display: flex;
    justify-content: center;
}
#sec-contact-us .gform-theme--foundation .gform_footer .gform_button{
    font-family: "Radio Canada", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #851506;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
}
#who-we-help-image-1,
#who-we-help-image-2{
    background-size: 100% 100% !important;
    transition: all .3s ease-in-out;
}
#who-we-help-image-1:hover,
#who-we-help-image-2:hover{
    transform: scale(1.05);
}
#sec-who-we-help{
    position: relative;
}
#sec-who-we-help > .e-con-inner{
    position: relative;
    z-index: 1;
}
#sec-who-we-help::after{
    content: "";
    background: #FAB826;
    height: 10px;
    width: 60%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.latest-resources{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;margin:0 auto
}
.resource-item{
    display:flex;
    flex-direction:column;
    transition: all .3s ease-in-out;
}
.resource-item:hover{
    transform: scale(1.05);
}
.resource-image{
    border:2px solid #f2a900;
    overflow:hidden
}
.resource-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
    min-height: 296px;
}
.resource-title{
    min-height: 110px;
    margin:16px 0 8px;
    font-size:28px;
    font-weight:500;
    line-height:1.1
}
.resource-title a{
    text-decoration:none;
    color:#0b2c4d
}
.resource-excerpt{
    font-size:18px;
    font-weight: 300;
    color:#103249;
    margin-bottom:12px
}
.resource-readmore{
    color: #9b1c1c;
    font-size: 18px;
}
.resources-more{
    grid-column:1/-1;
    text-align:center;
    margin-top:32px
}
.resources-more-btn{
    font-family: "Radio Canada", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #851506;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
}
.resource-item:nth-child(1) .resource-image-wrap{
    clip-path:polygon(0 35%,100% 0,100% 100%,0 100%);
    background:#f2a900;
    padding:2px
}
.resource-item:nth-child(1) .resource-image{
    clip-path:polygon(0 35%,100% 0,100% 100%,0 100%);
    background:#fff
}
.resource-item:nth-child(1) .resource-image img{
    width:100%;height:100%;
    object-fit:cover;
    display:block;
    min-height: 291px;
}

.resource-item:nth-child(3) .resource-image-wrap{
    clip-path:polygon(0 0,100% 35%,100% 100%,0 100%);
    background:#f2a900;
    padding:2px
}
.resource-item:nth-child(3) .resource-image{
    clip-path:polygon(0 0,100% 35%,100% 100%,0 100%);
    background:#fff
}
.resource-item:nth-child(3) .resource-image img{
    width:100%;height:100%;
    object-fit:cover;
    display:block;    
    min-height: 291px;
}

.main-footer{
    background: #103249;
    border-top: 7px solid #FAB826;
    padding-bottom: 50px;
    font-size: 16px;
}
.main-footer p,
.main-footer a{
    color: #fff !important;
}
.footer-sidebar-3 > p{
    margin: 0;
    padding: 0;
}
.footer-sidebar-3 .gform_wrapper{
    padding: 10px 30px;
    background: #B8B8B8;
    padding-bottom: 30px;
    width: 435px;
    margin-bottom: 40px;
}
.footer-sidebar-3 .gform_fields input[type="text"],
.footer-sidebar-3 .gform_fields input[type="email"],
.footer-sidebar-3 .gform_fields input[type="tel"],
.footer-sidebar-3 .gform_fields textarea{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border: 0;
}
.footer-sidebar-3 .gform_fields input[type="text"]::placeholder,
.footer-sidebar-3 .gform_fields input[type="email"]::placeholder,
.footer-sidebar-3 .gform_fields input[type="tel"]::placeholder,
.footer-sidebar-3 .gform_fields textarea::placeholder{
    color: #A9A9A9;
}
.footer-sidebar-3 .charleft{
    display: none;
}
.footer-sidebar-3 .gform_fields{
    gap: 10px;
}
.footer-sidebar-3 .gform_wrapper h2.gform_title{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #081526;
    text-align: center;
    margin-top: 0;
}
.footer-sidebar-3{
    position: relative;
}
.footer-sidebar-3::before{
    position: absolute;
    content: "";
    width: 479px;
    height: 40px;
    background: transparent url(../images/form-bg.png) no-repeat;
    background-position: bottom right;
    top: -40px;
    background-size: 100%;
    right: 8px;
}
.gform-theme.gform-theme--framework.gform_wrapper input.button{
    font-family: "Radio Canada", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background-color: #851506 !important;
    color: #FFFFFF !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 15px 40px 15px 40px !important;
}
.gform-theme.gform-theme--framework.gform_wrapper input.button:hover{
    background-color: #0b283b !important;
}
.footer-sidebar-1{
    padding-top: 50px;
}
.footer-sidebar-1 .wp-block-image{
    margin: 0;
    margin-bottom: 20px;
}
.footer-sidebar-2{
    padding-top: 180px;
}
.footer-sidebar-2 .wp-block-image{
    margin-left: 0;
}
.footer-sidebar-2 p{
    margin-bottom: 15px;
}
.footer-sidebar-2 p a:hover{
    color: #fab826 !important;
}
#footer-social{
    list-style-type: none;
    padding: 0;
    margin-bottom: 50px;
    gap: 20px;
}
ul#footer-social li{
    border-radius: 40px;
}
ul#footer-social a{
    padding: 6px;
    height: 31px;
    display: flex;
    align-items: center;
    width: 31px;
}
ul#footer-social path{
    fill: #103249;
}

#footer-phone{
    background: transparent url(../images/phone.png) no-repeat;
    background-size: contain;
    background-position: center left;
    font-weight: bold;
    padding-left: 40px;
}
#footer-email{
    background: transparent url(../images/email.png) no-repeat;
    background-size: contain;
    background-position: center left;
    font-weight: bold;
    padding-left: 40px;
}
#footer-address{
    background: transparent url(../images/address.png) no-repeat;
    background-size: contain;
    background-position: center left;
    font-weight: bold;
    padding-left: 40px;
}
#breadcrumbs{
    padding: 10px 0;
}
#breadcrumbs a{
    color: #103249;
}
#breadcrumbs .breadcrumb_last{
    color: #851506;
}
body.blog #breadcrumbs{
    margin-bottom: 0;
}
.top-divider{
    position: relative;
}
.top-divider::before{
    position: absolute;
    content: "";
    width: 40%;
    height: 20px;
    background: transparent url(../images/divider.svg) no-repeat;
    background-size: 100%;
    z-index: 0;
    top: 70px;
}

#main ul li{
    margin-bottom: 10px;
    /* font-weight: normal; */
    line-height: 1.5;
}
body.single #main ol li,
body.single #main ul li{
    font-family: "Radio Canada", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
body.single #main ul li span,
body.single #main ol li span{
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}
.calloutboxes img,
#risk-monitoring-provides img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
}
.sub-services img,
.calloutboxes img{
    border: 0 !important;
    border-bottom: 2px solid #FAB826 !important;
}
.img-border-topleft-right{
    border-top: 2px solid #FAB826 !important;
    border-left: 2px solid #FAB826 !important;
    border-right: 2px solid #FAB826 !important;
}
body:not(.elementor-editor-active) #risk-monitoring-provides > div{
    position: relative;
    overflow: hidden;
}
body:not(.elementor-editor-active) .rmp-desc{
    margin-top: 0;
    transition: all .3s ease-in-out;
}
#risk-monitoring-provides > div .rmp-desc{
    display: block;
    margin-top: 20px;
}
body:not(.elementor-editor-active) .rmp-box{
    position: relative;
    bottom: 0;
    border: 2px solid #FAB826;
    height: 108px;
    transition: all .3s ease-in-out;
}
body:not(.elementor-editor-active) .rmp-box p{
    margin-bottom: 0;
}
#stay-ahead{
    position: relative;
    z-index: 1;
}
#stay-ahead::before{
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    width: 60%;
    height: 0;
    border-bottom: 15px solid #103249;
    border-right: 60px solid transparent;
}
#stay-ahead::after{
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 60%;
    height: 0;
    border-top: 15px solid #103249;
    border-left: 60px solid transparent;
}
.center-divider{
    position:relative;
}
.center-divider h2{
    position:relative;
    display: inline-block;
}
.center-divider h2::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 273px;
    height: 0;
    border-bottom: 10px solid #103249;
    border-right: 60px solid transparent;
    transform: translateY(-50%);
}
.center-divider h2::after{
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 273px;
    height: 0;
    border-top: 15px solid #103249;
    border-left: 60px solid transparent;
}
#related-blogs{
    margin-bottom: 100px;
}
#related-blogs h2.center-divider{
    font-size: 34px;
    font-weight: 300;
    font-family: "Radio Canada", Sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.custom-colored-heading{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
#related-blogs h2{
    position: relative;
}
#related-blogs h2::before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -125%;
    width: 273px;
    height: 0;
    border-bottom: 6px solid #103249;
    border-left: 20px solid transparent;
}
#related-blogs .resources-more{
    margin-top: 60px;
}
#related-blogs h2::after{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -125%;
    width: 273px;
    height: 0;
    border-bottom: 6px solid #103249;
    border-right: 20px solid transparent;
}
.post-cards{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.post-card{
    background: #0b283b;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 25%;
    padding-bottom: 30px;
    transition: all .3s ease-in-out;
}
.resources-more-btn{
    transition: all .3s ease-in-out;
}
.resources-more-btn:hover{
    background: #0b283b;
}
.post-card:hover{
    background: #851506;
}
.post-card-image{
    display: flex;
}
.post-card-image img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.post-card-content{
    padding: 30px 30px;
}
.post-card-content h3{
    margin-top: 0;
    font-size: 28px !important;
    font-family: 'Gabarito', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
.post-card-content p{
    font-size: 18px;
    color: #fff;
}
body.single .post-card-content p{
    color: #fff;
}
.post-card-content .read-more{
    color: #FAB826;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
#osint-law{
    position: relative;
}
#osint-law::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    width: 50%;
    height: 0;
    border-bottom: 15px solid #ffffff;
    border-right: 60px solid transparent;
}

.curriculumn-images img,
#curriculumn-images img{
    height: 65px;
}
#stay-ahead.rect-left{
    content: "";
    position: absolute;
    top: -14px;
    height: 0;
    border-bottom: 300px solid #103249;
    border-left: 1000px solid transparent;
    right: 0;
    display: flex;
    width: 100%;
}
body:not(.elementor-editor-active) .related-services-rows > div:nth-child(2),
body:not(.elementor-editor-active) .related-services-rows > div:nth-child(3),
body:not(.elementor-editor-active) .related-services-rows > div:nth-child(4),
body:not(.elementor-editor-active) .related-services-rows > div:nth-child(5){
    position: relative;
}
.related-services-rows > div:nth-child(2)::before,
.related-services-rows > div:nth-child(3)::before,
.related-services-rows > div:nth-child(4)::before,
.related-services-rows > div:nth-child(5)::before{
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 3px;
    height: 100%;
    background: #FAB826;
}
.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 24px;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 24px;
}
.post-featured {
	max-width: 500px;
}   
.single-research-paper .post-featured {
    display: none;
}
.post-featured img {
	width: 100%;
	height: auto;
	display: block;
}
#main > .woocommerce{
    max-width:1366px;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.sub-services .elementor-widget-image a{
	display: block;
}
.sub-services img,
#sub-services img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.sub-services-box{
    height: 100%;
    display: block;
    position: relative;
    padding-bottom: 70px;
}
.sub-services-box.np-bottom{
    padding-bottom: 0;
}
.sub-services-box .elementor-widget-button{
    position: absolute;
    bottom: 20px;
}
.image-w-border-top img{
    position: relative;
    z-index: 1;
    width: 100%;
}
.image-w-border img{
    position: relative;
    z-index: 1;
}
.rmp-title p a{
	color: #fff;
}
.image-w-border-top,
.image-w-border{
    display: flex;
    position: relative;
}
.image-w-border-top::before,
.image-w-border::before{
    content: "";
    width: 80%;
    height: 40%;
    background: #fab826;
    right: -10px;
    top: -10px;
    position: absolute;
}
.image-w-border::after{
    content: "";
    width: 80%;
    height: 40%;
    background: #fab826;
    left: -10px;
    bottom: -10px;
    position: absolute;
}
.blue-strong strong{
    color:#103249;
}
.image-same-height img{
	height: 70px;
	width: auto;
}
.top-right-divider{
    position:relative;
    overflow:hidden;
}
body.blog #headerbanner::before,
.top-right-divider::before{
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 45%;
    width: 100%;
    height: 0;
    border-top: 20px solid #F2B21A;
    border-left: 50px solid transparent;
}
.top-right-divider > *{
    position:relative;
    z-index:1;
}
ul#cart-icons li{
    background: #851506;
    padding: 10px;
    transition: all .3s ease-in-out;
}
ul#cart-icons li:hover{
    background: #000;
}
ul#cart-icons{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    display: none;
    gap: 10px;
    transform: translateY(-50%); 
}
.single-product #headerbanner{
    display: none;
}
.single-product ul#cart-icons,
.page-id-1684 ul#cart-icons{
    display: flex;
    flex-direction: column;
}
.viewl,
.show-hide-icons{
    display: none;
}
.row-ics{
    padding: 20px;
}
.row-ics-alt{
    background: rgb(16 50 73 / 3%);
    border-top: 1px solid rgb(16 50 73 / 30%);
    padding: 20px;
}
.row-ics.last{
    border-bottom: 1px solid rgb(16 50 73 / 30%);
}
.vmvl p{
    margin: 0 !important;
}
.row-ics.active .show-hide-icons,
.row-ics.active .viewl{
    display: flex;
}
.row-ics.active .viewm{
    display: none;
} 
.sep-bottom{
    position: relative;
}
.sep-bottom::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 60%;
    height: 0;
    border-top: 15px solid #e5e5e5;
    border-left: 60px solid transparent;
}
body.single-post .bkpg p{
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
}
body.single-post .bkpg p span{
    font-family: 'Radio Canada', sans-serif !important;
}
body.single-post #main ul li p,
#main ul li p{
    margin-bottom: 0 !important;
}
body.single-post .bkpg span{
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}
body.single .relate-s-title p{
    font-family: "Gabarito", Sans-serif;
    font-size: 70px;
    font-weight: 800;
    color: #FAB826;
}
body.single .relate-s-subtitle p{
    font-family: "Gabarito", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #103249;
}
.related-services-rows > .elementor-element{
    position: relative;
    padding-bottom: 80px;
}
.related-services-rows > .elementor-element .elementor-widget-button{
    position: absolute;
    bottom: 0;
}
.img-invert img{
    filter: invert(1) brightness(2); 
}
.icon-same-height img{
    height: 90px;
}

/* Woocommerce start */
.woocommerce,
.woocommerce a{
    color:#103249;
}
.woocommerce a:hover{
    color:#0b2536;
}
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4{
    color:#103249;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
    background:#851506;
    color:#fff;
    border-color:#851506;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover{
    background:#6e1204;
    border-color:#6e1204;
    color:#fff;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    background:#851506;
    border-color:#851506;
    color:#fff;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
    background:#6e1204;
    border-color:#6e1204;
}
.woocommerce .price,
.woocommerce .amount{
    color:#103249;
}
.woocommerce span.onsale{
    background:#851506;
    color:#fff;
}
.woocommerce-message,
.woocommerce-info{
    border-top-color:#851506;
}
.woocommerce-message::before,
.woocommerce-info::before{
    color:#851506;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    color:#103249;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#103249;
    color:#fff;
}
.woocommerce ul.products{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after{
    display:none;
    content:none;
}

.woocommerce ul.products li.product{
    float:none;
    width:auto;
    margin:0;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering{
    display: none !important;
}
.product-filter-form{
    display: flex;
    gap: 100px;
}
.filter-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 33.3333%;
}
.fg-search{

}
.filter-group button{
    font-family: 'Radio Canada';
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    display: block;
    background: #851506;
    padding-bottom: 12px;
    width: 150px;
    border: 0;
}
.filter-group button{
    background: #000;
}
.fg-search-input{
    padding: 15px 20px;
    width: 300px;
}
.cat-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.cat-list label{
    width: 45%;
}
.woocommerce ul.products li.product a img{
    height: 300px;
    object-fit: cover;
}
.woocommerce ul.products li.product {
    padding: 20px;
    border: 2px solid #f2a900;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li{
    margin-bottom: 0 !important;
}
.woocommerce #related-blogs{
    display: none;
}
#related-blogs{
    clear: both;
}

.hg-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.hg-products-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.hg-products-grid.columns-1 {
  grid-template-columns: 1fr;
}
.hg-product-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.hg-product-card:hover {
  transform: translateY(-4px);
}
.hg-product-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.hg-product-content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hg-product-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hg-product-title a {
    text-decoration: none;
    color: #111;
    font-size: 28px;
    font-weight: bold;
}
.hg-product-excerpt {
    font-size: 22px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    border-bottom: 2px solid #103249;
    padding-bottom: 20px;
}
.hg-product-price {
    font-weight: 600;
    color: #0b3b4c;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 32px;
    min-height: 53px;
}
.hg-per-person {
  font-size: 22px;
  font-weight: 400;
  margin-left: 4px;
  color: #103249;
}
.hg-product-buttons {
  display: flex;
  gap: 15px;
  position: relative;
  margin-top: 10px;
}
.hg-product-buttons .added_to_cart{
    position: absolute;
    bottom: -30px;
    color: #8b1c13;
}
.hg-product-buttons .added_to_cart::before{
    content:"✔";
    margin-right:8px;
    color:#8b1c13;
    font-weight:bold;
}
.hg-add-cart {
  background: #8b1c13;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}
.hg-add-cart:hover {
  background: #6f140d;
  color: #fff;
}
.hg-learn-more {
  border: 1px solid #8b1c13;
  color: #8b1c13;
  padding: 9px 16px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}
.hg-learn-more:hover {
  background: #8b1c13;
  color: #fff;
}

@media (max-width: 1024px) {
  .hg-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .hg-products-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .hg-product-image img {
    height: 220px;
  }
  .hg-product-buttons {
    flex-direction: column;
  }
}

.hg-add-cart {
  position: relative;
  overflow: hidden;
}
.hg-add-cart.loading {
  color: transparent !important;
  pointer-events: none;
}
.hg-add-cart.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: hgspin 0.6s linear infinite;
}
.hg-add-cart.added {
  background: #2e7d32 !important;
  color: #fff !important;
}
@keyframes hgspin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.single-webinar #breadcrumbs,
.single-product #breadcrumbs{
    margin-bottom: 0;
}
.single-product .bkpg > .woocommerce{
    display: none;
}
#product-main-title{
    position: relative;
}
#product-main-title::after{
    content: "";
    width: 100%;
    height: 100px;
    background: transparent url(../images/product-seperator.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: bottom left;
}

/* Woocommerce end */

.openpositions-grid {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.openpositions-item {
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    width: 30%;
}
.career-title {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.career-title a {
    text-decoration: none;
    font-family: "Radio Canada", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
.career-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #000;
  margin-bottom: 20px;
}
.career-button {
    font-family: 'Radio Canada';
    padding: 12px 30px;
    font-size: 18px;
    display: inline-block;
    padding: 10px 18px;
    background: #851506;
    color: #fff;
    text-decoration: none;  
}
.career-button:hover {
  background: #000;
}
.job-meta-box {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 28px;
  margin: 30px 0;
  display: grid;
  gap: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.job-meta-item {
  font-family: "Radio Canada", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
.job-meta-item strong {
  font-weight: 600;
  margin-right: 6px;
}
.single-post .bkpg h2{
    font-family: "Gabarito", Sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #103249;
}
.single-post .bkpg p span,
.single-post .bkpg h2 strong,
.single-post .bkpg h2 span{
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}
.single-post .bkpg h3{
    font-family: "Gabarito", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #103249;
}
.single-post .bkpg h4{
    font-family: "Gabarito", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #103249;
}
.single-post .bkpg h5{
    font-family: "Gabarito", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #103249;
}
.single-post .bkpg h6{
    font-family: "Gabarito", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #103249;
}
body.single-post .bkpg ol li{
    line-height: 1.5;
    margin-bottom: 10px;
}

.hide{
	display: none !important;
}
ul#menu-main-menu > li#menu-item-3695{
	display: none;
}


@media (max-width:1550px) and (min-width:1250px){
    body{
        zoom: 0.8;
    }
}


@media only screen and (max-width: 1100px){    
    main .woocommerce,
    .e-con>.e-con-inner,
    .container {
        width: 95%;
        margin:0 auto;
    }
    .row{
         margin:0;
    }
    #menu-holder .row {
        justify-content: center;
    }
    .menu-row{
        padding-bottom: 10px;
    }
    .footer-sidebar-3::before{
        display: none;
    }
    .footer-sidebar-1,
    .footer-sidebar-2,
    .footer-sidebar-3{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .main-footer .row{
        flex-direction: column;
        gap: 30px;
    }
    .footer-sidebar-2{
        padding-top: 0;
    }
    .footer-sidebar-2 .wp-block-image{
        margin: 0;
    }
    .main-footer p{
        text-align: center;
    }
    #risk-monitoring-provides {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }

    #risk-monitoring-provides > .e-con {
        width: 33.3333%;
    }
	#footer-address,
	#footer-phone,
	#footer-email{
		background-size: 20px;
	}
	.ipad-full{
		display: flex;
        flex-direction: column !important;
	}
	.ipad-full > .elementor-element{
		width: 100%;
	}
	img.alignleft, 
	img.alignright {
        float: none;
        margin: 0 0 24px 0;
        display: block;
		margin: 0 auto;
        margin-bottom: 30px;
    }
	div#team-container{
		flex-direction: column;
		gap: 20px;
	}
	div#team-container .bio-dets{
		order: 1;
		text-align: center;
	}
	div#team-container .member-image{
		order: 0;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	div#team-container .linkedin-view{
		width: 150px;
	}
	.blog-item {
		gap: 20px;
		display: flex;
		flex-direction: column;
	}
	.blog-item .col-6{
		width: 100%;
	}
	div.blog-item:nth-child(even) .blog-t-holder {
		order: initial;
	}
	div.blog-t-holder img {
		width: 100%;
		height: auto;
		object-fit: initial;
	}
	div#blog-filters.active{
		height: auto;
	}
	.search-frm-sa, 
	.search-frm {
		display: flex;
		flex-direction: column;
	}
	ul#menu-main-menu > li#menu-item-3695{
		display: block;
	}
	#mg-wprm-wrap ul li.menu-item-19{
		display: none;
	}
	#whywork{
		position: relative;
	}
	#whywork::before{
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.9);
		z-index: 0;
	}
	#whywork > .e-con-inner{
		position: relative;
		z-index: 1;
	}
	.hide-ipad{
		display: none;
	}
	.sub-services,
	.calloutboxes{
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.sub-services > .elementor-element,
	.calloutboxes > .elementor-element,
	#risk-monitoring-provides > .e-con {
        width: 100%;
    }
	.related-services-rows{
		flex-direction: column !important;
	}
	.post-cards {
		display: flex;
		flex-wrap: wrap;
	}
	.post-card{
		width: 45%;
	}
	.consulting-services-row{
		flex-direction: column !important;
		margin: 0;
        padding: 0;
	}
    div.team-grid{
        grid-template-columns:repeat(3,1fr);
    }
    #gform_fields_1{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media only screen and (max-width: 980px){
    .footer-sidebar-2 .widget-title{
        margin-top: 0;
    }
    .main-footer .row > div{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-sidebar-3::before{
        left: 0;
    }
    #related-blogs h2::before{
        left: -150px;
        width: 100px;
    }
    #related-blogs h2::after{
        right: -150px;
        width: 100px;
    }
    .post-cards {
        display: flex;
        gap: 1%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .post-card{
        width: 49%;
        margin-bottom: 10px;
    }
    .related-services-rows{
        display: flex;
        flex-direction: column !important;
        gap: 20px;
    }
    .alignleft,
	.alignright {
		float: none;
		margin: 0 0 24px 0;
	}

	.post-featured {
		max-width: 100%;
	}
    div.team-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media only screen and (max-width: 580px){
    .footer-sidebar-4{
        text-align: center;
    }
    .latest-resources{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .resource-item:nth-child(1) .resource-image,
    .resource-item:nth-child(1) .resource-image-wrap,
    .resource-item:nth-child(3) .resource-image,
    .resource-item:nth-child(3) .resource-image-wrap{
        clip-path: none;
    }
    #whywork > .e-con-inner{
        padding: 50px 0;
    }
    #whywork{
        background-position: top left;
    }
    .footer-sidebar-3 .gform_wrapper{
        width: 100%;
        padding-top: 30px;
    }
    .menu-row{
        padding-top: 60px;
    }
    #risk-monitoring-provides > .e-con {
        width: 100%;
    }    
    .post-card{
        width: 100%;
        margin-bottom: 10px;
    }
    .post-card-image img{
        height: auto;
    }
    .openpositions-item {
        width: 100%;
    }
	a.main-logo img {
		top: 0;
		position: relative;
		margin: 10px 0;
	}
	#sec-hero::before{
		background: rgba(0,0,0,0.8);
		width: 100%;
		z-index: 0;
	}
	#sec-hero > .e-con-inner {
		padding: 50px 0;
	}
	div.r-search, 
	div.r-industry {
		padding-left: 0;
	}
	h2{
		font-size: 32px;
	}
	
	h3{
		font-size: 28px;
	}
	h4{
		font-size: 24px;
	}
	h5{
		font-size: 20px;
	}
	h6{
		font-size: 16px;
	}
	body #headerbanner h1,
	body.blog #headerbanner h1{
		font-size: 42px;
	}
	.sub-services,
	.calloutboxes{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.sub-services  > .elementor-element,
	.calloutboxes > .elementor-element,
	#risk-monitoring-provides > .e-con {
        width: 100%;
    }
	.post-cards {
		flex-direction: column;
	}
	.post-card{
		width: 100%;
	}
	.sub-services-box{
		height: auto !important;
	}
    a#who-we-help-image-1{
        background: #000 url(../images/who-we-help-image-a1.png) no-repeat !important;
        background-size: cover !important;
        margin-top: 20px;
        border: 10px solid #0b283b;
    }
    a#who-we-help-image-2{
        background: #000 url(../images/who-we-help-image-a2.png) no-repeat !important;
        background-size: cover !important;
        margin-top: 20px;
        border: 10px solid #0b283b;
    }
    div.team-grid{
        grid-template-columns:1fr;
    }
} 