:root {
  --color-1: #248b18;
  --color-1-light: #62a526;
  --color-1-extra-light: #dcffbc;
  --color-1-extra-light-2: #edffdd;
  --color-1-dark: #23641b;
  --color-1-dark-rgb: 35 100 27;
  --color-2: #f58938;
  --color-2-light: #ffa866;
  --color-2-extra-light: #ffbe8d;
  --color-2-extra-light-2: #ffd4b3;
  --color-2-extra-light-3: #fff1e7;
  --color-2-light-rgba: rgb(245 137 56 / 50%);
  --color-2-dark: #f77818;
  --color-success: #00bf08;
  --color-success-dark: #01ad08;
  --color-orange: #ff3d00;
  --color-orange-dark: #f13800;
  --gokuldham-color: #003692;
  --tirupati-color: #ec9e37;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #5e5e5e;
}

button,
a,
img {
  user-select: none;
}

a:hover {
  color: var(--color-2) !important;
}

.boxed_wrapper {
  overflow: inherit;
}

.logo-box-style2 {
  position: relative;
  margin: 0px;
  padding: 12px 0px;
  /* background-color: #ffffff; */
  border-radius: 0px 0px 4px 4px;
}

.main-menu-box {
  top: 20px;
}
.logo-box-style2 img {
  height: 80px;
}

.main-menu .navigation > li > a {
  color: #525252;
  font-size: 15px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.7px;
}

.slotholder::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  background: -webkit-linear-gradient(
    to right,
    rgb(0 0 0 / 70%),
    rgb(255 255 255 / 0%)
  );
  background: linear-gradient(
    to right,
    rgb(0 0 0 / 70%),
    rgb(255 255 255 / 0%)
  );
  /* opacity: 0.5; */
}

.about-style2-image-box .pattern {
  background: var(--color-1-extra-light);
}

.inner-content .text h3 {
  font-size: 28px;
  line-height: 1.3;
}

.desc-text {
  color: #000000;
  line-height: 1.8;
  font-size: 17px;
}

