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

html {
  font-size: 0.512vw;
  scroll-behavior: smooth;

}

:root {
  --section-blue: #1F3B93;
  --heading-blue: #0F2533;
  --sub-heading-blue: #243E90;
}

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-family: "Lato", sans-serif;
  color: #000;
}

body {
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: var(--black);
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1;
}

span,
blockquote {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;

}

ul {
  list-style: none;
}

/* 

h1 => 95px => 9.5rem  

h2 => 65px => 6.5rem  

h3 =>  =>

h4 =>  =>  

h5 =>  =>  

h6 =>  => 

p => 30px => 3rem 

a, li => 26px => 2.6rem



*/




h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif 4", serif;

}

h1 {
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1.05;
  color: #0F2533;
  letter-spacing: -0.3rem;
}

h1 strong {
  color: #1F3B93;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
}

h2 {
  font-size: 6.5rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
  line-height: 1.2;
  letter-spacing: -0.2rem;
  color: #0F2533;
}

h2.green strong {
  color: #61FF8D;
}

h2 strong {
  color: #1F3B93;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
}

h3 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--heading-blue);
  font-family: "Source Serif 4", serif;
}

h6 {
  font-weight: 400;
  font-size: 2.8rem;
}

p {
  color: #6C6C6C;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.font-32,
.font-32 p {
  font-size: 3.2rem;
}

.font-28,
.font-28 p {
  font-size: 2.8rem;
}

.font-25,
.font-25 p {
  font-size: 2.5rem;
}

.font-22,
.font-22 p {
  font-size: 2.2rem;
}

a,
li {
  font-size: 2.6rem;
  text-decoration: none;
  font-weight: 500;
}

p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

.slick-slide {
  display: flex;
}

.slick-track {
  display: flex !important;
  flex-wrap: nowrap;
}

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

.sub-heading {
  color: #243E90;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}



/* Common Classes Start */
section {
  margin: 0 auto;
  overflow: hidden;
}

.relative {
  position: relative;
}

.container {
  max-width: 1650px;
  margin: 0 auto;
  width: 100%;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.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;

}

.office-box {
  background-color: #fff;
  border-radius: 2rem;
}

.office-box .text-box {
  padding: 5rem 3rem;
}

.locate-section {
  background: no-repeat center right;
  background-size: cover;
  height: 100vh;
  max-height: 100rem;
  display: flex;
  align-items: center;
}
.office-box .text-box p {
  font-size: 2rem;
  max-width: 34rem;
}
.office-box .text-box a img{
  max-width: 5rem;
  object-fit: contain;
  transition: all 0.3s;
}

.office-box .img-box img {
  height: 45rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.office-box .text-box h6 {
  font-size: 3rem;
  font-weight: 600;
}
a.view:hover img{
  transform: translateY(-.7rem);
}
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

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

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

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

.justify-center {
  justify-content: center;
}

.justify-between,.space-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.grid-box-2,
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-box-3,
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-box-4,
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-box-5,
.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

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

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mb-10{
  margin-bottom: 10rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.fw-300,
.fw-300 p {
  font-weight: 300;
}

.fw-400,
.fw-400 p {
  font-weight: 400;
}

.fw-500,
.fw-500 p {
  font-weight: 500;
}

.fw-600,
.fw-600 p {
  font-weight: 600;
}

/* width  */
.max-content {
  width: max-content;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33.33%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-47 {
  width: 47%;
}

.w-50 {
  width: 50%;
}

.w-55,.col-6 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

/* color  */
.text-white,
.text-white *,
.text-white p {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #101A3B;
}

.section-underline {
  border-bottom: 1px solid #8C8C8C;
}


/* button  */

.btn-box a,
.btn {
  background: #1F3B93;
  color: #fff;
  padding: 2.8rem 6rem;
  border-radius: 6rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #1F3B93;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-box a:hover,
.btn:hover {
  background: transparent;
  color: #000;
  transition: all 0.3s;
}

.white-btn {
  background-color: #fff;
  color: #1F3B93;
  border-color: #fff;
}

.white-btn:hover {
  color: #fff;
  border-color: #fff;
}

.btn {
  font-size: 2.6rem;
  font-weight: 700;
}

.btn.big-btn {
  padding: 2.8rem 8rem;
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

/* lenis recommended css  */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


/* scroll bar css  */

.scroll-wrapper::-webkit-scrollbar {
  width: 0.5rem !important;
}

.scroll-wrapper::-webkit-scrollbar-track {
  background: #ECF1EC !important;
  border-radius: 2rem !important;
  margin-top: 3rem;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #EC7048 !important;
  border-radius: 2rem !important;
}






/* header  */

.header-box .header-logo img {
  width: 10rem;
}

.header-box {
  padding: 3rem 15rem;
  position: absolute;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.header-box nav ul li a {
  font-size: 2.6rem;
  text-underline-offset: 0.1rem;
  transition: all 0.3s;
}

.header-box nav ul li {
  margin: 0 4rem;
}

.header-box nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  opacity: 1;
  transition: all 0.3s;
}

.banner-text-box p {
  width: 90%;
}

header {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

header .btn-box a {
  padding: 1.5rem;
  min-width: 18rem;
}

/* homepage */

.home-banner-section {
  padding-top: 8rem;
  background: #F8F6F3;
}

.trust-box {
  box-shadow: 0px 9px 34px 0px #0000001f;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  padding: 2.8rem 3rem;
  width: max-content;
  margin-bottom: 2rem;
}

.trust-box img {
  width: 6rem;
}

.trust-box p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-left: 2rem;
}

.home-banner-section .container {
  padding-right: 5rem;
}

.home-banner-section .img-box {
  width: 55%;
}

.home-banner-section .text-box {
  width: 45%;
}

.home-page-usp {
  background: #1F3B93;
}

.home-page-usp-list {
  padding: 4.5rem 0;
}

.home-page-usp-list li {
  border-left: 1px solid #D9D9D9;
  padding: 0 8rem;
}

.home-page-usp-list li:last-child {
  border-right: 1px solid #D9D9D9;
}

.home-page-usp-list img {
  width: 6.5rem;
  height: 5rem;
  object-fit: contain;
  margin-right: 2rem;
}

.home-about-box .img-box img {
  margin-top: 18rem;
  max-width: 82rem;
  object-fit: scale-down;
}

ul.service-usp-listing {
  gap: 3.6rem;
  margin-top: 7rem;
}

ul.service-usp-listing li {
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  width: 23.3%;
  padding: 6rem 3rem;
}

ul.service-usp-listing li p {
  color: #000;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 600;
}

ul.service-usp-listing li img {
  width: 14rem;
  margin-bottom: 2rem;
  aspect-ratio: 4/3;
  object-fit: scale-down;
}

.show-800 {
  display: none;
}

img {
  max-width: 100%;
}

ul.client-logo-listing {
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}

ul.client-logo-listing li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.5rem;
  background-color: #F7F7F7;
  border-radius: 1.5rem;
  transition: all linear .2s;
  border: 2px solid #F7F7F7;
}
ul.client-logo-listing li:hover {
  border: 2px solid #1f3b93;
}
.join-form-box {
  background: #ECF1FE;
  border-radius: 3rem;
  padding: 5.5rem 7rem;
}

.join-form-box .form-box {
  margin-top: 3rem;
}

.join-form-box .form-box .flex-box {
  grid-row-gap: 3.5rem;
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}

.form-box form input {
  border: 0;
  border-bottom: 1px solid #A3A3A3;
  padding: 0;
  background-color: transparent;
  width: 22rem;
  font-size: 2rem;
  padding-bottom: 3rem;
  height: 100%;
  color: #878787;
}
.form-box .flex-box p input.btn {
  font-size: 2.6rem;
}
.form-box form select {
  border: 0;
  border-bottom: 1px solid #A3A3A3;
  padding: 0;
  background-color: transparent;
  width: 23rem;
  font-size: 2rem;
  padding-bottom: 3rem;
  height: 100%;
  color: #878787;
}

.join-form-box .form-box form button {
  padding: 1.8rem 6rem;
}

ul.client-logo-listing li img {
  width: 15rem;
  aspect-ratio: 6/3;
  object-fit: scale-down;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #878787;
}

.hp-testimonial-section {
  background-color: var(--section-blue);
  position: relative;
  background-size: contain;
}
.hp-testimonial-section .testimonial-box {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  overflow: hidden;
}
.hp-testimonial-section .testimonial-box .vertical-slider {
  width: 31%;
}
.vertical-slider {
  height: 100vh;
}
.hp-testimonial-section .testimonial-box {
  justify-content: space-between;
}
.hp-testimonial-section {
  height: 100vh;
  background-attachment: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.hp-testimonial-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(36, 62, 144, 0) 76.45%, #243E90 109.1%);
  opacity: 0.8;
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 12;
}

.hp-testimonial-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(36, 62, 144, 0) 76.45%, #243E90 109.1%);
  opacity: 0.8;
  z-index: 12;
}

.wrapper {
  width: 100%;
  max-width: 181rem;
  margin: 0 0 0 auto;
}

.events-listing-box {
  margin-top: 8.5rem;
  padding-bottom: 15rem;
}

.events-item-box {
  max-width: 51rem;
  margin-right: 4rem;
  font-size: 0;
}

.events-item-box .img-box img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  width: 100%;
  height: 36.5rem;
  object-fit: cover;
}

.events-item-box .text-box {
  background-color: #DBF0E6;
  padding: 4.5rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.events-item-box .text-box h5 {
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.events-item-box .text-box p {
  font-size: 2.5rem;
}

.slick-arrow {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  cursor: pointer;
}

.events-listing-box .slick-arrow {
  bottom: 0;
  left: 45%;
}

.events-listing-box .slick-next.slick-arrow {
  left: 49.5%;
}

.events-listing-box .slick-arrow::after {
  content: '';
  position: absolute;
  background-color: #D9D9D9;
  width: 83vh;
  height: 1px;
  top: 50%;
}

.events-listing-box .slick-next.slick-arrow::after {
  left: 8rem;
  width: 70vh;
}

.events-listing-box .slick-prev.slick-arrow::after {
  right: 8rem;
}

.home-body-banner {
  height: 100vh;
  position: relative;
  max-height: 105rem;
}
.home-body-banner::after{
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-body-banner .home-body-box {
  position: relative;
  z-index: 3;
}
.hp-testimonial-section .heading-box {
  position: relative;
}

ul.counter-list {
  width: 55%;
  border-right: 1px solid #D9D9D9;
  padding-right: 1rem;
}

.home-body-banner .home-body-box {
  height: 100%;
  align-items: flex-end;
}

.home-body-banner .container {
  height: 100%;
}

.home-body-banner .home-body-box .heading-box {
  height: 100%;
}

ul.counter-list li {
  width: 33.33%;
  padding-left: 3.5rem;
  border-left: 1px solid #D9D9D9;
}

ul.counter-list li h6 {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  color: #61FF8D;
}

ul.counter-list li span {
  font-size: 3rem;
}

.events-listing-box .slick-arrow img {
  width: 5.8rem;
  object-fit: scale-down;
  filter: invert(1);
}

.faq-listing {
  margin-top: 5rem;
}

.faq-listing .faq-item {
  padding-top: 4rem;
  border-top: 1px solid #D9D9D9;
  padding-bottom: 4rem;
}

.about-covered-section.section-bg {
  background-color: #fff;
}
.faq-listing .faq-item h6 {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-right: 3rem;
  letter-spacing: -.1rem;
}

.faq-listing .faq-item:hover h6 {
  color: #203C92;
}

.faq-listing .faq-item .accordion-head.active h6 {
  color: #203C92;
}

.faq-listing .faq-item .accordion-body {
  padding-top: 4rem;
  max-width: 90rem;
  display: none;
}

.faq-listing .faq-item:first-child .accordion-body {
  display: block;
}

.faq-listing .faq-item .accordion-body p {
  font-size: 2.5rem;
  color: #5D5D5D;
}

.about-covered-section .text-box > p {
  color: #333333;
}
.faq-listing .faq-item .accordion-head {
  cursor: pointer;
}

.faq-listing .faq-item .accordion-head h6::after {
  content: '';
  position: absolute;
  background: url(../img/plus-icon.png) no-repeat center;
  width: 2.9rem;
  height: 2.9rem;
  right: 0;
  top: 0;
  cursor: pointer;
  background-size: contain;
}

.faq-listing .faq-item .accordion-head.active h6::after {
  background-image: url(../img/sub-icon.png);
}

.contact-details-box {
  background-color: #203C92;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  padding: 5rem;
}

.download-box {
  background-color: #3555B7;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding: 5rem;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

ul.details-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  border-bottom: 1px solid #3F5EBE;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

ul.details-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.details-list li span,
ul.details-list li a {
  font-size: 2.2rem;
}

ul.details-list li img {
  width: 6.8rem;
  object-fit: scale-down;
  margin-right: 1.5rem;
}

.contact-details-box ul.details-list {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.social-icon-list {
  column-gap: 1rem;
}

.download-box a.btn {
  max-width: none !important;
  width: 100%;
    display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 2.5rem;
  margin-top: 0 !important;
  font-size: 2.4rem;
}

.download-box a.btn img {
  margin-left: 7rem;
  max-width: 1.5rem;
  object-fit: scale-down;
}

.download-box a.btn:hover img {
  filter: invert(1) brightness(100);
}

footer {
  background: #111624;

}

footer .top-footer {
  justify-content: space-between;
  padding-top: 10rem;
  border-top: 1px solid var(--para-color);
}

footer .top-footer .address-box {
  width: 40%;
}

footer .top-footer .address-box p {
  max-width: 60rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

footer .top-footer .footer-nav {
  width: 55%;
  grid-column-gap: 7rem;
  border-left: 1px solid #595959;
  border-right: 1px solid #595959;
  padding: 0 2rem 0 7rem;
}

footer .top-footer .footer-nav .nav-list {
  width: 51%;

}

footer .top-footer .footer-nav .nav-list:last-child::after {
  content: '';
  position: absolute;
  background-color: #595959;
  width: 1px;
  height: 100%;
  top: 0;
  left: -7rem;
}

footer .top-footer .footer-nav .nav-list:first-child {
  width: 40%;
}

footer ul li {
  font-size: 2rem;
}

footer .top-footer .footer-nav .nav-list ul li {
  margin-bottom: 2.5rem;
  transition: all linear .2s;
  line-height: 1;
}

footer .top-footer .footer-nav .nav-list h5 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  color: #8FBBEA;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

footer .top-footer .footer-nav .nav-list ul li a {
  display: inline-block;
  width: 100%;
  transition: all linear .2s;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
}

footer a,
footer ul li {
  color: #fff;
}

footer .top-footer .footer-nav .nav-list ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  width: 1.9rem;
  object-fit: scale-down;
  height: 2rem;
}

footer .top-footer .footer-nav .nav-list ul li:last-child {
  margin-bottom: 0;
}

.footer-logo-box h3 {
  font-size: 15.6rem;
  text-align: center;
  font-family: 'Power Grotesk';
}

.footer-logo-box {
  padding: 5rem 0;
  border-bottom: 1px solid var(--border-color);
}

footer .bottom-footer {
  padding: 3rem 0 5rem;
}

footer .bottom-footer p {
  margin: 0;
}

footer .bottom-footer ul {
  grid-column-gap: 3rem;
}

footer .top-footer .footer-nav .nav-list ul li a:hover {
  color: var(--section-blue);
}

footer .address-box .address p {
  font-size: 1.9rem;
  font-weight: 500;
}

footer .address-box ul.flex li img {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  width: 1.9rem;
  object-fit: scale-down;
  height: 2.9rem;

}

footer .top-footer .address-box .address {
  margin-top: 6rem;
  border-top: 1px solid var(--border-color);
}

footer .top-footer .address-box ul.flex {
  grid-column-gap: 3rem;
  margin-top: 2rem;
}

.home-about-section {
  position: relative;
}

.home-about-section::after {
  content: '';
  position: absolute;
  background: url(../img/color-bg.png) no-repeat;
  background-size: contain;
  width: 91rem;
  height: 160rem;
  top: -73rem;
  left: 0;
  z-index: -1;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
   backdrop-filter: blur(3px);
  opacity: 0;
}

.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);

  width: 900px;
  max-width: 95%;
  background: #ffffff;   /* 🔥 FORCE SOLID WHITE */
  opacity: 0;
  visibility: hidden;

  z-index: 100;          /* 🔥 ABOVE OVERLAY */
  border-radius: 24px;
  padding: 4rem;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.popup-box {
  isolation: isolate;
}
.popup-box .close-popup img{width: 5rem;}

.close-popup button {
  background: transparent;
  border: 0;
  padding: 0;
}
.industries-listing-box .popup-box .close-popup {
  background-color: #0b1638;
}
.industries-listing-box .popup-box .close-popup img {
  filter: invert(1);
  width: 4rem;
  padding: .5rem;
}
/* Close Button */
.close-popup {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
}
.directors-info-box p {
  font-size: 2.3rem;
  margin-top: 2rem;
}
.directors-info-box h3 {
  font-size: 4.5rem;
}
.industries-listing-box .popup-box {
  width: 120rem;
}

.form-box .hide-box {
  display: none;
}

.form-box .hidden {
  position: absolute;
  left: -100%;
  top: -100%;
  opacity: 0;
  visibility: hidden;
}

.form-box .hidden {
  position: absolute;
  left: -100%;
  top: -100%;
  opacity: 0;
  visibility: hidden;
}

.popup-box .form-box .flex-box p {
  width: 48%;
}

.popup-box .form-box .flex-box p input,
.popup-box .form-box .flex-box p select {
  width: 100%;
  padding-bottom: 2rem;
}

.popup-box .form-box .flex-box {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}

.popup-box .form-box .flex-box p:nth-child(5) {
  width: 100%;
}

.popup-box .form-box .flex-box p:last-child {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 3rem;
  padding: 3rem;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
}

.form-box .flex-box p input.btn {
  background: #1F3B93;
  color: #fff;
  padding: 2.8rem 6rem;
  border-radius: 6rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #1F3B93;
  transition: all 0.3s;
  cursor: pointer;
}

.form-box .flex-box p input.btn:hover {
  background-color: transparent;
  color: #1F3B93;
}

.close-popup img {
  transform: rotate(45deg);
  width: 2.9rem;
  object-fit: contain;
  transition: all 0.3s;
}

.close-popup img:hover {
  transform: rotate(160deg);
}

/* .join-form-box .form-box .flex-box p {
  grid-row-gap: 3.5rem;
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
} */

.inner-page-banner-section {
  height: 75rem;
  background: no-repeat center bottom;
  min-height: auto;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner-page-banner-section .heading-box {
  text-align: left;
  margin-bottom: 7rem;
}

.inner-page-banner-section .heading-box h1 {
  display: block;
  text-align: left;
}

.contact-form-box p {
  margin: 0;
}

.contact-form-box {
  box-shadow: 10px 16px 54px rgba(0, 0, 0, 0.04);
  border-radius: 3rem;
  padding: 8.5rem 6rem;
  background-color: #fff;
}

.contact-form-box h3 {
  margin-bottom: 5rem;
  font-size: 4rem;
}

.sticky-box {
  position: sticky;
  top: 13rem;
}

.contact-form-box .form-box p {
  width: 48%;
}

.contact-form-box .form-box p input {
  width: 100%;
}

.contact-form-box .form-box p select {
  width: 100%;
}

.contact-form-box .form-box p:nth-child(5) {
  width: 100%;
}

.contact-form-box .form-box p:last-child {
  width: 40%;
  margin-top: 5rem;
}

.contact-form-box .form-box p input.btn {
  width: 100%;
}

.contact-form-box .form-box .flex-box {
  justify-content: space-between;
  grid-row-gap: 2rem;
}
.contact-info-section {
  position: relative;
}
.office-box img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.contact-info-box::after {
  content: '';
  position: absolute;
  background: url(../img/color-bg-2.png) no-repeat;
    background-size: auto;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-info-box ul.details-list li {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info-box .download-box {
  border-radius: 2rem;
  max-width: 55rem;
  transition: all linear .2s;
  background-color: #fff;
  border: 2px solid #FF5779;
  padding: 0;
}
.contact-info-box .download-box a{
  display: block;
  padding: 3.5rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-info-box .download-box a h5{
  font-family: "Lato", sans-serif;
}
.contact-info-box .download-box img {
  max-width: 5rem;
  transition: all linear .1s;
}
.contact-info-box .download-box:hover img {
  transform: translateY(.5rem);
}
.service-banner-section .heading-box {
  margin-bottom: 0;
}
.service-banner-section .contact-form-box{
  padding: 4rem 3rem;
  border: 2px solid #203C92;
  background: #ffffff;
  border-radius: 1.5rem;
}
.service-banner-section .contact-form-box .form-box p input.btn{
  padding: 2rem 5rem;
}
.service-banner-section .contact-form-box .form-box p:last-child{
  margin-top: 3rem;
}
.js-marquee {
  display: flex;
  transform: translateX(-100rem);
}
.marquee-list {
  padding: 5rem 0;
  overflow: hidden;
}
.client-list-section{
  background-color: var(--section-blue);
}
.client-list-section ul.client-logo-listing li{
  height: auto;
  margin: 0 2rem;
  background-color: transparent;
}
.client-list-section ul.client-logo-listing li img{
  width: 11rem;
  object-position: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.about-insurance-section{
  position: relative;
}
.about-insurance-section::after{
    content: '';
  position: absolute;
  background: url(../img/color-bg-2.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-insurance-section .heading-box h5 {
  font-family: "Lato", sans-serif;
  margin-bottom: 4rem;
  color: var(--heading-blue);
}
.about-insurance-section .heading-box p {
  margin-bottom: 4rem;
}
.about-insurance-section .heading-box li {
  color: #6C6C6C;
  margin-bottom: 2.5rem;
  padding-left: 4.5rem;
  position: relative;
  font-size: 3rem;
}
.about-insurance-section .heading-box li::after {
  content: '';
  position: absolute;
  background: url(../img/blue-tick-icon.png) no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  top: 0;
  left: 0;
}
ul.usp-box {
  background-color: #fff;
  padding: 8rem 6rem;
  border-radius: 2rem;
  box-shadow: 10px 16px 54px rgba(0, 0, 0, 0.04);
}

ul.usp-box li img {
  width: 5.6rem;
  aspect-ratio: 3/4;
  object-fit: contain;
  object-position: center;
}
ul.usp-box li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.5rem;
  grid-column-gap: 2rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #99a6d0;
  align-items: center;
}
ul.usp-box li p {
  font-size: 3.2rem;
  color: #000;
  font-weight: 600;
}
ul.usp-box li:last-child{
  border: 0;
  margin: 0;
  padding: 0;
}
.why-choose-section{
  background-color: #1C3E9B;
}

.why-choose-section .counter-list {
  width: 100%;
  margin-bottom: 3rem;
}
.why-choose-section .counter-list li {
  width: 50%;
}
.why-choose-section .heading-box h2 {
  border-bottom: 1px solid #6078c3;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.why-choose-section .heading-box p{
  margin: 1.5rem 0;
}
ul.usp-items-list{
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
}
ul.usp-items-list li {
  background-color: #fff;
  padding: 5rem 3.5rem;
  border-radius: 2rem;
  box-shadow: 10px 24px 84px rgba(0, 0, 0, 0.04);
}

ul.usp-items-list li p {
  font-size: 2.4rem;
}
ul.usp-items-list li img{
  width: 6rem;
  object-fit: scale-down;
  margin-bottom: 2rem;
}
ul.usp-items-list li h5{
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  letter-spacing: -.15rem;
}
.why-buy-section {
  background: #fff;
  position: relative;
}
.why-buy-section::after{
  content: '';
  position: absolute;
  background: url(../img/color-bg-3.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 250rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.why-buy-section .container {
  position: relative;
  z-index: 2;
}
.how-to-buy-section{
  background-color: var(--section-blue);
}

.step-box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin-top: 12rem;
  counter-reset: section;
}

/* Step Item */
.step-box-list .step-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  z-index: 1;
  border-left: 1px solid #fff;
}
.step-box-list .step-item p {
  font-size: 2rem;
  color: #fff;
}
.step-box-list .step-item h6 {
  font-family: "Lato", sans-serif;
  margin-bottom: 4rem;
  font-weight: 500;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  min-height: 8rem;
}
/* Step Number (01,02,03…) */
.step-item::before {
  content: "0 " counter(section) " ";
  counter-increment: section;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
}
.step-item::after{
  content: '';
  position: absolute;
  background: url(../img/check-icon-1.png) no-repeat;
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
  right: 4rem;
  top: 3rem;
}
.step-item:nth-child(2)::after{background-image: url(../img/check-icon-2.png);}
.step-item:nth-child(3)::after{background-image: url(../img/check-icon-3.png);}
.step-item:nth-child(2)::after{background-image: url(../img/check-icon-4.png);}
/* Hover Effect – make box bigger */
.step-item:hover {
  transform: scale(1.25);
  z-index: 5;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
ul.service-usp-listing.client-logo{
  margin-top: 12rem;
}
ul.service-usp-listing.client-logo li.client-logo-box{
  background-color: #243E90;
}
.client-logo-section{
  background: url(../img/color-bg-2.webp) no-repeat center;
  background-size: cover;
}

ul.service-usp-listing.client-logo li.client-logo-box img {
  filter: invert(1) brightness(100);
  margin-bottom: 3rem;
}
ul.service-usp-listing.client-logo li.client-logo-box p {
  color: #fff;
}

.generic-content-box h2,
.generic-content-box h3,
.generic-content-box h4,
.generic-content-box h5,
.generic-content-box h6 {
  margin: 2rem 0 3rem;
  color: #1f1f1f;
  font-weight: 500;
}
.generic-content-box ul li {
  position: relative;
  color: #676767;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
.generic-content-box ul li::after {
  content: "";
  position: absolute;
  background-color: #676767;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: 1.3rem;
  left: 0;
}
.generic-content-box ul {
  margin: 3rem 0;
}
.generic-content-box {
  color: #676767;
}

.blog-post-section .generic-content-box p b,.blog-post-section .generic-content-box strong {
  color: #4a4a4a;
}
.generic-content-box a,.blog-post-section .generic-content-box a b {
  color: #627251;
  text-decoration: underline;
}

.blue-form-box .form-box form .flex-box {
  width: 100%;
}
.service-banner-section {
  background: no-repeat center;
  height: 105rem;
  background-size: cover;
}
.service-banner-section .text-box {
  padding-top: 5rem;
}
.blue-form-box{
  background-color: #1F3B93;
  padding: 8rem 0;
}
.why-choose-section .img-box{
  text-align: center;
  margin-bottom: 2rem;
}
.why-choose-section .img-box img{
  object-fit: scale-down;
}
.blue-form-box .form-box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blue-form-box .form-box form input,.blue-form-box .form-box form select {
  color: #fff;
  border-color: #fff;
  height: auto;
  padding-bottom: 2rem;
  width: 100%;
}
.blue-form-box .form-box form select option {
  color: #000;
}
.blue-form-box .form-box form .flex-box p {
  width: 19%;
  line-height: 1;
}
.blue-form-box .form-box form input::placeholder,.blue-form-box .form-box form select::placeholder{
  color: var(--white);
}
.blue-form-box .form-box .flex-box p input.btn.white-btn {
  background-color: #fff;
  color: #1F3B93;
  border-color: #fff;
}
.blue-form-box .form-box .flex-box p input.btn.white-btn:hover{
  background-color: #1F3B93;
  color: #fff;
}
.how-to-buy-section ul.home-page-usp-list {
  padding: 0;
}
.how-to-buy-section ul.home-page-usp-list li {
  padding: 0;
  border-left: 0;
  border-bottom: 1px solid #979797;
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
}
.how-to-buy-section ul.home-page-usp-list li:last-child {
  border-right: 0;
  margin-bottom: 0;
}
.about-covered-section .faq-listing .faq-item{
  border-color: #777;
}

.service-main-banner-section {
  background: no-repeat center right;
  background-size: cover;
  padding: 20rem 0 10rem;
}
.service-listing-box {
  grid-gap: 5rem;
}
.service-listing-box .img-box img {
  background-color: #fff;
  max-width: 30rem;
  height: 27rem;
  object-fit: contain;
  object-position: center;
}
.service-listing-box .img-box {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.service-listing-box .text-box {
  background-color: #DBF0E6;
  height: 100%;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.service-listing-box .text-box a{
padding: 3.5rem 4rem;
display: block;
}
.service-listing-box .text-box h5 {
  letter-spacing: 0;
  margin-bottom: 2rem;
  min-height: 7rem;
}
.service-listing-box .text-box a.arrow-icon {
  color: var(--sub-heading-blue);
  font-weight: 600;
  transition: all linear .2s;
  padding-top: 0;
  text-decoration: underline;
}
.service-listing-box .text-box a.arrow-icon:hover{
  color: #627251;
}
.service-listing-section {
  background-color: #F8F6F3;
  position: relative;
}
.service-listing-section::after{
  content: '';
  position: absolute;
  background: url(../img/color-bg-3.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 250rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.service-listing-section .container {
  position: relative;
  z-index: 2;
  max-width: 1470px;
}
.service-listing-box .list-box{
  transition: all linear .2s;
  border-radius: 3rem;
  font-size: 0;
    overflow: hidden;
}
.service-listing-box .list-box:hover{
  box-shadow: 10px 16px 54px rgba(0, 0, 0, 0.07);
}
.service-listing-box .list-box:nth-child(4n+1) .text-box {
  background-color: #F9F1FF;
}
.service-listing-box .list-box:nth-child(4n+2) .text-box {
  background-color: #EAF2FD;
}
.service-listing-box .list-box:nth-child(4n+3) .text-box {
  background-color: #FEF6E2;
}
.service-listing-box .list-box:nth-child(4n+4) .text-box {
  background-color: #DBF0E6;
}
.industries-section{
  position: relative;
}
.industries-section::after {
  content: '';
  position: absolute;
  background: url(../img/color-bg.png) no-repeat;
  background-size: contain;
  width: 91rem;
  height: 160rem;
  top: -73rem;
  left: 0;
  z-index: -1;
}
.industries-section .container {
  position: relative;
  z-index: 2;
}
.industries-listing-box .industries-item {
  justify-content: space-between;
  align-items: center;
}
.industries-listing-box .industries-item .img-box {
  width: 100%;
  margin-bottom: 3rem;
}
.industries-listing-box .industries-item .text-box {
  width: 100%;
}
.industries-listing-box .industries-item .img-box img {
  height: 30rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.industries-listing-box {
  margin-top: 10rem;
}

.industries-listing-box .industries-item .text-box h3{
  color: #1F3B93;
  font-size: 3.2rem;
}

.industries-listing-box .industries-item .text-box .para-box {
  margin: 2rem 0;
}
.industries-listing-box .industries-item .text-box .para-box h6{
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  margin-bottom: 4rem;
}
.service-listing-box .text-box h5{
  font-family: "Lato", sans-serif;
  line-height: 1.2;
}
.industries-listing-box .industries-item .text-box .para-box p {
  margin: 1rem 0;
  line-height: 1.5;
  font-weight: 2rem;
}
.industries-listing-box .industries-item ul.industries-list li a {
  display: block;
  font-size: 1.7rem;
  background: #f0f0f0;
  padding: 1rem 2rem;
  border-radius: .5rem;
  transition: all linear .2s;
  font-weight: 500;
}
.industries-listing-box .industries-item ul.industries-list li a:hover {
  background: #1F3B93;
  color: #fff;
}
.industries-listing-box .industries-item ul.industries-list {
  grid-gap: 1rem;
  margin-top: 4rem;
}
.industries-listing-box .industries-item ul.industries-list li {
  text-align: center;
}

.industries-grid-box {
  grid-column-gap: 4rem;
  grid-row-gap: 8rem;
}
.industries-listing-box .industries-item .text-box h5 {
  font-size: 2.3rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 1.5rem;
  line-height: 1.4;
}
.industries-listing-box .industries-item .para-box p {
  font-size: 2rem;
}
.industries-listing-box .industries-item .para-box {
  margin-top: 2rem;
}


header {
    background-color: transparent;
    width: 100%;
    z-index: 111;
    padding-bottom: 0;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

header .wrapper {
    max-width: 170rem;
    width: 100%;
    margin: 0 auto;
    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: 0 3.5rem;
}

.button_container {
    display: none;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    background-color: var(--web-blue);
}

header .logo-box {
    width: auto;
}

header .logo-box img {
    width: 13rem;
    object-fit: contain;
    height: 10rem;
}

header nav {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 112rem;
}

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

header nav ul li {
    padding: 0 0 0 5rem;
    position: relative;
}

header nav ul li a {
    transition: ease-in-out 0.3s;
    position: relative;
}

header nav ul li a::after {
    content: "";
    position: absolute;
    background-color: #000;
    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 .overlay .btn-box.mobile-show {
  display: none;
}

ul.service-usp-listing li a {
  display: block;
}

.case-banner-section .text-box {
  width: 60%;
}

.generic-content-box p {
  margin: 3rem 0;
}
.casestudy-body-section .flex-box {
  justify-content: space-between;
}
.generic-content-box img {
  margin: 4rem 0;
  border-radius: 2rem;
}
.generic-content-box iframe {
  width: 100%;
  height: 50rem;
  margin: 3rem 0;
  border-radius: 2rem;
}

.casestudy-summary-box {
  background-color: #203C92;
  padding: 6rem 5rem;
  border-radius: 2rem;
  box-shadow: 10px 16px 54px rgba(0, 0, 0, 0.04);
}
.casestudy-summary-box .summary-box {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #4360b9;
}
.casestudy-summary-box .summary-box:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.casestudy-summary-box .summary-box h6 {
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: .5rem;
}
.casestudy-summary-box .summary-box p {
  color: #fff;
  font-size: 2rem;
}
.casestudy-summary-box .summary-box ul li {
  color: #fff;
  font-size: 1.8rem;
margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative;
}
.casestudy-summary-box .summary-box ul {
  margin-top: 2rem;
}
.casestudy-summary-box .summary-box ul li:after {
  content: '';
  position: absolute;
  background: url(../img/blue-tick-icon.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  top: .6rem;
  left: 0;
  filter: invert(1) brightness(100);
}

.solution-box a.btn {
  width: 100%;
  border-radius: 2rem;
  margin-top: 2rem;
}
.case-studies-events-section{
  position: relative;
}
.case-studies-events-section .container{
  position: relative;
  z-index: 1;
}
.case-studies-events-section::after{
    content: '';
  position: absolute;
  background: url(../img/color-bg-2.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.case-studies-events-section .events-item-box .img-box{
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.sub-menu-toggle {
  display: none;
}
/* Basic styles for the dropdown */

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

/* Hide sub-menus by default */
ul#menu-header ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #203C92;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    min-width: 40rem;
    height: auto;
    padding: 2rem 0;
    border-radius: 0 0 0.5rem 1.5rem;
    min-width: 27rem;
    width: max-content;
    padding-left: 2rem;
}
header nav ul#menu-header > li > a{
    margin-right: 0;
    padding: 1rem 2rem;
	letter-spacing: 0;
}
ul#menu-header li#menu-item-33 ul.sub-menu{padding: 2rem 0;}
ul#menu-header ul.sub-menu > li{
  padding: 1rem 3rem 1rem 2rem;
}
body.single-case_study ul#menu-header ul.sub-menu > li.last-child a,
ul#menu-header ul.sub-menu > li.last-child a{
  padding: 1rem;
}
ul#menu-header ul.sub-menu > li.menu-item-has-children{padding: 2.5rem 5.5rem 2rem 3rem;}
ul#menu-header 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-header ul.sub-menu > li.menu-item-has-children:last-child::before{display: none;}
 ul#menu-header ul.sub-menu li{position: relative;}
 ul#menu-header 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-header 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-header ul.sub-menu li a {
	display: block;
	transition: all linear .2s;
	font-size: 2.1rem;
	font-weight: 600;
}
ul#menu-header ul.sub-menu li:first-child a{
    padding-top: 1rem;
}
 ul#menu-header ul.sub-menu li a {
  color: #ffffff;
}
 ul#menu-header ul.sub-menu li > ul.sub-menu {
  top: 0;
  z-index: 1;
  left: 100%;
}
 ul#menu-header ul.sub-menu li a:after{display: none;}
 ul#menu-header ul.sub-menu li a:hover{
  transform: translateX(1rem);
  color: #96E1FF;
}
ul#menu-header li.menu-item-has-children{padding-right: 1.35rem;}
 ul#menu-header li.menu-item-has-children:after{
	content: '';
	position: absolute;
	background: url(../img/arrow-down.png) no-repeat center;
	width: 2.4rem;
	height: 2.4rem;
	background-size: contain;
  right: 0rem;
  top: 2.7rem;
	z-index: 1;
}

 ul#menu-header ul.sub-menu > li > ul.sub-menu{
  padding: 1.3rem 3rem;
  left: 100%;
}
header nav ul#menu-header > li{
  position: relative;
}
ul#menu-header li.menu-item-has-children a::after{display: none;}

.aboutus-banner-section {
  height: 92rem;
  background: no-repeat center;
  background-size: contain;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-space{padding-top: 15rem;}
.avatar-box .txt {
  background-color: #fff;
  height: 100%;
  padding: 2.7rem 5rem;
  color: #6C6C6C;
  font-size: 2.4rem;
  font-weight: 600;
  border-radius: 5rem;
  margin-left: -2rem;
  position: relative;
}
.avatar-box .txt::after {
  content: '';
  position: absolute;
  background-color: #1F3B93;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
.our-story-mission-section {
  background: no-repeat left bottom;
  background-size: 75rem;
  position: relative;
  padding-bottom: 30rem;
}
.our-story-mission-section::after {
    content: '';
  position: absolute;
  background: url(../img/color-bg-4.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.our-story-mission-section .container{
  position: relative;
  z-index: 1;
}

.our-story-mission-section .text-box p {
  margin: 2.5rem 0;
}
.our-story-mission-section .our-story-text-box {
  padding-left: 7rem;
}
.mission-box {
  box-shadow: 10px 16px 54px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 6.5rem 5rem;
  border-radius: 2rem;
  margin-top: 7rem;
}
.mission-box .txt {
  max-width: 56rem;
}
.mission-box .txt h5 {
  font-family: "Lato", sans-serif;
  letter-spacing: -.1rem;
  line-height: 1.3;
  font-weight: 600;
}

.mission-box .logo-box {
  max-width: 16rem;
}
.mission-box .logo-box img {
  width: 100%;
  object-fit: contain;
}
.our-timeline-section{
  background-color: #1F3B93;
}

.timeline-year span {
  font-size: 16.5rem;
  -webkit-text-stroke: 1px #D8D8D8;
  color: transparent;
  font-weight: 700;
  letter-spacing: 0;
}
.timeline-listing .timeline-listing-item {
max-width: 137rem;
  padding: 0 0 3rem 4rem;
  position: relative;
  margin-right: 7rem;
}
.timeline-listing .timeline-listing-item .img-box {
  max-width: 57rem;
  position: relative;
}
.timeline-listing .timeline-listing-item .text {
  max-width: 76rem;
  text-align: left;
  color: #fff;
  padding-left: 6rem;
}
.timeline-listing .timeline-listing-item .flex-box {
  align-items: center;
  justify-content: space-between;
}

.timeline-listing .timeline-listing-item .text h5 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
}
.timeline-listing .timeline-listing-item .text p {
  font-size: 2.5rem;
}

.timeline-year-silder {
  padding: 5rem 0;
  margin-bottom: 5rem;
  position: relative;
}
.timeline-year-silder::before {
  content: '';
  position: absolute;
  background-color: #B3B3B3;
  width: 120vw;
  height: 1px;
  left: -13rem;
  bottom: 1.4rem;
}
.timeline-year-silder .timeline-year span {
  width: 50rem;
  display: block;
  text-align: center;
}
.timeline-year-silder .slick-active.slick-current  .timeline-year span {
  color: #FFC667;
  -webkit-text-stroke: 0;
}

.timeline-year-silder {
  padding: 5rem 0 0 0;
  margin-bottom: 8rem;
  position: relative;
}
.timeline-year-silder .slick-list::before {
  content: '';
  position: absolute;
  background-color: #B3B3B3;
  width: 120vw;
  height: 1px;
  left: -13rem;
  bottom: 1.4rem;
}
.timeline-year-silder .timeline-year span {
  width: 50rem;
  display: block;
  text-align: center;
}
.timeline-year-silder .slick-active.slick-current  .timeline-year span {
  color: #FFC667;
  -webkit-text-stroke: 0;
}
.timeline-year-silder .timeline-year {
  position: relative;
}
.timeline-year-silder .slick-slide:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 1rem;
  height: 1rem;
  bottom: -5rem;
  left: 50%;
  border-radius: 50%;
}
.slick-slide {
  position: relative;
}
.timeline-year-silder .slick-list{
  padding-bottom: 6rem;
}
.timeline-year-silder .slick-active.slick-current.slick-slide:after{
  background-color: #FFC667;
  width: 1.3rem;
  height: 1.3rem;
  bottom: -5.1rem;
}
.timeline-listing .timeline-listing-item .img-box img {
  width: 100%;
  border-radius: 2rem;
}
.timeline-listing .timeline-listing-item .img-box::after{
  content: '';
  background: url(../img/circle-icon-2.png) no-repeat center;
  width: 9.8rem;
  height: 12.9rem;
  position: absolute;
  bottom: -2.6rem;
  left: -3.5rem;
  background-size: contain;
  z-index: 1;
}
.what-different-section{
  background: url(../img/color-bg-5.jpg) no-repeat center;
  background-size: cover;
}

.different-accordion-box {
  background: #fff;
  margin-bottom: 2rem;
  padding: 4.5rem 5rem;
  border-radius: 2rem;
  padding-right: 14rem;
  position: relative;
}
.different-accordion-box h5 {
  font-family: "Lato", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  padding-left: 8rem;
}
.different-accordion-head.flex {
  align-items: center;
  
}
.different-accordion-head img {
  width: 6.6rem;
  aspect-ratio: 3/4;
  object-fit: contain;
  object-position: center center;
}
.different-accordion-box p.different-accordion-body {
  font-size: 2.5rem;
  padding-left: 14.5rem;
  display: none;
  color: #8F8F8F;
  margin-top: 1rem;
}
.different-accordion-head.flex .plus-icon{
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #ACACAC;
  position: absolute;
  border-radius: 50%;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.different-accordion-head.flex .plus-icon::after {
  content: '';
  position: absolute;
  background: url(../img/grey-plus-icon.png);
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;

}
.different-accordion-head.flex .plus-icon.active::after{
  background-image: url(../img/grey-sub-icon.png);
  height: 2px;
}

.what-different-section .img-box img {
  width: 100%;
  border-radius: 2rem;
}

ul.our-usps-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}
ul.our-usps-list li {
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 4px 33px 43px rgba(0, 0, 0, 0.1);
  padding: 5rem 4rem;
}
ul.our-usps-list li img {
  width: 4.8rem;
  object-fit: contain;
}
ul.our-usps-list li h6 {
  font-size: 6.2rem;
  color: #1F3B93;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  margin-top: 4rem;
}
ul.our-usps-list li span {
  font-size: 2.9rem;
  letter-spacing: 0;
}
.client-text-box {
  max-width: 28rem;
  color: #9B9B9B;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid #9B9B9B;
  padding: 1rem 2.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  margin: 9rem auto 5rem auto;
}
.client-box{
  position: relative;
}
.client-box::after {
  content: '';
  position: absolute;
  background: #9B9B9B;
  width: 33vw;
  height: 1px;
  top: 50%;
  left: 0;
}
.client-box::before {
  content: '';
  position: absolute;
  background: #9B9B9B;
  width: 33vw;
  height: 1px;
  top: 50%;
  right: 0;
}


.our-services-section ul.service-listing li a img {
  width: 14rem;
  aspect-ratio: 4/3;
  object-fit: scale-down;
}
.our-services-section .img-box img {
  width: 100%;
  border-radius: 2rem;
}
.our-services-section ul.service-listing{
  border-top: 1px solid #D9D9D9;
}
.our-services-section ul.service-listing li {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.8rem 0;
}
.our-services-section ul.service-listing li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.our-services-section ul.service-listing li a .txt{
  padding-left: 2rem;
}
.our-services-section ul.service-listing li a h6 {
  font-size: 3.2rem;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.our-services-section ul.service-listing li a p{
  font-size: 2.3rem;
  margin-top: 1rem;
}
.our-services-section ul.service-listing li a::after {
  content: '';
  position: absolute;
  background: url(../img/silde-arrow.png) no-repeat;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  opacity: 1;
}
.our-services-section ul.service-listing li a:hover::after {
right: -3rem;
  top: 35%;
  opacity: 0;
}

.our-pledge-section .heading-box {
  background-color: #1F3B93;
  text-align: center;
  padding: 10rem 10rem 20rem 10rem;
  border-radius: 3rem;
  position: relative;
  z-index: 2;
}
.our-pledge-section .heading-box::after{
  content: '';
  position: absolute;
  background: url(../img/pledge-icon-1.png) no-repeat;
  background-size: contain;
  width: 29rem;
  height: 29rem;
  top: 7rem;
  right: 7rem;
  z-index: 1;
}
.our-pledge-section .heading-box::before{
  content: '';
  position: absolute;
  background: url(../img/pledge-icon-2.png) no-repeat;
  background-size: contain;
  width: 29rem;
  height: 29rem;
  bottom: 4rem;
  left: 9rem;
  z-index: 1;
}
.our-pledge-section {
  padding-top: 15rem;
}
.our-pledge-section .heading-box .para-box{
  max-width: 110rem;
  margin: 0 auto;
  margin-bottom: 8rem;
}

.about-contact-info-section .contact-details-box {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: 6rem;
}
.about-contact-info-section .contact-details-box ul.details-list li {
  border-bottom: 1px solid #BDBDBD;
  padding: 1.8rem 0;
}
.about-contact-info-section .contact-details-box ul.details-list li span,.about-contact-info-section .contact-details-box ul.details-list li a {
  max-width: 50rem;
}

.about-contact-info-section .contact-details-box {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: 6rem;
}
.about-contact-info-section .contact-details-box ul.details-list li {
  border-bottom: 1px solid #BDBDBD;
  padding: 1.8rem 0;
}
.about-contact-info-section .contact-details-box ul.details-list li span,.about-contact-info-section .contact-details-box ul.details-list li a {
  max-width: 50rem;
}
.about-contact-info-section .contact-form-box .form-box p input {
  border-radius: 1.5rem;
  border: 1px solid #E3E3E3;
  padding: 2rem 2rem 2rem 3rem;
}
.about-contact-info-section .contact-form-box h3 {
  margin-bottom: 2rem;
}
.about-contact-info-section .contact-form-box .form-box {
  margin-top: 3rem;
}
.about-contact-info-section .contact-form-box .text-box p {
  color: #3A3A3A;
  max-width: 40rem;
}

.about-contact-info-section .contact-form-box .form-box p textarea {
  height: 15rem;
  color: #878787;
  font-size: 2rem;
  background-color: transparent;
  border-radius: 1.5rem;
  border: 1px solid #E3E3E3;
  padding: 2rem 2rem 2rem 3rem;
}

.slick-slide img.show-800 {
  display: none;
}
.mouse-box img {
  max-width: 4.2rem;
}

.social-icon-list a img {
  width: 6rem;
  object-fit: contain;
}

footer .top-footer .address-box img.footer-logo {
  width: 14rem;
  object-fit: contain;
}
footer .top-footer .address-box p{font-size: 2.5rem;}
.our-services-section{
  position: relative;
  z-index: 1;
}
.our-services-section .container{
  position: relative;
  z-index: 2;
}
.our-services-section::after{
  content: '';
  position: absolute;
  background: url(../img/color-bg-6.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50% , -50%);
  background-position: bottom;
}
.aboutus-banner-section .avatar-box img {
  width: 100%;
  max-width: 19rem;
}
.events-banner-section {
  height: 96rem;
  background: no-repeat center right;
  background-size: cover;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.events-key-details-box {
  background-color: #1F3B93;
  padding: 5rem 6rem;
  border-radius: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-gap: 2rem;
  grid-column-gap: 4rem;
  box-shadow: 4px 33px 43px rgba(0, 0, 0, 0.25);
  margin-top: -13rem;
}
.events-key-details-box h6 {
  font-size: 3.5rem;
  color: #61FF8D;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: .5rem;
  letter-spacing: 0;
  width: 100%;
}
.events-key-details-box p {
  color: #fff;
  line-height: 1;
}
.events-key-details-box span {
  color: #fff;
  display: inline-block;
  margin-right: .5rem;
  padding: .5rem 0;
  font-size: 2.3rem;
}
.events-key-details-box .detail-box {
  border-right: 1px solid #4760ae;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 0;
  max-width: 40rem;
}

ul.featured-list li {
  background-color: #fff;
  padding: 5rem 3.5rem;
  border-radius: 2rem;
  box-shadow: 10px 24px 84px rgba(0, 0, 0, 0.04);
}
ul.featured-list {
  grid-row-gap: 3rem;
  grid-column-gap: 4rem;
  margin-top: 7rem;
}
.featured-speaker-section {
  position: relative;
}
.featured-speaker-section::after{
    content: '';
  position: absolute;
  background: url(../img/color-bg-3.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 250rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.featured-speaker-section .container{
  position: relative;
  z-index: 2;
}

ul.featured-list li .img-box img {
  height: 25rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: .8rem;
}
ul.featured-list li .img-box {
  margin-bottom: 3rem;
}
ul.featured-list li .content-box h5 {
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  letter-spacing: -.15rem;
}
ul.featured-list li .content-box span {
  color: #6C6C6C;
  font-size: 1.8rem;
  display: block;
  margin: .7rem 0;
  line-height: 1.3;
}
ul.featured-list li .content-box span strong {
  color: #393939;
  font-size: 1.7rem;
}
.event-details-info-section  .container {
  max-width: 125rem;
  position: relative;
  z-index: 2;
}
.event-details-info-section{
  position: relative;
}
.event-details-info-section::after {
  content: '';
  position: absolute;
  background: url(../img/color-bg.png) no-repeat;
  background-size: contain;
  width: 91rem;
  height: 160rem;
  top: -73rem;
  left: 0;
  z-index: -1;
}

.event-gallery-section {
  background-color: #1F3B93;
}
.event-gallery-section .heading-box {
  margin-bottom: 8rem;
}
.event-gallery-box .img-box{
  overflow: hidden;
}
.events-key-details-box .detail-box:last-child{border: 0 !important;}
.client-bottom-banner{
    display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.client-bottom-banner .container{
  height: auto;
}

.enrolment-form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 5rem 5.5rem;
  margin-top: 10rem;
  border-radius: 3rem;
  box-shadow: 10px 24px 84px rgba(0, 0, 0, 0.03);
}
.enrolment-form-box .form-box form input {
  height: auto;
  line-height: 1;
  width: 21rem;
}
.enrolment-form-box .form-box form p {
  line-height: 1;
  height: auto;
  font-size: 0;
}
.enrolment-form-box .form-box {
  width: 80%;
  padding-left: 7rem;
}
.enrolment-form-box h6 {
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  width: 20%;
  letter-spacing: 0;
  font-weight: 600;
}
.enrolment-form-box .form-box form input::placeholder {
  color: #000;
}
.enrolment-form-box .form-box .flex-box p input.btn {
  border-radius: 3rem;
  padding: 1.8rem 3rem;
  font-size: 2.3rem;
}
.enrolment-form-box .flex-box {
  justify-content: space-between;
  align-items: center;
}
.event-gallery-box {
    margin: 0 auto;
}
.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-image {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* Masonry items */
.masonry-item {
    width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}
.error-section {
  position: relative;
  padding: 25rem 0 20rem 0;
  background: url(../img/color-bg-5.jpg) no-repeat center;
  background-size: cover;
}
.error-section .container{
  position: relative;
  z-index: 2;
}
.error-section .col-9 {
  width: 70%;
}
.error-section .col-9 h1 {
  margin: 2rem 0 3rem 0;
}
.error-section .col-9  a.btn{
  margin-top: 5rem;
}

ul.faq-list {
  background-color: #fff;
  padding: 8rem 6rem;
  border-radius: 2rem;
  box-shadow: 10px 16px 54px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 10rem;
}
.faq-section {
  position: relative;
}
.faq-section::after {
      content: '';
  position: absolute;
  background: url(../img/color-bg-2.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.faq-section .container {
  position: relative;
  z-index: 2;
}
ul.faq-list li {
  margin-bottom: 4.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #99a6d0;
}
.faq-list-box {
  padding-left: 10rem;
}
ul.faq-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.faq-list li a {
  font-weight: 600;
}
ul.faq-list li.active a {
  color: #203C92;
}
.faq-listing:first-child{margin-top: 0;}
.faq-banner-section{
  height: 65rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.step-box-list .step-item::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  top: 49%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.step-box-list .step-item:hover::after{
  border-bottom: 1px dashed #fff;
  top: 49.1%;
}
#scroll-top {
  position: fixed;
  right: 5rem;
  bottom: 3rem;
  z-index: 999;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
  
}
#scroll-top img {
  width: 6rem;
  object-fit: contain;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) .2s;
  transform: translateX(0);
}
#scroll-top:hover img{
  transform: translateY(-1rem);
}

ul.details-list li.office-address {
  display: block;
  border-bottom: 0;
}
ul.details-list li.office-address img {
  margin-right: 0;
  margin-bottom: .7rem;
}
ul.details-list li.office-address p {
  font-size: 1.8rem;
}
ul.details-list li.office-address p strong {
  margin: 1rem 0;
  display: inline-block;
  font-size: 2rem;
}
ul.details-list li.office-address p br {
  margin-bottom: 1.2rem;
}
.other-location-list .location-box ul li{
  display: flex;
  cursor: auto;
}
.other-location-list .location-box ul li span{color: #fff;}
.why-choose-section .img-box video {
  width: 100%;
  object-fit: contain;
  height: 50rem;
}

.why-buy-section .heading-box video {
  height: 58rem;
  width: 100%;
  object-fit: contain;
}

.usp-items-box ul.usp-items-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  border-radius: 2rem;
  grid-column-gap: 2rem;
  background: #203C92;
}
.usp-items-box ul.usp-items-list li img {
  margin-bottom: 0;
  width: 4.5rem;
}

.usp-items-box .text-box h4 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  line-height: 1;
  padding-right: 1rem;
  color: #0F2533;
}
.usp-items-box .text-box::after {
  content: '';
  position: absolute;
  background-color: #0F2533;
  width: 100%;
  height: 1px;
  top: 55%;
  right: 0;
}
.usp-items-box .text-box {
  position: relative;
}
.about-covered-section.section-bg::after{
  z-index: 0;
right: 0;
  transform: rotate(180deg);
  left: auto;
}
.about-covered-section.section-bg .container{position: relative;z-index: 2;}
.about-covered-section.section-bg .home-about-box:nth-child(even){
  background-color: #F6F6F6;
  padding-bottom: 15rem;
  margin-top: 15rem;
}

.about-covered-section.section-bg .home-about-box:nth-child(even) .usp-items-box .text-box h4{
  background-color: #F6F6F6;
}
.full-width-menu {
  padding: 6rem 10rem 10rem 10rem;
  position: absolute;
  z-index: 1111;
  display: n;
  background: rgba(31, 59, 147, 0.98);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1920px;
}
.header-menu .service {
  position: relative;
  cursor: pointer;
}

.header-menu .service::after{
  content: "";
  position: absolute;
  background: transparent;
  width: 110%;
  height: 9rem;
  bottom: -8rem;
  left: 0;
}

.header-menu .service::before{
	content: '';
	position: absolute;
	background: url(../img/arrow-down.png) no-repeat center;
	width: 2.4rem;
	height: 2.4rem;
	background-size: contain;
  right: -1.2rem;
  top: 2.7rem;
	z-index: 1;
}

.full-width-menu .bk-btn {
  position: relative;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5rem;
}

.full-width-menu .bk-btn::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 91%;
  height: 1px;
  top: 50%;
  right: 0;
  opacity: 0.2;
}

.full-width-menu.open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  animation: image-in 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s both;
}

@keyframes image-in {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: scale(1.05), translateX(-50%);
    opacity: 0;
  }

  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1), translateX(-50%);
    opacity: 1;
  }
}

.service-menu-item h6 {
  color: #61FF8D;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.service-menu-item ul {
  margin-top: 3rem;
}
.service-menu-item ul li {
  margin-bottom: 1.2rem;
  position: relative;
}
.service-menu-item ul li:hover a {
  transform: translateX(.5rem);
}
.service-menu-item ul li a {
  color: #fff;
  letter-spacing: 0px;
  font-size: 2.2rem;
  display: block;
  transition: all linear .2s;
}
.full-width-menu .full-menu-box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-menu-item h6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service-menu-item h6 img {
  width: 3.5rem;
  aspect-ratio: 3/3;
  object-fit: contain;
  margin-left: 3rem;
}
.service-menu-item:last-child{
  margin-top: 5rem;
}
.blog-listing-section .service-listing-box .text-box p{
  font-size: 2.2rem;
}

.blog-listing-section .service-listing-box .img-box img {
  object-fit: cover;
  max-width: none;
  width: 100%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.blog-listing-section .service-listing-box .img-box {
  padding: 0;
}

.service-listing-box .text-box a .time {
  font-size: 17px;
  margin-bottom: 2rem;
  color: #1F3B93;
  font-weight: 600;
}
.bottom-blog-category-listing-section {
  background: url(../img/color-bg-5.jpg) no-repeat center;
  background-size: cover;
}
#comments {
  display: none;
}

.blog-listing-section .service-listing-box .text-box {
  background-color: #fff !important;
}

.blog-content-box .form-box {
  background-color: #1f3b93;
  padding: 6rem 5rem;
  border-radius: 2rem;
}
.blog-content-box .form-box input {
  width: 100%;
  border-color: #fff;
  padding-bottom: 1.5rem;
  color: #fff;
}
.blog-content-box .form-box .flex-box {
  grid-row-gap: 2rem;
}
.blog-content-box .form-box input::placeholder,.blog-content-box .form-box textarea::placeholder{
  color: #fff;
}
.blog-content-box .form-box textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 10rem;
  color: #fff;
  font-size: 2rem;
  margin-top: 1rem;
}
.blog-content-box .form-box .flex-box p input.btn {
  background-color: #fff;
  color: #1F3B93;
}
.sticky-form-box.form-box {
  position: sticky;
  top: 12rem;
}

.blog-post-section {
  padding-top: 20rem;
}
.blog-post-section .info-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  color: #fff;
  grid-column-gap: 2rem;
  margin-bottom: 3rem;
}
.blog-post-section .info-box > * {
  font-size: 17px;
  color: #1f3b93;
  font-weight: 600;
}
.blog-post-section h1.entry-title {
  margin-bottom: 6rem;
  font-weight: 500;
}
.blog-post-section .featured-img img {
  width: 100%;
  height: 60rem;
  object-fit: contain;
}

.navigation.post-navigation {
  display: none;
}

.our-insurance-company-section .client-text-box {
  max-width: 55rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.bottom-blog-category-listing-section .service-listing-box .list-box {
  padding: 0 1.5rem;
}
ul.details-list li.office-address p b{
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}
.our-insurance-company-section ul.client-logo-listing{
  display: grid;
   grid-template-columns: repeat(4, 1fr);
}
.our-insurance-company-section ul.client-logo-listing li img {
  mix-blend-mode: darken;
}
ul.details-list li .tel a {
  display: block;
  margin: .5rem 0;
}

.logo-item:nth-child(n+21) {
  display: none;
}
footer ul li.design-credit a{
  transition: all linear .2s;
}
footer ul li.design-credit a:hover{
  color: #69C291;
}
.hp-testimonial-section .testimonial-box .video-box video {
  height: 33rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

.events-item-box video {
  height: 35rem;
  object-fit: cover;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.testimonial-content-box {
  padding: 2rem;
  border: 1px solid #999;
  border-top: 0;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.testimonial-content-box p {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.5;
}
.testimonial-content-box .person-box {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #999;
  justify-content: flex-start;
}
.testimonial-content-box .person-box img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}
.testimonial-content-box .person-box h6 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.testimonial-content-box .person-box  span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: .5rem;
}
.testimonial-content-box .person-box .txt {
  margin-left: 1rem;
}
.hp-testimonial-section .testimonial-box .vertical-slider .slider-item {
  margin: 2rem 0;
}

.hp-testimonial-section .heading-box {
  padding: 6rem 0 0 14rem;
  z-index: 15;
}
.bottom-info-section {
  background-color: #1F3B93;
}
.bottom-bar-box{
  padding: 4rem 0;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
}

.industries-listing-box .industries-item .para-box a {
  font-size: 2rem;
  margin-top: 3rem;
  display: block;
  text-decoration: underline;
}
.other-location-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  cursor: pointer;
}

.other-location-list strong {
  font-weight: 600;
  color: #fff;
}

/* Tooltip box */
.other-location-list .tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.45rem;
  line-height: 1.4;
  border-radius: .6rem;
  width: max-content;
  max-width: 26rem !important;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform-origin: bottom center;
  z-index: 10;
}

/* Tooltip arrow */
.other-location-list .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: .6rem;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}

/* Hover show */
.other-location-list li:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-6px);
}
.other-location-list .tooltip {
  opacity: 0;
  visibility: hidden;
}

ul.details-list li.other-office-address {
  display: block;
}
ul.details-list li.other-office-address > strong {
  margin-bottom: 2.5rem;
  display: block;
}
ul.details-list li.other-office-address ul.other-location-list li {
  display: block;
  width: 32%;
  margin-bottom: 0;
  padding: 1rem 2.5rem;
  background-color: #fff;
  color: #3F5EBE;
  border-radius: .5rem;
  text-align: center;
  border: 1px solid #203C92;
}
ul.details-list li.other-office-address ul.other-location-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.details-list li.other-office-address ul.other-location-list li strong {
  color: #3F5EBE;
}
.office-img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 40rem;
}

.office-img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  will-change: opacity;
  border-radius: 1rem;
}
.active-location-section  .other-location-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}
.other-location-list .location-box {
  background-color: #1F3B93;
  padding: 5rem;
  border-radius: 2rem;
}
.other-location-list .location-box h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.other-location-list .location-box ul li a,.other-location-list .location-box ul li {
  color: #fff;
}
.other-location-list .location-box .office-details-box {
  margin-bottom: 5rem;
}
.other-location-list .location-box ul li {
  border-bottom: 1px solid #3F5EBE;
}
.other-location-list .location-box ul.details-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.other-location-list .location-box ul li.office-address img {
  margin-right: 1rem;
}
.active-location-section {
  background-color: #F8F6F3;
}

.upcoming-events-section {
  background-color: #1F3B93;
}

.service-banner-section .text-box h1 {
  text-transform: capitalize;
}

.service-banner-section .text-box p {
  max-width: 68rem;
}
.about-covered-section video {
  max-height: 60rem;
  object-fit: contain;
  margin-top: 3rem;
}
.client-bottom-banner{
  background-image: url(../img/footer-banner.webp);
}
.events-listing-section .service-listing-box .img-box img {
  object-fit: cover;
  max-width: none;
  width: 100%;
}

.case-banner-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #fff;
  min-height: 75rem;
}
.casestudy-body-section {
  background-color: #F8F6F3;
}

.generic-content-box b {
  color: #1f3b93;
}
@media (min-width: 1921px) {
  html {
    font-size: 9.85px;
  }

  .wrapper {
    max-width: 204rem;
  }
}

@media (max-width: 1900px) {
  .container {
    width: 90%;
    padding: 0 5rem;
  }
}
@media (max-width: 1440px) {
  html {
  font-size: 0.485vw;
}
.aboutus-banner-section{height: 96rem;}
.wrapper{max-width: 188rem;}
header .wrapper{max-width: 185rem;}
  .container {
    width: 90%;
    padding: 0 6rem;
  }
  h2{font-size: 6.2rem;}
.different-accordion-box h5{padding-left: 5rem;}
.different-accordion-box p.different-accordion-body{padding-left: 11.5rem;}

.industries-listing-box .industries-item .para-box p {
  font-size: 2.3rem;
}
.industries-listing-box .industries-item .text-box h5 {
  font-size: 2.5rem;
}
.industries-listing-box .industries-item .text-box h3 {
  font-size: 3.4rem;
}
}
@media (min-width: 1200px){
   ul#menu-header li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
}
@media (min-width: 766px) {
  .desktop-none {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .button_container {
        display: inline-block;
        position: absolute;
        top: 28%;
        right: 7%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

    ul#menu-header ul.sub-menu li {
    opacity: 1;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-color: #3B5ECC;
    }
    ul#menu-header ul.sub-menu li:last-child{
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
    ul#menu-header ul.sub-menu {
    position: static;
    background: transparent;
    box-shadow: none;
    min-width: auto;
    padding: 0;
    margin-top: 1rem;
    width: 100%;
    }
    ul#menu-header li.menu-item-has-children {
    padding-right: 0;
    }
    .button_container:hover {
        opacity: 0.7;
    }
    ul#menu-header li.menu-item-has-children::after {filter: invert(1);}
    .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: var(--section-blue);
        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;
    }

header nav ul li {
  text-align: center;
}
header nav ul li a {
  font-size: 3rem;
  color: #fff;
}
    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

header .logo-box img {
  width: 7rem;
  height: 7rem;
}
    header nav ul li {
        padding-left: 0;
    }
header nav ul li {
        opacity: 0;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #fff;
    }

    header nav .contact-box {
        display: none;
    }
    header nav {
        float: none;
        min-width: auto;
    }

    .overlay {
        position: fixed;
        background: var(--section-blue);
        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;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .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);
        }
    }

    header .btn-box a {
      background-color: #fff;
      color: #1F3B93;
    }
    header .overlay .btn-box.mobile-show {
      display: block;
      text-align: center;
      margin-top: 3rem;
      opacity: 0;
      transition: all linear .3s;
      

    }
    header .overlay.open .btn-box.mobile-show{
       -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
        -webkit-animation-delay: 0.65s;
        animation-delay: 0.65s;
    }
    .overlay nav {
        position: relative;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        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%;
        max-height: 75vh;
    overflow: scroll;
    }

    header {
        width: 100%;
        left: 0;
        transform: none;
    }

    header .wrapper {
        width: 97%;
        padding: 4rem 6.5rem;
    }

    .overlay nav {
        flex-wrap: wrap;
        justify-content: center;
        width: 95%;
        padding: 0 5rem;
    }

    .menu-main-menu-container {
        width: 100%;
    }
.aboutus-banner-section {
  background-size: cover;
}
#scroll-top{
  right: 2rem;
  bottom: 1rem;
}
#scroll-top img{
  width: 4rem;
}
.header-menu .service::after {display: none;}
 .full-width-menu {
    transform: none;
  }
.full-width-menu {
    height: 100vh;
    padding: 5rem 3rem 4rem 3rem;
    top: 0;
    right: -100vw;
    left: auto;
    transition: all 0.5s;
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 9999;
  }
.full-width-menu.open {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    animation: none;
  }
    .full-width-menu .full-menu-box, ul.menu-listing {
    max-height: calc(100vh - 20rem);
    height: 100vh;
    overflow-y: auto;
  }
  
.service-menu-item {
  height: auto;
  width: 100%;
  padding: 0;
}
.full-width-menu .full-menu-box {
  align-content: flex-start;
}
.service-menu-item ul {
  margin-top: 1.5rem;
}
.bk-btn {
    padding-left: 4rem;
  }
  .bk-btn:before {
    content: "";
    position: absolute;
    background: url(../img/bk-arrow.webp) no-repeat;
    width: 2.9rem;
    height: 1.9rem;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    filter: brightness(200%);
  }
  .bk-btn::after {
    width: 65%;
  }
  .full-width-menu .full-menu-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-menu-item:last-child {
    margin-top: 3rem;
  }
  .service-menu-item {
    padding: 0;
  }
  .full-width-menu .full-menu-box{
    grid-template-columns: repeat(1, 1fr);
  }  
.service-menu-item.active h6 {
  position: relative;
}

.service-menu-item h6 a{font-size: 2.5rem;}
.service-menu-item h6::after {
  content: '';
  position: absolute;
  background: url(../img/plus-icon.png) no-repeat center;
  width: 2.2rem;
  height: 2.2rem;
  right: 0;
  top: 0;
  cursor: pointer;
  background-size: contain;
  filter: invert(1) brightness(100);
}
.service-menu-item ul li a{font-size: 2rem;}
.service-menu-item.active h6::after {
  background-image: url(../img/sub-icon.png);
}
.service-menu-item h6{position: relative;}


}

