@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap");

@font-face {
	font-family: 'Brandon-Black';
	src: url('../fonts/brandon-grotesque-black.otf');
}

@font-face {
	font-family: 'Brandon-Bold';
	src: url('../fonts/BrandonGrotesque-Bold.otf');
	font-weight: 700;
}

@font-face {
	font-family: 'Brandon-Bold-Italic';
	src: url('../fonts/brandon-grotesque-bold-italic.otf');
	font-weight: 700;
}

@font-face {
	font-family: 'Brandon-Light';
	src: url('../fonts/brandon-grotesque-light.otf');
	font-weight: 300;
}

@font-face {
	font-family: 'Brandon-Light-Italic';
	src: url('../fonts/brandon-grotesque-light-italic.otf');
	font-weight: 300;
}

@font-face {
	font-family: 'Brandon-Medium-Italic';
	src: url('../fonts/brandon-grotesque-medium-italic.otf');
	font-weight: 500;
}

@font-face {
	font-family: 'Brandon-Regular-Italic';
	src: url('../fonts/brandon-grotesque-regular-italic.otf');
	font-weight: 500;
}

@font-face {
	font-family: 'Brandon-Thin-Italic';
	src: url('../fonts/brandon-grotesque-thin-italic.otf');
	font-weight: 100;
}

@font-face {
	font-family: 'Nimbus-Black';
	src: url('../fonts/nimbus-sans-black-extended.woff');
	font-weight: 400;
}

@font-face {
	font-family: 'Nimbus-Bold';
	src: url('../fonts/NimbusSanL-Bol.otf');
	font-weight: 700;
}

@font-face {
	font-family: 'Nimbus-Ext';
	src: url('../fonts/NimbusSanDOT-RegExt.otf');
	font-weight: 400;
}

@font-face {
	font-family: 'Nimbus-Regular';
	src: url('../fonts/NimbusSanL-Reg.otf');
	font-weight: 400;
}

@font-face {
	font-family: 'PlayFair-bold';
	src: url('../fonts/PlayfairDisplay-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'PlayFair-Italic';
	src: url('../fonts/PlayfairDisplay-Italic.ttf');
	font-weight: 400;
}

* {
  padding: 0px;
  margin: 0px;
}

:root {
	--card_width: 400px;
	--row_increment: 10px;
	--card_border_radius: 16px;
	--card_small: 40;
	--card_medium: 43;
	--card_large: 50;
}

body {
  font-size: 14px;
  color: #ccc;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

li,
ol {
  list-style: none;
}

header {
  padding: 35px 0;
}

header div#navigation {
  display: inline-block;
}

header div#navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header div#navigation ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-right: 35px;
  font-family: 'Brandon-Bold';
}

header .log-sec {
  display: inline-block;
}

header .log-sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .log-sec li {
  display: inline-block;
}

header .log-sec li a {
  margin-left: 15px;
  display: table;
}

header .log-sec li a.btn1 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  background: #000;
  padding: 11px 36px;
  font-family: 'Brandon-Bold';
}

header .log-sec li a.btn2 {
  background-color: #b97b2b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 11px 36px;
  font-family: 'Brandon-Bold';
}

section.banner-part {
  position: relative;
  padding: 50px 0;
}

section.banner-part:before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: #b97b2b;
  position: absolute;
  left: 0;
  top: 0;
}

section.banner-part .sec1 {
  background: #000;
  padding: 50px 50px;
}

section.banner-part h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
}

section.banner-part h2 span {
  display: table;
}

section.banner-part h6 {
  color: #ae7e3c;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: 'Brandon-Bold';
}

section.banner-part p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
}

section.banner-part ul {
  margin: 29px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.banner-part ul li a {
  display: table;
  background-color: #b97b2b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 12px 36px;
  margin-right: 17px;
  font-family: 'Brandon-Bold';
}

section.banner-part ul li:last-child a {
  background: #fff;
  color: #000;
}

section.banner-part h3 {
  opacity: 0.2;
  color: #ffffff;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2.8px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Nimbus-Black';
}

section.banner-part .img-wrap {
  max-width: 455px;
  float: right;
}

section.banner-part .secp {
  -webkit-box-shadow: 0 4px 4px #00000040;
          box-shadow: 0 4px 4px #00000040;
  background-color: #ffffff;
  position: relative;
  padding: 20px;
}

section.banner-part .secp img {
  position: absolute;
  top: -33px;
  left: 20px;
  width: 55px;
}

section.banner-part h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Brandon-Bold';
}

section.banner-part h5 {
  margin: auto;
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 17px;
}

section.body-cont1 .img-wrap {
  text-align: right;
  margin: -176px 0 26px;
}

section.body-cont1 p {
  max-width: 986px;
  color: #000000;
  font-size: 18pt;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Brandon-Light';
}

section.body-cont1 a {
  display: table;
  margin: 35px auto;
  background: #000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 13px 35px;
  font-family: 'Brandon-Light';
}

section.body-cont2 {
  padding: 50px 0;
  overflow: hidden;
}

section.body-cont2 .container {
  position: relative;
}

