@charset "utf-8";
body {
	margin: 0;
	font-family: Monda, sans-serif
}
/*  */
	#demo .carousel-control-prev {
    left: 20px;
    background: #000;
    border-radius: 31px;
    opacity: 1;
    padding: 8px;
}
		#demo .carousel-control-next {
    right: 20px;
    background: #000000;
    border-radius: 31px;
    opacity: 1;
    padding: 8px;
}
		#demo{
			margin: 0px!important;
		}
		.btn2 {
			background: aliceblue;
			padding: 3px 7px;
			margin-top: 7px;
			font-weight: 600;
			font-size: 11px;
		}

		.upcoming {
			padding: 9px 8px;
			background: url(img/nepal.png);
			/* box-shadow: 1px 1px 1px #000; */
			    margin-top: 20px;
		}

		.upcoming h5 {
    color: #ff9940;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 3px;
}

		.box-sh {
			box-shadow: 3px 4px 8px #3c3c3c;
		}

		.bg-updetails {
			background: url(assets/img/img-bg.webp);
			padding: 10px;
			color: #fff;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 0px 0px 8px 8px;
		}

		.upcoming img {
			width: 100%;
			boder-radius: 20px;
		}

		/*  */
		.index img {
			margin: 10px 7px;
			/* border: 1px solid #7c7c7c42; */
			border-radius: -6px;
			box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%);
			background: #ffffff;
			width: 100px;
		}

		.blog-item .blog-img {
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			position: relative;
			overflow: hidden;
		}

		.blog-img {
			border: 2px solid #cfcfcf6b;
			height: 250px;
		}

		.blog-item .blog-content {
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			background: #ffffff;
			box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
		}

		.blog-item .h4 {
			font-size: 11px;
			font-weight: 500;
			line-height: 1.5;
			color: #000;
			overflow: hidden;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			font-family: 'Poppins';
		}

		.blog-item .blog-content a.btn {
			font-family: 'Roboto';
			font-size: 12px;
			color: #ffffff;
			background: #0c4589;
			padding: 2px 7px !important;
			font-weight: 600;
			margin-top: -12px;
		}

		/*  */
		.carousel-control-prev {
			left: -120px;
		}

		.carousel-control-next {
			right: -120px;
		}

		.carousel {
			margin: 50px auto;
		}

		.carousel .carousel-item {
			color: #999;
			overflow: hidden;
			min-height: 120px;
			font-size: 13px;
		}

		.carousel .media {
			position: relative;
			padding: 0 0 0 20px;
			margin-left: 20px;
		}

		.carousel .media img {
			width: 75px;
			height: 75px;
			display: block;
			border-radius: 50%;
			/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
			border: 2px solid #fff;
		}

		.carousel .testimonial {
			color: #fff;
			position: relative;
			background: #0c4589;
			padding: 15px;
			margin: 0 0 20px 20px;
		}

		.carousel .testimonial::before,
		.carousel .testimonial::after {
			content: "";
			display: inline-block;
			position: absolute;
			left: 0;
			bottom: -20px;
		}

		.carousel .testimonial::before {
			width: 20px;
			height: 20px;
			background: #9b9b9b;
			box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
		}

		.carousel .testimonial::after {
			width: 0;
			height: 0;
			border: 10px solid transparent;
			border-bottom-color: #fff;
			border-left-color: #fff;
		}

		.carousel .carousel-item .row>div:first-child .testimonial {
			margin: 0 20px 20px 0;
		}

		.carousel .carousel-item .row>div:first-child .media {
			margin-left: 0;
		}

		.carousel .testimonial p {
			text-indent: 40px;
			line-height: 21px;
			margin: 0;
		}

		.carousel .testimonial p::before {
			content: "\201D";
			font-family: Arial, sans-serif;
			color: #fff;
			font-weight: bold;
			font-size: 68px;
			line-height: 70px;
			position: absolute;
			left: -25px;
			top: 0;
		}

		.carousel .overview {
			padding: 3px 0 0 15px;
		}

		.carousel .overview .details {
			padding: 5px 0 8px;
		}

		.carousel .overview b {
			text-transform: uppercase;
			color: #ff5555;
		}

		.carousel-control-prev,
		.carousel-control-next {
			width: 30px;
			height: 30px;
			/* background: #666; */
			text-shadow: none;
			top: 39%;
		}

		.carousel-control-prev i,
		.carousel-control-next i {
			font-size: 16px;
		}

		.carousel-control-prev {
			/* left: auto; */
			/* right: 40px; */
		}

		.carousel-control-next {
			/* left: auto; */
		}

		.carousel-indicators {
			/* bottom: -80px; */
		}

		.carousel-indicators li, .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 0;
    margin: 1px 5px;
    box-sizing: border-box;
    border-radius: 12px;
}

		.carousel-indicators li {
			background: #e2e2e2;
			border: 4px solid #fff;
		}

		.carousel-indicators li.active {
			color: #fff;
			background:#597fae;
			border: 5px double;
		}

		.star-rating li {
			padding: 0 2px;
		}

		.star-rating i {
			font-size: 14px;
			color: #ffdc12;
		}


