@font-face {
  font-family: 'Lovelo';
  src: url("../../fonts/Lovelo Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lovelo';
  src: url("../../fonts/Lovelo Line Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lovelo';
  src: url("../../fonts/Lovelo Line Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
} 

/* home slider */
.hm-slider {
    background: #ececec;
    padding: 1px 0px 60px;
	margin-top:50px;
}
#carouselExampleControls{
	max-width: 66%;
    margin: 70px auto 50px;
	position:relative;
}
div#carouselExampleControls .carousel-item img {
    max-height: 470px !important;
    min-height: 470px !important;
}
div#carouselExampleControls:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: #d80000bd;
    border-radius: 50%;
    left: -13%;
    bottom: -85px;
}
div#carouselExampleControls:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: #d80000;
    border-radius: 50%;
    right: -13%;
    top: -68px;
}

#carouselExampleControls .carousel-indicators{
	right: -11%;
    top: 3%;
    bottom: 100%;
    justify-content: end;
}
#carouselExampleControls .carousel-indicators li{
	width: 10px;
    height: 10px;
	border-radius: 50%;
}

#desktopCarousel .carousel-indicators {
    right: 8%;
    top: 19%;
    bottom: 100%;
    justify-content: end;
}

#desktopCarousel .carousel-indicators li{
	width: 10px;
    height: 10px;
	border-radius: 50%;
}
#carouselExampleControls .carousel-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    background-image: linear-gradient(to top, black, transparent);
}

.carousel-inner p{
	display:none;
}
.top-carousel-caption h4 {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.top-carousel-caption {
    text-align: left;
    bottom: 2% !important;
    left: 130px;
}
.carousel-caption a {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.cp1 {
    margin-right: 25px;
    position: relative;
    display: inline-block;
}
.cp1:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: white;
    right: -14px;
    top: -2px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 30px;
    height: 30px;
}

/* mobile slider */
#mobileCarousel{
	position:relative;
}
#mobileCarousel:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    background-image: linear-gradient(to top, black, transparent);
}


/*  testimonials h2 */
.sec-title.white-title h2
 {
    text-align: start;
    padding: 15px 0px;
}



@media (max-width: 600px){
	.testimonial-area {
		padding: 8px 0;
	}	
	.testimonial-area .sec-title {
	  margin-bottom: 15px;
	}
.testimonial-area .owl-stage-outer {
  padding: 22px 18px;
  margin-left: -34px;
  width: calc(100% + 123px);
}
	.single-testimonial{
		left: 33px;
	}
	
	
	
}



/* home main slider end */
	.bnk-details-box .bnk-content p strong {
    font-weight: bold;
    color: rgb(22, 23, 24);
}
.Vayu-Sagar.Fundation.pyright-info p {
    color: #000;
}
@media(max-width:768px){
	.carousel-caption{
		right:5%;

	}
	.top-carousel-caption {
        text-align: left;
        bottom: 0% !important;
        left: 6% !important;
}
	.card .icon-title{
		font-size:18px;
	}
	header.header-1 .logo img {
    width: 90px;
    max-width: 250px;
}
	.card-container{
		gap: 10px;
	}
	.whyChoose h2{
		margin-bottom: 23px;
	}
	.why-choose-con .card{
		flex:0 0 46%!important;
		min-width:unset;
		height: 240px;
}
	.card .icon-title{
		margin-top: 30px;
	}

	.card .content{
		bottom:180px;
	}
	.whyChoose{
		padding: 20px 0px 35px 0px;
	}
	.cta-section{
		padding: 30px 0px;
	}
	.single-fact .icon img {
    width: 30px;
}
	.funfact-wrap .single-fact .numbers .digit{
		margin-top: 0px;
		font-size:35px;
	}
	.funfact-wrap.section-padding {
    padding: 35px 0px 0px;
}
	.volunter-section{
		padding: 30px 0px 0px 0px;
	}
	.blog_section {
    padding: 20px 0;
}
	.bnk-details-box {
		display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        background: #f3f3f3;
        padding: 15px 5px;
        border-radius: 5px;
}
	.bnk-content {
    padding: 13px 5px 5px 5px;
    margin: 4px;
    border: 2px solid #ababab;
    width: 44%;
    border-radius: 3px;
}
	.bnk-details-box .bnk-content p{
		margin-bottom:15px;
	}
	.bnk-details-box .bnk-content p strong {
    font-weight: bold;
    color: rgb(22, 23, 24);
}
	.footer-1 .footer-widgets{
		padding:30px 0px;
	}
	.footer-wrap .single-footer-wid{
		margin-top:0px;
	}
	.footer-1 .footer-widgets .single-footer-wid .wid-title h4{
		margin-top:20px;
	}
	.wid-title img {
    width: 280px;
    display: block;
    margin: auto;
}
}
@media(max-width:401px){
/* 	    .card .icon-title {
        margin-top: 0px;
    } */
	.card .content{
		bottom:0px;
	}
}