section.body-cont2 .container:after {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/home-img9.svg);
  position: absolute;
  bottom: -36px;
  right: -36px;
  z-index: -1;
}

section.body-cont2 h2 {
  color: #b97b2b;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
}

section.body-cont2 .wrap {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

section.body-cont2 .wrap > img {
  width: 100%;
}

section.body-cont2 .wrap:hover .overlay {
  opacity: 1;
}

section.body-cont2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00000080;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont2 .overlay img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 38px;
}

section.body-cont2 h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Brandon-Bold';
}

section.body-cont2 a {
  display: table;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  padding: 7px 20px;
  margin: 10px 0 0;
  font-family: 'Brandon-Black';
}

section.body-cont3 {
  position: relative;
  background: #000;
  padding: 100px 0;
  margin: 0 0 100px;
}

section.body-cont3 h2 {
  color: #b97b2b;
  font-size: 66px;
  font-weight: 400;
  letter-spacing: 6.4px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: 'Nimbus-Black';
}

section.body-cont3 h2 span {
  display: table;
  color: #fff;
}

section.body-cont3 p {
  max-width: 649px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
  position: relative;
  z-index: 9;
  font-family: 'Brandon-Light';
}

section.body-cont3 a {
  display: table;
  background-color: #b97b2b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 12px 30px;
  float: right;
  font-family: 'Brandon-Bold';
}

section.body-cont3 h3 {
  color: #241f20;
  font-size: 300px;
  font-weight: 400;
  letter-spacing: 24px;
  text-transform: uppercase;
  position: absolute;
  bottom: -174px;
  left: 60px;
  z-index: 0;
  font-family: 'Nimbus-Black';
  top: 63% !important;
}

section.body-cont3 h4 {
  color: #b97b2b;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-align: right;
  text-transform: uppercase;
  font-family: 'Nimbus-Black';
}

footer {
  padding: 75px 0;
}

footer img {
  margin-right: 30px;
}

footer form {
  text-align: center;
  margin: 50px auto 0;
  max-width: 600px;
}

footer form label {
  color: #333;
  font-size: 16px;
  display: table;
  width: 100%;
  position: relative;
}

footer form input:not([type="submit"]) {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #b97b2b;
  background-color: #e2d6cc;
  padding: 17px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-family: 'Nimbus-Regular';
}

footer form input[type="submit"] {
  border-radius: 50px;
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 44px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-family: 'Nimbus-Regular';
}

section.login-page {
  padding: 50px 0 0;
}

section.login-page h2 {
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px;
  font-family: "Playfair Display", serif;
}

section.login-page p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  padding-bottom: 10px;
}

section.login-page input:not([type="submit"]):not([type="checkbox"]),
section.login-page select {
  border-radius: 50px;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
  padding: 12px 25px;
  margin: 0 0 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

section.login-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.login-page ul li {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

section.login-page ul li a {
  color: #000;
}

section.login-page ul li input[type="checkbox"] {
  margin-right: 9px;
  float: left;
  margin-top: 6px;
}

section.login-page input[type="submit"] {
  width: 100%;
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 18px;
  font-family: 'Brandon-Bold';
  border-radius: 15px;
}

section.login-page .final-reg-link a {
  width: 100%;
  border-radius: 15px;
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 18px;
  display: table;
}

section.login-page .back2registration a {
  width: 100%;
  border-radius: 15px;
  background-color: #b97b2b;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 18px;
  display: table;
  margin-top: 20px;
}

section.login-page ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

section.login-page ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

section.login-page :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

section.login-page :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
section.login-page ::placeholder {
	color: #000;
}

section.ger-made-page {
  padding: 50px 0 0;
}

section.ger-made-page h3 {
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  margin: 30px 0 25px;
  font-family: "Playfair Display", serif;
}

section.ger-made-page h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  font-family: 'Brandon-Bold';
}

section.ger-made-page p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Brandon-Black';
}

section.ger-made-page2 {
  padding: 25px 0 0;
  position: relative;
}

section.ger-made-page2 img.img1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

section.ger-made-page2 h2 {
  text-align: center;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Brandon-Bold';
  margin-top: -15px;
}

section.ger-made-page2 ul.num-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  text-align: center;
  margin: 25px 0 35px;
}

section.ger-made-page2 ul.num-count li h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Playfair Display';
}

section.ger-made-page2 ul.num-count.both-empty li {
    padding-right: 15px;
}

section.ger-made-page2 ul.num-count li p {
  color: #58595b;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Brandon-Black';
}

section.ger-made-page2 h4 {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}

section.ger-made-page2 ul.align-with li a {
  display: table;
  width: 100%;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px;
}

section.ger-made-page2 h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.16px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: 'Brandon-Bold';
}

section.ger-made-page2 a img,
section.ger-made-page2 img {
  margin-bottom: 30px;
}

section.ger-made-page2 a.more-btn {
  display: table;
  margin: 0 auto;
  background: #000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 12px 30px;
}

section.body-cont3.ab-page {
  padding-top: 20px;
}

section.ab-page1 {
  position: relative;
  padding: 50px 0;
}

section.ab-page1 p {
  max-width: 387px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin: 40px 0px 20px;
  font-family: 'Brandon-Light';
}

