@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-color: #000;
	overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}


a {
  color: #d9b148;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #a87958;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  color: #777;
  margin-bottom: 30px;
  text-align: left;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #c2a18a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #c2a18a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #c2a18a;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #c2a18a;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

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

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
section{
	padding:80px 0;
}
/*header Nav*/
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 1rem;
  width: 100%; }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a span {
      background: #d3a007;
      color: #fff;
      border-radius: 30px;
      display: inline-block;
      padding: 5px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 0px;
        color: #fff;
        font-size: 16px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a > span {
          padding: 5px 20px;
          display: inline-block;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          border-radius: 30px;
          font-weight:500;
         }
        .site-navbar .site-navigation .site-menu > li > a:hover > span {
          background: #6b08a4;
          color: #fff;
          border-radius: 30px;
          display: inline-block; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a span {
        position: relative;
        padding-right: 30px; }
        .site-navbar .site-navigation .site-menu .has-children > a span:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 10px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #6b08a4;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #6b08a4 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #fafafb; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a {
            position: relative; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
              position: absolute;
              right: 0;
              content: "\e315";
              right: 20px;
              font-family: 'icomoon'; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #fafafb; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #6b08a4; }
        .site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {
          background: #6b08a4;
          color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0px;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #f8f9fa; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #6b08a4; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #6b08a4; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

/* Hero Area*/
.hero {
  height: 100vh;
	width:100%;
}
.hero img{
  position: absolute;
    width: 100%;
    height: 100%;
	  left:0; top:0;
    object-fit: cover;
}
.hero video {
    position: absolute;
    width: 100%;
    height: 100%;
	left:0; top:0;
    object-fit: cover;
}
.home-content {
    position: relative;
    padding-top: 60%;
    color: #fff;
    text-align: center;
}
.home-content h1 {
	font-weight: 100;
	font-size: 6vw;
	text-transform: uppercase;
	line-height: 10vw;
	font-variation-settings: 'wght' 100, 'wdth' 85;
}

.home-content h1 .char {
	--delay: calc((var(--char-index) + 1) * 400ms);
	animation: breathe 4000ms infinite both;
	animation-delay: var(--delay);
}

.home-content h1:hover span {
	animation-play-state: paused;
}

@keyframes breathe {
	0% {
		font-variation-settings: 'wght' 100, 'wdth' 85;
		font-size: 10vw;
	}
	60% {
		font-variation-settings: 'wght' 700, 'wdth' 100;
		font-size: 11vw;
	}
	
	100% {
		font-variation-settings: 'wght' 100, 'wdth' 85;
		font-size: 10vw;
	}
}
.home-content p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px;
}

.sub-title{
	font-size: 0.867em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    line-height: 1.5em;
	text-align:left;
}
.title-area h2{
    font-size: 60px;
    font-weight: 700;
    color:#fff;
}
.title-area h3{
    font-size: 50px;
    font-weight: 700;
}
.about-area{
	padding:50px 0 0 0 ;
	background:#000;
	 margin:150px 0 0 0;
}
.about-img{
	margin-top:-150px;
	position:relative;
}
.about-img img{
	z-index: 9;
	position:relative;
}

.about-content{
	text-align:left;
	padding:0 0 0 20px;
  margin-top:-100px;
}
.about-content p{
	color:#d3a007;
}
.btn{
  color: #fff;
  border-radius: 35px;
  padding: 12px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.theme-btn {
  background: #dda708;
  border: none;
  z-index: 1;
}
.theme-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  border-radius: 35px;
  transition: all 0.3s ease;
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn:hover:after {
  left: 0;
  width: 100%;
}
.theme-btn:active {
  top: 2px;
}
.video-text{
  text-align:left;
}
.tp-video-vp-img-inner-2 video{
  width:100%;
}
.circle {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
  margin:150px auto 0 auto;
}

.logo {
	position: absolute;
	width: 140px;
	height: 140px;
	background: url("../images/logo-icon.png");
	background-size: cover;
	border-radius: 100vmax;
	background-position: center;
  border:3px solid #ffbb00;
}

.text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	color: #ffffff;
  font-weight:600;
	font-size: 16px;
	animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.text span {
	position: absolute;
	left: 50%;
	font-size: 20px;
	transform-origin: 0 100px;
}
.tp-hero-vp-title{
  position:relative;
  margin-bottom:50px;
  display: inline-block;
}
.tp-hero-vp-title h2{
  font-size:100px;
  line-height:100%;
  text-transform: uppercase;
  color:#d3a007;
  
}

.img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  --height: 0%;
  padding:40px;
  background:#ddd;
}
.img-container img {
  width: 100%;
  opacity: 0;
  border-radius:10px;
  position: relative;
  max-height:70px;
  object-fit: contain;

}
.img-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--height);
  bottom: 0;
  left: 0;
  border-radius:10px;
  background: #000000;
}
/*----------------------------------------*/
/*  8.2 Brand Css
/*----------------------------------------*/
@media (max-width: 767px) {
  .des-brand-area {
    padding-bottom: 100px;
  }
}
.des-brand-item.black-style .des-brand-item-inner {
  background-color: #fff;
}
.des-brand-item.black-style .des-brand-item-inner img {
  filter: invert(-);
  height:100px;
  object-fit: contain;
}
.des-brand-item-inner {
  height: 150px;
  min-width: 280px;
  display: grid;
  padding: 40px;
  margin: 0px 5px;
  border-radius: 20px;
  place-content: center;
  background-color: #F6F6F9;
}
@media (max-width: 767px) {
  .des-brand-item-inner {
    height: 120px;
    min-width: 250px;
  }
}