/*  */
.header {
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 2px 2px 13px #9c9a9a;
	position: relative
}

.conf-name {
	width: 100%;
	float: left;
	background: url(../images/bann.jpg) no-repeat;
	padding: 25px 0;
	background-size: 100%
}

.conf-det {
	width: 100%;
	float: left;
	text-align: center
}

.conf-det h3 {
	color: #fd793b;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 24px
}

.conf-det h1 {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 6px;
	font-family: arial;
	line-height: 1.5;
	text-transform: capitalize
}

.conf-det h5 {
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-weight: 600;
	margin-bottom: 20px
}

.conf-det h6 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px
}

.conf-det p b {
	color: #fff
}

.conf-det p img {
	border: 1px solid #777;
	background: #fff;
	padding: 5px
}

.welc-sec {
	width: 100%;
	float: left;
	background: url(../images/welcome-msg.jpg) no-repeat fixed;
	border-top: 1px solid #ecebeb;
	border-bottom: 1px solid #ecebeb
}

.welc-sec h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.well {
	width: 100%;
	float: left;
	padding: 50px 0 30px 0
}

.em-spk {
	width: 100%;
	float: left;
	padding: 50px 0
}

.em-sec h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.logo {
	margin-top: 75px
}

.conf-det p img {
	border: 1px solid #777
}

.quick-links h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.quick {
	margin-top: 35px
}

.abt-sec {
	width: 100%;
	float: left;
	margin: 20px 0
}

.abt-sec h4 {
	color: #000;
	font-weight: 600;
	text-align: center
}

.over p {
	text-align: justify
}

.msg-sec {
	width: 100%;
	float: left;
	margin: 50px 0
}

.msg-sec p {
	text-align: justify
}

.msg-sec h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.titleline {
	position: relative;
	width: 100px;
	border-top: 3px solid #e12454;
	margin: 0 auto;
	margin-bottom: 55px
}

.intro {
	width: 100%;
	float: left
}

.intro p {
	text-align: justify;
	line-height: 28px
}

.intro1 {
	width: 100%;
	float: left
}

.intro1 p {
	text-align: justify;
	line-height: 28px
}

hr.style-two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #bbb8b6, rgba(0, 0, 0, 0))
}

.reg-tbl td,
.reg-tbl th {
	border: 2px solid #555
}

.reg-tbl thead {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #990e21
}

.reg-tbl tbody tr,
.reg-tbl tbody tr th,
.reg-tbl thead th {
	border: 2px solid #555
}

.imp-date {
	width: 100%;
	float: left;
	margin-top: 30px;
	min-height: 28px
}

.important-date {
	width: 50%;
	float: left;
	padding-top: 0;
	background: #f15a24;
	text-align: center;
	padding: 10px;
	min-height: 135px
}

.important-date h3 {
	font-size: 30px;
	font-weight: 600;
	color: #990e21;
	padding-top: 0;
	margin: 5px 0 0 0
}

.date-sec {
	width: 100%;
	float: left;
	margin-top: 15px;
	text-align: center;
	margin-left: 0;
	border: 5px ridge #fff;
	margin-bottom: 10px
}

.date-sec h5 {
	margin-bottom: 0;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	padding-top: 10px
}

.date-sec p {
	font-size: 16px;
	color: #fff;
	padding-top: 0;
	text-align: center
}

hr.style4 {
	border-top: 1px dotted #990e21;
	width: 300px;
	margin: 10px auto
}

.downloads {
	width: 50%;
	float: left;
	background: #990e21;
	text-align: center;
	padding: 10px 10px 19px 10px;
	min-height: 135px
}

.downloads h3 {
	font-size: 30px;
	font-weight: 600;
	color: #f15a24;
	padding-top: 0;
	margin: 5px 0 0 0;
	text-align: center
}

.downloads p {
	font-size: 16px;
	color: #fff;
	padding-top: 0
}

.secs {
	float: left;
	width: 100%;
	margin-top: 20px
}

.card-header {
	background-color: #990e21
}

.card-header a {
	color: #fff;
	font-weight: 600
}

.down-logo {
	width: 100%;
	float: left;
	margin-top: 30px
}

