.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
	padding: 5px !important;
}
.btn:hover{
	color: #444;
	text-shadow:none;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.bg{
	background: #f5f5f5; margin-top: -15px; padding-bottom: 15px;
}

.forthcoming-events td, th {
    padding: 5px !important;
}

.forthcoming-events{
	background: #f5f5f5;
}
.textarea{
	border: 1px solid #c3c3c3 !important;
}
.pr-0{
	padding-right: 0 !important;
}

hr {
	margin-top: 15px !important;
	margin-bottom: 17px !important;
	border: 0;
	border-top: 1px solid #eee;
}


h2 {
	font-family: Poppins;
	font-weight: 500;
	margin: 0 0 20px;
}

.timer {
	/* margin: 0 0 45px; */
	font-family: 'Exo', sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

.timer div {
	padding: 10px 15px;
	border-radius: 3px;
	background: #070607;
	display: inline-block;
	font-family: Oswald;
	font-size: 26px;
	font-weight: 400;
	/* width: 80px; */
}

.timer .smalltext {
	color: #ff4263;
	font-size: 13px;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	display: block;
	padding: 0;
	width: auto;
	font-weight: 600;
}

.timer #time-up {
	margin: 8px 0 0;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: 500;
	letter-spacing: 1px;
}

.copyright {
	color: #fff;
	margin-bottom: 0;
	margin-top: 7px;
}

footer .menu li a {
	color: #b1aca1;
	padding: 10px;
	text-decoration: none;
}

footer .menu li a:hover {
	color: #7dabdb;
}

footer .fa.fa-facebook,
footer .fa.fa-twitter,
footer .fa.fa-instagram,
footer .fa.fa-linkedin,
footer .fa.fa-google-plus {
	color: #b1aca1;
	font-size: 20px;
	padding: 10px;
}

footer .fa.fa-facebook:hover,
footer .fa.fa-instagram:hover,
footer .fa.fa-twitter:hover,
footer .fa.fa-linkedin:hover,
footer .fa.fa-google-plus:hover {
	color: #ff4263;
}

.tab-content > .tab-pane{
	padding-bottom: 20px;
}

.btn-interest {
	    background: -webkit-linear-gradient(top, #056571, #0d2c54) !important;
    padding: 12px 25px !important;
    border: 1px solid #5a6f4b !important;
	font-size: 15px !important;
	color: #fff !important;
	margin-right: 30px;
	border-radius: 0px !important;
	text-transform: initial !important;
	margin-bottom: 10px !important;
	margin-bottom: 0 !important;
	font-weight: 500 !important;
}

.btn-share {
	    background: none;
    padding: 12px 25px !important;
    border: 1px solid #1d1f27 !important;
    font-size: 15px !important;
    color: #1d1f27 !important;
    border-radius: 0 !important;
    margin-right: 30px;
    text-transform: initial !important;
	margin-bottom: 10px !important;
	margin-bottom: 0 !important;
    font-weight: 500 !important;
}

.fa-share-alt {
	color: #fff;
	margin-right: 10px;
}

.box .title {
	color: #b91906;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-3 {
	margin-top: 10px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 5px !important;
}

.mb-3 {
	margin-bottom: 10px;
}

.mt-4 {
	margin-top: 25px;
}

.mb-2 {
	margin-bottom: 25px !important;
	margin-top: 15px;
}

.p-0 {
	padding: 0px !important;
}

.pp-0 {
	position: relative;
	top: 0 !important;
}

.p-2 {
	padding: 5px !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-1 {
	padding-left: 5px !important;
}

.pl-5 {
	padding-left: 15px;
}

.refer {
	border: 1px solid #eee;
	padding: 20px;
}

.refer label {
	    font-family: 'Exo', sans-serif;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 600;
}

.frm {
	margin-bottom: 20px;
}

.bline {
	border-right: 1px solid #eee;
}
.form-controls{
	height: 45px !important;
    display: block;
    width: 100%;
    border: 1px solid #c3c3c3 !important;
    height: 43px;
    padding: 11px 23px;
    background-color: rgba(255, 255, 255, 0.35);
    background-image: none;
    border: none;
    border-radius: 22px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}
.form-controll {
	height: 45px !important;
    display: block;
    width: 100%;
    border: 1px solid #989898c9  !important;
    height: 43px;
    padding: 11px 23px;
    background-color: rgba(255, 255, 255, 0.35);
    background-image: none;
    border: none;
    border-radius: 0%;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.modal-title {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

p {
	font-size: 15px;
	line-height: 30px;
}

.box {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 1.3em;
	margin-top: 10px;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
	padding-top: 25px;
	padding-bottom: 25px;
}

.btn-join {
	 background: -webkit-linear-gradient(top, #24395a, #396a88) !important;
    border: 1px solid #5a6f4b !important;
	font-size: 12px !important;
	color: #fff !important;
	margin-right: 50px;
	text-transform: initial;
}

.abt-card {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 1.3em;
}

.index-img img {
	border: 1px solid #eee;
	margin-bottom: 15px;
	/* padding: 0px; */
}

.date {
	font-size: 12px;
	text-align: end;
	margin-top: 2px;
}

.events:nth-child(even) {
	background-color: #f3f3f3;
}

.events:hover {
	background-color: #f3f3f3;
}

.events p {
	margin-bottom: 0;
	font-size: 14px;
}

.events a {
	font-size: 13px;
	color: #337ab7;
	font-weight: 600;
}

.events {
	padding: 10px 10px;
	margin-bottom: 4px;
	font-family: 'Exo', sans-serif;
}

.btn-connect {
	width: 75% !important;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	margin-bottom: 5px;
	height: 29px;
	margin-top: 11px;
	background: white;
	font-weight: 500;
	padding: 0px 0px 0px 0px !important;
	    color: #b91906!important;
    border-color: #b91906 !important;
	text-transform: initial !important;
}

.user h4 {
	border-bottom: 2px solid #eee;
	padding-bottom: 7px !important;
	color: #707070 !important;
	font-size: 14px;
	font-weight: 600;
}

.user p {
	color: #665c5c;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 14px;
}

.user small {
	font-size: 12px;
}

.user img {
	display: inline;
}

.block .fa {
	margin-right: 5px;
}

.user {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 1.3em;
	/*		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);*/
	border-radius: 2px;
}

.conf-org h5 {
	font-size: 14px;
	line-height: 23px;
	position: relative;
	top: 6px;
}

.abt-card h4 {
	border-bottom: 2px solid #eee;
	padding-bottom: 12px;
	color: #b91906;
    text-shadow: 0px 0px 0 #12723b;
	font-size: 16px;
	font-family: 'Exo', sans-serif !important;
}

.abt-card h2 {
	font-size: 16px;
	font-weight: 600;
	color: #707070;
	margin-bottom: 10px;
}

/*
	.abt-card span{
		color: #ffffff!important;
	}
*/
.form-check-label {
	font-weight: 500;
	font-size: 13px;
}


.main-nav .navbar-brand {
	max-width: 220px;
}

.main-nav .navbar-brand img {
	width: 140px;
	background: #fff;
}

.main-nav .navbar-nav li a {
	color: #222;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shrink-nav {
	background-color: #222;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.4);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.shrink-nav .navbar-nav li a {
	color: #d0d0d0;
}




/*
=====================================================
4.banner
=====================================================
*/

.overlay {
	
	    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.16);
}

.banner {
	    background-image: linear-gradient(rgba(35, 96, 121, 0.67), rgba(5, 101, 113, 0.42)) , url(../img/banner-banner.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-position: center;
}

.banner .banner-content {
	    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 0;
}

.banner .banner-content h1 {
	    font-family: 'Exo', sans-serif !important;
	    font-size: 20px;
	    font-weight: 600;
	    color: #fff;
	    /* letter-spacing: 2px; */
	    margin-bottom: 35px;
	    line-height: 45px;
}

.banner .banner-content h1 span {
	color: #ff4263;
	font-weight: 600;
	/*    line-height: 75px;*/
}

.banner .banner-content p {
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: .8px;
	font-weight: 300;
	margin-bottom: 45px;
}

.member {
	margin-top: 20px;
}

.member1 {
	height: 35px;
	width: 35px;
	position: relative;
	right: 0px;
	border: 2px solid rgb(255, 255, 255);
	display: inline;
}

.member2 {
	height: 35px;
	width: 35px;
	position: relative;
	right: 10px;
	border: 2px solid rgb(255, 255, 255);
	display: inline;
}

.member3 {
	height: 35px;
	width: 35px;
	position: relative;
	right: 20px;
	border: 2px solid rgb(255, 255, 255);
	display: inline;
}

.member a {
	margin-left: -20px;
}



.fb-login-btn,
.gplus-login-btn,
.in-login-btn {
	margin-top: 10px !important
}

.fb-login-btn .fa {
	color: #3b5998;
}

.gplus-login-btn .fa {
	color: #E24825;
}

.in-login-btn .fa {
	color: #0077b5;
}

.m-login {
	margin-top: 10px !important;
	font-size: 14px !important;
}




/*Conference List*/





.left-side h4 {
	border-bottom: 2px solid #eee;
	padding-bottom: 12px;
	color: #000000 !important;
	font-size: 16px;
	font-family: 'Exo', sans-serif !important;
	font-weight: 600;
}


.country img {
	width: 19px;
	margin-right: 9px;
}

.conference tr:nth-child(2n) {
	background: #f2f2f2;
}

.conference td a {
	color: rgb(27, 108, 171) !important;
	font-weight: 600;
}

/*
.conference td,
th {
	font-size: 14px;
	padding: 15px !important;
	vertical-align: middle !important;
}
*/

.topics .fa {
	color: #ff4263;
}

.topics p {
	font-size: 14px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ff4263 !important;
	border-color: #ff4263 !important;
}


.city a {
	color: #0d2437 !important;
	font-weight: 500;
}

.city td {
	width: 1%;
	line-height: 26px;
}

.city .fa-angle-double-right {
	color: #ff4263;
	/* font-weight: 600; */
	margin-right: 5px;
}




.btn-danger {
	color: #fff;
	background-color: #ff4263;
	border-color: #ff4263;
	height: 50px !important;
}

.mt-3 {
	margin-top: 10px;
}

td,
th {
	font-size: 14px;
}

.left-side {
	position: relative;
	top: -80px;
}



.search-sec {
	padding: 2rem;
}

.search-slt {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 50px !important;
}

.wrn-btn {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	background: #ff4263;
	border-color: #ff4263;
	height: 50px !important;
	color: #fff;
	border-radius: 0;
	font-size: 17px !important;
	font-weight: 600 !important;
}

.wrn-btn:hover {
	color: #fff !important;
}

.wrn-btn:focus {
	color: #fff !important;
}



@media (min-width: 992px) {
	.search-sec {
		position: relative;
		top: -114px;
		background: rgba(26, 70, 104, 0.51);
	}
}

@media (max-width: 992px) {
	.search-sec {
		background: #1A4668;
	}
}



/*Conference filter page*/


#country img {
	width: 20px;
	margin-left: 5px;
}

#country label {
	line-height: 40px;

}

.date-filter {
	     padding: 6px 6px !important;
    border: 2px solid #e9e9e9 !important;
    color: #444 !important;
    background: #fff !important;
}

.btn-default {
   color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    border: 1px solid #ccc !important;
    border-radius: 0% !important;
}


#custom-search-input {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}

#custom-search-input .search-query {
	 padding-right: 35px; 
	padding-left: 10px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 37px !important;
	width: 100%;
	border: 1px solid #333333;
}

.conf-btn{
	   background: #dddddd !important;
    color: #444 !important;
    text-transform: initial !important;
    padding: 3px 8px !important;
    font-size: 13px !important;
    cursor: pointer !important;
	font-weight: 600 !important;
}
#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	/*        margin-top: 2px;*/
	position: relative;
	left: -30px;
	top: -6px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ff4263;
	z-index: 10;
}

.search-query:focus + button {
	z-index: 3;
}




.evt-card {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 1.3em;
}

.evt-card h5 a{
	color: #ff4263;
	font-size: 14px;
	line-height: 23px;
}

.evt-card .date {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
	text-align: left;
}

.evt-card div {
	margin-bottom: 1px;
}

.conf-detail {
	font-size: 13px;
	line-height: 25px;
}


.evt-card hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	border: 0;
	border-top: 2px solid #eee;
}

.content {
	height: 1665px;
	overflow: auto;
}

.feature-event .events {
	border-bottom: 2px solid #eee;
}

.feature-event .events:last-child {
	border-bottom: none;
}

.feature-event .events a {
	font-size: 12px !important;
	/* color: #707070; */
	font-weight: 600;
	position: relative;
	top: 5px;
}

.feature-event h4 {
	padding-left: 10px;
	color: #000000 !important;
}

.feature-event .events p {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
	/* margin-top: 0; */
}

.feature-event .events {
	background: none !important;
}


.content::-webkit-scrollbar {
	display: none;
}


.view-more a {
	font-size: 14px;
	margin-top: 10px;
	color: #ff4263;
}

.view-more a:hover {
	color: #ff4263 !important;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.filter-active {
	background: #ff4263 !important;
	color: #fff !important;
}

.related-search a {
	color: #0d2437 !important
}


.left-side label,
.modal label {
	position: relative;
	cursor: pointer;
	color: #0d2437 !important;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 25px;
	text-transform: initial;
}

.left-side input[type="checkbox"],
input[type="radio"],
.modal input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	right: 9000px;
}

/*Check box*/
.left-side input[type="checkbox"] + .label-text:before,
.modal input[type="checkbox"] + .label-text:before {
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.left-side input[type="checkbox"]:checked + .label-text:before,
.modal input[type="checkbox"]:checked + .label-text:before {
	content: "\f14a";
	color: #ff4263;
	animation: effect 250ms ease-in;
}

.left-side input[type="checkbox"]:disabled + .label-text,
.modal input[type="checkbox"]:disabled + .label-text {
	color: #aaa;
}

.left-side input[type="checkbox"]:disabled + .label-text:before,
.modal input[type="checkbox"]:disabled + .label-text:before {
	content: "\f0c8";
	color: #ccc;
}

.glyphicon {
	position: relative;
	top: -6px !important;
}

.add-card{
	 padding-top: 19px; padding-bottom: 0px;
}
.add-btn{
	margin-top: 55px;
}
.fa-whatsapp{
	    font-size: 18px !important;
    color: green !important;
	    padding: 0 4px;
}
		.fa-envelope-o{
			color: #f14336 !important;
		}

.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
    box-shadow: none !important;
    text-shadow: !important;
}