/* ------------------------------------------------------------------------------ 
Project Name : EIC 
Description : Responsive Style Sheet 
Author : Imran Rovan 
Created On : 13 Sep 2021 
--------------------------------------------------------------------------------*/
@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;
   }
	#menu>ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
   }
	header nav#menu>ul>li {
		margin-left: 17px;
		display: block;
		position: relative;
   }
	header nav#menu>ul>li:first-child {
		margin-left: 0;
   }
	header nav#menu>ul>li>a {
		font-size: 17px;
		font-weight: 600;
		text-transform: uppercase;
		padding-bottom: 40px;
   }
	header nav#menu>ul>li:last-child>a {
		background: #8dc63f;
		border-radius: 20px;
		padding: 5px 25px;
   }
	header nav#menu>ul>li.more {
		background: url(../images/icons/more.png) no-repeat right center;
		padding-right: 16px;
	   /*filter: brightness(10);
	   */
   }
	header nav#menu>ul>li>a {
		color: #656565;
   }
	header nav#menu>ul>li:hover>a, header.header-fixed nav#menu>ul>li:hover>a {
		color: #1e6b90;
   }
	header nav#menu>ul>li:last-child>a {
		color: #fff;
   }
	header nav#menu>ul>li.active>a, .inner header nav#menu>ul>li.active>a {
		color: #1e6b90;
   }
	header nav#menu>ul>li.active>a:after {
		content: '';
		width: 20px;
		height: 3px;
		border-radius: 5px;
		background: #1e6b90;
		display: block;
		position: absolute;
		bottom: -5px;
		left: 0;
   }
	header.header-fixed nav#menu>ul>li>a {
		color: #656565;
   }
	header.header-fixed nav#menu>ul>li:last-child>a {
		color: #fff;
   }
	header.header-fixed nav#menu>ul>li.more {
		filter: unset;
   }
	header.header-fixed nav#menu>ul>li.active>a {
		color: #1e6b90;
   }
	header nav#menu>ul>li.active:last-child>a::after {
		display: none;
   }
	header nav#menu ul li.more ul {
		background: #2079a0;
		visibility: hidden;
		opacity: 0;
		width: 300px;
		position: absolute;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		left: 0px;
		top: 40px;
		display: none;
		-webkit-animation-duration: 0.8s;
		animation-duration: 0.8s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
   }
	header nav#menu ul li.more ul li {
		clear: both;
		width: 100%;
		padding: 10px 15px;
		border-radius: 6px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   }
	header nav#menu ul li.more ul li a {
		width: 100%;
		line-height: inherit;
		position: relative;
		color: rgb(160 226 255);
		font-size: 17px;
   }
	header nav#menu ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		left: 0;
		display: block;
   }
	header nav#menu ul li.more ul li a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0px;
		height: 1px;
		background: rgba(255, 255, 255, 0.7);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
   }
	header nav#menu ul li.more ul li a:hover {
		cursor: pointer;
		color: rgba(255, 255, 255, 1);
		padding-left: 20px;
		font-weight: 700;
   }
	header nav#menu ul li.more ul li a:hover::before {
		width: 15px;
   }
	header nav#menu ul li.active ul li.active a {
		cursor: pointer;
		color: #fff;
		padding-left: 20px;
   }
	header nav#menu ul li.more ul li.active a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 15px;
		height: 1px;
		background: #fff;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
   }
	@keyframes fadeInLeft {
		from {
			opacity: 0;
			-webkit-transform: translate3d(-50px, 0, 0);
			transform: translate3d(-50px, 0, 0);
	   }
		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	   }
   }
	.mobnav {
		display: none !important;
   }
}
@media screen and (max-width: 1360px) {
	header nav#menu>ul>li {
		margin-left: 13px;
	}
	header nav#menu>ul>li>a {
		font-size: 16px;
	}
	header .container {
		width: 100%;
		max-width: 95%;
   }
}
@media screen and (max-width: 1199px) {
	header nav#menu>ul>li {
		margin-left: 10px;
   }
	header nav#menu>ul>li>a {
		font-size: 14px;
   }
	header .container {
		width: 100%;
		max-width: 95%;
   }
	header nav#menu>ul>li:last-child>a {
		padding: 5px 15px;
   }
	header .logo img {
		height: 95px;
   }
	.social a {
		margin-right: 10px;
   }
	.am-about-content h3::before, .vissioncard h3:before {
		top: 100%;
   }
	.flright .flex {
		padding: 0px 0px 25px 50px;
   }
	.am-about-content {
		padding: 0px 0 0 0px;
   }
}
@media screen and (max-width: 1023px) {
	.desknav {
		display: none;
   }
	.headerlinks {
		margin-right: 30px;
   }
	header.header-fixed {
		height: 90px;
   }
	header.header-fixed .headerlinks {
		margin-right: 30px;
		margin-top: 27px;
   }
	footer ul li:first-child {
		padding-right: 30px;
   }
	.title h6 {
		font-size: 20px;
   }
	.title h2 {
		font-size: 35px;
   }
	.experience span.mark-text {
		font-size: 140px;
   }
	.startdtls p {
		font-size: 30px;
		line-height: 1.3;
   }
	.investor.table {
		width: 100%;
   }
}
@media screen and (max-width: 992px) {
	.hmeabt .col-md-6, .hmeproduct .col-md-8, .hmeproduct .col-md-4, .contact-page-section .col-md-8, .contact-page-section .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
   }
	.companyslide, .hmeproduct .col-md-4 .title {
		margin-top: 25px;
   }
	.am-about-content .clients li {
		width: 31.33%;
   }
	.hmeabt .row {
		flex-direction: column-reverse;
   }
   .hmeabt .row .col-md-7, .hmeabt .row .col-md-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.companyslide {
		margin-top: 0;
		margin-bottom: 30px;
   }
	.content-slider .slider .banner .banner-inner-wrapper {
		align-items: flex-start;
		padding-left: 40px;
	}
	#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
		text-align: left;
		text-shadow: 0 3px 3px rgb(0 0 0 / 15%);
	}
	#section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
		margin: 2em 0;
	}
	#section-1 .content-slider .slider .banner {
		background-position: center right 25%;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	.hmeabt img {
		margin-top: 25px;
   }
	.hmespliter {
		display: flex;
		flex-wrap: wrap;
   }
	.hmespliter .splcard {
		width: 100%;
   }
	.am-about-content .clients li {
		width: 48%;
   }
	.abtbtns {
		margin-top: 5px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
   }
	.abtbtns li {
		margin-top: 25px;
   }
	.getstart .container {
		padding: 40px 15px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
   }
	.startdtls {
		width: 100%;
   }
	footer ul li {
		display: none;
   }
	footer ul li:first-child {
		display: block;
		width:100%;
   }
	footer ul img {
		max-width: auto;
		height: 60px;
		margin-bottom: 15px;
   }
	.exper-box-img {
		position: inherit;
		width: 100%;
   }
	.flright .flex {
		padding: 0px;
		transform: translate(0px, 0px);
    opacity: 1;
   }
	.visionblk:after, .visionblk:before {
		display: none;
   }
	.visionblk .col-lg-6:first-child {
		background-color: #005a84;
   }
	.visionblk .vissioncard {
		padding: 30px;
   }
   .innerban h1 {
		font-size: 25px;
   }
	.am-about-content h3, .vissioncard h3 {
		font-size: 22px;
		padding-bottom: 20px;
	}
	.subsidiariesCaro  {
		margin-bottom: 25px;
	  }
	  .splcard .desc {
		width: 100%;
	}
	.innerban ul li a {
		font-size: 13px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.innerban ul li span {
		font-size: 13px;
	}
	.table tr td:last-child a::after, .view-pdf::after {
		margin-right: 5px;
	}
	.newspage .newslist {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
}
@media screen and (max-width: 550px) {
	.headerlinks {
		margin-right: 30px;
		margin-top: 18px;
	}
	#banner #section-1 {
		margin-top: 60px;
	}
	header .logo img {
		height: 70px;
   }
	.headerlinks a {
		font-size: 16px;
   }
   .headerlinks a:last-child {
		padding-right: 15px;
	}
	header .container {
		width: 100%;
		max-width: 100%;
   }
	.title h2 {
		font-size: 30px;
   }
	.am-about-content .team-wrap {
		width: 300px;
		margin: 0 auto 25px;
   }
	.subsed img {
		height: auto;
		max-width:80%;
		max-height:150px;
		margin-bottom: 15px;
   }
	.flexTabl {
		margin-bottom: 20px;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		padding: 5px;
   }
	.flexTabl .col-md-3 {
		width: 100%;
		margin-bottom: 10px;
   }
	.contact-page-section .form-column .inner-column {
		position: relative;
		padding: 20px;
   }
}
@media screen and (max-width: 380px) {
	#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
		font-size: 2.4em;
   }  
}