body {
  padding-top: 80px;
}
.banner-video {
  position: relative;
}

.steps-wrp img {
  width: 50px;
}
/*.service-heading-wrp .traingle {
	position: absolute;
	bottom: -38px;
	width: 0; 
  	height: 0; 
  	left: 0;
  	right: 0;
  	margin: auto;
  	border-left: 40px solid transparent;
  	border-right: 40px solid transparent;
  	border-top: 40px solid var(--primary-color);
}*/
.service-heading-wrp svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    top: 36px;
    z-index: -1;
    /* color: red; */
}
.service-heading-wrp h2 {
	color: var(--white);
}
.service-heading-wrp h2 span {
	color: var(--optional-color);
}
.services-wrp {
padding: 40px 0;
background-image: url('../images/service-background.png');
  height: 100%; 
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-image {
	padding: 25px;
}
.content {
    background-color: #f15b26;
    padding: 30px 25px;
    margin-top: 0;
    border-radius: 15px;
    transition: 0.5s all ease;
}
.content:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: -10px;
}
.content h6{
	color: var(--white);
  text-align: center;
}
.content-purple {
	background-color: #6a4e73;
}
.content-blue {
	background-color: #20899a;
}
.content-yellow {
	background-color: #cfa059;
}
.we-are-wrp {
	background-color: #fcfcfc;
}
.we-are-wrp h2 span {
	color: var(--primary-color);
}
.we-are-content {
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    padding: 55px 25px 25px;
    background-color: #8EB19D;
/*  position: relative;
  background-image: url('../images/text-board2.png');
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;*/

}
.pattiyal-tab-wrp .nav-item .active {
    background-color: var(--primary-color);
    color: var(--white) !important;
}
.pattiyal-tab-wrp .nav-item .nav-link {
  color: var(--black);
}
.we-are-inner-box {
    position: relative;
}
.we-are-content span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: red;
	display: none;
	transition: 0.9s all ease;
}
/*.we-are-inner-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
    padding: 30px;
}*/

.work-stage-wrp h3, .work-stage-wrp h4, .work-stage-wrp i {
	color: var(--primary-color);
}
.work-stage-wrp ul li {
	margin-bottom: 30px;
}
.work-stage-wrp i {
	margin-right: 10px;
}
.work-stage-wrp  {
/*	padding: 90px 0;*/
	background-image: url('../images/service-background.png');
  	height: 100%; 
  	background-attachment: fixed;
  	background-position: top left;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.brand-box {
	text-align: center;
/*	padding: 0 25px 0 0;*/
	transition: 0.5s all ease;
}
.brand-img {
    border: 2px solid #f7f7f7;
    border-radius: 10px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.05);
margin-bottom: 10px;
}
.brand-box:hover {
	transform: rotate(-2.5deg);
}
.service-heading-wrp h4 {
	color: var(--white);
}
.service-heading-wrp h4 span {
	color: var(--optional-color);
}
.service-heading-wrp i {
	color: var(--optional-color);
	margin-right: 20px;
}
.common-contact-wrp h3 {
	color: var(--primary-color);
}
.common-contact-wrp i {
	margin-right: 10px;
}
.common-contact-wrp a {
	margin-left: 10px;
}
.common-contact-wrp  {
	padding: 40px 0;
	background-image: url('../images/contact-banckground.png');
  	height: 100%; 
  	background-attachment: fixed;
  	background-position: top left;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.common-contact-wrp input,.common-contact-wrp textarea {
    padding: 12px 15px;
    color: var(--grey-color);
}
.inner-banner {
  position: relative;
  height: 200px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  overflow: hidden;
}
/*.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: var(--secondary-color);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: scaleX(2);
  z-index: -1;
}*/
.inner-banner h1 {
/*  margin-top: 50px;*/
  text-align: center;
  color: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
}
.video-wrp h6 {
    color: var(--black);
    text-align: center;
}
.video-img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 25px;
    margin-bottom: 10px;
}
.testimonial-wrp .swiper-slide {
    text-align: left;
}
.testimonial-slider .swiper-slide {
  text-align: left;
}
.testimonial-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px;
    margin: 0 15px;
    position: relative;
    margin: 15px;
}
.test-heading {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.test-heading::after {
  position: absolute;
  left: 0;
  width: 80%;
  background-color: var(--secondary-color);
  content: "";
  height: 2px;
  bottom: 0;
}
.img-wrp {
    width: 60px;
    height: 60px;
}
.img-wrp img {
     border-radius: 50%; 
}
.text{
  color: white;
    /*border-right: 2px solid red;*/
    /*font-size: 55px;*/
    font-family: sans-serif;
    color: rgb(255, 30, 0);
}
/*.team-img {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}*/
/*.team-img img {
    height: 100vh;
}*/
.team-content {
    border: 1px solid #f4f4f4;
    padding: 20px;
}
.team-content h6 {
  color: var(--primary-color);
}
.team-content p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.password-wrp .pass-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 45px;
  width: 100%;
  margin: auto;
}
.password-wrp input {
  padding: 12px 15px;
}
.icon-wrp {
    width: 90px;
    height: auto;
    margin: auto;
    position: absolute;
    left: -39px;
    top: -72px;
    transform: rotate(-27deg);
}
.service-image {
    padding: 11px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #dfe3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
    /*z-index: 99999999999;*/
    position: relative;
}
.blog-img {
  min-height: 160px;
  max-height: 160px;
  overflow: hidden;
}
.blog-content {
    padding: 25px;
    background-color: var(--placeholder-color);
}
.blog-content h6 {
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
}
.blog-wrp a {
  color: var(--black);
}

