/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

/*Typography - Typekit*/

.clearfix {
  *zoom: 1;
}

::-moz-selection, ::-webkit-selection { /* Code for Firefox */
    color: #FFFFFF;
	background: #28324d;
}

::selection {
    color: #FFFFFF; 
	background: #28324d;
}
.container{
	max-width: 80%;
}
.container-fluid{
	max-width: 95%;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
img{
	max-width: 100%;
}

:focus {
  outline: none;
}
button:focus{
	outline:0;
}

b, strong{
	font-weight: 600;
}
ul, ul > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

/*body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 33px;
	font-family: 'Raleway', sans-serif;
	color:#5c6377;
}*/
body *{
	/*font-weight: 400;
	font-size: 14px;
	color:#013a57;
	line-height: normal;
	font-style: normal;*/
	font-family: 'Raleway', sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color:#013a57;
	line-height: normal;
	font-weight: 800;
}
h2{
	font-size:32px;
	text-transform: uppercase;
}

h2 span{
	font-size:32px;
	font-style: normal;
	color:#013a57;
	line-height: normal;
	font-weight:300;
}

p {
  	font-size: 14px;
	font-weight: 400;
	color:#013a57;
  	line-height:18px;
  	margin: 0px 0px 15px 0px;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color:#8bc540;
}
section ul, section ol{
	padding-left: 20px;
}
section ul > li{
	list-style: disc;
	list-style-position: outside;
}
body{
	overflow-x:hidden;
}
#site-wrapper{
	position: relative;
	padding-top:138px;
}
.container {
    width: 100%;
    max-width: 1030px;
    position: relative;
	/*border: 1px solid red;*/
}

header {
    position: fixed;
    transition: all 0.3s ease;
}
header {
    width: 100%;
    height: 138px;
    background: #fff;
    padding: 20px 0px 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

h1.logo{
	float: left;
	width:150px;
	margin-bottom: 0;
	    margin-top: 5px;
	/*margin-right: 50px;*/
}

.top-nav-sec{
	float: left;
	width:calc(100% - 150px);
}
.mainmenu{
	float: left;
	padding-top: 35px;
	/*position: relative;
    z-index: 2;*/
}
.primary-nav {
	display:inline-block;
	margin: 0;
	padding: 0;
}
.primary-nav li{
	float: left;
	list-style: none;
	/*margin: 0 20px;*/
	margin: 0 10px;
}
.primary-nav li:nth-child(1){
	display:none;
}
.primary-nav li:nth-child(2){
	margin-left: 50px;
}
.primary-nav li:last-child{
	margin-right:0px;
}
.primary-nav li a{
	color:#013a57;
	line-height: 100%;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	
	position: relative;
    display: inline-block;
	padding: 10px 0;
	
}
.primary-nav li a:hover{
	color:#8cc540;
}
.primary-nav li a::before {
    color:red;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.primary-nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #8cc540;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.primary-nav li a:hover::before, .primary-nav li a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}
.primary-nav li a:hover::after, .primary-nav li a:focus::after, .primary-nav li.active a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.primary-nav li.active a{
	color:#8cc540;
}

.top-right-sec{
	float:right;
	margin-top: 15px;
	transition: all 0.3s ease;
}
.logo-nav{
	margin-bottom: 10px;
    /*padding-left: 30px;*/
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*.logo-nav::before{
	content: '';
	width:20px;
	height: 20px;
	left: 0;
	top:2px;
	position: absolute;
	background: url(../images/profile_icon.svg)no-repeat;
	background-size: 20px;
}*/

.logo-nav li,
.logo-nav li a{
	color:#8bc540;
	line-height: 100%;
	font-size: 15px;
}
.logo-nav li{
	position:relative;
}

.logo-nav li a{
	position:relative;
	padding-right: 5px;
	padding-left: 30px;
}
.logo-nav li a::before{
	content: '';
	width:20px;
	height: 20px;
	left: 0;
	top:-1px;
	position: absolute;
	background: url(../images/profile_icon.svg)no-repeat;
	background-size: 20px;
}
.logo-nav li a::after{
	content: '';
	width: 5px;
	height: 11px;
    right: 0;
    top: 4px;
    margin: auto;
    position: absolute;
	background: url(../images/user-coln.jpg)no-repeat;
}

.logo-nav ul.drop_down{
	width:152px;
    z-index: 1;
    transition: all 0.6s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    /*background: #8cc541;*/
    top: 30px;
    right:0px;
}
.logo-nav li:hover ul.drop_down{
	    opacity: 1;
    pointer-events: auto;
}
.logo-nav ul.drop_down::before {
   content: '';
    width: 100%;
    height: 20px;
    top: -17px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    position: absolute;
    background: #FFFFFF;
}
.logo-nav ul.drop_down::after {
	display:none;
	content: '';
	width:calc(100% + 60%);
	height: 100%;
	top: 0;
	right: 0px;
	z-index: -1;
	position: absolute;
    background: #ffffff;
}
.logo-nav ul.drop_down li{
	width: 100%;
	padding:10px 15px;
	background: #8cc541;
}
.logo-nav ul.drop_down li button{
	background: none;
	border: 0px;
	padding: 0px;
	color: #FFFFFF;
    line-height: 100%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.top_search{
	float: right;
	position: relative;
}
.search_wrap{
	display:inline-block;
	width: 100%;
	border: 1px solid #8bc540;
}
.top_search .search_wrap{
	position: relative;
	display: flex;
	width: auto;
	right:1px;
	padding-right: 30px;
}
.search_wrap input{
	border: 0px;
	width: 120px;
	float: left;
	line-height: 100%;
	padding:3px 4px 4px 8px;
	height: 33px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all 0.5s ease 0s;
}
.top_search{
	width: 120px;
}
.top_search .form-inline{
	display: inline-block;
    float: right;
}

.top_search:hover input[type="search"] {
    width:160px;
}
.search_wrap button{
	border: 0px;
	height: 33px;
	width: 30px;
	float: left;
	position: absolute;
    right: 0;
	background: url(../images/search_icon.svg)no-repeat #FFFFFF;
	background-size: 24px;
	background-position: center;
}

.top_search input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dddddd;
}
.top_search input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #dddddd;
}
.top_search input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #dddddd;
}
.top_search input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: #dddddd;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

figure.banner{
	float:left;
	width: 100%;
	margin: 0;
	position: relative;
}

.banner_wrap{
	height:238px;
	display:flex;
	flex-wrap: nowrap;
	    overflow: hidden;
	border-top:4px solid #8cc541;
	border-bottom:4px solid #8cc541;
}
.banner_wrap > div{
	/*width: 50%;*/
}

.banner_wrap > div.banner_discrp{
	display:flex;
	align-content: center;
	align-items: center;
	width:440px;
	position: relative;
	background: #1a4d67;
	padding-left: 65px;
	    z-index: 2;
}

.banner_discrp:after {
	content: '';
    position: absolute;
	width: 50px;
	height: 50px;
	top: -50%;
	bottom: -50%;
	margin: auto;
	right: -90px;
	background: url(../images/logo_icon.png)no-repeat center;
	background-size: 50px;
	    z-index: 2;
}

.banner_wrap > div.banner_discrp h2{
	color:#8bc540;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	    margin-bottom: 0px;
}
.banner_wrap > div.banner_discrp h1{
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:800;
	font-size:35px;
}

.banner_image{
	position: relative;
	width: calc(100% - 440px);
	background-repeat: no-repeat!important;
	background-position:center right!important;
	background-size: cover!important;
}

.banner_image:before {
	content: '';
	position: absolute;
	left: -46px;
	top: -25px;
	width: 112px;
	height: 335px;
	background: #1a4d67;
	z-index: 1;
	transform: scale(1) rotate(-27deg);
	-webkit-transform: scale(1) rotate(-27deg);
}


section {
    float: left;
    width: 100%;
}
.home_latest_wrp{
	display:flex;
	flex-wrap: nowrap;
}
.home_latest_wrp h2{
	margin-bottom: 20px;
}
.home_resour, .home_event{
	width: 50%;
	padding:30px 40px 40px 40px;
}
.home_resour{
	background: #fafafa;
}

.item-list{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.item-list > li{
	width:100%;
	display:flex;
	flex-wrap: nowrap;
	list-style: none;
	margin-bottom:25px;
}
.item-list.hone-resour > li{
	padding-right: 0px!important;
}
/*.item-list > li:last-child{
	margin-bottom:0px;
}*/
dl.item-date{
	width:50px;
	height: 60px;
	display:flex;
	flex-wrap: wrap;
	margin: 0px;
	margin-top: 3px;
	margin-right: 20px;
	background:#8bc540;
	justify-content: center;
	/*align-content: center;*/
	align-items: center;
}

dl.item-date dt, dl.item-date dd{
	width:100%;
	display:flex;
	color:#FFFFFF;
	font-weight: 400;
	font-size: 16px;
	justify-content: center;
	line-height: 100%;
    margin-bottom:5px;
}
dl.item-date dt{
	font-size:24px;
	font-weight:900;
	margin-top: 2px;
	margin-bottom: 0px;
}

.item-resource .item-cont{
	width:calc(100% - 50px);
}
.item-resource .item-cont h3{
	font-size:20px;
	color:#013a57;
	font-weight:700;
}
.item-resource .item-cont h3 a{
	color:#013a57;
	transition: all 0.3s ease 0s;
}
.home_resour .item-resource .item-cont h3 a:hover{
	color:#8bc540;
}
.nub-reference{
	font-size:16px;
	color:#8bc540;
	font-weight: 600;
}

/*btn-primary*/
.btn-primary{
	float: left;
	color:#013a57;
	font-weight: 400;
	position: relative;
	border-radius: 2px;
	padding:13px 20px 13px 20px;
	border: 1px solid #d6d6d6;
	background: #FFFFFF;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.btn-primary:hover{
	color:#FFFFFF;
	background: #d6d6d6;
}
.btn-primary::after{
	content: "\f105";
	color:#8cc541;
	margin-left: 15px;
	font-size: 20px;
	line-height: 100%;
	font-family: 'FontAwesome';
	position: relative;
	top: 1px;
	transition: all 0.4s ease 0s;
}
.btn-primary.view_all:hover{
	background: #013a57;
	color: #FFFFFF;
	border-color: #013a57;
}
.btn-primary.green_btn{
	background: #8bc540;
    color: #FFFFFF;
	z-index: 0;
	line-height: 100%;
	border: 0;
	padding:11px 20px 19px 20px;
}

.btn-primary.green_btn::after {
	color: #FFFFFF;
}
.btn-primary.green_btn:hover{
	color: #FFFFFF;
	background: #013a57;
	/*border: 1px solid #013a57;
	border-bottom:1px solid #004c73;*/
}
.btn-primary.green_btn:hover::after {
	color: #FFFFFF;
}
.btn-primary.green_btn::before {
	content: '';
	width: 100%;
	height: 7px;
	background:#81ac48;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s ease 0s;
}
.btn-primary.green_btn:hover::before {
	background:#004c73;
}

.btn-primary.blue_btn{
	background: #013a57;
    color: #FFFFFF;
	z-index: 0;
	line-height: 100%;
	border: 0;
	padding:11px 20px 19px 20px;
}

.btn-primary.blue_btn::after {
	color: #FFFFFF;
}
.btn-primary.blue_btn:hover{
	color: #FFFFFF;
	background: #8bc540;
}
.btn-primary.blue_btn::before {
	content: '';
	width: 100%;
	height: 7px;
	background:#004c73;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s ease 0s;
}

.btn-primary.blue_btn:hover::before {
	background:#81ac48;
}

.back_btn{
	margin-top:30px;
}
.events-inner .back_btn {
    margin-top: 40px;
}
.btn-primary.back_btn::before {
    content: "\f104";
    color: #8cc541;
    margin-right: 15px;
    font-size: 20px;
    line-height: 100%;
    font-family: 'FontAwesome';
    position: relative;
    top: 2px;
    transition: all 0.4s ease 0s;
}
.btn-primary.view_all:hover::after{
	color: #FFFFFF;
}
.btn-primary.back_btn::after{
	display:none;
}

/*btn-primary*/

.home_event{
	padding:0px;
	padding-top:35px;
	padding-bottom: 40px;
}
.home_event h2{
	padding-left: 35px;
	padding-right:10px;
	font-size: 28px;
}
.home_event h2 span{
	font-size: 28px;
}

.item-meeting > li{
	padding:40px 20px 20px 35px;
	margin: 0px;
	border-bottom: 1px solid #e8e8e8;
}
.item-meeting > li:first-child{
	padding-top:10px;
}
.item-meeting > li:last-child{
	border:0px;
	padding-bottom: 35px;
}
.item-event-date{
	float: left;
	min-width: 120px;
	padding:5px 8px;
	background:#013a57;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 700;
	height: 28px;
	line-height: 100%;
	margin-right: 45px;
	text-align: center;
	text-transform: uppercase;
	/*display: inline-block;
    text-align: center;*/
}
.title-wrap .item-event-date{
	background:#8cc541;
	    margin-right: 20px;
}

.item-meeting h3{
	font-size: 18px;
	color:#8bc540;
	font-weight: 800;
	margin-bottom: 5px;
}
.item-meeting h3 a{
	transition: all 0.3s ease 0s;
}
.item-meeting h3:hover a{
	color: #013a57;
}

.home_event .btn-primary{
	margin-left: 35px;
	margin-top: 20px;
}

span.register{
	font-size:14px;
	font-style: italic;
	padding-left: 30px;
	position: relative;
	font-weight:300;
}
span.register::after{
	content: '';
    width: 25px;
    height: 25px;
    left: 0px;
    top:-3px;
    position: absolute;
    background: url(../images/Registration-tick.svg) no-repeat center;
    background-size: 25px;
}

span.register.rg-close::after{
	background:url(../images/Registration-closed.svg) no-repeat center;
	background-size:25px;
}

.home_highlight_wrap{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	border-top:5px solid #8cc541
}
.home_highlight{
	width:calc(100% - 340px);
	position: relative;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	z-index: 0;
	padding: 40px 190px 40px 40px;
}
.home_highlight_wrap.full_width .home_highlight,
.home_highlight_wrap.full_width .home_other_meeting {
	width:100%;
}
.home_highlight *{
	color:#FFFFFF;
}
.home_highlight::before{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #11445e;
	opacity: 0.85;
	position: absolute;
	z-index: -1;
}
.home_highlight h2{
	font-size: 30px;
	margin-bottom:25px;
}
.home_highlight h2 span{
	font-size: 30px;
}
.home_highlight p{
	line-height:20px;
	font-weight: 500;
}

.home_highlight ul, .home_highlight ol{
	margin-bottom: 15px;
}
.home_highlight ul li, .home_highlight ol li{
	line-height:20px;
	font-weight: 500;
	font-size: 14px;
}

.home_highlight a.green_btn{
	margin-top:30px;
	font-size:14px;
	text-transform: uppercase;
}

.home_other_meeting{
	width:340px;
	position: relative;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	z-index: 0;
	padding: 40px 30px;
}
.home_other_meeting::before{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #8bc540;
	opacity: 0.80;
	position: absolute;
	z-index: -1;
}
.home_other_meeting h2{
	color:#FFFFFF;
	font-size: 24px;
	margin-bottom:25px;
}
.home_other_meeting h2 span{
	font-size: 24px;
	color:#FFFFFF;
}
.other_highlight{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0px;
	flex-wrap: wrap;
}
.other_highlight li{
	width: 100%;
	list-style: none;
	 margin-bottom: 30px;
}
.other_highlight li h5{
	font-size: 18px;
	color:#013a57;
	font-weight: 700;
}
.other_highlight li h5 a{
	color:#013a57;
}
span.hig-event-date,
span.hig-event-venu{
	width: 100%;
	font-size:14px;
	font-weight: 700;
	color:#FFFFFF;
	padding-left: 30px;
	display: inline-block;
	position: relative;
	margin-bottom:5px;
	
}
span.hig-event-date{
	text-transform: uppercase;
}
span.hig-event-date::before,
span.hig-event-venu::before{
	content: '';
	width:16px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0px;
	background: url(../images/calender_white.svg)no-repeat center;
	background-size: 16px;
}
span.hig-event-venu::before{
	background:url(../images/venu_icon_green.svg)no-repeat center;
	background-size: 20px;
}
.home_other_meeting span.hig-event-venu{
	text-transform:none;
}
.home_other_meeting span.hig-event-venu::before{
	background:url(../images/venu_icon_white.svg)no-repeat center;
	background-size: 20px;
}
.home_other_meeting .blue_btn{
	text-transform:uppercase;
}



.search_feature_wrap{
	width:100%;
	height: 340px;
	background: #fafafa;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.search_feature_wrap:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -25px;
    margin: auto;
    right: -50%;
	left: -50%;
    background: url(../images/logo_icon.png)no-repeat center;
    background-size: 50px;
    z-index: 2;
}
.search_feature_cont{
	text-align: center;
}
.search_feature_cont .form-inline{
	display: inline-block;
}

.search_feature_wrap h2{
	font-size:30px;
	font-weight: 900;
	margin-bottom:5px!important;
}
.search_feature_wrap h3{
	font-size:24px;
	font-weight:300;
}

/*search_feature*/


.search_feature_wrap #close-icon,
#resouc_search #close-icon-resouc{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 13px;
	width: 25px;
	height: 25px;
	transform: translateY(-2px);
	transition: 0.2s all;
	display: none;
	pointer-events: none;
}
.search_feature_wrap #close-icon.active,
.search_feature_wrap #close-icon.closing,
#resouc_search #close-icon-resouc.active,
#resouc_search #close-icon-resouc.closing{
	display: block;
	pointer-events: auto;
}
.search_feature_wrap #close-icon:before,
#resouc_search #close-icon-resouc:before{
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	transition: 0.2s all;
	background-color: #8bc540;
	transform-origin: 100% 50%;
	transform: rotate(45deg) scaleX(0) translateY(10px);
	top: -50%;
	bottom: -50%;
	margin: auto;
	right: -2px;
}
.search_feature_wrap #close-icon:after,
#resouc_search #close-icon-resouc:after {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	transition: 0.2s all;
	background-color: #8bc540;
	transform-origin: 100% 50%;
	transform: rotate(-45deg) scaleX(0) translateY(-10px);
	margin: auto;
	top: -50%;
	bottom: -50%;
	right: -2px;
}

