body {
  color: #fff;
	font-size:15px;
  font-family: "Poppins", sans-serif;
	line-height:1.6;
}

a {
  color: #388da8;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #388da8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Spartan", sans-serif;
}

img{
    max-width:100%;
    height:auto;
}

p {
  margin-bottom: 0;
}

.header {
  color: #3d4348;
  background-color: #000;
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 68px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #3e5055;
}

.btn-getstarted,
.btn-getstarted:focus {
  color: #ffffff;
  background: #c9a764;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
  border: 2px solid transparent;
}
.btn-getstarted:hover,
.btn-getstarted:focus:hover {
  color: #ffffff;
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(to right, #966c32, #dac77b) border-box;
}

.btn-getstarted.button,
.btn-getstarted.button:focus {
  color: #fff;
  background: transparent;
  font-size: 16px;
  padding: 12px 30px;
  margin: 0 0 0 30px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(to right, #966c32, #dac77b) border-box;
  border-radius: 8px;
  border: 2px solid transparent;
  /* border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #966C32, #DAC77B) 1;
  */
}

.btn-getstarted.button:hover,
.btn-getstarted.button:focus:hover {
  color: #ffffff;
  background: #c9a764;
}

.scrolled .header {
  box-shadow: 0px 0 18px #3d4348;
}

.index-page .header {
  background-color: #000;
}

.index-page.scrolled .header {
  --background-color: #000;
}

@media (min-width: 1200px) {
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #000;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid #388da8;
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #388da8;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: rgba(var(--accent-color-rgb), 0.8);
  color: #ffffff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.up-down {
  -webkit-animation: mover 1.5s infinite alternate;
  animation: mover 1.5s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

section {
  padding: 75px 0;
}
.banner-section {
  background: radial-gradient(89.07% 436.22% at 102.14% 8.8%, #24211c 0%, #504734 48.5%, #2f2a20 100%);
  display: flex;
  align-items: center;
  padding: 75px 0;
/*   height: 86vh; */
}
.banner-desc {
  width: 95%;
}
.banner-desc h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
}
.banner-desc p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
  line-height: 1.5;
  margin-bottom: 0;
}
.banner-desc a {
  margin-top: 30px;
  display: inline-block;
}
.banner-img {
  position: relative;
  z-index: 1;
}
.banner-img img {
    padding: 50px;
}
.images .side-img {
  background: #fff;
  height: 100px;
  padding: 20px;
  box-shadow: 0px 6px 15px 0px #000000bf;
  border-radius: 15px;
}
.images .img1 {
  position: absolute;
  bottom: 26%;
  left: 0%;
}
.images .img2 {
  position: absolute;
  right: -3%;
  top: 16%;
}
.images .img3 {
  position: absolute;
  right: -8%;
  bottom: 16%;
}
.images .img3 {
  position: absolute;
  bottom: 0;
  left: 45%;
}

section.service-section {
  background: #c9a764;
  padding-bottom: 0;
}
.service-desc {
  margin-bottom: 65px;
  text-align: center;
}
.service-desc .service-icon {
  background: #4a4131;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 300ms;
  /* cursor: pointer; */
}
/* .service-desc .service-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
} */

/* .service-desc .service-icon:hover {
  background-color: #fff;
  color: #00989A;
} */

/* .service-desc .service-icon:hover:after {
  opacity: 1;
  transform: scale(1.15);
} */
.service-desc .service-icon img {
  height: 45px;
}
.service-desc h4 {
  font-size: 22px;
  font-weight: 700;
  color: #4a4131;
  margin-top: 20px;
  margin-bottom: 2px;
}
.service-desc p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.about-section {
  background-color: #29261f;
}
.abt-image {
  position: relative;
}
.abt-desc h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.abt-desc p {
/*   font-size: 15px; */
  font-weight: 400;
/*   line-height: 30px; */
  color: #fff;
}

.per-wrap{
	position:relative;
	top:-30px;
	right:30px;
}

.per {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
/*   position: absolute; */
  background: #222222;
/*   padding: 20px 15px; */
	padding:12px;
  text-align: center;
	min-width:110px;
/*   bottom: 10%;
  left: -15%; */
  border-radius: 10px;
}
.per h2{
	display:block;
  color: #fff;
/*   font-size: 44px; */
	font-size:40px;
  font-weight: 700;
	margin-top:4px;
  margin-bottom: 0;
	margin-right:5px;
}
.per p {
	display:inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.about-image {
  text-align: right;
}
.small-img {
  height: auto;
}
.course-section {
    background-color: #111111;
    padding-bottom: 50px;
}
.heading h2 {
  font-size: 40px;
  font-weight: 700;
/*   line-height: 50px; */
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.course-list {
  background-color: #272727;
  border-radius: 15px;
  padding: 0px;
  height: 100%;
}
.course-list h3 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}
.course-list p {
  font-size: 15px;
  font-weight: 400;
/*   line-height: 30px; */
  color: #fff;
  margin-top: 10px;
}
.course-list a {
  display: inline-block;
  margin-top: 30px;
}
.course-desc {
  padding: 40px;
  padding-top: 10px;
}
.completed-section {
  background: radial-gradient(
    89.07% 436.22% at 102.14% 8.8%,
    #24211c 0%,
    #504734 48.5%,
    #2f2a20 100%
  );
}
.head-center {
  width: 80%;
  margin-inline: auto;
}
.completed {
  position: relative;
  background-color: #222222;
  padding: 35px 25px;
  border-radius: 12px;
  height: 100%;
}
.completed img {
  height: 70px;
}
.completed h2 {
  font-size: 20px;
  font-weight: 700;
/*   line-height: 28px; */
  color: #fff;
  margin-top: 20px;
}
.completed p {
  font-size: 14px;
  font-weight: 400;
/*   line-height: 27px; */
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}
.teaching-section {
  background: #c9a764;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 9;
  color: #fff;
}
.teaching-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c9a764;
  opacity: 0.8;
  z-index: -1;
}
.teaching {
  padding: 48px 40px;
  background-color: #fff;
  border-radius: 14px;
  height: 100%;
}
.teaching h3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 34.8px;
  color: #000;
}
.teaching p {
  font-size: 15px;
  font-weight: 400;
/*   line-height: 28px; */
  color: #000;
}
section.testimonal-section {
  background: #111111;
}
.testimonal {
  border: 1px solid #c9a764;
  border-radius: 14px;
  padding: 35px 40px;
  position: relative;
	min-height:380px;
	height:100%;
}
.quote {
  position: absolute;
  top: -10%;
  background: #111;
}
.testimonal-slider .owl-stage-outer {
  padding-top: 50px;
}
.quote img {
  height: 40px;
	object-fit:contain;
}
.testimonal p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.testimonal p.author{
	font-style:normal;
	font-weight:700;
	margin-top:20px;
	color:#c9a764;
}

.testimonal a {
  font-size: 16px;
  font-weight: 400;
/*   line-height: 28px; */
  text-decoration: underline;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}
.testimonal-slider .owl-nav {
  display: none;
}

.owl-carousel .owl-dots.disabled{
	display:flex !important;
}

.testimonal-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.testimonal-slider button.owl-dot.active {
  background: #c9a764;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  margin-right: 5px;
}
.testimonal-slider button.owl-dot {
  background: #717171;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  margin-right: 5px;
}

.square {
    position: absolute;
    right: 20px;
    top: 25px;
    height: 130px;
    width: 130px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom: none;
}

.square1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 130px;
    width: 130px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-left: none;
    border-top-right-radius: 0px;
    border-top: none;
    border-bottom-left-radius: 0px;
    transform: skew(0deg, 5deg);
}
.square2 {
    position: absolute;
    bottom: 45px;
    left: 20px;
    height: 130px;
    width: 90px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-top: none;
    border-bottom-right-radius: 0px;
    border-right: none;
    border-top-left-radius: 0;
    transform: skew(0deg, 186deg);
}
.profile-section {
  background-color: #29261f;
  position: relative;
  padding-bottom: 140px;
}
.profile-list {
  margin-bottom: 25px;
}
.profile h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.info h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.info p {
  color: #fff;
/*   font-size: 15px; */
  font-weight: 400;
/*   line-height: 24px; */
}

