.item-hide {
    display: none !important;
}

.custom-logo {
    padding: 6px 7px 4px;
    height: auto;
}
.custom-logo img{
    width: 240px;
}
.sticky-menu.fixed .navbar-header .custom-logo img {
    width: 185px;
}
#revslider2 {
    position: relative;
}

#revslider2 .tp-revslider-mainul {
    position: relative;
}

.slider-about {
    position: relative;
}

.about-text {
    line-height: 26px;
}

.first-slide {
    font-size: 60px;
    text-align: right;
}

.custom-slider .team-member p {
    color: #808080;
}

.p-0 {
    padding: 0 !important;
}

.mr-10px {
    margin-right: 10px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.plot-custom-card .portfolio-meta .vcenter a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: -20px;
}

.plot-custom-card .portfolio-meta .vcenter a h3 {
    color: #fff;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.plot-custom-card .portfolio-meta .vcenter a p {
    font-size: 12px;
    font-weight: 800;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin-bottom: 0;
}

.p-1 {
    padding: 3px !important;
}

.custom-item {
    margin-bottom: 0px;
}

.filter-sidebar {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.filter-sidebar .sbHolder {
    background: #fff;
}

.custom-item .card-front {
    height: 110px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    overflow: hidden;
    padding-top: 15px;
    border-radius: 10px;
}
.custom-item .card-front img{
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 1;
    width: 58%;
    opacity: 0.8;
    
}
.custom-item .card-front .card-status{
    position: absolute;
    bottom: 0;
    left: 0;
    /*z-index: 1;*/
    width: 100%;
    padding: 6px 9px 8px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0px 0px 10px 10px;
}
.custom-item .card-front .card-status h5{
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Open Sans';
    
}
.plot-2 .custom-item .card-front .card-status{
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
}
.plot-2 .custom-item .card-front .card-status h5{
    color: #fff !important;
}
.custom-item .card-front h3 {
    color: #fff;
    font-size: 38px;
}

.custom-item .card-front.card-green {
    background-color: #66f302;
}
.custom-item .card-front.card-green .card-status h5{
    color: #ffffff;
}

.custom-item .card-front.card-yellow {
    background-color: #dbbc15;
}
.custom-item .card-front.card-yellow .card-status h5{
    color: #ffffff;
}

.custom-item .card-front.card-red {
    background-color: #ff0000;
}
.custom-item .card-front.card-red .card-status h5{
    color: #ffffff;
}


.custom-item .card-front.card-blue {
    background-color: #0e91ff;
}
.custom-item .card-front.card-blue .card-status h5{
    color: #ffffff;
}

.txt-yellow
{
    color: yellow !important;
}

.txt-red
{
    color: #ff3131 !important;
}

.txt-green
{
    color: #66f302 !important;
}

.txt-blue
{
    color: #0e91ff !important;
}

.btn.btn-green{
    color: #4b9e10;
    border-color: #4b9e10;
    border-radius: 10px;
    margin-bottom: 3px;
    width: 100%;
}
.txt-bg-green
{
    background: #4b9e10;
}
.btn.btn-yellow{
    color: #dbbc15;
    border-color:  #dbbc15;
    border-radius: 10px;
    margin-bottom: 3px;
    width: 100%;
}
.txt-bg-yellow
{
    background: #dbbc15;
}
.btn.btn-red{
    color: #ff0000;
    border-color: #ff0000;
    border-radius: 10px;
    margin-bottom: 3px;
    width: 100%;
}

.txt-bg-red
{
    background: #ff0000;
}
.btn.btn-blue{
    color: #0e91ff;
    border-color: #0e91ff;
    border-radius: 10px;
    margin-bottom: 3px;
    width: 100%;
}
.txt-bg-blue
{
    background: #0e91ff;
}
.btn.btn-green:hover{
    color: #4b9e10;
    border-color: #4b9e10;
    border-radius: 10px;
    margin-bottom: 3px;
}
.btn.btn-green:active{
    box-shadow: none;
}
.btn.btn-yellow:hover{
    color: #dbbc15;
    border-color:  #dbbc15;
    border-radius: 10px;
    margin-bottom: 3px;
}
.btn.btn-yellow:active{
    box-shadow: none;
}
.btn.btn-red:hover{
    color: #ff0000;
    border-color: #ff0000;
    border-radius: 10px;
    margin-bottom: 3px;
}
.btn.btn-red:active{
    box-shadow: none;
}
.btn.btn-blue:hover{
    color: #0e91ff;
    border-color: #0e91ff;
    border-radius: 10px;
    margin-bottom: 3px;
}
.btn.btn-blue:active{
    box-shadow: none;
}
.btn.btn-card-blue{
    color: #fff;
    border-color: #2e5a3a;
    background-color: #2e5a3a;
    border-radius: 10px;
    margin-bottom: 3px;
}
.btn.btn-card-blue:hover{
    color: #fff;
    border-color: #1b4928;
    background-color: #1b4928;
}
.btn.btn-card-yellow{
    color: #fff;
    border-color: #b7c642;
    background-color: #b7c642;
    border-radius: 10px;
    margin-bottom: 3px;
}
.btn.btn-card-yellow:hover{
    color: #fff;
    border-color: #a4b333;
    background-color: #a4b333;
}
.contact-form .form-box {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
}

.contact-form .contact-list li {
    margin-bottom: 10px;
}

.map-custom .map-show {
    height: 300px;
    display: block;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.navbar-nav.custom-nav>li>a,
.navbar-nav.custom-nav li a {
    font-size: 13px;
}

.navbar-nav>li>a.custom-login-btn.yellow-btn {
    background-color: #f0ad4e !important;
}

.navbar-nav>li>a.custom-login-btn.yellow-btn:hover {
    background: #007e42 !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pl-3 {
    padding-left: 3px !important;
}
.pl-0{
    padding-left: 0 !important;
}

.filter-sidebar label.input-desc {
    font-size: 12px;
}

.filter-sidebar .form-group {
    margin-bottom: 15px;
}

.filter-sidebar .form-group .normal-selectbox {
    margin-bottom: 0;
}
.bd0{
    border: 0 !important
}
.custom-site-btn {
    background-color: #00796b;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    display: inline-block;
    padding: 9px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.custom-site-btn:hover {
    background-color: #f0ad4e;
    color: #fff;
}

.nav-pills.custom-pills>li>a {
    background-color: #f3f3f3;
    border-radius: 0;
    padding: 15px;
}

.nav-pills.custom-pills>li>a:hover {
    background-color: #dfdfdf;
}

.nav-pills.custom-pills>li.active>a {
    background-color: #009688;
}

.ml10 {
    margin-left: 10px;
}
.mr-10{
    margin-right: 10px;
}
.mr-5{
    margin-right: 5px !important;
}

.custom-heading {
    font-size: 30px;
}

.custom-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-meta .event-meta-box {
    background-color: #fff;
    border: 2px solid #dfdfdf;
    padding: 10px 15px;
    margin-right: 10px;
    text-align: center;
}

.custom-meta .event-meta-box::last-child {
    margin-right: 0;
}

.custom-meta .event-meta-box p {
    margin-bottom: 0;
}

.custom-meta .event-meta-box p i {
    margin-right: 5px;
}

.custom-place p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.custom-place p i {
    margin-right: 5px;
}

.custom-bg-light {
    background-color: #f1f1f1;
}

.navbar-white .custom-navbar.sticky-menu {
    background: url('../images/patterns/pattern15.png') repeat scroll 0% 0%;
}

.navbar-white .custom-navbar.sticky-menu.fixed {
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background: url('../images/patterns/pattern31.png') repeat scroll 0% 0%;
}

.custom-navbar.sticky-menu.fixed .navbar-brand {
    border-color: #565656;
}

.navbar-white .custom-navbar.sticky-menu.fixed .navbar-text,
.navbar-white .custom-navbar.sticky-menu.fixed .navbar-nav li>a,
.navbar-white .custom-navbar.sticky-menu.fixed .navbar-nav .megamenu-title{
	color: #fff;
	padding: 29px 0px;
	margin: 0px 15px;
}
.navbar-white .custom-navbar.sticky-menu.fixed .navbar-text:hover,
.navbar-white .custom-navbar.sticky-menu.fixed .navbar-nav li>a:hover,
.navbar-white .custom-navbar.sticky-menu.fixed .navbar-nav .megamenu-title:hover{
	color: #009688;

}
.navbar-white .custom-navbar .navbar-nav .active > a, .navbar-white .custom-navbar .navbar-nav > .active > a{
	color: #009688;
}
.navbar-white .custom-navbar.sticky-menu.fixed .dropdown-menu li a{
	color: #000;
	padding:7px 0px;
}
.navbar-white .custom-navbar.sticky-menu.fixed .dropdown-menu li a:hover{
	color: #009688;
}
.custom-login-btn.btn{
	padding: 9px 16px !important;
	margin: 28px 0px 28px 10px;
}
.navbar-white .custom-navbar.sticky-menu.fixed .custom-login-btn.btn{
	margin: 18px 0px 18px 10px;
	padding: 9px 16px;
}
.custom-login-btn.btn.btn-warning{
	color: #fff;
}
.custom-login-btn.btn.btn-warning:hover{
	background-color: #ec971f;
	color: #fff !important;
}
.custom-login-btn.btn.btn-custom{
	color: #fff;
}
.custom-login-btn.btn.btn-custom:hover{
	background-color: #00796b;
	color: #fff !important;
}
.custom-slider .team-member h3{
	font-size: 20px;
}
.what-we-do .service-box {
		background-color: #fff;
}
.what-we-do .service-hover-bg.custom:hover{
		background-color: #00796b;
}
.text-white{
	color: #fff;
}
.number-talk .count-box{
	background-color: #fff;
}
.testimonial-parallax .testimonial-container .entry{
	background-color: #fff;
}
.custom-list .bg-dark .entry-title a, .custom-list .bg-custom .entry-title a{
    color: #fff;
}
.custom-list .bg-custom .custom-meta .event-meta-box p,
.custom-list .bg-dark .custom-meta .event-meta-box p,
.custom-list .custom-bg-light .custom-meta .event-meta-box p{
    color: #505050;
}
.display-none{
    display: none !important;
}
.custom-text::after{
    left:0%;
}

.frame {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 20px;
}

.frame > img { width: 100%; }

#controls { margin-bottom: 40px; }

#controls button {
  margin: 0 5px;
  min-width: 40px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

#controls button:hover { color: #333; }

#data {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

#data .column {
  display: inline-block;
  margin: 0 15px;
}

#data li {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#data span {
  display: inline-block;
  font-weight: normal;
}

.zoom-controls button{
    color: #fff !important;
}
.zoom-controls button.btn.btn-dark:hover{
    background-color: #009688;
    border-color: #009688;
}
.bank-info{
    margin-bottom: 30px;
    padding: 15px;
    border: 2px solid #ccc;
    background: #fafafa;
    /*background: #FFDEB4;*/
}
.bank-info .bank-img{
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.bank-info .bank-img img{
    width: 100%;
}
.bank-info h3{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 800;
}
.bank-info .member-desc label{
    margin-bottom: 0;
    color: #000;
}
.mb27{
    margin-bottom: 27px;
}
.filter-bar{
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}
.filter-bar .filter-group input{    
    margin-bottom: 0;
}
/* rajan */
.mb-10
{
    margin-bottom: 10px !important;
}
.img-zoom-section #controls{
    margin-bottom: 0;
}
.d-none{
    display: none !important;
}
.about-team-member-carousel .team-member{
    margin-bottom: 0;
}
.f-s-22
{
    font-size: 22px;
}
.f-s-23
{
    font-size: 23px;
}
.lbl-bank-info
{
    border-bottom: 2px solid #000;
    font-size: 18px;
    font-style: italic;
}
.mb-12
{
    margin-bottom: 12px;
}

.p-l-r-20
{
    padding-left: 15px;
    padding-right: 15px;
}

.no-bank-detail
{
    padding: 30px;
    font-size: 24px;
    text-align: center;
    background: #fafafa;
    color: #ff0000;
    border-radius: 12px;
    border: 1px solid #ccc;
}
.filer-button-container{
    display: none;
}
.filter-show-btn{
    margin-bottom: 25px;
    
}
.filter-show-btn button{
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    background-color: #009688;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.filter-show-btn{
    display: flex;
    justify-content: center;
}
.filter-show-btn button .show-filter{
    
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
}
.filter-show-btn button:hover .show-filter{
    background-color: #038275;
}

.sticky-menu.fixed .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 5px !important;
}

