@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Bold.woff2') format('woff2'),
        url('../font/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Black.woff2') format('woff2'),
        url('../font/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Light.woff2') format('woff2'),
        url('../font/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Medium.woff2') format('woff2'),
        url('../font/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../font/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Regular.woff2') format('woff2'),
        url('../font/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-SemiBold.woff2') format('woff2'),
        url('../font/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Thin.woff2') format('woff2'),
        url('../font/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-UltraLight.woff2') format('woff2'),
        url('../font/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
*:state(webkit-media-controls-panel) {
  display: none!important;
 -webkit-appearance: none;
}

*:state(webkit-media-controls-play-button) {
  display: none!important;
  -webkit-appearance: none;
}

*:state(webkit-media-controls-start-playback-button) {
  display: none!important;
  -webkit-appearance: none;
}
*,
*::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: "Gilroy";
    vertical-align: baseline;
    line-height: 1
}

html {
    font-size: 10px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-family: "Gilroy";
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #EFF1F9;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: inherit
}
.slick-slide{height: auto;}
.col-1 {
    width: 15%
}

.col-25 {
    width: 25%
}

.col-27 {
    width: 27%
}

.col-2 {
    width: 20%
}

.col-3 {
    width: 30%
}

.col-4 {
    width: 40%
}

.col-5 {
    width: 50%
}

.col-6 {
    width: 60%
}

.col-7 {
    width: 70%
}

.col-8 {
    width: 80%
}

.col-9 {
    width: 90%
}

.col-85 {
    width: 85%
}

.col-45 {
    width: 45%
}

.col-55 {
    width: 55%
}

.col-65 {
    width: 65%
}

.col-35 {
    width: 35%
}

.col-75 {
    width: 75%
}

.col-65 {
    width: 65%
}

.col-100 {
    width: 100%
}

.flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.space-between {
    justify-content: space-between;
}

.flex-center {
    align-items: center;
}

.ctn,.center {
    text-align: center;
}
.center-div{margin: 0 auto;}
html {
  scroll-behavior: smooth;
}
body.no-smooth-scroll {
  scroll-behavior: auto;
}

h1 {
    font-size: 10rem;
    color: #fff;
    font-weight: 600; 
    letter-spacing: 0;
    line-height: 1.2;
}

h2 {
    font-size: 7.5rem;
    color: #141415;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    letter-spacing: 0;
}

h3 {
    font-size: 3.5rem;
    color: #141415;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 3.8rem;
    color: #141415;
    font-weight: 400;
    line-height: 1.1;
}

h5 {
    font-size: 3rem;
    color: #141415;
    font-weight: 500;
    line-height: 1.2;
}

h6 {
    font-size: 2.8rem;
    color: #000;
    font-weight: 500;
    line-height: 1.1;
}

p {
    font-size: 2rem;
    font-weight: 500;
    color: #575757;
    line-height: 1.4;
    font-family: 'Gilroy', sans-serif;
}

strong {
    font-weight: 500;
}

.mobile-img {
    display: none;
}

.container {
    max-width: 145rem;
    margin: 0 auto;
    width: 100%;
}

.com-padding {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.bottom-padding {
    padding-bottom: 15rem;
}

.top-padding {
    padding-top: 15rem;
}
body > header {
  background-color: transparent;
  width: 100%;
  z-index: 999;
  padding-bottom: 0;
  position: absolute;
  padding-top: 4rem;
}
header .flex-box{
    justify-content: space-between;
    align-items: flex-end;
}
header .wrapper {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}
.button_container {
  display: none;
}
header.fixed {
  position: fixed !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  background-color: rgba(0,0,0,0.95);
  padding: 0;
  z-index: 9999;
}
header .logo-box {
  width: auto;
}
header div#overlay {
    width: 100%;
    max-width: 1100px;
}
header .logo-box img {
  width: 11rem;
  object-fit: contain;
  height: 5.6rem;
}

header nav {
  width: auto;
  text-align: left;
  position: relative;
}

header nav ul.flex-box {
  align-items: center;
}

header nav ul li {
  padding: 0;
  position: relative;
}
header nav ul li:first-child{padding-left: 0;}
header nav ul li a {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  transition: ease-in-out 0.3s;
  position: relative;

}

header nav ul li a::after {
  content: "";
  position: absolute;
  background-color: #4766FF;
  width: 0;
  height: 0.2rem;
  bottom: -1rem;
  left: 0;
  transition: ease-in-out 0.3s;
}

header nav ul li a:hover::after {
  width: 100%;
}

header nav ul li.accot-btn a {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 1.7rem 3.5rem;
  display: inline-block;
  background-color: #4766FF;
  border-radius: 50px;
  border: 1px solid #4766FF;
}

header nav ul li.accot-btn a:hover {
  background-color: transparent;
  color: #4766FF;
}

header nav ul li.accot-btn a::after {
  display: none;
}

.btn {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 2rem 10.5rem 2.3rem 3.5rem;
  display: inline-block;
  background-color: #4766FF;
  border-radius: 5rem;
  border: 1px solid #4766FF;
  margin-top: 3rem;
  transition: all linear 0.2s;
  position: relative;
  line-height: 1;
}
.btn:hover {
    background-color: #fff;
    color: #4766FF;
}
.btn::after{
    content: '';
    position: absolute;
    background: url(../img/btn-arrow.png) no-repeat;
    width: 6.5rem;
    height: 6.5rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    z-index: 1;
}
img {
    max-width: 100%;
}

.hp-banner-section {
    background: no-repeat center;
    height: fit-content;
    background-size: cover;
    padding-top: 30rem;
    background-attachment: fixed;
    overflow: hidden;
	min-height: 80vh;
}
.banner-bottom-box .content-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10rem 0 14rem 0;
}
.banner-bottom-box .content-box h2 {
  color: #fff;
  margin-bottom: 5rem;
}
.banner-bottom-box .content-box.txt-box p {
  color: #fff;
}
.banner-bottom-box .content-box .txt-box p {
  color: #A9A9A9;
  width: 46%;
}
.banner-bottom-box .content-box .txt-box {
  display: flex;
  justify-content: space-between;
}
@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
.bottom-btn .down-arrow img{
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.solution-section a.btn {
    margin-top: 5rem;
  }
.bottom-btn .down-arrow img:hover {
    -webkit-animation: none;
    animation: none;
}
.bottom-btn a{display: inline-block;}
.hp-banner-section .bottom-btn{
    margin-top: 20rem;
}
.heading-box h6, .heading-box label.h6tag {
    color: #111;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-box.flex-box{
    justify-content: space-between;
}
.white-text{
    color: #fff !important; 
}
.solution-listing{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 2rem;
    margin-top: 14rem;
}
.twoboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8rem;
    width: 100%;
}
.service-drop-down .twoboxes strong a {
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0;
}
.solution-listing .solution-box{
    background-color: #fff;
    padding: 8rem 6rem;
    border-radius: 1.5rem;
}
.solution-listing .solution-box img{
    width: 10rem;
    object-fit: contain;
}
.solution-listing .solution-box .text-box{
    margin-top: 13rem;
}
.solution-box .text-box .mainservicestitle{
    font-size: 3.2rem;
    color: #141415;
    font-weight: 600;
    margin-bottom: 1.5rem;
	display: block;
    text-transform: uppercase;
}
.solution-box .text-box ul{margin-top: 3.5rem;}
.solution-box .text-box ul li{
    font-size: 2rem;
    color: #575757;
    font-weight: 500;
    margin-bottom: 1.8rem;
    position: relative;
    padding-left: 1.5rem
}
.solution-box .text-box ul li::after{
    content: '';
    position: absolute;
    background: #4766FF;
    width: .5rem;
    height: .5rem;
    left: 0;
    top: .7rem;
}
.customers-partners-section{
    background-color: #000;
    background-position: 0% 74%;
    background-size: 120rem;
}
.heading-box.flex-box .text-box {
    margin-top: -1rem;
  }
