/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/* Minify_CSS_UriRewriter::$debugText

*/

/* magnific-popup.css */

/* 1   */ /* Magnific Popup CSS */
/* 2   */ .mfp-bg {
/* 3   */   top: 0;
/* 4   */   left: 0;
/* 5   */   width: 100%;
/* 6   */   height: 100%;
/* 7   */   z-index: 1042;
/* 8   */   overflow: hidden;
/* 9   */   position: fixed;
/* 10  */   background: #0b0b0b;
/* 11  */   opacity: 0.8; }
/* 12  */
/* 13  */ .mfp-wrap {
/* 14  */   top: 0;
/* 15  */   left: 0;
/* 16  */   width: 100%;
/* 17  */   height: 100%;
/* 18  */   z-index: 1043;
/* 19  */   position: fixed;
/* 20  */   outline: none !important;
/* 21  */   -webkit-backface-visibility: hidden; }
/* 22  */
/* 23  */ .mfp-container {
/* 24  */   text-align: center;
/* 25  */   position: absolute;
/* 26  */   width: 100%;
/* 27  */   height: 100%;
/* 28  */   left: 0;
/* 29  */   top: 0;
/* 30  */   padding: 0 8px;
/* 31  */   box-sizing: border-box; }
/* 32  */
/* 33  */ .mfp-container:before {
/* 34  */   content: '';
/* 35  */   display: inline-block;
/* 36  */   height: 100%;
/* 37  */   vertical-align: middle; }
/* 38  */
/* 39  */ .mfp-align-top .mfp-container:before {
/* 40  */   display: none; }
/* 41  */
/* 42  */ .mfp-content {
/* 43  */   position: relative;
/* 44  */   display: inline-block;
/* 45  */   vertical-align: middle;
/* 46  */   margin: 0 auto;
/* 47  */   text-align: left;
/* 48  */   z-index: 1045; }
/* 49  */
/* 50  */ .mfp-inline-holder .mfp-content,

/* magnific-popup.css */

