@font-face {
  font-family: 'Cambria';
  src: url('../font/Cambria-Bold.eot');
  src: url('../font/Cambria-Bold.eot?#iefix') format('embedded-opentype'),
      url('../font/Cambria-Bold.woff2') format('woff2'),
      url('../font/Cambria-Bold.woff') format('woff'),
      url('../font/Cambria-Bold.ttf') format('truetype'),
      url('../font/Cambria-Bold.svg#Cambria-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cambria';
  src: url('../font/Cambria.eot');
  src: url('../font/Cambria.eot?#iefix') format('embedded-opentype'),
      url('../font/Cambria.woff2') format('woff2'),
      url('../font/Cambria.woff') format('woff'),
      url('../font/Cambria.ttf') format('truetype'),
      url('../font/Cambria.svg#Cambria') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body{
    font-family: 'Cambria', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #242b31;
    font-weight: 400;
}
a{
    text-decoration: none;
}
*:not(.slick.marquee *){
    transition: 0.9s !important;
}
.fw-sbold{
    font-weight: 600;
}
.gap-10{
    gap: 10px;
}
.themeClr {
  color: #002e65 !important;
}
.commonBtn
{
  height: 50px;
  background: #506aa4;
    background-color: rgb(80, 106, 164);
  border-color: #506aa4;
  padding: 0 30px;
  box-shadow: unset !important;
  transition: 0.4s;
}
.commonBtn img {
  filter: brightness(500);
}
.commonBtn:hover {
  background-color: #506aa4 !important;
  color: #fff !important;
}
.commonBtn:hover svg path {
  fill: #fff;
  transition: 0.4s;
}
.commonBtn:hover span.icn {
  transition: 0.4s;
  transform: translateX(10px);
}
.bannersec .graphic
{
  z-index: -1;
  right: 0;
  top: 0;
  max-height: 100%;
}
.siteHeader .navbar-brand img
{
  height: 60px;
  object-fit: contain;
}
header.siteHeader .dropdown:hover .dropdown-menu {
  display: block;
}
section.ContentSec.HotkeysSec .cardCstm .content {
  max-width: 260px;
  margin: 0 auto;
}
.siteHeader .navbar-nav .nav-link
{
  color: #6e6e6e;
  letter-spacing: 2px;
  transition: 0.4s;
  position: relative;
}

.siteHeader .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: calc(100% - 18px);
  background: #3859a1;
  border-radius: 4px;
  margin: 0 auto;
  right: 0;
  opacity: 0;
}

.siteHeader .navbar-nav .nav-link:hover::before {
  opacity: 1;
}
.siteHeader .navbar-nav .nav-link:hover
{
  color: #1a467d;
}
.siteFooter .Logo img
{
  height: 60px;
  object-fit: contain;
}
footer.siteFooter .top p
{
  color: #1c3866;
  font-size: 16px;
  line-height: 24px;
}
footer.siteFooter p
{
  color: #1c4f8c;
}

footer.siteFooter .linkWrpper a {
  color: #1c4f8c;
}
footer.siteFooter .linkWrpper > li:not(:last-child) a {
  border-right: 1px solid #1c4f8c;
}
.sectionHeader .labelTag {
  background: #1b467d;
  border-radius: 4px;
  font-size: 14px;
}
.sectionHeader h4 {
  font-size: 30px;
  line-height: 40px;
  color: #002e65;
}
.sectionHeader p {
  color: #2d353f;
}
section.ourCustomer .cardCstm {
  background: #dbe2fa;
  border-radius: 12px;
}
section.ourCustomer .cardCstm p {
  color: #2d353f;
  font-size: 16px;
}
section.ourCustomer .cardCstm .profile h6
{
  font-size: 22px;
}
section.sponsorship .bgOverlay, section.marketingService .bgOverlay, section.Contactus .bgOverlay {
  max-height: 100%;
  height: 600px;
  top: 0;
  z-index: -1;
  width: 100%;
}
section.marketingService .bgOverlay, section.Contactus .bgOverlay{
  height: 410px;
}
section.marketingService .cardCstm{
  box-shadow: 0px 14px 38px 0px rgba(160, 161, 222, 0.13);
  border-radius: 13px;
}
section.marketingService .cardCstm .imgWrp img {
  height: 80px;
  object-fit: contain;
}
section.marketingService .cardCstm .content h6 {
  color: #202020;
  font-size: 22px;
  line-height: 30px;
}
section.marketingService .cardCstm .content p {
  font-size: 16px;
  line-height: 27px;
}
section.marketingService .cardCstm .content a {
  color: #6c65c9;
  font-size: 16px;
  transition: 0.4s;
}
section.marketingService .cardCstm .content a:hover span.icn {
  transform: translateX(10px);
}
section.data .graphic
{
  z-index: -1;
  top: 0;
  left: 0;
  max-height: 100%;
  transform: translateY(-10%);
  object-position: left;
}
section.data .cardCstm p
{
  font-size: 16px;
}
section.bannersec .bannerContent h2
{
  font-size: 41px;
  color: #002e65;
}
section.bannersec .imgWrpper img {
  box-shadow: 0px 14px 0px 0px rgba(160, 161, 222, 0.47);
  border: 2px solid #fff;
  border-radius: 40px
}
section.data .cardCstm {
  min-height: 250px;
  border-radius: 14px;
  overflow: hidden;
}
section.data .cardCstm .bgImg {
  object-fit: cover;
  z-index: -1;
  transition: 0.4s;
}
section.data .cardCstm:hover .bgImg {
  transform: scale(1.1);
}

section.data .cardCstm a.link {
  opacity: 0;
}
section.data .cardCstm:hover a.link {
  opacity: 1;
}
section.data .cardCstm a.link img {
  filter: brightness(500);
  height: 10px;
}
section.data .cardCstm a.link:hover img {
  transform: translateX(10px);
}
section.data .cardCstm h4 {
  font-size: 20px;
}
section.sponsorship .bgOverlay img, section.marketingService .bgOverlay img, section.Contactus .bgOverlay img {
  object-fit: cover;
  height: 100%;
}
section.sponsorship .sponsorSlider .cardCstm
{
  border-radius: 15px;
}
.sponsorSlider .slick-arrow {
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d6d4ea !important;
  height: 45px;
  transform: unset;
  min-width: 80px;
  border-radius: 30px;
}
section.about .team .cardCstm .imgWrp img {
  height: 210px;
  object-fit: contain;
  filter: grayscale(1);
}
section.about .team .cardCstm:hover .imgWrp img {
  filter: unset;
}
section.about .cardCstm ul a:hover svg:not(.stroke) path {
  fill: #002e65;
}
section.about .cardCstm ul a:hover svg.stroke path {
  stroke: #002e65;
}
section.about .team .cardCstm .content h6 {
  color: #6c65c9;
  font-size: 20px;
}
section.sponsorship .sponsorSlider .cardCstm .innerCard {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
section.sponsorship .sponsorSlider .cardCstm .innerCard img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.sponsorship .sponsorSlider .cardCstm .innerCard:hover img {
  transform: scale(1.1);
}
section.about .aboutCard
{
  background: #506aa4;
  border-radius: 24px;
  border: 2px solid #fff;
  box-shadow: 0px 14px 0px 0px rgba(160, 161, 222, 0.47);
}
section.about .aboutCard img {
  width: 50%;
  object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.sponsorSlider .slick-arrow.slick-prev {
  left: -90px;
  transform: rotate(180deg);
}
.sponsorSlider .slick-arrow.slick-next {
  right: -90px;
}
.sponsorSlider .slick-arrow:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 80%;
  background-image: url(../image/right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
button.navbar-toggler {
  background: #fff;
  border-radius: 5px;
  outline: 0;
}
.contactUsSec .cardCstm {
  box-shadow: 0px 14px 38px 0px rgba(160, 161, 222, 0.13);
  border: 1px solid rgb(225, 232, 247);
  border-radius: 13px;
}
.contactUsSec .cardCstm .formWrpper .form-control {
  height: 50px;
}
.contactUsSec .cardCstm .topHead h4{
  color: #2e2e2e;
}
.icnWithText .icn.position-absolute {
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.icnWithText input {
  padding-left: 40px;
}
textarea {
  resize: none;
  height: auto !important;
}
.list span.icn img {
  height: 15px;
  object-fit: contain;
}
section.process .cardCstm .numbWrp {
  height: 100px;
  aspect-ratio: 1;
  width: 100px;
}
section.process .cardCstm .numbWrp h4 {
  font-weight: 700;
  font-size: 28px;
}
section.process .cardCstm .content {
  border-radius: 10px;
}
section.process .cardCstm .content h4 {
  font-size: 16px;
  color: #202020;
}
section.process .cardCstm .content p {
  color: #505562;
}
section.process .cardCstm .content:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 18px;
  width: 30px;
  transform: translateY(-100%);
  background: #e9effb;
  margin: 0 auto;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
section.process .cardRow::after {
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 80%;
  background: #405d96;
  z-index: -1;
}
section.contentSec.hotKeys .cardCStm, section.whyChoose .cardCstm {
  border: 1px solid rgb(210, 211, 239);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 14px 0px 0px rgba(160, 161, 222, 0.47);
}
section.whyChoose .cardCstm .accordion-button {
  box-shadow: unset !important;
  font-size: 25px;
  color: #505d7a;
}
section.whyChoose .cardCstm {
  color: #2d353f;
}
section.whyChoose .cardCstm .accordion-button:not(.collapsed) {
  padding-bottom: 0;
}
section.whyChoose .cardCstm .accordion-button::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  background-image: url(../image/down.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}
section.marketingService .cardCstm .content p.head {
  font-size: 18px;
  color: #202020;
}
section.benefit.iwt .iwtCard {
  border-radius: 30px;
}
section.cardSec .cardCstm {
  border: 3px solid rgb(226, 231, 241);
  border-radius: 13px;
  box-shadow: 0px 14px 38px 0px rgba(160, 161, 222, 0.13);
}
section.solution.iwt .cardCstm {
  border-radius: 20px;
}
section.cardSec .cardCstm .imgWrp img{
  height: 80px;
  object-fit: contain;
}
section.defaultBanner .sectionHeader h4 {
  text-transform: uppercase;
}
section.solution.iwt .cardCstm .imgWrp img {
  height: 100px;
  object-fit: contain;
}
section.whatWeOffer .cardCstm .imgWrp .link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: #ffffffd6;
  font-size: 25px;
  opacity: 0;
}
section.whatWeOffer .cardCstm:hover .imgWrp .link {
  opacity: 1;
}
section.cardSec.compaign .cardCstm .imgWrp img {
  max-width: 70px;
}
section.ContentSec.HotkeysSec .imgWrp img {
  filter: grayscale(1);
}
section.ContentSec.HotkeysSec .imgWrp img:hover {
  filter: unset;
}
@media (max-width: 1200px){
  section.bannersec .bannerContent h2 {
    font-size: 31px;
    line-height: 45px;
}
section.marketingService .cardCstm .imgWrp img {
  height: 60px;
}
section.about .team .cardCstm .imgWrp img {
  height: 170px;
}
}
@media (max-width: 992px){
  section.iwt .imgWrpper {
    order: -1;
  }
  section.process .cardRow::after {
    display: none;
  }
  .contactUsSec .cardCstm .formWrpper {
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
  header div#navbarSupportedContent {
    background: #a8b5d2;
    padding: 10px;
    border-radius: 10px;
}
section.bannersec {
  text-align: center;
  padding: 0 !important;
}
section.bannersec .imgWrpper img {
  border-radius: 10px;
}
section.data, section.data .cardCstm, section.marketingService, section.about, section.sponsorship, section.ourCustomer .sectionHeader {
  text-align: center !important;
}
section.marketingService .cardCstm .content h6 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}
section.marketingService .cardCstm .content {
  padding: 10px 0 !important;
}

section.sponsorship {
  padding-bottom: 0 !important;
}




section.bannersec .imgWrpper {
  /* order: -1; */
  margin-top: 30px !important;
}
header div#navbarSupportedContent ul.navbar-nav li:not(:last-child) {
    border-bottom: 1px dashed #5a73a9;
}
header div#navbarSupportedContent ul.navbar-nav li a {
    color: #fff;
    font-weight: 700;
}
header div#navbarSupportedContent ul.navbar-nav li a.dropdown-item {
  color: #000;
  font-weight: 400;
}
}
@media (max-width: 767px){
  section.marketingService .cardCstm .content p {
    font-size: 14px;
    line-height: 27px;
}
section.contentSec.hotKeys .cardCStm, section.whyChoose .cardCstm {
  border-radius: 8px;
}
section.whyChoose .cardCstm .accordion-button{
  font-size: 20px;
  padding-right: 30px;
}
section.whyChoose .cardCstm .accordion-button:after {
  right: 15px;
  top: 20px;
}
.siteHeader .navbar-brand img {
  height: 40px;
}
.bannersec .graphic {
  opacity: 0.3;
}
section.about .aboutCard {
  flex-wrap: wrap;
  text-align: center;
}
section.about .aboutCard img {
 width: 100%;
 border-top-right-radius: 10px;
 border-bottom-left-radius: 0;
}
section.about .aboutCard .content{
  width: 100% !important
}
footer.siteFooter .copyright {
  justify-content: center !important;
  text-align: center;
}
.defaultBanner {
  text-align: center;
}

}
@media (max-width: 420px){
  section.bannersec .bannerContent h2 {
    font-size: 25px;
    line-height: 35px;
}
.sectionHeader h4 {
  font-size: 22px;
  line-height: 30px;
  color: #36588f;
}
}
section.about .aboutCard img:not(:hover){  filter: grayscale(1);	
}
label.error {
  font-size: 12px !important;
  color: red !important;
}
.thank-you-title{
  font-size:35px;
  font-weight:700;
  text-align:center;
  line-height: 35px;
}
.thank-you-description{
  font-size: 20px;
  text-transform: none;
  line-height: 32px;
  font-weight: 500 !important;
  margin-top: 10px !important;
  text-align:center;
}