.search_feature_wrap #close-icon:before,
#resouc_search #close-icon-resouc:before{
  animation: cross-1-in 0.25s linear 0s forwards;
}
.search_feature_wrap #close-icon:after,
#resouc_search #close-icon-resouc:after{
  animation: cross-2-in 0.25s linear 0.2s forwards;
}

.search_feature_wrap #close-icon.closing:before,
#resouc_search #close-icon-resouc.closing:before{
  animation: cross-1-out 0.25s linear 0s forwards;
}
.search_feature_wrap #close-icon.closing:after,
#resouc_search #close-icon-resouc.closing:after{
  animation: cross-2-out 0.25s linear 0.2s forwards;
}
@keyframes lens-out {
  0% {
    transform: rotate(45deg) scaleX(1);
  }
  30% {
    transform: rotate(45deg) scaleX(1.4);
  }
  100% {
    transform: rotate(45deg) scaleX(0);
  }
}
@keyframes lens-in {
  0% {
    transform: rotate(45deg) scaleX(0);
  }
  30% {
    transform: rotate(45deg) scaleX(1.4);
  }
  100% {
    transform: rotate(45deg) scaleX(1);
  }
}
@keyframes cross-1-in {
  0% {
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
  70% {
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }
  100% {
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}
@keyframes cross-2-in {
  0% {
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
  70% {
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }
  100% {
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}
@keyframes cross-1-out {
  0% {
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
  100% {
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}
@keyframes cross-2-out {
  0% {
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
  100% {
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}



.search_feature_wrap #search_wrapper,
#resouc_search{
	float:left;
	width:50px;
	position: relative;
	height: 50px;
	border:solid 1px rgba(139, 197, 64, 0);
	border-radius:0px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-top: 24px;
	/*border-color: #5fc4e1;*/
}
.search_feature_wrap #search_wrapper .search-btn,
#resouc_search .search-btn{
	position: absolute;
	right:2px;
	top:1px;
	    width: 50px;
    height: 50px;
	text-align: center;
	pointer-events: none;
}
.search_feature_wrap #search_wrapper .trigger,
#resouc_search .trigger{
	position: absolute;
	    right: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
}
.search_feature_wrap #search_wrapper:hover,
#resouc_search:hover{
	/*border-color:#5fc4e1;*/
}
.search_feature_wrap #search_wrapper.active,
#resouc_search.active{
	width: 300px;
	border:solid 1px rgba(139, 197, 64, 1);
}
.search_feature_wrap #search_wrapper.active .trigger,
.search_feature_wrap #search_wrapper .trigger.hiden,
#resouc_search.active .trigger,
#resouc_search .trigger.hiden{
	pointer-events: none;
	opacity: 0;
}
.search_feature_wrap #search_wrapper.active .search-btn,
#resouc_search.active .search-btn{
	pointer-events: none;
	opacity: 0;
}
.search_feature_wrap #search_wrapper input,
#resouc_search input{
	border:none;
	font-size: 18px;
	width:100%;
	padding:6px 40px 10px 10px;
	line-height: 100%;
	background: none;
	transition: all 0.6s ease;
	opacity: 0;
	float:left;
	height: 50px;
	color:#8bc540;
	pointer-events: none;
}
.search_feature_wrap #search_wrapper input::placeholder,
#resouc_search input::placeholder{
	color:#8bc540;
}
.search_feature_wrap #search_wrapper.active input,
#resouc_search.active input{
	opacity: 1;
	pointer-events: auto;
}
.search_feature_wrap #search_wrapper .search-btn i,
#resouc_search .search-btn i{
	font-size: 14px;
	color:#8bc540;
	display:none;
}


.search_feature_wrap #search_wrapper .search-btn,
#resouc_search .search-btn{
    /*position: absolute;*/
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    z-index: 4;
	margin-right: 0;
    /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);*/
	transform: scale(1.32);
}

.search_feature_wrap #search_wrapper .search-btn::before,
#resouc_search .search-btn::before {
    content: "";
	position: absolute;
	margin: auto;
	top: 14px;
	right: 0;
	bottom: 0;
	left: 14px;
	width: 8px;
	height: 1px;
	opacity: 1;
	background: #8bc540;
	transform: rotate(45deg);
	transition: all .5s;
}

.search_feature_wrap #search_wrapper .search-btn::after,
#resouc_search .search-btn::after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 0;
    bottom: 0;
    left: -2px;
    width:16px;
    height: 16px;
	opacity: 1;
    border-radius: 50%;
    border:1px solid #8bc540;
    transition: all .5s;
}

.resouc_search_wrap input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 18px;
	color:#8bc540;
	font-weight: 700;
}
.resouc_search_wrap input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	font-size: 18px;
	color:#8bc540;
	font-weight: 700;
}
.resouc_search_wrap input[type="search"]:-ms-input-placeholder { /* IE 10+ */
	font-size: 18px;
	color:#8bc540;
	font-weight: 700;
}
.resouc_search_wrap input[type="search"]:-moz-placeholder { /* Firefox 18- */
	font-size: 18px;
	color:#8bc540;
	font-weight: 700;
}
#resouc_search {
	width: 240px;
	border: solid 1px rgba(139, 197, 64, 1);
}
#resouc_search .search-btn{
	right:auto;
}
#resouc_search .trigger{
	width:100%;
}
#resouc_search input[type="search"] {
    background: url(../images/search_icon.svg)no-repeat left;
    background-size: 22px;
    background-position: 13px 12px;
}
#resouc_search.active input[type="search"] {
    padding-left: 50px;
}


.search_feature_wrap #search_wrapper.active .search-btn::after,
.search_feature_wrap #search_wrapper.active .search-btn::before,
#resouc_search.active .search-btn::after,
#resouc_search.active .search-btn::before{
	opacity: 0;
}
.search_feature_wrap #search_wrapper span.trigger:after,
.search_feature_wrap #search_wrapper span.trigger:before,
#resouc_search span.trigger:after,
#resouc_search span.trigger:before{
	opacity:0;
    background-color:#5fc4e1;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 11px;
	z-index: 100;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -50%;
	bottom: -50%;
	margin: auto;
	left: -50%;
	right: -50%;
}
.search_feature_wrap #search_wrapper span.trigger:before,
#resouc_search span.trigger:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.search_feature_wrap #search_wrapper.active span.trigger:after,
.search_feature_wrap #search_wrapper.active span.trigger:before,
#resouc_search.active span.trigger:after,
#resouc_search.active span.trigger:before{
	opacity: 1;
}


/*search_feature*/


/*footer*/