.company-name-adsa
{
    color: #109B56;
    margin: 0px 6px;
    font-size: 18px;
    font-style: italic;
    word-spacing: 5px;
}

.company-name-sareal
{
    color: #236535;
    margin: 0px 6px;
    font-size: 18px;
    font-style: italic;
    word-spacing: 4px;
}

.bg-white
{
    background: #fff;
}
.model-site-map {
    padding: 0 !important;
}
.model-site-map .modal-dialog.modal-lg
{
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
}
.model-site-map  .guillotine-window {
    padding-top: 67vh !important;
}

.mt40
{
    margin-top: 40px;
}

.navbar-brand
{
    border-right: none !important;
}
.image-soldout
{
    width: 180px;
}

/*#revslider*/
/*{*/
/*    height: 600px !important;*/
/*}*/
.meeting-and-seminar .entry-media .item{
    max-height: 350px;
    overflow: hidden;

}
.meeting-and-seminar .entry-box{
    padding: 0;
}
.meeting-and-seminar .entry-box .entry-footer{
    padding: 8px 15px;
}
.project-site-map .owl-item .team-member figure{
    max-height: 270px;
    overflow: hidden;
}
.project-site-map .owl-item .team-member p{
    /*max-height: 132px;*/
    /*min-height: 132px;*/
    overflow: hidden;
}
.latest-news-carousel .owl-item .entry-media figure{
    max-height: 246px;
    min-height: 246px;
    overflow: hidden;
}
.actual-site .team-member figure{
    /*max-height: 270px;*/
    /*min-height: 270px;*/
    /*overflow: hidden;*/
}
.bottom-slider .entry-overlay-meta .entry-title{
    color: #fff
}
.bottom-slider .entry-media figure{
    /*min-height: 250px;*/
    /*max-height: 250px;*/
    /*overflow: hidden;*/
}
.bottom-slider .entry-media figure img{
    width: 100%;
    height: auto;
   
}
.bottom-slider .owl-controls{
    display: none;
}
.bottom-slider .owl-carousel .entry-wrapper{
    margin-bottom: 0;
}
.page-top-carousel.bottom-slider{
    margin-bottom: 0;
}
.meeting-and-seminar .entry-content-wrapper{
    min-height: 50px;
    padding: 15px;
}
/* .custom-slider.actual-site .team-member h3{
    color: #fff;
} */
.custom-slider.actual-site .team-member{
background-color: #fff;
padding: 15px;
}
.actual-site .team-member figure{
    margin-bottom: 15px;
}