.btn-one {
  font-family: "Poppins";
  background: var(--color-orange);
  border: 2px solid var(--color-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 3.3;
  padding: 0 20px 0;
}

.btn-one:hover {
  /* border: 2px solid #ffffff; */
  background: var(--color-success);
  letter-spacing: 0;
}

.btn-one.btn-sm {
  background: #eee;
  border-radius: 0;
  border: none;
  width: fit-content;
  color: #626262;
  line-height: 1;
  padding: 4px 6px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0.5px;
}

.course-item:hover .btn-one.btn-sm,
.btn-one.btn-sm:hover {
  background: #2196f3;
  color: #fff !important;
}

.btn-submit {
  background: var(--color-orange);
  /* border: 2px solid var(--color-orange); */
  border: none;
  box-shadow: 0px 20px 25px rgb(0 0 0 / 25%);
}

.btn-submit:hover {
  background: var(--success);
}

.stricky .btn-one:hover {
  letter-spacing: 1px;
}

.stricky-fixed .btn-one:hover {
  border: 2px solid var(--color-2);
  background: var(--color-2);
  letter-spacing: 1px;
}

.btn-type-2 {
  border: none !important;
}

.btn-type-2:hover {
  border: none !important;
  background: var(--color-2);
}

.single-working-box-style2 {
  width: 50%;
}

.single-working-box-style2 .read-more a span:before {
  bottom: 30px;
}

.single-working-box-style2 .static-content,
.single-working-box-style2 .overlay-content {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.single-working-box-style2 .static-content {
  margin: 20px;
  background: rgb(0 0 0 / 50%);
  background: -webkit-linear-gradient(
    to right,
    rgb(0 0 0 / 50%),
    rgb(47 21 0 / 71%)
  );
  background: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(47 21 0 / 71%));
}

.single-working-box-style2 .overlay-content {
  margin: 30px 20px;
  background: rgb(20 94 100 / 86%);
  background: -webkit-linear-gradient(
    to right,
    rgb(20 94 100 / 86%),
    rgb(20 94 100 / 86%)
  );
  background: linear-gradient(
    to right,
    rgb(20 94 100 / 86%),
    rgb(20 94 100 / 86%)
  );
}

.single-working-box-style2 .icon-holder,
.single-working-box-style2 .overlay-content .icon-holder {
  box-shadow: 0px 10px 25px rgb(0 0 0 / 10%);
  padding: 15px 5px;
  width: 150px;
  height: auto;
  margin: 0 auto 30px;
  border: 2px solid var(--color-1);
  background: #ffffff;
  border-radius: 0px;
}

.single-working-box-style2:hover .icon-holder img {
  transform: scale(1);
}

.sf-btn-1 {
  background: var(--color-1);
  white-space: nowrap;
  padding: 15px 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: fit-content;
  transition: 0.5s;
}

.sf-btn-1:hover {
  letter-spacing: 2px;
  background: var(--color-1-light);
}

.sf-btn-1.text-center {
  margin-left: auto;
  margin-right: auto;
}

.working-style2-area {
  background-size: inherit;
  background-repeat: repeat;
}

.working-style2-area::before {
  background: rgb(19 60 56 / 95%) none repeat scroll 0 0;
}

.why-choose-title {
  background: var(--color-2);
}

.instagram-items {
  margin-right: 0px;
}

.instagram-items li {
  width: calc(33.33% - 3px);
  display: inline-block;
}

.instagram-items li {
  padding: 4px;
}

.instagram-items li:nth-child(3n + 3) {
  padding: 4px 0px 4px 4px;
}

.instagram-title {
  padding: 0px 0px;
}

.instagram-items li .img-holder img {
  height: 200px;
  object-fit: cover;
}

.instagram-items.type-2 li {
  width: 100%;
}

.instagram-items.type-2 li .img-holder video {
  width: 100%;
  height: 100%;
}

.btn-div {
  margin-top: 30px;
}

.scroll-to-top {
  width: 35px;
  height: 35px;
  line-height: 30px;
}

.breadcrumb-area .inner-content {
  padding: 200px 0 100px;
}

.breadcrumb-area {
  background-position: right bottom;
}

.breadcrumb-area .title {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.breadcrumb-area .title:before {
  top: auto;
  bottom: 0px;
}

.breadcrumb-area::before {
  content: "";
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  background: -webkit-linear-gradient(
    to right,
    rgb(0 0 0 / 70%),
    rgb(255 255 255 / 0%)
  );
  background: linear-gradient(
    to right,
    rgb(0 0 0 / 70%),
    rgb(255 255 255 / 0%)
  );
}

.breadcrumb-area .breadcrumb-menu ul li {
  opacity: 0.75;
}

.about-area {
  padding-top: 50px;
  padding-bottom: 60px;
}

.about-text {
  padding-left: 50px;
}

.about-image-box {
  padding-bottom: 60px;
}

.about-image-box .text-box:before {
  color: transparent;
}

.about-area.type-2 .about-image-box {
  padding-left: 0px;
  padding-right: 60px;
}

.about-area.type-2 .about-image-box:before {
  left: 0;
  right: auto;
}

.single-brand-item {
  background: #ffffff;
  border: 1px solid #f1f1f1;
}

.brand-area {
  background: #fbfbfb;
}

.brand-items-carousel.owl-carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
}

.single-brand-item img {
  filter: grayscale(100%);
}

.single-brand-item:hover img {
  filter: grayscale(0%) !important;
}

.single-brand-item a {
  padding: 15px;
}

.about-area.type-2 .about-text {
  padding-left: 0px;
}

.project-logo {
  position: absolute;
  width: 200px;
  margin-top: -50px;
  background: #fff;
  padding: 5px;
  border: 2px solid var(--color-1);
  box-shadow: 0px 5px 25px rgb(73 73 73 / 16%);
}

.project-logo img {
  width: 100%;
  height: auto;
}

.project-breadcrumb .inner-content {
  padding: 200px 0px 200px;
}

.project-area .sec-title {
  padding-bottom: 20px;
  padding-top: 20px;
}

.info-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 1px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 30px auto auto;
}