.customers-partners-listing{
    margin-top: 8rem;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    justify-content: flex-end;
    padding: 9.5rem 0;
    padding-right: 15rem;
}
.customers-partners-box .list-box{
    margin-bottom: 7rem;
}
.customers-partners-box h3 {
    font-size: 11rem;
    font-weight: 500;
    background: linear-gradient(180deg, #FFFFFF 40.51%, #888888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* Optional, for non-WebKit browsers */
    text-fill-color: transparent; /* Optional, for non-WebKit browsers */
    line-height: 1;
}
.customers-partners-box span{
    font-size: 3rem;
    color: #C9C9C9;
    display: block;
    margin-top: 1rem;
    font-weight: 400;
}
.hp-contactus-section{
    background: url(../img/microchip.png) no-repeat;
    background-size: 115.9rem;
    background-position: center 77rem;
    padding-bottom: 49rem;
    background-color: #fff;
}
.hp-contactus-section .heading-box{
    text-align: center;
    max-width: 75rem;
    margin: 0 auto;
}
.hp-contactus-section .heading-box h2{font-weight: 400;text-transform: uppercase;}
.hp-contactus-section .heading-box p{max-width: 64rem;margin: 0 auto;} 
.latest-news-section{
    background-color: #314FE2;
}
.wrapper{
    max-width: 168rem;
    margin: 0 0 0 auto;
    width: 100%;
}
.latest-news-slide-box{
    margin-top: 8rem;
    position: relative;
  z-index: 222;
}
.latest-news-slide{
    background: no-repeat center; 
    background-size: cover;
    height: 80rem;
    position: relative;
    padding: 10rem;
    max-width: 150rem;
    border-radius: 1.5rem;
    font-size: 0;
    width: 100%;
    margin-right: 3rem;
}
.latest-news-section .heading-box p{
    margin-bottom: 5rem;
}
.latest-news-slide::after{
    content: '';
    background: linear-gradient(90deg, #000000 -8.45%, rgba(102, 102, 102, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 1.5rem;
}
.latest-news-slide .text-box{
    position: absolute;
    z-index: 1;
    left: 10rem;
    top: 20rem;
    max-width: 100rem;
    z-index: 100;
}
.latest-news-slide .text-box h6{
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.latest-news-slide .text-box h4{
    font-size: 7rem;
    font-weight: 500;
    margin: 1rem 0 2rem;
}
.btn.white-btn{
    background-color: #fff;
    color: #111;
	will-change: opacity, transform;
    border-color: #fff;
}
.btn.white-btn::after{
    background-image: url(../img/white-btn-arrow.png);
}
.btn.white-btn:hover{
    background-color: #314FE2;
    color: #fff;
}
.certified-section {
    background: linear-gradient(91.25deg, #2B3D99 6.97%, #4766FF 100.92%);
    padding: 4rem 0;
    position: relative;
    z-index: 11;
  }
  .certified-section .flex-box {
    align-items: center;
    justify-content: space-between;
  }
  .certified-section .certified-box {
    width: 70%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
  }
  .certified-section .certified-box img {
    width: 13rem;
    object-fit: contain;
  }
  .certified-section .certified-box .txt-box {
    padding-left: 7rem;
  }
  .certified-box .txt-box .certifiedtitle {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  .certified-box .txt-box p {
    color: #fff;
  }
  .certified-section .btn-box a.btn {
    margin: 0;
  }

  .certified-section {
    background: linear-gradient(91.25deg, #2B3D99 6.97%, #4766FF 100.92%);
    padding: 4rem 0;
  }
  .certified-section .flex-box {
    align-items: center;
    justify-content: space-between;
  }
  .certified-section .certified-box {
    width: 70%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
  }
  .certified-section .certified-box img {
    width: 13rem;
    object-fit: contain;
  }
  .certified-section .certified-box .txt-box {
    padding-left: 7rem;
  }
  .certified-box .txt-box .certifiedtitle {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  .certified-box .txt-box p {
    color: #fff;
  }
  .certified-section .btn-box a.btn {
    margin: 0;
  }
  footer {
    background-color: #06101D;
    padding-top: 7rem;
  }
  footer .nav-section {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin-bottom: 10rem;
  }
  footer .nav-section strong.footertitle {
	display: block;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 4rem;
  }
  footer .nav-section ul.link-list li a {
    color: #ACACAA;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-left: 0;
    position: relative;
  }
  footer .nav-section ul.link-list li {
    margin-bottom: 2rem;
  }
  ul.social-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }

  footer .middle-nav {
    padding: 3rem 0;
    border-top: 1px solid #62656A;
    border-bottom: 1px solid #62656A;
  }
  footer .middle-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  footer .middle-nav ul a {
    color: #ACACAA;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 1rem 0;
  }
  footer .middle-nav ul li {
    padding: 0 5rem;
    text-align: center;
    border-left: 1px solid #62656A;
    width: 25%;
  }
  footer .middle-nav ul li:first-child{
    padding-left: 1.5rem;
    text-align: left;
    width: auto;
    border-left:none;
  }
  footer .middle-nav ul li:last-child{
    padding-right: 1.5rem;
    text-align: right;
    width: auto;
    border-right:none;
  }

  footer .bottom-txt {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin-top: 7rem;
  }
  footer .bottom-txt p {
    color: #fff;
    margin-bottom: 2rem;
  }
  footer .bottom-txt address {
    font-size: 16px;
    color: #ACACAA;
    line-height: 2;
  }
  footer .bottom-txt a {
    font-size: 16px;
    color: #ACACAA;
    display: block;
    margin-bottom: 2rem;
  }
  footer .copyright {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #62656A;
    margin-top: 5rem;
    padding: 4rem 0;
  }
  footer .copyright p {
    color: #C5C5C5;
    font-size: 16px;
  }
  footer a{
    transition: all linear .2s;
  }
  footer a:hover{
    color: #fff !important;
}
.unlock-future-section{
    background: url(../img/unlock-future-banner.jpg) no-repeat center;
    height: 100rem;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 11;
}
ul.social-list a img {
    width: 5rem;
    object-fit: contain;
    transition: all linear .2s;
  }
  ul.social-list a:hover img {
    filter: invert(1);
  }
.unlock-future-section .heading-box {
    max-width: 105rem;
    text-align: center;
    margin: 0 auto;
  }
  .unlock-future-section .heading-box p {
    color: #fff;
  }
.mobile-box{display: none;}

footer .bottom-txt {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hp-blogs-section .flex-box {
    justify-content: space-between;
  }
  .hp-blogs-section .download-ebook-box {
    background: linear-gradient(283.09deg, #3C56D2 30.9%, #4766FF 107.13%);
    margin-right: 7rem;
    border-radius: 1.5rem;
    padding: 9rem 6.5rem 23rem 6.5rem;
    height: 100%;
    position: relative;
  }
  .hp-blogs-section .download-ebook-box .text-box{
    position: relative;
  z-index: 1;
  }
  .hp-blogs-section .download-ebook-box p {
    font-size: 3rem;
  }
  .hp-blogs-section .download-ebook-box h4 {
    font-size: 7rem;
    margin: 1rem 0 3rem;
  }

  h1 img{width: 5.4rem;object-fit: contain;}

  .hp-blogs-section .heading-box.flex-box {
    margin-bottom: 9.5rem;
  }
  .hp-blogs-section .blogs-listing .blog-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
  }
  .hp-blogs-section .blogs-listing .blog-box img {
    width: 22rem;
    height: 22rem;
    object-fit: cover;
    border-radius: 2rem;
  }

  .hp-blogs-section .blogs-listing .blog-box .img-box {
    width: 25%;
  }
  .hp-blogs-section .blogs-listing .blog-box .text-box {
    padding-left: 6rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
  }
  .hp-blogs-section .blogs-listing .blog-box .text-box a img {
    width: 7.3rem;
    height: 7.3rem;
    object-fit: contain;
  }
  .hp-blogs-section .blogs-listing .blog-box .text-box h4 {
    max-width: 40rem;
    font-size: 3rem;
  }

  .hp-blogs-section .download-ebook-box img {
    width: 29.6rem;
    height: 22.2rem;
    object-fit: contain;
  }
  .hp-blogs-section .download-ebook-box::after{
    content: '';
    position: absolute;
    background: url(../img/graph.png) no-repeat;
    width: 55rem;
    height: 45.3rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .4;
  z-index: 0;
  background-size: contain;
  }
  footer .copyright p a:hover{
    color: #69c291 !important;
  }
.service-detail-banner{
  background: url(../img/service-detail-banner.jpg) no-repeat center;
  background-size: cover;
}

.inner-banner-section {
  background-size: cover;
  height: 76rem;
  padding-top: 26rem;
  background-repeat: no-repeat;
}
.inner-banner-section p{margin-top: 2rem;}

.breadcrumb-grp ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 1rem;
}
.breadcrumb-grp ul li {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.breadcrumb-grp ul li::after {
  content: '/';
  position: absolute;
  right: -.3rem;
  top: 0;
}
.breadcrumb-grp ul li:last-child{color: #787878;}
.breadcrumb-grp ul li:last-child::after{display: none;}
.heading-box.flex-box .text-box .para-box{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-service-section .text-box p:nth-child(1) {
  width: 51%;
}
.about-service-section .text-box p:nth-child(2) {
  width: 40%;
}
.heading-box.flex-box .text-box img {
  margin-top: 6rem;
  max-width: 107.5rem;
  width: 100%;
  border-radius: 2rem;
}
.optimal-solutions-section{
  background-color: #000;
}
.optimal-solutions-listing{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10rem 0;
  margin-top: 10rem;
}
.optimal-solutions-listing .list-box{
  background-color: #141414;
  padding: 6rem 7rem;
  border-radius: 1.5rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;

}
.optimal-solutions-listing .list-box img{
  width: 10rem;
  height: 10rem;
  object-fit: contain;
  object-position: top;
}
.optimal-solutions-listing .list-box .txt{
  padding-left: 5rem;
}
.list-box .txt h5{
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.service-solutions-listing {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 7rem;
  margin-top: 9rem;
}
.service-solutions-listing.globalheadquaterlist{
    display: flex;
    gap: 4rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 9rem;
    width: 100%;
}
.service-solutions-listing.globalheadquaterlist .list-box{
    position: relative;
    width: 32%;
}
.service-solutions-listing .list-box img {
  width: 100%; 
  border-radius: 2rem; 
}
.service-solutions-listing .list-box h5 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2rem;
  font-size: 2.8rem;
}
.service-solutions-listing .list-box {
  position: relative;
}
.service-solutions-listing .list-box::after{
  content: '';
  position: absolute;
  background: url(../img/cta.png) no-repeat;
  width: 5rem;
  height: 5rem;
  background-size: contain;
  right: 3rem;
  top: 3rem;
  transition: all linear .2s;
}
.service-solutions-listing .list-box:hover::after{
  filter: grayscale(1);
  transform: rotate(45deg);
}
.newsletter-section .flex-box{align-items: center;}
.newsletter-section .text-box{
  max-width: 40rem;
  width: 20%;
}
.newsletter-section .text-box h4{
  color: #fff;
  font-weight: 4.5rem;
}
.newsletter-section .form-box{width: 75%;}
.newsletter-section .form-box input{
  border: none;
  border-bottom: 2px solid #fff;
  padding: 0 0 2rem 0;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  margin: 0 .4rem;
  width: calc(30% - 6rem);
  height: 100%;
}
.newsletter-section .form-box form{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}

.download-box{
  background: linear-gradient(283.09deg, #3C56D2 30.9%, #4766FF 107.13%);
  padding: 6rem 4.5rem;
  border-radius: 1.5rem;
  margin-right: 7rem;
  position: sticky;
  top: 5rem;
}
.download-box h6{
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.download-box img{
  width: 14.3rem;
  object-fit: contain;
  margin-bottom: 4rem;
}
.download-box h4{
  font-size: 3.7rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
  text-transform: capitalize;
}
.text-editor p{
  padding-bottom: 3.5rem;
}
.text-editor h4{
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.text-editor img{
  width: 100%;
  border-radius: 2rem;
}
.partners-section{
  background-color: #fff;
}
.partners-section .text-box a.btn{margin-top: 5rem;}
.partners-section .customer-box{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  margin-top: 10rem;
}
.partners-section .customer-box .list-box{
  border-radius: 1.5rem;
  border: 1px solid #CCD0DD;
  padding: 2rem 0;
  text-align: center;
}
.partners-section .customer-box .list-box img{
  width: 15rem;
  aspect-ratio: 3/2;
  object-fit: scale-down;
  object-position: center;
}
.about-service-section .text-box::after {
  content: '';
  display: table;
  clear: both;
}
.explore-oem-section{
  background-image: url(../img/explore-oem-banner.png);
}
.tab-content{
  display: none;
}
.tab-content.current{
  display: block;
}

ul.contact-box li {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 3rem;
}
ul.contact-box li a {
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
  display: block;
  margin-left: 3rem;
}
ul.contact-box {
  margin: 5rem 0 4rem;
}
.get-in-touch-form ul.social-list img {
  border-radius: 1rem;
}
.get-in-touch-section.com-padding .col-4.text-box.full-950 .form-box {
    max-width: 100%;
}
.get-in-touch-section .text-box label.h4tag {
    font-size: 4.5rem;
    font-weight: 600;
    display: block;
    margin-bottom: 2rem;
}
.get-in-touch-section .form-box{margin-top: 3rem;}
.get-in-touch-section .form-box input{
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 4rem;
  line-height: 1;
  border: none;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 2rem;
}
.get-in-touch-section .form-box textarea{
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 4rem;
  line-height: 1;
  border: none;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 2rem;
  height: 15rem;
}
form button{
  background-color: #4766FF !important;
  color: #fff !important;
}
form button:hover{
  background-color: #fff !important;
  color: #4766FF !important;
}
.contactus-customers-section{
  background: url(../img/location-map.png) no-repeat center bottom;
  background-size: 198rem;
  background-color: #000;
  background-position-y: 75rem;
}
.contactus-customers-section .heading-box{
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #111;
}
ul.customers-detail-list{
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
}

ul.customers-detail-list li h3{
  font-size: 8rem;
  background: linear-gradient(180deg, #FFFFFF 40.51%, #888888 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}
ul.customers-detail-list li p{
  color: #C9C9C9;
  font-size: 3rem;
  font-weight: 400;
}

.contactus-customers-section ul.customers-detail-list{
  margin-bottom: 70rem;
}
.contactus-customers-section .location-list{
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.location-list .hq-box{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.location-list .hq-box strong.h5tag{
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  display: block;
}
.location-list .hq-box 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;
}
.location-list .hq-box ul li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.location-list .hq-box img{
  width: 3.3rem;
  height: 4.3rem;
  object-fit: scale-down;
  margin-right: 1rem;
}
.location-list .hq-box:first-child{
  margin-right: 3rem;
  padding-right: 3rem;
  border-right: 1px solid #EFF1F9;
}
.location-tab-section .heading-box h2{
  font-weight: 400;
}
.location-tab-section ul.location-tab{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-top: 4.5rem;
}
.location-tab-section ul.location-tab li.current{
  background-color: #4766FF;
  color: #fff;
}
.location-tab-section ul.location-tab li{
  font-size: 2.2rem;
  color: #4766FF;
  font-weight: 600;
  text-align: center;
  padding: 2rem 3.5rem 2.3rem 3.5rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 5rem;
  border: 1px solid #4766FF;
  margin: 0 1.5rem;
  cursor: pointer;
}
.location-tab-section .service-solutions-listing .list-box strong.h5tag{
	max-width: 40rem;
	margin-bottom: 1.5rem;
	display: block;
	font-weight: 500;
	margin-top: 2rem;
	font-size: 2.8rem;
	line-height: 1.2;
}
.career-slide-section .heading-box{
  max-width: 120rem;
}
.career-slide-section .heading-box h2{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10rem;
}
ul.contact-box li img{
  width: 2.8rem;
}
.service-solutions-listing.blog-listing{margin-top: 0;}
.blog-listing .list-box .txt h5 {
  margin-bottom: 1.5rem;
}
.service-solutions-listing.blog-listing .list-box::after{display: none;}
.leadership-banner {
  background-image: url(../img/leadership-banner.jpg);
}

.leadership-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  margin-top: 9rem;
}
.leadership-list .leadership-box > img {
  width: 100%;
  border-radius: 2rem;
}
.leadership-list .leadership-box .text-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.leadership-list .leadership-box .text-box h6 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.leadership-list .leadership-box .text-box span {
  font-size: 2rem;
  display: block;
  font-weight: 500;
  color: #575757;
}
.team-section {
  background-color: #fff;
}
.team-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  margin-top: 9rem;
}
.leadership-list .leadership-box:first-child {
    grid-column-start: 2;
    grid-column-end: 2;
}
.team-list .team-box .text-box h6 {
  font-size: 3.2rem;
  color: #111;
  font-weight: 500;
}
.team-list .team-box .text-box span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1rem;
}
.team-list .team-box .text-box {
  margin-top: 2rem;
}
.team-list .team-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.timeline-section {
  background-color: #4766FF;
}

.timeline-slidebox {
  margin-top: 9rem;
}
.timeline-slidebox .timeline-detail-box {
  display: none;
}
.timeline-slidebox .timeline-detail-box .flex-box {
  justify-content: space-between;
  align-items: flex-end;
}
.timeline-slidebox .timeline-detail-box.active {
  display: block;
}
.timeline-slidebox .timeline-detail-box h4 {
  font-size: 10rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.timeline-slidebox .timeline-detail-box h6 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

ul.timeline-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9rem;
  justify-content: space-between;
}
ul.timeline-list li {
  width: 100%;
  max-width: 26rem;
  text-align: center;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: .3rem #6C85FF solid;
  transition: all linear .2s;
  margin: 0 .2rem;
}
ul.timeline-list li a {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  transition: all linear .2s;
  display: block;
}
ul.timeline-list li.active {
  border-color: #fff;
  
}
ul.timeline-list li.active a{transform: none !important;}
ul.timeline-list li:hover a{
  transform: translateY(.2rem);
}
.company-culture-banner{
  background-image: url(../img/company-culture-banner.jpg);
}

.unlock-future-section h2 {
  font-size: 10rem;
  font-weight: 400;
  text-transform: uppercase;
}
.video-section{
  position: relative;
  font-size: 0;
  background-color: #000;
  text-align: center;
  padding-bottom: 12rem;
}
.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 700px;
  margin: 0 auto;
  border-radius: 2rem;
}
.video-section.event-video-box video.slider-video {
    max-width: 1200px;
}
.video-section .play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  opacity: .5;
  transition: all linear .2s;
}
.video-section .play-button:hover{
  opacity: 1;
}
.interactive-employee-slider .slider-box{
  width: 100%;
  text-align: center;
}
.interactive-employee-slider .slider-box img{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  border-radius: 2rem;
  height: 60rem;
  object-fit: cover;
}
.slick-slider .slick-arrow {
  background-color: transparent !important;
  padding: 0;
  border: none;
}

.culture-section .flex p {
  width: 43%;
}
.culture-section .flex {
  justify-content: space-between;
  margin-top: 5rem;
}
.culture-section .flex p:first-child {
  width: 50%
}

.culture-slider-box {
  margin-top: 10rem;
}
.culture-slider-box .culture-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
  max-height: 75rem;
}

.Learning-section {
  background-color: #000;
}
.Learning-section .heading-box .text-box p {
  max-width: 63rem;
}

.Learning-section {
  background-color: #000;
}
.Learning-section .heading-box .text-box p {
  max-width: 63rem;
}
.Learning-section ul.learning-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
  border-top: 1px solid #333;
  padding-top: 10rem;
}
.Learning-section ul.learning-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 41rem;
  justify-content: space-between;
}
.Learning-section ul.learning-list li span.counting {
  color: #C4C4C4;
  font-weight: 700;
  font-size: 9rem;
  margin-right: 3rem;
  line-height: 1;
  display: inline-block;
}
.Learning-section ul.learning-list li label.custitle {
  font-size: 3.2rem;
  color: #fff;
}
.Learning-section .learning-skill-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  margin-top: 11rem;
}
.Learning-section .learning-skill-list .learning-skill-box {
  background-color: #141414;
  padding: 7rem 5rem;
  border-radius: 2rem;
}
.learning-skill-list .learning-skill-box img {
  width: 7rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
}
.learning-skill-list .learning-skill-box label.skilltitle {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
  margin: 5rem 0 3rem;
  text-transform: uppercase;
  display: block;
}
.learning-skill-list .learning-skill-box p {
  color: #fff;
}

.interactive-employee-section {
  background-color: #314FE2;
}

.interactive-employee-section ul.detail-list li h4 {
  color: #fff;
  font-size: 8rem;
  font-weight: 500;
}
.interactive-employee-section ul.detail-list li p {
  color: #fff;
  font-size: 3.2rem;
}
.interactive-employee-section ul.detail-list {
  justify-content: space-between;
}
.interactive-employee-section .flex-box {
  align-items: center;
}
.interactive-employee-slider {
  margin-top: 10rem;
}
.interactive-employee-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all linear .2s;
}
.interactive-employee-slider .slick-prev.slick-arrow {
  left: 23rem;
}
.interactive-employee-slider .slick-next.slick-arrow {
  right: 23rem;
}
.interactive-employee-slider .slick-arrow:hover{
  filter: invert(1);
}
ul.training-advancing-list{
  justify-content: space-between;
  margin-top: 9rem;
  padding-top: 9rem;
  border-top: 1px solid #C9C9C9;
}

ul.training-advancing-list li {
  max-width: 42rem;
  align-items: center;
}
ul.training-advancing-list li h6 {
  color: #4766FF;
  font-size: 8rem;
  font-weight: 600;
  margin-right: 2rem;
}
ul.training-advancing-list li p {
  font-size: 3.2rem;
  color: #000;
  line-height: 1.2;
}
.training-advancing-section .advancing-list {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
}
.training-advancing-section .advancing-list .advancing-box {
  background-color: #fff;
  padding: 7rem 6rem;
  border-radius: 2rem;
}
.training-advancing-section .advancing-list .advancing-box label.techT {
  color: #111;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-transform: uppercase;
  display: block;
}
.training-advancing-section .advancing-list .advancing-box img {
  margin-bottom: 4rem;
  width: 7rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
}
.video-section .play-button img{
  width: 12.2rem;
  object-fit: scale-down;
}
.interactive-employee-slider .slider-box {
  margin: 0 2.5rem;
}
.interactive-employee-slider .slick-arrow img{
  width: 6.7rem;
  object-fit: contain;
}
.leadership-list .leadership-box .text-box a img{width: 5rem;object-fit: scale-down;}
.mission-banner{
  background-image: url(../img/mission-banner.jpg);
}
ul.detail-list{
  justify-content: space-between;
  margin-top: 5rem;
}
ul.detail-list li h5 {
  color: #111;
  font-size: 8rem;
  font-weight: 500;
}
ul.detail-list li p {
  color: #575757;
  font-size: 3.2rem;
}
.guiding-our-future-section{
  /* background: url(../img/image-326.png) no-repeat; */
  position: relative;
  background-color: #343434;
  background-position: center 66%;
  background-size: 100%;
}
.guiding-our-future-section .video-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.guiding-our-future-section .video-box::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.guiding-our-future-section .video-box::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.guiding-our-future-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.far-banner {
  background-image: url(../img/far-banner.jpg);
}
p strong{font-weight: 600;}
.far-section .text-box p:last-child{margin-top: 3rem;}
.far-section .far-box{
  max-width: 90rem;
  margin: 0 auto;
  margin-top: 10rem;
}
.far-section ul.far-list li{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
ul.far-list li h6{
  background-color: #fff;
  padding: 1rem 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 1rem;
  margin-right: 2rem;
}
.far-section .certified-box{
  margin-top: 7rem;
}
.far-section .certified-box h6{
  color: #575757;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
.far-section .certified-box p{
  color: #575757;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: .2rem;
}
.far-section .certified-box span{
  color: #575757;
  font-size: 16px;
  font-weight: 500;
}

.inner-banner-section.events-banner {
  position: relative;
  background-color: #000;
}
.events-banner .events-slider-banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  height: 100%;
}
.events-banner .events-slider-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-banner .container {
  position: relative;
  z-index: 2;
}

.about-events-listing .details-box {
  align-items: center;
}
.about-events-listing .details-box img {
  height: 100%;
  width: 1.6rem;
  object-fit: contain;
  border-radius: 0;
  margin-right: 1rem;
}
.about-events-listing .details-box {
  font-size: 2rem;
  color: #575757;
  font-weight: 500;
  margin-top: 3rem;
  justify-content: space-between;
}
.about-events-listing .details-box > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.about-events-listing .details-box .location {
  margin-left: 0;
}
.about-events-section .btn-box{margin-top: 3rem;}
.heading-box.flex-box .text-box h2{text-transform: capitalize;}
.timeline-section .heading-box .text-box p{color: #fff !important;}
.optimal-section .contact-box a {
  color: #111;
  font-size: 3.2rem;
  font-weight: 500;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-right: 5rem;
}
.optimal-section .contact-box a img {
  margin-right: 1rem;
  width: 2.9rem;
  object-fit: contain;
  height: 2.8rem;
}
.optimal-section .contact-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 5rem;
}
.enquiry-box{
  max-width: 129rem;
  margin: 0 auto;
  margin-top: 7rem;
  padding-top: 7rem;
  border-top: 1px solid #C1C1C1;
}
.enquiry-box .heading-box{margin-bottom: 5rem;}
.enquiry-box .heading-box h4{
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.enquiry-box .form-box{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.enquiry-box .form-box input{
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 4rem;
  line-height: 1;
  border: none;
  width: 100%;
  border-radius: 2rem;
}

.blogs-banner-section {
  background-color: #fff;
}
.blogs-banner-section .heading-box h1 {
    color: #11120D;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 6.25rem;
}
.blogs-banner-section {
  padding-top: 5rem;
}
.blogs-banner-section .heading-box {
  margin-bottom: 6rem;
}
.feature-image-box img {
  width: 100%;
  object-fit: cover; 
  height: 100%;
  max-height: 70rem;
}

.contact-detail-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid #B1B7D4;
}
.contact-detail-box span {
  color: #4766FF;
  font-size: 2rem;
  font-weight: 600;
  display: inline-flex;
  line-height: 1;
}
.contact-detail-box span img {
  margin-right: 1rem;
  vertical-align: middle;
}

.contact-detail-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid #B1B7D4;
}
.contact-detail-box span {
  color: #4766FF;
  font-size: 2rem;
  font-weight: 600;
  display: inline-flex;
  line-height: 1;
}
.contact-detail-box span img {
  margin-right: 1rem;
  vertical-align: middle;
}
.blog-content-section {
  background-color: #fff;
  padding-bottom: 5rem;
}
.blog-content-section .flex-box {
  justify-content: space-between;
  
}
.blog-content-section .content-box .flex-box{
  margin-top: 10rem;
}
.blog-content-section .content-box {
  padding-right: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
  margin-top: 5rem;
}
.content-box h6 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.content-box ul li,.content-box ol li {
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.4;
}
.content-box ul, .content-box ol {
  margin: 4rem 0;
}
.sidebar-box {
  margin-top: 8rem;
}
.content-box .flex-box .img-box p {
  font-size: 3.2rem;
  color: #111;
  margin: 2rem 0 1rem;
}
.content-box .flex-box .img-box span {
  font-size: 2rem;
  color: #575757;
  font-weight: 500;
  text-transform: uppercase;
}
.content-box .flex-box .img-box {
  width: 47%;
}
.content-box ul li::after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border: .3rem solid #4766FF;
  border-radius: 50%;
  left: 0;
  top: .8rem;
}
.content-box ol li::after {
  content: '';
  position: absolute;
  background: url(../img/tick.png) no-repeat center;
  width: 2.2rem;
  height: 1.6rem;
  left: 0;
  top: .8rem;
}
.content-box ol li{
  padding-left: 3.5rem;
}
.content-box .flex-box .img-box img {
  border-radius: 2rem;
  width: 100%;
}
.content-detail-box {
  background-color: #F8F9FF;
  padding: 8rem 6rem;
  border-radius: 2rem;
  border: 2px solid #4766FF;
  margin-top: 5rem;
}
.content-detail-box span,.content-detail-box a {
  display: block;
  margin-bottom: 4.5rem;
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
}
.content-detail-box img {
  margin-right: 2rem;
  width: 2.9rem;
  object-fit: contain;
  height: 2.5rem;
}
.content-detail-box strong {
  color: #4766FF;
}

.blog-content-section .sidebar-box {
  background: linear-gradient(283.09deg, #3C56D2 30.9%, #4766FF 107.13%);
  padding: 6rem 4.5rem;
  border-radius: 2.5rem;
  position: sticky;
  top: 7rem;
}
.blog-content-section .sidebar-box form input {
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
  width: 100%;
  font-size: 2.1rem;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  margin-bottom: 3rem;
}
.blog-content-section .sidebar-box form input{
  background-color: #fff;
  color: #888;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 1rem;
}
.blog-content-section .sidebar-box h5 {
  font-size: 4rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 4.5rem;
}

.blog-content-section .sidebar-box form .btn.white-btn {
  width: 100%;
  background-color: #fff !important;
  color: #111 !important;
  text-align: left;
}
.notified-section.newsletter-section .text-box{
width: 30%;
}
.notified-section.newsletter-section .form-box{
  width: 70%;
}
.notified-section.newsletter-section .form-box input{
  width: 42%;
}
.optimal-solutions-listing .list-box .txt p{color: #fff;}

.process-section {
  background-color: #fff;
}
.process-section .process-list-box {
  justify-content: flex-end;
  margin: 10rem 0;
}
.process-section .process-list-box ul.process-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 11rem;
  grid-row-gap: 7rem;
}
.process-list-box ul.process-list img {
  width: 5.1rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
}
.process-list-box ul.process-list h5 {
  margin: 3.5rem 0 2rem 0;
  font-weight: 500;
}
.bottom-image-box .img-box {
text-align: center;
}
.bottom-image-box .img-box img {
  width: 100%;
  margin: 0 auto;
  max-width: fit-content;
  text-align: center;
}
.sub-service-content {
  background-color: #fff;
}

.sub-service-content .heading-box p {
  margin: 1.5rem 0;
}
.sub-service-content .heading-box h5 {
  margin-bottom: 3rem;
}
.sub-service-content ul li {
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #B8BAC2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sub-service-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sub-service-content .flex-box.space-between {
  align-items: center;
}
.sub-service-content ul li img {
  width: 6.4rem;
  object-fit: contain;
}
.sub-service-content ul li h6 {
  margin-left: 5rem;
}

.sub-service-content .flex-box.space-between {
  align-items: center;
}
.blog-content-section.body-detail-section {
  background-color: #EFF1F9;
}
.body-detail-section .content-box h2 {
  margin-bottom: 5rem;
  font-size: 8rem;
}
.body-detail-section .content-box h3 {
  font-size: 6rem;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 2rem;
}
.body-detail-section .content-box h4 {
  font-size: 6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.body-detail-section .content-box h5{
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.body-detail-section .content-box h6{
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.body-detail-section .content-box img {
  margin: 5rem 0 7rem 0;
  width: 100%;
  object-fit: cover;
  padding-bottom: 9rem;
  border-bottom: 1px solid #B1B3BD;
}
.body-detail-section .content-box p:last-child img{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.service-process-section {
  background: url(../img/awards-bg.png) no-repeat;
  background-color: #314FE2;
  background-position: 100% 7rem;
  background-size: 30rem;
}
.service-process-section .heading-box h2{
  color: #fff;
}
.service-process-section .heading-box p{
  color: #fff;
  margin-bottom: 3rem;
}
ul.our-serices-process-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  margin-top: 13rem;
  counter-reset: section;
  list-style-type: none;
}
ul.our-serices-process-list li {
  background-color: #2643D0;
  padding: 8rem 4.5rem 6rem 4.5rem;
  border-radius: 2rem;
  position: relative;
}
ul.our-serices-process-list li h5 {
  color: #fff;
  margin-bottom: 3rem;
}
ul.our-serices-process-list li p {
  color: #CED6FF;
}
ul.our-serices-process-list li::after {
  content: counter(section) " ";
  counter-increment: section;
  position: absolute;
  font-size: 3.1rem;
  color: #4A64E9;
  font-family: "Gilroy";
  font-size: 10rem;
  top: -5rem;
  left: 4rem;
  font-weight: 600;
}
.service-key-offerings-section{background-color: #fff;}
.service-key-offerings-section .heading-box .img-box {
  margin-top: 15rem;
}
.service-key-offerings-section .heading-box a.btn {
  margin-top: 6rem;
}
.service-key-offerings-section .key-offerings-box ul li {
  border-bottom: 1px solid #B8BAC2;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.service-key-offerings-section .key-offerings-box ul li h5 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.service-featured-clients-section {

}
.service-featured-clients-section .heading-box {
  max-width: 120rem;
  margin-bottom: 9rem;
}

.service-featured-clients-section .flex-box {
  justify-content: space-between;
}
.featured-partners-box .featured-partners-list .img-box img {
  text-align: center;
  background-color: #fff;
  width: 10rem;
  aspect-ratio: 3/2;
  object-fit: scale-down;
  border-radius: 1rem;
}
.featured-partners-box .featured-partners-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.featured-partners-box .featured-partners-list .img-box {
  text-align: center;
  border: 1px solid #B8BAC2;
  border-radius: 2rem;
}

.related-blogs-section {
  background-color: #fff;
}
.related-blogs-section .heading-box .txt {
  width: 70%;
}
.related-blogs-section .heading-box {
  align-items: flex-end;
}
.related-blogs-section .blogs-listing {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 3.5rem;
  grid-row-gap: 4rem;
  margin-top: 8rem;
}
.related-blogs-section .blogs-listing .blog-box {
}
.related-blogs-section .blogs-listing .blog-box .img-box {
  margin-bottom: 2rem;
}
.related-blogs-section .blogs-listing .blog-box .img-box img {
  border-radius: 2rem;
  height: 30rem;
  object-fit: cover;
}
.related-blogs-section .blogs-listing .blog-box .text-box h4 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.related-blogs-section .blogs-listing .blog-box .text-box  p.date {
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.blog-content-section .content-box p strong {
  color: #000;
  
}
header nav ul.menu-main-header-mobile-menu > li{
  position: relative;
}
.sub-menu-toggle {
  display: none;
}
/* Basic styles for the dropdown */

 ul#menu-main-header-mobile-menu li {
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

/* Hide sub-menus by default */
ul#menu-main-header-mobile-menu ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #4766FF;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    min-width: 260px;
    height: auto;
    padding: 2rem 0;
    border-radius: 0 0 0.5rem 1.5rem;
}
header nav ul#menu-main-header-mobile-menu > li > a{
    margin-right: 0;
    padding: 1rem 2rem;
	letter-spacing: 0;
}
header nav ul li.accot-btn a{margin-right: 0 !important;}
ul#menu-main-header-mobile-menu li#menu-item-33 ul.sub-menu{padding: 2rem 0;}
ul#menu-main-header-mobile-menu ul.sub-menu > li{
  padding: 1rem 3rem 1rem 2rem;
}
body.single-case_study ul#menu-main-header-mobile-menu ul.sub-menu > li.last-child a,
ul#menu-main-header-mobile-menu ul.sub-menu > li.last-child a{
  padding: 1rem;
}
ul#menu-main-header-mobile-menu ul.sub-menu > li.menu-item-has-children{padding: 2.5rem 5.5rem 2rem 3rem;}
ul#menu-main-header-mobile-menu ul.sub-menu > li.menu-item-has-children::before {
  content: '';
  position: absolute;
  background-color: #9aabff;
  width: 100%;
  height: 1px;
  bottom: 0rem;
  left: 0;
}
ul#menu-main-header-mobile-menu ul.sub-menu > li.menu-item-has-children:last-child::before{display: none;}
 ul#menu-main-header-mobile-menu ul.sub-menu li{position: relative;}
 ul#menu-main-header-mobile-menu ul.sub-menu > li.menu-item-has-children::after{
  content: '';
  position: absolute;
  background: url(../img/arrow-right.png) no-repeat;
  width: .7rem;
  height: 1.2rem;
  background-size: contain;
  right: 2rem;
  top: 53%;
  transform: translateY(-50%);
}
 ul#menu-main-header-mobile-menu ul.sub-menu > li > ul.sub-menu > li::after{
  content: '';
  position: absolute;
  background: url(../img/arrow-right-2.png) no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  right: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
 ul#menu-main-header-mobile-menu ul.sub-menu li a {
	display: block;
	transition: all linear .2s;
	font-size: 1.95rem;
	font-weight: 600;
}
ul#menu-main-header-mobile-menu ul.sub-menu li:first-child a{
    padding-top: 1rem;
}
 ul#menu-main-header-mobile-menu ul.sub-menu li a {
  color: #ffffff;
}
 ul#menu-main-header-mobile-menu ul.sub-menu li > ul.sub-menu {
  top: 0;
  z-index: 1;
  left: 100%;
}
 ul#menu-main-header-mobile-menu ul.sub-menu li a:after{display: none;}
 ul#menu-main-header-mobile-menu ul.sub-menu li a:hover{
  transform: translateX(1rem);
  color: #96E1FF;
}
ul#menu-main-header-mobile-menu li.menu-item-has-children{padding-right: 1.35rem;}
 ul#menu-main-header-mobile-menu li.menu-item-has-children:after{
	content: '';
	position: absolute;
	background: url(../img/arrow-down.png) no-repeat center;
	width: 1.1rem;
	height: .7rem;
	background-size: contain;
	right: 10px;
	top: 55%;
	transform: translateY(-100%);
	z-index: 1;
}

 ul#menu-main-header-mobile-menu ul.sub-menu > li > ul.sub-menu{
  padding: 1.3rem 3rem;
  left: 100%;
}
.hp-banner-section .hp-video-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hp-banner-section .container {
  position: relative;
  z-index: 11;
}
.hp-banner-section .banner-bottom-box {
  position: relative;
  z-index: 11;
}