.blog_box img {
  width: 100%;
  height: 200px;
}
/* footer */
.pt-60 {
    padding-top: 6px;
}

/* Pilot Scholarship*/
  .pilot-form-container {
  max-width: 900px;
  margin: 30px auto;
  background-color: #eddec1b5;
  border: 2px solid #007bff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #003333;
}

.pilot-section-title {
  border-bottom: 1px solid #5bb1a9;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #003333;
}

.pilot-btn-yellow {
  background-color: #000  !important;
  border: 2px solid #000  !important;
  color: white !important;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
}



.pilot-check-label {
  font-size: 14px;
  color: #003333;
}

.form-control {
  border: 1px solid #5bb1a9;
  color: #003333;
  background-color: #f8ffff;
}

.form-control:focus {
  border-color: #009688;
  box-shadow: 0 0 0 0.1rem rgba(0, 150, 136, 0.25);
}

.form-check-input {
    position: absolute;
    margin-top: 3.6rem;
    margin-left: -1.25rem;
}
label {
  font-weight: 500;
  color: #003333;
}
#mobileCarousel {
    margin-top: 15px;
}


/* Dia about page */
.sec-padd{
	padding:30px 0px
}
.abt-irb-acc {
    background: #f5f5f5;
    padding: 30px 0px;
}
.abt-irb-content{
	text-align:justify;
}
.abt-irb-content h2{
	text-align:left;
	margin-bottom: 15px;
	font-size:30px;
}
.abt-irb-content p {
    margin-bottom: 15px;
	line-height: 32px;
}
.our-client-sec{
	padding:30px 0px 50px;
}

.swiper-button-next, .swiper-button-prev{
	top:40%;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size:28px;
	color:#000;
}
.swiper-button-prev{
	left:0px;
}
.swiper-button-next{
	right:-5px;
}
.our-wrk-sec{
	background: #f5f5f5;
	padding-bottom:30px;
}
.work-item  {
    display: inline-block;
    text-align: center;
}
.work-item img {
    width: 85px;
    margin-bottom: 10px;
}
.cat-sec{
	padding:50px 0px;
}
.cat-item {
    max-width: 400px;
    margin: auto;
    text-align: justify;
	margin-bottom: 40px;
}
.cat-item h4 {
    font-size: 25px;
	margin-bottom:25px;
}
.cat-inner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cat-item p {
    margin-top: 15px;
    line-height: 28px;
}
.abt-cont {
    padding: 0px 20px 15px;
}

.th-bg{
    background: #f5f5f5;
}

.inst-rev-content {
    text-align: center;
}
.inst-rev-content p {
    line-height: 30px;
    margin: 15px 0px;
}
.res-item {
    display: flex;
    align-items: center;
    gap: 25px;
	text-align: justify;
}
.res-img img {
    width: 450px;
}
.res-sec {
    background: #d70000;
	padding:50px 0px;
	margin-bottom: 80px;
}
#res-con .res-content h4 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 5px;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0px;
    font-weight: 600 !important;
}
#res-con .res-content h4,
#res-con .res-content p{
		color:#fff;
}
#res-con .res-content p{
	font-size:18px;
}

.title-design{
	text-align: left;
    font-size: 20px;
    background: #d70000;
    display: inline-block;
    color: #fff;
    line-height: 26px;
    padding: 10px 20px 7px;
    border-top-right-radius: 20px;
    letter-spacing: 1px;
    margin: 0px 0px 50px;
}
.partner-content p,
.univers-content p{
	line-height:30px;
}
.univer-sec{
	padding:0px 0px 50px
}
.social-imp-sec{
	padding:0px 0px 50px
}