.info-box .info-item {
  width: calc(25% + 1px);
  margin-top: -1px;
  margin-left: -1px;
  padding: 20px 15px;
  border: 1px solid var(--tirupati-color);
  box-sizing: border-box;
  transition: all 0.2s;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

.info-box .info-item img,
.info-box .info-item label,
.info-box .info-item p {
  display: block;
}

.info-box .info-item img {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.info-box .info-item label {
  margin-bottom: 4px;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #979595;
}

.info-box .info-item p,
.info-box .info-item a p {
  margin-bottom: 0px;
  color: #343434;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 15px;
}

.info-box-2 ul {
  height: calc(100% - 30px);
  background-color: #fdfdfd;
  border: 1px solid #fdfdfd;
  margin-bottom: 30px;
  padding: 20px;
  transition: 0.5s;
}

.info-box-2 ul:hover {
  border: 1px solid var(--color-1);
  box-shadow: 1px 1px 15px #ccc;
  background: #fff;
}

.project-info-content {
  max-width: 100%;
  margin: 30px auto 0;
}

.how-work-box {
  padding-top: 0px;
}

.how-work-box .how-works-content ul li .text h3 {
  font-size: 18px;
  font-weight: 400;
}

.single-service-sidebar {
  z-index: 9999;
  display: block;
  position: reltive;
}

.single-service-sidebar:before {
  content: none;
}

.single-service-sidebar {
  max-width: 100%;
}

.sidebar-contact-box {
  margin-top: -90px;
  padding-bottom: 30px;
}

.sidebar-contact-box .contact-form .inner-box {
  padding: 0px;
  background: transparent;
  border: none;
}

.sidebar-contact-box .contact-form form select {
  padding-left: 45px;
  background: #ffffff;
}

.sidebar-contact-box .contact-form form input[type="text"],
.sidebar-contact-box .contact-form form input[type="email"],
.sidebar-contact-box .contact-form form input[type="tel"],
.sidebar-contact-box .contact-form form select {
  height: 46px;
  width: 100%;
}

.sidebar-contact-box .contact-form form textarea {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

.sidebar-contact-box .contact-form form input,
.sidebar-contact-box .contact-form form textarea,
.sidebar-contact-box .contact-form form select {
  margin-bottom: 20px;
  padding-right: 15px;
  color: #000;
}

.form-sidebar .sidebar-contact-box .contact-form form input,
.form-sidebar .sidebar-contact-box .contact-form form textarea,
.form-sidebar .sidebar-contact-box .contact-form form select {
  margin-bottom: 16px;
  padding-right: 10px;
  border: 1px solid #ababab;
  transition: 0.5s;
}

.form-sidebar .sidebar-contact-box .contact-form form input:focus,
.form-sidebar .sidebar-contact-box .contact-form form textarea:focus,
.form-sidebar .sidebar-contact-box .contact-form form select:focus {
  border: 1px solid var(--color-1);
}

.sidebar-contact-box .contact-form form input[type="tel"] {
  margin-bottom: 13px;
  padding-right: 10px;
}

.sidebar-contact-box .contact-form form .input-box .icon {
  top: 12px;
}

.contact-form form .input-box {
  margin-bottom: 25px;
}

.about-style2-text .sec-title p {
  margin: 0 0 10px;
}

.about-style2-area {
  padding: 90px 0 90px;
}

.sec-title .title {
  letter-spacing: 3px;
  word-spacing: 0.5rem;
}

.why-choose-title .button a:hover {
  background: var(--color-1);
}

.custom-area-1 {
  padding-top: 0px;
  padding-bottom: 80px;
}

.single-contact-address-box {
  margin-top: -70px;
  -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 27%);
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 27%);
}

.single-service-sidebar {
  height: 100%;
}

.form-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}

.form-sidebar .sidebar-contact-box .inner-content {
  padding: 30px 30px 40px;
  /* background: var(--color-1-extra-light-2); */
  background: #ffffff;
  box-shadow: 0px -12px 25px rgb(0 0 0 / 24%);
  border: 2px solid #000000;
}

.form-sidebar .sec-title .title {
  font-size: 31px;
  line-height: 1;
  word-spacing: inherit;
  text-transform: none;
}

.form-sidebar .sec-title .bottom-text {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 8px 0 0;
}

.contact-form form textarea {
  height: auto;
}

.contact-info-area {
  padding: 50px 0px 30px;
}

.sec-title.with-text {
  padding-bottom: 22px;
}

.content-info-box .inner-content {
  padding: 60px 0px 0px;
}

.contact-details-form textarea {
  margin-top: 0px;
}

.form-large .col-md-cus-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.form-small .col-md-cus-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.about-text .inner-content .text,
.about-style2-text .text {
  text-align: justify;
}

.single-project-style4 .img-holder img {
  height: 400px;
  object-fit: cover;
}

.single-project-style4 .overlay-box {
  height: 240px;
}

.fancybox-button--share {
  display: none;
}

.single-project-style4 .overlay-box .box .link {
  color: #fff;
  font-size: 30px;
}

.instagram-items li .img-holder .overlay .box .link-icon {
  color: #fff;
  font-size: 25px;
}

.single-fact-counter {
  margin-bottom: 35px;
}

.single-fact-counter .title {
  padding-left: 0px;
}

.single-fact-counter .title h3 {
  font-size: 13px;
  line-height: 1.8;
  color: #949494;
}

.single-fact-counter .title h3 span,
.single-fact-counter .title h3 span a {
  color: #27282c;
  display: inline-block;
}

.single-fact-counter .title h3 span a:hover {
  color: var(--color-1);
}

.single-fact-counter .count-box {
  padding-left: 25px;
  width: 75px;
}

.single-fact-counter .count-box h1 {
  font-size: 40px;
  line-height: 1;
}

.single-fact-counter .count-box:before {
  top: -2px;
  width: 40px;
  height: 40px;
}

.fact-counter.type-2 {
  padding: 20px 0px 0px;
}

.company-overview-area {
  padding: 80px 0px 60px;
}

.company-overview-area:before {
  content: none;
}

.instagram-title .pattern-bg {
  bottom: -50px;
  opacity: 0.32;
}

.mainmenu-right.style2 .button {
  padding: 15px 0;
}

.mainmenu-right.style2 .button a,
.mainmenu-right.style2 .button button {
  width: fit-content;
  border: none;
  text-align: center;
}