.customers-partners-listing {
  position: relative;
}
.customers-partners-listing .video-box {
  position: absolute;
  width: 100%;
  max-width: 90rem;
  left: 0;
  top: 10rem;
}
.customers-partners-box {
  position: relative;
}
.customers-partners-listing .video-box video {
  width: 100%;
  object-fit: cover;
  height: 60rem;
}
.customers-partners-listing{overflow: hidden;}
.latest-news-section{
  overflow: hidden;
}
.latest-news-section .heading-box {
  position: relative;
  z-index: 1;
}
.latest-news-section::after{
  content: '';
  position: absolute;
  background: url(../img/patten-2.png) no-repeat;
  width: 102.2rem;
  height: 169rem;
  background-size: contain;
  left: 0;
  bottom: 0;
  opacity: .4;  
  z-index: 0;
}
.latest-news-section::before{
  content: '';
  position: absolute;
  background: url(../img/patten-1.png) no-repeat;
  width: 80rem;
  height: 84rem;
  background-size: contain;
  right: 0;
  top: 0;
  opacity: .3;
  z-index: 0;
}
 ul#menu-main-header-mobile-menu li.menu-item-has-children  > a::after{display: none;} 
.mission-statement-box h6 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 9rem;
}
.mission-statement-box h3 {
  margin-top: 4.5rem;
  font-size: 6rem;
  font-weight: 500;
}
.mission-statement-box {
  padding: 12rem 0;
  border-top: 1px solid #333;
  margin-top: 12rem;
}