.impl-sec{
	padding:0px 0px 50px
}
.un-prtnr-bx {
    text-align: center;
    padding: 20px;
}
.un-prtnr-img{
	overflow:hidden;
	width: 160px;
    height: 160px;
	border-radius: 50%;
	border: 5px solid #d700006b;
	margin: auto;
}
.un-prtnr-img img {
    display: block;
	transition:.5s ease;
}
.un-prtnr-bx h4 {
    padding: 15px 0px 5px;
    font-size: 22px;
}
.un-prtnr-bx p {
    font-size: 18px;
}
.un-prtnr-bx a{
	transition:0.4s ease;
}
.un-prtnr-bx a:hover{
	color: #d70000;
	font-size:20px;
}
.un-prtnr-bx:hover .un-prtnr-img img{
	filter: grayscale(1);
	transform:scale(1.06);
}
.head-wrapper {
    text-align: right;
}
.head-wrapper .title-design {
    margin-bottom: 20px;
	border-top-left-radius: 20px;
    border-top-right-radius: 0px;
}
.partner-details p{
	line-height:30px;
	margin-bottom:15px;
}

.proj-title-bx {
    background: #de0000;
}
.proj-col h2 {
    font-size: 26px;
    color: #fff;
    padding: 12px 10px;
    text-align: left;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.un-proj-content {
    padding: 20px;
}
.un-proj-itm {
	margin-bottom: 35px;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.un-proj-content h4 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 5px;
}
.title-hvr{
	transition:0.4s ease;
}
.title-hvr:hover{
	color: #d70000;
    font-size: 20px;
}
.un-proj-content p {
    font-size: 18px;
}
.pr-partner-details p{
	line-height:30px;
	margin-bottom:15px;
}
.pr-proj-itm{
		margin-bottom: 35px;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pr-proj-content{
	padding: 20px;
}
.pr-proj-content p{
	font-size: 18px;
}
.pr-proj-content h4 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 5px;
}
.btn-bx a {
    text-align: left;
    font-size: 20px;
    background: #d70000;
    display: inline-block;
    color: #fff;
    line-height: 23px;
    padding: 7px 20px;
    border-top-right-radius: 19px;
    letter-spacing: 1px;
    margin: 20px 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.career-content{
	    text-align: justify;
}
.career-content h2{
	    text-align: left;
    margin-bottom: 0px;
    padding-top: 0px;
}

.career-content p {
    margin-bottom: 15px;
    line-height: 32px;
}
.career-vancan{
	padding:30px 0px 50px;
}
.slide-item img{
	width: 120px;
	height:120px;
	margin-bottom: 10px;
	border-radius: 50%;
	border: 2px solid #d70000bd;
	display:block;
	margin:0px auto 15px;
}
.slide-item h4 {
    font-size: 18px;
    line-height: 25px;
}
.slide-item{
	text-align:center;
}
.close-van{
	padding:0px 0px 50px;
}
.ot-pl{
	padding-left:110px;
}
.ot-pr{
	padding-left:110px;
}
.ot-content{
	 text-align: justify;
}
.ot-content h2{
	text-align: left;
    margin-bottom: 15px;
}
.ot-content p{
	margin-bottom: 15px;
    line-height: 32px;
}
.profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.ot-profile-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #0000008c;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.department-sec{
	padding-bottom:50px;
}
.work-w-content{
	text-align:justify
}
.work-w-content h2 {
    text-align: left;
    margin-bottom: 15px;
}
.work-w-content p{
	margin-bottom: 15px;
    line-height: 32px;
}
.wrk-profile-img{
	width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #0000008c;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.profile-wrapper p {
    margin-bottom: 7px;
}
.profile-wrapper p a {
    font-weight: 500;
}
.profile-wrapper p a:hover{
	color: #d70000;
}
.form-wrk-us {
    max-width: 960px;
    margin: auto;
	background: #d90f0f;
    padding: 20px 30px 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom:60px;
}
.form-wrk-us .form-control {
    color: #003333;
    border: 1px solid #d90f0f;
    border-radius: 0px;
    font-size: 18px;
    padding: 20px 15px;
    min-height: 50px;
}
.form-wrk-us textarea.form-control {
    min-height: 150px !important;
}
.form-wrk-us h2 {
    margin-bottom: 30px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500 !important;
}
.form-wrk-us .all_btn {
    font-size: 20px;
    color: #000;
    background: #fff;
    padding: 8px 24px;
    display: block;
    margin: auto;
    margin-top: 35px;
    letter-spacing: 1px;
}

/* all works */
.aw-content p {
    line-height: 30px;
    margin-bottom: 15px;
    text-align: right;
}
.fltr-bx {
    height: 100%;
    background: #de0000;
    padding: 20px 0px;
}
.fltr-content-wrapper{
	background:#ececec;
	padding: 20px 20px;
	height: 700px;
    overflow-y: auto;
}

    .custom-accordion .btn-acc:focus {
      outline: none;
      box-shadow: none;
    }

    /* rotate when trigger has aria-expanded="true" (works for <button> or <a>) */
    .custom-accordion button[aria-expanded="true"] .accordion-arrow,
    .custom-accordion a[aria-expanded="true"] .accordion-arrow {
      transform: rotate(180deg); /* down -> up */
    }

    /* smooth collapse (Bootstrap uses .collapsing during the animation) */
    .custom-accordion .collapsing {
      transition: height 0.35s ease;
    }

#accordionExample {
    padding: 0px 16px;
}
#accordionExample .card{
	background:transparent;
}
#accordionExample .card-header {
	padding:0px;
}
#accordionExample h5{
    font-family: "Barlow Condensed", sans-serif;
    text-align: left !important;
}
#accordionExample .btn-acc {
    width: 100%;
    text-align: left;
    font-size: 18px;
	text-transform:uppercase;
    background: transparent;
    color: #fff;
    margin-bottom: 10px;
    border: none;
    display: flex;
    justify-content: space-between;
	padding: 0px 5px;
}
#accordionExample i {
    margin-top: 8px;
}