footer{
	float: left;
	width: 100%;
	padding: 45px 0px 50px;
	position: relative;
	background: url(../images/footer-bg.jpg)no-repeat center;
	background-size: cover;
	z-index: 0;
}

footer::before{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #013a57;
	opacity: 0.80;
	position: absolute;
	z-index: -1;
}
footer *{
	color: #FFFFFF;
}

footer h1.logo{
	width: 100%;
	margin-bottom:10px;
	    margin-top: 0;
}
footer h1.logo img{
	max-width: 100px;
	float: left;
}
footer h1.logo > a{
	float: left;
}
footer h5{
	padding-top: 20px;
	font-weight: 700;
}
footer ul li, footer ul li a{
	font-size: 14px;
	font-weight: 400;
}
footer p{
	font-size: 16px;
	line-height:20px;
	margin-bottom:20px;
}
footer .btn-primary{
	background:none;
	color:#FFFFFF;
	margin-top: 15px;
	text-transform:uppercase;
}
footer .btn-primary:hover{
	background: #013a57;
	color: #FFFFFF;
	border-color: #013a57;
}
footer .btn-primary::after{
	color:#FFFFFF;
}

/*footer*/

.inner-banner .banner_wrap{
	height: 138px;
	overflow: unset;
	position: relative;
	background-size: cover;
    background-repeat: no-repeat!important;
	/*margin-bottom: 5px;*/
	background-position: center!important;
}
.banner_wrap img{
	display:none;
}

.inner-banner .banner_wrap:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	top: auto;
	bottom: -26px;
	margin: auto;
	right: -50%;
	background: url(../images/logo_icon.png)no-repeat center;
	background-size: 34px;
	z-index: 2;
	left: -50%;
}

section.inner_section{
	padding-top:40px;
	padding-bottom:0px;
}
.com_events.view-category section.inner_section,
.com_news.view-list section.inner_section{
	padding-top:35px;
	
}
section.inner_section h2{
	margin-bottom: 40px;
	
}

.col-md-8 ul, .col-md-8 ol{
	margin-bottom: 15px;
}
.col-md-8 ul li, .col-md-8 ol li{
	font-size: 14px;
    font-weight: 400;
    color: #013a57;
    line-height: 18px;
}

/*.com_content.view-article .col-md-8 .title-wrap h2,
.com_documents.view-documents .col-md-8 .title-wrap h2,
.com_news.view-news .col-md-8 .title-wrap h2{
	font-weight: 300;
}
.com_content.view-article .col-md-8 .title-wrap h2 b,
.com_documents.view-documents .col-md-8 .title-wrap h2 b,
.com_news.view-news .col-md-8 .title-wrap h2 b{
	font-weight: 800;
}*/
.resouc_search_wrap{
	width: 100%;
	display: inline-block;
	margin-bottom:30px;
}
.resouc_search_wrap #resouc_search {
	margin: 0px;
}
#resouc_search.active {
	width:100%;
}
.prodct-categr-wrap{
	margin-bottom: 50px;
}
/*.prodct-categr-wrap > div{
	width:50%;
}*/

.prodct-categr-wrap > div > h2,
.prodct-categr-wrap > div > h2 span{
	color:#8cc541;
}
.prodct-categr-wrap > div:nth-child(1){
	padding-right:10px;
}
.prodct-categr-wrap > div:nth-child(2){
	padding-left:10px;
}

.by-prodct-wrap{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
}
.by-prodct-wrap > div{
	width: 100%;
	min-height: 220px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 0;
	overflow: hidden;
	background-size:cover!important;
	background-repeat: no-repeat!important;
}
.by-prodct-wrap > div::before{
	content: '';
	width: 100%;
	height: 100%;
	background: #013a57;
	opacity: 0.50;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.by-prodct-wrap > div > h2{
	margin: 0;
	color:#FFFFFF;
	opacity: 1;
	font-size: 40px;
	transition: all 0.4s ease 0s;
}
.by-prodct-wrap > div:hover > h2{
	opacity: 0;
}
.by-prodc-menu{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	/* padding: 30px; */
	background: rgba(1,58,87,0.80);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	top: -200px;
	pointer-events: none;
	z-index: -2;
	transition: all 0.4s ease 0s;
}
.by-prodct-wrap > div:hover .by-prodc-menu{
	top: 0;
	opacity:1;
	pointer-events: auto;
	z-index:1;
}
.col-md-4 .by-prodct-wrap{
	margin-bottom: 50px;
}
.col-md-4 .by-prodct-wrap > div h2{
	margin-bottom:0px!important;
	color:#FFFFFF!important;
}
ul.by-prodc-list {
	margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 93%;
    margin-left: 0;
    margin-top: 0;
	margin: auto;
}
ul.by-prodc-list > li{
	list-style: none;
	width: 125px;
	margin: 13px 13px;
	height: 57px;
	display: flex;
	/*justify-content: center;
	align-items: center;*/
	border: 1px solid #FFFFFF;
	transition: all 0.4s ease 0s;
}
.ie10 ul.by-prodc-list > li{
	display: inline-block;
}
ul.by-prodc-list > li:hover{
	background: #FFFFFF;
}
ul.by-prodc-list > li a{
	color: #FFFFFF;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	font-weight:600;
	/*font-size: 18px;
	line-height: 20px;*/
	font-size: 14px;
    line-height: 15px;
	text-align: center;
	padding: 5px;
	text-transform: capitalize;
}
.ie10 ul.by-prodc-list > li a{
	display: inline-block;
}
ul.by-prodc-list > li:hover a{
	color:#8cc541;
}

.by-categr-wrap{
	width:100%;
	display: inline-block;
}
.prodct-categr-wrap .by-categr-wrap{
	max-height:440px;
}
.prodct-categr-wrap .mCSB_inside > .mCSB_container{
	margin-right:15px;
}
.prodct-categr-wrap .mCSB_scrollTools .mCSB_draggerRail{
	opacity: 0;
}
.prodct-categr-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #013a57;
}
ul.by-categr-list{
	width:100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.by-categr-list > li{
	width:50%;
	z-index: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding:10px;
	min-height: 110px;
	position: relative;
	background-size:cover!important;
	background-repeat: no-repeat!important;
}
.ie10 ul.by-categr-list > li{
	display:block;
}
ul.by-categr-list > li::after{
	content: '';
	width: 100%;
	height: 100%;
	background: #013a57;
	opacity: 0.50;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s ease 0s;
}
ul.by-categr-list > li:hover::after{
	opacity:0;
}
ul.by-categr-list > li a{
	font-size: 24px;
	line-height: 100%;
	font-weight: 800;
	color:#FFFFFF;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items:center;
	text-align: center;
	text-transform: uppercase;
}
.ie10 ul.by-categr-list > li a{
	display: block;
}
.col-md-4 .by-prodct-wrap > div{
	height: 155px;
	min-height:auto;
}
.col-md-4 .by-prodct-wrap > div h2{
	font-size: 34px;
}
.col-md-4  ul.by-prodc-list > li{
	width:calc(100% - 10px);
    margin: 5px;
    height: auto;
}
.col-md-4 ul.by-prodc-list > li a{
	font-weight: normal;
    font-size: 14px;
    line-height: 15px;
}
.col-md-4 .by-prodct-wrap > div .scroll-content{
	max-height: 130px;
	overflow-y: auto;
	width:100%;
}


.latest-resouces{
	float:left;
	width: 100%;
}
.item-list.item-resource{
	margin-bottom:15px;
	margin-top:5px;
}
.latest-resouces .item-list.item-resource{
	margin-bottom:0px;
}
.item-list.item-resource > li{
	padding-right:220px;
	position: relative;
}
.latest-resouces .item-list.item-resource .load-more{
	    float: left;
	margin-top: 14px;
}
.item-resource .nub-reference{
	margin-right:34px;
}
.type-documet{
	padding: 2px 6px 1px;
    background: #8cc541;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 100%;
}

.send-email-btn{
	width: 40px;
	height: 40px;
	border-radius:50%;
	background: #8cc541;
	position: absolute;
	right: 0;
	/*top:3px;*/
	top:14px;
	
}
.send-email-btn::after{
	content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/email_send.svg)no-repeat center;
    background-size: 25px;
    left: -50%;
    right: calc(-50% + 3px);
    margin: auto;
    top: calc(-50% + 1px);
    bottom: -50%;
}

/*resource list page*/

.resouces-listing{
	float:left;
	width: 100%;
	margin-bottom:85px;
}

.title-sec{
	display:flex;
	flex-wrap:wrap;
	width: 100%;
	margin-bottom: 30px;
	align-items: flex-end;
}
.title-sec > h2{
	margin-bottom:5px!important;
	width:calc(100% - 320px);
}
.title-sec .filter-sec{
	width:320px;
}

.filter-sec .resouc_search{
	margin-bottom:35px;
}
.resouces-listing .resouc_search {
    width: 100%;
    border: 1px solid #8cc541;
    margin-bottom:35px;
    padding: 12px 20px;
	    padding-right: 50px;
    position: relative;
}
.resouces-listing .resouc_search input {
    width: 100%;
    border: 0;
    background: none;
}
.resouc_search_icon{
    border: 0px;
    height: 33px;
    width: 30px;
    background: url(../images/search_icon.svg)no-repeat #FFFFFF;
    background-size: 24px;
    background-position: center;
    position: absolute;
    right: 10px;
    top: -50%;
    bottom: -50%;
    margin: auto;
}


/*custom select*/

.select-wrap {
    position: relative;
    width: 100%;
    max-width:240px;
	float: right;
	border-bottom: 1px solid #8bc540;
}