.mission-statement-box.vision-statement-box {
  padding-bottom: 0;
  margin-top: 0;
}
.mission-bottom-section .heading-box {
  max-width: 125rem;
}
.value-section ul.value-list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-row-gap: 8rem;
  margin-top: 10rem;
  grid-column-gap: 5rem;
}
.value-section ul.value-list h5{
  font-size: 3.2rem;
  font-weight: 500;
  color: #111;
  margin: 4rem 0 1.5rem;
}
.value-section ul.value-list li{
  padding-left: 6rem;
  border-left: 1px solid #C5C5C5;
}
.value-section ul.value-list li:nth-child(1),.value-section ul.value-list li:nth-child(4){
  padding-left: 0;
  border-left: 0;
}
.value-section ul.value-list li img{
  width: 5.2rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
  object-position: center;
}

.news-featured-listing {
  margin-top: 8rem;
}
.news-featured-listing .news-featured-box .flex-box{
  background: linear-gradient(91.25deg, #2B3D99 6.97%, #4766FF 100.92%);
  padding: 6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 4rem;

}
.news-featured-listing .news-featured-box{
  margin-left: 4rem;
  height: auto;
  max-width: 126rem;
}
.news-featured-box .img-box {
  width: 40%;
}
.news-featured-box .text-box {
  width: 60%;
  padding-left: 3rem;
}
.news-featured-box .text-box h6 {
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.news-featured-box .text-box h3 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.news-featured-box .text-box p {
  color: #fff;
  margin-bottom: 2rem;
}
.news-featured-box .img-box img {
  width: 100%;
  max-width: 45rem;
  border-radius: 3rem;
  object-fit: cover;
  height: 50rem;
}
.news-featured-box .text-box .mobile-img {
  display: none;
}
.news-listing-section {
  background-color: #fff;
}


.news-featured-listing .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.news-featured-listing .slick-arrow img{
  width: 9rem;
  height: 9rem;
  object-fit: scale-down;
  opacity: 0.8;
  transition: all linear .2s;
  filter: invert(0);
  
}
.news-featured-listing .slick-next {
  right: 15rem;
}
.news-featured-listing .slick-arrow:hover img{
 opacity: 1;
 filter: invert(1);
}

.text-editor h5,.text-editor h4,.text-editor h6,.text-editor h3{margin-bottom: 2rem;}
.unlock-future-section .video-box video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.unlock-future-section .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.unlock-future-section .heading-box{
  position: relative;
  z-index: 20;
}
.inner-banner-section{
  position: relative;
}
.inner-banner-section .video-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inner-banner-section .container {
  position: relative;
  z-index: 11;
}
.inner-banner-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unlock-future-section .container {
  position: relative;
  z-index: 20;
}
.solution-listing .solution-box{
  transition: all linear .2s;
}
.solution-listing .solution-box:hover{
  -webkit-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
}
.form-box form{
  position: relative;
}
.form-box form input.textarea{
  height: 15rem;
}

.get-in-touch-section .form-box input.btn {
  background-color: #4766FF;
  border-radius: 5rem;
  border: 1px solid #4766FF;
  color: #fff;
  width: auto;
  cursor: pointer;
}
.form-box form .wpcf7-response-output {
  font-size: 2rem;
  padding: 3rem;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: -15rem;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin: 0;
  border-color: #314FE2 !important;
}
.form-box form span.wpcf7-not-valid-tip{
  font-size: 12px;
    margin-top: -20px;
}
.certified-section {
  display: none !important;
} 
.content-box ul li strong, .content-box ol li strong{
  font-weight: 600;
  color: #000;
}

.blog-content-section .sidebar-box .form-box form input.textarea {
  border: 2px solid #fff;
  padding-left: 1.5rem;
}
.blog-content-section .sidebar-box .form-box form input.btn {
  background-color: #fff;
  color: #4766FF;
  padding: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #fff;
  transition: all linear .2s;
}
.blog-content-section .sidebar-box .form-box form input.btn:hover{
  background-color: #4766FF;
  color: #fff;
  
}
.service-solutions-listing .list-box .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.service-solutions-listing .list-box .para {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #4766FF;
  transition: all linear .2s;
  padding: 3rem 2rem 3rem 3rem;
  height: 100%;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  opacity: .8;
}
.service-solutions-listing .list-box .para p{color: #fff;}
.service-solutions-listing .list-box .img-box:hover .para{
  top: 0;
}
.breadcrumb-grp {
  display: none;
}
.related-blogs-section{
  display: none;
}
.timeline-slidebox .timeline-detail-box .img-box{text-align: right;}
.timeline-slidebox .timeline-detail-box .img-box img{
  max-width: 75rem;
  width: 100%;
  object-fit: scale-down;
}
.heading-box.flex-box p{margin-bottom: 2rem;}
.heading-box.flex-box p:last-child{margin-bottom: 0;}

.about-team-section .heading-box.flex-box .text-box img {
  margin-top: 0;
}
.about-team-section .heading-box.flex-box .text-box ul li {
  margin-right: 3rem;
}
.about-team-section .heading-box.flex-box .text-box ul {
  margin-top: 5rem;
}
.about-team-section .img-box {
  margin-top: 10rem;
  text-align: center;
}
.about-team-section .img-box img {
  width: 100%;
  border-radius: 4rem;
}
.careers-optimal-section {
  background-color: #000;
}

.careers-optimal-section ul.optimal-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 9rem;
  margin-top: 12rem;
  padding-top: 10rem;
  border-top: 1px solid #333333;
  grid-row-gap: 6rem;
}
.careers-optimal-section ul.optimal-list li {
  padding-bottom: 7rem;
  border-bottom: 1px solid #333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.careers-optimal-section ul.optimal-list li img {
  width: 8rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
}
.careers-optimal-section ul.optimal-list li .txt {
  padding-left: 6rem;
}
.careers-optimal-section ul.optimal-list li .txt label.mediumtitle {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  text-transform: uppercase;
  display: block;
}

.career-form-section .heading-box.flex-box .text-box ul.social-list a img {
  width: 5.5rem;
  border-radius: 1rem;
  margin: 0;
}
.career-form-section .heading-box h3 {
  font-size: 6rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.main-form-box .form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.main-form-box .form .input-box {
  width: 49%;
}
.main-form-box .form .input-box input {
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
  background-color: #fff;
  padding: 3rem 4rem;
  line-height: 1;
  border: none;
  width: 100%;
  border-radius: 2rem;
}
.main-form-box .form .input-box select {
  font-size: 2.2rem;
  color: #141414;
  font-weight: 500;
  background-color: #fff;
  padding: 3rem 4rem;
  line-height: 1;
  border: none;
  width: 100%;
  border-radius: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/2-Form-arrow.png) #fff no-repeat right;
  background-position-x: 95%;
  background-size: 2.8rem;
}
.main-form-box {
  margin-top: 10rem;
  padding-top: 10rem;
  border-top: 1px solid #C1C1C1;
}
.main-form-box .form .input-box.full-box {
  width: 100%;
}
.main-form-box .form .input-box.full-box textarea {
  font-size: 2.2rem;
  color: #111;
  font-weight: 500;
  background-color: #fff;
  padding: 3rem 4rem;
  line-height: 1;
  border: none;
  width: 100%;
  border-radius: 2rem;
  height: 20rem;
}
.main-form-box .form .submit-box .btn:hover input{color: #4766FF;}
.main-form-box .form .submit-box input {
  background: transparent;
  border: none;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  font-family: "Gilroy";
  line-height: 1;
  cursor: pointer;
}
.main-form-box .form .submit-box p {
  line-height: 1;
}

.main-form-box .wpcf7-response-output {
  position: absolute;
  top: 2rem;
  font-size: 3rem;
  background-color: #fff;
  margin: 0 !important;
  padding: 2rem !important;
}
.career-form-section .bottom-text-box {
  margin-top: 7rem;
  text-align: center;
}
.career-form-section .bottom-text-box h3 {
  margin-bottom: 1rem;
  font-size: 6rem;
  font-weight: 400;
}
.career-form-section .bottom-text-box p {
  margin-bottom: 3rem;
}
.career-form-section .bottom-text-box ul.social-list{justify-content: center;}

.thrive-section {
  background-color: #fff;
}
.thrive-section .img-box {
  margin-top: 0;
}
.thrive-section .col-7 {
  padding-left: 5rem;
}
.thrive-section .text-box.col-7 {
  padding-bottom: 8rem;
}
.thrive-section .img-box img {
  width: 100%;
  border-radius: 3rem;
  max-width: 43rem;
  object-fit: scale-down;
}
ul.thrive-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: flex-start;
  justify-items: flex-start;
}
ul.thrive-list li {
  padding-bottom: 3rem;
  margin-left: 6rem;
  position: relative;
  border-bottom: 1px solid #B8BAC2;
}
ul.thrive-list li::after{
  content: '';
  position: absolute;
  background: url(../img/tick-2.png) no-repeat;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: -6rem;
  background-size: contain;
}
ul.thrive-list li h6 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  min-height: 7rem;
}
ul.thrive-list .btn {
  margin: 10rem 0 0 6rem;
}

.testimonials-section {
  background-color: #fff;
}
.testimonials-section .testimonials-slider-box{margin-top: 8rem;}
.testimonials-slider-box .testimonials-box {
  border-radius: 2rem;
  border: 1px solid #B8BAC2;
  padding: 7.5rem 6.5rem;
}
.testimonials-slider-box .testimonials-box > p {min-height: 25rem;}
.testimonials-slider-box .testimonials-box p {
  padding: 1rem 0;
}
.testimonials-slider-box .testimonials-box .detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.testimonials-slider-box .testimonials-box .detail img {
  width: 8.8rem;
  height: 8.8rem;
  object-fit: scale-down;
  border-radius: 50%;
}
.testimonials-slider-box .testimonials-box .detail .txt {
  padding-left: 2rem;
}
.testimonials-slider-box .testimonials-box .detail label.testiauthor {
  font-size: 2.2rem;
  display: block;
  color: #000;
  font-weight: 500;
  line-height: 1.1;
}
.testimonials-slider-box .testimonials-box .detail span {
  font-size: 2.2rem;
  color: #575757;
  display: block;
  margin-top: .7rem;
}
.testimonials-slider-box .testimonials-box img.quote {
  width: 7.3rem;
  object-fit: scale-down;
}
.testimonials-slider-box .slider-box {
  margin-right: 4rem;
}

.job-opening-section .job-opening-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  margin-top: 10rem;
}
.job-opening-section .job-opening-list .job-opening-box {
  background-color: #fff;
  padding: 4rem 5rem;
  border-radius: 2rem;
  position: relative;
  transition: all linear .2s;
}
.job-opening-list .job-opening-box a {
  max-width: 55rem;
  display: block;
}
.job-opening-list .job-opening-box label.cattitle {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
  color: #060709;
  transition: all linear .2s;
  display: block;
}
.job-opening-list .job-opening-box p {
  font-size: 16px;
}
.job-opening-section .job-opening-list .job-opening-box:hover{
  -webkit-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
  -moz-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
  box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
}
.job-opening-section .job-opening-list .job-opening-box:hover h6{
  color: #4766FF;
}
.job-opening-list .job-opening-box a::after{
  content: '';
  position: absolute;
  background: url(../img/cta.png) no-repeat;
  width: 6rem;
  height: 6rem;
  background-size: contain;
  right: 3rem;
  top: 3rem;
  transition: all linear .2s;
}
.job-opening-list .job-opening-box:hover a::after{
  filter: grayscale(1);
  transform: rotate(45deg);
}
body.single.single-post .blog-content-section .content-box a {
    color: #3c56d2;
    display: inline-block;
}
.career-detail-banner {
  background-color: #fff;
}
.careers-listing-box {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 9rem;
}
.careers-listing-box .careers-related-box {
  background-color: #fff;
  padding: 3rem 4rem;
  border-radius: 2rem;
  transition: all linear .2s;
}
.careers-listing-box .careers-related-box:hover{
  -webkit-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
  -moz-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
  box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.56);
}
.careers-listing-box .careers-related-box a img{
  transition: all linear .2s;}
.careers-listing-box .careers-related-box:hover a img{
  transform: rotate(45deg);
  filter: invert(.5);
}
.careers-listing-box .careers-related-box h3 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  transition: all linear .2s;
  width: 75%;
}
.careers-listing-box .careers-related-box:hover h3{
  color: #4766FF;
}
.careers-listing-box .careers-related-box a {
  display: block;
}
.career-detail-banner .breadcrumb-grp {
  display: block;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1111;
}
.career-detail-banner .breadcrumb-grp ul li {
  color: #787878;
}

.careers-listing-box .careers-related-box p {
  margin-bottom: 2rem;
}

.career-content-section.blog-content-section .content-box h2 {
  font-size: 6rem;
  color: #111111;
}
.career-content-section  .content-box {
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
}
.career-content-section .content-box p {
  margin-bottom: 3rem;
}
.career-content-section .content-box h4 {
  margin-bottom: 2rem;
  margin-top: 5rem;
  font-size: 4.5rem;
  font-weight: 500;
}

.career-content-section.blog-content-section .content-box h2 {
  font-size: 6rem;
  color: #111111;
}
.career-content-section  .content-box {
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
}
.career-content-section .content-box p {
  margin-bottom: 3rem;
}
.career-content-section .content-box h4 {
  margin-bottom: 2rem;
  margin-top: 5rem;
  font-size: 4.5rem;
  font-weight: 500;
}
.career-related-posts {
  padding: 10rem 0;
  background-color: #fff;
}
.career-related-posts .careers-related-listing .careers-related-box {
  background-color: #eff1f9;
  padding: 4rem 3rem;
  border-radius: 2rem;
}
.career-related-posts .careers-related-listing {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 8rem;
}
.career-related-posts .careers-related-listing .careers-related-box h3 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.careers-related-listing .careers-related-box  p {
  margin-bottom: 2rem;
}
.career-content-section.blog-content-section {
  background-color: #EFF1F9;
}