.down-btn {
	width: 30%;
	float: left;
	margin: 10px
}

.button6 {
	color: #000;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border: 1px solid #ccc;
	position: relative;
	width: 100%;
	float: left;
	padding: 20px 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 0
}

.button6 a {
	color: #000;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: 600
}

.button6::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(.5, 1);
	transform: scale(.5, 1);
	cursor: pointer
}

.button6:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	color: #000
}

.video {
	width: 100%;
	float: left;
	margin-top: 30px
}

.association {
	width: 100%;
	float: left;
	margin-top: 30px
}

.con-eve {
	width: 100%;
	float: left
}

.assoc marquee {
	width: 100%;
	float: left;
	padding-top: 20px
}

marquee img {
	margin: 0;
	margin-right: 15px;
	background: #fff
}

.related-topic {
	width: 100%;
	float: left;
	margin-top: 30px
}

.wel {
	width: 100%;
	float: left
}

.mesg {
	border: 1px solid #990e21;
	padding: 10px 15px;
	background: #e0e6fd
}

.pdd {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px
}

.pdd a {
	background: #990e21;
	padding: 5px 10px;
	color: #fff
}

.speech img {
	background-color: #f5f5f5;
	border: 5px solid #990e21;
	border-bottom-right-radius: 3px;
	text-align: -webkit-center;
	box-shadow: 4px 4px 20px #990e21
}

.assoc {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 30px 0;
	background: #f3f2f2
}

.assoc h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.links {
	width: 100%;
	float: left;
	margin-top: 30px
}

.qck-lin {
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px 10px 10px 15px;
	list-style: none;
	border: 1px solid #efecec;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.qck-lin li {
	line-height: 16px;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 0
}

.qck-lin li:last-child {
	border-bottom: none
}

.qck-lin li a {
	position: relative;
	display: block;
	padding-left: 0;
	color: #990e21;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.qck-lin li a:active,
.qck-lin li a:focus,
.qck-lin li a:hover {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	color: #fd793b;
	font-weight: 600;
	text-decoration: none
}

.panel-body ul li {
	color: #000
}

.lefec {
	border: 1px solid #ccc
}

.past-conf {
	width: 100%;
	float: left;
	margin-top: 30px
}

.highlights {
	width: 100%;
	float: left;
	margin-top: 30px
}

.sess-track {
	width: 100%;
	float: left;
	margin-top: 30px
}

.sess-track h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.marq {
	float: left;
	width: 100%;
	background: #fff;
	border: #e1e1e1;
	padding: 25px 10px 10px 15px;
	list-style: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	margin-top: 20px
}

.marq p {
	border-bottom: 1px dotted #ccc;
	padding: 10px
}

.footer {
	float: left;
	width: 100%;
	background: #223a66
}

.footer {
	text-align: center;
	color: #fff;
	padding: 15px 0 0 0;
	margin-bottom: 0
}

.our-team {
	box-shadow: 2px 2px 10px #b5b3b3;
	text-align: center
}

.pic img {
	width: 100%;
	height: 100%
}

.post-title {
	font-size: 15px;
	color: #990e21;
	font-weight: 600
}

.post {
	display: block;
	color: #333;
	text-transform: capitalize;
	font-size: 14px
}

.description {
	padding: 5px 10px 10px 10px;
	color: #666;
	font-size: 14px;
	border-bottom: 3px solid transparent;
	margin-bottom: 0;
	text-align: center!important;
	font-style: italic
}

.our-team:hover {
	border-bottom: 1px solid transparent
}

.our-team:hover .description {
	border-bottom: 3px solid #f15a24;
	transition: all .2s ease-out 0s
}

.team-prof a {
	background: #990e21;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	float: left
}

.team-prof a:hover {
	text-decoration: none
}

.imp-sec {
	width: 100%;
	float: left;
	margin-top: 50px
}

.highlights-area {
	position: relative;
	display: block;
	z-index: 1;
	width: 100%;
	float: left;
	box-shadow: 1px 1px 10px #ccc;
	padding: 50px 0
}

.highlights-area h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.highlights-area .single-box {
	position: relative;
	display: block;
	padding: 0 30px 30px;
	background: #f2f2f2;
	max-width: 33%;
	width: 100%;
	min-height: 155px
}

.highlights-area .single-box .icon-holder {
	position: relative;
	display: block;
	width: 85px;
	height: 85px;
	background: #fff;
	margin: -42px auto 0;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px #ccc
}

.highlights-area .single-box h3 {
	color: #000;
	font-size: 18px;
	margin: 25px 0 14px;
	font-weight: 600
}

.highlights-area .single-box p {
	color: #000;
	margin: 14px 0 15px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center
}

.highlights-area .single-box .icon-holder span:before {
	color: #990e21;
	font-size: 30px;
	line-height: 40px;
	display: block;
	padding: 22px 0
}

.highlights-area .single-middle-box {
	position: relative;
	display: block;
	padding: 0 30px 29px;
	background: #f9f9fb;
	max-width: 34%;
	width: 100%;
	min-height: 155px
}

.highlights-area .single-middle-box h3 {
	color: #000;
	font-size: 18px;
	margin: 25px 0 14px;
	font-weight: 600
}

.highlights-area .single-middle-box p {
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center
}

.highlights-area .single-middle-box .icon-holder {
	position: relative;
	display: block;
	width: 85px;
	height: 85px;
	background: #fff;
	margin: -42px auto 0;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px #ccc
}

.highlights-area .single-middle-box .icon-holder span:before {
	color: #990e21;
	font-size: 30px;
	line-height: 40px;
	display: block;
	padding: 22px 0
}

.em-spk h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center;
	width: 100%;
	float: left
}