.main-menu.style2 .navigation > li > a {
  padding: 32px 0px;
}

.title.nearby-place h3 {
  font-size: 15px !important;
  color: #3e3e3e !important;
  border-left: 4px solid var(--tirupati-color);
  padding-left: 12px;
}

.title-time {
  font-size: 25px !important;
  line-height: 1;
  color: #27282c !important;
}

.title-location {
  font-size: 15px !important;
  color: #000000 !important;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.title.nearby-place.type-2 h3 {
  font-size: 18px !important;
}

.title.nearby-place.type-2 h3 .title-time {
  font-size: 30px !important;
}

.title.nearby-place.type-2 h3 .title-location {
  font-size: 18px !important;
  font-weight: 400;
}

.footer-contact-info {
  box-shadow: 0px -25px 25px rgb(0 0 0 / 5%);
}

.project-info-content .project-info-title {
  padding-left: 0px;
}

.project-info-content .project-info-title:before {
  content: none;
}

.project-info-content .project-info-title h3 {
  padding-left: 0px;
}

.list-box-1 ul,
.list-box-2 ul {
  list-style-type: none;
}

.list-box-1 ul li {
  padding-left: 55px;
  line-height: 1.5;
  font-size: 25px;
  color: #383838;
  font-weight: 400;
  margin-bottom: 30px;
}

.list-box-1 ul li span {
  position: absolute;
  color: rgb(0 0 0 / 60%);
  margin-left: -55px;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  background: var(--color-2-extra-light);
  text-align: center;
  transition: 0.5s;
}

.list-box-1 ul li:hover span {
  background: var(--color-1);
  color: #ffffff;
}

.list-box-2 {
  background: #ffffff;
  padding: 40px 30px 10px;
  border: 7px solid var(--color-2);
  box-shadow: 5px 10px 25px rgb(0 0 0 / 55%);
  margin: 0px 0px 30px;
}

.list-box-2 ul li {
  padding-left: 55px;
  line-height: 1;
  font-size: 22px;
  color: #383838;
  font-weight: 500;
  margin-bottom: 30px;
}

.list-box-2 ul li span {
  position: absolute;
  color: #4caf50;
  margin-left: -55px;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  background: #e0ffe2;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}

.list-box-2 ul li:hover span {
  background: #4caf50;
  color: #ffffff;
}

.list-box-2 ul li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
  color: #606060;
}

.list-box-2.type-2 {
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 10px 0px 30px;
  background: none;
}

.list-box-2.type-2 ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}

.list-box-2.type-2 ul li span {
  background: #ffecba;
}

.list-box-2.type-2 ul li p {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  margin: 0px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.list-box-2.type-2 ul li:last-child p {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sec-title h1 {
  position: relative;
  display: block;
  color: var(--color-1);
  font-size: 50px;
  line-height: 44px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.sec-title h1 span {
  color: #262626;
}

.sec-title h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 300;
  color: var(--tirupati-color);
}

.sec-title h2 span {
  font-weight: 500;
}

.sec-title h3 {
  background: #f1f1f1;
  width: fit-content;
  color: var(--tirupati-color);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 2px;
  padding: 5px 0px 5px 5px;
}

.sec-title h3 span {
  color: #262626;
  background: #fff;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}

.hidden-xs {
  display: block;
}

.show-xs {
  display: none;
}

.instagram-area {
  padding: 80px 0px 90px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

section.instagram-area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-1-dark-rgb) / 80%);
  opacity: 0.9;
  top: 0px;
  left: 0;
}

.intro-box {
  margin-bottom: 30px;
  display: block;
}

.testimonial-style3-service-page {
  padding: 70px 0px;
  background: #f6f6f6;
}

.testimonial-style3-service-page .owl-carousel .owl-nav {
  text-align: center;
}

.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] {
  border-radius: 0px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border: 2px solid #cfcfcf;
}

.testimonial-style3-service-page
  .owl-carousel
  .owl-nav
  [class*="owl-"]
  i:before {
  font-weight: 600;
  color: #cfcfcf;
}

.testimonial-style3-service-page .single-testimonial-style3:before {
  border: 1px solid var(--color-2);
}

.testimonial-style3-service-page .single-testimonial-style3 .inner-content {
  margin: 0px;
}

.single-testimonial-style3 .inner-content:before {
  color: rgb(255 191 0 / 10%);
}

.footer-bottom-area.style3 {
  padding: 20px 0;
}

/* Course box begin */

.course-item {
  height: calc(100% - 70px);
  margin-bottom: 70px;
  border: 1px solid var(--color-2-extra-light);
  background: #fff;
  padding: 45px 30px 30px;
  box-shadow: 0px 0px #cdcdcd;
  transition: 0.5s;
}

.course-item:hover {
  box-shadow: 7px 7px #000;
}

.course-item.last {
  margin-bottom: 0px;
  height: auto;
}