ul.post-detail {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-top: 4rem;
}
ul.post-detail li {
  margin-right: 2rem;
  font-size: 2rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
ul.post-detail li img {
  margin-right: 1rem;
  width: 2.4rem;
  object-fit: scale-down;
  aspect-ratio: 2/2;
}

.career-content-section  .big-form-box {
  background-color: #E1E5F3;
  padding: 6rem 5rem;
  border-radius: 3rem;
}

.career-content-section .big-form-box .wpcf7-response-output {
  font-size: 3rem;
  background-color: #fff;
  padding: 3rem 2.5rem;
  text-align: center;
}
.big-form-box .form-box input,.big-form-box .form-box select {
  font-size: 16px;
  color: #575757;
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 3rem;
  line-height: 1;
  border: none;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 1.5rem;
}
.big-form-box .form-box strong {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}
.big-form-box .form-box br {
  display: block;
}
.big-form-box .form-box  .input-box {
  margin-bottom: 2rem;
}
.big-form-box .form-box .input-box .flex p {
  width: 100%;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.big-form-box .form-box .input-box .flex p span {
  width: 48%;
}
.big-form-box .form-box  span {
  color: #575757;
  font-size: 16px;
}
.big-form-box .form-box .txt {
  margin-bottom: 2rem;
}
.career-content-section .big-form-box label.formtitle {
	margin-bottom: 5rem;
	display: block;
	font-size: 3.8rem;
	color: #141415;
	font-weight: 400;
	line-height: 1.1;
}
.big-form-box .form-box .input-box textarea {
  height: 15rem;
  font-size: 16px;
  color: #575757;
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 3rem;
  line-height: 1;
  border: none;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 2rem;
}
.big-form-box .form-box .submit-box input {
  background: transparent;
  border: none;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  font-family: "Gilroy";
  line-height: 1;
  cursor: pointer;
  padding: 2rem 3.5rem;
  text-align: center;
  margin-bottom: 0;
}
.big-form-box .form-box .submit-box .wpcf7-spinner {
  position: absolute;
  top: -3rem;
  left: 0;
}
.big-form-box .form-box .submit-box .btn {
  width: 100%;
  max-width: 25rem;
  text-align: center;
  padding: 0;
}
.big-form-box .form-box .submit-box .btn:hover input{ 
  color: #314FE2;
}
.big-form-box .form-box .submit-box .btn::after{display: none;}

.big-form-box .form-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/2-Form-arrow.png) #fff no-repeat right;
  background-position-x: 95%;
  background-size: 2rem;
}
.career-content-section .content-box strong {
  color: #000;
  font-weight: 700;
}
a:empty,p:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
  display: none;
}
.news-listing-section .btn-box {
  text-align: center;
  margin-top: 5rem;
}
.wpcf7-not-valid-tip {
  color: red !important;
}
#mobile-menu{display: none;}
.input-box.url-box {
  display: none;
}
.main-form-box .form .input-box.acceptance-box input {
  width: 30px;
  padding: 0;
  border-radius: 0;
  margin-right: 2rem;
  height: 30px;
  border: 1px solid #b7b7b7;
}
.main-form-box .form .input-box.acceptance-box label {
  display: flex;
  align-items: center;
}
.main-form-box .form .input-box.acceptance-box label .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.8rem;
  display: block;
  width: 100%;
}

.main-form-box .form .input-box.acceptance-box {
  width: 100%;
}
.main-form-box .form .submit-box input {
  padding: 0 !important;
  width: 100%;
  position: relative;
  margin-top: 0;
}
.main-form-box .form .submit-box .wpcf7-spinner {
  position: absolute;
}
.main-form-box .form .input-box.acceptance-box label .wpcf7-list-item-label a {
  color: #4766FF;
  font-weight: 600;
}
/* Overlay styles */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* Popup styles */
.pop-up {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 2rem 3rem;
  width: 80rem;
  z-index: 1001;
  border-radius: 10px;
}

.pop-up-content {
  position: relative;
}

.close-popup {
  position: absolute;
  top: -2rem;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
.pop-up .text-box {
  height: 50rem;
  overflow-y: scroll;
  padding: 2rem 4rem 2rem 2rem;
}
.pop-up .text-box h2 {
  font-size: 6rem;
}
.pop-up .text-box p {
  margin-bottom: 3rem;
  line-height: 1.6;
}
.pop-up .text-box ul li {
  font-size: 2rem;
  font-weight: 400;
  color: #575757;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.pop-up .text-box ul li::after {
  content: '';
  position: absolute;
  background-color: #4766ff;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  left: 0;
  top: .9rem;
}
.pop-up .text-box ul {
  margin-bottom: 3rem;
}
.pop-up .text-box h4 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
.pop-up-content span.close-popup {
  top: -4rem;
  right: -5.2rem;
  font-size: 4rem;
  border: 1px solid #000;
  display: block;
  border-radius: 50%;
  padding: 0 1rem;
  z-index: 111;
}

.service-featured-clients-section ul.protocols-list {
  display: grid;
  grid-template-columns: repeat(8,1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}
.service-featured-clients-section ul.protocols-list li {
  border-radius: 1.5rem;
  border: 1px solid #CCD0DD;
  padding: 2rem;
  text-align: center;
}
.service-featured-clients-section ul.protocols-list li img {
  width: 15rem;
  aspect-ratio: 3/2;
  object-fit: scale-down;
  object-position: center;
  mix-blend-mode: darken;
}
.service-featured-clients-section .list-box h6 {
  color: #111;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4rem;
}
.protocols-list.featured-icon-list {
  margin-bottom: 7rem;
}

.bottom-service-section {
  background-color: #000;
}
ul.bottom-service-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  margin-top: 6rem;
}
ul.bottom-service-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all linear .2s;
}
ul.bottom-service-list .img-box {
  position: relative;
}
ul.bottom-service-list .img-box strong.imgtitle {
  position: absolute;
  color: #fff;
  font-size: 4.5rem;
  width: 90%;
  bottom: 4rem;
  left: 5rem;
  transition: all linear .2s;
  opacity: .7;
}
ul.bottom-service-list .img-box:hover h5{
  bottom: 4.7rem;
  opacity: 1;
}
ul.bottom-service-list .img-box a {
  display: block;
}
ul.bottom-service-list .img-box::after{
  content: '';
  position: absolute;
  background: url(../img/cta.png) no-repeat;
  width: 7.3rem;
  height: 7.3rem;
  background-size: contain;
  right: 3rem;
  top: 3rem;
  transition: all linear .2s;
}
ul.bottom-service-list .img-box:hover::after{
  filter: grayscale(1);
  transform: rotate(45deg);
}

ul.slick-dots li button {
  
  width: 2rem;
  height: 2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  padding: 0;
}
ul.slick-dots {
  display: flex;
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
}
ul.slick-dots li {
  margin: 0 .7rem;
}
ul.slick-dots li.slick-active button {
  background: #4766FF;
  border-color: #4766FF;
-webkit-box-shadow: 0px 0px 0px 7px rgba(71,102,255,0.74);
-moz-box-shadow: 0px 0px 0px 7px rgba(71,102,255,0.74);
box-shadow: 0px 0px 0px 7px rgba(71,102,255,0.74);
}

.events-banner .heading-box {
  width: 80%;
}
.slider-nav.slick-slider {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  width: 32rem;
}
.blog-content-section .content-box .team-box {
  margin-top: 8rem;
}
.feature-image-box .img-box.slick-slide {
  height: auto !important;
}
.slider-nav.slick-slider img {
  width: 10rem;
  height: 9rem;
  border: 3px solid #fff;
  margin: 0 .3rem;
  border-radius: 2rem;
  cursor: pointer;
}
.feature-image-box {
  position: relative;
  overflow: hidden;
  height: auto;
}
.slider-nav.slick-slider img.slick-current.slick-active {
  border-color: #4766FF;
}
.blog-content-section .content-box div {
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
}
.blog-content-section .content-box h5 {
  margin-bottom: 3rem;
}
.blog-content-section .content-box h4 {
  margin: 2rem 0;
}
.blog-content-section .content-box .flex.cVisit {
    gap: 1rem;
    justify-content: space-between;
}
.blog-content-section .content-box .flex.cVisit img{
    margin: 0;
    width: 100% !important;
    max-width:25% !important;
    border: solid 2px #ccc;
}
.blog-content-section .content-box p{margin-bottom: 2rem;}
.career-content-section .big-form-box .page-title {
  font-size: 16px;
  color: #575757;
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 3rem;
  line-height: 1;
  border: none;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 1.5rem;
}
.big-form-box .form-box #page-url {
  display: none;
}
.career-content-section.blog-content-section .content-box {
  margin-top: 0;
}
.content-box ul li ul {
  list-style: disc;
  margin-top: 1rem;
  padding-left: 2rem;
}
.content-box ul li ul li::after {
  display: none;
}
.content-box ul li ul li {
  padding-left: 0;
}
.career-content-section .big-form-box .input-box p br {
  display: none;
}
.career-content-section .big-form-box .input-box p br {
  display: none;
}
.careers-related-box .txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.careers-related-box span.date {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding-bottom: 1.5rem;
  display: block;
}
.careers-related-box ul.job-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.careers-related-box ul.job-info li {
  color: #4766FF;
  font-size: 1.7rem;
  font-weight: 600;
  width: fit-content;
}
.careers-related-box ul.job-info li span {
  color: #000;
  font-weight: 600;
}

.events-content-section .content-box h2 {
  font-size: 6rem;
  margin: 3.5rem 0 2rem 0;
}
.events-content-section .content-box h3 {
  font-size: 4.5rem;
  margin: 3.5rem 0 2rem 0;
}
.events-content-section .content-box h4 {
  font-size: 3.6rem;
  margin: 2rem 0;
}
.events-content-section .content-box h5 {
  font-size: 3rem;
  margin: 3rem 0 2rem 0;
}
.events-content-section .content-box h6 {
  font-size: 2.6rem;
  margin: 2rem 0;
}
.events-content-section .content-box img{
  display: inline-block;
  padding: .5rem;
  max-width: 42rem;
}

.events-content-section .content-box > div {
  margin: 2rem 0;
}
.generic-content-box.content-box {
  margin: 0;
}
.blog-content-section .content-box h2,
.blog-content-section .content-box h3{
  margin: 4rem 0 1rem 0;
}
.blog-content-section .content-box h4 {
  margin: 3rem 0 1rem 0;
}

.far-section .heading-box.content-box {
  margin: 0;
}
.blog-content-section .content-box em {
  font-style: italic;
  font-size: 1.9rem;
}
.blog-content-section.body-detail-section .content-box{margin-top: 0;}
.blog-content-section.body-detail-section .sidebar-box{margin-top: 0;}
.partners-section .customer-box .list-box.featured-class {
  -webkit-box-shadow: 0px 0px 32px -13px rgb(71, 102, 255);
  -moz-box-shadow: 0px 0px 32px -13px rgb(71, 102, 255);
  border: 2px solid #4766FF;
}
/* menu css */
.drop-down.service-drop-down{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #4766FF;
  padding: 2rem 1rem 3rem 2rem;
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  max-width: 900px;
  transform: none;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.drop-down.service-drop-down.active {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 11;
}
ul#menu-main-header-mobile-menu li:last-child {
    padding: 0;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item.current > a {
  color: #5878ff;
}
.service-drop-down .twoboxes .menubox > strong {
    padding-bottom: 1rem;
    margin-bottom: 1.95rem;
    font-weight: 700;
    letter-spacing: 0;
	display: block;
	margin-top: 2rem;
}
.drop-down.service-drop-down ul.submenu li{
	margin-bottom: 1rem;
}
.drop-down.service-drop-down ul.submenu li a {
    color: #ffffff;
    font-size: 1.95rem;
    line-height: 3rem;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: 'Gilroy';
    transition: 1s;
    display: block;
}
.service-drop-down .twoboxes strong a:hover,
.drop-down.service-drop-down ul.submenu li a:hover {
    color: #96E1FF;
}
.drop-down.service-drop-down ul.submenu li a:hover{
	transition: 1s;
	padding-left: 1rem;
}
.drop-down.service-drop-down .flex-box {
  align-items: flex-start;
  padding: 0 3rem 1rem 3rem;
}
.drop-down.service-drop-down .list-box {
  width: 65%;
}
.drop-down.service-drop-down .menu-blogs-box {
  width: 33%;
}
.drop-down.service-drop-down .menu-blogs-box .blog-box {
  position: relative;
}
.drop-down.service-drop-down .menu-blogs-box img {
  height: 32.7rem;
  object-fit: cover;
  border-radius: 3rem;
}
.drop-down.service-drop-down .menu-blogs-box h4 {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  z-index: 2;
  transition: all linear .2s;
}
.drop-down.service-drop-down .menu-blogs-box{
  transition: all linear .2s;
}
.drop-down.service-drop-down .menu-blogs-box:hover h4{
  bottom: 4rem;
}
.drop-down.service-drop-down .menu-blogs-box .blog-box::after {
  content: '';
  position: absolute;
  background: linear-gradient( 360deg, #000 -9.23%, rgba(0, 0, 0, 0) 100.97%, rgba(0, 0, 0, 0.13234) 31.97% );
  height: 10rem;
  width: 100%;
  bottom: 0;
  border-radius: 3rem;
  z-index: 1;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item {
  display: block;
  margin-bottom: 3rem;
  position: static;
}

#menu-dropdown-service-menu {
  max-width: 35rem;
  position: relative;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item a {
  color: #ffffff;
  font-size: 2.4rem;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: transparent;
  width: 100%;
  max-height: 45rem;
  min-height: 45rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 45rem;
  list-style: none;
  padding-left: 2rem;
}
.menu-dropdown-service-menu-container {
  position: relative;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item ul.sub-menu {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item ul.sub-menu li a {
  font-size: 2rem;
  transition: all linear .2s;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item ul.sub-menu li {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
}
.inner-banner-section.events-banner{overflow: hidden;}
ul#menu-dropdown-service-menu li.services-mega-menu-item ul.sub-menu {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  visibility: hidden;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item:hover > ul.sub-menu {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.drop-down.service-drop-down .menu-blogs-box h5 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 400;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item ul.sub-menu li::after {
  content: '';
  position: absolute;
  background: url(../img/blue-arrow.png) no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  top: .4rem;
  left: 0;
  background-size: contain;
}
ul#menu-dropdown-service-menu li.services-mega-menu-item ul.sub-menu li a:hover{
  color: #96E1FF;
}

.drop-down.service-drop-down:hover{
  display: block;
  opacity: 1;
  visibility: visible;
}
.events-banner .events-slider-banner .events-slider-box {
  height: 100%;
}
ul.our-serices-timeline-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-top: 20rem;
  grid-column-gap: 5rem;
  position: relative;
}
ul.our-serices-timeline-list li {
  max-width: 45rem;
  padding-top: 8rem;
  position: relative;
  z-index: 2;
}
ul.our-serices-timeline-list li .text-box {
  background-color: #2643D0;
  padding: 6rem 5rem;
  border-radius: 3rem;
}
ul.our-serices-timeline-list li .text-box h5 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
}
ul.our-serices-timeline-list li::after {
  content: '';
  position: absolute;
  background-color: #314FE2;
  width: 4rem;
  height: 4rem;
  left: 50%;
  top: -2.5rem;
  border: 1rem solid #2643D0;
  border-radius: 50%;
  transform: translateX(-50%);
}
ul.our-serices-timeline-list li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12rem;
  border: 1px dotted #7188FD;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: -1;
}
ul.our-serices-timeline-list li span {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7rem;
}

ul.our-serices-timeline-list::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  background-color: #2643D0;
  top: -1rem;
  left: 0;
}
.event-detail-banner .breadcrumb-grp ul {
  justify-content: center;
}
.event-detail-banner .heading-box {
  margin: 0 auto;
}
.about-events-section {
  background-color: #fff;
  padding-bottom: 15rem;
}
.event-detail-box {
  background: url(../img/event-detail-box-bg.png) no-repeat center right;
  background-color: #4766FF;
  padding: 6rem;
  border-radius: 2rem;
  margin-top: 4rem;
}
.event-detail-box ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-width: 30rem;
  width: 33.33%;
}
.event-detail-box ul {
  justify-content: flex-start;
  grid-column-gap: 5rem;
}
.event-detail-box ul li img {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: scale-down;
  margin-right: 1.5rem;
}
.event-detail-box ul li p {
  color: #fff;
  font-size: 2.4rem;
  display: block;
  line-height: 1.2;
  max-width: 45rem;
}
.event-detail-box ul li span {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}