section.ab-page1 a {
  display: table;
  background: #000;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 30px;
  font-family: 'Brandon-Bold';
}

section.ab-page1 h4 {
  color: #ae7e3c;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Playfair Display';
}

section.ab-page1 h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: 'Brandon-Bold';
}

section.ab-page1 img.img1 {
  max-width: 260px;
}

section.ab-page1 img.img3 {
  position: absolute;
  top: -300px;
  right: 0;
}

.ab-page2 .item {
  position: relative;
}

.ab-page2 .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000082;
}

.ab-page2 .item i.fas.fa-play-circle {
  color: #fff;
  font-size: 40px;
  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;
  height: 70%;
  opacity: 0;
}

.ab-page2 .item .decp {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #231f20;
  width: 100%;
  padding: 23px;
  opacity: 0;
}

.ab-page2 .item h5 {
  color: #b97b2b;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Brandon-Black';
}

.ab-page2 .item h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Brandon-Black';
}

.ab-page2 .active.center a {
  background: transparent;
}

.ab-page2 .active.center a i.fas.fa-play-circle {
  opacity: 1;
}

.ab-page2 .active.center a .decp {
  opacity: 1;
}

.ab-page2 .owl-nav span {
  color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 60px;
  height: 30px;
  display: table;
  background-position: center !important;
}

.ab-page2 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
}

.ab-page2 .owl-nav button.owl-prev span {
  background: url(../images//pre-icon.svg);
}

.ab-page2 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
}

.ab-page2 .owl-nav button.owl-next span {
  background: url(../images/next-iocn.svg);
}

.ab-page2 .owl-dots {
  text-align: center;
}

.ab-page2 .owl-dots span {
  display: table;
  width: 10px;
  height: 10px;
  background: #000;
  margin: 0 4px;
  opacity: 0.4;
  border-radius: 50%;
}

.ab-page2 .owl-dots button.owl-dot.active span {
  opacity: 1;
}

section.ab-page3 {
  background-color: #b07e3c;
  padding: 50px 0;
}

section.ab-page3 h2 {
  color: #e8ddd0;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: 'Nimbus-Ext';
}

section.ab-page3 h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

section.ab-page3 h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin: 13px 0 20px;
  font-family: 'Brandon-Bold';
}

section.ab-page3 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.92px;
  line-height: 24px;
  text-align: justify;
  font-family: 'Brandon-light';
}

section.ab-page3 a.more-but {
  display: table;
  margin: 40px auto 0;
  background: #000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 14px 36px;
  font-family: 'Brandon-Bold';
}

section.ab-page3 .owl-nav span {
  color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 60px;
  height: 30px;
  display: table;
  background-position: center !important;
}

section.ab-page3 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -100px;
}

section.ab-page3 .owl-nav button.owl-prev span {
  background: url(../images//pre-icon.svg);
}

section.ab-page3 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -100px;
}

section.ab-page3 .owl-nav button.owl-next span {
  background: url(../images/next-iocn.svg);
}

section.ab-page3 .owl-dots {
  text-align: center;
}

section.ab-page3 .owl-dots span {
  display: table;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 4px;
  opacity: 0.4;
  border-radius: 50%;
}

section.ab-page3 .owl-dots button.owl-dot.active span {
  opacity: 1;
}

section.university-page {
  background-color: #f5f2f0;
  padding: 75px 0;
}

section.university-page h3 {
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Brandon-Bold';
}

section.university-page .wrap {
  -webkit-box-shadow: 0 1px 10px #00000033;
  box-shadow: 0 1px 10px #00000033;
  background-color: #ffffff;
  text-align: center;
}

section.university-page h5 {
  color: #b97b2b;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.1px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  padding: 25px 0;
  font-family: 'Brandon-Bold';
}

section.university-page .sec1 {
  border-top: 2px solid #b97b2b;
  padding: 20px;
  margin: 30px 0 0;
  position: relative;
}

section.university-page .sec1 img.img1 {
  position: absolute;
  top: -30px;
  left: 20px;
}

section.university-page .sec1 h4 {
  margin: 0;
  text-align: right;
  font-size: 17px;
  color: #000;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

section.university-page2 {
  padding: 60px 0 0;
}

section.university-page2 input[type="text"],
section.university-page2 select {
  max-width: 261px;
  height: 48px;
  border-radius: 60px;
  background-color: #f5f2f0;
  width: 100%;
  border: none;
  margin-right: 20px;
  padding: 0 20px;
  font-family: 'Brandon-Bold';
}

section.university-page2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 20px center;
}

section.university-page2 .sec-box {
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 18px;
  padding-left: 50px !important;
}

section.university-page2 a {
  display: table;
  width: 100%;
}

section.university-page2 .img-wrap {
  position: relative;
}

section.university-page2 .img-wrap .cata {
  background-color: #000000;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #b97b2b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 4px 10px;
  font-family: 'Brandon-Bold';
}

section.university-page2 .img-wrap .view {
  background: #fff;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.3px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 3px 10px;
  font-family: 'Brandon-Black';
}

