* {
  --Primary-Font: "Hind Madurai", sans-serif;
  --Primary-Gradiants: linear-gradient(
    117deg,
    rgba(249, 87, 10, 1) 0%,
    rgba(254, 142, 5, 1) 100%
  );
  --Primary-bg-color: #0b0b0b;
  --Primary-Color: #122962;
  --Primary-Gray: #cecece;
  --Grenn-line-bg: linear-gradient(90deg, #09b238 0%, #122962 100%);
}
body {
  font-family: var(--Primary-Font);
  overflow-x: hidden !important;
}
html{
  scroll-behavior: smooth;
}
.header-call-btn {
  background: var(--Primary-Gradiants);
}
.news-feature {
  word-spacing: 5px;
}
.word-spacing-p {
  word-spacing: 3px;
}
.word-spacing-p-two {
  word-spacing: 6px;
}
.word-spacing-p-three {
  word-spacing: 0.1px;
  letter-spacing: 0.1px;
}
.drop-down {
  display: none;
}
.arrow-icon {
  transition: 0.3s ease;
}
.green-border {
  background: var(--Grenn-line-bg);
}
.TAL {
  text-align-last: center;
}

/* swiper-container {
            width: 100%;
            height: 100vh;
        }
swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 600px;
      width: 350px !important;
} */
.owl-carousel .item {
  background: #4a90e2; /* Background color */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.owl-carousel {
  position: relative !important;
}
.owl-dots {
  justify-content: center;
  display: flex;
  margin-top: 40px;
  gap: 10px;
  align-items: center;
}
.owl-dots .owl-dot {
  /* Style for the navigation arrows */
  height: 10px;
  width: 10px;
  border-radius: 50%;

  background-color: rgba(255, 0, 0, 0.479) !important;
}
.owl-dots .owl-dot.active {
  background-color: red !important;
  height: 13px;
  width: 13px;
}
.owl-prev{
  left: 0%;
  margin-left: 20px;
}

.owl-next {
  right: 0%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999 !important;
}


.owl-next ion-icon {
  height: 80px;
  width: 80px;
  color: red;
}

.owl-prev ion-icon {
  height: 80px;
  width: 80px;
  color: red !important;
}
.left-gradiant {
  z-index: 9;
}
.owl-dots .owl-dot {
  display: none;
}

/* Show only the first 6 dots */
.owl-dots .owl-dot:nth-child(-n + 6) {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .TAL {
    text-align-last: left;
  }
}


/* Change the color of the active dot */
.mySwiper .swiper-pagination-bullet {
  background-color: #DE2833 !important; /* Default dot color */
  opacity: 1 !important;
  width: 10px;
  height: 10px; /* Ensure full visibility */
}

/* Change the color of the active pagination dot */
.mySwiper .swiper-pagination-bullet-active {
  background-color: red !important; /* Active dot color */
}
.swiper-button-next,
.swiper-button-prev {
  color: red !important; /* Arrow color */
  width: 27px; /* Width of the arrow */
  height: 44px; /* Height of the arrow */
  background-size: 27px 44px; /* Adjust based on your arrow images */
}

.swiper {
  width: 100%;
 padding: 40px 0 !important;
  position: relative;

}

.swiper-slide {

  font-size: 18px;
  border: 2px solid red;
  color: #fff;
  min-height: 850px !important;
  
  padding: 15px;
}


.gradiant-black-left{
  background-image: linear-gradient(to left, #000000a8, #00000000);
}
.gradiant-black-right{
  background-image: linear-gradient(to right, #000000a8, #00000000);
}

.arrowUp{
  display: none;
}
.arrowDown{
  display: block;
}
.text-carry-on{
  display: none;
}
.swiper-slide-active{
 -webkit-box-shadow: 0px 0px 30px -8px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 30px -8px rgba(255,255,255,1);
box-shadow: 0px 0px 30px -8px rgba(255,255,255,1);
}

@media screen  and (min-width : 768px) and (max-width : 1023px) {
  .swiper-slide{
    min-height: 950px !important;
  }
}
.swiper-wrapper .text-lg {
  font-size: 1.25rem !important;
}


.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: rgb(250 91 11); 
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: black; 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.morelessBtn {
    margin-left: 10px;
    width: 16px;
}
.wbt-main-inner {
    width: 90%;
    margin: auto;
}
.titleShow{
	display: none;
}
.flexdirection{
	flex-direction: row-reverse;
	text-align: center;
    justify-content: center;
    align-items: center;


}

.shortBtn {
    text-align: center;
    margin-top: 2rem;
	cursor: pointer;
}
.os-right.text-align-start {
    text-align: justify;
}

.os-right.text-align-start img{
    width: -webkit-fill-available;
}


.defenceExpand{
	width: 300px;
	text-align: justify;
}

.defenceWrapper{
	display: flex;
	display: flex;
    gap: 10%;

}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(0, 0, 0, 0.2); 
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.wbt-img img {
    /* border-radius: 20px; */
	width: 90%;
	width: fit-content;
    margin-top: 4rem;
}
/* Scroll top END */

.content {
	display: none;
	overflow: hidden;
	color: white;
  }
  .content li{
	color: white;
	font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin: 40px 0 0;
    text-align: justify;
	margin-top: 0.5rem;
	font-size: 14px;
  }
  .customContainer {
	width: 90%;
	margin: auto;
	
}
.header-area {
    padding: 0 0;
    background-color: #000000;
    width: -webkit-fill-available;
}

.hamerBurg{
	display: none;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    height: 154px;
}

.logo a {
	display: flex;
	align-items: center;
}

.logo a span {
	font-size: 16px;
	font-weight: 600;
	color: #C8C8C8;
	margin-left: 12px;
}

.call-btn a {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    /* padding: 7px 12px; */
    border-radius: 3px;
    background-color: #F9530B;
    width: 150px;
    height: 36px;
    border: 0.7px solid white;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobileBanner{
	display: none;
}
.call-btn a img {
	margin-right: 5px;
}

.banner {
	position: relative;
	/* margin-top: -250px; */
	
}

.main-btn-b {
    position: absolute;
    bottom: 0px;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 214px;
}
.main-btn a img {
    width: 450px;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;



}
.main-btn-home:hover {
	opacity: 0.6;

}
.rltas-slider-wrapper .rltas-slider-btm {
    display: flex;
    align-items: flex-start;
    position: absolute;
    min-width: 94%;
    left: 20px;
    bottom: 20px;
    align-items: center;
}
i.fa-solid.fa-star-half:before {
    position: absolute;
    bottom: 1px;
}

i.fa-solid.fa-star-half img {
    width: 18px;
}
.bj-area {
	background-color: #000000;
	padding: 36px 62px;
}

.bj-title h2 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 50px;
	font-style: italic;
	line-height: 60px;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 35px;
	/* font-size: 24px; */
}
.bj-title span {
	letter-spacing: 2px;
}
.gn-btm {
    margin-top: 5rem;
    width: 100%;
    margin: 5rem auto 0rem auto;
}

.bj-title h2 span {
	font-size: 32px;
}
.iconImg {
    width: 100px!important;
}
.bj-inner-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 53px;
	width: 90%;
    margin: auto;
}

.bj-inner-cnt {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #122962;
	/* padding: 17px 10px; */
	/* border-radius: 10px; */
	padding: 12px 5px;
}

.bj-inner-cnt h3 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 25px;
}

.red-line {
	padding-top: 62px;
}

.red-line img {
	width: 100%;
}

.bj-btm {
	text-align: center;
	padding: 80px 0 30px;
}


.bj-btm p {
    font-size: 35px;
    color: #ffffff;
    margin: 0;
    
    line-height: 1.4rem;
    text-align: center;
}

.gray-news-area {
	/* background: url('images/gray-news.png') lightgray -1px -14px / 100.069% 101.747% no-repeat;  */
	background: url('images/gray-news-2.png'); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 10rem;
	position: relative;
	z-index: 0;
	height: 1025px;
}

.gray-news-area::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 200px; */
	height: 100%;
	z-index: -1;
}

