@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); 
 
html {
  box-sizing: border-box;
}
html * {
  box-sizing: inherit;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
  color: #0f1053;
}
html, body {
  overflow-x: hidden;
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}
.mb-31 {
    margin-bottom: 31px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* stylelint-disable indentation */
/**
 * Paragraphs
 */
body {
  font-family: "Raleway", sans-serif;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(165, 39, 142, 0.25);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(165, 39, 142, 0.25);
}
p {
  font-size: 1rem;
  font-weight: normal;
 
  line-height: 1.5;
}

/**
 * Headings
 */
h1 {
  font-size: 58px;
  font-weight: 600;
  color: #ffffff;
}

h2 {
  font-size: 2.75rem;
  font-weight: 600;
  color: #ffffff;
}

h3 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}

h4 {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
}

h5 {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}

/**
 * Variables
 * =================================
 * - Typography
 * - Breakpoints
 * - Paths
 * - Layout & Grid
 * - App-specific
 */
/* stylelint-disable indentation */
.section-heading {
  margin-bottom: 30px;
  text-align: center;
}
.section-heading h6 {
  font-size: 14px;
  color: #2494EA;
}
.section-heading h2 {
  color: #16213e;
}

.heading-h6 {
  color: #2494EA;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
}

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

.section-padding {
  padding: 80px 0px;
}

.custom-arrow {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
  color: #242E6A;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  z-index: 999;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0%), 0 2px 3px rgba(0, 0, 0, 0.12);
}
.custom-arrow:hover {
  color: #a5278e;
}
.custom-arrow.next{
  right: -24px;
  left: auto;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  bottom: -45px;}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  padding: 0;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #fff;
}
.slick-dots li:has(+ .slick-active) button {
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.6);
}
.slick-dots li:has(+ li + .slick-active) button {
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,0.35);
}
.slick-dots li.slick-active + li button {
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.6);
}
.slick-dots li.slick-active + li + li button {
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,0.35);
}
.gap-2-custom {
  gap: 12px;
}
.mt-3-custom {
  margin-top: 18px;
}
/**
 * Base button styles
 */
.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 11px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 16px 24px 16px 24px;
  overflow: visible;
  text-align: center;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 9;
  color: #ffffff;
  transition: all 0.5s ease;
  background-color: #c9aa64;
  height: 48px;
}

.btn:hover {
  color: #ffffff !important;
  background-color: #a58d45;
}
.white-btn {
  color: #21081C;
  background-color: #ffffff;
}
.white-btn:hover {
  color: #ffffff;
  background-color: #c9aa64;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

/* START HEADER */
.js-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 9999;
  border-bottom: solid 1px #e6e6e6;
}
.js-header nav.navbar {
  padding: 12px 0px;
}
.js-header .navbar-brand {
  width: 96px;
  margin-right: 50px;
}
.js-header .navbar .main-menu .nav-item .nav-link {
  color: #0f1053;
  padding: 15px 18px;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}
.js-header .navbar .main-menu .nav-item .nav-link:hover {
  color: #c9aa64
  
}
.js-header .navbar .nav-item .nav-link.btn {
  text-transform: uppercase;
  font-weight: 600;
  width: 157px;
  height: 48px;
  background-color: #0f1053;
  font-size: 14px;
  padding: 14px 0px;
}
.js-header .navbar .nav-item .nav-link.btn:hover {
  background-color: #0e0a39;
}

#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 2;
}
#search:target .close-btn {
  display: block;
}
#search.show {
  height: 100%;
  opacity: 1;
  z-index: 9999999;
}

#searchbox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50%;
  outline: 0;
  padding: 2rem 1rem;
}

.close-btn {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}
/* END HEADER */