.about-events-section .heading-box {
  margin-bottom: 8rem;
  padding-top: 8rem;
}
.event-key-point-box h4 {
  font-size: 6rem;
  font-weight: 500;
}
.event-key-point-box ul.event-key-point-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 20rem;
  grid-row-gap: 9rem;
  margin-top: 7rem;
}
.event-key-point-box ul.event-key-point-list li {
  max-width: 40rem;
  position: relative;
}
.event-key-point-box ul.event-key-point-list li::after {
  content: '';
  position: absolute;
  background-color: #C5C5C5;
  width: 1px;
  height: 100%;
  top: 0;
  right: -10rem;
}
.event-key-point-box ul.event-key-point-list li:nth-child(3n)::after {
  display: none;
}
.event-banner-slider-section {
  padding-top: 5rem;
  background-color: #fff;
}

.event-key-point-box ul.event-key-point-list li h6 {
  margin-bottom: 2rem;
}
ul.key-requirements-box li h6 {
  margin-bottom: 2rem;
}

ul.key-requirements-box li {
  padding-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #B8BAC2;
  margin-left: 5rem;
  margin-bottom: 4rem;
}
ul.key-requirements-box li:last-child {margin-bottom: 0;}
ul.key-requirements-box {
  margin-top: 4rem;
}
ul.key-requirements-box li::after {
  content: '';
  position: absolute;
  background: url(../img/tick-2.png) no-repeat;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: -6rem;
  background-size: contain;
}
.events-gallery-section {
  background: url(../img/element.png) no-repeat center right;
  background-color: #314FE2;
  background-size: contain;
}
.events-gallery-section .heading-box {
  margin-bottom: 8rem;
}
.events-gallery-box .gallery-img img {
  width: 100%;
  height: 50rem;
  min-width: 70rem;
  border-radius: 3rem;
}
.events-gallery-box .gallery-img {
  margin: 0 1rem;
}
.events-gallery-box .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.events-gallery-box .slick-arrow.slick-prev {
  left: 5rem;
}
.events-gallery-box .slick-arrow.slick-next {
  right: 23rem;
}
.about-events-bottom-section .text-box ul, .about-events-bottom-section .text-box ol {
  margin: 4rem 0;
}
.about-events-bottom-section .text-box ul li,.about-events-bottom-section .text-box ol li {
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.4;
}
.about-events-bottom-section .text-box ul li::after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border: .3rem solid #4766FF;
  border-radius: 50%;
  left: 0;
  top: .8rem;
}
.about-events-bottom-section .text-box ol li::after {
  content: '';
  position: absolute;
  background: url(../img/tick.png) no-repeat center;
  width: 2.2rem;
  height: 1.6rem;
  left: 0;
  top: .8rem;
}
.about-events-bottom-section .text-box ol li{
  padding-left: 3.5rem;
}
.inner-banner-section.event-detail-banner {
  padding-bottom: 20rem;
  height: auto;
}

.about-events-bottom-section {
  background-color: #fff;
}
.about-events-bottom-section .text-box {
  text-align: left;
  max-width: 107rem;
  margin: 0 auto;
}
.about-events-bottom-section .text-box p {
  margin: 1.5rem 0;
}
.about-events-bottom-section .text-box h3 {
  font-size: 6rem;
  font-weight: 500;
  margin: 4rem 0 1.5rem;
}
.about-events-bottom-section .text-box img {
  margin: 2rem 0;
  width: 100%;
  height: 55rem;
  object-fit: cover;
  border-radius: 2rem;
}

.enroll-now-box {
  background-color: #fff;
  padding: 5.5rem 4rem;
  border-radius: 3rem;
  position: sticky;
  top: 10rem;
  margin-top: 10rem;
}
.heading-box.flex-box .enroll-now-box p {
  margin: 1rem 0 0 0;
}
.events-gallery-box .slick-arrow img{width: 9rem;}