.select-wrap .select-styled {
	float: left;
    padding:0px 0px 10px;
    position: relative;
    height: auto;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    max-width: 275px;
    cursor: pointer;
	font-size: 18px;
	color:#8bc540;
	font-weight: 700;
	line-height:20px;
	padding-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-wrap .select-styled:after{
	content:'';
	position: absolute;
	right:0;
	top:8px;
	width:14px;
	height:9px;
	transition: all 0.3s ease;
	background: url(../images/down-arrow.svg) no-repeat center;
	background-size: 16px;
}
.select-wrap .select-styled.active:after{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select-wrap .select-options {
    display: none;
    overflow: hidden;
    border: solid 1px #8bc540;
	border-top: 0px;
    box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
    position: absolute;
    left: 0px;
    top: 31px;
    border-radius: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 9;
    padding: 0px;
	font-size: 16px;
	color:#8bc540;
	line-height:20px;
}
.select-wrap .select-options li {
    /*padding: 6px 20px;*/
	padding:10px 5px;
    font-size: 16px;
    cursor: pointer;
    color: #8bc540;
    list-style: none;
    background: #FFFFFF;
	border-bottom: solid 1px #8bc540;
	display: flex;
    
}
.registed-form .select-wrap .select-options li {
	padding: 5px 5px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    float: left;
}
.select-wrap .select-options li:hover{
	background: #8bc540;
	color:#FFFFFF;
}
.select-wrap .select-options li:last-child {
	border-bottom:0;
}
.select-hidden, .select-wrap select {
    display: none;
}

/*custom select end*/


/*resource list page*/

/*resource detils-page*/
section.inner_section.detils-page{
	padding-bottom:80px;
}
.com_documents.view-product section.inner_section,
.com_documents.view-category section.inner_section,
.com_events.view-category section.inner_section,
.com_news.view-list section.inner_section,
.com_users.view-profile section.inner_section{
	padding-bottom:0px;
}
/*.com_events.view-events section.inner_section.detils-page,
.com_news.view-news section.inner_section.detils-page,
.com_documents.view-documents section.inner_section.detils-page{
	padding-top:75px;
}*/
.title-wrap{
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
section.inner_section .title-wrap h2{
	margin-bottom: 5px;
}

.com_documents.view-documents .listing-inner .row > .col-md-4{
	padding-left:90px;
}
.listing-inner .row > .col-md-8.events-inner + .col-md-4{
	padding-left:15px;
}

.listing-inner .row > .col-md-4 h2,
.listing-inner .row > .col-md-4 h2 span,
.events-inner .row > .col-md-4 h2,
.events-inner .row > .col-md-4 h2 span,
.news-inner .row > .col-md-4 h2,
.news-inner .row > .col-md-4 h2 span{
	color:#8cc540;
	line-height: 100%;
}
.share_doc{
	width:100%;
	display:inline-block;
	color:#8cc540;
	font-weight: 700;
	padding: 20px;
	padding-right: 0;
	padding-left: 80px;
	position: relative;
	margin-bottom:30px;
}
.share_doc > a{
	display:flex;
	width: 100%;
	height: 100%;
}
.share_doc > a::before{
	content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    background: url(../images/email_send.svg)no-repeat center #8cc540;
    background-size: 43px;
    left: 0;
    right: auto;
    margin: auto;
    top: -50%;
    bottom: -50%;
    border-radius: 50%;
    background-position: 8px 12px;
}
section.inner_section .row > .col-md-4 h2 {
    margin-bottom: 30px;
}
section.inner_section .row > .col-md-4 h2 span{
   display: inline-block;
	width:100%;
}

ul.attache_list{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	margin-bottom:50px;
}
ul.attache_list li{
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
ul.attache_list li:last-child{
	margin-bottom:0px;
}
ul.attache_list li > a{
	display: inline-block;
	width:auto;
}
ul.attache_list li > a.btn-primary{
	display: inline-block;
	width: 100%;
	padding: 15px 20px 20px 20px;
}
ul.attache_list li > a.btn-primary::after{
	content: "\f0ed";
	right: 10px;
	position: absolute;
	margin: 0;
	top: 13px;
}
.additional_info{
	float:left;
	width:100%;
}
.additional_info span{
	float: left;
	width:100%;
	position: relative;
	padding-left: 30px;
	margin-bottom:10px;
}
.additional_info span.posted_by::after{
	content: '';
	width:18px;
	height: 18px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/user.svg)no-repeat center;
	background-size: 18px;;
}
.additional_info span.info_date::after{
	content: '';
	width: 16px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0px;
	background: url(../images/calender.svg)no-repeat center;
	background-size: 16px;
}
.tag_list{
	padding:0px;
	margin: 0px;
	float:left;
	width:100%;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.tag_list::before{
	content: "\f02b";
    color: #8cc541;
    font-size: 15px;
    line-height: 100%;
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    left: 0;
}
.tag_list li{
	list-style: none;
	float: left;
	margin-right: 5px;
}
.tag_list li a{
	font-size: 16px;
	font-style: italic;
	color:#013a57;

}
.categories_list{
	padding:0px;
	margin: 0px;
	float:left;
	width:100%;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.categories_list::after{
	content: '';
	width: 16px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0px;
	background: url(../images/category_icon.svg)no-repeat center;
	background-size: 16px;
}
.categories_list > li{
	list-style: none;
	float: left;
	margin-right: 5px;
}
.categories_list > li a{
	line-height: 100%;
	font-weight: 700;
	color:#FFFFFF!important;
	padding: 1px 5px;
	background: #8cc541;
}
.relt_categr{
	padding:0px;
	margin: 0px;
	float:left;
	width:100%;
	position: relative;
}
.relt_categr > li{
	width: 100%;
	list-style: none;
	float: left;
	margin-bottom:10px;
	padding-left: 30px;
	position: relative;
}
.relt_categr > li.full_name::before,
.relt_categr > li.for_information::before,
.additional_info span.for_information::before,
.relt_categr > li.for_action::before,
.for_action::before{
    content:"\f2c1";
    color: #8cc541;
    font-size: 15px;
    line-height: 100%;
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    left: 0;
}
.additional_info span.for_information::before,
.relt_categr > li.for_information::before{
	content: "\f05a";
	color:#013a57;
}
.relt_categr > li.for_action::before,
.for_action::before{
	content: "\f0b1";
	color:#013a57;
}

/*full_name.svg*/
/*resource detils-page end*/

/*-modal-popup-*/


.modal-backdrop{
	background: #000e15;
}
.modal-backdrop.show {
    opacity: .70;
}
.modal .modal-dialog{
	max-width:600px;
	
	-webkit-transform: scale(0.7)!important;
    -moz-transform: scale(0.7)!important;
    -ms-transform: scale(0.7)!important;
    transform: scale(0.7)!important;
    opacity: 0!important;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}
.modal.show .modal-dialog{
	-webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
     transform: scale(1)!important; 
    opacity: 1!important;
}
.modal-content{
	border-radius:0px;
	border:4px solid #8cc540;
}
.modal-content button.close{
	position: absolute;
    top:-16px;
    right:-16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*border: 1px solid #8cc540;
    background:url(../images/Registration-closed.png)no-repeat center;*/
    opacity: 1;
	z-index: 9;
	background-color:#8cc540;
    background-size: 30px
}
.modal-content button.close::before, .modal-content button.close::after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 18px;
	width: 2px;
	background-color: #FFFFFF;
	top: -50%;
	bottom: -50%;
	margin: auto;
}
.modal-content button.close::before {
    transform: rotate(45deg);
}
.modal-content button.close::after {
    transform: rotate(-45deg);
}
.modal-content button.close:hover{
	opacity: 1!important;
}
.modal-body{
	padding:45px;
}
.modal-body .send_btn{
	float: left;
	clear: both;
	position: relative;
	padding: 14px 25px 14px 25px;
	border: 1px solid #8cc541;
    border-bottom: 7px solid #81ac48;
	margin-top:0!important;
}
.modal-body .send_btn:hover{
	    border: 1px solid #013a57;
    border-bottom: 7px solid #004c73;
}

.btn-primary.send_btn::before {
    content: '';
    width: 100%;
    height: 7px;
    background: #000000;
    opacity: 0.10;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.email_iput{
	float: left;
    background: none;
    text-align: left;
    border: 0;
    color: #013a57;
    font-size: 18px;
    width: 100%;
	max-width: 360px;
	margin-bottom:40px;
	padding-bottom:5px;
    border-bottom: 1px solid #8cc540;
}
.email-wrap label.lab{
	float: left;
	width: 100%;
	margin-top: 15px;
}
/*-modal-popup-*/


/*events page*/

.highlight_events_wrap{
	float:left;
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}
.highlight-slider item{
	display:flex;
	width: 100%;
	height: 100%;
}
.highlight-slider .item{
	background-position: center;
	background-size:cover!important;
	background-repeat:no-repeat!important;
}
.highlight_wrap{
	width:100%;
	display:flex;
	flex-wrap: nowrap;
	height: 370px;
}
.highlight_wrap .highlight_cont{
	display: inline-block;
	position: relative;
	width:calc(100% - 506px);
	/*padding: 40px 45px 40px 40px;*/
	padding:40px 45px 115px 40px;
	z-index: 0;
	
	background-size: cover!important;
}
.no_featured_img .highlight_img{
	display:none;
}
.no_featured_img .highlight_cont{
	width: 100%;
}
.highlight_wrap .highlight_cont::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #013a57;
    opacity:0.90;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.highlight_wrap .highlight_cont h2,
.highlight_wrap .highlight_cont h2 span,
.highlight_wrap .highlight_cont h2 a{
	line-height: 100%;
	color:#FFFFFF;
	margin-bottom: 5px;
}
.highlight_events_wrap .highlight_wrap .highlight_cont h2{
	margin-bottom: 10px;
}
.highlight-slider a.btn-primary{
	position: absolute;
	bottom:40px;
	left:45px;
	margin: 0;
}
.highlight-slider .scroll-content{
	float: left;
	width: 100%;
	overflow: hidden;
	max-height: 215px;
}

/*mCustomScrollbar */
.highlight-slider .mCSB_scrollTools .mCSB_draggerRail{
	background: none;
}
/*mCustomScrollbar END*/

.highlight_wrap .meta-wrap,
.features_news_wrap .meta-wrap{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom:25px;
}
.features_news_wrap .meta-wrap{
	margin-bottom:25px;
}
.meta-wrap .item-event-date{
	background: #8bc540;
	    margin-right: 15px;
}
.meta-wrap .hig-event-venu{
	color:#8bc540;
}
.highlight_events_wrap .meta-wrap .hig-event-venu{
	margin-top:3px;
}
.discrip *{
	/*width: 100%;
	display: inline-block;*/
}
.discrip *{
	color:#FFFFFF;
}
.discrip a{
	text-decoration: underline!important;
}
.discrip a:hover{
	color:#FFFFFF;
	text-decoration: none!important;
}
.discrip p:last-child{
	margin-bottom: 0px;
}
.highlight_wrap .more-event{
	margin-top:25px;
}
.highlight_wrap .highlight_img{
	width:506px;
	background-size: cover!important;
}
.highlight_cont .discrip ul,
.highlight_cont .discrip ol,
.features_news_wrap .discrip ul,
.features_news_wrap .discrip ol{
	margin-bottom: 15px;
}
.highlight_cont .discrip li,
.features_news_wrap .discrip li{
	font-size: 14px;
    font-weight: 400;
    line-height: 18px;
	    display: list-item;
}
ul.nav-tabs{
	border: 0px;
}
ul.nav-tabs li{
	list-style: none;
	margin-right:15px;
}
ul.nav-tabs .nav-link{
	font-size: 28px;
	font-weight: 800;
	line-height: 100%;
	color:#b2b2b2;
    text-transform: uppercase;
	border: 1px solid #dee2e6;
	border-bottom: 0px;
	border-radius: 0px;
	padding: 10px 20px;
}

ul.nav-tabs .nav-link span {
    font-size: 28px;
    font-style: normal;
    color:#b2b2b2;
    line-height: normal;
    font-weight: 300;
}
ul.nav-tabs .nav-link.active{
	color:#013a57;
}
ul.nav-tabs .nav-link.active span {
	color:#013a57;
}
.event-list-wrap{
	float: left;
	width:100%;
	max-width:850px;
	margin-bottom:30px;
}

.tab-content{
	width: 100%;
	float: left;
	margin-top: 20px;
	    position: relative;
}
.tab-content.processing::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50%;
    left: 50%;
    margin: auto;
    z-index: 2;
    border-radius: 50%;
    border: 3px solid #8bc540;
    border-left-color: transparent;
    animation: rotate 0.8s infinite linear;
}
.tab-pane .item-list{
	margin-bottom: 30px;
}
.com_news.view-list .tab-pane .item-list{
	margin-bottom:0px;
}
.tab-pane .item-list > li {
    padding:30px 20px 30px 40px;
    margin: 0px;
    border-top: 1px solid #e8e8e8;
}
.tab-pane .item-list > li:first-child {
	padding-top: 0px;
}
.tab-pane .item-list > li:first-child {
	border:0px;
}
.tab-pane .item-list > li.load-more{
	padding-bottom: 0px;
	border:0px;
	padding-top: 15px;
}
.tab-content.processing .tab-pane .item-list > li{
	opacity: 0.1;
}
/*.tab-content.processing .tab-pane .item-list > li.load-more{
	opacity:1;
}*/
.tab-pane .item-list > li h3 {
    font-size: 18px;
    color: #8bc540;
    font-weight: 800;
    margin-bottom: 5px;
}
.tab-pane .item-list > li h3 {
	width:calc(100% - 150px);
	padding-right:35px;
	    margin-top: 4px;
}
.tab-pane .item-list > li .item-cont span.register{
	width:150px;
	top: 5px;
}
.tab-pane .item-cont{
	display: flex;
    width: calc(100% - 118px);
	justify-content: space-between;
}
.item-event-time {
    float: left;
    width:auto;
    padding-left: 30px;
    color: #8cc541;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.item-event-time::before {
    content: '';
    width: 20px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/clock-time.svg)no-repeat center;
    background-size: 18px;
}
.title-wrap .item-event-time{
	font-size: 16px;
	margin-top: 2px;
	    padding-left: 24px;
}
.title-wrap .item-event-time::before{
	    top: 1px;
}
ul.attache_list li > a.resource_link{
	float: left;
	font-weight: 400;
	position: relative;
	border-radius: 2px;
	background: #013a57;
    color: #FFFFFF;
    z-index: 0;
    line-height: 100%;
    border: 0;
	display: inline-block;
    width: 100%;
	transition: all 0.4s ease 0s;
}
ul.attache_list li > a.resource_link::before {
    content: '';
    width: 100%;
    height: 7px;
    background: #004c73;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
ul.attache_list li > a.resource_link::after {
    content: "\f08e";
    color: #FFFFFF;
    font-size: 20px;
    line-height: 100%;
    font-family: 'FontAwesome';
    right: 10px;
    position: absolute;
    margin: 0;
    top: 13px;
    transition: all 0.4s ease 0s;
}
ul.attache_list li > a.resource_link:hover {
    color: #FFFFFF;
    background: #8bc540;
}
ul.attache_list li > a.resource_link:hover::before {
    background: #81ac48;
}

ul.attache_list li > a.download_btn,
ul.attache_list li > a.resource_link{
	max-width:240px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	padding:15px 40px 20px 20px;
}
.relt_categr-list{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	/*border: 1px solid red;*/
	padding: 0;
}
.relt_categr-list li{
	width: 100%;
	min-height: 155px;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
}
.ie10 .relt_categr-list li{
	display:inline-block;
}
.relt_categr-list li a{
	width: 100%;
	height: 100%;
	z-index: 0;
	display: flex;
	font-size: 40px;
	font-weight: 800;
	color:#FFFFFF;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	line-height: 100%;
	padding: 10px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.ie10 .relt_categr-list li a{
	display:inline-block;
}
.relt_categr-list li a::before{
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background: #013a57;
	opacity: 0.50;
	transition: all 0.4s ease 0s;
}
.col-md-4 .relt_categr-list li a{
	font-size:36px;
}
.relt_categr-list li:hover a::before{
	opacity: 0;
}
.col-md-8 p img{
	float:left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.evnt_loction{
	width:100%;
	float:left;
	margin-top: 20px;
	padding-left:35px;
	position: relative;
	margin-bottom: 20px;
}
.evnt_loction::before{
	content: '';
	width: 24px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/venu_icon_green.svg)no-repeat center;
	background-size:30px;
}
.evnt_loction p{
	font-size:18px;
	font-weight: 700;
	color:#8cc541;
}
.regir_btn{
	font-size: 20px;
	font-weight: 700;
	clear: both;
	padding-right: 50px!important;
}
.regir_btn::after{
	    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/register-icon.svg)no-repeat center;
    background-size: 28px;
    top: 5px;
    margin: 0;
    right: 10px;
}
/*.regir_btn:hover::after{
	 background: url(../images/register-icon-green.svg)no-repeat center;
	background-size: 28px;
}*/

.regir_btn + .back_btn{
	clear: both;
}

#registration-popup .modal-body {
    padding:0;
}
.modal-body .registration-wrap{
	float:left;
	width: 100%;
}
.modal-body .registed-event{
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
.modal-body .registed-event{
	display:flex;
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
	z-index: 0;
	padding: 30px 15px 30px 40px;
	background-size: cover!important;
}
.modal-body .registed-event::before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: #013a57;
    opacity: 0.90;
}

.modal-body .evnt-cont{
	padding-right: 25px;
	width:calc(100% - 185px);
}
.modal-body .evnt-cont h3{
	font-size: 28px;
	color:#8cc541;
	line-height: 100%;
	font-weight: 700;
}
.modal-body .evnt-cont h2{
	margin-bottom: 15px;	
}
.modal-body .evnt-cont h2,
.modal-body .evnt-cont h2 span{
	color:#FFFFFF;
	line-height: 100%;
}
.modal-body .evnt-cont p{
	color:#FFFFFF;
}
.modal-body .evnt-loction-wrap{
	width:185px;
	padding-top: 5px;
}
.modal-body .evnt-loction-wrap > div{
	margin-bottom: 10px;
}
.modal-body .evnt-loction-wrap .item-event-date{
	background: #8cc541;
	margin-right: 0;
	clear:both;
}
.modal-body .evnt-loction-wrap .item-event-time{
	float: left;
	width: 100%;
	padding-left: 30px;
	color:#8cc541;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}
.modal-body .evnt-loction-wrap .item-event-time::before{
    content: '';
    width: 20px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/clock-time.svg)no-repeat center;
    background-size: 16px;
}
.modal-body .evnt-loction-wrap .evnt_loction{
	padding-left: 28px;
	margin: 0;
}
.modal-body .evnt-loction-wrap .evnt_loction::before {
    content: '';
    width: 16px;
    height: 24px;
    background-size: 20px;
}
.modal-body .evnt-loction-wrap .evnt_loction p{
	font-size:14px;
	color:#8cc541;
	font-weight: 700;
}

#success_message{
	color:#8cc541
}
#failure_message{
	color:red;
}
.registration-wrap #success_message{
	font-size: 20px;
    font-weight: 600;
}

