/*  *Theme Name: Piranha AV
 *  *Version: 1.11
 *  *Text Domain: wpmix
 *  *Author: TRCREATIVE*/
:root {
  --violate: #655398;
  --violate-light: #967DD7;
  --text-color: #17142C;
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Ultima", sans-serif;
}

@font-face {
  font-family: "Ultima";
  src: url("fonts/Ultima_Black.woff") format("truetype"), url("fonts/Ultima_Black.woff") format("woff"), url("fonts/Ultima_Black.woff") format("woff2");
  font-weight: 900;
  font-display: swap;
}
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: var(--primary-font);
  overflow-x: hidden;
  font-size: 1.6rem;
  padding: 0;
  font-weight: 400;
  color: var(--text-color);
  background-color: #fff;
  position: relative;
  line-height: 1.6;
}

b, strong {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 1.5rem 4rem;
  min-width: 24.9rem;
  border: 0.1rem solid transparent;
  letter-spacing: 0.05rem;
  text-align: center;
  -webkit-border-radius: 12rem;
  -moz-border-radius: 12rem;
  border-radius: 12rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
  line-height: 1.2;
}
.btn.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: var(--text-color);
  color: #fff;
  border-color: var(--text-color);
}
.btn.btn-primary-alt {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-primary-alt:hover, .btn.btn-primary-alt:active {
  background-color: var(--text-color);
  color: #fff;
  border-color: #fff;
}

h1, h2, h3, h4 {
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 5.4rem;
  font-family: var(--secondary-font);
  font-weight: 900;
}
h1 + p, .h1 + p {
  font-size: 2.4rem;
}

h2 {
  font-size: 4.8rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.4rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 3rem;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.sec-pad-sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.text-white {
  color: #fff;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white li {
  color: #fff;
}

.bg-white {
  color: var(--text-color);
}
.bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white p, .bg-white li {
  color: var(--text-color);
}

.text-right {
  text-align: right !important;
}

.pad-top-lg {
  padding-top: 10rem;
}

.pad-top-md {
  padding-top: 7rem;
}

.pad-top-sm {
  padding-top: 5rem;
}

.pad-bottom-lg {
  padding-bottom: 10rem;
}

.pad-bottom-md {
  padding-bottom: 7rem;
}

.pad-bottom-sm {
  padding-bottom: 5rem;
}

.bg-dark {
  background-color: var(--text-color) !important;
}

.bg-red {
  background-color: #DB4129 !important;
}

.radius {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
}

.mb-12 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2rem !important;
}

/* End Base style */
main {
  min-height: 75vh;
}

#mega-menu-wrap-top-menu {
  z-index: 999;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu {
  width: 100%;
  max-width: 120rem;
  margin: auto;
}

body:not(.home) #mega-menu-wrap-top-menu {
  border-bottom: 0.3rem solid #F6F7F8;
}

#site-header ul#top-bar-menu {
  padding: 0.6rem 0;
}
#site-header ul#top-bar-menu li {
  padding-left: 2rem;
}
#site-header ul#top-bar-menu li a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
#site-header .top-bar {
  background-color: var(--text-color);
  color: #fff;
}
#site-header .header-telephone {
  padding-top: 2rem;
  margin-bottom: -4.5rem;
}
#site-header .header-telephone a {
  display: inline-block;
  position: relative;
  z-index: 1000;
  font-size: 2.4rem;
}
#site-header .header-telephone a svg {
  margin-right: -0.5rem;
}