section.university-page2 .decp {
  -webkit-box-shadow: 0 4px 4px #00000040;
          box-shadow: 0 4px 4px #00000040;
  background-color: #ffffff;
  position: relative;
  padding: 15px;
}

section.university-page2 .decp h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-align: right;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: 'Brandon-Bold';
}

section.university-page2 .decp h4 {
  font-size: 15px;
  text-align: right;
  color: #000;
  margin: auto;
  font-family: "Playfair Display", serif;
}

section.university-page2 .decp img.img1 {
  position: absolute;
  top: -30px;
  left: 20px;
}

section.university-page3 {
  position: relative;
  padding: 60px 0;
}

section.university-page3 img.img1 {
  position: absolute;
  top: 0;
  right: 14%;
}

section.university-page3 img.img2 {
  width: 100%;
}

/*
section.university-page3 .wrap {
  -webkit-box-shadow: 5px 4px 10px #00000040;
          box-shadow: 5px 4px 10px #00000040;
  background-color: #ffffff;
  height: 70%;
}
*/

section.university-page3 .sec1 {
  padding: 25px;
  padding-top: 55px;
}

section.university-page3 .sec1 h2 {
  color: #000000;
  font-size: 24pt;
  font-weight: 400;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: 'Brandon-Bold';
}

section.university-page3 .sec1 p {
  margin: auto;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
}

section.university-page3 .sec2 {
  padding: 20px;
  border-top: 3px solid #b97b2b;
  position: relative;
  margin: 77px 0 0;
}

section.university-page3 .sec2 img.img3 {
  position: absolute;
  top: -80px;
  left: 25px;
}

section.university-page3 .sec2 h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  margin: -17px 0 30px;
}

section.university-page3 .sec2 h3 img {
  	margin-right: 8px;
}

section.university-page3 .sec2 h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
}

section.university-page3 .sec2 h4 span {
  font-family: "Playfair Display", serif;
  float: left;
  padding: 10px 0;
  text-transform: capitalize;
}

section.university-page3 .sec2 ul {
  margin: 20px 0 0;
}

section.university-page3 .sec2 ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

section.university-page3 .sec2 ul li a {
  display: table;
  border: 1px solid #b97b2b;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  padding: 13px 32px;
  border-radius: 50px;
}

section.university-page3 .sec2 img.img4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

section.university-page3 .sec2 span.username {
	color: #b97b2b;
    font-size: 17px;
    font-family: 'Playfair Display';
    position: absolute;
    top: 200%;
    left: 10%;
}

section.university-page3 .sec2 h3.certified {
	position: absolute;
    right: 6%;
    top: 35%;
	margin: 0;
	font-family: 'Brandon-Bold';
	font-weight: bold !important;
}

section.university-page3 .sec2 h3.certified > img {
	width: 50px;
	height: 50px;
}

section.university-page3 .sec2 h4.attestations {
	position: absolute;
    right: 13%;
    top: 210%;
	font-family: 'Brandon-Bold';
	font-weight: bold !important;
}

section.university-page3 .sec2 h4.attestations img {
	margin-right: 8px;
}

section.university-page4 {
  position: relative;
}

section.university-page4 .container {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

section.university-page4 .sec {
  -webkit-box-shadow: 3px 4px 4px #00000040;
          box-shadow: 3px 4px 4px #00000040;
  background-color: #ffffff;
  padding: 30px;
}

section.university-page4 h2 {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 20px;
}

section.university-page4 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.university-page4 .wrap .img-wrap {
  position: relative;
  margin-right: 30px;
}

section.university-page4 .wrap .img-wrap img.img2 {
  position: absolute;
  bottom: 0;
  right: -5px;
}

section.university-page4 .wrap h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: 'Brandon-Bold';
}

section.university-page4 .wrap p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  margin: 15px 0 0;
}

section.ba_1 {
  position: relative;
  padding: 50px 0px 0px 0px;
}

section.ba_1:before {
  content: "";
  width: 100%;
  height: 70%;
  background: #b77b2c;
  position: absolute;
  left: 0;
  top: 0;
}

section.ba_1 .container-fluid {
  max-width: 1340px;
  margin: 0 auto;
}

section.ba_1 .wrap {
  background: #000;
  padding: 50px;
}

section.ba_1 .wrap h2 {
  font-weight: normal;
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

section.ba_1 .wrap h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 65px;
  color: #b97b2b;
  font-family: "Playfair Display", serif;
  margin-bottom: 35px;
}

section.ba_1 .wrap p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #ffffff;
  margin-bottom: 0px;
  font-family: 'Brandon-Light';
}

section.ba_1 .wrap img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -48px;
  width: 70%;
  z-index: -1;
}

section.ba_1 img {
  width: 100%;
}

section.ba_2 {
  padding: 20px 0;
}

section.ba_2 h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  text-align: right;
  color: #000000;
  margin: 0 0 18px;
  font-family: 'Playfair Display';
}

section.ba_2 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #000000;
  font-family: 'Brandon-Light';
}

section.ba_2 a {
  display: table;
  margin: 38px auto 35px;
  background: #000;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.08em;
  color: #ffffff;
  padding: 16px 30px;
  font-family: 'Brandon-Bold';
}

