/*
	Theme Name: Ionic IT
	Description: Custom Theme For Ionic IT
	Version: 1.0.1
	Author: Developerr
*/
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
	transition: margin-top 0.3s linear;
}
body{
	background: #fff;
	font-size: 1.6rem;
	font-family: 'DM Sans', sans-serif;
	font-weight: normal;
	color: #1b1457;
	line-height: 1.625;
	letter-spacing: -0.02em;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.overflow{
	overflow: hidden;
}
body.home{
	background: #0b0c1b;
}
body.def-page{
	background: #f3f3f3;
	padding-top: 12.5rem;
}
body.single-job{
	background: #000;
	padding-top: 12.5rem;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
table{
	border-collapse: collapse;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #EB078D;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #9d2665;
}
.button{
	background-color: #eb078d;
	border: 0.1rem solid #eb078d;
	border-radius: 2em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.25;
	min-width: 13.25em;
	padding: 0.8125em 2em;
	text-align: center;
	transition: all 0.2s linear;
	text-align: center;
}
.button-pink{
	background-color: #d8338b;
	border-color: #d8338b;
}
.button-dark{
	background-color: #0B0C1B;
	border-color: #0B0C1B;
}
.button:hover{
	background-color: #9d2665;
	border-color: #9d2665;
	color: #fff;
}
.button-white{
	background-color: #fff;
	border-color: #fff;
	color: #1b1457;
}
.button-white:hover{
	background-color: #9d2665;
	border-color: #9d2665;
	color: #fff;
}
.button-outline{
	background: transparent;
	border-color: #eb078d;
	color: #eb078d;
}
.button-outline-white{
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.button-outline-blue{
	background: transparent;
	border-color: #1B1457;
	color: #1B1457;
}
.button-outline-blue:hover{
	background: #1B1457;
	border-color: #1B1457;
	color: #fff;
}
hr{
	background: transparent;
	border: none;
	box-shadow: none;
	border-top: 0.1rem solid #cbcbcb;
	margin: 1.6rem 0;
}
p,
ul,
ol{
	letter-spacing: -0.02em;
	margin: 0 0 1.6em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1.2em;
}
li{
	padding: 0.2em 0;
}
h1,h2,h3,h4{
	letter-spacing: -0.02em;
}
h1{
	font-size: 6rem;
	line-height: 1.2;
	margin: 0.5em 0;
}
h2{
	font-size: 4.8rem;
	line-height: 1.2;
	letter-spacing: -0.028em;
	margin: 0.5em 0;
}
h3{
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: -0.028em;
	margin: 0.25em 0;
}
h4{
	font-size: 2rem;
	line-height: 1.5;
	margin: 0.9em 0;
}
h5{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea,
body div.wpforms-container-full .wpforms-form input[type="text"],
body div.wpforms-container-full .wpforms-form input[type="email"],
body div.wpforms-container-full .wpforms-form input[type="tel"],
body div.wpforms-container-full .wpforms-form input[type="search"],
body div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select,
body div.wpforms-container-full .wpforms-form textarea{
	background-color: #fff;
	border-radius: 0.4rem;
	box-shadow: none; 
	border: 1px solid #DADBED;
	display: block;
	color: #1b1457;
	font-size: 1em;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: normal;
	line-height: 1.5;
	height: 3.28em;
	padding: 0.6em 1.3em;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {color:#a1a1a1; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#a1a1a1; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#a1a1a1; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#a1a1a1; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select,
body div.wpforms-container-full .wpforms-form select{
	background-image: url('assets/img/icons/angle-down-blue.svg');
	background-repeat: no-repeat;
	background-position: center right 1.3em;
	background-size: 0.85em auto;
	cursor: pointer;
	color: #a1a1a1;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand,
body div.wpforms-container-full .wpforms-form select::-ms-expand{
	display: none;
}
select.changed,
body div.wpforms-container-full .wpforms-form select.changed{
	color: #1b1457;
}
textarea,
body div.wpforms-container-full .wpforms-form textarea,
body div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{
	height: 5.7em;
	padding: 0.8em 1.3em;
	resize: none;
}
button[type="submit"],
input[type="submit"],
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form input[type="submit"]{
	background: #eb078d;
	border: none!important;
	border-radius: 2em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	max-width: 27rem;
	padding: 1em 2em;
	transition: all 0.2s linear;
	text-align: center;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:active{
	background: #b20069;
}
.form-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-col{
	padding-bottom: 1rem;
	width: 100%;
}
.form-col-6{
	width: 47.8%;
}
.form-col-submit{
	padding: 1.5rem 0 1.8rem;
	position: relative;
}
.form-privacy-col{
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-weight: normal;
	letter-spacing: -0.025em;
}
.form-col a{
	text-decoration: underline;
}
body div.wpforms-container-full{
	margin: 0;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label{
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 2.4rem;
	text-transform: uppercase;
}
body div.wpforms-container-full .wpforms-form .wpforms-required-label{
	content: " *";
	color: #d82f8a;
	font-weight: inherit;
}
.wpcf7-not-valid::-webkit-input-placeholder {color:#df0000;}
.wpcf7-not-valid::-moz-placeholder          {color:#df0000;}
.wpcf7-not-valid:-moz-placeholder           {color:#df0000;}
.wpcf7-not-valid:-ms-input-placeholder      {color:#df0000;}
.wpcf7-not-valid{
	border-color: #df0000!important;
}
.wpcf7-form-control-wrap{
	display: block;
}
.form-chekbox{
	font-size: 1.2rem;
}
.wpcf7-checkbox .first{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}
.wpcf7-checkbox input{
	height: 1.2rem;
	display: inline-block;
	margin: 0;
	left: 0;
	position: absolute;
	vertical-align: middle;
	top: 0.2em;
	width: 1.2rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-not-valid-tip{
	font-size: 0.9rem;
	color: #df0000;
	line-height: 1.2;
	margin-top: 5px;
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1rem;
	line-height: 1.5;
	margin: 1.5em auto 0;
	padding: 0.875em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 125.6rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 96%;
}
.container-small{
	max-width: 101rem;
}
/*--------------Header--------------*/
.announcement-bar{
	background: #d8338b;
	color: #fff;
	display: none;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}
.announcement-bar .container{
	max-width: 150rem;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
}
.announcement-bar p{
	letter-spacing: inherit;
}
.announcement-bar a{
	color: #fff;
	margin-left: 1em;
	text-decoration: underline;
}
.announcement-bar a:hover{
	opacity: 0.5;
}
.announcement-bar-content{
	padding: 0 2em;
	position: relative;
}
.announcement-close{
	cursor: pointer;
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 0.15rem;
	width: 1.4rem;
}
.announcement-close:before,
.announcement-close:after{
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -0.1rem;
	position: absolute;
	width: 0.2rem;
}
.announcement-close:before{
	transform: rotate(-45deg);
}
.announcement-close:after{
	transform: rotate(45deg);
}
.header{
	color: #fff;
	font-size: 1rem;
	position: fixed;
	left: 0;
	top: 0;
	text-align: left;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 97;
}
.body-scroll .header{
	background: #0b0c1b;
	box-shadow: 0px 0px 1px rgba(255,255,255,0.5);
}
.header-inner{
	max-width: 150rem;
	margin: 0 auto;
	padding: 2.1rem 3rem;
	transition: padding 0.2s linear;
	width: 100%;
}
.header-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.header-logo{
	position: relative;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
	transition: none;
}
.header-logo img{
	display: inline-block;
	height: 5.8rem;
	vertical-align: middle;
	width: auto;
}
.header-buttons{
	display: flex;
	position: relative;
	z-index: 97;
}
.header-buttons a{
	border-radius: 2em;
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	text-align: center;
}
.header-buttons span{
	border: 0.2rem solid #fff;
	border-radius: inherit;
	display: inline-block;
	position: relative;
	padding: 0.75em 1.5em;
	transition: all 0.2s linear;
	z-index: 2;
}
.header-portal{
	margin-right: 2.6rem;
}
.header-portal a:hover{
	background: #fff;
	color: #1b1457;
}
.header-phone a:before{
	background: #e83490;
	background: linear-gradient(160deg, #e83490 0%, #af0de4 100%);
	content: "";
	border-radius: inherit;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
}
.header-phone span{
	border-color: #e83490;
}
.header-phone a:hover:before{
	opacity: 1;
}
.header-phone a:hover span{
	border-color: transparent;
}
.navigation .client-area{
	display: none;
}
#touch-menu{
	border: 2px solid #e83490;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	font-size: 10px;
	height: 4.8em;
	margin-top: -2.4em;
	right: 0;
	top: 50%;
	position: absolute;
	width: 4.8em;
	z-index: 97;
}
#touch-menu span:after,
#touch-menu span:before{
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em;
}
#touch-menu span:after{
  top: 0.5em;
}
#touch-menu span{
  display: block;
  margin-top: -0.1em;
  position: relative;
  top: 50%;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
  border-radius: 0;
  height: 0.1em;
  left: 50%;
  margin-left: -0.8em;
  width: 1.6em;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
}
#touch-menu.on span{
  background-color: transparent!important;
}
#touch-menu.on span:before{
  transform: rotate(45deg) translate(0.37em, 0.37em);
}
#touch-menu.on span:after{
  transform: rotate(-45deg) translate(0.37em, -0.37em);
}
.dropdown-menu{
	background: #0b0c1b;
	color: #818181;
	display: none;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 3.6rem 3rem 8.9rem;
	position: relative;
	width: 100%;
	z-index: 2;
}
.dropdown-menu-row{
	display: flex;
	flex-wrap: wrap;
	max-width: 116rem;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.dropdown-menu p{
	line-height: 1.715;
}
.dropdown-menu-info-col{
	max-width: 35.4rem;
	padding-right: 2rem;
	width: 34%;
}
.dropdown-menu-info{
	max-width: 29.8rem;
}
.dropdown-menu-info h3{
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.3em;
}
.dropdown-menu-col{
	max-width: 41.6rem;
	padding-right: 2rem;
	width: 40%;
}
.dropdown-menu-main{
	max-width: 33.3rem;
}
.dropdown-menu-main h4{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.67;
	margin: 0.4em 0 0.3em;
}
.dropdown-menu-main p{
	margin: 0 0 0.8em;
}
.dropdown-menu-main ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.dropdown-menu-main li{
	display: block;
	padding: 0 0 0.8rem;
}
.dropdown-menu-main li:last-child{
	padding: 0;
}
.dropdown-menu-main a{
	background: #83228c;
	background: linear-gradient(270deg, #234296 1.58%, #83228c 100%);
	border-radius: 0.3rem 2em 2em 0.3rem;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.75em 3.5em 0.75em 1em;
	position: relative;
}
.dropdown-menu-main a:after{
	background: #d9318a;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3em;
	opacity: 0;
	position: absolute;
	right: 2em;
	top: 0;
	transition: all 0.4s ease;
	width: 3em;
}
.dropdown-menu-main a:hover:after{
	opacity: 1;
	right: 0;
}
.dropdown-menu-article-col{
	border-left: 1px solid #fff;
	padding-left: 3.1rem;
	padding-top: 3rem;
	width: 26%;
}
.dropdown-menu-article{
	max-width: 24rem;
}
.dropdown-menu-article h4{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4375;
	margin: 1.4em 0 0.5em;
}
.dropdown-menu-article h4:first-child{
	margin-top: 0;
}
.dropdown-menu-article p{
	line-height: 1.36;
}
/*--------------Footer-----------*/
.footer{
	background: #0a0c1b;
	color: #fff;
	padding: 8.3rem 0 10rem;
}
.footer-top{
	padding-bottom: 10rem;
}
.footer-form{
	max-width: 51.8rem;
}
.footer-form h2{
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.7em;
}
body .footer-form div.wpforms-container-full .wpforms-form input[type="text"],
body .footer-form div.wpforms-container-full .wpforms-form input[type="email"],
body .footer-form div.wpforms-container-full .wpforms-form input[type="tel"],
body .footer-form div.wpforms-container-full .wpforms-form input[type="search"],
body .footer-form div.wpforms-container-full .wpforms-form select,
body .footer-form div.wpforms-container-full .wpforms-form textarea{
	background-color: #1c1d2d;
	border-color: #dadbed;
	color: #fff;
}
body .footer-form div.wpforms-container-full .wpforms-form select{
	background-image: url('assets/img/icons/angle-down-white.svg');
	color: #a1a1a1;
}
body .footer-form div.wpforms-container-full .wpforms-form select.changed{
	color: #fff;
}
body .footer-form div.wpforms-container-full .wpforms-form button[type="submit"],
body .footer-form div.wpforms-container-full .wpforms-form input[type="submit"]{
	max-width: 100%;
	width: 100%;
}
.footer-testimonials-block{
	max-width: 58.6rem;
	margin-left: auto;
	padding-top: 4.4rem;
}
.testimonials-slider .swiper-slide{
	background: #16163e;
	background: linear-gradient(0, #16163e 0%, #3B3B60 100%);
	border-radius: 1rem;
	height: auto;
	padding: 4.7rem 3rem 7rem;
}
.testimonials-slider__slide{
	max-width: 47.6rem;
	margin: 0 auto;
}
.testimonials-slider__text{
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.27;
	letter-spacing: -0.028em;
	text-align: center;
}
.testimonials-slider__text:before{
	background-image: url('assets/img/icons/quote-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 1.8rem;
	margin: 0 auto 2.4rem;
	width: 2.4rem;
}
.testimonials-slider__author{
	font-weight: normal;
	line-height: 1.3;
	margin-top: 5.2rem;
	text-align: center;
}
.testimonials-slider__author__image{
	margin-bottom: 2.2rem;
}
.testimonials-slider__author__image img{
	border-radius: 50%;
	display: inline-block;
	height: auto;
	width: 9rem;
}
.testimonials-slider__author__name{
	font-weight: bold;
}
.testimonials-slider-pagination{
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	text-align: center;
}
.testimonials-slider-pagination .swiper-pagination-bullet{
	background: transparent;
	border: 1px solid transparent;
	height: 2.6rem;
	border-radius: 50%;
	position: relative;
	opacity: 1;
	width: 2.6rem;
}
.testimonials-slider-pagination .swiper-pagination-bullet:before{
	background: #888;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1rem;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	width: 1rem;
}
.testimonials-slider-pagination .swiper-pagination-bullet-active{
	border-color: #fff;
}
.testimonials-slider-pagination .swiper-pagination-bullet-active:before{
	background: #fff;
}
.footer-middle{
	color: #818397;
	font-size: 1.4rem;
	font-weight: 500;
}
.footer-middle a{
	color: inherit;
}
.footer-middle a:hover{
	color: #f5f5f7;
}
.footer-widget-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.footer-widget{
	line-height: 1.5;
	letter-spacing: -0.028em;
	padding: 0 1.5rem 5rem;
}
.footer-widget h4{
	color: #f5f5f7;
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	letter-spacing: 0.072em;
	margin: 0 0 1.3em;
	text-transform: uppercase;
}
.footer-widget ul{
	letter-spacing: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-widget li{
	padding-bottom: 0.65em;
}
.footer-widget li:last-child{
	padding-bottom: 0;
}
.footer-widget p{
	letter-spacing: inherit;
	line-height: 2.15;
}
.footer-social{
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-social li{
	display: inline-block;
	margin-right: 1.1em;
	padding: 0;
}
.footer-social li:last-child{
	margin-right: 0;
}
.footer-social a{
	display: inline-block;
	vertical-align: middle;
}
.footer-social a:hover{
	opacity: 0.6;
}
.footer-social img{
	display: inline-block;
	vertical-align: middle;
	height: 3.7rem;
	width: auto;
}
.footer-accreditations{
	padding-top: 2rem;
	width: 29rem;
}
.footer-acc-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.footer-acc{
	padding: 2.8rem 1rem 0;
	width: 50%;
}
.footer-acc img{
	max-height: 6rem;
}
.footer-acc:nth-child(3) img{
	max-height: 8rem;
}
.footer-bot{
	color: #818397;
	padding-top: 1.5rem;
}
.footer-bot a{
	color: inherit;
}
.footer-bot a:hover{
	color: #f5f5f7;
}
.footer-copyright{
	font-size: 1.3rem;
	line-height: 1.85;
	letter-spacing: -0.028em;
}
.sect-pad{
	padding: 8rem 0;
}
.dg-sect{
	background: #0b0c1b;
	color: #fff;
}
.dg-sect + .dg-sect{
	padding-top: 0;
}
.lg-sect{
	background: #f3f3f3;
}
.lg-sect + .lg-sect{
	padding-top: 0;
}
.g-sect{
	background: #dadbed;
}
.g-sect + .g-sect{
	padding-top: 0;
}
.wh-sect + .wh-sect{
	padding-top: 0;
}
.bl-sect{
	background: #282842;
	color: #fff;
}
.bl-sect + .bl-sect{
	padding-top: 0;
}
.slider-pagination{
	margin-top: 4rem;
	text-align: center;
}
.slider-pagination:not(.swiper-pagination-bullets){
	display: none;
}
.slider-pagination .swiper-pagination-bullet{
	border: 1px solid #979797;
	background: transparent;
	height: 12px;
	opacity: 1;
	width: 12px;
}
.slider-pagination .swiper-pagination-bullet-active{
	background: #D8D8D8;
	border-color: #D8D8D8;
}
.g-sect .slider-pagination .swiper-pagination-bullet-active{
	background: #979797;
	border-color: #979797;
}
.slider-scrollbar{
	display: block;
	height: 0.7rem;
	position: relative;
	width: 100%;
}
.slider-scrollbar:before{
	background: #d8d8d8;
	content: "";
	display: block;
	height: 0.1rem;
	left: 0;
	top: 0.3rem;
	position: absolute;
	width: 100%;
}
.swiper-scrollbar-drag{
	background: #d8338b;
	border-radius: 0;
}
.slider-button-prev,
.slider-button-next{
	background-image: url('assets/img/icons/btn-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	height: 5.6rem;
	margin-top: -2.8rem;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	width: 5.6rem;
	z-index: 5;
}
.slider-button-prev{
	transform: rotate(180deg);
	left: 0;
}
.slider-button-next{
	right: 0;
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled{
	cursor: default;
	opacity: 0.5;
}
.top-section{
	background: #0b0c1b;
	color: #fff;
	position: relative;
}
.top-section-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 60%;
}
.fullwidth-img .top-section-bg{
	width: 100%;
}
.home .top-section-bg{
	background-position: bottom center;
}
.top-section-video{
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
.top-section-video iframe{
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home .top-section-video iframe{
	top: 0;
	transform: translate(-50%, -5%);
}
.home .top-section-video:after{
	background: linear-gradient(0deg, #0B0C1B 9.27%, rgba(11, 12, 27, 0.616259) 45.29%, rgba(27, 20, 87, 0.0001) 100%, rgba(27, 20, 87, 0.0001) 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 85%;
	left: 0;
	position: absolute;
	width: 100%;
}
.top-section-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 63rem;
	position: relative;
	z-index: 3;
}
.top-section:not(.fullwidth-img) .top-section-inner{
background: linear-gradient(270deg, transparent, rgba(2, 5, 22, 0.1) 35%, #040719 58%, #07091D 100%);
}
.home .top-section-inner{
	padding-top: 12rem;
}
.home .container{
	max-width: 138rem;
	position: relative;
}
.top-section-video-link{
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.top-section-video-link a{
	background-image: url('assets/img/icons/play-icon-full.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	height: 17.4rem;
	text-decoration: none;
	transition: all 0.2s linear;
	width: 17.4rem;
}
.home .top-section-video-link a{
	background-image: url('assets/img/icons/play-icon.svg');
	height: 14.4rem;
	width: 14.4rem;
}
.top-section-video-link a:hover{
	transform: scale(1.1);
}
.home .top-section-video-link{
	right: 15%;
}
.top-section-content-wrap{
	color: #fff;
	padding: 10rem 0 6rem;
	position: relative;
}
.top-section-content{
	max-width: 68rem;
	width: 100%;
}
.top-section-content h5{
	color: inherit;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.07em;
	margin: 0 0 1.5em;
	text-transform: uppercase;
}
.top-section-content h1{
	font-size: 7.2rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin: 0 0 0.25em;
}
.top-section-content h1:last-child{
	margin-bottom: 0!important;
}
.top-section-content p{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.55;
	max-width: 28em;
	margin: 0 0 1.4em;
}
.top-section-content p:last-child{
	margin: 0;
}
.home .top-section-content p{
	font-size: 2rem;
	line-height: 1.5;
}
.top-section-content .button{
	margin-right: 1.1rem;
}
.top-section-content-w-icon{
	display: flex;
}
.top-section-icon{
	margin-right: 4rem;
}
.top-section-icon img{
	display: inline-block;
	height: auto;
	width: 14rem;
}
.top-section-content-w-icon .top-section-content h1{
	font-size: 6rem;
	line-height: 1.1;
	margin: -0.1em 0 0.35em;
}
.mfp-iframe-holder .mfp-content{
	max-width: 119.6rem;
}
.mfp-iframe-holder .mfp-close{
	font-family: inherit;
	transition: opacity 0.2s linear;
}
.mfp-iframe-holder .mfp-close:before{
	content: "Close Video";
	font-family: inherit;
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 0.6em;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
}
.section-header{
	padding-bottom: 4rem;
	text-align: center;
}
.section-header h2{
	margin: 0 0 0.2em;
}
.section-header h2:last-child{
	margin: 0;
}
.section-header p{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	max-width: 39.2em;
	margin-left: auto;
	margin-right: auto;
}
.section-footer{
	padding-top: 8.7rem;
}
.home .dg-sect.enabling-section{
	padding-top: 0;
}
.enabling-section .container{
	max-width: 116.2rem;
}
.swiper-slider-wrap{
	position: relative;
}
.enabling-slider:not(.swiper-initialized) .swiper-wrapper{
	margin-left: -2.1rem;
	margin-right: -2.1rem;
	flex-wrap: wrap;
	width: unset;
}
.enabling-item-wrap{
	border-radius: 2.8rem;
	padding: 3.4rem 2.1rem 4.7rem;
	width: 29.4rem;
}
.enabling-item-wrap:before{
	background: #f4f3ff;
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.3s linear;
	top: 0;
	width: 100%;
}
.dg-sect .enabling-item-wrap:before{
	background: linear-gradient(360deg, rgba(22, 22, 62, 0.147891) 0%, rgba(59, 59, 96, 0.52087) 100%);
}
.swiper-slide-active.enabling-item-wrap:before{
	opacity: 1;
}
.enabling-item{
	font-size: 1.4rem;
	line-height: 1.715;
	margin: 0 auto;
	max-width: 31rem;
	position: relative;
	z-index: 2;
}
.enabling-item h3{
	font-size: 2.4rem;
	line-height: 1.25;
	letter-spacing: -0.028em;
	margin: 0 0 0.95em;
}
.solutions-section .row{
	margin-left: -1.1rem;
	margin-right: -1.1rem;
}
.solutions-section .section-header p{
	font-size: 1.6rem;
	line-height: 1.42;
}
.solution-item-wrap{
	padding: 1.1rem;
}
.solution-item{
	background: #f4f3ff;
	border-radius: 0.7rem;
	color: inherit;
	display: flex;
	height: 100%;
	padding: 3.6rem 3.4rem;
}
.solution-item:hover{
	color: inherit;
	opacity: 0.6;
}
.dg-sect .solution-item{
	background: linear-gradient(360deg, #0A0A2A 0%, #21223C 100%);
}
.solution-item-icon{
	max-width: 15.5rem;
	padding-right: 2rem;
	width: 30%;
}
.solution-item-icon img{
	display: block;
	height: auto;
	width: 10.6rem;
}
.solution-item-content{
	width: 70%;
}
.solution-item-content h3{
	font-size: 2.4rem;
	line-height: 1.25;
	letter-spacing: -0.028em;
	margin: 0.3em 0 0.2em;
}
.numbers-section.g-sect{
	color: #0B0C1B;
}
.numbers-section .section-header{
	padding-bottom: 5rem;
}
.numbers-section .section-header h3{
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: -0.028em;
	margin: 0 0 0.3em;
}
.numbers-section .section-header p{
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.47;
}
.numbers-slider:not(.swiper-initialized) .swiper-wrapper{
	margin-left: -1rem;
	margin-right: -1rem;
	flex-wrap: wrap;
	width: unset;
}
.numbers-item-wrap{
	padding: 0 1rem;
	width: 33.33%;
}
.numbers-item{
	text-align: center;
}
.numbers-item-title{
	font-size: 10rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.04em;
}
.numbers-item-description{
	font-size: 1.8rem;
	line-height: 1.44;
	max-width: 15em;
	margin: 0 auto;
}
.numbers-button-prev,
.numbers-button-next{
	display: none;
}
.clients-section .section-header{
	padding-bottom: 7rem;
}
.clients-section .section-header p{
	font-size: 2.4rem;
	line-height: 1.42;
}
.clients-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}
.client-slide{
	align-self: center;
	text-align: center;
	margin-right: 10rem;
	width: auto;
}
.client-slide img{
	max-height: 6rem;
	max-width: 15rem;
}
.dg-sect .client-slide img{
	filter: brightness(0) invert(1);
}
.stories-slider-section{
	overflow: hidden;
}
.stories-slider-section .section-header{
	text-align: left;
}
.stories-slider-block{
	margin-left: auto;
	width: 85%;
	width: calc(50% + 66.8rem);
	position: relative;
}
.story-slide{
	height: auto;
	padding: 1rem;
	width: 42rem;
}
.story-slide-block{
	border: 1px solid #d6dfe2;
	border-radius: 0.4rem;
	height: 100%;
	padding: 5.8rem 5rem 7rem;
	position: relative;
	transition: all 0.2s linear;
	width: 100%;
}
.swiper-slide-active .story-slide-block{
	box-shadow: 0px 3px 7px rgba(162, 158, 196, 0.3);
}
.story-slide-block-inner{
	height: 100%;
	min-height: 31.6rem;
	position: relative;
	padding-bottom: 9rem;
	position: relative;
	z-index: 2;
}
.story-slide-text{
	font-size: 1.8rem;
	line-height: 1.67;
}
.story-slide-more{
	margin-top: 1.8rem;
}
.story-slide-more a{
	color: #d8338b;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}
.story-slide-more a:hover{
	color: #9d2665;
}
.story-slide-author{
	bottom: 0;
	position: absolute;
	padding-left: 6.5rem;
}
.story-slide-author-logo{
	background: #3C3E80;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 5rem;
}
.story-slide-author-logo img{
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	width: 80%;
}
.story-slide-author-name{
	font-size: 1.8rem;
	line-height: 1.15;
}
.story-slide-author-position{
	font-size: 1.4rem;
	line-height: 1.215;
}
.dg-sect .story-slide-block{
	background: #0b0c1b;
	border-color: #979797;
}
.dg-sect .swiper-slide-active .story-slide-block{
	border-color: rgba(8, 8, 8, 0.3);
	box-shadow: 0px 3px 7px rgba(8, 8, 8, 0.3);
}
.dg-sect .story-slide-block:before{
	background: #16163E;
	background: linear-gradient(360deg, #16163E 0%, #3B3B60 100%);
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.2s linear;
	top: 0;
	opacity: 0;
	width: 100%;
}
.dg-sect .swiper-slide-active .story-slide-block:before{
	opacity: 1;
}
.dg-sect .story-slide-author-logo{
	background: #fff;
}
.dg-sect .story-slide-author-logo img{
	display: block;
	filter: brightness(1) invert(0);
	height: auto;
	width: 80%;
}
.stories-slider-navigation-block{
	margin-top: 6rem;
}
.stories-slider-navigation{
	display: flex;
	align-items: center;
	height: 5.6rem;
	position: relative;
	padding-right: 22rem;
}
.stories-slider-navigation .stories-button-prev{
	position: absolute;
	left: auto;
	margin: 0;
	right: 6.5rem;
	top: 0;
	transform: rotate(180deg);
}
.stories-slider-navigation .stories-button-next{
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.gallery-slider:not(.swiper-initialized) .swiper-wrapper{
	justify-content: center;
}
.gallery-slide{
	margin: 0 1rem;
	max-width: 37rem;
	width: 40%;
}
.gallery-slide-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 133%;
}
.gallery-footer-content{
	margin: 0 auto;
	max-width: 95rem;
	text-align: center;
}
.gallery-footer-content p:first-child{
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.028em;
	max-width: 85.7rem;
	margin: 0 auto 1em;
}
.gallery-footer-content h2{
	margin: 0 0 0.4em;
}
.gallery-footer-content h2 + p{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: -0.028em;
	margin: 0 0 1.3em;
}
.gallery-footer-content a{
	border-width: 0.3rem;
	margin: 0 0.8em;
	min-width: 13em;
	padding: 0.6875em 2em;
}
.wh-sect .partners-section-inner{
	background: #0b0c1b;
	border-radius: 2.2rem;
	color: #fff;
	margin: 0 auto;
	max-width: 144rem;
	padding: 6rem 0;
	width: 96%;
}
.partners-section .section-header{
	padding-bottom: 5rem;
}
.partners-section .section-header p{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.715;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
/*
.partners-slider:not(.swiper-initialized){
	max-width: 125.6rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 96%;	
}
.partners-slider:not(.swiper-initialized) .swiper-wrapper{
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -2rem;
	margin-right: -2rem;
	width: unset;
}
.partners-slider:not(.swiper-initialized) .partner-slide{
	margin: 0;
	padding: 1.5rem 2rem;
}
*/
.partners-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}
.partner-slide{
	align-self: center;
	text-align: center;
	margin-right: 10rem;
	width: auto;
}
.partner-slide-logo img{
	max-height: 6rem;
	max-width: 15rem;
}
.dg-sect .partner-slide-logo img,
.wh-sect .partners-section-inner .partner-slide-logo img{
	filter: brightness(0) invert(1);
}
.latest-insights-header{
	margin-bottom: 4.8rem;
}
.latest-insights-header h2{
	color: #CECED1;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.028em;
}
.featured-insights-feed{
	border-top: 0.1rem solid #D2D2D2;
	margin-bottom: 5.2rem;
}
.featured-insight-item{
	border-bottom: 0.1rem solid #D2D2D2;
	color: #707070;
	padding: 2.4rem 0;
	position: relative;
}
.featured-insight-item-inner{
	position: relative;
	padding-left: 9.3rem;
}
.featured-insight-item-inner:before{
	background-image: url('assets/img/icons/ionic-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 3.6rem;
	left: 0;
	position: absolute;
	top: 1.4rem;
	width: 3.6rem;
}
.featured-insight-item h3{
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 0.5em;
}
.featured-insight-item h3 a{
	color: inherit;
}
.featured-insight-item h3 a:hover{
	color: #9d2665;
}
.insights-row{
	margin-left: -1.3rem;
	margin-right: -1.3rem;
}
.latest-insights-row{
	margin-left: -1rem;
	margin-right: -1rem;
}
.insight-item-wrap{
	padding: 0 1.3rem 5.2rem;
}
.latest-insight-item-wrap{
	padding: 0 1rem;
}
.insight-item-wrap .insight-item{
	color: inherit;
}
.insight-item-top{
	position: relative;
}
.insight-item-image{
	min-height: 3rem;
	margin-bottom: 2.3rem;
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.insight-item-image img{
	display: block;
	height: auto;
	transition: all 0.2s linear;
	width: 100%;
}
.insight-item:hover img{
	transform: scale(1.05);
}
.insight-item-category{
	left: 1rem;
	position: absolute;
	top: 1rem;
}
.insight-item-category span{
	background: #D82F8A;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.8rem;
	letter-spacing: normal;
	margin: 0 0.1rem 0.3rem 0;
	padding: 0.5em 1em;
	text-transform: uppercase;
}
.insight-item-category .it-consultancy{
	background: #858589;
}
.insight-item-category .it-support{
	background: #FCCE00;
	color: #0B0C1C;
}
.insight-item-category .it-solutions{
	background: #0C52A1;
}
.insight-item-category .business-continuity,
.insight-item-category .communications{
	background: #21213D;
}
.insight-item-category .cloud{
	background: #28998A;
}
.insight-item-date{
	color: #A8A8A8;
	font-weight: 500;
	letter-spacing: -0.028em;
	margin-bottom: 1.3rem;
}
.insight-item h3{
	color: inherit;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.33;
	margin: 0 0 0.6rem;
}
.insight-item h3:last-child{
	margin-bottom: 0;
}
.latest-insight-item-wrap .insight-item h3{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.67;
}
.insight-item h3 a{
	color: inherit;
}
.insight-item h3 a:hover{
	color: #9d2665;
}
.insight-item-time{
	color: #929292;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0.6rem 0 0;
}
/*-------What We Do----------*/
.what-do-section{
	padding: 12rem 0;
}
.what-do-section .row{
	margin-left: -1.4rem;
	margin-right: -1.4rem;
}
.what-do-wrap{
	position: relative;
	padding: 1.4rem;
}
.what-do-wrap:nth-child(odd){
	top: -5rem;
}
.what-do-wrap:nth-child(even){
	top: 5rem;
}
.what-do-item{
	background: #fff;
	border-radius: 0.6rem;
	height: 100%;
	padding: 3.8rem 4rem 10rem;
	position: relative;
}
.what-do-icon{
	bottom: 3rem;
	position: absolute;
	right: 3.7rem;
}
.what-do-icon img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 10rem;
}
.what-do-item h3{
	margin: 0 0 0.3em;
}
.what-do-item p{
	max-width: 29em;
}
.what-do-item .button{
	bottom: 5rem;
	max-width: 30rem;
	position: absolute;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: 55%;
}
/*-----------IT Consultancy------------*/
.page-nav-section{
	border-bottom: 1px solid #c4c4c4;
}
.page-nav-section .container{
	max-width: 138rem;
}
.page-nav{
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.023125em;
}
.page-nav-title{
	display: none;
}
.page-nav ul{
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page-nav li{
	display: inline-block;
	padding: 0 3.7rem 0 0;
	white-space: nowrap;
}
.page-nav li:last-child{
	padding-right: 0;
}
.page-nav a{
	color: #0B0C1B;
	display: block;
	padding: 2em 0;
	position: relative;
}
.page-nav a:after{
	background: #CF308A;
	bottom: -1px;
	content: "";
	display: block;
	height: 0.5rem;
	right: 0;
	position: absolute;
	transition: all 0.2s linear;
	width: 0;
}
.page-nav a:hover:after{
	left: 0;
	right: auto;
	width: 100%;
}
.mobile-intro-section{
	display: none;
}
.mobile-intro-content{
	font-size: 1.6rem;
	line-height: 1.625;
	max-width: 30em;
	margin: 0 auto;
	text-align: center;
}
.mobile-intro-content a{
	margin: 0 0.6rem;
}
.summary-title h4{
	display: none;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 0.5rem;
}
.summary-title h3{
	margin-top: 0;
}
.summary-content h4{
	font-size: 1.875em;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: -0.028em;
	margin: 0 0 0.35em;
}
.process-section{
	padding-bottom: 18rem;
}
.process-section .section-header{
	padding-bottom: 5.5rem;
}
.process-section .section-header h3{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.42;
}
.process-slider-wrap{
	position: static;
}
.process-wrap{
	display: flex;
	align-items: center;
	min-height: 60rem;
	padding: 0 26rem;
	position: relative;
}
.process-image{
	text-align: center;
	width: 100%;
}
.process-image img{
	width: 60rem;
}
.process-button-prev,
.process-button-next{
	display: none;
	background-image: url('assets/img/icons/angle-right-blue.svg');
	background-size: 1.4rem auto;
}
.process-item-title-wrap{
	background: linear-gradient(270deg, #234296 1.58%, #83228C 100%);
	border-radius: 2em 0 0 2em;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: -0.0275em;
	line-height: 1.25;
	max-width: 24.3rem;
	margin-bottom: 1.4rem;
	padding: 0.5em;
	position: relative;
	text-align: center;
}
.process-item-number{
	background: #D9318A;
	border-radius: 50%;
	color: transparent;
	left: -1px;
	position: absolute;
	padding: 0.5em;
	text-align: center;
	top: 0;
	width: 2.25em;
}
.process-item-text{
	font-size: 1.4rem;
}
.process-line1{
	border-top: 2px dashed #D83C97;
	border-left: 2px dashed #D83C97;
	height: 7rem;
	left: 50%;
	position: absolute;
	top: 1.7rem;
	width: calc(50% - 24.3rem);
}
.process-line2{
	border-bottom: 2px dashed #D83C97;
	border-left: 2px dashed #D83C97;
	height: 1.5rem;
	left: calc(50% + 17.3rem);
	position: absolute;
	top: 21.3rem;
	width: calc(50% - 41.5rem);
}
.process-line3{
	height: 6.4rem;
	left: calc(50% + 19.5rem);
	position: absolute;
	top: 40rem;
	width: calc(50% - 43.5rem);
}
.process-line3:before,
.process-line3:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.process-line3:before{
	border-top: 2px dashed #D83C97;
	border-right: 2px dashed #D83C97;
	width: 25%;
}
.process-line3:after{
	border-bottom: 2px dashed #D83C97;
	left: auto;
	right: 0;
	width: 75%;
}
.process-line4{
	height: 4.3rem;
	right: calc(50% + 1rem);
	position: absolute;
	top: 46rem;
	width: calc(50% - 25rem);
}
.process-line4:before,
.process-line4:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.process-line4:before{
	border-top: 2px dashed #D83C97;
	border-right: 2px dashed #D83C97;
	width: 20%;
}
.process-line4:after{
	border-bottom: 2px dashed #D83C97;
	left: auto;
	right: 0;
	width: 80%;
}
.process-line5{
	height: 17.5rem;
	right: calc(50% + 19rem);
	position: absolute;
	top: 22.5rem;
	width: calc(50% - 43rem);
}
.process-line5:before,
.process-line5:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.process-line5:before{
	border-top: 2px dashed #D83C97;
	border-right: 2px dashed #D83C97;
	width: 40%;
}
.process-line5:after{
	border-bottom: 2px dashed #D83C97;
	left: auto;
	right: 0;
	width: 60%;
}
.process-line6{
	border-top: 2px dashed #D83C97;
	border-right: 2px dashed #D83C97;
	height: 16rem;
	right: calc(50% + 17.5rem);
	position: absolute;
	top: 1.7rem;
	width: calc(50% - 41.5rem);
}
.installation-section{
	background: #f2f7ff;
}
.installation-image{
	max-width: 48rem;
	width: 92%;
}
.installation-content{
	margin-left: auto;
	max-width: 58.6rem;
}
.installation-content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
}
.installation-content li{
	padding: 2.5em 0 0;
	width: 47%;
}
.installation-content li:nth-child(1),
.installation-content li:nth-child(2){
	padding-top: 0.8em;
}
.installation-content li:before{
	content: "•";
	margin-right: 0.5em;
}
.options-section .section-header{
	padding-bottom: 8rem;
}
.option-item{
	padding-bottom: 5.5rem;
}
.option-item:last-child{
	padding: 0;
}
.options-button-prev,
.options-button-next{
	display: none;
	background-image: url('assets/img/icons/angle-right-blue.svg');
	background-size: 1.4rem auto;
}
.dg-sect .options-button-prev,
.dg-sect .options-button-next{
	background-image: url('assets/img/icons/angle-right-white.svg');
}
.option-content h4{
	font-size: 1.3125em;
	font-weight: 500;
	margin: 0 0 0.3em;
}
/*----------It Suuport---------*/
.pp-title{
	max-width: 43rem;
	margin-bottom: 3rem;
}
.pp-content{
	direction:rtl;
	font-size: 1.5rem;
	line-height: 1.5;
	max-height: 37rem;
	max-width: 43rem;
	padding-left: 2.5rem;
	overflow: auto;
	text-align: left;
}
.pp-content::-webkit-scrollbar {
  width: 0.5rem;
}
 
.pp-content::-webkit-scrollbar-track {
	background: #C7C8D2;
  box-shadow: none;
}
 
.pp-content::-webkit-scrollbar-thumb {
  background-color: #CF308A;
}
.pp-content h4{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0.25em;
}
.pricing-section{
	background: #DADBED;
}
.pricing-section .section-header{
	padding-bottom: 4.7rem;
}
.pricing-section .section-header p{
	color: #0B0C1B;
}
.pricing-billing{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	letter-spacing: -0.0275em;
	padding-bottom: 3.6rem;
}
.pricing-toggle{
	background: #fff;
	color: transparent;
	cursor: pointer;
	border-radius: 2rem;
	height: 3.1rem;
	margin: 0 1em;
	position: relative;
	transition: all 0.2s linear;
	width: 6.5rem;
}
.pricing-toggle:before{
	background: #241B55;
	border-radius: 50%;
	content: "";
	display: block;
	height: 2.5rem;
	left: 0.3rem;
	right: auto;
	position: absolute;
	top: 0.3rem;
	transition: all 0.2s linear;
	width: 2.5rem;
}
.pricing-toggle.active{
	background: #d8338b;
}
.pricing-toggle.active:before{
	background: #fff;
	left: auto;
	right: 0.3rem;
}
.pricing-year-save{
	background-image: url('assets/img/icons/price-save.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: -0.028em;
	margin-left: 1em;
	padding: 0.7rem 1.2rem 0.7rem 2.1rem;
	position: relative;
}
.pricing-item-wrap{
	padding-top: 3rem;
}
.pricing-item{
	background: #fff;
	border-top: 0.7rem solid #1C5BA7;
	color: #131415;
	font-size: 1.4rem;
	line-height: 2rem;
	position: relative;
}
.pricing-item-wrap:nth-child(2) .pricing-item{
	border-top-color: #473D90;
}
.pricing-item-wrap:nth-child(3) .pricing-item{
	border-top-color: #CB308A;
}
.pricing-item-header{
	text-align: center;
}
.pricing-item-badge{
	background: #241B55;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2.1rem;
	left: 50%;
	max-width: 12.3rem;
	padding: 0.6rem 1rem;
	position: absolute;
	text-align: center;
	top: -0.3rem;
	transform: translate(-50%, -50%);
	width: 100%;
}
.pricing-item-header{
	min-height: 37.7rem;
	padding: 2.5rem 3rem 6.8rem;
}
.pricing-item-icon{
	margin-bottom: 1.8rem;
}
.pricing-item-icon img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 6.7rem;
}
.pricing-item-title{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: -0.028em;
	line-height: 1.25;
	margin-bottom: 0.9rem;
}
.pricing-item-description{
	max-width: 20em;
	margin: 0 auto 1.2rem;
}
.pricing-item-price-year{
	display: none;
}
.pricing-item-year .pricing-item-price-month{
	display: none;
}
.pricing-item-year .pricing-item-price-year{
	display: block;
}
.pricing-item-value{
	font-size: 4.4rem;
	font-weight: 500;
	line-height: 1;
	margin: 0.2rem 0;
}
.pricing-item-body ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.3rem;
}
.pricing-item-body li{
	border-top: 1px solid #DFDFDF;
	display: block;
	padding: 1rem 3rem;
}
.pricing-item-button{
	margin-top: 2rem;
}
.pricing-item-button a{
	background: #0B0C1B;
	border-color: #0B0C1B;
	min-width: 13.25em;
	padding-left: 2.4em;
	padding-right: 2.4em;
}
.pricing-item-button a:hover{
	background-color: #d8338b;
	border-color: #d8338b;
}
.comparison-block{
	font-size: 1.4rem;
	line-height: 1.5;
}
.comparison-block table{
	margin-bottom: 1em;
	width: 100%;
}
.comparison-block tr:first-child td{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -0.02em;
	padding-bottom: 2.8rem;
	padding-top: 2.8rem;
}
.comparison-block td{
	border-bottom: 1px solid #979797;
	padding: 1.3rem 1rem;
	text-align: center;
	width: 24%;
}
.comparison-block td:first-child{
	padding-left: 2.7rem;
	text-align: left;
	width: 28%;
}
.comparison-block td img{
	display: block;
	height: auto;
	margin: 0 auto;
	width: 2rem;
}
.comparison-block h4{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -0.02em;
	margin: 1.8em 0 0.5em;
	padding-left: 2.7rem;
}
.comparison-block ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
}
.comparison-block li{
	border-bottom: 1px solid #979797;
	padding: 1.3rem 2.7rem;
	width: 49%;
}
.comparison-block li:nth-child(1),
.comparison-block li:nth-child(2){
	border-top: 1px solid #979797;
}
/*----------Cyber Security---------*/
.hacked-block-wrap{
	background: #16163E;
	background: linear-gradient(360deg, #16163E 0%, #3B3B60 100%);
	border-radius: 2rem;
	color: #fff;
	padding: 10rem 4rem;
}
.hacked-block{
	max-width: 92rem;
	margin: 0 auto;
}
.hacked-title{
	color: #B0AAE4;
	font-size: 10rem;
	font-weight: 500;
	line-height: 1;
}
.hacked-content{
	font-size: 3.6rem;
	line-height: 1.3;
}
.included-section{
	padding: 9rem 0 9.5rem;
}
.included-section .section-header{
	padding-bottom: 2rem;
}
.included-row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.included-item-wrap{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 4.5rem;
	width: 25%;
}
.included-item{
	text-align: center;
}
.included-item-icon{
	padding-bottom: 1.5rem;
}
.included-item-icon img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 12rem;
}
.included-item-title{
	color: #131415;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 auto;
	max-width: 15em;
}
.security-section{
	background-color: #0B0C1B;
	color: #fff;
	min-height: 80rem;
	padding: 11.5rem 0 8rem;
	position: relative;
}
.security-header,
.security-body{
	position: relative;
	z-index: 2;
}
.security-header{
	padding-bottom: 14rem;
}
.security-nav ul{
	display: flex;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.33;
	list-style-type: none;
	letter-spacing: 0.023em;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.security-nav li{
	border-bottom: 0.1rem solid #D8D8D8;
	cursor: pointer;
	padding: 0 1em 1.2em;
	position: relative;
	width: 50%;
}
.security-nav li:after{
	background: #D8338B;
	bottom: -0.4rem;
	content: "";
	display: block;
	left: 0;
	height: 0.7rem;
	opacity: 0;
	position: absolute;
	transition: all 0.1s linear;
	width: 100%;
}
.security-nav li.active:after{
	opacity: 1;
}
.security-item{
	display: none;
}
.security-item:first-child{
	display: block;
}
.security-content{
	max-width: 59rem;
	width: 50%;
}
.security-content h3{
	margin: 0 0 0.5em;
}
.security-content p{
	letter-spacing: -0.027em;
}
.security-content p:last-child{
	margin-top: 2.3em;
}
.security-content .button{
	min-width: 21.2rem;
}
.security-item:nth-child(even) .security-content{
	margin-left: auto;
}
.security-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.security-bg:first-child{
	display: block;
}
.ti-image{
	margin-left: auto;
	max-width: 55.5rem;
	text-align: center;
}
.ti-image img{
	display: inline-block;
	vertical-align: middle;
}
.ti-content{
	max-width: 55.5rem;
}
.ti-content p{
	letter-spacing: -0.027em;
}
.it-image{
	max-width: 55.5rem;
	text-align: center;
}
.it-image img{
	display: inline-block;
	vertical-align: middle;
}
.it-content{
	margin-left: auto;
	max-width: 55.5rem;
}
.it-content p{
	letter-spacing: -0.027em;
}
.membership-section .section-header p{
	color: #737881;
}
.membership-slider:not(.swiper-initialized) .swiper-wrapper{
	justify-content: center;
}
.membership-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}
.membership-slider .swiper-slide{
	width: auto;
}
.membership-slide-logo{
	padding: 0 3.5rem;
	text-align: center;
}
.membership-slide-logo img{
	display: inline-block;
	max-height: 6rem;
	max-width: 14rem;
	text-align: center;
}
/*-----------Business Continuity---------*/
.disaster-recovery-section{
	overflow: hidden;
}
.disaster-recovery-image{
	margin-left: -25rem;
}
.disaster-recovery-image img{
	width: 54.8rem;
}
.disaster-recovery-content{
	max-width: 53.8rem;
}
.covered-title h3{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.covered-items-wrap{
	max-width: 102rem;
	width: 100%;
}
.covered-item{
	padding-left: 5.4rem;
	position: relative;
}
.covered-item:before{
	background-image: url('assets/img/icons/ionic-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 3.6rem;
	left: 0;
	position: absolute;
	top: -0.5em;
	width: 3.6rem;
}
.covered-item-wrap{
	padding-top: 5rem;
}
.covered-item{
	max-width: 28rem;
}
.covered-item h4{
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.028em;
	margin: 0 0 0.6em;
}
.covered-item p{
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: -0.028em;
}
.cx-block-wrap{
	background-color: #1b1a5e;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 1rem;
	padding: 5rem 3rem;
}
.cx-block{
	margin: 0 auto;
	max-width: 102rem;
}
.cx-content{
	color: #fff;
}
.cx-content h3{
	margin-bottom: 1em;
}
.cx-content p{
	max-width: 30em;
}
.cx-image{
	text-align: right;
}
.cx-image img{
	width: 44rem;
}
.values-section .section-header{
	padding-bottom: 0;
}
.values-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.value-item-wrap{
	height: auto;
	margin-top: 3rem;
	position: relative;
	width: 20%;
}
.value-item-wrap:after{
	border-right: 2px dotted #D72D8A;
	bottom: 0;
	content: "";
	display: block;
	height: 80%;
	height: calc(100% - 11.2rem);
	position: absolute;
	right: 0;
	width: 0;
}
.value-item-wrap:last-child:after{
	content: none;
	display: none;
}
.value-item{
	max-width: 13em;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}
.value-item-icon{
	margin-bottom: 1.2rem;
}
.value-item-icon img{
	height: auto;
	width: 10rem;
}
.value-item-title{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.value-item-text{
	line-height: 1.5;
}
.featured-links-section{
	padding-bottom: 5rem;
}
.featured-link-wrap{
	padding-bottom: 3rem;
}
.featured-link-image{
	margin-bottom: 2rem;
}
.featured-link-image a{
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.featured-link-image img {
	display: block;
	height: auto;
	transition: all 0.2s linear;
	width: 100%;
}
.featured-link-image a:hover img{
	transform: scale(1.05);
}
.featured-link h4{
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: -0.028em;
	margin: 0 0 0.3em;
}
.featured-link h4 a{
	color: inherit;
}
.featured-link p{
	font-size: 1.4rem;
}
/*----------Team--------*/
.team-section{
	margin-top: -1rem;
}
.team-section .row {
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
	flex-wrap: wrap;
}

.team-item-wrap {
	/*padding: 1rem;
	width: 25%; /* 100% / 4 columns = 25% each */
	box-sizing: border-box;
}

	}
}

}
.team-item{
	background: #0B0C1C;
	border-radius: 1.2rem;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.715;
	padding: 4.2rem 3rem;
}
.team-item-image{
	max-width: 23rem;
	width: 42.5%;
}
.team-item-image img{
	display: block;
	height: auto;
	max-width: 22rem;
	width: 100%;
}
.team-item-content{
	padding-left: 2rem;
	width: 57.5%;
}
.team-item-name{
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: -0.028em;
}
.team-item-position{
	font-weight: bold;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}
/*------------Faq-----------*/
.faq-section + .faq-section{
	margin-top: -3rem;
}
.faq-header{
	padding-bottom: 2.5rem;
}
.faq-list{
	border-top: 0.1rem solid #1B1457;
}
.faq-item{
	border-bottom: 0.1rem solid #1B1457;
	padding: 2rem 0;
}
.faq-title{
	cursor: pointer;
	font-size: 1.125em;
	line-height: 1.55;
	padding-right: 4.5rem;
	position: relative;
}
.faq-title-text{
	max-width: 83rem;
}
.faq-toggle{
	border-radius: 50%;
	border: 0.2rem solid #1B1457;
	content: "";
	display: block;
	height: 3.2rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.2rem;
}
.faq-toggle:before,
.faq-toggle:after{
	background: #1B1457;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	transform: translate(-50%,-50%);
}
.faq-toggle:before{
	height: 0.2rem;
	width: 1.2rem;
}
.faq-toggle:after{
	height: 1.2rem;
	width: 0.2rem;
}
.faq-title.active .faq-toggle:before{
	transform: translate(-50%,-50%) rotate(180deg);
}
.faq-title.active .faq-toggle:after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq-content{
	display: none;
	max-width: 83rem;
	padding-top: 0.5em;
}
.faq-footer{
	padding-top: 3.5rem;
}
.faq-footer .button{
	min-width: 27rem;
}
/*----------Live Support----------*/
.client-area .top-section-content h1{
	font-size: 6rem;
}
.client-area .top-section-content p{
	max-width: 32em;
}
.support-item-wrap{
	height: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 25%;
}
.support-item{
	background: linear-gradient(360deg, #DADBED 0%, #FBFBFD 99.99%);
	border-radius: 0.6rem;
	padding: 4rem 1rem 3rem;
	text-align: center;
	height: 100%;
}
.support-item-icon{
	margin-bottom: 1.8rem;
}
.support-item img{
	height: auto;
	display: inline-block;
	vertical-align: middle;
	width: 10.4rem;
}
.support-item h4{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.028em;
	margin: 0 0 0.15em;
}
.support-item p{
	color: #9090AB;
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 0 0 0.1em;
}
.support-item p:last-child{
	margin: 0;
}
.support-item a{
	color: #1B1457;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}
.support-item a:hover{
	color: #d8338b;
}
.status-header{
	padding-bottom: 2.5rem;
}
.status-list{
	border-top: 0.1rem solid #1B1457;
}
.status-item{
	border-bottom: 0.1rem solid #1B1457;
	padding: 2rem 0;
}
.status-item-title{
	font-size: 1.125em;
	line-height: 1.55;
	padding-right: 8rem;
	position: relative;
}
.status-item-title:after{
	background-image: url('assets/img/icons/checkmark-green-bg.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 3rem;
	right: 3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}
.status-footer{
	padding-top: 3.5rem;
}
/*-------Contact----------*/
.form-section-row{
	background: #F3F3F3;
	display: flex;
	flex-wrap: wrap;
}
.contact-form-block{
	width: 65%;
}
.contact-numbers{
	background: #DADBED;
	padding: 4rem 0;
	width: 35%;
}
.contact-form-wrap{
	padding: 5.2rem 7rem;
}
.contact-form{
	max-width: 60rem;
}
.contact-form h3{
	margin-bottom: 0.75em;
}
.contact-form form{
	color: #07091C;
}
.address-row{
	display: flex;
	flex-wrap: wrap;
}
.address-image-col{
	order: 2;
	width: 67%;
}
.address-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.address-content-col{
	background: #0B0C1B;
	order: 1;
	padding: 11rem 4rem;
	width: 33%;
}
.address-content{
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 26rem;
}
.address-content a{
	color: inherit;
	text-decoration: underline;
}
.address-content a:hover{
	color: #d8338b;
}
.address-content h3{
	margin: 0 0 0.35em;
}
.address-content h3 + p{
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0;
}
.address-content small{
	color: #929292;
	font-size: 1.4rem;
}
.address-content p{
	margin: 0 0 1.2em;
}
.address-content p:last-child{
	margin-bottom: 0;
}
.cta-section{
	background-color: #0a0c1b;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cta-section-inner{
	padding: 20.5rem 0;
}
.cta-content{
	color: #fff;
	font-size: 1.125em;
	line-height: 1.3;
	max-width: 29em;
	letter-spacing: -0.028em;
}
.contact-us .cta-content{
	max-width: 38em;
}
.cta-content h2{
	margin: 0 0 0.8em;
}
.cta-content p{
	margin: 0 0 2.6em;
}
.cta-content p:last-child{
	margin: 0;
}
/*----------Success Stories----------*/
.success-stories .top-section-content h1{
	font-size: 6rem;
	margin: 0 0 0.7em;
}
.stories-filter-section{
	border-bottom: 1px solid #c4c4c4;
}
.stories-filter-section .container{
	max-width: 138rem;
}
.stories-filter{
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.023125em;
}
.stories-filter-title{
	display: none;
}
.stories-filter ul{
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.stories-filter ul li{
	padding: 0;
}
.stories-filter ul ul li{
	display: inline-block;
	padding: 0 3.7rem 0 0;
	position: relative;
	white-space: nowrap;
}
.stories-filter ul ul li:last-child{
	padding-right: 0;
}
.stories-filter ul ul li input{
	position: absolute;
	left: 0;
	opacity: 0;
}
.stories-filter ul ul li label{
	color: #0B0C1B;
	cursor: pointer;
	display: block;
	padding-left: 0!important;
	padding: 2em 0;
	position: relative;
}
.stories-filter li label:after{
	background: #CF308A;
	bottom: -1px;
	content: "";
	display: block;
	height: 0.5rem;
	right: 0;
	position: absolute;
	transition: all 0.2s linear;
	width: 0;
}
.stories-filter ul ul li input:checked + label:after,
.stories-filter ul ul li label:hover:after{
	left: 0;
	right: auto;
	width: 100%;
}
.ss-row{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}
.ss-item-wrap{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-bottom: 8rem;
	width: 33.33%;
}
.ss-item{
	color: #000;
	display: flex;
	flex-wrap: wrap;
	transition: all 0.2s linear;
}
.ss-item:hover{
	color: #d8338b;
}
.ss-item-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 1rem;
	padding-top: 34rem;
	position: relative;
	transition: all 0.2s linear;
	width: 100%;
}
.ss-item-image:after{
	background: linear-gradient(134.72deg, rgba(24, 6, 113, 0.6) 0.71%, rgba(162, 86, 129, 0.6) 101.5%);
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	top: 0;
	width: 100%;
}
.ss-item-content{
	padding-top: 3.7rem;
}
.ss-item-category{
	margin: 0 0 2.3rem;
}
.ss-item-category span{
	background: #D82F8A;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.6rem;
	margin: 0 0.1rem 0.3rem 0;
	padding: 0.7rem 1.3rem;
}
.ss-item-category .real-estate{
	background: #858589;
}
.ss-item-category .manufacturing{
	background: #FCCE00;
	color: #0B0C1C;
}
.ss-item-category .hospitality{
	background: #0C52A1;
}
.ss-item-category .agriculture{
	background: #21213D;
}
.ss-item-category .architecture{
	background: #28998A;
}
.ss-item-text h3{
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 0.6em;
}
.ss-item-text h3:last-child{
	margin: 0;
}
.ss-item-text p{
	display: none;
}
.ss-item-sector{
	color: #000;
	letter-spacing: 0.17em;
	opacity: 0.4;
	text-transform: uppercase;
}
/*---------Success Stories Single---------*/
.tt-content h5{
	color: #D82F8A;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.072em;
	margin: 0 0 0.9em;
	text-transform: uppercase;
}
.tt-content h5:first-child{
	margin-top: 0;
}
.tt-content h6{
	font-size: 1em;
	margin: 1.4em 0 0.3em;
}
.tt-content h1{
	margin: 0 0 0.2em;
}
.tt-content h1 + p{
	font-size: 1.125em;
	font-weight: 500;
}
.tt-content p:first-child img{
	margin-top: 0;
}
.tt-content h2{
	margin-top: 1.4em;
}
.tt-content h2:first-child{
	margin-top: 0;
}
.tt-content h4{
	margin: 1.2em 0 0.2em;
}
.tt-content .button{
	margin-right: 2rem;
	margin-right: 1rem;
}
.tt-content a:not(.button){
	text-decoration: underline;
}

/*----------Customer Success Stories Overhaul ----------*/


/* Updated two-column layout */
.cs-ss-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin: 4rem 0;
}

.cs-ss-item-wrap {
    flex: 1 1 calc(50% - 3rem); /* Set items to 50% width with a gap */
    min-height: 275px;
	box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.cs-ss-item {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Push content to the bottom */
    position: relative; /* To position overlay */
    height: 100%; /* Ensure the item takes full height */
    transition: all 0.2s linear;
    overflow: hidden; /* Prevent overflow */
	border-radius: 10px;
}

.cs-ss-item:hover {
    color: #d8338b;
}

/* Image as background */
.cs-ss-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    z-index: 1; /* Ensure it's below content */
    transition: transform 0.5s ease; /* Smooth zoom on hover */
}

/* Hover effect to zoom image */
.cs-ss-item:hover .cs-ss-item-image {
    transform: scale(1.1); /* Slight zoom effect */
}

/* Gradient overlay */
.cs-ss-item-image .overlay-gradient {
background: radial-gradient(circle, rgba(35,66,150,1) 0%, rgba(131,34,140,1) 50%, rgba(235,7,141,1) 100%);
    height: 150%;
    width: 100%;
    position: absolute;
    top: -120%;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
}

/* Hover effect: slide in gradient */
.cs-ss-item:hover .overlay-gradient {
    top: 0;
    opacity: 0.65; /* Increase the opacity for better visibility on hover */
}

/* Dark overlay on the image */
.cs-ss-item-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Darken image for readability */
    border-radius: inherit;
    z-index: 2; /* Ensure overlay is on top of the image but below text */
}

/* Content wrapper for text and category */
.cs-ss-item-content {
    position: relative;
    z-index: 3; /* Ensure content is above the overlay */
    padding: 2rem; /* Adjust padding as needed */
    color: #fff;
    text-align: center; /* Center the text horizontally */
	height: 100%;
}

/* Title text on top of the image */
.cs-ss-item-text h3 {
    font-weight: 700;
    font-size: 2.4rem;
    margin: 0 0 1rem;
    line-height: 1.2;
}

/* Move category to the bottom of the image */
.cs-ss-item-category {
    position: absolute;
    left: 0;
    z-index: 3; /* Ensure it's on top of the image */
	display: flex;
    flex-direction: column;
    row-gap: 10px;
}

/* Styling for the category labels */
.cs-ss-item-category span {
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 0 0.3rem 0.3rem 0;
    padding: 0.75rem 1.25rem;
	min-width: 120px;
}

/* Specific category styling */
.cs-ss-item-category .cs-real-estate {
    background: #0b0c1b;
}

.cs-ss-item-category .cs-manufacturing {
    background: #0055A3;
}

.cs-ss-item-category .cs-hospitality {
    background: #702684;
}

.cs-ss-item-category .cs-agriculture {
    background: #522683;
}

.cs-ss-item-category .cs-architecture {
    background: #e83490;
}

.cs-ss-item-sector {
    color: #000;
    letter-spacing: 0.17em;
    opacity: 0.4;
    text-transform: uppercase;
}

.cs-title-center-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    pointer-events: none; /* Ensure this doesn't interfere with links or hover effects */
    z-index: 3; /* Ensure it's above the background and gradient */
    text-align: center; /* Center the text */
}

.cs-business-logo-wrapper {
    position: absolute;
    top: 2rem;
    right: 0;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 3;
	height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Business logo positioned in the top right corner */
.cs-business-logo {
    max-width: 85px; /* Adjust the size as necessary */
	max-height: 60px;
    height: auto;

}

/* Full-width text description at the bottom */
.cs-intro-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 1.6rem;
	font-weight: 600;
    z-index: 3; /* Ensure it's above the background */
    box-sizing: border-box;
}

.ss-business-info {
	background-color: #0a0c1b;
	color: #ffffff;
}

.client-info {
	align-content: space-evenly;
}

.cs-single-logo-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.client-info img {
	max-width: 250px;
}

.cs-single-users {
	display: flex;
    justify-content: end;
    padding-top: 15px;
}

.cs-single-summary {
	margin-bottom: 30px;
}

.ss-video {
	display: flex;
	justify-content: center;
	align-content: center;
}

/*----------Human Risk Report Section-------*/
.hrm-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; 
	flex-wrap: wrap;
}

.hrm-instructions, .hrm-iframe {
    flex: 1; 
}

.hrm-instructions {
    
}

.hrm-iframe {
    
}

.hrm-instructions ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0; /* Remove default padding */
}

.hrm-instructions ol li {
    position: relative;
    padding-left: 40px; /* Adjust spacing as needed */
    margin-bottom: 10px; /* Space between list items */
}

.hrm-instructions ol li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px; /* Adjust size of circle */
    height: 30px; /* Adjust size of circle */
    background-color: #d8338b;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px; /* Adjust font size as needed */
}

.hrm-instructions ul {
    list-style: none; 
    padding-left: 25px; 
}

.hrm-instructions ul li {
    position: relative;
    padding-left: 35px; 
    margin-bottom: 10px; 
    display: flex;
    align-items: center; 
}

.hrm-instructions ul li::before {
    content: "\2713"; 
    font-size: 18px; 
    color: #522683; 
    font-weight: bold;
    margin-right: 10px; 
    display: flex;
    align-items: center; 
}

@media (max-width: 768px) {
    .hrm-wrapper {
        flex-direction: column; /* Stack the items vertically on smaller screens */
        align-items: flex-start; /* Align items to the left when stacked */
    }

    .hrm-instructions, .hrm-iframe {
        width: 100%; /* Make the elements full width */
    }
}

/*----------Insights----------*/
.insights .top-section-content h1{
	font-size: 6rem;
}
.insights-filter-section{
	padding: 5.4rem 0 2.5rem;
}
.insights-filter-wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.insights-filter-title{
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
	margin-right: 2em;
}
.insights-filter .searchandfilter ul li{
	display: inline-block;
}
.insights-filter select{
	background-image: url('assets/img/icons/angle-down-pink.svg');
	background-position: right 1.5rem center;
	border-color: #D5DCE5;
	font-size: 1.4rem;
	color: #686F79;
	height: 3em;
	margin-right: 2rem;
	padding: 0 3rem 0 1.2rem;
	width: 19.6rem;
}
.insights-filter select.changed{
	color: #0B0C1B;
	font-weight: bold;
}
.search-filter-reset{
	color: #0B0C1B;
	font-size: 1.4rem;
	text-decoration: underline;
}
.insights-results{
	font-size: 1.4rem;
	color: #0B0C1B;
	padding-bottom: 3rem;
}
.insights-filter-section + .insights-section{
	padding-top: 0!important;
}
.insight-info-section{
	padding-bottom: 4.2rem!important;
}
.insight-info{
	color: #808080;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.insight-info-author{
	color: #0B0C1B;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-right: 1.6rem;
}
.insight-info-author img{
	display: block;
	border-radius: 50%;
	height: 3.6rem;
	margin-right: 1.7rem;
	width: 3.6rem;
}
.insight-info-read:before{
	content: "•";
	margin: 0 1em;
}
.pagination{
	font-size: 1.8rem;
	text-align: center;
}
.pagination .page-numbers{
	background: #EB078D;
	border-radius: 0.3rem;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	margin: 0.3em 0.1em;
	padding: 0.6em 0.9em;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	background: #9d2665;
	color: #fff;
}
/*--------Careers Single-----------*/
.careers-single-section{
	padding: 
}
.careers-single-header{
	color: #fff;
	padding-bottom: 4.4rem;
}
.careers-single-ionic{
	color: #D82F8A;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.07em;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.careers-single-subheading{
	font-size: 6rem;
	font-weight: bold;
	font-weight: bold;
	line-height: 1.167;
	letter-spacing: -0.028em;
	margin: 0 0 0.15em;
}
.careers-single-header h1{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: -0.02em;
	margin: 0 0 0.7em;
}
.careers-single-category{
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 0.3rem;
}
.careers-single-category span{
	color: #EB078D;
}
.careers-single-category span:after{
	content: ", ";
}
.careers-single-category span:last-child:after{
	content: none;
	display: none;
}
.careers-single-content-wrap{
	background: #E8E8E8;
	padding: 8.4rem 3rem;
}
.careers-single-content{
	font-weight: 500;
	margin: 0 auto;
	max-width: 95rem;
}
.careers-single-content h3{
	font-size: 3rem;
	margin: 0.9em 0 0.5em;
	line-height: 1.33;
}
.careers-single-content h3:first-child{
	margin-top: 0;
}
.careers-single-content ul{
	list-style-type: none;
	padding: 0;
}
.careers-single-content ul li{
	background-image: url('assets/img/icons/ionic-icon.svg');
	background-repeat: no-repeat;
	background-position: left top 0.375em;
	background-size: 0.875em auto;
	margin-bottom: 0.3em;
	padding: 0 0 0 1.5em;
}
.careers-single-content ul li:last-child{
	margin: 0;
}
.careers-single-form{
	margin-top: 4em;
	max-width: 65rem;
}
/*--------Careers-----------*/
.positions-feed{
	border-top: 1px solid #ccc;
}
.position-item{
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 2rem 23rem 2rem 0;
}
.position-item h4{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -0.028em;
	margin: 0 0 0.2em;
}
.position-item-category{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.715;
}
.position-item-category span{
	color: #EB078D;
}
.position-item-category span:after{
	content: ", ";
}
.position-item-category span:last-child:after{
	content: none;
	display: none;
}
.position-item-link{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.position-item-link a{
	border-width: 2px;
	font-weight: bold;
	min-width: 12.75em;
}
.perks-feed{
	margin: 0 auto;
	max-width: 83rem;
}
.perks-item-wrap{
	background: #F3F3F3;
	border-radius: 1.1rem;
	margin-bottom: 1rem;
	padding: 1.5rem 2rem 2.5rem;
}
.perks-item-wrap:last-child{
	margin: 0;
}
.perks-item{
	background-image: url('assets/img/icons/ionic-icon.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 2.25em auto;
	min-height: 2.25em;
	max-width: 66rem;
	margin: 0 auto;
	padding-left: 3.125em;
	position: relative;
}
.perks-item-title{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -0.028em;
	margin: 0 0 0.3em;
}
.perks-item-description{
	font-size: 1.125em;
	line-height: 1.3;
	letter-spacing: -0.028em;
}
.team-careers-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.2rem;
	margin-right: -1.2rem;
}
.team-careers-item-wrap{
	padding: 1.3rem 1.2rem 1.4rem;
	width: 50%;
}
.team-careers-item img{
	display: block;
	height: auto;
	margin-bottom: 0.8rem;
	width: 100%;
}
.team-careers-item-name{
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: -0.028em;
	line-height: 1.33;
}
.team-careers-item-position{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: -0.028em;
	line-height: 1.57;
	margin-top: 0.4rem;
	text-transform: uppercase;
}
/*----------Core----------*/
.alignnone {
	margin: 0.5em 2em 2em 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 4em auto;
}
.alignright {
	float:right;
	margin: 0.5em 0 2em 2em;
}
.alignleft {
	float: left;
	margin: 0.5em 2em 2em 0;
}
a img.alignright {
	float: right;
	margin: 0.5em 0 2em 2em;
}
a img.alignnone {
	margin: 0.5em 2em 2em 0;
}
a img.alignleft {
	float: left;
	margin: 0.5em 2em 2em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 0.5em 0.3em 1em;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 0.5em 2em 2em 0;
}
.wp-caption.alignleft {
	margin: 0.5em 2em 2em 0;
}
.wp-caption.alignright {
	margin: 0.5em 0 2em 2em;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.42;
	margin: 0;
	padding: 0 0.4em 0.5em;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1400px) {
	.mfp-iframe-holder .mfp-content{
		max-width: 900px;
	}
	.disaster-recovery-image{
		margin-left: -8rem;
	}
}
@media only screen and (max-width : 1340px) {
	.header-portal{
		display: none;
	}
	.navigation .client-area{
		display: none;
	}
}
@media only screen and (max-width : 1220px) {
	.header-buttons{
		display: none;
	}
	.footer-widget-row{
		justify-content: start;
	}
	.footer-widget{
		width: 25%;
	}
	.stories-slider-block{
		padding-left: 3rem;
		width: 100%;
	}
	.story-slide{
		width: 36rem;
	}
	.story-slide-block{
		padding: 5rem 4rem 6rem;
	}
	.process-line{
		display: none;
	}
	.process-item-number{
		color: #fff;
	}
	.wh-sect.partners-section{
		padding: 0;
	}
	.wh-sect .partners-section-inner{
		border-radius: 0;
		width: 100%;
	}
	.wh-sect.partners-section + .wh-sect{
		padding-top: 8rem;
	}
	.hacked-title{
		font-size: 8rem;
	}
	.hacked-content{
		font-size: 2.6rem;
	}
}
@media only screen and (max-width : 1050px) {
	.menu-open .announcement-bar.show{
		position: absolute;
	}
	.header-inner{
		width: 100%;
	}
	.header-row{
		padding-right: 7rem;
	}
	.header-logo{
		position: relative;
		z-index: 96;
	}
	.header-portal{
		display: block;
	}
	.header-buttons{
		display: none;
	}
    
    .top-section-content h1 {
    font-size: 6.2rem;
	}
    
    .top-section-content p:last-child {
    	display: none;
	}

    .position-item-link {
    	position: relative;
    	right: 0;
    	top: 0px;
    	transform: none;
    	margin-top: 20px;
	}
    
    .tt-content iframe {
    	height: 47vw !important;
	}

	#touch-menu{
		display: block;
	}
	.navigation{
		background: #0b0c1b;
		display: block;
		font-size: 2.4rem;
		font-weight: 500;
		letter-spacing: -0.028em;
		position: fixed;
		padding: 21rem 3rem 4rem;
		height: 100%;
		left: 0;
		line-height: 1.5;
		top: 0;
		width: 100%;
		z-index: 95;
		-webkit-transition: -webkit-transform .35s ease-out;
		transition: transform .35s ease-out;
		-webkit-transform: translateX(-102%);
		transform: translateX(-102%);
		will-change: transform;
		overflow-y: auto; 
	}
	.navigation.active{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.navigation ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.navigation > ul:before{
		background: #83228c;
		background: linear-gradient(to right, #1e499a, #d82f8a 100%);
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		padding: 0;
		position: relative;
	}
	.navigation > ul > li:after{
		background: #83228c;
		background: linear-gradient(to right, #1e499a, #d82f8a 100%);
		bottom: 0;
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.navigation a{
		color: #fff;
		display: block;
		padding: 0.65em 0.3em;
		position: relative;
	}
	.navigation .menu-item-has-children > a{
		padding-right: 43px;
	}
	.navigation li:hover > a,
	.navigation li.current-menu-item > a,
	.navigation li.current-menu-parent > a{
		color: #fff;
	}
	.navigation ul ul{
		display: none;
		font-size: 0.9em;
		padding: 0 0 0.5em;
	}
	.navigation ul ul a{
		padding: 0.5em 1em 0.5em 1.5em;
	}
	.navigation ul li.client-area{
		display: block;
		padding-top: 2.7rem;
	}
	.navigation .client-area:after{
		content: none;
		display: none;
	}
	.navigation .client-area a{
		border: 1px solid #fff;
		border-radius: 2em;
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 1em;
		text-align: center;
	}
	.toggle-submenu{
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		z-index: 8;
		width: 44px;
	}
	.toggle-submenu.active{
		background: rgba(0,0,0,0.05);
	}
	.toggle-submenu:after,
	.toggle-submenu:before {
		content: " ";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -1px;
		width: 12px;
		height: 2px;
		display: inline-block;
		background-color: #fff;
		transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	}
	.toggle-submenu:before {
		transform: translateX(3px) rotate(-50deg);
	}
	.toggle-submenu:after {
		transform: translateX(-4px) rotate(50deg);
	}
	.toggle-submenu:after,
	.toggle-submenu:before {
		right: 50%;
		margin-right: -5px;
	}
	.toggle-submenu.active:before {
		transform: rotate(-45deg);
	}
	.toggle-submenu.active:after{
		transform: rotate(45deg);
	}
	.top-section .top-section-video-link{
		right: 0;
	}
	.dropdown-menu{
		display: none!important;
	}
	.pricing-item-header{
		padding: 2.5rem 2rem 4rem;
	}
	.pricing-item-button a{
		padding-left: 2em;
		padding-right: 2em;
		min-width: 1px;
		width: 100%;
	}
	.pricing-item-body li{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.values-section .section-body .container{
		padding: 0;
	}
	.support-section .container{
		padding: 0;
		width: 100%;
	}
	.support-section .support-slider{
		padding: 0 3rem;
	}
	.support-item-wrap{
		max-width: 30rem;
		width: 100%;
	}
	.contact-form-wrap{
		padding: 5rem;
	}
}
@media only screen and (max-width : 991px) {
	body.def-page,
	body.single-job{
		padding-top: 10rem;
	}
	h1{
		font-size: 4.8rem;
	}
	h2{
		font-size: 3.8rem;
	}
	h3{
		font-size: 3rem;
	}
	.footer-testimonials-block{
		max-width: 100%;
		margin: 6.5rem 0 0;
		padding: 0;
	}
	.footer-form{
		max-width: 100%;
		margin: 0 auto;
	}
	.footer-widget{
		width: 33.33%;
	}
	.footer-accreditations{
		max-width: 100%;
		padding-top: 1rem;
	}
	.container{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		width: 96%;
	}
	.sect-pad{
		padding: 8rem 0;
	}
	.top-section .top-section-inner{
		text-align: center;
		padding-top: 10rem;
	}
	.top-section-content{
		max-width: 100%;
	}
	.top-section-content p{
		max-width: 100%;
	}
	.top-section .top-section-video-link{
		margin: 0 auto 5rem;
		position: relative;
		top: auto;
		transform: none;
	}
	.top-section-video-link a{
		margin: 0 auto;
	}
	.top-section-icon{
		display: none;
	}
	.solutions-section .section-header p{
		font-size: 1.6rem;
		line-height: 1.42;
	}
	.enabling-section .section-body .container{
		padding: 0;
		width: 100%;
	}
	.enabling-slider{
		padding-left: 4rem;
	}
	.numbers-item-title{
		font-size: 7rem;
		margin-bottom: 0.1em;
	}
	.story-slide-block{
		padding: 3rem;
	}
	.gallery-footer-content p:first-child{
		font-size: 2.6rem;
	}
	.latest-insight-item-wrap:nth-child(n+3){
		display: none;
	}
	.what-do-icon{
		bottom: auto;
		margin-bottom: 3rem;
		position: relative;
		right: auto;
	}
	.what-do-item{
		padding: 3rem 3rem 8rem;
	}
	.what-do-item .button{
		bottom: 3rem;
		width: 80%;
	}
	.page-nav-section .container{
		padding: 0;
		width: 100%;
	}
	.page-nav{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		overflow: auto;
	}
	.page-nav li{
		padding-right: 2rem;
	}
	.process-section{
		padding-bottom: 12rem;
	}
	.process-section .section-header{
		padding-bottom: 4rem;
	}
	.process-wrap{
		display: block;
		min-height: 1px;
		padding: 0;
	}
	.process-image{
		margin-bottom: 4rem;
	}
	.process-image img{
		max-width: 40rem;
		width: 70%;
	}
	.process-item{
		margin: 0 auto;
		max-width: 50rem;
		text-align: center;
	}
	.process-item-title-wrap{
		margin-left: auto;
		margin-right: auto;
	}
	.process-slider-wrap{
		padding: 0 6rem;
		position: relative;
	}
	.process-button-prev,
	.process-button-next{
		display: block;
	}
	.installation-content li{
		padding-top: 0.5em!important;
		width: 100%;
	}
	.installation-content li:first-child{
		padding-top: 0!important;
	}
	.pricing-row{
		margin-left: -0.8rem;
		margin-right: -0.8rem;
	}
	.pricing-item-wrap{
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
	.comparison-block tr:first-child td{
		font-size: 2rem;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.comparison-block td:first-child{
		padding-left: 1.5rem;
	}
	.comparison-block h4{
		font-size: 2rem;
		padding-left: 1.5rem;
	}
	.comparison-block li{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.hacked-block-wrap{
		padding: 5rem 2.5rem;
	}
	.hacked-title{
		font-size: 6rem;
	}
	.hacked-content{
		font-size: 2.2rem;
	}
	.security-section{
		padding: 8rem 0;
	}
	.security-header{
		padding-bottom: 6rem;
	}
	.value-item-wrap{
		margin-top: 4rem;
		width: 33%;
	}
	.value-item-wrap:nth-child(3):after{
		content: none;
		display: none;
	}
	.featured-links-section{
		padding-bottom: 5rem;
	}
	.team-item-wrap:nth-child(even) .team-item{
		/*background: #282744;*/
	}
	.status-item-title{
		padding-right: 5rem;
	}
	.status-item-title:after{
		right: 0;
	}
	.form-section-row{
		display: block;
	}
	.contact-form-block{
		width: 100%;
	}
	.contact-numbers{
		padding: 8rem 4rem;
		width: 100%;
	}
	.address-row{
		display: block;
	}
	.address-image-col{
		width: 100%;
	}
	.address-content-col{
		background: #1B1457;
		border-radius: 0 0 2.8rem 2.8rem;
		padding: 5rem 4rem;
		text-align: center;
		width: 100%;
	}
	.address-image{
		border-radius: 2.8rem 2.8rem 0 0;
		padding-top: 76%;
	}
	.address-content{
		margin: 0;
		max-width: 100%;
	}
	.address-content h3 + p{
		font-size: 2.1rem;
	}
	.cta-section-inner{
		padding: 12rem 0;
	}
	.stories-filter-section{
		background: #1F203A;
		border: none;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.125;
		letter-spacing: 0.023125em;
		padding: 2.2rem 0.6rem;
	}
	.stories-filter-section .container{
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	.stories-filter-title{
		background-image: url('assets/img/icons/angle-down-white.svg');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 1.4rem auto;
		display: block;
	}
	.stories-filter{
		display: none;
		padding: 0;
		overflow: inherit;
	}
	.stories-filter ul{
		display: block;
		flex-wrap: wrap;
		padding: 0.5em 0 0;
		letter-spacing: inherit;
	}
	.stories-filter ul ul{
		padding: 0;
	}
	.stories-filter ul ul li{
		display: block;
		padding:1em 0 0;
		width: 100%;
	}
	.stories-filter ul ul li label{
		color: inherit;
		padding: 0;
	}
	.stories-filter ul ul li input:checked + label{
		color: #CF308A;
	}
	.stories-filter ul ul li label:after{
		content: none;
		display: none;
	}
	.ss-row{
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
	.ss-item-wrap{
		padding-left: 1.2rem;
		padding-right: 1.2rem;
		padding-bottom: 6rem;
	}
	.ss-item-image{
		padding-top: 26rem;
	}
	.careers-single-subheading{
		font-size: 4.8rem;
	}
	.careers-single-content-wrap{
		padding: 5rem 3rem;
	}
	.team-careers-row .team-careers-item-wrap {
	width: 50% !important;
		@media only screen and (max-width: 767px) 
}

}

	}
}
@media only screen and (max-width : 767px) {
	body{
		border-top: 8.6rem solid #0b0c1b;
		font-size: 1.4rem;
		line-height: 1.715;
	}
	body.def-page,
	body.single-job{
		padding-top: 0;
	}
	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 3em auto;
	}
	h1{
		font-size: 3.6rem;
	}
	h2{
		font-size: 3rem;
		line-height: 1.2;
	}
	.team-careers-row .team-careers-item-wrap {
		width: 50% !important;
		padding: 1rem !important;
		box-sizing: border-box;
	}
	h3{
		font-size: 3rem;
		margin: 0 0 0.5em;
	}
	.button{
		border-width: 0.2rem;
	}
	.section-header h2{
		margin-bottom: 0.5em;
	}
	.section-header p{
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.715;
	}
	.section-footer{
		padding-top: 4rem;
	}
	.container{
		padding-left: 1.6rem;
		padding-right: 1.6rem;
		width: 100%;
	}
	.container-extra{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.slider-pagination{
		margin-top: 2rem;
	}
	.slider-button-prev,
	.slider-button-next{
		height: 4rem;
		margin-top: -2rem;
		width: 4rem;
	}
	.announcement-bar{
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.announcement-bar .container{
		text-align: left;
		padding: 0.8rem 1rem;
		width: 100%;
	}
	.announcement-bar-content{
		padding: 0 2.5rem 0 0;
	}
	.announcement-bar a{
		margin-left: 0;
	}
	.header{
		background: #0b0c1b;
	}
	.header-inner{
		padding: 2rem 1.6rem;
	}
	.body-scroll .header-inner{
		padding: 1.2rem 1.6rem;
	}
	.header-row{
		padding-right: 6rem;
	}
	.header-logo img{
		height: 4.6rem;
	}
	.header-buttons a{
		font-size: 1.4rem;
		line-height: 1.8rem;
		letter-spacing: -0.02em;
	}
	.header-buttons span{
		min-width: 12.3rem;
		padding: 0.9rem 0.5em;
	}
	.header-phone span{
		border-color: #175DA9;
	}
	.header-portal{
		display: none;
	}
	#touch-menu{
		height: 4em;
		margin-top: -2em;
		width: 4em;
	}
	.navigation{
		padding: 16rem 1.6rem 4rem;
	}
	.navigation a{
		padding: 0.4em 0 0.4em 0.3em;
	}
	.footer{
		padding: 4rem 0 3.5rem;
	}
	.footer-top{
		padding-bottom: 6.5rem;
	}
	.footer-form h2{
		font-size: 2.4rem;
		line-height: 1.25;
		margin: 0 0 1em;
	}
	.footer-form{
		font-size: 1.4rem;
	}
	body .footer-form div.wpforms-container-full .wpforms-form input[type="text"],
	body .footer-form div.wpforms-container-full .wpforms-form input[type="email"],
	body .footer-form div.wpforms-container-full .wpforms-form input[type="tel"],
	body .footer-form div.wpforms-container-full .wpforms-form input[type="search"],
	body .footer-form div.wpforms-container-full .wpforms-form select,
	body .footer-form div.wpforms-container-full .wpforms-form textarea{
		background: #fff;
		color: #606163;
		padding-left: 1em;
		padding-right: 1em;
	}
	body .footer-form div.wpforms-container-full .wpforms-form select{
		background-image: url('assets/img/icons/angle-down-blue.svg');
		background-repeat: no-repeat;
		background-position: center right 1.3em;
		background-size: 0.85em auto;
		padding-right: 3em;
	}
	.footer-testimonials-block{
		margin: 6rem 0 0;
	}
	.testimonials-slider-wrap{
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}
	.testimonials-slider{
		padding: 0 2.5rem;
	}
	.testimonials-slider .swiper-slide{
		padding: 2.6rem 3rem 3.5rem;
	}
	.testimonials-slider__text{
		font-size: 1.4rem;
		line-height: 1.715;
	}
	.testimonials-slider__text:before{
		height: 1rem;
		margin-bottom: 2rem;
		width: 1.4rem;
	}
	.testimonials-slider__author{
		font-size: 1.3rem;
		line-height: 1.7rem;
		margin-top: 2.5rem;
	}
	.testimonials-slider__author__image{
		margin-bottom: 1rem;
	}
	.testimonials-slider__author__image img{
		width: 5.5rem;
	}
	.footer-widget{
		padding-bottom: 4.5rem;
		width: 50%;
	}
	.footer-widget-office{
		width: 100%;
	}
	.footer-widget-office br{
		display: none;
	}
	.footer-widget-social{
		width: 100%;
	}
	.footer-bot{
		padding: 0;
	}
	.top-section .top-section-inner{
		min-height: 22rem;
		padding: 0;
	}
	.top-section-content-wrap{
		padding: 4rem 0;
	}
	.top-section .top-section-video-link{
		margin-bottom: 3rem;
	}
	.top-section .top-section-video-link a{
		height: 7.8rem;
		width: 7.8rem;
	}
	.top-section-content h5{
		margin: 0 0 0.9rem;
	}
	.top-section .top-section-content h1{
		font-size: 3.6rem;
		line-height: 4.6rem;
		letter-spacing: -0.028em;
	}
	.top-section .top-section-content p{
		display: none;
		font-size: 1.6rem;
		line-height: 1.625;
	}
	.top-section-content .button{
		display: block;
		min-width: 1px;
		max-width: 26.4rem;
		margin: 0.8rem auto 0;
		width: 100%;
	}
	.top-section-content-w-icon .top-section-content h1{
		font-size: 3.6rem;
		margin: 0;
		text-align: center;
	}
	.home .top-section-content p{
		display: block;
	}
	.home .dg-sect.enabling-section{
		padding-top: 2rem;
	}
	.enabling-section .section-header h2{
		max-width: 11em;
		margin-left: auto;
		margin-right: auto;
	}
	.solutions-section .section-header h2{
		max-width: 11em;
		margin-left: auto;
		margin-right: auto;
	}
	.solutions-section .row{
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.solution-item-wrap{
		padding: 0.5rem;
	}
	.solution-item{
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 2.5rem 2rem;
	}
	.dg-sect .solution-item{
		background: linear-gradient(360deg, #16163E 0%, #3B3B60 100%);
	}
	.solution-item-content h3{
		font-size: 2.1rem;
		line-height: 2.7rem;
		margin: 0 0 0.3em
	}
	.numbers-section .section-header{
		padding-bottom: 3rem;
	}
	.numbers-section .section-header h3{
		font-size: 2.4rem;
		line-height: 3rem;
		max-width: 12em;
		margin: 0 auto 0.5em;
	}
	.numbers-section .section-header p{
		font-size: 1.4rem;
		line-height: 1.625;
		max-width: 20em;
		margin-left: auto;
		margin-right: auto;
	}
	.numbers-item-wrap{
		padding: 0 4rem;
		width: 100%;
	}
	.numbers-item-description{
		color: #A8A8A8;
	}
	.numbers-button-prev,
	.numbers-button-next{
		display: block;
	}
	.clients-section .section-header{
		padding-bottom: 4rem;
	}
	.clients-section .section-header p{
		font-size: 2.1rem;
		line-height: 2.7rem;
	}
	.client-slide{
		margin-right: 6rem;
	}
	.stories-slider-section .section-header{
		padding-bottom: 2.5rem;
	}
	.stories-slider-section .section-header h2{
		font-size: 2.4rem;
		line-height: 1.25;
	}
	.stories-slider-block{
		padding-left: 0.6rem;
	}
	.story-slide{
		width: 35rem;
	}
	.story-slide-block-inner{
		min-height: 30rem;
	}
	.stories-slider-navigation-block{
		margin-top: 2rem;
	}
	.stories-slider-navigation{
		height: 4rem;
		padding: 0;
	}
	.stories-slider-navigation .stories-button-prev{
		left: 0;
		right: auto;
	}
	.stories-slider-navigation .stories-button-next{
		left: 5rem;
		right: auto;
	}
	.stories-slider-scrollbar-0{
		display: none;
	}
	.gallery-slide{
		margin: 0 0.7rem;
		width: 18rem;
	}
	.gallery-footer-content p:first-child{
		font-size: 2.1rem;
		line-height: 2.7rem;
		margin-bottom: 2em;
	}
	.hide-sm{
		display: none;
	}
	.gallery-footer-content .button{
		display: block;
		min-width: 1px;
		max-width: 38rem;
		margin: 1.2rem auto 0;
		width: 100%;
	}
	.partners-section .section-header{
		padding-bottom: 4rem;
	}
	.partners-section .section-header p{
		max-width: 20em;
		margin-left: auto;
		margin-right: auto;
	}
	.partner-slide{
		margin-right: 6rem;
	}
	.latest-insights-section{
		padding: 5rem 0;
	}
	.latest-insights-header{
		margin-bottom: 2.5rem;
	}
	.latest-insights-header h2{
		color: #fff;
		font-size: 2.4rem;
		line-height: 1.25;
	}
	.featured-insight-item{
		padding: 2rem 0;
	}
	.featured-insight-item-inner{
		padding-left: 6rem;
	}
	.featured-insight-item-inner:before{
		top: -0.7rem;
	}
	.featured-insight-item h3{
		font-size: 1.6rem;
		line-height: 1.375;
		margin: 0;
	}
	.featured-insight-item p{
		display: none;
	}
	.featured-insights-feed{
		margin-bottom: 3.3rem;
	}
	.insights-row,
	.latest-insights-row{
		margin-left: -0.8rem;
		margin-right: -0.8rem;
	}
	.insight-item-wrap{
		padding-left: 0.8rem;
		padding-right: 0.8rem;
		padding-bottom: 4.5rem;
	}
	.latest-insight-item-wrap{
		padding-bottom: 0;
	}
	.insight-item-image{
		margin-bottom: 0.9rem;
	}
	.insight-item-category{
		left: auto;
		margin-bottom: 1.2rem;
		position: relative;
		top: auto;
	}
	.insight-item-date{
		font-size: 1.4rem;
		line-height: 1.715;
		margin-bottom: 0.8rem;
	}
	.insight-item-wrap .insight-item h3{
		font-size: 1.4rem;
		line-height: 1.715;
	}
	.what-do-wrap:nth-child(odd),
	.what-do-wrap:nth-child(even){
		top: auto;
	}
	.what-do-item{
		padding: 3rem 2rem;
		text-align: center;
	}
	.what-do-icon{
		margin-bottom: 2.5rem;
	}
	.what-do-icon img{
		width: 8rem;
	}
	.what-do-item h3{
		font-size: 2.4rem;
	}
	.what-do-item p{
		margin-left: auto;
		margin-right: auto;
	}
	.what-do-item .button{
		bottom: auto;
		position: relative;
		width: 100%;
	}
	.page-nav-section{
		background: #1F203A;
		border: none;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.125;
		letter-spacing: 0.023125em;
		padding: 2.2rem 0.6rem;
	}
	.page-nav-section .container{
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	.page-nav-title{
		background-image: url('assets/img/icons/angle-down-white.svg');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 1.4rem auto;
		display: block;
	}
	.page-nav{
		display: none;
		padding: 0;
		overflow: inherit;
	}
	.page-nav ul{
		display: block;
		flex-wrap: wrap;
		padding: 0.5em 0 0;
		letter-spacing: inherit;
	}
	.page-nav li{
		display: block;
		padding:1em 0 0;
		width: 100%;
	}
	.page-nav a{
		color: inherit;
		padding: 0;
	}
	.page-nav a:after{
		content: none;
		display: none;
	}
	.mobile-intro-section{
		display: block;
		padding: 4rem 0;
	}
	.mobile-intro-content a{
    display: block;
    min-width: 1px;
    max-width: 26.4rem;
    margin: 0.8rem auto 0;
    width: 100%;
	}
	.summary-title h3{
		margin-bottom: 0.5em;
	}
	.summary-content h4{
		display: none;
	}
	.process-section .section-header{
		padding-bottom: 3rem;
	}
	.process-section .container-body .container{
		padding: 0;
	}
	.process-slider-wrap{
		padding: 0 4rem;
	}
	.installation-image{
		display: none;
	}
	.installation-content{
		max-width: 100%;
	}
	.installation-content	h3{
		font-size: 3rem;
		margin: 0 0 0.5em;
	}
	.options-section .section-header{
		padding-bottom: 4rem;
	}
	.options-button-prev,
	.options-button-next{
		display: block;
	}
	.options-slider .container{
		padding: 0 4rem;
	}
	.option-item{
		padding: 0;
	}
	.option-image{
		margin-bottom: 2.3rem;
	}
	.option-content h3{
		font-size: 2.4rem;
		margin: 0 0 0.6em;
	}
	.pp-title{
		margin-bottom: 2rem;
	}
	.pp-content{
		direction: ltr;
		max-width: 100%;
		max-height: unset;
		padding: 0;
	}
	.pp-content h4{
		font-size: 1.8rem;
	}
	.summary-section + .ti-section .ti-image,
	.pp-image{
		display: none;
	}
	.pricing-section .section-header{
		padding-bottom: 2.6rem;
	}
	.pricing-section .section-header h2{
		max-width: 10.5em;
		margin-left: auto;
		margin-right: auto;
	}
	.pricing-billing{
		padding-top: 2.6rem;
		padding-bottom: 1rem;
	}
	.pricing-year-save{
		background: linear-gradient(90deg, #D3308A 0%, #52358A 51.48%, #195DA9 100%);
		left: 50%;
		margin-left: 6rem;
		padding: 0.3rem 1rem;
		position: absolute;
		top: 0;
	}
	.pricing-item-wrap{
		padding-top: 2rem;
	}
	.pricing-item{
		margin: 0 auto;
		max-width: 35.5rem;
	}
	.pricing-item-header{
		min-height: 1px;
		padding: 2.5rem 2rem;
	}
	.pricing-item-button a{
		min-width: 21.2rem;
		width: auto;
	}
	.pricing-item-body li:first-child{
		border: none;
	}
	.pricing-item-body li{
		padding: 1rem 2.2rem;
	}
	.comparison-section .section-header{
		padding-bottom: 3rem;
	}
	.comparison-block table{
		margin-bottom: 2em;
	}
	.comparison-block td{
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.comparison-block tr:first-child td{
		font-size: 1.6rem;
	}
	.comparison-block td:first-child{
		padding-left: 1rem;
	}
	.comparison-block h4{
		padding-left: 1rem;
	}
	.comparison-block li{
		padding: 1rem;
		width: 100%;
	}
	.comparison-block li:nth-child(2){
		border-top: none;
	}
	.comparison-block li.c-empty{
		display: none;
	}
	.included-slider-wrap{
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}
	.included-item-wrap{
		padding-top: 2rem;
		width: 33.33%;
	}
	.hacked-block-wrap{
		padding: 4rem 2rem;
		text-align: center;
	}
	.hacked-title{
		font-size: 4rem;
		max-width: 12em;
		margin: 0 auto;
	}
	.hacked-content{
		font-size: 1.8rem;
		max-width: 20em;
		margin: 0 auto;
		padding-top: 1.5rem;
	}
	.security-section{
		min-height: 65rem;
	}
	.security-nav ul{
		font-size: 1.4rem;
	}
	.security-content h3{
		font-size: 2.4rem;
	}
	.ti-image,
	.it-image{
		max-width: 100%;
		margin: 0 auto 3rem;
	}
	.ti-content,
	.it-content{
		max-width: 100%;
	}
	.ti-content h3,
	.it-content h3{
		font-size: 2.4rem;
	}
	.membership-slide-logo{
		padding: 0 1.5rem;
	}
	.disaster-recovery-image{
		margin: 0 0 3rem;
		text-align: center;
	}
	.wh-sect.partners-section + .wh-sect{
		padding-top: 6rem;
	}
	.covered-title{
		padding-bottom: 3.5rem;
	}
	.covered-item-wrap{
		padding-top: 3.5rem;
	}
	.covered-item-wrap:first-child{
		padding-top: 0;
	}
	.cx-block-wrap{
		background-position: left center;
		padding: 5rem 2rem;
	}
	.cx-image{
		padding-top: 4rem;
		text-align: center;
	}
	.cx-content{
		text-align: center;
	}
	.cx-content p{
		margin-left: auto;
		margin-right: auto;
	}
	.summary-title h4{
		display: block;
	}
	.featured-links-section{
		padding-bottom: 3rem;
	}
	.faq-header,
	.faq-item,
	.faq-footer{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.faq-title{
		padding-right: 3.5rem;
	}
	.faq-toggle{
		height: 2.6rem;
		width: 2.6rem;
	}
	.faq-footer .button{
		min-width: 1px;
		width: 100%;
	}
	.status-header,
	.status-item,
	.status-footer{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.status-item-title{
		padding-right: 3.5rem;
	}
	.status-item-title:after{
		height: 2.6rem;
		width: 2.6rem;
	}
	.contact-section{
		padding: 0;
	}
	.contact-section .container{
		padding: 0;
	}
	.contact-numbers{
		padding: 6rem 0;
	}
	.contact-numbers .numbers-item-description{
		color: inherit;
	}
	.contact-numbers .slider-pagination .swiper-pagination-bullet{
		border-color: #1b1457;
	}
	.contact-numbers .slider-pagination .swiper-pagination-bullet-active{
		background: #1b1457;
	}
	.form-section{
		padding-top: 0;
	}
	.form-section .container{
		padding: 0;
	}
	.contact-form-wrap{
		padding: 5rem 1.6rem;
	}
	.contact-form h3{
		font-size: 2.4rem;
		margin-bottom: 1em;
	}
	.cta-section-inner{
		padding: 7.5rem 0 8.5rem;
		text-align: center;
	}
	.cta-content{
		font-size: 1em;
		line-height: 1.715;
		margin: 0 auto;
	}
	.cta-content h2{
		margin: 0 0 0.5em;
	}
	.cta-content p{
		margin: 0 0 1.5em;
	}
	.ss-row{
		margin-left: -0.8rem;
		margin-right: -0.8rem;
	}
	.ss-item-wrap{
		padding: 0 0.8rem 4.5rem;
		width: 50%;
	}
	.ss-item-image{
		padding-top: 61%;
	}
	.ss-item-image:after{
		opacity: 1;
	}
	.ss-item-content{
		padding-top: 0.8rem;
	}
	.ss-item-category{
		margin-bottom: 1.2rem;
	}
	.ss-item-text h3{
		font-size: 1.8rem;
		line-height: 1.1715;
	}
	.ss-item-sector{
		font-size: 1.2rem;
	}
	.tt-content img{
		margin-left: -0.9rem;
		margin-right: -0.9rem;
		max-width: calc(100% + 1.8rem);
	}
	.insights-filter-section{
		padding: 0 0 4rem;
	}
	.insights-filter-section .container{
		padding: 0;
	}
	.insights-filter-wrap{
		display: block;
		background: #dadbed;
		border: none;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.125;
		letter-spacing: 0.023125em;
		padding: 2.2rem 2.2rem;
	}
	.insights-filter-title{
    background-image: url('assets/img/icons/angle-down-blue.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.4rem auto;
    display: block;
		margin: 0;
		width: 100%;
	}
	.insights-filter{
		display: none;
	}
	.insights-filter .searchandfilter ul{
		padding: 1rem 0 0;
	}
	.insights-filter .searchandfilter ul li{
		display: block;
	}
	.searchandfilter label{
		display: block;
		width: 100%;
	}
	.insights-filter select{
		margin: 0;
		width: 100%;
	}
	.careers-single-subheading{
		font-size: 3.6rem;
	}
	.careers-single-content-wrap{
		padding: 3rem 1.8rem;
	}
	.careers-single-form{
		margin-top: 3em;
	}
	.position-item{
		padding: 2rem 0 3rem;
	}
	.position-item h4{
		font-size: 2.1rem;
	}
	.position-item-link{
		margin-top: 2rem;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
	}
	.perks-item-wrap{
		padding: 2rem 1.6rem 2.5rem
	}
	.perks-item-title{
		font-size: 2.1rem;
		padding-top: 0.4rem;
	}
	.team-careers-row{
		margin-left: -0.8rem;
		margin-right: -0.8rem;
	}
	.team-careers-item-wrap{
		padding: 1.2rem 0.8rem;
	}
	.team-careers-item-wrap{
		width: 50%;
	}
	
	.cs-ss-item-wrap {
    flex: none !important;
	width: 100% !important;
	}
	.cs-intro-text {
    bottom: 0px;
    padding: 2rem;
    text-align: center;
    font-size: 1.4rem;
}
	
	.cs-single-logo-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.client-info img {
	max-width: 200px;
}

.cs-single-users {
	display: flex;
    justify-content: center;
    padding-top: 20px;
	padding-bottom: 20px;
}
}
	
	
}
@media only screen and (max-width : 500px) {
	.included-item-wrap{
		width: 50%;
	}
	.security-content{
		max-width: 100%;
		width: 100%;
	}
	.security-bg:after{
		background: #0B0C1B;
		content: "";
		display: block;
		height: 100%;
		left: 0;
		opacity: 0.2;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.value-item-wrap{
		width: 50%;
	}
	.value-item-wrap:nth-child(odd):after{
		content: "";
		display: block;
	}
	.value-item-wrap:nth-child(even):after,
	.value-item-wrap:last-child:after{
		content: none;
		display: none;
	}
	.team-section{
		margin-top: -2rem;
	}
	.team-item-wrap{
		padding: 1rem 1.4rem;
	}
	.team-item{
		padding: 3rem 2.5rem;
	}
	.team-item-image{
		margin-bottom: 2rem;
		width: 100%;
	}
	.team-item-content{
		padding: 0;
		width: 100%;
	}
	.address-content-col{
		padding: 4rem 2rem;
	}
	.ss-item-wrap{
		padding-bottom: 3.5rem;
	}
	.ss-item-text h3{
		font-size: 1.4rem;
	}
	.insight-info-author img{
		margin-right: 1rem;
	}
	.insight-info-author{
		margin-right: 1.4rem;
	}
	.insight-info-read:before{
		margin: 0 0.5em;
	}
}
@media only screen and (max-width : 370px) {
	.header-buttons{
		display: none;
	}
	.value-item-title{
		font-size: 2rem;
	}
}
@media only screen and (min-width : 768px) {
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) .header-logo a{
		background-image: url('assets/img/icons/logo.svg');
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) .header-logo img{
		opacity: 0;
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) .header-buttons a{
		color: #0b0c1b;
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) .header-buttons a:hover{
		color: #fff;
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) .header-portal span{
		border-color: #0b0c1b;
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) .header-portal a:hover{
		background: #0b0c1b;
		color: #fff;
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) #touch-menu span,
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) #touch-menu span:after,
	body.def-page:not(.body-scroll):not(.dropdown-visible):not(.menu-open) #touch-menu span:before{
		background: #1b1457;
	}
	.option-image{
		max-width: 55.5rem;
		width: 97%;
	}
	.option-content{
		margin-left: auto;
		max-width: 55.5rem;
		width: 97%;
	}
	.option-item:nth-child(odd) .option-image-col{
		order: 2;
	}
	.option-item:nth-child(odd) .option-content-col{
		order: 1;
	}
	.option-item:nth-child(odd) .option-image{
		margin-left: auto;
	}
	.option-item:nth-child(odd) .option-content{
		margin: 0;
	}
	.options-slider:not(.swiper-initialized) .swiper-wrapper{
		display: block;
		flex-wrap: wrap;
		position: static;
	}
	.perfect-partner-image{
		margin-left: auto;
		max-width: 55.5rem;
		width: 97%;
	}
	.included-slider:not(.swiper-initialized) .swiper-wrapper{
		flex-wrap: wrap;
		justify-content: center;
	}
	.ss-item:hover{
		transform: translateY(-1rem);
	}
	.ss-item:hover .ss-item-image{
		box-shadow: 0.5rem 0.5rem 1.5rem rgba(0,0,0,0.4);
	}
	.ss-item-wrap:nth-of-type(10n - 4),
	.ss-item-wrap:nth-of-type(10n - 8){
		width: 57%;
	}
	.ss-item-wrap:nth-of-type(10n - 3),
	.ss-item-wrap:nth-of-type(10n - 9){
		width: 43%;
	}
	.ss-item-wrap:nth-child(odd) .ss-item-image{
		order: 2;
	}
	.ss-item-wrap:nth-child(odd) .ss-item-content{
		padding: 0 0 3rem;
		order: 1;
	}
}
@media only screen and (min-width : 992px) {
	.enabling-slider{
		overflow: visible;
	}
	.enabling-item-wrap:hover:before{
		opacity: 1;
	}
	.enabling-slider .enabling-item-wrap{
		width: 33.33%;
	}
	.home .dg-sect{
		padding: 12rem 0;
	}
	.home .dg-sect + .dg-sect{
		padding-top: 0;
	}
	.home .numbers-section{
		padding: 15rem 0;
	}
	.home .clients-section{
		padding: 15rem 0;
	}
	.process-slider:not(.swiper-initialized){
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		overflow: visible;
		width: 100%;
	}
	.process-slider:not(.swiper-initialized) .swiper-wrapper{
		display: block;
		flex-wrap: wrap;
		position: static;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap{
		height: auto;
		position: absolute;
		width: 25.5rem;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(1){
		right: 0;
		top: 0;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(2){
		right: 0;
		top: 20.8rem;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(3){
		right: 0;
		top: 44.4rem;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(4){
		left: 0;
		top: 44.4rem;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(5){
		left: 0;
		top: 20.8rem;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(6){
		left: 0;
		top: 0;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(1) .process-item-title-wrap,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(2) .process-item-title-wrap,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(3) .process-item-title-wrap{
		margin-left: auto;
		text-align: right;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(4) .process-item-title-wrap,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(5) .process-item-title-wrap,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(6) .process-item-title-wrap{
		text-align: left;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(4) .process-item-title-wrap,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(5) .process-item-title-wrap,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(6) .process-item-title-wrap{
		border-radius: 0 2em 2em 0;
	}
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(4) .process-item-number,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(5) .process-item-number,
	.process-slider:not(.swiper-initialized) .process-item-wrap:nth-child(6) .process-item-number{
		left: auto;
		right: -1px;
	}
	.team-item-wrap:nth-child(4n-2) .team-item,
	.team-item-wrap:nth-child(4n-1) .team-item{
		/*background: #282744;*/
	}
	.contact-numbers .numbers-item-wrap{
		padding-top: 2rem;
		padding-bottom: 2rem;
		width: 100%;
	}
	.page-id-1245 .value-item-wrap{
		width: 28%;
	}
}
@media only screen and (min-width : 1051px) {
	
	.dropdown-visible .header{
		background: #0b0c1b;
	}
	.navigation{
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.023125em;
	}
	.navigation ul{
		letter-spacing: inherit;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.navigation a{
		color: #fff;
		display: block;
		position: relative;
		text-decoration: none;
	}
	.navigation li > a:hover,
	.navigation li.current-menu-item > a,
	.navigation li.current-menu-parent > a{
		color: #fff;
	}
	.navigation > ul{
		display: -ms-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.navigation > ul > li{
		display: inline-block;
		padding: 0 0.9em;
		position: relative;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation > ul > li > a{
		padding: 1em 0;
		position: relative;
	}
	.navigation > ul > li > a:before{
		background: #d8338b;
		bottom: 0;
		content: "";
		display: block;
		height: 0.5rem;
		right: 0;
		position: absolute;
		transition: all 0.2s linear;
		width: 0;
	}
	.navigation > ul > li:hover > a:before,
	.navigation > ul > li.current-menu-item > a:before,
	.navigation > ul > li.current-menu-parent > a:before{
		left: 0;
		right: auto;
		width: 100%;
	}
	.navigation > ul > li.menu-item-has-children > a:after{
		background-image: url('assets/img/icons/angle-down-white.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: "";
		display: block;
		height: 1rem;
		margin-top: -0.5rem;
		right: -1.6rem;
		position: absolute;
		top: 50%;
		width: 1rem;
	}
	.navigation ul ul{
		background: #0b0c1b;
		box-shadow: 0px 30px 30px rgba(0,0,0,0.1);
		display: block;
		left: -0.625em;
		letter-spacing: 0;
		min-height: 12.5em;
		min-width: 16.25em;
		padding: 2em 1.875em;
		position: relative;
		position: absolute;
		transform: translateY(10px);
		transition: all 0.15s linear;
		text-align: left;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul .has-dropdown ul{
		display: none;
	}
	.navigation ul ul li{
		display: block;
		font-size: 1.125em;
		padding: 0.25em 0;
		width: 100%;
		white-space: nowrap;
	}
	.navigation ul ul a{
		display: block;
		color: #fff;
		padding: 0;
	}
	.navigation ul ul > li > a:hover,
	.navigation ul ul > li.current-menu-item > a{
		color: #d8338b;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul ul{
		display: none;
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible) .navigation > ul > li > a{
		color: #1b1457;
	}
	body.def-page:not(.body-scroll):not(.dropdown-visible) .navigation > ul > li.menu-item-has-children > a:after{
		background-image: url('assets/img/icons/angle-down-blue.svg');
	}
}
@media only screen and (min-width : 1300px) {
	.navigation > ul > li{
		padding: 0 1.25em;
	}
}
@media only screen and (min-width : 1600px) {
/*
	html{
		font-size: 0.625vw;
	}
*/}


@media only screen and (max-width : 991px) {
	.position-item {
	    padding: 4rem 0px;
	}

	.position-item h4, .position-item-category {
    margin-bottom: 2rem;
	}

	.what-do-wrap:nth-child(even) {
    top: auto;
	}

	a.button {
    display: block;
	}

	.value-item-wrap {
    margin-top: 4rem;
    width: 100%;
	}

	.value-item-wrap:after {
		display: none;
	}

	.cs-intro-text {
    display: none;
	}

	.team-item-content {
    padding-left: 0px;
    width: 100%;
	}

	.team-item-image {
    width: 100%;
    margin: 2rem 0px;
	}
}