.fltr-bx .nav-link {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
}
.fltr-bx .nav-pills .nav-link.active{
	background-color: #00000030;
}
.fltr-bx h4 {
     color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
}
.fltr-title{
    text-align: left;
    padding: 0px 0px 25px 0px;
}
.fltr-item {
    text-align: center;
    margin-bottom:40px;
}
.itm-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.fltr-item .itm-img img{
    width:130px;
    height:130px;
    object-fit: cover;
}
.fltr-item h4 {
    margin: 15px 0px 5px;
	font-size:18px;
	
}
.fltr-item p {
    font-size: 16px;
}
/* all works end */

/* gender page css */
.gen-titme-bx{
	background:#de0000;
}
.gen-title-col h2{
    font-size: 26px;
    color: #fff;
    padding: 12px 10px;
    text-align: left;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.gen-fltr {
    padding-left: 10px;
    cursor: pointer;
}
.gen-fltr .fas {
    font-weight: 400;
}

.theme-itm {
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height:515px;
}
.theme-itm > a {
    display: block;
    width: 100%;
    height: 300px;
}
.theme-itm a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-itm-content {
    padding: 20px;
}
.theme-itm-content {
    text-align: left;
    font-size: 22px;
    margin-bottom: 5px;
}
.theme-itm-content h4 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
}
.theme-itm-content p {
    font-size: 18px;
}
/* gender page css end  */

