.text-gold{
	color:#d4a550!important;
}

.branch-image{
	-webkit-filter: grayscale(100%)  brightness(80%); 
	filter: grayscale(100%) brightness(80%);
	width: 100%;
	min-height:500px!important;
	border-radius: 0px; 
	cursor:pointer;
	transition:1s;
}
.branch-image:hover{
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}

.branch-image-active{
	-webkit-filter: grayscale(20%) brightness(80%); 
	filter: grayscale(10%) brightness(80%);
}

.file-image{
	-webkit-filter: grayscale(100%)  brightness(80%); 
	filter: grayscale(100%) brightness(80%);
	cursor:pointer;
	transition:0.5s;
}
.file-image:hover{
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}

.file-image-active{
	-webkit-filter: grayscale(20%) brightness(80%); 
	filter: grayscale(10%) brightness(80%);
}

#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

/*================================================
Research Area CSS
=================================================*/
.single-research-box {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}

.single-research-box .research-image {
    visibility: hidden;
    width: 100%;
    height: 235px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-research-box .research-image.bg1 {
    background-image: url(../img/research-image/1.jpg);
}

.single-research-box .research-image.bg2 {
    background-image: url(../img/research-image/2.jpg);
}

.single-research-box .research-image.bg3 {
    background-image: url(../img/research-image/3.jpg);
}

.single-research-box .research-image.bg4 {
    background-image: url(../img/research-image/4.jpg);
}

.single-research-box .research-image.bg5 {
    background-image: url(../img/research-image/5.jpg);
}

.single-research-box .research-image.bg6 {
    background-image: url(../img/research-image/6.jpg);
}

.single-research-box .research-image.bg7 {
    background-image: url(../img/research-image/7.jpg);
}

.single-research-box .research-image.bg8 {
    background-image: url(../img/research-image/8.jpg);
}

.single-research-box .research-image.bg9 {
    background-image: url(../img/research-image/9.jpg);
}

.single-research-box .research-img-hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    position: absolute;
    height: 235px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-research-box .research-img-hover.bg1 {
    background-image: url(../img/research-image/1.jpg);
}

.single-research-box .research-img-hover.bg2 {
    background-image: url(../img/research-image/2.jpg);
}

.single-research-box .research-img-hover.bg3 {
    background-image: url(../img/research-image/3.jpg);
}

.single-research-box .research-img-hover.bg4 {
    background-image: url(../img/research-image/4.jpg);
}

.single-research-box .research-img-hover.bg5 {
    background-image: url(../img/research-image/5.jpg);
}

.single-research-box .research-img-hover.bg6 {
    background-image: url(../img/research-image/6.jpg);
}

.single-research-box .research-img-hover.bg7 {
    background-image: url(../img/research-image/7.jpg);
}

.single-research-box .research-img-hover.bg8 {
    background-image: url(../img/research-image/8.jpg);
}

.single-research-box .research-img-hover.bg9 {
    background-image: url(../img/research-image/9.jpg);
}

.single-research-box .research-info {
    z-index: 2;
    background-color: #ffffff;
    padding: 25px;
}

.single-research-box .research-info .category {
    display: block;
    color: #fe235b;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.single-research-box .research-info .title {
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.single-research-box .research-info .title a {
    display: inline-block;
    color: #4882b9;
}

.single-research-box:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.single-research-box:hover .research-img-hover {
    height: 100%;
    opacity: 0.2;
}

.single-research-box:hover .research-info {
    background-color: transparent;
    position: relative;
}

/*================================================
Research Details Area CSS

*/


.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px
}

.trwpwhatsapptitle {
    background-color: #22c15e;
    color: #fff;
    padding: 14px;
    border-radius: 12px 12px 0 0;
    text-align: center
}

.trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: #fff
}

.whatsapp-input {
    background-color: #fff;
    border-radius: 0 0 12px 12px
}

.whatsapp-input input {
    width: 190px;
    border-radius: 5px;
    margin: 1px 1px 0 10px;
    padding: 8px;
    font-family: Raleway,Arial,sans-serif;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4
}

.whatsapp-icon {
    border-radius: 20px;
    padding: 0px 8px;
    cursor: pointer;
    color: #fff;
	background:#53ce60;
    max-width: 220px;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.whatsapp-box {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 0;
    margin-bottom: 80px;
    right: 80px;
    font-family: Raleway,Arial,sans-serif;
    font-weight: 300;
    font-size: 15px
}

.whatsapp-send-icon {
    color: #22c15e;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 5px
}

.kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: #fff;
    font-size: 10px;
    cursor: pointer
}

.dropdown-toggle::after { margin-left: 0.255em; }

.dark .irs-bar { background-color: #CCC }
.dark .irs-grid-text { color: #EEE }

.slide-caption {
	position: absolute;
	opacity: 0;
	max-width: none !important;
	-webkit-transition: opacity .4s .4s, transform .4s .4s ease-in-out ;
	-o-transition: opacity .4s .4s, transform .4s .4s ease-in-out ;
	transition: opacity .4s .4s, transform .4s .4s ease-in-out ;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.flex-viewport { height: 100% !important; }

.slide-caption.slider-caption-bottom {
	padding: 20px;
	width: 100%;
	min-width: 100%;
	height: auto !important;
	left: 0;
	top: auto;
	bottom: 0;
}

.slide-caption.slider-caption-bottom p {
	margin-bottom: 0;
	font-size: 15px;
}

.slide.flex-active-slide .slide-caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.slide .slide-caption.card {
	width: auto !important;
	height: auto !important;
	top: 20px;
	font-size: 18px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .4s .6s;
	-o-transition: opacity .4s .6s;
	transition: opacity .4s .6s;
}

.btn-small{
	padding:0px!important;  
	width:36px!important; 
	height:36px!important; 
	line-height:36px!important;
}
.input-small{
	padding:0px!important;  
	width:36px!important; 
	height:36px!important; 
	line-height:36px!important;
}