.num {
  border: 2px solid #fff;
  height: auto;
  width: auto;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  margin-top: -33px;
  padding: 7px;
}

.num img {
  width: 52px;
}

.course-item h5 {
  padding: 0px 2px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 15px;
}

.course-item p {
  color: #8b8b8b;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 14px;
}

.course-item p span {
  color: #000;
}

.seat-avail {
  font-size: 12px !important;
  float: right;
  width: fit-content;
  position: absolute;
  right: 25px;
  bottom: 40px;
  display: none;
}

.seat-avail.yes {
  color: #00bd08;
}

/* Course box end */

/* Terms checkbox begin */

.checkbox-1 {
  text-align: left;
  display: table;
  margin-bottom: 20px;
}

.checkbox-1 input[type="checkbox"] {
  width: 13px;
  height: 13px;
  top: 3px;
}

.checkbox-1 input[type="checkbox"],
.checkbox-1 label {
  cursor: pointer;
  display: table-cell;
  position: relative;
}

.checkbox-1 label {
  color: #dfdfdf;
  padding-left: 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  text-align: justify;
}

.checkbox-1 input[type="checkbox"],
.checkbox-1 label {
  cursor: pointer;
  display: table-cell;
  position: relative;
}

/* Terms checkbox end */

.campus-box {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}

.campus-logo {
  width: calc(20% - 20px);
  height: auto;
  background: #fff;
  margin-bottom: 0px;
  border: 4px solid #fff;
}

.cta-box-1 {
  display: flex;
  align-items: center;
  background: #000000;
  border: 2px solid var(--tirupati-color);
  padding: 40px 30px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.cta-box-1:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: var(--tirupati-color);
  top: 15px;
  left: 15px;
}

.cta-box-1:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: var(--tirupati-color);
  bottom: 45px;
  right: 15px;
}

.cta-box-1 p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 100;
}

.cta-box-1 p span {
  margin-top: 5px;
  display: block;
  font-size: 30px;
  font-weight: 500;
}

.call-div {
  margin-top: 40px;
  background: #fff;
  padding: 20px;
}

.call-div p {
  margin-bottom: 10px;
}

.call-div h6 {
  font-size: 22px;
  letter-spacing: 2px;
}

.call-div h6 a {
  color: #000;
}

.call-div h6 a span {
  color: #7e7e7e;
}

.btn-fixed-area {
  position: fixed;
  left: 0px;
  bottom: -100px;
  z-index: 9999;
  width: 100%;
  padding: 10px 15px;
  background-color: #ffffff;
  border-top: 1.5px solid #eff3f6;
  transition: 0.5s;
}

.btn-fixed {
  background: var(--color-orange);
}

.btn-fixed,
.btn-fixed:hover,
.btn-fixed:focus {
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  border-radius: 7px;
  padding: 0px 0px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  transition: 0.5s;
}

.btn-fixed:hover {
  background: var(--color-orange-dark);
}

.cover-desk {
  display: block;
}

.cover-mob {
  display: none;
}

.text-small-upper {
  padding-left: 32px;
  margin-top: 0px;
}

.text-small-upper:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: var(--color-1);
  left: 0px;
  margin-left: 0px;
  margin-top: 11px;
}

.image-box.type-1 {
  margin-top: -100px;
}

.image-box.type-1 img.frame-1 {
  border: 5px solid #fff;
  box-shadow: 0px -5px 25px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
}

.image-box.type-1 img.frame-2 {
  border: 5px solid #fff;
  box-shadow: 0px -5px 25px rgb(0 0 0 / 20%);
}

.how-work-box .how-works-content.type-1 {
  padding-left: 30px;
}

.how-work-box .how-works-content.type-1 h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: none;
}

.how-work-box .how-works-content.type-1 ul {
  overflow: initial;
}

.how-work-box .how-works-content.type-1 ul li .text p {
  font-size: 16px;
  line-height: 2;
}

.how-work-box .how-works-content.type-1 ul li {
  padding-left: 70px;
  margin-bottom: 50px;
}

.how-work-box .how-works-content.type-1 ul li .icon {
  background: var(--color-1);
  padding: 10px;
  border: 2px solid #fff;
  box-shadow: -8px 8px 0px var(--color-2);
}

.how-work-box .how-works-content.type-1 ul li .icon img {
  width: 50px;
}

.working-area.type-1 {
  padding: 70px 0 20px;
}

.working-area.type-1:before {
  content: none;
}

.single-testimonial-style3 {
  padding: 7px;
}

.single-testimonial-style3 .client-info .title {
  padding-left: 0px;
}

.testimonial-style3-service-page .single-testimonial-style3:before {
  content: none;
}

.testimonial-carousel-2.type-1 .owl-stage-outer {
  width: calc(100% + 10px);
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: -5px;
}

.testimonial-carousel-2.type-1 .owl-stage-outer .owl-stage {
  display: inline-flex;
}