.registed-form{
	width: 100%;
	float: left;
	padding:35px 45px 45px 45px;
}

.registed-form input[type="text"],
.registed-form input[type="email"],
.registed-form input[type="password"],
.registed-form input[type="number"],
.registed-form textarea{
	width:100%;
	float: left;
	clear: both;
	max-width: 100%;
	border: 0px;
	font-size: 18px;
	font-weight: 400;
	background: none;
	margin-bottom:10px;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #8bc540;
}
input[type="text"], input[type="email"], input[type="password"],
input[type="number"], textarea{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
input[type="text"].error, input[type="email"].error, input[type="password"].error,
input[type="number"].error, textarea.error{
	border-bottom: 1px solid red;
}

input[type="text"].error + label.error, input[type="email"].error + label.error, input[type="password"].error + label.error,
input[type="number"].error + label.error, textarea.error + label.error{
	display:none!important;
}


.registed-form textarea{
	height: 130px;
	padding-top: 0;
	/*margin-bottom: 40px;*/
}
.registed-form .btn-primary.green_btn{
	margin-top: 20px;
}
.mandatory{
	float:left;
	width:100%;
}
.mandatory .star{
	color:red;
	font-size: 30px;
    line-height: 20px;
	position: relative;
    top: 7px;
}
.particip-wrap{
	float:left;
	width: 100%;
	margin-top:40px;
	margin-bottom:30px;
}
.dinner-wrap{
	float:left;
	width: 100%;
	margin-bottom:30px;
}

.registed-form label.tilte{
	float: left;
	font-size: 18px;
	color:#013a57;
	font-weight: 700;
}
.particip-wrap label.tilte{
	margin-right:50px;
}
.registed-form .select-wrap{
	width:auto;
	float:left;
	min-width: 50px;
}
.registed-form .select-wrap .select-styled{
	color:#013a57;
	min-width: 150px;
}
.registed-form .select-wrap.error{
	border-color: red;
}

.radio-wrap{
	float: left;
	margin-left: 15px;
	position: relative;
}

.radio-custom {
    opacity: 0;
    position: absolute;
	    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}
.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
	font-size: 16px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
	pointer-events: none;
}

.radio-custom + .radio-custom-label:before {
    content: 'YES';
    border:2px solid #8cc541;
    vertical-align: middle;
    width:50px;
    height: 28px;
    padding: 2px;
    text-align: center;
	border-radius:0px;
	position: relative;
	top:0;
	color:#8cc541;
	
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 3px;
}
.dinner-wrap #no.radio-custom + .radio-custom-label:before {
	content: 'NO';
}
.radio-custom:checked + .radio-custom-label:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #8cc541;
	border:2px solid #8cc541;
    top: 0;
    left: 0;
	z-index: 0;
    border-radius: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.dinner-wrap .radio-custom:checked + .radio-custom-label:before{
	color:#FFFFFF;
	z-index: 1;
}

.custom-radiobox-group {
	margin-bottom: 0px;
	margin-top: 20px;
}
.custom-radiobox-group .radio-custom-label{
	border: 2px solid #8cc541;
    vertical-align: middle;
    /*width: 50px;*/
	min-width: 50px;
	max-width: 100px;
    height: 28px;
    padding: 2px;
    text-align: center;
	color:#8cc541;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dinner-wrap .radio-wrap .radio-custom-label{
	line-height:22px;
} 
.custom-radiobox-group .radio-custom:checked + .radio-custom-label{
	color:#FFFFFF;
	background:#8cc541;
}

.custom-radiobox-group .radio-custom + .radio-custom-label:before,
.custom-radiobox-group .radio-custom:checked + .radio-custom-label:after{
	display: none;
}

.custom-radiobox-group .radio-custom.error + .radio-custom-label{
	border-color:red;
}


/*preloader*/
.loader, .preloader {
    width:30px;
	height: 30px;
	position: relative;
	display:none;
    left: 20px;
	top: 4px;
}
.login-form-sec .preloader{
	float: left;
    top: 50px;
}
.loader::after, .preloader::after{
	content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin:auto;
    left:-50%;
	right: -50%;
    z-index: 1;
    border-radius: 50%;
    border:2px solid #8bc540;
    border-left-color: rgb(246, 158, 54);
    border-left-color: transparent;
    background: transparent;
    animation: rotate 0.8s infinite linear;
}