.gn-top {
	text-align: center;
	/* padding-bottom: 110px; */
	width: 90%;
    margin: auto;
	padding-bottom: 3rem;
}

.gn-top h2 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 40px;

	font-weight: 900;
	color: #000000;
	text-transform: uppercase;
	padding: 21px;
	border-radius: 21px;
	background-color: #CECECE;
	/* font-size: 24px; */
}

.gn-main-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 63px;
	padding-bottom: 100px;
	/* background: #00000061; */
	padding: 20px 10px;
	width: 90%;
    margin: auto;
}

.gn-img-cnt p {
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	margin: 40px 0 0;
	text-align: justify;
	/* font-size: 14px; */
}

.gn-img-cnt p img {
	cursor: pointer;
}

.gn-img img {
	width: 100%;
}

.gn-btm {
	margin-top: 5rem;
}

.gn-btm h2 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
    font-style: italic;
    position: relative;
    text-align: center;
    width: 90%;
    margin: auto;
    letter-spacing: 2px;
}
.gn-btm h2 img {
    margin-top: -40px;
    width: 16px;
}

.gn-btm p {
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	text-align: right;
	padding-right: 250px;
	margin-top: 10px;
}
.gn-btm2 p{
	padding-right: 140px;
}

.wbt-area {
	/* background-color: #122962; */
	background: url('images/wbt-2.png'); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem 0;
	padding: 4rem 0 2rem 0;
  
	z-index: 2;
    position: relative;
}

.wbt-title h2 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	font-size: 44px;
	
}

.wbt-img {
    width: 100%;
    margin: auto;
	text-align: center;
}
.wbt-right {
    width: 90%;
    margin: auto;
}

.h2-border {
	background: linear-gradient(90deg, #09B238 0%, #122962 100%); 
	width: 357px;
	height: 5px; 
	
	margin: 10px auto 2rem;
	width: 300px;
}

.greenDot {
    font-size: 35px;
}

.wbt-right p {
    font-size: 31px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    margin: 0 0 25px;

	font-size: 22px;
   
}

.wbt-right p:first-child{
	margin-top: 4rem;

}

.wbt-right p span {
	color: #09B238;
	width: 85%;
	display: block;
	word-spacing: 0px;
}

.gn-btm2 {
    /* padding-top: 4rem; */
    padding-bottom: 2rem;
}

.main-btn a:hover {
	opacity: 0.8;
}

.wits-area {
	background-color: #0B0B0B;
	padding-top: 8rem;
    padding-bottom: 8rem;
}

.wits-area2 {
	padding-top: 0;
}

.wits-cnt h3 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 0 25px;
	font-size: 22px;
	font-size: 32px;
	margin-top: 1rem;
    margin-bottom: 4rem;
	text-align: center;
}


.wits-cnt h3 span {
	color: #F00; 
}

.gn-top2 {
	/* padding-bottom: 50px; */
	padding-bottom: 6rem;
}
.wits-cnt {
    width: 90%;
    margin: auto;
}
.wits-cnt h4 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 0 40px;
}

.wits-cnt h5 {
	font-size: 35px;
    font-weight: 700;
    color: red;
    text-align: center;
    margin: auto ;
	margin-top: 20px;
	
    margin-bottom: 10px;
}

.wits-btm {
	position: relative;
	background-color: #931F1D;
	padding: 30px 20px;
	text-align: center;
	margin: auto;
	 
    width: 90%;
}

/* .container-fluid {
    width: 90%;
    margin: auto;
} */
.csd-top.text-center p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


.wits-btm h2 {
	font-size: 45px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	display: flex;
	align-items: flex-start;
	font-size: 40px;
	font-size: 60px;
}
.os-left.text-center {
    width: 90%;
    margin: auto;
}
.shape img {
	width: 100%;
}

.trob-area {
	background-color: #112861;
	padding-top: 8rem;
}
.wits-btm h2 img {
    margin-top: -30px;
}
.trob-area h2 span {
	color: #00FF5D;
}

.trob-top p {
    font-size: 29px;
    font-weight: 500;
	color: rgba(255, 255, 255, 1);
    margin: 25px 0;
    width: 90%;
    margin: auto;
	margin-bottom: 2rem;
    margin-top: 2rem;
	font-size: 26px;
	margin-bottom: 3rem;
    margin-top: 3rem;
	
}

.trob-top h3 {
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    margin: 15px 0 25px;
	margin-top: 2rem;
    margin-bottom: 5rem;
	margin-top: 3rem;
    margin-bottom: 4rem;
}

.trob-cnt {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
	justify-content: flex-end;
	width: fit-content;
    margin: auto;
}
.trob-right {
	width: 85%;
	padding-left: 25px;
}

.trob-right p {
	font-weight: 500;
    color: #fff;
    max-width: 390px;
    font-size: 17px;
    line-height: 24px;
	
}
.borderCircle {
	border: 2px solid white;
border-radius: 123px;

}


.trob-img {
    width: 112px;
    height: 154px;
	height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 16px;
   
}

.trob-img img{
    width: 100%;
   
}

.shapeFixing{
	height: 12rem!important;
}
.shadowNon{
       
	padding: 40px 0;
	box-shadow: 0 0 200px 28px black;

    }
    .padingNone{
		padding: 5px 0 200px 0!important;
    }
.trob-right p span {
	color: #00FF5D; 
}
.customContainer {
    width: 90%;
    margin: auto;
}

.shape2 {
    background-image: url(./images/shape-b.png);
    height: 26rem;
    background-repeat: no-repeat;
    width: 100vw;
    background-position: center;
    background-size: cover;
	display: flex;
    justify-content: center;
    align-items: center;
}

/* .trob-img  {
	width: 15%;
} */
.mainBtnExtra a img{
	width: 470px;

}
.foundyear {
    text-align: center;
    margin: auto;
	font-size: 30px;
	margin-top: 1rem;
	text-transform: capitalize;

}
.trob-btm p {
    font-size: 29px;
    margin: auto;
    font-weight: 500;
    color: #fff;
    width: 90%;
	margin-bottom: 3rem;
    margin-top: 4rem;
	
}

.trob-btm h5 {
	font-size: 30px;
	font-weight: 500;
	color: #00FF5D;
	margin: 0;
}

.main-btn2 {
	padding-top: 2rem;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}

.shape1 img {
    height: 4rem;
}

/* .shape2 img {
    height: 4rem;
} */

.wits-area2 .wits-btm {
	margin-bottom: 60px;
}

.wits-area2 .wits-btm3 {
	margin-bottom: 0;
}

.wits-area2 .wits-cnt2 h4 {
	font-size: 34px;
	font-weight: 600;
	color: #ffffff;
	margin: 60px 0;
}

.wits-area2 .wits-cnt2 h4 span {
	color: #F00;
}

.wits-area2 .wits-cnt2 h2 {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin: 0 0 3rem;
}

.grp-photo img {
	width: 100%;
}