section.body-cont3.ab_3 h3 {
  font-weight: 300;
}

.active {
  color: #008e06;
}

section.mint-nft-1 {
  font-family: "Roboto";
}

section.mint-nft-1 h3 {
  color: #000;
  margin: 0 auto;
  width: 63%;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

section.mint-nft-1 .mint-nft-box {
  width: 63%;
  margin: 0 auto;
  padding-bottom: 230px;
  padding-top: 20px;
  background-color: #f2f2f2;
}

section.mint-nft-1 .mint-nft-box .user-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section.mint-nft-1 .mint-nft-box .user-img p {
  color: #000;
}

section.mint-nft-1 .mint-nft-box .steps-box {
  margin-top: 41px;
  margin-bottom: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

section.mint-nft-1 .mint-nft-box .steps-box .line-1 {
  width: 63%;
  height: 2px;
  top: 13px;
  left: 135px;
  background-color: #a0a0a0;
  position: absolute;
  z-index: 1;
}

section.mint-nft-1 .mint-nft-box .steps-box h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  z-index: 2;
}

section.mint-nft-1 .mint-nft-box .steps-box h4 span {
  display: block;
  text-align: center;
  color: #a0a0a0;
  background-color: #fff;
  font-size: 14px;
  height: 26px;
  width: 26px;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid #a0a0a0;
  margin: 0 auto;
  line-height: 24px;
  margin-bottom: 5px;
}

section.mint-nft-1 .mint-nft-box .steps-box h4 span .active {
  color: #008e06;
  border: 2px solid #008e06;
  background-color: #fff;
}

section.mint-nft-1 .mint-nft-box .connect-wallet {
  text-align: center;
}

section.mint-nft-1 .mint-nft-box .connect-wallet h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 50px;
  color: #000;
}

section.mint-nft-1 .mint-nft-box .connect-wallet a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 47px;
  border: 1px solid #a0a0a0;
  color: #000;
}

section.mint-nft-1 .mint-nft-box .fill-info {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.mint-nft-1 .mint-nft-box .fill-info form label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

section.mint-nft-1 .mint-nft-box .fill-info form label:first-child {
  margin-bottom: 23px;
}

section.mint-nft-1 .mint-nft-box .fill-info form input[type="text"] {
  width: 337.6px;
  height: 69px;
}

section.mint-nft-1 .mint-nft-box .fill-info form h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 23px;
}

section.mint-nft-1 .mint-nft-box .fill-info form h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 23px;
  margin-top: 18px;
}

section.mint-nft-1 .mint-nft-box .stamped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000;
}

section.mint-nft-1 .mint-nft-box .stamped form h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 34px;
}

section.mint-nft-1 .mint-nft-box .stamped form img {
  margin-bottom: 10px;
}

section.mint-nft-1 .mint-nft-box .stamped form p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 38px;
}

section.mint-nft-1 .mint-nft-box .stamped form label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  width: 57%;
  text-align: left;
  margin-left: 18px;
  margin-bottom: 9px;
}

section.mint-nft-1 .mint-nft-box .stamped form input#stamp {
  width: 31px;
  height: 31px;
}

section.mint-nft-1 .mint-nft-box .stamped form input[type="submit"] {
  width: 337.6px;
  height: 45px;
  margin-left: 24px;
}
/*# sourceMappingURL=style.css.map */

.sec1 > p {
    font-family: 'Brandon-Light';
    text-align: left !important;
}
.about-us > .row {
    padding: 20px;
}
.search-registry {
    padding-left: 0px;
}
.search-registry > form > ul > li.sf-field-search {
    padding-left: 0px;
}
h3.dilly-head, h1.gilly-main-text, h3.gilly-head-date, a.gilly-text-link {
    font-family: 'Brandon-Bold';
}
.menu-sec>.invited {
    font-family: 'Playfair Display';
}
.invitation > .invitation-button {
    font-family: 'Brandon-Bold';
}
h1.gilly-main-text {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    /*
    header .log-sec {
        top: 20px !important;
        right: 20px !important;
    }
    */
    section.banner-part .sec1 {
        text-align: left !important;
    }
    li.search-form {
        display: none !important;
    }
	.mint.main-text > .registered-date {
		width: 100% !important;
	}
	.mint.main-text > .transaction-hash {
		padding-bottom: 10%;
		position: unset;
		font-size: 20px !important;
		padding-bottom: 0px !important;
	}
	.new-mint-page > .inner-container > .row > .mint.image {
		padding-left: 0px;
	}
	.mint.image > .made-background {
		bottom: -64px !important;
	}
	.mint.image > .made-stamp-asset {
		bottom: -12% !important;
	}
	.transaction-hash > a {
		font-size: 9px;
	}
	.registered-date > div > .left-part,
	.registered-date > div > .right-part {
		font-size: 16px !important;
	}
	section.body-cont3 h3 {
		font-size: 77px !important;
		top: 88% !important;
	}
	select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.selector-custom {
		background-size: 30px !important;
	}
	section.ab-page1 > img {
		display: none !important;
	}
}

::placeholder {
    color: gray !important;
    opacity: 1;
}
  