/* 51  */ .mfp-ajax-holder .mfp-content {
/* 52  */   width: 100%;
/* 53  */   cursor: auto; }
/* 54  */
/* 55  */ .mfp-ajax-cur {
/* 56  */   cursor: progress; }
/* 57  */
/* 58  */ .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
/* 59  */   cursor: -moz-zoom-out;
/* 60  */   cursor: -webkit-zoom-out;
/* 61  */   cursor: zoom-out; }
/* 62  */
/* 63  */ .mfp-zoom {
/* 64  */   cursor: pointer;
/* 65  */   cursor: -webkit-zoom-in;
/* 66  */   cursor: -moz-zoom-in;
/* 67  */   cursor: zoom-in; }
/* 68  */
/* 69  */ .mfp-auto-cursor .mfp-content {
/* 70  */   cursor: auto; }
/* 71  */
/* 72  */ .mfp-close,
/* 73  */ .mfp-arrow,
/* 74  */ .mfp-preloader,
/* 75  */ .mfp-counter {
/* 76  */   -webkit-user-select: none;
/* 77  */   -moz-user-select: none;
/* 78  */   user-select: none; }
/* 79  */
/* 80  */ .mfp-loading.mfp-figure {
/* 81  */   display: none; }
/* 82  */
/* 83  */ .mfp-hide {
/* 84  */   display: none !important; }
/* 85  */
/* 86  */ .mfp-preloader {
/* 87  */   color: #CCC;
/* 88  */   position: absolute;
/* 89  */   top: 50%;
/* 90  */   width: auto;
/* 91  */   text-align: center;
/* 92  */   margin-top: -0.8em;
/* 93  */   left: 8px;
/* 94  */   right: 8px;
/* 95  */   z-index: 1044; }
/* 96  */   .mfp-preloader a {
/* 97  */     color: #CCC; }
/* 98  */     .mfp-preloader a:hover {
/* 99  */       color: #FFF; }
/* 100 */

/* magnific-popup.css */

/* 101 */ .mfp-s-ready .mfp-preloader {
/* 102 */   display: none; }
/* 103 */
/* 104 */ .mfp-s-error .mfp-content {
/* 105 */   display: none; }
/* 106 */
/* 107 */ button.mfp-close,
/* 108 */ button.mfp-arrow {
/* 109 */   overflow: visible;
/* 110 */   cursor: pointer;
/* 111 */   background: transparent;
/* 112 */   border: 0;
/* 113 */   -webkit-appearance: none;
/* 114 */   display: block;
/* 115 */   outline: none;
/* 116 */   padding: 0;
/* 117 */   z-index: 1046;
/* 118 */   box-shadow: none;
/* 119 */   touch-action: manipulation; }
/* 120 */
/* 121 */ button::-moz-focus-inner {
/* 122 */   padding: 0;
/* 123 */   border: 0; }
/* 124 */
/* 125 */ .mfp-close {
/* 126 */   width: 44px;
/* 127 */   height: 44px;
/* 128 */   line-height: 44px;
/* 129 */   position: absolute;
/* 130 */   right: 0;
/* 131 */   top: 0;
/* 132 */   text-decoration: none;
/* 133 */   text-align: center;
/* 134 */   opacity: 0.65;
/* 135 */   padding: 0 0 18px 10px;
/* 136 */   color: #FFF;
/* 137 */   font-style: normal;
/* 138 */   font-size: 28px;
/* 139 */   font-family: Arial, Baskerville, monospace; }
/* 140 */   .mfp-close:hover,
/* 141 */   .mfp-close:focus {
/* 142 */     opacity: 1; }
/* 143 */   .mfp-close:active {
/* 144 */     top: 1px; }
/* 145 */
/* 146 */ .mfp-close-btn-in .mfp-close {
/* 147 */   color: #333; }
/* 148 */
/* 149 */ .mfp-image-holder .mfp-close,
/* 150 */ .mfp-iframe-holder .mfp-close {

/* magnific-popup.css */

/* 151 */   color: #FFF;
/* 152 */   right: -6px;
/* 153 */   text-align: right;
/* 154 */   padding-right: 6px;
/* 155 */   width: 100%; }
/* 156 */
/* 157 */ .mfp-counter {
/* 158 */   position: absolute;
/* 159 */   top: 0;
/* 160 */   right: 0;
/* 161 */   color: #CCC;
/* 162 */   font-size: 12px;
/* 163 */   line-height: 18px;
/* 164 */   white-space: nowrap; }
/* 165 */
/* 166 */ .mfp-arrow {
/* 167 */   position: absolute;
/* 168 */   opacity: 0.65;
/* 169 */   margin: 0;
/* 170 */   top: 50%;
/* 171 */   margin-top: -55px;
/* 172 */   padding: 0;
/* 173 */   width: 90px;
/* 174 */   height: 110px;
/* 175 */   -webkit-tap-highlight-color: transparent; }
/* 176 */   .mfp-arrow:active {
/* 177 */     margin-top: -54px; }
/* 178 */   .mfp-arrow:hover,
/* 179 */   .mfp-arrow:focus {
/* 180 */     opacity: 1; }
/* 181 */   .mfp-arrow:before,
/* 182 */   .mfp-arrow:after {
/* 183 */     content: '';
/* 184 */     display: block;
/* 185 */     width: 0;
/* 186 */     height: 0;
/* 187 */     position: absolute;
/* 188 */     left: 0;
/* 189 */     top: 0;
/* 190 */     margin-top: 35px;
/* 191 */     margin-left: 35px;
/* 192 */     border: medium inset transparent; }
/* 193 */   .mfp-arrow:after {
/* 194 */     border-top-width: 13px;
/* 195 */     border-bottom-width: 13px;
/* 196 */     top: 8px; }
/* 197 */   .mfp-arrow:before {
/* 198 */     border-top-width: 21px;
/* 199 */     border-bottom-width: 21px;
/* 200 */     opacity: 0.7; }

/* magnific-popup.css */

/* 201 */
/* 202 */ .mfp-arrow-left {
/* 203 */   left: 0; }
/* 204 */   .mfp-arrow-left:after {
/* 205 */     border-right: 17px solid #FFF;
/* 206 */     margin-left: 31px; }
/* 207 */   .mfp-arrow-left:before {
/* 208 */     margin-left: 25px;
/* 209 */     border-right: 27px solid #3F3F3F; }
/* 210 */
/* 211 */ .mfp-arrow-right {
/* 212 */   right: 0; }
/* 213 */   .mfp-arrow-right:after {
/* 214 */     border-left: 17px solid #FFF;
/* 215 */     margin-left: 39px; }
/* 216 */   .mfp-arrow-right:before {
/* 217 */     border-left: 27px solid #3F3F3F; }
/* 218 */
/* 219 */ .mfp-iframe-holder {
/* 220 */   padding-top: 40px;
/* 221 */   padding-bottom: 40px; }
/* 222 */   .mfp-iframe-holder .mfp-content {
/* 223 */     line-height: 0;
/* 224 */     width: 100%;
/* 225 */     max-width: 900px; }
/* 226 */   .mfp-iframe-holder .mfp-close {
/* 227 */     top: -40px; }
/* 228 */
/* 229 */ .mfp-iframe-scaler {
/* 230 */   width: 100%;
/* 231 */   height: 0;
/* 232 */   overflow: hidden;
/* 233 */   padding-top: 56.25%; }
/* 234 */   .mfp-iframe-scaler iframe {
/* 235 */     position: absolute;
/* 236 */     display: block;
/* 237 */     top: 0;
/* 238 */     left: 0;
/* 239 */     width: 100%;
/* 240 */     height: 100%;
/* 241 */     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
/* 242 */     background: #000; }
/* 243 */
/* 244 */ /* Main image in popup */
/* 245 */ img.mfp-img {
/* 246 */   width: auto;
/* 247 */   max-width: 100%;
/* 248 */   height: auto;
/* 249 */   display: block;
/* 250 */   line-height: 0;

/* magnific-popup.css */

/* 251 */   box-sizing: border-box;
/* 252 */   padding: 40px 0 40px;
/* 253 */   margin: 0 auto; }
/* 254 */
/* 255 */ /* The shadow behind the image */
/* 256 */ .mfp-figure {
/* 257 */   line-height: 0; }
/* 258 */   .mfp-figure:after {
/* 259 */     content: '';
/* 260 */     position: absolute;
/* 261 */     left: 0;
/* 262 */     top: 40px;
/* 263 */     bottom: 40px;
/* 264 */     display: block;
/* 265 */     right: 0;
/* 266 */     width: auto;
/* 267 */     height: auto;
/* 268 */     z-index: -1;
/* 269 */     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
/* 270 */     background: #444; }
/* 271 */   .mfp-figure small {
/* 272 */     color: #BDBDBD;
/* 273 */     display: block;
/* 274 */     font-size: 12px;
/* 275 */     line-height: 14px; }
/* 276 */   .mfp-figure figure {
/* 277 */     margin: 0; }
/* 278 */
/* 279 */ .mfp-bottom-bar {
/* 280 */   margin-top: -36px;
/* 281 */   position: absolute;
/* 282 */   top: 100%;
/* 283 */   left: 0;
/* 284 */   width: 100%;
/* 285 */   cursor: auto; }
/* 286 */
/* 287 */ .mfp-title {
/* 288 */   text-align: left;
/* 289 */   line-height: 18px;
/* 290 */   color: #F3F3F3;
/* 291 */   word-wrap: break-word;
/* 292 */   padding-right: 36px; }
/* 293 */
/* 294 */ .mfp-image-holder .mfp-content {
/* 295 */   max-width: 100%; }
/* 296 */
/* 297 */ .mfp-gallery .mfp-image-holder .mfp-figure {
/* 298 */   cursor: pointer; }
/* 299 */
/* 300 */ @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/* magnific-popup.css */

/* 301 */   /**
/* 302 *|        * Remove all paddings around the image on small screen
/* 303 *|        */
/* 304 */   .mfp-img-mobile .mfp-image-holder {
/* 305 */     padding-left: 0;
/* 306 */     padding-right: 0; }
/* 307 */   .mfp-img-mobile img.mfp-img {
/* 308 */     padding: 0; }
/* 309 */   .mfp-img-mobile .mfp-figure:after {
/* 310 */     top: 0;
/* 311 */     bottom: 0; }
/* 312 */   .mfp-img-mobile .mfp-figure small {
/* 313 */     display: inline;
/* 314 */     margin-left: 5px; }
/* 315 */   .mfp-img-mobile .mfp-bottom-bar {
/* 316 */     background: rgba(0, 0, 0, 0.6);
/* 317 */     bottom: 0;
/* 318 */     margin: 0;
/* 319 */     top: auto;
/* 320 */     padding: 3px 5px;
/* 321 */     position: fixed;
/* 322 */     box-sizing: border-box; }
/* 323 */     .mfp-img-mobile .mfp-bottom-bar:empty {
/* 324 */       padding: 0; }
/* 325 */   .mfp-img-mobile .mfp-counter {
/* 326 */     right: 5px;
/* 327 */     top: 3px; }
/* 328 */   .mfp-img-mobile .mfp-close {
/* 329 */     top: 0;
/* 330 */     right: 0;
/* 331 */     width: 35px;
/* 332 */     height: 35px;
/* 333 */     line-height: 35px;
/* 334 */     background: rgba(0, 0, 0, 0.6);
/* 335 */     position: fixed;
/* 336 */     text-align: center;
/* 337 */     padding: 0; } }
/* 338 */
/* 339 */ @media all and (max-width: 900px) {
/* 340 */   .mfp-arrow {
/* 341 */     -webkit-transform: scale(0.75);
/* 342 */     transform: scale(0.75); }
/* 343 */   .mfp-arrow-left {
/* 344 */     -webkit-transform-origin: 0;
/* 345 */     transform-origin: 0; }
/* 346 */   .mfp-arrow-right {
/* 347 */     -webkit-transform-origin: 100%;
/* 348 */     transform-origin: 100%; }
/* 349 */   .mfp-container {
/* 350 */     padding-left: 6px;

/* magnific-popup.css */

/* 351 */     padding-right: 6px; } }
/* Minify_CSS_UriRewriter::$debugText

*/

/* slick.css */

/* 1 */ .slick-loading .slick-list{background:#fff url(../images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* Minify_CSS_UriRewriter::$debugText

*/

/* aigpl-public.css */

/* 1  */ .aigpl-clearfix:before, .aigpl-clearfix:after{content: "";display: table;}
/* 2  */ .aigpl-clearfix::after{clear: both;}
/* 3  */ .aigpl-hide{display:none;}
/* 4  */ .aigpl-center{text-align:center;}
/* 5  */ .aigpl-gallery-wrp *, .aigpl-gallery-album-wrp *{box-sizing: border-box; outline:none !important;}
/* 6  */ .aigpl-gallery-wrp .aigpl-inr-wrp{position:relative; overflow: hidden;}
/* 7  */ .aigpl-gallery-wrp .aigpl-img, .aigpl-gallery-album-wrp .aigpl-img{border-radius:0 !important; box-shadow:none !important; border:0; margin:0; padding:0; object-fit:cover; object-position:top center; height:100%; width:100%;}
/* 8  */ .aigpl-img-title{font-weight:bold; padding: 8px 0 0 0;}
/* 9  */ .aigpl-img-desc{padding: 8px 0 0 0;}
/* 10 */ .aigpl-gallery-wrp .aigpl-img-wrp {line-height: 0;}
/* 11 */ .aigpl-mfp-popup button.mfp-arrow, .aigpl-mfp-popup button.mfp-close{background-color:transparent !important; background-image:none !important; box-shadow:none !important;}
/* 12 */ .aigpl-cnt-wrp .aigpl-img-desc p:last-child{margin-bottom: 0;}
/* 13 */ .aigpl-cnt-wrp .aigpl-img-desc p {margin-bottom: 8px;}
/* 14 */
/* 15 */ .aigpl-gallery-album-wrp .aigpl-img-wrp{border:1px solid #ccc; padding: 5px; z-index: 1;}
/* 16 */ .aigpl-gallery-album-wrp .aigpl-img-wrp::after { border-width: 4px !important; bottom: -7px; content: " "; left: -7px; position: absolute; right: 11px; top: 5px; border-style: none none double double !important; border-color: #ccc; z-index: -1;}
/* 17 */ .aigpl-img-count {font-style: italic; padding: 6px 0 0 0;}
/* 18 */
/* 19 */ /* Slider CSS Starts */
/* 20 */ .aigpl-gallery-slider{visibility: hidden; opacity:0; transition:opacity 0.5s linear;}
/* 21 */ .aigpl-gallery-slider.slick-initialized {visibility: visible; opacity:1;}
/* 22 */ .aigpl-gallery-slider .slick-dots li button{text-indent:-99999px;}
/* 23 */
/* 24 */ .aigpl-gallery-slider .slick-arrow{position:absolute; top: 40%; z-index:9; padding:0; margin:0px; display: inline-block; background-color: rgba(0, 0, 0, 0.7); text-align:center; width:30px; height:50px; cursor: pointer;}
/* 25 */ .aigpl-gallery-slider .slick-arrow svg{fill: #fff; height: 100%; width: 100%;}
/* 26 */ .aigpl-gallery-slider .slick-next{right:5px;}
/* 27 */ .aigpl-gallery-slider .slick-prev{left:5px;}
/* 28 */
/* 29 */ .aigpl-gallery-album-slider.aigpl-gallery-slider .slick-prev{left:16px;}
/* 30 */ .aigpl-gallery-album-slider.aigpl-gallery-slider .slick-next{right:16px;}
/* 31 */
/* 32 */ .aigpl-gallery-slider .slick-dots{padding:15px 0 !important; margin:0 !important; text-align:center; line-height:0;}
/* 33 */ .aigpl-gallery-slider .slick-dots li{list-style:none !important; display:inline-block !important; margin:0 3px !important; padding:0px !important;line-height: 0;}
/* 34 */ .aigpl-gallery-slider ul.slick-dots li::before, .aigpl-gallery-slider ul.slick-dots li::after{background:none !important;content:none !important;}
/* 35 */ .aigpl-gallery-slider .slick-dots li button{background: #fff !important;margin: 0px !important;padding: 0px !important;border: 2px solid #444;border-radius: 50% !important;width: 12px !important; height: 12px !important; box-shadow: none !important;}
/* 36 */ .aigpl-gallery-slider .slick-dots li button:focus{outline:none !important;}
/* 37 */ .aigpl-gallery-slider .slick-dots li.slick-active button{background:#8D8C8C !important;}
/* 38 */ .aigpl-gallery-slider .slick-slide{padding:0 5px !important; text-align:center;}
/* 39 */ .aigpl-gallery-album-slider.aigpl-gallery-slider .slick-slide{padding:0 10px 10px 10px !important; text-align:center;}
/* 40 */ /* Slider CSS Ends */
/* 41 */
/* 42 */ /* Avada CSS */
/* 43 */ .fusion-flex-container.aigpl-fusion-flex{ flex-direction: column; }
/* 44 */ .aigpl-elementor-tab-wrap{min-width: 0; min-height: 0;}
/* 45 */
/* 46 */ /********************** ALBUM DESIGN-1 ***********************/
/* 47 */ .aigpl-album-design-1 .aigpl-first{ clear: both; }
/* 48 */ .aigpl-album-design-1 .aigpl-img-title{font-weight: 600;text-transform: capitalize;font-size: 18px;line-height: normal;margin: 15px 0 0; padding: 0;}
/* 49 */ .aigpl-album-design-1 .aigpl-img-desc{padding: 8px 0 0 0;}
/* 50 */ .aigpl-album-design-1 .aigpl-img-wrp{position: relative;height: 300px;width: 100%;}

/* aigpl-public.css */

/* 51 */ .aigpl-album-design-1 .aigpl-img-count{padding-top:8px;}
/* 52 */
/* 53 */ /********************** GALLERY DESIGN-1 ***********************/
/* 54 */ .aigpl-design-1 .aigpl-hide{display:none;}
/* 55 */ .aigpl-design-1 .aigpl-gallery-wrp *{box-sizing: border-box; outline:none !important;}
/* 56 */ .aigpl-design-1 .aigpl-gallery-wrp .aigpl-inr-wrp{position:relative;}
/* 57 */ .aigpl-design-1 .aigpl-gallery-wrp .aigpl-img-wrp{line-height:0; height: 225px; position:relative;}
/* 58 */ .aigpl-design-1 .aigpl-gallery-wrp .aigpl-img{border-radius:0 !important; box-shadow:none !important; border:0; margin:0; padding:0; -o-object-fit:cover; object-fit:cover; -o-object-position:top center; object-position:top center; height:100%; width:100%;}
/* 59 */
/* 60 */ .aigpl-design-1.aigpl-gallery-wrp .aigpl-first{clear:both;}
/* 61 */ .aigpl-design-1 .aigpl-img-caption {z-index: 1000;box-sizing: border-box;  bottom: 0; color: #fff; font-size: 16px; padding: 15px 10px; position: absolute; text-align: center; width: 100%; line-height:normal;background: RGBA(17, 17, 17, 0.62);}
/* 62 */ .aigpl-design-1 .aigpl-img-title{font-weight: 600;text-transform: capitalize;font-size: 18px;line-height: normal;margin: 8px 0 0;}
/* 63 */ .aigpl-design-1 .aigpl-img-desc{padding: 8px 0 0 0;}
/* 64 */ .aigpl-design-1 .aigpl-img-wrp{position: relative;height: 300px;width: 100%;}
/* 65 */
/* 66 */ .aigpl-column,
/* 67 */ .aigpl-columns {width: 100%; position: relative; padding:10px; float:left;}
/* 68 */
/* 69 */ @media only screen and (min-width: 40.0625em) {
/* 70 */     .aigpl-column,
/* 71 */     .aigpl-columns {position: relative; padding: 10px; float:left;}
/* 72 */     .aigpl-col-1{ width: 100%; }
/* 73 */     .aigpl-col-2{ width: 50%; }
/* 74 */     .aigpl-col-3{ width: 33.33333%; }
/* 75 */     .aigpl-col-4{ width: 25%; }
/* 76 */     .aigpl-col-5{ width:20%; }
/* 77 */     .aigpl-col-6{ width: 16.66667%; }
/* 78 */     .aigpl-col-7{ width: 14.2857%; }
/* 79 */     .aigpl-col-8{ width: 12.5%; }
/* 80 */     .aigpl-col-9{ width: 11.11%; }
/* 81 */     .aigpl-col-10{ width: 10%; }
/* 82 */     .aigpl-col-11{ width: 9.090%; }
/* 83 */     .aigpl-col-12{ width: 8.33333%; }
/* 84 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* styles.css */

/* 1   */ .wpcf7 .screen-reader-response {
/* 2   */ 	position: absolute;
/* 3   */ 	overflow: hidden;
/* 4   */ 	clip: rect(1px, 1px, 1px, 1px);
/* 5   */ 	clip-path: inset(50%);
/* 6   */ 	height: 1px;
/* 7   */ 	width: 1px;
/* 8   */ 	margin: -1px;
/* 9   */ 	padding: 0;
/* 10  */ 	border: 0;
/* 11  */ 	word-wrap: normal !important;
/* 12  */ }
/* 13  */
/* 14  */ .wpcf7 .hidden-fields-container {
/* 15  */ 	display: none;
/* 16  */ }
/* 17  */
/* 18  */ .wpcf7 form .wpcf7-response-output {
/* 19  */ 	margin: 2em 0.5em 1em;
/* 20  */ 	padding: 0.2em 1em;
/* 21  */ 	border: 2px solid #00a0d2; /* Blue */
/* 22  */ }
/* 23  */
/* 24  */ .wpcf7 form.init .wpcf7-response-output,
/* 25  */ .wpcf7 form.resetting .wpcf7-response-output,
/* 26  */ .wpcf7 form.submitting .wpcf7-response-output {
/* 27  */ 	display: none;
/* 28  */ }
/* 29  */
/* 30  */ .wpcf7 form.sent .wpcf7-response-output {
/* 31  */ 	border-color: #46b450; /* Green */
/* 32  */ }
/* 33  */
/* 34  */ .wpcf7 form.failed .wpcf7-response-output,
/* 35  */ .wpcf7 form.aborted .wpcf7-response-output {
/* 36  */ 	border-color: #dc3232; /* Red */
/* 37  */ }
/* 38  */
/* 39  */ .wpcf7 form.spam .wpcf7-response-output {
/* 40  */ 	border-color: #f56e28; /* Orange */
/* 41  */ }
/* 42  */
/* 43  */ .wpcf7 form.invalid .wpcf7-response-output,
/* 44  */ .wpcf7 form.unaccepted .wpcf7-response-output,
/* 45  */ .wpcf7 form.payment-required .wpcf7-response-output {
/* 46  */ 	border-color: #ffb900; /* Yellow */
/* 47  */ }
/* 48  */
/* 49  */ .wpcf7-form-control-wrap {
/* 50  */ 	position: relative;

/* styles.css */

/* 51  */ }
/* 52  */
/* 53  */ .wpcf7-not-valid-tip {
/* 54  */ 	color: #dc3232; /* Red */
/* 55  */ 	font-size: 1em;
/* 56  */ 	font-weight: normal;
/* 57  */ 	display: block;
/* 58  */ }
/* 59  */
/* 60  */ .use-floating-validation-tip .wpcf7-not-valid-tip {
/* 61  */ 	position: relative;
/* 62  */ 	top: -2ex;
/* 63  */ 	left: 1em;
/* 64  */ 	z-index: 100;
/* 65  */ 	border: 1px solid #dc3232;
/* 66  */ 	background: #fff;
/* 67  */ 	padding: .2em .8em;
/* 68  */ 	width: 24em;
/* 69  */ }
/* 70  */
/* 71  */ .wpcf7-list-item {
/* 72  */ 	display: inline-block;
/* 73  */ 	margin: 0 0 0 1em;
/* 74  */ }
/* 75  */
/* 76  */ .wpcf7-list-item-label::before,
/* 77  */ .wpcf7-list-item-label::after {
/* 78  */ 	content: " ";
/* 79  */ }
/* 80  */
/* 81  */ .wpcf7-spinner {
/* 82  */ 	visibility: hidden;
/* 83  */ 	display: inline-block;
/* 84  */ 	background-color: #23282d; /* Dark Gray 800 */
/* 85  */ 	opacity: 0.75;
/* 86  */ 	width: 24px;
/* 87  */ 	height: 24px;
/* 88  */ 	border: none;
/* 89  */ 	border-radius: 100%;
/* 90  */ 	padding: 0;
/* 91  */ 	margin: 0 24px;
/* 92  */ 	position: relative;
/* 93  */ }
/* 94  */
/* 95  */ form.submitting .wpcf7-spinner {
/* 96  */ 	visibility: visible;
/* 97  */ }
/* 98  */
/* 99  */ .wpcf7-spinner::before {
/* 100 */ 	content: '';

/* styles.css */

/* 101 */ 	position: absolute;
/* 102 */ 	background-color: #fbfbfc; /* Light Gray 100 */
/* 103 */ 	top: 4px;
/* 104 */ 	left: 4px;
/* 105 */ 	width: 6px;
/* 106 */ 	height: 6px;
/* 107 */ 	border: none;
/* 108 */ 	border-radius: 100%;
/* 109 */ 	transform-origin: 8px 8px;
/* 110 */ 	animation-name: spin;
/* 111 */ 	animation-duration: 1000ms;
/* 112 */ 	animation-timing-function: linear;
/* 113 */ 	animation-iteration-count: infinite;
/* 114 */ }
/* 115 */
/* 116 */ @media (prefers-reduced-motion: reduce) {
/* 117 */ 	.wpcf7-spinner::before {
/* 118 */ 		animation-name: blink;
/* 119 */ 		animation-duration: 2000ms;
/* 120 */ 	}
/* 121 */ }
/* 122 */
/* 123 */ @keyframes spin {
/* 124 */ 	from {
/* 125 */ 		transform: rotate(0deg);
/* 126 */ 	}
/* 127 */
/* 128 */ 	to {
/* 129 */ 		transform: rotate(360deg);
/* 130 */ 	}
/* 131 */ }
/* 132 */
/* 133 */ @keyframes blink {
/* 134 */ 	from {
/* 135 */ 		opacity: 0;
/* 136 */ 	}
/* 137 */
/* 138 */ 	50% {
/* 139 */ 		opacity: 1;
/* 140 */ 	}
/* 141 */
/* 142 */ 	to {
/* 143 */ 		opacity: 0;
/* 144 */ 	}
/* 145 */ }
/* 146 */
/* 147 */ .wpcf7 [inert] {
/* 148 */ 	opacity: 0.5;
/* 149 */ }
/* 150 */

/* styles.css */

/* 151 */ .wpcf7 input[type="file"] {
/* 152 */ 	cursor: pointer;
/* 153 */ }
/* 154 */
/* 155 */ .wpcf7 input[type="file"]:disabled {
/* 156 */ 	cursor: default;
/* 157 */ }
/* 158 */
/* 159 */ .wpcf7 .wpcf7-submit:disabled {
/* 160 */ 	cursor: not-allowed;
/* 161 */ }
/* 162 */
/* 163 */ .wpcf7 input[type="url"],
/* 164 */ .wpcf7 input[type="email"],
/* 165 */ .wpcf7 input[type="tel"] {
/* 166 */ 	direction: ltr;
/* 167 */ }
/* 168 */
/* 169 */ .wpcf7-reflection > output {
/* 170 */ 	display: list-item;
/* 171 */ 	list-style: none;
/* 172 */ }
/* 173 */
/* 174 */ .wpcf7-reflection > output[hidden] {
/* 175 */ 	display: none;
/* 176 */ }
/* 177 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /* Theme Name: harbinger child
/* 2    *| Author: ChildThemeWP.com
/* 3    *| Author URI: https://dev.dvio.global/websites/harbinger
/* 4    *| Description: harbinger child theme.
/* 5    *| Template: harbinger
/* 6    *| License: GNU General Public License v3
/* 7    *| License URI: https://www.gnu.org/licenses/gpl-3.0.html
/* 8    *| Version: 1.0.0
/* 9    *| Text Domain: harbinger-child
/* 10   *| */
/* 11   */ @import url("https://fonts.googleapis.com/css2?family=Questrial&family=Roboto:wght@400;500;700;900&display=swap");
/* 12   */ @import url("https://fonts.googleapis.com/css2?family=Questrial&family=Red+Hat+Display:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
/* 13   */ @import url("https://fonts.googleapis.com/css2?family=Afacad:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700;800;900&family=Questrial&family=Red+Hat+Display:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
/* 14   */
/* 15   */ .author-text-white, .single-blogs .blog_content h2.author-text-white {
/* 16   */     color: white !important;
/* 17   */ }
/* 18   */ .author-detail,  .author_social,  .linkdin-img {
/* 19   */     display: none;
/* 20   */ }
/* 21   */ .single_leadership .leadership_content span {
/* 22   */     font-size: 18px  !important;
/* 23   */   }
/* 24   */   .author_img {
/* 25   */     width: 206px;
/* 26   */     box-shadow: none;
/* 27   */     border-radius: 10rem;
/* 28   */     border: 1px solid white;
/* 29   */     box-shadow: 0 1px 31px #e6dfdf8a;
/* 30   */ }
/* 31   */ .postid-13419 .author_date h2,
/* 32   */ .postid-13439 .author_date h2,
/* 33   */ .postid-13531 .author_date h2 {
/* 34   */   display: none;
/* 35   */ }
/* 36   */ .single_leadership .leadership_content .col-12 h3 {
/* 37   */     font-size: 33px;
/* 38   */   }
/* 39   */ .leadership_page .leadership_wrapper .leadership_outer .leadership_details .leader_name{
/* 40   */   padding: 1rem 0rem 2rem 1rem;
/* 41   */ }
/* 42   */ .leadership_page .leadership_wrapper .leadership_outer .leadership_details .leader_name span{
/* 43   */       font-size: 16px;
/* 44   */ }
/* 45   */ .single-industry .col-12.offset-md-1.col-md-5{margin-top: -3rem;}
/* 46   */ .post-type-archive-industry .desktop_banner{
/* 47   */       height: 350px;
/* 48   */ }
/* 49   */ .single-industry .desktop_banner{
/* 50   */       height: 275px;

/* style.css */

/* 51   */ }
/* 52   */ .post-type-archive-industry .banner-text h5{
/* 53   */       padding-bottom: 4rem;
/* 54   */ }
/* 55   */ .post-type-archive-industry .leadership_wrapper.spacing{
/* 56   */ padding-top: 0;
/* 57   */ }
/* 58   */ .single-industry ul {
/* 59   */   font-size: 19px;
/* 60   */   color: #404f68;
/* 61   */   font-weight: 400;
/* 62   */ }
/* 63   */ .single-industry .single_leadership{
/* 64   */     padding-top: 2rem;
/* 65   */ }
/* 66   */ .single-industry .banner-text h5{
/* 67   */ display: none;
/* 68   */ }
/* 69   */ .single-industry .banner-text h1{
/* 70   */     padding-top: 3rem;
/* 71   */ }
/* 72   */ .single-industry .resources {
/* 73   */   position: relative;
/* 74   */   z-index: 2;
/* 75   */ }
/* 76   */ .single-industry .curve_img1 {
/* 77   */   position: absolute;
/* 78   */   right: 0;
/* 79   */   left: auto;
/* 80   */   text-align: right;
/* 81   */   z-index: -1;
/* 82   */ }
/* 83   */ .single-industry .resources .top_left {
/* 84   */   width: 100px;
/* 85   */ }
/* 86   */ .single-industry .top_left {
/* 87   */   position: absolute;
/* 88   */   top: 8%;
/* 89   */   left: 9%;
/* 90   */ }
/* 91   */ .single-industry .resources .red_border {
/* 92   */   margin: 1rem auto;
/* 93   */   text-align: center;
/* 94   */ }
/* 95   */ .single-industry .curve_img1 img {
/* 96   */   width: 460px;
/* 97   */ }
/* 98   */ .single-industry .resources .resources_outer {
/* 99   */   display: flex;
/* 100  */   width: 100%;

/* style.css */

/* 101  */   flex-wrap: wrap;
/* 102  */   justify-content: center;
/* 103  */   margin: 0;
/* 104  */   padding: 2rem 0;
/* 105  */ }
/* 106  */ .single-industry .resources .resources_outer li {
/* 107  */   width: calc((100% - 100px) / 3);
/* 108  */   margin: 1rem;
/* 109  */   border-radius: 10px;
/* 110  */   list-style-type: none;
/* 111  */ }
/* 112  */ .single-industry .resources .resources_outer li .resources_category_img img {
/* 113  */   border-radius: 15px;
/* 114  */   height: 265px;
/* 115  */ }
/* 116  */ .single-industry .resources .resources_outer li .resources_category_details {
/* 117  */   padding: 2rem 0;
/* 118  */ }
/* 119  */ .single-industry .resources .resources_outer li .resources_category_details h3 {
/* 120  */   font-size: 22px;
/* 121  */   color: #1d3557;
/* 122  */   padding: 2rem 0 0;
/* 123  */ }
/* 124  */ .single-industry
/* 125  */   .resources
/* 126  */   .resources_outer
/* 127  */   li
/* 128  */   .resources_category_details
/* 129  */   .case {
/* 130  */   font-size: 12px;
/* 131  */   font-weight: 700;
/* 132  */   border-bottom: 3px solid #eb616b;
/* 133  */   display: inline-block;
/* 134  */   padding-bottom: 0.3rem;
/* 135  */   text-transform: uppercase;
/* 136  */ }
/* 137  */ .single-industry .resources .resources_outer li a {
/* 138  */   text-decoration: none;
/* 139  */ }
/* 140  */ .single-industry
/* 141  */   .resources
/* 142  */   .resources_outer
/* 143  */   li
/* 144  */   .resources_category_details
/* 145  */   .read_more {
/* 146  */   color: #eb616b;
/* 147  */   font-size: 14px;
/* 148  */   text-decoration: underline;
/* 149  */   font-weight: 500;
/* 150  */ }

/* style.css */

/* 151  */ .blog_qa_section {
/* 152  */   padding: 2rem 0rem 0rem 0rem !important;
/* 153  */ }
/* 154  */ .postid-13419 .blue_box {
/* 155  */   position: relative;
/* 156  */ }
/* 157  */ .blog-table-heading th {
/* 158  */   color: white !important;
/* 159  */   font-weight: 800 !important;
/* 160  */   text-align: center;
/* 161  */ }
/* 162  */ .blog-table-data td {
/* 163  */   padding: 1rem 2rem !important;
/* 164  */ }
/* 165  */ .bottom-conclusion {
/* 166  */   position: absolute;
/* 167  */   bottom: -15px;
/* 168  */   width: 100%;
/* 169  */   left: 0;
/* 170  */ }
/* 171  */ /* blog FAQ */
/* 172  */ .faq-question,
/* 173  */ .blog_qa_section h2,
/* 174  */ .single_blogs .blog_content h2 {
/* 175  */   scroll-margin-top: 100px;
/* 176  */ }
/* 177  */ .qa-section {
/* 178  */   margin: 40px auto;
/* 179  */   font-family: Arial, sans-serif;
/* 180  */ }
/* 181  */
/* 182  */ .qa-item {
/* 183  */   margin-bottom: 30px;
/* 184  */   box-shadow: 2px 2px 5px lightgray;
/* 185  */   border-radius: 6px;
/* 186  */ }
/* 187  */
/* 188  */ .single-blogs .blog_content .qa-item h3.faq-question {
/* 189  */   color: white !important;
/* 190  */   font-weight: bold !important;
/* 191  */   background: #1d3557;
/* 192  */   padding: 0.7rem;
/* 193  */ }
/* 194  */ .qa-section .qa-item .answer {
/* 195  */   padding: 0.7rem;
/* 196  */ }
/* 197  */ .answer div {
/* 198  */   position: relative;
/* 199  */   font-size: 16px;
/* 200  */   line-height: 1.6;

/* style.css */

/* 201  */   color: #4a5d79;
/* 202  */   font-weight: 400;
/* 203  */ }
/* 204  */ .read-more-toggle {
/* 205  */   display: none;
/* 206  */ }
/* 207  */
/* 208  */ .dots {
/* 209  */   display: inline;
/* 210  */ }
/* 211  */ .more-text {
/* 212  */   display: none;
/* 213  */ }
/* 214  */ .read-more-toggle:checked ~ div .dots {
/* 215  */   display: none;
/* 216  */ }
/* 217  */ .read-more-toggle:checked ~ div .more-text {
/* 218  */   display: inline;
/* 219  */ }
/* 220  */ .read-more-label-faq {
/* 221  */   display: inline-block;
/* 222  */   margin-top: 10px;
/* 223  */   color: #1d3557;
/* 224  */   cursor: pointer;
/* 225  */   font-weight: bold;
/* 226  */ }
/* 227  */ .full-text {
/* 228  */   display: none;
/* 229  */ }
/* 230  */ .read-more-label-faq:hover {
/* 231  */   text-decoration: underline;
/* 232  */ }
/* 233  */ /* blog FAQ */
/* 234  */ .page-template-template-thank-you-webinar.page-id-1968 .match-height-1 span {
/* 235  */   display: inherit;
/* 236  */   text-align: inherit;
/* 237  */   text-transform: inherit;
/* 238  */   background: none !important;
/* 239  */   padding: 0rem 0 !important;
/* 240  */ }
/* 241  */ .transformation img {
/* 242  */   width: auto !important;
/* 243  */   aspect-ratio: 85 / 88;
/* 244  */   height: auto;
/* 245  */ }
/* 246  */ #menu-item-1926 {
/* 247  */   position: relative;
/* 248  */ }
/* 249  */ #menu-item-9891 .sub-menu,
/* 250  */ #menu-item-1926 .sub-menu {

/* style.css */

/* 251  */   top: 0;
/* 252  */   left: 100%;
/* 253  */   display: none;
/* 254  */ }
/* 255  */ /*.top_navigation .logo{
/* 256  *|   width: 100%;
/* 257  *|   height: 100%;
/* 258  *|   max-width: 180px;
/* 259  *|   aspect-ratio: auto 199/77;
/* 260  *| }*/
/* 261  */ .row.p-section-1-row .p-box {
/* 262  */   width: calc((100% - 265px) / 3);
/* 263  */   padding: 2rem 1rem;
/* 264  */   text-align: center;
/* 265  */   border-radius: 10px;
/* 266  */   background: url("https://www.harbingergroup.com/wp-content/webp-express/webp-images/uploads/2024/12/Rectangle-10144.png.webp");
/* 267  */   background-size: 100% 100%;
/* 268  */   /* width: 234px; */
/* 269  */   aspect-ratio: 1;
/* 270  */   position: relative;
/* 271  */ }
/* 272  */ .row.p-section-1-row {
/* 273  */   display: flex;
/* 274  */   flex-wrap: wrap;
/* 275  */   justify-content: center;
/* 276  */   padding: 2rem 2rem 4rem;
/* 277  */   gap: 1rem;
/* 278  */ }
/* 279  */ .row.p-section-1-row .p-box-image {
/* 280  */   width: 86% !important;
/* 281  */   margin-bottom: 1rem;
/* 282  */ }
/* 283  */ .award-content {
/* 284  */   padding: 0rem 2rem 1rem 2rem;
/* 285  */   font-size: 1rem;
/* 286  */   font-weight: 900;
/* 287  */ }
/* 288  */ .postid-13263 .single_template_pages .banner-text {
/* 289  */   height: 456px;
/* 290  */ }
/* 291  */ .postid-13263 .form_wrapper.sticky-case-study-form {
/* 292  */   box-shadow: 0px -1px 10px lightgray;
/* 293  */   border-radius: 10px;
/* 294  */   text-align: center;
/* 295  */   padding-top: 1rem;
/* 296  */   background: white;
/* 297  */   border: 1px solid lightgray;
/* 298  */ }
/* 299  */ .postid-13263 .single_multiple_template .new-content ul {
/* 300  */   list-style: none;

/* style.css */

/* 301  */   padding: 0;
/* 302  */   padding-top: 1rem;
/* 303  */ }
/* 304  */ .postid-13263 .resources_page {
/* 305  */   top: -8rem;
/* 306  */   z-index: 1;
/* 307  */ }
/* 308  */ .postid-13263 .resources_page .top_left {
/* 309  */   margin-top: -4rem;
/* 310  */ }
/* 311  */ .postid-13263 .single_multiple_template.resources_page .single_content {
/* 312  */   padding-top: 7rem;
/* 313  */ }
/* 314  */ .postid-13263 .row.p-section-1-row .p-box {
/* 315  */   aspect-ratio: auto;
/* 316  */ }
/* 317  */ .postid-13263 .related_resources.grey_bg.spacing {
/* 318  */   display: none;
/* 319  */ }
/* 320  */ .content2-form-2-casestudy {
/* 321  */   padding: 2rem;
/* 322  */ }
/* 323  */ .content2-form-2-casestudy .left-content {
/* 324  */   font-size: 33px;
/* 325  */   color: #fff;
/* 326  */   text-align: left;
/* 327  */ }
/* 328  */ .content2-form-2-casestudy .hover-link-color a {
/* 329  */   margin-top: 1rem;
/* 330  */   background: #fff;
/* 331  */   color: #eb616b;
/* 332  */   font-weight: 600;
/* 333  */   font-size: 24px;
/* 334  */   margin-bottom: 1rem;
/* 335  */   border: none;
/* 336  */   padding: 1rem 2rem;
/* 337  */   border-radius: 6px;
/* 338  */   cursor: pointer;
/* 339  */   display: inline-block;
/* 340  */ }
/* 341  */ .right-sticky-div li img {
/* 342  */   width: 32px;
/* 343  */ }
/* 344  */ .right-sticky-div h4 {
/* 345  */   font-size: 22px !important;
/* 346  */   font-weight: bold !important;
/* 347  */ }
/* 348  */ .right-sticky-div ul li span {
/* 349  */   padding: 0.5rem 0;
/* 350  */   display: inline-block;

/* style.css */

/* 351  */   margin-bottom: 1rem;
/* 352  */   border-bottom: dashed;
/* 353  */ }
/* 354  */ .postid-13263 .button a {
/* 355  */   color: white;
/* 356  */ }
/* 357  */ .postid-13263 .single_multiple_template .new-content .single_content h2:after {
/* 358  */   content: "";
/* 359  */   width: 5rem;
/* 360  */   height: 2px;
/* 361  */   background: red;
/* 362  */   display: block;
/* 363  */   margin-top: 0.5rem;
/* 364  */ }
/* 365  */ .right-sticky-div span.red_border {
/* 366  */   height: 3px;
/* 367  */   width: 21%;
/* 368  */   padding: 0 !important;
/* 369  */   margin: 0rem 0;
/* 370  */ }
/* 371  */ .single-case-studies .shrm-section-3.hrtech-web-page-last-section {
/* 372  */   display: none;
/* 373  */ }
/* 374  */ .postid-13263 .shrm-section-3.hrtech-web-page-last-section {
/* 375  */   display: block;
/* 376  */ }
/* 377  */ .postid-13263 .p-grid-row {
/* 378  */   display: grid;
/* 379  */   justify-content: space-evenly;
/* 380  */   grid-auto-flow: column;
/* 381  */   padding: 2rem 6rem;
/* 382  */   align-items: center;
/* 383  */ }
/* 384  */ .postid-13263 .col.vertical-line-col {
/* 385  */   content: "";
/* 386  */   width: 1px;
/* 387  */   height: 88%;
/* 388  */   border-left: 1px solid white;
/* 389  */ }
/* 390  */ .mobile-div-grid,
/* 391  */ .mobile-row-visible {
/* 392  */   display: none !important;
/* 393  */ }
/* 394  */ .postid-13263 .popup-wrapper h2 {
/* 395  */   font-size: 20px;
/* 396  */   font-weight: bold;
/* 397  */ }
/* 398  */ .postid-13263 .popup-wrapper .wpcf7-list-item {
/* 399  */   display: inline-block;
/* 400  */ }

/* style.css */

/* 401  */ .postid-13263 .strategic-casestudy {
/* 402  */   display: block;
/* 403  */ }
/* 404  */ .postid-13263 .form-2-casestudy-2 {
/* 405  */   display: none;
/* 406  */ }
/* 407  */ .p-40 {
/* 408  */   padding-top: 4rem;
/* 409  */ }
/* 410  */ .our_values_page .our_values_wrapper {
/* 411  */   justify-content: center !important;
/* 412  */ }
/* 413  */ .page-template-template-product-development .banner-image .desktop_banner {
/* 414  */   width: 100%;
/* 415  */   height: auto;
/* 416  */   aspect-ratio: auto 1600/480;
/* 417  */ }
/* 418  */ .testimonial_wrapper .double-cot img {
/* 419  */   aspect-ratio: auto 82 / 64;
/* 420  */   height: auto;
/* 421  */   width: 100%;
/* 422  */ }
/* 423  */ .list_outer li .blog_details h2 {
/* 424  */   font-size: 12px;
/* 425  */   font-weight: 700;
/* 426  */   text-transform: uppercase;
/* 427  */   color: #303370;
/* 428  */ }
/* 429  */ a {
/* 430  */   cursor: pointer;
/* 431  */   text-decoration: none !important;
/* 432  */ }
/* 433  */ .expert-box {
/* 434  */   width: calc((100% - 30px) / 4);
/* 435  */ }
/* 436  */ .expert-linkdin-img {
/* 437  */   width: 35px !important;
/* 438  */ }
/* 439  */ .expert-box .expert-img {
/* 440  */   width: 217px;
/* 441  */ }
/* 442  */ .expert-name {
/* 443  */   font-weight: 900;
/* 444  */   color: #14357e;
/* 445  */   font-size: 21px;
/* 446  */   padding-top: 1rem;
/* 447  */   display: inline-block;
/* 448  */ }
/* 449  */ .expert-des-name {
/* 450  */   color: #1b608b;

/* style.css */

/* 451  */   font-size: 15px;
/* 452  */   line-height: 20px;
/* 453  */   display: inline-block;
/* 454  */ }
/* 455  */ /* Popup Content */
/* 456  */ #footer .popup {
/* 457  */   position: fixed;
/* 458  */   left: 50%;
/* 459  */   top: 50%;
/* 460  */   width: 100%;
/* 461  */   height: 100%;
/* 462  */   transform: translate(-50%, -50%);
/* 463  */   z-index: 1000;
/* 464  */   background-color: #2a272794;
/* 465  */   padding: 20px;
/* 466  */   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
/* 467  */   -webkit-transform: translate(-50%, -50%);
/* 468  */   -moz-transform: translate(-50%, -50%);
/* 469  */   -ms-transform: translate(-50%, -50%);
/* 470  */   -o-transform: translate(-50%, -50%);
/* 471  */ }
/* 472  */ #footer .popup-content {
/* 473  */   position: relative;
/* 474  */   width: 50%;
/* 475  */   margin: auto;
/* 476  */   margin-top: 10%;
/* 477  */ }
/* 478  */ /* Close Button */
/* 479  */ #footer .close {
/* 480  */   position: absolute;
/* 481  */   top: 10px;
/* 482  */   right: 15px;
/* 483  */   color: #aaa;
/* 484  */   font-size: 24px;
/* 485  */   font-weight: bold;
/* 486  */   cursor: pointer;
/* 487  */ }
/* 488  */ #footer .close:hover,
/* 489  */ #footer .close:focus {
/* 490  */   color: #000;
/* 491  */   text-decoration: none;
/* 492  */   cursor: pointer;
/* 493  */ }
/* 494  */ /* Popup Content */
/* 495  */ .sticky_section.your-class-name {
/* 496  */   display: none !important;
/* 497  */ }
/* 498  */ .postid-11931 .ays-pb-modals.av_pop_modals_2.ays-pb-close-popup-with-esc,
/* 499  */ .home .ays-pb-modals.av_pop_modals_2.ays-pb-close-popup-with-esc {
/* 500  */   display: none !important;

/* style.css */

/* 501  */ }
/* 502  */ .postid-11931
/* 503  */   .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.fadeIn,
/* 504  */ .page-id-1968
/* 505  */   .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.fadeIn,
/* 506  */ .postid-11931 .ays-pb-modals.av_pop_modals_2.ays-pb-close-popup-with-esc,
/* 507  */ .page-id-1968 .ays-pb-modals.av_pop_modals_2.ays-pb-close-popup-with-esc,
/* 508  */ .home
/* 509  */   .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.fadeIn,
/* 510  */ .home .ays-pb-modals.av_pop_modals_2.ays-pb-close-popup-with-esc {
/* 511  */   display: none !important;
/* 512  */ }
/* 513  */ .single_multiple_template .single_content p,
/* 514  */ .single_multiple_template .single_content ul,
/* 515  */ .past_webinar_content ul,
/* 516  */ .single_blogs .blog_content p,
/* 517  */ .single_blogs .blog_content ul li,
/* 518  */ .single_multiple_template .body_sec .ultimate_guide_text p,
/* 519  */ .single_multiple_template .body_sec .key_an_que ul li {
/* 520  */   font-size: 18px;
/* 521  */   color: #4a5d79;
/* 522  */   font-weight: 400;
/* 523  */ }
/* 524  */ .popup-wrapper6-polstar {
/* 525  */   position: fixed;
/* 526  */   top: 0;
/* 527  */   right: 0;
/* 528  */   bottom: 0;
/* 529  */   left: 0;
/* 530  */   background: rgba(0, 0, 0, 0.5);
/* 531  */   z-index: 999;
/* 532  */   align-items: center;
/* 533  */   justify-content: center;
/* 534  */   display: none;
/* 535  */ }
/* 536  */ .popup-wrapper6-polstar .cutome_popup {
/* 537  */   position: relative;
/* 538  */ }
/* 539  */ .popup-wrapper6-polstar .close {
/* 540  */   position: absolute;
/* 541  */   right: -12px;
/* 542  */   background: #000;
/* 543  */   height: 29px;
/* 544  */   width: 30px;
/* 545  */   border-radius: 50%;
/* 546  */   color: #fff;
/* 547  */   text-align: center;
/* 548  */   vertical-align: middle;
/* 549  */   font-size: 17px;
/* 550  */   top: -13px;

/* style.css */

/* 551  */   cursor: pointer;
/* 552  */ }
/* 553  */ .popup-wrapper6-polstar .wpcf7 {
/* 554  */   border: 2px solid #ccc;
/* 555  */   margin: 1rem;
/* 556  */   padding: 2rem;
/* 557  */   margin: 0 auto;
/* 558  */   border-radius: 10px;
/* 559  */   background: #fff;
/* 560  */ }
/* 561  */ .popup-wrapper6-polstar .wpcf7 p {
/* 562  */   font-size: 14px;
/* 563  */ }
/* 564  */ .popup-wrapper6-polstar .wpcf7 label {
/* 565  */   display: inline-block;
/* 566  */   color: #303370;
/* 567  */   font-size: 17px;
/* 568  */   font-weight: 600;
/* 569  */ }
/* 570  */ .popup-wrapper6-polstar p a {
/* 571  */   color: #eb616b;
/* 572  */ }
/* 573  */ .popup-wrapper6-polstar .wpcf7 input[type="submit"] {
/* 574  */   background: #eb616b;
/* 575  */   color: #fff;
/* 576  */   border: none;
/* 577  */   padding: 0.6rem 3rem;
/* 578  */   font-size: 18px;
/* 579  */   font-weight: 600;
/* 580  */   border-radius: 6px;
/* 581  */   text-decoration: none;
/* 582  */   margin: 2rem 0 0;
/* 583  */ }
/* 584  */ .popup-wrapper6-polstar .wpcf7 input[type="text"],
/* 585  */ .popup-wrapper6-polstar .wpcf7 input[type="email"],
/* 586  */ .popup-wrapper6-polstar .wpcf7 input[type="tel"],
/* 587  */ .popup-wrapper6-polstar .wpcf7 textarea {
/* 588  */   padding: 0.6rem;
/* 589  */   margin: 1rem 0 0;
/* 590  */   width: 100%;
/* 591  */ }
/* 592  */ .webpage-table {
/* 593  */   border-collapse: separate;
/* 594  */   border-spacing: 0 1em;
/* 595  */ }
/* 596  */ .webpage-table th,
/* 597  */ .webpage-table td {
/* 598  */   padding: 1rem;
/* 599  */   border: none;
/* 600  */ }

/* style.css */

/* 601  */ .webpage-table tr {
/* 602  */   border: 2px solid #b8bfc8;
/* 603  */ }
/* 604  */ .webpage-table td {
/* 605  */   font-size: 19px;
/* 606  */   font-weight: 500;
/* 607  */ }
/* 608  */ .webpage-table th {
/* 609  */   background: #4a5d79;
/* 610  */   color: white;
/* 611  */   text-align: center;
/* 612  */ }
/* 613  */ .webpage-table th:first-child,
/* 614  */ .webpage-table th:last-child {
/* 615  */   background: #1d3557;
/* 616  */   font-size: 28px;
/* 617  */ }
/* 618  */ .webpage-table tbody tr td:first-child,
/* 619  */ .webpage-table tbody tr td:last-child {
/* 620  */   background: #e8ebee;
/* 621  */ }
/* 622  */ .webpage-table tbody tr td:first-child {
/* 623  */   border-left: 2px solid #b8bfc8;
/* 624  */   border-top: 2px solid #b8bfc8;
/* 625  */   border-bottom: 2px solid #b8bfc8;
/* 626  */ }
/* 627  */ .webpage-table tbody tr td:nth-child(2) {
/* 628  */   padding-left: 1rem;
/* 629  */   border-top: 2px solid #b8bfc8;
/* 630  */   border-bottom: 2px solid #b8bfc8;
/* 631  */ }
/* 632  */ .webpage-table tbody tr td:last-child {
/* 633  */   border-right: 2px solid #b8bfc8;
/* 634  */   border-top: 2px solid #b8bfc8;
/* 635  */   border-bottom: 2px solid #b8bfc8;
/* 636  */ }
/* 637  */ .page-id-11118 .eLearning_content .offering_wrapper .offering_content h4 {
/* 638  */   font-size: 25px !important;
/* 639  */   color: #1d3557;
/* 640  */ }
/* 641  */ .upcoming_thank_you .banner-text {
/* 642  */   padding-bottom: 0 !important;
/* 643  */ }
/* 644  */ .upcoming_thank_you .banner-text .container.d-flex.align-self-center {
/* 645  */   max-width: 93%;
/* 646  */   padding: 0;
/* 647  */   margin-right: 0;
/* 648  */ }
/* 649  */ .upcoming_thank_you.custom_banner_sec
/* 650  */   .single_template_pages

/* style.css */

/* 651  */   .col-12.p-0
/* 652  */   .container.d-flex.align-self-center
/* 653  */   .row {
/* 654  */   width: 100%;
/* 655  */   margin: 0;
/* 656  */ }
/* 657  */ .upcoming_thank_you.custom_banner_sec .hrTech-title1 {
/* 658  */   color: white;
/* 659  */   font-size: 43px;
/* 660  */   font-weight: bold;
/* 661  */   text-transform: capitalize;
/* 662  */ }
/* 663  */ .upcoming_thank_you.custom_banner_sec .hetech-title-1-2 {
/* 664  */   color: white;
/* 665  */   font-size: 43px;
/* 666  */   font-weight: bold;
/* 667  */   text-transform: capitalize;
/* 668  */ }
/* 669  */ .upcoming_thank_you.custom_banner_sec .hrTech-title2 {
/* 670  */   font-size: 40px;
/* 671  */   font-weight: 300;
/* 672  */   text-transform: capitalize;
/* 673  */   color: white;
/* 674  */   display: block;
/* 675  */   padding-top: 0.5rem;
/* 676  */ }
/* 677  */ .page-id-1968 .col-12.col-md-4.banner_section_img_wrapper .banner_section_img {
/* 678  */   text-align: right;
/* 679  */ }
/* 680  */ .list_outer .resources_img img {
/* 681  */   object-fit: fill !important;
/* 682  */ }
/* 683  */ .upcoming_thank_you .banner-text {
/* 684  */   padding-bottom: 0;
/* 685  */ }
/* 686  */ .upcoming_thank_you.custom_banner_sec .hrtech-padding-class {
/* 687  */   padding-right: 10px;
/* 688  */ }
/* 689  */ .upcoming_thank_you.custom_banner_sec .next-line-hrTech {
/* 690  */   display: inline-block;
/* 691  */   margin-top: 2.1rem;
/* 692  */ }
/* 693  */ .common_page .heading_first_text .hrtech-h2-title {
/* 694  */   font-size: 26px;
/* 695  */   color: #1d3557;
/* 696  */   font-weight: 600;
/* 697  */   padding-bottom: 3rem;
/* 698  */   display: block;
/* 699  */ }
/* 700  */ #sticky_section:nth-child(2) {

/* style.css */

/* 701  */   display: none;
/* 702  */ }
/* 703  */ .blog-category-association #sidebar_sticky .side_sec:nth-child(1),
/* 704  */ .blog-category-artificial-intelligence #sidebar_sticky .side_sec:nth-child(1),
/* 705  */ .blog-category-consumer-internet #sidebar_sticky .side_sec:nth-child(1),
/* 706  */ .blog-category-data-science #sidebar_sticky .side_sec:nth-child(1),
/* 707  */ .blog-category-digital-marketing #sidebar_sticky .side_sec:nth-child(1),
/* 708  */ .blog-category-enterprise-software #sidebar_sticky .side_sec:nth-child(1),
/* 709  */ .blog-category-events #sidebar_sticky .side_sec:nth-child(1),
/* 710  */ .blog-category-game-development #sidebar_sticky .side_sec:nth-child(1),
/* 711  */ .blog-category-internet-of-things #sidebar_sticky .side_sec:nth-child(1),
/* 712  */ .blog-category-mobile-app-dev #sidebar_sticky .side_sec:nth-child(1),
/* 713  */ .blog-category-open-source-dev #sidebar_sticky .side_sec:nth-child(1),
/* 714  */ .blog-category-software-testing #sidebar_sticky .side_sec:nth-child(1),
/* 715  */ .blog-category-technology #sidebar_sticky .side_sec:nth-child(1),
/* 716  */ .blog-category-security #sidebar_sticky .side_sec:nth-child(1),
/* 717  */ .blog-category-digital-publishing #sidebar_sticky .side_sec:nth-child(1),
/* 718  */ .blog-category-healthtech #sidebar_sticky .side_sec:nth-child(1),
/* 719  */ .blog-category-cloud #sidebar_sticky .side_sec:nth-child(1) {
/* 720  */   display: none;
/* 721  */ }
/* 722  */ .page-id-1968 .col-12.col-md-8 {
/* 723  */   width: 55%;
/* 724  */ }
/* 725  */ .page-id-1968 .col-12.col-md-4.banner_section_img_wrapper {
/* 726  */   width: 45%;
/* 727  */   padding: 0;
/* 728  */ }
/* 729  */ .common_page
/* 730  */   .products_and_accelerators
/* 731  */   .products_and_accelerators_wrapper
/* 732  */   li:not(.details_content li) {
/* 733  */   width: calc((100% - 10px) / 5) !important;
/* 734  */ }
/* 735  */ .page-id-76 .products_section .products_wrapper:last-child .products_icon img,
/* 736  */ .page-id-62 .products_section .products_wrapper:last-child .products_icon img {
/* 737  */   width: auto;
/* 738  */   height: auto;
/* 739  */ }
/* 740  */ .upcoming_thank_you.custom_banner_sec
/* 741  */   .single_template_pages
/* 742  */   .col-12.p-0
/* 743  */   .container.d-flex.align-self-center
/* 744  */   .row {
/* 745  */   width: 100%;
/* 746  */ }
/* 747  */ .upcoming_thank_you.custom_banner_sec
/* 748  */   .single_template_pages
/* 749  */   .col-12.p-0
/* 750  */   .container.d-flex.align-self-center

/* style.css */

/* 751  */   .row
/* 752  */   .banner_logo
/* 753  */   img {
/* 754  */   max-width: 350px;
/* 755  */ }
/* 756  */
/* 757  */ #sidebar_sticky .side_sec:nth-child(2) {
/* 758  */   background: url("https://www.harbingergroup.com/wp-content/uploads/2024/08/Sticky-bar-Final-1.png") !important;
/* 759  */   background-size: 100% 100% !important;
/* 760  */   display: none;
/* 761  */ }
/* 762  */ #sidebar_sticky .side_sec:nth-child(2) .sticky_box,
/* 763  */ .blog-category-worktech #sidebar_sticky .side_sec:nth-child(2) .sticky_box,
/* 764  */ .blog-category-edtech #sidebar_sticky .side_sec:nth-child(2) .sticky_box,
/* 765  */ .blog-category-elearning #sidebar_sticky .side_sec:nth-child(2) .sticky_box {
/* 766  */   padding: 0;
/* 767  */ }
/* 768  */ .blog-category-hrtech
/* 769  */   #sidebar_sticky
/* 770  */   .side_sec:nth-child(2)
/* 771  */   .sticky_box
/* 772  */   .sticky_box_image,
/* 773  */ .blog-category-hrtech #sidebar_sticky .side_sec:nth-child(2) .sticky_box h4,
/* 774  */ .blog-category-hrtech #sidebar_sticky .side_sec:nth-child(2) .sticky_box h3,
/* 775  */ #sidebar_sticky .side_sec:nth-child(2) .sticky_box .sticky_box_image,
/* 776  */ #sidebar_sticky .side_sec:nth-child(2) .sticky_box h4,
/* 777  */ #sidebar_sticky .side_sec:nth-child(2) .sticky_box h3 {
/* 778  */   display: none;
/* 779  */ }
/* 780  */ .blog-category-hrtech
/* 781  */   #sidebar_sticky
/* 782  */   .side_sec:nth-child(2)
/* 783  */   .button_link.align-text-bottom,
/* 784  */ #sidebar_sticky .side_sec:nth-child(2) .button_link.align-text-bottom,
/* 785  */ .blog-category-worktech
/* 786  */   #sidebar_sticky
/* 787  */   .side_sec:nth-child(2)
/* 788  */   .button_link.align-text-bottom {
/* 789  */   display: block;
/* 790  */   width: 100%; /*height:454px;*/
/* 791  */   aspect-ratio: 1;
/* 792  */   background: 0;
/* 793  */   outline: 0;
/* 794  */   margin: 0 !important;
/* 795  */ }
/* 796  */ .blog-category-edtech
/* 797  */   #sidebar_sticky
/* 798  */   .side_sec:nth-child(2)
/* 799  */   .sticky_box
/* 800  */   .sticky_box_image,

/* style.css */

/* 801  */ .blog-category-edtech #sidebar_sticky .side_sec:nth-child(2) .sticky_box h4,
/* 802  */ .blog-category-edtech #sidebar_sticky .side_sec:nth-child(2) .sticky_box h3 {
/* 803  */   display: none;
/* 804  */ }
/* 805  */ .blog-category-edtech
/* 806  */   #sidebar_sticky
/* 807  */   .side_sec:nth-child(2)
/* 808  */   .button_link.align-text-bottom {
/* 809  */   display: block;
/* 810  */   width: 100%; /*height:454px;*/
/* 811  */   aspect-ratio: 1;
/* 812  */   background: 0;
/* 813  */   outline: 0;
/* 814  */   margin: 0 !important;
/* 815  */ }
/* 816  */ .blog-category-elearning
/* 817  */   #sidebar_sticky
/* 818  */   .side_sec:nth-child(2)
/* 819  */   .sticky_box
/* 820  */   .sticky_box_image,
/* 821  */ .blog-category-elearning #sidebar_sticky .side_sec:nth-child(2) .sticky_box h4,
/* 822  */ .blog-category-elearning #sidebar_sticky .side_sec:nth-child(2) .sticky_box h3 {
/* 823  */   display: none;
/* 824  */ }
/* 825  */ .blog-category-elearning
/* 826  */   #sidebar_sticky
/* 827  */   .side_sec:nth-child(2)
/* 828  */   .button_link.align-text-bottom {
/* 829  */   display: block;
/* 830  */   width: 100%; /*height:454px;*/
/* 831  */   aspect-ratio: 1;
/* 832  */   background: 0;
/* 833  */   outline: 0;
/* 834  */   margin: 0 !important;
/* 835  */ }
/* 836  */ .common_thank_you_page .banner-text h2 {
/* 837  */   width: 100%;
/* 838  */ }
/* 839  */ .page-id-88 .star_icon img,
/* 840  */ .page-id-94 .star_icon img {
/* 841  */   width: auto;
/* 842  */ }
/* 843  */ .star_icon img {
/* 844  */   aspect-ratio: auto 80/89;
/* 845  */   width: auto;
/* 846  */   height: auto;
/* 847  */ }
/* 848  */ .page-id-66 .transformation img,
/* 849  */ .page-id-84 .transformation img,
/* 850  */ .page-id-10469 .transformation img {

/* style.css */

/* 851  */   width: auto !important;
/* 852  */ }
/* 853  */ .common_page .offering .offering_section .offering_wrapper h3 a {
/* 854  */   color: #1d3557;
/* 855  */   text-decoration: none;
/* 856  */ }
/* 857  */ .industries_wrapper.right_text.p-0 h2 {
/* 858  */   color: white;
/* 859  */ }
/* 860  */ .popup-row h4 {
/* 861  */   text-align: center;
/* 862  */   color: white;
/* 863  */   font-weight: 700;
/* 864  */ }
/* 865  */ .popup-row label {
/* 866  */   color: white;
/* 867  */ }
/* 868  */ .spu-content .wpcf7-form-control {
/* 869  */   width: 100%;
/* 870  */   padding: 0 10px;
/* 871  */   min-height: 48px;
/* 872  */   color: #000;
/* 873  */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/12/Group-6107-e1701413362279.png);
/* 874  */   background-size: 100% 100%;
/* 875  */   border: 0;
/* 876  */ }
/* 877  */ .spu-content .wpcf7-form-control:focus-visible {
/* 878  */   outline: 0;
/* 879  */ }
/* 880  */ #spu-10409 {
/* 881  */   left: auto;
/* 882  */ }
/* 883  */ #spu-10409 .spu-close {
/* 884  */   color: #000;
/* 885  */   background: #f9cdd1;
/* 886  */   font-size: 38px;
/* 887  */   border-radius: 29px;
/* 888  */   padding: 5px 4px;
/* 889  */   top: 1.5rem;
/* 890  */   right: 3.2rem;
/* 891  */ }
/* 892  */ .row.popup-row .wpcf7-form-control.has-spinner.wpcf7-submit {
/* 893  */   color: white;
/* 894  */   font-size: 27px;
/* 895  */   border: none !important;
/* 896  */   padding: 1rem 3rem;
/* 897  */   width: auto;
/* 898  */   padding-left: 5rem;
/* 899  */   background: url("https://www.harbingergroup.com/wp-content/uploads/2023/12/Group-6782-e1702537115159.png");
/* 900  */   background-size: 100% 100%;

/* style.css */

/* 901  */   margin-left: 18%;
/* 902  */   box-shadow: none !important;
/* 903  */ }
/* 904  */ .row.popup-row #wpcf7-f10452-o1 .wpcf7-form.init p {
/* 905  */   margin-bottom: 1.5rem;
/* 906  */   margin-top: 2rem;
/* 907  */ }
/* 908  */ .row.popup-row #wpcf7-f10452-o1 .wpcf7-form.init p:last-child {
/* 909  */   text-align: center;
/* 910  */ }
/* 911  */ .sidebar-casestudy,
/* 912  */ .case-study-banner {
/* 913  */   display: none;
/* 914  */ }
/* 915  */ .page-id-10412 .aigpl-gallery-slider-wrp {
/* 916  */   width: 70%;
/* 917  */   margin: auto;
/* 918  */ }
/* 919  */ .page-id-10412 .aigpl-design-1 .aigpl-img-wrp {
/* 920  */   height: 500px;
/* 921  */ }
/* 922  */ #spu-10409 .spu-container {
/* 923  */   padding: 0 !important;
/* 924  */ }
/* 925  */ .postid-10423 .case-study-banner {
/* 926  */   display: block;
/* 927  */ }
/* 928  */ .postid-8609 .sidebar-casestudy {
/* 929  */   display: block;
/* 930  */   text-align: center;
/* 931  */   margin-top: 1.2rem;
/* 932  */ }
/* 933  */ ss3-force-full-width {
/* 934  */   width: 100% !important;
/* 935  */   transform: translate3d(0, 0, 0) !important;
/* 936  */   margin-left: 0;
/* 937  */ }
/* 938  */ .page-id-10412 .n2-ss-slider .n2-ss-slide-background-image img {
/* 939  */   width: 70% !important;
/* 940  */   margin-left: 14.2%;
/* 941  */ }
/* 942  */ div#n2-ss-8 .n2-thumbnail-dot img {
/* 943  */   width: 20rem !important;
/* 944  */   height: 150px;
/* 945  */ }
/* 946  */ div#n2-ss-8 .nextend-thumbnail-horizontal .n2-thumbnail-dot {
/* 947  */   margin-top: 2rem;
/* 948  */ }
/* 949  */ .page-id-9437 h1 {
/* 950  */   font-family: "Questrial", sans-serif;

/* style.css */

/* 951  */   font-weight: 900;
/* 952  */ }
/* 953  */ .page-id-9437 .banner-text h4 {
/* 954  */   padding-top: 2rem;
/* 955  */ }
/* 956  */ .page-id-10246 .talk_to_experts,
/* 957  */ .page-id-10272 .talk_to_experts,
/* 958  */ .talk_to_experts-hr1,
/* 959  */ .talk_to_experts-hr2,
/* 960  */ .talk_to_experts-hr3,
/* 961  */ .talk_to_experts-hr4,
/* 962  */ .talk_to_experts-hr5,
/* 963  */ .talk_to_experts-ed-5,
/* 964  */ .talk_to_experts-ed-4,
/* 965  */ .talk_to_experts-ed-3,
/* 966  */ .talk_to_experts-ed-2,
/* 967  */ .talk_to_experts-ed-1,
/* 968  */ .talk_to_experts-1,
/* 969  */ .talk_to_experts-el-1,
/* 970  */ .talk_to_experts-el-2,
/* 971  */ .talk_to_experts-el-3,
/* 972  */ .talk_to_experts-el-4,
/* 973  */ .talk_to_experts-el-5 {
/* 974  */   background: #eb616b;
/* 975  */   color: #fff;
/* 976  */   border: 0;
/* 977  */   padding: 1rem 2rem;
/* 978  */   font-size: 20px;
/* 979  */   font-weight: 600;
/* 980  */   border-radius: 6px;
/* 981  */   text-decoration: none;
/* 982  */   cursor: pointer;
/* 983  */   display: inline-block;
/* 984  */ }
/* 985  */ .page-id-10246 .talk_to_experts:hover,
/* 986  */ .page-id-10272 .talk_to_experts:hover,
/* 987  */ .talk_to_experts-hr1:hover,
/* 988  */ .talk_to_experts-hr2:hover,
/* 989  */ .talk_to_experts-hr3:hover,
/* 990  */ .talk_to_experts-hr4:hover,
/* 991  */ .talk_to_experts-hr5:hover,
/* 992  */ .talk_to_experts-ed-5:hover,
/* 993  */ .talk_to_experts-ed-4:hover,
/* 994  */ .talk_to_experts-ed-3:hover,
/* 995  */ .talk_to_experts-ed-2:hover,
/* 996  */ .talk_to_experts-ed-1:hover,
/* 997  */ .talk_to_experts-1:hover,
/* 998  */ .talk_to_experts-el-1:hover,
/* 999  */ .talk_to_experts-el-2:hover,
/* 1000 */ .talk_to_experts-el-3:hover,