.gp-btm {
    background: url(images/grp-photo-btm.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 100px 0; */
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
h4.h4Right {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.at {
    font-size: 50px;
}
.atRight {
    text-align: justify;
    margin-left: 1rem;
	font-size: 19px;
}
.os-area {
	background-color: #122962; 
	padding: 10px 0 0;
}

.os-main {
	border: 3px solid #00FF5D;
	padding: 85px 25px 75px 45px;
	width: 90%;
    margin: auto;
}

.os-left h2 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}


#osArea2{
	display: none;
}
.os-left h2 span {
	color: #00FF5D; 
}

.h2-border-2 {
	width: 210px;
	height: 5px;
	margin: 0 auto;
	background: linear-gradient(90deg, #09B238 0%, #122962 100%); 
}

.os-left h3 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin: 25px 0;
}

.os-left h4 {
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 20px;
}

.os-left h4::first-letter {
	font-size: 50px;
}

.os-left h4 strong {
	font-weight: 500;
	color: #00FF5D; 
}

.os-left p {
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 20px;
	text-align: justify;
	font-size: 19px;
}

.os-left p span {
	color: #00FF5D; 
}

.os-left a {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.2s;
	border-radius: 3px;
	border: 0.7px solid #FFF;
	display: inline-block;
	padding: 8px 70px;
	background: linear-gradient(90deg, #F9530B 0%, #FF9005 100%);
}

.os-left a:hover {
	opacity: 0.8;
}

.csd-area {
	background-color: #0B0B0B;
	padding-bottom: 100px;
}

.csd-top p {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 60px;
}

.step-area {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 95px;
	padding-bottom: 120px;
	width: 90%;
    margin: auto;
}
.gn-btm3 p {
    padding-right: 0;
    margin-top: 1rem;
}

.step-cnt-wrapper h3 {
	text-align: center;
	background-color: #122962;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
}

.step-cnt-wrapper h4 {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	min-height: 120px;
}

.step-img {
	padding: 60px 0;
}

.step-cnt-wrapper p {
	background-color: #122962;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 10px 16px;
	min-height: 296px;
}

.step-cnt-wrapper2 p {
	margin-top: -10px;
} 

.gn-btm3 h2 {
    font-size: 50px;
	margin-top: 8rem;
}

.gn-btm3 p {
	padding-right: 0;
}

.gn-btm3 {
	padding-bottom: 100px;
}

.moretext {
	display: none;
	margin-top: 0 !important;
}
.moretext2 {
	display: none;
	margin-top: 0 !important;
}
.moretext3 {
	display: none;
	margin-top: 0 !important;
}

.form-area {
	background-color: #122962;
	padding: 40px 0;
}

.form-title h3 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.form-title h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.form-wrapper {
	max-width: 950px;
	margin: 0  auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 50px;
	padding-top: 20px;
}

.input-item input {
	width: 100%;
	border: 1px solid #FFF; 
	background-color: transparent;
	color: rgba(255, 255, 255, 0.70);
	font-size: 17px;
	font-weight: 400;
	background-image: url('images/input-1.svg');
	background-repeat: no-repeat;
	background-position: 4% 43%;
	padding: 14px 30px;
	outline: 0;
}

.input-item2 input {
	background-image: url('images/input-2.svg');
}

.submit-btn input {
	outline: 0;
	border: 0;
	border-radius: 3px;
	border: 0.7px solid #FFF;
	background: linear-gradient(90deg, #F9530B 0%, #FF9005 100%);
	width: 100%;
	text-align: center;
	transition: 0.2s;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 20px;
}

.submit-btn input:hover {
	opacity: 0.8;
}

.opty-area {
	background-image: url('images/opty-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* padding: 0px 0px 120px */
}

.opty-title h2 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	text-transform: uppercase;

}

.opty-title h2 span {
	color: #00FF5D; 
}

.opty-title-border {
	background: linear-gradient(90deg, #0B9C40 0%, rgba(255, 255, 255, 0.00) 100%);
	width: 280px;
	height: 5px;
	margin: 10px auto 30px;
}

.opty-title p {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 25px;
}

.opty-title p span {
	color: #00FF5D; 
}

.opty-cnt-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.opty-img {
	width: 40%;
	margin: auto;
    text-align: center;
}

.opty-right {
	width: 60%;
}

.opty-right p {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 35px;
}

.opty-right p span {
	color: #00FF5D;
}

.opty-p {
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: -30px !important;
}

.opty-p-2 {
	margin-top: -40px !important;
}

.rltas-area {
	background-color: #0B0B0B;
}

.rltas-top h3 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #EC1421; 
	padding: 0 0 80px;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 23rem;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 50px;
    color: red;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}
.gbo-cnt.text-center:last-child > img {
	width: 386px!important;
}

.rltas-slider-wrapper {
	border: 3px solid #E12732;
	box-shadow: 0px 5px 37px 10px rgba(255, 255, 255, 0.25);
	padding: 25px 25px;
	min-height: 800px;
	/* min-height: 834px; */
	
	position: relative;
	margin-bottom: 50px;
}
.collapsibleSlider{
	display: none;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 30%;
    margin: auto;
    display: flex;
    overflow: hidden;
}

.redTxt{
	color: red !important;
}

.rotateArrow{
	transform: rotate(180deg);
}

.collapsibleSliderBtn {
    cursor: pointer;
}
.rltas-slider-top {
	padding-bottom: 100px;
}



.rltas-slider-top p {
	color: #EEEEEE;
	font-size: 21px;
    font-weight: 500;
    margin: 0 0 20px;
  
    /* text-align: justify; */
    width: 90%;
    margin: auto;

}

.rltas-slider-top a img {
	max-width: 30px;
	margin-left: auto;
	display: inline-block;
}

.rltas-slider-btm {
	display: flex;
	align-items: flex-start;
	position: absolute;
	min-width: 94%;
	left: 20px;
	bottom: 20px;
}

.profile-info p i {
    color: yellow;
    font-size: 1rem;
}

.profile-img img {
    width: 55px!important;
    height: 55px!important;
    border-radius: 100%;
	border: 1px solid red;
}

.profile-info {
	padding-left: 20px;
}

.profile-info h3 {
	font-size: 20px;
	font-weight: 500;
	color: #E12732; 
	margin: 0;
}

.profile-info p {
    font-size: 14px;
    font-weight: 500;
    color: #EEE;
    margin: 0;
    width: 100%;
	display: inline-block;
}
a.collapsibleSliderBtn img {
    margin-right: 2.5rem;
}
.owl-carousel .owl-stage-outer:after {
    content: "";
    width: 20%;
    height: -webkit-fill-available;
    /* background: rgb(0 0 0 / 67%); */
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #130000a8 40%, #add8e600 100%) left;
}
.owl-carousel .owl-stage-outer:before {
    content: "";
    width: 4%;
    height: -webkit-fill-available;
    /* background: #bb3c3c; */
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #27040400 7%, #130000a8 84%) left;
    z-index: 123;
}

.profile-info p:last-child {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    flex-direction: inherit;
}

.rltas-slider .owl-theme .owl-dots .owl-dot.active span, .rltas-slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #E92A35;
}

.rltas-slider .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	background: #A12027;
}

.rltas-slider {
	padding-bottom: 80px;
}

.bojj-area {
	background-image: url('images/bojj-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bojj-title h2 {
	font-family: "Source Sans 3", sans-serif;
	color: #000; 
	font-size: 44px;
	font-weight: 700;
	background-color: #00E253;
	padding: 25px 20px;
	border-radius: 10px;
	text-align: center;
	margin: 0 0 90px;
}

.bojj-cnt {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bojj-left {
	width: 70%;
}

.bojj-left p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: justify;
	margin: 0 0 28px;
}
.bojj-main-img {
    text-align: center;
    margin: auto;
    width: 90vw;
}
.bojj-img {
	width: 30%;
	text-align: right;
}

.bojj-img2 {
	margin-top: -80px;
}

.bojj-img3 {
	margin-top: -160px;
}

.bojj-img4 {
	margin-top: -240px;
}

.bojj-main-img img {
	padding: 70px 0;
}

.bojj-main-img p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: justify;
	margin: 0 0 28px;
}

.bojj-main-img h4 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px;
	text-align: center;
	margin-top: 5rem;
}