.instructor-info{
	margin-bottom: 20px;
    display: inline-block;
    border-radius: 15px;
    padding: 30px 25px;
    background-color: #3e3b34;
}
.profile-list {
  display: flex;
  align-items: flex-start;
}
.profile-list i {
  color: #c9a764;
  margin-right: 15px;
  position: relative;
  /*top: 2px;*/
}

.profile-list a{
	color:#c9a764;
}

.profile-img {
	position:sticky;
	top:100px;
  background: #111111;
  border-radius: 15px;
}
section.contact-section {
  padding: 0;
}
.contact-part {
  background: #c9a764;
  background-size: cover;
  position: relative;
  z-index: 9;
  color: #fff;
  /* min-height: 200px; */
  border-radius: 18px;
  text-align: center;
  padding: 35px;
}
.contact-part::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    270.14deg,
    rgba(201, 167, 100, 0.95) 2.55%,
    rgba(99, 82, 49, 0.85) 95.3%
  );
  z-index: -1;
  border-radius: 18px;
}
.contact-section {
/*   position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -20%; */
	margin-bottom:-250px;
	margin-top:50px;
}
.contact-part p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.contact-part h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.contact-part h2 i {
  margin-right: 10px;
}
.list {
  margin-top: 30px;
}
.list ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.list ul li a i {
  color: #fff;
  margin-right: 15px;
  font-size: 25px;
}
.copyright-section {
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 50px;
  text-align: center;
}
.copyright {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.popup {
    padding: 10px;
    padding-top: 0;
}
.popup h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
}
.popup p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
	margin-bottom:10px;
}
.popup input, .popup select {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #7b7b7b;
}
.popup a {
  display: inline-block;
}