.sectors-card-wrap .sector-card {
  width: calc(20% - 1.5rem);
  margin: 0 0.75rem;
  margin-bottom: 1.5rem;
  background-position: top 1rem right;
  background-repeat: no-repeat;
  background-size: 82%;
  overflow: hidden;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.sectors-card-wrap .sector-card .thumb {
  position: relative;
}
.sectors-card-wrap .sector-card .thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), var(--text-color));
  z-index: 0;
  height: 50%;
}
.sectors-card-wrap .sector-card .thumb a {
  display: block;
  position: relative;
  z-index: 9;
  height: 23rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(img/Play_Icon.svg) no-repeat top 61% center;
  background-size: 10rem;
}
.sectors-card-wrap .sector-card .thumb img {
  width: auto;
  max-height: 7rem;
}
.sectors-card-wrap .sector-card h4 {
  margin-bottom: 0;
  background-color: #fff;
  padding: 2rem;
  min-height: calc(100% - 23rem);
}
.sectors-card-wrap .sector-card:hover {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
}

.hero-section {
  background: url(img/hero-bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.hero-section h1 {
  color: var(--violate);
}
.hero-section p {
  color: #242424;
  width: 100%;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-section img.hero-shape {
  margin-bottom: -5rem;
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 46.8rem;
}

section.customer-feedback {
  background-color: var(--violate-light);
}
section.customer-feedback p {
  font-size: 2.4rem;
}

.single-num-card {
  padding: 2rem;
  min-height: calc(100% - 5rem);
  margin-bottom: 5rem;
}
.single-num-card span.num {
  width: 5.7rem;
  height: 5.7rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--text-color);
  color: #fff;
  margin: auto;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.single-num-card .title {
  text-align: center;
}

.featured-case .featured-thumbnail {
  position: relative;
  padding-bottom: 90%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.featured-case .featured-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-case .case-content {
  padding-left: 3rem;
}
.featured-case .case-content .title {
  margin-bottom: 0.1rem;
}
.featured-case .case-content .title + span {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  display: block;
}
.featured-case .case-content p {
  font-size: 2.4rem;
  font-weight: 700;
}

.ratings svg {
  margin-right: 0.5rem;
}
.ratings svg path {
  fill: #f1f1f1 !important;
}
.ratings.star-5 svg path {
  fill: #FFDE5A !important;
}
.ratings.star-4 svg:not(:last-child) path {
  fill: #FFDE5A !important;
}
.ratings.star-3 svg:nth-of-type(1) path, .ratings.star-3 svg:nth-of-type(2) path, .ratings.star-3 svg:nth-of-type(3) path {
  fill: #FFDE5A !important;
}
.ratings.star-2 svg:nth-of-type(1) path, .ratings.star-2 svg:nth-of-type(2) path {
  fill: #FFDE5A !important;
}
.ratings.star-1 svg:nth-of-type(1) path {
  fill: #FFDE5A !important;
}

.category-tag {
  display: inline-block;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.7rem 1.5rem;
}

.read-more {
  color: rgba(23, 20, 44, 0.6);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.8rem;
  font-weight: 700;
}
.read-more svg {
  margin-left: 0.5rem;
  position: relative;
  top: -0.2rem;
}
.read-more:hover {
  color: var(--text-color);
}

.av-single .thumb {
  position: relative;
  padding-bottom: 96%;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.av-single .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.av-single h4 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 2rem;
  line-height: 1.4;
}

.whySlider .swiper-slide {
  height: auto !important;
}

.latest-news .featured-thumbnail {
  position: relative;
  padding-bottom: 72%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.latest-news .featured-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-news .news-content {
  padding-left: 3rem;
}
.latest-news .news-content .title {
  margin-bottom: 1.5rem;
}
.latest-news .news-content p {
  font-size: 1.8rem;
}

.get-in-touch-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.get-in-touch-sec h2, .get-in-touch-sec h3 {
  margin-bottom: 1rem;
}
.get-in-touch-sec p {
  font-size: 2.4rem;
}

#site-footer .widget-1 img {
  margin-bottom: 3rem;
}
#site-footer p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
#site-footer .widget__title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
#site-footer .menu li {
  margin-bottom: 1.8rem;
}
#site-footer .menu li a {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#site-footer .menu li:hover a {
  color: var(--violate-light);
}
#site-footer a[href^=tel] {
  padding-left: 3rem;
  display: inline-block;
  background: url(img/phone_white.svg) no-repeat left center;
  background-size: 2.7rem;
}
#site-footer .footer-bottom {
  padding-bottom: 3rem;
}
#site-footer .footer-bottom hr {
  border-top-color: var(--violate-light);
  margin-bottom: 3rem;
}
#site-footer .footer-bottom p, #site-footer .footer-bottom li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #655B9D;
}
#site-footer .footer-bottom .menu {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#site-footer .footer-bottom .menu li {
  margin-bottom: 0;
}
#site-footer .footer-bottom .menu li:not(:last-child) {
  margin-right: 1.5rem;
}
#site-footer .footer-bottom .menu li:hover a {
  text-decoration: underline;
}
#site-footer .footer-bottom ul.wp-block-social-links {
  justify-content: flex-end;
}
#site-footer .footer-bottom ul.wp-block-social-links svg {
  width: 2.4rem;
  height: 2.4rem;
}