.bojj-main-img h3 {
	font-size: 60px;

	font-weight: 600;
	color: #fff;
	margin: 0 0 100px;
	text-align: center;
	text-transform: uppercase;
}

.gbo-area {
	background-image: url('images/gbo-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0 100px;
}

.gbo-area .bojj-title h2 {
	background-color: #FF0000;
	font-size: 36px;
}

.gbo-inner {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 26px;
}

.gbo-cnt p {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin: 50px 0 0;
	height: 200px;
}
.bojj-main-img img {
    width: 100%;
}
.container-fluid.customContainer .bojj-cnt {
    margin-bottom: 3rem;
}
.gbo-cnt a {
	font-size: 16px;
    font-weight: 600;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    transition: 0.2s;
    /* border-radius: 3px; */
    border: 0.7px solid #FFF;
    background: linear-gradient( 
90deg
 , #F9530B 0%, #FF9005 100%);
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.gbo-cnt a span img {
    width: 27px;
}
.gbo-cnt.text-center img .img-fluid {
    height: 300px;
}

.gbo-cnt a span {
	line-height: 17px;
}

/* .gbo-cnt2 a {
	padding: 20px 120px;
} */

.gbo-cnt a:hover {
	opacity: 0.8;
}

.footer-area {
	padding: 60px 0;
	background-color: #122962;
}

.footer-area a {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 5px;
	transition: 0.2s;
}

.exlarg p{
	font-size: 31px;
}



.f-logo {
	padding-bottom: 15px;
}

.footer-area a:hover {
	opacity: 0.8;
}

.footer-title h3 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.f-h-b {
	width: 76px;
	height: 5px;
	background: linear-gradient(90deg, #0B9C40 0%, rgba(255, 255, 255, 0.00) 100%);
}

.footer-right {
	padding-top: 100px;
}

.footer-right h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 25px;
}

.f-input {
	position: relative;
	padding-bottom: 30px;
}

.f-input input {
	width: 100%;
	border: 0;
	outline: 0;
	border-radius: 51.5px;
	background: #FFF;
	color: #9F9F9F; 
	font-size: 18px;
	font-weight: 400;
	padding: 13px 20px;
}

.s-f-btn {
	position: absolute;
	right: 7px;
	top: 9px;
}

.s-f-btn input {
	width: initial;
	border: 0;
	outline: 0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-radius: 51.5px;
	padding: 5px 15px;
	background: linear-gradient(90deg, #F9530B 0%, #FF9005 99.62%);
}

.social-links ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.social-links ul li {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 0 10px;
}

.social-links ul li a {
	transition: 0.2s;
}

.social-links ul li a:hover {
	opacity: 0.8;
}

.mobileBannerf img{
	width:100vw;
	height: 100vh;
}
.imgWraper {
    width: fit-content;
	text-align: center;
    margin: auto;

}
.divWraper{
	padding-top: 4rem  ;
	padding-bottom: 4rem  ;
}

.corporateSingle{
	padding-top: 3rem  ;
	padding-bottom: 3rem  ;

}
.textWraper ul li {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
    color: white;
    width: 90%;
    left: auto;
    text-align: justify;
}





.headlinef{
	font-size: 21px;
	text-transform: uppercase;
	width: 98%;
	margin: 0%;
	text-align: center;
	color: white;

}


.corporateTitle h4 {
    display: inline-block;
    padding: 2px;
    color: white;
    box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 44%);
    border: 2.5px solid rgba(255, 255, 255, 1);
    font-size: 24px;
}

.coporateDetails h4 {
    font-family: Hind Madurai;
    font-size: 30px;
    font-weight: 600;
    line-height: 37.26px;
    text-align: left;
    text-align: justify;
	color: rgba(255, 255, 255, 1);
	text-shadow: 2px 2px black;

}
.corporateBtn {
    text-align: center;
    margin-top: 2rem;
}

#corporateSection {
    background: linear-gradient(
180deg
, rgba(209, 0, 0, 0) 0%, rgba(212, 0, 0, 0.204701) 9.45%, rgba(220, 1, 1, 0.363785) 18.54%, rgba(226, 4, 4, 0.677152) 32.44%, rgba(229, 2, 2, 0.961782) 53.68%, #D50000 80.42%, rgba(223, 0, 0, 0.729707) 85.75%, rgba(158, 0, 0, 0.331432) 94.19%, rgba(127, 0, 0, 0.0529421) 97.01%);
    background: #b40505;
}
.workshopWraper {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* div#popularWorkshop {
    background: #db0202;
} */

.ctaMobile {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: end;
}



.singleWorkshopImg img {
    height: fit-content;
    width: auto;
}

.coporateDetails h4:first-child {
    margin-bottom: 1rem;
}
.gbo-cnt.text-center.gbo-cnt2:nth-child(2)>a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}


.durationTitle {
    width: 100vw;
    height: fit-content;
    text-align: center;
    margin: auto;
}
.durationTitle img{
	width: 99%;
	margin: auto;
}
.lastsec img{
	width: 70%;
	margin: auto;
}


.lastsec {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}
.displyFOrmobile{
	display: none;
}

.sngleitem {
    margin: auto;
}
/* .sngleitem {
    width: 508px;
    margin: auto;
} */

.sngleitem h4{
	font-family: Hind Madurai;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    text-align: justify;
    color: rgba(255, 255, 255, 1);
	font-size: 20px;
}




.sngleitem:first-child>img {
    width: 100%;
    height: 345px;
}

.sngleitem:nth-child(3) img {
	width: 100%;
    height: 345px;
}

.sngleitem:nth-child(5) img {
	width: 100%;
    height: 369px;
}

.sngleitem:nth-child(7) img {
	width: 100%;
    height: 467px;
}

.sngleitem:nth-child(9) img {
	width: 100%;
    height: 468px;
}

.sngleitem h4 p {
    font-size: 17px;
    line-height: 1.3rem;
    font-weight: 400;
    margin-top: 1rem;
}


.sngleitem h4 {
   
    line-height: 2rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 1);
	text-shadow: 2px 2px black;
	font-size: 25px;
}
.believeShapeFix{
	height: 16rem;
	position: relative;
    z-index: 7;
}
.sngleitem h3{
    font-size: 26px;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 1rem;
	line-height: 2rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 2px black;
}

.bgGradient {
    background: #340909;
    background: rgb(29,10,10);
    background: linear-gradient(
180deg
, rgba(29,10,10,1) 0%, rgba(72,8,8,1) 35%, rgba(158,7,7,1) 100%);
}

.lineimg img {
    border: 1px solid rgb(157 7 7);
    width: 100vw;
	height: 40px;
    background: #9d0707;
}

.categoriesWraper {
    display: grid;
    /* grid-template-columns: repeat(3,1fr); */
	grid-template-columns: repeat(3, minmax(300px, 1fr));
	gap: 1rem;
	padding-top: 3rem;
    padding-bottom: 3rem;
}

.bgGradient2{

	background: rgb(210,3,3);
	background: linear-gradient(180deg, rgba(210,3,3,1) 0%, rgba(171,3,3,1) 35%, rgba(11,11,11,1) 100%);

}

.gbo-cnt.text-center a {
    width: 270px;
    margin: auto;
}

section#seeMoremobile {
	background: #340909;
	display: none;
  }

  
  


