body {
  padding:0px;
  color: #000000;
     font-size: 16px; 
    font-family: 'Inter', sans-serif;
}
ul { margin: 0px; padding: 0px; }
ul li { margin: 0px; padding: 0px; list-style: none; }
a { color: #000000; transition: all 0.5s ease-in-out; }
a:hover { text-decoration: none; }
img{ max-width: 100% }
.container-fluid { padding-left: 50px !important; padding-right: 50px !important; }

/*PRE LOADER*/

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%
}

#preloader:before {
    content: "";
    width: 280px;
    height: 280px;
    border: 4px solid #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#preloader:after {
    content: "";
    width: 280px;
    height: 280px;
    border: 4px solid #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
}

@keyframes LoaderCicle {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }
    10% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    80% {
        width: 110px;
        height: 110px;
        opacity: 0.1;
    }
    100% {
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}

.preloader {
  background-color: #ffffff;
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header { position: relative; width: 100%; z-index: 99; background-color: #ffffff; height: 110px }
.header-top { position: relative; width: 100%; }
.header-bottom .navbar-brand { margin-top: 10px; margin-left: 10px; padding: 10px; background: #fff; margin-right: 0px; }
.header-bottom .navbar-brand.logo-2 { margin-right: 10px; margin-left: 0px; margin-top: -10px; }
.logo img, .brand-logo img { width: 320px; height: auto; }
.brand-logo img { margin-left: 0px;}

.main-banner-slider figure { position: relative; width: 100%; margin: 0 }
.main-banner-slider figure:before { position: absolute; content: ""; background: rgba(0,0,0,0.3); width: 100%; height: 100%; top:0; left: 0; display: none; }
.banner { background: url(../img/inner-banner.jpg) no-repeat; padding: 100px 0px; width: 94%; margin: 0 auto; }

figure.banner-item {
    position: relative;
    margin: 0;
}
.banner_text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_text h2 {
    font-size: 24px; font-weight: 500; color: #fff; background: rgba(0,0,0,0.4); padding: 5px 12px;
}
.banner_text .btn { padding: 15px 30px; }
.banner_text .btn-primary { background: #00a396; border: 1px solid #00a396; }
.banner_text .btn-primary:hover { background: #03b8d7; }
.banner_text .btn-outline-primary { border: 1px solid #fff; color: #fff; }
.banner_text .btn-outline-primary:hover { background: #00a396; border: 1px solid #00a396; }
.banner_text h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
}
.headline.centered {
    text-align: center;
}
h2.headline {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 30px 0; font-weight: 700; 
}
.headline span {
    font-size: 22px;
    line-height: 36px;
    margin-top: 10px;
    color: #888;
    font-weight: 300;
    display: block;
}
h2.headline span {
    font-size: 18px;
    line-height: 30px; font-weight: 300; 
}

.theam_btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #fff;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.theam_btn:hover { background: #146ac0; border-color: #146ac0; color: #fff;   }
.small_text {
    font-size: 26px;
    color: #fff;  text-shadow: 2px 2px 2px 2px #000; 
}
.medium_text {
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 4px;
    font-weight: 700;
    text-shadow: 2px 2px 2px 2px #000; 
}
.large_text {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 61px;
    overflow: hidden;
}


.city_main_banner{ display: flex; height: calc(100vh - 46px); overflow: hidden; position: relative; }

.city_main_banner .left-banner {
    width: 70%; background-image: url(../img/home-banner2.jpg); height: calc(100vh - 110px); background-size: cover; background-position: center; background-repeat: no-repeat;
}
.home_banner .left-banner{
    background-image: url(../img/hexagon-new.jpg);
}
.city_main_banner{
    /* background-image: url(assets/img/home-banner3.jpg); background-size: cover;  */ height: auto;
}
/* .city_main_banner{
    background-image: url(assets/img/home-banner2.jpg); background-size: cover; border-radius: 0px 0% 40% 0;
    border-bottom: 20px solid #ff9200; background-position: center;
} */
.city_main_banner .right-banner {
    width: 30%;
}
.city_main_banner .slick-vertical .slick-slide{ border: 0; border-bottom: 1px solid #ddd }
.city_main_banner .main-banner-slider { float: none; }
.slick-slide img { width: 100%; }

.navbar-expand-lg .navbar-nav .nav-link.contact-link {
    background: #fd6c0f;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    margin-left: 8px;
}
.navbar-expand-lg .navbar-nav .nav-link.contact-link:hover{
    background: #00a396; color: #fff;
}

.city_main_banner .slick-prev, .city_main_banner .slick-next { background: #00a396; }
.city_main_banner .slick-prev:before, .city_main_banner .slick-next:before { color: #fff; }

.city_top_news span {
    display: inline-block;
    padding: 18px 50px 17px 20px;
    color: #fff;
    font-size: 15px;
    margin-right: 2%;
    position: relative;
    background-color: #00a396;
    width: 20%;; text-align: center;
}
.city_top_news span:before {
    position: absolute;
    content: "";
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 28px 29px 0;
    border-color: transparent #fff transparent transparent;
}
.city_top_news .city-news-slider a { color: #000000; overflow: hidden; display: block; height: 26px;}
.city_top_news .city-news-slider a i { color: #00a396; }


.city_top_news .slick-prev, .city_top_news .slick-next, .city-department-slider .slick-prev, .city-department-slider .slick-next, .city-department-slider1 .slick-prev, .city-department-slider1 .slick-next, .study-abroad-slider .slick-next, .study-abroad-slider .slick-prev, .testimonial-slider .slick-prev, .testimonial-slider .slick-next  {
    display: none !important;
}
.city_top_news .city-news-slider { float: none; width: 73%; }
.navigation  .ul-right li { position: relative; padding: 0px 15px; margin-right: 0px;  }
.ul-right li:after { background: #000000; width: 1px; height: 40px; content: ""; position: absolute; right: 0; top: 25px;   }
.ul-right li:last-child { margin-right: 0px; border-right: 0px; padding-right: 0px; }
.ul-right li:last-child:after { background: none; }
.search-area { position: fixed; z-index: 99; background: rgba(2,190,110,0.9); width: 100%; height: 100%; padding: 50px;  }
.search-btn  span { line-height: 30px;}
.close-search { position: absolute; right: 30px; top:30px; color: #fff; font-size: 40px }
.search-area .container { height: 100vh; padding-top: 150px;}
.search__bar {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.search__term {
    width: calc(100% - 5.4rem);
    padding: 0;
    background: none;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border: 0;
    outline: none;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.search__submit {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    width: 5.4rem;
    height: 1.9rem;
    padding: 0;
    background: none;
    border: 0;
    text-align: right;
    transition: all .25s ease-in-out;
    outline: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/search.png) no-repeat 100%;
}
.search__term::-webkit-input-placeholder{color:#fff;opacity:1}
.search__term::-moz-placeholder{color:#fff;opacity:1}
.search__term:-ms-input-placeholder{color:#fff;opacity:1}
.search__term::-ms-input-placeholder{color:#fff;opacity:1}
.search__term::placeholder{color:#fff;opacity:1}

footer form .form-control::-webkit-input-placeholder{color:#00a396;opacity:1}
footer form .form-control::-moz-placeholder{color:#00a396;opacity:1}
footer form .form-control:-ms-input-placeholder{color:#00a396;opacity:1}
footer form .form-control::-ms-input-placeholder{color:#00a396;opacity:1}
footer form .form-control::placeholder{color:#00a396;opacity:1}
.clinet-list a {  margin: 15px; }
.clinet-list a img {  box-shadow: 0 0 11px #eaf0f6;     transition: .3s ease-in-out;     }

.clinet-list a img:hover {
    box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
    transform: scale(1.014);
}

.preheader-area-wrapper {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    background: none;
    margin-bottom: 0px;
}
.preheader-area-wrapper a { color: #fff; }
.preheader-area-wrapper .nav li a { margin-right: 10px; margin-top: 5px; display: inline-block; }
.preheader-right-area button {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: .4s .2s ease-out;
}
.preheader-right-area button:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    content: '\f0ac';
}


.preheader-right-area button, .preheader-right-area a {
    position: relative;
    margin-left: 20px;
    color: #fff;
}
.preheader-left-area a {
    margin-right: 20px;
}

.arrow-toggle, .dropdown-show, .mainmenu > li > a {
    position: relative;
}
.dropdown-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
    box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s .2s ease-out;
    -moz-transition: .2s .2s ease-out;
    -o-transition: .2s .2s ease-out;
    transition: .2s .2s ease-out;
}
.preheader-right-area .switcher .dropdown-nav {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    margin-top: 10px;
}
.preheader-right-area .switcher .dropdown-nav:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 15px;
    width: 100%;
}
.preheader-right-area .switcher .dropdown-nav li {
    margin-bottom: 15px;
}
.preheader-right-area .switcher .dropdown-nav li:last-child { margin-bottom: 0px;}
.preheader-right-area .switcher .dropdown-nav li a {
    line-height: 1;
    text-transform: uppercase;
    margin-left: 0px;
}

.dropdown-show:hover > .dropdown-nav {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.dropdown-show:hover .arrow-toggle:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.arrow-toggle:after {
    content: '\f107';
    font-family: FontAwesome;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    transition: .1s .2s ease-out
}

 .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }


/*
	==================================
		CITY TOP NAVIGATION START
	==================================
*/

.btn-round { border-radius: 8px;}
.btn-red { background: #00a396 !important; border: 1px solid #00a396 !important; color: #fff !important; padding: 10px 30px !important; font-size: 16px;  }
.btn-red:hover { border: 1px solid #00a396 !important; background: none !important; color: #00a396 !important;  }

.btn-outline { border: 1px solid #fff; background: #fff; color: #00a396;  font-size: 16px; padding: 10px 30px !important;  }
.btn-outline:hover {    color: #fff; background: none;   }
.city_top_form,
.navigation,
.city_top_navigation{
	width:100%;
}
.city_top_navigation{
	position:relative;
    margin-top: 0px; 
    padding: 15px 0;
}
.navbar-nav .dropdown-toggle::after{ display: none; }
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 12px;
    font-weight: 600;
    color: #2d3030;
    text-transform: uppercase;
    font-size: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #00a396;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    -webkit-transition: visibility 150ms linear, opacity 150ms linear;
    transition: visibility 150ms linear, opacity 150ms linear;
    will-change: opacity;
    padding: 10px 0;
    margin-top: 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{ padding: .35rem 1.5rem; font-weight: 500; }
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active{  background-color: #00a396; }
@media (max-width: 991px){
    .container, .container-md, .container-sm {
        max-width: 96%;
    }
}


.city_top_search{
	position:relative;
	float:left;
	width:100%;
}
.city_top_search input{
	padding:0px 0px;
    outline: none;
	height:auto;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	padding:0px 30px 0px 0px;
}
.city_top_search input::placeholder{
	color:#fff;
}
.city_top_search a{
	position:absolute;
	top:2px;
	right:0px;
	color:#fff;
	font-size:13px;
} 
.top_user{
	float: right;
	width: auto;
	color: #fff;
	line-height: 12px;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px;
	border-left: 1px solid #fff;
	font-size: 15px;
}
/*dropdown style*/
.navigation ul > li > ul{
     border-top: 2px solid #00a396;
	position: absolute;
	right: auto;
    margin-top:43px;
	top:100%;
	background-color: #fff;
	width: auto; padding: 20px;
	z-index: 999;
	overflow:hidden;
	visibility:hidden;
	opacity:0;
	
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation ul > li ul.child-50 { width: 100%; left:inherit; right: 0; padding: 20px;  }
.navigation ul > li:hover ul.child-50 { display: flex; flex-wrap: wrap;   justify-content: space-between; } 
.navigation ul > li ul.child-50 li { width: 33%; }


.navigation ul > li:hover > ul{
	overflow:visible;
	visibility:visible;
	opacity:1;
	display:block;
	top:48px;
}
.navigation ul li ul li{
	margin:0px 0px;
}
.navigation ul li ul li a{
	color:#666;
	padding:8px 20px;
	display:block;
    font-size: 14px;
	position:relative;
	text-transform:capitalize;
	display:block;
}
.navigation ul li ul li a:hover{
	color:#fff;
	padding:8px 20px;
    background: #00a396; font-size: 14px; 
}
.navigation ul li ul li a:before{
	position:absolute;
	content:"\f105";
	top:8px;
	left:10px;
	right:0px;
	bottom:0px;
	font-family:fontAwesome;
	font-size:15px;
}
.navigation ul li ul li a:hover:before{
	color:#fff;
	left:10px;
}
.navigation ul ul > li > ul {
	top:10px;
	left:100%;
}
.navigation ul ul > li{
	position:relative;
}
.navigation ul ul > li:hover > ul{
	top:0px;
}
/*sticky styles start*/
.header-top.sticky{
	position:fixed;
	z-index: 999;
	top:0px;
    left: 0px;
    background: #f0fdff;
	padding: 0px 15px; 
	transition:all .5s ease-in-out;
    margin-top: 0px;
}
.header-top.sticky .city_top_navigation{ padding: 0 }

.sticky-twitter .social-media { transition:all 1s ease-in-out; display: block; }

.header-top.sticky .logo img {
    width: 275px;
}
.navbar-brand{ outline: none; }

@-webkit-keyframes animationgradienttitle {
  0% {
    background-position: 0 600px;
  }
  100% {
    background-position: 600px 0;
    width: 0;
    height: 0
  }
}
@keyframes animationgradienttitle {
  0% {
    background-position: 0 600px;
  }
  100% {
    background-position: 600px 0;
    width: 0;
    height: 0
  }
}

.navbar .logo{ position: relative;}
.c-article__title {
    font-size: 17px;
    color: #573921;
    background-color: #563722;
    background-image: linear-gradient(90deg, #563722 0%, #a69b6e 34%, #7d9149 74%, #4c6637 100%);
    /* background-size: 400px 50px; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-animation: animationgradienttitle ease-in 10s;
    -webkit-animation: animationgradienttitle ease-in 10s;
    -o-animation: animationgradienttitle ease-in 10s;
    animation: animationgradienttitle ease-in 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-weight: 800;
    top: 12px;
    margin: 0;
    text-align: center;
}
.fixicons {
    position: fixed;
    top: 50%;
    left: 0;    
    display: flex;
    align-items: center;
    justify-content: center;    
    z-index: 99;
    flex-direction: column;
}
.fixicons .fixic {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a396;
    border: 1px solid #077a8e;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    position: relative;
}
.fixicons .linkedin{ margin-top: 5px; }
.fixicons a {
    color: #ffffff;
    font-size: 24px;
    line-height: 22px;
    padding: 10px;
}
.header-top.sticky .c-article__title {
    font-size: 16px;
    right: 18%;
}

.fixicons.linkedin {
    top: 55%;
}

.fixicons .fixic span {
    position: absolute;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    left: 50px;
    top: 0;
    color: #00a396;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    min-width: 125px;
    min-height: 45px;
    padding: 0 0 3px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,.2));
}
.fixicons .fixic:hover span {
    visibility: visible;
    opacity: 1;
    left: 65px;
}
.fixicons .fixic span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
}

/*
	==================================
		CITY TOP NAVIGATION END
	==================================
*/
.icons-container { position: relative; margin-top: -120px;  border-radius: 10px; z-index: 10; padding-top: 15px;  }
.cm-profile{ padding: 0px 0 70px }
.news-box {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 6px 61px 6px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.news-box figure, .news-box .icon-box-2  { width: 100%; }
.news-box .icon-box-2 {
    text-align: center;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    padding: 8px 0;
    transition: all .4s
}
.news-box:hover .icon-box-2{
    transition: all .55s; bottom: 40%; background : transparent;
}
section.how-to-apply {
    background: #edfcff;
    padding: 80px 0;
}
.news-box .img-wrapper {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
}
.news-box .img-wrapper:after{
    width: 100%; background: rgba(0,0,0,.3); position: absolute; left: 0; bottom: 0; height: 100%; content: ""; opacity: 0; visibility: hidden;
}
.news-box:hover .img-wrapper:after{ opacity: 1; visibility: visible; }
.news-box .img-wrapper img{ max-width: 100%; }
.news-box:hover { margin-top: -15px; }
.news-box figure img { width: 100%; transform: scale(1); transition: 0.4s; }
.news-box figure img:hover { transform: scale(1.1); }
.news-box .icon-box-2 a span { color: #00a396; font-size: 18px;   }
.news-box .icon-box-2 .icon-right {  margin-bottom: 0px; }
.news-box .icon-box-2 .icon-right span:hover { color: #000;  }


.quicklinks {
    border-top: 2px solid #146ac0;
}
.quicklinks li {
    border-bottom: 2px solid #146ac0;
    padding: 18px 18px 18px 32px;
    position: relative;
}
.quicklink-title {
    color: #146ac0;
  font-size: 1.5rem; 
    text-transform: capitalize;
}
.quicklink-title:hover {  color: #00a396; }



.quicklinks li:after {
    color: #146ac0;
    font-size: 3.2rem;
    position: absolute;
    left: 0px;
    top: 3px;
    content: "\f105";
        font-family: fontAwesome;
}

.news-box .fa { font-size: 48px; color: #00a396; margin-bottom: 30px;  }

.mea { width: 100%; border-bottom: 2px solid #146ac0; padding-bottom: 10px; }
.mea figure {  position: relative; }
.mea  img { width: 100%; }
.mea .link-btn { position: absolute; right: 0; bottom: 0; width: 60px; height: 60px; background: #00a396; color: #fff; text-align: center;  -webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;  }
.mea .link-btn .fa { line-height: 60px;}
.mea .link-btn:hover { background: #146ac0; }

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.rounded {
    border-radius: 0.2rem !important;
}
.slider-for.slick-initialized .slick-slide { height: 500px;  }
.slider-area .slick-arrow { display: none !important;  }
.border-area { position: relative; }
.border-area:before { border-left: 1px solid #fff; position: absolute; width: 1px; left: 0; height: 500px; content: ""; top: 0; }
.border-area:after { border-right: 1px solid #fff; position: absolute; width: 1px; right: 0; height: 500px; content: ""; top: 0;  }

.slider-area { height: 500px; position: absolute; bottom: 0; width: 100%; left: 0; top: 0; }

.man_wht_txt { -webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;  border-radius: 15px; padding: 40px 15px; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; min-height: 500px; }
.man_wht_txt .pseudo-h4 { color: #fff; font-size: 14px; font-weight: 500; }
.man_wht_txt .pseudo-h2 { color: #fff; font-size: 30px;  }
.man_wht_txt p, .man_wht_txt a { display: none; }
.man_wht_txt a .ti { margin-left: 10px;}
.slick-slide:hover .man_wht_txt { background: #fff; }
.slick-slide:hover .man_wht_txt .pseudo-h4, .slick-slide:hover .man_wht_txt .pseudo-h2  { color: #000;  }
.slick-slide:hover .man_wht_txt p, .slick-slide:hover .man_wht_txt a { display: block; }
.news .card {
    flex: 1 0 0%;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
}
.address-details .ti { margin-right: 15px;  }
.about-info figure .india-map { padding: 0 20px; }

.newsletter .form-control { border: 0px; background: #fff; height: 50px; }
.newsletter .btn { height: 50px; padding: 0px 25px; background: #00a396; border: 1px solid #00a396;  }
.newsletter .btn:hover { background: #40823e; }
.news .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 1rem;
}

.balance-text { border-left: 2px solid #00a396; font-size: 18px; font-weight: 500; padding-left: 10px; color: #146ac0; }
.balance-text a { font-size: 14px; font-weight: 400; color: #00a396;  }
.balance-text a i { font-size: 12px; margin-left: 10px; }
.balance-text a:hover { color: #146ac0; }

.newsletter .nav li { margin-right: 15px; }
.newsletter .nav li:last-child { margin-right: 0px; }
.newsletter .nav li a:hover { color: #00a396; }

.news .tonews {
    display: block;
    border-bottom: 1px solid #1d4e9e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tonews span, .tonews .d-flex p {
    color: #1d4e9e;
    font-size: 14px;
}
.new-details .tonews .badge {
    padding: 3px 5px !important;
    font-size: 10px;
    background: #1d4e9e;
    color: #fff;
}
.tonews p {
    margin-bottom: 0px;
    color: #000000;
    font-size: 17px; height: 60px; overflow: hidden; 
}
.tonews a {
    font-size: 14px;  color: #00a396; display: flex; align-items: center; 
}
.tonews a i { font-size: 12px; padding-top: 3px;}
.indian-govt .quicklink-title { font-size: 18px; text-transform: none; }
.indian-govt figure { width: 25%; margin-bottom: 0px; }
.indian-govt figure img { width: 100%; }
.indian-govt p { width: 70%; margin-bottom: 0px;}

.indian-govt ul li { margin-bottom: 15px;}
.city-project-slider .slick-prev, .city-project-slider .slick-next { display: none !important; }

.partners { border-top: 2px solid #1d4e9e; margin-top: 50px;}
.partner-logo {
    width: 60%;
    margin: 20px auto 0;
}
.partner-logo ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.partner-logo ul li {
    list-style: none; text-align: center;
    width: 33.33%;
    padding: 25px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.partner-logo ul li:nth-child(3n) {
    border-right: 0;
}
.partner-logo ul li:nth-child(n+4) {
    border-bottom: 0;
}
.partner-logo ul li img { width: 60%; margin: 0 auto; }



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.icon-box-2 {
    text-align: center;
    margin-top: 0px;
    position: relative;
}
.icon-box-2 a { font-size: 13px; margin-bottom: 15px; display: inline-block; }
.icon-box-2 a:hover { color: #00a396;  }
.icon-box-2 span { display: block; font-size: 11px; }
.icon-box-2 .im {
    width: 120px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 80px;
    font-size: 60px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    color: #00a396;
    position: relative;
    z-index: 11;
}

.icon-box-2 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.news-box .icon-box-2 h3{ color: #fff;}
.icon-box-2 p {
    margin-top: 20px;
    font-style: 16px;
}
.categories-boxes-container {
    width: 100%;
    left: 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.category-small-box {
    width: calc(100% * (1/6) - 21px);
}
.category-small-box {
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 1%;
    padding: 30px 20px;
    text-align: center;
    color: #777; width:18%;
    transition: 0.4s;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category-small-box i {
    font-size: 42px;
    height: 40px;
    display: inline-block;
    margin-top: 0px; margin-bottom: 20px;
}
.category-small-box figure, .col-point figure {  width: 100px; height: 100px; border-radius: 50%; background: #00a396; padding: 20px;  margin:0px auto 20px; }
.category-small-box img, .col-point figure img { width: 100%; }


.category-small-box h4 {
    font-size: 16px;
    color: #000000;
    transition: 0.4s;
    line-height: 22px;
    margin-top: 8px; font-weight: 300; 
}
.category-small-box:hover {
    background-color: #00a396;
    color: #fff;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.1);
}
.category-small-box:hover h4 { color: #fff; }

.slick-slider { float: none; width: 100%; }
.section__features {
/*    background: url(assets/img/features_bg.jpg) no-repeat center center / cover;*/
    position: relative;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.section__features .left__box, .section__features .right__box {
    padding:50px 100px;
    line-height: 1.8;
    position: relative; text-align: right; background-color: #00a396; width: 50%; 
}
.section__features .right__box {
     display: flex; justify-content: center; align-items: center; flex-direction: column; 
/*    background-color: rgba(45, 64, 82, 0.8); */
    background: url(../img/andhra-bg.html) no-repeat; background-position: bottom center; 
}

.section__features .right__box a span { transition: .3s ease-in-out; background: #fff; width: 80px; height: 80px; border-radius: 50%; display: inline-block; text-align:center; line-height: 80px; font-size: 30px; color: #00a396;}
.section__features .right__box a span:hover {  background: #00a396; color: #fff;  }

.section__features .left__box .features__title, .section__features .right__box .features__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
ul.points li {
    list-style: none;
    padding: 0px;
    text-align: left;
    font-weight: 500 !important;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 17px;
}
ul.points li:before {
    background-position: center top;
    left: 5px;
    position: absolute;
    font-family: 'themify';
    content: "\e649";
    color: #00a396;
    display: inline-block;
    margin-right: 15px;
    margin-top: 0px;
    font-weight: 600;
}
.about-info ul.points li:before  { color: #00a396; }
.about-info figure img { width: 100%; border-radius: 15px; position: relative; }
.about-info figure { position: relative;  -webkit-transition: all .2s;
    -o-transition: all .2s; }
.about-info figure:hover img { transform: scale(1.01)}
.about-info figure a {     text-align: center; position: absolute; padding: 10px; background: rgba(255,255,255,0.6); width: 80px; height: 80px; border-radius: 50%; top: calc(50% - 40px); left: calc(50% - 40px);  color: #00a396;  }
.about-info figure a span {  -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; font-size: 30px; text-align: center; line-height: 60px; background: #fff; width: 60px; height: 60px; display: inline-block; border-radius: 50%; }
.about-info figure:hover span { background: #00a396; color: #fff; }
.about-desc { transition: .3s ease-in-out; padding: 20px; }
.about-desc:hover { }
.about-content { align-items: center; }
.about-content figure, .about-content .about-desc { width: 50%; margin: 0px; }
.about-desc h2 { margin-bottom: 30px; }
.img-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 3px;
}
.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #222;
    opacity: 0.3;
    z-index: 99;
    transition: 0.3s ease-out;
}
.img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0,-50.5%);
}
.img-box-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}
.img-box:hover .img-box-background {
    transform: scale(1.07);
}
.img-box .img-box-content  h4, .img-box .img-box-content  span { color: #fff; }
.flip-banner {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgb(2, 190, 110);
    opacity: 0.8;
}
.flip-banner-content {
    position: relative;
    top: 50%;
    z-index: 200;
}
.flip-banner:after {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 100;
    transition: all 0.6s;
}
.flip-banner-content .flip-visible, .flip-banner-content .flip-hidden {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all 0.45s cubic-bezier(.87,-.41,.19,1.44);
}
.flip-banner h2 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block; color:#fff; font-weight: 300; 
}
.flip-banner:hover .flip-banner-content .flip-hidden, .flip-banner-content .flip-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}
.flip-banner:hover .flip-banner-content .flip-visible, .flip-banner-content .flip-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(150%);
}
.parllax-news div a { color: #fff; font-size: 24px; }
.parallax {
/*        background: url(assets/img/slider-bg-02.jpg) no-repeat;*/

    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;

    background-position: center;
    padding: 50px 0;
   
}
.category-box-container {
    position: relative;
    height: 100%; margin: 0px 10px;
}
.category-box {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    cursor: pointer;
}
/*
.category-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: -webkit-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
}
*/
.category-box-btn {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 111;
    background-color: #00a396;
    border: 1px solid #00a396;
    color: #fff; font-size: 13px;
    padding: 8px 15px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s;
}
.category-box-background {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: transform 0.35s ease-out;
    transform: translate3d(0,0,0) scale(1);
    image-rendering: -webkit-optimize-contrast;
}
.category-box:hover .category-box-background {
    transform: translate3d(0,0,0) scale(1.08);
}

.category-box:hover .category-box-btn { background: #00a396; color: #fff;  border: 1px solid #00a396;  } 


/* -- Footer ----------------------------- */

footer {
    background: #2a3031;
    color: #ffffff;
    padding: 20px 0 15px;
    background: url(../img/ftbg2.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
}
footer h5 {
    margin-bottom: 26px;
}
.ft-entremonde {
    padding-right: 0;
}
.ft-entremonde img {
    margin-bottom: 20px; max-width: 315px;
}
.ftabout-desc .ftaddress-details p {
    font-size: 14px;
    margin: 0 0 5px;
}
.cont-info {
    font-size: 14px;
}
.list-unstyled li { margin: 10px 0;}
.list-unstyled li a { color: #ffffff; }
.list-unstyled li a:hover { color: #00a396;  }
.copyright p { margin-bottom: 0px; color: #c7c7c7; font-size: 14px; }
.about-mea p { line-height: 28px; }
.copyright {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 15px;
}
footer form .form-control { border-radius: 0px; font-size: 14px; border: 0px; height: 44px; }

.slick-dots { bottom: -10px; }
.slick-dots li button {  }
.slick-dots li button:before {  font-size: 60px;  }
.slick-dots li.slick-active button:before {  color: #00a396; opacity: 1;  }

.testimonial {
    height: 100%;
    padding: 28px 28px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    margin:30px;
}

.testimonial .image {

    width: 70px; margin-bottom: 20px;
}

.testimonial .image img {
    width: 70px;
    border-radius: 50%;
}
.testimonial .content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; height: 150px; overflow: hidden; 
    margin-bottom: 34px;
}
.testimonial .content .name {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .content .position {
    font-size: 12px;
    display: block;
    margin-top: 11px;
    color: #7e7e7e; height: 40px; overflow: hidden; 
}

.city-project-slider .slick-dots { bottom: -30px; }

.row-col { 
    -webkit-box-shadow: 0 0 70px rgb(204 204 204 / 20%);
    box-shadow: 0 0 70px rgb(204 204 204 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; margin-top: 30px;
    position: relative;
    z-index: 2; 
}

.col-point {  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; text-align: left; 
    padding: 40px 25px;
    position: relative; }

.col-point:after {
    content: '';
    height: 70%;
    width: 1px;
    border-right: 1px solid #e9e9e9;
    position: absolute;
    top: 52px;
    margin-left: -49px;
}
.col-point:first-child:after { border: 0px; }
.col-point h3 { font-size: 16px;  }
.live-india .icon-box-2 { text-align: left; }
.live-india .icon-box-2 figure { margin: 0px 0px 20px 0; }
.profile-card { border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.img1 {
    position: relative; overflow: hidden; border-radius: 15px; transition: all ease-in-out 0.4s;
}
.img1:hover img { transform: scale(1.1); transition: all ease-in-out 0.4s;}
.img1 .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%; border-radius: 0; position: relative; z-index: 0; transition: all ease-in-out 0.4s
}
.img1:after { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: linear-gradient(180deg,rgb(0 0 0 / 0%),rgb(0 0 0 / 43%)); content: ""; border-radius: 15px; }

.photocard-subject-name {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 80px;
    z-index: 1;
    font-size: 18px;
    line-height: 16px;
    font-weight: 500; width: auto; 
    font-style: normal;
    color: rgba(255,255,255,1);
}
.photocardlinke {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    z-index: 1;
    border-radius: 8px;
    border: 1px solid #fff;
    font-weight: 500;
}
.photocardlinke i{ margin-left: 8px; }
.photocardlinke:hover { background: #fff; color:#00a396;  }
.box3 {
    background-color: #fff;
    padding: 20px;
    margin-top: 0px; min-height: 150px;
}
.news-area  a:hover { color: #00a396; }
.leader-speak  { background: #f2f2f2; }

.social-media { display: none; position: fixed; z-index: 99999; right: 50px; bottom: 50px; background: #fff; padding: 25px; padding-top: 50px; width: 400px; border-radius: 5px; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);  }
.social-media .close-twiiter { position: absolute; right: 20px; top: 20px; }

.page-sidebar, .page-sidebar-2 { padding: 15px; border-radius: 10px; background: #f2f2f2;  }

.sidebar-links ul li {  padding-top: 8px; padding-bottom: 8px; border-bottom: 1px solid #eaeaea;  }
.sidebar-links ul li a:hover, .page-sidebar ul li a.active {  color: #00a396; }
.sidebar-links ul li:before { color: #00a396; }
.counter-area ul {display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; }
.counter-area ul li { width: 31.33%; margin: 1%; padding: 25px; background-size: cover; border: 1px solid #eaeaea; border-radius: 15px; text-align: center; min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.counter-area ul li.bg1{ background-image: url(../img/biogas/count1.jpg); }
.counter-area ul li.bg2{ background-image: url(../img/biogas/count2.jpg); }
.counter-area ul li.bg3{ background-image: url(../img/biogas/count3.jpg); }
.counter-area ul li h3, .counter-area ul li h3 span  { font-size: 54px; color: #ffffff; font-weight: 500 !important;  }
.counter-area ul li h3 { margin-bottom: 20px;}
.info { color: #fff; font-size: 22px; font-weight: 500;}
.ap-agro .col-point { padding: 30px 20px 20px; }
.ap-agro .col-point p span { font-weight: 700; font-size: 24px; }
.ap-agro  .col-point:after { margin-left: -20px;}
.sidebar-sticky { top: 100px; position: sticky;  }
.sidebar-sticky-2 { top: 100px; position: sticky;  }
.md-accordion { padding: 0px 15px; }
.md-accordion .card { border: 0px; background: none; }
.md-accordion .card .card-header { background: #fafafa; border-radius: 5px;  border: 0px; margin-bottom: 2px; border-bottom: 2px solid #00a396;  }
.md-accordion .card .card-header h5 { display: flex; justify-content: space-between; color: #00a396;   }
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.md-accordion .table th { background: #fafafa; color: #00a396; font-weight: 500; vertical-align: middle; text-align: center; }
.md-accordion .table ul { display: block; }
.md-accordion .table ul li { border: 0px; width: 100%; margin: 15px 0; padding-top: 0px; padding-bottom: 0px; padding-left: 30px; min-height: inherit; text-align: left; display: block;}
.md-accordion .table ul li:before { color: #00a396;  }
.md-accordion .partner-list li { width: 23%; padding: 0px; min-height: 0px; border-radius: 0px; }
.md-accordion .partner-list li img { width: 100%; }
.counter-area .category-box-container { border-bottom: 2px solid #00a396; margin-bottom: 30px; }
.counter-area .category-box-container, .counter-area .category-box-container a.category-box { height: auto; }
.counter-area .category-box-container a { height: 80px; overflow:hidden; margin-bottom: 0px; display: inline-block; font-size: 14px;  }
.counter-area .category-box-container a:hover { color: #00a396; }
.search-list .form-control {
    height: 60px;
    border: 2px solid #ddd;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
}
.searh-box button {
    padding: 0px 20px;
    position: absolute;
    right: 17px;
    height: 56px;
    /* line-height: 68px; */
    top: 2px;
    outline: none;
    background: #fafafa;
    border: 0px;
    cursor: pointer;
    /* padding: 0px; */
    margin: 0px;
    /* background: none; */
}
.search-list .form-group {
    position: relative;
}
.search-list .form-group::after {
    position: absolute;
    content: "\e64b";
    bottom: 2px;
    right: 1px;
    font-family: 'themify';
    left: auto;
    color: #00a396;
    background: #fafafa;
    font-size: 24px;
    border-radius: 0px;
    /* width: 40px; */
    padding: 0px 20px;
    height: 56px;
    line-height: 56px;
}
.searh-box button span.ti-search {
    font-size: 24px;
    line-height: 56px;
    color: #00a396;
}

/*===========================
     CHAT BOOT MESSENGER
   ===========================*/

#Smallchat .Messages,
#Smallchat .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    position: fixed;
    z-index: 222;
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
    background-color: #00a396;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    cursor: pointer;
    display: block;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}


/*
#Smallchat,#Smallchat * {
 box-sizing:border-box; 
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -webkit-tap-highlight-color:transparent
}
*/

#Smallchat .Layout {
    pointer-events: auto;
    box-sizing: content-box!important;
    z-index: 999999999;
    position: fixed;
    bottom: 20px;
    min-width: 50px;
    max-width: 300px;
    max-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
    -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s
}

#Smallchat .Layout-right {
    right: 20px
}

#Smallchat .Layout-open {
    overflow: hidden;
    min-width: 300px;
    max-width: 300px;
    height: 500px;
    max-height: 500px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
}

#Smallchat .Layout-expand {
    height: 500px;
    min-height: 500px;
    display: none;
}

#Smallchat .Layout-mobile {
    bottom: 10px
}

#Smallchat .Layout-mobile.Layout-open {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px)
}

#Smallchat .Layout-mobile.Layout-expand {
    bottom: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    border-radius: 0!important
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#Smallchat .Messenger_messenger {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#Smallchat .Messenger_header,
#Smallchat .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#Smallchat .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#Smallchat .Messenger_header h4 {
    opacity: 0;
    font-size: 16px;
    -webkit-animation: slidein .15s .3s;
    animation: slidein .15s .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    color: #fff;
}

#Smallchat .Messenger_prompt {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#Smallchat .Messenger_content {
    height: 450px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

#Smallchat .Messages {
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}

#Smallchat .Input {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 17px;
    padding-bottom: 15px;
    color: #96aab4;
    background-color: #fff;
    border-top: 1px solid #e6ebea;
}

#Smallchat .Input-blank .Input_field {
    max-height: 20px;
}

#Smallchat .Input_field {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 20px;
    padding-right: 75px;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px !important;
}

#Smallchat .Input_button-emoji {
    right: 45px;
}

#Smallchat .Input_button {
    position: absolute;
    bottom: 15px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

#Smallchat .Input_button-send {
    right: 15px;
}

#Smallchat .Input-emoji .Input_button-emoji .Icon,
#Smallchat .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#Smallchat .Input-emoji .Input_button-emoji .Icon path,
#Smallchat .Input_button:hover .Icon path {
    fill: #2c2c46;
}

/*chatbot css end*/

.mann-ki-baat { margin: 0 auto; }
.mann-ki-baat img { width: 100%; }
.useful-link img { height: 170px; }



/*------------------Modern Ticker Classes------------------*/

.newsSection {
    background: #00a396;
    color: #FFF;
    position: absolute;
    height: 46px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 9;
}

.modern-ticker {
    width: 100%;
    height: 50px;
    line-height: 30px;
    /*font-size: 16px;*/
    overflow: hidden
}

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-body {
    margin: 0px;
    position: relative
}

.mt-label {
    /*margin-right: 2px;*/
    margin: 8px;
    padding: 0 8px 0 12px;
    position: absolute;
    left: 0
}

.mt-news {
    overflow: hidden;
    position: absolute;
    margin: 8px 0;
}


/*.mt-scroll .mt-news { background-color: transparent}*/

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
    display: flex;
}

.mt-news li {
    float: left;
    position: relative;
    margin-right: 15px;
}

.mt-news li:before {
    content: "";
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    left: 0;
}

.mt-news li a img.new {
    position: absolute;
    right: -25px;
}

#top-bar .mt-news a {
    padding: 0px;
    color: #038DED !important;
}

.mt-news a {
    padding: 0 5px 0 25px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
    font-weight: 500;
}
.running-news .ticker4 .mt-news a {
    white-space: inherit;
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}

.mt-controls {
    /*margin-left: 2px;*/
    margin: 8px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-next,
.mt-play,
.mt-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer
}

.modern-ticker {
    color: #fff;
}

.mt-label {
    background-color: #0685d6;
    color: #FFF;
}

.mt-preloader {
    background: url(../img/preloader.html) no-repeat center
}

.mt-news ul {
    background-image: url(../img/bullet-over.html)
}

.mt-news a {
    color: #FFF;
    /*background-image: url(assets/img/bullet.png)*/
}

.mt-news a:hover {
    color: #ffd326;
    /*background-image: url(assets/img/bullet.png)*/
}

.mt-controls {
    background-image: url(../img/pause.png)
}

.mt-next,
.mt-prev {
    background-color: #00a396;
}

.mt-prev {
    background-image: url(../img/arrow-prev.png)
}

.mt-next {
    background-image: url(../img/arrow-next.png)
}

.mt-play {
    background-color: #00a396;
    background-image: url(../img/play.png);
    margin: 0 1px;
}

.mt-pause {
    background-image: url(../img/pause.png)
}

.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
    background-color: #006aaf;
}

.mt-next:active,
.mt-play:active,
.mt-prev:active {
    background-color: #006aaf;
}

.epl-about{ width: 100%; position: relative; background-image: url(../img/bg-1.jpg); background-repeat: no-repeat; background-size: cover; }
.about-main{ width: 100%; display: flex; }
.epl-about .about-box{ width: 33.33%; padding: 30px 20px 70px; border-right: 1px solid rgba(255,255,255,.3); height: 100%; }
.about-box-inner{ background-color: #fff; border-radius: 8px; padding: 15px; -webkit-transition: all .3s; -o-transition: all .3s;  transition: all .3s;
    transform: translateY(0px); }
.epl-about .about-box:hover .about-box-inner{ transform: translateY(-20px); }
.about-box-inner .img-wrapper img{ max-width: 100%; }
.about-box-txt {
    padding: 8px 0;
    text-align: center;
    background: #3c432d;
    color: #fff;
}
.epl-about .about-box:hover .about-box-txt{ background: #00a396 }
.about-box-txt h3{ margin: 0; font-size: 20px; }
.address p { margin-bottom: 5px;}
.address h6 { margin-bottom: 0;}

.mann-ki-baat { margin: 0 auto; }
.mann-ki-baat img { width: 100%; }
.useful-link img { height: 170px; }
section.award {
    margin-top: 50px;
}

/*====Inner Banner ===================================*/

.inner-banner { background-image: url(../img/aboutus/about-banner.jpg); background-size: cover; height: 380px; background-position: center; position: relative;}
.inner-banner.innerbg2{ background: url(../img/inner-banner-2.jpg) no-repeat; }
.inner-banner.about-banner{ background-image: url(../img/aboutus/about-banner.jpg); height: 230px; }
.mscn-banner{ background-image: url(../img/MSCN/mscn-banner.jpg); }
.techbg{ background-image: url(../img/technology/technologybg.jpg); height: 230px;}
.rdbg{ background-image: url(../img/capabilities/RDbg.jpg); height: 230px; }
.contactbg{ background-image: url(../img/contactbg.jpg); height: 230px; }
.biogasbg{ background-image: url(../img/biogas/biogasbg.jpg); height: 230px; }
.babymattbg{ background-image: url(../img/baby-mat/babymattbg.jpg); height: 230px;}
.gallerybg { background-image: url(../img/gallerybg.jpg); height: 230px; }

.banner-heading {
    text-align: left;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 55%);
}
.banner-heading h1 {
    color: #fd6c0f;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
ul.bredcrums-list {
    display: flex;
    margin-top: 20px;
}
ul.bredcrums-list li {
    padding-right: 20px;
    margin-right: 15px;
    position: relative;
}
ul.bredcrums-list li a {
    color: #fff;
}
ul.bredcrums-list li:after {
    content: "/";
    position: absolute;
    color: #fff;
    right: 0px;
}
ul.bredcrums-list li:last-child:after {
    content: "";
}
ul.bredcrums-list li a.active {
    color: #ff8205;
}

.navbar-nav .dropdown .dropdown-submenu > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    top: auto;
    right: auto;
    left: 100%;
    margin-top: -40px;
    margin-left: 0;
    position: absolute;
}
.dropdown-submenu span.ti-angle-right {
    float: right;
    margin-top: 4px;
}
.navbar-nav .dropdown .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
    margin-left: 0.2rem;
}
.header-inner-nav {
    background: #00a396;
    color: #fff; padding: 8px 0;
}
.header-inner-nav .nav-tabs{ border-bottom: 0 }
.header-inner-nav .nav-link{ color: #fff; font-weight: 500; padding: 0.3rem 1rem; border-radius: 4px;}
.header-inner-nav .nav-link.active {
    background: #046474;
    margin-right: 10px;
    color: #fff;
    border: 0;
}
.pro-thumb-slider{
    background-color: #323232;
    padding: 10px;
    margin-top: 14px;
    border-radius: 10px;
}
.pro-slider-main {
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 20px #ddd;
}
.imgbox {
    margin: 0 3px;
    border-radius: 4px;
    overflow: hidden;
}
.pro-large-slider .imgbox {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}
.epl-aboutbg{
    width: 100%;
    position: relative;
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 45px; margin: 60px 0;
}

.pro-slider-main .slick-prev, .pro-slider-main .slick-next{
    width: 30px;
    height: 35px;
    border-radius: 4px;
    box-shadow: 0 0 6px #ccc;
}

.pro-slider-main .slick-prev:before, .pro-slider-main .slick-next:before{
    line-height: 35px;
}

.pro-slider-main .slick-prev{ left: -8px;}
.pro-slider-main .slick-next{ right: -8px;}

.graybg {
    background: #f5f9fe;
    padding: 50px 0;
}
.img-radius{ border-radius: 10px;}
.pro-listing li span{ font-weight: 600;}

.text-heading { position: relative; padding-top: 0px; font-size: 24px; font-weight: 600; letter-spacing: .8px; margin-bottom: 20px; color: #ff8033 }
/*.text-heading:before { position: absolute; width: 50px; height: 4px; border-radius: 2px; background: #00a396; content: ""; top: 0; left: 0;}*/
.page-content .col-lg-3.col-md-3.col-sm-12, .page-content .col-lg-9.col-md-9.col-sm-12, .page-content .col-lg-6.col-md-6.col-sm-12  { padding-top: 50px; padding-bottom: 50px;  }
.page-content .border-here { border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;   }
.page-content p { color: #000; line-height: 30px; font-size: 18px; text-align: justify; margin-bottom: 20px; font-weight: 500 }

.page-content .photocard-subject-name { position: relative; bottom: 0px; background: #3c432d; color: #ffffff; width: 100%; padding: 15px 15px; left: 0; text-align: center; line-height: normal; }
.ep-about-section .profile-card .img1:hover .photocard-subject-name{ background: #00a396; }
.ep-about-section .profile-card .img1:after, .ep-speciality .profile-card .img1:after { display: none; }
.award-box { background: #00a396; padding: 25px; border-radius: 15px 15px 0px 0px;height: 100%; }
.award-box h5 { font-weight: 400; color: #fff; }
.award-box figure { margin-bottom: 0px; }
.award-box img { border-radius: 5px; background: #fff; }
.img-round { border-radius: 15px;}

.page-content .table th { background: #00a396;  color: #fff; font-weight: 500; }
.product-specification ul{
    margin-bottom: 20px
}
.product-specification li {
    display: flex;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500;
}
.product-specification li span {
    width: 30%;
    font-weight: 600;
    color: #2e334f;
}
.product-specification p{ margin-bottom: 0px }
ul.pro-listing li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #FF5722;
    left: 0;
    top: 5px;
    border-radius: 50px;
    border: 4px solid #ffd6c9;
}
ul.pro-listing li {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    width: 100%;
}

.ti-angle-down {
    font-size: 14px !important;
    font-weight: 900;
}
.city-post-slider figure { margin-bottom: 0px; }
.city-post-slider h6 { background:#00a396; color: #fff; padding: 10px; margin-bottom: 0px;  }
.home-banner{ overflow: hidden; position: relative; }
.biogas-gallery{ display: flex; }
.biogas-gallery .box { border-right: 2px solid #fff;}
.biogas-gallery .box:last-child{ border-right: 0 }

.footer-sign-management {
    width: 100%;
    background: #f0fdff;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #dbeff2;
    border-bottom: 1px solid #dbeff2; margin-top: 0px;
}
.footer-sign-management img{ max-width: 100%; }
.sign-management {
    position: absolute;
    right: 10px;
    bottom: 60px;
    z-index: 9;
    animation: sign-management 3s ease forwards;
    transition: all .5s linear;
    padding: 0px; border-radius: 8px; overflow: hidden; 
}
a.close-sign {
    position: absolute;
    right: 0;
    font-size: 18px;
    top: 0;
    background: #dcfaff;
    padding: 6px 8px 4px;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
    border: 1px solid #a2cfd7;
}

.hide-sign{
    animation: hide-sign 3s ease forwards;
    transition: all .5s linear;
}
.main-banner-slider figure.banner-2:before { display: none; }

@keyframes sign-management {
    from {
        right: -240px
    }
    to {
        right: 10px
    }
}

@keyframes hide-sign {
    from {
        right: 10px
    }
    to {
        right: -50%
    }
}
footer .list-unstyled li a{ font-size: 14px; }
footer .aboutTxt{ font-size: 14px; }

.ftabout-desc .address-details .cont-info{ display: flex; }
.ftabout-desc .address-details .cont-info label, .ftabout-desc .address-details .cont-info span{ color: #fff; font-size: 14px; font-weight: 500 }
.ftabout-desc .address-details .cont-info label{ width: 28%; margin-bottom: 0px }
.special-fabric { width: 80%; margin: 0 auto; }
.cont-addressbg{ background: linear-gradient(180deg, #f4fdff 15%, #e3f2fd 100%); }
.address-details .cont-info {
    position: relative;
    margin-bottom: 15px;
    
}
.address-details .cont-info label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    margin: 0;
}
.address-details .cont-info span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.address-details .cont-info.email-phone {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
}
.address-details .cont-info.email-phone p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff
}

.address-details .cont-info.email-phone p span {
    font-weight: 500;
}
.address-details .cont-info.email-phone p em {
    font-style: normal;
    width: 105px;
    display: inline-block;
}

.main-banner-slider.aboutus-pg figure:before{ display: none; }
.ep-content {
    padding: 40px 0;
}

.contact-form label {
    margin-bottom: 3px;
    font-weight: 500; font-size: 15px;
}
.contact-form label span {
    color: red;
}
.ep-contact-pg{ padding: 50px 0 0 }
.contact-form .form-control{ font-size: 15px; }
.contact-form select.form-control{ padding: .375rem .45rem; }
.contact-form .iti{ width: 100%; }
.page-content .col-point figure img { width: 80%;}
.page-content.wide-color .col-point figure img { width: 100%; border-radius: 100%;}
.page-content.wide-color .col-point figure { padding: 0px; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.city_main_banner .slick-vertical .slick-slide {
    border: 0;
    border-bottom: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 25vh;*/
    position: relative;
    background-image: none;
}
.contact-wrapper {
    background: #00a396;
    padding: 30px;
    height: 100%;
    /* box-shadow: 0 0px 20px 0 rgb(0 146 171 / 15%); */
    border-radius: 6px;
    background: rgb(0 176 159);
    background: linear-gradient(180deg, rgb(0 176 159) 0%, rgb(0 146 171 / 10%) 100%);
    position: relative;
}
.contact-wrapper .address-details {
    padding-bottom: 170px;
}
.contact-wrapper .address-details img{ position: absolute; bottom: 25px; left: 0 }
.contact-details .brb {
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
.contact-details p{ margin-bottom: 8px; color: #fff; font-size: 14px; text-align: left; line-height: 24px; position: relative; padding-left: 30px; }
.contact-details p i.ti {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
}
.contact-details.brb {
    border-bottom: 1px dashed #8eddea;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.contact-details h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.35rem;
}
.contact-location {
    background: #fff2ee;
    padding: 50px;
}

.contact-location .contact-details h5, .contact-location .contact-details p{ color: #212121 }
.contact-location {
    background: #ffffff;
    padding: 0px;
    margin: 30px 0;
     box-shadow: 0 5px 20px #deeced; 
    /*border: 1px solid #e1e4ed;*/
    border-radius: 6px;
}
.contact-location .contact-details p{ font-size: 15px; }
.contact-details{ padding: 20px; }
.contact-location iframe {
    padding: 8px;
    background: #fff;
    /*box-shadow: 0 0 10px #ecded9;*/
    border-radius: 4px;
}

section.ep-specification {
    background: #f0fdff;
    padding: 50px 0;
}
section.ep-specification table.table {
    background: #fff;
}
.mob-only{ display: none; }
/*.home-slider .slider-mobimg{ display: none; }*/
.swiper-slide { flex-shrink: initial;}

.swiper { width: 100%; height: 100%; }
.swiper-slide { text-align: center; font-size: 18px; background: #fff;        /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper-slide img { display: block; width: 100%; }

h3.page-heading {
    padding: 6px 15px;
    margin-bottom: 30px;
    color: #fff;
    background: rgb(238,174,202);
    background: linear-gradient(90deg, #00a396 60%, rgb(0 146 171) 100%);
    font-size: 1.5rem;
}
.proImg .imgBox{ background: #ffffff; border-radius: 20px; box-shadow: 0 0 20px #ddd; margin: 10px 0; padding: 10px; overflow: hidden; }
.proImg .imgBox img {
    border-radius: 15px;
}
.emp-gallery {
    padding: 50px 0;
}
.emp-gallery .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.emp-gallery .tab button.btn {
    width: 200px;
    padding: .575rem .75rem;
}
.btn-primary {
    color: #fff;
    background-color: #00a396;
    border-color: #00a396;
}
.gallery-item img{ border: 0 !important;}

dt.gallery-icon img {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}
.gallery-caption {
    background: #3f4346;
    border-radius: 0 0 15px 15px;
    padding: 5px;
    margin: 0;
    color: #fff;
}
.download-pdf {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#downloadpdfModal .modal-dialog{
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
}
.table-title {
    display: flex;
    justify-content: center;
    text-align: center;
}
h3.gallery-title {
    text-align: center;
    background: linear-gradient(-90deg, #df9446 0%, #57afbd 75%);
    padding: 6px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 10px 0;
    color: #fff;
}
#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 1.7rem;
}
.gallery .gallery-item {
    flex: 0 1 290px
}

#expoModal .modal-dialog{ max-width: 415px; float: right; align-items: flex-end; }
.defencexpo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #384d0a
}
.expoaddress {
    max-width: 52%;
}
.whitebg{ background: #fff;
    margin: 0 10px;
    padding: 10px; 
}
h3.expoTitle {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
}
.modal-backdrop.show {
    opacity: .3;
}
#expoModal .modal-body{ padding: 8px; }
.expoaddress h4 {
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
button.close.expoclose {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 1.6rem;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 19px 0 10px 20px;
    text-align: center;
    z-index: 9;
    line-height: 30px;
}  


/* Extra CSS from Header */
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

body .is-layout-grid>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}


/* contact-form-7-inline-css */
#input-captcha-cf7 {
    margin: 0 0 20px;
}
.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}
.wpcf7 .wpcf7-recaptcha[data-align="center"]>div {
    margin: 0 auto;
}
.wpcf7 .wpcf7-recaptcha[data-align="right"]>div {
    margin: 0 0 0 auto;
}


/* Fancybox for WordPress v3.3.3 */
.fancybox-slide--image .fancybox-content {
    background-color: #FFFFFF
}
div.fancybox-caption {
    display: none !important;
}
img.fancybox-image {
    border-width: 10px;
    border-color: #FFFFFF;
    border-style: solid;
}
div.fancybox-bg {
    background-color: rgba(102, 102, 102, 0.3);
    opacity: 1 !important;
}
div.fancybox-content {
    border-color: #FFFFFF
}
div#fancybox-title {
    background-color: #FFFFFF
}
div.fancybox-content {
    background-color: #FFFFFF
}
div#fancybox-title-inside {
    color: #333333
}
div.fancybox-caption p.caption-title {
    display: inline-block
}
div.fancybox-caption p.caption-title {
    font-size: 14px
}
div.fancybox-caption p.caption-title {
    color: #333333
}
div.fancybox-caption {
    color: #333333
}
div.fancybox-caption p.caption-title {
    background: #fff;
    width: auto;
    padding: 10px 30px;
}
div.fancybox-content p.caption-title {
    color: #333333;
    margin: 0;
    padding: 5px 0;
}
/*Send Btn*/
.wpcf7 input[type="submit"] {
    background: #00a396 !important;
    border: 1px solid #00a396 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    font-size: 16px;
    border-radius: 6px;
    width: auto;
    letter-spacing: .8px;
}


/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

/*Gallery CSS*/

#gallery-1, #gallery-2, #gallery-3,
#gallery-4, #gallery-5 {
    margin: auto;
}

#gallery-1 .gallery-item, #gallery-2 .gallery-item, #gallery-3 .gallery-item,
#gallery-4 .gallery-item, #gallery-5 .gallery-item {
    margin-top: 10px;
    text-align: center;
    width: auto;
}

#gallery-1 img, #gallery-2 img, #gallery-3 img,
#gallery-4 img, #gallery-5 img {
    border: 2px solid #cfcfcf;
}

#gallery-1 .gallery-caption, #gallery-2 .gallery-caption,#gallery-3 .gallery-caption,
#gallery-4 .gallery-caption, #gallery-5 .gallery-caption {
    margin-left: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #00a396!important;
    border-color: #00a396!important;
}

/* Submenu collapsed by default */
.dropdown-submenu .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  /* Expanded when active */
  .dropdown-submenu.active > .dropdown-menu {
    max-height: 500px; /* adjust depending on submenu size */
  }
  @media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
      display: block;
      max-height: none; /* no animation on desktop */
    }
  }
    


/* -- Media CSS ----------------------------------------------*/

@media (max-width: 1440px){
.inner-banner{ height: 335px; }
.sign-management{ bottom: 0; }
.techbg, .rdbg, .contactbg, .gallerybg{ height: 175px;}
}


@media (max-width: 1438px){
    figure.banner-item { position: static; }
}

@media (max-width: 1180px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 991px){
    .navbar-toggler {
        background: #fff;
        line-height: 30px;
        width: 38px;
        padding: 0;
        border: 1px solid #b3dee5;
    }
    .navbar-toggler .fa-bars {
        color: #00a396;
        font-size: 24px;
    }
    .logo img, .brand-logo img, .header-top.sticky .logo img {
        width: 200px;
    }
    .navbar .logo{ margin: 10px 0;}
    .mob-only{ display: block; }
    .c-article__title{ font-size: 14px; font-weight: 800; right: 15%; top: 4px; }
    .navbar{ padding: 0 }
    .banner_text h2{ font-size: 18px; }
    .slick-prev, .slick-next{ width: 45px; height: 55px; }
    .slick-prev:before, .slick-next:before{ line-height: 55px; }
    .banner_text .btn {  padding: 10px 18px;}
    .city_main_banner{ position: relative; height: auto; flex-wrap: wrap; padding-top: 10px; }
    .navbar-brand{ display: none;}
    section.how-to-apply{ padding: 50px 0; }
    .epl-about .about-box{ padding: 70px 15px 50px; }
    .about-box-txt h3{ font-size: 18px; }
    h2.headline{ font-size: 26px; }
    ul.navbar-nav.ml-auto { background: #fff; padding: 15px 0;}
    ul.navbar-nav li.nav-item{ padding: 6px 0; }
    .main-banner-slider figure{ background-position: center; }
    .city_main_banner .left-banner{ width: 100%; height: auto; background-image: none; }
    .city_main_banner .right-banner{ width: 100%; }
    .swiper-vertical>.swiper-wrapper { flex-direction: row;}
    .newsSection{ position: relative; }
    header{ height: auto; }
    .home-slider .slider-mobimg{ display: block; }
    .home-slider .slick-slide{ background-image: none; }
    .swiper-slide { flex-shrink: 0;}

    .navbar-nav .dropdown .dropdown-submenu > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: none!important;
    }
    .navbar-nav .dropdown .dropdown-submenu.active > .dropdown-menu {
        display: block!important;
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        margin-top: 0;
    }
}


@media (max-width: 767px){
.news-box{ margin-bottom: 20px; }
.about-main{ flex-direction: column; }
.epl-about .about-box{ padding: 20px 0; width: 100%; }
.epl-about{ padding: 40px 0; }
.about-content{ flex-wrap: wrap; }
.newsletter .col-md-8.d-flex.align-items-center { flex-wrap: wrap;}
.newsletter form.mt-3.ml-3 {  margin-left: 0 !important;}
.newsletter .col-md-4.text-right { text-align: center !important; display: flex; align-items: center; justify-content: center;}
.about-content figure, .about-content .about-desc{ width: 100%; }
footer.text-sm-left.text-center { text-align: left !important;}
.banner-heading h1{ font-size: 18px; }
.inner-banner { padding: 120px 0 40px; height: 100%;}
.page-content p{ font-size: 15px; line-height: 22px; }
.download-pdf{ bottom: 50px;}
.download-pdf img { max-width: 100px;}
.product-specification li{ font-size: 14px;}
.techbg, .rdbg, .contactbg, .gallerybg{ background-position: right;}
.inner-banner{ margin-top: 8px;}
.award-box{ margin-bottom: 20px; }
.text-heading{ font-size: 20px; }
.counter-area ul li{ width: 100%; margin: 10px 0; min-height: 165px; }
.sign-management img { max-width: 290px;}
.page-content .border-here { border-left: 0px; border-right: 0px; }
.page-content figure { margin-bottom: 0px !important; }
.page-content .col-lg-3.col-md-3.col-sm-12, .page-content .col-lg-9.col-md-9.col-sm-12, .page-content .col-lg-6.col-md-6.col-sm-12 { padding-top: 1rem !important;  }
.special-fabric { width: 100%; margin-bottom: 30px; }
.city_main_banner .slick-prev, .city_main_banner .slick-next { background: none; }
.c-article__title {font-size: 12px; font-weight: 800; right: 18%; top: 10px; } 
ul.navbar-nav li.nav-item {
    padding: 5px 0;
}
.ep-content{ padding: 0 0 10px;}
ul.navbar-nav li.nav-item .dropdown-item{ font-size: 14px; padding: .25rem 1rem }
.navbar-expand-lg .navbar-nav .nav-link{ font-size: 14px; }
.navbar-nav .dropdown-menu{ margin: 8px 10px 0; }
.cm-profile { padding: 15px 0;}
footer .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.epl-about h2.headline.centered.pt-5 { padding-top: 0 !important; margin-bottom: 0;}
    @keyframes hide-sign {
        from { right: 10px}
        to {right: -100%}
    }

}


@media (max-width: 640px){
.biogas-gallery { flex-direction: column; padding: 0 15px;}
.biogas-gallery .box{ border-right: 0; margin-bottom: 15px; }
}

.leftpdf {
    border: 3px solid #fff;
    margin-left: 8px;
    margin-top: -20px;
}
.leftpdf img{ height: 150px;}

.expoaddress h4 {
    margin-top: 10px;
}