.public_sector_hero {
  background: url(img/hero-bg-red.jpg) no-repeat bottom left;
  background-size: 100%;
}
.public_sector_hero .swiper-slide {
  height: auto !important;
}
.public_sector_hero h1 + p {
  font-size: 1.8rem;
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

.c-image-card {
  min-height: 100%;
  position: relative;
  margin-bottom: 1.5rem 0;
}
.c-image-card .thumb {
  position: relative;
  padding-bottom: 72%;
}
.c-image-card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-image-card .info {
  padding: 2.5rem 2rem;
  padding-bottom: 5rem;
}
.c-image-card .info .title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.c-image-card .info p {
  color: #000;
}
.c-image-card .read-more {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
}

.go-back-parent {
  margin-bottom: 3.5rem;
}
.go-back-parent img {
  max-height: 5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.go-back-parent a {
  font-size: 1.4rem;
  background-color: rgba(230, 50, 31, 0.3);
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding: 0.8rem 2rem;
  min-height: 4rem;
  display: inline-flex;
  align-items: center;
  min-width: 13.5rem;
  justify-content: center;
  text-align: center;
}
.go-back-parent a svg {
  margin-right: 0.5rem;
}

.sector-hero-section P {
  color: #242424;
}

.swiper-pagination-bullet-active {
  background-color: var(--violate);
}

.logoSlider {
  padding-bottom: 5rem;
  text-align: center;
}
.logoSlider .swiper-wrapper {
  display: inline-flex;
  width: auto;
}
.logoSlider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoSlider .logo-single {
  text-align: center;
  display: block;
  width: 100%;
}
.logoSlider .logo-single img {
  max-width: 100%;
  height: auto;
  max-height: 8rem;
  width: auto;
  display: block;
  margin: auto;
}

.accordion-button {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0 !important;
  border: none;
  border-top: 0.1rem solid #fff;
  padding: 2.6rem 0;
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed), .accordion-button:focus {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  outline: 0;
  border-color: inherit;
}

.accordion-item {
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
}
.accordion-item .accordion-body {
  padding-left: 0;
}

.accordion-button:after {
  background-image: url(img/angle-down.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(img/angle-down.svg);
}

.our-process-sec {
  background-color: #655398;
  background-image: url(img/our-process.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-blend-mode: multiply;
}

.with_frm_style .frm_form_fields > fieldset {
  background-color: transparent;
  border-color: transparent;
}

div#frm_checkbox_13-0 {
  text-align: center;
}

.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
  background-color: green;
}

div#frm_field_6_container {
  text-align: center;
}

div#frm_error_field_9ke23 {
  text-align: center;
}

