@font-face {
  font-family: 'Abel Pro';
  src: url("../fonts/AbelPro-Regular.woff2")
    format("woff2"),
  url("../fonts/AbelPro-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abel Pro';
  src: url("../fonts/AbelPro-Bold.woff2")
    format("woff2"),
  url("../fonts/AbelPro-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,

*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: 'Abel Pro';
  vertical-align: baseline;
  font-weight: 500;
}
.img-full img{
  width: 100%;
}
html{
  font-size: 10px;
  scroll-behavior: smooth;
  background-color:#fff;
}
a{
  transition: .2s ease-in-out;
  text-decoration: none;
  color: #171717;
}

ol,
ul {
  list-style: none;
  text-decoration: none;
}
.pt-zero{
  padding-top: 0 !important;
}
.pb-zero{
  padding-bottom: 0 !important;
}

.mt-zero{
  margin-top: 0 !important;
}
.mb-zero{
  margin-bottom: 0 !important;
}
.m-zero{
  margin: 0 !important;
}
.hidden-overflow{
  overflow: hidden;
}

blockquote,
q {
  quotes: none;
}
.show-950, .show-700, .show-1023, .show-639{
  display: none !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
body {
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
img,
iframe,
video,
audio,
svg {
  max-width: 100%;
  display: unset;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.text-center{
  text-align: center;
}
i {
  font-style: italic;
  font-weight: 600;
  font-family: inherit;
}
h1 {
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
h2 {
  font-size: 7.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -4px;
  color: #1F435F;
}
h3{
  font-size: 5.5rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 2rem;
}
h4{
  font-size: 3.8rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h5{
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
h6{
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
p, .body-info-content ul li, .body-info-content ol li,
body.privacy-policy .entry-content ul li, body.privacy-policy .entry-content ol li{
  line-height: 1.5;
  font-size: 2.5rem;
  color: #4B4B4B;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.text-orange h5{
  color: #F47929;
}
h2 strong{
  color: #F47929;
  font-size: inherit;
  display: inline-block;
  font-weight: inherit;
}
.com-width{
  width: 65%;
  margin: 0 auto;
}
.border-top{
  border-top: 1px solid #BABABA;
  padding-top: 15rem;
}
.bg-grey{
  background-color:#F5F2F5;
}
.bg-style{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sec-z-index{
  z-index: 9;
}
.text-white * {
  color: #fff;
}
.com-pd-10{
  padding: 10rem 0;
}
.com-pd-15{
  padding: 15rem 0;
}
.com-pd-17{
  padding: 17rem 0;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.space-between{
  justify-content: space-between;
}
.justify-center{
  justify-content: center;
}
.align-start{
  align-items: flex-start;
}
.align-center{
  align-items: center;
}
.align-end{
  align-items: flex-end;
}
.relative{
  position: relative;
}
.m-auto {
  margin: 0 auto;
}
.col-70{
  width: 70%;
}
.col-62{
  width: 62%;
}
.col-65{
  width: 65%;
}
.col-67{
  width: 67%;
}
.col-6{
  width: 60%;
}
.col-4{
  width: 40%;
}
.col-45{
  width: 45%;
}
.col-47{
  width: 47%;
}
.col-5{
  width: 50%;
}
.col-51{
  width: 51%;
}
.col-53{
  width: 53%;
}
.col-55{
  width: 55%;
}
.col-58{
  width: 58%;
}
.col-35{
  width: 35%;
}
.col-37{
  width: 37%;
}
.col-3{
  width: 30%;
}
.col-25{
  width: 25%;
}
.mrg-auto{
  margin-left: auto;
}
.container{
  max-width: 1536px;
  width: 87%;
  margin: 0 auto;
}
.btn {
  color: #fff;
  font-size: 2rem;
  padding: 2.09rem 9.1rem 2.09rem 2.5rem;
  display: inline-block;
  border: 1px solid #EAEAEA;
  cursor: pointer;
  transition: .2s ease-in-out;
  font-weight: 700;
  border-radius: 5rem;
  position: relative;
  text-transform: uppercase;
  min-width: 24rem;
  text-align: left;
}
.btn img {
  width: 1.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: invert(1);
  right: 2.5rem;
  transition: .2s ease-in-out;
}
.btn-primary:hover {
  background-color: #fff;
  color: #000;
}
.btn-long {
  min-width: 50rem;
  padding-left: 3rem;
  margin-top: 6rem;
}
.btn-grey{
  border-color: #4B4B4B;
  color:#4B4B4B;
}
.btn-grey:hover {
  background-color: #1f435f;
  color: #fff;
  border-color: #1f435f;
}
.btn-grey img{
  filter: none;
}
.btn:hover img, .online-seassions-item:hover .btn img, .blog-thumb-image:hover .btn img,
.about-reacting-list-item:hover .btn img  {
  transform: rotate(45deg);
  filter: brightness(0.1);
}
.btn-secondary:hover {
  background-color: #ec6913;
  border-color: #ec6913;
}
.btn-secondary:hover img, .btn-grey:hover img, .blog-thumb-image:hover .btn img {
  filter: invert(1);
}
.header-btn.btn-primary {
  font-weight: 400;
  border-radius: 1.5rem;
  padding: 1.75rem 4.7rem;
}
.main-header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid rgb(217 217 217 / 30%);
}
.main-header .container{
  max-width: 1616px;
  width: 90%;
}
.navigation{
  width: 86%;
}
.navigation > ul {
  width: 78%;
  justify-content: center;
}
.main-header .navigation ul li {
  font-weight: 500;
  color: #fff;
  font-size: 2.5rem;
  margin-left: 13rem;
  position: relative;
}
.main-header .navigation ul li:first-child {
  margin-left: 0;
}
.main-header .navigation ul li a {
  color: #fff;
  position: relative;
}
.main-header .navigation ul li a::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 0;
  height: 0.25rem;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.5s ease;
}
.sub-menu {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #fff;
  margin-top: 2rem;
  transition: max-height 0.2s ease-in-out;
  border-radius: .8rem;
  box-shadow: 0px 4px 13px 0px #00000040;
  min-width: 30rem;
}
.main-header .navigation .menu-item-has-children li:last-child {
  border-bottom: 0;
}
.main-header .navigation .menu-item-has-children li:hover {
  background-color: #f6f6f6;
}
.menu-item-has-children span{
  display: none;
}
.main-header .navigation .menu-item-has-children li {
  border-bottom: 1px solid rgb(123 123 123 / 30%);
  transition: .2s ease-in-out;
}
.main-header .navigation .menu-item-has-children li a {
  padding: 2rem;
  width: 100%;
  display: block;
}
.main-header .navigation .sub-menu li a::after,
.main-header .navigation .menu-item-has-children a::after {
  display: none;
}
.menu-item-has-children.open::after {
  transform: rotate(180deg);
  transition: .2s ease-in-out;
}
.menu-item-has-children {
  outline: none;
  background-color: transparent;
  border: none;
}
.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: -2rem;
  background-image: url(../images/chevron-down.png);
  width: 1.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .2s ease-in-out;
  filter: invert(1);
}
.main-header .navigation .sub-menu.dropdown-open {
  padding: 2rem; /* Add padding when opened */
  max-height: 300px; /* Adjust as needed */
}
.main-header .navigation .menu-item-has-children li, .main-header .navigation .menu-item-has-children li a {
  color: #000000;
  margin-left: 0;
  font-size: 2rem;
}
.main-header .navigation ul li a:hover::after {
  width: 100%;
}
.header-content {
  height: 11.5rem;
}
.header-logo {
  padding-right: 5rem;
  border-right: 1px solid rgb(217 217 217 / 30%);
}
.header-logo img {
  width: 17.2rem;
}
.bg-black{
  background-color: #14161A;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-banner {
  min-height: 100rem;
}
.hp-banner-video, .talk-details-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-info-item:not(:last-child) {
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 3.5rem;
}
.footer-main{
  padding: 10rem 0;
}
.footer-links-wrapper {
  border-top: 1px solid rgb(217 217 217 / 20%);
  border-bottom: 1px solid rgb(217 217 217 / 20%);
  margin: 7rem 0;
  padding: 9rem 0;
}
.footer-links-head h5 a{
  color: #fff;
}
.footer-logo img {
  width: 17.2rem;
}
.footer-links {
  position: relative;
  width: 25%;
  padding-left: 7rem;
}
.footer-links h5, .footer-links-head h5 a {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
}
.footer-links::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(217 217 217 / 20%);
}
.footer-links-item li, .footer-links-item li a {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #ACACAA;
  font-weight: 400;
  position: relative;
}
.footer-links-item li {
  margin-bottom: 1.5rem;
  position: relative;
}
.footer-links-item li a:hover, .copyright p a:hover {
  color: #f47929;
}
.copyright {
  padding-bottom: 5rem;
}
.copyright p, .copyright p a {
  font-size: 2.4rem;
  color: #BBBBBB;
  font-weight: 400;
  font-family: 'Abel Pro';
}
.social-icon {
  width: 5.6rem;
  height: 5.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #F47929;
  margin-left: 1rem;
  padding: 1.7rem;
}
.social-icon:hover {
  background-color: #e66511;
}
.banner-content-wrapper h4 {
  margin: 1.5rem 0 5rem;
}
.btn-group .btn {
  margin: .5rem;
}
.banner-quotes {
  margin-bottom: 4rem;
}
.banner-quotes p {
  font-size: 2.3rem;
  font-style: italic;
  margin: 2rem 0;
  font-weight: 300;
}
.banner-quotes h6 {
  font-style: italic;
}
.btn-secondary {
  background-color: #F47929;
  border-color: #F47929;
}
.client-logos-list {
  padding: 4rem 0;
}
.client-logos-item img {
  filter: grayscale(1);
}
.about-info-icon {
  min-width: 10rem;
}
.about-info-icon img{
  height: 7.4rem;
  object-fit: contain;
}
.about-info-content {
  width: 70%;
}
.about-info-content h4 {
  text-transform: inherit;
  letter-spacing: -2px;
  color: #1E334F;
}
.about-info-content p strong{
  font-weight: 600;
}
.services-banner-image {
  min-height: 145rem;
  padding: 10rem 0;
  background-attachment: fixed;
}
.services-sec-list-item:nth-child(even) .services-content-wrapper {
  margin-left: auto;
}
.online-sessions-thumb, .blog-thumb-image, .about-on2itsoc-img, .events-list-item, .gallery-list-item,
.body-info-sidebar a {
  overflow: hidden;
  transition: transform .4s;
}
.online-sessions-thumb img, .blog-thumb-image > img, .about-on2itsoc-img img, .events-list-item img,
.gallery-list-item img, .body-info-sidebar a img {
  transition: transform .4s;
}
.gallery-list-item img, .body-info-sidebar a img{
  width: 100%;
  object-fit: cover;
}
.online-seassions-item:hover .online-sessions-thumb img,
.blog-thumb-image:hover > img, .about-on2itsoc-img:hover img,
.events-list-item:hover img, .gallery-list-item:hover img,
.body-info-sidebar a:hover img {
  transform: scale(1.1);
}
.online-seassions-main, .related-resources-main, .gallery-main {
  width: 93% !important;
  max-width: 2200px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 5rem;
}
.slick-arrow {
  border: 1px solid #F04E23;
  width: 7.5rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.3rem;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.slick-arrow:hover {
  background-color: #F04E23;
}
.slick-arrow:hover img {
  filter: brightness(100);
}
.slick-arrow img {
  width: 1.6rem;
  transition: .2s ease-in-out;
}
.slick-arrow:last-child {
  margin-left: 1.5rem;
}
.upcoming-events-wrapper {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 15rem;
}
.events-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-top: 5rem;
}
.seassions-slider .slick-slide {
  width: 59.8rem !important;
  margin-right: 6rem;
  position: relative;
}
#gallery-slider .slick-slide{
  width: 72rem !important;
  margin-right: 6rem;
}
.online-seassions-item-content {
  margin-top: 3.7rem;
}
.online-seassions-item-content h6 {
  color: #9D9D9D;
  text-transform: inherit;
  font-weight: 600;
}
.online-seassions-item-content h4 {
  font-weight: 600;
  color: #1E334F;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -2px;
  text-transform: inherit;
}
.online-seassions-item-content .btn, .about-reacting-list-item .btn {
  background-color: transparent;
  color: #F47929;
  padding: 1.1rem 4.1rem 1.1rem 2rem;
  min-width: 20rem;
  margin-top: 3rem;
}
.online-seassions-item-content .btn img {
  filter: none;
}
.online-seassions-item-content .btn:hover, .online-seassions-item:hover .btn{
  background-color: #F47929;
  color: #fff;
}
.online-seassions-item-content .btn:hover img, .online-seassions-item:hover .btn img {
  filter: brightness(100);
}
.services-content-wrapper ul{
  margin-top: 4rem;
}
.services-content-wrapper ul li {
  position: relative;
  font-size: 3.8rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-top: .3rem;
  padding-left: 4.3rem;
}
.services-content-wrapper ul li::before, .threats-talks-content ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/double-check-arrow.png);
  width: 2.5rem;
  height: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.threat-service-info {
  width: 80%;
  margin: 7rem auto 0;
}
.threat-service-info li {
  width: 33.33%;
  text-align: center;
  border-left: 1px solid #D9D9D9;
}
.threat-service-info li:last-child{
  border-right: 1px solid #D9D9D9;
}
.threat-service-info li img {
  width: 2.5rem;
  margin-bottom: 1.5rem;
}
.threat-service-info li h6 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: inherit;
}
.about-reacting > .btn {
  background-color: transparent;
  color: #F47929;
  text-align: center;
  padding: 1.55rem 5rem 1.55rem 5rem;
  font-size: 3rem;
  margin: auto;
  width: max-content;
  display: block;
  margin-top: 6rem;
}
.about-reacting > .btn:hover {
  background-color: #F47929;
  color: #fff;
}
.indicate-bottom {
  width: 106.8rem;
  margin: auto;
  display: block;
}
.about-reacting-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
}
.about-reacting-list-item {
  display: block;
  background: #F47929;
  border-radius: 2rem;
  padding: 7rem 4rem;
}
.about-reacting-list-item:hover {
  background-color: #1F435F;
}
.about-reacting-list-item > img {
  width: 15.9rem;
  margin-bottom: 3.5rem;
}
.about-reacting-list-item h5 {
  font-size: 2.5rem;
}
.about-reacting-list-item .btn {
  border-color: #fff;
  color: #fff;
  min-width: 24rem;
}
.about-reacting-list-item .btn img{
  filter: brightness(100);
}
.about-reacting-list-item .btn:hover, .about-reacting-list-item:hover .btn {
  background-color: #fff;
  color: #F47929;
}
.about-reacting-list-item .btn:hover img, .about-reacting-list-item:hover .btn img {
  filter: none;
}
.about-reacting-list-item h4 {
  font-size: 4.2rem;
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  margin-top: 2.7rem;
  display: inline-block;
}
.about-reacting-list-item h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.8rem;
  height: .5rem;
  background-size: contain;
  background-image: url(../images/border-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.about-reacting-list-item h4 sup, .talk-details-sec h1 sup,
.footer-links-item li a sup,
.solutions-list-content h4 sup {
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: -1.5rem;
  display: inline-block;
  font-weight: 700;
}
.footer-links-item li a sup {
  color: #fff;
  right: -2rem;
}
.threats-talks-wrapper {
  margin-top: 1rem;
}
.threats-talks-content ul {
  margin: 2rem 0 4rem;
}
.threats-talks-content ul li {
  position: relative;
  font-size: 2.5rem;
  padding-left: 4rem;
  margin-top: 1.2rem;
}
.blog-list {
  margin-top: 6rem;
}
.blog-list li a {
  border-top: 1px solid #CCCCCC;
  padding: 5.5rem 0;
  display: block;
}
.blog-list li:last-child a {
  border-bottom: 1px solid #CCCCCC;
}
.blog-items h6 {
  text-transform: inherit;
  color: #9D9D9D;
  font-weight: 600;
  transition: .2s ease-in-out;
}
.blog-items h4 {
  font-family: 'Open Sans';
  text-transform: inherit;
  font-weight: 600;
  color: #1E334F;
  width: 80%;
}
.blog-items .btn-orange {
  position: absolute;
  top: 5rem;
  right: 0;
  transition: .2s ease-in-out;
}
.btn-orange {
  font-size: 2rem;
  color: #F47929;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid;
  display: inline-block;
  transition: .2s ease-in-out;
}
.btn-orange:hover, .blog-list li a:hover .btn-orange, .recruitments ul li a:hover .btn-orange {
  padding-bottom: 0.3rem;
}
.blog-contents {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  width: 80%;
}
.blog-contents h3 {
  margin-bottom: 3.5rem;
}
.recruitments {
  border-radius: 2rem;
  background-color: #FAFAFA;
  padding: 5.5rem 5rem;
}
.recruitments h3 {
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #1F435F;
  margin-bottom: 3.3rem;
}
.recruitments ul li a {
  border-top: 1px solid rgb(31 67 95 / 50%);
  padding: 3.3rem 0;
  display: block;
}
.recruitments ul li a:hover *, .blog-list li a:hover * {
  color: #155b91;
}
.recruitments ul li:last-child a{
  padding-bottom: 0;
}
.recruitments ul li h6 {
  text-transform: inherit;
  font-weight: 600;
  color: #1F435F;
  margin-bottom: .5rem;
  transition: .2s ease-in-out;
}
.recruitments ul li h5 {
  font-size: 2.8rem;
  text-transform: inherit;
  color: #1F435F;
  font-weight: 600;
  font-family: 'Open Sans';
  margin-bottom: 1rem;
}
.recruitments ul li p {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1F435F;
}
.recruitments ul li p img {
  width: 1.5rem;
  margin-right: 1rem;
}
.recruitments ul li .btn-orange {
  font-size: 1.8rem;
}
.header-message-icon {
  position: relative;
  border-left: 1px solid rgb(217 217 217 / 30%);
  padding: 0 5rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-message-icon a {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
}
.header-message-icon a img{
  width: 2.5rem;
}
#selected-lang {
  border: 1px solid #DEDEDE;
  border-radius: 2.5rem .5rem .5rem 2.5rem;
  background-color: transparent;
  width: 9rem;
  padding: .35rem 0;
  display: flex;
  align-items: center;
}
#selected-lang > img {
  vertical-align: middle;
  width: 4.2rem;
  margin-left: 0.7rem;
}
#selected-lang span.arrow img {
  margin-left: 1rem;
  width: 1.6rem;
  transition: .2s ease-in-out;
}
.language-list{
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #fff;
  top: 10rem;
  transition: max-height 0.2s ease-in-out;
  border-radius: .8rem;
  box-shadow: 0px 4px 13px 0px #00000040;
}
.header-right{
  height: 100%;
}
.main-header #language-list li {
  margin-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 2rem;
  cursor: pointer;
}
.main-header #language-list li:last-child {
  border-bottom: 0;
}
.main-header #language-list li img {
  width: 3rem;
  margin-right: 1rem;
}
.header-phoneicon img {
  width: 5rem;
  margin-left: 4rem;
}
.bg-grey{
  background-color: #EFF1F9;
}
.contact-form {
  background-color: #F8F9FF;
  border-radius: 3rem;
  padding: 5rem 4.5rem;
}
.form-group {
  margin-bottom: 3rem;
}
.form-control {
  width: 100%;
  outline: none;
  background-color: transparent;
  color: #000;
  padding: 1rem 0 2rem 0rem;
  border: solid;
  border-width: 0px 0px 1px 0px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  display: block;
}
.form-control::placeholder{
  color: #000;
}
.form-submit button.btn::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  background-image: url(../images/arrow-right.png);
  z-index: 9;
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  filter: invert(1);
  transition: .2s ease-in-out;
  background-size: contain;
}
.form-submit button.btn:hover::after{
  transform: rotate(45deg);
}
.custom-radio-input p span.wpcf7-list-item.first {
  margin-left: 0;
}
.form-group.custom-radio-input {
  margin-top: -2rem;
}
.custom-radio-input .wpcf7-radio.form-control span.wpcf7-list-item-label {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  vertical-align: middle;
}
.custom-radio-input p span.wpcf7-list-item label input{
  vertical-align: middle;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1.8rem;
} {
  color: #fff;
  font-size: 2rem;
}
.wpcf7-text.hidden {
  display: none;
}
.internal-banner{
  min-height: 75rem;
}
.bottom-banner{
  min-height: 100rem;
  background-attachment: fixed;
}
.bottom-banner-content p {
    margin: 2rem 0 3rem;
}
.internal-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(8 44 71 / 46%) 0%, rgb(0 5 8 / 90%) 96.1%);
  top: 0;
}
.contact-info ul {
  margin: 3.5rem 0px 5rem;
}
.contact-info ul li {
  font-size: 2.2rem;
  margin-top: 2rem;
}
.contact-info ul li img {
  width: 2.8rem;
  object-fit: contain;
  margin-right: 2rem;
}
.contact-info ul li a {
  font-family: "Open Sans", sans-serif;
  color: #4B4B4B;
}
.contact-info ul li a:hover {
  color: #f47929;
}
.customers {
  background-size: 198rem;
  background-repeat: no-repeat;
  background-position: center 114%;
}
.customers-details {
  margin: 10rem 0 50rem;
}
.customers-details h4 {
  font-size: 9rem;
}
.locations-items:first-child{
  margin-right: 3rem;
  padding-right: 3rem;
  border-right: 1px solid #EFF1F9;
}
.locations-items img{
  width: 3.3rem;
  height: 4.3rem;
  object-fit: scale-down;
  margin-right: 2rem;
}
.locations-content ul li {
  position: relative;
  color: #D0D0D0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #D0D0D0;
  font-family: "Open Sans", sans-serif;
}
.locations-items:last-child img {
  filter: brightness(100);
}
.single-techsolutions .header-logo,
.single-techsolutions .header-message-icon a img,
.single-techevents .header-message-icon a img,
.single-techevents .header-logo,
.single-post .header-logo,
.single-post .header-message-icon a img,
body.privacy-policy .header-logo,
body.privacy-policy .header-message-icon a img {
  filter: invert(1);
}
.single-techsolutions .main-header .navigation ul li a,
.single-techevents .main-header .navigation ul li a,
.single-post .main-header .navigation ul li a,
body.privacy-policy .main-header .navigation ul li a {
  color: #000;
}
.single-techsolutions .menu-item-has-children::after,
.single-post .menu-item-has-children::after,
.single-techevents .menu-item-has-children::after,
body.privacy-policy .menu-item-has-children::after{
  filter: none;
}
.single-techsolutions .header-message-icon a,
.single-techevents .header-message-icon a,
.single-post .header-message-icon a,
body.privacy-policy .header-message-icon a {
  background-color: #000;
}
.talk-details-sec {
  padding-top: 20rem !important;
}
.talk-details-sec h1{
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.taks-dtl-banner p {
  width: 75%;
  margin: 2rem auto 4rem;
}
.sidebar-form {
  position: sticky;
  top: 5rem;
  height: max-content;
}
.talk-details-content p {
  margin-top: 2rem;
}
.talk-details-content h5 {
  margin-top: 4rem;
  font-weight: 900;
  text-transform: capitalize;
}
.talk-details-content h6 {
  text-transform: inherit;
  margin: 3rem 0 5rem;
}
.talk-details-content ul {
  margin-bottom: 4rem;
}
.talk-details-content ul li, .talk-details-content ol li {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #4B4B4B;
  line-height: 1.4;
  margin-bottom: 1rem;
  list-style-type: disc;
  margin-left: 2rem;
}
.talk-details-content ol li {
  list-style: auto;
}
.solutions-list-item {
  overflow: hidden;
  transition: transform .4s;
  border-radius: 1.5rem;
  display: inline-block;
  width: 47rem;
  margin-right: 2rem;
}
.solutions-list-item::after, .tech-solutions-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 23, 25, 0) 39.61%, #171719 100%);
}
.solutions-list-img img, .tech-solutions-img img {
  width: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.solutions-list-item:hover .solutions-list-img img,
.tech-solutions-item:hover .tech-solutions-img img {
  transform: scale(1.1);
}
.solutions-list-content, .tech-solutions-list-content {
  position: absolute;
  bottom: 5rem;
  width: 85%;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
}
.solutions-list-content h4{
  display: inline-block;
  position: relative;
}
.solutions-list-content p, .tech-solutions-list-content p {
  line-height: 1.3;
  margin-top: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.location-banner{
  min-height: 109.7rem;
}
.location-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 81%);
}
.contact-address-head{
  margin-bottom: 6rem;
}
.contact-other-infos-wraper {
  padding: 4rem;
  border-radius: 4rem;
  margin-top: 2rem;
}
.contact-other-infos-wraper:nth-child(odd) {
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding-top: 7rem;
}
.contact-location li {
  font-size: 2.2rem;
  list-style: none;
}
.tech-resources-banner .resources-banner-content p {
  margin-top: 1.5rem;
}
.talk-details-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(1deg, rgb(8 44 71 / 46%) 0%, rgb(0 5 8 / 90%) 96.1%);
}
.tech-leftbox {
  background-color: #F8F9FF;
  border-radius: 3rem;
  padding: 5rem 4.5rem;
  height: max-content;
  position: sticky;
  top: 5rem;
}
.tech-leftbox h4 {
  color: #1F435F;
}
.tech-leftbox ul {
  margin-top: 3rem;
}
.tech-leftbox ul li {
  border-bottom: 1px solid rgb(152 146 146 / 30%);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.tech-leftbox ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tech-leftbox ul li h5 {
  text-transform: inherit;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.tech-leftbox ul li p {
  font-size: 2rem;
}
.about-tech-details ul {
  margin: 2.5rem 0;
}
.about-tech-details ul li, .about-tech-details ol li {
  list-style: disc;
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-left: 2rem;
  color: #4B4B4B;
  margin-bottom: 0.5rem;
}
.about-tech-details ol li{
  list-style: auto;
}
.featured-resources video, .featured-resource-image {
  margin: 5rem 0 3.5rem;
}
#related-resources-slider {
  display: block;
}
#related-resources-slider .slick-slide,
#related-solutions-slider .slick-slide {
  width: 47rem;
  margin-right: 2rem;
}
.our-statics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
}
.our-statics li {
  border-right: 1px solid rgb(112 112 112 / 30%);
}
.our-statics li:nth-child(2), .our-statics li:nth-child(4) {
  border-right: 0;
}
.our-statics h4 {
  font-size: 7.5rem;
  color: #1f435f;
}
.mission-vision-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(1deg, rgb(8 44 71 / 68%) 0%, rgb(1 25 39 / 75%) 96.1%);
}
.about-mission-vision-item {
  border-top: 1px solid rgb(255 255 255 / 40%);
  padding-top: 9rem;
  margin-top: 9rem;
}
.about-mission-vision-item img {
  margin-bottom: 3rem;
  width: 7.6rem;
}
.about-mission-vision-item:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  padding-bottom: 9rem;
}
.about-mission-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mission-bottom-box h6 {
  text-align: center;
  text-transform: inherit;
  border: 1px solid;
  margin: 0 auto 4rem;
  width: max-content;
  display: block;
  border-radius: 5rem;
  padding: .8rem 3rem;
  font-weight: 600;
}
.gov-certified li {
  width: 25%;
  text-align: center;
}
.gov-certified li img {
  width: 15.3rem;
  padding: 0 0.5rem;
  margin: 0 auto;
}
.why-us-usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 7rem;
}
.why-us-usps li {
  border: 1px solid rgb(31 67 95 / 40%);
  border-radius: 2rem;
  padding: 5rem 4rem;
  transition: .2s ease-in-out;
}
.why-usps-icon img {
  width: 8.5rem;
  margin-bottom: 2rem;
}
.why-usps-content h5 {
  text-transform: inherit;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1rem;
}
.why-us-usps li:hover {
  background-color: #1f435f;
}
.why-us-usps li:hover * {
  color: #fff;
}
.why-us-usps li:hover img {
  filter: invert(1);
}
.faqs-list {
  margin-top: 5rem;
}
.faqs-list .faqs-list-item:first-child .faq-title {
  border-top: 0;
}
.faqs-list .faq-title {
  border-top: 1px solid rgb(46 53 72 / 40%);
  padding: 3rem 0;
  margin-bottom: 0;
  position: relative;
  padding-right: 4rem;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
}
.faqs-list .faq-title::before, .faqs-list .faq-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.8rem;
  height: 2px;
  background-color: #777777;
}
.faqs-list .faq-title.active::after{
  display: none;
}
.faqs-list .faq-title::after {
  height: 2.8rem;
  width: 2px;
  right: 1.3rem;
}
.faq-list-description {
  display: none;
  padding-bottom: 4rem;
  margin-top: -1.5rem;
}
.faq-list-description p:not(:last-child){
  margin-bottom: 1.3rem;
}
.blog-list-wrapper {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-column-gap: 3rem;
  margin: 4rem 0 6rem;
  grid-row-gap: 3rem;
}
.blog-list-wrapper .blog-list-item {
  position: relative;
  min-height: 53.5rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 1.5rem;
}
.blog-item-thumb, .blog-item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-content {
  position: relative;
  padding: 4rem;
  z-index: 9;
  width: 100%;
}
.bl-main{
  width: 100%;
}
.blog-list-pagination .page-numbers {
  width: 7.6rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #D6D6D6;
  font-size: 1.8rem;
  color: #333333;
  font-weight: 500;
  margin: 0 1rem;
  background-color: #fff;
}
.blog-list-pagination .page-numbers.current {
  background-color: #F47929;
  border-color: #F47929;
  color: #fff;
}
.blog-list-pagination .page-numbers:hover {
  background-color: #F47929;
  color: #fff;
  border-color: #fff;
}
.blog-list-pagination .prev.page-numbers, .blog-list-pagination .next.page-numbers {
  border-color: #F47929;
}
.blog-item-thumb img {
  transition: all 0.7s ease;
}
.blog-list-wrapper .blog-list-item:hover .blog-item-thumb img {
  transform: scale(1.1);
}
.single-post div#comments,
.single-post .post-navigation {
  display: none;
}
.related-blogs-list {
  margin: 2rem 0 0rem;
}
.blog-detail-wrapper {
  padding: 20rem 0 15rem !important;
}
.blog-detail-wrapper header.entry-header img {
  margin: 3rem 0;
}
.blog-detail-wrapper .container {
  width: 70%;
}
.blog-item-detail-box h3, .blog-item-detail-box ul, .blog-item-detail-box ol {
  margin-top: 4rem;
}
.blog-item-detail-box ol li {
  list-style: inside;
  list-style-type: auto;
}
.blog-item-detail-box ul li, .blog-item-detail-box ol li {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  color: #4B4B4B;
  list-style: inside;
  margin-top: 1rem;
}
.tech-solutions-list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 4rem;
}
.tech-solutions-item{
  transition: transform .4s;
  border-radius: 1.5rem;
  overflow: hidden;
}
.tech-guide-list-wrapper {
  margin: 5rem 0 0;
}
.tech-guide-list-item {
  display: block;
  border-radius: 2rem;
  padding: 3rem 3rem;
  margin-bottom: 3rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.tech-guide-item-head h4{
  margin-bottom: 0;
}
.tech-guide-item-head p {
  margin-top: 1.5rem;
  line-height: 1.4;
}
.view-docs-btn {
  padding: 1.5rem 5.1rem 1.5rem 2rem;
  min-width: 20rem;
}
.browse-services-wraper {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.browse-services-content img {
  filter: invert(1);
  transition: .2s ease-in-out;
}
.tech-solutions-item:hover h3 img {
  transform: rotate(45deg);
}
.popup-main {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  display: none;
}

 .popup-main.is-visible {
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.82);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.popup-main.casestudy-popup.is-visible {
  background: rgb(0 0 0);
}
.popup-content-wrapper {
  max-width: 90%;
  margin: 1.75rem auto;
  width: 120rem;
  transform: translateY(-100%); /* Start position (above the view) */
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1); /* Custom easing */
}
.popup-transition {
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  opacity: 0;
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
  justify-content: center;
}
.popup-main.is-visible .popup-content-wrapper {
  transform: translateY(0); /* Animate the popup to its original position */
  opacity: 1;
}
.close-popup {
  position: absolute;
  right: -3%;
  top: -3%;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.close-popup img {
  width: 2.2rem;
}
.overflowhidden {
  overflow: hidden;
}
.popup-content-inner{
  width: 100%;
}
.popup-files img{
  height:80vh;
  width: 100%; 
  object-fit: cover;
}
.tech-guide-list-main .tech-guide-list-pagination .page-numbers{
  margin-top: 3rem;
}
.body-info-wrapper {
  margin-top: 10rem;
}
.body-info-sidebar a {
  display: block;
}
.body-info-content ul,
.body-info-content ol{
  margin: 2.5rem 0;
}
.body-info-content ul li {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 0.7rem;
}
.body-info-content ol li{
  list-style: auto;
  margin-left: 2rem;
  margin-bottom: 0.7rem;
}
.body-info-content video,
.body-info-content img{
  margin: 3rem 0;
}
.privacy-policy h1.entry-title {
  margin-bottom: 3rem;
}
body.privacy-policy article {
  padding: 18rem 0 12rem;
  max-width: 1615px;
  width: 75%;
  margin: 0 auto;
}
body.privacy-policy .entry-content ul {
  list-style: disc; 
  margin: 2rem 2rem;
}
body.privacy-policy .entry-content ol {
  list-style: auto;
  margin: 3rem 2rem;
}
body.privacy-policy .entry-content ul li, body.privacy-policy .entry-content ol li {
  margin-bottom: .3rem;
}
body.privacy-policy .entry-content h3 {
  margin-top: 3rem;
}
body.privacy-policy footer.entry-footer {
  display: none;
}
@media (min-width: 1024px){
  .body-info-sidebar {
    position: sticky;
    height: max-content;
    top: 5rem;
  }
}
@media (min-width: 1920px){
  .online-seassions-main, .related-resources-main, .gallery-main {
    width: 90% !important;
  }
}
@media (min-width: 2100px){
  .online-seassions-main, .related-resources-main, .gallery-main {
    margin-left: 13vw;
  }
}
@media (min-width: 2200px){
  .online-seassions-main, .related-resources-main, .gallery-main {
    margin-left: 15vw;
  }
}
@media (min-width: 2300px){
  .online-seassions-main, .related-resources-main, .gallery-main {
    margin-left: 18vw;
  }
}
@media (min-width: 2500px){
  .online-seassions-main, .related-resources-main, .gallery-main {
    margin-left: 20vw;
  }
}
@media (max-width: 1600px){
  html{
    font-size: 52%;
  }
}

@media (max-width: 1440px){
  html{
    font-size: 47%;
  }
}
@media (max-width: 1370px){
  html{
    font-size: 44%;
  }
}
@media (max-width: 1300px){
  html{
    font-size: 41%;
  }
}
@media (max-width: 1179px){
  .container, .main-header .container {
    width: 90%;
  }
  .navigation {
    width: 83%;
  }
  .navigation > ul {
    width: 75%;
  }
}
@media (max-width: 1023px){
  h1{
    font-size: 7.5rem;
  }
  h2{
    font-size: 6.5rem;
  }
  h3{
    font-size: 4.5rem;
  }
  h4{
    font-size: 3.5rem;
  }
  h2 br, .threat-talks-head p br{
    display: none;
  }
  .header-content .header-message-icon{
    display: flex !important;
    padding-right: 7rem;
  }
  .header-message-icon{
    border: 0;
  }
  .about-content {
    margin-bottom: 6rem;
  }
  .hide-1023{
    display: none;
  }
  .show-1023{
    display: block !important;
  }
  .body-info-wrapper, .body-info-content {
    margin-top: 6rem;
  }
  .locations-items:first-child {
    margin: 0 0 5rem 0;
    padding-right: 0;
    border-right: 0;
  }
  .navigation > ul {
    margin-right: 0;
    padding-top: 17rem;
    margin-bottom: 5rem;
    width: 100%;
  }
  .header-right {
    height: auto;
    justify-content: center;
  }
  .header-message-icon {
    padding-left: 0;
  }
  .navigation.collapse-navbar.visible {
    right: 0;
    transition: right 0.7s ease;
  }
  .navigation-menu.collapse-navbar {
    padding-right: 0;
  }
    .toggle-menu {
    width: 3.2rem;
    height: 3.2rem;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    display: block;
    bottom: 0;
    margin: auto;
  }
  .toggle-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #fff;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  .toggle-menu span:nth-child(3) {
    top: 18px;
  }
  .toggle-menu.closesidebar span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }
  .toggle-menu.closesidebar span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }
  .toggle-menu.closesidebar span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }
  .toggle-menu.closesidebar span {
    background-color: #000;
  }
  .toggle-menu span:nth-child(2) {
    top: 9px;
  }
  .collapse-navbar {
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    transition: 0.5s;
    border-radius: 0;
    z-index: 99;
    transform: none;
    display: block;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
  }
  .sub-menu {
    background-color: #ffffff;
    border-radius: 0;
    position: static;
    box-shadow: none;
    padding-top: 0 !important;
    margin: 0 !important;
    min-width: auto;
    width: 100%;
  }
  .menu-item-has-children::after {
    top: 3.5rem;
    right: 3rem;
    width: 2.4rem;
    height: 1.4rem;
    filter: brightness(0);
  }
  .header-btn.btn-primary {
    font-size: 2.5rem;
  }
  .main-header .navigation ul li {
    padding: 2.5rem 0;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    font-size: 3.5rem;
  }
  .main-header .navigation .menu-item-has-children li a {
    padding: 0;
  }
  .main-header .navigation ul li a, .main-header .navigation ul li a:hover,
  .main-header .navigation .menu-item-has-children li, .main-header .navigation .menu-item-has-children li a {
    color: #000;
  }
  .main-header .navigation .menu-item-has-children li a {
    font-size: 3rem;
  }
  .main-header .navigation .menu-item-has-children li:hover,
  .main-header .navigation .menu-item-has-children li, .main-header .navigation .menu-item-has-children li a:hover {
    color: #e85113;
    background-color: #fff;
  }
  .main-header .navigation .menu-item-has-children li {
    padding: 1.5rem;
  }
  .single-techsolutions .toggle-menu span,
  .single-post .toggle-menu span,
  .single-techevents .toggle-menu span,
  body.privacy-policy .toggle-menu span {
    background-color: #000;
  }
  .sidebar-form {
    position: relative;
    top: 0;
  }
  .solutions-listing{
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: normal;
    grid-column-gap: normal;
  }
  .solutions-list-item {
    scroll-snap-align: start;
    min-height: auto;
    min-width: 47rem;
    margin-right: 2rem;
    max-width: 47rem;
  }
  .about-on2itsoc-content .btn {
    width: max-content;
    display: block;
    margin: 6rem auto 0;
  }
  .about-on2itsoc-content .img-full {
    margin: 5rem 0;
  }
  .com-width, .threat-service-info{
    width: 100%;
  }
  .threat-service-info li h6 {
    letter-spacing: normal;
  }
  .recruitments, .blog-thumb-image {
    margin-top: 7rem;
  }
  .services-banner-image {
    min-height: 115rem;
  }
  .events-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .services-content-wrapper ul li {
    font-size: 3.3rem;
  }
  .btn{
    font-size: 2.4rem;
  }
  .about-reacting-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7rem;
  }
  .about-reacting-list a:nth-child(3) {
    grid-column: 1 / 3; /* Span across both columns */
    justify-self: center; /* Center align the third div */
    width: calc(50% - 1.75rem); /* Make it same width as other boxes */
  }
  .contact-form {
    margin-top: 7rem;
  }
  .contact-loations {
    flex-direction: column;
  }
  .locations-content {
    width: 80%;
  }
  .full-width-1023{
    width: 100% !important;
  }
  .tech-leftbox{
    position: relative;
    top: 0;
    order: 2;
    margin-top: 5rem;
  }
  .our-statics {
    margin-top: 7rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .our-statics li:nth-child(2), .our-statics li:nth-child(4) {
    border-right: 1px solid rgb(112 112 112 / 30%);
  }
  .mission-bottom-box {
    margin-top: 10rem;
  }
  .mission-bottom-box h6 {
    width: auto;
    display: inline-block;
  }
  .footer-links {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }
  .footer-links::before{
    display: none;
  }
  .footer-links-item{
    display: none;
  }
  .footer-links h5, .footer-links h5 a {
    font-size: 3rem;
    border-top: 1px solid #ffffff;
    margin: 0;
    padding: 3.5rem 0;
    position: relative;
    color: #ffffff;
  }
  .footer-links h5::before, .footer-links h5::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffff;
  }
  .footer-links h5::before{
    width: 3rem;
    height: 1.5px;
  }
  .footer-links h5::after{
    height: 3rem;
    width: 1.5px;
    right: 1.2rem;
  }
  .accordion-header.accordion-header-first {
    border-top: 0;
    padding-top: 0;
  }
  .accordion-header.active::after, .company-brochure-infos .accor-company.active::after,
  .footer-links-head h5::before, .footer-links-head h5::after{
    display: none;
  }
  .footer-links-head h5 {
    border: 0;
    padding: 2rem 0;
  }
  .footer-links-head h5, .footer-links h5 a {
    border: 0;
  }
  .footer-links-item.social-links a {
    display: inline-flex;
  }
  .footer-links-item {
    padding-bottom: 3rem;
  }
  .footer-links-head {
    border-top: 1px solid #fff;
    padding-top: 3rem;
  }
  .footer-description{
    margin: 0 !important;
  }
  .copyright {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .copyright p:first-child{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .copyright p, .copyright p a {
    font-size: 2.2rem;
  }
  .online-seassions-item-content .btn, .about-reacting-list-item .btn {
    padding-right: 6.1rem;
  }
  .blog-items h4{
    width: 100%;
  }
  body.privacy-policy article {
    padding: 20rem 0 12rem;
    width: 90%;
  }
  .floating-box {
    width: 7rem;
    height: 7rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #1f435f;
    position: fixed;
    bottom: 5%;
    right: 5%;
    animation: floatUpDown 3s ease-in-out infinite;
  }
  .floating-box img {
    filter: invert(1);
  }
  @keyframes floatUpDown {
    0% {
          transform: translateY(0);
      }
      50% {
          transform: translateY(-10px); /* Adjust as needed */
      }
      100% {
          transform: translateY(0);
      }
  }
}

@media (max-width: 950px){
  .com-pd-15{
    padding: 12rem 0;
  }
  .border-top{
    padding-top: 12rem;
  }
  .blog-detail-wrapper{
    padding-bottom: 12rem !important;
  }
  .hide-950{
    display: none !important;
  }
  .show-950{
    display: block !important;
  }
  .blog-list-wrapper, .tech-solutions-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-links-item li, .footer-links-item li a {
    font-size: 2.7rem;
  }
  .upcoming-events-wrapper {
    padding-bottom: 12rem;
  }
  .about-mission-vision-item img {
    width: 5.6rem;
  }
  .about-mission-vision-item {
    padding-top: 5rem;
    margin-top: 5rem;
  }
  .about-mission-vision-item:last-child {
    padding-bottom: 5rem;
  }
  .blog-detail-wrapper .container{
    width: 90%;
  }
  .related-posts-section .container {
    margin-right: 0;
    width: 94%;
  }
  .related-blogs-list {
    margin: 2rem 0 0rem;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: normal;
    grid-column-gap: normal;
  }
  .related-blogs-list a {
    scroll-snap-align: start;
    min-height: auto;
    min-width: 50rem;
    margin-right: 2rem;
    max-width: 50rem;
  }
  .popup-files img{
    height: auto;
  }
}
@media (max-width: 767px){
  .full-width-767{
    width: 100% !important;
  }
  .taks-dtl-banner p {
    width: 100%;
  }
  .customers-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .customers-details li {
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
    padding-top: 3rem;
  }
  .customers-details li:nth-child(1), .customers-details li:nth-child(2) {
    border-top: 0;
    padding: 0 0 3rem;
  }
  .customers-details li:nth-child(2), .customers-details li:nth-child(4) {
    border-right: 0;
  }
  .locations-content {
    width: 87%;
  }
  .locations-content ul li {
    font-size: 14px;
  }
  .contact-address-head div {
    order: 1;
  }
  .contact-other-infos-wraper {
    padding: 6rem 4rem;
  }
  .contact-location li {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .our-statics {
    margin-top: 7rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .our-statics li:nth-child(2), .our-statics li:nth-child(4){
    border-right: 0;
  }
  .why-us-usps {
    grid-template-columns: repeat(2, 1fr);
  }
  .view-docs-btn{
    margin-top: 3rem;
  }
}
@media (max-width: 639px){
  .full-width-639{
    width: 100% !important;
  }
  .show-639{
    display: block !important;
  }
  .hide-639{
    display: none !important;
  }
  .about-reacting > .btn {
    width: auto;
    padding: 1.55rem 3rem 1.55rem 3rem;
  }
  .banner-content-wrapper {
    padding-top: 10rem;
  }
  .threat-service-info li {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    padding: 2rem 0;
  }
  .threat-service-info li:last-child {
    border-right: 0;
  }
  .threat-service-info li img {
    width: 2.5rem;
    margin: 0 2rem 0 0;
  }
  .about-reacting-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2rem;
  }
  .about-reacting-list a:nth-child(3) {
    grid-column: 1 / 1;
    width: 100%;
  }
  .footer-links-item{
    columns: 1;
  }
  .recruitments ul li h5 {
    font-size: 2.5rem;
  }
  .seassions-slider .slick-slide {
    width: 44.8rem !important;
    margin-right: 2rem;
  }
  #gallery-slider .slick-slide{
    width: 55rem !important;
    margin-right: 2rem;
  }
  .customers-details h4 {
    font-size: 7.5rem;
  }
  .customers {
    background-position-y: 70%;
    background-repeat: no-repeat;
    background-size: 80rem;
  }
  .tech-resources-banner .resources-banner-content p{
    width: 100%;
  }
  .why-us-usps, .blog-list-wrapper, .tech-solutions-list, .browse-services-wraper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 470px){
  .events-list{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 420px){
}
@media (max-width: 360px){
}