.tp-brand-wrapper {
  padding: 30px 0 26px 0;
  transform: rotate(2deg);
}
@media (max-width: 767px) {
  .tp-brand-wrapper {
    transform: rotate(0);
  }
}
.tp-brand-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.tp-brand-active .swiper-slide {
  width: auto;
}
.tp-brand-style-2 {
  margin-top: -89px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .tp-brand-style-2 {
    margin-top: 0;
    transform: rotate(0);
  }
}
.tp-brand-style-2 .tp-brand-title {
  color: var(--tp-common-white);
}
.tp-brand-style-2 .tp-brand-title::after {
  margin-left: 0;
  margin-right: 30px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-brand-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-brand-inner-item {
    margin-bottom: 20px;
  }
}
.tp-brand-inner-item img {
  width: 100%;
}

.dgm-brand-item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -1px 0 0px;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
}
.dgm-brand-active {
  margin: 0px -20px;
}


footer {
  padding: 5em 0; }

.footer-07 {
  background: #121212; }

  .footer-07 p {
    color: rgba(255, 255, 255, 0.3); 
    text-align: center;
  }

    .footer-07 .footer-heading .logo {
      color: #fff; }
  .footer-07 .menu {
    margin-bottom: 30px; }
  .footer-07 .menu li{
    display: inline;
  }
    .footer-07 .menu a {
      color: rgba(255, 255, 255, 0.6);
      margin: 0 10px;
      text-transform: uppercase;
      letter-spacing: 1px; }
 .footer-07 .menu a:hover{
  color:#fff;
 }

.social-media{
	position:relative;
}
.link {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 1px 1px 5px #bebebe, -1px -1px 5px #fff;
  position: relative;
  overflow: hidden;
  line-height: 36px;
  font-size: 20px;
  transition: 0.8s;
  text-align: center;
  padding: 5.5px;
}
.yt {
  color: #ff0000;
}
.fb {
  color: #4267b2;
}
.ig {
  color: #e949a3;
}
.git {
  color: #222;
}
.tweet {
  color: #1da1f2;
}
.yt:hover,
.fb:hover,
.ig:hover,
.git:hover,
.tweet:hover {
  color: #f1f1f1;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: 0.8s;
  border-radius: 0 0 50% 50%;
}
.yt::before {
  background: #ff0000;
}
.fb::before {
  background: #4267b2;
}
.ig::before {
  background: #e949a3;
}
.git::before {
  background: #222;
}
.tweet::before {
  background: #1da1f2;
}
.yt:hover::before,
.fb:hover::before,
.ig:hover::before,
.git:hover::before,
.tweet:hover::before {
  height: 180%;
}
.theme-bg-gray {
    background-color: #e5e0d0;
    padding:0;
}
.cta-logo{
  position:relative;
  width:100%;
}
.cta__inner{
  background:url(../images/cta-bg.png) no-repeat center;
  background-size:cover;
}
.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cta__content {
    max-width: 1024px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.cta__content .title {
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    font-style: normal;
    text-align: center;
    color:#000;
    text-transform: uppercase;
}
.cta__content .title span{
  color:#fff;
}
.cta-logo{
   margin:0 auto;
   display: block;
   text-align: center;
}
.cta-logo .logo{
  left:0; right:0;
  margin:0 auto;
  top:-150px;
}
/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb-section {
  position: relative;
  overflow: hidden;
  background:url(../images/breadcrumb.jpg) center;
  padding-top:200px;
}
.breadcrumb-section__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-top: 14px;
  text-transform: uppercase;
}
.breadcrumb-section .breadcrumb__item {
  position: absolute;
  bottom: 40px;
}
.breadcrumb-section .breadcrumb__item .clash {
  margin-right: 7px;
}
.breadcrumb-section .breadcrumb__item-2 {
  position: inherit;
  margin-top: 20px;
}
.breadcrumb-section .breadcrumb__item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-section .breadcrumb__item a span {
  color: #d3a039;
}
.breadcrumb-section__subtitle{
  color:#fff;
}

@keyframes blink {
  0%, 100% {opacity:0}
  50% {opacity:1}
}
#blinking-image {
  color: white;
  animation: blink 1s linear infinite;
}
/*parallax section*/
.title-area h3{
  font-size:40px;
  font-weight:700;
  color:#fff;
}
.about-sec img{
  border-radius:10px; margin-bottom:50px;
}
.about-sec p{
  margin:20px 0;
}
.about-sec h4{
  color:#d3a007;
}
.about-sec2{
  background:#000;
}
.about-sec2 h2,
.about-sec2 h3{
  color:#d3a007;
}
.about-sec2 h5,
.about-sec2 h6{
  color:#fff;
}
.about-sec2 p{
  margin:20px 0;
  color:#fff;
}
.founder-img{
   border:1px solid #333;
   border-radius:10px;
   position:relative;
}
.founder-img img{
  padding:10px;
  border-radius:10px;
}
.tagline{
  padding:20px 20px;
  background:#d3a007;
  width:80%;
  right:0;
  position:absolute;
  color:#fff;
  bottom:50px;
  font-family: "Edu NSW ACT Cursive", cursive;
  font-size:20px;
}
.about-sec3{
  position:relative;
}
.about-sec3:after{
  content:'';
  background-image:url(../images/shap-line.svg);
  background-size: 100%;
  position:absolute;
  
  z-index: 1;
}
.journey-box{
  padding:40px;
  border-radius:10px;
  background:#fff;
  position:relative;
  margin-bottom:20px;
  border-bottom:5px solid #673AB7;
  box-shadow: 1px 1px 10px #ccc;
}
.journey-box span{
  position:absolute;
  font-size:150px;
  color:#eee;
  font-weight:800;
  z-index: 1;
  right:10px;
  bottom:-10px;
}
.journey-box p{
  z-index: 9;
  position: relative;
}
.accordion{
  margin:50px;
}
.accordion-button:not(.collapsed){
  background:#d3a007;
  color:#000;
}
.accordion-body{
  background:#000;
}
.accordion-body img{
   margin:50px 0;
   width:100%;
  border-radius:10px;
}
.sponsor-area-h{
  position: relative;
  overflow-x: hidden;
  padding:0 0 60px 0;
}
/*Contact Page*/
.tp-contact-number {
    margin:0 auto;
    padding: 20px 40px 5px 40px;
    border: 1px solid #ddd;
    display: table;
    background:#673AB7;
    
}
.tp-contact-number p{
  color:#fff;
}
.tp-contact-icon {
    width: 40px;
    height: 40px;
    background: #d3a007;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrap{
	background: rgba(255,255,255,1);
	width: 100%;
	max-width: 1024px;
	padding: 50px;
	margin: 0px auto 30px auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-wrap:before{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #673AB7;
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-group{
	margin-bottom: 25px;
}
.form-group > label{
	display: block;
	font-size: 18px;	
	color: #000;
  margin-bottom:10px;
}
.custom-control-label{
	color: #000;
	font-size: 16px;
}
.form-wrap .form-control{
  padding:10px 20px;
}
.map{
  margin-top:40px;
  padding:10px;
  background:#fff;
}
.contact-form-area{
  padding:0 0 80px 0;
}
select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 40px;
  background-repeat: no-repeat;
}
.content p{
  text-align: center;
}

/* Sponsors Page*/
.sponsor-box{
  margin:20px 0;
  padding:30px;
  background:#fff;
  border-radius:10px;
  text-align: center;
}
.sponsor-box img{
  height:100px;
  object-fit: contain;
}
.sponsor-box:hover{
  background:#000;
}
.sponsor-box:hover img{
  transform: scale(1.1);
  transition: all ease-in .3s;
  filter: invert(1.1);
}


/* candidate page*/
.candidate-list-area{
  padding:0 0 100px 0;
}
.card-pink{
border-radius: 6px; 
  border-bottom:4px solid #673AB7!important;
}
.card-blue{
border-radius: 6px; 
  border-bottom:4px solid #d3a007 !important;
}

.col .card img{
aspect-ratio: 1 / 1;
  object-fit:cover;
}
.card-body{
  padding:1rem 1.5rem;
}
.card-body p{
  color:#4B5563;
}
.card-blue svg{
  fill:#1c68b3 ;
}
.card-pink svg{
  fill:#ff2c95;
}
.card-blue .card-footer p{
  color:#1c68b3 ;
}
.card-pink .card-footer p{
  color: #ff2c95;
}
.card-shape{
  position:relative;
}
.custom-shape-divider-bottom-1634717805 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634717805 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

.custom-shape-divider-bottom-1634717805 .shape-fill {
    fill: #FFFFFF;
}