/* Medium screens (e.g., tablets) */
@media (max-width: 1024px) {
	.categoriesWraper {
	  grid-template-columns: repeat(2, minmax(300px, 1fr));
	}
  }
  
  /* Small screens (e.g., mobile devices) */
  @media (max-width: 600px) {
	.categoriesWraper {
	  grid-template-columns: 1fr;
	}
  }
  .wits-btm p {
	width: 88%;
	margin: auto;
	font-size: 45px;
  }


  
@media (max-width:1700px){
    .rltas-slider-top p {
       
        font-size: 20px;
        
    }

    .shadowNon{
    box-shadow: 0 0 0px 0px black;
    width: 100%;
    padding: 0 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;

    }
    .padingNone{
        background-color: #122962;
    padding: 40px 0 !important;
    }

    section#promise {
        padding-top: 8rem;
    }

    .shape.shape2.believeShapeFix {
        display: none;
    }
    .displayFormobile2{
        display: block;
        margin-top: 8rem;
    }
}





@media (max-width:1600px){
    .rltas-slider-top p {
       
        font-size: 19px;
        
    }

    .promiseShapeFix {
       
        height: 20rem;
       
    }
    .promiseShapeFix {
        height: 16rem;
        padding-bottom: 7rem;
    }

  
}

@media (max-width:1432px){
    .rltas-slider-top p {
       
        font-size: 18px;
        
    }
}



/* FOR-LG-START */
@media screen and (max-width: 1400px) {
  
    .rltas-slider-wrapper {
      
        min-height: 834px;
      
    }
    .gn-btm h2 {
        font-family: "Source Sans 3", sans-serif;
        font-size: 47px;
        font-weight: 600;
        color: #ffffff;
        font-style: italic;
        position: relative;
        text-align: center;
        width: 90%;
        margin: auto;
        letter-spacing: 2px;
    }

     .fixlg h2 {
        font-family: "Source Sans 3", sans-serif;
        font-size: 31px;
        font-weight: 600;
        color: #ffffff;
        font-style: italic;
        position: relative;
        text-align: center;
        width: 90%;
        margin: auto;
        letter-spacing: 2px;
    }

    .gn-btm p {
        font-size: 30px;
    }
    .coporateDetails h4 {
        font-family: Hind Madurai;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5rem;
        text-align: left;
        text-align: justify;
        color: rgba(255, 255, 255, 1);
    }
    .exlarg p{
        font-size: 20px;
    }
    
    .wbt-img img {
        /* border-radius: 20px; */
    
        object-fit: cover ;
        height: 80%;
        /* margin-top: 4rem; */
       
    }
    .fighterImg {
        /* border-radius: 20px; */
        width: fit-content;
        margin-top: 1rem !important;
        width: 100%;
        height: 331px;
    }

	.bj-area {
        padding: 36px 0;
    }

    .bj-inner-cnt h3 {
        font-size: 22px;
    }

    .bj-btm p {
        font-size: 22px;
    }

    .gn-top h2 {
        font-size: 33px;
    }

    .gray-news-area {
        padding-bottom: 108px;
    }

    .wbt-area {
        padding: 100px 0 0;
    }

    .wbt-title h2 {
        font-size: 45px;
    }

    .wbt-img {
        /* padding-top: 50px; */
        padding-right: 20px;
    }

    .shape1 img {
        height: 130px;
    }

    .gn-btm2 {
        padding-top: 70px;
        padding-bottom: 95px;
    }

    .trob-img {
        width: 30%;
    }

    .step-area {
        grid-gap: 20px;
        padding-bottom: 120px;
    }

    .step-cnt-wrapper p {
        font-size: 21px;
    }

    .gn-btm p {
        font-size: 26px;
    }

    .opty-right p {
        font-size: 20px;
        margin: 0 0 65px;
        padding-left: 20px;
    }

    .gn-btm3 h2 {
        font-size: 44px;
    }

    .rltas-slider-top p {
        font-size: 18px;
    }
   

    .bojj-title h2 {
        font-size: 37px;
    }
    .trob-top p {
        font-size: 20px;
        width: 85%;
        margin: auto;
        margin-top: 0;
    }
    .bojj-left p {
        font-size: 20px;
        padding-right: 20px;
    }

    .gbo-area .bojj-title h2 {
        font-size: 27px;
    }

    .bojj-main-img p {
        font-size: 22px;
    }

    .gn-btm3 {
        padding-bottom: 30px;
    }

    .gbo-cnt a {
        padding: 6px 40px;
    }

    .gbo-cnt2 a {
        padding: 20px 70px;
    }
    .trob-right p{
        font-size: 16px;
    }
    .gbo-cnt p {
        font-size: 22px;
    }

    .f-input input {
        font-size: 16px;
    }

    .wbt-right p:first-child {
        margin-top: 1rem;
        width: 85%;
    word-spacing: 10px;
    }
    .wbt-right p:nth-child(2) {
        margin-top: 1rem;
        width: 85%;
    word-spacing: 10px;
    }

	.gbo-cnt.text-center:last-child > img {
        width: 96%;
    }
    h4.h4Right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
	
} 
@media (max-width:1300px){
    .wits-area {
        background-color: #0B0B0B;
        padding-top: 0rem;
        padding-bottom: 4rem;
        position: relative;
        z-index: 6;
    }
    .shape2 {
        
        height: 18rem;
    
    }
    .rltas-slider-top p {
        font-size: 17px;
    }
    .trob-top p {
        font-size: 19px;
        margin-top: 0;
    }
    .wits-btm h2 {
    
        font-size: 40px;
    }
    .foundyear {
        
        font-size: 25px;
     
    
    }
 
    .heightFix {
        height: 16rem;
    }
    .shapeFixing{
    display: none;
    }

    .displyFOrmobile{
        display: block;
        padding: 4rem 0;
    }

    .promiseShapeFix{
        display: none;
    }
}



@media (max-width:1200px){

    .gp-btm {
      
        height: 16rem;
      
    }

    .btnshapeChange{
        height: 16rem;

    }
 
    .headlinef{
        font-size: 24px!important;
       
        
    }
    .rltas-slider-wrapper {
        border: 3px solid #E12732;
        box-shadow: 0px 5px 37px 10px rgb(255 255 255 / 25%);
        padding: 25px 25px;
        min-height: 700px;
        position: relative;
        margin-bottom: 50px;
    }
    .rltas-slider-top p {
        font-size: 18px;
    }

    .textWraper ul li {
        font-size: 20px;
    }
}