.down-sub {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	background: #fff4ee
}

.down-sub h4 {
	color: #990e21;
	font-weight: 600;
	text-align: center
}

.banner_area {
	background: url(../images/head-bg.jpg) no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 5px;
	width: 100%;
	float: left
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>li {
	display: inline-block
}

.banner_area h1 {
	color: #990e21;
	font: 600 40px!important;
	text-transform: uppercase;
	padding-top: 20px
}

.banner_area h2 {
	color: #990e21;
	font: 600 40px!important;
	text-transform: uppercase;
	padding-top: 20px
}

.banner_area .breadcrumb {
	background-color: transparent;
	padding-top: 15px;
	width: 100%;
	text-align: center;
	float: left;
	display: block
}

.banner_area .breadcrumb li a {
	font: 400 14px;
	color: #000
}

.banner_area .breadcrumb li a.active {
	color: #990e21
}

#accordion .panel {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 15px
}

#accordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 3px
}

#accordion .panel-title a {
	display: block;
	padding: 12px 15px;
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	color: #fd793b;
	border: 1px solid #ececec;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	position: relative;
	transition: all .5s ease 0s;
	text-align: left
}

#accordion .panel-title a.collapsed {
	box-shadow: none;
	color: #676767
}

#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:before {
	content: "\f055";
	font-family: FontAwesome;
	width: 25px;
	height: 25px;
	line-height: 28px;
	font-size: 15px;
	font-weight: 900;
	color: #4f3a62;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 15px;
	transform: rotate(135deg);
	transition: all .3s ease 0s
}

#accordion .panel-title a.collapsed:before {
	color: #676767;
	transform: rotate(0)
}

#accordion .panel-title a:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ececec;
	position: absolute;
	top: 0;
	right: 55px
}

#accordion .panel-body {
	padding: 10px 15px 15px;
	border: none;
	font-size: 15px;
	color: #615f5f;
	line-height: 27px
}

.bank-detl tr td:first-child {
	font-weight: 600
}

.bank-detl tr td {
	padding: 10px
}

.btn-redd {
	background: #e12454;
	border: 1px solid #e12454;
	color: #fff
}

.tab-content {
	border: 1px solid #ccc;
	margin-top: -12px;
	padding: 15px
}

.nav-tabs {
	margin-bottom: 20px;
	border-bottom: none!important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #990e21;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 15px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background: #fd793b;
	color: #000;
	font-size: 16px;
	padding: 5px 15px
}

.acm {
	list-style: none;
	padding-left: 0
}

.acm li {
	margin: 5px 0
}

.acm li span {
	font-weight: 600;
	font-size: 16px;
	color: #990e21
}

.email-signature {
	background: rgba(223, 228, 234, .3);
	padding: 0 0 60px 180px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
	position: relative
}

.email-signature .signature-img {
	background: #fff;
	width: 145px;
	height: 145px;
	padding: 10px 10px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 17px;
	box-shadow: 2px 2px 10px #989494
}

.email-signature .signature-img img {
	width: 100%;
	height: auto
}

.email-signature .signature-details {
	color: #4f3a62;
	background: #fff;
	padding: 15px 15px;
	margin-bottom: 15px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3)
}

.email-signature .title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px;
	display: inline-block
}

.email-signature .title:after {
	content: '/';
	display: inline-block;
	margin: 0 0 0 5px
}

.email-signature .post {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	display: inline-block
}

.email-signature .signature-content {
	color: #000;
	font-size: 15px;
	line-height: 28px;
	padding: 0 20px 0 10px;
	margin: 0;
	list-style: none;
	text-align: justify
}