:-ms-input-placeholder {
    color: gray !important;
}
  
::-ms-input-placeholder {
    color: gray !important;
}

.main-form > input {
    width: 80% !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.login-modal > .modal-content,
.registration-modal > .modal-content
{
    padding: 0px;
}
.login-form > section.login-page,
.registration-form > section.login-page
{
    padding-top: 0px;
}
.login-form > section.login-page > .container,
.registration-form > section.login-page > .container
{
    padding-left: 0px;
    max-width: 2000px;
}
.main-form {
    text-align: center;
}
.main-form > span.error {
    display: block;
}

.ajax-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid black;
    border-bottom: 16px solid black;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 1000;
    right: 47%;
    top: 50%;
}

.login-modal, .registration-modal {
	z-index: 10;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.attestation-text > p.description {
    color: #000;
    font-family: 'Brandon-Light';
}
.attestation-text > a.action,
.attestation-text > a.action:hover,
.attestation-text > a.action:active {
    float: right;
    color: #b97b2b;
    font-family: 'Brandon-Black';
	cursor: pointer;
}
.attestation-text > h2 {
    font-family: 'Brandon-Bold';
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.selector-custom {
    appearance: none;
    background-image: url(../images/new-arrow-down.png) !important;
    background-position: calc(100% - 40px) center !important;
    background-repeat: no-repeat !important;
    background-color: #e2d6cc;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.selector-custom.popup {
    width: 80%;
}
.registry-roles > img {
    width: 25%;
}
.registration-fields > p > span > input,
.registration-fields > p > span > select
{
    padding: 7px 20px !important;
}

.featured-artists > div {
    display: none;
}

.featured-artists > div:nth-child(-n+4) {
    display: block;
}
.cert-attested.edit-icon,
.edit.edit-icon {
	width: 18px;
}
.cert-attested.edit-icon {
	margin-top: 0%;
}
header.header-profile {
    border-bottom: 1px solid #b97b2b;
}
.close-modal.close {
	color: #000;
	opacity: 1;
	text-align: right;
    padding-right: 1%;
    padding-top: 0%;
	position: absolute;
    right: 0%;
	top: 0px;
	z-index: 10000;
}
.minted-images > .col > a > img,
.minted-images > .col > img {
	width: 250px;
}
.center-plus-sign {
	position: absolute;
    top: 41%;
    left: 25%;
	z-index: 1000000;
}
.center-plus-sign img,
.center-plus-sign a img {
    width: 80px;
}
.center-plus-sign > p {
	color: #000;
	width: 500px;
	font-size: 18px;
	float: right;
	margin-top: 5%;
	padding-left: 10%;
	font-family: 'Brandon-Bold';
}
#modifyModal > .modal-content {
	width: 35%;
}
section.login-page.editprofile-page input[type="submit"] {
	width: 86%;
	margin-top: 5%;
}
section.login-page.editprofile-page textarea {
	padding: 10px;
}
.login-form > section.editprofile-page {
	padding-bottom: 50px;
}
.edit.edit-icon {
	cursor: pointer;
    margin-top: -10px;
}
.main-form > input[type=checkbox] {
	width: 20% !important;
    margin-top: 3% !important;
    margin-left: 3%;
}
.main-form > label {
	text-align: left;
    float: right;
    width: 75%;
    padding-right: 13%;
}
.main-form > label > a {
    color: #b97b2b;
}
.main-form > #agree:checked {
    accent-color: #b97b2b;
}
.featured-artists > div > .wrap > img {
	height: 100%;
    width: 100%;
}
header.header-mint {
    background: #000;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.invited.mint-page {
	font-size: 30px;
}
.new-mint-page > .inner-container {
	margin-top: 3%;
	box-shadow: 4px 10px 7px #888888;
}
.new-mint-page > .inner-container > .row > .mint.image {
	text-align: right;
	padding-right: 0px;
}
.new-mint-page > .inner-container > .row-main {
	padding-bottom: 8%;
}
.mint.main-text {
	margin-top: 7%;
    padding-left: 12%;
    color: #000;
}
.mint.main-text > .registered-title {
	margin-bottom: 0px;
	font-family: 'Brandon-Bold';
	font-size: 24px;
}
.mint.main-text > .registered-text {
	text-transform: uppercase;
	font-size: 42px;
	font-family: 'Brandon-Bold';
}
.mint.main-text > .registered-date {
	/*width: 70%;*/
	padding: 20px;
	border: 3px solid #ddd;
	margin-top: 10%;
}
.mint.main-text > .registered-date > .stakeholders {
	clear: both;
	padding-bottom: 20px;
}
.registered-date > .inner-info {
	padding-bottom: 20px;
}
.registered-date > .inner-info > .float-right {
	color: #b97b2b;
}
.mint.main-text > .transaction-hash {
	padding-top: 6%;
	font-family: 'Brandon-Bold';
    font-size: 18px;
}
.transaction-hash > a {
    color: #b97b2b;
}
.mint.image > .made-background {
	position: absolute;
	width: 200px;
	bottom: -25%;
	right: 0px;
}
.mint.image > .made-stamp-asset {
	position: absolute;
	width: 70px;
	bottom: -10%;
	right: 9%;
}
.transaction-hash {
	position: absolute;
	width: 140%;
}
.made-main-image {
	width: 455px;
	height: 334px;
}
.new-mint-page > .inner-container > .top-bar {
	background: #000;
    padding: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.invited.mints-page {
	text-transform: uppercase;
	font-size: 36px;
	padding-right: 2%;
	font-family: 'Brandon-bold';
}
.floor-price {
	clear: both;
}
.registered-date > div > .left-part {
	width: 76%;
    float: left;
    font-size: 20px;
    font-family: 'Brandon-Light';
    font-weight: 500 !important;
}
.registered-date > div > .right-part {
	width: 20%;
	float: left;
	color: #b97b2b;
	font-size: 20px;
    font-family: 'Brandon-Light';
    font-weight: 500 !important;
}
section.university-page2 .img-wrap.registry-image img {
    width: 100% !important;
    height: auto;
    object-fit: initial;
}
.minted-image.view-image {
	position: absolute;
    top: 0%;
    background: #000;
    width: 30%;
    right: 7%;
    text-align: center;
	z-index: 110;
	height: 30px;
	padding-top: 3%;
	font-family: 'Brandon-Bold';
	font-size: 11px;
	text-transform: uppercase;
}
.minted-image.request-attestation {
	position: absolute;
    bottom: 11%;
    background: #000;
    width: 87%;
    left: 6%;
    text-align: center;
	z-index: 110;
	height: 30px;
	padding-top: 2.2%;
	font-family: 'Brandon-Bold';
	font-size: 11px;
	text-transform: uppercase;
}
.minted-image.view-image a:hover,
.minted-image.view-image a:active,
.minted-image.request-attestation a:hover,
.minted-image.request-attestation a:active {
	color: #A97B35;
}
.minted-image.view-image a,
.minted-image.request-attestation a  {
	color: #A97B35;
}
#requestAttestation {
	z-index: 1000000 !important;
}
#requestAttestation > .modal-content {
	width: 34%;
}
.attestation-message-error {
	color: red;
}
.attestation-message-success {
	color: green;
}
#modifyModal {
	z-index: 1000;
}
.header-profile-icon {
	width: 34px;
    margin-left: 30%;
}
.footer-attestations-icons {
	text-align: center;
}
.attestation-icons-title {
	color: #000000;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: normal;
    font-weight: 400;
    margin: 20px 0 20px;
	font-family: 'Brandon-Light';
	margin-left: -15%;
}
.add-attestation-modal > .modal-content {
	width: 40%;
	padding: 50px;
}
.add-attestation-section {
	padding: 0px !important;
}
#add-attestation-textarea {
	background: #fff;
    border: 1px solid #000;
	width: 100%;
	border-radius: 30px;
}
p.custom-label {
    margin: 0px !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}