/* style.css */

/* 1001 */ .talk_to_experts-el-4:hover,
/* 1002 */ .talk_to_experts-el-5:hover {
/* 1003 */   background: #fa193e;
/* 1004 */   color: #fff;
/* 1005 */ }
/* 1006 */ .page-id-9456 .common_page .solution .solution_section .solution_wrapper {
/* 1007 */   width: calc((100% - 300px) / 2);
/* 1008 */ }
/* 1009 */ .home-page .shine-rise-section .shine-rise-curve {
/* 1010 */   position: absolute !important;
/* 1011 */   bottom: 18% !important;
/* 1012 */   right: -2rem !important;
/* 1013 */   text-align: right !important;
/* 1014 */   z-index: 1 !important;
/* 1015 */ }
/* 1016 */ .blue.aos-init.aos-animate h1 {
/* 1017 */   font-size: 50px;
/* 1018 */   font-weight: 600;
/* 1019 */   text-transform: capitalize;
/* 1020 */   color: #1d3557;
/* 1021 */ }
/* 1022 */ .page-id-2608 .desktop_banner {
/* 1023 */   height: 460px;
/* 1024 */ }
/* 1025 */ .page-id-3221 .banner-text h1 {
/* 1026 */   font-size: 35px;
/* 1027 */ }
/* 1028 */ .q1-p .p2-quotes,
/* 1029 */ .q2-p .p1-quotes {
/* 1030 */   display: none;
/* 1031 */ }
/* 1032 */ .single_blogs.blogs_page
/* 1033 */   .blog-category-hrtech
/* 1034 */   .blog_sidebar
/* 1035 */   #sidebar_sticky
/* 1036 */   .side_sec,
/* 1037 */ .single_blogs.blogs_page
/* 1038 */   .blog-category-worktech
/* 1039 */   .blog_sidebar
/* 1040 */   #sidebar_sticky
/* 1041 */   .side_sec,
/* 1042 */ .single_blogs.blogs_page
/* 1043 */   .blog-category-learning-tech
/* 1044 */   .blog_sidebar
/* 1045 */   #sidebar_sticky
/* 1046 */   .side_sec {
/* 1047 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/02/MicrosoftTeams-image-14.jpg);
/* 1048 */   background-size: contain;
/* 1049 */   color: white;
/* 1050 */ }

/* style.css */

/* 1051 */ .single_blogs.blogs_page
/* 1052 */   .blog-category-elearning
/* 1053 */   .blog_sidebar
/* 1054 */   #sidebar_sticky
/* 1055 */   .side_sec {
/* 1056 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/02/MicrosoftTeams-image-15.jpg);
/* 1057 */   background-size: contain;
/* 1058 */   color: white;
/* 1059 */ }
/* 1060 */ .single_blogs.blogs_page
/* 1061 */   .blog-category-edtech
/* 1062 */   .blog_sidebar
/* 1063 */   #sidebar_sticky
/* 1064 */   .side_sec {
/* 1065 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/02/MicrosoftTeams-image-16.jpg);
/* 1066 */   background-size: contain;
/* 1067 */   color: white;
/* 1068 */ }
/* 1069 */ .single_blogs .blog_content h3 {
/* 1070 */   color: #1d3557;
/* 1071 */   font-size: 19px;
/* 1072 */   font-weight: bold;
/* 1073 */ }
/* 1074 */ .read-more-btn {
/* 1075 */   margin-top: 10px;
/* 1076 */   background: #eb616b;
/* 1077 */   color: #fff;
/* 1078 */   border: 0;
/* 1079 */   padding: 1rem 2rem;
/* 1080 */   font-size: 20px;
/* 1081 */   font-weight: 600;
/* 1082 */   border-radius: 6px;
/* 1083 */   text-decoration: none;
/* 1084 */   cursor: pointer;
/* 1085 */   display: inline-block;
/* 1086 */ }
/* 1087 */ .page-id-3535
/* 1088 */   .common_page.eLearning_content
/* 1089 */   .solution
/* 1090 */   .solution_section
/* 1091 */   .solution_wrapper {
/* 1092 */   width: calc((100% - 200px) / 3);
/* 1093 */ }
/* 1094 */ .page-id-3699 .common_page .offering .offering_section .offering_wrapper {
/* 1095 */   display: block;
/* 1096 */ }
/* 1097 */ .common_page .resources .resources_outer li .resources_category_img img {
/* 1098 */   border-radius: 15px;
/* 1099 */   height: 265px;
/* 1100 */ }

/* style.css */

/* 1101 */ .page-id-3699 h2.aos-init.aos-animate {
/* 1102 */   text-transform: inherit;
/* 1103 */ }
/* 1104 */ .page-id-4156 .banner-wrapper .tint,
/* 1105 */ .page-id-9437 .banner-wrapper .tint,
/* 1106 */ .page-id-10509 .banner-wrapper .tint {
/* 1107 */   background: 0;
/* 1108 */ }
/* 1109 */ .page-id-10509 .desktop_banner {
/* 1110 */   display: block;
/* 1111 */   height: 613px;
/* 1112 */   object-fit: fill;
/* 1113 */ }
/* 1114 */ .page-id-10509 .page-banner {
/* 1115 */   box-shadow: 0 10px 14px lightgray;
/* 1116 */ }
/* 1117 */ .page-id-10509 h1 {
/* 1118 */   font-weight: 700;
/* 1119 */   font-size: 47px !important;
/* 1120 */   padding-top: 2rem;
/* 1121 */   font-family: "Montserrat", sans-serif;
/* 1122 */ }
/* 1123 */ .page-id-4156 .banner-wrapper h1,
/* 1124 */ .page-id-9437 .banner-wrapper h1 {
/* 1125 */   color: black;
/* 1126 */   font-weight: bold;
/* 1127 */ }
/* 1128 */ .page-id-4156 .banner-wrapper h4,
/* 1129 */ .page-id-9437 .banner-wrapper h4 {
/* 1130 */   color: black;
/* 1131 */ }
/* 1132 */ .page-id-4156 .desktop_banner,
/* 1133 */ .page-id-9437 .desktop_banner {
/* 1134 */   height: auto;
/* 1135 */ }
/* 1136 */ .page-id-4156 .banner-wrapper h5,
/* 1137 */ .page-id-9437 .banner-wrapper h5 {
/* 1138 */   padding-bottom: 3rem;
/* 1139 */ }
/* 1140 */ .page-id-4156 .page-banner,
/* 1141 */ .page-id-9437 .page-banner {
/* 1142 */   box-shadow: -1px 13px 10px #8080804d;
/* 1143 */ }
/* 1144 */ .page-id-4156 .banner-wrapper .banner-text .container,
/* 1145 */ .page-id-9437 .banner-wrapper .banner-text .container {
/* 1146 */   margin-top: 2%;
/* 1147 */ }
/* 1148 */ .page-id-3221 .solution.spacing h2 {
/* 1149 */   text-transform: inherit;
/* 1150 */   padding: 0 4rem;

/* style.css */

/* 1151 */ }
/* 1152 */ .single-e-books .col-12.col-md-6.col-lg-6 {
/* 1153 */   padding-top: 3%;
/* 1154 */ }
/* 1155 */ .postid-4879 .col-12.col-md-6.col-lg-6 {
/* 1156 */   padding-top: 0;
/* 1157 */ }
/* 1158 */ .page-id-70 .common_page .solution .solution_section .solution_wrapper,
/* 1159 */ .common_page .solution .solution_section .solution_wrapper {
/* 1160 */   padding: 1.5rem;
/* 1161 */ }
/* 1162 */ .page-id-70 .common_page .solution .solution_section .solution_wrapper p,
/* 1163 */ .page-id-72 .common_page .solution .solution_section .solution_wrapper p {
/* 1164 */   font-size: 17px;
/* 1165 */ }
/* 1166 */ .single_blogs .blog_content img {
/* 1167 */   width: 100%;
/* 1168 */   height: auto;
/* 1169 */   box-shadow: 0 1px 31px #e6dfdf8a;
/* 1170 */ }
/* 1171 */ .single-blogs .blog_content h1,
/* 1172 */ .single-blogs .blog_content h2,
/* 1173 */ .single-blogs .blog_content h3,
/* 1174 */ .single-blogs .blog_content h4,
/* 1175 */ .single-blogs .blog_content h5 {
/* 1176 */   color: #1d3557 !important;
/* 1177 */   font-weight: bold !important;
/* 1178 */ }
/* 1179 */ .single-blogs .blog_content p,
/* 1180 */ .single-blogs .blog_content ul {
/* 1181 */   color: #4a5d79;
/* 1182 */   font-weight: 400;
/* 1183 */ }
/* 1184 */ .know-your-panalist.spacing {
/* 1185 */   background-repeat: no-repeat !important;
/* 1186 */   background-position-y: -7% !important;
/* 1187 */ }
/* 1188 */ .about-harbinger.spacing .about-harbinger-row h3 {
/* 1189 */   background: url(https://harbingergroup.com/webinar/designing-customer-learning-experiences-to-drive-business-growth/images/Group%2011887.png);
/* 1190 */   background-size: 100% 100%;
/* 1191 */   padding: 5px;
/* 1192 */   margin: 0 auto 14px auto;
/* 1193 */   width: fit-content;
/* 1194 */ }
/* 1195 */ .know-your-panalist.spacing h2,
/* 1196 */ .meet-your-host.spacing h2 {
/* 1197 */   background: url(https://harbingergroup.com/webinar/designing-customer-learning-experiences-to-drive-business-growth/images/Group%2011887.png);
/* 1198 */   background-size: 100% 100%;
/* 1199 */   padding: 5px;
/* 1200 */ }

/* style.css */

/* 1201 */ single-blogs .blog_content h1,
/* 1202 */ .single-blogs .blog_content h2,
/* 1203 */ .single-blogs .blog_content h3,
/* 1204 */ .single-blogs .blog_content h4,
/* 1205 */ .single-blogs .blog_content h5 {
/* 1206 */   color: #1d3557 !important;
/* 1207 */   font-weight: bold !important;
/* 1208 */ }
/* 1209 */ .single-blogs .blog_content p,
/* 1210 */ .single-blogs .blog_content ul {
/* 1211 */   color: #4a5d79;
/* 1212 */   font-weight: 400;
/* 1213 */ }
/* 1214 */ .postid-5793 .signup-seat a {
/* 1215 */   background: #e63946 !important;
/* 1216 */ }
/* 1217 */ .postid-5793 .about-harbinger .join-webinar {
/* 1218 */   background: transparent linear-gradient(263deg, #1d3557 0, #2a5da6 100%) 0 0
/* 1219 */     no-repeat padding-box !important;
/* 1220 */   box-shadow: 0 12px 12px #00000040 !important;
/* 1221 */ }
/* 1222 */ .postid-5793 .key_takeaways_section .form_section .form_wrapper .submit {
/* 1223 */   background: transparent linear-gradient(90deg, #e63946 0, #e63946 100%) 0 0
/* 1224 */     no-repeat padding-box !important;
/* 1225 */ }
/* 1226 */ .postid-5793 .banner_section .webinar_deatail .webinar_timer {
/* 1227 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/04/Path-20931.png)
/* 1228 */     no-repeat !important;
/* 1229 */   background-size: 100% 100% !important;
/* 1230 */ }
/* 1231 */ .postid-5793 .banner_section_img img {
/* 1232 */   width: 79%;
/* 1233 */   margin-left: 15%;
/* 1234 */ }
/* 1235 */ .postid-5793 .banner_section .banner_heading {
/* 1236 */   padding: 2rem 0 1rem 0;
/* 1237 */ }
/* 1238 */ .postid-5793 .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 1239 */   padding: 0rem 0.5rem 0.5rem 2.2rem;
/* 1240 */   border-left: 2px solid #a4a4aa;
/* 1241 */ }
/* 1242 */ .postid-5793 .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 1243 */   margin-bottom: 0;
/* 1244 */ }
/* 1245 */ .postid-5793 .banner_section .webinar_deatail .webinar_date .schedule img {
/* 1246 */   width: 36px;
/* 1247 */ }
/* 1248 */ .postid-5793 .key_takeaways_section .col-12 {
/* 1249 */   width: 83.33333333%;
/* 1250 */   margin: 0 auto;

/* style.css */

/* 1251 */ }
/* 1252 */ .postid-5793 .about-harbinger .join-webinar .join-webinar-text h3 {
/* 1253 */   padding: 1.7rem 1.5rem 1rem 3.5rem;
/* 1254 */ }
/* 1255 */ .postid-5793
/* 1256 */   .know-your-panalist
/* 1257 */   .know-your-panalist-row
/* 1258 */   .know-your-panalist-col
/* 1259 */   p {
/* 1260 */   text-align: justify;
/* 1261 */ }
/* 1262 */ .postid-5793
/* 1263 */   .know-your-panalist
/* 1264 */   .know-your-panalist-row
/* 1265 */   .know-your-panalist-col:first-child
/* 1266 */   p,
/* 1267 */ .postid-5793
/* 1268 */   .know-your-panalist
/* 1269 */   .know-your-panalist-row
/* 1270 */   .know-your-panalist-col:nth-child(3)
/* 1271 */   p {
/* 1272 */   padding-left: 4rem;
/* 1273 */ }
/* 1274 */ .postid-5793
/* 1275 */   .know-your-panalist
/* 1276 */   .know-your-panalist-row
/* 1277 */   .know-your-panalist-col:nth-child(2)
/* 1278 */   p {
/* 1279 */   padding-right: 4rem;
/* 1280 */ }
/* 1281 */ .postid-5738 .banner_section.spacing .banner_section_img img {
/* 1282 */   margin-top: 13rem;
/* 1283 */ }
/* 1284 */ .postid-5793 .know-your-panalist .know-your-panalist-title img {
/* 1285 */   width: 18rem;
/* 1286 */ }
/* 1287 */ .postid-5793 .meet-your-host .know-your-panalist-title img {
/* 1288 */   width: 15rem;
/* 1289 */ }
/* 1290 */ .postid-5793
/* 1291 */   .about-harbinger
/* 1292 */   .about-harbinger-row
/* 1293 */   .about-harbinger-col
/* 1294 */   .about-harbinger-box {
/* 1295 */   border: 1px solid #b3b8e0;
/* 1296 */   margin: 1px;
/* 1297 */ }
/* 1298 */ .single_blogs .blue_box {
/* 1299 */   padding: 3rem 3rem !important;
/* 1300 */ }

/* style.css */

/* 1301 */ .single_blogs .blue_box {
/* 1302 */   margin: 1rem 0 0;
/* 1303 */ }
/* 1304 */ .postid-7639 .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 1305 */   padding: 0rem 1.5rem;
/* 1306 */   border-left: 2px solid #a3b1be;
/* 1307 */ }
/* 1308 */ .slick-track .item.image.slick-slide:nth-child(3) .move-up .blue_border {
/* 1309 */   display: none;
/* 1310 */ }
/* 1311 */ .slick-track .item.image.slick-slide:nth-child(2) .move-up .blue_border {
/* 1312 */   display: block;
/* 1313 */   background-color: white;
/* 1314 */   margin-top: 3rem;
/* 1315 */ }
/* 1316 */ .page-id-3668 .offering.grey_bg.spacing .vector {
/* 1317 */   bottom: 7%;
/* 1318 */ }
/* 1319 */ .solution.blue_bg.spacing .red_dotted,
/* 1320 */ .solution.spacing .red_dotted {
/* 1321 */   z-index: 0;
/* 1322 */ }
/* 1323 */ .solution.blue_bg.spacing .col-12.text-center,
/* 1324 */ .solution.spacing .col-12.text-center {
/* 1325 */   z-index: 1 !important;
/* 1326 */ }
/* 1327 */ .ebook-pdf-imgebook-pdf-img,
/* 1328 */ .ebook-pdf-imgebook-pdf-img1 {
/* 1329 */   display: none !important;
/* 1330 */ }
/* 1331 */ .postid-7885 .ebook-pdf-imgebook-pdf-img,
/* 1332 */ .postid-7634 .ebook-pdf-imgebook-pdf-img1 {
/* 1333 */   display: block !important;
/* 1334 */   padding: 1rem;
/* 1335 */ }
/* 1336 */ .postid-7885 .ebook-pdf-imgebook-pdf-img img,
/* 1337 */ .postid-7634 .ebook-pdf-imgebook-pdf-img1 img {
/* 1338 */   width: 90%;
/* 1339 */   margin-left: 5%;
/* 1340 */ }
/* 1341 */ template .body_sec.new-content .button {
/* 1342 */   display: inline-block;
/* 1343 */   margin: 0rem auto 0;
/* 1344 */ }
/* 1345 */ .footer_menu {
/* 1346 */   z-index: 2;
/* 1347 */ }
/* 1348 */ .postid-7971 .top-border-line.aos-init.aos-animate {
/* 1349 */   display: none;
/* 1350 */ }

/* style.css */

/* 1351 */ .postid-7971 .row.casestudy_wrapper.spacing {
/* 1352 */   padding-bottom: 0 !important;
/* 1353 */ }
/* 1354 */ .body_sec.new-content .resources_page .top_left {
/* 1355 */   z-index: 0;
/* 1356 */   position: relative;
/* 1357 */ }
/* 1358 */ .form_wrapper.sticky-case-study-form {
/* 1359 */   width: 380px;
/* 1360 */   z-index: 1;
/* 1361 */ }
/* 1362 */ .temp_form.form_section.spacing.template3 {
/* 1363 */   position: relative;
/* 1364 */   z-index: 2;
/* 1365 */ }
/* 1366 */ .single_multiple_template .new-content ul {
/* 1367 */   font-size: 19px;
/* 1368 */   color: #4a5d79;
/* 1369 */   font-weight: 400;
/* 1370 */ }
/* 1371 */ .single_multiple_template .new-content .single_content h3:after {
/* 1372 */   content: "";
/* 1373 */   width: 5rem;
/* 1374 */   height: 2px;
/* 1375 */   background: red;
/* 1376 */   display: block;
/* 1377 */   margin-top: 0.5rem;
/* 1378 */ }
/* 1379 */ .single_multiple_template .new-content .single_content h3 {
/* 1380 */   color: #1d3557;
/* 1381 */   font-size: 22px;
/* 1382 */   padding: 1rem 0;
/* 1383 */   font-weight: bolder;
/* 1384 */ }
/* 1385 */ .single_multiple_template .new-content .form_wrapper form {
/* 1386 */   background: #fff;
/* 1387 */   border-radius: 15px;
/* 1388 */   box-shadow: 1px 1px 10px lightgray;
/* 1389 */ }
/* 1390 */ .single_multiple_template .new-content .form_wrapper form .form_header {
/* 1391 */   background: #eb616b;
/* 1392 */   padding: 2rem;
/* 1393 */   border-radius: 15px 15px 0 0;
/* 1394 */   color: #fff !important;
/* 1395 */ }
/* 1396 */ .single_multiple_template .new-content .form_wrapper form .form_header h2 {
/* 1397 */   color: #fff !important;
/* 1398 */ }
/* 1399 */ .single_multiple_template .new-content .form_wrapper form .form_header p {
/* 1400 */   color: #fff;

/* style.css */

/* 1401 */ }
/* 1402 */ .single_multiple_template .new-content .form_wrapper form .form_body {
/* 1403 */   padding: 0 1rem;
/* 1404 */ }
/* 1405 */ .single_multiple_template .new-content .form_wrapper form p br {
/* 1406 */   display: none;
/* 1407 */ }
/* 1408 */ .single_multiple_template .new-content .form_wrapper form h4 {
/* 1409 */   color: #fff;
/* 1410 */   font-size: 25px;
/* 1411 */   width: 100%;
/* 1412 */ }
/* 1413 */ .single_multiple_template .new-content .form_wrapper form p {
/* 1414 */   font-size: 17px;
/* 1415 */   margin: 0;
/* 1416 */ }
/* 1417 */ .single_multiple_template .new-content .form_wrapper input {
/* 1418 */   width: 100%;
/* 1419 */   margin: 0.5rem 0;
/* 1420 */   padding: 0.5rem;
/* 1421 */ }
/* 1422 */ .single_multiple_template .new-content .form_wrapper form .error {
/* 1423 */   color: #e54600;
/* 1424 */   font-size: 13px;
/* 1425 */ }
/* 1426 */ .single_multiple_template .new-content .form_head_sec {
/* 1427 */   text-align: center;
/* 1428 */   color: #fff;
/* 1429 */   background: #e63946;
/* 1430 */   padding: 1.5rem 1rem;
/* 1431 */   background: transparent linear-gradient(95deg, #16008b 0, #654fd5 100%) 0 0
/* 1432 */     no-repeat padding-box;
/* 1433 */ }
/* 1434 */ .single_multiple_template .new-content .form_head_sec h2 {
/* 1435 */   font-size: 30px;
/* 1436 */   font-weight: bold;
/* 1437 */   padding-bottom: 0.5rem;
/* 1438 */ }
/* 1439 */ .single_multiple_template .new-content .form_wrapper input[type="checkbox"] {
/* 1440 */   width: auto;
/* 1441 */   margin-top: 5px;
/* 1442 */ }
/* 1443 */ .single_multiple_template .new-content .form_head_sec p {
/* 1444 */   font-size: 14px;
/* 1445 */ }
/* 1446 */ .single_multiple_template .new-content .form_wrapper label {
/* 1447 */   padding: 1rem 0 0;
/* 1448 */   font-size: 18px;
/* 1449 */   color: #1e3658;
/* 1450 */   font-weight: 600;

/* style.css */

/* 1451 */ }
/* 1452 */ .single_multiple_template .new-content .form_wrapper label a {
/* 1453 */   color: blue;
/* 1454 */ }
/* 1455 */ .single_multiple_template .new-content .form_wrapper input[type="submit"],
/* 1456 */ .single .body_sec .button {
/* 1457 */   font-size: 18px;
/* 1458 */   width: auto;
/* 1459 */   background: #eb616b;
/* 1460 */   border: 0;
/* 1461 */   color: #fff;
/* 1462 */   padding: 0.5rem 1rem;
/* 1463 */   display: inherit;
/* 1464 */ }
/* 1465 */ .single_multiple_template .new-content .form_wrapper input[type="submit"] {
/* 1466 */   padding: 0.5rem 2rem;
/* 1467 */   border-radius: 5px;
/* 1468 */   margin-top: 2rem;
/* 1469 */ }
/* 1470 */ .single_multiple_template .button:hover,
/* 1471 */ .single_multiple_template
/* 1472 */   .new-content
/* 1473 */   .form_wrapper
/* 1474 */   input[type="submit"]:hover {
/* 1475 */   background: #fa193e;
/* 1476 */ }
/* 1477 */ .wpcf7 form .wpcf7-response-output {
/* 1478 */   font-size: 14px;
/* 1479 */   color: #eb616b;
/* 1480 */ }
/* 1481 */ .single_multiple_template .new-content .form_wrapper .wpcf7-list-item-label {
/* 1482 */   font-size: 14px;
/* 1483 */ }
/* 1484 */ .single_multiple_template .new-content .form_wrapper .form_footer_div {
/* 1485 */   height: 20px;
/* 1486 */   margin-top: 0;
/* 1487 */   background: transparent linear-gradient(95deg, #16008b 0, #654fd5 100%) 0 0
/* 1488 */     no-repeat padding-box;
/* 1489 */ }
/* 1490 */ .single_multiple_template
/* 1491 */   .new-content
/* 1492 */   .form_wrapper
/* 1493 */   .wpcf7-list-item-label
/* 1494 */   span
/* 1495 */   a {
/* 1496 */   color: #eb616b;
/* 1497 */ }
/* 1498 */ .page-id-9437 .red_border {
/* 1499 */   height: 6px;
/* 1500 */   width: 8.9%;

/* style.css */

/* 1501 */   background: #e63946;
/* 1502 */   display: block;
/* 1503 */   margin: 1rem 0;
/* 1504 */   border-radius: 5px;
/* 1505 */   margin-left: 46.1% !important;
/* 1506 */ }
/* 1507 */ .solution.blue_bg.spacing .red_dotted {
/* 1508 */   z-index: 0;
/* 1509 */ }
/* 1510 */ .solution.blue_bg.spacing .col-12.text-center {
/* 1511 */   z-index: 1 !important;
/* 1512 */ }
/* 1513 */ .page-id-9524
/* 1514 */   .common_page
/* 1515 */   .products
/* 1516 */   .products_section
/* 1517 */   .products_wrapper
/* 1518 */   .product_content {
/* 1519 */   min-height: 805px;
/* 1520 */ }
/* 1521 */ .page-template-template-thank-you-php
/* 1522 */   .common_thank_you_page.resources_page
/* 1523 */   .banner-text
/* 1524 */   h2 {
/* 1525 */   width: 100%;
/* 1526 */ }
/* 1527 */ .page-id-9524
/* 1528 */   .common_page
/* 1529 */   .products
/* 1530 */   .products_section
/* 1531 */   .products_wrapper
/* 1532 */   .product_content
/* 1533 */   .product_content_inner {
/* 1534 */   min-height: 529px;
/* 1535 */ }
/* 1536 */ .postid-7874 .know-your-panalist.spacing h2,
/* 1537 */ .postid-7874 .meet-your-host.spacing h2 {
/* 1538 */   background: 0;
/* 1539 */   padding: 5px 0;
/* 1540 */ }
/* 1541 */ .postid-7874 .about-harbinger.spacing .about-harbinger-row h3 {
/* 1542 */   background: 0;
/* 1543 */ }
/* 1544 */ .postid-7874 #form_top {
/* 1545 */   background-size: 100% 100%;
/* 1546 */ }
/* 1547 */ .postid-7955 .ebook-pdf-imgebook-pdf-img {
/* 1548 */   display: block !important;
/* 1549 */   text-align: center;
/* 1550 */ }

/* style.css */

/* 1551 */ .single_multiple_template .body_sec h2 {
/* 1552 */   text-transform: inherit;
/* 1553 */ }
/* 1554 */ .blog-case-study-section p,
/* 1555 */ .blog-case-study-section ul {
/* 1556 */   color: #101d30 !important;
/* 1557 */ }
/* 1558 */ .postid-7885 .bottom-border-line {
/* 1559 */   bottom: 0rem;
/* 1560 */   left: -4rem;
/* 1561 */ }
/* 1562 */ .postid-7885 .resources_page .bottom_right {
/* 1563 */   bottom: -1rem;
/* 1564 */ }
/* 1565 */ .postid-7874 #timer div span {
/* 1566 */   padding-right: 9px;
/* 1567 */   margin-left: 4px;
/* 1568 */ }
/* 1569 */ .postid-7874 #timer div p {
/* 1570 */   font-size: 10px;
/* 1571 */   color: white;
/* 1572 */   padding-left: 3px;
/* 1573 */ }
/* 1574 */ .resources_page.single_casestudy.single_multiple_template
/* 1575 */   .top-border-line.aos-init.aos-animate
/* 1576 */   img {
/* 1577 */   display: none !important;
/* 1578 */ }
/* 1579 */ .postid-8116 .single_blogs .quotes_text_box {
/* 1580 */   padding: 2rem 2rem 0rem 2rem;
/* 1581 */ }
/* 1582 */ .postid-8116 .single_blogs .quotes_text_box h2 {
/* 1583 */   padding-bottom: 0;
/* 1584 */ }
/* 1585 */ .single_multiple_template .body_sec .button {
/* 1586 */   display: inline-block;
/* 1587 */   margin: 0rem auto 0;
/* 1588 */ }
/* 1589 */ .ultimate_guide_text.spacing {
/* 1590 */   padding-bottom: 6rem;
/* 1591 */ }
/* 1592 */ .shrm-section-4 .row .col-12 {
/* 1593 */   display: flex;
/* 1594 */   text-align: center;
/* 1595 */ }
/* 1596 */ .shrm-section-4 img {
/* 1597 */   width: 83%;
/* 1598 */ }
/* 1599 */ .shrm-section-5 {
/* 1600 */   margin-top: -2%;

/* style.css */

/* 1601 */   text-align: center;
/* 1602 */ }
/* 1603 */ .shrm-section-5 img {
/* 1604 */   width: 30%;
/* 1605 */ }
/* 1606 */ .shrm-section-6 .row .col-12 {
/* 1607 */   display: flex;
/* 1608 */   text-align: center;
/* 1609 */   justify-content: center;
/* 1610 */   justify-content: center;
/* 1611 */   flex-wrap: wrap;
/* 1612 */ }
/* 1613 */ .shrm-section-6 .row .col-12 .flex-col {
/* 1614 */   width: calc((100% - 100px) / 3);
/* 1615 */ }
/* 1616 */ .shrm-section-6 h3 {
/* 1617 */   color: #1a2e4f;
/* 1618 */   font-size: 25px;
/* 1619 */   font-weight: bold;
/* 1620 */ }
/* 1621 */ .shrm-section-6 p {
/* 1622 */   color: #131b2e;
/* 1623 */ }
/* 1624 */ .shrm-section-9 {
/* 1625 */   padding: 4rem 3rem;
/* 1626 */   background: url("https://www.harbingergroup.com/wp-content/uploads/2023/05/Rectangle-294-e1685525907539.png");
/* 1627 */   background-size: cover;
/* 1628 */   background-repeat: no-repeat;
/* 1629 */   box-shadow: 0 5px 10px #00000024;
/* 1630 */ }
/* 1631 */ .shrm-section-9 .col-12.col-md-12.col-lg-12 {
/* 1632 */   text-align: center;
/* 1633 */ }
/* 1634 */ .postid-8430 .key_takeaways_section .form_section .form_wrapper {
/* 1635 */   background: #e8ebee !important;
/* 1636 */ }
/* 1637 */ .postid-8430 .know-your-panalist .know-your-panalist-title h2,
/* 1638 */ .postid-8430 .meet-your-host .know-your-panalist-title h2 {
/* 1639 */   border-bottom: 2px solid #eb616b;
/* 1640 */ }
/* 1641 */ .postid-8430 #form_top {
/* 1642 */   background-size: 100% 100%;
/* 1643 */ }
/* 1644 */ .postid-8430 .about-harbinger .red-patch-bottom {
/* 1645 */   right: 0 !important;
/* 1646 */ }
/* 1647 */ .postid-8430 .banner_section .banner_heading {
/* 1648 */   padding: 2rem 0 1rem !important;
/* 1649 */ }
/* 1650 */ .banner_section .webinar_deatail .webinar_timer {

/* style.css */

/* 1651 */   background-size: 100% 100% !important;
/* 1652 */ }
/* 1653 */ .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 1654 */   padding: 0rem 2rem 0rem 2.5rem !important;
/* 1655 */   border-left: 2px solid #843246;
/* 1656 */ }
/* 1657 */ .postid-8430 .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 1658 */   font-size: 22px !important;
/* 1659 */ }
/* 1660 */ .postid-8430 .banner_section .left_double_arrow,
/* 1661 */ .banner_section .right_double_arrow {
/* 1662 */   display: none;
/* 1663 */ }
/* 1664 */ .postid-8430 .banner_section .banner_heading h1 {
/* 1665 */   font-weight: 400;
/* 1666 */ }
/* 1667 */ .postid-8430 .key_takeaways_section .key_takeaways ul li {
/* 1668 */   padding: 1.2rem 0;
/* 1669 */ }
/* 1670 */ .postid-8430 .key_takeaways_section .col-12.col-md-10 {
/* 1671 */   padding-left: 2rem;
/* 1672 */   padding-right: 2rem;
/* 1673 */ }
/* 1674 */ .postid-8430 .banner_section_img img {
/* 1675 */   width: 86%;
/* 1676 */   padding-top: 22%;
/* 1677 */ }
/* 1678 */ .form_wrapper .form-group .form-control {
/* 1679 */   box-shadow: inset 1px 2px 6px #00000030 !important;
/* 1680 */   border: 1px solid #b9c0cb !important;
/* 1681 */   border-radius: 6px !important;
/* 1682 */ }
/* 1683 */ .banner_section .webinar_deatail .webinar_timer {
/* 1684 */   padding-left: 2rem !important;
/* 1685 */ }
/* 1686 */ .page-id-8321 h2,
/* 1687 */ .page-id-9999 h2 {
/* 1688 */   text-transform: inherit;
/* 1689 */ }
/* 1690 */ .post-type-archive-webinars .match-height-1 b {
/* 1691 */   font-weight: 500 !important;
/* 1692 */ }
/* 1693 */ .blog_content h2 {
/* 1694 */   text-transform: inherit;
/* 1695 */ }
/* 1696 */ .single-blogs .desktop_banner {
/* 1697 */   height: 319px !important;
/* 1698 */ }
/* 1699 */ .single-blogs .blogs_page .star_icon img {
/* 1700 */   width: 48px;

/* style.css */

/* 1701 */ }
/* 1702 */ .single-blogs .banner-text h5 {
/* 1703 */   padding-bottom: 3rem;
/* 1704 */ }
/* 1705 */ .single-blogs .banner-text h1 {
/* 1706 */   font-size: 45px;
/* 1707 */   color: #fff;
/* 1708 */   padding-bottom: 1rem;
/* 1709 */   width: 65%;
/* 1710 */   display: block;
/* 1711 */   margin-top: 0;
/* 1712 */   margin-bottom: 0.5rem;
/* 1713 */   font-weight: 500;
/* 1714 */   line-height: 1.2;
/* 1715 */ }
/* 1716 */ .postid-8430 .banner_section .banner_heading h1 {
/* 1717 */   text-transform: uppercase;
/* 1718 */ }
/* 1719 */ .single-blogs .blog_content strong {
/* 1720 */   color: #1d3557 !important;
/* 1721 */ }
/* 1722 */ .postid-9105 .banner_section,
/* 1723 */ .category-elearning .banner_section {
/* 1724 */   background-size: 100% 100%;
/* 1725 */ }
/* 1726 */ .postid-9105 .banner_section .banner_heading h1,
/* 1727 */ .category-elearning .banner_section .banner_heading h1,
/* 1728 */ .postid-9105 .key_takeaways_section .key_takeaways_content .content-takeways p,
/* 1729 */ .category-elearning
/* 1730 */   .key_takeaways_section
/* 1731 */   .key_takeaways_content
/* 1732 */   .content-takeways
/* 1733 */   p {
/* 1734 */   margin-bottom: 0rem;
/* 1735 */ }
/* 1736 */ .postid-9105 .banner_section .webinar_deatail .webinar_timer,
/* 1737 */ .category-elearning .banner_section .webinar_deatail .webinar_timer {
/* 1738 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/07/MicrosoftTeams-image-92-e1689085821515.png)
/* 1739 */     no-repeat;
/* 1740 */ }
/* 1741 */ .postid-9105 .banner_section .webinar_deatail .webinar_timer_wrapper,
/* 1742 */ .category-elearning .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 1743 */   border-left: 2px solid #a3b1be;
/* 1744 */ }
/* 1745 */ .postid-9105 .know-your-panalist.spacing,
/* 1746 */ .category-elearning .know-your-panalist.spacing {
/* 1747 */   background-position: top;
/* 1748 */   background-size: 100% 24%;
/* 1749 */ }
/* 1750 */ .postid-9105 .about-harbinger.spacing .about-harbinger-row h3,