.wpcf7-not-valid-tip{
	font-size:12px !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #c9a764;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(201 167 100 / 0%);
}
.form-select:focus {
  border-color: #c9a764;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(201 167 100 / 0%);
}

.wpcf7 form.sent .wpcf7-response-output{
	text-align:center;
	color:#fff !important;
	background:#46b450;
}

.copyright a {
  color: #c9a764;
}
.copyright h4{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
	.course-img img {
    width: 100% !important;
		margin-bottom:30px;
}
	.sticky {
    position: sticky;
    top: 0 !important;
    margin-bottom: 0 !important;
}
  .menu {
    display: inline-block !important;
  }
  .order1{
    order: 2;
  }
  .order2{
    order: 3;
  }
  .newClass .btn-getstarted, .newClass .btn-getstarted:focus {
    color: #ffffff;
    background: #c9a764;
    font-size: 16px !important;
    padding: 12px 30px !important;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 500;
    border: 2px solid transparent;
  }
  .newClass .btn-getstarted.button, .newClass .btn-getstarted.button:focus {
    color: #fff;
    background: transparent;
    font-size: 16px !important;
    padding: 12px 30px !important;
    margin: 0 0 0 30px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 500;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #966c32, #dac77b) border-box;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .menu a.btn-getstarted {
    margin-top: 25px;
    display: inline-block;
    text-align: center;
  }
  .banner-desc h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
  }
  .banner-desc p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .banner-desc a {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .images .side-img {
    background: #fff;
    height: 80px;
    padding: 20px;
    box-shadow: 0px 6px 15px 0px #000000bf;
    border-radius: 15px;
  }
  .images .img2 {
    position: absolute;
    right: -2%;
    top: 16%;
  }
  .images .img1 {
    position: absolute;
    bottom: 26%;
    left: -2%;
  }
  .service-section .col-md-3 {
    width: 50%;
  }
  .service-desc .service-icon {
    background: #4a4131;
    height: 60px;
    width: 60px;
  }
  .service-desc .service-icon img {
    height: 30px;
  }
  .service-desc h4 {
    font-size: 20px;
    font-weight: 700;
    color: #4a4131;
    margin-top: 20px;
    margin-bottom: 2px;
  }
  .service-desc p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  .service-desc {
    margin-bottom: 50px;
    text-align: center;
  }
  .abt-desc h1 {
    font-size: 32px;
  }
  .abt-desc p {
/*     font-size: 14px; */
    font-weight: 400;
/*     line-height: 32px; */
    color: #fff;
    margin-bottom: 20px;
  }

  .small-img {
    height: auto;
  }
  .course-list {
    background-color: #272727;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
  }
  section.course-section .col-md-6 {
    margin-bottom: 30px;
  }
  section {
    padding: 60px 0;
  }
  .head-center {
    width: 100%;
    margin-inline: auto;
  }
  .heading h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
  }
  section.completed-section .col-md-3 {
    margin-bottom: 30px;
  }
  section.teaching-section .col-md-6 {
    margin-bottom: 30px;
  }
  .profile-img {
    background: #111111;
    border-radius: 15px;
    margin-top: 15px;
  }
  .contact-section {
    position: relative;
    left: 0;
    transform: none;
    bottom: 0;
    top: 60px;
  }
  .contact-part p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
  .contact-part h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .copyright-section {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .profile-section {
    background-color: #29261f;
    position: relative;
    padding-bottom: 120px;
  }
  .button-down {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    /* width: 100%; */
}
.button-down a {
  margin: 0 !important;
  border-radius: 0 !important;
}
.button-down a {
  width: 50%;
}
    .banner-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
.banner-section {
  height: auto !important;
}
.header .logo img {
  max-height: 50px;
  margin-right: 8px;
}
.course-list a {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 15px;
}
.about-section .col-md-3 .about-image {
  width: 50%;
  display: flex;
}
}
.modal-header.cancel {
  border: 0;
  padding: 0;
  padding-right: 30px;
  padding-top: 18px;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  opacity: 1;
}
.newClass {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
}
.newClass .logo img {
  max-height: 50px;
  margin-right: 8px;
}
.newClass .btn-getstarted, .newClass .btn-getstarted:focus {
  color: #ffffff;
  background: #c9a764;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
  border: 2px solid transparent;
}
.newClass .btn-getstarted.button, .newClass .btn-getstarted.button:focus {
  color: #fff;
  background: transparent;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 0 0 30px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #966c32, #dac77b) border-box;
  border-radius: 8px;
  border: 2px solid transparent;
}
.form-check{
  margin-top: 10px;
}
.form-check input {
  height: 18px;
  width: 18px;
	float:left;
	margin-right:10px;
}
.form-check label {
  color: #000;
  font-size: 15px;
}
.form-check-input:focus {
  border-color: #c9a764;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.form-check-input:checked {
  background-color: #c9a764;
  border-color: #c9a764;
}
.course-info h3 {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 20px;
}
.course-info p {
  margin-bottom: 0px;
}
.type h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
	margin-top:20px;
}
.type ul li {
  margin-bottom: 20px;
  line-height: 1.5;
}
.quote-learning {
  background: #272727;
  padding: 20px;
  border-radius: 15px;
}
.quote-learning p {
  font-style: italic;
  font-size: 15px;
}
.quote-learning {
  background: #272727;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 40px;
}
.course-a a {
  display: inline-block;
  margin-bottom: 35px;
}
.form-check {
    margin-top: 10px;
    margin-left: -11px;
    margin-left: 0;
    padding-left: 0;
}
.form-check label {
    color: #000;
    font-size: 15px;
   
    margin-top: 4px;
    
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em !important;
}
.course-info {
    margin-bottom: 40px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-getstarted {
    color: #fff;
    background: #c9a764;
    font-size: 16px;
    padding: 10px 30px 12px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 500;
    border: 2px solid transparent;
    /* display: flex; */
    line-height: 27px !important;
}
.course-img img {
    width: 90%;
    border-radius: 15px;
}
.wpcf7 form .wpcf7-response-output {
    color: #b22222 !important;
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
div#course .form-check label {
    color: #000;
    font-size: 15px;
    position: relative;
    margin-top: 10px;
    margin-left: 5px;
}
div#coursee .form-check label {
     color: #000;
    font-size: 15px;
    position: relative;
    margin-top: 10px;
    margin-left: 5px;
}
.sticky {
    position: sticky;
    top: 120px;
}
.sticky {
    position: sticky;
    top: 120px;
    margin-bottom: 60px;
}
span.wpcf7-list-item-label {
    position: relative;
    top: -3px;
}

	.verify-page{
		background-color:#29261f;
	}

