@font-face {
    font-family: 'South Gardens Personal Use';
    src: url('../fonts/SouthGardensPersonalUse.woff2') format('woff2'),
        url('../fonts/SouthGardensPersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  background: #181d24;
  font-size: 20px;
  overflow-x: hidden;
}

/*#loading{
  position: fixed;
  width: 100%;
  height: 100vh;
 background:rgba(0, 0, 0, 0.9)
  url('../images/logo555.png')
   no-repeat center center; 
  z-index: 99999;
}*/

.padd {
  padding: 0;
}

.mar {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

a:focus {
    outline:none;
}

button {
  outline: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: initial;
}

p {
  margin-bottom: 0;
  line-height: initial;
}

a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}
.container {
  width: 95%;
  margin: 0 auto;
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
.logo {width: 200px;}
.logo a {
  display: block;
}
.menu img {
  cursor: pointer;
}

.banner {
  width: 100%;
  float: left;
  position: relative;
  /* height: 100vh; */
  background-position: center center!important;
  -webkit-background-size: 100% 100%!important;
  background-attachment: fixed;
  /*overflow: hidden;*/
  z-index: 99;
  }
.logo2 {
  position: absolute;
    bottom: 110px;
    right: 10px;
     animation: cssAnimation 0s 5s forwards;
     opacity: 0; 
    width: 150px;
}

@keyframes cssAnimation {
  to   { opacity: 1; }
}

#text {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
}

#text2 {
position: relative;
    bottom: 70px;
    text-align: center;
    width: 100%;

}
#text2 h3, ##text h3 {
  font-size:55px;
  color: #fff;
}
#text2 h2, #text h2 {
  font-size: 75px;
  color: #fff;
  font-weight: 700;
  line-height: 65px;

}

.bubbles img {
  width: 50px;
  -webkit-animation: bubble 7s linear infinite;
          animation: bubble 7s linear infinite;
}

.bubbles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  bottom: -70px;
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-80vh);
            transform: translateY(-80vh);
    opacity: 0;
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-80vh);
            transform: translateY(-80vh);
    opacity: 0;
  }
}

.bubbles img:nth-child(1){
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 25px;
}