/* style.css */

/* 1751 */ .category-elearning .about-harbinger.spacing .about-harbinger-row h3 {
/* 1752 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/07/Group-10285.png);
/* 1753 */   background-size: 100% 100%;
/* 1754 */ }
/* 1755 */ .postid-9105 .el-ph,
/* 1756 */ .category-elearning .el-ph {
/* 1757 */   font-weight: bold;
/* 1758 */   display: block;
/* 1759 */ }
/* 1760 */ .postid-9105 .el-ph1,
/* 1761 */ .category-elearning .el-ph1 {
/* 1762 */   font-weight: bold;
/* 1763 */ }
/* 1764 */ .webinars h5 span {
/* 1765 */   padding: 1rem 0;
/* 1766 */   font-size: 20px !important;
/* 1767 */   color: #1d3557 !important;
/* 1768 */   border-bottom: 0 !important;
/* 1769 */ }
/* 1770 */ .postid-9105 .about-harbinger .red-patch-bottom,
/* 1771 */ .category-elearning .about-harbinger .red-patch-bottom {
/* 1772 */   right: 0;
/* 1773 */ }
/* 1774 */ .postid-9105 .key_takeaways_section .form_section .form_wrapper .submit,
/* 1775 */ .category-elearning .key_takeaways_section .form_section .form_wrapper .submit {
/* 1776 */   background: transparent linear-gradient(90deg, #e63946 0, #e63946 100%) 0 0
/* 1777 */     no-repeat padding-box !important;
/* 1778 */ }
/* 1779 */ .postid-9179 .blue_box {
/* 1780 */   margin: 1rem 0 0;
/* 1781 */ }
/* 1782 */ .page-id-112 .connect_with_us.spacing .custom-tw-img,
/* 1783 */ .page-id-112 .connect_with_us.spacing .custom-tw-img2 {
/* 1784 */   width: 109px !important;
/* 1785 */   height: 92px !important;
/* 1786 */   padding: 2.2rem 2.6rem;
/* 1787 */   aspect-ratio: auto 107 / 94;
/* 1788 */ }
/* 1789 */ .products_section .products_wrapper:last-child .products_icon img {
/* 1790 */   width: 148px;
/* 1791 */   height: 148px;
/* 1792 */ }
/* 1793 */ .page-id-76 .solution.blue_bg.spacing {
/* 1794 */   display: none;
/* 1795 */ }
/* 1796 */ .page-id-1968 .list_outer li .resources_name h5,
/* 1797 */ .page-id-1968 .list_outer li .resources_name a span {
/* 1798 */   padding: 1rem 0;
/* 1799 */   font-size: 20px !important;
/* 1800 */   color: #1d3557 !important;

/* style.css */

/* 1801 */   border-bottom: 0 !important;
/* 1802 */ }
/* 1803 */ .popup-wrapper2,
/* 1804 */ .popup-wrapper3,
/* 1805 */ .popup-wrapper3,
/* 1806 */ .popup-wrapper4,
/* 1807 */ .popup-wrapper5,
/* 1808 */ .popup-wrapper6,
/* 1809 */ .popup-wrapper-ed-1,
/* 1810 */ .popup-wrapper-ed-2,
/* 1811 */ .popup-wrapper-ed-3,
/* 1812 */ .popup-wrapper-ed-4,
/* 1813 */ .popup-wrapper-ed-5,
/* 1814 */ .popup-wrapper-el-1,
/* 1815 */ .popup-wrapper-el-2,
/* 1816 */ .popup-wrapper-el-3,
/* 1817 */ .popup-wrapper-el-4,
/* 1818 */ .popup-wrapper-el-5 {
/* 1819 */   position: fixed;
/* 1820 */   top: 0;
/* 1821 */   right: 0;
/* 1822 */   bottom: 0;
/* 1823 */   left: 0;
/* 1824 */   background: rgba(0, 0, 0, 0.5);
/* 1825 */   z-index: 999;
/* 1826 */   align-items: center;
/* 1827 */   justify-content: center;
/* 1828 */   display: none;
/* 1829 */ }
/* 1830 */ .popup-wrapper2 .cutome_popup,
/* 1831 */ .popup-wrapper3 .cutome_popup,
/* 1832 */ .popup-wrapper4 .cutome_popup,
/* 1833 */ .popup-wrapper5 .cutome_popup,
/* 1834 */ .popup-wrapper6 .cutome_popup,
/* 1835 */ .popup-wrapper-ed-1 .cutome_popup,
/* 1836 */ .popup-wrapper-ed-2 .cutome_popup,
/* 1837 */ .popup-wrapper-ed-3 .cutome_popup,
/* 1838 */ .popup-wrapper-ed-4 .cutome_popup,
/* 1839 */ .popup-wrapper-ed-5 .cutome_popup,
/* 1840 */ .popup-wrapper-el-1 .cutome_popup,
/* 1841 */ .popup-wrapper-el-2 .cutome_popup,
/* 1842 */ .popup-wrapper-el-3 .cutome_popup,
/* 1843 */ .popup-wrapper-el-4 .cutome_popup,
/* 1844 */ .popup-wrapper-el-5 .cutome_popup {
/* 1845 */   position: relative;
/* 1846 */ }
/* 1847 */ .popup-wrapper2 .close,
/* 1848 */ .popup-wrapper3 .close,
/* 1849 */ .popup-wrapper4 .close,
/* 1850 */ .popup-wrapper5 .close,

/* style.css */

/* 1851 */ .popup-wrapper6 .close,
/* 1852 */ .popup-wrapper-ed-1 .close,
/* 1853 */ .popup-wrapper-ed-2 .close,
/* 1854 */ .popup-wrapper-ed-3 .close,
/* 1855 */ .popup-wrapper-ed-4 .close,
/* 1856 */ .popup-wrapper-ed-5 .close,
/* 1857 */ .popup-wrapper-el-5 .close,
/* 1858 */ .popup-wrapper-el-4 .close,
/* 1859 */ .popup-wrapper-el-3 .close,
/* 1860 */ .popup-wrapper-el-2 .close,
/* 1861 */ .popup-wrapper-el-1 .close {
/* 1862 */   position: absolute;
/* 1863 */   right: -12px;
/* 1864 */   background: #000;
/* 1865 */   height: 29px;
/* 1866 */   width: 30px;
/* 1867 */   border-radius: 50%;
/* 1868 */   color: #fff;
/* 1869 */   text-align: center;
/* 1870 */   vertical-align: middle;
/* 1871 */   font-size: 17px;
/* 1872 */   top: -13px;
/* 1873 */   cursor: pointer;
/* 1874 */ }
/* 1875 */ .popup-wrapper2 .wpcf7,
/* 1876 */ .popup-wrapper3 .wpcf7,
/* 1877 */ .popup-wrapper4 .wpcf7,
/* 1878 */ .popup-wrapper5 .wpcf7,
/* 1879 */ .popup-wrapper6 .wpcf7,
/* 1880 */ .popup-wrapper-ed-1 .wpcf7,
/* 1881 */ .popup-wrapper-ed-2 .wpcf7,
/* 1882 */ .popup-wrapper-ed-2 .wpcf7,
/* 1883 */ .popup-wrapper-ed-3 .wpcf7,
/* 1884 */ .popup-wrapper-ed-4 .wpcf7,
/* 1885 */ .popup-wrapper-ed-5 .wpcf7,
/* 1886 */ .popup-wrapper-el-1 .wpcf7,
/* 1887 */ .popup-wrapper-el-2 .wpcf7,
/* 1888 */ .popup-wrapper-el-3 .wpcf7,
/* 1889 */ .popup-wrapper-el-4 .wpcf7,
/* 1890 */ .popup-wrapper-el-5 .wpcf7 {
/* 1891 */   border: 2px solid #ccc;
/* 1892 */   margin: 1rem;
/* 1893 */   padding: 2rem;
/* 1894 */   margin: 0 auto;
/* 1895 */   border-radius: 10px;
/* 1896 */   background: #fff;
/* 1897 */   width: 100%;
/* 1898 */ }
/* 1899 */ .popup-wrapper2 .wpcf7 h4,
/* 1900 */ .popup-wrapper3 .wpcf7 h4,

/* style.css */

/* 1901 */ .popup-wrapper4 .wpcf7 h4,
/* 1902 */ .popup-wrapper5 .wpcf7 h4,
/* 1903 */ .popup-wrapper6 .wpcf7 h4,
/* 1904 */ .popup-wrapper-ed-1 .wpcf7 h4,
/* 1905 */ .popup-wrapper-ed-2 .wpcf7 h4,
/* 1906 */ .popup-wrapper-ed-2 .wpcf7 h4,
/* 1907 */ .popup-wrapper-ed-3 .wpcf7 h4,
/* 1908 */ .popup-wrapper-ed-4 .wpcf7 h4,
/* 1909 */ .popup-wrapper-ed-5 .wpcf7 h4,
/* 1910 */ .popup-wrapper-el-1 .wpcf7 h4,
/* 1911 */ .popup-wrapper-el-2 .wpcf7 h4,
/* 1912 */ .popup-wrapper-el-3 .wpcf7 h4,
/* 1913 */ .popup-wrapper-el-4 .wpcf7 h4,
/* 1914 */ .popup-wrapper-el-5 .wpcf7 h4 {
/* 1915 */   color: #303370;
/* 1916 */ }
/* 1917 */ .popup-wrapper2 .wpcf7 p,
/* 1918 */ .popup-wrapper3 .wpcf7 p,
/* 1919 */ .popup-wrapper4 .wpcf7 p,
/* 1920 */ .popup-wrapper5 .wpcf7 p,
/* 1921 */ .popup-wrapper6 .wpcf7 p,
/* 1922 */ .popup-wrapper-ed-1 .wpcf7 p,
/* 1923 */ .popup-wrapper-ed-2 .wpcf7 p,
/* 1924 */ .popup-wrapper-ed-3 .wpcf7 p,
/* 1925 */ .popup-wrapper-ed-4 .wpcf7 p,
/* 1926 */ .popup-wrapper-ed-5 .wpcf7 p {
/* 1927 */   font-size: 14px;
/* 1928 */ }
/* 1929 */ .popup-wrapper2 .wpcf7 label,
/* 1930 */ .popup-wrapper3 .wpcf7 label,
/* 1931 */ .popup-wrapper4 .wpcf7 label,
/* 1932 */ .popup-wrapper5 .wpcf7 label,
/* 1933 */ .popup-wrapper6 .wpcf7 label,
/* 1934 */ .popup-wrapper-ed-1 .wpcf7 label,
/* 1935 */ .popup-wrapper-ed-2 .wpcf7 label,
/* 1936 */ .popup-wrapper-ed-2 .wpcf7 label,
/* 1937 */ .popup-wrapper-ed-3 .wpcf7 label,
/* 1938 */ .popup-wrapper-ed-4 .wpcf7 label,
/* 1939 */ .popup-wrapper-ed-5 .wpcf7 label,
/* 1940 */ .popup-wrapper-el-1 .wpcf7 label,
/* 1941 */ .popup-wrapper-el-2 .wpcf7 label,
/* 1942 */ .popup-wrapper-el-3 .wpcf7 label,
/* 1943 */ .popup-wrapper-el-4 .wpcf7 label,
/* 1944 */ .popup-wrapper-el-5 .wpcf7 label {
/* 1945 */   display: inline-block;
/* 1946 */   color: #303370;
/* 1947 */   font-size: 17px;
/* 1948 */   font-weight: 600;
/* 1949 */ }
/* 1950 */ .popup-wrapper2 .wpcf7 p,

/* style.css */

/* 1951 */ .popup-wrapper3 .wpcf7 p,
/* 1952 */ .popup-wrapper4 .wpcf7 p,
/* 1953 */ .popup-wrapper5 .wpcf7 p,
/* 1954 */ .popup-wrapper6 .wpcf7 p,
/* 1955 */ .popup-wrapper-el-5 .wpcf7 p,
/* 1956 */ .popup-wrapper-el-4 .wpcf7 p,
/* 1957 */ .popup-wrapper-el-3 .wpcf7 p,
/* 1958 */ .popup-wrapper-el-2 .wpcf7 p,
/* 1959 */ .popup-wrapper-el-1 .wpcf7 p {
/* 1960 */   font-size: 14px;
/* 1961 */ }
/* 1962 */ .popup-wrapper2 .wpcf7 input[type="submit"],
/* 1963 */ .popup-wrapper3 .wpcf7 input[type="submit"],
/* 1964 */ .popup-wrapper4 .wpcf7 input[type="submit"],
/* 1965 */ .popup-wrapper5 .wpcf7 input[type="submit"],
/* 1966 */ .popup-wrapper6 .wpcf7 input[type="submit"],
/* 1967 */ .popup-wrapper-ed-1 .wpcf7 input[type="submit"],
/* 1968 */ .popup-wrapper-ed-2 .wpcf7 input[type="submit"],
/* 1969 */ .popup-wrapper-ed-3 .wpcf7 input[type="submit"],
/* 1970 */ .popup-wrapper-ed-4 .wpcf7 input[type="submit"],
/* 1971 */ .popup-wrapper-ed-5 .wpcf7 input[type="submit"],
/* 1972 */ .popup-wrapper-el-1 .wpcf7 input[type="submit"],
/* 1973 */ .popup-wrapper-el-2 .wpcf7 input[type="submit"],
/* 1974 */ .popup-wrapper-el-3 .wpcf7 input[type="submit"],
/* 1975 */ .popup-wrapper-el-4 .wpcf7 input[type="submit"],
/* 1976 */ .popup-wrapper-el-5 .wpcf7 input[type="submit"] {
/* 1977 */   background: #eb616b;
/* 1978 */   color: #fff;
/* 1979 */   border: 0;
/* 1980 */   padding: 0.6rem 3rem;
/* 1981 */   font-size: 18px;
/* 1982 */   font-weight: 600;
/* 1983 */   border-radius: 6px;
/* 1984 */   text-decoration: none;
/* 1985 */   margin: 2rem 0 0;
/* 1986 */ }
/* 1987 */ .popup-wrapper2 p a,
/* 1988 */ .popup-wrapper3 p a,
/* 1989 */ .popup-wrapper4 p a,
/* 1990 */ .popup-wrapper5 p a,
/* 1991 */ .popup-wrapper6 p a,
/* 1992 */ .popup-wrapper-ed-1 p a,
/* 1993 */ .popup-wrapper-ed-2 p a,
/* 1994 */ .popup-wrapper-ed-3 p a,
/* 1995 */ .popup-wrapper-ed-4 p a,
/* 1996 */ .popup-wrapper-ed-5 p a,
/* 1997 */ .popup-wrapper-el-5 p a,
/* 1998 */ .popup-wrapper-el-4 p a,
/* 1999 */ .popup-wrapper-el-3 p a,
/* 2000 */ .popup-wrapper-el-2 p a,

/* style.css */

/* 2001 */ .popup-wrapper-el-1 p a {
/* 2002 */   color: #eb616b;
/* 2003 */ }
/* 2004 */ .popup-wrapper2 .wpcf7 input[type="text"],
/* 2005 */ .popup-wrapper2 .wpcf7 input[type="email"],
/* 2006 */ .popup-wrapper2 .wpcf7 input[type="tel"],
/* 2007 */ .popup-wrapper2 .wpcf7 textarea,
/* 2008 */ .popup-wrapper3 .wpcf7 input[type="text"],
/* 2009 */ .popup-wrapper3 .wpcf7 input[type="email"],
/* 2010 */ .popup-wrapper3 .wpcf7 input[type="tel"],
/* 2011 */ .popup-wrapper3 .wpcf7 textarea,
/* 2012 */ .popup-wrapper4 .wpcf7 input[type="text"],
/* 2013 */ .popup-wrapper4 .wpcf7 input[type="email"],
/* 2014 */ .popup-wrapper4 .wpcf7 input[type="tel"],
/* 2015 */ .popup-wrapper4 .wpcf7 textarea,
/* 2016 */ .popup-wrapper5 .wpcf7 input[type="text"],
/* 2017 */ .popup-wrapper5 .wpcf7 input[type="email"],
/* 2018 */ .popup-wrapper5 .wpcf7 input[type="tel"],
/* 2019 */ .popup-wrapper5 .wpcf7 textarea,
/* 2020 */ .popup-wrapper6 .wpcf7 input[type="text"],
/* 2021 */ .popup-wrapper6 .wpcf7 input[type="email"],
/* 2022 */ .popup-wrapper6 .wpcf7 input[type="tel"],
/* 2023 */ .popup-wrapper6 .wpcf7 textarea,
/* 2024 */ .popup-wrapper-ed-1 .wpcf7 input[type="text"],
/* 2025 */ .popup-wrapper-ed-1 .wpcf7 input[type="email"],
/* 2026 */ .popup-wrapper-ed-1 .wpcf7 input[type="tel"],
/* 2027 */ .popup-wrapper-ed-1 .wpcf7 textarea,
/* 2028 */ .popup-wrapper-ed-2 .wpcf7 input[type="text"],
/* 2029 */ .popup-wrapper-ed-2 .wpcf7 input[type="email"],
/* 2030 */ .popup-wrapper-ed-2 .wpcf7 input[type="tel"],
/* 2031 */ .popup-wrapper-ed-2 .wpcf7 textarea,
/* 2032 */ .popup-wrapper-ed-3 .wpcf7 input[type="text"],
/* 2033 */ .popup-wrapper-ed-3 .wpcf7 input[type="email"],
/* 2034 */ .popup-wrapper-ed-3 .wpcf7 input[type="tel"],
/* 2035 */ .popup-wrapper-ed-3 .wpcf7 textarea,
/* 2036 */ .popup-wrapper-ed-4 .wpcf7 input[type="text"],
/* 2037 */ .popup-wrapper-ed-4 .wpcf7 input[type="email"],
/* 2038 */ .popup-wrapper-ed-4 .wpcf7 input[type="tel"],
/* 2039 */ .popup-wrapper-ed-4 .wpcf7 textarea,
/* 2040 */ .popup-wrapper-ed-5 .wpcf7 input[type="text"],
/* 2041 */ .popup-wrapper-ed-5 .wpcf7 input[type="email"],
/* 2042 */ .popup-wrapper-ed-5 .wpcf7 input[type="tel"],
/* 2043 */ .popup-wrapper-ed-5 .wpcf7 textarea,
/* 2044 */ .popup-wrapper-el-1 .wpcf7 input[type="text"],
/* 2045 */ .popup-wrapper-el-1 .wpcf7 input[type="email"],
/* 2046 */ .popup-wrapper-el-1 .wpcf7 input[type="tel"],
/* 2047 */ .popup-wrapper-el-1 .wpcf7 textarea,
/* 2048 */ .popup-wrapper-el-2 .wpcf7 input[type="text"],
/* 2049 */ .popup-wrapper-el-2 .wpcf7 input[type="email"],
/* 2050 */ .popup-wrapper-el-2 .wpcf7 input[type="tel"],

/* style.css */

/* 2051 */ .popup-wrapper-el-2 .wpcf7 textarea,
/* 2052 */ .popup-wrapper-el-3 .wpcf7 input[type="text"],
/* 2053 */ .popup-wrapper-el-3 .wpcf7 input[type="email"],
/* 2054 */ .popup-wrapper-el-3 .wpcf7 input[type="tel"],
/* 2055 */ .popup-wrapper-el-3 .wpcf7 textarea,
/* 2056 */ .popup-wrapper-el-4 .wpcf7 input[type="text"],
/* 2057 */ .popup-wrapper-el-4 .wpcf7 input[type="email"],
/* 2058 */ .popup-wrapper-el-4 .wpcf7 input[type="tel"],
/* 2059 */ .popup-wrapper-el-4 .wpcf7 textarea,
/* 2060 */ .popup-wrapper-el-5 .wpcf7 input[type="text"],
/* 2061 */ .popup-wrapper-el-5 .wpcf7 input[type="email"],
/* 2062 */ .popup-wrapper-el-5 .wpcf7 input[type="tel"],
/* 2063 */ .popup-wrapper-el-5 .wpcf7 textarea {
/* 2064 */   padding: 0.6rem;
/* 2065 */   margin: 1rem 0 0;
/* 2066 */   width: 100%;
/* 2067 */ }
/* 2068 */ .postid-9470 .des {
/* 2069 */   display: none;
/* 2070 */ }
/* 2071 */ .worktech1.banner_section .banner_heading h1 {
/* 2072 */   color: white;
/* 2073 */   font-size: 38px;
/* 2074 */   line-height: 1.2em;
/* 2075 */   font-weight: bold;
/* 2076 */ }
/* 2077 */ .postid-9470 .worktech1.banner_section .banner_heading h1 {
/* 2078 */   text-transform: uppercase;
/* 2079 */ }
/* 2080 */ .worktech1-col1,
/* 2081 */ .worktech1-col3 {
/* 2082 */   display: flex;
/* 2083 */ }
/* 2084 */ .worktech1-col3 {
/* 2085 */   padding-top: 0rem;
/* 2086 */ }
/* 2087 */ .worktech1-col1 .banner_logo img {
/* 2088 */   width: 69%;
/* 2089 */ }
/* 2090 */ .worktech1-col1 .col-lg-4 img {
/* 2091 */   float: right;
/* 2092 */ }
/* 2093 */ .worktech1-col2 {
/* 2094 */   padding-top: 2em;
/* 2095 */ }
/* 2096 */ .worktech1-col3 .webinar_deatail {
/* 2097 */   display: flex;
/* 2098 */   margin-top: 15%;
/* 2099 */   background: url("https://www.harbingergroup.com/wp-content/uploads/2023/08/Rectangle-6251.png");
/* 2100 */   background-size: 100% 100%;

/* style.css */

/* 2101 */   padding: 1rem;
/* 2102 */   width: 73%;
/* 2103 */   align-items: center;
/* 2104 */   float: left;
/* 2105 */ }
/* 2106 */ .worktech1-col3 .webinar_deatail .webinar_timer1 h3 {
/* 2107 */   font-size: 16px;
/* 2108 */   color: white;
/* 2109 */ }
/* 2110 */ .worktech1-col3 .webinar_deatail .webinar_timer1 {
/* 2111 */   color: white;
/* 2112 */ }
/* 2113 */ .worktech1-col3 .schedule {
/* 2114 */   display: flex;
/* 2115 */   align-items: center;
/* 2116 */   margin-bottom: 2%;
/* 2117 */ }
/* 2118 */ .worktech1-col3 .schedule img {
/* 2119 */   width: 38px;
/* 2120 */ }
/* 2121 */ .worktech1-col3 .schedule h3 {
/* 2122 */   color: white;
/* 2123 */   font-size: 20px;
/* 2124 */ }
/* 2125 */ .banner_section .worktech1-col3 .webinar_deatail .webinar_timer1 #timer1 {
/* 2126 */   display: flex;
/* 2127 */   font-size: 30px;
/* 2128 */   font-weight: 800;
/* 2129 */   align-items: center;
/* 2130 */ }
/* 2131 */ .banner_section .worktech1-col3 .webinar_deatail .webinar_timer_wrapper {
/* 2132 */   width: 50%;
/* 2133 */   padding: 1rem 0rem 1rem 2rem !important;
/* 2134 */   border-left: 0;
/* 2135 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/08/Rectangle-6203.png);
/* 2136 */   background-size: 100% 100%;
/* 2137 */ }
/* 2138 */ .webinar_date.schedule_wrapper {
/* 2139 */   width: 50%;
/* 2140 */ }
/* 2141 */ .worktech1-col3 .webinar_deatail .webinar_timer_wrapper #timer1 p {
/* 2142 */   display: none;
/* 2143 */ }
/* 2144 */ .postid-9470 .key_takeaways_section .form_section {
/* 2145 */   display: flex;
/* 2146 */   background: #f3f3f3;
/* 2147 */   border-radius: 10px;
/* 2148 */   box-shadow: 5px 5px 20px #000;
/* 2149 */   margin-top: -50px;
/* 2150 */   margin-bottom: 40px;

/* style.css */

/* 2151 */   position: relative;
/* 2152 */   margin-left: 3rem;
/* 2153 */   margin-right: 4em;
/* 2154 */ }
/* 2155 */ .key_takeaways_section .form_section .f_box {
/* 2156 */   width: 50%;
/* 2157 */   padding: 2rem;
/* 2158 */ }
/* 2159 */ .key_takeaways_section .form_section .form_wrapper {
/* 2160 */   background: #d4d6d8;
/* 2161 */   border-radius: 0 10px 10px 0;
/* 2162 */   box-shadow: 10px 10px 15px #00000066;
/* 2163 */ }
/* 2164 */ section {
/* 2165 */   overflow: initial;
/* 2166 */ }
/* 2167 */ .key_takeaways_section .form_section h3 {
/* 2168 */   color: #464953;
/* 2169 */   font-weight: 600;
/* 2170 */   font-size: 25px;
/* 2171 */ }
/* 2172 */ .key_takeaways_section .key_takeaways ul {
/* 2173 */   padding: 2rem 2rem 0 0;
/* 2174 */ }
/* 2175 */ .key_takeaways_section .key_takeaways ul li {
/* 2176 */   display: flex;
/* 2177 */   align-items: center;
/* 2178 */   padding: 1rem 0;
/* 2179 */ }
/* 2180 */ .key_takeaways_section .key_takeaways .key_takeaways_icon {
/* 2181 */   width: 10%;
/* 2182 */ }
/* 2183 */ .key_takeaways_section .key_takeaways .key_takeaways_text {
/* 2184 */   font-size: 16px;
/* 2185 */   padding-left: 1rem;
/* 2186 */   width: 90%;
/* 2187 */   color: #4f5158;
/* 2188 */ }
/* 2189 */ .key_takeaways_section .form_section .form_wrapper h3 {
/* 2190 */   margin-bottom: 30px;
/* 2191 */ }
/* 2192 */ .form_wrapper .form-group {
/* 2193 */   margin-bottom: 20px;
/* 2194 */ }
/* 2195 */ .form_wrapper .form-group label {
/* 2196 */   color: black;
/* 2197 */   font-size: 14px;
/* 2198 */   margin-bottom: 2px;
/* 2199 */   font-weight: 700;
/* 2200 */ }

/* style.css */

