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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i {
  font-style: italic !important;
}

b{
  font-weight: 700 !important;
  font-family: "Barlow-bold";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Barlow-Regular";
  color: #ffffff;
  /*overscroll-behavior: none;*/
}


html {
  font-size: 16px;
  scroll-behavior: smooth;
}

[id]{
  scroll-margin-block-start: 170px !important;
  scroll-margin-top: 170px !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a {
  color: inherit;
  text-decoration: none;
  font: inherit;
}
 i{
  color: #000;
  font-family: "Barlow-Regular";
  font-size: 1.25rem;
 }

strong {
  font-weight: 900;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.container-fluid {
  max-width: 100%;
  padding: 0 130px;
  margin: 0 auto;
  width: 100%;
}
.inner_spotlight .container-fluid{
  padding: 0;
}
.blog-detail-spotlight .container-fluid,
.blog-detail-wrapper .container-fluid {
  max-width: 100%;
  padding: 0 70px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1400px;
  }

  .mainHeader .container-fluid {
    max-width: 100%;
  }
.inner_spotlight .container-fluid{
  padding: 0;
}
  .blog-detail-spotlight .container-fluid,
  .blog-detail-wrapper .container-fluid {
    max-width: 1400px;
  }
}

.no-cursor {
  cursor: default !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.d-flex {
  display: flex !important;
}

.d-flex-important {
  display: flex !important;
}

.flex-wrap-unset {
  flex-wrap: unset !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

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

.justify-content-between {
  justify-content: space-between !important;
}

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

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

.align-item-center {
  align-items: center !important;
}

.align-item-start {
  align-items: flex-start !important;
}

.align-item-end {
  align-items: flex-end !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-direction-column {
  flex-direction: column;
}

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

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

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

h1 {
  font-size: 6.25rem;
  font-family: "Barlow-Bold";
  line-height: 90px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3.75rem;
}

h4 {
  font-size: 3.125rem;
}

h5 {
  font-size: 1.875rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1.25rem;
  font-family: "Barlow-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.noBeforeAfter:before,
.noBefore:before {
  display: none !important;
}

.noBeforeAfter:after,
.noAfter:after {
  display: none !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.positionStatic {
  position: static !important;
}

.noSliderDesk .swiper-wrapper {
  flex-wrap: wrap !important;
  transform: none !important;
}

.noSliderDesk .swiperBtnDiv,
.noSliderDesk .swiper-pagination {
  display: none !important;
}

.positionRelative {
  position: relative !important;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.z-index-9999 {
  z-index: 9999;
}

.z-index-99999 {
  z-index: 99999;
}

.z-index-9 {
  z-index: 9;
}


.bgColorOffWhite {
  background: #fffbec !important;
}

.color-blk {
  color: #000;
}

.color-wht {
  color: #000;
}

.bgColorGrey {
  background: #F4F4F4 !important;
}

.bgNo {
  background: transparent !important;
}

.bgColorWhite {
  background: #fff !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 0 !important;
}

.border-left {
  border-left: 0 !important;
}

.border-right {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 0 !important;
}

.swiper-scrollbar {
  width: 3px !important;
  background: transparent;
}

.swiper-scrollbar:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 1px;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.swiper-scrollbar-drag {
  background: #9d7f19;
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  cursor: pointer;
}

.gap-16 {
  gap: 16px;
}

.col-1 {
  width: calc(100% / 12) !important;
}

.col-2 {
  width: calc(100% / 2) !important;
}

.col-3 {
  width: calc(100% / 3) !important;
}

.col-4 {
  width: calc(100% / 4) !important;
}

.col-5 {
  width: calc(100% / 5) !important;
}

.col-6 {
  width: calc(100% / 6) !important;
}

.col-7 {
  width: calc(100% / 7) !important;
}

.col-8 {
  width: calc(100% / 8) !important;
}

.col-9 {
  width: calc(100% / 9) !important;
}

.col-10 {
  width: calc(100% / 10) !important;
}

.col-11 {
  width: calc(100% / 11) !important;
}

.col-12 {
  width: calc(100% / 1) !important;
}

.showOnDesktop {
  display: block;
}

.full-width {
  width: 100% !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-60 {
  padding-top: 90px;
}

.pb-60 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.m-0-auto {
  margin: 0 auto;
}

input:auto-fill {
  background: transparent !important;
}

.animateUnderline {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.animateUnderline::after {
  content: '';
  color: #FF4B07;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: -5px;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.animateUnderline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.homepage .animateUnderline::after,
.page-template-template-contactus .animateUnderline::after,
.page-template-template-careers .animateUnderline::after,
.post-type-archive-blogs .animateUnderline::after ,
.blogs-template-default .animateUnderline::after,
.tax-blog_tag .animateUnderline::after,
.tax-blog_category .animateUnderline::after {
color: #fff;
}


.hide,
.splitcontainer {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.dNone {
  display: none !important;
}

button,
.btn {
  font-size: 0.875rem;
  padding: 11px 20px;
  color: #fff;
  background-color: #FF4B07;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Barlow-SemiBold";
  border: 0;
  cursor: pointer;
  width: max-content;
}

button:hover,
.btn:hover {
  background-color: #1D47DB;
  transition: background-color 0.3s ease-in;
}

.bg-gradient {
  background: transparent linear-gradient(121deg, #1D47DB 0%, #FF4B07 100%) 0% 0% no-repeat padding-box;
}

.bg-gradient-reverse {
  background: transparent linear-gradient(251deg, #1d47db 0%, #ff4b07 100%) 0% 0% no-repeat padding-box;
}

.border-top-5152513d {
  border-top: 1px solid #5152513d;
}

.words{
  overflow: hidden;
}
.back-btn {
  color: #fff !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.875rem;
  font-family: "Barlow-Regular";
}



@media screen and (max-width: 767px) {

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100% !important;
  }

  .xs-flex-direction-column {
    flex-direction: column;
  }

  .xs-full-width {
    width: 100%;
  }

  .pl-4 {
    padding-left: 1.25rem !important;
  }

  .pr-4 {
    padding-right: 1.25rem !important;
  }

  .pt-4 {
    padding-top: 1.25rem !important;
  }

  .pb-2 {
    padding-bottom: 1rem !important;
  }

  .container-fluid {
    padding: 0px 1.25rem;
  }

  .showOnDesktop {
    display: none;
  }
.inner_spotlight .container-fluid{
  padding: 0;
}
  .blog-detail-spotlight .container-fluid,
  .blog-detail-wrapper .container-fluid {
    padding: 0px 1.25rem;
  }

  li.tab,
  .tab.active {
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.60);
    font-family: "Barlow-Regular";
    font-size: 0.9rem;
    line-height: 1.125rem;
    text-transform: uppercase;
  }

  p {
    margin-bottom: 10px;
  }

  button,
  .btn {
    font-size: 1rem;
    padding: 11px 20px;
  }

  .dNone {
    display: unset !important;
  }

  .mNone {
    display: none !important;
  }

  .m-flex-important {
    display: flex !important;
  }

  .noSliderMob .swiper-wrapper {
    flex-wrap: wrap !important;
    transform: none !important;
  }

  .noSliderMob .swiper-slide {
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }

  .noSliderMob .swiperBtnDiv,
  .noSliderMob .swiper-pagination {
    display: none !important;
  }

  h1 {
    font-size: 1.875rem;
    line-height: 30px;
    text-transform: uppercase;
  }

  h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 1.875rem;
    line-height: 20px;
  }

  h4 {
    font-size: 3.125rem;
  }

  h5 {
    font-size: 1.875rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mt-110 {
    margin-top: 50px;
  }

  .mb-110 {
    margin-bottom: 50px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .pt-50 {
    padding-top: 25px;
  }

  .pb-50 {
    padding-bottom: 25px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }

  .pt-90 {
    padding-top: 35px;
  }

  .pb-90 {
    padding-bottom: 35px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .m-0-auto {
    margin: 0;
  }
  body{
    overflow-x: hidden;
  }
  html{
    overflow-x: hidden;
  }

}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
  h1 {
    font-size: 3.75rem;
    line-height: 55px;
    text-transform: uppercase;
  }

  .container-fluid {
    padding: 0 20px;
  }
.inner_spotlight .container-fluid{
  padding: 0;
}
  .blog-detail-spotlight .container-fluid,
  .blog-detail-wrapper .container-fluid {
    padding: 0 20px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mt-110 {
    margin-top: 50px;
  }

  .mb-110 {
    margin-bottom: 50px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .pt-50 {
    padding-top: 25px;
  }

  .pb-50 {
    padding-bottom: 25px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }

  .pt-90 {
    padding-top: 35px;
  }

  .pb-90 {
    padding-bottom: 35px;
  }

  .m-0-auto {
    margin: 0;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  body{
    overflow-x: hidden;
  }
  html{
    overflow-x: hidden;
  }
}