* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:hover {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Regular.woff2") format("woff2"),
    url("../fonts/Polymath-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Bold.woff2") format("woff2"),
    url("../fonts/Polymath-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Semibold.woff2") format("woff2"),
    url("../fonts/Polymath-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Polymath";
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Polymath";
}
p {
  font-family: "Polymath";
}

img {
  max-width: 100%;
}

/*** Header css Start ***/

.container-fluid {
  max-width: 1750px;
}
.relative {
  position: relative;
}

header {
  padding: 10px 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0px 4px 4px 0px #0000001a;
}

.top-flex {
  display: flex;
  justify-content: space-between;
}

.top-left {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
  max-width: 70%;
}
.top-left a 
{
  color: #fff;
  text-decoration: none;
}
.top-left a img 
{
  max-width: 350px;
}
.top-left span {
  margin: 0 0 0 40px;
}
.top-left span img {
  max-width: 600px;
}

.top-right {
  width: auto;
  height: auto;
  margin: 36px 0 0 0;
}

.top-right a {
  padding: 20px 50px;
  background: #123985;
  border-radius: 60px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Polymath";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.top-right a:hover {
  background: #a89232;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-pic {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-pic img {
  width: 100%;
  height: auto;
}
.banner-text {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 80px;
  max-width: 600px;
  text-align: left;
}
.line {
  width: 100%;
  height: auto;
  text-align: center;
  display: none;
}
.line img {
  max-width: 253px;
  margin: 20px auto;
}
.block {
  display: block;
}
.banner-text h1 {
  color: #123985;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
}
.banner-text h4 {
  font-weight: 400;
  color: #222222;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}

.banner .owl-nav {
  position: absolute;
  left: 40px;
  bottom: 30px;
  gap: 20px;
  display: flex;
}
.banner .owl-carousel .owl-nav button.owl-next,
.banner .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.banner .owl-carousel .owl-nav button span {
  display: none;
}
.banner .owl-carousel .owl-nav button.owl-next {
  background: #a89232 url(../images/right.webp) no-repeat center;
}
.banner .owl-carousel .owl-nav button.owl-prev {
  background: #a89232 url(../images/left.webp) no-repeat center;
}
.banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #3467ca url(../images/right.webp) no-repeat center;
}
.banner .owl-carousel .owl-nav button.owl-prev:hover {
  background: #3467ca url(../images/left.webp) no-repeat center;
}
.bnFull {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  gap: 15px;
  margin: 15px 0 0 0 ;
  max-width: 100%;
  z-index: 1;
}
.bnFull ul  
{
  padding: 0 0 0 18px;
  margin: 0;
}
.bnFull ul li  
{
  font-family: "Polymath";
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #222222;
  width: 100%;
}



.bnBox {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #000000;
  padding: 10px 8px;
  text-align: center;
  font-family: "Polymath";
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}


.frm {
  position: absolute;
  right: 70px;
  top: 230px;
  width: 500px;
/*  background: #fff;*/
  height: auto;
/*  border: 1px solid #eee;*/
  border-radius: 12px;
  z-index: 9;
  overflow: hidden;
}
.frm .widget_container
{
  border: 0px solid #ccc !important;
}
.frm iframe
{
  height: 513px;
  background: #123985;
}

.whySection {
  width: 100%;
  height: auto;
  background: #F5F9FF;
  position: relative;
  padding: 130px 0 80px;
}
.whyTop {
  width: 100%;
  height: auto;
  max-width: 850px;
  margin: -16px auto 30px;
  background: #a89232;
  border-radius: 0 0 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.whyTop:before {
  content: "";
  position: absolute;
  left: -20px;
  height: 16px;
  background: url(../images/ang-left.webp) no-repeat;
  top: 0;
  z-index: 9;
  width: 20px;
}
.whyTop:after {
  content: "";
  position: absolute;
  right: -20px;
  height: 16px;
  background: url(../images/ang-right.webp) no-repeat;
  top: 0;
  z-index: 9;
  width: 20px;
}
.whyTop ul {
  padding: 20px 0px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.whyTop ul li {
  width: 100%;
  height: auto;
  list-style: none;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  border-right: 4px solid #fff;
}
.whyTop ul li:last-child {
  border-right: 0px solid #fff;
}
.whyFlex
{
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.whyL
{
  width: 100%;
  height: auto;
}
.whyL img 
{
  max-width: 100%;
}
.whyR
{
  width: 100%;
  height: auto;
  padding: 0 0 0 100px;
}
.whyR h1
{
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  color: #222222;
  margin: 0;
}
.whyR h2
{
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #222222;
  margin: 0 0 10px 0;
}
.whyR p
{
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #222222;
}
.whyR ul 
{
  padding: 0;
  margin: 0;
}
.whyR ul li
{
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
  position: relative;
  list-style: none;
  min-height: 40px;
  display: flex;
}
.whyR ul li span 
{
  min-width: 60px;
  height: auto;
}
.whyR ul li span img 
{
  max-width: 40px;
  max-height: 40px;
}
.whyR ul li p
{
  font-weight: 400;
  font-size: 18px;
  align-content: center;
  margin: 0;
}
.applyBtn
{
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
}
.applyBtn a  
{
  padding: 20px 50px;
  background: #123985;
  border-radius: 60px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.applyBtn a:hover 
{
  background: #a89232;
}




.journeySection {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.journeyHeading {
  text-align: center;
}
.journeyHeading h3 {
  color: #222222;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0 0 10px 0;
}
.journeyHeading p {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0%;
  margin: 0;
}

.journeyFull {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 0;
  margin: 30px 0 40px;
}
.journey {
  width: 100%;
  height: 100%;
  position: relative;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.journey:last-child {
  border-right: 0px solid #ccc;
}
.journeyPic {
  width: 100%;
  height: 100%;
  position: relative;
}
.journeyPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journeyText {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #dcf1fc;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 50px 30px 40px;
}
.jrnTop {
  width: 100%;
  height: auto;
}
.jrnTop h6 {
  color: #123985;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Polymath";
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
}
.jrnTop h3 {
  color: #000000;
  font-size: 160px;
  font-weight: 600;
  line-height: 100%;
}
.jrnBottom {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 30px;
}
.jrnBottom h4 {
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
.jrnBottom p {
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  font-family: "Polymath";
}
.journey:hover .journeyText {
  background: transparent;
  color: #fff;
}
.journey:hover .jrnTop h6,
.journey:hover .jrnTop h3,
.journey:hover .jrnBottom h4,
.journey:hover .jrnBottom p {
  color: #fff;
}
.journeySection .top-right {
  text-align: center;
  margin: 50px 0 0 0;
}

.mentorSection {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.mentorsFlx {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.mentorFull {
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px 0 20px;
}
.mentorPic {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.mentorPic img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mentorPic img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.mentorFull p {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.mentorSection .top-right {
  text-align: center;
  margin: 40px 0 0 0;
}

.voiceSection {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
}
.voiceSection .journeyHeading {
  text-align: left;
  margin-bottom: 30px;
}

.voiceSection .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
  width: 60px;
  height: 128px;
  position: absolute;
  bottom: 50px;
  right: 0;
  border: 1px solid #bababa;
  border-radius: 7px;
}
.voiceSection .owl-theme .owl-nav span {
  display: none;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 100%;
  height: 63px;
  margin: 0;
  display: block;
}
#sync1.owl-theme .owl-prev {
  background: #fff url(../images/bl-left.webp) no-repeat center;
  border-bottom: 1px solid #bababa;
  border-radius: 7px 7px 0 0;
}
#sync1.owl-theme .owl-prev:hover {
  background: #a89232 url(../images/bl-left.webp) no-repeat center;
}
#sync1.owl-theme .owl-next {
  background: #fff url(../images/bl-right.webp) no-repeat center;
  border-radius: 0 0 7px 7px;
}
#sync1.owl-theme .owl-next:hover {
  background: #a89232 url(../images/bl-right.webp) no-repeat center;
}
.voiceLeft {
  width: 100%;
  height: auto;
  max-width: 85%;
  position: relative;
}
.voiceFull {
  display: flex;
  flex-wrap: nowrap;
}
.voicePic {
  width: 100%;
  max-width: 560px;
}
.voiceText {
  padding: 100px 0 0 40px;
  position: relative;
  width: 100%;
  max-width: 600px;
}
.coma {
  width: 100%;
  display: block;
  text-align: right;
  height: 135px;
  margin-bottom: 20px;
}
.coma img {
  max-width: 135px;
  float: right;
}
.voiceText p {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin: 0 0 20px -80px;
  font-family: "Polymath";
}
.voiceText h5 {
  font-family: "Polymath";
  font-weight: 400;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 40%;
  text-transform: uppercase;
  margin: 0 0 19px 0;
}
.voiceText h6 {
  font-family: "Polymath";
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.voiceRight {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* make owl items stack vertically */
#sync2 .owl-stage {
  display: flex;
  flex-direction: column;
}

/* thumbnails */
#sync2 .item {
  margin: 10px 0;
}

.voThumb {
  width: 80px;
  height: 80px;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border 0.3s ease;
}

.voThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* active thumb */
#sync2 .owl-item.current .voThumb {
  border-color: #a89232;
}

/* hide default nav arrows (we’ll add custom vertical ones if needed) */
#sync2 .owl-nav {
  display: none;
}

.plateformSection {
  width: 100%;
  height: auto;
  padding: 70px 0 85px;
  background: #dcf1fc;
}
.plateformSection .journeyHeading {
  margin-bottom: 30px;
}

.plateformSection .item {
  opacity: 0.6;
  transition: all 0.4s ease;
  text-align: center; /* centers text & image inside */
  position: relative;
}

.plateformSection .owl-item.center .item {
  opacity: 1;
  transform: scale(1.02);
}
.platfrmPic h4 span {
  background: #fff;
  padding: 20px 40px;
  font-family: "Polymath";
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.platfrmPic h4 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: none;
}

.plateformSection .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
  width: 60px;
  height: 128px;
  position: absolute;
  bottom: 250px;
  right: 230px;
  border: 1px solid #bababa;
  border-radius: 7px;
}
.plateformSection .owl-theme .owl-nav span {
  display: none;
}
.plateformSection .owl-theme {
  position: relative;
}
.plateformSection .owl-theme .owl-next,
.plateformSection .owl-theme .owl-prev {
  width: 100%;
  height: 63px;
  margin: 0;
  display: block;
}
.plateformSection .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/bl-left.webp) no-repeat center;
  border-bottom: 1px solid #bababa;
  border-radius: 7px 7px 0 0;
}
.plateformSection .owl-carousel .owl-nav button.owl-prev:hover {
  background: #a89232 url(../images/bl-left.webp) no-repeat center;
}
.plateformSection .owl-carousel .owl-nav button.owl-next {
  background: url(../images/bl-right.webp) no-repeat center;
  border-radius: 0 0 7px 7px;
}
.plateformSection .owl-carousel .owl-nav button.owl-next:hover {
  background: #a89232 url(../images/bl-right.webp) no-repeat center;
}
.videoSection {
  width: 100%;
  height: auto;
  position: relative;
  background: #dcf1fc;
}
.videoSection iframe {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.videoPic {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 5px;
  text-align: center;
}
.bordingSection {
  width: 100%;
  height: auto;
  background: #000;
  position: relative;
}
.bordingSl {
  width: 100%;
  height: auto;
  position: relative;
}
.bordingFull {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  max-width: 1450px;
  right: 0;
  margin: 0px auto;
}
.bordingList {
  width: 25%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.borIcon {
  width: 100%;
  height: 80px;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-family: "Polymath";
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  display: flex;
}
.borIcon img {
  display: none;
}
.borText {
  width: 100%;
  height: 240px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(40px);
  text-align: center;
  display: none;
  border: 1px solid #ffffff;
}
.bordingList:nth-child(2) {
  left: 25%;
  bottom: 80px;
}
.bordingList:nth-child(3) {
  left: 50%;
  bottom: 160px;
}
.bordingList:nth-child(4) {
  left: 75%;
  bottom: 240px;
}
.bordingList h4 {
  font-family: "Polymath";
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 20px 10px 0;
}
.bordingList p {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  padding: 0px 10px;
}
.bordingPic img {
  display: none;
  width: 100%;
  height: auto;
}
.bordingPic img.active {
  display: block;
}
/* Highlight the active .bordingList */
.bordingList.active .borText {
  background: #ffffff0d;

  border: 1px solid #fff;
  backdrop-filter: blur(40px);
}
.bordingList.active .borText {
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bordingList.active .borIcon span {
  display: none;
}
.bordingList.active .borIcon img {
  display: block;
}

.bordingSection .journeyHeading {
  text-align: left;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 9;
  max-width: 650px;
  color: #fff;
}
.bordingSection .journeyHeading h3,
.bordingSection .journeyHeading p {
  color: #fff;
}

.curiculamSection {
  width: 100%;
  height: auto;
  background: url(../images/bg-2.webp) no-repeat center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.curiculamSection .journeyHeading {
  text-align: left;
  max-width: 1000px;
}
.curiculamSl {
  width: 100%;
  height: auto;
  padding: 140px 0 0 80px;
  position: relative;
}
.curFull {
  width: 100%;
  height: auto;
  display: flex;
}
.curPic {
  flex: 2;
}
.curDec {
  flex: 1;
  padding: 70px 40px 0 0;
}
.curDec h4 {
  font-family: "Polymath";
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #333333;
  margin: 0 0 5px 0;
}
.curDec p {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin: 0 0 15px 0;
}
.curDec ul li {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin: 0 0 10px 0;
}
.curiculamSl .owl-nav {
  position: absolute;
  right: 50px;
  top: -95px;
  gap: 0px;
  width: 125px;
}
.curiculamSl .owl-carousel .owl-nav button.owl-next,
.curiculamSl .owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  margin: 0;
  border: 1px solid #bababa;
}
.curiculamSl .owl-carousel .owl-nav button span {
  display: none;
}
.curiculamSl .owl-carousel .owl-nav button.owl-next {
  background: #fff url(../images/bl-right.webp) no-repeat center;
  border-width: 1px 1px 1px 0;
  border-radius: 0 10px 10px 0;
}
.curiculamSl .owl-carousel .owl-nav button.owl-prev {
  background: #fff url(../images/bl-left.webp) no-repeat center;
  border-radius: 10px 0 0 10px;
}
.curiculamSl .owl-carousel .owl-nav button.owl-next:hover {
  background: #a89232 url(../images/bl-right.webp) no-repeat center;
}
.curiculamSl .owl-carousel .owl-nav button.owl-prev:hover {
  background: #a89232 url(../images/bl-left.webp) no-repeat center;
}

.curiculamSl .owl-theme .owl-dots {
  width: 67%;
  text-align: left;
  position: absolute;
  left: 10px;
  top: -100px;
  border-top: 1px solid #000;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.curiculamSl .owl-theme .owl-dots:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  left: 0px;
  top: -5px;
  position: absolute;
}
.curiculamSl .owl-theme .owl-dots:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  right: -5px;
  top: -5px;
  position: absolute;
}
.curiculamSl .owl-theme .owl-dots button {
  background: none;
  min-width: 230px;
  border: none;
  text-align: left;
  padding: 10px 30px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.curiculamSl .owl-theme .owl-dot {
  position: relative;
}
.curiculamSl .owl-theme .owl-dot.active:before {
  content: "";
  height: 5px;
  background: #123985;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  border-radius: 10px;
  margin: 0px auto;
}
.forMb {
  display: none;
}
.bordingSectionMobile {
  display: none;
}
.mobEnq {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 99;
  display: none;
}
.mobEnq a {
  background: #a89232;
  font-family: "Polymath";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
}
.mobEnq a:hover {
  background: #123985;
}
.dtsInner {
  width: 100%;
  height: auto;
  margin: 100px 0 0 0;
}
.dts {
  width: 600px;
  height: auto;
  background: #021b4d;
  border: 2px solid #fff;
  color: #fff;
  font-family: Polymath;
  font-weight: 700;
  font-style: Italic;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  display: flex;
  padding: 12px 0 0 22px;
  min-height: 80px;
  justify-content: center;
  align-content: center;
  gap: 10px;
  margin: 0px auto;
}
.dts span {
  background: #fff;
  margin: -12px 0 0 10px;
  color: #021b4d;
  font-size: 58px;
  padding: 13px 20px 10px;
  font-style: normal;
}
.dts-1 {
  width: 100%;
  background: #a89232;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  padding: 3px 0;
  margin: 0px auto;
}

footer {
  text-align: center;
  padding: 50px 0 20px;
}
footer h2 {
  color: #000000;
  font-size: 96px;
  font-weight: 600;
  line-height: 120%;
  background: linear-gradient(90deg, #072e7c 0%, #001030 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
footer p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

footer hr {
  background: #000;
}

.banner .owl-carousel .owl-item img.forMb {
  display: none;
}

.thankSection {
  width: 100%;
  height: auto;
  padding: 0px 0;
  text-align: center;
  min-height: 900px;
  background: #fff url(../images/thankyou-bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}
.thankInner {
  width: 100%;
  height: auto;
  padding: 50px 20px 0;
}
.thankInner h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #b6a54b;
  margin: 20px 0 0 0;
}
.pd {
  padding-top: 20px;
}
.frmb {
  display: none;
}
img.frdc
{
  max-width: 300px;
}
.whtapp
{
  width: 60px;
  height: auto;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 99;
}