@-moz-keyframes rotate {
	0% {
		-moz-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-moz-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@keyframes rotate {
	0% {
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}

#register-popup-event .loader{
	    float: left;
	    margin-top: 27px;
}
/*preloader end*/

.event-descinner{
	width:100%;
	float: left;
}

/*events page end*/

/*owl-carousel*/
.owl-carousel .owl-dots {
    text-align: right;
    position: absolute;
    bottom: 7px;
    width: 495px;
    z-index: 9;
    padding-right: 15px;
}
.owl-carousel .owl-dots button{
	margin:0px 5px 0px 5px;
}
.owl-carousel .owl-dots button span{
	width:10px;
	height:10px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}
.owl-carousel .owl-dots button.active span{
	background: #FFFFFF;
}
.owl-carousel .owl-stage-outer .owl-stage {
    transition: all 1.0s ease 0s!important;
}
/*owl-carousel end*/



/*news_page*/
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none!important;
}
.features_news_wrap{
	float: left;
	width: 100%;
	min-height: 370px;
	z-index: 0;
	max-width: 100%;
	position: relative;
    margin-bottom: 40px;
	padding:35px 40px 115px 40px;
	padding-right: 280px;
	background-size: cover!important;
	background-position: right!important;
}
.features_news_wrap *{
	color:#FFFFFF;
}
.features_news_wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #013a57;
    opacity: 0.90;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.features_news_wrap > h2{
	margin-bottom:10px!important;
}
.features_news_wrap > h2 a:hover{
	    color: #FFFFFF;
}
.features_news_wrap .more-news {
    /*margin-top: 25px;*/
	position: absolute;
    bottom: 40px;
    left:35px;
    margin: 0;
}

.news-list-wrap {
    float: left;
    width: 100%;
    max-width: 830px;
    margin-bottom: 70px;
	margin-top: 40px;
}

.extra_info_wrap{
	float:left;
	width: 100%;
	margin-bottom:0px;
	margin-top: 50px;
}
.extra_info {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.extra_info:last-child{
	margin-bottom:0px;
}
.toggl_titile {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px;
	background:#FFFFFF;
	cursor: pointer;
	border:1px solid #e8e8e8;
	transition: all 0.4s ease 0s;
}
/*.toggl_titile{
	
}*/
.toggl_titile h3::before,
.toggl_titile h3::after{
	content: '';
    width: 24px;
    height: 3px;
    right: 0px;
    top: 9px;
    position: absolute;
    background: #8cc541;
	opacity: 1;
	transition: all 0.4s ease 0s;
}
.toggl_titile h3::after{
	width: 3px;
	height: 24px;
	top: -1px;
	right: 10px;
}
.toggl_titile.active{
	color:#FFFFFF;
	background:#013a57;
}
.toggl_titile.active h3::before{
	background: #FFFFFF;
}
.toggl_titile.active h3::after{
	opacity: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.toggl_titile h3 {
    margin-bottom: 0;
    font-size:20px;
    cursor: pointer;
    padding-top: 0 !important;
    line-height:100%;
		color: #013a57;
		font-weight: 400;
	position: relative;
	padding-right: 45px;
}
.toggl_titile.active h3{
	color:#FFFFFF;
}
.extra_info_disc {
    display: none;
    width: 100%;
    float: left;
   padding:20px 0px 20px 20px;
}
.extra_info_disc .extra_info_wrap{
    width: 100%;
    float: left;
}
.extra_info_disc .einfo_cont {
    width:calc(100% - 235px);
    float: left;
	padding-right:20px;
}
.extra_info_disc .einfo_cont p:last-child{
	margin:0px
}
.extra_info_disc .einfo_cont ul, .extra_info_disc .einfo_cont ol{
	margin-bottom:15px;
}
.extra_info_disc .einfo_cont ul li, .extra_info_disc .einfo_cont ol li{
	font-size: 14px;
    font-weight: 400;
    color: #013a57;
    line-height: 18px;
	margin:0px 0px 10px 0px;
}
.extra_info_disc .einfo_cont ul li:last-child, .extra_info_disc .einfo_cont ol li:last-child{
	margin:0px 0px 0px 0px;
}
.extra_info_disc .einfo_img {
    width:235px;
    float: left;
    text-align: right;
}
.no_extra_img .einfo_cont {
    width: 100%;
}

/*news_page END*/

/*myprofile page*/

.myprofile_sec{
	-ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	display: inline-block;
	margin-bottom:80px;
}
.myprofile_wrap{
	display:flex;
	flex-wrap:nowrap;
	width: 100%;	
    margin-bottom: 50px;
}
.myprofile_wrap > div{
	width: 50%;
	float: left;
    position: relative;
}
.myprofile_wrap > div:nth-child(2){
	float: right;
	text-align: right;
	top:-7px;
}
.myprofile_wrap > div:nth-child(2) #jform_password{
	padding-top:0px;
}
.myprofile_wrap .select-wrap{
	width: auto;
	float:left;
	max-width: 320px;
	margin-bottom: 10px;
}
.myprofile_wrap .select-wrap .select-styled{
	max-width: none;
	color:#9b9b9b;
	font-weight: 400;
}
.myprofile_wrap input[type="text"],
.myprofile_wrap input[type="email"],
.myprofile_wrap input[type="password"]{
	width:100%;
	float: left;
	clear: both;
	max-width: 320px;
	border: 0px;
	font-size: 18px;
	background: none;
	margin-bottom:10px;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #8bc540;
}
.myprofile_wrap input[type="password"]{
	float: right;
}

.email_notific_wrap{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.email_notific_wrap h2{
	margin-bottom: 5px!important;
}

.notific_wrap{
	width:calc(100% + 30px);
	display:flex;
	flex-wrap: nowrap;
	    margin-top: 50px;
	margin-left: -15px;
}
.notific_wrap > div{
	width: 33.33%;
	padding: 0 15px;
}
.notific_wrap > div > h2{
	font-size: 24px;
}
/*.notific_resou{
	padding-right:30px;
}*/
.notific_events p{
	max-width:90%;
}
/*.notific_news{
	padding-left:30px;
}*/
/*.notific_resou p:last-child,
.notific_events p:last-child,
.notific_news p:last-child{
	margin-bottom: 0px;
}*/

.email_cat_list select,
.email_cat_list .select > .select-styled,
.email_cat_list .select > .select-options{
	display:none;
}
.email_cat_list li .select{
	padding-left: 0px;
}
.email_cat_list{
	width: 100%;
	margin:0px;
	padding: 0px;
	float: left;
    margin-top: 15px;
}
.email_cat_list li,
.email_cat_list .multicheck-container{
	width: 100%;
	float: left;
	line-height: 100%;
	list-style: none;
	margin-bottom:10px;
}
.email_cat_list li > div,
.email_cat_list .multicheck-container span.email_cat_items{
	float: left;
	clear: both;
	position: relative;
    padding-left: 30px;
	color:#013a57;
	font-size: 14px;
}
.email_cat_list .multicheck-container span.email_cat_items{
	margin-bottom: 10px;
}
.email_cat_list li label,
.multicheck-container span.email_cat_items{
	font-size: 14px;
	color:#013a57;
}


.email_cat_list .multicheck-container span.email_cat_items {
    margin-bottom:12px;
}
.notific_resou .email_cat_list .multicheck-container span.email_cat_items {
    margin-bottom:10px;
}
.email_cat_list input[type="checkbox"]{
	margin:0px;
	top: 0;
}
.email_cat_list li label, .multicheck-container span.email_cat_items label{
	margin:0px;
}




/*custom checkbox*/
input[type="checkbox"] + label::before,
input[type="checkbox"] + span.text-danger + label::before {
    content: "";
    display: inline-block;
    height:16px;
    margin-right: 10px;
    position: absolute;
    top:0px;
    left: 0;
    width:16px;
    cursor: pointer;
    border: 1px solid #8cc541;
	border-radius:2px;
}
input[type="checkbox"] {
    height: 100%;
	width: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: -4px;
    cursor: pointer;
    margin-top: 3px;
    margin-left: -2px;
    left: 2px;
}
input[type="checkbox"]:checked + label::before{
    content: "";
    background: url(../images/tick.svg) no-repeat center #8cc541;
	background-size: 12px;
}

.multicheck-container{
  position: relative;
}


/*custom checkbox end*/

.terms-cont{
	float: left;
	width: 100%;
	padding-left: 30px;
    color: #013a57;
    font-size: 14px;
	position: relative;
	margin-bottom: 40px;
}
.terms-cont input[type="checkbox"] + label::before, .terms-cont input[type="checkbox"] + span.text-danger + label::before{
	top:3px;
}
.terms-cont input[type="checkbox"] + span.text-danger + label::before {
    border-color: red;
}
.terms-cont input[type="checkbox"]:checked + span.text-danger + label::before {
     content: "";
    background: url(../images/tick.svg) no-repeat center #8cc541;
	background-size: 12px;
	border-color: #8cc541;
}


/*myprofile page END*/


/*login-page*/

.login-wrapper{
	width: 100%;
	max-width:600px;
	margin: auto;
	display:flex;
	flex-wrap: wrap;
	border:4px solid #8bc540;
}
.login-page-wrapper .login-wrapper,
.com_users.view-reset .login-wrapper{
	margin-bottom:10vh;
}
.login-wrapper #login-form{
	width: 100%;
	display:inline-block;
}
.login-wrapper > div.login-form-sec,
.login-wrapper > div.login-header{
	width:100%;
	padding:30px 40px;
}
.login-wrapper .login-header{
	position: relative;
	z-index:0;
	min-height: 128px;
	background: url(../images/login-head-bg.jpg)!important;
	background-size: cover!important;
}
.login-wrapper .login-header::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #013a57;
    opacity: 0.90;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.login-wrapper .login-header *{
	color:#FFFFFF;
}
.login-wrapper .login-header h2,
.login-wrapper .login-header h2 span{
	font-size: 24px;
	margin-bottom:15px;
}
.login-wrapper .login-header p{
	font-size:14px;
	margin-bottom: 0px;
}
.login-wrapper input[type="text"],
.login-wrapper input[type="email"],
.login-wrapper input[type="password"],
.com_users.view-reset input[type="text"]{
    width: 100%;
    float: left;
    clear: both;
    max-width: 320px;
    border: 0px;
    font-size: 18px;
    background: none;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #8bc540;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
input[type="text"].error, input[type="email"].error, input[type="password"].error{
	border-color:red!important;
}
.login-wrapper input[type="password"]{
	margin-bottom:5px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adadad;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #adadad;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #adadad;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #adadad;
}

.forgot-password{
	float:left;
	clear: both;
	color:#8cc541;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
.login-wrapper .login_btn,
.modal-body .send_btn, .com_users.view-reset #confirm_submit{
	float:left;
	clear: both;
	margin-top:40px;
	padding: 15px 40px 12px 20px;
	border: 1px solid #8cc541;
	border-bottom:7px solid #81ac48;
	border-radius: 2px;
	background:url(../images/arrow_w.svg) no-repeat #8bc540;
	background-size: 25px;
	background-position: 70px 10px;
	/*box-shadow: 0px 0px 0px 1px rgba(129, 172, 72, 0.6);*/
}
.login-wrapper .login_btn:hover,
.modal-body .send_btn:hover, .com_users.view-reset #confirm_submit:hover{
	color:#FFFFFF;
	background:url(../images/arrow_w.svg) no-repeat #013a57;
	background-size: 25px;
	background-position: 70px 10px;
	border: 1px solid #013a57;
    border-bottom: 7px solid #004c73;
}

.reset_btn_wrap{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.reset_btn_wrap button[type="submit"]{
	margin-top: 0px;
	clear: none;
	font-size: 16px;
}
.reset_btn_wrap .forgot-password{
	float: left;
	clear: none;
	font-size: 16px;
	margin-left: 25px;
	text-transform: capitalize;
}
.cancel-btn::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/close_icon.svg) no-repeat;
    padding: 0px 6px;
    line-height: 21px;
    font-size: unset;
    top: 3px;
    background-size: 12px;
}

.com_users.view-reset #site-wrapper > header,
.com_users.view-reset figure.banner,
.com_users.view-reset footer{
	display: none;
}
.com_users.view-reset section.inner_section{
	padding:0px;
}
.com_users.view-reset .login-form-sec button[type="submit"]{
	background-position: 80px 10px;
}
.com_users.view-reset .login-form-sec button[type="submit"]::before,
.com_users.view-reset .login-form-sec button[type="submit"]::after,
.com_users.view-reset #confirm_submit::after{
	display: none;
}
.com_users.view-reset .form-group{
	    float: left;
    clear: both;
}
.com_users.view-reset .form-group input{
	 margin: 0;
}
.com_users.view-reset #confirm_submit{
	clear:both;
	float: left;
	color:#FFFFFF;
	background-position:80px 14px!important;
}

/*login-page END*/

/*loader animation*/


.load-more a.btn-primary{
	overflow: hidden;
}
.load-more a.btn-primary:hover,
a.btn-primary.back_btn:hover{
    background: #013a57;
    color: #FFFFFF;
    border-color: #013a57;
}
.load-more a.btn-primary:hover::after,
a.btn-primary.back_btn:hover::before{
    color: #FFFFFF;
}
ul.processing .load-more a.btn-primary{
	padding: 13px 35px 13px 20px;
}
ul.processing .load-more a.btn-primary::after{
	opacity:0;
}

.sk-fading-circle {
	/*margin: 100px auto;*/
	width: 20px;
	height: 20px;
/*  position: relative;*/
    position: absolute;
    top: -50%;
    bottom: -50%;
    margin: auto;
    right: -35px;
	 transition: all 0.4s ease 0s;
    
}
ul.processing .sk-fading-circle {
	right:19px;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #8bc540;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
.item-resource.processing{
	position: relative;
}
.item-resource.processing li{
	opacity: 0.2;
	pointer-events: none;
}
.item-resource.processing::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50%;
    left: 50%;
    margin: auto;
    z-index: 2;
    border-radius: 50%;
    border: 3px solid #8bc540;
    border-left-color: transparent;
    animation: rotate 0.8s infinite linear;
}

.anim-loader{
	right:-50px;
	top: -50%;
    bottom: -50%;
    margin: auto;
	width: 30px;
	height: 30px;
	position: absolute;
	transition: all 0.4s ease 0s;
}
ul.processing .anim-loader{
	right:15px;
}