.verify-page .content p{
	font-size:26px;
}

/* .verify-page .contact-section{
	transform:translate(-50%, -50%);
} */

/* .verify-page .profile-section{
	z-index:1;
} */

.verify-page .contact-section{
	margin-bottom:0;
}

.verify-page .contact-section .contact-part{
	margin-bottom:-100px;
}

.verify-page .copyright-section{
	position:relative;
}

.not-found h1{
    font-size:100px;
    font-weight:700;
}


.mark, mark{
	padding:0;
}

.per-box {
    position: absolute;
    background: #c9a764;
    padding:15px;
    text-align: center;
    bottom: 10%;
    left: -15%;
    border-radius: 10px;
}

.per-box h2{
	font-size:25px;
	margin-bottom:0;
}

.per-box p{
	font-size:17px;
}

@media (min-width: 576px) and (max-width: 767.98px){
	.banner-section {
    
    height: auto;
}
	
.banner-desc h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
	.images .side-img {
    background: #fff;
    height: 60px;
    padding: 20px;
    box-shadow: 0px 6px 15px 0px #000000bf;
    border-radius: 15px;
}
/* 	.banner-img img {
    padding: 0;
} */
	.images .img1 {
    position: absolute;
    bottom: 26%;
    left: 4%;
}
.images .img2 {
    position: absolute;
    right: 3%;
    top: 16%;
}
	.images .img3 {
    position: absolute;
    bottom: 4%;
    left: 45%;
}
	.service-desc h4 {
    font-size: 18px;
    font-weight: 800;
    color: #4a4131;
    margin-top: 20px;
    margin-bottom: 2px;
}
	.service-desc p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
	.abt-desc h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
	.abt-desc p {
/*     font-size: 13px; */
    font-weight: 400;
/*     line-height: 26px; */
    color: #fff;
}
	.small-img {
    height: auto;
}
	section.completed-section .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
}
	.contact-section {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -16%;
}
	
	.verify-page	.contact-section {
    position: relative;
		left:0;
    transform: unset;
}
	.square {
    position: absolute;
    right: 28px;
    top: 28px;
    height: 100px;
    width: 100px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom: none;
}