.bubbles img:nth-child(2){
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bubbles img:nth-child(3){
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  width: 25px;
}
.bubbles img:nth-child(4){
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.bubbles img:nth-child(5){
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.bubbles img:nth-child(6){
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  width: 20px;
}

.bubbles img:nth-child(7){
  width: 35px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.pulse {
     -webkit-animation: pulse 0.99s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
             animation: pulse 0.99s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
     cursor: pointer;
}

@-webkit-keyframes pulse {
     0% {
          -webkit-transform: scale(1);
                  transform: scale(1);
     }
     50% {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
     }
     100% {
          -webkit-transform: scale(1);
                  transform: scale(1);
     }
}

@keyframes pulse {
     0% {
          -webkit-transform: scale(1);
                  transform: scale(1);
     }
     50% {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
     }
     100% {
          -webkit-transform: scale(1);
                  transform: scale(1);
     }
}

.banner_icon {
    position: absolute;
    top: 14%;
    text-align: center;
    /* width: 100%; */
    right: 15%;
}
.banner_icon img {
  width: 250px;
  margin: 0 auto;
}
.banner_icon h4 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding-top: 5px;
}


.main {
  width: 100%;
  float: left;
}

.section1 {
  width: 100%;
  float: left;
  background: #181d24;
  padding:10% 0px 5%;
  position: relative;
  z-index: 1;
  
}

.section1:before {
content: "";
    position: absolute;
    background: #ca9d75;
    bottom: -40%;
    width: 100%;
    height: 700px;

}

.cont {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}

.about_sec_left {
  width: 30%;
  padding-right: 25px;

}

.about_sec_left p {
  font-size: 18px;
  color: #000;
  text-align: justify;
}

.cont h3 {
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: -90px;
    left: 18%;
    text-transform: uppercase;
}

.arrow_sec {
height: 140px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        position: relative;
    right: 80px;
    top: 70px;
}

.arrow_sec:hover {
  border: 2px solid #fff;
    background: #ca9d75
}

.arrow_sec i {
  color: #fff;
}

.section2 {
  width: 100%;
  float: left;
  background: #ca9d75;
  position: relative;
  padding: 50px 0px;
}

/*.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:638px;
} */

.slider_inner {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


/*html, body, section.horizontal {
  overflow: hidden;
}

body#main-scrollbar{
  width: auto;
  height: 100vh;
  overflow: auto;
  margin: 0;
}*/

/*section {
  width: 100%;
  height: 100%;
  position: relative;
}*/

.horizontal {
   width: 100%;
  float: left;
  position: relative;
  z-index: 9;
  padding: 50px 0px;
}
section.horizontal .item {
    position: relative;
    padding:0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    background-color: transparent;
}

section.horizontal .item:hover a {
  display: flex;
}


section.horizontal .animation-wrap.to-right .item:before {
    counter-increment: item;
    content: counter(item);
}

section.horizontal .animation-wrap.to-left .item:before {
    counter-increment: item -1;
    content: counter(item);
}

section.horizontal .animation-wrap .item:nth-child(2n+2) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.section3 {
  width: 100%;
  float: left;
  padding: 100px 0px;
  overflow: hidden;
  position: relative;
}

.section3 h3 {
  text-align: center;
  font-size: 70px;
  text-transform: uppercase;
  color: #ca9d75;
  padding-bottom: 20px;
}

.section3 h3 span {
  color: #fff;
}

.banner_slider .slick-dots {
    bottom: -50px;
}

.banner_slider .slick-dots li {
    content: "";
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #000;
    margin-bottom: 10px;
    border-radius: 50%;
}

.banner_slider .slick-dots li.slick-active {
    background: #393185;
}

.slider-nav {
  width: 31%;
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: 9;
}
.slider-nav .slick-track {
  width: 100%!important;
}
.slider-nav .slick-slide {
  width: 120px!important;
}
.slider-nav .slick-slide img {
  width: 100%;
}
.slider-nav .slick-slide:last-child {
  margin-left: 70px;
}

.slider_sec_image {
    position: absolute;
    bottom: 40px;
    left: 17%;  
}


.arrow_sec55 {

    position: absolute;
    z-index: 999;
    bottom: -10%;
    left: 2%;
}
.learn {
    height: 140px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 140px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
        position: absolute;
    bottom: -20px;
    right: 0;
    display: none;
    z-index: 9999999;
    }
.learn:hover {
border: 2px solid #fff;
background: #ca9d75;
color: #fff;
}

.winner {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 80px 20px 150px 20px;
  position: relative;
}

/*section.horizontal2 .pin-wrap,
section.horizontal2 .animation-wrap {
  height: 446px!important;
}*/
.winner_sec1 {
padding-right:20px;
}

.winner_sec1:nth-child(2n+2) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    top: 120px;
}

/*.winner_sec1 {
    width: 368px!important;
    height: 446px!important;
    align-items: flex-end!important;

}*/

.gallery {
  width: 80%;
  float: right;
  background: #ca9d75;
  position: relative;
  margin-top: 350px;
  padding-bottom: 0px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 100px;
}

.winner_icon {
  position: absolute;
  right: 0;
  top: -300px;;
}

.gallery_sec {
    width: 80%;
    float: right;
    position: relative;
    z-index: 999;
    top: -50px;
 }

 .gallery_slider .slick-prev {
    background: url(../images/left_arrow.png) no-repeat;
    width: 50px;
    height: 20px;
    right: 90px;
    left: auto;
    top: auto;
    bottom: 30px;
    z-index: 9;
}

.gallery_slider .slick-next {
    background: url(../images/right_arrow.png) no-repeat;
    width: 50px;
    height: 20px;
    right: 30px;
    z-index: 9;
    bottom: 30px;
    top: auto;
}

.slick-prev:before, .slick-next:before {
  content: '';
}

.gallery_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

footer {
  width: 100%;
  float: left;
  padding:80px 0px;
}

.footer_inner {
  width: 80%;
    margin: 0 auto;
}

.social_icon li {
    float: left;
    padding-right: 10px;
}

.footer_left ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}

.social_sec {
  width: 100%;
  float: left;
  text-align: center;
}
.footer_sec {
  width: 100%;
  float: left;
}
.footer_sec h3 {
  font-size: 70px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 40px;
}

.footer_sec ul li a {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.footer_sec > ul > li:nth-child(2) a {
  font-size: 30px;
  line-height: 30px;
}
.call_sec {
  width: 250px;
    margin: 0 auto;
    font-size: 20px!important;
    color: #181d24!important;
    background: #ca9d75;
    padding: 15px 0px;
    border-radius: 50px;
    margin-top: 20px;
}

.social_icon {
  display: table;
  margin: 0 auto;
  padding-top: 20px;
}

.social_icon li a img {
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.social_icon li a img {
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 50px;
    width: 40px;
    text-align: center;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.social_icon li a:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-filter: inherit;
            filter: inherit;
}

/*.stellarnav.dark {
    background: #ca9d75;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 0 10px;
    text-align: center;
} 

.stellarnav.dark a {
  font-size: 18px;
  color: #000;
}

.stellarnav.dark li a {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.stellarnav.mobile.dark ul {
  background: #ca9d75;
}

.stellarnav.dark a.dd-toggle .icon-plus:before, .stellarnav.dark a.dd-toggle .icon-plus:after {
  color: #000;
}

.stellarnav svg {
    opacity: 0;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #000;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
    border-color: #000;
}

.stellarnav.dark .menu-toggle span.bars span {
  background: #000;
}*/


/*new menu start*/
#menu {
  background: #ca9d75;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
}
#menu .main-nav .scrollbar-thumb {
  overflow: hidden;
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a {
  color: #ffffff;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  -o-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 36px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  -o-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 36px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  -o-transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}


.sponser {
  width: 100%;
  float: left;
  padding-top:70px;
}

.sponser_con {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
}


.sponser .sponser_sec1:nth-child(2n+2) {
    padding: 0 15px;
}
.sponser2 {
width: 52%;
    float: right;
    padding-bottom: 50px;
    padding-top: 20px;
}

.sponser2 .sponser_sec1:nth-child(2n+2) {
    padding: 0 15px;
}

.heading-primary-main {
    /*animation-name: moveInleft;
    animation-duration: 3s;*/
     -webkit-animation-iteration-count: 2;
  -webkit-animation-name: moveInleft;
  -webkit-animation-duration: 4s;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 999999;
    outline: none;
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.back-to-top span {
  top: 3px;
  left: 1px;
}

.back-to-top:hover {
  background: #ca9d75;
}

/*partner page start*/
.container2 {
  width: 1366px;
  margin: 0 auto;
}
.banner2 {height: auto;}
.banner2 #text {
 bottom:-35px;
}
.banner2 #text h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 75px;
  text-transform: uppercase;
}
.partner_sec1 {
  width: 100%;
  float: left;
}


.main2 {
  width: 100%;
  float: left;
  padding-top: 100px;
}

.partner_sec1 {
  width: 100%;
  float: left;
}

.partner_sec_inner {
  display: flex;
  padding-bottom: 50px;
}

.partner_sec_inner_left {
    width: 90%;
}

.partner_sec_inner_right p {
    color: #ffffff;
    font-size: 20px;
    text-align: justify;
    padding-left: 20px;
}

.partner_sec_inner:nth-child(2n+2) .partner_sec_inner_right p {
    padding-left: 0;
    padding-right: 20px;
}

.jury_sec_inner {
width: 100%;
float: left;
padding-bottom:100px;
display: flex;
align-items: flex-end;
}

.jury_sec_inner_right {
  padding-left: 20px;
}
.jury_sec_inner_right h4 {
      font-size: 30px;
    color: #ca9d75;
    font-weight: 700;
}

.jury_sec_inner_right span {
  color: #ffffff;
font-size: 20px;
text-align: justify;
padding-bottom: 20px;
display: block;
}
.jury_sec_inner_right p{
color: #ffffff;
font-size: 20px;
text-align: justify;
padding-bottom: 15px;
}


.partner_sec_inner:nth-child(2n+2) .partner_sec_inner_right{
    padding-left: 0;
    padding-right: 20px;
}

/*nominees page start */
.panel {
  background: transparent;
  border-right: 0;
  border-left: 0;
  border-color: #ca9d75;
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 30px;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color:transparent;
    }

    .panel-title {
        font-size: 14px;
        text-align: center;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #ca9d75;
        font-size: 30px;
        font-weight: 700;
    }

    .more-less {
        float: right;
    color: #ca9d75;
    font-size: 22px;
    border: 1px solid #ca9d75;
    border-radius: 50%;
    padding: 8px;
    font-weight: 400;
    left: 5px;
    width: 43px;
    text-align: center;
    display: block;
    vertical-align: middle;
    height: 43px;
    top: -6px;
    }

    .more-less:before{
      position: relative;
    left: 1px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
    }

    .panel-body p {
      color: #fff;
      padding-bottom: 15px;
      text-align: center;
      font-size: 20px;
    }

/*methology page start */
.math_sec1 {
  width: 100%;
  float: left;
}
.math_sec1_inner {
 width: 100%;
  float: left;
  padding-bottom: 100px;
}
.math_sec1_inner:last-child {
  padding-bottom: 50px;
}
.math_sec1_inner_left {
  width: 20%;
  float: left;
}
.math_sec1_inner_left p {
color: #ca9d75;
    font-size: 65px;
    font-family: 'South Gardens Personal Use';
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -30px;
}

.math_sec1_inner_left h3 {
position: relative;
    font-size: 180px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    z-index: 9;
    left: 50px;
    line-height: 80px;
    text-align: center;
    top: -30px;
}
.math_sec1_inner_left h3:before{
content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background: #ca9d75;
    border-radius: 50%;
    z-index: -9;
    left: -25px;
    top: 0px;
}

.math_sec1_inner_right {
  width: 80%;
  float: left;
  padding-left:20px;
}

.math_sec1_inner_right h4 {
  font-size: 30px;
  color: #ca9d75;
  font-weight: 700;
  padding-bottom: 15px;
}

.math_sec1_inner_right p {
  color: #fff;
  padding-bottom: 15px;
}
.math_sec1_inner_right ul {
  padding-left: 20px;
}
.math_sec1_inner_right ul li {
  color: #fff;
  position: relative;
  font-size: 18px;
}
.math_sec1_inner_right ul li:before {
  content: "";
  position: absolute;
  background:#ca9d75;
  width: 10px;
  height: 10px;
  top: 10px;
  left: -20px;
  border-radius: 50%;
}

.jury_sec_inner_left{
  position: relative;
  width: 25%;
  float: left;
}

.jury_sec_inner_right {
  width: 75%;
  float: left;
}
/*.jury_sec_inner_left:before {
 content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    background: #c99c75;
    width: 350px;
    height: 410px;
    z-index: -9;
}

.jury_sec_inner:nth-child(2n+2) .jury_sec_inner_left:before{
    bottom: -40px;
    right: -40px;
    left: auto;
}*/

.jury_sec_inner .jury_sec_inner_right:nth-child(2n+1){
    padding-left: 0;
    padding-right: 20px;
}

.jury_sec_inner_right h4 {
    font-size: 30px;
    color: #ca9d75;
    font-weight: 700;
}

.jury_sec_inner_right span {
    color: #ffffff;
    font-size: 20px;
    text-align: justify;
    padding-bottom: 20px;
    display: block;
}

.jury_sec_inner_right p {
    color: #ffffff;
    font-size: 20px;
    text-align: justify;
    padding-bottom: 10px;
}

/*contact us page start*/
.contact_sec {
  width: 100%;
  float: left;
}
.contact_left {
  padding-top: 100px;
}
.contact_left h4 {
font-size: 30px;
    color: #ca9d75;
    font-weight: 700;
    padding-bottom: 15px;
}

.contact_left p {
  color: #fff;
}
.contact_left p a {
  color: #ca9d75;
}

/*award page start */
.award_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 500px;
}

.award_sec_bottom {
  width: 50%;
  float: left;
  display: flex;
  align-items: flex-end;
}

.award_sec_left {
  width: 50%;
  float: left;
  background: #ca9d75;
  text-align: right;
  padding: 80px 20px 80px 20px;
}
.award_sec_left h4 {
font-size: 30px;
color: #fff;
font-weight: 700;
padding-bottom: 5px;
}
.award_sec_left p {
  color: #fff;
  font-weight: 700;
}

.award_sec_left span {
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
  display: block;
}

.award_sec_right {
  width: 50%;
  float: left;
}

.award_sec_right img {
  width: 100%;
}

.award_sec_bottom2 {
  position: absolute;
  right: 0;
  top: 550px;
}
.award_sec_bottom2 .award_sec_left {
  text-align: left;
}
.award_sec:last-child {
  padding-bottom: 0;
}
.award_sec_padd{
  padding-bottom: 600px!important;
}

/*event page start*/
.main3 {
  width: 100%;
  float: left;
}
.event_sec {
  width: 100%;
  float: left;
  position: relative;
    top: -100px;
    z-index: 99;
}
.event_sec_left {
 padding-top: 60px;
 float: right;
 padding-left: 50px;
}
.event_sec_left h3 {
color: rgba(255, 255, 255, 0.5);
font-size: 80px;
line-height: 60px;
}
.event_sec_right {
  width: 100%;
  float: left;
}
.event_sec2 {
  width: 100%;
  float: left;
}
.event_sec2_bottom p{
  color: #fff;
  text-align: justify;
  padding-bottom: 15px;
  font-size: 18px;
}

.event_sec3 {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.event_sec3_bottom h4 {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  padding-bottom: 20px;
}
.event_sec3_bottom ul  {
  width: 100%;
  float: left;
}
.event_sec3_bottom ul li {
  float: left ;
  margin-right: 15px;

}
.event_sec3_bottom ul li a img {
  width: 150px;
padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.event_sec3_bottom p {
    color: #fff;
    text-align: justify;
    padding-top: 15px;
    font-size: 18px;
    float: left;
}

/*about page start */

.about_sec_main {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom:100px;
}

.about_sec_main2 {
  width: 100%;
  float: left;
}

.about_sec_main2 h2 {
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.about_sec_main2 p {
  color: #fff;
    text-align: justify;
    padding-top: 15px;
    font-size: 18px;
}

.mission_sec {
  width: 100%;
  float: left;
  background: #ca9d75;
  padding-top: 50px;
}

.mission_sec_top {
  width: 90%;
  margin: 0 auto;
  display: table;
  clear: both;
  display: flex;
    align-items: flex-end;
     padding-bottom: 50px;
}

.mission_sec_left {
  width: 30%;
  float: left;
}

.mission_sec_left p {
  color: #fff;
  font-size: 18px;
  text-align: justify;
  /*padding-right: 20px;*/
  padding-bottom: 10px;
}

.mission_sec_right {
  position: relative;
}

.mission_sec_left h3 {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
}

.mission_sec_right h3 {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  left: -200px;
}

.mission_sec_top:last-child .mission_sec_left {
  padding-left: 20px;
}

.leadership_sec {
  width: 100%;
  float: left;
  padding-top: 50px;
  position: relative;
}

.leadership_sec_top {
  width: 80%;
  margin: 0 auto;
  display: table;
  clear: both;
  position: relative;
}

.leadership_sec_top h3 {
  text-align: center;
  color: #fff;
  font-size: 80px;
  color: #ca9d75;
  line-height: 75px;
  padding-bottom: 50px;
}

.leadership_sec_top h3 span {
  color: #fff;
}

.leadership_sec_top ul li {
  width: 33.33%;
  float: left;
  padding: 20px 20px 0px 0;
}
.leadership_sec_top ul {
  width: 100%;
  float: left;
}
.leadership_sec_top ul li:nth-child(2){
  padding-top: 100px;
}

.leadership_sec_top ul li img {
  padding-bottom: 20px;
}

.leadership_sec_top h4 {
   font-family: 'South Gardens Personal Use';
    font-size: 120px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 22%;
    width: 90%;
}

.test_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 100px;
}
.test_sec_left {
  position: relative;
  height: 250px;
}
.test_sec_left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ca9d75;
  width: 350px;
  height: 250px;
  z-index: -9;
}
.test_sec_left h4 {
 font-family: 'South Gardens Personal Use';
    font-size: 120px;
    color: #fff;
    position: absolute;
    bottom: -64px;
    left: 20px;
}

.dropdown_custom_child {
  display: none;
}
.dropdown_custom_child2 {
  display: none;
}
.dropdown_custom_child li a {
  font-size: 22px!important;
  padding: 5px 0!important;
}

.dropdown_custom_child2 li a {
  font-size: 22px!important;
  padding: 5px 0!important;
}
.read_more {
  position: absolute;
  bottom: 0;
  right:50px;
  background: #ca9d75;
  color: #fff;
  padding:10px 18px;
  border-radius: 15px;
}
.read_more:hover {
  color: #fff;
}

.modal-content {
 background-color: #000; 
}

.modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
    float: left;
}

.close, .close:focus, .close:hover {
  color: #fff;
  opacity: 1;
}

#cform .form-group input {
  border: 2px solid #181d24;
    border-radius: 10px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    color: #000!important;
}

#cform .form-group textarea {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    color: #000!important;
}