#add-attestation-submit-button {
	width: 100% !important;
}
.cursor-pointer {
	cursor: pointer;
}
.sfsiplus_norm_row.sfsi_plus_wDiv {
    text-align: center !important;
    width: auto !important;
    position: unset !important;
	float: none !important;
	padding-top: 3% !important;
}
section.ab-page4 {
    margin-top: 3%;
}
.ab-page4 > .container > .row.title > .col > h3.title {
    text-align: center;
    color: #000;
    font-family: 'Brandon-Bold';
    font-size: 2rem;
}
section.ab-page4 > .container > .row.content > .col > .item > h5.category {
    color: #000;
    font-family: 'Playfair Display';
}
section.ab-page4 > .container > .row.content > .col > .item > a > .decp > h3.title {
    color: #b97b2b;
    font-family: 'Brandon-Bold';
    text-transform: uppercase;
	font-size: 1.25rem;
}
section.ab-page4 > .container > .row.content > .col > .item > p.content {
    color: #000;
    font-family: 'Brandon-Light';
}
section.ab-page4 > .container > .row {
    padding-bottom: 3%;
}
input::placeholder {
    font-family: 'Brandon-Bold' !important;
}
.main-form.main-registration-form > input:not(input[type="submit"]), .main-form.main-registration-form > select {
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
	font-family: 'Brandon-Bold' !important;
}
section.login-page p.checkbox {
	max-width: 87%;
    padding-left: 11%;
}
section.login-page p.checkbox > input {
	float: left;
	margin-top: 2px;
}
section.login-page p.checkbox > label {
	float: left;
    width: 82%;
    margin-top: 0%;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5%;
}
p.checkbox label a {
    color: #b97b2b;
}
.main-form.main-registration-form h2 {
    color: #b97b2b;
	font-family: 'Brandon-Bold';
	text-transform: uppercase;
}
#registrationModal > .modal-content {
	width: 60%;
}
#loginModal section.login-page .main-form {
    margin-top: -40px;
}
.footer-attestations-icons > .row {
	margin: 0 auto;
}
section.ger-made-page > .container > .row > .col > img {
    max-width: 350px;
	width: 350px;
}
ul.num-count > li:first-child {
    padding-right: 10px !important;
}
section.login-page input::placeholder {
	color: #000 !important;
}
@media only screen and (max-width: 1025px) {
	section.university-page3 .wrap {
		height: 90% !important;
	}
}
@media only screen and (max-width: 780px) {
	section.university-page3 .wrap {
		height: 1100% !important;
	}
}
.footer-row > .first > img {
	margin-top: 50%;
}
.instagram-feed > #sb_instagram > #sbi_images > .sbi_item {
	display: none;
}
.instagram-feed > #sb_instagram > #sbi_images > .sbi_item:nth-of-type(1) {
    display: block !important;
}
.instagram-feed > #sb_instagram > #sbi_images > .sbi_item:nth-of-type(2) {
    display: block !important;
}
.instagram-feed > #sb_instagram > #sbi_images > .sbi_item:nth-of-type(3) {
    display: block !important;
}
footer form input[type="submit"] {
	top: 65% !important;
    right: 20% !important;
	border-radius: 0px !important;
}
.footer-row > .third > h5 {
	font-family: 'Brandon-Black';
    color: #000;
    text-align: center;
    margin-top: 10%;
    margin-bottom: -10%;
}
footer form input:not([type="submit"])::placeholder {
	color: #000 !important;
}
footer form input:not([type="submit"]) {
	background: #fff !important;
	padding: 10px !important;
	text-align: center;
}
.registered-date > .date > .left-part > p, .registered-date > .floor-price > .left-part > p {
    font-family: 'Brandon-Bold';
    font-size: 18px;
}
.reg-header > .registry-roles > .right-left > img {
	position: absolute;
    right: 12%;
	width: 15%;
}
.reg-header > .registry-roles > .details {
	min-height: 60px;
}
.reg-header > .registry-roles > .details > h5 {
	position: absolute;
    font-size: 16px;
	left: 8%;
}
.reg-header > .registry-roles > .details > h4 {
	position: absolute;
	right: 8%;
	font-size: 16px;
	color: #000;
	padding: 20px 0;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
}
select.description {
	border: none !important;
	border-radius: 0px !important;
	background-color: #f1f1f1 !important;
}
.minted-details {
	-webkit-box-shadow: 5px 4px 10px #00000040;
    box-shadow: 5px 4px 10px #00000040;
    background-color: #ffffff;
}
.row.minted-details {
	min-height: 450px;
}
.attestation-modal > .modal-content {
	width: 700px;
	max-width: 700px;
	background: #e7dac9;
	padding-top: 10px !important;
}
img.first-image {
    min-width: 120px;
}
.invitation-disclaimer {
	text-align: center;
    color: #000;
    font-family: 'Brandon-Black';
    font-size: 9pt;
}
@media only screen and (max-width: 1600px) {
	.main-form.main-registration-form > input:not(input[type="submit"]), .main-form.main-registration-form > select {
		padding: 6px 25px !important;
	}
	#modifyModal > .modal-content {
		width: 50% !important;
	}
}
.loadmoreMU {
	cursor: pointer;
	display: table;
    background: #000;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 12px 30px;
    font-family: 'Brandon-Bold';
    margin: 0 auto;
    text-align: center;
}
.loadmore-nodata {
	font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.28px;
    color: #000;
    padding: 12px 30px;
    font-family: 'Brandon-Bold';
    text-align: center;
}
.registrationButtonModalHome {
	color: #fff !important;
	cursor: pointer;
}
.registry_mint_container {
	margin: 0;
	padding: 0;
	width: 80vw;
	grid-template-columns: repeat(auto-fill, var(--card_width));
	grid-auto-rows: var(--row_increment);
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
}
.registry-card {
	padding: 0 10px 0;
	border: none !important;
}
.registry_card_small {
	grid-row-end: span var(--card_small);
}