.square1 {
    position: absolute;
    bottom: 26px;
    right: 26px;
    height: 130px;
    width: 130px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-left: none;
    border-top-right-radius: 0px;
    border-top: none;
    border-bottom-left-radius: 0px;
    transform: skew(0deg, 5deg);
}
	.square2 {
    position: absolute;
    bottom: 65px;
    left: 25px;
    height: 130px;
    width: 90px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-top: none;
    border-bottom-right-radius: 0px;
    border-right: none;
    border-top-left-radius: 0;
    transform: skew(0deg, 186deg);
}
}
@media (min-width: 768px) and (max-width: 992px) {
	.banner-section {
    background: radial-gradient(89.07% 436.22% at 102.14% 8.8%, #24211c 0%, #504734 48.5%, #2f2a20 100%);
    display: flex;
    align-items: center;
/*     height: 80vh; */
}
	    .banner-desc h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
    }
	.images .side-img {
    background: #fff;
    height: 60px;
    padding: 20px;
    box-shadow: 0px 6px 15px 0px #000000bf;
    border-radius: 15px;
}
	.banner-img img {
    padding: 0;
}
	.images .img1 {
    position: absolute;
    bottom: 26%;
    left: -15%;
}
.images .img2 {
    position: absolute;
    right: -13%;
    top: 16%;
}
	.images .img3 {
    position: absolute;
    bottom: -30px;
    left: 45%;
}
	.service-desc h4 {
    font-size: 18px;
    font-weight: 800;
    color: #4a4131;
    margin-top: 20px;
    margin-bottom: 2px;
}
	.service-desc p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
	.abt-desc h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
	.abt-desc p {
/*     font-size: 13px; */
    font-weight: 400;
/*     line-height: 26px; */
    color: #fff;
}
	.small-img {
    height: auto;
}
	section.completed-section .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
}
	.contact-section {
/*     position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -16%; */
}
	.square {
    position: absolute;
    right: -22px;
    top: -17px;
    height: 100px;
    width: 100px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom: none;
}

.square1 {
    position: absolute;
    bottom: -16px;
    right: -20px;
    height: 130px;
    width: 130px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-left: none;
    border-top-right-radius: 0px;
    border-top: none;
    border-bottom-left-radius: 0px;
    transform: skew(0deg, 5deg);
}
	.square2 {
    position: absolute;
    bottom: -1px;
    left: -20px;
    height: 130px;
    width: 90px;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    border: 7px solid #96682d;
    border-top: none;
    border-bottom-right-radius: 0px;
    border-right: none;
    border-top-left-radius: 0;
    transform: skew(0deg, 186deg);
}