/* 2201 */ .form_wrapper .form-group .form-control {
/* 2202 */   padding: 0 10px;
/* 2203 */   min-height: 40px;
/* 2204 */   color: #000;
/* 2205 */   border-radius: 0;
/* 2206 */   border: 0;
/* 2207 */ }
/* 2208 */ .key_takeaways_section .form_section .form_wrapper .error {
/* 2209 */   color: red;
/* 2210 */ }
/* 2211 */ .key_takeaways_section .form_section .form_wrapper .agree-label {
/* 2212 */   font-size: 14px;
/* 2213 */   font-weight: 400;
/* 2214 */   margin-bottom: 2px;
/* 2215 */ }
/* 2216 */ .key_takeaways_section .form_section .form_wrapper input[type="checkbox"] {
/* 2217 */   margin-right: 5px;
/* 2218 */   width: 18px;
/* 2219 */   display: inline-block;
/* 2220 */   vertical-align: middle;
/* 2221 */ }
/* 2222 */ .key_takeaways_section .form_section .form_wrapper .agree-label a {
/* 2223 */   text-decoration: none;
/* 2224 */ }
/* 2225 */ .form_wrapper .form-group .text-red {
/* 2226 */   color: red;
/* 2227 */ }
/* 2228 */ .postid-9470 .key_takeaways_section .form_section .form_wrapper .submit {
/* 2229 */   margin-right: auto;
/* 2230 */   display: block;
/* 2231 */   border-radius: 9px;
/* 2232 */   background: transparent linear-gradient(0, #f55457 0, #f71b3f 100%) 0 0
/* 2233 */     no-repeat padding-box !important;
/* 2234 */   box-shadow: 0 5px 15px #00000066;
/* 2235 */   width: 95%;
/* 2236 */   padding: 9px 0;
/* 2237 */   margin-top: 9%;
/* 2238 */   color: #fff;
/* 2239 */   border: 0;
/* 2240 */ }
/* 2241 */ .key_takeaways_section .key_takeaways_content .content-takeways p {
/* 2242 */   color: #fff;
/* 2243 */   line-height: 1.7;
/* 2244 */ }
/* 2245 */ .postid-9470 .know-your-panalist-title.text-center h2 img {
/* 2246 */   width: 604px;
/* 2247 */ }
/* 2248 */ .know-your-panalist .know-your-panalist-row,
/* 2249 */ .postid-9470 .know-your-panalist .know-your-panalist-row .col-12.col-lg-9,
/* 2250 */ .postid-9470 .meet-your-host-row,

/* style.css */

/* 2251 */ .postid-9470 .know-your-panalist-row .col-12.col-lg-9 {
/* 2252 */   display: flex;
/* 2253 */   flex-wrap: wrap;
/* 2254 */   justify-content: center;
/* 2255 */   height: max-content;
/* 2256 */ }
/* 2257 */ .page-id-9519 .common_page .offering .offering_section .offering_wrapper {
/* 2258 */   width: calc((100% - 300px) / 2);
/* 2259 */ }
/* 2260 */ .page-id-9519 .common_page .curve_img1 img {
/* 2261 */   margin-top: 4rem;
/* 2262 */   width: 392px;
/* 2263 */ }
/* 2264 */ .page-id-9524 .industries_sub_pages .our_partner .our_partner_wrapper {
/* 2265 */   display: block;
/* 2266 */ }
/* 2267 */ .page-id-9524
/* 2268 */   .industries_sub_pages
/* 2269 */   .our_partner
/* 2270 */   .our_partner_wrapper
/* 2271 */   .our_partner_logo {
/* 2272 */   width: 41%;
/* 2273 */   margin: 0 auto;
/* 2274 */ }
/* 2275 */ .page-id-9524
/* 2276 */   .industries_sub_pages
/* 2277 */   .our_partner
/* 2278 */   .our_partner_wrapper
/* 2279 */   .our_partner_logo
/* 2280 */   img {
/* 2281 */   border-radius: 10px;
/* 2282 */ }
/* 2283 */ .page-id-9524
/* 2284 */   .industries_sub_pages
/* 2285 */   .our_partner
/* 2286 */   .our_partner_wrapper
/* 2287 */   .our_partner_details {
/* 2288 */   width: 100%;
/* 2289 */   color: #fff;
/* 2290 */   padding: 0 0rem;
/* 2291 */   padding-top: 2rem;
/* 2292 */ }
/* 2293 */ .page-id-9524
/* 2294 */   .products_section
/* 2295 */   .products_wrapper:last-child
/* 2296 */   .products_icon
/* 2297 */   img {
/* 2298 */   width: auto;
/* 2299 */   height: auto;
/* 2300 */ }

/* style.css */

/* 2301 */ .know-your-panalist-row .know-your-panalist-col:nth-child(2) .col-12.col-lg-3,
/* 2302 */ .know-your-panalist-row
/* 2303 */   .meet-your-host-row.worktech-meet:nth-child(3)
/* 2304 */   .col-12.col-lg-3 {
/* 2305 */   order: 2;
/* 2306 */ }
/* 2307 */ .know-your-panalist-row
/* 2308 */   .know-your-panalist-col:nth-child(2)
/* 2309 */   .col-12.col-lg-9
/* 2310 */   .col-12.col-lg-4 {
/* 2311 */   order: 2;
/* 2312 */   text-align: right;
/* 2313 */ }
/* 2314 */ .know-your-panalist-col .col-12.col-lg-9 .col-12.col-lg-8 p {
/* 2315 */   color: #2d344d;
/* 2316 */   font-weight: 500;
/* 2317 */ }
/* 2318 */ .know-your-panalist-col .col-12.col-lg-9 a {
/* 2319 */   height: 55px;
/* 2320 */ }
/* 2321 */ .meet-your-host.worktech {
/* 2322 */   background-image: url("https://www.harbingergroup.com/wp-content/uploads/2023/08/Path-26956.png");
/* 2323 */   background-size: 100% 100%;
/* 2324 */   background-repeat: no-repeat;
/* 2325 */   background-position: center;
/* 2326 */ }
/* 2327 */ .about-harbinger.worktech {
/* 2328 */   background: url("https://www.harbingergroup.com/wp-content/uploads/2023/08/worktech-bootm-banner.jpg");
/* 2329 */   background-repeat: no-repeat;
/* 2330 */   background-size: cover;
/* 2331 */   background-position: top;
/* 2332 */   box-shadow: 0 -10px 15px #0000004d;
/* 2333 */   position: relative;
/* 2334 */   padding-top: 2rem;
/* 2335 */ }
/* 2336 */ .about-harbinger.worktech .about-harbinger-row {
/* 2337 */   display: flex;
/* 2338 */   flex-wrap: wrap;
/* 2339 */   justify-content: center;
/* 2340 */   border-radius: 50px 50px 0 0;
/* 2341 */   margin: 0 auto;
/* 2342 */ }
/* 2343 */ .about-harbinger.worktech .join-webinar {
/* 2344 */   border: 1px solid #1d3557;
/* 2345 */   border-radius: 0 0 50px 50px;
/* 2346 */   display: flex;
/* 2347 */   flex-wrap: wrap;
/* 2348 */   justify-content: space-between;
/* 2349 */   align-items: center;
/* 2350 */   margin: 0 auto;

/* style.css */

/* 2351 */   background: linear-gradient(
/* 2352 */     90deg,
/* 2353 */     rgba(29, 53, 87, 1) 53%,
/* 2354 */     rgba(12, 22, 37, 1) 100%
/* 2355 */   );
/* 2356 */   margin-top: 0rem;
/* 2357 */ }
/* 2358 */ .about-harbinger.worktech .about-harbinger-row .about-harbinger-box {
/* 2359 */   width: calc((100% - -2px) / 1);
/* 2360 */   padding: 2rem;
/* 2361 */ }
/* 2362 */ .about-harbinger.worktech .about-harbinger-row .about-harbinger-box h3 {
/* 2363 */   font-size: 29px;
/* 2364 */   padding-bottom: 1rem;
/* 2365 */   text-align: center;
/* 2366 */   color: #101d30;
/* 2367 */   font-weight: 800;
/* 2368 */ }
/* 2369 */ .about-harbinger.worktech .about-harbinger-row .about-harbinger-box p {
/* 2370 */   font-size: 17px;
/* 2371 */   color: #2d344d;
/* 2372 */   font-weight: 400;
/* 2373 */ }
/* 2374 */ .about-harbinger.worktech .join-webinar .join-webinar-text {
/* 2375 */   background: linear-gradient(
/* 2376 */     260deg,
/* 2377 */     rgba(203, 28, 41, 1) 0,
/* 2378 */     rgba(114, 0, 9, 1) 100%
/* 2379 */   );
/* 2380 */   width: 50%;
/* 2381 */   border-radius: 0 0 0 50px;
/* 2382 */ }
/* 2383 */ .about-harbinger.worktech .join-webinar .join-webinar-text h3 {
/* 2384 */   text-align: center;
/* 2385 */   color: #fff;
/* 2386 */   font-size: 30px;
/* 2387 */   padding: 2.5rem;
/* 2388 */   font-weight: bold;
/* 2389 */   align-self: center;
/* 2390 */ }
/* 2391 */ .about-harbinger.worktech .join-webinar .signup-seat {
/* 2392 */   width: 50%;
/* 2393 */   text-align: center;
/* 2394 */ }
/* 2395 */ .about-harbinger.worktech .signup-seat a {
/* 2396 */   text-decoration: none;
/* 2397 */   color: white !important;
/* 2398 */   background: linear-gradient(
/* 2399 */     90deg,
/* 2400 */     rgba(230, 57, 70, 1) 0,

/* style.css */

/* 2401 */     rgba(207, 0, 15, 1) 100%
/* 2402 */   );
/* 2403 */   padding: 1rem 3rem;
/* 2404 */   display: initial;
/* 2405 */   border-radius: 0 0 30px 30px;
/* 2406 */ }
/* 2407 */ .about-harbinger-line {
/* 2408 */   text-align: center;
/* 2409 */ }
/* 2410 */ .about-harbinger-line img {
/* 2411 */   width: 340px;
/* 2412 */   padding-bottom: 2rem;
/* 2413 */ }
/* 2414 */ .shrm-section-7 .row .col-lg-12 img {
/* 2415 */   width: 100%;
/* 2416 */ }
/* 2417 */ .underline-width {
/* 2418 */   border-bottom: 1px dashed;
/* 2419 */   width: 77%;
/* 2420 */ }
/* 2421 */ .video-col video {
/* 2422 */   width: 60%;
/* 2423 */   height: 700px;
/* 2424 */ }
/* 2425 */ .talk_to_experts {
/* 2426 */   cursor: pointer;
/* 2427 */ }
/* 2428 */ .read-more-btn:hover {
/* 2429 */   background: #fa193e;
/* 2430 */   color: #fff;
/* 2431 */ }
/* 2432 */ h2 {
/* 2433 */   text-transform: inherit;
/* 2434 */ }
/* 2435 */ .page-id-10087
/* 2436 */   .products_section
/* 2437 */   .products_wrapper:last-child
/* 2438 */   .products_icon
/* 2439 */   img {
/* 2440 */   width: auto;
/* 2441 */   height: auto;
/* 2442 */ }
/* 2443 */ a:focus,
/* 2444 */ button:focus {
/* 2445 */   outline: 0.5px solid lightblue;
/* 2446 */   border-radius: 2px;
/* 2447 */ }
/* 2448 */ .single_multiple_template .body_sec h2 {
/* 2449 */   text-transform: inherit;
/* 2450 */ }

/* style.css */

/* 2451 */ .blog-table th {
/* 2452 */   background: #eb616b;
/* 2453 */   color: white;
/* 2454 */ }
/* 2455 */ .single-news h2 {
/* 2456 */   text-transform: inherit;
/* 2457 */ }
/* 2458 */ .page-id-3668
/* 2459 */   .products_section
/* 2460 */   .products_wrapper:last-child
/* 2461 */   .products_icon
/* 2462 */   img {
/* 2463 */   width: auto;
/* 2464 */   height: auto;
/* 2465 */ }
/* 2466 */ .page-id-66 .industries_page .industries_wrapper .industries_content .button {
/* 2467 */   margin-right: 13px;
/* 2468 */ }
/* 2469 */ .blog-table th,
/* 2470 */ .blog-table td {
/* 2471 */   padding: 1rem;
/* 2472 */ }
/* 2473 */ .blog-table {
/* 2474 */   margin-bottom: 1rem;
/* 2475 */ }
/* 2476 */ .postid-9470 section {
/* 2477 */   overflow: initial;
/* 2478 */ }
/* 2479 */ .postid-9470 .worktech1.banner_section .banner_heading h1 {
/* 2480 */   text-transform: uppercase;
/* 2481 */   font-family: "Questrial", sans-serif;
/* 2482 */   margin-bottom: 0;
/* 2483 */   line-height: 1.2em;
/* 2484 */ }
/* 2485 */ .page-id-1968 .key_takeaways_section .key_takeaways ul li {
/* 2486 */   padding: 2.2rem 0 !important;
/* 2487 */ }
/* 2488 */ .page-id-9524 .industries_sub_pages .offering .transformation {
/* 2489 */   top: 5%;
/* 2490 */ }
/* 2491 */ .page-id-9519 .solution.blue_bg h2,
/* 2492 */ .products.grey_bg.spacing h2 {
/* 2493 */   text-transform: inherit;
/* 2494 */ }
/* 2495 */ .know-your-panalist-col .col-12.col-lg-9 .col-12.col-lg-8 p {
/* 2496 */   color: #2d344d;
/* 2497 */   font-weight: 500;
/* 2498 */   font-size: 18px;
/* 2499 */ }
/* 2500 */ .about-harbinger .about-harbinger-row.two_sec .about-harbinger-col {

/* style.css */

/* 2501 */   width: calc((100% - 10px) / 2);
/* 2502 */ }
/* 2503 */ .about-harbinger
/* 2504 */   .about-harbinger-row
/* 2505 */   .about-harbinger-col
/* 2506 */   .about-harbinger-box {
/* 2507 */   background: white;
/* 2508 */   box-shadow: -5px 10px 15px #0000004d;
/* 2509 */   border: 1px solid #4a26afe6;
/* 2510 */   border-radius: 0 100px 0 0 !important;
/* 2511 */   padding: 2rem 3rem;
/* 2512 */   margin: 0;
/* 2513 */   height: 100%;
/* 2514 */ }
/* 2515 */ .about-harbinger
/* 2516 */   .about-harbinger-row
/* 2517 */   .about-harbinger-col
/* 2518 */   .about-harbinger-box.box2 {
/* 2519 */   box-shadow: 5px 10px 15px #0000004d;
/* 2520 */   border-radius: 100px 0 0 0 !important;
/* 2521 */ }
/* 2522 */ .resources_page .star_icon_top {
/* 2523 */   top: 7rem;
/* 2524 */ }
/* 2525 */ .resources_page .bottom_right {
/* 2526 */   bottom: 2rem;
/* 2527 */ }
/* 2528 */ .industries_page .industries_wrapper .industries_content .button {
/* 2529 */   padding: 0.8rem 1.5rem !important;
/* 2530 */ }
/* 2531 */ .about-harbinger .red-patch-bottom {
/* 2532 */   right: 5px !important;
/* 2533 */ }
/* 2534 */ .postid-9669 .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 2535 */   color: #003a4a;
/* 2536 */   font-size: 24px;
/* 2537 */   font-family: "Questrial", sans-serif;
/* 2538 */ }
/* 2539 */ .postid-9669 .edtech-ph-title1 {
/* 2540 */   text-transform: uppercase;
/* 2541 */   font-size: 36px;
/* 2542 */   font-family: "Questrial", sans-serif;
/* 2543 */ }
/* 2544 */ .postid-9669 .edtech-ph-title2 {
/* 2545 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/08/Group-9401.png);
/* 2546 */   color: white;
/* 2547 */   background-size: 100% 100%;
/* 2548 */   padding: 0.5rem 3.5rem;
/* 2549 */ }
/* 2550 */ .postid-9669 .key_takeaways_section .key_takeaways_content .content-takeways p {

/* style.css */

/* 2551 */   font-size: 18px;
/* 2552 */ }
/* 2553 */ .postid-9669 .banner_section .webinar_deatail .webinar_timer h3 {
/* 2554 */   font-size: 20px;
/* 2555 */   font-weight: 700;
/* 2556 */ }
/* 2557 */ .postid-9669 .know-your-panalist .know-your-panalist-row .meet-your-host-col p,
/* 2558 */ .postid-9669
/* 2559 */   .meet-your-host
/* 2560 */   .meet-your-host-row
/* 2561 */   .meet-your-host-col
/* 2562 */   .meet-your-host-content
/* 2563 */   p,
/* 2564 */ .postid-9669 .about-harbinger .about-harbinger-row .about-harbinger-box p {
/* 2565 */   color: #2d344d;
/* 2566 */   font-weight: 400;
/* 2567 */   font-size: 17px;
/* 2568 */   line-height: 24px;
/* 2569 */ }
/* 2570 */ .postid-9669 .know-your-panalist .know-your-panalist-row .meet-your-host-col {
/* 2571 */   width: calc((100% - 80px) / 2);
/* 2572 */ }
/* 2573 */ .postid-9669
/* 2574 */   .know-your-panalist
/* 2575 */   .know-your-panalist-row
/* 2576 */   .meet-your-host-col:first-child {
/* 2577 */   margin-right: 80px;
/* 2578 */ }
/* 2579 */ .postid-9669 .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 2580 */   border-left: 2px solid #a3b1be;
/* 2581 */ }
/* 2582 */ .postid-9669 .about-harbinger .signup-seat a {
/* 2583 */   font-size: 20px;
/* 2584 */ }
/* 2585 */ .postid-9669 .about-harbinger .about-harbinger-row .about-harbinger-box h3 {
/* 2586 */   font-size: 28px;
/* 2587 */ }
/* 2588 */ #menu-item-9891 .sub-menu li,
/* 2589 */ #menu-item-1926 .sub-menu li {
/* 2590 */   width: max-content;
/* 2591 */   min-width: 100%;
/* 2592 */ }
/* 2593 */ .top_navigation .menu-item .sub-menu #menu-item-9778:hover {
/* 2594 */   background-color: #e63946;
/* 2595 */   width: 100% !important;
/* 2596 */ }
/* 2597 */ #menu-item-9891:hover .sub-menu,
/* 2598 */ #menu-item-1926:hover .sub-menu {
/* 2599 */   display: block;
/* 2600 */ }

/* style.css */

/* 2601 */ #menu-item-9891 .sub-menu,
/* 2602 */ #menu-item-1926 .sub-menu {
/* 2603 */   top: 0;
/* 2604 */   left: 100%;
/* 2605 */   display: none;
/* 2606 */ }
/* 2607 */ .col-12.awards-section.spacing ul li:hover {
/* 2608 */   background: #4a5d79;
/* 2609 */ }
/* 2610 */ .col-12.awards-section.spacing ul li:hover h4,
/* 2611 */ .col-12.awards-section.spacing ul li:hover h5,
/* 2612 */ .col-12.awards-section.spacing ul li:hover span,
/* 2613 */ .col-12.awards-section.spacing ul li:hover h3 {
/* 2614 */   color: white;
/* 2615 */ }
/* 2616 */ .banner_section .webinar_deatail .webinar_timer2 {
/* 2617 */   background: url(/wp-content/themes/harbinger/images/webinar-edtech/time-background.png)
/* 2618 */     no-repeat;
/* 2619 */   background-size: 100% 100%;
/* 2620 */   padding: 1rem;
/* 2621 */   font-size: 20px;
/* 2622 */   color: #fff;
/* 2623 */ }
/* 2624 */ .banner_section .webinar_deatail .webinar_timer2 h3 {
/* 2625 */   font-size: 21px;
/* 2626 */ }
/* 2627 */ .banner_section .webinar_deatail .webinar_timer2 #timer2 {
/* 2628 */   display: flex;
/* 2629 */   font-size: 33px;
/* 2630 */   font-weight: 600;
/* 2631 */ }
/* 2632 */ .category-elearning .form_wrapper .form-group label {
/* 2633 */   color: black;
/* 2634 */   font-size: 17px;
/* 2635 */ }
/* 2636 */ .key_takeaways_section .key_takeaways ul li {
/* 2637 */   display: flex;
/* 2638 */   align-items: center;
/* 2639 */   padding: 1rem 0;
/* 2640 */   padding-bottom: 0 !important;
/* 2641 */ }
/* 2642 */ .banner_section .webinar_deatail .webinar_timer3 {
/* 2643 */   background: url("https://www.harbingergroup.com/wp-content/uploads/2023/09/Rectangle-6060.png")
/* 2644 */     no-repeat;
/* 2645 */   background-size: 100% 100% !important;
/* 2646 */   padding: 1rem;
/* 2647 */   font-size: 20px;
/* 2648 */   color: #fff;
/* 2649 */ }
/* 2650 */ .banner_section .webinar_deatail .webinar_timer3 h3 {

/* style.css */

/* 2651 */   font-size: 20px;
/* 2652 */ }
/* 2653 */ .banner_section .webinar_deatail .webinar_timer3 #timer {
/* 2654 */   display: flex;
/* 2655 */   font-size: 33px;
/* 2656 */   font-weight: 600;
/* 2657 */ }
/* 2658 */ .category-hrtech .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 2659 */   font-size: 22px;
/* 2660 */   font-weight: bold;
/* 2661 */   padding-left: 1rem;
/* 2662 */   color: #002860;
/* 2663 */   padding-top: 5px;
/* 2664 */ }
/* 2665 */ .category-hrtech .form_wrapper .form-group label {
/* 2666 */   color: black;
/* 2667 */   font-size: 16px;
/* 2668 */   margin-bottom: 2px;
/* 2669 */   font-weight: 700;
/* 2670 */ }
/* 2671 */ .postid-9902 .banner_section .banner_heading h1,
/* 2672 */ .postid-10313 .banner_section .banner_heading h1 {
/* 2673 */   width: fit-content;
/* 2674 */   font-size: 36px;
/* 2675 */ }
/* 2676 */ .postid-9902 .hrtech-title2,
/* 2677 */ .postid-10313 .hrtech-title2,
/* 2678 */ .postid-10669 .hrtech-title2-2 {
/* 2679 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/09/Group-9454-e1693828065857.png);
/* 2680 */   color: white;
/* 2681 */   background-size: 100% 100%;
/* 2682 */   padding: 0.5rem 3.5rem;
/* 2683 */   display: inline-block;
/* 2684 */   text-transform: uppercase;
/* 2685 */ }
/* 2686 */ .postid-9902 .hrtech-title1,
/* 2687 */ .postid-10313 .hrtech-title1,
/* 2688 */ .postid-10669 .banner_section {
/* 2689 */   background-size: 100% 100%;
/* 2690 */ }
/* 2691 */ .postid-10669 .hrtech-title1-1,
/* 2692 */ .page-id-1968 .banner-text.d-flex.align-self-center .hrtech-title1-1 {
/* 2693 */   font-size: 32px;
/* 2694 */   display: block;
/* 2695 */   text-align: center;
/* 2696 */   text-transform: uppercase;
/* 2697 */   color: #6e0202 !important;
/* 2698 */ }
/* 2699 */ .postid-10669 .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 2700 */   font-size: 22px;

/* style.css */

/* 2701 */ }
/* 2702 */ .postid-10669 .hrtech-title2-2,
/* 2703 */ .page-id-1968 .banner-text.d-flex.align-self-center .hrtech-title2-2 {
/* 2704 */   font-size: 32px;
/* 2705 */   color: white !important;
/* 2706 */   display: block;
/* 2707 */   text-align: center;
/* 2708 */   text-transform: uppercase;
/* 2709 */   background: url("https://www.harbingergroup.com/wp-content/uploads/2023/09/Group-9454-e1693828065857.png");
/* 2710 */   padding: 0.5rem 3.5rem;
/* 2711 */   background-size: 100%;
/* 2712 */ }
/* 2713 */ .match-height-1 span {
/* 2714 */   font-weight: inherit !important;
/* 2715 */   padding: 1rem 0;
/* 2716 */   font-size: 20px !important;
/* 2717 */   color: #1d3557 !important;
/* 2718 */   border: none !important;
/* 2719 */ }
/* 2720 */ .postid-9902
/* 2721 */   .key_takeaways_section
/* 2722 */   .key_takeaways_content
/* 2723 */   .content-takeways
/* 2724 */   li:after,
/* 2725 */ .postid-10313
/* 2726 */   .key_takeaways_section
/* 2727 */   .key_takeaways_content
/* 2728 */   .content-takeways
/* 2729 */   li:after {
/* 2730 */   display: none;
/* 2731 */ }
/* 2732 */ .postid-9902 .know-your-panalist.spacing h2,
/* 2733 */ .postid-10313 .know-your-panalist.spacing h2 {
/* 2734 */   margin-bottom: 0rem;
/* 2735 */ }
/* 2736 */ .postid-9902 .know-your-panalist .know-your-panalist-title h2:before,
/* 2737 */ .postid-9902 .know-your-panalist .know-your-panalist-title h2:after,
/* 2738 */ .postid-10313 .know-your-panalist .know-your-panalist-title h2:before,
/* 2739 */ .postid-10313 .know-your-panalist .know-your-panalist-title h2:after {
/* 2740 */   display: none;
/* 2741 */ }
/* 2742 */ .postid-9902 .banner_section,
/* 2743 */ .postid-10313 .banner_section {
/* 2744 */   background-size: 100% 100%;
/* 2745 */ }
/* 2746 */ .page-id-1968 .hrtech-title1 {
/* 2747 */   display: block;
/* 2748 */   text-align: center;
/* 2749 */   text-transform: uppercase;
/* 2750 */   color: #470207;

/* style.css */

/* 2751 */ }
/* 2752 */ .page-id-1968 .hrtech-title2 {
/* 2753 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/09/Group-9454-e1693828065857.png);
/* 2754 */   color: white;
/* 2755 */   background-size: 100% 100%;
/* 2756 */   padding: 0.5rem 3.5rem;
/* 2757 */   display: inline-block;
/* 2758 */   text-transform: uppercase;
/* 2759 */ }
/* 2760 */ .category-hrtech .about-harbinger .about-harbinger-row .about-harbinger-box h3 {
/* 2761 */   font-size: 28px;
/* 2762 */ }
/* 2763 */ .category-hrtech
/* 2764 */   .key_takeaways_section
/* 2765 */   .key_takeaways_content
/* 2766 */   .content-takeways
/* 2767 */   li {
/* 2768 */   list-style: none;
/* 2769 */ }
/* 2770 */ .category-elearning .banner_section .webinar_deatail .webinar_timer2 {
/* 2771 */   background: url(https://www.harbingergroup.com/wp-content/uploads/2023/07/MicrosoftTeams-image-92-e1689085821515.png)
/* 2772 */     no-repeat;
/* 2773 */   background-size: 100% 100%;
/* 2774 */   padding: 1rem;
/* 2775 */   font-size: 20px;
/* 2776 */   color: #fff;
/* 2777 */ }
/* 2778 */ .shrm-section-7 .video-col {
/* 2779 */   position: relative;
/* 2780 */ }
/* 2781 */ .page-id-4781 .resources_outer.list_outer li {
/* 2782 */   position: relative;
/* 2783 */ }
/* 2784 */ .page-id-4781 .resources_outer.list_outer li .resources_name a span {
/* 2785 */   position: absolute;
/* 2786 */   bottom: 1.2rem;
/* 2787 */ }
/* 2788 */ .page-id-9519 .common_page .offering .offering_section .offering_wrapper:hover {
/* 2789 */   box-shadow: 3px 3px 10px lightgray;
/* 2790 */ }
/* 2791 */ .page-id-9519
/* 2792 */   .common_page
/* 2793 */   .offering
/* 2794 */   .offering_section
/* 2795 */   .offering_wrapper
/* 2796 */   h4
/* 2797 */   .sub-page-link {
/* 2798 */   font-size: 25px;
/* 2799 */   padding: 2rem 0;
/* 2800 */   color: #1d3557 !important;

/* style.css */

/* 2801 */   text-decoration: none;
/* 2802 */ }
/* 2803 */ .page-id-9519
/* 2804 */   .common_page
/* 2805 */   .offering
/* 2806 */   .offering_section
/* 2807 */   .offering_wrapper
/* 2808 */   p
/* 2809 */   .sub-page-link {
/* 2810 */   color: #1d3557 !important;
/* 2811 */   text-decoration: none;
/* 2812 */ }
/* 2813 */ .page-id-10087
/* 2814 */   .common_page
/* 2815 */   .products
/* 2816 */   .products_section
/* 2817 */   .products_wrapper
/* 2818 */   .products_icon {
/* 2819 */   padding-bottom: 0 !important;
/* 2820 */   background: 0;
/* 2821 */   text-align: left;
/* 2822 */   padding: 2rem;
/* 2823 */   min-height: fit-content;
/* 2824 */   border-radius: 10px 10px 0 0;
/* 2825 */ }
/* 2826 */ .page-id-10087 .common_page .offering .offering_section .offering_wrapper h4 {
/* 2827 */   padding-bottom: 0;
/* 2828 */ }
/* 2829 */ .page-id-10087 .common_page .offering .offering_section .offering_wrapper {
/* 2830 */   padding: 2rem 1rem;
/* 2831 */ }
/* 2832 */ .page-id-10087 .common_page .offering .offering_section .offering_wrapper ul {
/* 2833 */   padding-left: 1rem;
/* 2834 */ }
/* 2835 */ .page-id-10087 .common_page .solution .curve_img1 {
/* 2836 */   top: 6%;
/* 2837 */ }
/* 2838 */ .postid-10117 .key_takeaways_section .key_takeaways ul li {
/* 2839 */   padding: 2rem 0;
/* 2840 */ }
/* 2841 */ .common_page .products .products_section .products_wrapper .product_content h4 {
/* 2842 */   min-height: 122px !important;
/* 2843 */   padding-bottom: 2rem;
/* 2844 */ }
/* 2845 */ .post-10523 .banner_section .banner_heading h1 {
/* 2846 */   text-transform: uppercase;
/* 2847 */   font-size: 35px !important;
/* 2848 */ }
/* 2849 */ .post-10523 .know-your-panalist .know-your-panalist-title h2,
/* 2850 */ .post-10523 .meet-your-host .know-your-panalist-title h2,

/* style.css */

/* 2851 */ .post-10523 .about-harbinger.spacing .about-harbinger-row h3 {
/* 2852 */   background: url("https://www.harbingergroup.com/wp-content/uploads/2023/12/Group-11887.png");
/* 2853 */   background-repeat: no-repeat;
/* 2854 */   background-size: 100% 100%;
/* 2855 */ }
/* 2856 */ .post-10523
/* 2857 */   .know-your-panalist
/* 2858 */   .know-your-panalist-row
/* 2859 */   .know-your-panalist-col
/* 2860 */   p {
/* 2861 */   padding-left: 1.5rem;
/* 2862 */ }
/* 2863 */ .post-10523 .meet-your-host-content {
/* 2864 */   padding-top: 1rem;
/* 2865 */ }
/* 2866 */ .post-10523 #form_top .banner_section_img img {
/* 2867 */   width: 68%;
/* 2868 */ }
/* 2869 */ .post-10523 .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 2870 */   padding: 0rem 0rem 0rem 1.5rem !important;
/* 2871 */ }
/* 2872 */ .post-10523 .content-takeways p {
/* 2873 */   margin-bottom: 0rem;
/* 2874 */ }
/* 2875 */ .post-10523
/* 2876 */   .key_takeaways_section
/* 2877 */   .key_takeaways_content
/* 2878 */   .content-takeways
/* 2879 */   li:after {
/* 2880 */   display: none;
/* 2881 */ }
/* 2882 */ .post-10523 .key_takeaways_section .key_takeaways_content .content-takeways ul {
/* 2883 */   list-style-type: disc;
/* 2884 */ }
/* 2885 */ .post-10523 .key_takeaways_section .key_takeaways ul li {
/* 2886 */   padding: 1.2rem 0 !important;
/* 2887 */ }
/* 2888 */ .page-id-1968 .banner_section_img img {
/* 2889 */   width: 80%;
/* 2890 */ }
/* 2891 */ .common_thank_you_page .button {
/* 2892 */   padding: 0.8rem 1rem;
/* 2893 */   margin-top: 1rem;
/* 2894 */ }
/* 2895 */ .common_thank_you_page .button a {
/* 2896 */   color: #fff;
/* 2897 */   text-decoration: none;
/* 2898 */ }
/* 2899 */ .postid-10483 .tab {
/* 2900 */   float: left;

/* style.css */

/* 2901 */   width: 20%;
/* 2902 */ }
/* 2903 */ /* Style the buttons that are used to open the tab content */
/* 2904 */ .tabs-code-class {
/* 2905 */   display: flex;
/* 2906 */   align-items: center;
/* 2907 */ }
/* 2908 */ .postid-10483 .tab button {
/* 2909 */   font-weight: 600;
/* 2910 */   line-height: 1.3em;
/* 2911 */   font-size: 20px;
/* 2912 */   display: block;
/* 2913 */   background-color: inherit;
/* 2914 */   color: black;
/* 2915 */   padding: 22px 16px;
/* 2916 */   padding-top: 9px;
/* 2917 */   width: 100%;
/* 2918 */   border: none;
/* 2919 */   outline: none;
/* 2920 */   cursor: pointer;
/* 2921 */   transition: 0.3s;
/* 2922 */   background-color: white;
/* 2923 */   box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
/* 2924 */   border-left: 5px solid #eb616b;
/* 2925 */   border-radius: 5px;
/* 2926 */ }
/* 2927 */ .postid-10483 .tab button:hover {
/* 2928 */   background-color: white;
/* 2929 */   box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
/* 2930 */   border-left: 5px solid #eb616b;
/* 2931 */ }
/* 2932 */ .postid-10483 .active {
/* 2933 */   background-color: #eb616b !important;
/* 2934 */   color: white !important;
/* 2935 */ }
/* 2936 */ .tabcontent {
/* 2937 */   float: left;
/* 2938 */   padding: 0px 12px;
/* 2939 */   width: 80%;
/* 2940 */   border-left: none;
/* 2941 */   height: 180px;
/* 2942 */   display: none;
/* 2943 */   text-align: center;
/* 2944 */ }
/* 2945 */ #tab1 {
/* 2946 */   display: block;
/* 2947 */ }
/* 2948 */ .why_harbinger .reasons_wrapper .icons {
/* 2949 */   aspect-ratio: auto 98 / 98;
/* 2950 */   height: auto;

/* style.css */

/* 2951 */ }
/* 2952 */ .common_page .heading_second_text .heading_image img {
/* 2953 */   aspect-ratio: auto 1380/700;
/* 2954 */   width: 100%;
/* 2955 */   height: auto;
/* 2956 */ }
/* 2957 */ .calender-sec.spacing .calender-sec-content p {
/* 2958 */   font-weight: 500;
/* 2959 */ }
/* 2960 */ .calender-sec-content-event .calender-sec-content-event-box a {
/* 2961 */   color: #339 !important;
/* 2962 */ }
/* 2963 */ .calender-sec-content-event .calender-sec-content-event-box a:hover {
/* 2964 */   color: #df2f39 !important;
/* 2965 */ }
/* 2966 */ /*27/2/2025*/
/* 2967 */ .iframe-class {
/* 2968 */   height: 500px;
/* 2969 */   width: 100%;
/* 2970 */ }
/* 2971 */ .quote-div1 .quotes_text_box h2 .quote2,
/* 2972 */ .quote-div2 .quotes_text_box h2 .quote1 {
/* 2973 */   display: none;
/* 2974 */ }
/* 2975 */ .quote-div2 .quotes_text_box h2 .quote2 {
/* 2976 */   margin-top: -3rem;
/* 2977 */ }
/* 2978 */ .quote-div1 .quotes_text_box h2 .quote1 {
/* 2979 */   margin-bottom: -3rem;
/* 2980 */ }
/* 2981 */ .single-blogs .blog_content h4 {
/* 2982 */   font-size: 1rem !important;
/* 2983 */ }
/* 2984 */ .single_multiple_template .body_sec h2,
/* 2985 */ .single_multiple_template .body_sec h2 {
/* 2986 */   text-transform: inherit !important;
/* 2987 */ }
/* 2988 */ .postid-12496 .tect-w-title {
/* 2989 */   font-weight: 400;
/* 2990 */ }
/* 2991 */ .upcoming_thank_you .banner-text .container.d-flex.align-self-center {
/* 2992 */   margin: auto;
/* 2993 */ }
/* 2994 */ .single_blogs .blog_content th,
/* 2995 */ td {
/* 2996 */   padding: 0rem 1rem !important;
/* 2997 */ }
/* 2998 */ .single_blogs .blog_content ol {
/* 2999 */   color: #4a5d79;
/* 3000 */   font-weight: 400;

/* style.css */

/* 3001 */   font-size: 16px;
/* 3002 */ }
/* 3003 */ .single_blogs .blog_content th,
/* 3004 */ td {
/* 3005 */   color: #4a5d79;
/* 3006 */   font-weight: 400;
/* 3007 */   font-size: 16px;
/* 3008 */   padding: 0rem 2rem;
/* 3009 */ }
/* 3010 */ #all_resources .hetech-title-1-2 {
/* 3011 */   display: inline !important;
/* 3012 */ }
/* 3013 */ .hide-colon {
/* 3014 */   display: none;
/* 3015 */ }
/* 3016 */ .webinars.resources_page .hide-colon {
/* 3017 */   display: contents !important;
/* 3018 */ }
/* 3019 */ .link-div-blog {
/* 3020 */   padding-bottom: 0.7rem !important;
/* 3021 */
/* 3022 */   color: #4a5d79;
/* 3023 */   font-weight: 400;
/* 3024 */ }
/* 3025 */ /* .single_blogs.blogs_page .blog_sidebar .subscribe_now_form{
/* 3026 *| display:none;
/* 3027 *| } */
/* 3028 */ .container-table-div {
/* 3029 */   background: #f9f9f9;
/* 3030 */   border: 1px solid #aaaaaa;
/* 3031 */   border-radius: 4px;
/* 3032 */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
/* 3033 */   display: table;
/* 3034 */   margin-bottom: 1em;
/* 3035 */   padding: 15px 23px;
/* 3036 */ }
/* 3037 */ .container-table-div .title-div {
/* 3038 */   position: relative;
/* 3039 */ }
/* 3040 */ .ez-toc-title {
/* 3041 */   padding-right: 2rem;
/* 3042 */ }
/* 3043 */ .container-table-div .title-div .fa.fa-bars {
/* 3044 */   font-size: 19px;
/* 3045 */   position: absolute;
/* 3046 */   right: 0;
/* 3047 */   top: 10%;
/* 3048 */   color: #4a5d79;
/* 3049 */ }
/* 3050 */

/* style.css */

