@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  --hading-font: "Playfair Display", serif;
  --heading-font-two: "Urbanist", sans-serif;
  --web-font: "Inter", sans-serif;
  --white: #ffffff;
  --black : #000000;
  --theme-color: #5537E8;
  --theme-color-two: #FF5400;
  --theme-color-three: #FFA656;
}
*{padding: 0;margin: 0;list-style-type: none;text-decoration: none;outline: none;box-sizing: border-box;}
body {margin: 0;padding: 0;font-family: var(--web-font);overflow-x: hidden;}
h1, h2, h3, h4, h5, h6{font-family: var(--web-font);}
p{font-family: var(--web-font); font-size: 16px;font-weight: 400;padding: 0; margin-bottom:10px;line-height: 24px;color: #000000;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
img {max-width: 100%;border: none;}
a {text-decoration: none;outline: none !important;transition: all 0.5s ease-out;}
.p-80{padding: 80px 0;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}
::selection{background-color: var(--theme-color);color: var(--white);}
.btn{transition: all 0.5s ease-out;font-size: 16px;font-weight: 500;padding: 12px 50px 12px 30px;border: 1px solid;border-radius: 30px;position: relative;}
.btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow-right.png);
  transform: translate(-20px, 16px);
}
.btn:focus{
  box-shadow: none;
  outline: none;
  border-color: transparent;
}
.btn-primary{
  border-color: var(--white);
  color: var(--white);
  background: #FE5E03;
  background: -webkit-linear-gradient(90deg, rgba(254, 94, 3, 1) 0%, rgba(203, 1, 197, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(254, 94, 3, 1) 0%, rgba(203, 1, 197, 1) 100%);
  background: linear-gradient(90deg, rgba(254, 94, 3, 1) 0%, rgba(203, 1, 197, 1) 100%);
}
.btn-primary:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}
.btn-outline-primary{
  border-color: var(--white);
  color: var(--white);
}
.btn-primary:hover, .btn-outline-primary:hover{
  border-color: var(--white);
  background: #5901FE;
  background: -webkit-linear-gradient(90deg, rgba(89, 1, 254, 1) 0%, rgba(203, 1, 197, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(89, 1, 254, 1) 0%, rgba(203, 1, 197, 1) 100%);
  background: linear-gradient(90deg, rgba(89, 1, 254, 1) 0%, rgba(203, 1, 197, 1) 100%);
}
.heading {
    margin-bottom: 32px;
}
.heading .tagline {
  font-size: 14px;
  background: #D40083;
  background: -webkit-linear-gradient(-90deg, rgba(212, 0, 131, 0.1) 0%, rgba(255, 84, 0, 0.1) 100%);
  background: -moz-linear-gradient(-90deg, rgba(212, 0, 131, 0.1) 0%, rgba(255, 84, 0, 0.1) 100%);
  background: linear-gradient(-90deg, rgba(212, 0, 131, 0.1) 0%, rgba(255, 84, 0, 0.1) 100%);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.heading .tagline span{
  background: #FE8208;
  background: -webkit-linear-gradient(90deg, rgba(254, 130, 8, 1) 0%, rgba(212, 0, 131, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(254, 130, 8, 1) 0%, rgba(212, 0, 131, 1) 100%);
  background: linear-gradient(90deg, rgba(254, 130, 8, 1) 0%, rgba(212, 0, 131, 1) 100%);
  font-size: 14px;
  font-width: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.heading h2, .heading h3 {
  color: var(--black);
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
}
.heading h2 strong, .heading h3 strong{
  font-weight: 600;
  background: #CB01C5;
  background: -webkit-linear-gradient(90deg, rgba(203, 1, 197, 1) 0%, rgba(89, 1, 254, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(203, 1, 197, 1) 0%, rgba(89, 1, 254, 1) 100%);
  background: linear-gradient(90deg, rgba(203, 1, 197, 1) 0%, rgba(89, 1, 254, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-control {
  height: 55px;
  border-radius: 30px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 24px;
}
.form-control::placeholder{
  color: #121212;
  font-size: 15px;
  font-weight: 400;
}
.form-control:focus{
  box-shadow: none;
  border-color: var(--white);
}
select.form-control {
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/down-arrow.png);
  background-size: 15px;
  background-origin: content-box;
}
textarea.form-control {
  height: 106px;
  resize: none;
  border-radius: 20px;
  padding: 16px 24px;
}

/*-- footer area start --*/
.footer-area {
  padding-top: 80px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/footer-bg.webp);
}
.footer h4, .footer h5 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 16px;
  font-family: var(--web-font);
}
.footer h4 strong{color: #5537E8;font-weight: 600;}
.footer h5 {
  margin: 0 0 5px;
}
.footer ul {
    padding-left: 20px;
}
.footer ul li {
 margin-bottom: 10px;
  list-style: disc;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li a{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}
.footer ul li a:hover{
  color: var(--theme-color);
}
.footer address, .footer a{
  color: #151515;
  font-size: 17px;
  font-weight: 400;
}
.footer a:hover{
  color: var(--theme-color);
}
.footer a.call{
  font-size: 24px;
  font-weight: 500;
}
.footer p{margin-top: 35px;}
.footer h3 {
    font-size: 70px;
    font-family: var(--web-font);
    font-weight: 300;
}
.footer:last-child{
  margin-bottom: 0;
}
.footer .footer-social{
  display: flex;
}
.footer .footer-social li a{
  width: 100%;
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #003946;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  transition: 0.5s;
  text-decoration: none;
}
.footer .footer-social li a:hover{
  background-color: #FFC727;
  color: #000000;
}
.footer .form-control {
    height: 55px;
    color: #000;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #000;
    padding-right: 80px;
    position: relative;
    padding-left: 15px;
}
.footer .btn {
    border: none;
    background: #E2B842;
    border-radius: 10px;
    margin-top: 10px;
    color: #000;
    font-size: 17px;
    position: absolute;
    letter-spacing: 0;
    top: -5px;
    right: 7px;
    padding: 10px 15px;
}
.footer h6 {
  font-family: var(--web-font);
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
}
.footer .btn:hover {
    background: #13ACC2;
}
.footer .form-group {
  position: relative;
}

.copyright {
    width: 100%;
    background-color: var(--white);
    text-align: center;
}
.copyrightin {
  width: 100%;
  border-top: 1px dashed var(--black);
  padding: 25px 0;position: relative;
  z-index: 9;
  margin-top: 50px;
}
.copyrightin a{
  color: var(--theme-color);
}

.copyright p {
    text-align: left;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.copyright p span {
    color: #5537E8;
    font-weight: 500;
}
.copyright p a{
  color: #5537E8;
  font-weight: 500;
}
.footer .fa-angles-right {
  font-size: 15px;
  color: #13ACC2;
}
.footer-social {
    display: flex;
    justify-content: right;
}
.footer-social li {
    margin: 0px 5px;
}
.footer-social li a {
    width: 100%;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
}

.footer-social li a:hover {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--white);
}
/*-- footer area stop --*/
/*-- getintouch area start --*/
.getintouch-area {
  background: #D40083;
  background: -webkit-linear-gradient(0deg, rgba(212, 0, 131, 1) 0%, rgba(255, 84, 0, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(212, 0, 131, 1) 0%, rgba(255, 84, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(212, 0, 131, 1) 0%, rgba(255, 84, 0, 1) 100%);
  display: flex;
  align-items: end;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.getintouch-area .getintouch-img {
  position: relative;
  width: 670px;
  z-index: 1;
}
.getintouch-area .getintouch-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: min(100%, 370px);
  height: 88%;
  background-color: var(--theme-color-three);
  border-radius: 200px;
  border-top-left-radius: 0;
  box-shadow: 0px 0 45px rgb(255 166 86 / 66%);
}
.getintouch-area .getintouch-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/cap.png);
  width: 95px;
  height: 95px;
  transform: translate(60px, 140px);
}
.getintouch-area .getintouch-img img{
  width: 100%;
  object-fit: cover;
  position: relative;
}
.getintouch-area .container{
  position: relative;
}
.getintouch-area .container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/shape1.png);
  width: 109px;
  height: 120px;
}
.getintouch-area .container::after {
  content: '';
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/getintouch-shape1.png);
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  transform: translate(-20px , -90px);
  z-index: -1;
}
.getintouch-area .container .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/getintouch-shape2.png);
  width: 190px;
  height: 190px;
  z-index: 1;
  transform: translateY(-110px);
}
.getintouch-form {
  background-color: #FF483B;
  padding: 35px;
  border-radius: 50px;
  position: relative;
}
.getintouch-form::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../images/shape2.png);
  transform: translate(20px, 35px);
}
.getintouch-form .heading h3, .studentStori-area .heading h3{
  color: var(--white);
}
.getintouch-form .heading .tagline, .studentStori-area .heading .tagline {
  background-color: rgb(255 255 255 / 20%);
}
.getintouch-form .heading .tagline span, .studentStori-area .heading .tagline span {
  font-weight: 600;
  -webkit-text-fill-color: var(--white);
}
/*-- getintouch area stop --*/
/*-- studio area start --*/
.studio-card {
  padding: 12px;
  background: #868DE7;
  background: linear-gradient(135deg, rgba(134, 141, 231, 1) 0%, rgba(134, 141, 231, 0) 20%, rgba(134, 141, 231, 0) 80%, rgba(134, 141, 231, 1) 100%);
  position: relative;
  transition: all 0.5s ease-out;
  border-radius: 50px;
}
.studio-card:hover{
  background: #D40083;
  background: linear-gradient(135deg, rgba(212, 0, 131, 1) 0%, rgba(212, 0, 131, 0) 20%, rgba(212, 0, 131, 0) 80%, rgba(212, 0, 131, 1) 100%);
}
.studio-card::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--white);
  border-radius: 50px;
  margin: 4px;
  transition: all 0.5s ease-out;
}
.studio-card:hover::before{
  background-color: #FFE3F2;
}
.studio-card .card-image {
  height: 303px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.studio-card .card-image img{
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: all 0.5s ease-out;
}
.studio-card:hover .card-image img{
  transform: scale(1.1);
}
.studio-card .card-image .date-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  transform: translate(-20px, -20px);
}
.studio-card .card-body {
  position: relative;
  padding: 16px 16px 32px;
}
.studio-card .card-body .tagline{
  font-size: 14px;
  background: #D40083;
  background: -webkit-linear-gradient(-90deg, rgba(212, 0, 131, 0.1) 0%, rgba(255, 84, 0, 0.1) 100%);
  background: -moz-linear-gradient(-90deg, rgba(212, 0, 131, 0.1) 0%, rgba(255, 84, 0, 0.1) 100%);
  background: linear-gradient(-90deg, rgba(212, 0, 131, 0.1) 0%, rgba(255, 84, 0, 0.1) 100%);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.studio-card .card-body .tagline span{
  background: #FE8208;
  background: -webkit-linear-gradient(90deg, rgba(254, 130, 8, 1) 0%, rgba(212, 0, 131, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(254, 130, 8, 1) 0%, rgba(212, 0, 131, 1) 100%);
  background: linear-gradient(90deg, rgba(254, 130, 8, 1) 0%, rgba(212, 0, 131, 1) 100%);
  font-size: 14px;
  font-width: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.studio-card .card-body h4{
  font-size: 24px;
  font-family: var(--web-font);
  font-weight: 500;
  line-height: 34px;
  color: var(--black);
  margin-bottom: 8px;
}
.studio-card .card-body p{
  margin: 0;
}
.studio-area .heading {
  margin-bottom: 48px;
}
.studio-area .heading h3, .studentStori-area .heading h3{
  margin: 0;
}
.studio-area.p-80{
  padding-bottom: 120px;
}
.studio-area{
  position: relative;
}
.studio-area::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(../images/shape3.webp);
  width: 290px;
  height: 500px;
}
.studio-area::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../images/shape4.webp);
  width: 290px;
  height: 500px;
}
.studio-area .container{
  position: relative;
  z-index: 1;
}
/*-- studio area stop --*/
/*-- studentStori area start --*/
.studentStori-area {
  position: relative;
  background: #5605BC;
  background: -webkit-linear-gradient(0deg, rgba(86, 5, 188, 1) 0%, rgba(135, 99, 245, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(86, 5, 188, 1) 0%, rgba(135, 99, 245, 1) 100%);
  background: linear-gradient(0deg, rgba(86, 5, 188, 1) 0%, rgba(135, 99, 245, 1) 100%);
  border-radius: 30px;
  margin: 0 8px;
}
.studentStori-area .container{
  position: relative;
}
.studentStori-area .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/studentStori-shape1.png);
  transform: translate(-30px, -166px);
}
.studentStori-area .container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 98px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/studentStori-shape2.png);
  transform: translateY(-173px);
  z-index: -1;
}
.studentStori-card {
  position: relative;
  padding: 65px 40px;
}
.studentStori-card::before {
  content: '';
  inset: 0;
  background: linear-gradient(180deg, #6f2cff 0%, #c7a9ff 100%);
  clip-path: polygon(
      0 0,
      70% 0,
      100% 30%,
      100% 100%,
      20% 100%,
      0 80%
  );
  border-radius: 40px;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.3), 0 10px 20px rgba(0,0,0,0.2);
  position: absolute;
  z-index: 0;
}
.studentStori-card ul{
  display: flex;
  gap: 2px;
  position: relative;
}
.studentStori-card ul li {
  color: #FFCD00;
  font-size: 16px;
}
.studentStori-card p {
  color: var(--white);
  padding-right: 45px;
  font-style: italic;
  margin: 45px 0;
  position: relative;
}
.studentStori-card .admin{
  position: relative;
}
.studentStori-card .admin .admin-icon{
  width: 62px;
  height: 62px;
  overflow: hidden;
}
.studentStori-card .admin .admin-icon img{
  width: 100%;
  object-fit: cover;
}
.studentStori-card .admin .admin-body{
  padding-left: 8px;
}
.studentStori-card .admin .admin-body h4, .studentStori-card .admin .admin-body h5 {
  color: var(--white);
  font-family: var(--web-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.studentStori-card .admin .admin-body h5 {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.studentStori-card .shape {
  width: 71px;
  height: 61px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/shape5.webp);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-18px, 32px);
}
.studentStori-card .shape img{
  width: auto;
  height: 20px;
  object-fit: contain;
}
.studentStori-area .heading {
    margin-bottom: 55px;
}
/*-- studentStori area stop --*/
/*-- about area start --*/
.about-area .about-img img{
  width: 100%;
  object-fit: cover;
}
.heading.about-content {
  padding-left: 50px;
}
.heading.about-content h3 {
  margin-bottom: 32px;
}
.heading.about-content p {
  margin-bottom: 32px;
}
.about-media{
  margin-bottom: 32px;
}
.about-media .media-icon{
  background: #8763F5;
  background: linear-gradient(0deg, rgba(135, 99, 245, 1) 0%, rgba(180, 153, 250, 1) 100%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 16px;
}
.about-media:nth-of-type(2n) .media-icon{
  background: #FE5E03;
  background: linear-gradient(0deg, rgba(254, 94, 3, 1) 0%, rgba(255, 166, 86, 1) 100%);
}
.about-media .media-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-media .media-body{
  padding-left: 16px;
}
.about-media .media-body h4 {
  font-size: 24px;
  font-family: var(--web-font);
  line-height: 34px;
  color: var(--black);
  margin-bottom: 5px;
}
.about-media .media-body p{
  margin: 0;
}
.counter-media {
  box-shadow: 0 6px 16px rgb(0 0 0 / 7%);
  background-color: var(--white);
  border-radius: 20px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}
.counter-media .media-icon {
  width: 70px;
  height: 70px;
  background-color: rgb(254 125 2 / 10%);
  border-radius: 50%;
  padding: 16px;
}
.counter-media-listing:nth-child(2) .counter-media .media-icon{
  background-color: rgb(89 1 254 / 10%);
}
.counter-media-listing:nth-child(3) .counter-media .media-icon{
  background-color: rgb(212 0 131 / 10%);
}
.counter-media .media-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.counter-media .media-body{
  padding-left: 16px;
}
.counter-media .media-body h5 {
  font-family: var(--web-font);
  font-size: 38px;
  line-height: 48px;
  color: var(--black);
  font-weight: 600;
  margin: 0;
}
.counter-media .media-body h6 {
  font-family: var(--web-font);
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
  font-weight: 400;
  margin: 0;
}
.counter-listing-area{
  padding-top: 50px;
}
.about-area.p-80 {
    padding-bottom: 120px;
}
.about-area{
  position: relative;
}
.about-area::before {
  content: "";
  position: absolute;
  top: -260px;
  right: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/about-shape1.png");
  width: 290px;
  height: 697px;
}
.about-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/about-shape2.png");
  width: 290px;
  height: 697px;
}
.about-area .container{
  position: relative;
}
.about-area .container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/about-shape3.png");
  transform: translateY(-100px);
}
/*-- about area stop --*/
/*-- classes area start --*/
.classes-area{
  position: relative;
}
.classes-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/classes-shape5.png");
  width: 290px;
  height: 697px;
}
.classes-area .container{
  position: relative;
}
.classes-area .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/classes-shape6.png");
  width: 135px;
  height: 75px;
  transform: translate(-58px, -20px);
}
.classes-card {
  position: relative;
  padding: 30px;
  border: 1px solid #F9F9F9;
  border-radius: 15px;
  background: var(--white);
  overflow: hidden;
}
/* Gradient top border */
.classes-area .heading{
  margin-bottom: 55px;
}
.classes-area .heading h2{
  margin-bottom: 0;
}
.classes-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* top border thickness */
  background: #CD05BD;
  background: linear-gradient(-90deg, rgba(205, 5, 189, 1) 0%, rgba(255, 128, 75, 1) 100%);
  transition: all 0.5s ease-out;
}
.classes-card:hover::before{
  background: #7501EF;
background: linear-gradient(-90deg, rgba(117, 1, 239, 1) 0%, rgba(84, 168, 254, 1) 100%);
}
.classes-card::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 237px;
  background-image: url(../images/classes-shape1.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.classes-card:hover::after{
  background-image: url(../images/classes-shape3.png);
}
.classes-card .shape{
  width: 204px;
  height: 204px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/classes-shape2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.classes-card:hover .shape{
  background-image: url(../images/classes-shape4.png);
}
.classes-card .icon {
  width: 92px;
  height: 92px;
  border-radius: 25px;
  border: 1px solid #FF5400;
  position: relative;
  z-index: 1;
  padding: 18px;
  margin-bottom: 24px;
  transition: all 0.5s ease-out;
}
.classes-card .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.classes-card:hover .icon{
  border-color: #7114E7;
}
.classes-card h4 {
  font-size: 26px;
  font-family: var(--web-font);
  line-height: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.classes-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.classes-card .tagline {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 8px;
  margin-bottom: 24px;
}
.classes-card .tagline li {
  background-color: rgb(113 20 231 / 7%);
  border-radius: 50px;
  padding: 8px 24px;
  color: #7114E7;
  font-size: 14px;
  font-weight: 500;
}
.classes-card .tagline li:last-child {
  background-color: rgb(255 84 0 / 7%);
}
/*-- classes area stop --*/
/*-- banner area start --*/
.banner-area{
  height: 100dvh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/banner-bg.webp);
}
.banner-area .banner-content {
  height: 100%;
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 45px;
}
.banner-area .banner-content h1 {
	font-size: 65px;
	font-weight: 600;
	line-height: 68px;
	color: var(--black);
	margin-bottom: 24px;
}
.banner-area .banner-content h1 span {
  position: relative;
  padding-right: 85px;
}
.banner-area .banner-content h1 span::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 86px;
	height: 86px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/banner-shape1.png);
}
.banner-area .banner-content h1 strong{
  font-weight: 600;
  color: var(--theme-color-three);
}
.banner-area .banner-content p {
  font-size: 24px;
  width: 400px;
  line-height: 34px;
}
.banner-area .banner-content h2 {
  color: var(--white);
  font-family: var(--web-font);
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 16px;
}
.banner-area .btn-box {
  gap: 12px;
  display: flex;
}
.banner-area ul.social-link {
  display: flex;
  gap: 8px;
}
.banner-area ul.social-link li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--white);
  font-size: 18px;
  transition: all 0.5s ease-out;
  border-radius: 50%;
  color: var(--white);
}
.banner-area ul.social-link li a:hover{
  background-color: var(--white);
  color: var(--theme-color);
}
.banner-area .container{
  height: 100%;
  display: flex;
}
/*-- banner area stop --*/
/*-- header area start --*/
.header-area .header-top {
  background: #FE8208;
  background: linear-gradient(90deg, rgba(254, 130, 8, 1) 0%, rgba(188, 0, 204, 1) 50%, rgba(49, 36, 253, 1) 100%);
  padding: 5px 0;
}
.header-top .contact-box ul{
  display: inline-flex;
}
.header-top .contact-box ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--white);
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}
.header-top .contact-box ul li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.header-top .contact-box ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: var(--white);
}
.header-top .contact-box ul li:last-child::before{
  display: none;
}
.header-top .contact-box ul li a{
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--white);
}
.header-top .contact-box ul li .icon {
  width: 32px;
  height: 32px;
  background-color: rgb(255 255 255 / 15%);
  border-radius: 50%;
  margin-right: 8px;
  padding: 8px;
}
.header-top .contact-box ul li .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-body-area .container{
  position: relative;
}
.header-body-area .container .logo {
    width: min(100%, 240px);
    height: 110px;
    display: inline-flex;
    align-items: end;
    justify-content: start;
    position: absolute;
    top: 0;
    left: 0;z-index: 9;
    transform: translateY(-42px);
    background-color: #ffffff;
    padding: 12px 5px;
    padding-left: 0;
}
.header-body-area .container .logo::after {
    content: '';
    position: absolute;
    width: 4000px;
    height: 100%;
    background-color: #ffffff;
    left: -4000px;
}
.header-body-area .container .logo img {
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    width: 100%;
}
.header-body-area .container .logo a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.header-body-area.fix{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 91;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background-color: var(--white);
}
.header-body-area.fix .container .logo {
    transform: translateY(0);
}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu{ margin-right: 25px; }
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active{
  position: relative;
}
.menu ul li.active::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  max-width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/menu-active-shape.svg);
}
.menu ul li span{
    position: absolute;
    top: 45%;
    right: 10px;
}
.menu ul li span::after {
    content: '\2b';
    color: #000000;
    font-family: FontAwesome;
    font-size: 10px;
}
.menu ul li:hover span::after{
  color: #13ACC2;
}
.headarea.innerheader .menu ul li a{ color: #000; }
.menu ul li a {
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  padding: 20px 0px;
  margin: 0 16px;
  border-bottom: 2px solid #fff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu ul li a:hover, .menu ul li.active a {
    color: var(--theme-color);
}
.menu ul li.active a::after{width: 100%;}
.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 6px;
    font-size: 10px;
}
.menu ul li:hover ul li a:hover {
    color: #fff;
    background-color: #13ACC2;
}
.menu ul li ul {
    width: 240px;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    text-align: left;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / 3%);
}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a {
    font-size: 14px;
    text-transform: none;
    padding: 12px 15px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    display: block;
    margin: 0;
}
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span {
	width: 100%;
	height: 2px;
	background: #000;
	margin-bottom: 6px;
	float: left;
	transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton {
	display: block;
	margin-left: 15px;
	cursor: pointer;
	transform: translateY(5px);
}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu {
	padding: 10px 0;
}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:0;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}
/*-- header area stop --*/