.registry_card_medium {
	grid-row-end: span var(--card_medium);
}

.registry_card_large {
	grid-row-end: span var(--card_large);
}
.padding-bottom-190 {
	padding-bottom: 190%;
}
.padding-bottom-20 {
	padding-bottom: 20%;
}
select#attributesFirst, select#attributesSecond, select#attributesThird {
	background: #fff !important;
    border: 1px solid #000 !important;
}
section.editprofile-page h2 {
    margin: 20px 0 20px !important;
}
section.add-attestation-section p {
    line-height: 24px;
	letter-spacing: 0px !important;
}
section.add-attestation-section option, section.add-attestation-section input {
	letter-spacing: 0px !important;
}
footer form .wpforms-field-container {
    width: 100% !important;
}
footer form > .wpforms-field-container > .wpforms-field > input {
    border-radius: 50px !important;
    border: 1px solid #b97b2b !important;
    font-family: 'Nimbus-Regular' !important;
    max-width: 100% !important;
}
footer form > .wpforms-submit-container > button.wpforms-submit {
	background-color: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 44px !important;
    position: absolute;
    font-family: 'Nimbus-Regular';
    height: 60px;
    top: 65%;
    right: 20% !important;
}
section.editprofile-page > .container {
    padding-top: 40px;
}
.menu-main-menu-container > ul.menu > li:nth-child(2) > a {
    font-family: 'Nimbus-Black' !important;
}