.featured-thumbnail {
  position: relative;
  padding-bottom: 38%;
}
.featured-thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.featured-image-card {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}
.featured-image-card .thumb {
  position: relative;
  padding-bottom: 90%;
  margin-bottom: 4rem;
}
.featured-image-card .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.card-with-numbers {
  background: url(img/bg-1.jpg) no-repeat center;
  background-size: cover;
}
.card-with-numbers .swiper-slide {
  height: auto;
}
.card-with-numbers .single-num-card {
  min-height: 100%;
  margin-bottom: 0;
}
.card-with-numbers .single-num-card .title {
  font-size: 1.8rem;
  text-align: left;
  min-height: 6rem;
  margin-bottom: 2rem;
}
.card-with-numbers .single-num-card p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.get-free-guide .thumb {
  text-align: center;
  margin-top: -10rem;
}
.get-free-guide .thumb img {
  max-width: 100%;
  height: auto;
}
.get-free-guide .frm_form_field {
  margin-bottom: 0 !important;
}
.get-free-guide .frm_combo_inputs_container, .get-free-guide .frm_grid_container, .get-free-guide .frm_form_fields .frm_section_heading, .get-free-guide .frm_form_fields .frm_fields_container {
  align-items: center;
}
.get-free-guide .frm_style_formidable-style.with_frm_style .frm_submit button {
  padding: 0.9rem 3rem;
  background-color: #000;
  border-color: #000;
}

.text-large {
  font-size: 2.4rem;
}

.solution-service-item {
  margin-bottom: 5rem;
}
.solution-service-item .thumb {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 2rem;
}
.solution-service-item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-service-item .title {
  margin-bottom: 1.5rem;
}
.solution-service-item p {
  margin-bottom: 0;
}

.featured-image-sec {
  background-image: linear-gradient(#f6f7f8, white);
}

.sector-hero-section .solution-service-item .title {
  min-height: 7.9rem;
}

.acc-sec {
  position: relative;
}
.acc-sec .container {
  position: relative;
  z-index: 9;
}
.acc-sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

main ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
main ul li {
  margin-bottom: 1rem;
}

section#send-enquiry h2 + p {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu {
  position: static;
}

#mega-menu-wrap-top-menu {
  position: relative;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  min-height: calc(100vh - 19.8rem);
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #000;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
}

.mega-sub-menu .menu li {
  margin-bottom: 2rem;
}
.mega-sub-menu .menu li a {
  font-size: 1.8rem;
  font-weight: 700;
}

li#mega-menu-item-text-5 {
  border-left: 0.1rem solid #f1f1f1 !important;
  padding-left: 2rem !important;
}

.custom-post-card .post-image {
  padding-bottom: 52%;
  position: relative;
  margin-bottom: 1.5rem;
}
.custom-post-card .post-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.custom-post-card .post-title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

#mega-menu-item-nav_menu-17 .mega-block-title,
#mega-menu-item-nav_menu-18 .mega-block-title {
  font-weight: 400 !important;
}

