/*responsive*/
/* contact page */
.form-details .inner {
    padding: 0 0 0 1rem;
    border-radius: 10px 0 0 10px;
}

.address-details .inner {
  padding: 2rem;
  border: 1px solid rgb(0 0 0 / 10%);
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.address-details .contact-details li a,
.address-details .inner p {
  color: rgb(0 0 0 / 50%);
    width: calc(100% - 50px);
}

.address-details .contact-details li {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.address-details .contact-details li:not(:last-of-type) {
  margin-bottom: 10px;
}

.address-details .contact-details li i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(0 0 0 / 10%);
  color: var(--primary-color);
}

.address-details .contact-details li a:hover {
  color: var(--secondary-color);
}
/* contact page */
.iframe1000 iframe {
    width: 100%;
    height: 1000px;
    overflow: auto;
}
.insideMenuBtn{ display:none;}
@media (min-width: 1300px) {
	.container {
		max-width: 1240px;
	}
}

@media (min-height: 1024px) {}

@media (min-height: 1280px) {}

@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
}

@media (max-width: 991.9px) {
	body {
		font-size: 14px;
	}

	.padding {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.footermnavi {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: var(--primary-color);
		flex-grow: 1;
		column-gap: 0 !important;
	}

	.footermnavi li {
		width: calc(100% / 3);
		display: inline-block;
	}

	.footermnavi li a {
		background: #fff;
		border-radius: 0 !important;
		text-align: center;
		color: #000 !important;
	}

	.banner {
		height: 70vh;
	}

	.bannerText .h1 {
		font-size: 2.5rem;
	}

	.heading h2 {
		font-size: 1.6rem;
	}

	.overview-img::before, .overview-img::after  {
		left: calc(2rem + 15px);
		top: 2rem;
    	width: 140%;
	}

	.overviewmailn {
		flex-direction: row-reverse;
	}

	.overview-text .inner {
		padding: 0;
	}

	.impDates .inner {
		padding: 1rem;
	}

	.date {
		flex: 0 0 58px;
		max-width: 58px;
		padding: 5px;
		font-size: 13px;
	}

	.date span {
		font-size: 1.2rem;
	}

	p {
		line-height: 1.5;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.iconBox .inner {
		font-size: 13px;
		font-weight: 600;
		padding: .25rem;
	}

	.iconBox .inner {
		display: block;
	}

	.collaborationBox .img-fluid {
		max-width: calc(25% - 10px);
	}
	.banner {
		height: 50vh;
	}
}

@media (max-width: 767.9px) {
	.scrollDown {
		display: none;
	}
	.pageHeader, .pageQuicklinks{
        display: none;
		margin-bottom: 0;
		padding:20px;
    }
	.rightPanel .inner.h-100 { padding:0; height:auto !important;}
    .insideQuickLinks{
      margin-top: 2rem;
    }

    .insideMenuBtn{
        width: 100%;
        background-color: var(--primary-color);
        border: none;
        color: #fff;
        padding: 8px 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .insideMenu ul{
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
    }
    .insideMenu ul li{
        flex-grow: 1;
        width: calc(50% - 10px);
    }
	.overview-img::before, .overview-img::after {
		left: calc(1rem + 11px);
		top: 1rem;
		width: 98%;
	}
	.mainTextBodySection { padding:1rem 0 !important;}
	.heading {
		margin-bottom: 10px;
	}

	.overview-text {
		margin-top: 2rem;
	}

	.impDates {
		margin-top: 1rem;
	}

	.colabContainer {
		margin: 10px 0;
	}

	.testimonialsWrapper {
		padding: 1rem 0.5rem;
	}

	.footer-area .bottom {
		flex-wrap: wrap;
		padding-top: 1rem;
	}

	.footer-area .bottom p {
		flex-basis: auto;
		flex-grow: unset;
		width: 50%;
	}

	.footer-area .bottom p:last-child {
		justify-content: start;
	}

	.button-top {
		bottom: 44px !important;
	}
}

@media (max-width: 575px) {
	.menuContainer .inner {
		min-width: 100%;
	}
	bannerBottom {
    display: none !important;
	}
	.bannerText {
    	width: 96%;
	}
	.banner {
		height: 68vh;
	}
	

	.header {
		padding: 0 0.5rem;
		background:#FFFFFF;
	}
	.menuBtn
	{
		color:#000000;		
	}
	.menuBtn .menuLine::before, .menuBtn .menuLine::after
	{
		background:#000;
	}
	.menuBtn.closeMenuBtn
	{
		color:#fff;		
	}
	.menuBtn.closeMenuBtn .menuLine::before, .menuBtn.closeMenuBtn .menuLine::after
	{
		background:#fff;
	}
	.bannerControlsContainer .bannerControl >span {
		width: 50px;
	}
	.bannerControlsContainer .carousel-indicators li
	{
    	margin: 0 7px;
	}
	body {
		font-size: 13px;
	}

	.bannerText .h1,
	.bannerText h3 {
		font-size: 1.53rem;
	}

	.padding {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.heading h2 {
		font-size: 1.3rem;
	}

	.top-side .navi li a {
		padding: 10px 5px;
		font-size: 13px;
	}

	.collaborationBox .img-fluid {
		max-width: calc(34% - 10px);
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 0px;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 0px;
	}
	.footerAbout .footer-title {
		font-size: 14px;
		margin-bottom: 0.5rem;
	}
	.footerAddress {
		margin-bottom: 1rem;
		text-align: center;
	}
	.footer-area {
		margin-top: 2rem;
   		padding: 4rem 0 3rem 0;
	}

	.footer-area .bottom {
		justify-content: center;
		gap: 6px;
	}

	.footerAddress .footer-title {
		text-align: center;
	}

	.footerAbout .footerSocial {
		justify-content: center;
	}

	.footer-area .bottom p,
	.footer-area .bottom p:last-child {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.insideBanner {
    	height: 45vh;
	}
	.newText h4 a {
    	font-size: 1.2rem;
	}
}

@media (max-width: 425px) {
	.menuContainerHeader .navi li:nth-last-child(1) {
		display: none;
	}

	.menuContainer .inner {
		padding: 20px 10px;
	}

	.logo {
		width: 192px;
	}
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}