.single-blog-banner-wrp {
  height: 280px;
  overflow: hidden;
}
.single-blog-wrp h2 {
    line-height: 40px;
    font-weight: 600;
}
.single-blog-wrp .date {
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
}
.single-blog-wrp p span {
  color: var(--primary-color);
  font-weight: 600;
}
.single-blog-wrp .list-group-item {
    border: none;
    padding: 8px 0;
}
.single-blog-image {
  width: 100%;
  margin: auto;
  margin: 25px auto;
}
.blog-slider-wrp {
  background-color: var(--placeholder-color);
}
.blog-slider .blog-content {
  background-color: var(--white);
}
.table thead th {
    background-color: var(--primary-color); /* You can change this color to your desired color */
    color: white; /* Text color for the table headings */
}
.table th {
      padding: 15px;
}
.table td {
    padding: 15px; 
    font-size: 14px;
}
.palm-banner-wrp {
    background-color: var(--placeholder-color);
}
.palm-banner-wrp h4 {
  color: var(--primary-color)
}
.work-stage-wrp video {
  width: 100%;
  height: auto;
}

.verification-wrp img {
  width: 150px;
  margin: auto;
}
.verification-wrp form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px;
}
.verification-wrp form input {
  padding: 12px 20px;
}
.inner-banner-about {
  background-color: var(--primary-color);
  --mask:
    radial-gradient(69.46px at 50% calc(100% - 95.40px),#000 99%,#0000 101%) calc(50% - 72px) 0/144px 100%,
    radial-gradient(69.46px at 50% calc(100% + 59.40px),#0000 99%,#000 101%) 50% calc(100% - 36px)/144px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
          color: var(--white);
}
.inner-banner-about h6 {
  color: var(--white);
}
.inner-banner-about h6 span {
  color: #d4d634;
}
.about-wrp p strong {
    font-weight: 600;
}
.about-wrp h6 {
  margin-bottom: 10px;
}
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: auto; /* Allow scrolling if video is taller than viewport */
}

.video-popup-content {
    position: relative;
    margin: 50px auto; /* Adjust to center the content vertically */
    max-width: 600px; /* Set maximum width for the popup */
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.popup-video {
    width: 100%; /* Ensure video fills the container */
    height: auto; /* Allow video to adjust its height based on the width */
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1; /* Ensure the close button is above the video */
}
.video-popup-content video {
  width: 100%;
}
.openDiv {
    display: none;
}

.full-video-wrp video {
  width: 100%;
  height: 100%
}
.pattiyal-wrp h5 span, .full-wrp h2 {
  color: var(--secondary-color);
}
/*.tab-category-image {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}*/
/*.tab-category-image img {
  height: 100%;
}*/
.tab-category-first {
  background-color: #62CA8A;
}
.tab-category-second {
  background-color: #4F95D0;
}
.tab-category-third {
  background-color: #F15342;
}
.palam-tab h2 {
  color: var(--white);
}
.palm-banner-wrp .nav-link {
  color: var(--black);
}
.palm-banner-wrp .nav-link.active {
    color: var(--white) !important;
    font-weight: 500;
    background-color: var(--primary-color) !important;
}
.palm-banner-wrp .nav-tabs {
    border-bottom: 1px solid var(--primary-color);
}
.purithal-column-wrp p span {
  color: var(--secondary-color);
}
.purithal-wrp {
  background-color: var(--placeholder-color);
}
.purithal-img-box {
  padding: 25px;
}
h1 span {
  color: var(--secondary-color);
}
.tab-category-paya-second {
  background-color: var(--placeholder-color);
}
.palam-tab ul li i {
  margin-right: 5px;
}
.palam-tab ul li {
  margin-bottom: 10px;
}
.palam-tab h3 {
  margin-bottom: 15px;
}
.service-heading-wrp {
    background-color: var(--primary-color);
    position: relative;
}
.team-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 25px 0;
}
.team-img img {
  height: 100%;
}
.palam-banner-wrp .nav-tabs {
  border-bottom: inherit; 
}
.palam-banner-wrp .nav-tabs button {
    margin: 0 12px;
    width: 100%;
    color: var(--white) !important;
    border-radius: 10px;
    margin-bottom: 12px;
}
.palam-banner-wrp .nav-tabs li {
  margin: 0 12px;

}
.modal-footer {
  border-top: none !important;
}
.modal-header {
  border-bottom: none !important;
  padding: 0 15px;
}
.review-model {
    background-color: #000000bf;
}
.review-model .modal-content {

    background: #fffffffc;
    padding: 35px;
}
.review-model .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 15px;
}
.college-tab {
    padding: 25px;
    text-align: center;
    background: #fbfbfb;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    color: #fff;
}
.pattiyal-tab-wrp .row > .col-6:nth-child(1) .college-tab {
        background-color: lightblue; /* Set background color for odd numbered col-6 divs */
}
.pattiyal-tab-wrp .row > .col-6:nth-child(2) .college-tab {
        background-color: #f15b26; /* Set background color for odd numbered col-6 divs */
}
.pattiyal-tab-wrp .row > .col-6:nth-child(3) .college-tab {
        background-color: #6a4e73; /* Set background color for odd numbered col-6 divs */
}
.pattiyal-tab-wrp .row > .col-6:nth-child(4) .college-tab {
        background-color: #20899a; /* Set background color for odd numbered col-6 divs */
}
.pattiyal-tab-wrp .row > .col-6:nth-child(5) .college-tab {
        background-color: #cfa059; /* Set background color for odd numbered col-6 divs */
}
.pattiyal-tab-wrp .row > .col-6:nth-child(6) .college-tab {
        background-color: var(--primary-color); /* Set background color for odd numbered col-6 divs */
}
@media (min-width: 768px) {
  .we-are-first {
    transform: rotate(-2deg);
}
.we-are-second {
    transform: rotate(2deg);
    top: 25px;
    position: relative;
}
.we-are-third {
    transform: rotate(3deg);
}
}