/* 3051 */ .ez-content-hide {
/* 3052 */   display: block;
/* 3053 */ }
/* 3054 */ .ez-content-show {
/* 3055 */   display: none;
/* 3056 */ }
/* 3057 */ .ez-content-hide-sub-ul {
/* 3058 */   list-style: none;
/* 3059 */ }
/* 3060 */ .ez-content-hide li a {
/* 3061 */   color: #1d3557 !important;
/* 3062 */ }
/* 3063 */ .page-id-1968 .worktech-f2-title {
/* 3064 */   font-weight: 100 !important;
/* 3065 */ }
/* 3066 */ .home .move-up .slider-button a,
/* 3067 */ .home .home-section-content .home-section-text.move-up a {
/* 3068 */   background: #df323f;
/* 3069 */   color: #fff !important;
/* 3070 */   border: none;
/* 3071 */   padding: 0.6rem 0.8rem;
/* 3072 */   font-size: 17px;
/* 3073 */   font-weight: 600;
/* 3074 */   border-radius: 6px;
/* 3075 */   text-decoration: none;
/* 3076 */   cursor: pointer;
/* 3077 */   display: inline-block;
/* 3078 */ }
/* 3079 */ .page-id-1968 .Tech-title1 {
/* 3080 */   text-transform: uppercase;
/* 3081 */   font-weight: 100;
/* 3082 */   font-size: 36px;
/* 3083 */ }
/* 3084 */ .page-id-1968 .Tech-title2 {
/* 3085 */   font-weight: 700;
/* 3086 */   text-transform: uppercase;
/* 3087 */   font-size: 43px;
/* 3088 */   display: block;
/* 3089 */   padding-right: 1rem;
/* 3090 */ }
/* 3091 */ .single-case-studies .single_content p {
/* 3092 */   text-align: justify;
/* 3093 */ }
/* 3094 */ .upcoming_thank_you.custom_banner_sec .banner-text h1 {
/* 3095 */   font-size: 31px;
/* 3096 */   font-family: "Open Sans", sans-serif;
/* 3097 */   line-height: 51.8px;
/* 3098 */       text-align: center;
/* 3099 */ }
/* 3100 */ .upcoming_thank_you.custom_banner_sec .banner-text h1 .elearning-t1 {

/* style.css */

/* 3101 */   font-weight: 100;
/* 3102 */       font-size: 37px;
/* 3103 */   display: block;
/* 3104 */   text-align: left;
/* 3105 */ }
/* 3106 */ .upcoming_thank_you.custom_banner_sec .banner-text h1 .elearning-t2 {
/* 3107 */     display: block;
/* 3108 */     font-weight: 600;
/* 3109 */     font-size: 37px;
/* 3110 */      text-align: left;
/* 3111 */ }
/* 3112 */ .common_page .resources .resources_outer li .resources_category_details h3 {
/* 3113 */   height: 120px !important;
/* 3114 */ }
/* 3115 */ .page-template-template-eLearning-php
/* 3116 */   .common_page
/* 3117 */   .resources
/* 3118 */   .resources_outer
/* 3119 */   li
/* 3120 */   .resources_category_details
/* 3121 */   h3 {
/* 3122 */   height: 120px;
/* 3123 */ }
/* 3124 */ .common_page .offering .offering_section .offering_wrapper h3 {
/* 3125 */   height: 105px;
/* 3126 */ }
/* 3127 */ .page-template-template-event-webinar-listing
/* 3128 */   .common_page
/* 3129 */   .offering
/* 3130 */   .offering_section
/* 3131 */   .offering_wrapper
/* 3132 */   h3 {
/* 3133 */   height: auto;
/* 3134 */ }
/* 3135 */ .industries_sub_pages .our_partner .our_partner_wrapper .our_partner_details p {
/* 3136 */   height: 300px;
/* 3137 */ }
/* 3138 */ .slick-dots li {
/* 3139 */   height: 16px;
/* 3140 */   width: 16px;
/* 3141 */ }
/* 3142 */ .our_partner2 .testimonial_our_partner {
/* 3143 */   position: relative;
/* 3144 */ }
/* 3145 */ .our_partner2 .testimonial_our_partner .red_border {
/* 3146 */   margin: 1rem auto;
/* 3147 */ }
/* 3148 */ .our_partner2 .testimonial_our_partner .testimonial_our_partner_sec {
/* 3149 */   display: flex;
/* 3150 */   width: 100%;

/* style.css */

/* 3151 */   justify-content: center;
/* 3152 */   padding: 2rem 0;
/* 3153 */ }
/* 3154 */ .our_partner2 .testimonial_our_partner .testimonial_our_partner_wrapper {
/* 3155 */   width: calc((100% - 100px) / 2);
/* 3156 */   background: #1d3557;
/* 3157 */   margin: 1rem;
/* 3158 */   border-radius: 15px;
/* 3159 */   padding: 3rem;
/* 3160 */   color: #fff;
/* 3161 */   text-align: center;
/* 3162 */ }
/* 3163 */ .our_partner2 .testimonial_our_partner .testimonial_our_partner_wrapper p {
/* 3164 */   color: #fff;
/* 3165 */ }
/* 3166 */ .our_partner2
/* 3167 */   .testimonial_our_partner
/* 3168 */   .testimonial_our_partner_wrapper
/* 3169 */   .testimonial_image {
/* 3170 */   padding: 2rem 0;
/* 3171 */ }
/* 3172 */ .our_partner2
/* 3173 */   .testimonial_our_partner
/* 3174 */   .testimonial_our_partner_wrapper
/* 3175 */   .red_border {
/* 3176 */   width: 40%;
/* 3177 */   height: 2px;
/* 3178 */ }
/* 3179 */ .our_partner2 .testimonial_our_partner .testimonial_details h5 {
/* 3180 */   font-size: 20px;
/* 3181 */   font-weight: 400;
/* 3182 */ }
/* 3183 */ .our_partner2 .testimonial_our_partner .testimonial_details h6 {
/* 3184 */   font-size: 13px;
/* 3185 */   font-weight: 400;
/* 3186 */   padding: 0;
/* 3187 */   margin: 0;
/* 3188 */ }
/* 3189 */ .our_partner2 .testimonial_our_partner .testimonial_details span {
/* 3190 */   font-size: 12px;
/* 3191 */ }
/* 3192 */ .generative-why-harbinger {
/* 3193 */   background: #1d3557;
/* 3194 */   padding-bottom: 1rem;
/* 3195 */ }
/* 3196 */ .generative-why-harbinger .red_border {
/* 3197 */   margin: 1rem auto;
/* 3198 */ }
/* 3199 */ .about-us-title {
/* 3200 */   font-size: 1.9rem;

/* style.css */

/* 3201 */   font-weight: 600;
/* 3202 */   color: white;
/* 3203 */ }
/* 3204 */ .padding-2 {
/* 3205 */   padding: 2rem 0;
/* 3206 */ }
/* 3207 */ .generative-why-harbinger-2 {
/* 3208 */   background: #1d3557;
/* 3209 */   padding-bottom: 0 !important;
/* 3210 */   background-image: url("https://www.harbingergroup.com/wp-content/uploads/2025/06/1.0_Why-Partner-with-Harbinger_Banner.jpg");
/* 3211 */   background-size: 100% 100%;
/* 3212 */ }
/* 3213 */ .generative-why-harbinger-2 .why-choose-harbinger {
/* 3214 */   width: 56%;
/* 3215 */   margin-left: 44%;
/* 3216 */ }
/* 3217 */ .generative-why-harbinger-2 .why-choose-harbinger .solution_wrapper {
/* 3218 */   display: flex;
/* 3219 */   border-bottom: 2px solid #425e7d;
/* 3220 */   width: 90%;
/* 3221 */   margin: 1.2rem 0;
/* 3222 */   padding-bottom: 0.5rem;
/* 3223 */ }
/* 3224 */ .generative-why-harbinger-2 .why-choose-harbinger .solution_icon img {
/* 3225 */   width: 70%;
/* 3226 */ }
/* 3227 */ .generative-why-harbinger-2 .content h3 {
/* 3228 */   font-size: 1.4rem;
/* 3229 */ }
/* 3230 */ .generative-why-harbinger-2 .content h3,
/* 3231 */ .generative-why-harbinger-2 .content p {
/* 3232 */   color: white;
/* 3233 */ }
/* 3234 */ .generative-why-harbinger-2
/* 3235 */   .why-choose-harbinger
/* 3236 */   .solution_wrapper
/* 3237 */   .red_border {
/* 3238 */   width: 64px;
/* 3239 */   margin: 0.7rem 0;
/* 3240 */ }
/* 3241 */ .generative-why-harbinger-2 .content p {
/* 3242 */   font-size: 16px;
/* 3243 */ }
/* 3244 */ .gwh-vector {
/* 3245 */   width: 60px;
/* 3246 */   margin-left: 2rem;
/* 3247 */   margin-bottom: 0rem;
/* 3248 */   margin-top: -6rem;
/* 3249 */ }
/* 3250 */ .single_leadership .leadership_content span{

/* style.css */

/* 3251 */       font-size: 23px;
/* 3252 */ }
/* 3253 */ .author_date h2 a{
/* 3254 */     color: inherit !important;
/* 3255 */     font-size: inherit !important;
/* 3256 */     font-weight: inherit !important;
/* 3257 */ }
/* 3258 */ .author_date h2 a:hover{
/* 3259 */   color:#df2f39 !important;
/* 3260 */ }
/* 3261 */ @media (max-width: 768px) {
/* 3262 */   /* .generative-why-harbinger-2 {
/* 3263 *|         background-size: auto;
/* 3264 *|         background-position: right;
/* 3265 *|     } */
/* 3266 */   .page-template-template-strategic-partnerships .banner-text h2 {
/* 3267 */     font-size: 14px;
/* 3268 */     width: 100%;
/* 3269 */   }
/* 3270 */   .generative-why-harbinger-2 .why-choose-harbinger {
/* 3271 */     width: 100%;
/* 3272 */     margin-left: 0%;
/* 3273 */   }
/* 3274 */   .generative-why-harbinger-2 .why-choose-harbinger .solution_wrapper {
/* 3275 */     width: 100%;
/* 3276 */   }
/* 3277 */   .upcoming_thank_you.custom_banner_sec .hrTech-title1,
/* 3278 */   .page-id-1968 .hetech-title-1-2 {
/* 3279 */     font-size: 12px !important;
/* 3280 */     margin-top: 0 !important;
/* 3281 */   }
/* 3282 */   .page-id-1968 .upcoming_thank_you.custom_banner_sec .banner-text h1 {
/* 3283 */     line-height: 1.3em !important;
/* 3284 */     font-size: 30px;
/* 3285 */   }
/* 3286 */   .page-id-1968
/* 3287 */     .upcoming_thank_you.custom_banner_sec
/* 3288 */     .banner-text
/* 3289 */     h1
/* 3290 */     .for-thank {
/* 3291 */     font-size: 26px !important;
/* 3292 */     line-height: 1em !important;
/* 3293 */   }
/* 3294 */   .upcoming_thank_you.custom_banner_sec .banner-text h1 .elearning-t2 {
/* 3295 */     font-size: 2rem !important;
/* 3296 */   }
/* 3297 */   .common_page .resources .resources_outer li .resources_category_details h3 {
/* 3298 */     height: auto;
/* 3299 */   }
/* 3300 */   .common_page .offering .offering_section .offering_wrapper h3 {

/* style.css */

/* 3301 */     height: auto;
/* 3302 */   }
/* 3303 */   .industries_sub_pages
/* 3304 */     .our_partner
/* 3305 */     .our_partner_wrapper
/* 3306 */     .our_partner_details
/* 3307 */     p {
/* 3308 */     height: auto;
/* 3309 */   }
/* 3310 */   .aboutus-page .transformation {
/* 3311 */     top: -1% !important;
/* 3312 */   }
/* 3313 */   .top-border-line {
/* 3314 */     top: -8px !important;
/* 3315 */     width: 100px !important;
/* 3316 */   }
/* 3317 */   .contact_us .top-border-line {
/* 3318 */     top: -15px !important;
/* 3319 */     width: 250px !important;
/* 3320 */   }
/* 3321 */ }
/* 3322 */ @media screen and (min-width: 1500px) and (max-width: 1600px) {
/* 3323 */   .upcoming_thank_you.custom_banner_sec .hetech-title-1-2,
/* 3324 */   .upcoming_thank_you.custom_banner_sec .hrTech-title1 {
/* 3325 */     font-size: 39px !important;
/* 3326 */   }
/* 3327 */   .upcoming_thank_you.custom_banner_sec .hrTech-title2 {
/* 3328 */     font-size: 35px !important;
/* 3329 */   }
/* 3330 */ }
/* 3331 */ @media screen and (max-width: 767px) {
/* 3332 */   .page-id-1968 .col-12.col-md-8,
/* 3333 */   .page-id-1968 .col-12.col-md-4.banner_section_img_wrapper {
/* 3334 */     width: 100% !important;
/* 3335 */   }
/* 3336 */   .postid-10117 .elearning-title2,
/* 3337 */   .page-id-1968
/* 3338 */     .upcoming_thank_you.custom_banner_sec
/* 3339 */     .banner-text
/* 3340 */     h1
/* 3341 */     .elearning-title2 {
/* 3342 */     font-size: 32px !important;
/* 3343 */   }
/* 3344 */   .postid-10669 .hrtech-title1-1,
/* 3345 */   .postid-10669 .hrtech-title2-2 {
/* 3346 */     color: #6e0202 !important;
/* 3347 */     background: none !important;
/* 3348 */     font-weight: 700;
/* 3349 */     text-align: left !important;
/* 3350 */     padding-left: 0;

/* style.css */

/* 3351 */     padding-right: 0;
/* 3352 */   }
/* 3353 */   .postid-9105 .banner_section .webinar_deatail .webinar_timer_wrapper,
/* 3354 */   .category-elearning .banner_section .webinar_deatail .webinar_timer_wrapper,
/* 3355 */   .postid-10669 .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 3356 */     padding: 0rem 1rem 0rem 1.5rem !important;
/* 3357 */   }
/* 3358 */   .postid-9105 .about-harbinger .red-patch-bottom,
/* 3359 */   .category-elearning .about-harbinger .red-patch-bottom {
/* 3360 */     bottom: -14px !important;
/* 3361 */   }
/* 3362 */ }
/* 3363 */ @media screen and (min-width: 768px) {
/* 3364 */   .new-content .row.casestudy_wrapper.spacing {
/* 3365 */     padding-bottom: 0rem;
/* 3366 */   }
/* 3367 */   .upcoming_thank_you.custom_banner_sec .single_template_pages .col-12.p-0 .container.d-flex.align-self-center .row .banner_logo img[data-src="https://www.harbingergroup.com/wp-content/webp-express/webp-images/uploads/2023/08/harbinger_WTA-logo.png.webp"]
/* 3368 */   {
/* 3369 */     max-width: 551px;
/* 3370 */     width: 546px;
/* 3371 */   }
/* 3372 */   .page-template-template-polestar .col-md-6 {
/* 3373 */     flex: 0 0 auto;
/* 3374 */     width: 48%;
/* 3375 */   }
/* 3376 */   .page-id-1968 .banner_section_img img[data-src="https://www.harbingergroup.com/wp-content/webp-express/webp-images/uploads/2023/08/CXO-logo.png.webp"]
/* 3377 */   {
/* 3378 */     width: 28%;
/* 3379 */   }
/* 3380 */   .shrm-section-7 .col-12.col-md-12.col-lg-12 .people-analytics {
/* 3381 */     margin-bottom: -6rem;
/* 3382 */     padding-top: 2rem;
/* 3383 */   }
/* 3384 */   .row.casestudy_wrapper.spacing {
/* 3385 */     padding-bottom: 7rem;
/* 3386 */   }
/* 3387 */   .postid-8880 iframe,
/* 3388 */   .postid-8913 iframe {
/* 3389 */     height: 436px;
/* 3390 */   }
/* 3391 */   .shrm-section-6 .row .col-12 div {
/* 3392 */     width: 33.33%;
/* 3393 */   }
/* 3394 */   .shrm-section-6 .row .col-12 div img {
/* 3395 */     padding: 1.5rem;
/* 3396 */   }
/* 3397 */   .shrm-section-7 h2 {
/* 3398 */     margin-bottom: -3rem;
/* 3399 */   }
/* 3400 */   .page-template-template-htTech-technology-23 .shrm-section-7 h2 {

/* style.css */

/* 3401 */     margin-bottom: -1rem;
/* 3402 */   }
/* 3403 */   .shrm-section-7 img {
/* 3404 */     width: 100%;
/* 3405 */   }
/* 3406 */ }
/* 3407 */ @media screen and (min-width: 280px) and (max-width: 360px) {
/* 3408 */   .page-template-template-strategic-partnerships .banner-text h2 {
/* 3409 */     font-size: 12px;
/* 3410 */     width: 100%;
/* 3411 */   }
/* 3412 */   .home-banner-2 {
/* 3413 */     width: 100% !important;
/* 3414 */   }
/* 3415 */   #footer .custom-tw-img,
/* 3416 */   #footer .custom-tw-img2 {
/* 3417 */     height: 17px !important;
/* 3418 */     width: 18px !important;
/* 3419 */   }
/* 3420 */   .page-id-112 .connect_with_us.spacing .custom-tw-img,
/* 3421 */   .page-id-112 .connect_with_us.spacing .custom-tw-img2 {
/* 3422 */     width: 34px !important;
/* 3423 */     height: 35px !important;
/* 3424 */     object-fit: cover;
/* 3425 */     padding: 0.5rem;
/* 3426 */   }
/* 3427 */ }
/* 3428 */ @media screen and (min-width: 320px) and (max-width: 767px) {
/* 3429 */   .author-section .row .col-12.col-lg-8{
/* 3430 */    text-align: center !important;
/* 3431 */   }
/* 3432 */   .author-section .row .col-12.col-lg-4 img{
/* 3433 */     width: 77%;
/* 3434 */     }
/* 3435 */ .single-blogs .blog_content h2.author-text-white{
/* 3436 */     padding-top: 2rem;
/* 3437 */     width: 100% !important;
/* 3438 */   }
/* 3439 */   .page-id-1968 .col-12.col-md-4.banner_section_img_wrapper .banner_section_img{
/* 3440 */         text-align: center;
/* 3441 */   }
/* 3442 */
/* 3443 */   .single-industry .col-12.offset-md-1.col-md-5 {
/* 3444 */     margin-top: -1rem;
/* 3445 */ }
/* 3446 */       h2 {
/* 3447 */         font-size: 28px !important;
/* 3448 */     }
/* 3449 */     .single_leadership .leadership_content h3 {
/* 3450 */     font-size: 32px !important;}

/* style.css */

/* 3451 */   .single-industry .resources .resources_outer li {
/* 3452 */     width: calc((100% - 0px) / 1);
/* 3453 */   }
/* 3454 */   .generative-why-harbinger-2 {
/* 3455 */     background-size: auto;
/* 3456 */     background-position: right;
/* 3457 */   }
/* 3458 */   .gwh-vector {
/* 3459 */     margin-top: 0rem;
/* 3460 */   }
/* 3461 */   .our_partner2 .testimonial_our_partner .testimonial_our_partner_sec {
/* 3462 */     margin: 0 auto;
/* 3463 */   }
/* 3464 */   .our_partner2 .testimonial_our_partner .testimonial_our_partner_wrapper {
/* 3465 */     width: calc((100% - 0px) / 1);
/* 3466 */     margin: 1rem;
/* 3467 */     padding: 2rem 1rem;
/* 3468 */   }
/* 3469 */   .page-id-1968 .hrtech-title2 {
/* 3470 */     padding: 0.2rem 1.5rem;
/* 3471 */     font-size: 13px;
/* 3472 */   }
/* 3473 */   .page-id-1968 .hrtech-title1 {
/* 3474 */     font-size: 13px;
/* 3475 */   }
/* 3476 */   .industries_page .industries_wrapper.left_text .industries_content {
/* 3477 */     width: 62% !important;
/* 3478 */     left: 4% !important;
/* 3479 */     top: 4% !important;
/* 3480 */   }
/* 3481 */   .industries_page
/* 3482 */     .industries_wrapper.right_text
/* 3483 */     .industries_content
/* 3484 */     .vector
/* 3485 */     img,
/* 3486 */   .industries_page
/* 3487 */     .industries_wrapper.left_text
/* 3488 */     .industries_content
/* 3489 */     .transformation
/* 3490 */     img {
/* 3491 */     width: 30px !important;
/* 3492 */   }
/* 3493 */   .industries_page .industries_wrapper .industries_content .button {
/* 3494 */     padding: 0.7rem 0.4rem !important;
/* 3495 */   }
/* 3496 */   .industries_page .industries_wrapper.right_text .industries_content {
/* 3497 */     top: 0% !important;
/* 3498 */     width: 57% !important;
/* 3499 */   }
/* 3500 */   .home .mu-text .p3 {

/* style.css */

/* 3501 */     margin-bottom: -2.5rem !important;
/* 3502 */   }
/* 3503 */   .slick-track .item:first-child .caption .blue_border,
/* 3504 */   .slick-track .item .caption .blue_border {
/* 3505 */     width: 27% !important;
/* 3506 */     height: 4px;
/* 3507 */   }
/* 3508 */   .home .ir-elem img {
/* 3509 */     width: 59% !important;
/* 3510 */   }
/* 3511 */   .home .banner-2-sub,
/* 3512 */   .home .mu-text .p2,
/* 3513 */   .home .p3 {
/* 3514 */     font-size: 25px !important;
/* 3515 */   }
/* 3516 */   .home-banner-2 {
/* 3517 */     width: 100% !important;
/* 3518 */   }
/* 3519 */   .page-id-84 .transformation img {
/* 3520 */     width: 100% !important;
/* 3521 */   }
/* 3522 */   .shrm-section-6 .row .col-12 .flex-col {
/* 3523 */     width: 100% !important;
/* 3524 */   }
/* 3525 */   .page-id-11277 .section5 .row p {
/* 3526 */     font-size: 25px !important;
/* 3527 */   }
/* 3528 */   .page-id-11277 .section5 .row a {
/* 3529 */     font-size: 22px !important;
/* 3530 */   }
/* 3531 */   .page-id-11277 .section5 {
/* 3532 */     padding: 2rem 2rem !important;
/* 3533 */   }
/* 3534 */   .page-id-11118 .calendly-inline-widget {
/* 3535 */     width: 310px !important;
/* 3536 */   }
/* 3537 */   .left-text {
/* 3538 */     text-align: left !important;
/* 3539 */   }
/* 3540 */   .page-id-9519 .common_page .offering .offering_section .offering_wrapper {
/* 3541 */     width: 100%;
/* 3542 */   }
/* 3543 */   .postid-10483 .tab {
/* 3544 */     width: 100% !important;
/* 3545 */   }
/* 3546 */   .tabcontent {
/* 3547 */     width: 100% !important;
/* 3548 */     padding-top: 4rem !important;
/* 3549 */   }
/* 3550 */   .tabs-code-class {

/* style.css */

/* 3551 */     display: block !important;
/* 3552 */   }
/* 3553 */   .page-id-10509 .desktop_banner {
/* 3554 */     object-fit: cover;
/* 3555 */     height: 167px !important;
/* 3556 */     display: none;
/* 3557 */   }
/* 3558 */   .page-id-10509 .banner-text h5 {
/* 3559 */     padding-bottom: 1rem !important;
/* 3560 */   }
/* 3561 */   .page-id-10509 .banner-text h5 img {
/* 3562 */     width: 121px;
/* 3563 */   }
/* 3564 */   .page-id-10509 h1 {
/* 3565 */     font-size: 33px !important;
/* 3566 */     padding-right: 0rem;
/* 3567 */     font-weight: 500;
/* 3568 */     padding-top: 53px !important;
/* 3569 */   }
/* 3570 */   .page-id-10509 .section4 {
/* 3571 */     background: none !important;
/* 3572 */   }
/* 3573 */   .page-id-10509 .section1 {
/* 3574 */     padding: 1rem 0rem !important;
/* 3575 */   }
/* 3576 */   .page-id-10509 .section2 {
/* 3577 */     margin-top: 0rem !important;
/* 3578 */     padding: 2rem 0rem !important;
/* 3579 */   }
/* 3580 */   .page-id-10509 .section2 p {
/* 3581 */     font-size: 16px !important;
/* 3582 */     margin-bottom: 0 !important;
/* 3583 */   }
/* 3584 */   .page-id-10412 .aigpl-design-1 .aigpl-img-wrp {
/* 3585 */     height: 210px !important;
/* 3586 */   }
/* 3587 */   .page-id-10246 .hrtech-web-page-1,
/* 3588 */   .page-id-10272 .hrtech-web-page-1,
/* 3589 */   .page-id-10340 .hrtech-web-page-1,
/* 3590 */   .page-id-10515 .hrtech-web-page-1 {
/* 3591 */     background: url("https://www.harbingergroup.com/wp-content/webp-express/webp-images/uploads/2023/10/banner-hr.png.webp") !important;
/* 3592 */   }
/* 3593 */   .page-id-10246 .hrtech-web-page-1 .col-12,
/* 3594 */   .page-id-10272 .hrtech-web-page-1 .col-12,
/* 3595 */   .page-id-10515 .hrtech-web-page-1 .col-12 {
/* 3596 */     margin-top: 1rem !important;
/* 3597 */   }
/* 3598 */   .page-id-10515 .row.top-banner-bg {
/* 3599 */     height: 208px !important;
/* 3600 */   }

/* style.css */

/* 3601 */   .page-id-10515 .hover-image-show {
/* 3602 */     background-size: contain !important;
/* 3603 */     background-repeat: no-repeat !important;
/* 3604 */   }
/* 3605 */   .page-id-10515 .hover-image-show a {
/* 3606 */     display: none !important;
/* 3607 */   }
/* 3608 */   .page-id-10246 .hrtech-web-page-1 span.harbingerhastag,
/* 3609 */   .page-id-10272 .hrtech-web-page-1 span.harbingerhastag,
/* 3610 */   .page-id-10340 span.harbingerhastag {
/* 3611 */     padding: 1rem 1rem !important;
/* 3612 */   }
/* 3613 */   .page-id-10246 .hrtech-web-page-1 p,
/* 3614 */   .page-id-10272 .hrtech-web-page-1 p {
/* 3615 */     font-size: 31px !important;
/* 3616 */   }
/* 3617 */   .page-id-10246 .hrtech-web-page-1 .hrtech-web-page-1-img,
/* 3618 */   .page-id-10272 .hrtech-web-page-1 .hrtech-web-page-1-img,
/* 3619 */   .page-id-10340 .hrtech-web-page-1 .hrtech-web-page-1-img {
/* 3620 */     margin-bottom: 0rem !important;
/* 3621 */   }
/* 3622 */   .page-id-10246 .hrtech-web-page-1-img,
/* 3623 */   .page-id-10272 .hrtech-web-page-1-img {
/* 3624 */     width: 100% !important;
/* 3625 */     margin-bottom: 2rem;
/* 3626 */   }
/* 3627 */   .page-id-10246 .hrtech-web-page-1 .hover_img,
/* 3628 */   .page-id-10272 .hrtech-web-page-1 .hover_img,
/* 3629 */   .page-id-10340 .hrtech-web-page-1 .hover_img {
/* 3630 */     right: 0rem !important;
/* 3631 */     bottom: 6rem !important;
/* 3632 */     width: 38px !important;
/* 3633 */     height: 38px !important;
/* 3634 */   }
/* 3635 */   .hrtech-para-title {
/* 3636 */     font-size: 23px !important;
/* 3637 */   }
/* 3638 */   .hrtech-product-section p {
/* 3639 */     font-size: 26px !important;
/* 3640 */   }
/* 3641 */   .shrm-section-3.hrtech-web-page-section .row {
/* 3642 */     padding: 0rem 1rem !important;
/* 3643 */   }
/* 3644 */   .shrm-section-3.hrtech-web-page-section .row .col-12 {
/* 3645 */     margin-bottom: 1rem !important;
/* 3646 */     width: calc((100% - 0) / 1) !important;
/* 3647 */   }
/* 3648 */   .shrm-section-3.hrtech-web-page-last-section .row {
/* 3649 */     padding: 2rem 3rem !important;
/* 3650 */     display: block !important;

/* style.css */

/* 3651 */   }
/* 3652 */   .about-harbinger .red-patch-bottom {
/* 3653 */     bottom: -12px !important;
/* 3654 */   }
/* 3655 */   .postid-9669
/* 3656 */     .know-your-panalist
/* 3657 */     .know-your-panalist-row
/* 3658 */     .meet-your-host-col:first-child {
/* 3659 */     margin-right: 22px !important;
/* 3660 */     margin-bottom: 1rem !important;
/* 3661 */   }
/* 3662 */   .postid-9669 .know-your-panalist .know-your-panalist-row .meet-your-host-col {
/* 3663 */     width: 100% !important;
/* 3664 */   }
/* 3665 */   .postid-9669 .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 3666 */     font-size: 21px !important;
/* 3667 */   }
/* 3668 */   .postid-9669 .banner_section .webinar_deatail .webinar_timer_wrapper,
/* 3669 */   .postid-10669 .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 3670 */     padding: 0rem 1rem 0rem 1.5rem !important;
/* 3671 */   }
/* 3672 */   .postid-9669 .edtech-ph-title1 {
/* 3673 */     font-size: 22px !important;
/* 3674 */   }
/* 3675 */   .postid-9669 .edtech-ph-title2 {
/* 3676 */     background: none !important;
/* 3677 */     color: #002860 !important;
/* 3678 */     padding: 0rem 0rem !important;
/* 3679 */   }
/* 3680 */   .video-col video {
/* 3681 */     width: 80% !important;
/* 3682 */     height: auto !important;
/* 3683 */   }
/* 3684 */   .shrm-section-6 .row .col-12 .flex-col {
/* 3685 */     width: calc((100% - 0) / 1);
/* 3686 */   }
/* 3687 */   .category-hrtech .banner_section .banner_heading h1 {
/* 3688 */     font-size: 21px;
/* 3689 */   }
/* 3690 */   .postid-9902 .hrtech-title2,
/* 3691 */   .postid-10313 .hrtech-title2 .postid-10669 .hrtech-title2-2 {
/* 3692 */     padding: 0.5rem 1.5rem !important;
/* 3693 */   }
/* 3694 */   .about-harbinger.spacing.worktech
/* 3695 */     .about-harbinger-row
/* 3696 */     .about-harbinger-col
/* 3697 */     .about-harbinger-box,
/* 3698 */   .about-harbinger-box.box2 {
/* 3699 */     border-radius: 0 0 0 0 !important;
/* 3700 */   }

/* style.css */