@media (max-width: 767px) {
  html {
    font-size: 2vw;
  }
.btn.big-btn{padding: 2.3rem 6rem;}
  .mobile-none {
    display: none !important;
  }
h6{font-size: 2.1rem;}
  br {
    display: none;
  }

  .full-800,.full-768 {
    width: 100%;
    margin: 1rem 0;
  }

  .faq-listing .faq-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .events-item-box .text-box {
    padding: 3.5rem;
  }

  .events-item-box .text-box p {
    font-size: 2rem;
  }

.blog-content-box .form-box {
  padding: 3.5rem 2.5rem;
}
  .home-body-banner .home-body-box .heading-box {
    height: auto;
  }

  .contact-details-box h5 {
    text-align: center;
  }

  .download-box {
    text-align: center;
  }

  .social-icon-list a img {
    width: 4.5rem;
    object-fit: scale-down;
  }

  footer .top-footer .address-box img.footer-logo {
    width: 10rem;
  }

  footer .top-footer .footer-nav {
    padding: 0;
    border: 0;
  }

  footer .top-footer .footer-nav .nav-list:first-child {
    border-bottom: 1px solid #666;
    padding-bottom: 4rem;
  }

  footer .top-footer .footer-nav .nav-list:first-child {
    margin-bottom: 4rem;
  }

  .download-box h6 {
    font-size: 2.6rem;
  }

  .mobile-grid {
    grid-template-columns: repeat(1, 1fr);
  }

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

.bottom-padding {
  padding-bottom: 8rem;
}
  .btn-box a,.btn,.btn.big-btn {
    font-size: 1.8rem;
    padding: 1.5rem 5rem;
  }
.form-box .flex-box p input.btn{
    font-size: 1.8rem;
    padding: 1.5rem 5rem;
}
  .show-800 {
    display: block;
  }

  .hide-800 {
    display: none;
  }

  .m-w-100 {
    width: 100%;
  }

  .m-w-95 {
    width: 95%;
  }

  .m-w-90 {
    width: 90%;
  }

  /* font  */
  h1 {
    font-size: 4.7rem;
    letter-spacing: -0.2rem;
    font-weight: 600;
  }

  h2 {
    font-size: 3.8rem;
  }

  h2 span {
    font-size: 3.8rem;
  }

  h3 {
    font-size: 3.3rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.3rem;
  }

  p {
    font-size: 2.2rem;
  }


  .container {
    padding: 0 2rem;
    width: 100%;
  }

  .join-form-box .form-box .flex-box p {
    width: 100%;
  }

  .header-box {
    padding: 2rem 3rem;
  }

  .trust-box p {
    font-size: 1.7rem;
  }

  .wrapper {
    padding: 0 2rem;
  }

  .home-banner-section .container {
    padding-right: 2rem;
  }

  .home-banner-section .text-box {
    width: 100%;
    text-align: center;
    order: 0;
  }

  .header-box .header-logo img {
    width: 7rem;
    object-fit: scale-down;
  }

  .home-about-section .heading-box {
    text-align: center;
  }

  .trust-box {
    padding: 1.5rem 3rem;
  }

  .trust-box img {
    width: 4.5rem;
  }

  .home-service-section {
    background-position-x: center;
  }

  .home-about-section .description-box {
    text-align: center;
  }

  .home-about-box .img-box img {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .faq-listing .faq-item .accordion-body {
    padding-top: 2rem;
  }

  .home-banner-section .img-box {
    width: 100%;
    text-align: center;
    margin-top: 5rem;
    order: 0;
  }

  .home-page-usp-list li {
    padding: 0 3rem;
    border-left: 0;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #fff;
    padding-left: 9rem;
  }

  .home-page-usp-list li:last-child {
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .faq-listing .faq-item .accordion-head h6::after {
    width: 2.5rem;
    height: 2.5rem;
  }

  .faq-listing .faq-item h6 {
    font-size: 2.2rem;
    max-width: 100%;
    padding-right: 3.5rem;
    letter-spacing: 0;
  }

  .faq-listing .faq-item .accordion-body p {
    font-size: 2rem;
  }

  ul.service-usp-listing li {
    width: 48%;
    padding: 4rem 2rem;
  }

  ul.service-usp-listing li p {
    font-size: 2rem;
  }

  ul.service-usp-listing {
    gap: 1.6rem;
  }

  ul.client-logo-listing {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .join-form-box {
    padding: 3.5rem 4rem;
    text-align: center;
  }

  .form-box form input {
    width: 100%;
  }

  .form-box form select {
    width: 100%;
  }

  .hp-testimonial-section {
    background-image: none;
    height: 85vh;
  }

  .events-item-box {
    padding: 0 .5rem;
    margin: 0;
  }

  .home-body-banner {
    height: 80vh;
    background-position-x: 40%;
  }

  .events-listing-box .slick-arrow {
    left: 36%;
  }

  ul.counter-list {
    width: 100%;
  }

  ul.counter-list li {
    padding-left: 1.5rem;
  }

  ul.counter-list li h6 {
    font-size: 3rem;
  }

  ul.counter-list li span {
    font-size: 1.6rem;
  }

  .contact-details-box {
    padding: 4rem 2.5rem;
  }

  ul.details-list li span,
  ul.details-list li a {
    font-size: 1.9rem;
  }

  .download-box {
    padding: 4rem 2.5rem;
  }

  footer .top-footer .address-box {
    width: 100%;
    order: 1;
  }

  footer .top-footer .footer-nav {
    width: 100%;
    margin-top: 7rem;
    order: 1;
  }

  footer .top-footer .footer-nav .nav-list:first-child {
    width: 100%;
    margin-bottom: 7rem;
  }

  footer .top-footer .footer-nav .nav-list {
    width: 100%;
    margin-top: 0rem;
  }

  .events-item-box .img-box img {
    height: 30.5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .events-listing-box .slick-next.slick-arrow {
    left: 50.5%;
  }

  .events-item-box .text-box {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .font-22,
  .font-22 p {
    font-size: 1.7rem;
  }

  footer .bottom-footer {
    text-align: center;
    justify-content: center;
    border-top: 1px solid #fff;
  }

  .hp-testimonial-section .heading-box {
    text-align: center;
  }

  .upcoming-events-section .heading-box {
    text-align: center;
  }

  .home-body-banner .home-body-box .heading-box {
    text-align: center;
  }

  .faq-section .heading-box {
    text-align: center;
  }

  ul.client-logo-listing li {
    height: 11.5rem;
  }

  ul.client-logo-listing li img {
    width: 12rem;
  }

  .popup-box .form-box .flex-box p {
    width: 100%;
  }

  .popup-box {
    padding: 5rem 2rem;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
  }

  .contact-info-box ul.details-list li {
    width: 100%;
    margin: 1rem 0;
  }

  .contact-info-box ul.details-list {
    flex-wrap: wrap;
  }

  .contact-info-box .download-box img {
    margin: 0 auto;
    margin-top: 0;
    max-width: 3rem;

  }

  .contact-info-box .download-box a {
    justify-content: flex-start;
    text-align: left;
  }

  .contact-info-box .download-box {
    padding: 2.5rem 3rem;
  }

  .contact-form-box {
    border-radius: 1.5rem;
    padding: 5rem 3rem;
    margin-top: 5rem;
  }

  .contact-form-box .form-box p {
    width: 100%;
  }

  .contact-form-box .form-box p:last-child {
    width: 100%;
    margin-top: 2rem;
  }
  
.service-banner-section {
  height: 100%;
  padding: 15rem 0;
  background-image: none !important;
}
.home-banner-section.service-banner-section .text-box{
  padding-top: 0;
}
.service-banner-section .heading-box {
  text-align: center;
}
.about-insurance-section .heading-box p.sub-heading {
  font-size: 1.8rem;
}
.about-insurance-section .heading-box {
  text-align: center;
}
.about-insurance-section .heading-box li {
  text-align: left;
}
ul.usp-box {
  padding: 5rem 3rem;
  border-radius: 1rem;
  width: 100%;
  margin-top: 3rem;
}
ul.usp-box li img {
  width: 4rem;
  object-fit: scale-down;
}
ul.usp-box li p {
  font-size: 2.5rem;
}
.about-insurance-section .col-3 {
  width: 100%;
}
.why-choose-section .heading-box {
  text-align: center;
}
.why-choose-section .counter-list li h6 {
  font-size: 4.5rem;
}
.why-choose-section .counter-list {
  margin: 5rem 0 0;
}
.why-choose-section .counter-list li span {
  font-size: 2rem;
}
ul.usp-items-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 3.5rem 2rem;
  border-radius: 2rem;
  grid-column-gap: 2rem;
}
ul.usp-items-list li h5 {
  font-size: 2.5rem;
}
ul.usp-items-list li p {
  font-size: 2rem;
}
ul.usp-items-list li img {
  margin-bottom: 0;
  position: sticky;
  top: 0;
}
.step-box-list .step-item h6 {
  margin-top: 0;
  font-size: 2.5rem;
  min-height: auto;
}
.step-box-list .step-item p {
  font-size: 2rem;
}
.bottom-blog-category-listing-section .service-listing-box .list-box{padding: 0 .5rem;}
.client-banner-section {
  background-position-x: 0%;
}
.client-logo-section .heading-box {
  text-align: center;
}
.client-bottom-banner .home-body-box {
  align-items: center;
}
ul.service-usp-listing li img{
  width: 12rem;
}
.blue-form-box .form-box form input, .blue-form-box .form-box form select{
  width: 100%;
}
.form-box .flex-box p input.btn {
 font-size: 1.8rem;
 width: auto;
}
.blue-form-box .form-box .flex-box{
  grid-row-gap: 2rem;
}
.blue-form-box .form-box form input, .blue-form-box .form-box form select{padding-bottom: 1.5rem;}
.about-insurance-section .heading-box li{font-size: 2.3rem;}
ul.usp-box li{
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

.how-to-buy-section .img-box {
  margin-top: 7rem;
}
.about-covered-section.section-bg {
  background-position: center;
}
ul.usp-items-list li img{width: 3rem;}
.service-listing-box{
  grid-template-columns: repeat(1, 1fr);
}
.service-listing-box .text-box h5{min-height: auto;}
.service-listing-box .text-box a{
  padding: 3rem 3.5rem;
}
.service-listing-box .text-box a.arrow-icon{font-size: 2rem;}
.service-main-banner-section {
  background-position-x: 0;
}

.industries-listing-box .industries-item .text-box {
  width: 100%;
  padding: 0 !important;
  text-align: center;
}
.industries-listing-box .industries-item .text-box img {
  margin: 3rem auto;
  border-radius: 1rem;
  height: 28rem;
  width: 100%;
  object-fit: cover;
}

.service-main-banner-section .heading-box {
  text-align: center;
}
.industries-listing-box .industries-item .text-box .para-box p {
  font-size: 2rem;
}
.industries-listing-box .industries-item .text-box .para-box h5 {
  font-size: 2.5rem;
}
.industries-listing-box .industries-item .text-box ul.industries-list li a {
  font-size: 1.5rem;
  padding: 1rem;
}
.industries-listing-box .industries-item:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.industries-section .heading-box {
  text-align: center;
}
.industries-listing-box .industries-item .text-box ul.industries-list {
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem;
}

.industries-listing-box .industries-item .img-box {
  width: 100%;
  margin-bottom: 3rem;
}
.industries-listing-box .industries-item .img-box img {
  height: 25rem;
}
.industries-listing-box .industries-item .para-box {
  text-align: center;
}
.industries-listing-box .industries-item ul.industries-list{
  grid-gap: .5rem;
  margin-top: 3rem;
}
.industries-listing-box .industries-item ul.industries-list li a{
  padding: 1.2rem 1.5rem;
}
.blue-form-box .form-box form .flex-box p{width: 100%;margin-bottom: .5rem;}
.why-choose-section .counter-list li{text-align: center;}
ul.usp-items-list{grid-row-gap: 1.5rem;}
ul.details-list li img{width: 4.8rem;}
header .wrapper {
        width: 99%;
        padding: 0 2.5rem;
    }

    .overlay nav {
        width: 98%;
        padding: 0 2rem;
    }
    .casestudy-summary-box{
      padding: 4rem 3rem;
      border-radius: 2rem;
    }
    .generic-content-box{text-align: center;}
    .generic-content-box img,.generic-content-box iframe {
      margin: 2rem 0;
      border-radius: 1rem;
    }
    .generic-content-box p {
  margin: 1.5rem 0;
}
.solution-box a.btn{
  padding: 2.5rem 5rem;
}

.service-banner-section .home-banner-box {
  padding-bottom: 0;
}
.mobile-text-heading{text-align: center;}
.about-insurance-section .heading-box li{padding-left: 3rem;font-size: 2.1rem;}
.about-insurance-section .heading-box li::after {
  width: 2rem;
  height: 2rem;
  top: .25rem;
}

.our-story-mission-section .our-story-text-box {
  padding-left: 0;
  text-align: center;
}
.our-story-mission-section {
  background-image: none !important;
}
.mission-box {
  flex-wrap: wrap;
  justify-content: center;
  padding: 4.5rem 3rem;
}
.mission-box .logo-box {
  max-width: 10rem;
  margin-bottom: 3rem;
}

.our-story-mission-section .our-story-text-box {
  padding-left: 0;
  text-align: center;
}
.our-story-mission-section {
  background-image: none !important;
}
.mission-box {
  flex-wrap: wrap;
  justify-content: center;
  padding: 4.5rem 3rem;
}
.mission-box .logo-box {
  max-width: 10rem;
  margin-bottom: 3rem;
}
.timeline-year-silder .timeline-year span {
  font-size: 8rem;
  width: 30rem;
}
.timeline-listing .timeline-listing-item .img-box {
  width: 100%;
  max-width: 35rem;
}
.timeline-listing .timeline-listing-item{
  max-width: none;
  padding: 0;
  margin-right: 1.5rem;
}
.timeline-listing .timeline-listing-item img {
  height: 30rem;
  object-fit: cover;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
}
.our-services-section ul.service-listing li a h6{font-size: 2.7rem;}
.timeline-listing .timeline-listing-item .text {
  max-width: 42rem;
  width: 100%;
  padding-left: 0;
  
}

.avatar-box .txt {
  padding: 2rem 2rem 2rem 5rem;
  font-size: 2rem;
}

.different-accordion-box {
  padding: 2.5rem 3rem;
}
.different-accordion-box h5 {
  font-size: 2.3rem;
  padding-left: 2rem;
  padding-right: 3.5rem;
}
.different-accordion-head img {
  width: 4rem;
  object-position: top center;
}
.different-accordion-head.flex .plus-icon {
  width: 4rem;
  height: 4rem;
  right: 1rem;
}
.different-accordion-box p.different-accordion-body {
  padding-left: 0;
  font-size: 2rem;
  padding-right: 3rem;
  margin-top: 2rem;
}

.what-different-usp-box {
  order: 1;
  margin-top: 3rem;
}
.what-different-section .flex-box.space-between.mt-10 {
  margin-top: 5rem;
}


ul.our-usps-list {
  /*! grid-template-columns: repeat(1, 1fr); */
  grid-row-gap: 2rem;
}
ul.our-usps-list li {
  text-align: center;
  padding: 3rem 2rem;
}
ul.our-usps-list li h6 {
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: .7rem;
}
ul.our-usps-list li span {
  font-size: 2rem;
}
ul.our-usps-list li img {
  width: 2.8rem;
}
.client-text-box {
  position: relative;
  z-index: 11;
  background: #fff;
  margin: 5rem auto 4rem auto;
}
.our-services-section ul.service-listing li a img {
  width: 8rem;
}
.header-space{padding-top: 0;}
.our-services-section ul.service-listing li a .txt{padding-left: 1rem;}
.our-services-section ul.service-listing li a p {
  font-size: 2.5rem;
  padding-left: 1rem;
}
.our-services-section ul.service-listing li a::after {
  width: 1.78rem;
  height: 1.78rem;
}
.our-pledge-section {
  padding-top: 7rem;
}
.our-pledge-section .heading-box {
  padding: 20rem 2.5rem;
}

.our-pledge-section .heading-box::before {
  width: 23rem;
  height: 18rem;
  bottom: 1rem;
  left: 1rem;
}
.our-pledge-section .heading-box::after {
  width: 16rem;
  height: 16rem;
  top: 4rem;
  right: 1rem;
}

.our-pledge-section .heading-box .para-box {
  margin-bottom: 5rem;
}

.slick-slide img.show-800 {
  display: block;
}

.events-key-details-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 0rem;
  padding: 4rem 3rem;
}
.events-key-details-box .detail-box {
  border-right: 0;
  border-bottom: 1px solid #4760ae;
  text-align: center;
  justify-content: center;
  padding-bottom: 2.5rem;
}
.events-key-details-box .detail-box:last-child{padding-bottom: 0;}

.events-key-details-box h6 {
  font-size: 2.5rem;
}
.events-key-details-box span,.events-key-details-box p {
  font-size: 2rem;
}

.event-details-info-section .generic-content-box ul {
  text-align: left;
}
.generic-content-box ul li {
  font-size: 2.1rem;
}

.enrolment-form-box h6 {
  width: 88%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.enrolment-form-box {
  padding: 3rem 2.5rem;
  margin-top: 8rem;
  border-radius: 1rem;
}
.enrolment-form-box .form-box {
  width: 100%;
  padding-left: 0;
}
.enrolment-form-box .form-box form input {
  width: 100%;
  margin-bottom: 2rem;
}
.enrolment-form-box .form-box .flex-box p input.btn {
  margin-bottom: 0;
  margin: 0 auto;
}
.enrolment-form-box .flex-box {
  justify-content: center;
}
.event-gallery-box{
  justify-content: center;
}
.event-gallery-box .img-box img{
  height: 45rem;
}
.masonry-item {
      width: 100%;
  }

ul.faq-list {
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  margin-right: 0;
  margin-bottom: 4rem;
  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;
  grid-column-gap: 1.5rem;
}
ul.faq-list li {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 2rem;
  width: max-content;
  padding: 0 1rem 1.5rem 1rem;
  margin-bottom: 0;
}
ul.faq-list li a {
  font-size: 2rem;
}
.faq-list-box {
  padding: 0;
}
ul.faq-list li:last-child{
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #99a6d0;
}
.step-box-list{
  grid-template-columns: repeat(1, 1fr);
  padding: 0 4rem;
  grid-row-gap: 2rem;
}

ul.details-list li.office-address p br {
  display: inline-block;
}
footer .bottom-footer ul li {
  font-size: 1.7rem;
}
.usp-items-box .text-box{margin-bottom: 5rem;text-align: center;}
footer .top-footer .address-box p{font-size: 2rem;}
.step-box-list .step-item::after {display: none;}
.usp-items-box ul.usp-items-list li img{width: 2.8rem;}
.header-menu .service::before {
  filter: invert(1);
  right: 0;
}

.blog-post-section .featured-img img {
  height: auto;
  border-radius: .5rem;
}

.hp-testimonial-section .heading-box {
  padding: 6rem 1.5rem;
}
.hp-testimonial-section .testimonial-box {
  width: 100%;
  bottom: 0;
  top: auto;
  margin: 0;
  height: 56vh;
  padding: 0 1.5rem;
}
.vertical-slider.slider-col-3 {
  display: none;
}
.hp-testimonial-section .testimonial-box .vertical-slider {
  width: 48%;
  
  height: 50vh;
}
.hp-testimonial-section::after {
  top: 40%;
  height: 100%;
}
.hp-testimonial-section{
  height: 100vh;
  align-items: flex-start;
}
.testimonial-content-box{
  padding: 2rem 1.2rem;
}
.testimonial-content-box .person-box h6{font-size: 1.5rem;}
.testimonial-content-box .person-box span{font-size: 11px;}
.hp-testimonial-section .testimonial-box .video-box video{height: 25rem;}
.client-text-box{font-size: 1.7rem;}
.testimonial-content-box .content-box p {
  font-size: 1.8rem;
}

.industries-listing-box .popup-box .text-box {
  text-align: center;
}
.industries-listing-box .popup-box .text-box h3 {
  margin-bottom: 3rem;
  font-size: 4rem;
}
.bottom-bar-box {
  padding: 5rem 4rem;
  text-align: center;
}

.other-location-list .location-box {
  padding: 3rem 2rem;
}
.other-location-list .location-box ul li span {
  font-size: 1.6rem;
  line-height: 1.3;
}
.office-img-box{
  height: 35rem;
  border-radius: 1.5rem;
}
.download-box a.btn{font-size: 2rem;}
.timeline-year-silder{margin-bottom: 4rem;}
.blue-form-box{padding: 5rem 0;}
.generic-content-box p{text-align: justify;}

.service-banner-section .home-banner-box  img {
  border-radius: 1rem;
}

}