@media (min-width: 992px) {
.services-wrp {
  padding: 60px 0;
}
.common-contact-wrp  {
  padding: 90px 0;
}
.full-video-wrp {
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
}
.full-image-wrp {
  min-height: 220px;
  max-height: 280px;
  overflow: hidden;
}
.password-wrp .pass-box {
  width: 680px;
}
.single-blog-image {
  width: 650px;
}
.single-blog-banner-wrp {
  height: 340px;
}
.single-blog-wrp h2 {
    line-height: 50px;
}
.scrolling-text {
    position: absolute;
    top: 30%;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.scrolling-text h1 {
    color: var(--white);
    text-transform: uppercase;
}

.scrolling-text h5 {
  color: var(--white);
  font-weight: 300;
}
.scrolling-text h2 {
  color: #cfa059;
}
}

@media (min-width:1200px) {
.services-wrp {
padding: 90px 0;
height: 380px;
}
/*.content {
    margin-top: 35px;
}*/
.brand-box {
    padding: 0 25px 0 0;
}
.we-are-inner-box p {
    min-height: 85px;
}
.palam-banner-wrp .nav-tabs button {
    padding: 20px 40px;
    border-radius: 10px;
}
}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width:1920px) {}

@media (max-width:768px) {
  body {
    padding-top: 75px;
}
.inner-banner {
    height: 120px;
     border-radius: inherit; 
}
.inner-banner img {
    height: 100%;
}
.verification-wrp form {
    margin: 0 20px;
}
.tab-pane {
  text-align: center;
}
.testimonial-box .col-10 {
    padding-left: 32px;
}
.service-heading-wrp svg {
    display: none;
}
.scrolling-text h5 {
    font-size: 13px;
}
.scrolling-text {
    position: absolute;
    color: #fff;
    padding: 15px;
    top: -45px;
    width: 92%;
    margin: auto;
    left: 0;
    right: 0;
}
.scrolling-text h5 {
  padding: 0;
  line-height: 20px;
}
.scrolling-text h2, .scrolling-text h1 {
  font-size: 19px;
}
.palam-banner-wrp .nav-tabs button {
    margin: 0 8px;
     width: auto; 
    color: var(--white) !important;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 5px 12px;
}
.palam-banner-wrp .nav-tabs li {
     margin: 0; 
}
.palam-banner-wrp .nav-tabs {
    border-bottom: inherit;
    display: flex;
    justify-content: start !important;
    margin-top: 0 !important;
}
.dropdown-menu.show {
   border: none; 
}
header .dropdown li {
    border-bottom: 1px solid #ccc;
}
header .dropdown{
    width: 100%;
}
header ul li a {
    color: #928a8a;
}
}


.contact-title {
  color: #7c7d31;
}

.contact-bg {
  background-color: #7c7d31;
}

.contact-button {
  background-color: #7c7d31;
}

.contact-button:hover {
  background-color: #000000;
  color: #ffffff;
}