.loader-curcle {
    position: absolute;
    -webkit-transform: translateY(-50%) translateZ(-50%);
    transform: translateY(-50%) translateZ(-50%);
    border:2px solid #8bc540;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.second-curcle {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}


@keyframes loader{
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	70% {
		opacity: 1;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*loader animation end*/

/*nodatafound*/

li.no-item{
	padding-left:15px!important;
}
.item-list.item-resource > li.no-item{
	padding-left:0px!important;
}
.no-item-found, li.nodatafound{
    width: 100%!important;
    box-shadow: none;
    color: #aeaeae;
    background: url(../images/noitem.png) no-repeat left top;
	background-size: 30px;
    padding-left: 45px!important;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: flex-start!important;
}

/*nodatafound end*/

/*SEARCH page*/

.com_search-search header .search{
	display:none;
}
.com_search-search .search-wrap{
	background:none;
	pointer-events: none;
}
.com_search-search .search{
	width:100%;
	padding-top:0;
	float:left;
}
.com_search-search .search h1.page-title{
	display:none;
}
#searchForm .select {
    width: 100%;
    max-width: 160px;
    position: relative;
    float: left;
}
#searchForm .form-limit .select {
	max-width:70px;
}

#searchForm .select-wrap{
	    top: -3px;
	    width: 68px;
}
#searchForm .select-options {
	top: 32px;
}
#searchForm .select-options > li {
    background: #FFFFFF;
    padding: 6px 10px;
    line-height: normal;
    cursor: pointer;
	justify-content: center;
}
#searchForm .select-options > li:hover {
	    background: #8bc540;
    color: #FFFFFF;
}
#searchForm .select-wrap .select-styled{
	    background: none;
}
#searchForm .select-wrap .select-styled:after{
	background-size: 10px;
	right: 6px;
    top: 11px;
}
#searchForm p.counter{
	margin-top: 10px;
	margin-bottom: 0px;
}
#searchForm select {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: None;
}
#searchForm .ordering-box{
	display: none;
}
.com_search-search .container-fluid > .search{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 95px 6% 100px 8%;
}
#searchForm .searchintro {
    background:#e7e7e7;
    color:#2c3e50;
    margin-top:20px;
    padding: 5px 15px;
}
.search{
	float: left;
    width: 100%;
    /*margin-bottom: 100px;*/
}
#searchForm .searchintro p, #searchForm .searchintro .badge-info{
	font-size:16px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border: 0px;
	border-bottom:solid 2px #28324d;
	padding:2px 14px;
	padding-left: 0px;
	background:transparent;
	font-size: 20px;
	line-height: 33px;
}
#searchForm .btn-toolbar{
	position:relative;
	/*border-top: 1px solid #b5b5b5;*/
}
#searchForm .btn-toolbar .btn-group{
	width:100%;
}
#searchForm .btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:0px;
	bottom:5px;
	width:50px!important;
}
#searchForm button.btn{
	background: url(../images/search_dark.svg) no-repeat center;
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:-6000px;
    padding: 0;
    width: 50px;
	cursor: pointer;
	background-size: 30px;
}
#searchForm .searchintro p {
    color:#2c3e50;
    margin: 0;
	font-size: 16px;
}
.badge-info {
    background-color:#8bc540;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #8bc540;
    margin-bottom: 0px;
    padding:14px 0 10px;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-40px;
	width: 135px;
}
#searchForm .form-limit label {
    color: #2c3e50;
    font-size: 13px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: -3px;
}
/*#searchForm .form-limit .select {
	float: left;
	display: none;
}*/
.chzn-container .chzn-results{
	width: 100%;
	    margin: 0;
    padding: 0 4px 0 4px;
}
.chzn-container {
	width: 55px!important;
}
.chzn-container .chzn-results li{
	    text-align: center;
	font-size:12px !important;
}
.chzn-container-single .chzn-single{
	background:none;
}
#searchForm legend {
    border-bottom: 0 none;
    float: left;
    font-size:13px;
    font-style: italic;
    line-height: 100%;
    margin: 1px 15px 0 0;
    overflow: hidden;
    width:auto;
    font-weight: 100;
}
#searchForm .phrases-box, #searchForm.ordering-box {
   float: left;
	margin-right: 20px;
	line-height: 100%;
	margin-top: -2px;
}
#searchForm .phrases label, #searchForm .only label {
    color: #2c3e50 !important;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 100;
}
#searchForm .phrases input, #searchForm .phrases label, #searchForm .only input, #searchForm .only label {
    float: left;
    margin-top: 2px;
	position:static!important;
}
#searchForm fieldset .radio, #searchForm fieldset .checkbox {
    margin-bottom: 0;
	margin-top: 0;
	min-height: 0;
	top: 0px;
	position: relative!important;
}
 #searchForm fieldset .checkbox {
	 line-height: 100%;
	 top: -2px;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right: 10px;
	margin-left: 0px;
	position: relative !important;
	top: 0;
}
#searchForm fieldset input[type="checkbox"]{
	float: none;
}
#searchForm .search .search-results a {
	color:#2c3e50;
	
}
dl.search-results .result-title {
    border-top:1px solid #b5b5b5;
    margin-top: 14px;
    padding-top: 14px;
	font-size: 18px;
    color:#013a57;
    font-weight: 700;
}
dl.search-results .result-title:nth-child(1){
	border-top:0px;
}
dl.search-results .result-title a{
	color: #8bc540;
}
dl.search-results{
	color:#013a57;
}
dl.search-results .highlight{
	color:#8bc540;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	font-size: 20px;
	line-height: 33px;
	color: #013a57;
    margin-bottom: 6px;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#2c3e50;
	font-size:13px;
	display: none;
}
dl.search-results dd.result-category{
	display: none;
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}
.search div.error{
	padding:20px 0px;
    font-size: 16px;
    color: #fd5050;
    font-style: italic;
}
.com_search-search #searchForm .select-styled {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding:5px 5px 4px 8px;
    color: #333;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    background: #fff;
	border:1px solid #333;
    border-radius: 4px;
    height: 30px;
}
.com_search-search #searchForm .select-options {
    float: left;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
	padding:0px;
	max-height: 200px;
}
.com_search-search #searchForm  .select-styled::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 6px;
	
}
.com_search-search #searchForm .select-options li {
    line-height: 100%;
    padding: 10px 12px 10px;
    background: #fff;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #333;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.com_search-search #searchForm .select-options li:hover {
    color: #323339;
    background: #ff7f00;
}
.com_search-search #searchForm .select-options li{
	cursor: pointer;
}
.pagination-wrap ul{
	margin:0px;
	padding: 0px;
}
.pagination-wrap ul li{
	list-style: none;
}
.pagination-wrap ul > ul{
	display:flex;
	flex-wrap: nowrap;
	margin-top:30px;
	justify-content: center;
}
.pagination-wrap ul > ul li{
	margin:0px 10px;
}
.com_search.view-search section.inner_section{
	    min-height: calc(100vh - 489px);
}
.com_search.view-search .top_search{
	opacity: 0;
	pointer-events: none;
}
/*search page end*/

/*img align*/
.inner_section .col-md-8 p img{
	float: left;
	margin-right: 30px;
    margin-bottom: 20px;
	margin-top: 15px;
}
.inner_section .col-md-8 p img[style="float: right;"]{
    margin-left: 30px!important;
    margin-right: 0px!important;
    margin-bottom: 15px;
}
.inner_section .col-md-8 p img[style="display: block; margin-left: auto; margin-right: auto;"]{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

div.video iframe{
	float:left;
	margin-right: 30px;
    margin-bottom: 10px;
	margin-top: 10px;
}
div.video iframe[style="float: left;"]{
    margin-left: 0px!important;
    margin-right: 30px!important;
    margin-bottom: 10px;
}
div.video iframe[style="float: right;"]{
    margin-left: 30px!important;
    margin-right: 0px!important;
    margin-bottom: 10px;
}
div.video iframe[style="display: block; margin-left: auto; margin-right: auto;"]{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

/*img align end*/

.inner_section .event-descinner img{
	margin-top:0px!important;
}

.col-md-8.fullwidth{
	-ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.col-md-4.empty{
	display:none;
}

div[aria-label="breadcrumbs"]{
	    position: relative;
    margin-top: -56px;
    margin-bottom: 30px;
}
ul.breadcrumb{
	background: none;
	padding: 0px;
	margin: 0;
	display: inline-block;
    width: 100%;
}
ul.breadcrumb li{
	float: left;
	list-style: none;
	padding-right:40px;
	position: relative;
}
ul.breadcrumb li *{
	    color: #8bc540;
}
ul.breadcrumb li::before {
    content: "\f105";
    color: #8cc541;
    font-size: 20px;
    line-height: 100%;
    font-family: 'FontAwesome';
    position: absolute;
    top:-1px;
    right: 17px;
    transition: all 0.4s ease 0s;
}
ul.breadcrumb li:last-child{
	padding-right:0px;
}
ul.breadcrumb li:last-child::before {
	display: none;
}
ul.breadcrumb li .divider{
	display:none;
}
ul.footer{
  display: inline-block;
}

#system-message-container{
	width:100%;
}



/*404 Error page*/

.page-404-wrap{
	float:left;
	width: 100%;
	padding:0 0px 80px;
}
.error-wrap{
	display: inline-block;
    width: 100%;
    text-align: center;
}
.error-wrap a.btn-primary{
	float:none;
	    margin-top: 0;
	overflow: hidden;
    display: inline-block;
}
.error-wrap h2.title{
	position: relative;
    width: 100%;
	font-size: 158px;
	color:#a2c64a;
	line-height: 100%;
	margin: 0px;
}
.error-wrap h2.title .error_no{
	position: relative;
    top: -47px;
}
.error-wrap span.shadow-text {
    position: static;
    left: -50%;
    top: -50%;
    font-size: 223px;
    line-height: 100%;
    color: #eeeff1;
    opacity:1;
    font-weight: 700;
    box-shadow: none;
    white-space: nowrap;
    pointer-events: none;
    bottom: -50%;
    right: -50%;
    margin: auto;
    z-index: -1;
}
.error-wrap h4{
	margin-bottom: 15px;
    font-size: 20px;
}
.error-wrap h4{
	color: #013a57;
	font-size: 54px;
	margin-bottom: 35px;
}
/*404 Error page End*/


/*alert*/ 
.alert {
	margin: auto;
    margin-top: 15px;
	margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #a3b8bf;
    font-size: 16px;
    width:97%;
	color:#013a57;
	position: relative;
	border-radius: 0;
    background: #f2f5f6;
}
.login-wrapper .alert {
    width: 86%;
}

.alert-heading{
	display:none;
}
.close {
	position: absolute;
    right: 6px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

/*alert END*/ 

#member-profile .profile-pss{
	float: right;
	max-width: 320px;
	margin-top: -32px;
}
#member-profile .profile-pss label{
	width:100%;
	float: left;
	font-weight: 600;
	text-align: left;
}
#member-profile .profile-pss #jform_password + label{
	margin-top:20px;
}


/* # RESPONSIVE#
================================================== */

@media only screen and (max-width: 1100px) {
	.container{
		max-width: 95%;
	}
}


