header.request-demo-banner { 
	background: #eff0f9 url('../jpg/resource-banner-bg.jpg') no-repeat center top; 
	background-size: cover;
}
.banner.header-txt h1 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.banner.header-txt {
    width: 100%;
    margin: 0;
    padding: 130px 0;
    text-align: left;
}

#Resources-Sec .BG-GRAY { background-color: #fafbfd; padding: 50px 0; }

#Resources-Sec .Badge-1 {
	background: rgb(25,152,197);
	background: -moz-linear-gradient(90deg, rgba(25,152,197,1) 0%, rgba(44,195,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(25,152,197,1) 0%, rgba(44,195,248,1) 100%);
	background: linear-gradient(90deg, rgba(25,152,197,1) 0%, rgba(44,195,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1998c5",endColorstr="#2cc3f8",GradientType=1);
}

#Resources-Sec .Badge-2 {
	background: rgb(25,165,160);
	background: -moz-linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	background: linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19a5a0",endColorstr="#23c8c3",GradientType=1);
}
#Resources-Sec .Badge-3 {
	background: rgb(67,70,195);
	background: -moz-linear-gradient(90deg, rgba(67,70,195,1) 0%, rgba(119,119,254,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(67,70,195,1) 0%, rgba(119,119,254,1) 100%);
	background: linear-gradient(90deg, rgba(67,70,195,1) 0%, rgba(119,119,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4346c3",endColorstr="#7777fe",GradientType=1);
} 
#Resources-Sec .Badge-4 {
	background: rgb(246,100,2);
	background: -moz-linear-gradient(90deg, rgba(246,100,2,1) 0%, rgba(255,145,27,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(246,100,2,1) 0%, rgba(255,145,27,1) 100%);
	background: linear-gradient(90deg, rgba(246,100,2,1) 0%, rgba(255,145,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f66402",endColorstr="#ff911b",GradientType=1); 
}

#Resources-Sec .Lib-bg { position: absolute; bottom: 45px; left: 40px; right: 40px; padding: 0px; z-index: 1;}

#Resources-Sec .Lib-bg h3 {font-size: 26px; line-height: 1.4; color: #fff; font-weight: 500; margin-top: 18px;}

#Resources-Sec .Lib-bg h2 .badge { padding: 10px 16px; border-radius: 3px; box-shadow: 0 .5rem 1rem rgba(0,0,0,.3) !important; font-size: 14px; line-height: 1.2; color: #fff; text-transform: uppercase; letter-spacing: 1px;}

#Resources-Sec .Lib-bg h2 span { text-shadow: 0 3px 5px rgba(0,0,0,0.2); font-weight: 500;}

#Resources-Sec .Lib-Grad .Lib-bg .Brdr { 
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	opacity: 0.4;
	transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}
#Resources-Sec .Lib-Grad:hover .Lib-bg .Brdr {
	opacity: 0.7;
	transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}


#Resources-Sec .Lib-Grad {
	border-radius: 8px;
	position:relative;
	display:inline-block;
	-webkit-box-shadow: 0 15px 25px 0 rgba(13,25,73,0.15);
	box-shadow: 0 15px 25px 0 rgba(13,25,73,0.15);	
	transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
	overflow: hidden;
}
#Resources-Sec .Lib-Grad:hover {
	-webkit-box-shadow: 0 15px 25px 0 rgba(13,25,73,0.5);
	box-shadow: 0 15px 25px 0 rgba(13,25,73,0.5);
	transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;	
	/* -moz-transform: translateX(0px) translateY(-5px);
	-webkit-transform: translateX(0px) translateY(-5px);
	-o-transform: translateX(0px) translateY(-5px);
	-ms-transform: translateX(0px) translateY(-5px);
	transform: translateX(0px) translateY(-5px); */
}
#Resources-Sec .Lib-Grad:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:inline-block;
	background: rgb(24,27,71);
	background: -moz-linear-gradient(0deg, rgba(24,27,71,1) 0%, rgba(24,27,71,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(24,27,71,1) 0%, rgba(24,27,71,0) 100%);
	background: linear-gradient(0deg, rgba(24,27,71,1) 0%, rgba(24,27,71,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181b47",endColorstr="#181b47",GradientType=1);
	border-radius: 8px;
}

#Resources-Sec .Lib-Grad img {
	display:block;
	border-radius: 8px;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

#Resources-Sec .Lib-Grad:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.Filter-Sec {padding: 15px 0 0px 0; position: relative;}

.Filter-Sec.Shadow { box-shadow: 0 0.5rem 7px rgba(0,0,0,0.07) !important; }

#Filter .form-control {
	color: #626c8e;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #d2d7eb;
	border-radius: 0px;
}
#Filter .custom-select {
	border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #d2d7eb;
    font-weight: 400;
	font-size: 16px;
    line-height: 29px;
    background: right center no-repeat;
    margin: 0;
     padding: 0 0 10px; 
    width: 100%;
    color: #626c8e;
    border-radius: 0px;
	/* background: url("../images/icon-down.png") right center no-repeat;*/
}

#Filter #exter-filter-records {color: #465073; font-size: 16px; line-height: 29px; font-weight: 500; }

#Filter .form-control:focus, #Filter .custom-select:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0,123,255,0);
}

#Filter input .search, #Filter .form-control::placeholder {color: #a1a7bb; font-size: 15px; font-style: italic;}

#Filter .custom-select option {padding: 10px !important;}

#Filter .resource-search {
	top: -5px;
}

@media (max-width: 767.98px){
	header.inner-page-banner {
	    background: #1b2375 !important;
	}
    .banner.header-txt h1 {
        font-size: 30px;
        text-align: left;
    }
    .banner.header-txt {
        padding: 60px 0;
    }
    #Resources-Sec .Lib-bg h3 {
    	font-size: 20px;
    	line-height: 1.3;
    }
}