@media screen and (min-width: 1024px) {
	#burgernav {
		display: none;
	}
	header #menu {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	header #menu > ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#menu > ul > li {
		margin-right: 30px;
		position: relative;
		padding: 38px 0;
	}
	#menu > ul > li:last-child a {
		padding: 8px 30px;
		border-radius: 10px;
		margin-right: 0px;
		border: 2px #178caf solid;
		color: #178caf;
	}
	#menu > ul > li:last-child {
		margin-right: 0px;
	}
	#menu > ul > li > a {
		color:#2c2c2c;
		font-size: 16px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#menu > ul > li.active > a {
		color:#178caf !important;
	}
	header #menu > ul > li > ul {
		display: none;
		position: absolute;
		left: 0px;
		top: 100px;
		width: 220px;
		z-index: 100;
		background: #3b3b3b;
		visibility: hidden;
		opacity: 0;
		border-top: 5px solid #116c87;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
		-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
		-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
		-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
		box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	}
	header #menu > ul > li:hover > ul {
		display: block;
		top: 95px;
		visibility: visible;
		opacity: 1;
	}
	header.header-fixed #menu > ul > li:hover > ul {
		top: 65px;
	}
	header #menu > ul > li > ul > li {
		position:relative;
		width:100%;
		border-bottom: 1px solid rgba(255,255,255,0.07);
	}

	header #menu > ul > li > ul > li:last-child {
		border-bottom:none;	
	}
	header #menu > ul > li > ul > li > a {
		position: relative;
		display: block;
		padding: 10px 15px;
		line-height: 24px;
		font-weight: 500;
		font-size: 14px;
		text-transform: capitalize;
		color: #ccc;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	header #menu > ul > li > ul > li:hover > a {
		color:#ffffff;
		background: #819295;
		padding-left:25px;
	}
	header.header-fixed #menu > ul > li {
		padding: 23px 0;
	}
	header #menu > ul > li i {
		font-size: 10px;
		margin-left: 5px;
	}
	#menu > ul > li> ul > li.active > a {
		color: #fff;
	}
}
@media screen and (max-width: 1300px) {
	.ban_service > ul > li > .top {
		padding: 15px 0;
		border-top: 3px solid #095a72;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
	}
	.ban_service > ul > li > .btm {
		padding: 10px;
	}
	.ban_service .btm img {
		height: 50px;
	}
	.ban_service .btm ol li {
		font-size: 14px;
	}
	.ban_service > ul > li {
		width: 20%;
		margin: 0 5px;
		background: #19738e;
	}
	.title {
		font-size: 24px;
		line-height: 40px;
	}
	.hmeservices ul li p {
		font-size: 20px;
		line-height: 28px;
	}
	.hmevideos p {
		font-size: 26px;
		line-height: 38px;
	}
	.hmevideos ul li h6 {
		font-size: 45px;
	}
	#menu > ul > li:last-child a {
		padding: 8px 20px;
	}
	.btm-title {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.values {
		padding: 15px;
		margin-bottom: 20px;
		overflow: auto;
		height: 100%;
	}
	.activitylist .activitywrap .actdtls h5 {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.activitylist .activitywrap .actdtls p {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 20px;
	}
	.enquiryimg {
		width: 60%;
	}
	footer ul {
		width: 900px;
	}
}
@media screen and (max-width: 1100px) {
	.sub-ban {
		width: 500px !important;
		margin-right: 100px !important;
	}
	.sub-ban h6 {
		font-size:17px;
		line-height:22px;
		color:#fff;
		font-weight:400; 
		margin-bottom: 10px;
	}
	.sub-ban h2 {
		font-family: 'Merriweather', serif;
		font-size:45px;
		line-height:60px;
		color:#fff;
		font-weight:700;
		text-transform: uppercase;
		margin-bottom: 10px;
		position: relative;

	}
	.sub-ban h2:before {
		content: '';
		width: 40%;
		height: 10px;
		display: block;
		background-color: #19748e;
		position: absolute;
		bottom: 5px;
		right:0px;
		z-index: -1px;
	}
	.sub-ban p {
		font-size:18px;
		line-height:26px;
		color:#fff;
	}
	.links {
		display: flex;
		flex-direction: column;
	}
	.links a {
		display: inline-block;
		margin-bottom: 10px;
	}
	footer {
		padding: 80px 0 0px 0;
	}
	footer ul {
		width: 820px;
	}
}
@media screen and (max-width: 1023px) {
	.activitylist .activitywrap:nth-child(odd) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 50px;
	}
	.activitylist .activitywrap:nth-child(even) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 50px;
	}
	.activitylist .activitywrap:nth-child(odd) .actdtls, .activitylist .activitywrap:nth-child(even) .actdtls {
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 20px;
		width: 90%;
	}
	.clients li {
		width: 31%;
	}
	.clients li img {
		margin: auto;
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	[data-aos^=fade][data-aos^=fade] {
		opacity: 1 !important;
		transform: none !important;
	}
	header .container {
		width: 100%;
		max-width: 100%;
	}
	.hmeservices .col-md-4 {
		margin-bottom: 15px;
	}
	.hmeservices .col-md-4, .hmeservices .col-md-8, .hmevideos .col-md-7 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.hmevideos {
		background: #fff url(../images/bg-video.jpg) no-repeat top right;
		background-size: cover;
		padding-top: 10px;
	}
	.links {
		display: flex;
		flex-direction: unset;
	}
	.hmeprojects .col-md-6, .hmecontact .col-md-6 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.hmeprojects .col-md-3 {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	.hmeprojects .projlist .desc h6 {
		font-size: 18px;
	}
	.hmecontact img {
		width: 60%;
		margin-bottom: 15px;
	}
	footer ul {
		width: 680px;
		padding: 15px 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	footer ul li {
		color: #fff;
		width: 100%;
		margin-bottom: 25px;
	}
	.teamlist li {
		width: calc(33.33% - 20px);
	}
}
@media screen and (max-width: 768px) {
	.hmeprojects .col-md-3, .hmeprojects .col-md-4 {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	.ban_service, .banner-section:before {
		display: none;
	}
	.slidetext {
		display: none;
	}
	.sub-ban {
		width: 450px !important;
		margin-right: 100px !important;
		position: absolute !important;
		top: 50%!important;
		left: 50px !important;
		transform: translate(0%, -50%) !important;
		margin: 0 !important;
	}
	.mm-listview a i {
		display: none;
	}
	#menu > ul > li > a {
		opacity: 0;
	}
	.hmeservices ul li {
		width: 100%;
		height: 160px;
	}
	.links {
		display: flex;
		flex-direction: column;
	}
	.links a {
		width: 225px;
	}
	.hmevideos ul {
		margin: 20px 0;
	}
	.hmeblk {
		padding: 25px 0;
	}
	.hmevideos {
		position: relative;
	}
	.hmevideos::before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		background: white;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		background-color: rgba(255, 255, 255, 0.5);
	}
	.hmevideos ul li h6 {
		color: #526067;
	}
	footer ul {
		width: 100%;
	}
	footer .footnav, footer .footsubnav {
		display: none;
	}
		footer .footnav1, footer .footsubnav {
		width: 100%;
	}
	.president-img {
		margin: 0;
		padding: 0;
	}
	.predimg {
		width: 100%;
		margin-left: 0;
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.president-dtl {
		position: relative;
		padding-bottom: 150px;
	}
	.president-dtl .row .col-md-6:first-child {
		position: unset;
	}
	.president-dtl .predimg {
		position: absolute;
		bottom: 0;
		margin: 0;
	}
	.president-dtl .predimg img.mess-img {
		display: none;
	}
	.predimg h5, .predimg h6, .signature {
		margin-left: 0;
	}
	.signature {
		height: 60px;
	}
	.teamlist li {
		width: calc(50% - 20px);
	}
	.clients li {
		width: 48%;
	}
	.clients li img {
		margin: auto;
		width: 100%;
	}
	.activitylist .activitywrap .actdtls h5 {
		font-size: 20px;
	}
	.activitylist .activitywrap .actdtls p {
		width: auto;
	}
	.compdtls {
		padding-right: 0;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 500px) {
	header .logo img {
		display: block;
		height: 55px;
	}
	.sub-ban {
		width: 100% !important;
		left: 10px !important;
		top: 70px !important;
	}
	.ls-bottom-nav-wrapper {
		transform: scale(0.7) !important;
		margin-top:15px !important;
	}
	.sub-ban h6 {
		font-size: 12px;
		line-height: 16px;
		color: #fff;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.sub-ban h2 {
		font-size: 22px;

		line-height: 25px;
		margin-bottom: 5px;
	}
	.sub-ban p {
		font-size: 10px;
		line-height: 16px;
	}
	.sub-ban h2:before {
		display: none;
	}
	.hmeprojects .col-md-3, .hmeprojects .col-md-4 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.hmeprojects .projlist img {
		width: 100%;
	}
	.hmecontact img {
		width: 100%;
		margin-bottom: 15px;
	}
	.hmevideos ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.hmevideos ul li {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		width: 100%;
	}
	.title, .hmevideos p {
		font-size: 18px;
		line-height: 32px;
	}
	.hmeservices ul li p {
		font-size: 17px;
	}
	.hmeservices ul li {
		width: 100%;
		height: auto;
	}
	.hmeservices ul li img {
		height: 60px;
	}
	.hmeclients h6, .hmecontact h6 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.innerban .breadcrumb {
		padding: 14px 5px;
	}
	.innerban .breadcrumb li {
		font-size: 13px;
	}
	.innerban .breadcrumb-item + .breadcrumb-item::before {
		padding: 0px;
		margin: 0 2px;
	}
	.btm-title {
		font-size: 25px;
	}
	.intro {
		font-size: 20px;
		line-height: 32px;
	}
	.teamlist li {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.activitylist .activitywrap .actimg {
		padding-right: 20px;
		position: relative;
		z-index: 1;
		padding-left: 20px;
		width: 100%;
	}
	.clients li {
		width: 100%;
		margin-bottom: 15px !important;
	}
	.clients li img {
		padding: 10px 0;
	}
}