.testimonial-carousel-2.type-1 .owl-stage-outer .owl-stage .owl-item {
  background: #fffef6;
  box-shadow: -7px 7px var(--gokuldham-color);
  border: 1px solid var(--gokuldham-color);
}

.testimonial-style3-service-page
  .testimonial-carousel-2.type-1
  .single-testimonial-style3
  .inner-content {
  background: none;
  box-shadow: none;
  padding: 0px;
}
.img-testimonial {
  height: 80px;
  object-fit: contain;
  margin: 0 0 20px 0;
}

.fancybox-slide video,
.fancybox-slide source {
  width: 100%;
  max-width: 800px;
  padding: 5px;
  margin: 0;
}

/* Main swiper slider begin */

.slider .slider__wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.slider .slider__wrap .swiper-slide {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .slider__controls {
  position: absolute;
  z-index: 12;
  margin-left: 50%;
  transform: translateX(-50%);
}

.slider .slider__controls .slider__pagination {
  text-align: center;
  margin-top: -100px;
}

.slider .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 0px 12px #000;
  opacity: 0.6;
  margin: 0 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  -o-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  -webkit-transition-delay: 0.5s, 0.5s, 0s;
  -o-transition-delay: 0.5s, 0.5s, 0s;
  transition-delay: 0.5s, 0.5s, 0s;
}

.slider
  .slider__controls
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  cursor: pointer;
}

.slider .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 30px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.main-slider .slider.swiper-container-horizontal {
  overflow-x: hidden;
}

/* Main swiper slider end */

.sec-title-1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

.sec-virtual-tour {
  background: var(--color-1-extra-light);
  padding: 60px 0px 80px;
}

.frame-box iframe {
  border: 5px solid #ffffff;
  box-shadow: 0px -5px 25px rgb(0 0 0 / 20%);
  width: 100%;
  height: 500px;
  background: #ffffff;
}

.testi-frame {
  padding: 8px 8px 0px;
}

.testi-frame iframe {
  width: 100%;
  height: 300px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 4px solid var(--color-1);
}

/* sticky whatsapp & call */

.btn-float-cta {
  position: fixed;
  right: 0;
  bottom: 80px;
  display: flex;
  z-index: 99999;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  column-gap: 8px;
  align-items: flex-end;
  transform: translateX(20px) rotate(-90deg) !important;
}

.btn-float-cta a {
  box-shadow: 5px 0px 25px rgb(0 0 0 / 30%);
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  width: 35px;
  line-height: 40px;
  padding: 0px 10px;
  text-align: center;
  display: list-item;
  list-style: none !important;
}

.btn-float-cta a:hover {
  color: white !important;
}

.call-now-a {
  width: fit-content !important;
}

/* sticky whatsapp & call */

.sec-keypoint {
  padding: 50px 0px 90px;
  background: #fbfbfb;
}

.text-quote {
  text-transform: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  font-size: 30px;
  margin-top: 25px;
  font-style: italic;
  color: #000;
  line-height: 1.1;
  border-left: 4px solid var(--color-1);
  padding-left: 10px;
}

.text-quote span {
  font-size: 20px;
  color: #505050;
}

/* Project details begin */
.project-detail {
  background: #ffffff;
  padding: 30px 15px;
}
.project-detail h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0px;
}
.project-detail p {
  font-size: 14px;
  margin-bottom: 0px;
}
/* Project details end */

.contact-form form .input-box .icon i {
  color: var(--tirupati-color);
}
.form-sidebar .sidebar-contact-box .contact-form form input,
.form-sidebar .sidebar-contact-box .contact-form form textarea,
.form-sidebar .sidebar-contact-box .contact-form form select {
  border: 2px solid var(--tirupati-color);
}
.contact-details-form input::-webkit-input-placeholder,
.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #000000;
  font-weight: 500;
}
.footer-bottom-area .copyright-text p {
  color: #ffffff;
}
.footer-bottom-area .copyright-text p a {
  color: var(--tirupati-color);
}

@media (min-width: 1400px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 92%;
  }
}