.email-signature .signature-content li span {
	margin: 0 6px 0 0
}

.email-signature .icon {
	padding: 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
	position: absolute;
	bottom: 0;
	left: 0
}

.email-signature .icon li {
	margin-right: -35px;
	display: inline-block;
	-webkit-clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
	clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%)
}

.email-signature .icon li:first-child {
	-webkit-clip-path: polygon(0 0, 100% 0, 69% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 69% 100%, 0 100%)
}

.email-signature .icon li a {
	color: #fff;
	background: linear-gradient(to right, #e82c56 50%, #fc718e);
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	padding: 0 40px;
	display: block;
	transition: all .3s ease 0s
}

.email-signature .icon li a:hover {
	background: linear-gradient(to right, #373c44 50%, #57606f)
}

.email-signature .signature-website {
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	right: 20px
}

.tabbb {
	width: 100%;
	float: left
}

footer {
	width: 100%;
	float: left;
	background: #dcddde;
	padding: 45px 0
}

.logofooter {
	width: 100%;
	float: left
}

.logofooter h3 {
	font-size: 24px;
	color: #e12454;
	font-weight: 600
}

.footer-ul {
	list-style: square;
	padding-left: 22px
}

.footer-ul li a {
	color: #000
}

.introdu {
	width: 100%;
	float: left
}

.jour {
	padding: 2%;
	border: 1px solid #dcddde;
	text-align: center!important;
	height: 150px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 0 0 #f307073d
}

.jour p {
	text-align: center!important
}

.d-inline {
	font-weight: 600;
	color: #000
}

.contact-form .form-field {
	margin-bottom: 20px;
	position: relative
}

.contact-form .form-field input {
	width: 100%;
	padding: 10px 40px;
	border: 1px solid #ccc
}

.contact-form .form-field i {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%)
}

.contact-form .form-field textarea {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #ccc
}

.tabset>input[type=radio] {
	position: absolute;
	left: -200vw
}

.tab-panels ul li {
	text-align: justify;
	margin-bottom: 10px
}

.tabset .tab-panel {
	display: none
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5) {
	display: block
}

.tabset>label {
	position: relative;
	display: inline-block;
	padding: 15px 15px 25px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 0
}

.tabset>label::after {
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 22px;
	height: 4px;
	background: #8d8d8d
}

.tabset>input:focus+label,
.tabset>label:hover {
	color: #990e21
}

.tabset>input:checked+label::after,
.tabset>input:focus+label::after,
.tabset>label:hover::after {
	background: #990e21
}

.tabset>input:checked+label {
	border-color: #990e21;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px
}

.tab-panel {
	padding: 30px 0;
	border-top: 1px solid #ccc
}

.tab-panels .tab-panel {
	padding: 10px
}

.tabset {
	max-width: 100%
}

@media screen and (max-width:576px) {
	.email-signature {
		padding: 180px 0 75px 0
	}
	.email-signature .signature-img {
		top: 17px;
		left: 0;
		right: 0;
		margin: 0 auto
	}
	.email-signature .signature-details {
		text-align: center
	}
	.email-signature .title {
		display: block
	}
	.email-signature .title:after {
		display: none
	}
	.email-signature .post {
		display: block;
		margin: 0
	}
	.email-signature .signature-content {
		padding: 0;
		margin-bottom: 7px;
		text-align: center
	}
	.email-signature .signature-website {
		transform: translateX(50%);
		right: 50%;
		bottom: 10px
	}
}

@media screen and (max-width:990px) {
	.our-team {
		margin-bottom: 30px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.logo img {
		width: 100%
	}
	.left img {
		width: 50px!important
	}
	.conft {
		height: 278px!important
	}
	.colo {
		font-size: 12px!important
	}
	.conft-name {
		font-size: 12px!important
	}
	.important-date h3 {
		font-size: 24px
	}
	.downloads h3 {
		font-size: 24px
	}
	.date-sec h5 {
		margin-bottom: 0;
		font-size: 17px;
		color: #000;
		line-height: 18px;
		padding-top: 10px
	}
	hr.style4 {
		width: 195px
	}
	.qck-lin li a {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	.conft-name {
		font-size: 12px!important
	}
	.tabset>label {
		margin-bottom: 9px!important
	}
}

@media screen and (max-width:767px) {
	.logo {
		margin-top: 0
	}
	.conf-det {
		margin-top: 15px
	}
	.conf-det h3 {
		font-size: 16px
	}
	.conf-det h1 {
		font-size: 20px
	}
	.conf-det h5 {
		font-size: 16px
	}
	.conf-det h6 {
		font-size: 16px
	}
	.conf-det h4 {
		font-size: 14px;
		line-height: 18px
	}
	.conf-det p img {
		width: 30%
	}
	.msg-sec {
		margin-top: 10px
	}
	.important-date {
		width: 100%
	}
	.downloads {
		width: 100%
	}
	.down-btn {
		width: 100%;
		float: left;
		margin: 10px
	}
	article.tabs section,
	article.tabs section h2 {
		width: 100%
	}
	.tabset>label {
		padding: 10px 5px;
		font-size: 14px
	}
	.conft-name {
		font-size: 14px!important
	}
	.tab-panel ul {
		padding-left: 15px
	}
	.tab-panels ul li {
		font-size: 14px
	}
	.banner_area h1 {
		font-size: 20px
	}
}

.serviceBox {
	padding: 0 20px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 65px 0 50px 0;
	position: relative;
	transition: all .3s linear 0s
}

.serviceBox .service-icon {
	display: inline-block;
	border: 1px solid #ccc;
	width: 120px;
	height: 120px;
	line-height: 90px;
	border-radius: 50%;
	background: #4ca8e8;
	font-size: 30px;
	color: #fff;
	margin: -55px 0 20px;
	position: relative;
	transition: all .3s linear 0s
}

.serviceBox:hover .service-icon {
	background: #dcdcdc;
	color: #4ca8e8
}

.serviceBox .service-icon:after {
	content: "";
	border-top: 10px solid #4ca8e8;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s linear 0s
}

.serviceBox:hover .service-icon:after {
	border-top-color: #dcdcdc
}

.serviceBox .title {
	font-size: 16px;
	color: #414141;
	margin: 0 0 5px 0;
	transition: all .3s ease 0s
}

.serviceBox .description {
	font-size: 16px;
	color: #000;
	line-height: 25px
}

.serviceBox .read-more {
	display: inline-block;
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #414141;
	position: relative;
	bottom: -20px;
	transition: margin-right .5s ease 0s, border-color .3s ease 0s
}

.serviceBox .read-more span {
	display: inline-block;
	padding: 5px 18px;
	background: #fff;
	margin: 0 -35px -12px 0;
	position: relative;
	left: 12px;
	transition: margin-right .5s ease 0s
}

.serviceBox:hover .read-more span {
	color: #990e21;
	margin-right: 0
}

.serviceBox .read-more i {
	display: inline-block;
	padding: 9px 17px 8px 20px;
	background: #990e21;
	color: #fff
}

.serviceBox:hover,
.serviceBox:hover .read-more {
	border-color: #990e21
}

@media only screen and (max-width:767px) {
	.left img {
		width: 50px!important
	}
	.conft {
		height: 240px!important
	}
	.colo {
		font-size: 12px!important
	}
	.serviceBox {
		margin-bottom: 80px
	}
	.highlights-area .single-box {
		width: 100%;
		max-width: 100%
	}
	.highlights-area .single-middle-box {
		width: 100%;
		max-width: 100%
	}
	.conf-name {
		background: url(../images/mobile.jpg) no-repeat
	}
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		display: block
	}
	.tabset>input:checked+label {
		margin-bottom: 5px!important
	}
	.tabset>label {
		margin-bottom: 5px
	}
}

.get-quote-button {
	position: fixed;
	right: -85px;
	padding: 5px 20px;
	top: 45%;
	left: auto;
	display: block;
	transform: rotate(90deg);
	background-color: #404314;
	text-transform: uppercase;
	z-index: 999;
	border-radius: 5px;
	cursor: pointer
}

.get-quote-button {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	transform: rotate(90deg)
}

.get-quote-button a {
	color: #fff;
	text-decoration: none
}

.sticky-container {
	padding: 0;
	margin: 0;
	position: fixed;
	left: -120px;
	top: 51%;
	width: 159px;
	z-index: 999999
}

.sticky-container li {
	list-style-type: none;
	background: #404314;
	color: #fff;
	height: 43px;
	padding: 0;
	margin: 0 0 1px 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer
}

.sticky-container li a {
	display: inline!important
}

.sticky-container li img {
	float: right;
	margin: 5px 4px;
	margin-left: 14px
}

.sticky-container li p {
	padding-top: 5px;
	margin: 0;
	text-align: right;
	line-height: 16px;
	font-size: 11px;
	color: #fff!important
}

.sticky-container li:hover {
	margin-right: -95px
}

.button {
	background-color: #004a7f;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	margin-right: 13px;
	text-decoration: none;
	-webkit-animation: glowing 1.5s infinite;
	-moz-animation: glowing 1.5s infinite;
	-o-animation: glowing 1.5s infinite;
	animation: glowing 1.5s infinite
}

@-webkit-keyframes glowing {
	0% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 3px #b20000
	}
	50% {
		background-color: red;
		-webkit-box-shadow: 0 0 40px red
	}
	100% {
		background-color: #b20000;
		-webkit-box-shadow: 0 0 3px #b20000
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 3px #b20000
	}
	50% {
		background-color: red;
		-moz-box-shadow: 0 0 40px red
	}
	100% {
		background-color: #b20000;
		-moz-box-shadow: 0 0 3px #b20000
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}
	50% {
		background-color: red;
		box-shadow: 0 0 40px red
	}
	100% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}
}