.per-wrap{
	top:-20px;
	right:0;
}

}
/* @media (min-width: 1800px) {
.banner-section {
    background: radial-gradient(89.07% 436.22% at 102.14% 8.8%, #24211c 0%, #504734 48.5%, #2f2a20 100%);
    display: flex;
    align-items: center;
    padding: 0;
    height: 65vh !important;
}
} */
// Large devices (desktops, less than 1200px)
@media (min-width: 1600px) and (max-width: 2600px) { 

}
@media (min-width: 992px) and (max-width: 1200px) {
section.completed-section .col-md-3 {
        width: 50%;
        margin-bottom: 30px;
    }
/* 	.banner-section {
    background: radial-gradient(89.07% 436.22% at 102.14% 8.8%, #24211c 0%, #504734 48.5%, #2f2a20 100%);
    display: flex;
    align-items: center;
    padding: 0;
    height: 80vh;
} */
}
@media (min-width: 576px) and (max-width: 768px) { 
	section#service .col-md-3 {
    width: 50%;
}
  .button-down {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    /* width: 100%; */
}
.button-down a {
  margin: 0 !important;
  border-radius: 0 !important;
}
.button-down a {
  width: 50%;
}
	    .menu a.btn-getstarted {
        margin-top: 25px;
        display: inline-block;
        text-align: center;
    }
	.newClass .btn-getstarted, .newClass .btn-getstarted:focus {
    color: #ffffff;
    background: #c9a764;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 500;
    border: 2px solid transparent;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
.banner-desc h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}
	.contact-section {
/*     position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -16%; */
}
	.images .img1 {
    position: absolute;
    bottom: 26%;
    left: -15%;
}
.images .img2 {
    position: absolute;
    right: -13%;
    top: 16%;
}
	.images .img3 {
    position: absolute;
    bottom: 0px;
    left: 45%;
}
		.images .side-img {
    background: #fff;
    height: 80px;
    padding: 20px;
    box-shadow: 0px 6px 15px 0px #000000bf;
    border-radius: 15px;
}
}
/* @media (min-width: 768px) and (max-width: 1199.98px) { ... }
@media (min-width: 5120px) {
    .banner-section {
        background: radial-gradient(89.07% 436.22% at 102.14% 8.8%, #24211c 0%, #504734 48.5%, #2f2a20 100%);
        display: flex;
        align-items: center;
        padding: 0;
        height: 30vh !important;
    }
} */


@media (max-width: 767.98px) {  
	
	.per-box{
		left:-6%;
	}

	.verify-page .content p{
		font-size:20px;
	}
}
@media (max-width: 991.98px) {
	.col-md-6.col-lg-3{
		margin-bottom:30px;
	}
	
	.course-img img{
		width:100%;
	}
}

@media (max-width: 767.98px){
	.banner-section {
        
        padding: 50px 0;
        height: auto !important;
    }
	
	    .contact-section {
/*         transform: translate(-50%, -100%); */
    }
	
	.contact-part p{
		font-size:16px;	
	}
	
	.contact-part h2{
		font-size:26px;
	}
}

@media (max-width: 575.98px){
	
	.newClass{
		position:unset;
	}
	
	.per p{
		font-size:13px;
	}
	    .per-box {
        right: 30px;
        left: unset;
        bottom: -45px;
    }
	
	.per-box h2 {
    font-size: 22px;
}
	
	.per-box p {
    font-size: 15px;
}
	
	.contact-section {
        transform: none;
		margin-bottom:0;
		margin-top:0;
    }
	
	    .contact-part h2 {
        font-size: 20px;
    }
	
	    .copyright-section {
        padding-bottom: 70px;
    }
	
	.verify-page .contact-section {
    transform: translate(0%, -50%);
}
	    .verify-page .content p {
        font-size: 15px;
    }
	
}

@media(min-width:576px){
	.service-section{
		scroll-margin-top:200px;
	}
	
}

@media(min-width:2000px){
	body{
		font-size:18px;
	}
	
	.container{
		max-width:1800px !important;
	}
	
	.banner-desc p{
		font-size:22px;
	}
	
	
	.info h4{
		font-size:24px;
	}
	
	.service-desc h4,
	.completed h2{
		font-size:26px;
	}
	.service-desc p,
	.abt-desc p,
	.completed p,
	.teaching p,
	.testimonal p,
	.info p,
	.copyright{
		font-size:18px;
	}
	
	.instructor-info{
		margin-bottom:40px;
	}
	
	.per-wrap{
		right:60px;
	}
	
	.copyright h4{
		font-size:19px;
	}
	
}