@media only screen and (max-width: 1000px) {
	#site-wrapper{
		padding-top: 120px;
	}
	#site-wrapper.login-page-wrapper,
	.com_users.view-reset #site-wrapper{
		padding:0px;
	}
	.login-page-wrapper .login-wrapper,
	.com_users.view-reset .login-wrapper{
		margin-bottom:10vh;
		margin-top:10vh;
	}
	.alert{
		padding: 15px;
		font-size: 14px;
	}
	.close {
		right: 3px;
		top: -5px;
	}
	header{
		height: 120px;
		padding: 10px 0px 0 0px;
	}
	.top-nav-sec{
		float:right;
		width:auto;
	}
	.top-right-sec{
		position: relative;
		width: 100%;
		margin: 0;
	}
	.top_search{
		margin-right: 0;
		position: relative;
		right: 63px;
		top: -25px;
	}
	.logo-nav {
		position: absolute;
		bottom: -28px;
		width: 100%;
		right: 22px;
	}
	.logo-nav ul.drop_down{
		width: 100%;
	}
	
	.menu-visible .top-right-sec{
		opacity: 0;
		pointer-events: none;
	}

	.mainmenu{
		padding:0px;
		float: right;
		margin-left: 15px;
	}
	
	header .burger{
		display:block;
		float: right;
		cursor: pointer;
		top: 13px;
		right: 0;
		position: relative;
		transition: all 0.3s ease;
	}
	.burger .line {
		position: relative;
		margin:7px 0;
		width: 40px;
		height:4px;
		border-radius: 10px;
		background-color: #23185b;
		transition: 240ms;
		will-change: transform;
		-webkit-perspective: 100px;
		perspective: 100px;
	}
	.burger.active .line:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.burger.active .line:nth-child(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.burger.active .line:nth-child(3) {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	
	header .burger_menu{
		display:none;
	}
	header .burger_menu{
		width: 100%;
		position: absolute;
		left: -50%;
		top:100px;
		right: -50%;
		margin: auto;
		padding:0px 20px 20px;
		z-index: 9;
		background:rgba(255, 255, 255, 0.98);
		overflow: hidden;
		height: 100vh;
		
	}
	.burger_menu .primary-nav {
		width: 100%;
		text-align: center;
	}
	.burger_menu .primary-nav li{
		width:100%;
		margin: 0px;
	}
	.burger_menu .primary-nav li a{
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
	}
	
	.home_latest_wrp{
		flex-wrap:wrap;
	}
	.home_resour, .home_event{
		width:100%;
	}
	.home_highlight_wrap{
		flex-wrap:wrap;
	}
	.home_highlight_wrap .home_highlight, .home_highlight_wrap .home_other_meeting{
		width:100%;
	}
	
	.home_highlight{
		padding: 40px;
	}
	.item-list.item-resource > li{
		padding-right: 80px;
	}
	
	.prodct-categr-wrap > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.prodct-categr-wrap .col-md-6.col-sm-12 + .col-md-6.col-sm-12{
		margin-top:40px;
	}
	.prodct-categr-wrap > div:nth-child(2) {
		padding-left: 15px;
	}
	.inner_section .col-md-8, .inner_section .col-md-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.inner_section .col-md-8 + .col-md-4{
		padding-top:50px;
	}
	.col-md-4 .share_doc{
		width:auto;
	}
	.com_documents.view-documents .listing-inner .row > .col-md-4{
		padding-left:15px;
	}
	ul.attache_list li{
		width:auto;
		margin-right:20px;
	}
	ul.attache_list li:last-child{
		margin-right:0px;
	}
	
	footer .row > div{
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	
	.features_news_wrap{
		padding: 35px 40px 115px 40px;
	}
	.myprofile_sec {
		-ms-flex: 0 0 100%;
		flex: 0 0 75%;
		max-width: 100%;
	}
	.myprofile_wrap input[type="password"]{
		float:left;
	}
	.highlight_events_wrap .owl-carousel .owl-dots{
		left: 40px;
	}
	.col-md-4 .relt_categr-list li{
		width: 50%;
	}
	.inner_section .col-md-8 p img {
		float: left;
		margin-right: 0;
		width: 100%;
	}
	#member-profile .profile-pss{
		float:none;
	}
	
}/*1000px*/
@media only screen and (max-width: 860px) {
	ul.nav-tabs .nav-link, ul.nav-tabs .nav-link span{
		font-size: 24px;
	}
	.tab-pane .item-list > li{
		padding: 30px 20px 30px 25px;
	}
}

@media only screen and (max-width: 780px) {
	
	h2, h2 span{
		font-size: 28px;
	}
	.home_highlight h2, .search_feature_wrap h2, .home_event h2, .home_event h2 span{
		font-size: 28px;
	}
	
	.banner_wrap{
		position: relative;
	}
	.banner_wrap > div.banner_discrp{
		position: absolute;
		width: 85%;
		height: 100%;
		background: none;
		padding-left: 45px;
	}
	.banner_wrap > div.banner_discrp h1{
		font-size: 32px;
	}
	.banner_wrap > div.banner_discrp h2{
		font-size: 22px;
	}
	.banner_wrap > div.banner_discrp::before {
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		/*background: #11445e;*/
		opacity: 0.85;
		position: absolute;
		z-index: -1;
		
		border-bottom: 230px solid #11445e;
		border-left: 0px solid transparent;
		border-right: 130px solid transparent;
		
	}
	.banner_discrp:after{
		right: 40px;
	}
	.banner_image{
		width:100%;
	}
	.banner_image:before{
		opacity:0;
	}
	.search_feature_wrap #search_wrapper.active{
		width:500px;
	}
	.by-prodct-wrap > div > h2{
		font-size: 36px;
	}
	ul.by-categr-list > li a{
		font-size: 20px;
	}
	.title-sec > h2{
		width:100%;
	}
	.title-sec .filter-sec{
		width:100%;
	}
	.select-wrap{
		float:left;
	}
	ul.by-prodc-list > li{
		width: calc(33.33% - 26px);
	}
	.item-resource .item-cont h3{
		    font-size: 18px;
	}
	.type-documet{
		    font-size: 14px;
	}
	dl.item-date dt{
		font-size: 22px;
	}
	.item-event-date{
		font-size: 14px;
		height: 26px;
		min-width: 115px;
	}
	.col-md-4 .relt_categr-list li a {
		font-size: 30px;
	}
	.modal-body .evnt-cont h3{
		font-size: 26px;
	}
	.myprofile_wrap{
		width: calc(100% + 40px);
		margin-bottom: 50px;
		margin-left: -20px;
	}
	    
	.myprofile_wrap > div{
		padding: 0 20px;
	}
	#searchForm .form-limit{
		top: 0;
	}
	.phrases-box{
		width:100%;
	}
	.phrases-box label{
		width:100%;
		margin: 5px 0!important;
	}
	.notific_wrap > div > h2 {
		font-size: 22px;
	}
}/*780*/
@media only screen and (max-width: 736px) {
	
	.banner_wrap {
    	height: 200px;
	}
	
	.banner_wrap > div.banner_discrp{
		padding-left: 20px;
	}
	.banner_wrap > div.banner_discrp::before{
		border-bottom: 192px solid #11445e;
		border-right: 120px solid transparent;
	}
	.banner_wrap > div.banner_discrp h2 {
		font-size: 20px;
	}
	.banner_wrap > div.banner_discrp h1 {
		font-size: 30px;
		margin: 0;
	}
	h2, h2 span, .home_event h2 span, .home_highlight h2, .search_feature_wrap h2, .home_event h2 {
		font-size: 26px;
	}
	.home_resour{
		padding:20px;
	}
	dl.item-date{
		width: 45px;
		height: 55px;
	}
	dl.item-date dt{
		font-size: 20px;
	}
	dl.item-date dd {
		font-size: 14px;
	}
	.item-resource .item-cont h3 {
		font-size: 16px;
	}
	.item-resource .nub-reference {
		margin-right: 34px;
	}
	.home_event h2{
		padding-left: 20px;
	}
	.item-meeting > li{
		padding: 40px 20px 20px 20px;
	}
	.by-prodct-wrap > div{
		min-height: 200px;
	}
	.resouces-listing .filter-sec{
		margin-top: 10px;
	}
	.search_feature_wrap{
		height:auto;
	}
	footer .row > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	footer .row > div:first-child{
		margin-top:0px;
	}
	ul.nav-tabs .nav-link, ul.nav-tabs .nav-link span {
		font-size: 20px;
	}
	.event-list-wrap .item-list > li{
		flex-wrap: wrap;
		padding: 20px;
	}
	.event-list-wrap .tab-pane .item-cont{
		width: 100%;
	}
	.nav-tabs .nav-item {
		margin-bottom: 0;
		width: 100%;
		text-align: center;
	}
	ul.nav-tabs li:last-child .nav-link{
		border-bottom: 1px solid #dee2e6;
	}
	.highlight_wrap .highlight_cont{
		padding:20px;
	}
	.highlight-slider a.btn-primary{
		left:20px;
	}
	
	.modal .modal-dialog {
    	max-width: 90%;
		margin: 30px auto;
	}
	.modal-body {
		padding: 20px;
	}
	.event-list-wrap .tab-pane .item-cont{
		justify-content: normal;
		flex-wrap: wrap;
	}
	.tab-pane .item-list > li h3{
		width:100%;
	}
	.highlight_wrap .meta-wrap, .features_news_wrap .meta-wrap{
		flex-wrap: wrap;
	}
	.meta-wrap .item-event-date + .hig-event-venu{
		margin-top:10px;
	}
	.modal-body .registed-event{
		padding: 20px;
	}
	.modal-body .registed-event{
		float: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.modal-body .registed-event > div{
		width:100%;
	}
	.modal-body .registed-form{
		padding:20px;
	}
	.col-md-4 .relt_categr-list li{
		min-height: 100px;
	}
	.col-md-4 .relt_categr-list li a {
		font-size: 24px;
	}
	.news-list-wrap .item-list > li{
		flex-wrap: wrap;
	}
	.news-list-wrap .tab-pane .item-cont{
		width:100%;
	}
	.news-list-wrap .tab-pane .item-list > li{
		padding:20px;
	}
	.home_highlight, .home_other_meeting {
		padding:20px;
	}
	.search_feature_wrap{
		padding:20px 20px 40px 20px;
	}
	.alert{
		padding: 10px;
	}
	.features_news_wrap {
		padding: 20px 20px 115px 20px;
	}
	section.inner_section.detils-page {
		padding-bottom: 40px;
	}
	.notific_wrap {
		width:100%;
		flex-wrap:wrap;
		margin-left:0;
		margin-top: 30px;
	}
	.notific_wrap > div{
		width:100%;
		padding: 0px;
	}
	.notific_wrap > div.notific_events{
		margin:20px 0px;
	}
	.myprofile_wrap{
		flex-wrap: wrap;
		width:100%;
		margin-bottom: 50px;
		margin-left:0px;
	}
	.myprofile_wrap > div{
		width:100%;
		padding: 0px;
	}
	.myprofile_wrap > div:nth-child(2){
		top:0px;
	}
	.myprofile_wrap > div:nth-child(2) #jform_password{
		padding-top:15px;
	}
	#member-profile .profile-pss{
		margin-top:25px;
	}
}/*736px*/

@media only screen and (max-width: 650px) {
	.item-list > li{
		flex-wrap: wrap;
	}
	.item-list > li > div.item-cont{
		width:100%;
	}
	.home_resour .item-list > li, .latest-resouces .item-list > li{
		flex-wrap: nowrap;
	}
	.home_resour .item-resource .item-cont {
		width: calc(100% - 65px);
	}
	.search_feature_cont .form-inline {
		display: inline-block;
		width: 100%;
	}
	.search_feature_wrap #search_wrapper{
		float: none;
		display: inline-block;
	}
	.search_feature_wrap #search_wrapper.active{
		width:100%;
	}
	ul.by-categr-list > li{
		min-height: 60px;
	}
	ul.by-categr-list > li a {
		font-size: 16px;
	}
	ul.by-prodc-list > li {
		width: calc(50% - 10px);
		margin: 5px;
	}
	ul.by-prodc-list > li{
		height: auto;
	}
	footer{
		padding: 20px 0px 30px;
	}
	.col-md-4 .relt_categr-list li {
		min-height: 60px;
	}
	.col-md-4 .relt_categr-list li a {
		font-size: 20px;
	}
	.regir_btn {
    	font-size: 16px;
	}
}/*650px*/

@media only screen and (max-width: 650px) {
	.top-right-sec{
		margin-top: 12px;
	}
	.logo-nav li a{
		width: 30px;
		overflow: hidden;
		display: inline-block;
		height: 30px;
		padding-top: 2px;
		text-indent: -500px;
	}
	.logo-nav li a::before {
		width: 30px;
		height: 30px;
		    top: 1px;
		background-size: 25px;

	}
	.logo-nav li a::after {
		display:none;
	}
	.logo-nav li{
		float: right;
	}
	.logo-nav ul.drop_down {
   		width: 120px;
	}
	.banner_wrap > div.banner_discrp h1 {
		font-size: 24px;
		margin: 0;
	}
	.search_feature_wrap h3{
		font-size: 20px;
	}
	.home_highlight h2, .search_feature_wrap h2, .home_event h2{
		font-size: 24px;
	}
}
@media only screen and (max-width: 450px) {
	.banner_wrap {
		height: 150px;
	}
	.inner-banner .banner_wrap {
    	height: 100px;
	}
	.banner_wrap > div.banner_discrp {
		width: 100%;
	}
	.login-wrapper > div.login-form-sec, .login-wrapper > div.login-header {
		padding: 20px;
	}
	.login-wrapper .login-header h2, .login-wrapper .login-header h2 span {
    	font-size: 20px;
	}
	h1.logo{
		width: 125px;
		margin-top:0px;
	}
	.top-nav-sec {
		float: right;
		width: calc(100% - 236px);
	}
	.banner_wrap > div.banner_discrp::before {
		/*border-right:100px solid transparent;*/
	}
	.banner_wrap > div.banner_discrp h1 {
		font-size: 18px;
	}
	.banner_wrap > div.banner_discrp h2 {
		font-size: 14px;
	}
	.banner_discrp::after {
		right: 42px;
	}
	.home_event .btn-primary {
		margin-left: 8px;
	}
	.home_highlight h2, .search_feature_wrap h2, .home_event h2, .home_event h2 span {
		font-size: 20px;
	}
	header .burger_menu{
		top: 110px;
	}
	.logo-nav{
		width:auto;
		bottom: -20px;
		right: 0;
		margin: 0;
	}
	.logo-nav li a::before{
		left: 5px;
	}
	.logo-nav ul.drop_down{
		top: 42px;
	}
	.top_search .search_wrap{
		top: 40px;
	}
	.search_wrap input, .top_search:hover input[type="search"] {
		width: 180px;
	}
	.highlight_wrap .highlight_cont h2, .highlight_wrap .highlight_cont h2 span{
		font-size:22px;
	}
	.features_news_wrap h2, .features_news_wrap h2 span{
		font-size:22px;
	}
	.modal-body .evnt-cont h2, .modal-body .evnt-cont h2 span{
		font-size:22px;
	}
	.particip-wrap label.tilte{
		margin-right:0px;
	}
	.col-md-4 .relt_categr-list li{
		width:100%;
	}
	.particip-wrap label.tilte{
		width:100%;
		margin-right:0px;
	}
	.registed-form label.tilte{
		width:100%;
	}
	.registed-form .custom-radiobox-group .radio-wrap{
		margin-left:0px;
		margin-right: 15px;
	}
	ul.by-categr-list > li{
		width:100%;
	}
	.item-list.item-resource > li {
		padding-right: 55px;
	}
	.item-meeting > li {
		padding: 25px 20px 20px 20px;
	}
	.latest-resouces .item-resource .nub-reference {
		float:left;
		width: 100%;
	}
	.top_search {
		margin-top: 0;
	}
	.type-documet{
		float: left;
	}
	ul.by-prodc-list > li {
		width: calc(100% - 10px);
		margin:3px;
	}
	ul.attache_list li{
		width:100%;
		margin-right: 0px;
	}
	ul.attache_list li > a.download_btn, ul.attache_list li > a.resource_link{
		max-width: 100%;
	}
}


/* # RESPONSIVE END#
================================================== */