@keyframes glowing {
	0% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}
	50% {
		background-color: red;
		box-shadow: 0 0 40px red
	}
	100% {
		background-color: #b20000;
		box-shadow: 0 0 3px #b20000
	}
}

.tabset>input[type=radio] {
	position: absolute;
	left: -200vw
}

.tabset .tab-panel {
	display: none
}

.tab-panels h2 {
	font-size: 24px
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.tabset>input:nth-child(13):checked~.tab-panels>.tab-panel:nth-child(7),
.tabset>input:nth-child(15):checked~.tab-panels>.tab-panel:nth-child(8),
.tabset>input:nth-child(17):checked~.tab-panels>.tab-panel:nth-child(9),
.tabset>input:nth-child(19):checked~.tab-panels>.tab-panel:nth-child(10),
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5) {
	display: block
}

.tabset>label {
	position: relative;
	display: inline-block;
	padding: 10px 25px 10px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	background: #e12454;
	color: #fff!important
}

.tabset>input:focus+label,
.tabset>label:hover {
	color: #06c
}

.tabset>input:checked+label::after,
.tabset>input:focus+label::after,
.tabset>label:hover::after {
	background: #06c
}

.tabset>input:checked+label {
	margin-bottom: -1px;
	background: #223a66;
	color: #fff!important;
	color: #fff;
	border: 1px solid #ddd;
	border-top: 3px solid #e12454;
	border-bottom: 1px solid #fff
}