@media only screen and (max-width: 767px) {
  .main-menu-box {
    top: 6px;
  }
  .logo-box-style2 {
    position: relative;
    padding: 11px 0px;
    background: none;
    left: 0px;
  }
  .logo-box-style2 img {
    height: 60px;
    width: auto !important;
  }
  .mainmenu-right.style2 {
    right: 0px;
  }
  .mainmenu-right.style2 .button {
    display: block;
    text-align: right;
    margin-left: auto;
    padding: 10px 0px;
  }
  .mainmenu-right.style2 .button a,
  .mainmenu-right.style2 .button button {
    min-width: 180px;
    padding: 13px 0px 13px;
    font-size: 12px;
    line-height: 1;
  }
  .about-area {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .about-area.type-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-area.type-3 .about-text {
    margin-top: 0px;
  }
  .about-text {
    padding-left: 0px;
  }
  .title span {
    font-size: 24px;
  }
  .about-style2-area {
    padding: 50px 0 50px;
  }
  .about-style2-image-box .pattern {
    top: -10px;
    left: 10px;
    bottom: 0px;
  }
  .about-style2-image-box {
    margin-top: 50px;
  }
  .about-style2-text .sec-title {
    padding-bottom: 15px;
  }
  .about-style2-text .text {
    padding-top: 25px;
  }
  .sec-title h3 {
    font-size: 22px;
    line-height: 0.8;
  }
  .project-bg {
    height: 350px;
    object-fit: cover;
  }
  .single-working-box-style2 .icon-holder,
  .single-working-box-style2 .overlay-content .icon-holder {
    padding: 10px 5px;
    width: 120px;
    margin: 0 auto 10px;
  }
  .why-choose-area {
    padding: 70px 0px;
  }
  .why-choose-content .single-box.whitebg:nth-last-child(2) {
    background: #f7feff;
    border-top: 1px solid #e2fbff;
  }
  .instagram-title {
    padding: 70px 0px 0px;
  }
  .instagram-title {
    padding: 0px 0px 0px;
  }
  .instagram-items {
    display: -webkit-inline-box;
  }
  .instagram-items li .img-holder img {
    height: 100px;
  }
  .btn-div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .brand-items-carousel.owl-carousel .owl-nav {
    left: auto;
    right: 0px;
    display: none;
  }
  .brand-area .sec-title {
    padding-bottom: 10px;
  }
  .brand-area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .contact-details-form-box .title-box {
    padding-bottom: 25px;
  }
  .contact-details-form-box {
    padding: 20px 20px 70px;
  }
  .contact-details-form input[type="text"],
  .contact-details-form input[type="email"],
  .contact-details-form input[type="tel"] {
    height: 45px;
    margin-bottom: 15px;
  }
  .contact-details-form textarea {
    margin-bottom: 15px;
  }
  .single-brand-item .overlay-content {
    width: 100px;
    padding: 0px 0px 0px;
  }
  .single-brand-item .overlay-content p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .about-area.type-2 .about-image-box {
    padding-right: 20px;
  }
  .about-image-box {
    padding-bottom: 20px;
  }
  .custom-area-1 {
    padding-top: 0px;
    padding-bottom: 50px !important;
  }
  .custom-area-1 .about-text {
    margin-top: 0px;
  }
  .about-text .sec-title {
    padding-bottom: 0px;
  }
  .project-area.type-2 .about-text {
    margin-top: 0px;
  }
  .project-info-content .project-info-title {
    padding-left: 0px;
  }
  .project-info-content .project-info-title:before {
    width: 40px;
  }
  .project-info-content .inner-content {
    padding: 30px 20px;
  }
  .title span {
    font-size: 16px;
    line-height: 1;
  }
  .title-location {
    line-height: 1.6 !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
  }
  .info-box .info-item {
    width: calc(50% + 1px);
  }
  .how-work-box .how-works-content {
    padding-top: 0px;
  }
  .single-contact-address-box {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .form-large .col-md-cus-6,
  .form-small .col-md-cus-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .order.order-1 {
    -webkit-order: 2;
    order: 2;
  }
  .row .order.order-2 {
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-contact-box {
    margin-top: 0px;
  }
  .single-service-sidebar {
    padding-top: 15px !important;
  }
  .form-sidebar .sec-title .title {
    margin-top: 8px;
    font-size: 25px;
    line-height: 1.2;
  }
  .form-sidebar .sidebar-contact-box .inner-content {
    padding: 35px 30px 40px;
    /* box-shadow: none;
        border: none; */
  }
  .company-overview-area {
    padding: 65px 0px 50px;
  }
  .single-fact-counter {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .footer-contact-info {
    box-shadow: none;
  }
  .form-sidebar .sidebar-contact-box .contact-form form input[type="text"],
  .form-sidebar .sidebar-contact-box .contact-form form input[type="email"],
  .form-sidebar .sidebar-contact-box .contact-form form input[type="tel"],
  .form-sidebar .sidebar-contact-box .contact-form form textarea,
  .form-sidebar .sidebar-contact-box .contact-form form select {
    padding-left: 0px;
    text-indent: 50px;
  }
  .list-box-1 ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .list-box-1 ul li span {
    font-size: 14px;
    width: 25px;
    line-height: 25px;
    margin-left: -35px;
  }
  .list-box-2 {
    padding: 30px 15px 0px;
    margin-bottom: 50px;
  }
  .list-box-2 ul li {
    font-size: 20px;
    margin-bottom: 35px;
    padding-left: 35px;
  }
  .list-box-2 ul li span {
    font-size: 14px;
    width: 25px;
    line-height: 25px;
    margin-left: -35px;
  }
  .list-box-2 ul li p {
    font-size: 16px;
    line-height: 1.4;
  }
  .sec-title h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .sec-title h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 300;
  }
  .sec-title h2 span {
    font-weight: 700;
  }
  .text h3 i {
    font-size: 22px;
    line-height: 1.5;
  }
  .instagram-title h1 {
    font-size: 25px;
  }
  .hidden-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
  .sec-title .title {
    font-size: 25px;
  }
  .instagram-area {
    padding: 70px 0px 80px;
    background-position: center center;
  }
  section.instagram-area:before {
    background: var(--color-1);
  }
  .testimonial-style3-service-page {
    padding: 50px 0px 100px;
  }
  .testimonial-style3-service-page .sec-title {
    text-align: center;
    padding-bottom: 20px;
  }
  .testimonial-style3-service-page .sec-title .title,
  .testimonial-style3-service-page .sec-title .title span {
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #27282c;
    font-weight: 700;
    line-height: 44px;
    text-transform: inherit;
  }
  .testimonial-style3-service-page .owl-carousel .owl-nav {
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    top: 30px;
    left: auto;
    right: auto;
  }
  .testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: relative;
  }
  .testimonial-style3-service-page .owl-carousel .owl-nav .owl-next {
    right: auto;
    left: 0px;
  }
  .testimonial-style3-service-page .single-testimonial-style3 .inner-content {
    padding: 20px;
  }
  /* Course box begin */
  .course-item {
    padding: 30px 20px 30px;
  }
  .course-item h5 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
  }
  .seat-avail {
    font-size: 12px !important;
    bottom: 42px;
  }
  /* Course box end */
  .list-box-2.type-2 {
    margin: 10px 0px 0px;
  }
  .list-box-2.type-2 ul li {
    margin-bottom: 20px;
    padding-left: 50px;
  }
  .list-box-2.type-2 ul li p {
    font-size: 22px;
    padding: 0px 0px 20px;
    line-height: 1.5;
    font-weight: 300;
  }
  .list-box-2.type-2 ul li span {
    font-size: 22px;
    width: 40px;
    line-height: 40px;
    margin-left: -50px;
  }
  .cta-box-1:before,
  .cta-box-1:after {
    content: none;
  }
  .cta-box-1 p span {
    font-size: 28px;
  }
  .btn-area-show-xs {
    bottom: 0px;
  }
  .footer-bottom-area.style3 {
    padding: 20px 0 90px;
  }
  .cover-desk {
    display: none;
  }
  .cover-mob {
    display: block;
  }
  .how-work-box .how-works-content.type-1 {
    padding-left: 6px;
    padding-top: 20px;
  }
  .how-work-box .how-works-content.type-1 ul li {
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .how-work-box .how-works-content.type-1 ul li .text p {
    line-height: 1.6;
  }
  .how-work-box .how-works-content.type-1 ul li .icon {
    padding: 5px;
    box-shadow: -6px 6px 0px var(--color-2);
  }
  .how-work-box .how-works-content.type-1 ul li .icon img {
    width: 40px;
  }
  .campus-box {
    margin-top: 30px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .campus-logo {
    width: calc(33.33% - 15px);
    border: 2px solid #fff;
  }
  .btn-one.btn-sm {
    font-size: 14px;
    padding: 7px 10px;
  }
  .testimonial-style3-service-page .text-small-upper {
    padding-left: 0px;
  }
  .testimonial-style3-service-page .text-small-upper:before {
    content: none;
  }
  .slider .slider__controls .slider__pagination {
    margin-top: -40px;
  }
  .info-box .info-item p,
  .info-box .info-item a p {
    font-size: 14px;
    font-weight: 500;
  }
  .info-box .info-item img {
    height: 40px;
  }
  .info-box .info-item {
    padding: 30px 15px;
  }
  .testi-frame iframe {
    height: 200px;
  }
  .sec-title-1 {
    font-size: 25px;
  }
  .intro-box {
    margin-bottom: 20px;
  }
  .title.nearby-place.type-2 h3 {
    font-size: 16px !important;
  }
  .title.nearby-place.type-2 h3 .title-time {
    font-size: 22px !important;
  }
  .title.nearby-place.type-2 h3 .title-location {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
  .fact-counter.type-2 {
    padding: 10px 0px 20px;
  }
  .row .order-xs-1 {
    order: 1;
  }
  .row .order-xs-2 {
    order: 2;
  }
  .map-box iframe {
    height: 250px;
  }
  .btn-flex-xs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    height: 38px !important;
  }
  .btn-flex-xs span:before {
    top: 0;
    line-height: 1;
  }
  .xs-100 {
    width: 100% !important;
  }
  .text-quote {
    border-left: none;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .text-quote span {
    font-size: 16px;
  }
  .btn-float-cta {
    bottom: 120px;
  }
  .project-box {
    margin-bottom: 15px;
  }
}