/* 3701 */   .about-harbinger.spacing.worktech .about-harbinger-box.box2 {
/* 3702 */     margin-top: 2rem;
/* 3703 */   }
/* 3704 */   .about-harbinger
/* 3705 */     .about-harbinger-row
/* 3706 */     .about-harbinger-col
/* 3707 */     .about-harbinger-box {
/* 3708 */     height: auto !important;
/* 3709 */   }
/* 3710 */   .about-harbinger .about-harbinger-row.two_sec .about-harbinger-col {
/* 3711 */     width: calc((100% - 10px) / 1) !important;
/* 3712 */   }
/* 3713 */   .worktech1 .row,
/* 3714 */   .worktech1 .row .col-12.worktech1-col1,
/* 3715 */   .worktech1 .row .col-12.worktech1-col3,
/* 3716 */   .know-your-panalist .know-your-panalist-col,
/* 3717 */   .meet-your-host.worktech .know-your-panalist-col {
/* 3718 */     display: block !important;
/* 3719 */   }
/* 3720 */   .about-harbinger-line img {
/* 3721 */     width: 228px !important;
/* 3722 */   }
/* 3723 */   .worktech1.banner_section .banner_heading h1 {
/* 3724 */     font-size: 19px !important;
/* 3725 */   }
/* 3726 */   .worktech1 .banner_section_img img {
/* 3727 */     width: 75% !important;
/* 3728 */     float: none !important;
/* 3729 */     padding: 1rem;
/* 3730 */   }
/* 3731 */   .worktech1-col2 {
/* 3732 */     padding-top: 1rem !important;
/* 3733 */   }
/* 3734 */   .worktech1-col3 .webinar_deatail {
/* 3735 */     display: block !important;
/* 3736 */     float: none !important;
/* 3737 */     width: 100% !important;
/* 3738 */   }
/* 3739 */   .webinar_date.schedule_wrapper,
/* 3740 */   .banner_section .worktech1-col3 .webinar_deatail .webinar_timer_wrapper,
/* 3741 */   .key_takeaways_section .form_section .f_box {
/* 3742 */     width: 100% !important;
/* 3743 */   }
/* 3744 */   .key_takeaways_section .form_section {
/* 3745 */     display: block !important;
/* 3746 */     margin-top: 0 !important;
/* 3747 */     margin-left: 0 !important;
/* 3748 */     margin-right: 0 !important;
/* 3749 */   }
/* 3750 */   .worktech1 .row {

/* style.css */

/* 3751 */     margin: 0;
/* 3752 */   }
/* 3753 */   .key_takeaways_section .key_takeaways ul {
/* 3754 */     padding: 1rem 0rem 0 0 !important;
/* 3755 */   }
/* 3756 */   .key_takeaways_section .form_section .f_box {
/* 3757 */     padding: 1rem !important;
/* 3758 */   }
/* 3759 */   .key_takeaways_section .key_takeaways .key_takeaways_icon {
/* 3760 */     width: 20% !important;
/* 3761 */   }
/* 3762 */   .know-your-panalist-col .col-12.col-lg-9 a {
/* 3763 */     height: 16px !important;
/* 3764 */   }
/* 3765 */   .know-your-panalist-col .col-12.col-lg-9 a img {
/* 3766 */     height: 15px !important;
/* 3767 */   }
/* 3768 */   .col-12 .know-your-panalist-row .know-your-panalist-col {
/* 3769 */     padding-top: 1rem !important;
/* 3770 */   }
/* 3771 */   .know-your-panalist-row
/* 3772 */     .know-your-panalist-col:nth-child(2)
/* 3773 */     .col-12.col-lg-9
/* 3774 */     .col-12.col-lg-4 {
/* 3775 */     order: 0 !important;
/* 3776 */     text-align: left !important;
/* 3777 */   }
/* 3778 */   .about-harbinger.worktech .about-harbinger-row {
/* 3779 */     width: 100% !important;
/* 3780 */   }
/* 3781 */   .key_takeaways_section .form_section .form_wrapper {
/* 3782 */     border-radius: 10px !important;
/* 3783 */   }
/* 3784 */   .about-harbinger.worktech .about-harbinger-row .about-harbinger-box {
/* 3785 */     padding: 1rem !important;
/* 3786 */   }
/* 3787 */   .about-harbinger .join-webinar .join-webinar-text h3 {
/* 3788 */     font-size: 11px !important;
/* 3789 */     margin: 0.5rem auto !important;
/* 3790 */     padding: 1rem !important;
/* 3791 */   }
/* 3792 */   .about-harbinger .signup-seat a {
/* 3793 */     padding: 0.5rem 1rem !important;
/* 3794 */     font-size: 10px !important;
/* 3795 */   }
/* 3796 */   .about-harbinger .join-webinar {
/* 3797 */     width: 100% !important;
/* 3798 */   }
/* 3799 */   .home .img-fluid.w-100.reveal-image {
/* 3800 */     display: none;

/* style.css */

/* 3801 */   }
/* 3802 */   #footer .custom-tw-img,
/* 3803 */   #footer .custom-tw-img2 {
/* 3804 */     height: 19px !important;
/* 3805 */     width: 19.75px !important;
/* 3806 */   }
/* 3807 */   .page-id-112 .connect_with_us.spacing .custom-tw-img,
/* 3808 */   .page-id-112 .connect_with_us.spacing .custom-tw-img2 {
/* 3809 */     width: 28px !important;
/* 3810 */     height: 28px !important;
/* 3811 */     object-fit: cover;
/* 3812 */     padding: 0.2rem;
/* 3813 */   }
/* 3814 */   .postid-9083 .single_casestudy.single_multiple_template .body_sec .button {
/* 3815 */     margin-left: 4%;
/* 3816 */     margin-right: 4%;
/* 3817 */     width: 92%;
/* 3818 */     text-align: center;
/* 3819 */   }
/* 3820 */   .postid-9083
/* 3821 */     .single_multiple_template
/* 3822 */     .new-content
/* 3823 */     .form_wrapper
/* 3824 */     input[type="submit"] {
/* 3825 */     margin-left: 0 !important;
/* 3826 */     width: 100%;
/* 3827 */   }
/* 3828 */   .postid-9083 .temp_form.form_section.template3 {
/* 3829 */     padding-top: 5%;
/* 3830 */   }
/* 3831 */   .mobile-AI-text {
/* 3832 */     display: block !important;
/* 3833 */     top: 10%;
/* 3834 */     color: white;
/* 3835 */     text-align: left;
/* 3836 */     padding: 1rem;
/* 3837 */     font-size: 13px;
/* 3838 */     padding-right: 9rem;
/* 3839 */     position: absolute;
/* 3840 */   }
/* 3841 */   .des-AI-text {
/* 3842 */     display: none !important;
/* 3843 */   }
/* 3844 */   .single-blogs .banner-text h1 {
/* 3845 */     font-size: 21px !important;
/* 3846 */     padding-bottom: 0rem !important;
/* 3847 */     width: 100% !important;
/* 3848 */   }
/* 3849 */   .single_blogs .blog_content h1 {
/* 3850 */     font-size: 22px !important;

/* style.css */

/* 3851 */   }
/* 3852 */   .shrm-section-10 .row img {
/* 3853 */     width: 320px !important;
/* 3854 */   }
/* 3855 */   .shrm-section-10 .row .col-12.col-md-6.col-lg-6 img {
/* 3856 */     padding: 1rem 1rem !important;
/* 3857 */     width: 100% !important;
/* 3858 */   }
/* 3859 */   .shrm-section-10 .row h2 {
/* 3860 */     font-size: 25px !important;
/* 3861 */   }
/* 3862 */   .shrm-section-7 img {
/* 3863 */     width: 100%;
/* 3864 */   }
/* 3865 */   .shrm-section-5 img {
/* 3866 */     width: 53% !important;
/* 3867 */   }
/* 3868 */   .shrm-section-4 .row .col-12 {
/* 3869 */     display: block !important;
/* 3870 */   }
/* 3871 */   .shrm-section-6 .row .col-12 {
/* 3872 */     display: block !important;
/* 3873 */   }
/* 3874 */   .shrm-section-6 .row .col-12 div {
/* 3875 */     border: none !important;
/* 3876 */   }
/* 3877 */   .shrm-section-1 {
/* 3878 */     background: url(https://www.harbingergroup.com/wp-content/uploads/2023/06/Group-10552-e1685699542885.png) !important;
/* 3879 */     height: 466px !important;
/* 3880 */     background-size: 100% 100% !important;
/* 3881 */     background-repeat: no-repeat !important;
/* 3882 */   }
/* 3883 */   .shrm-section-1 .row .col-12 {
/* 3884 */     display: block !important;
/* 3885 */     text-align: center;
/* 3886 */   }
/* 3887 */   .shrm-section-1 h1 {
/* 3888 */     font-size: 24px !important;
/* 3889 */     padding-top: 18rem !important;
/* 3890 */     padding-left: 1rem !important;
/* 3891 */     padding-right: 1rem !important;
/* 3892 */   }
/* 3893 */   .shrm-section-2 {
/* 3894 */     padding: 3rem 0.5rem !important;
/* 3895 */     text-align: center;
/* 3896 */   }
/* 3897 */   .shrm-section-3 {
/* 3898 */     margin-top: 1.5rem !important;
/* 3899 */   }
/* 3900 */   .page-id-8321 h2,

/* style.css */

/* 3901 */   .page-id-9999 h2 {
/* 3902 */     font-size: 28px !important;
/* 3903 */   }
/* 3904 */   div#n2-ss-3 .n2-style-d0218e240391a1ceddfd22e0e87893e6-heading,
/* 3905 */   div#n2-ss-3 .n2-font-3fde2990d220c04a17530270f445e9c1-paragraph a,
/* 3906 */   div#n2-ss-3 .n2-font-3fde2990d220c04a17530270f445e9c1-paragraph a:focus,
/* 3907 */   div#n2-ss-3 .n2-font-a38a7e4175aea9eb9e12b842b74ebc8e-paragraph,
/* 3908 */   div#n2-ss-3 .n2-font-3fde2990d220c04a17530270f445e9c1-paragraph {
/* 3909 */     text-align: center !important;
/* 3910 */   }
/* 3911 */   .shrm-section-2 h2 {
/* 3912 */     font-size: 29px !important;
/* 3913 */   }
/* 3914 */   .underline-width {
/* 3915 */     width: 100% !important;
/* 3916 */   }
/* 3917 */   .shrm-section-2 .row p {
/* 3918 */     font-size: 21px !important;
/* 3919 */   }
/* 3920 */   .shrm-section-9 {
/* 3921 */     padding: 1rem 0rem !important;
/* 3922 */   }
/* 3923 */   .shrm-section-10 .row .col-12.col-md-6.col-lg-6 {
/* 3924 */     padding: 2rem !important;
/* 3925 */   }
/* 3926 */   .shrm-section-9 img {
/* 3927 */     width: 92% !important;
/* 3928 */     padding: 0 0rem !important;
/* 3929 */   }
/* 3930 */   .shrm-section-6 {
/* 3931 */     padding: 1rem 0rem 6rem 0rem !important;
/* 3932 */   }
/* 3933 */   .shrm-section-6 .col-12 {
/* 3934 */     padding-top: 0rem !important;
/* 3935 */   }
/* 3936 */   .shrm-section-6 img {
/* 3937 */     width: 45% !important;
/* 3938 */   }
/* 3939 */   .shrm-section-4 img {
/* 3940 */     width: 75% !important;
/* 3941 */   }
/* 3942 */   .single_casestudy.single_multiple_template .body_sec .button {
/* 3943 */     margin-left: 12%;
/* 3944 */     margin-bottom: 6%;
/* 3945 */   }
/* 3946 */   .benifits_Sec.spacing.template1 {
/* 3947 */     z-index: 1;
/* 3948 */   }
/* 3949 */   .bottom_right {
/* 3950 */     z-index: 0;

/* style.css */

/* 3951 */   }
/* 3952 */   .resources_page .bottom-border-line {
/* 3953 */     bottom: 0.5rem;
/* 3954 */   }
/* 3955 */   .single_template_pages .banner-text .form_wrapper input[type="submit"] {
/* 3956 */     padding: 0.5rem 0.6rem;
/* 3957 */   }
/* 3958 */   .single_template_pages .banner-text .form_wrapper form .form_body {
/* 3959 */     padding: 0 1rem;
/* 3960 */   }
/* 3961 */   .single_template_pages .banner-text .form_wrapper input[type="submit"] {
/* 3962 */     padding: 0.5rem 0.5rem;
/* 3963 */   }
/* 3964 */   .common_page .products .top_left {
/* 3965 */     width: 39px;
/* 3966 */   }
/* 3967 */   .postid-9470 .know-your-panalist-title.text-center h2 img {
/* 3968 */     width: 100% !important;
/* 3969 */   }
/* 3970 */   .page-id-9524 .industries_sub_pages .offering .vector {
/* 3971 */     bottom: 4.4% !important;
/* 3972 */   }
/* 3973 */   .page-id-9524
/* 3974 */     .industries_sub_pages
/* 3975 */     .offering
/* 3976 */     .vector
/* 3977 */     .hover_img.aos-init.aos-animate {
/* 3978 */     width: 50px;
/* 3979 */   }
/* 3980 */   .common_page .offering .offering_section .offering_wrapper {
/* 3981 */     width: calc((100% - 0) / 1) !important;
/* 3982 */   }
/* 3983 */   .Hb-div-class {
/* 3984 */     padding: 1rem 0rem !important;
/* 3985 */   }
/* 3986 */   .Hb-div-class .p1 {
/* 3987 */     padding-top: 8rem !important;
/* 3988 */   }
/* 3989 */   .AI-span-text1 {
/* 3990 */     padding-left: 2rem !important;
/* 3991 */     font-size: 16px !important;
/* 3992 */   }
/* 3993 */   .AI-span-text2 {
/* 3994 */     margin-left: -2rem !important;
/* 3995 */     font-size: 16px !important;
/* 3996 */   }
/* 3997 */   .AI-span-text3 {
/* 3998 */     margin-left: -2rem !important;
/* 3999 */     font-size: 16px !important;
/* 4000 */   }

/* style.css */

/* 4001 */   .AI-span-text4 {
/* 4002 */     font-size: 16px !important;
/* 4003 */   }
/* 4004 */   .AI-span-text5 {
/* 4005 */     padding-left: 1rem !important;
/* 4006 */     font-size: 16px !important;
/* 4007 */   }
/* 4008 */   .page-id-9456 .section5 {
/* 4009 */     padding: 1rem 1rem !important;
/* 4010 */   }
/* 4011 */   .page-id-9456 .solution.blue_bg.spacing {
/* 4012 */     padding-top: 6rem;
/* 4013 */   }
/* 4014 */   .page-id-9456 .banner-image .img-fluid.mobile_banner {
/* 4015 */     height: 305px;
/* 4016 */   }
/* 4017 */   .form_wrapper.sticky-case-study-form {
/* 4018 */     position: inherit !important;
/* 4019 */     width: fit-content !important;
/* 4020 */   }
/* 4021 */   .page-id-76 .common_page .solution .curve_img1,
/* 4022 */   .common_page .resources .top_left {
/* 4023 */     top: 10% !important;
/* 4024 */   }
/* 4025 */   .page-id-76 .industries_sub_pages .offering .vector {
/* 4026 */     bottom: 4.4% !important;
/* 4027 */   }
/* 4028 */   .industries_sub_pages .offering .vector {
/* 4029 */     bottom: 2.4% !important;
/* 4030 */   }
/* 4031 */   .common_page .solution .curve_img1,
/* 4032 */   .common_page .resources .top_left {
/* 4033 */     top: 4% !important;
/* 4034 */   }
/* 4035 */   .industries_sub_pages .offering .transformation,
/* 4036 */   .industries_sub_pages .solution .transformation {
/* 4037 */     top: 0% !important;
/* 4038 */   }
/* 4039 */   .common_page .offering .top_right {
/* 4040 */     top: 4% !important;
/* 4041 */   }
/* 4042 */   .page-id-60 .common_page .offering .top_right {
/* 4043 */     top: 7% !important;
/* 4044 */     width: 36px !important;
/* 4045 */   }
/* 4046 */   .blog-YouTube {
/* 4047 */     height: 264px !important;
/* 4048 */   }
/* 4049 */   .main-div-blog-edtech-2,
/* 4050 */   .main-div-blog-edtech-1 {

/* style.css */

/* 4051 */     display: block !important;
/* 4052 */   }
/* 4053 */   .main-div-blog-edtech-right-2,
/* 4054 */   .main-div-blog-edtech-left {
/* 4055 */     margin-top: 0 !important;
/* 4056 */     width: 99% !important;
/* 4057 */   }
/* 4058 */   .main-div-blog-edtech-right-2 .jay-schnoor,
/* 4059 */   .main-div-blog-edtech-left .rahul-content {
/* 4060 */     margin-top: 0 !important;
/* 4061 */     text-align: center;
/* 4062 */   }
/* 4063 */   .page-id-4156 .section4 .red_border.aos-init.aos-animate,
/* 4064 */   .page-id-9437 .section4 .red_border.aos-init.aos-animate {
/* 4065 */     margin-left: 39% !important;
/* 4066 */   }
/* 4067 */   .mobile_view,
/* 4068 */   .mobile_banner {
/* 4069 */     display: block;
/* 4070 */     height: 317px;
/* 4071 */   }
/* 4072 */   .page-id-4156 .banner-wrapper h1,
/* 4073 */   .page-id-9437 .banner-wrapper h1 {
/* 4074 */     font-size: 19px !important;
/* 4075 */   }
/* 4076 */   .page-id-4156 .banner-text h4 span,
/* 4077 */   .page-id-9437 .banner-text h4 span {
/* 4078 */     font-size: 16px !important;
/* 4079 */   }
/* 4080 */   .page-id-4156 .banner-text h4,
/* 4081 */   .page-id-9437 .banner-text h4 {
/* 4082 */     padding-right: 16%;
/* 4083 */   }
/* 4084 */   .page-id-4156 .section1,
/* 4085 */   .page-id-9437 .section1 {
/* 4086 */     padding: 5rem 1rem !important;
/* 4087 */     background-size: cover !important;
/* 4088 */   }
/* 4089 */   .page-id-4156 .section2,
/* 4090 */   .page-id-4156 .section4,
/* 4091 */   .page-id-4156 .section5,
/* 4092 */   .page-id-9437 .section2,
/* 4093 */   .page-id-9437 .section4,
/* 4094 */   .page-id-9437 .section5,
/* 4095 */   .page-id-11118 .section5 {
/* 4096 */     padding: 2rem 1rem !important;
/* 4097 */     background-size: inherit !important;
/* 4098 */   }
/* 4099 */   .page-id-4156 .section3,
/* 4100 */   .page-id-9437 .section3,

/* style.css */

/* 4101 */   .page-id-10509 .section3 {
/* 4102 */     height: auto !important;
/* 4103 */     padding: 2rem 0rem !important;
/* 4104 */     background-repeat: no-repeat !important;
/* 4105 */   }
/* 4106 */   .page-id-4156 .section3 iframe,
/* 4107 */   .page-id-9437 .section3 iframe,
/* 4108 */   .page-id-10509 .section3 iframe {
/* 4109 */     width: 320px !important;
/* 4110 */     height: 200px !important;
/* 4111 */   }
/* 4112 */   .page-id-10509 .section4 {
/* 4113 */     padding: 2rem 1rem !important;
/* 4114 */   }
/* 4115 */   .page-id-10509 .section4 p {
/* 4116 */     font-size: 18px !important;
/* 4117 */   }
/* 4118 */   .page-id-10509 .section4 img {
/* 4119 */     width: 18px;
/* 4120 */   }
/* 4121 */   .page-id-10509 .section4 .red_border {
/* 4122 */     width: 14% !important;
/* 4123 */     margin-left: 43.2% !important;
/* 4124 */   }
/* 4125 */   .page-id-10509 .section5 {
/* 4126 */     padding: 2rem 2rem !important;
/* 4127 */   }
/* 4128 */   .page-id-4156 .section5 .col-8,
/* 4129 */   .page-id-4156 .section5 .col-4,
/* 4130 */   .page-id-9437 .section5 .col-8,
/* 4131 */   .page-id-11118 .section5 .col-8,
/* 4132 */   page-id-11118 .section5 .col-4,
/* 4133 */   .page-id-9437 .section5 .col-4 {
/* 4134 */     width: 100%;
/* 4135 */   }
/* 4136 */   .common_page .offering .top_right {
/* 4137 */     top: 5%;
/* 4138 */     width: 32px;
/* 4139 */   }
/* 4140 */   .postid-5793
/* 4141 */     .know-your-panalist
/* 4142 */     .know-your-panalist-row
/* 4143 */     .know-your-panalist-col:first-child
/* 4144 */     p,
/* 4145 */   .postid-5793
/* 4146 */     .know-your-panalist
/* 4147 */     .know-your-panalist-row
/* 4148 */     .know-your-panalist-col:nth-child(3)
/* 4149 */     p {
/* 4150 */     padding-left: 0rem !important;

/* style.css */

/* 4151 */   }
/* 4152 */   .postid-5793
/* 4153 */     .know-your-panalist
/* 4154 */     .know-your-panalist-row
/* 4155 */     .know-your-panalist-col:nth-child(2)
/* 4156 */     p {
/* 4157 */     padding-right: 0rem !important;
/* 4158 */   }
/* 4159 */   .postid-5793 .about-harbinger .container .join-webinar {
/* 4160 */     background: none !important;
/* 4161 */   }
/* 4162 */   .postid-5793 .about-harbinger .join-webinar .join-webinar-text h3 {
/* 4163 */     padding: 1.7rem 1.5rem 1rem 2.5rem !important;
/* 4164 */   }
/* 4165 */   .content2-form-2-casestudy .hover-link-color a {
/* 4166 */     padding: 1rem 1rem;
/* 4167 */     font-size: 16px;
/* 4168 */   }
/* 4169 */   .shrm-section-3.hrtech-web-page-last-section .desktop-div-grid,
/* 4170 */   .desktop-row-visible {
/* 4171 */     display: none !important;
/* 4172 */   }
/* 4173 */   .shrm-section-3.hrtech-web-page-last-section .row {
/* 4174 */     padding-bottom: 0 !important;
/* 4175 */   }
/* 4176 */   .shrm-section-3.hrtech-web-page-last-section .mobile-div-grid,
/* 4177 */   .mobile-row-visible {
/* 4178 */     display: flex !important;
/* 4179 */     flex-wrap: wrap;
/* 4180 */     padding: 2rem 1rem !important;
/* 4181 */   }
/* 4182 */   .equal-col-grid {
/* 4183 */     width: 45% !important;
/* 4184 */   }
/* 4185 */   .col.vertical-line-col {
/* 4186 */     display: none !important;
/* 4187 */   }
/* 4188 */   .postid-13263 .form_wrapper.sticky-case-study-form {
/* 4189 */     width: 100% !important;
/* 4190 */   }
/* 4191 */   .row.p-section-1-row .p-box,
/* 4192 */   .row.p-section-1-1-row .p-box {
/* 4193 */     width: 100% !important;
/* 4194 */     padding: 1rem 1rem !important;
/* 4195 */   }
/* 4196 */   .blog-iframe {
/* 4197 */     height: 195px !important;
/* 4198 */   }
/* 4199 */   .single_template_pages .banner-text .form_wrapper input[type="submit"],
/* 4200 */   .single .body_sec .button {

/* style.css */

/* 4201 */     font-size: 16px !important;
/* 4202 */     padding: 0.5rem 1rem !important;
/* 4203 */   }
/* 4204 */   .casestudy-para-1 {
/* 4205 */     width: 100% !important;
/* 4206 */   }
/* 4207 */   .casestudy-para-2 {
/* 4208 */     width: 100% !important;
/* 4209 */     margin-top: -3rem !important;
/* 4210 */   }
/* 4211 */   .casestudy-para-2 img {
/* 4212 */     width: 100% !important;
/* 4213 */     padding-left: 0rem !important;
/* 4214 */   }
/* 4215 */   .page-id-2608 .mobile_banner {
/* 4216 */     height: 439px !important;
/* 4217 */   }
/* 4218 */   .iframe-class {
/* 4219 */     height: 237px !important;
/* 4220 */   }
/* 4221 */   .home .banner-2,
/* 4222 */   .home .banner-red-text {
/* 4223 */     font-size: 28px !important;
/* 4224 */     margin: 0 !important;
/* 4225 */   }
/* 4226 */   .home .banner-2-sub,
/* 4227 */   .home .mu-text .p2 {
/* 4228 */     font-size: 21px !important;
/* 4229 */   }
/* 4230 */   .home .mu-text .p3,
/* 4231 */   .home .caption h1 {
/* 4232 */     font-size: 36px !important;
/* 4233 */   }
/* 4234 */   .slick-track .item.image.slick-slide:nth-child(2) .icon-reveal,
/* 4235 */   .slick-track .item.image.slick-slide:nth-child(2) .move-up {
/* 4236 */     display: block !important;
/* 4237 */   }
/* 4238 */   .common_page .solution .curve_img1 {
/* 4239 */     top: 6% !important;
/* 4240 */   }
/* 4241 */   .page-id-9524
/* 4242 */     .common_page
/* 4243 */     .products
/* 4244 */     .products_section
/* 4245 */     .products_wrapper
/* 4246 */     .product_content
/* 4247 */     .product_content_inner {
/* 4248 */     min-height: auto;
/* 4249 */   }
/* 4250 */   .common_page .heading_first_text .hrtech-h2-title br {

/* style.css */

/* 4251 */     display: none;
/* 4252 */   }
/* 4253 */   .page-template-template-hrTech .common_page .solution {
/* 4254 */     padding-top: 8rem;
/* 4255 */   }
/* 4256 */   .common_page
/* 4257 */     .products_and_accelerators
/* 4258 */     .products_and_accelerators_wrapper
/* 4259 */     li:not(.details_content li) {
/* 4260 */     width: 100% !important;
/* 4261 */     margin: 1rem 2rem !important;
/* 4262 */   }
/* 4263 */ }
/* 4264 */ @media screen and (min-width: 768px) and (max-width: 991px) {
/* 4265 */     .author-section .row .col-12.col-lg-8{
/* 4266 */    text-align: center !important;
/* 4267 */   }
/* 4268 */   .author-section .row .col-12.col-lg-4 img{
/* 4269 */     width: 77%;
/* 4270 */     }
/* 4271 */ .single-blogs .blog_content h2.author-text-white{
/* 4272 */     padding-top: 2rem;
/* 4273 */     width: 100% !important;
/* 4274 */   }
/* 4275 */   .page-id-1968 .upcoming_thank_you.custom_banner_sec .banner-text h1{
/* 4276 */     font-size: 15px;
/* 4277 */   }
/* 4278 */   .page-id-1968 .hrtech-title2{
/* 4279 */         padding: 0.5rem 2.5rem;
/* 4280 */   }
/* 4281 */   .post-type-archive-industry
/* 4282 */     .leadership_wrapper
/* 4283 */     .leadership_outer
/* 4284 */     .leader_name
/* 4285 */     span {
/* 4286 */     font-size: 15px !important;
/* 4287 */   }
/* 4288 */   .page-id-10272 .shrm-section-3.hrtech-web-page-section .row {
/* 4289 */     padding: 2rem 0rem !important;
/* 4290 */   }
/* 4291 */   .page-id-10272
/* 4292 */     .shrm-section-3.hrtech-web-page-section
/* 4293 */     .row
/* 4294 */     .col-12.col-md-4.col-lg-4 {
/* 4295 */     padding: 2rem 1rem;
/* 4296 */   }
/* 4297 */   .worktech1 .row,
/* 4298 */   .worktech1 .row .col-12.worktech1-col1,
/* 4299 */   .worktech1 .row .col-12.worktech1-col3,
/* 4300 */   .know-your-panalist .know-your-panalist-col,

/* style.css */

/* 4301 */   .meet-your-host.worktech .know-your-panalist-col {
/* 4302 */     display: block !important;
/* 4303 */   }
/* 4304 */   .about-harbinger-line img {
/* 4305 */     width: 228px !important;
/* 4306 */   }
/* 4307 */   .worktech1.banner_section .banner_heading h1 {
/* 4308 */     font-size: 39px !important;
/* 4309 */   }
/* 4310 */   .worktech1 .banner_section_img img {
/* 4311 */     width: 75% !important;
/* 4312 */     float: none !important;
/* 4313 */     padding: 1rem;
/* 4314 */   }
/* 4315 */   .worktech1-col2 {
/* 4316 */     padding-top: 1rem !important;
/* 4317 */   }
/* 4318 */   .worktech1-col3 .webinar_deatail {
/* 4319 */     margin-left: 13%;
/* 4320 */     float: none !important;
/* 4321 */   }
/* 4322 */   .key_takeaways_section .form_section {
/* 4323 */     margin-top: 0 !important;
/* 4324 */     margin-left: 0 !important;
/* 4325 */     margin-right: 0 !important;
/* 4326 */   }
/* 4327 */   .worktech1 .row {
/* 4328 */     margin: 0;
/* 4329 */   }
/* 4330 */   .key_takeaways_section .key_takeaways ul {
/* 4331 */     padding: 1rem 0rem 0 0 !important;
/* 4332 */   }
/* 4333 */   .key_takeaways_section .form_section .f_box {
/* 4334 */     padding: 1rem !important;
/* 4335 */   }
/* 4336 */   .key_takeaways_section .key_takeaways .key_takeaways_icon {
/* 4337 */     width: 20% !important;
/* 4338 */   }
/* 4339 */   .know-your-panalist-col .col-12.col-lg-9 a {
/* 4340 */     height: 16px !important;
/* 4341 */   }
/* 4342 */   .know-your-panalist-col .col-12.col-lg-9 a img {
/* 4343 */     height: 15px !important;
/* 4344 */   }
/* 4345 */   .col-12 .know-your-panalist-row .know-your-panalist-col {
/* 4346 */     padding-top: 1rem !important;
/* 4347 */   }
/* 4348 */   .know-your-panalist-row
/* 4349 */     .know-your-panalist-col:nth-child(2)
/* 4350 */     .col-12.col-lg-9

/* style.css */

/* 4351 */     .col-12.col-lg-4 {
/* 4352 */     order: 0 !important;
/* 4353 */     text-align: left !important;
/* 4354 */   }
/* 4355 */   .about-harbinger.worktech .about-harbinger-row {
/* 4356 */     width: 100% !important;
/* 4357 */   }
/* 4358 */   .key_takeaways_section .form_section .form_wrapper {
/* 4359 */     border-radius: 10px !important;
/* 4360 */   }
/* 4361 */   .about-harbinger.worktech .about-harbinger-row .about-harbinger-box {
/* 4362 */     padding: 1rem !important;
/* 4363 */   }
/* 4364 */   .about-harbinger .join-webinar .join-webinar-text h3 {
/* 4365 */     font-size: 11px !important;
/* 4366 */     margin: 0.5rem auto !important;
/* 4367 */     padding: 1rem !important;
/* 4368 */   }
/* 4369 */   .about-harbinger .signup-seat a {
/* 4370 */     padding: 0.5rem 1rem !important;
/* 4371 */     font-size: 10px !important;
/* 4372 */   }
/* 4373 */   .about-harbinger .join-webinar {
/* 4374 */     width: 100% !important;
/* 4375 */   }
/* 4376 */   .page-id-4156 .banner-wrapper h1,
/* 4377 */   .page-id-9437 .banner-wrapper h1 {
/* 4378 */     font-size: 20px !important;
/* 4379 */   }
/* 4380 */   .page-id-4156 .banner-wrapper h4,
/* 4381 */   .page-id-9437 .banner-wrapper h4 {
/* 4382 */     font-size: 20px;
/* 4383 */   }
/* 4384 */   .AI-span-text3 {
/* 4385 */     margin-left: -5rem !important;
/* 4386 */   }
/* 4387 */   .AI-span-text5 {
/* 4388 */     padding-left: 4rem !important;
/* 4389 */   }
/* 4390 */   .desktop_banner {
/* 4391 */     display: block;
/* 4392 */   }
/* 4393 */   .single-blogs .banner-text h1 {
/* 4394 */     font-size: 39px !important;
/* 4395 */     padding-bottom: 0rem !important;
/* 4396 */     width: 100% !important;
/* 4397 */   }
/* 4398 */   .single_blogs .blog_content h1 {
/* 4399 */     font-size: 22px !important;
/* 4400 */   }

/* style.css */

/* 4401 */   .shrm-section-1 {
/* 4402 */     height: 488px !important;
/* 4403 */   }
/* 4404 */   .single_blogs .blog_content h1 {
/* 4405 */     font-size: 25px !important;
/* 4406 */   }
/* 4407 */   .shrm-section-1 h1 {
/* 4408 */     font-size: 31px !important;
/* 4409 */     padding-left: 0rem !important;
/* 4410 */     padding-right: 12rem !important;
/* 4411 */   }
/* 4412 */ }
/* 4413 */ @media screen and (min-width: 768px) and (max-width: 1024px) {
/* 4414 */     .upcoming_thank_you.custom_banner_sec .banner-text h1{
/* 4415 */     font-size: 18px;
/* 4416 */   }
/* 4417 */   .page-template-template-strategic-partnerships-php .desktop_banner,
/* 4418 */   .page-template-template-digital-publishing-2 .desktop_banner {
/* 4419 */     height: 311px;
/* 4420 */   }
/* 4421 */   .generative-why-harbinger-2 .why-choose-harbinger {
/* 4422 */     width: 71%;
/* 4423 */     margin-left: 34%;
/* 4424 */   }
/* 4425 */   .page-template-template-digital-publishing-2
/* 4426 */     .industries_sub_pages
/* 4427 */     .offering
/* 4428 */     .transformation {
/* 4429 */     top: 2%;
/* 4430 */   }
/* 4431 */   .page-template-template-digital-publishing-2 .transformation img {
/* 4432 */     width: 50px !important;
/* 4433 */   }
/* 4434 */   .page-template-template-strategic-partnerships .banner-text h2 {
/* 4435 */     width: 53%;
/* 4436 */   }
/* 4437 */   .body_sec.new-content .container .row.casestudy_wrapper.spacing .col-md-4 {
/* 4438 */     padding: 0 !important;
/* 4439 */   }
/* 4440 */   .body_sec.new-content .form_wrapper.sticky-case-study-form {
/* 4441 */     width: 100% !important;
/* 4442 */     padding: 0;
/* 4443 */   }
/* 4444 */   .postid-9083
/* 4445 */     .single_multiple_template
/* 4446 */     .new-content
/* 4447 */     .form_wrapper
/* 4448 */     input[type="submit"] {
/* 4449 */     width: 100%;
/* 4450 */     text-align: center;

/* style.css */

/* 4451 */     padding: 0.5rem 1rem;
/* 4452 */   }
/* 4453 */   .page-id-4156 .section1,
/* 4454 */   .page-id-9437 .section1 {
/* 4455 */     padding: 5rem 1rem !important;
/* 4456 */     background-size: cover !important;
/* 4457 */   }
/* 4458 */   .page-id-4156 .section2,
/* 4459 */   .page-id-4156 .section4,
/* 4460 */   .page-id-4156 .section5,
/* 4461 */   .page-id-9437 .section2,
/* 4462 */   .page-id-9437 .section4,
/* 4463 */   .page-id-9437 .section5 {
/* 4464 */     padding: 2rem 1rem !important;
/* 4465 */   }
/* 4466 */   .section5 .talk_to_experts.button {
/* 4467 */     box-shadow: inset 5px 10px 10px #00000040;
/* 4468 */     padding: 1.5rem 8px !important;
/* 4469 */     font-size: 20px !important;
/* 4470 */   }
/* 4471 */   .banner-text h4,
/* 4472 */   .banner-text h2 {
/* 4473 */     font-size: 20px !important;
/* 4474 */   }
/* 4475 */   .common_page .products .top_left {
/* 4476 */     top: 2% !important;
/* 4477 */   }
/* 4478 */   .page-id-9524 .industries_sub_pages .offering .transformation {
/* 4479 */     top: 1%;
/* 4480 */   }
/* 4481 */   .page-template-template-eLearning-php
/* 4482 */     .common_page
/* 4483 */     .resources
/* 4484 */     .resources_outer
/* 4485 */     li
/* 4486 */     .resources_category_details
/* 4487 */     h3 {
/* 4488 */     height: 140px;
/* 4489 */   }
/* 4490 */   .common_page .heading_first_text .hrtech-h2-title {
/* 4491 */     font-size: 22px;
/* 4492 */     line-height: 1.4;
/* 4493 */   }
/* 4494 */   .page-id-9519 .common_page .offering .offering_section .offering_wrapper {
/* 4495 */     width: calc((100% - 80px) / 2);
/* 4496 */   }
/* 4497 */   .common_page .products_and_accelerators .future_category li {
/* 4498 */     text-align: left !important;
/* 4499 */     padding-left: 5rem !important;
/* 4500 */   }

/* style.css */

/* 4501 */   .common_page
/* 4502 */     .products_and_accelerators
/* 4503 */     .products_and_accelerators_wrapper
/* 4504 */     li:not(.details_content li) {
/* 4505 */     width: calc(100% / 3) !important;
/* 4506 */   }
/* 4507 */   .common_page .products_and_accelerators .products_and_accelerators_wrapper {
/* 4508 */     flex-wrap: nowrap !important;
/* 4509 */     justify-content: space-between;
/* 4510 */   }
/* 4511 */   .common_page
/* 4512 */     .products_and_accelerators
/* 4513 */     .products_and_accelerators_wrapper
/* 4514 */     .details_content
/* 4515 */     li
/* 4516 */     h4 {
/* 4517 */     font-size: 1.2rem;
/* 4518 */   }
/* 4519 */   .page-id-12998 .tab-section .tab-content .offering_wrapper .offering_content,
/* 4520 */   .page-id-12998 .tab-section .tab-content .offering_wrapper .offering_image {
/* 4521 */     height: auto !important;
/* 4522 */     padding: 1ren !important;
/* 4523 */     align-self: center;
/* 4524 */   }
/* 4525 */   .page-id-12998 .tab-section .tab-content .offering_wrapper .slick-dots {
/* 4526 */     bottom: -20% !important;
/* 4527 */   }
/* 4528 */   .shrm-section-10 {
/* 4529 */     padding: 4rem 0rem !important;
/* 4530 */   }
/* 4531 */   .talk_to_experts3.talk_to_experts2 img {
/* 4532 */     margin-left: 9rem !important;
/* 4533 */     width: 69% !important;
/* 4534 */     padding: 0 !important;
/* 4535 */   }
/* 4536 */   .shrm-section-10 h3 {
/* 4537 */     font-size: 22px !important;
/* 4538 */   }
/* 4539 */   .shrm-section-10-img {
/* 4540 */     width: 50% !important;
/* 4541 */     top: 0px !important;
/* 4542 */   }
/* 4543 */   .expert-box {
/* 4544 */     width: calc((100% - 30px) / 3);
/* 4545 */   }
/* 4546 */   .shrm-section-6 h3 {
/* 4547 */     height: 100px;
/* 4548 */   }
/* 4549 */   #header .navbar-brand {
/* 4550 */     width: auto;

/* style.css */

/* 4551 */   }
/* 4552 */ }
/* 4553 */ @media screen and (min-width: 1024px) {
/* 4554 */   .banner_section.spacing.worktech1 .container {
/* 4555 */     width: 100%;
/* 4556 */     max-width: 100%;
/* 4557 */     padding: 0;
/* 4558 */   }
/* 4559 */   .banner_section.spacing.worktech1 .container .col-12.worktech1-col1 {
/* 4560 */     padding: 0 7%;
/* 4561 */   }
/* 4562 */   .col-12.col-lg-10.worktech1-col2 {
/* 4563 */     padding-left: 7%;
/* 4564 */     padding-right: 7%;
/* 4565 */   }
/* 4566 */   .postid-9470 .key_takeaways_section .container {
/* 4567 */     width: 100%;
/* 4568 */     max-width: 100%;
/* 4569 */   }
/* 4570 */   .pc1 {
/* 4571 */     padding-top: 20%;
/* 4572 */   }
/* 4573 */   .pc2 {
/* 4574 */     padding-top: 18%;
/* 4575 */   }
/* 4576 */   .pc3 {
/* 4577 */     padding-top: 16%;
/* 4578 */   }
/* 4579 */   .pc5 {
/* 4580 */     padding-top: 17%;
/* 4581 */   }
/* 4582 */   .meet-your-host.spacing.worktech
/* 4583 */     .know-your-panalist-row
/* 4584 */     .know-your-panalist-col:first-child
/* 4585 */     .col-12.col-lg-9 {
/* 4586 */     padding-top: 7%;
/* 4587 */   }
/* 4588 */   .know-your-panalist-row
/* 4589 */     .know-your-panalist-col:nth-child(3)
/* 4590 */     .col-12.col-lg-9 {
/* 4591 */     padding-top: 3%;
/* 4592 */   }
/* 4593 */   .page-id-12998 .tab-section .tab-content .offering_wrapper .offering_content,
/* 4594 */   .page-id-12998 .tab-section .tab-content .offering_wrapper .offering_image {
/* 4595 */     height: auto !important;
/* 4596 */     padding: 1ren !important;
/* 4597 */     align-self: center;
/* 4598 */   }
/* 4599 */ }
/* 4600 */ @media screen and (min-width: 1000px) and (max-width: 1024px) {

/* style.css */

/* 4601 */   .single_leadership .red_line_bg img {
/* 4602 */     width: 634px !important;
/* 4603 */ }
/* 4604 */ .single_leadership .leadership_content h3 {
/* 4605 */     font-size: 27px !important;
/* 4606 */   }
/* 4607 */   .post-type-archive-industry
/* 4608 */     .leadership_wrapper
/* 4609 */     .leadership_outer
/* 4610 */     .leader_name
/* 4611 */     span {
/* 4612 */     font-size: 13px !important;
/* 4613 */   }
/* 4614 */   .about-harbinger.worktech .join-webinar .join-webinar-text h3 {
/* 4615 */     font-size: 27px !important;
/* 4616 */     padding: 1.5rem !important;
/* 4617 */   }
/* 4618 */   .worktech1-col3 .webinar_deatail {
/* 4619 */     width: 96% !important;
/* 4620 */     margin-top: 7% !important;
/* 4621 */   }
/* 4622 */   .single-blogs .banner-text h1 {
/* 4623 */     width: 73% !important;
/* 4624 */   }
/* 4625 */ }
/* 4626 */ @media screen and (min-width: 768px) and (max-width: 1920px) {
/* 4627 */   .case-study-banner .talk_to_experts {
/* 4628 */     font-size: 25px !important;
/* 4629 */     padding: 1.2rem 2rem !important;
/* 4630 */     padding-left: 7rem !important;
/* 4631 */   }
/* 4632 */   .case-study-banner h3 {
/* 4633 */     font-size: 2.3rem !important;
/* 4634 */     padding-bottom: 1rem;
/* 4635 */     line-height: 1.3em;
/* 4636 */   }
/* 4637 */   .postid-9470 .key_takeaways_section .container {
/* 4638 */     width: 90% !important;
/* 4639 */   }
/* 4640 */   .shrm-section-7 .col-12.col-md-12.col-lg-12 .people-analytics {
/* 4641 */     margin-bottom: -6rem;
/* 4642 */     padding-top: 2rem;
/* 4643 */   }
/* 4644 */ }
/* 4645 */ @media (min-width: 1200px) {
/* 4646 */   .h4,
/* 4647 */   h4 {
/* 4648 */     font-size: 1.2rem !important;
/* 4649 */   }
/* 4650 */   .page-id-2608 .desktop_banner {

/* style.css */

/* 4651 */     height: 424px !important;
/* 4652 */   }
/* 4653 */ }
/* 4654 */ @media screen and (min-width: 1200px) and (max-width: 1290px) {
/* 4655 */   .leadership_page .leadership_wrapper .leadership_outer .leader_name{
/* 4656 */     padding: 1rem 0rem 2rem 1rem;
/* 4657 */   }
/* 4658 */   .leadership_page .leadership_wrapper .leadership_outer .leader_name span{
/* 4659 */     font-size: 14px !important;
/* 4660 */   }
/* 4661 */   .single-leadership .col-12.offset-md-1.col-md-5{
/* 4662 */     margin-left: 7%;
/* 4663 */     padding: 0;
/* 4664 */   }
/* 4665 */   .single_leadership .leadership_content span {
/* 4666 */     font-size: 16px !important;
/* 4667 */   }
/* 4668 */   .single_leadership .leadership_content h3{
/* 4669 */        font-size: 30px !important;
/* 4670 */   }
/* 4671 */   .post-type-archive-industry
/* 4672 */     .leadership_wrapper
/* 4673 */     .leadership_outer
/* 4674 */     .leader_name
/* 4675 */     span {
/* 4676 */     font-size: 17px !important;
/* 4677 */   }
/* 4678 */   .generative-why-harbinger-2 .why-choose-harbinger {
/* 4679 */     width: 59%;
/* 4680 */     margin-left: 44%;
/* 4681 */   }
/* 4682 */   .generative-why-harbinger-2 .why-choose-harbinger .solution_wrapper {
/* 4683 */     width: 100%;
/* 4684 */   }
/* 4685 */   .page-id-1968 .hrtech-title1,
/* 4686 */   .page-id-1968 .hrtech-title2 {
/* 4687 */     font-size: 25px;
/* 4688 */   }
/* 4689 */   .home-banner-2 .banner-2-sub {
/* 4690 */     font-size: 31px !important;
/* 4691 */   }
/* 4692 */   .home .banner-red-text {
/* 4693 */     font-size: 56px !important;
/* 4694 */     margin: 0 !important;
/* 4695 */   }
/* 4696 */   .iframe-class {
/* 4697 */     height: 426px;
/* 4698 */     width: 100%;
/* 4699 */   }
/* 4700 */   .row.p-section-1-row .p-box {

/* style.css */

/* 4701 */     width: calc((100% - 83px) / 3) !important;
/* 4702 */   }
/* 4703 */   .caption span {
/* 4704 */     font-size: 61px !important;
/* 4705 */   }
/* 4706 */   .upcoming_thank_you.custom_banner_sec .hrTech-title1,
/* 4707 */   .upcoming_thank_you.custom_banner_sec .hetech-title-1-2 {
/* 4708 */     font-size: 31px !important;
/* 4709 */   }
/* 4710 */   .upcoming_thank_you.custom_banner_sec .hrTech-title2 {
/* 4711 */     font-size: 28px !important;
/* 4712 */   }
/* 4713 */   .home-banner-2 .banner-2-sub {
/* 4714 */     font-size: 31px !important;
/* 4715 */   }
/* 4716 */   .home .banner-red-text {
/* 4717 */     font-size: 56px !important;
/* 4718 */     margin: 0 !important;
/* 4719 */   }
/* 4720 */   .upcoming_thank_you .banner-text .container.d-flex.align-self-center {
/* 4721 */     margin-top: 0 !important;
/* 4722 */   }
/* 4723 */   .upcoming_thank_you .banner-text {
/* 4724 */     min-height: 378px !important;
/* 4725 */   }
/* 4726 */   .expert-box .expert-img {
/* 4727 */     width: 189px !important;
/* 4728 */   }
/* 4729 */   .expert-name {
/* 4730 */     font-size: 18px !important;
/* 4731 */   }
/* 4732 */   .expert-linkdin-img {
/* 4733 */     width: 29px !important;
/* 4734 */   }
/* 4735 */   .expert-des-name {
/* 4736 */     font-size: 13px !important;
/* 4737 */   }
/* 4738 */   .blog-category-elearning
/* 4739 */     #sidebar_sticky
/* 4740 */     .side_sec:nth-child(2)
/* 4741 */     .button_link.align-text-bottom {
/* 4742 */     height: 350px !important;
/* 4743 */   }
/* 4744 */   .postid-10423 .case-study-banner {
/* 4745 */     height: 400px !important;
/* 4746 */   }
/* 4747 */   .case-study-banner h3 {
/* 4748 */     font-size: 1.8rem !important;
/* 4749 */   }
/* 4750 */   .img3-popup {

/* style.css */

/* 4751 */     width: 305px !important;
/* 4752 */     left: 0% !important;
/* 4753 */     top: 38% !important;
/* 4754 */   }
/* 4755 */   .img1-popup {
/* 4756 */     left: 1% !important;
/* 4757 */     width: 268px !important;
/* 4758 */     top: 22% !important;
/* 4759 */   }
/* 4760 */   .img2-popup {
/* 4761 */     width: 276px !important;
/* 4762 */     left: 9.5% !important;
/* 4763 */     top: 51% !important;
/* 4764 */   }
/* 4765 */   .img4-popup {
/* 4766 */     width: 277px !important;
/* 4767 */     right: 9.2% !important;
/* 4768 */     top: 51% !important;
/* 4769 */   }
/* 4770 */   .img5-popup {
/* 4771 */     width: 264px !important;
/* 4772 */     right: 14px !important;
/* 4773 */     top: 22% !important;
/* 4774 */   }
/* 4775 */   .page-id-10509 .desktop_banner {
/* 4776 */     height: 582px !important;
/* 4777 */     object-fit: cover;
/* 4778 */   }
/* 4779 */   .top-banner-bg {
/* 4780 */     height: 458px !important;
/* 4781 */   }
/* 4782 */   .post-10523 .banner_section .banner_heading h1 {
/* 4783 */     text-transform: uppercase;
/* 4784 */     font-size: 30px !important;
/* 4785 */   }
/* 4786 */   .page-id-10509 h1 {
/* 4787 */     font-size: 42px !important;
/* 4788 */   }
/* 4789 */   .postid-9669 .edtech-ph-title1 {
/* 4790 */     font-size: 32px !important;
/* 4791 */   }
/* 4792 */   .postid-9669 .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 4793 */     font-size: 22px !important;
/* 4794 */   }
/* 4795 */   .postid-9669 .banner_section .webinar_deatail .webinar_timer_wrapper,
/* 4796 */   .postid-10669 .banner_section .webinar_deatail .webinar_timer_wrapper {
/* 4797 */     padding: 0rem 1rem 0rem 1rem !important;
/* 4798 */   }
/* 4799 */   .postid-9669 .edtech-ph-title2 {
/* 4800 */     padding: 0.5rem 3rem !important;

/* style.css */

/* 4801 */   }
/* 4802 */   .shrm-section-10 .col-12.col-md-6.col-lg-6 img {
/* 4803 */     padding: 2rem 4rem !important;
/* 4804 */     width: 78% !important;
/* 4805 */   }
/* 4806 */   .shrm-section-1 h1 {
/* 4807 */     font-size: 45px !important;
/* 4808 */     padding-left: 5rem !important;
/* 4809 */   }
/* 4810 */   .shrm-section-10 .col-12.col-md-6.col-lg-6 h2 {
/* 4811 */     font-size: 35px !important;
/* 4812 */   }
/* 4813 */   .banner_section .webinar_deatail .webinar_timer3 #timer,
/* 4814 */   .category-elearning .banner_section .webinar_deatail .webinar_timer2 #timer2 {
/* 4815 */     font-size: 29px !important;
/* 4816 */   }
/* 4817 */   .category-hrtech .banner_section .webinar_deatail .webinar_date .schedule h3,
/* 4818 */   .category-elearning
/* 4819 */     .banner_section
/* 4820 */     .webinar_deatail
/* 4821 */     .webinar_date
/* 4822 */     .schedule
/* 4823 */     h3 {
/* 4824 */     font-size: 20px !important;
/* 4825 */   }
/* 4826 */   .category-elearning .banner_section .banner_heading h1 {
/* 4827 */     font-size: 38px;
/* 4828 */   }
/* 4829 */   .page-id-9524 .industries_sub_pages .our_partner .our_partner_wrapper {
/* 4830 */     min-height: 524px;
/* 4831 */   }
/* 4832 */   .page-id-9524
/* 4833 */     .common_page
/* 4834 */     .products
/* 4835 */     .products_section
/* 4836 */     .products_wrapper
/* 4837 */     .product_content {
/* 4838 */     min-height: 805px;
/* 4839 */   }
/* 4840 */   .page-id-9524
/* 4841 */     .common_page
/* 4842 */     .products
/* 4843 */     .products_section
/* 4844 */     .products_wrapper
/* 4845 */     .product_content
/* 4846 */     .product_content_inner {
/* 4847 */     min-height: 619px;
/* 4848 */   }
/* 4849 */   .worktech1.banner_section .banner_heading h1 span {
/* 4850 */     font-size: 34px !important;

/* style.css */

/* 4851 */   }
/* 4852 */   .worktech1-col3 .webinar_deatail {
/* 4853 */     width: 77% !important;
/* 4854 */     float: left !important;
/* 4855 */   }
/* 4856 */   .banner_section
/* 4857 */     .worktech1-col3
/* 4858 */     .webinar_deatail
/* 4859 */     .webinar_timer_wrapper.schedule_wrapper {
/* 4860 */     padding: 1rem 0rem 1rem 1rem !important;
/* 4861 */   }
/* 4862 */   .AI-span-text span {
/* 4863 */     font-size: 23px !important;
/* 4864 */   }
/* 4865 */   .des-AI-text {
/* 4866 */     font-size: 30px !important;
/* 4867 */   }
/* 4868 */   .page-id-4156 .section1,
/* 4869 */   .page-id-9437 .section1 {
/* 4870 */     padding: 5rem 7rem !important;
/* 4871 */     height: 276px;
/* 4872 */   }
/* 4873 */   .home-page .shine-rise-section .shine-rise-curve {
/* 4874 */     right: -4.5rem !important;
/* 4875 */   }
/* 4876 */   .page-id-4156 .banner-text h4 span,
/* 4877 */   .page-id-9437 .banner-text h4 span {
/* 4878 */     font-size: 29px !important;
/* 4879 */   }
/* 4880 */ }
/* 4881 */ @media screen and (min-width: 1300px) and (max-width: 1400px) {
/* 4882 */   .upcoming_thank_you.custom_banner_sec .hrTech-title1 {
/* 4883 */     font-size: 28px !important;
/* 4884 */   }
/* 4885 */ }
/* 4886 */ @media screen and (min-width: 1500px) and (max-width: 1550px) {
/* 4887 */   .single_leadership .leadership_content span {
/* 4888 */     font-size: 18px;
/* 4889 */   }
/* 4890 */   .page-id-4156 .banner-text h4 span,
/* 4891 */   .page-id-9437 .banner-text h4 span {
/* 4892 */     font-size: 29px !important;
/* 4893 */   }
/* 4894 */   .page-id-4156 .section1,
/* 4895 */   .page-id-9437 .section1 {
/* 4896 */     padding: 6rem 9rem !important;
/* 4897 */     height: 310px;
/* 4898 */   }
/* 4899 */   .page-id-4156 .section1 p,
/* 4900 */   .page-id-9437 .section1 p {

/* style.css */

/* 4901 */     font-size: 22px;
/* 4902 */     color: #4a5d79;
/* 4903 */     font-weight: 600;
/* 4904 */     margin-top: 1rem !important;
/* 4905 */   }
/* 4906 */   .page-id-4156 .section2 p,
/* 4907 */   .page-id-9437 .section2 p {
/* 4908 */     font-size: 28px !important;
/* 4909 */     font-weight: 700;
/* 4910 */   }
/* 4911 */   .page-id-4156 .section3,
/* 4912 */   .page-id-9437 .section3 {
/* 4913 */     height: 700px !important;
/* 4914 */   }
/* 4915 */   .page-id-4156 .section3 iframe,
/* 4916 */   .page-id-9437 .section3 iframe {
/* 4917 */     width: 789px !important;
/* 4918 */     height: 427px !important;
/* 4919 */   }
/* 4920 */   .section5 .talk_to_experts.button {
/* 4921 */     box-shadow: inset 5px 10px 10px #00000040;
/* 4922 */     padding: 1rem 2rem !important;
/* 4923 */     border-radius: 17px;
/* 4924 */   }
/* 4925 */   .shrm-section-1 h1 {
/* 4926 */     font-size: 58px !important;
/* 4927 */   }
/* 4928 */   .page-id-9524 .industries_sub_pages .our_partner .our_partner_wrapper {
/* 4929 */     min-height: 524px;
/* 4930 */   }
/* 4931 */   .page-id-9524
/* 4932 */     .common_page
/* 4933 */     .products
/* 4934 */     .products_section
/* 4935 */     .products_wrapper
/* 4936 */     .product_content {
/* 4937 */     min-height: 715px;
/* 4938 */   }
/* 4939 */   .page-id-9524
/* 4940 */     .common_page
/* 4941 */     .products
/* 4942 */     .products_section
/* 4943 */     .products_wrapper
/* 4944 */     .product_content
/* 4945 */     .product_content_inner {
/* 4946 */     min-height: 517px;
/* 4947 */   }
/* 4948 */   .shrm-section-1 {
/* 4949 */     height: 677px !important;
/* 4950 */   }

/* style.css */

/* 4951 */ }
/* 4952 */ @media screen and (min-width: 1800px) and (max-width: 1920px) {
/* 4953 */   .home .caption{
/* 4954 */   top:30%;
/* 4955 */ }
/* 4956 */   .generative-why-harbinger-2 .why-choose-harbinger {
/* 4957 */     width: 71%;
/* 4958 */     margin-left: 41%;
/* 4959 */   }
/* 4960 */   .generative-why-harbinger-2 .content h3 {
/* 4961 */     font-size: 2rem;
/* 4962 */   }
/* 4963 */   .generative-why-harbinger-2 .content p {
/* 4964 */     font-size: 21px;
/* 4965 */   }
/* 4966 */
/* 4967 */   .generative-why-harbinger-2 .why-choose-harbinger .solution_wrapper {
/* 4968 */     padding-bottom: 1rem;
/* 4969 */   }
/* 4970 */   .shrm-section-4 .expert-linkdin-img {
/* 4971 */     width: 35px !important;
/* 4972 */   }
/* 4973 */   .expert-box .expert-img {
/* 4974 */     width: 291px !important;
/* 4975 */   }
/* 4976 */   .expert-name {
/* 4977 */     font-size: 27px;
/* 4978 */     padding-top: 1rem;
/* 4979 */     display: inline-block;
/* 4980 */   }
/* 4981 */   .expert-des-name {
/* 4982 */     font-size: 19px;
/* 4983 */     line-height: 24px;
/* 4984 */     padding-top: 0.5rem;
/* 4985 */   }
/* 4986 */   .upcoming_thank_you.custom_banner_sec .hrTech-title1,
/* 4987 */   .upcoming_thank_you.custom_banner_sec .hetech-title-1-2 {
/* 4988 */     font-size: 50px;
/* 4989 */   }
/* 4990 */   .upcoming_thank_you.custom_banner_sec .hrTech-title2 {
/* 4991 */     font-size: 43px;
/* 4992 */   }
/* 4993 */   .page-id-10509 .section3 {
/* 4994 */     height: 791px !important;
/* 4995 */   }
/* 4996 */   .page-id-10509 .section4 {
/* 4997 */     padding: 4rem 10rem !important;
/* 4998 */     background-size: 100% 120% !important;
/* 4999 */   }
/* 5000 */   .img3-popup {

/* style.css */

/* 5001 */     width: 426px !important;
/* 5002 */     left: 0% !important;
/* 5003 */     top: 35% !important;
/* 5004 */   }
/* 5005 */   .img1-popup {
/* 5006 */     left: 3% !important;
/* 5007 */     width: 374px !important;
/* 5008 */     top: 20% !important;
/* 5009 */   }
/* 5010 */   .img2-popup {
/* 5011 */     width: 387px !important;
/* 5012 */     left: 11.5% !important;
/* 5013 */     top: 48% !important;
/* 5014 */   }
/* 5015 */   .img4-popup {
/* 5016 */     width: 392px !important;
/* 5017 */     right: 11% !important;
/* 5018 */     top: 48% !important;
/* 5019 */   }
/* 5020 */   .img5-popup {
/* 5021 */     width: 377px !important;
/* 5022 */     right: 37px !important;
/* 5023 */     top: 20% !important;
/* 5024 */   }
/* 5025 */   .top-banner-bg {
/* 5026 */     height: 590px !important;
/* 5027 */   }
/* 5028 */   .page-banner .container-fluid .banner-text .container {
/* 5029 */   }
/* 5030 */   .page-id-10509 h1 {
/* 5031 */     font-size: 58px !important;
/* 5032 */   }
/* 5033 */   .page-id-10509 .desktop_banner {
/* 5034 */     object-fit: cover;
/* 5035 */     height: 748px !important;
/* 5036 */   }
/* 5037 */   .case-stydy-banner-right-img {
/* 5038 */     right: 10rem;
/* 5039 */   }
/* 5040 */   .case-study-banner {
/* 5041 */     padding-top: 2rem;
/* 5042 */     height: 500px;
/* 5043 */   }
/* 5044 */   .case-study-banner .container {
/* 5045 */     width: 100%;
/* 5046 */     max-width: 90%;
/* 5047 */   }
/* 5048 */   .case-study-banner .container .col-12.col-md-7 {
/* 5049 */     padding-right: 21rem;
/* 5050 */   }

/* style.css */

/* 5051 */   .hrtech-web-page-section img {
/* 5052 */     width: 69px !important;
/* 5053 */   }
/* 5054 */   .hrtech-web-page-section h3 {
/* 5055 */     font-size: 1.9rem !important;
/* 5056 */   }
/* 5057 */   .hrtech-web-page-section p {
/* 5058 */     font-size: 22px !important;
/* 5059 */   }
/* 5060 */   .hrtech-web-page-last-section span {
/* 5061 */     font-size: 31px !important;
/* 5062 */   }
/* 5063 */   .hrtech-web-page-last-section p {
/* 5064 */     font-size: 22px !important;
/* 5065 */   }
/* 5066 */   .worktech1-col3 .webinar_deatail .webinar_timer1 h3 {
/* 5067 */     font-size: 27px !important;
/* 5068 */   }
/* 5069 */   .banner_section .worktech1-col3 .webinar_deatail .webinar_timer1 #timer1 {
/* 5070 */     font-size: 42px !important;
/* 5071 */   }
/* 5072 */   .postid-9669 .banner_section.spacing .container,
/* 5073 */   .key_takeaways_section .container,
/* 5074 */   .meet-your-host.spacing .container {
/* 5075 */     max-width: 80%;
/* 5076 */   }
/* 5077 */   .postid-9669 .edtech-ph-title1 {
/* 5078 */     font-size: 44px !important;
/* 5079 */   }
/* 5080 */   .postid-9669 .banner_section .webinar_deatail .webinar_date .schedule h3 {
/* 5081 */     font-size: 31px !important;
/* 5082 */   }
/* 5083 */   .postid-9669 .banner_section .webinar_deatail .webinar_timer h3 {
/* 5084 */     font-size: 28px !important;
/* 5085 */   }
/* 5086 */   .postid-9669 .banner_section .webinar_deatail .webinar_timer #timer {
/* 5087 */     font-size: 38px !important;
/* 5088 */   }
/* 5089 */   #timer p {
/* 5090 */     font-size: 20px !important;
/* 5091 */   }
/* 5092 */   .know-your-panalist .know-your-panalist-title h2,
/* 5093 */   .meet-your-host .know-your-panalist-title h2,
/* 5094 */   .postid-9669 .about-harbinger .about-harbinger-row .about-harbinger-box h3 {
/* 5095 */     font-size: 39px !important;
/* 5096 */   }
/* 5097 */   .postid-9669
/* 5098 */     .know-your-panalist
/* 5099 */     .know-your-panalist-row
/* 5100 */     .meet-your-host-col