@media (max-height: 700px) and (min-width: 995px) {


  
    .newsMobile{
        padding-bottom: 3rem;
    }
    
    .main-btn-b {
        position: absolute;
        bottom: 0px;
        width: -webkit-fill-available;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 165px;
    
    }

    .main-btn a img {
        width: 300px;
    }
    .gn-btm h2 {
        font-family: "Source Sans 3", sans-serif;
        font-size: 35px;
    }
    .wits-btm h2 {
        font-size: 45px;
        font-weight: 700;
        color: #ffffff;
        text-transform: capitalize;
        /* display: flex; */
        align-items: flex-start;
        font-size: 40px;
        /* flex-direction: column; */
        /* text-align: center; */
        /* margin: auto; */
        display: block;
    }
    .foundyear {
        
        font-size: 20px;
     
    
    }
    .wits-area2 .wits-cnt2 h2 {
        font-size: 34px;
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        margin: 0 0 20px;
    }
    .gn-btm3 h2 {
        font-size: 30px;
    }
    .rltas-slider-wrapper {
        border: 3px solid #E12732;
        box-shadow: 0px 5px 37px 10px rgb(255 255 255 / 25%);
        padding: 25px 25px;
        min-height: 750px;
        position: relative;
        margin-bottom: 50px;
    }
    .bojj-title h2 {
        font-size: 34px;
    }
    .gbo-area .bojj-title h2 {
        font-size: 24px;
    }
    .gbo-cnt.text-center:last-child > img {
        width: 93%;
    }
    .gn-btm p {
        font-size: 26px;
    }
    .gn-btm3 h2 {
        font-size: 26px;
    }
    .wbt-area {
        padding: 0px 0 0;
    }
    .bj-title h2 {
        font-family: "Source Sans 3", sans-serif;
        font-size: 40px;
    }
    .bj-title h2 span {
        font-size: 33px;
    }
    .bj-btm p {
        font-size: 22px;
    }
    .gn-img-cnt p {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        margin: 40px 0 0;
        text-align: justify;
        
    }
    .gn-btm2 {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .gn-btm h2 {
        font-family: "Source Sans 3", sans-serif;
        font-size: 30px;
    }
    .wits-cnt h4 {
        font-size: 33px;
        font-weight: 700;
        color: #fff;
        text-align: center;
       
        width: 100%;
        margin: 40px auto;
    }
    .trob-img {
        width: 20%;
    }
    .wits-cnt h3 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: 0 0 25px;
        font-size: 23px;
        text-align: center;
        line-height: 35px;
    }
    .trob-btm p {
        font-size: 18px;
        margin: auto;
        font-weight: 500;
        color: #fff;
        width: 89%;
        margin-top: 2rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .gbo-cnt.text-center:last-child > img {
        width: 95%;
    }
    .main-btn a img {
        width: 400px;
        padding: 2rem 0;
        cursor: pointer;
    }
    .gn-btm h2 {
        font-family: "Source Sans 3", sans-serif;
        font-size: 43px;
        line-height: 3rem;
    }
  
    .rltas-slider-wrapper {
        border: 3px solid #E12732;
        box-shadow: 0px 5px 37px 10px rgb(255 255 255 / 25%);
        padding: 25px 25px;
        /* min-height: 860px; */
        /* min-height: 700px; */
        min-height: 738px;
        
        position: relative;
        margin-bottom: 50px;
    }
    .profile-info p {
        font-size: 12px;
        font-weight: 500;
        color: #EEE;
        margin: 0;
        width: 100%;
        display: inline-block;
    }

    .rltas-slider-top p {
        font-size: 16px;
    }
   

}



/*FOR-TABLATE-START*/
@media screen and (max-width: 992px) {
    .wits-btm p{
        font-size: 20px;
        width: 100%;
    }

    .coporateDetails h4 {
        font-family: Hind Madurai;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5rem;
        text-align: left;
        text-align: justify;
        color: rgba(255, 255, 255, 1);
    }

    .textWraper ul li {
        font-size: 21px;
        margin-bottom: 30px;
        font-weight: 500;
        color: white;
        width: 100%;
    }
    .gbo-cnt a {
      
        margin-top: 50px;
    }
   
    .rltas-slider-top p {
        font-size: 17px;
    }
 

    .wbt-right p {
        font-size: 19px;
        margin: 0 0 9px;
    }

    .wbt-img {
        /* padding-top: 50px; */
        padding-right: 20px;
    }

    .gn-main-wrapper {
        grid-gap: 25px;
        padding-bottom: 100px;
    }

    .bj-area {
        padding: 36px 0px;
    }

    .bj-inner-wrapper {
        grid-gap: 15px;
    }

    .bj-inner-cnt h3 {
        font-size: 20px;
        margin-left: 4px;
    }

    .banner {
        position: relative;
        /* margin-top: -50px; */
        z-index: -1;
    }

    .bj-title h2 {
        font-size: 24px;
        line-height: 50px;
    }

    .bj-title h2 span {
        font-size: 25px;
    }

    .gn-top h2 {
        font-size: 28px;
        padding: 17px;
    }

    .gn-btm h2 {
        font-size: 36px;
    }

    .gn-btm p {
        font-size: 25px;
        padding-right: 0;
    }

    .gray-news-area {
        padding-bottom: 100px;
    }

    .wbt-area {
        padding: 80px 0 0;
    }

    .gn-btm h2 img {
        margin-top: -41px;
    }

    .shape1 img {
        height: 100px;
    }

    .wits-cnt h3 {
        font-size: 22px;
    }

    .wits-cnt h4 {
        font-size: 29px;
    }

    .wits-btm h2 {
        font-size: 26px;
    }

    .wits-btm h2 img {
        width: 80px;
    }

    .wits-cnt h5 {
        font-size: 35px;
    }

    .trob-img {
        width: 15%;
    }

    .os-right.newsMobile {
        margin-bottom: 3rem;
    }

    .os-right {
        text-align: center;
        padding-top: 30px;
    }

    .step-area {
        grid-gap: 10px;
        padding-bottom: 60px;
    }

    .step-cnt-wrapper p {
        font-size: 18px;
    }

    .form-wrapper {
        grid-gap: 20px;
    }

    .form-title h2 {
        font-size: 28px;
    }

    .opty-area {
        padding: 50px 0 65px;
    }

    .opty-right p {
        font-size: 20px;
        margin: 0 0 30px;
        padding-left: 20px;
    }

    .bojj-title h2 {
        font-size: 27px;
    }

    .bojj-left p {
        font-size: 16px;
        padding-right: 20px;
    }

    .bojj-main-img p {
        font-size: 21px;
    }

    .bojj-main-img h3 {
        font-size: 50px;
        margin: 0 0 55px;
    }

    .gn-btm3 {
        padding-bottom: 15px;
    }

    .gbo-area .bojj-title h2 {
        font-size: 26px;
    }

    .gbo-inner {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 80px;
    }

    .gbo-cnt p {
        height: 126px;
    }

    .footer-area a {
        font-size: 19px;
    }

    .social-links ul li {
        font-size: 24px;
        padding: 0 7px;
    }

    .titleHide{
        display: none;
    }

    .titleShow{
        display: block;
    }

	

}
@media screen and (max-width: 860px){
    .mobileBannerf img{
        width:100%;


        height: auto;
    }
.rltas-slider-top p {
    font-size: 15px;
}
}
/*FOR-MOBIL-START*/
@media screen and (max-width: 768px) {
    .gn-btm {
      
        width: 100%;
       
    }
    .wbt-img {
        /* padding-top: 50px; */
        padding-right: 0px;
    }
    .btnshapeChange {
        height: 8rem;
    }
    .heightFix{
        height: 12rem;

    }

    .bgGradient2 {
        background: rgb(210,3,3);
        background: linear-gradient(
    180deg
    , rgba(210,3,3,1) 84%, rgba(171,3,3,1) 35%, rgba(11,11,11,1) 100%);
    }

    .col-lg-5.col-md-5.col-sm-12.d-flex.justify-content-center.align-item-center img {
        width: 90%;
    }

    .col-lg-3.col-md-3.col-sm-12.d-flex.justify-content-center.align-item-center.singleWorkshopImg {
        justify-content: flex-start!important;
    }
    .ctaMobile img {
        width: 50%;
    }

    .ctaMobile {
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: end;
    }
    .singleWorkshopImg img {
        height: fit-content;
        width: auto;
        margin-bottom: 2rem;
    }

    

.coporateDetails h4 {
    font-family: Hind Madurai;
    font-size: 21px;
}

    .headlinef {
        font-size: 18px!important;
    }

    .imgWraper {
       
        margin-bottom: 4rem;
    }
   

    .owl-carousel .owl-stage-outer:after {
    display: none;
    }
    .owl-carousel .owl-stage-outer:before {
      display: none;
    }

    .bj-inner-cnt {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 300px;
        margin: auto;
    }

    .menuHide{
        display: none!important;
    }

    .hamerBurg {
        color: white;
        font-size: 30px;
        position: fixed;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        z-index: 99999999999;
        top: 5px;
    }
    .menu ul li {
        width: -webkit-fill-available;
    }
    .menu {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100vw;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        background: transparent;
        background: black;
        /* height: 50vh; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 10px;
        height: 60vh;
    }

    .menu ul li a {
        font-family: arial-black,sans-serif;
        font-size: 16px;
        color: #C8C8C8;
        padding: 3px 5px;
        width: 110px;
        display: inline-block;
        text-align: center;
    }
    .menu ul{
        display: flex;
        flex-direction: column;
    }
    .titleHide{
        display: none;
    }

    .titleShow{
        display: block;
    }

    /* .logo img {
        max-width: 150px;
    } */
    .displayNone{
        display: none;
    }
    .mobileBanner{
        display: block!important;
     
        
     
    }

    .banner {
        width: 100vw;
        
        
        background: #373737;
    }

    /* .logo img {
        max-width: 70px;
    } */
    .gbo-cnt.text-center{
       
            text-align: center !important;
            width: 250px;
            margin: auto;
        
    }


    /* .logo a span {
        font-size: 12px;
    } */

    .call-btn a {
        font-size: 12px;
    }
  

    .fighterImg {
      
        height: auto;
    }
    .newsMobile{
        padding-bottom: 3rem;
    }
    .banner {
        /* margin-top: 0; */
        z-index: 1;
       
    }

   

    .bj-title h2 {
        font-size: 26px;
        line-height: 40px;
        margin: 0 0 35px;
        line-height: 2rem;
    }

    .bj-area {
        padding: 36px 0;
    }

    .bj-title h2 span {
        font-size: 16px;
    }

    .bj-inner-wrapper {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 25px;
    }

 

    .bj-inner-cnt h3 {
        font-size: 25px;
    }

    .red-line {
        padding-top: 35px;
    }

    .bj-btm {
        padding: 40px 0 30px;
    }
    .h2-border {
        background: linear-gradient(
    90deg
    , #09B238 0%, #122962 100%);
        width: 357px;
        height: 5px;
        /* margin: 2rem auto 2rem; */
    }

    .gn-btm {
        margin: 0;
    }

    .bojj-area {
      
        padding-top: 2rem;
    }

    .gn-top h2 {
        /* font-size: 19px; */
        padding: 12px;
        border-radius: 6px;
        font-size: 1rem;
    }

    .gn-main-wrapper {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 45px;
        padding-bottom: 50px;
        margin-top: 2rem;
        padding-bottom: 6rem;
    }

    .gn-top {
        padding-bottom: 40px;
    }

    .gn-btm h2 {
        font-size: 30px;
    }

    .gn-btm p {
        font-size: 25px;
        padding-right: 0px;
    }

    .gn-btm h2 img {
        margin-top: -25px;
    }

    .gray-news-area {
        padding-bottom: 1px;
        height: auto;
    }

    .wbt-area {
        padding: 60px 0 15rem 0;
    }

    .wbt-title h2 {
        font-size: 18px;
    }

    .h2-border {
        width: 300px;
    }
    section#program {
        margin-top: -9rem;
    }
    .wbt-right p {
        font-size: 18px;
        font-weight: 500;
        text-align: justify;
        color: #fff;
        margin: 20px 0;
    }

    .bj-btm p {
        font-size: 14px;
        color: #ffffff;
        margin: 0;
        letter-spacing: 1px;
        line-height: 1.5rem;
        text-align: center;
    }

    .gn-btm2 {
        padding-top: 2rem;
        padding-bottom: 0px;
        margin-top: 0;
    }

    .gn-btm2 h2 {
        font-size: 28px;
    }

    .shape1 img {
        height: 50px;
    }

    h4.h4Right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .wits-cnt h3 {
        font-size: 17px;
        text-align: justify;
    }

    .wits-cnt h4 {
        font-size: 25px;
        margin: 0 0 20px;
    }


    .wits-cnt h5 {
        font-size: 28px;
    }

    .wits-btm {
        padding: 20px 10px;
    }

    .wits-btm h2 {
        font-size: 19px;
        line-height: 30px;
    }
    .foundyear {
        
        font-size: 16px;
     
    
    }

    .wits-btm h2 img {
        width: 50px;
    }

    .trob-top p {
        font-size: 19px;
        margin-top: 0;
    }

    .trob-top h3 {
        font-size: 23px;
        margin: 25px 0 50px;
    }

    .trob-img {
        width: 30%;
    }

    .trob-right p {
        font-size: 16px;
    }
    .submit-btn {
        width: 206%;
        margin: auto;
        text-align: center;
    }
    .trob-cnt {
        padding-bottom: 40px;
    }
   
.foundyear{
    margin-top: 3px; font-size: 18px; display: contents;

}
    .trob-btm p {
        font-size: 17px;
    }

    .main-btn2 {
        padding-top: 36px;
        margin-bottom: -36px;
    }

    .main-btn-b {
        bottom: 10px;
    }

    .main-btn-b img {
        max-width: 150px;
    }

    .shape2 img {
        height: 94px;
    }

    .wits-area2 .wits-cnt2 h4 {
        font-size: 24px;
        margin: 34px 0;
    }

    .wits-area2 .wits-cnt2 h2 {
        font-size: 26px;
    }

    .gp-btm {
        padding: 40px 0;
    }

    .main-btn img {
        max-width: 220px;
    }

    .os-area {
        padding: 10px 0 0;
    }

    .os-main {
        border: 2px solid #00FF5D;
        padding: 35px 10px 40px 10px;
    }

    .os-left h2 {
        font-size: 36px;
    }

    .os-left h3 {
        font-size: 25px;
        margin: 16px 0;
    }

    .os-left a {
        font-size: 18px;
        padding: 8px 50px;
    }

    .os-right {
        padding-top: 40px;
        margin: auto;
    text-align: center;
    }

    .csd-top p {
        font-size: 20px;
        margin: 0 0 30px;
    }

    .step-area {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 40px;
        padding-bottom: 50px;
    }

    .step-cnt-wrapper h4 {
        min-height: 90px;
    }

    .step-cnt-wrapper p {
        font-size: 22px;
        min-height: initial;
    }

    .step-img {
        padding: 30px 0;
    }

    .gn-btm h2 {
        font-size: 26px;
    }

    .gn-btm p {
        font-size: 16px;
        padding-right: 0px;
        padding-top: 15px;
    }

    .gn-btm3 {
        padding-bottom: 45px;
    }

    .csd-area {
        padding-bottom: 45px;
    }

    .form-title h3 {
        font-size: 23px;
    }

    .form-title h2 {
        font-size: 22px;
    }

    .form-wrapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        padding-top: 20px;
    }

    .submit-btn input {
        font-size: 20px;
    }

    .opty-area {
        padding: 50px 0 40px;
    }

    .opty-title h2 {
        font-size: 31px;
    }

    .opty-title p {
        font-size: 21px;
    }

    .opty-cnt-wrapper {
        display: block;
        padding-bottom: 30px;
    }

    .opty-img {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .wbt-img img {
        border-radius: 20px;
        width: 100%;
    }
    .opty-right {
        width: 100%;
    }

    .opty-right p {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .opty-p-2 {
        margin-top: 0px !important;
    }

    .rltas-top h3 {
        /* font-size: 21px; */
        padding: 0 0 35px;
    }
.extcss{
    padding-bottom: 5rem;

}
.main-content .owl-theme .custom-nav {
   
    top: 20rem;
    
}
.os-left h4 {
    text-align: justify;
}

.os-left p {
   
    text-align: justify;
}
.shortBtn img {
    width: 120px;
}
    
    .bojj-title h2 {
        font-size: 20px;
        padding: 15px 20px;
        margin: 0 0 40px;
    }
    .wits-btm h2 img {
        margin-top: -15px;
    }

    .bojj-left {
        width: 100%;
    }

    .anotherShapeFix{
        height: 12rem;
        align-items: baseline;
    }

    .bojj-img {
        width: 100%;
        padding-bottom: 20px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    .defenceContent.defenceExpand h4 {
        margin-top: 3rem;
    }
    .bojj-left p {
        font-size: 19px;
        margin: 0 0 14px;
    }
    .rltas-slider {
        padding-bottom: 40px;
    }

    .bojj-img2 {
        margin-top: 0px;
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .bojj-img4 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .bojj-img3 {
        margin-top: 0px;
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .bojj-main-img img {
        padding: 20px 0;
    }

    .bojj-main-img p {
        font-size: 18px;
    }

    .bojj-main-img h4 {
        font-size: 23px;
    }

    .bojj-main-img h3 {
        font-size: 30px;
        margin: 0 0 35px;
    }
 
    .gbo-area {
        padding: 10px 0 50px;
    }
    .gn-main-cnt {
        width: 90%;
        margin: auto;
    }
    .gbo-area .bojj-title h2 {
        font-size: 18px;
    }

    .gbo-inner {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 50px;
    }

    .gbo-cnt p {
        font-size: 22px;
        margin: 20px 0 0;
        height: 120px;
        font-size: 16px;
    }

    .f-logo {
        text-align: center;
    }

    .footer-area a {
        font-size: 18px;
    }

    .footer-right {
        padding-top: 30px;
    }

    .footer-title h3 {
        font-size: 20px;
        padding-top: 30px;
    }
    .wits-area {
        background-color: #0B0B0B;
        padding-top: 1rem;
    }
    .footer-right h3 {
        font-size: 20px;
    }
    .main-btn.text-center {
        margin-top: 1rem;
    }

    .social-links ul li {
        font-size: 19px;
    }
    .gn-btm.gn-btm2.fixlg h2 img {
        width: 10px;
        padding-top: 8px;
    }

    .defenceWrapper {
        display: flex;
        display: flex;
        gap: 10%;
        flex-direction: column-reverse;
    }
    .defenceExpand {
        width: 100%;
        text-align: justify;
    }
    .bj-title h2 {
        font-size: 16px;
    }

    .sngleitem img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
        font-size: 25px;
        color: red;
    }

    

}

@media screen and (max-width: 766px){
    .rltas-slider-top p {
        font-size: 19px;
    }
}

@media (max-width:550px){

    .gn-main-cnt {
        width: 100%;
        margin: auto;
    }

    .opty-title h2 {
        font-size: 24px;
    }

    .opty-title-border {
        width: 100px;
    }
    .submit-btn {
        width: 200%;
        margin: auto;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bgGradient2 {
        background: rgb(210,3,3);
        background: linear-gradient( 
    180deg
     , rgba(210,3,3,1) 88%, rgba(171,3,3,1) 35%, rgba(11,11,11,1) 100%);
    }

 

    .ctaMobile img {
        width: 70%;
    }

    .headlinef {
        font-size: 16px!important;
    }
  
    .h2-border {
        width: 100px;
    }

    .gn-btm h2 img {
        margin-top: -13px;
    }
    .gn-btm h2 img {
        width: 10px;
    }
    .gn-btm {
     
        width: 100%;
      
    }
    .gbo-cnt2 a {
        /* padding: 20px 120px; */
        margin-top: 4rem;
        padding: 6px 70px;
    }
    .main-btn a img {
        max-width: 270px;
        width: 100%;
    }

    .logo a span {
        font-size: 12px;
    }
    .bojj-main-img h4 {
        font-size: 18px;
    }
    .call-btn a {
        font-size: 12px;
    }
    .fixlg h2 {
        font-size: 24px !important;
    }

    .bj-btm p {
        font-size: 18px;
    }

    .opty-title p {
      
        text-align: justify;
    }
    .opty-right p {
        font-size: 20px;
        text-align: justify;
        padding-left: 0;
        margin: 0 0 30px;
    }
}

@media (max-width: 540px){
    .gn-img-cnt p {
        font-size: 16px;
       
    }
    .form-title h3, h2 {
        font-size: 16px;
    }
    .gn-btm h2 {
        font-size: 18px;
    }

    .rltas-slider-top p {
        font-size: 16px;
    }
    .logo img {
        max-width: 70px;
    }
  
    
    }
    .social-links ul li a svg {
        width: 25px;
        height: 25px;
    }


@media (max-width:433px){
    .bgGradient2 {
        background: rgb(210,3,3);
        background: linear-gradient( 
    180deg
     , rgba(210,3,3,1) 91%, rgba(171,3,3,1) 34%, rgba(11,11,11,1) 100%);
    }
    .mobileBanner {
        display: block!important;

       
    }
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        height: auto;
    }
    .headlinef {
        font-size: 16px;
    }

    .corporateBtn img {
        width: 100%;
    }
  
   

    .logo a span {
        font-size: 12px;
    }

    .call-btn a {
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        display: flex;
        align-items: center;
        padding: 0px 5px;
        border-radius: 3px;
        background-color: #F9530B;
        width: 116px;
        height: 36px;
        border: 0.7px solid white;
    }

}

@media (max-width: 414px){

    .profile-info p {
        font-size: 13px;
        font-weight: 500;
        color: #EEE;
        margin: 0;
        width: 100%;
        display: inline-block;
    }

.bj-inner-cnt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left:20px ;
    gap: 10px;
    width: 100%;
    margin: auto;
}
.rltas-slider-top p {
    font-size: 14px;
}
.imgWraper img {
    width: 90%;
}
}



    

@media (max-width: 300px){
    .bgGradient2 {
        background: rgb(210,3,3);
        background: linear-gradient( 
    180deg
     , rgba(210,3,3,1) 93%, rgba(171,3,3,1) 34%, rgba(11,11,11,1) 100%);
    }
    .headlinef {
        font-size: 14px;
    }

    .mobileBanner {
        display: block!important;
      

        
    }
    .logo img {
        max-width: 100px;
    }
.logo a span {
    font-size: 10px;
    display: none;
}
.call-btn a {
    font-size: 10px;
    width: 105px;
}
.bj-area {
    padding: 100px 0;
}
}

.dale-text{
  font-size: 16px !important;
}
.dale-profile-info{
  padding: 5px !important;
}

.section-fifteen{
    display: none;

     word-spacing: 1px;
}
.outline-text{
text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;}