/* gender details css */
.gen-title-bx h2, .gen-title-bx h4{
    text-align: left;
    padding-top: 0px;
}
.gen-title-bx h2 {
    font-size: 25px;
}
.gen-title-bx h4 {
    font-size: 18px;
	margin-bottom: 10px;
}
.tag-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
	margin-bottom: 30px;
}
.tag-wrapper a {
    display: inline-block;
    color: #fff;
    background: #c70303;
    text-align: center;
    margin-bottom: 0px;
    padding: 4px 14px 4px 7px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    border-bottom-right-radius: 20px;
}
.research-bx {
    text-align: center;
	margin-bottom: 40px;
}
.research-bx br {
    display: none;
}
.res-inner-row {
    background: #c70303;
    padding: 30px 0px 0px;
    height:480px;
    max-height: 480px;
    overflow-y: auto;
}
.res-img-bx {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.res-img-bx img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.res-name {
    display: block;
    padding: 15px 0px 0 0;
	color: #000;
}
.gen-content {
    padding: 0px 20px;
}
.gen-part-log {
    display: flex;
    gap: 10px;
	margin-bottom: 25px;
	flex-wrap:wrap;
	justify-content: start;
}
.gen-part-log a {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}
.gen-part-log img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.gen-content p {
    margin-bottom: 20px;
}


.gen-cont-sec{
    padding: 50px 0px;
    margin: 50px 0px 15px;
}
.gen-content-area .title-design {
    margin-bottom: 20px;
}
.gen-content-area p {
    margin-bottom: 16px!important;
}
.gen-content-area img {
    float: right;
    padding-left: 25px;
    padding-bottom: 17px;
    width:400px;
    height:400px;
}
.gen-content-area2 {
    margin-top: 55px;
}
.document-are h2 {
    text-align: left;
   margin-bottom: 30px;
}
.doc-bx {
    display: flex;
    gap: 50px;
    flex-wrap:wrap;
}
.img-bx {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.img-bx img{
    width:150px;
    height:150px;
    object-fit:cover;
}
.document-are {
    margin-bottom: 50px;
}
/* gender details css end */


/* jop application */
.job-sec{
	background: #fff;
    margin-bottom: 40px;
        /*padding: 60px 0;*/
}
.apl-wrapper {
    padding: 50px 0px;
}
.apl-wrapper h3 {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 5px;
	font-family: inherit;
    font-weight: 700 !important;
}
.apl-wrapper h4 {
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
	font-family: inherit;
    font-weight: 700 !important;
}
.apl-wrapper a:hover{
	color:#d80000;
}
.job-form {
    max-width: 960px;
    margin: auto;
    background: #d90f0f;
    padding: 20px 30px 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 60px;
}
.job-form h2 {
    margin-bottom: 30px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500 !important;
}
.job-form .form-control {
    color: #003333;
    border: 1px solid #d90f0f !important;
    border-radius: 0px;
    font-size: 18px;
    padding: 20px 15px;
    min-height: 50px;
}
.job-form textarea.form-control {
    min-height: 150px !important;
}
.job-form .all_btn {
    font-size: 20px;
    color: #000;
    background: #fff;
    padding: 8px 24px;
    display: block;
    margin: auto;
    margin-top: 35px;
    letter-spacing: 1px;
}
.job-form .custom-file-label{
	 min-height: 48px;
    border-radius: 0px;
    padding: 10px;
	color: #666;
}
.job-form .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
    top: 0px;
    height: 47px;
	padding-top: 10px;
	
}
/* jop application end*/

.breadcrumb{
	margin-bottom:0px;
}
.footer_link ul li a {
    text-transform: uppercase;
}


/* Mobile Menu */

/* submenu hidden by default */
.mobile-nav .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* arrow style */
.mobile-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 25px; /* space for arrow */
}