#cform .form-group label {
font-size: 16px; 
}
    


#cform .form-group input::placeholder {
  color: #000;
    font-size: 15px;
}

#cform .form-group textarea::placeholder {
  color: #000;
    font-size: 15px;
}

#cform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
    font-size: 15px;
}
#cform input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
    font-size: 15px;
}
#cform input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
    font-size: 15px;
}
#cform input:-moz-placeholder { /* Firefox 18- */
  color: #000;
    font-size: 15px;
}

.modal-title {
color: #ca9d75;
font-weight: 700;
}

.submit-btn, .submit-btn:hover {
  background: #ca9d75;
  color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 18px;
    border: 0;
}

.submit-btn2 {
  background: #ca9d75;
  color: #fff;
    padding: 8px 18px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 0;
}

.submit-btn2:hover{
  background: #ca9d75;
  color: #fff;
}

.vision_show {
  display: none;
}

.show_hide_img {
  display: none;
}

.content{
  height: 250px;
}

.partner_sec {
  width: 100%;
  float: left;
  /* padding-top:80px; */
  /* justify-content: center; */
}

.partner_sec > img {
  margin: 0 auto;
}

.partner_sec_bottom {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.partner_sec_item {
  padding-top: 50px;
  padding-right: 20px;
}
.partner_sec_item p {
  /* font-size: 30px; */
  font-size: 20px;
  color: #ca9d75;
  padding-bottom: 5px;
  text-align: center; /* Add */
}

.video_sec {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.video_sec_bottom h3 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}
.video_sec_bottom ul {
  text-align: center;
}

.video_sec_bottom ul li {
  display: block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.video_sec_bottom ul li a {
  color: #fff;
}
.jury_sec_inner_right.right-jury.aos-init {
  text-align: right;
}
.jury_sec_inner_right.right-jury.aos-init span {
  text-align: right;
}