.tab-panel {
	padding: 30px 0;
	border-top: 1px solid #ccc
}

.tabset {
	max-width: 100%;
	text-align: center
}

.entry-description h3 {
	margin-top: 22px!important
}

.con p {
	text-align: justify;
	font-size: 18px;
	margin-bottom: 15px
}

.tabset>input:focus+label,
.tabset>label:hover {
	color: #fff
}

.opu {
	border: 5px ridge #ccc;
	box-shadow: 5px 5px 5px #ccc;
	padding: 20px;
	background: #fff;
	margin: 50px 0
}

.opu p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px
}

.opu p b {
	color: #2132ae;
	font-size: 28px
}

.opu h3 {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
	color: #2132ae;
	font-size: 24px
}

.book h4 {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #2132ae
}

.book p {
	font-size: 16px;
	line-height: 25px
}

.j-name {
	margin-left: 0
}

.scopus h2 {
	font-weight: 700;
	color: #c52521;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: left
}

.scopus h5 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left
}

.scopus ol {
	padding-left: 15px
}

.scopus ol li {
	font-size: 16px;
	line-height: 25px
}

.card-image {
	padding-left: 10px
}

.card-image img {
	margin-bottom: 10px
}

.card {
	border: 1px solid #ccc;
	margin-bottom: 25px;
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
	min-height: 252px
}

.card h5 {
	font-weight: 600;
	font-size: 16px;
	color: #2132ae;
	line-height: 22px;
	margin-top: 0
}

.card strong {
	font-weight: 600!important;
	font-size: 16px
}

.card p {
	font-size: 13px
}

.ded .card {
	border: 1px solid #ccc;
	margin-bottom: 25px;
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
	min-height: 229px
}

.ded .card h5 {
	font-weight: 600;
	font-size: 16px;
	color: #2132ae;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px
}

.ded .card strong {
	font-weight: 600!important;
	font-size: 16px
}

.ded .card p {
	font-size: 13px
}

.googl .card {
	border: 1px solid #ccc;
	margin-bottom: 25px;
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
	min-height: 195px
}

.googl .card h5 {
	font-weight: 600;
	font-size: 16px;
	color: #2132ae;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px
}

.googl .card strong {
	font-weight: 600!important;
	font-size: 16px
}

.googl .card p {
	font-size: 13px
}

.googl h3 {
	font-weight: 700;
	color: #c52521;
	font-size: 24px;
	margin-bottom: 20px
}