.mobile-nav .menu-item-has-children > a::after {
  content: "\f107"; /* FontAwesome down arrow */
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

/* rotate arrow when submenu open */
.mobile-nav .menu-item-has-children.open > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* end mobile meneu */


ol.breadcrumb {
    display: none;
}


.dectail-sec img {
    width: 100%;
    height: 350px;
}




@media(max-width:767px){
    .theme-itm{
        min-height:auto;
    }
    .dectail-sec img {
     width: 100%; 
     height: 100%; 
}
    .res-inner-row{
        margin:0px;
    }
 .res-inner-row {
    overflow-y: auto; /* Scrollbar only when needed */
    -webkit-overflow-scrolling: touch;
}

/* Force scrollbar to always render on mobile when overflow exists */
.res-inner-row::-webkit-scrollbar {
    width: 8px;
}

.res-inner-row::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
}

.res-inner-row::-webkit-scrollbar-track {
    background: #eee;
}
    
    .cat-sec {
    padding: 30px 0px 10px;
}
.department-sec {
    padding-bottom: 25px;
}
.data-colect {
    padding: 10px 0px 25px;
}
.res-dev {
    padding: 10px 0 10px;
}
.impt {
    padding: 10px 0px 25px;
}
.univer-sec {
    padding: 0px 0px 15px;
}
.gen-part-log a {
    width: 90px;
    height: 90px;
}
.gen-part-log img {
    width: 90px;
    height: 90px;
}
.gen-title-bx h2 {
    font-size: 18px;
}
.gen-title-bx h4 {
    font-size: 14px;
}
.inst-rev-content h2 {
    font-size: 18px;
    text-align:left;
}
.ints-review-sec {
    padding: 5px 0px 10px;
}
.cat-item h4 {
    font-size: 18px;
    margin-bottom: 25px;
}
    .slide-item img{
	width: 150px;
	height:150px;
        
    }
	.res-sec {
   padding: 35px 0px 0px;
    margin-bottom: 20px;
}
	.title-design{
		font-size:18px;
		margin-bottom:40px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right:0px!important;
}
.swiper h4 {
    font-size: 16px;
}
	.head-wrapper .title-design {
    margin-bottom: 15px;
}
	.btn-bx a{
		font-size:18px;
	}
	.ot-pl{
	padding-left:0px;
}
.ot-pr{
	padding-left:0px;
}
	.join-sec,
	.work-w-content h2{
		padding-top:0px;
	}
		ul.sub-menu {
    background: #950808 !important;
	}
	.fltr-content-wrapper{
		padding: 20px 15px;
	}
	.fltr-item{
		border: 1px solid #a7a7a7;
		margin-bottom: 20px;
        padding: 20px 15px;
        border-radius: 5px;
	}
	.gen-content{
		padding:30px 0px 0px;
	}
	.gen-cont-sec{
		margin: 10px 0px 15px;
		padding: 40px 0px 35px;
	}
	.gen-content-area img {
    padding: 0px 0px 30px;
}
	.gen-content-area2 {
    margin-top: 40px;
}
	.document-are {
    margin-bottom: 95px;
}


	.carousel-caption a{
		font-size:16px;
	}
	.cp1 {
		margin-right: 16px;
	}
	.cp1:after{
		height: 15px;
    	right: -11px;
    	top: 3px;
	}
	.abt-irb-acc{
		padding: 10px 0px 40px;
	}
	.abt-irb-content h2{
		margin-bottom:0px;
		font-size:18px;
	}
	.abt-irb-content p {
		line-height: 25px;
    font-size: 16px;
	}
	.cat-item p {
		font-size: 16px;
    line-height: 25px;
	}
	.head-wrapper{
	    text-align:left;
	}
	.aw-content p{
		font-size:16px;
		line-height: 25px;
		text-align:left;
	}
	.fltr-item p {
    font-size: 16px;
}
	.theme-itm-content p{
		font-size:16px;
		line-height:25px;
	}
	.tag-wrapper {
		margin-bottom: 15px;
	}
	.gen-part-log {
		margin-bottom:15px;
	}
	.gen-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
}
	.gen-content-area2 p {
    font-size: 16px;
    line-height: 25px;
}
	.gen-content-area p{
    font-size: 16px;
    line-height: 25px;
}

	.doc-bx {
		gap: 75px;
    justify-content: center;
	}
	.img-bx {
	width: 80px;
    height: 80px;
	}
	.img-bx img{
	width: 80px;
    height: 80px;	    
	}
	.document-are h2{
	    font-size:23px;
    margin-bottom: 20px;
    text-align:center;
}
	.ot-content h2 {
		margin-bottom:5px;
		text-align:center;
		font-size:18px;
	}
	.ot-content p {
		font-size:16px;
		line-height:25px;
		text-align:center;
	}
	.profile-wrapper {
		margin-top:15px;
	}
	.partner-content {
    padding: 0px 0px 10px !important;
}
	.partner-content p, .univers-content p {
    line-height: 25px;
    font-size: 16px;
		text-align:justify;
}
	.inst-rev-content p {
		    line-height: 25px;
    	font-size: 16px;
		text-align:justify;
		margin-top:0px;
	}
	.res-item {
			flex-direction:column;
		    text-align: justify;
    		flex-direction: column;
		margin-bottom: 40px !important;
	}
	.res-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
	#res-con .res-content h4, #res-con .res-content p{
		text-align:center;
	}
	.career-fs {
    padding: 10px 0px 30px;
}
.career-vancan {
    padding: 30px 0px 30px;
}
.close-van {
    padding: 0px 0px 30px;
}
	.career-content h2 {
        font-size: 18px;
        margin-bottom: 0px;
	}
	.career-content p {
		font-size:16px;
		line-height:25px;
	}
	.work-w-content h2 {
		margin-bottom: 5px;
	}
	.work-w-content p {
		line-height: 25px;
    	font-size: 16px;
	}
	.profile-wrapper p {
    margin-bottom: 0px;
}
	.apl-wrapper{
    padding: 20px 10px;
}
	.apl-wrapper h3 {
     line-height: 28px;
    font-size: 20px;
}
}



@media (max-width: 768px) {
    .document-are h4 {
        width: min-content;
    }
    
    .doc-bx h5 {
    font-size: 14px;
}
}