.registration-events-details-box {
  margin-top: 5rem;
}
.registration-events-details-box ul.flex {
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;

}
.registration-events-details-box ul.flex li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 33.33%;
}
.registration-events-details-box ul.flex li img {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: scale-down;
  margin-right: 1.5rem;
}
.registration-form-box.main-form-box {
  padding-top: 6rem;
}
.registration-form-box h5 {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.registration-form-box .form {
  margin-top: 5rem;
}
.registration-events-details-box ul.flex li p {
  font-size: 2.5rem;
  color: #111;
  max-width: 45rem;
}

.registration-events-details-box ul.flex li p span {
  display: block;
  font-size: 2rem;
  margin-top: .3rem;
}
.about-company-section {
  background-color: #fff;
}
.about-company-section p{margin: 1.5rem 0;}
body.single-careers .content-box.col-65 {
    padding-right: 3rem;
}
.heading-box.col-5.full-950 h1 > span {
    display: block;
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 3rem;
}
.overview-desc {
    text-align: left;
}
body.page-id-17 .service-solutions-listing .list-box img{height: auto;}
.GT667{display: block;}
.LT667{display: none;}


.dflex.mhfab25 {
    flex-wrap: nowrap; 
}
.dflex.mhfab25 img {
    max-width: 16%;
    border: solid 1px #7f818b;
}	
.dflex.fourimgs {
    flex-wrap: nowrap;
}
.dflex.fourimgs img {
    width: 24%;
    border: solid 1px #7f818b;
}
.dflex.threeimgs {
    flex-wrap: nowrap;
}
.dflex.threeimgs img {
    width: 33%;
    border: solid 1px #7f818b;
}
.service-banner.fullwidth .heading-box.col-55.full-950 p.white-text {
    font-size: 2.25rem;
}
body.page-id-22 .heading-box.flex-box .text-box h2 {
    text-transform: none;
}
.slide-toggle, .link-list, .commonhide {
  overflow: hidden;
  max-height: max-content;
  transition: max-height 0.32s ease;
}
.slide-toggle.open, .link-list.open, .commonhide.open {
  max-height: 1000px;
}
.slick-track, .slick-list { will-change: transform; }
body.single-news .blogs-banner-section .feature-image-box img {
    max-width: 700px;
    margin: auto;
    display: block;
}
.blog-content-section .content-box a {
    color: #5878ff;
    position: relative;
}
.blog-content-section .content-box a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #5878ff;
    transition: 1s;
}
.blog-content-section .content-box a:hover:before {
    transition: 1s;
    width: 100%;
}
.mobileView, .commonhide {display:none;}
ul.contact-box li label strong {
	font-size: 2.1rem;
	margin-left: 0;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
} 
h2.mediumsize {
	font-size: 5rem;
}
ul.contact-box li.mails a,
ul.contact-box li.tel a {
	margin-left: 0;
	font-size: 2.5rem;
	text-decoration: underline;
	color: #666;
}
footer .address-box.last p:not(first-child) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .address-box.last p strong {
	font-size: 1.5rem;
}
footer .address-box.last p a {
	margin: 0;
}
.nav-item.addressesSec address {
	font-size: 16px;
	color: #ACACAA;
	line-height: 1.5;
}
footer .nav-section strong.footertitle.marginAuto {
	margin: 2rem 0;
}
.nav-item.addressesSec ul.social-list {
	margin-top: 2rem;
}
footer .nav-section{
	margin-bottom: 4rem;
}
footer .middle-nav {  
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .middle-nav .footerMtitle {
	display: block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
footer .middle-nav  a {
	font-size: 16px;
	color: #ACACAA;
	display: block;
}
footer .middle-nav .dflex p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
span.usa {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url("https://orbitskyline.com/wp-content/uploads/2025/01/usa.png");
}
span.india {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url("https://orbitskyline.com/wp-content/uploads/2025/01/india.png");
}
footer .copyright{
	border-top: none !important;
	margin-top: 0 !important;
}
footer .copyright ul.copyrightmenu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
	gap: 1rem;
}
footer .copyright ul.copyrightmenu li a{
	font-size: 16px;
	color: #ACACAA;
}
/* Add to your main.css */
.sub-menu, .sub-submenu, .link-list, .commonhide {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.sub-menu.open, .sub-submenu.open, .link-list.open, .commonhide.open {
  max-height: 600px;
}
.hp-banner-section > .container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
footer .nav-section .nav-item:first-child {
    border-top: none;
}
img:is([sizes="auto" i], [sizes^="auto," i]){
	contain-intrinsic-size: auto !important;
}
@media (min-width: 1980px) {
	.wrapper {
	  max-width: 220rem;
	}
}
@media (max-width: 1600px) {
    html {
        font-size: 50% !important;
    }

    .container {
        max-width: 150rem;
    }

    header .wrapper {
        width: 85%;
    }
    .drop-down.service-drop-down{width: 75%;}
	ul#menu-main-header-mobile-menu ul.sub-menu{ min-width: 220px; }
}

@media (max-width: 1440px) {
    html {
        font-size: 46% !important;
    }

    footer .nav-section ul.link-list li a,
    footer .middle-nav ul a,
    footer .bottom-txt address,
    footer .copyright p {
        font-size: 14px;
    }
    .latest-news-slide {
        max-width: 140rem;
    } 
	header div#overlay { 
		max-width: 900px;
	}
	ul#menu-main-header-mobile-menu ul.sub-menu{min-width: 250px;}
}
@media (max-width: 1370px) {
    html {
        font-size: 46% !important;
    }
}
@media (max-width: 1300px) {
	header nav ul#menu-main-header-mobile-menu > li > a {
		margin-right: 5rem; 
	}
	ul#menu-main-header-mobile-menu li.menu-item-has-children:after{right: 6rem;}
}
@media (min-width: 1200px){
   ul#menu-main-header-mobile-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
  .careers-related-box ul.job-info li{font-size: 1.9rem;}
  #menu-item-366 ul.sub-menu {
    display: none !important;
  } 
}
@media (max-width: 1200px) {
    html {
        font-size: 42% !important;
    }
    .container {
        width: 90%;
    }
    h2 {
        font-size: 5.5rem;
    }
    header .wrapper {
        width: 90%;
    }
    .drop-down.service-drop-down{width: 100%;}
    .customers-partners-listing {
        padding-right: 0;
    }
    .latest-news-slide {
        max-width: 130rem;
    }
    .button_container {
        display: inline-block;
        position: absolute;
        top: 25%;
        right: 4%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }
    .button_container:hover {
        opacity: 0.7;
    }
    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .button_container span {
        background: #ffffff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    header nav ul li {
        padding-left: 0;
    }
    header nav {
        float: none;
    }
    .overlay {
        position: fixed;
        background: #314FE2;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        opacity: 0.8;
        visibility: hidden;
        -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
        transition: opacity 0.35s, visibility 0.35s, width 0.35s;
        overflow: hidden;
        z-index: 11;
    }
	header div#overlay {
        max-width: 100%;
    }
	.overlay.open {
        opacity: 1;
        visibility: visible;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        min-height: fit-content;
        padding-bottom: 25rem;
    }
    .overlay.open ul.flex-box>li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
    }
    .overlay.open ul.flex-box>li:nth-of-type(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
    .overlay.open ul.flex-box>li:nth-of-type(3) {
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s;
    }
    .overlay.open ul.flex-box>li:nth-of-type(4) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .overlay.open ul.flex-box>li:nth-of-type(5) {
        -webkit-animation-delay: 0.55s;
        animation-delay: 0.55s;
    }
    .overlay.open ul.flex-box>li:nth-of-type(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
    .overlay.open ul.flex-box>li:nth-of-type(7) {
        -webkit-animation-delay: 0.65s;
        animation-delay: 0.65s;
    }
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateY(-15px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateY(-15px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .overlay nav {
        position: relative;
        height: auto;
        top: 15rem;
        text-align: left;
        padding-left: 5rem;
        width: 85%;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: auto;
        width: 100%;
    }
    header nav ul li a {
        font-size: 3.2rem;
        font-weight: 500;
        width: 100%;
        display: block;
    }
	ul#menu-main-header-mobile-menu li:last-child a {
		text-align: left;
		background-color: transparent;
		border: none;
		font-size: 3.2rem;
		font-weight: 500;
	}
    header nav ul li {
        margin-bottom: 2.5rem;
        opacity: 0;
    }
    header .wrapper {
        padding: 2rem 4rem;
    }
    header .logo-box {
        position: relative;
        z-index: 90;
    }
    header nav ul li.accot-btn a {
        margin-left: 0;
    }
    footer .bottom-txt .address-box {
      width: 50%;
      margin-bottom: 4rem;
    }
    footer .copyright {
      margin-top: 4rem;
    }
     ul#menu-main-header-mobile-menu ul.sub-menu > li{opacity: 1;}
     ul#menu-main-header-mobile-menu ul.sub-menu{
      position: static;
      background-color: transparent;
      box-shadow: none;
      height: auto;
      padding: 0;
    }
    ul#menu-main-header-mobile-menu li.menu-item-has-children{padding-right: 0;padding-top: 0;}
     ul#menu-main-header-mobile-menu ul.sub-menu > li{margin-bottom: 1.5rem;padding-left: 0;}
     ul#menu-main-header-mobile-menu ul.sub-menu{margin-top: 3rem;}
     ul#menu-main-header-mobile-menu li.menu-item-has-children::after {width: 2.1rem;height: 1.7rem;top: 2rem;right: 1rem;}
     ul#menu-main-header-mobile-menu ul.sub-menu {
		margin-top: 2rem;
		display: none;
		padding-left: 3rem;
    }
     ul#menu-main-header-mobile-menu ul.sub-menu li > ul.sub-menu{display: none;}
     ul#menu-main-header-mobile-menu ul.sub-menu li a{font-size: 2.2rem;}
     ul#menu-main-header-mobile-menu ul.sub-menu li{margin-bottom: 1rem;}
     header nav ul#menu-main-header-mobile-menu > li > a{margin-right: 0;}
     ul#menu-main-header-mobile-menu ul.sub-menu > li.menu-item-has-children::after{content:none;}
     ul#menu-main-header-mobile-menu li.menu-item-has-children:after{right: 0;}
     .service-featured-clients-section ul.protocols-list{grid-template-columns: repeat(4,1fr);}
	ul#menu-main-header-mobile-menu li.service-menu ul.sub-menu ul.sub-menu.sub-submenu {
		display: block !important;
	}
	ul#menu-main-header-mobile-menu ul.sub-menu > li > ul.sub-menu > li::after{content: none;}
	ul#menu-main-header-mobile-menu ul.sub-menu > li.menu-item-has-children {
		padding: 1rem;
	}
	ul#menu-main-header-mobile-menu ul.sub-menu > li.menu-item-has-children::before{content: none;}
	ul#menu-main-header-mobile-menu ul.sub-menu > li > ul.sub-menu {
		padding: .3rem 2rem;
	}
	ul#menu-main-header-mobile-menu li.service-menu > ul.sub-menu li.menu-item-has-children > a {
		font-size: 2.5rem;
	}
	.sub-services-section .bg-image {
		 min-height: 40rem !important;
	}
	.drop-down.service-drop-down.active{
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		z-index: 0 !important;
	}
}
@media(max-width: 1000px){
	footer .copyright { 
		flex-wrap: wrap;
		justify-content: center;
		gap: 2rem;
	}
	footer .middle-nav .nav-item:last-child {
		margin-top: 3rem;
	}
	footer .copyright ul.copyrightmenu {
		gap: 3rem;
		border-bottom: 1px solid #62656A;
		padding-bottom: 3rem;
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 950px) {
    .heading-box {
        text-align: center;
    }
    html {
      font-size: 45% !important;
  }
    .full-950{width: 100%;}
    h1{font-size: 7rem;}
    p {
        font-size: 2.2rem;
    }
    .far-section .certified-box span{font-size: 12px;}
    .heading-box.flex-box {
        justify-content: center;
    }

    .heading-box h6, .heading-box label.h6tag  {
        width: 100%;
        margin-bottom: 2rem;
    }

    .heading-box.flex-box .text-box {
        margin-top: 0;
        width: 100%;
    }

    .com-padding {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

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

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

    .solution-listing {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 2rem;
        margin-top: 10rem;
    }
    .testimonials-slider-box .testimonials-box{padding: 5.5rem 4.5rem;}
    .testimonials-slider-box .slider-box{margin-right: 2rem;}
    .testimonials-slider-box .testimonials-box p{min-height: auto;}
.customers-partners-section {
    background-image: none !important;
  }
  .customers-partners-section .mobile-box {
    display: block;
    margin-bottom: 5rem;
  }
  .customers-partners-box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .customers-partners-listing {
    justify-content: center;
  }
  .customers-partners-box .list-box {
    padding: 0 4rem;
    width: 100%;
    text-align: center;
  }
  .customers-partners-section .mobile-box img {
    width: 100%;
    max-width: 120rem;
    object-fit: contain;
  }
  .hp-contactus-section{padding-bottom: 55rem;background-position: center 50rem;}
  .latest-news-slide{max-width: 100rem;height: 70rem;}
  .latest-news-slide .text-box{top: 30%;  max-width: 70rem;}
  
.certified-section .certified-box {
    width: 100%;
    margin-bottom: 5rem;
  }
  .certified-section .flex-box {
    justify-content: center;
  }
  
footer .nav-section .nav-item {
    width: 50%;
    margin-bottom: 4rem;
  }
  footer .nav-section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .nav-section {
    margin-bottom: 5rem;
  }

  footer .middle-nav ul li {
    width: 33.33% !important;
    padding: 0 2rem;
  }
  footer .middle-nav ul li:first-child {
    padding-left: 2rem;
    text-align: center;
    border-left: none;
    border-left: 1px solid #62656A;
  }
  footer .middle-nav ul li:last-child {
    text-align: center;
    padding-right: 2rem;
    border-right: 1px solid #62656A;
  }
  footer .middle-nav ul a {
    padding: 1.5rem 0;
  }
  
.hp-blogs-section .col-45 {
    width: 100%;
    order: 1;
  }
  .hp-blogs-section .download-ebook-box {
    margin-right: 0;
    text-align: center;
    margin-top: 7rem;
    height: auto;
  }
  .hp-blogs-section .download-ebook-box img {
    margin: 0 auto;
    display: block;
  }
  .hp-blogs-section .col-55 {
    width: 100%;
    order: 0;
  }
  .hp-blogs-section .heading-box.flex-box .text-box.col-55 {
    order: 1;
  }
  .breadcrumb-grp ul li{font-size: 12px;}
  .about-service-section .text-box p:nth-child(1),.about-service-section .text-box p:nth-child(2){width: 100%;margin: 1rem 0;}
  .optimal-solutions-listing .list-box{padding: 4rem 3rem;}
  .optimal-solutions-listing .list-box{flex-wrap: wrap;text-align: center;justify-content: center;}
  .optimal-solutions-listing .list-box .txt{padding-left: 0;margin-top: 2rem;}
  .service-solutions-listing .list-box h5{text-align: left;}
  .newsletter-section .flex-box{flex-wrap: wrap;text-align: center;}
  .service-solutions-listing{grid-template-columns: repeat(2,1fr);}
  .newsletter-section .text-box{width: 100%;}
  .newsletter-section .form-box{width: 100%;}
  .newsletter-section .form-box form{flex-wrap: wrap;margin-top: 4rem;}
  .orbitskyline-section .col-65.text-editor{width: 100%;order: 0;text-align: center;}
  .download-box{margin-top: 5rem;margin-right: 0;text-align: center;}
  .orbitskyline-section .col-35{width: 100%;order: 1;}
  .orbitskyline-section .col-35{width: 50%;order: 1;margin: 0 auto;}
  .partners-section .customer-box{grid-template-columns: repeat(3,1fr);}
  .download-box img{margin: 0 auto;display: block;}
  .blog-listing .list-box .txt h5{text-align: left;}
  .career-slide-section .heading-box h2{font-size: 8rem;}
  .service-featured-clients-section ul.protocols-list{grid-template-columns: repeat(4,1fr);}
  .blog-content-section.body-detail-section .sidebar-box{margin-top: 5rem;}
.get-in-touch-form {
  margin-bottom: 4rem;
  text-align: center;
}
.get-in-touch-section .text-box {
  text-align: center;
}
.get-in-touch-section .text-box p br {
  display: none;
}
ul.customers-detail-list{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.customers-detail-list li h3{font-size: 6rem;}
ul.customers-detail-list li{
  width: 47%;
  margin-bottom: 3.5rem;
}
.contactus-customers-section .location-list{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.location-list .hq-box:first-child{
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  border-bottom: 1px solid #EFF1F9;
  border-right: none;
  width: 100%;
}
.location-list .hq-box strong.h5tag{margin-bottom: 1rem;}
.contactus-customers-section ul.customers-detail-list {
  margin-bottom: 13rem;
}
.breadcrumb-grp{margin-bottom: 5rem;}
.contactus-customers-section{background-size: 108rem;background-position-x: center;}
.location-list .hq-box ul li{font-size: 14px;margin-bottom: 1rem;}
.location-tab-section .service-solutions-listing .list-box strong.h5tag{max-width: none;text-align: left;}
.Learning-section ul.learning-list li label.custitle{font-size: 2.5rem;}
.Learning-section ul.learning-list li span.counting{font-size: 7rem;margin-right: 2rem;}
.Learning-section .learning-skill-list .learning-skill-box{padding: 6rem 3rem;}
.Learning-section .heading-box .text-box p{max-width: none;}
.interactive-employee-section ul.detail-list{margin-top: 3rem;}
.unlock-future-section h2{font-size: 7rem;}
.unlock-future-section .heading-box p br{display: none;}
.leadership-list{grid-template-columns: repeat(2,1fr);}
.team-list{grid-template-columns: repeat(2,1fr);} 
.notified-section.newsletter-section .text-box{width: 100%;}
.notified-section.newsletter-section .form-box{width: 100%;}
.blog-content-section .content-box{padding-right: 0;}
.content-box ul li, .content-box ol li{font-size: 2.4rem;}
.newsletter-section .form-box form{justify-content: center;}

.sub-service-content .heading-box {
  width: 100%;
  margin-bottom: 5rem;
}

.sub-service-content .col-35 {
  width: 100%;
}
.body-detail-section .content-box h2 {
  font-size: 6rem;
}
.body-detail-section .content-box {
  text-align: center;
}
ul.our-serices-process-list {
  grid-template-columns: repeat(2,1fr);
  grid-row-gap: 7rem;
}
.service-key-offerings-section .col-35 {
  width: 100%;
  margin-bottom: 7rem;
}
.service-key-offerings-section .col-45 {
  width: 100%;
}
.service-featured-clients-section .featured-partners-box {
  max-width: none;
  margin-top: 7rem;
  text-align: center;
}
.related-blogs-section .heading-box .txt {
  width: 100%;
}
.related-blogs-section .heading-box .txt h2 {
  font-size: 4.5rem;
}
.customers-partners-listing{margin-top: 7rem;}
.customers-partners-listing .video-box {
  position: static;
  margin-bottom: 7rem;
  width: 100%;
}
.latest-news-section::after,.latest-news-section::before{display: none;}
.career-form-section .heading-box h3{font-size: 4rem;}
.main-form-box .form .input-box{width: 100%;}
.main-form-box .form .input-box input,.main-form-box .form .input-box select,.main-form-box .form .input-box textarea{padding: 3rem 2rem;}
.about-team-section .heading-box.flex-box .text-box ul{justify-content: center;align-items: center;}
.about-team-section .heading-box.flex-box .text-box img{width: 10rem;}
.thrive-section .img-box{width: 50%;margin: 0 auto;margin-bottom: 7rem;}
.thrive-section .col-7{padding-left: 0;width: 100%;}
.career-content-section .content-box{
  width: 100%;
  text-align: left;
}
.career-content-section .col-35{width: 50%;margin: 0 auto;margin-top: 5rem;}
.content-box ul li, .content-box ol li{text-align: left;}
.popup{padding: 5rem 2rem;width: 95%;}
.popup-content span.close-popup{top: -5rem;right: -1.2rem;}
.popup .text-box p{font-size: 2rem;}
.popup .text-box h4{font-size: 2.7rem;}
.popup .text-box{height: 70rem;}
.unlock-future-section{height: 65rem;}
.inner-banner-section.events-banner{padding-top: 20rem;}
.events-banner .heading-box{width: 100%;margin: 0 auto;}
.interactive-employee-slider .slider-box img{height: 35rem;}
.interactive-employee-slider .slider-box img{height: 35rem;}
.testimonials-slider-box .testimonials-box{height: 107rem;}
.testimonials-slider-box .testimonials-box p{font-size: 2.3rem;}
.careers-related-box ul.job-info li span{font-size: 1.5rem;}
.careers-related-box ul.job-info li{width: max-content;}
.careers-listing-box .careers-related-box{padding: 3rem 2.5rem;}
.careers-listing-box{grid-column-gap: 2rem;grid-row-gap: 2rem;}

.timeline-slidebox .timeline-detail-box .flex-box .col-4 {
  width: 100%;
  margin-bottom: 5rem;
}
.timeline-slidebox .timeline-detail-box .flex-box .col-4 .text-box {
  text-align: center;
}
.timeline-slidebox .timeline-detail-box .img-box{text-align: center;}
.event-key-point-box ul.event-key-point-list{grid-column-gap: 7rem;grid-row-gap: 5rem;}
.event-key-point-box ul.event-key-point-list li::after {right: -3rem;}
.enroll-now-box{display: none;}
ul.key-requirements-box li{text-align: left;}
.events-gallery-box .slick-arrow.slick-next{right: 3rem;}

}
@media (max-width: 850px){
  .value-section ul.value-list{
    grid-template-columns: repeat(2,1fr);
  }
  .value-section ul.value-list li:nth-child(1), .value-section ul.value-list li:nth-child(4){
    padding-left: 6rem;
  border-left: 1px solid #C5C5C5;
  }
  .news-featured-box .img-box{display: none;}
  .news-featured-box .text-box{width: 100%;padding-left: 0;text-align: center;}
  .news-featured-box .text-box .mobile-img {
    display: block !important;
    margin: 3rem auto ;
    width: 100%;
    max-width: none;
    height: 35rem;
    object-fit: scale-down;

  }
  .news-featured-listing .news-featured-box .flex-box{padding: 4.5rem 3rem;height: 90rem;}
  .news-featured-box .text-box h3{font-size: 3.7rem;}
  .news-featured-listing .news-featured-box{margin-left: 2rem;}
  .news-featured-listing .slick-next{right: 0;}
  .news-listing.service-solutions-listing .list-box p{text-align: left;}
  .timeline-slidebox .timeline-detail-box .img-box{width: 100%;}
  ul.timeline-list {
    grid-template-columns: none;
    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;
    display: grid;
  }
  ul.timeline-list li {
    margin-right: 1.5rem;
    max-width: fit-content;
    padding: 0 1rem 1rem 1rem;
  }
  .career-form-section ul.social-list {
    justify-content: center;
  }
  .career-form-section .bottom-text-box h3{font-size: 5rem;}
  ul.timeline-list li a{font-size: 2.3rem;}
  ul.our-serices-timeline-list {
    display: grid;
    grid-row-gap: 0;
    grid-template-columns: none;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-top: 7rem;
  }
  ul.our-serices-timeline-list li {
    min-width: 38rem;
  }
  ul.our-serices-timeline-list li .text-box {
    padding: 4rem 3.5rem;
    height: 100%;
  }
  ul.our-serices-timeline-list li::after {top: -3rem;}
  ul.our-serices-timeline-list::after {top: 5.5rem;width: 130rem;}
  .key-requirements-section .col-3{width: 100%;}
  body.single-careers .content-box.col-65 {
    padding-right: 1rem;
  }
  body.page-template-leadership.page-id-22 .leadership-list .leadership-box:first-child {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}
@media (max-height: 800px){
  .hp-banner-section .bottom-btn{margin-top: 27rem;}
}
@media (max-width: 767px){
  .flex{
    -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  html {
    font-size: 43% !important;
}
.career-related-posts .careers-related-listing {grid-template-columns: repeat(1,1fr);}
.training-advancing-section .advancing-list{margin-top: 5rem;}
h1{font-size: 6.5rem;}
p{font-size: 2.4rem;}
.banner-bottom-box .content-box .txt-box p{margin: 1rem 0;width: 100%;}
.banner-bottom-box .content-box .txt-box{flex-wrap: wrap;}
header .wrapper {
    width: 100%;
    padding: 1rem 2rem 0 2rem;
  }
h2{font-size: 5rem;}
.solution-listing .solution-box{padding: 6rem 3.5rem;}
.solution-listing .solution-box .text-box{margin-top: 7rem;}
.solution-box .text-box ul li{font-size: 2.2rem;}
.customers-partners-section .mobile-box img{object-fit: cover;height: 55rem;}
.customers-partners-box h3{font-size: 10rem;}
.latest-news-slide .text-box{top: 10rem;left: 3rem;max-width: 50rem;}
.latest-news-slide{max-width: 60rem;height: 70rem;}
.latest-news-slide .text-box h4{font-size: 5rem;}
      
.certified-section .certified-box .txt-box {
    padding-left: 0;
    width: 100%;
    margin-top: 3rem;
  }
  .certified-section .certified-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .certified-box .txt-box .certifiedtitle{font-size: 5rem;line-height: 1.2;}
  footer{padding-top: 10rem;}
  footer .nav-section .nav-item{width: 100%;}
  footer .middle-nav ul li {
    width: 100% !important;
    border-right: 1px solid #62656A;
  }
  footer .bottom-txt .address-box {
    width: 100%;
  }
  footer .copyright{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .blog-listing-banner {
    background-position-x: 60%;
  }
  footer .copyright p{width: 100%;margin: .5rem 0;}
  .hp-blogs-section .heading-box.flex-box{margin-bottom: 3rem;}
  .hp-blogs-section .blogs-listing .blog-box .text-box{padding-left: 2rem;}
  .hp-blogs-section .blogs-listing .blog-box img{width: 18rem;height: 18rem;}
  .inner-banner-section{
    padding-top: 0 !important;
    height: 70rem;
    display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  }
  .inner-banner-section p br{display: none;}
  .inner-banner-section h1{font-size: 6rem;}
  .career-slide-section .heading-box h2{font-size: 6rem;}
  .partners-section .customer-box{grid-template-columns: repeat(2,1fr);}
  .service-solutions-listing{grid-column-gap: 2rem;grid-row-gap: 5rem;}
  .service-solutions-listing .list-box img{height: 20.2rem;}
  .service-solutions-listing .list-box h5{font-size: 2.3rem;}
  .service-solutions-listing .list-box::after {width: 5.3rem;height: 5.3rem;right: 2rem;top: 2rem;}
  .newsletter-section .form-box input{width: 100%;margin-bottom: 1rem;}
  .orbitskyline-section .col-35{width: 100%;}
  .inner-banner-section h1 br{display: none;}
  .breadcrumb-grp ul{justify-content: center;}
  h1 img{width: 4rem;}
  .optimal-solutions-listing{grid-template-columns: repeat(1,1fr);}
  .culture-section .flex p{width: 100% !important;margin: 1rem 0;}
  .Learning-section ul.learning-list{
    -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  }
  ul.detail-list{justify-content: center;}
  ul.detail-list li {
    width: fit-content;
    margin: .5rem 1rem;
  }
  .unlock-future-section h2{font-size: 6rem;}
  .Learning-section ul.learning-list li{width: 50%;margin: 1.5rem 0;justify-content: flex-start;max-width: none;}
  .Learning-section ul.learning-list{padding-top: 7rem;padding-top: 5rem;}
  .Learning-section ul.learning-list li span.counting{width: 4rem;}
  .Learning-section .learning-skill-list{grid-template-columns: repeat(1,1fr);}
  .Learning-section .learning-skill-list .learning-skill-box{text-align: center;}
  .interactive-employee-slider .slider-box{margin: 0 1rem;}
  ul.training-advancing-list li{max-width: none;margin: 1rem 0;justify-content: center;text-align: center;}
  ul.training-advancing-list li p br{display: none;}
  ul.training-advancing-list{margin-top: 7rem;padding-top: 5rem;justify-content: center;text-align: center;}
  ul.training-advancing-list li h6{width: 100%;margin: 0;}
  ul.training-advancing-list li p{font-size: 2.5rem;}
  .training-advancing-section .advancing-list{grid-template-columns: repeat(1,1fr);}
  .training-advancing-section .advancing-list .advancing-box{text-align: center;}
  .leadership-list{grid-template-columns: repeat(1,1fr);}
  body.page-template-leadership.page-id-22 .leadership-list{grid-template-columns: repeat(2,1fr);}
  .team-list{grid-column-gap: 2rem;}
.team-list .team-box .text-box h6 {
  font-size: 2.2rem;
}
.team-list .team-box .text-box span {
  font-size: 1.7rem;
}
  ul.our-serices-process-list {
    grid-template-columns: repeat(1,1fr);
  }
  .related-blogs-section .blogs-listing
  {
    grid-template-columns: repeat(1,1fr);}
.timeline-slidebox .timeline-detail-box .col-4 {
  width: 100%;
}
.timeline-slidebox .timeline-detail-box .col-4 .text-box {
  margin-bottom: 4rem;
}
.optimal-section .contact-box{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.process-section .process-list-box ul.process-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);}
  .process-section .process-list-box ul.process-list li{text-align: center;}
.optimal-section .contact-box a{margin-bottom: 2rem;}
.inner-banner-section{background-position-x: right;}
.form-banner {
  background-position-x: 75%;
}
.enquiry-box .form-box{grid-template-columns: repeat(1,1fr);}
.blogs-banner-section .heading-box h1 {text-align: left;}
.flex.flex-center.timetoread {justify-content: flex-start;}
.contact-detail-box span{margin: 1rem 0;}
.content-box h2{font-size: 4.25rem;}
.content-detail-box{padding: 6rem 3rem;}
.content-detail-box span, .content-detail-box a{font-size: 2.2rem;}
.content-box .flex-box .img-box p{font-size: 2.7rem;}
.notified-section.newsletter-section .form-box input{width: 48%;}
.hp-banner-section{padding-top: 30rem;}
.hp-banner-section .bottom-btn{margin-top: 35rem;}
.hp-banner-section .bottom-btn{text-align: center;}
.banner-bottom-box .content-box{padding-top: 15rem;}
.value-section ul.value-list{
  grid-template-columns: repeat(1,1fr);
  grid-row-gap: 5rem;
}
.value-section ul.value-list li{
  padding-left: 0 !important;
  border-left: none !important;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 4rem;
  text-align: center;
}
.mission-statement-box{text-align: center;}
.mission-statement-box h3{font-size: 3.5rem;}
.hp-contactus-section{padding-bottom: 50rem;}
.wpcf7-spinner {
  position: absolute;
}
.get-in-touch-form{margin-bottom: 7rem;}
.careers-optimal-section ul.optimal-list{grid-template-columns: repeat(1,1fr);}
.careers-optimal-section ul.optimal-list li .txt{padding-left: 3rem;}
.thrive-section .img-box{width: 100%;}
ul.thrive-list{grid-template-columns: repeat(1,1fr);text-align: left;}
ul.thrive-list li h6{min-height: auto;}
ul.thrive-list .btn {margin: 2rem auto 0;}
.job-opening-section .job-opening-list{grid-template-columns: repeat(1,1fr);}
.about-team-section .img-box{margin-top: 5rem;}
.career-banner {background-position-x: 70%;}
.careers-listing-box {grid-template-columns: repeat(1,1fr);}
.job-opening-list .job-opening-box::after {right: 1rem;top: 2rem;}
.career-content-section.blog-content-section .content-box h2{font-size: 4.2rem;}
.career-content-section .content-box h4{font-size: 3.3rem;}
.big-form-box .form-box input, .big-form-box .form-box select{font-size: 14px;}
.career-content-section .big-form-box{padding: 4rem 2.5rem;}
.big-form-box .form-box span{font-size: 14px;}
.career-related-posts .careers-related-listing .careers-related-box h3{font-size: 3rem;}
.career-content-section .col-35{width: 100%;}
.inner-banner-section.career-detail-banner {
  background-position-x: left;
}
ul.post-detail{justify-content: center;}
.thrive-section .img-box img{
  max-width: none;
  object-fit: cover;
  height: 50rem;
}
.contactus-customers-section{background-size: 80rem;background-position-y: 70%;}
.contactus-customers-section ul.customers-detail-list{margin-bottom: 40rem;}

.sub-service-content ul li {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.sub-service-content ul li h6 {
  margin-left: 0;
  margin-top: 3rem;
  width: 100%;
}
.about-events-listing.news-listing{grid-template-columns: repeat(1,1fr);}
.about-events-listing.news-listing.service-solutions-listing .list-box .img-box img{height: 40.2rem;}
.about-events-listing .details-box .date img{width: 2.1rem;height: auto;}
ul.bottom-service-list {grid-template-columns: repeat(1,1fr);}
ul.bottom-service-list .img-box strong.imgtitle{font-size: 3.5rem;left: 3rem;}
.careers-related-box ul.job-info{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.careers-related-box ul.job-info li {
  width: 100%;
  margin: 1rem 0;
  font-size: 2rem;
}
.culture-box ul.slick-dots{bottom: -4rem;}
.latest-news-slide{padding: 5rem;}
.latest-news-slide .text-box{top: 6rem;}
.latest-news-slide .text-box h2{font-size: 4rem;}
.service-solutions-listing.blog-listing {
  grid-template-columns: repeat(1,1fr);
}
.about-events-listing.news-listing.service-solutions-listing .list-box .img-box img{height: auto;object-fit: contain;}
.error-section {
  padding: 15rem 0;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.error-section span {
  color: #111;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error-section h1 {
  color: #111;
  margin: 3rem 0;
}
.news-featured-listing .news-featured-box .flex-box {
  height: 120rem;
}
.news-featured-box .text-box .mobile-img{object-fit: cover;}
.testimonials-slider-box .testimonials-box p{font-size: 2.2rem;}
.testimonials-slider-box .testimonials-box{height: 95rem;}
.service-featured-clients-section ul.protocols-list li{padding: 1.5rem;}
  footer .middle-nav ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .timeline-slidebox .timeline-detail-box .flex-box .col-4{margin-bottom: 0;}
  .service-solutions-listing.about-events-listing {
    grid-template-columns: repeat(1,1fr);
  }
  .service-solutions-listing.about-events-listing a > img {
    height: 30.2rem;
  }
  .unlock-future-section h2{font-size: 5rem;}
  .feature-image-box img{max-height: 40rem;}
  .inner-banner-section.event-detail-banner{min-height: 80rem;}
  .event-detail-box{background-image: none;padding: 4rem 3rem;}
  .event-detail-box ul li{min-width: auto;width: 100%;margin: 1rem 0;}
  .event-key-point-box ul.event-key-point-list{grid-template-columns: repeat(1,1fr);}
  .event-key-point-box ul.event-key-point-list li{max-width: none;border-bottom: 1px solid #C5C5C5;padding-bottom: 3rem;margin-bottom: 3rem;}
  .event-key-point-box h4{text-align: center;}
  .events-gallery-box .gallery-img img{height: 40rem;min-width: auto;}
  .slider-nav.slick-slider img{height: 6rem;}
  .slider-nav.slick-slider{bottom: 2rem;right: 0rem;}
  .event-key-point-box ul.event-key-point-list li::after {display: none;}
  .about-events-bottom-section .text-box h3{font-size: 4rem;}
  .about-events-bottom-section .text-box img{  height: 35rem;}
  .registration-events-details-box ul.flex{grid-column-gap: 1rem;}
  .registration-events-details-box ul.flex li{width: 48%;}
  .event-detail-box ul li{width: 48%;}
  .event-detail-box ul{grid-column-gap: 1rem;}
  .event-detail-box ul li img,.registration-events-details-box ul.flex li img{
    width: 4.4rem;
  height: 4.4rem;
  }
  .registration-events-details-box ul.flex li p,.event-detail-box ul li p{list-style: 1;}
  .service-solutions-listing .list-box p{font-size: 2.2rem;}
  .body-detail-section .content-box h2{font-size: 5rem;}
  .body-detail-section .content-box h3{font-size: 4rem;}
  .body-detail-section .content-box img{margin: 3rem 0 2rem 0;padding-bottom: 6rem;}
  .overlay nav {
	top: 18rem; 
	padding-left: 3rem;
	width: 95%;
  }
	body.page-id-17 .inner-banner-section.blog-listing-banner {
		position: relative;
	}
	body.page-id-17 .inner-banner-section.blog-listing-banner:before {
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0,0,0,0.85);
	} 
	.desktopView{display:none !important;}
	.mobileView{display:block;}
	.link-list{display: none;}
	footer .nav-section strong.footertitle {
		margin-bottom: 0;
		margin-top: 3rem;
		position: relative;
	}
	footer .nav-section .nav-item {
		border-top: solid 1px #7F7F7F;
		margin-bottom: 2rem;
	}
	ul#menu-company-footer, ul#menu-fab-solutions-footer, ul#menu-oem-solutions-footer {margin-top: 3rem;}
	footer .nav-section .nav-item:not(first-child) {
		margin-top: 1.5rem;
	}
	#ContactsHeader .MailBox p a{color: #ACACAA;}
	.addarea {
		display: block;
		margin: 2rem 0;
	}
	#ContactsHeader .MailBox {
		margin: 2rem 0;
	}
	#ContactsHeader .MailBox p > strong {
		color: #ffffff;
	}
	footer .nav-section .nav-item ul.social-list {
		margin-top: 2.5rem;
	}
	footer .copyright ul.copyrightmenu, footer .copyright p {
		justify-content: flex-start !important;
		text-align: left;
	}
	span.mobileIcon {
		width: 20px;
		height: 20px;
		color: #ffffff;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
	}
	span.mobileIcon:after {
		content: "\2039";
		font-size: 4rem;
		rotate: -90deg;
		display: inline-block;
		margin: 0;
		position: relative;
	}
	footer .nav-section strong.footertitle.areoupdown span.mobileIcon:after {
		rotate: 90deg;
	}
	footer .nav-section{margin-bottom: 2rem;}
	ul.contact-box { 
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		text-align: left;
	}
	.addarea .addressbox p {
		color: #ACACAA;
		font-size: 15px;
	}
	.addarea .addressbox p:first-child {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 1rem;
		color: #ffffff;
		font-weight: 600;
		margin-bottom: 1rem;
	}
	.addarea .addressbox {
		margin: 2rem 0;
	}
	.service-solutions-listing.globalheadquaterlist .list-box { 
		width: 45%;
	}
}
@media(max-width: 667px){
	.hp-contactus-section {
        background-position: center 60rem;
        background-size: 90rem;
    }
  .blog-content-section .content-box .flex.cVisit img {
    margin: 0 0 3px 0; 
    max-width: 49% !important; 
  }
    footer {
        padding-top: 0;
    }
     body.single-careers .content-box.col-65 {
      padding-right: 0;
    }
	.overlay nav {
		padding-left: 2rem;
	}
	ul#menu-main-header-mobile-menu ul.sub-menu > li {
		padding: 1rem 0;
	}
    ul#menu-main-header-mobile-menu ul.sub-menu {
        padding-left: 1.5rem;
    }
	header nav ul#menu-main-header-mobile-menu > li > a {
		padding: 1rem;
	}
  body.home .news-featured-listing .news-featured-box {
    margin-left: 0;
  }
  body.home .news-featured-listing .slick-next {
    right: 3rem;
  }
  body.home .news-featured-listing.news-featured-slider.homepage .news-featured-box .text-box h3{
    font-size: 3rem;
  }
  body.home .news-featured-listing .news-featured-box .text-box p{font-size: 2.1rem;}
  .related-blog .ThreeCols {
	grid-template-columns: repeat(1, 1fr);
  }
  .dflex.mhfab25, .dflex.fourimgs {
	flex-wrap: wrap;
	row-gap: 1.5rem;
  }
  .dflex.mhfab25 img {
	max-width: 32%;
  }
  .dflex.fourimgs img {
	width: 48%; 
  }
  .GT667{display: none;}
  .LT667{display: block;}
}
@media(max-width: 568px){
	footer .middle-nav .nav-item {
		width: 48%;
		margin-bottom: 2rem;
	}
	footer .middle-nav .nav-item:last-child { 
		width: 100%;
	}
}
@media(max-width: 480px){
  .event-detail-box ul.flex {
    flex-wrap: wrap;
  }
.event-detail-box ul.flex li {
    width: 100%;
    margin-bottom: 2rem;
  }
  body.page-template-leadership.page-id-22 .leadership-list{grid-template-columns: repeat(1,1fr);}
  .team-list {grid-template-columns: repeat(1, 1fr);}
	footer .middle-nav .nav-item {
		width: 100%;
		margin-bottom: 1rem;
		margin-top: 1rem;
		text-align: center;
	}
	ul.contact-box {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width: 460px){
	.service-solutions-listing.globalheadquaterlist {
		grid-template-columns: repeat(1, 1fr);
		display: grid;
	}
	.service-solutions-listing.globalheadquaterlist .list-box {
		position: relative;
		width: 100%;
	}
}
@media(max-width: 400px){
  .blog-content-section .content-box .flex.cVisit img { 
    max-width: 100% !important; 
  }
	footer .copyright ul.copyrightmenu{
		gap: 2rem;
	}
	footer .copyright ul.copyrightmenu li a{
		font-size: 13px;
	}
	.dflex.mhfab25, .dflex.fourimgs { 
		row-gap: 1rem;
	}
	.dflex.mhfab25 img {
        max-width: 100%;
    } 
	.dflex.fourimgs img {
		width: 100%; 
	}
}