/* style.css */

/* 5101 */     p,
/* 5102 */   .postid-9669
/* 5103 */     .meet-your-host
/* 5104 */     .meet-your-host-row
/* 5105 */     .meet-your-host-col
/* 5106 */     .meet-your-host-content
/* 5107 */     p,
/* 5108 */   .postid-9669 .about-harbinger .about-harbinger-row .about-harbinger-box p {
/* 5109 */     font-size: 22px !important;
/* 5110 */     line-height: 27px !important;
/* 5111 */   }
/* 5112 */   .postid-9669 .about-harbinger .signup-seat a {
/* 5113 */     font-size: 25px !important;
/* 5114 */   }
/* 5115 */   .shrm-section-4 img {
/* 5116 */     width: 98% !important;
/* 5117 */   }
/* 5118 */   .shrm-section-6 h3 {
/* 5119 */     font-size: 34px !important;
/* 5120 */   }
/* 5121 */   .shrm-section-10 .col-12.col-md-6.col-lg-6 h2 {
/* 5122 */     font-size: 49px !important;
/* 5123 */   }
/* 5124 */   .shrm-section-10 .col-12.col-md-12.col-lg-12 .talk_to_experts img {
/* 5125 */     width: 442px !important;
/* 5126 */   }
/* 5127 */   div#n2-ss-3 .n2-font-ff0af996b7b13ede9367bd65157efd78-hover {
/* 5128 */     font-size: 39px !important;
/* 5129 */   }
/* 5130 */   .shrm-section-1 {
/* 5131 */     height: 870px !important;
/* 5132 */   }
/* 5133 */   .shrm-section-1 h1 {
/* 5134 */     font-size: 67px !important;
/* 5135 */   }
/* 5136 */   .shrm-section-2 .col-md-6.col-lg-6 h2 {
/* 5137 */     font-size: 58px !important;
/* 5138 */   }
/* 5139 */   .underline-width {
/* 5140 */     width: 69% !important;
/* 5141 */   }
/* 5142 */   .shrm-section-2 .col-md-6.col-lg-6 p {
/* 5143 */     font-size: 42px !important;
/* 5144 */   }
/* 5145 */   .heding-title-hrtech {
/* 5146 */     font-size: 45px !important;
/* 5147 */   }
/* 5148 */   .page-template-template-htTech-technology-23 p,
/* 5149 */   div#n2-ss-3 .n2-font-a38a7e4175aea9eb9e12b842b74ebc8e-paragraph {
/* 5150 */     font-size: 25px !important;

/* style.css */

/* 5151 */   }
/* 5152 */   .category-hrtech .banner_section.spacing .container,
/* 5153 */   .category-elearning .banner_section.spacing .container {
/* 5154 */     max-width: 80%;
/* 5155 */   }
/* 5156 */   .category-hrtech .banner_section .banner_heading h1 {
/* 5157 */     font-size: 55px !important;
/* 5158 */   }
/* 5159 */   .category-elearning .banner_section .banner_heading h1 {
/* 5160 */     font-size: 52px !important;
/* 5161 */   }
/* 5162 */   .category-hrtech .banner_section .webinar_deatail .webinar_date .schedule h3,
/* 5163 */   .category-elearning
/* 5164 */     .banner_section
/* 5165 */     .webinar_deatail
/* 5166 */     .webinar_date
/* 5167 */     .schedule
/* 5168 */     h3 {
/* 5169 */     font-size: 27px !important;
/* 5170 */   }
/* 5171 */   .category-hrtech .banner_section .webinar_deatail .webinar_date .schedule img,
/* 5172 */   .category-elearning
/* 5173 */     .banner_section
/* 5174 */     .webinar_deatail
/* 5175 */     .webinar_date
/* 5176 */     .schedule
/* 5177 */     img {
/* 5178 */     width: 39px !important;
/* 5179 */   }
/* 5180 */   .category-hrtech .banner_section .webinar_deatail .webinar_timer3 h3,
/* 5181 */   .category-elearning .banner_section .webinar_deatail .webinar_timer2 h3 {
/* 5182 */     font-size: 27px !important;
/* 5183 */   }
/* 5184 */   .category-hrtech .banner_section .webinar_deatail .webinar_timer3 #timer,
/* 5185 */   .category-elearning .banner_section .webinar_deatail .webinar_timer2 #timer2 {
/* 5186 */     font-size: 42px !important;
/* 5187 */   }
/* 5188 */   .category-hrtech .key_takeaways_section .form_section .form_wrapper .submit,
/* 5189 */   .category-elearning
/* 5190 */     .key_takeaways_section
/* 5191 */     .form_section
/* 5192 */     .form_wrapper
/* 5193 */     .submit {
/* 5194 */     font-size: 25px;
/* 5195 */   }
/* 5196 */   .category-hrtech
/* 5197 */     .key_takeaways_section
/* 5198 */     .key_takeaways_content
/* 5199 */     .content-takeways
/* 5200 */     p,

/* style.css */

/* 5201 */   .category-hrtech
/* 5202 */     .key_takeaways_section
/* 5203 */     .key_takeaways_content
/* 5204 */     .content-takeways
/* 5205 */     li,
/* 5206 */   .category-elearning
/* 5207 */     .key_takeaways_section
/* 5208 */     .key_takeaways_content
/* 5209 */     .content-takeways
/* 5210 */     p,
/* 5211 */   .category-elearning
/* 5212 */     .key_takeaways_section
/* 5213 */     .key_takeaways_content
/* 5214 */     .content-takeways
/* 5215 */     li {
/* 5216 */     font-size: 22px !important;
/* 5217 */   }
/* 5218 */   .meet-your-host
/* 5219 */     .meet-your-host-row
/* 5220 */     .meet-your-host-col
/* 5221 */     .meet-your-host-content
/* 5222 */     p,
/* 5223 */   .category-hrtech .about-harbinger .about-harbinger-row .about-harbinger-box p,
/* 5224 */   .category-elearning
/* 5225 */     .about-harbinger
/* 5226 */     .about-harbinger-row
/* 5227 */     .about-harbinger-box
/* 5228 */     p,
/* 5229 */   .category-elearning
/* 5230 */     .know-your-panalist
/* 5231 */     .know-your-panalist-row
/* 5232 */     .know-your-panalist-col
/* 5233 */     p {
/* 5234 */     font-size: 21px !important;
/* 5235 */     line-height: 1.5em;
/* 5236 */   }
/* 5237 */   .know-your-panalist .know-your-panalist-row .know-your-panalist-col p,
/* 5238 */   .about-harbinger .about-harbinger-row .about-harbinger-box p {
/* 5239 */     font-size: 21px !important;
/* 5240 */     line-height: 1.5em !important;
/* 5241 */   }
/* 5242 */   .category-hrtech
/* 5243 */     .about-harbinger
/* 5244 */     .about-harbinger-row
/* 5245 */     .about-harbinger-box
/* 5246 */     h3,
/* 5247 */   .category-elearning
/* 5248 */     .about-harbinger
/* 5249 */     .about-harbinger-row
/* 5250 */     .about-harbinger-box

/* style.css */

/* 5251 */     h3,
/* 5252 */   .about-harbinger.spacing .about-harbinger-row h3 {
/* 5253 */     font-size: 39px !important;
/* 5254 */   }
/* 5255 */   .about-harbinger .signup-seat a {
/* 5256 */     font-size: 22px !important;
/* 5257 */   }
/* 5258 */   .page-id-9524 .industries_sub_pages .our_partner .our_partner_wrapper {
/* 5259 */     min-height: 524px;
/* 5260 */   }
/* 5261 */   .page-id-9524
/* 5262 */     .common_page
/* 5263 */     .products
/* 5264 */     .products_section
/* 5265 */     .products_wrapper
/* 5266 */     .product_content {
/* 5267 */     min-height: 720px;
/* 5268 */   }
/* 5269 */   .page-id-9524
/* 5270 */     .common_page
/* 5271 */     .products
/* 5272 */     .products_section
/* 5273 */     .products_wrapper
/* 5274 */     .product_content
/* 5275 */     .product_content_inner {
/* 5276 */     min-height: 560px;
/* 5277 */   }
/* 5278 */   .page-template-template-custom-eLearning-development
/* 5279 */     .offering.grey_bg.spacing
/* 5280 */     .row
/* 5281 */     .col-12:nth-child(3) {
/* 5282 */     margin-top: -10% !important;
/* 5283 */   }
/* 5284 */   .col-12.worktech1-col1 .banner_section_img img {
/* 5285 */     width: 227px !important;
/* 5286 */   }
/* 5287 */   .worktech1.banner_section .banner_heading h1 {
/* 5288 */     font-size: 50px !important;
/* 5289 */   }
/* 5290 */   .worktech1-col2 {
/* 5291 */     padding-top: 6em !important;
/* 5292 */   }
/* 5293 */   .worktech1-col3 .schedule img {
/* 5294 */     width: 49px !important;
/* 5295 */   }
/* 5296 */   .worktech1 .schedule h3 {
/* 5297 */     font-size: 30px !important;
/* 5298 */   }
/* 5299 */   worktech1-col3 .webinar_deatail .webinar_timer1 h3 {
/* 5300 */     font-size: 23px;

/* style.css */

/* 5301 */   }
/* 5302 */   .banner_section .worktech1-col3 .webinar_deatail .webinar_timer1 #timer1 {
/* 5303 */     font-size: 40px !important;
/* 5304 */   }
/* 5305 */   .postid-9470 .key_takeaways_section .form_section {
/* 5306 */     margin-left: 6rem !important;
/* 5307 */     margin-right: 6em !important;
/* 5308 */   }
/* 5309 */   .key_takeaways_section .form_section h3 {
/* 5310 */     font-size: 33px !important;
/* 5311 */   }
/* 5312 */   .key_takeaways_section .key_takeaways .key_takeaways_text {
/* 5313 */     font-size: 20px !important;
/* 5314 */   }
/* 5315 */   .form_wrapper .form-group label {
/* 5316 */     font-size: 18px !important;
/* 5317 */     margin-bottom: 6px !important;
/* 5318 */   }
/* 5319 */   .key_takeaways_section .form_section .form_wrapper .agree-label {
/* 5320 */     font-size: 19px !important;
/* 5321 */   }
/* 5322 */   .form_wrapper .form-group .form-control {
/* 5323 */     min-height: 56px !important;
/* 5324 */   }
/* 5325 */   .postid-9470 .key_takeaways_section .form_section .form_wrapper .submit {
/* 5326 */     font-size: 26px !important;
/* 5327 */     width: 100% !important;
/* 5328 */   }
/* 5329 */   .key_takeaways_section .key_takeaways_content .content-takeways p {
/* 5330 */     font-size: 25px !important;
/* 5331 */   }
/* 5332 */   .know-your-panalist.spacing .container,
/* 5333 */   .meet-your-host.spacing.worktech .container,
/* 5334 */   .about-harbinger.spacing.worktech .container {
/* 5335 */     max-width: 80% !important;
/* 5336 */   }
/* 5337 */   .know-your-panalist-col .col-12.col-lg-9 .col-12.col-lg-8 p,
/* 5338 */   .about-harbinger.worktech .about-harbinger-row .about-harbinger-box p {
/* 5339 */     font-size: 22px !important;
/* 5340 */   }
/* 5341 */   .about-harbinger.worktech .about-harbinger-row .about-harbinger-box h3 {
/* 5342 */     font-size: 37px !important;
/* 5343 */   }
/* 5344 */   .about-harbinger.worktech .join-webinar .join-webinar-text h3 {
/* 5345 */     font-size: 36px !important;
/* 5346 */   }
/* 5347 */   .about-harbinger.worktech .signup-seat a {
/* 5348 */     font-size: 31px !important;
/* 5349 */   }
/* 5350 */   .worktech1-col3 .webinar_deatail .webinar_timer1 h3 {

/* style.css */

/* 5351 */     font-size: 25px !important;
/* 5352 */   }
/* 5353 */   .pc2-1 {
/* 5354 */     font-size: 18px !important;
/* 5355 */   }
/* 5356 */   .pc1,
/* 5357 */   .pc2,
/* 5358 */   .pc3,
/* 5359 */   .pc4,
/* 5360 */   .pc5 {
/* 5361 */     font-size: 31px !important;
/* 5362 */   }
/* 5363 */   .webinar_date.schedule_wrapper {
/* 5364 */     width: 51% !important;
/* 5365 */   }
/* 5366 */   .banner_section .worktech1-col3 .webinar_deatail .webinar_timer_wrapper {
/* 5367 */     width: 48% !important;
/* 5368 */   }
/* 5369 */   .pc1 {
/* 5370 */     padding-top: 24% !important;
/* 5371 */   }
/* 5372 */   .pc2 {
/* 5373 */     padding-top: 29% !important;
/* 5374 */   }
/* 5375 */   .pc4 {
/* 5376 */     padding-top: 25% !important;
/* 5377 */   }
/* 5378 */   .pc5 {
/* 5379 */     padding-top: 11% !important;
/* 5380 */   }
/* 5381 */   .meet-your-host.spacing.worktech
/* 5382 */     .know-your-panalist-row
/* 5383 */     .know-your-panalist-col:first-child
/* 5384 */     .col-12.col-lg-9 {
/* 5385 */     padding-top: 2% !important;
/* 5386 */   }
/* 5387 */   .meet-your-host.spacing.worktech
/* 5388 */     .know-your-panalist-row
/* 5389 */     .know-your-panalist-col:nth-child(2)
/* 5390 */     .col-12.col-lg-9 {
/* 5391 */     padding-top: 3% !important;
/* 5392 */   }
/* 5393 */ }
/* 5394 */