.ug .card {
	border: 1px solid #ccc;
	margin-bottom: 25px;
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
	min-height: 195px
}

.ug .card h5 {
	font-weight: 600;
	font-size: 16px;
	color: #2132ae;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px
}

.ug .card strong {
	font-weight: 600!important;
	font-size: 16px
}

.ug .card p {
	font-size: 13px
}

.ug h3 {
	font-weight: 700;
	color: #c52521;
	font-size: 24px;
	margin-bottom: 20px
}

.msg-sec p {
	text-align: justify
}

.journal-btn {
	background: #2132ae;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 15px;
	font-weight: 600;
	margin: 10px 0
}

.journal-btn:hover {
	text-decoration: none;
	color: #ff0
}

.journal-btn:focus {
	text-decoration: none;
	color: #ff0
}

.float-left {
	float: left;
	color: #fff!important
}

.float-right {
	float: right;
	background: 0 0;
	color: #f75d03;
	cursor: auto;
	font-size: 16px
}

.float-right:hover {
	text-decoration: none;
	color: #000
}

.float-right:focus {
	text-decoration: none;
	color: #000
}

.publ {
	width: 100%;
	float: left;
	margin-top: 0
}

.publ p {
	margin-bottom: 0
}

hr.new1 {
	border-top: 1px solid #333;
	width: 100%;
	float: left;
	margin-bottom: 40px
}

.con h1 {
	text-align: center;
	margin-top: 0;
	font-weight: 700;
	font-size: 30px;
	color: #2132ae
}

.scopus {
	margin-top: 7px
}

.conft {
	border: 1px solid #eee;
	padding: 35px 15px;
	position: relative;
	margin-bottom: 5px;
	box-shadow: 0 2px 5px 0 rgba(50, 50, 50, .16);
	border-radius: 20px;
	height: 235px;
	width: 100%
}

.conft-name {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	border-radius: 20px;
	padding: 8px
}

.center {
	margin-top: 8px
}

.modal-header {
	padding-bottom: 5px;
	background: #223a66
}

.modal-footer {
	padding: 0
}

.modal-footer .btn-group button {
	height: 40px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none;
	border-right: 1px solid #ddd;
	background-color: #e12454;
	color: #fff
}

.modal-footer .btn-group:last-child>button {
	border-right: 0
}

.top-header {
	background-color: #223a66;
	height: 40px
}

.right {
	float: right;
	margin-right: 72px;
	margin-top: 9px
}

.btn-primary {
	color: #fff;
	background-color: #e12454!important;
	border-color: #e12454!important
}

.left {
	float: left;
	width: 20%
}

.righ {
	float: right;
	width: 80%;
	margin-right: -4px
}

.left img {
	width: 80px;
	border: 2px solid #eb0842
}

.colo {
	font-size: 14px
}

.cont {
	font-size: 20px;
	color: #fff
}

.color {
	color: #e90f46;
	font-size: 16px;
	font-weight: 700
}

.modal-content {
	width: 135%!important
}

.close {
	float: right!important;
	font-size: 1rem!important;
	font-weight: 700!important;
	line-height: 1!important;
	color: #fff!important;
	opacity: 1.5!important
}

.sci {
	width: 102%
}

@media screen and (max-width:767px) {
	.modal-content {
		width: 105%!important
	}
	.pr-img {
		width: 100%
	}
	.collo {
		font-size: 14px
	}
	.scia {
		font-size: 14px
	}
	.cont {
		font-size: 16px
	}
	.color {
		font-size: 14px
	}
	.form-field input {
		width: 100%!important
	}
}

@media screen and (max-width:768px) {
	.modal-content {
		width: 100%!important
	}
	.pr-img {
		width: 100%
	}
	.form-field input {
		width: 400px!important
	}
}

.form-field input {
	border-style: solid;
	border-width: 1px;
	border-color: #dadada!important;
	margin-bottom: 26px;
	width: 500px;
	padding: 10px
}

.form-field select {
	border-style: solid;
	border-width: 1px;
	border-color: #dadada!important;
	margin-bottom: 26px;
	width: 500px;
	padding: 10px
}

.fldset-class {
	border: 2px #f16e12 solid!important
}

.con {
	width: 44%;
	height: 39px;
	margin: 0 auto;
	background-color: #065179;
	border-radius: 5px;
	color: #ff0;
	margin-top: -19px;
	float: none;
	border: none;
	margin-bottom: 40px;
	padding-top: 5px
}

.con h2 {
	font-size: 20px;
	text-align: center;
	padding: 5px
}

.fo {
	padding: 20px
}


/* New style (13-07-2022)*/