/* START FOOTER */
.main-footer {
  background-color: #001232;
  position: relative;
  z-index: 9;
}
.main-footer .widget h4 {
    font-size: 14px;
    margin-bottom: 20px;
   
}
.main-footer .widget p {
  max-width: 400px;
  font-weight: 300;
  font-size: 13px;
}
.main-footer .widget .contact-us {
  color: #ffffff;
}
.main-footer .widget .contact-us label {
  font-size: 22px;
}
.main-footer .widget .contact-us .social-icon li a {
  text-align: center;
  font-size: 26px;
  color: #2494EA;
  padding-left: 0px;
  background-color: #666F7F;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.main-footer .widget .contact-us p {

  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 28px;
}
.main-footer .widget .contact-us .social-icon {
  gap: 10px;
  margin-top: 15px;
}
.main-footer .widget ul li {
  margin-bottom: 15px;
}
.main-footer .widget ul li a {
  color: rgb(255 255 255 / 70%);
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 300;

}
.main-footer .widget ul li a:hover {
  text-decoration: underline;
}
.main-footer .social-icon li {
  margin-right: 4px;
}
.main-footer .footer-btm {
  border-top: solid 1px white;
  padding: 30px 0px;
  margin-top: 60px;
}
.main-footer .footer-btm .copyrights {
  font-size: 16px;
}
.main-footer .footer-btm p {
  margin: 0;
  font-size: 14px;
}
.main-footer .widget a.btn {
  color: #21081C;
  background-color: #ffffff;
  width: 252px;
  height: 64px;
  padding: 24px 0px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.main-footer .widget a.btn:hover {
  background-color: #a5278e;
  color: #ffffff;
}
.main-footer .footer-link {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.main-footer .footer-link li a {
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.main-footer .footer-content {
  border-bottom: solid 1px rgb(255 255 255 / 20%);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.main-footer .footer-link {
  border-top: solid 1px rgb(255 255 255 / 20%);
  border-bottom: solid 1px rgb(255 255 255 / 20%);
  padding: 14px 0px 18px 0px;
  margin-top: 65px;
  margin-bottom: 40px;
}
.main-footer .footer-content p {
  font-size: 13px;
  font-weight: 300;
  color: rgb(255 255 255 / 70%);
}
.main-footer .footer-link .gap-4 {
  gap: 45px !important;
}
.main-footer .copyright-text {
  font-size: 12px;
  font-weight: 300;
}
.main-footer .go-to-top {
  background-color: rgb(255 255 255 / 20%);
  text-transform: uppercase;
  font-weight: 600;
  height: 35px;
  width: 108px;
  padding: 0px 15px;
}
/* new css footer */
.main-footer .widget .download-icon {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.main-footer .widget .download-icon .item {
  background-color: rgb(255 255 255 / 16%);
  border-radius: 12px;
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0px 30px;
  width: 190px;
}
.main-footer .widget .option span {
  background-color: #c9aa64;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001232;
  font-weight: 700;
  font-size: 15px;
}
.main-footer .widget .option hr {
  position: absolute;
  top: 7px;
  width: 100%;
  z-index: -1;
  border: solid 0;
  background: linear-gradient(to right, #666666, rgb(204 204 204 / 3%));
  height: 1px;
  opacity: 1;
}
.main-footer .widget .download-scan h4 {
  font-size: 14px;
  margin: 0;
}
.main-footer .widget .download-scan {
  display: flex;
  justify-content: space-between;
}
.main-footer .widget .download-scan .scan-icon img {
  width: 81px;
}
.main-footer .widget .subscribe-widget {
  position: relative;
}
.main-footer .widget .subscribe-widget .form-control {
  height: 61px;
  background-color: transparent;
  border: solid 1px #666F7F;
  border-radius: 10px;
  padding: 0px 40px;
  font-size: 13px;
  color: rgb(255 255 255 / 70%);
}
.main-footer .f-link li a {
  color: rgb(255 255 255 / 70%);
  font-size: 13px;
  border-right: solid 1px;
  padding: 0px 10px;
}
.main-footer .f-link li a:last-child {
  border: 0;
}
.main-footer .footer-link p {
  font-size: 13px;
  color: rgb(255 255 255 / 70%);
  font-weight: 600;
}
.main-footer .widget .subscribe-widget .fa-envelope {
  position: absolute;
  top: 22px;
  left: 13px;
  color: #666F7F;
  font-size: 18px;
}
.main-footer .widget p {
  color: rgb(255 255 255 / 70%);
}
.main-footer .widget .subscribe-widget button {
  background-color: #666F7F;
  width: 51px;
  height: 51px;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
}
.main-footer .widget .option {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.main-footer .widget .download-scan .scan-icon p {
  color: rgb(255 255 255 / 70%);
  font-size: 13px;
  margin-top: 7px;
}
/* END FOOTER */

/* BANNER CSS */
.banner-wrapper .item {
  background-size: cover;
  z-index: 9;
  position: relative;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
   height: 100vh;
}

.banner-wrapper .item .widget h1 {
    font-size: 33px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 45px;
    letter-spacing: -0.04em;
}
.banner-wrapper .widget p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight:300;
  line-height: 29px;
}
.banner-wrapper .luxury-venues-widget h5 {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;  
  letter-spacing: -0.01em;
}
.banner-wrapper .widget a.btn {
  padding: 20px 55px;
  text-transform: uppercase;
  font-weight: 700;
  height: 56px;
  letter-spacing: 0.06em;
  margin-top: 30px; 
}
/* END BANNER CSS */

.about-wrapper .widget .highlights-color {
  color: #c9aa64;
  font-size: 14px;
  font-weight: 600;
}
.about-wrapper .widget h2 {
  color: #252525;
  font-size: 37px;
  font-weight: 100;
  margin-top: 8px;
}
.about-wrapper .widget h2 .highlights {
  font-weight: 600;
}
.about-wrapper .widget p {
  font-size: 15px;
  
}
.about-wrapper .about-widget01 {
  background-color: #0f1053;
  border-radius: 8px;
}
.about-wrapper .about-widget02 .contect,
.about-wrapper .about-widget01 .contect {
  padding: 20px 20px;
}
.about-wrapper .about-widget01 .contect h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 4px;
}
.about-wrapper .about-widget01 .contect p {
  color: #fff;
  font-size: 14px;
}
.about-wrapper .about-widget02 {
  background-color: #e6e6e6;
  border-radius: 8px;
}
.about-wrapper .about-widget02 .contect span {
  color: #0f1053;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.about-wrapper .about-widget02 .contect h5 {
  font-size: 15px;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.about-wrapper .about-widget02 .contect p {
  color: #252525;
  font-size: 14px;
  font-weight: 300;
}
.about-wrapper .about-widget02 .contect .contect-details a.btn {
  width: 140px;
  height: 35px;
  background-color: transparent;
  border-radius: 40px;
  border: solid 1px #252525;
  padding: 8px 0px;
  color: #252525;
  font-weight: 600;
  margin-right: 18px;
  text-decoration: none;
  margin-top: 0px;
}
.about-wrapper .about-widget02 .contect .contect-details a.btn:hover{ border: solid 1px #0f1053; background-color:#0f1053;}
.about-wrapper .about-widget02 .contect .contect-details a {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #252525;
  text-decoration: underline;
}
.about-wrapper .about-widget02 .contect .contect-details {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.about-wrapper .social-card {
  background-color:#0f1053;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-wrapper .social-card .top-section .count {
  color:#c9aa64;
  font-size: 32px;
  font-weight: 100;
}
.about-wrapper .social-card .top-section .count .number {
  font-weight: 700;
  font-size: 58px;
}
.about-wrapper .social-card .top-section .title {
  font-size: 15px;
  font-weight: 700;
  margin: 7px 0px 14px 0px;
}
.about-wrapper .social-card .top-section .description {
  color: #ffffff;
  font-weight: 500;
}
.about-wrapper .social-card .bottom-section h3 {
  font-size: 12px;
}
.about-wrapper .social-card {
  background-color:#0f1053;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
}
.about-wrapper .social-card .bottom-section .icons a{
  color: #ffffff;
  font-size: 28px;
}
.about-wrapper .social-card .bottom-section .icons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.media-ecosystem-wrapper {
  position: relative;
  background-color: #0f1053;
  z-index: 999;
}
.media-ecosystem-wrapper:before {
  content: "";
  position: absolute;
  background-color: #0f1053;
  height: 100%;
  width: 20%;
  z-index: 9;
  top: 0;
  left: 0;
}
.media-ecosystem-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.media-ecosystem-wrapper .widget.bg-blue {
  background-color: #0f1053;
  z-index: 99999;
  position: relative;    height: 100%;
}
.media-ecosystem-wrapper .widget .highlights-color {
  color: #c9aa64;
  font-size: 14px;
  font-weight: 600;
}
.media-ecosystem-wrapper .widget h2 {
  color: #ffffff;
  font-size: 37px;
  font-weight: 100;
  margin-top: 8px;
}
.media-ecosystem-wrapper .widget h2 .highlights {
  font-weight: 600;
}
.media-ecosystem-wrapper .widget p {
  color: #ffffff;
  font-size: 15px;
  
}
.about-wrapper .widget a.btn{
  color: #0f1053;
  padding: 20px 51px;
  text-transform: uppercase;
  font-weight: 700;
  height: 56px;
  letter-spacing: 0.06em;
  margin-top: 30px;
  background-color: #ffffff;
}
.media-ecosystem-wrapper .widget a.btn:hover{
  background-color: #b09543;
}
.about-wrapper .widget a.btn{
  background-color: #c9aa64;
  color: #ffffff;
}
.about-wrapper .widget a.btn:hover{
  background-color: #b09543;
}
.media-ecosystem-wrapper .media-item .icon {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  width: 142px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 14px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.media-ecosystem-wrapper .media-item .content h5 {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 10px;
}
.media-ecosystem-wrapper .media-item .content p {
  margin-bottom: 4px;
  font-size: 12px;
  color: rgb(255 255 255 / 70%);
}
.media-ecosystem-wrapper .media-item .content .btn {
  background-color: transparent;
  border: solid 1px rgb(255 255 255 / 20%);
  font-size: 10px;
  font-weight: 600;
  margin-top: 15px;
  width: 127px;
}

.media-ecosystem-wrapper .media-item .content .btn:hover{background-color:#c9aa64}


.blog-wrapper .blog-heading .highlights-color {
  color: #c9aa64;
  font-size: 14px;
  font-weight: 600;
}
.blog-wrapper .blog-heading p {
  color: #0B0920;
  font-size: 15px;
  margin: 10px 0px 20px 0px;
}
.blog-wrapper .blog-heading h2{
  color: #252525;
  font-size: 37px;
  font-weight: 100;
  margin-top: 8px;
}
.blog-wrapper .blog-heading h2 .highlights {
  font-weight: 600;
}
.blog-wrapper .blog-heading a.btn {
  width: 207px;
  font-weight: 700;
}
.blog-wrapper .card.img-widget {
  position: relative;
}
.blog-wrapper .card.img-widget span.badge {
  background-color: #c9aa64;
  border-radius: 40px;
  padding: 10px 20px;
}
.blog-wrapper .item-card .card-content {
  padding-top: 20px;
}
.blog-wrapper .item-card {
    border-top: solid 1px #E8E7ED;
    padding: 10px 0px;
    justify-content: space-between;
}
.blog-wrapper .item-card .card-content small.dis {
  color: #252525;
  font-size: 13px;
}
.blog-wrapper .card.img-widget .card-img-overlay .number-icon {
  background-color: #0f1053;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
}
.blog-wrapper .card.img-widget .card-img-overlay h4 {
  font-size: 23px;
}
.blog-wrapper .card.img-widget .card-img-overlay small {
  font-size: 13px;
}

.blog-wrapper .item-card span.badge {
  background-color: #0f1053;
}
.blog-wrapper .item-card span.badge {
  background-color: #0f1053;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.blog-wrapper .item-card span.badge span {
  text-transform: uppercase;
  font-size: 12px;
}
.blog-wrapper .item-card .card-content h6 {
  font-size: 16px;
  color: #0B0920;
}
.blog-wrapper .item-card .card-content .highlights {
  color: #c9aa64;
  font-weight: 700;
  font-size: 12px;
}

.our-vision-wrapper{
  background-color: #0f1053;
}
.our-vision-wrapper::after,
.our-vision-wrapper::before{
  display: none;
}
.our-vision-wrapper svg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  height: 100%;
  width: 103%;
}
.our-vision-wrapper .widget p {
  font-size: 22px;
  font-weight: 400;
}
.our-vision-wrapper .major-gaurav-widget {
  background-color: #0f1053;
  padding: 3px;
  border-radius: 10px;
}
.our-vision-wrapper .major-gaurav-widget img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.our-vision-wrapper .major-gaurav-widget h4 {
  font-size: 16px;
}
.our-vision-wrapper .major-gaurav-widget p {
  margin-bottom: 7px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 10px !important;
  color: rgb(255 255 255 / 70%);
  font-weight: 500;
}
.our-vision-wrapper .widget p.dis {
  color: rgb(255 255 255 / 70%);
  font-size: 16px;
}
.our-vision-wrapper .vision-widget .highlights-color {
  color: #c9aa64;
  font-size: 11px;
  font-weight: 600;
}
.our-vision-wrapper .vision-widget h4 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.our-vision-wrapper .vision-widget p {
  color: rgb(255 255 255 / 80%);
  font-size: 15px; 
  line-height:1.7
}
.our-vision-wrapper .vision-widget a.btn {
  background-color: transparent;
  border: solid 1px rgb(255 255 255 / 30%);
  width: 171px;
  height: 40px;
  padding:0;
  line-height:40px
}

/**----------------- MY CSS START HERE------------------------*/
.custom-width {max-width: 1280px;}
.about-widget02  img{ border-radius:8px 8px 0 0}
.gold-btn{color: #fff !important;padding: 20px 51px;text-transform: uppercase;font-weight: 700;height: 56px; sans-serif;letter-spacing: 0.06em;margin-top: 30px;background-color: #c9aa64;}
.gold-btn:hover{ background-color:#a58d45 !important;  }


.main-footer .widget .contact-us .social-icon li a:hover{ background-color:#0f1053}


/*FONT WEIGHTS*/
.fw100{font-weight: 100;} .fw200{font-weight: 200;} .fw300{font-weight: 300;} .fw400{font-weight: 400;} .fw500{font-weight: 500;} .fw600{font-weight: 600;} .fw700{font-weight: 700;} .fw800{font-weight: 800;} .fw900{font-weight: 900;}

/*HEADINGS*/
.all_heading{color: #252525;font-size: 37px; font-weight:100 }  
 
 

/*Font*/
.number{font-family: 'DM Sans', sans-serif;  } 
  

/*FORM CONTROL*/
.form-control{border: 1px solid #ddd; height: 45px;text-indent: 10px;border-radius:0px;font-weight: 300;line-height: 45px;padding-right: 10px;padding-left: 10px;font-size: 13px;}
.form-control:focus {color: #000;background-color: #fff; outline: 0; border-color: #8d8d8d;}
textarea{resize: none;}
textarea.form-control { height: auto !important;}

/*FONT SIZE 8 to 72px */
.fs8{font-size: 8px;} .fs9{font-size: 9px;} .fs10{font-size: 10px;} .fs11{font-size: 11px;} .fs12{font-size: 12px;} .fs13{font-size: 13px;} .fs14{font-size: 14px;} .fs15{font-size: 15px;} .fs16{font-size: 16px;} .fs17{font-size: 17px;} .fs18{font-size: 18px;} .fs19{font-size: 19px;} .fs20{font-size: 20px;} .fs21{font-size: 21px;} .fs22{font-size: 22px;} .fs23{font-size: 23px;} .fs24{font-size: 24px;} .fs25{font-size: 25px;} .fs26{font-size: 26px;} .fs27{font-size: 27px;} .fs28{font-size: 28px;} .fs29{font-size: 29px;} .fs30{font-size: 30px;} .fs31{font-size: 31px;} .fs32{font-size: 32px;} .fs33{font-size: 33px;} .fs34{font-size: 34px;} .fs35{font-size: 35px;} .fs36{font-size: 36px;} .fs37{font-size: 37px;} .fs38{font-size: 38px;} .fs39{font-size: 39px;} .fs40{font-size: 40px;} .fs41{font-size: 41px;} .fs42{font-size: 42px;} .fs43{font-size: 43px;} .fs44{font-size: 44px;} .fs45{font-size: 45px;} .fs46{font-size: 46px;} .fs47{font-size: 47px;} .fs48{font-size: 48px;} .fs49{font-size: 49px;} .fs50{font-size: 50px;} .fs51{font-size: 51px;} .fs52{font-size: 52px;} .fs53{font-size: 53px;} .fs54{font-size: 54px;} .fs55{font-size: 55px;} .fs56{font-size: 56px;} .fs57{font-size: 57px;} .fs58{font-size: 58px;} .fs59{font-size: 59px;} .fs60{font-size: 60px;} .fs61{font-size: 61px;} .fs62{font-size: 62px;} .fs63{font-size: 63px;} .fs64{font-size: 64px;} .fs65{font-size: 65px;} .fs66{font-size: 66px;} .fs67{font-size: 67px;} .fs68{font-size: 68px;} .fs69{font-size: 69px;} .fs70{font-size: 70px;} .fs71{font-size: 71px;} .fs72{font-size: 72px;}


/*CONTAINER*/
.custom-width{max-width: 1260px} 

/*TEXT COLORS*/
.color_gold{ color:#c9aa64}
.blue-color{color:#0f1053}

/*BACKGROUNDS COLORS*/
.blue-gradient{background-image: linear-gradient(to right bottom, #0f1053, #15165e, #1a1b69, #202174, #25277f);}
.bg-blue{ background-color:#0f1053}
.bg-Light{ background-color: #e6e6e6;}
.my-paddings{ padding:80px 0 }

.ls{ letter-spacing:1px}



.top-banner {background-repeat: no-repeat;background-position:left center;height: 200px;width: 100%;background-color:#0f1053;display: flex;justify-content: flex-center;align-items: center;}

/*---Breadcrumbcss---*/
.page-breadcrumb{padding: 15px 0 ; border-top: 1px; border-bottom: 1px;font-size: 12px; display: flex; align-items: center; line-height: 1; background-color:#f2f7ff}
.page-breadcrumb .breadcrumb-item{}
.page-breadcrumb .breadcrumb-item a{font-weight: 600;}
.page-breadcrumb .breadcrumb-item.active{color: #c9aa64; font-weight: 500;}

/*######################______________ABOUT PAGE______________######################*/
 
.about-block{background-color: white; border-radius:15px; background-color: rgba(255, 255, 255, 1); border: 1px solid rgba(226, 226, 226, 1); overflow: hidden;}
 

.about-us-pg p{ font-size:15px; font-weight:400; color:#0B0920}


.mission-row ul, .other-pgs ul{ list-style: circle; line-height: 30px; padding-left: 10px; margin-top: 10px;}


.profile-card{ margin-bottom:30px;border-radius: 10px;}
 
.profile-card .profile-card { background: #ffd6e7;border-radius: 4px;overflow: hidden;}
.profile-card .profile-header { color: #fff;padding: 10px 15px;display: flex;justify-content: space-between;align-items: center; border-radius: 0 10px 0 0;}


.profile-card .content_prt p{ font-size:15px; font-weight:300; color:#0B0920}

.or-block span { border-radius: 50%;font-weight: 700;text-transform: uppercase;width: 50px;height: 50px;display: inline-block; line-height: 50px; color:#fff}

/*CAREER PAGE CSS ==================================================================*/
.career-item {padding: 30px; background: #FFF;border: 1px solid #eee;border-radius: 10px;}
.career-item .title-item {border-bottom: 1px solid #eee;padding-bottom: 20px;margin-bottom: 15px;}
.career-item h3 {color: #02185a;font-size: 18px; font-weight: 600;text-transform: capitalize;display: block;line-height: 20px;margin-bottom: 15px;}
.career-item .locations span:first-child {color: #ffffff;font-weight: 600;background:#0f1053;padding: 5px 10px;margin-right: 10px;font-size: 12px;}
 
/*-----our-contributor css----*/

.team-box {padding:10px; border-radius: 8px;background: #ffffff; }
.team-box img {text-align: center;display: block;margin: 0px auto;border-radius:10%;object-fit: cover;
object-position: center top;max-height: 250px;}
.team-item-info h4 {font-size: 17px;line-height: 22px; font-weight:600; margin-bottom:15px}
.meet-our-team{background-color: #f9f9f9;padding: 50px 0; border: 1px solid #ececec;}
.Contributor_sec .col-md-4:nth-child(even) .team-box{ background:#fcfcfc}


/*##################____________Editorial PAGE____________##################*/
.management-message{position: relative;background:#fcfcfc}
.management-message:before{content: "";background-image: linear-gradient(to right bottom, #0f1053, #15165e, #1a1b69, #202174, #25277f); display: block; height: 340px; position: absolute; left: 0;right: 0; top: 0; border-radius: 0 0 80px 80px; }
.message-container{padding: 40px 10px;margin-top: 110px;}
.management-photo{margin: 0 auto; max-width: 250px;margin-top: -135px;}
.management-photo img{border:5px solid #fdfbf5;}

/*##################____________Channel PAGE____________##################*/
.Channels-sec .channels_block .icon img{ width:200px }
.Channels-sec .channels_block .icon{ min-height: 105px;}


/*##################____________Archives PAGE____________##################*/
.feature-block .feature-block-content{position: relative;padding: 18px;}
.feature-block .feature-block-content p i{font-size: 12px;margin-right: 3px;}
.feature-block  figure {position: relative;height:200px}
.feature-block  img{width: 100%;height: 100%;object-fit: cover;}

/*##################____________Archives Details PAGE____________##################*/
 
.main-big-top-img img{ width:100% }
.news-details p {font-size: 16px;margin-bottom: 0; margin-top: 10px;line-height: 28px;}
.news-details p strong{color: #333;font-weight: 600;}
.news-details .time i{ font-size: 11px; padding-right: 5px; color: #0f1053;}
.news-details .time .circle{ font-size:15px; color:#343c45; font-weight:700}
.news-details .time .clock{font-size: 14px;font-weight: 500}
.tg-footer{border-top: 1px solid #e9ebf5;border-bottom: 1px solid #e9ebf5;margin: 40px 0;}
.blog-tags { padding: 15px 0; display: inline-block;}
.blog-tags .list-inline { margin-bottom: 0;}
.blog-tags .list-inline .list-inline-item { margin-right: 0;}
.blog-tags .list-inline .list-inline-item .fa-tags {margin-right: 10px;text-align: center; position: relative; color: #0f1053;}
.blog-tags .list-inline .list-inline-item a {display: block; padding:8px; border: 1px solid #ddd; margin-right: 5px; color: #000; text-decoration: none; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; font-weight: 600; }
.blog-tags .list-inline .list-inline-item a:hover {background-color: #0f1053;  color: #fff;border: 1px solid #0f1053;}

.tg-footer .mob-Share {padding-top: 15px;margin-bottom: 15px;}
.tg-footer .Share-bt{ font-size: 15px; padding-right: 10px;}
.tg-footer .social-margin { margin-right:5px;}

.tg-footer  .social-icon {box-sizing: border-box;-moz-border-radius: 50px; -webkit-border-radius: 0px;border-radius: 50px;border: 5px solid;text-align: center; width: 40px; height: 40px;display: inline-block;line-height: 1px; transition: all 0.5s;}

.tg-footer  .social-icon:hover {  transform: rotate(360deg)scale(1.2);}

/* Facebook Button Styling */
.tg-footer .facebook { font-size: 19px;padding-top: 6px; border-color: #3b5998; background-color: #3b5998;color: #ffffff;}
.tg-footer .facebook:hover {background-color: #ffffff;color: #3b5998;}

 /* Twitter Button Styling */
.tg-footer .twitter {font-size: 19px;padding-top: 6px;padding-left: 2px;border-color: #000;background-color: #000;color: #fff;}
.tg-footer  .twitter:hover { background-color: #ffffff; color: #000;}

/* Whatsapp Button Styling */
.tg-footer .whatsapp {font-size: 19px;padding-top: 6px;padding-left: 1px;background-color: #25d366;color: #ffffff;border-color: #25d366;}
.tg-footer .whatsapp:hover {background-color:#fff;color:#25d366;}

/* Linkedin Button Styling */
.tg-footer .linkedin {font-size: 19px;padding-top: 6px;padding-left: 1px;background-color: #0976b4;color: #ffffff;border-color: #0976b4;}
.tg-footer .linkedin:hover {background-color:#fff;color: #0976b4;}


/*Author box*/
.author-bio{text-align:left;display:flex; padding: 20px;background: #fbfbfb;}
.author-bio .author-image img{border-radius:50%;width:105px;height:105px;object-fit: cover;object-position: center top;}
.author-bio .author-image{flex-grow:0;flex-shrink:0;overflow:hidden;width:90px;height:100px;margin-right:40px;}
.author-bio .author-info{flex-grow:1;}
.author-bio h3 a{font-size:22px;margin-bottom:10px; color: #2d343c;}
.author-bio h5{font-size:13px;text-transform:uppercase;margin-bottom:0;font-weight:500;}
.author-bio .author-description{margin-top:15px;margin-bottom:15px;font-size:16px;}


.comments-area{position:relative;margin: 45px 0;}
.comments-area .comment-box{position:relative;padding-bottom: 35px;border-bottom: 1px solid #e8e8e8;margin-bottom: 25px;margin-top: 20px;}
.comments-area .comment-box:last-child{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}
.comments-area .comment{position:relative;min-height: 100px;padding-left: 15px;}
.comments-area .comment-box .author-thumb{position:absolute;left:0px;top:5px;height: 80px;width: 80px;margin-bottom: 20px;overflow: hidden;}
.comments-area .comment-box .author-thumb img{width:100%;display:block;}
.comments-area .comment-info{position: relative;display: block;margin-bottom: 5px;}
.comments-area .comment-box .name{position: relative;display: inline-block;font-size:16px;line-height:1.2em;font-weight:700;color:#000;}
.comments-area .comment-box .time{position: relative;display: block;font-size: 13px;line-height: 20px; text-transform: uppercase;}
.comments-area .comment-box .text{font-size: 16px;font-weight: 300;margin-bottom: 10px;}
.comments-area .comment-box .reply-btn{position: relative;display: inline-block;font-size: 14px;line-height: 25px;
color:#0f1053;font-weight: 500;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.comments-area .comment-box .reply-btn:hover{color: #222222;}
.comments-area .comment-box .reply-btn span{-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);margin-right: 2px;}
.comments-box label{font-weight: 700; font-size: 17px; color: #333; }
.comment-form{position: relative;padding: 20px 0px 50px 0px;border-top: 1px solid #e9ebf5;}
.comment-form .group-title h3{font-size: 20px;color: #0f1053; font-family: 'Lora', serif;}
.comment-form .text{display: block;font-size: 15px;line-height: 28px;color: #555555;font-weight: 300;margin-bottom: 20px;}
.comment-form .form-group{position:relative;margin-bottom: 20px;}
.comment-form .form-group:last-child{margin-bottom: 0;}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{position: relative;display: block;height: 40px;width: 100%; line-height: 23px;font-weight: 300;padding: 10px 10px;background-color: #ffffff;border-bottom: 2px solid #dddddd;-webkit-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;border-top: 0;border-left: 0; border-right: 0}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{border-color:#0f1053;color: #222222;}
.comment-form .form-group textarea{height: 150px;resize: none;margin-bottom: 10px;}


.disclaimer-text h5{ font-size:16px;}
.telegram-alert h4{font-size: 15px;line-height: 34px; margin-bottom: 0;}
.telegram-alert i{ font-size: 25px;color: #0f1053;}
.disclaimer-text p{ font-size:14px}
 
.mob-txt{color: #000;font-size: 24px; display:inline-block}
.numb-sz{font-size: 30px;padding-left: 10px;}

.news-details a{ color:#0f1053}


/* RIGHT ARCHIVES BLOCK */
.archive-block{display: block; padding-bottom:15px; padding-top:15px; text-decoration: none; border-bottom: 1px solid #e2e2ff;}
.archive-block:first-child{padding-top: 0;}
.archive-block:last-child{padding-bottom: 0;border-bottom: 0;}
.archive-block__author{font-weight: 500; font-size: 12px; margin-bottom: 4px;}
.archive-block__logo{width: 15px; height: 16px;}
.archive-block__title{font-size:16px; color:#000; font-weight: 600; margin-bottom: 4px; line-height: 130%;}
.archive-block__readtime{font-size: 12px; font-weight: 500;}
.archive-block:hover .archive-block__title{color:#0f1053;}



.Wisdom-hd{position: absolute; top: 34px;width: 250px;line-height: 1.5;}
.about-1-img img{border-radius: 0 0 8px 8px;}
 
 
.othe-text figure{ height:32px}
.othe-text .hedings{ font-size:12px}

.footer__support-btn{ position:fixed; bottom:0;width: 100%; z-index:10}


/*--------Conclave Details------------*/
.videos_gallarys-sec .nav-link {padding: .5rem 2rem; font-size: 15px; background:#e6e6e6; margin-right: 5px;color: #000; border-radius:5px}
.videos_gallarys-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #ffffff;background-color: #0f1053;}

.video-img .play-btn-red{position: absolute;background: #ff0308;color: #ffffff;height: 30px;width: 30px;border-radius: 50%; box-shadow: 0 0 0 6px #ff03086e;text-align: center;line-height: 30px;padding-left: 3px;margin: 0 auto;left: 0; right: 0;top: 50%;}



.content-page-section  ul li, 
.content-page-section  ol li{  margin-bottom: 8px;list-style: disc;}

.content-page-section  ol,
.content-page-section  ul{padding: 0 0 0 18px;}
.content-page-section  h1{font-size: 28px;color:#0f1053}
.content-page-section  h2{font-size: 24px;color:#0f1053}
.content-page-section  h3{font-size: 22px;color:#0f1053}
.content-page-section  h4{font-size: 18px;color:#0f1053}
.content-page-section  h5{font-size: 14px;color:#0f1053}
.content-page-section  h6{font-size: 13px;color:#0f1053}


.buyatitem { height: 75px; align-content: center}


.card-img-overlay{background: rgb(0,0,0); background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8183648459383753) 100%); background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8183648459383753) 100%); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8183648459383753) 100%); padding:100px 20px 20px 20px }

.left-big-img img{ height: 465px;object-fit: cover;object-position: center top;} 
 
/* Responsive CSS */

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1275px;
  }
}

@media only screen and (max-width: 1400px) {
  .js-header .navbar .main-menu .nav-item .nav-link {
    padding: 15px 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .js-header .navbar .main-menu .nav-item .nav-link {
    padding: 15px 32px;
  }
}
@media (min-width: 992px) {
  .w-lg-100-custom {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  .js-header nav.navbar {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
    padding: 10px 0px;
  }
  .js-header .navbar .main-menu {
    max-width: 320px;
    width: 100%;
    position: fixed;
    background-color: #d8d4c8;
    right: 0;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.5s ease;
    z-index: 99;
    top: 0;
    padding-top: 60px;
  }
  .js-header .navbar.open .main-menu {
    transform: translateX(0);
  }
  .js-header .navbar .nav-item .nav-link.btn{
    display: none;
  }
  .js-header nav.navbar.open a.nav-link.menu-btn.on {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background-color: #c9aa64;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-wrapper .item {
    padding:60px 0px 260px 0px
  }
  .media-ecosystem-wrapper:before{
    width: 100%;
    height: 340px;
  }
  .blog-wrapper .item-card img {
    width: calc(100% - 248px);
  }
  .chanakya-slider.slick-slider { margin-top:15px}
  
  
}

@media only screen and (max-width: 767.98px) {
  .js-header .navbar-brand {
    max-width: 64px;
  }
  .banner-wrapper .item .widget h1 {
   font-size:20px; margin-bottom: 2px;line-height: 30px; 
  }
  .main-footer .footer-link {
    flex-direction: column;
    align-items: center;
  }
  .main-footer .mo-center {
    justify-content: center !important;
  }
  .left-big-img img {height: auto;}
}
@media only screen and (max-width: 575.98px) {
  .blog-wrapper .item-card img {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px !important;
  }
  .blog-wrapper .item-card {
    flex-direction: column;
  }
   
  .main-footer .footer-btm {
    text-align: center;
  }
  .main-footer .widget a.btn {
    width: 100%;
  }
  .main-footer .footer-link .gap-4 {
    gap: 10px !important;
  }
  #searchbox {
    max-width: 80%;
  }
  
.Wisdom-hd { font-size: 20px;width: 160px;}
.banner-wrapper .widget p {font-size: 12px;line-height: 22px}
.section-padding {padding: 25px 0px} 
.about-wrapper .widget a.btn, .blog-wrapper .blog-heading a.btn,  .our-vision-wrapper .gold-btn, .our-vision-wrapper .vision-widget a.btn, .career-item .gold-btn{margin-top: 0;width: 100%}
.about-wrapper .about-widget02 .contect .contect-details {margin-top: 0} 
.blog-wrapper .card.img-widget .card-img-overlay .number-icon { width:55px}
.blog-wrapper .card.img-widget .card-img-overlay h4 {font-size: 17px}
.blog-wrapper .card.img-widget .card-img-overlay small {font-size: 12px}
.main-footer .widget .download-icon {flex-wrap: inherit;gap: 5px}
.main-footer .widget .option span { margin: 0 auto}
.main-footer .footer-link {margin-top: 15px;margin-bottom: 30px}
.main-footer .f-link li a {font-size: 12px;padding: 0px 5px}

.author-bio {text-align: center;display: block;}
.author-bio .author-image { height: auto;margin-right: 0;margin: 0 auto}
.news-details p {font-size: 14px;line-height: 24px;}
.pmt-opts img{ width: 32%; margin-bottom: 10px;}
.mob-txt{ font-size:16px; font-weight:600}
.listing-grid .content_prt h1 { font-size: 20px;line-height: 1.5;margin: 5px 0;}
.career-item {padding: 15px;}
}
@media only screen and (max-width: 400px) {

}