.standard-text img {
  max-width: 100%;
}
.standard-text img {
  margin-bottom: 3rem;
}
.standard-text .size-full {
  margin-bottom: 3rem;
}
.standard-text .size-full img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  margin-bottom: 0;
}
.standard-text img.size-full {
  width: 100%;
  height: auto;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
.standard-text p a, .standard-text li a {
  text-decoration: underline;
}
.standard-text ol {
  margin-bottom: 3rem;
}
.standard-text ol li {
  margin-bottom: 1rem;
}

.post-grid .custom-post-card {
  margin-bottom: 5rem;
}
.post-grid .custom-post-card .post-title + p {
  min-height: 7.7rem;
}

.post-filters .btn {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  min-width: 0;
}

.contact-us-hero h1 + p {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.contact-us-hero .with_frm_style input[type=text], .contact-us-hero .with_frm_style input[type=password], .contact-us-hero .with_frm_style input[type=email], .contact-us-hero .with_frm_style input[type=number], .contact-us-hero .with_frm_style input[type=url], .contact-us-hero .with_frm_style input[type=tel], .contact-us-hero .with_frm_style input[type=phone], .contact-us-hero .with_frm_style input[type=search], .contact-us-hero .with_frm_style select, .contact-us-hero .with_frm_style textarea, .contact-us-hero .frm_form_fields_style, .contact-us-hero .with_frm_style .frm_scroll_box .frm_opt_container, .contact-us-hero .frm_form_fields_active_style, .contact-us-hero .frm_form_fields_error_style, .contact-us-hero .with_frm_style .frm-card-element.StripeElement, .contact-us-hero .with_frm_style .frm_slimselect.ss-main,
.contact-us-hero .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, .contact-us-hero .frm_style_formidable-style.with_frm_style select:focus, .contact-us-hero .frm_style_formidable-style.with_frm_style .form-field textarea:focus, .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .contact-us-hero .frm_form_fields_active_style, .contact-us-hero .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
  border-color: #c8c8c8;
}
.contact-us-hero .with_frm_style .frm_primary_label,
.contact-us-hero .with_frm_style .frm_radio label,
.contact-us-hero .with_frm_style .frm_checkbox label {
  color: #17142C;
}
.contact-us-hero .with_frm_style .frm_radio input[type=radio], .contact-us-hero .with_frm_style .frm_checkbox input[type=checkbox] {
  border-color: #c8c8c8 !important;
}

.image-gallery-sec .image-single {
  width: 25%;
  position: relative;
  padding-bottom: 22%;
}
.image-gallery-sec .image-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-sec p {
  margin-bottom: 0;
}
.map-sec iframe {
  width: 100%;
  height: 51.8rem;
}

.card-with-icon {
  background-color: #000;
  background-image: url(img/bg-4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-with-icon .single-num-card {
  background-color: var(--violate);
}
.card-with-icon .single-num-card .thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.card-with-icon .single-num-card .thumb img {
  display: inline-block;
  max-height: 9rem;
  width: auto;
  max-width: 100%;
}
.card-with-icon .single-num-card .title {
  margin-bottom: 1.5rem;
}
.card-with-icon .swiper-slide {
  height: auto;
}

.filterSwiper .swiper-slide {
  width: 15rem;
  text-align: center;
}
.filterSwiper .swiper-slide .button {
  white-space: nowrap;
}

.page-id-62 .why-choose-sec .btn {
  display: none;
}

.frm-g-recaptcha > div {
  margin: auto;
}

.frm_opt_container {
  text-align: center;
}

div#frm_error_field_z5klv {
  text-align: center;
}

.with_frm_style .frm_submit.frm_flex {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
}

.page-template-page-contact .go-back-parent a {
  background-color: rgba(101, 83, 152, 0.3);
}

.featured-thumbnail,
.av-single .thumb,
.c-image-card .thumb,
.solution-service-item .thumb,
.featured-image-card .thumb,
.custom-post-card .post-image {
  overflow: hidden;
}
.featured-thumbnail img,
.av-single .thumb img,
.c-image-card .thumb img,
.solution-service-item .thumb img,
.featured-image-card .thumb img,
.custom-post-card .post-image img {
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.featured-thumbnail:hover img,
.av-single .thumb:hover img,
.c-image-card .thumb:hover img,
.solution-service-item .thumb:hover img,
.featured-image-card .thumb:hover img,
.custom-post-card .post-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.feedback-title {
  width: 100%;
  max-width: 31rem;
  margin: auto;
}

.filterSwiper {
  text-align: center;
}
.filterSwiper .swiper-wrapper {
  display: inline-flex;
  width: auto;
}

.frm_checkbox a {
  text-decoration: underline;
}

@media only screen and (min-width: 1600px) {
  .public_sector_hero {
    min-height: 136vh;
  }

  .hero-section {
    min-height: 128vh;
  }
}
@media only screen and (min-width: 2000px) {
  .hero-section {
    min-height: 120vh;
  }
}
@media only screen and (min-width: 1201px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.1;
    height: auto;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-59 {
    margin-right: auto !important;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-56 {
    border-left: none !important;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 117rem;
  }

  .logoSlider .swiper-pagination {
    display: none !important;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 100% !important;
  }

  li.phone-list {
    display: none !important;
  }

  .sectors-card-wrap .sector-card {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
  }
  .sectors-card-wrap .sector-card:hover {
    top: -1rem;
  }
}
@media only screen and (max-width: 1200px) {
  #site-header .header-telephone {
    display: none;
  }

  .hero-section img.hero-shape {
    margin-bottom: 2rem;
    max-width: 21.4rem;
  }

  .hero-section h1 {
    margin-bottom: 1rem;
  }

  .hero-section {
    padding-top: 3rem !important;
  }

  .sectors-card-wrap .sector-card h4 {
    padding: 2.2rem 2rem;
    min-height: 6.4rem;
  }

  .hero-section {
    background-size: cover;
  }

  .sectors-card-wrap .sector-card {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-size: 6rem;
    background-position: left 1rem center;
    border-radius: 0.8rem;
  }
  .sectors-card-wrap .sector-card .thumb {
    width: 6rem;
    min-height: auto;
  }
  .sectors-card-wrap .sector-card h4 {
    width: calc(100% - 6rem);
    font-size: 1.7rem;
    background-image: url(img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center right 2rem;
    padding-right: 5rem;
    background-size: 2.7rem;
    min-height: 6.4rem !important;
    display: flex;
    align-items: center;
  }

  .sectors-card-wrap .sector-card .thumb a {
    height: 6rem;
    background-size: 5rem;
    background-position: top 1rem left 1rem;
  }

  .sectors-card-wrap .sector-card .thumb img {
    max-height: 3rem;
  }

  .widget__title.collapsable {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    padding-right: 3rem;
  }
  .widget__title.collapsable:after {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(img/Arrow-Down.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.2rem;
    transition: all 0.2s;
  }
  .widget__title.collapsable + div {
    display: none;
  }
  .widget__title.collapsable.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .widget__title.collapsable.active + div {
    display: block;
  }

  .widget-1 {
    text-align: center;
    margin-bottom: 3rem;
  }

  .footer-top.pad-bottom-sm {
    padding-bottom: 0;
  }

  .footer-bottom {
    position: relative;
  }
  .footer-bottom .widget .menu {
    margin-bottom: 6rem;
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom .bottom-left.d-flex {
    flex-direction: column-reverse;
    align-items: center;
  }

  #site-footer .footer-bottom .menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  #site-footer .footer-bottom ul.wp-block-social-links {
    bottom: 7rem;
    width: 100%;
    position: absolute;
    left: 0;
    justify-content: center;
  }

  .latest-news .row.align-items-end {
    align-items: center !important;
  }
  .latest-news .row.align-items-end .read-more {
    font-size: 1.3rem;
    white-space: nowrap;
  }

  #site-header .top-bar {
    display: none;
  }

  div#mega-toggle-block-2 {
    padding-right: 1rem;
  }

  div#mega-toggle-block-1 {
    padding-left: 1rem;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
    margin-bottom: 1rem;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.font-large-mobile {
    margin-bottom: 1.5rem;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.font-large-mobile > a.mega-menu-link {
    font-size: 24px;
    font-weight: 600;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link + .mega-sub-menu {
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100% !important;
    background-color: #fff;
    height: calc(100vh - 8rem);
    overflow-y: auto;
    padding-bottom: 5rem;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle + #mega-menu-top-menu {
    width: 100% !important;
    height: calc(100vh - 8rem);
    padding-bottom: 7rem;
    overflow-y: auto;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 15px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 5px;
  }

  header .custom-post-card {
    display: flex;
    flex-wrap: wrap;
  }
  header .custom-post-card .post-image {
    width: 16.5rem;
    padding-bottom: 34%;
  }
  header .custom-post-card .info {
    width: calc(100% - 16.5rem);
    padding-left: 1.5rem;
  }
  header .custom-post-card .post-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  header li#mega-menu-item-text-8, header li#mega-menu-57-0-2 {
    padding-top: 2rem !important;
    margin-top: 2rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  header .mega-sub-menu .menu li {
    margin-bottom: 1.5rem;
  }
  header li#mega-menu-item-text-5 {
    border-left: none !important;
    padding-left: 0rem !important;
  }
  header li.phone-list {
    position: fixed;
    width: 100%;
    bottom: 0rem;
    padding: 1rem 0;
    left: 0;
    text-align: center;
    background-color: #fff;
  }
  header li.phone-list a {
    font-size: 2.4rem;
  }
  header .menu {
    margin-bottom: 3rem;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    text-transform: capitalize;
  }

  body.mega-menu-top-menu-mobile-open {
    height: 100vh;
    overflow-y: hidden;
  }
  body.mega-menu-top-menu-mobile-open:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 20;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(-90deg);
  }

  #mega-menu-item-text-7 .mega-block-title, #mega-menu-item-text-4 .mega-block-title, #mega-menu-item-text-6 .mega-block-title {
    padding-left: 3rem !important;
    background-image: url(img/angle-left.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 2.4rem;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu p {
    margin-bottom: 22px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu #mega-menu-58-0-1 .mega-block-title, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu #mega-menu-58-0-2 .mega-block-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  .whySlider .swiper-slide {
    width: 26.5rem;
  }

  .avSlider .swiper-slide {
    width: 22.8rem;
  }
  .avSlider .swiper-pagination {
    display: none;
  }
  .avSlider .thumb {
    padding-bottom: 63%;
  }

  .childPageSlider .swiper-slide {
    width: 27.5rem;
  }

  .pages-card-sec .swiper .swiper-slide, .card-with-numbers .swiper .swiper-slide, .ourProcess .swiper-slide, .card-with-icon .swiper .swiper-slide {
    width: 30.1rem;
  }

  .btn {
    font-size: 2rem;
  }

  .pad-bottom-lg {
    padding-bottom: 6rem;
  }

  section.card-with-icon {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .text-large {
    font-size: 1.6rem;
  }

  .featured-case .case-content {
    padding: 3rem 0;
  }

  .featured-case .case-content p {
    font-size: 2rem;
  }

  .latest-news .featured-thumbnail {
    margin-bottom: 3rem;
  }
  .latest-news .news-content {
    padding: 0;
  }

  .pad-top-lg {
    padding-top: 7rem;
  }

  section.customer-feedback p {
    font-size: 1.6rem;
  }

  .av-single h4 {
    margin-bottom: 0;
  }

  .public_sector_hero .swiper-slide {
    width: 24.3rem;
  }

  .frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: block;
  }

  .get-free-guide .frm_form_field {
    margin-bottom: 1.5rem !important;
  }

  .with_frm_style .frm_submit.frm_flex {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  h1 + p, .h1 + p {
    font-size: 1.8rem;
  }

  h1, .h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pad-bottom-md {
    padding-bottom: 5rem;
  }

  .pad-top-md {
    padding-top: 5rem;
  }

  .sec-pad-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pad-top-md {
    padding-top: 6rem;
  }

  .get-in-touch-sec p {
    font-size: 1.6rem;
  }

  .c-image-card .info .title {
    font-size: 1.6rem;
  }

  .c-image-card .info p {
    font-size: 1.4rem;
  }

  .c-image-card .info {
    padding: 2.5rem 1.5rem;
    padding-bottom: 5rem;
  }

  .read-more {
    font-size: 1.6rem;
  }

  .public_sector_hero h1 + p {
    font-size: 1.6rem;
  }

  .go-back-parent img {
    max-height: 3rem;
  }

  .feedback-title {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .btn, .frm_button_submit {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