.header-body-area.fix .menu ul li a {
	padding: 27px 0px;
}
.header-body-area.fix .container .logo {
	height: 100%;
}


.aboutus {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 90px 0px;

    align-items: center;
}
.bnrhead{ position: relative; z-index: 9;}

.aboutus::after{position: absolute; content: ""; top: 0px;background: #945187;
background: linear-gradient(-90deg, rgba(148, 81, 135, 0) 45%, rgba(39, 31, 116, 1) 90%);width: 100%; height: 100%;
  left: 0px;}

.aboutus h1 {
    font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.aboutus h6 {
    font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.aboutus h6 a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

/* ======================================================================= */
    /* contact start */
/* ======================================================================= */

.contactarea{ padding: 70px 0px;}
.contactbox {
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 0 24px;
}
.contactleft {
    padding: 35px 30px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 8%);
    border-radius: 20px;
}
.contactbox h4 {
    font-size: 35px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--web-font);
    padding-bottom: 16px;
	position:relative;
}
.contactbox h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #3523fc;
    border-radius: 30px;
}
.contactbox p{font-size: 16px;line-height: 27px;margin-bottom: 25px;}
.contactleft .form-group{margin-bottom: 15px;}
.contactleft .form-control, .contactleft .form-select{font-size: 15px; height: 45px;border: none;border-bottom: 1px solid #ced4da;border-radius: 0px;padding: 0px;}
textarea.form-control {min-height: 110px;resize: none;}
.contactright {
    background: #f6f0fe;
    height: 100%;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 0 6px rgb(183 150 227 / 48%);
}
.contactright h4{font-size: 35px;line-height: 45px;color: #000;font-weight: 600;margin-bottom: 15px;}
.contactright p{font-size: 16px;line-height: 27px;margin-bottom: 25px;color: #000;}
.contactright .counter {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contactright .counter:last-child{border-bottom: none}
.contactright .counter-img {
    width: 40px;
    height: 40px;
    background: #3523fc;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
}
.contactright .counter-body h5 {
    font-size: 16px;
    line-height: 23px;
    color: #3523fc;
    margin-bottom: 2px;
    font-weight: 700;
}
.contactright .counter:nth-child(2) .counter-img{
	background-color:#ff5b05;
}
.contactright .counter:nth-child(2) .counter-body h5{
	color:#ff5b05;
}
.contactright .counter:nth-child(3) .counter-img{
	background-color:#e31887;
}
.contactright .counter:nth-child(3) .counter-body h5{
	color:#e31887;
}
.contactright .socialmedia h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    margin-bottom: 16px;
}
.contactright .counter-body h6, .contactright .counter-body h6 a{font-size: 15px;font-weight: 400;color: #000;letter-spacing: 0.01em;line-height: 23px;}
.contsocialmedia{ position:relative;margin-top: 40px;}
.contsocialmedia ul {margin: 0;padding: 0;list-style: none;}
.contsocialmedia ul li {position: relative;display: inline-block;list-style: none;border-radius: 7px;overflow: hidden;margin: 0 3px;}
.contsocialmedia ul li a{width: 39px;height: 39px;display: flex;align-items: center;justify-content: center;color: #000;font-size: 18px;border: 1px solid #f7b650;border-radius: 50%;transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;
-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;    -khtml-transition: all ease-in-out 0.5s;}
.contsocialmedia ul li:hover a{border: 1px solid #fff;background-color: #f7b650;color: #000;transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-khtml-transition: all ease-in-out 0.5s;}
.contactright .socialmedia ul{text-align: left;max-width: initial;position: initial;background: inherit;}
.map{margin-top: 0px;filter: grayscale(100%); line-height: 0;}
.maparea iframe {
  width: 100%;
  height: 500px;
  border: none;
  line-height: 0;
}

.form-control:focus {
    box-shadow: none;
}
.contsocialmedia ul {margin: 0;padding: 0;list-style: none;}
.contsocialmedia ul li {position: relative;display: inline-block;list-style: none;border-radius: 7px;overflow: hidden;margin: 0 3px;}
.contsocialmedia ul li a{width: 39px;height: 39px;display: flex;align-items: center;justify-content: center;color: #000;font-size: 18px;border: 1px solid #f7b650;border-radius: 50%;transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;
-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;    -khtml-transition: all ease-in-out 0.5s;}
.contsocialmedia ul li:hover a{border: 1px solid #fff;background-color: #f7b650;color: #000;transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-khtml-transition: all ease-in-out 0.5s;}
.contactright .socialmedia{ position:inherit; margin-top:25px;}
.contactright .socialmedia ul{text-align: left;max-width: initial;position: initial;background: inherit;}


.socialmedia{ position: relative;}
.socialmedia ul{ padding: 0px;text-align: right;  position: relative; z-index: 9;}
.socialmedia ul li{ display: inline-block; list-style: none; padding-left: 0px;}
.socialmedia ul li::after{ display: none;}
.socialmedia ul li a{width: 35px; height: 35px; display: flex; justify-content: center;
  border: 1px solid; align-items: center; color: #fff; border-radius: 7px;margin: 0px 2px; transition: all .3s ease-in-out;}
/* .socialmedia ul li a:hover{ background: #fff; color: #f35400; border: 1px solid #fff; transition: all .3s ease-in-out;} */
.facebook-f a {
    border-color: #2a43db !important;
    background-color: #2a43db;
}
.x-twitter a{
	border-color: #000000 !important;
    background-color: #000000;
}
.instagram a{
	border-color:none !important;
	background: #F9CE34;
background: linear-gradient(140deg, rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 50%, rgba(98, 40, 215, 1) 100%);
}
.linkedin-in a{
	border-color: #0077B5 !important;
    background-color: #0077B5;
}
.contactarea10 .map-box {
    border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    margin-top: 20px;
    height: 250px;
}
.contactarea10 .map-box p{
	height:100%;
}
.contactarea10 .map-box iframe{
	width:100%;
	height:100%;
}
.services_details {
    width: 100%;
    padding: 80px 0;
    background-color: #fbfbfb;
}

.details_box {
    width: 100%;
}

.details_box_head {
    width: 100%;
}

.details_box_head h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0px;
}

.details_box_head h3::after {
    display: none;
}

.marketing_circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffb700;
}

.detail_part {
    width: 100%;
    margin-top: 20px;
}

.detail_partpic {
    height: 450px;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.detail_partpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_part p {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

.detail_part h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    position: relative;
    padding-bottom: 0px;
}

.detail_middle {
    width: 100%;
    margin-top: 25px;
}

.detail_middlepic {
    height: 275px;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.detail_middlepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details_box ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

.details_box ul li {
    width: 100%;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 22px;
    color: #000;
    list-style-type: disc;
}

.detail_part h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 15px;
    position: relative;
    border-left: 3px solid #13ACC2;
    padding-left: 15px;
}

.detail_partimg4 {
    height: 400px;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
}

.detail_partimg4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_article {
    width: 100%;
    padding: 15px 0 15px 15px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    border-top: 1px solid #B5B4B4;
    border-bottom: 1px solid #B5B4B4;
}

.detail_article h6 {
    font-size: 17px;
    font-weight: 600;
}

/*.detail_article {border: 1px solid #ffb700;border-radius: 10px;padding: 20px;box-shadow: 0px 0px 10px 0px #c5c5c5;}*/
/*.detail_article h4{font-size: 20px;font-weight: 600;margin-bottom: 15px;position: relative;}*/
.detail_article ul{padding: 0px;margin: 0px;display: flex;justify-content: space-between;text-align: center; gap: 7px;}
.detail_article ul li{ display: inline-block; margin-bottom: 0;}
.detail_article ul li a{display: flex;width: 35px;height: 35px; border: 1px solid #514444;align-items: center;
justify-content: center;border-radius: 50%;}
.detail_article ul li span{ display: block;text-transform: uppercase;font-size: 12px;}


/* // categories_box start */
.categories_box {
    width: 100%;
    background-color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid #FE5901;
    box-shadow: 0 4px 15px 0px rgb(0 0 0 / 10%);
}

.categories_box h5 {
    font-family: "Poppins", serif;
    font-size: 22px;
    color: #3A0E44;
    font-weight: 600;
    padding-left: 0px;
    margin-bottom: 15px;
    position: relative;
}

.categories_box h5::before {
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    width: 3px;
    background-color: #F95417;
}

.categories_box_card {
    width: 100%;
    padding: 0px;
}

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

.categories_box_card ul li {
    width: 100%;
}

.categories_box_card ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 12px;
    border-radius: 8px;
    margin-top: 15px;
    text-decoration: none;
    background-color: #F6F7F8;
    box-shadow: inset 0px 4px 4px 0 rgb(0 0 0 / 10%);
    transition: 0.3s;
}



.categories_box_card ul li a:hover {
   color: #fff;
  background-color: #FE5901;
  box-shadow: none;
}

.categories_box_card .fa-arrow-right {
    margin-right: 10px;
    font-size: 14px;
}
.page-id-10 .about-area.p-80, .page-id-16 .studio-area.p-80 {
	padding-bottom: 0;
}
.page-id-10 .about-area .container::before {
	transform: translateY(-50px);
}

/*-- mobile banner start --*/
.mobile-banner {
	display: none;
	background-image: url(../images/mobile-banner.png);
	height: 765px;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.mobile-banner .container{
	height: 100%;
}
.mobile-banner .mobile-body-content {
	height: 100%;
	align-content: space-between;
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0 180px;
  position: relative;
}
.mobile-banner .mobile-body-content .content {
	width: 100%;
	text-align: center;
}
.mobile-banner .mobile-body-content .content h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	margin-bottom: 10px;
}
.mobile-banner .mobile-body-content .content h1 br{
	display:none;
}
.mobile-banner .mobile-body-content .content h1 strong {
	color: #FE8208;
	display: block;
	font-weight: 600;
}
.mobile-banner .mobile-body-content .content p {
	width: 65%;
	margin: 0 auto;
}
.mobile-banner .mobile-body-content img {
	width: auto;
	height: 400px;
	margin: 0 auto;
}
.mobile-banner .mobile-body-content .content-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-45px);
}
.mobile-banner .mobile-body-content .content-2 h2 {
	color: var(--white);
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 16px;
}
.mobile-banner .mobile-body-content .content-2 .btn-box {
	gap: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #d009b3;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #d00ab3;
  color: #000;
}

.page-id-18 .wpcf7-not-valid-tip {
    color: #dc3232 !important;
}
.page-id-8 .wpcf7-not-valid-tip {
    color: #fff !important;
}
.page-id-8 .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #fff;
    color: #ffffff;
}
.page-id-18 .wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
}
.banner-area .banner-content h1 {
    margin-top: 120px;
}
















