@font-face{font-family:'andesroundedw01-blackregular';src:url("../fonts/andes_rounded_w01_black-webfont.woff2") format("woff2"),url("../fonts/andes_rounded_w01_black-webfont.woff") format("woff"),url("../fonts/Andes_Rounded_W01_Black.ttf") format("ttf");font-weight:normal;font-style:normal}@font-face{font-family:'andesroundedw01-boldregular';src:url("../fonts/andes_rounded_w01_bold-webfont.woff2") format("woff2"),url("../fonts/andes_rounded_w01_bold-webfont.woff") format("woff"),url("../fonts/Andes_Rounded_W01_Bold.ttf") format("ttf");font-weight:normal;font-style:normal}@font-face{font-family:'andesw04-regularregular';src:url("../fonts/andes_w04_regular-webfont.woff2") format("woff2"),url("../fonts/andes_w04_regular-webfont.woff") format("woff"),url("../fonts/Andes_W04_Regular.ttf") format("ttf");font-weight:normal;font-style:normal}


/*login sart*/


@font-face {
    font-family: 'andesroundedw01-boldregular', sans-serif;
}

body{
  font-family:'Open Sans', sans-serif;
}

p {
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'andesw04-regularregular', sans-serif;
}

.conto {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height:310px;
  

}

.inner-container {
    display: table-cell;
    vertical-align: middle;
   text-align:center;
} 
.content-padding { padding: 0 14%;}


.publication-section{
	padding: 5% 14%;
	background: #ffffff;
}

.rpubli-heading{
	color: #feb101;
}

.rpubli-heading span a{
	    color: #feb101;
    border: 1px solid #feb101;
    padding: 6px 10px 4px 10px;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 7px;
	transition-duration:0.3s;
}

.rpubli-heading span a:hover{
	    background: #feb101;
		color:#ffffff;
		transition-duration:0.3s;
		text-decoration:none;
}

.expertalk-heading{
	color:#ffffff;
}


.expertalk-heading span a{
	    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 10px 4px 10px;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 7px;
	transition-duration:0.3s;
}

.expertalk-heading span a:hover{
	    background: #ffffff;
		color:#333333;
		transition-duration:0.3s;
		text-decoration:none;
}

.tabs-section{
	padding: 5% 14%;
	background: #f1f1f1;
}

.video-padd{
	padding: 5% 14%;
}

.multimedia-section{
	padding: 4% 14% 5% 14%;
}

.site-top-border{
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,100,166,1)), color-stop(31%, rgba(0,100,166,1)), color-stop(48%, rgba(0,153,255,1)), color-stop(100%, rgba(0,153,255,1)));
background: -webkit-linear-gradient(left, rgba(0,100,166,1) 0%, rgba(0,100,166,1) 31%, rgba(0,153,255,1) 48%, rgba(0,153,255,1) 100%);
background: -o-linear-gradient(left, rgba(0,100,166,1) 0%, rgba(0,100,166,1) 31%, rgba(0,153,255,1) 48%, rgba(0,153,255,1) 100%);
background: -ms-linear-gradient(left, rgba(0,100,166,1) 0%, rgba(0,100,166,1) 31%, rgba(0,153,255,1) 48%, rgba(0,153,255,1) 100%);
background: linear-gradient(to right, rgba(0,100,166,1) 0%, rgba(0,100,166,1) 31%, rgba(0,153,255,1) 48%, rgba(0,153,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064a6', endColorstr='#0099ff', GradientType=1 );
	min-height: 5px;
}

/* .site-top-border .site-top-border-colorlight{
	background: ;
	min-height: 5px;
} */
/*eventgallery start*/

.download-btn { padding: 5px 10px; background-color:#a4cd03; color:#fff; float:right; border: 1px solid #a4cd03; transition:0.5s}
.download-btn:hover {border:1px solid #a4cd03; background-color:#fff; color:#333; transition:0.5s}

.doc-links li a { font-size:15px; color:#a4cd03; text-decoration:none; font-weight:600; transition:0.5s}
.doc-links li a:hover {color:#333; transition:0.5s}
#gallery {
	 padding-top: 40px;
}
 @media screen and (min-width: 991px) {
	 #gallery {
		 padding: 0px 0px 0 0px;
	}
}
 .img-wrapper {
	 position: relative;
	 margin-top: 15px;
}
 .img-wrapper img {
	 width: 100%;
}
 .img-overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
}
 .img-overlay i {
	 color: #fff;
	 font-size: 3em;
}
 #overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 z-index: 999;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 #overlay img {
	 margin: 0;
	 width: 80%;
	 height: auto;
	 object-fit: contain;
	 padding: 5%;
}
 @media screen and (min-width: 768px) {
	 #overlay img {
		 width: 60%;
	}
}
 @media screen and (min-width: 1200px) {
	 #overlay img {
		 width: 50%;
	}
}
 #nextButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #nextButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #nextButton {
		 font-size: 3em;
	}
}
 #prevButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #prevButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #prevButton {
		 font-size: 3em;
	}
}
 #exitButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 position: absolute;
	 top: 15px;
	 right: 15px;
}
 #exitButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #exitButton {
		 font-size: 3em;
	}
}
 

/*eventgallery end*/

#wrapper{
	right: 0px;
	min-height: 560px;	
	margin: 0px auto;	

	position: relative;	
}

#wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}



#wrapper p{
	margin-bottom:0px;
}
#wrapper p:first-child{
	margin: 0px;
}
#wrapper label{
	color: rgb(64, 92, 96);
	position: relative;
}


::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}


#wrapper input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	
} 


[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}


#wrapper p.button input{
	width: 30%;
	cursor: pointer;	
	background: rgb(61, 157, 179);
	padding: 8px 5px;
	font-family: 'open-sance';
	color: #fff;
	font-size: 24px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	
}
#wrapper p.button input:hover{
	background: rgb(74, 179, 198);
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	
}

.login-backli{
	    position: absolute;
    top: 0;
    right: 0;
}
.login-backli>#go-back{
	border: none;
    background: rgba(0,0,0,0.5);
    border-bottom-left-radius: 30px;
    padding: 6px 10px 10px 20px;
    color: #ffffff;
}

#user-login-form label{
	margin-bottom:4px;
}

.simplelogin-logo>div{
	display:flex;
}

.simplelogin-logo>div>span{
	    text-align: left;
    font-size: 14px;
    font-style: italic;
    /* position: absolute; */
    /* top: 22px; */
    line-height: 18px;
    border-left: 1px solid #cccccc;
    padding-left: 12px;
    margin: 9px 9px;
    color: #333333;
}

p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}

.simplelogin-form input{
	width:100%;
}



.login-style {font-size: 27px;
    margin: 20px 0;}
	
.forgot-f1 { color:#0099ff !important; font-size:14px; text-decoration:none !important;font-weight: 600; }
.forgot-f1:hover { color:#000 !important; font-size:14px; text-decoration: underline !important; }
.submit-f1 { color:#fff !important; font-size:14px; text-decoration:none !important; padding: 10px 20px; background-color:rgba(0,99,166,1); border-radius:2px;}
.submit-f1:hover { color:#fff !important; font-size:14px; text-decoration:none !important; padding: 10px 20px; background-color:rgba(0,153,255,1); border-radius:2px;}
.user-pass p{font-size: 13px;}

#register, 
#login{
	position: absolute;
	top: 0px;	
	padding: 18px 6% 60px 6%;
	margin:0  35px;
	background: rgb(255, 255, 255);
	border: 1px solid rgba(147, 184, 189,0.8);
	-/*webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;*/
}
#register{	
	z-index: 21;
	opacity: 0;
}
#login{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	;
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}




@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-ms-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-ms-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-ms-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-ms-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-ms-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-ms-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-ms-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}





/*login end*/






/* inner page */

/*blog start*/
.btn-fb { background-color:#fff; color:#3b5998; border-radius:0; border: 1px solid #3b5998; font-size:14px; font-weight:700;}
.btn-tw { background-color:#fff; color:#55acee; border-radius:0; border: 1px solid #55acee; font-size:14px; font-weight:700;}
.btn-li { background-color:#fff; color:#0082ca; border-radius:0; border: 1px solid #0082ca; font-size:14px; font-weight:700;}

.fa-facebook {
    background: #fff !important;
    color: #3b5998 !important;
}

.blog-inner-img {width:320px; float:left;}

.blog-detials-page h4{
	font-size:36px;
}

.blog-img{
	height: 450px;
    overflow: hidden;
}

.publication-detail-head ul>li{
	    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.publication-detail-head ul>li>span{
	color:#acacac;
	font-size:14px;
}

/*blog end*/

/*forum start*/
.dis-content {
	background-color: rgba(213,213,213,0.1);
    padding: 20px 0;
    margin: 40px 0;
	border: 1px solid #ccc;
	}
	
.dis-content:nth-child(n+3) {
	margin-left: 30px;
	background-color: rgba(213,213,213,0.1);
	}
	
.topic-name h4 { color:#0063a6; font-size:22px; font-weight:500; margin:20px 0; border-bottom:1px solid #ccc; padding: 5px 0  }
.topic-name h5 { color:#000; font-size:18px; font-weight:500;}
.forum-content-inner h5 {
font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    line-height: 25px;
    text-align: left;
}
.publi-head h4 { font-size:30px}
.add-new-forum { padding: 5px 10px; background-color:#ced4da; font-size:14px; border:1px solid #ced4da; color:#333; border-radius:10px; margin: 30px 0;}
.add-new-forum:hover { padding: 5px 10px; background-color:#e1e6eb; font-size:14px; border:1px solid #ced4da; color:#000; border-radius:10px; margin: 30px 0;}
.publi-heading h6 { margin: 20px auto;}
.publi-heading .offline { color:#a9a9a9;} 
.publi-heading .online { color:green}
.rece-forum {
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    margin-bottom: 30px;
	min-height:190px;
}

.rece-forum-inner {
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    margin-bottom: 30px;
	min-height:130px;
}
.forum-close{
    color: #ffffff;
    background-color: #D32F2F !important;
    border:1px solid #D32F2F !important;
	padding: 1px 10px;
	border-radius:45px;
	font-size:12px;
	margin-top:10px;
}
.forum-waiting{
    color: #ffffff;
    background-color: #4CAF50 !important;
    border:1px solid #4CAF50 !important;
	padding: 1px 10px;
	border-radius:45px;
	font-size:12px;
	margin-top:10px;
}

.rece-forum-inner:hover .forum-more {background-color:#0063a6; color:#fff; font-size:13px; transition:0.5s; padding: 3px 5px; border-radius:45px;}

.rece-forum:hover .forum-more {background-color:#0063a6; color:#fff; font-size:13px; transition:0.5s; padding: 3px 5px; border-radius:45px;}

.forum-more:hover {color:#0099ff;}

.forum-more { border:none; background-color:#fff; color:#0063a6; font-size:13px; transition:0.5s; padding: 3px 5px; }
.forum-more i {font-size:12px;}	
.forum-content{
    padding: 5% 5% 5% 0%;
	
}
.forum-content h4{
  color:#000;
  font-size:15px;
  margin-bottom:0px;
}

.forum-content h4 a{
  color:#000;
  text-decoration:none;
      font-size: 18px;
}

.forum-content h6{
  color:#999;
  font-size:12px
}

.forum-content p{
  color: #4c4c4c;
  font-size: 13px;
}

.forum-content-inner{
    padding: 5% 5% 5% 5%;
	
}
.forum-content-inner h4{
  color:#000;
  font-size:15px;
  min-height: 36px;
}

.forum-content-inner h4 a{
  color:#000;
  text-decoration:none;
}

.forum-content-inner h6{
  color:#999;
  font-size:12px
}

.forum-content-inner p{
  color: #4c4c4c;
  font-size: 13px;
}

.table-forum .forum__title>div>a{
	color:#000000;
}

.table-forum .forum__title>div>a{
	color:#000000;
}
.table-forum .forum__title div>span.submitted{
	color: rgba(0,0,0,0.4);
    font-size: 14px;
}
.table-forum .forum__title div>span.submitted a{
	color:#000000;
}

/*forum end*/


/*news start*/
 
.bs-example a{ text-decoration:none;} 
.card-body-new {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 15px ;
	min-height: 160px;
	    border-left: 2px solid #a4cd03;
}

.card-body-news {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 15px ;
	background-color:#ffffff;
	min-height: 130px;
}

.news-link-inter .arrow-more{
	color: #a4cd03 !important;
}

.news-date {position:absolute; z-index:10; font-size:13px; font-weight: 500; padding:5%; color:#fff; bottom:0; left:0; background-color:rgba(0,0,0,0.5);}
.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.newscard img {
	position:relative;
	display:table-cell;
  transition: transform .5s ease;
}

.newscard p { font-size:13px; color: #4c4c4c; text-decoration:none; margin-bottom: 0px;margin-top:8px;}

.newscard h4 {font-size: 16px;
    color: #000;
    text-decoration: none;
    margin-bottom: 4px;
    line-height: 20px;}

.newscard h4 a{
	color: #000000;
}

.even-n{
	font-family: 'andesroundedw01-boldregular';
}

.event-date-list li{
	line-height: 14px;
	font-weight: 600;
    color: #a4cd03;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.event-field{
	font-size:11px;
	color:#333333;
	display:block;
	line-height:26px;
	margin-right:10px;
	margin-bottom: 2px;
}

.event-location-list li{
	font-weight:600;
	font-size:12px;
	color: rgba(0,0,0,0.6);
}

.eventtt-link .arrow-more i {
    color: #a4cd03 !important;
}

.newscard:hover img {
  /*transform: scale(1.5);*/
  overflow:hidden;
   transform: rotate(10deg) scale(1.5);
}


.newscard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
	overflow:hidden;
	border:1px solid #a4cd03;
	margin-bottom:20px;
	    box-shadow: 3px 3px 5px rgba(0,0,0,0.08);
}

/*news end*/
.topinnerbanner { min-height:80px; background-color:#f7f7f7; }
.topinnerbanner h5 { padding: 3% 0; font-size:25px;}

.topinnerbanner1 { min-height:165px; background-image:url(../images/video-bg1.jpg); background-attachment:fixed;padding:0 14%;}
.topinnerbanner1 h5 { padding: 7.6% 0; color:#FFF; font-size:25px;margin-bottom: 0px;text-transform:uppercase;}

.search-menu{width:100%;opacity:0;visibility:hidden;background:#F0F0F0;border-bottom:1px solid #cccccc}.search-open .search-menu{opacity:1;visibility:visible;z-index:999;top:92px;padding:6% 0}.search-menu .nav li{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px);-webkit-animation-timing-function:cubic-bezier(0.45, 0.005, 0, 1);-moz-animation-timing-function:cubic-bezier(0.45, 0.005, 0, 1);-o-animation-timing-function:cubic-bezier(0.45, 0.005, 0, 1);animation-timing-function:cubic-bezier(0.45, 0.005, 0, 1)}.search-open .search-menu .nav li{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transition:-webkit-transform .2s,opacity .2s;transition:transform .2s,opacity .2s}.menumore-link{color:#0054a6 !important;font-weight:600;text-decoration:underline}.menumore-link i{opacity:1 !important}.menumore-link:hover{text-decoration:underline;color:#0054a6 !important}
.search-bar .search-field {
    font-size: 20px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    border: none;
    outline: none;
    color: #000000;
    height: 60px;
    background: #ccc;
    transition-property: none;
}

.custom-nav {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    min-height: 82px;
    padding: 0 14%;
}
.custom-nav .main-nv>.nav-item {
    padding: 0 10px;
    margin: 24px 5px 24px -4px;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.custom-nav .main-nv>.nav-item .nav-link {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    padding: 1px 0px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    line-height: 0px;
}
.custom-nav .main-nv>.nav-item .nav-link i {
    font-size: 26px;
    line-height: 24px;
    font-weight: 500;
}

/*publication inner start*/
.content-hed-padding {padding: 0% 30% 0% 30%;}	
.publi-content {
    font-size: 15px;
    text-align: justify;
	color: #323232;
    
}

.publi-content P{
	font-size: 15px;
    color: #323232;
    line-height: 24px;
}

.publi-content ul li{
    line-height: 24px;
	font-size: 15px;
}

.publi-content ol li{
	line-height: 24px;
	font-size: 15px;
}	

.pub-inner li {
    font-size: 13px;
    color: #868686;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 8px;
    margin-right: 6px !important;
    line-height: 14px;
}

.pub-inner li:last-child{
	border-right:none;
}

.pub-inner li i {
    font-size: 12px;
}

.pub-inner li a:hover {
    color: #ccc;
    /* text-decoration: underline; */
}



.like-div{
	color: #787869;
    border: 1px solid #cccccc;
    padding: 2px 10px 3px 10px;
    margin: 0px 5px 0 0;
    background: #f9f9f9;
    display: inline-block;
    border-radius: 24px;
	transition-duration:0.2s;
}

.like-div:hover{
	background: #f1f1f1;
	transition-duration:0.3s;
}

.like-div a:hover{
	text-decoration:none;
}

.comment-div{
	border: 1px solid #cccccc;
    margin: 0px 5px 0 0;
    background: #f9f9f9;
    display: inline-block;
    border-radius: 24px;
    padding: 1px 10px 3px 10px;
	transition-duration:0.2s;
}

.comment-div:hover{
	background: #f1f1f1;
	transition-duration:0.3s;
	text-decoration:none;
}

.comment-div a:hover{
	text-decoration:none;
}

.comment-div a {
    font-size: 14px;
    margin-bottom: 0px;
    color: #333333;
    font-weight: 500;
}


.like-div #like{
	    font-size: 15px;
    font-weight: 500;
    color: #333333;
}


.lb-style-white .lb-like, .lb-style-white .lb-dislike, .lb-style-padded .lb-like, .lb-style-padded .lb-dislike, .lb-style-drop .lb-like, .lb-style-drop .lb-dislike {
    background-color: #ffffff !important;
    border: 1px solid #c6c6c6 !important;
    color: #555 !important;
    padding: 12px;
}

.like-div a {
    font-size: 14px;
    margin-bottom: 0px;
    color: #333333;
    font-weight: 500;
}

.like-div a i{
	font-size: 13px;
	margin-right: 4px;
}
.like-div a .fas{
	color:#feb101;
	
}

.write-comm {
    position: relative;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.write-comm:before {
    margin-left: -53% !important;
    text-align: right;
}

.write-comm:before, .write-comm:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #fb723c;
    margin-left: 18px;
}


.medium-input, .medium-textarea, .medium-select select {
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
}


.text-left {
    text-align: left!important;
}
.btn-post-submit {
    background: #0054a6;
    color: #ffffff;
    padding: 4px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
}

/*publication inner end*/

/*publication start*/
.current-newsl {
    background: #f1f1f1;
    padding: 14px;
    border: 1px solid #e8e8e8;
    min-height: 560px;
}
.current-newsl .top-new {
    margin-bottom: 16px;
}
.current-newsl h4 {
    font-size: 18px;
    margin-top: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.current-newsl small {
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}
.current-newsl .subscri-btn {
    margin-top: 50px;
}
.current-newsl .subscri-btn h5 {
    font-size: 16px;
    color: #0054a6;
    font-weight: 600;
    border-bottom: 1px dotted #0054a6;
    padding-bottom: 4px;
    margin-bottom: 14px;
}
.current-newsl .subscri-btn h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}
.current-newsl .subscri-btn input {
    margin-bottom: 12px;
}
.current-newsl .subscri-btn a {
    color: #ffffff;
    background: #0054a6;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 3px;
}
		 
.text-left {
    text-align: left!important;
}
.public-head>h4 {
    font-size: 18px;
    color: #0054a6;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #0054a6;
    margin-bottom: -3px;
    padding-bottom: 4px;
    font-family: 'andesroundedw01-boldregular', sans-serif;
}


#logindiv .action-links a{
	    color: red;
    font-size: 13px;
    position: absolute;
    bottom: -22px;
    margin-left: 10px;
	font-weight:600;
}

.news-events .public-head h4>a {
    float: right;
    font-size: 13px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 600;
}


.back-link{
  text-align: right;
  padding: 70px 0;
}

.back-link button{
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  background:none;
  border:none;
  padding:0px;
}
.pl-post-hed{
  margin-right: 0px;

}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.form-control::placeholder {
  font-size: 14px;
  color: #333;
  font-style: normal;
}

.form-control.input-group:focus {
        border-color: #ff80ff;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
    }
	
.pl-post { margin: 10px 0px;}
.pl-post img { width:80px; height:60px; float:left; padding-right:10px;}
.pl-post h5 { font-size:13px; color:#222222; line-height:14px !important; text-decoration:none;}
.pl-post h5 a { color:#333 !important; text-decoration:none;}
.pl-post h5 a:hover { color:#000 !important; text-decoration:none;}
.pl-post h6 { font-size:11px; color:#616161; text-transform:uppercase;}

.pl-post-hed { font-size:16px; text-transform:uppercase; margin: 15px 0px 15px 0px; position:relative;
    vertical-align: middle;
    margin-right: 20px; overflow:hidden;color: #fb723c;}
.pl-post-hed:after {
    content: "";
    display: inline-block;
    width: 100%;
    background: #fb723c;
    height: 1px;
    top: 50%;
    position: absolute;
	margin-left: 20px;
	
}
.list-style-6 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.margin-50px-bottom {
    margin-bottom: 50px;
}
.text-small {
    font-size: 12px;
    line-height: 20px;
}

.list-style-6 li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-style-6 li a { color:#333;}

.list-style-6 li:before {
    content: "";
}
*, ::after, ::before {
    box-sizing: border-box;
}
.extra-small-icon li  {
    margin: 0 2px;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 3px 0 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 0px;
  text-align: center;
  color:#FFF;
  background:none;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #dadada;
}

.publ{
  padding: 5%;
}
.publ h4{
  line-height: 20px;
  margin-bottom: 12px;
      color: #000;
    font-size: 15px;
}

.publ h4 a{ 
  color: #000;
    text-decoration: none;
    line-height: 20px;
}

.publ h5{
  font-size: 13px;
  margin-bottom: 0;
  text-align:center;
  line-height:25px;
  text-align:left;
}

.publ h5 span {
  background-color:rgba(0,99,166,1);
  padding: 2px 10px;
  border-radius: 50px;
  color: rgba(255,255,255,1);
  line-height:25px;
 
  
  }

.publ h6{
  color:#999; font-size:12px;
}

.publ p{
  color:#4c4c4c; font-size:13px;border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}

.pub-block .col-md-6{
  margin-bottom: 4px;
}
/*publication end*/

/*contact start*/
.contact-s2 h6 { font-size:16px; color:#6f6f6f; text-transform:uppercase; padding-top:10%;}
.contact-s2 h1 { font-size:35px; color:#000; font-weight:bold;}
.contact-s2 p { font-size:14px; color:#333; line-height:22px; padding-top:1%;}
.contact-hed h6 { font-size:16px; color:#6f6f6f; text-transform:uppercase;}
.contact-hed h1 { font-size:45px; color:#000; font-weight:bold;}
.contact-hed p { font-size:14px; color:#333; line-height:22px; padding-top:2%;}
.contact-img { background-image:url(../images/contact-img.jpg); height:560px; overflow:hidden; position:relative; margin-bottom:3%;}
.contact-box .box1 { width:100%; height:280px; background-color:#1c1c1c; text-align:center;}
.contact-box .box2 { width:100%; height:280px; background-color:#000000; text-align:center;}
.contact-box i { padding:16% 0 0% 0%; color:#FFF; font-size:36px;}
.contact-box h5 { padding-top:5%; color:#FFF; font-size:18px; text-transform:uppercase;}
.contact-box .box1 h4 { font-size: 18px;color: #fb723c; }
.contact-box .box1 h4 span{display: block;font-size: 14px;color: rgba(255,255,255,0.7);}
.contact-box h6 { padding: 2% 2% 0% 2%; color: rgba(255,255,255,0.7); font-size: 15px; line-height: 22px;}
.contact-box h6 a { color:rgba(255,255,255,0.7); font-size:14px;}
.cont-head{padding: 50px 0 40px 0;}

.button-submit {
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 20px 10px 20px;
    color: #000;
    border-radius: 0px;
    margin-bottom: 50px;
}

.button-submit:hover {
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    border-radius: 0px;
}
	  
.big-input, .big-textarea, .big-select select {
    padding: 18px 25px;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 16px;
}
.big-input, .big-textarea, .big-select select {
    padding: 18px 25px;
    font-size: 14px;
    border-radius: 0;
}


/*contact end*/

/*mypage start*/


custom-control-label {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


.prof-detai {
    text-align: left;
        margin-top: 20px;
    padding-left: 30px;
}

.prof-detai-contact{
	text-align: right;
	margin-top: 20px;
}

.prof-detai-contact a{
	font-size: 16px;
	color: #000000;
	transition-duration: 0.2s;
}

.prof-detai-contact a:hover{
	color: #feb101;
	transition-duration: 0.3s;
	text-decoration: none;
}

.prof-detai-contact i{
	font-size: 14px;
}

.prof-detai-contact h6{
	margin-top: 8px;
}

.prof-detai h4 {
    color: #05476b;
    margin-bottom: 0px;
    font-size: 28px;
}

.prof-detai h5 {
    margin-top: 34px;
    font-size: 16px;
}

.prof-detai h5 span{
	font-family:'andesroundedw01-boldregular';
}

.prof-detai h6 i{
	font-size: 13px;
}

.edit-pro-add a {
    padding: 6px 16px;
    border-radius: 20px;
    border: 2px solid #000000;
    color: #ffffff;
    font-weight: 600;
    background: #333333;
    font-size: 14px;
}

.edit-pro-add a:hover {
    transition-duration: 0.2s;
    background: #0054a6;
    border: 2px solid #00488f;
    text-decoration: none;
    color: #ffffff;
}

.abut-pro{
    border: 1px solid #cccccc;
    padding: 30px 40px;
	min-height: 230px;
	border-top: 3px solid #ffc107 !important;
}

.abut-pro h2{
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
}

.abut-pro h2:after{
	    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #000000;
    top: 26px;
    left: 0;
    border-radius: 6px;
}

.abut-pro p{
	font-family: 'andesw04-regularregular', sans-serif;
	font-size: 16px;
	text-align: justify;
}

/*mypage end*/




/* inner page */

/* Custom Styles */

/* .partners_margin { margin-top:240px} */


/* Styles for top navbar starts here */

.site-branding .brand{
	display:inline-flex;
}

.site-branding .brand span{
    font-size: 14px;
    font-style: italic;
    /* position: absolute; */
    /* top: 22px; */
    line-height: 18px;
    border-left: 1px solid #cccccc;
    padding-left: 12px;
    margin: 9px 9px;
}

#mainNav{
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  min-height: 82px;
  padding: 0 14%;
}
#mainNav .navbar-brand{
      color: #ffffff;
    font-family: 'andesw04-regularregular', sans-serif;
    padding: 0px;
}

#mainNav .main-nv>.nav-item:last-child .nav-link{
	border-right:none;
}

#mainNav .main-nv>.nav-item .nav-link {
    color: #212529;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0px 12px;
    border-right: 1px solid rgba(0,0,0,0.1);
    font-weight: 500;
    line-height: 0px;
	
}

#mainNav .main-nv>.nav-item .nav-link i {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
	color: #212529;
}


.cover-background {
      background-size: cover !important;
    overflow: hidden !important;
    background-repeat: no-repeat !important;
}

.coming-soon-div h5{
	text-transform:uppercase;
	margin: 30px 0;
	font-size: 24px;
}

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
}
.bg-extra-dark-gray {
    background-color: rgba(0,0,0,0.0);
    transition-duration: 0.3s;
}



/* home - blog masonry */
.blog-header-style1 {padding: 0; list-style: none; display: flex; justify-content: start;margin-bottom:0;}
.blog-header-style1>li {width: 25%; padding: 0 2.5px;display: inline-block; box-sizing: border-box; overflow: hidden; vertical-align: top; transition: 0.8s; -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; -o-transition: 0.8s;}
.blog-header-style1>li .blog-banner {display: block; position: relative; height: 100%;}
.blog-header-style1>li:first-child{padding-left: 0px;}
.blog-header-style1>li:last-child{padding-right: 0px;}
/* .blog-header-style1 li figure figcaption {position: absolute; left: 0; top: 0px; padding: 50px; transform: translateY(60px); -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px);} */
.blog-header-style1>li.blog-column-active figure figcaption {transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px);}
.blog-header-style1>li figure figcaption .btn {opacity: 0; transform: translateY(60px); -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px); transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s; }
.blog-header-style1>li.blog-column-active figure figcaption .btn {opacity: 1; transition-delay: 0.6s; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0);}
.blog-header-style1>li.blog-column-active {width: 60%; transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s;}
.blog-header-style1>li .blog-title {width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.blog-header-style1>li:nth-child(1) .blog-banner{background-image:url(../images/banner2.jpg);}
.blog-header-style1>li:nth-child(2) .blog-banner{background-image:url(../images/banner1.jpg);}
.blog-header-style1>li:nth-child(3) .blog-banner{background-image:url(../images/banner3.jpg);}
.blog-header-style1>li:nth-child(4) .blog-banner{background-image:url(../images/banner4.jpg);}
.blog-header-style1>li:nth-child(1):hover .bg-extra-dark-gray{background-color: rgba(0,0,0,0.4);transition-duration: 0.3s;}/* feb101 */
.blog-header-style1>li:nth-child(2):hover .bg-extra-dark-gray{background-color: rgba(0,0,0,0.4);transition-duration: 0.3s;}/* a4cd03 */
.blog-header-style1>li:nth-child(3):hover .bg-extra-dark-gray{background-color: rgba(0,0,0,0.4);transition-duration: 0.3s;}/* fab9db */
.blog-header-style1>li:nth-child(4):hover .bg-extra-dark-gray{background-color: rgba(0,0,0,0.4);transition-duration: 0.3s;}/* 0099ff */
.blog-header-style1>li:nth-child(1) .blog-headeing{color: #ffffff;position: absolute;top: 40px;left: 40px;font-size: 20px;line-height:26px;}
.blog-header-style1>li:nth-child(2) .blog-headeing{color: #ffffff;position: absolute;top: 40px;left: 40px;font-size: 20px;line-height:26px;}
.blog-header-style1>li:nth-child(3) .blog-headeing{color: #ffffff;position: absolute;top: 40px;left: 40px;font-size: 20px;line-height:26px;}
.blog-header-style1>li:nth-child(4) .blog-headeing{color: #ffffff;position: absolute;top: 40px;left: 40px;font-size: 20px;line-height:26px;}
.blog-header-style1>li:nth-child(1) .blog-headeing span{color: #feb101;font-size: 36px;display: block;}
.blog-header-style1>li:nth-child(2) .blog-headeing span{color: #a4cd03;font-size: 36px;display: block;}
.blog-header-style1>li:nth-child(3) .blog-headeing span{color: #fb723c;font-size: 36px;display: block;}
.blog-header-style1>li:nth-child(4) .blog-headeing span{color: #0099ff;font-size: 36px;display: block;}


.blog-headeing>span{
	font-size: 36px;
	display: block;
	font-family:'andesroundedw01-blackregular';
	letter-spacing: 1px;
}

.blog-headeing{

}

.blog-headeing-basic{
	    padding: 61px 0;
    margin-bottom: 0;
}

.blog-headeing-basic>span{
    color: #ffffff;
    font-size: 36px;
    display: block;
    letter-spacing: 1px;
    font-family: 'andesroundedw01-blackregular';
    text-transform: uppercase;
}


.blog-headeing-rese-publi{
	color:#ffffff;
	margin-bottom:0px;
	padding: 49px 0;
    font-size: 20px;
    display: block;
    letter-spacing: 1px;
	text-transform:uppercase;
}

.blog-headeing-rese-publi>span{
	color: #feb101;
	font-size: 36px;
	display: block;
	letter-spacing: 1px;
	font-family:'andesroundedw01-blackregular';
	text-transform:uppercase;
}

.blog-headeing-events{
	color:#ffffff;
	font-size: 20px;
	margin-bottom:0px;
	padding: 49px 0;
	text-transform:uppercase;
}

.blog-headeing-events-1{
	padding: 61px 0 !important;
}

.blog-headeing-events>span{
	color: #a4cd03;
	font-size: 36px;
	display: block;
	letter-spacing: 1px;
	font-family:'andesroundedw01-blackregular';
}

.blog-headeing-intract{
	margin-bottom:0px;
	padding: 68px 0;
}

.blog-headeing-intract>span{
	    color: #fb723c;
    font-size: 36px;
    display: block;
    letter-spacing: 1px;
    font-family: 'andesroundedw01-blackregular';
	text-transform:uppercase;
}

.blog-headeing-about{
	color:#ffffff;
	font-size: 20px;
	margin-bottom:0px;
	padding: 49px 0;
}

.blog-headeing-about>span{
	color: #0099ff;
	font-size: 36px;
	display: block;
	letter-spacing: 1px;
	font-family:'andesroundedw01-blackregular';
}

.scroll{
		height:289px;
	overflow-y: auto;
	overflow-x:hidden;

}

.scroll::-webkit-scrollbar {
    width: 4px;
}
.scroll::-webkit-scrollbar-track {
	background:#dcdcdc;
    border-radius: 0px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background:#909090;
}

@media (max-width: 991px) {
  .blog-header-style1 { display: block; }
    .blog-header-style1>li {width: 100%;}
    .blog-header-style1>li.blog-column-active {width: 100%;}
    .banner-list {
      height: 520px;
  }
  .event-text{
    margin-top: 70px !important;
  }

  .blog-header-style1>li{
    padding: 0px;
  }
  .sm-padding-15px-bottom {
    padding-bottom: 15px !important;
}
}

.banner-list{
  height: 640px;
}

.bannr-link-block{
	color:#ffffff;
	transition-duration:0.3s;
}

.bannr-link-block:hover{
	text-decoration:none;
	color:#ffffff;
}



@media (max-width: 1199px) {
  /* blog header style1 */
    .blog-header-style1>li figure figcaption {padding: 30px;}
}

.event-text p {
    color: #fff;
    font-size: 14px;
}

/*.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}*/

.vote-form .form-submit{
	    padding: 5px 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    background: #fb723c;
    border: 1px solid #fb723c;
    border-radius: 3px;
    margin-top: 14px;
	color:#ffffff;
}

#poll-chart-outer {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

#piechart_3d {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
}
#list_poll_3d {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
}

#poll .vote-form .form-submit{
	    padding: 5px 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    background: #000000;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin-top: 14px;
	color:#ffffff;
	transition-duration:0.3s;
}

#poll .vote-form .form-submit:hover{
	background:none;
	border:1px solid #000000;
	color:#000000;
	transition-duration:0.3s;
}

#poll .poll-question{
	    font-size: 16px;
    line-height: 22px;
    color: #212529;
    font-family: 'andesw04-regularregular', sans-serif;
}

.head-po{
	position: absolute;
    top: -13px;
    left: 30px;
    font-size: 15px;
    background: #f1f1f1;
    padding: 1px 10px;
    font-weight: 600;
    color: #fb723c;
	z-index:9;
}

.contact-status-messa .messages--status{
	box-shadow: none;
    border: 1px solid #c9e1bd;
    text-align: center;
    background-position: center 12px;
    background-size: 30px;
    padding-top: 50px;
	font-size:14px;
}

.poll-viewall {
    color: #FFF;
    font-size: 14px;
}

.poll-viewall a{
	color: #FFF;
	text-decoration:none;
}

.poll-submit-bt{
	background: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 14px;
	border:none;
	font-weight: 700;
}

.banner-list .event-text {
    position: absolute;
    text-align: left;
    opacity: 0;
    transition: 0.5s;
    transition-delay: -0.5s;
    padding: 20px 40px;
    margin-top: 130px;
    width: 100%;
}

.banner-list:hover .event-text {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.6s;
}

.banner-tranbg .custom-radio .custom-control-label{
	color: #ffffff;
}
.banner-tranbg .poll h3{
	    color: #ffffff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 22px;
}

.banner-tranbg .poll label{
	color:#ffffff;
}

.banner-tranbg .poll .form-item-choice{
    margin-right: 34px;
    padding-left: 0;
}
.event-text .banner-tranbg {
    background-color: rgba(0,0,0,0.5);
    padding: 10px 10px;
}

.event-doc-list{
	width:100%;
}

.event-doc-list td{
	font-size:14px;
}


.banner-container li a {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.event-text h5 a {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    transition-duration: 0.3s;
}

.event-text h5 a i {
      margin-right: 10px;
    line-height: 24px;
}

.event-text h6 {
    color: #ccc;
    font-size: 10px;
	text-transform:uppercase;
}

.event-text h6 i:last-child{
	margin-left:2px;
}

.event-text h5 a:hover {
    color: #0099ff;
    font-size: 16px;
    text-decoration: none;
    transition-duration: 0.2s;
}

.event-text h5{
	color: #ffffff;
}

.banner-items .views-row{
	border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 8px;
    padding-bottom: 8px;
}




.innerlinks:hover {
    background-color: rgba(255,255,255,0.1);
	transition-duration:0.3s;
}
.innerlinks {
    margin-top: 0%;
    min-height: 130px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 2%;
	transition-duration:0.3s;
}

.banner-container li a {
    display: inline;
    padding: 0px;
    margin: 0px;
}
.innerlinks a {
    color: #FFF;
    font-size: 14px;
}

.innerlinks i {
    color: #ffffff;
    font-size: 30px;
    padding: 25px 5px 10px 5px;
}

.event-text .knowmore {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 20px 3px 20px !important;
    border: 1px solid #FFF;
    transition: 0.5s;
    transition-duration: 0.1s;
	
}

.event-text .knowmore:hover {
    background-color: #ffffff;
    color: #333333;
	border: 1px solid #FFF;
    transition-duration: 0.3s;
    text-decoration: none;
	
}

.event-text .publi-res{
    border-bottom: 2px solid rgba(255,255,255,0.2);
    margin-bottom: 8px;
	width:100%;
}

.publi-res span{
	    left: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
}

.banner-tranbg ul{
	padding-left: 26px;
}







/* Tabs Section Starts Here */

.cutom-tab-nav li {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
  color: #f45e61;
  position: relative;
  vertical-align: middle;
}

.cutom-tab-nav li::before, .cutom-tab-nav li::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.cutom-tab-nav li {
  transition: color 0.25s;
}
.cutom-tab-nav li::before, .cutom-tab-nav li::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.cutom-tab-nav li::before {
  top: 0;
  left: 0;
}
.cutom-tab-nav li::after {
  bottom: 0;
  right: 0;
}
.cutom-tab-nav li:hover {
  color: #fb723c;
}
.cutom-tab-nav li:hover::before, .cutom-tab-nav li:hover::after {
  width: 100%;
  height: 100%;
}
.cutom-tab-nav li:hover::before {
  border-top-color: #fb723c;
  border-right-color: #fb723c;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cutom-tab-nav li:hover::after {
  border-bottom-color: #fb723c;
  border-left-color: #fb723c;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
 
}

.cutom-tab-nav li.active {
  color: #fb723c;
  background-color:#FFF;
  
}
.cutom-tab-nav li.active::before, .cutom-tab-nav li.active::after {
  width: 100%;
  height: 100%;
}


.cutom-tab-nav li.active a::after {
    content: '';
    position: absolute;
    left: 63px;
    top: 103px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fb723c;
    clear: both;
}
/*.cutom-tab-nav li.active a::after {
  content: '';
  width: 0;
  height: 42%;
  position: absolute;
  border: 1px solid #fb723c;
  top: 102px;
  left: 85px;	
}*/



.cutom-tab-nav li.active::before {
  border-top-color: #fb723c;
  border-right-color: #fb723c;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cutom-tab-nav li.active::after {
  border-bottom-color: #fb723c;
  border-left-color: #fb723c;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  
}

.inner-tab-head {
    /* background: #fff; */
}

.top-inner-nav>div{
	min-height: 360px;
}

.top-inner-nav>.cutom-tab-nav{
	margin-bottom: 27px;
}

.top-inner-nav>.cutom-tab-nav>li {
    text-align: center;
    color: #868686;
    margin: 0 30px;
        min-width: 150px;
    padding: 10px;
	cursor:pointer;
}

.top-inner-nav>.cutom-tab-nav>li>a {
    text-align: center;
    color: #868686;
}


.top-inner-nav>.cutom-tab-nav>li.active>a, .top-inner-nav>.cutom-tab-nav>li> .show>.nav-link {
    background-color: none;
}

.top-inner-nav>.cutom-tab-nav>li>a:hover>.normal-img {
    display: none !important;
}

.top-inner-nav>.cutom-tab-nav>li>a:hover>.hover-img {
    display: block;
}

.top-inner-nav>.cutom-tab-nav>li.active>a>.hover-img {
    display: block;
}

.top-inner-nav>.cutom-tab-nav>li>a>.hover-img {
    display: none;
}

.top-inner-nav>.cutom-tab-nav>li>a img {
    display: block;
}

.top-inner-nav>.cutom-tab-nav>li.active>a>.normal-img {
    display: none !important;
}


.more-links > a {
    color: #0054a6;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #0054a6;
}

.more-links > a:hover {
    text-decoration: none;
    color: #ffffff;
}

.blog-content h2{
    font-size:26px;
   color: #0054a6;
   font-family:'andesroundedw01-boldregular';
}

.blog-content p{
    font-size:14px;
    line-height: 20px;
    font-family: 'andesw04-regularregular', sans-serif;
}

.newsletter .newslett-div{
    background: #ffffff;
    padding: 14px 32px;
    border-left: 1px solid #f0f0f0;
        min-height: 310px;
}

.newsletter-img img{
	height:260px;
}

.newsletter .newslett-div .subscri-btn a{
	color: #ffffff;
    background: #0054a6;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 3px;
}

.newsletter .newslett-div h4{
	font-size: 18px;
	margin-bottom: 4px;
}

.newsletter .newslett-div h6{
	font-size: 14px;
}

.newsletter .newslett-div p{
	font-size: 13px;
}


.snip1581 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    height: 160px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}

.snip1581 img {
    width: 100%;
    vertical-align: top;
}
.snip1581 * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
} 

.rece-blog-content{
       padding: 6%;
    background: #ffffff;
    top: -6px;
    position: relative;
    transition-duration: 0.5s;
	
}


.recentpibli .rece-publi-img>img{
	border-radius: 0px;	
	border: 0px solid #cdcccc;
    box-shadow: 2px 2px 2px #ccc;
	height:180px;
}

.inner-public{
	padding: 8px;
}

.inner-public .rece-publi-content{
	padding: 0px 20px 0px 0px;
}

.rece-publi-content{
       padding: 20px 20px 20px 0px;
    background: #ffffff;
    top: 0px;
    position: relative;
    transition-duration: 0.5s;
}

.rece-publi-link{
	display:block;
}

.home-public .rece-publi-img>img{
	height:180px;
}

.public-list-page .rece-publi-img>img{
	height: 140px;
	
}



.rece-publi-link .arrow-more{
	opacity: 0;
    color: #333333;
    transition-duration: 0.3s;
    position: absolute;
    right: 60px;
    bottom: 40px;
}

.rece-publi-link .arrow-more i{
	color: #feb101;
}

.rece-publi-link:hover .arrow-more{
	opacity: 1;
	transition-duration: 0.3s;
	right: 40px;
}

.rece-publi-content h4{
	    line-height: 20px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 8px;
}

.rece-publi-content h4 a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
	transition-duration:0.3s;
}

.rece-publi-content h4 a:hover{
	color:#feb101;
	transition-duration:0.3s;
}
.rece-publi-link:hover{
	text-decoration: none;
}


.rece-publi-content h6{
  color:#999;
  font-size:10px;
  text-transform:uppercase;
}

.rece-publi-content p{
      color: #4c4c4c;
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 10px;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 22px;
}

.rece-blog-content h4{
	line-height: 20px;
}

.rece-blog-content h4 a{
  color:#000;
  text-decoration:none;
  font-size:16px;
}

.rece-blog-content h6{
	color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.rece-blog-content p{
    color: #4c4c4c;
    font-size: 13px;
    opacity: 0;
    position: absolute;
    border-top: 1px solid #cccccc;
    padding-top: 6px;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 8%;
    transition: opacity 0.3s 0s ease;
}

.rece-blog:hover .rece-blog-content p {
    opacity: 1;
    display: block;
    transition: opacity 0.3s 0.3s ease;
}
.rece-blog{
  border: 1px solid #f1f1f1;
  background: #ffffff;
  margin-bottom:4px;
}
.news-letter p{
	    padding-right: 0px;
    background: #ffffff;
    margin-right: 14px;
	width: 100%;
    left: 0;
    padding: 2px 18px;
	
}

.news-letter .rece-blog-content{
	top:-16px !important;
}

.news-letter:hover .rece-blog-content{
	top:-150px !important;
}

@media only screen and (min-width: 480px) {
	

	
    .snip1581 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    height: 160px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}


.snip1581.hover img{
   -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}


.rece-blog img {
    max-width: 100%;
    vertical-align: top;
}

.theme-box {
    background-color: #FFF;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    min-height: 100px;
    transition-duration: 0.3s;
    padding: 2%;
}

.theme-box:hover {
    border: 1px solid #000;
 }

 .theme-box:hover i {
    font-size: 24px;
    transition: 0.5s;
    color: #0099ff;
}
.theme-box i {
    color: #626262;
    font-size: 24px;
    padding: 7% 0% 0% 0%;
}

.theme-box h4 a {
    color: #000;
    font-size: 18px;
}

.theme-box h4 a:hover {
    text-decoration: none;
}
#chart_wrap {
    position: relative;
    padding-bottom: 46%;
    height: 0;
    overflow: hidden;
}

#piechart {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
}

.poll-view-form{
	position:relative;
}

.poll-view-form .poll .vote-form .form-actions{
	margin-left: 24px;
	text-align:left !important;
}

.poll-view-form .messages--error{
	position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    box-shadow: none;
    line-height: 1;
    font-weight: 600;
    background-image: none;
	padding:0px;
	background:none;
	font-size:14px;
}

.poll-view-form .messages--status{
	position: absolute;
    bottom: 2px;
    right: 0px;
    border: none;
    box-shadow: none;
    line-height: 0;
    background-position-y: 7px;
}



.poll-view-form .messages--error a{
	color: red;
    font-size: 13px;
	padding: 8px 10px;
	background-color: rgba(0,0,0,0.1);
}

.poll-main{
  background-color:#ffffff;
  min-height: 310px;
  /*box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);*/
  border-right:1px solid #f0f0f0;
}

.poll-main h3 {
    color: #000000;
    font-size: 18px;
    border-bottom: 0px solid #999;
    padding-bottom: 5px;
    font-family: 'andesroundedw01-boldregular';
}

.poll-main h2{
  font-size:26px;
   color: #0054a6;
   font-family:'andesroundedw01-boldregular';
}


.poll-main h6{
      font-size: 18px;
    line-height: 28px;
}

.poll-main label{
  color:#666;
  font-size:16px;
}

.previous-poll-result{
  background-color:#FFF;
  /*border: 1px solid #ccc;*/
  min-height:310px;
  /*padding:3% 5%;*/
}

.previous-poll-result h6{
	font-size: 18px;
    line-height: 28px;}

.previous-poll-result h3{
  color: #000000;
  font-size: 18px;
  border-bottom: 0px solid #999;
  padding-bottom:5px;
  font-family:'andesroundedw01-boldregular';
}

.previous-poll-result h4{
  color:#000;
  font-size:15px;
}

.previous-poll-result h4 a{
  color:#000;
  text-decoration:none;
  font-size: 15px;
}

.full-bg { background-color:#FFF; padding: 1.5%; border:1px solid #fb723c; min-height:344px;}

.allpoll-link{
  background-color:#fb723c;
  border: 1px solid #fb723c;
  min-height:310px;
  padding: 50% 10%;
  text-align:center;
  cursor:pointer;
  text-decoration:none;
  transition:0.5s
  
}

.allpoll-link a{ text-decoration:none; color:#fff }

.allpoll-link:hover {text-decoration:none; background-color:#fff; transition:0.5s; padding: 45% 10%;}
.allpoll-link:hover a {text-decoration:none; color:#000; transition:0.5s; }

.moreblogs-link{
  background-color:#fb723c;
  border: 1px solid #ccc;
  min-height:315px;
  padding: 50% 10%;
  text-align:center;
  cursor:pointer;
  text-decoration:none;
  transition:0.5s
}

.moreblogs-link a{ text-decoration:none; color:#fff }

.moreblogs-link:hover {text-decoration:none; background-color:#fff; transition:0.5s; padding: 45% 10%;}
.moreblogs-link:hover a {text-decoration:none; color:#000; transition:0.5s; }


.newletter-link{
  background-color:#fb723c;
  border: 1px solid #ccc;
  min-height:310px;
  padding: 50% 10%;
  text-align:center;
  cursor:pointer;
  text-decoration:none;
  transition:0.5s
}

.newletter-link a{ text-decoration:none; color:#fff }

.newletter-link:hover {text-decoration:none; background-color:#fff; transition:0.5s; padding: 45% 10%;}
.newletter-link:hover a {text-decoration:none; color:#000; transition:0.5s; }



.discuss-link{
  background-color:#fb723c;
  border: 1px solid #ccc;
  min-height:310px;
  padding: 50% 10%;
  text-align:center;
  cursor:pointer;
  text-decoration:none;
  transition:0.5s
}

.discuss-link a{ text-decoration:none; color:#fff }

.discuss-link:hover {text-decoration:none; background-color:#fff; transition:0.5s; padding: 45% 10%;}
.discuss-link:hover a {text-decoration:none; color:#000; transition:0.5s; }

.allpoll-link h4{
  color:#000;
  font-size:15px;
  line-height: 22px;
}

.pre-poll-res{
  border-bottom: 1px solid #999;
  padding-bottom:5px;
}

.discuss-forum{
  background-color:#FFF;
  border-right: 1px solid #f0f0f0;
  padding: 5% 10%;
  min-height:280px;
}

.lastshild-remove .col-md-4:last-child .discuss-forum{  border-right:0px;}
.newsletter .col-md-4:first-child .newslett-div  { border-left:0px;}
.newsletter .col-md-6:first-child .newslett-div  { border-left:0px;}

.discuss-forum h3{
  color: #cccccc;
  font-size: 16px;
  padding:20px 0;
}

.discuss-forum h3 > a{
	color:#000;
  
  font-size: 18px;
  padding:20px 0;
}
.discuss-forum h4{
  color: #cccccc;
  font-size:18px;
}

.discuss-forum h4 a{
  color:#000;
  text-decoration:none;
  font-size: 16px;
}

}


/* News Section Starts Here */

.news-bg-img{
  background-image: url('../images/news-bg.png');
  background-repeat: no-repeat;
  background-size: cover; 
      min-height: 490px;
}



.news-contn .news-head{
    color:#FFF;
    margin-top: 6%;
}

.news-contn-sec{
      margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    min-height: 110px
}

.news-contn-sec small{
	color:#6c6c6c;
	font-size:11px;
	text-transform: uppercase;
	    font-family: 'andesw04-regularregular', sans-serif;
}

.newsfeed-date{
	color: #999;
    font-size: 10px;
    text-transform: uppercase;
	margin-bottom:4px;
}
	
.news-contn-sec h2{
	color: #d6d5d5;
    font-family: 'andesw04-regularregular', sans-serif;
    min-height: 39px;
    font-size: 16px;
    margin-bottom: 0px;
}

.news-contn-sec h6{
	    color: #6c6c6c;
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

.news-contn-sec a{
    color:#d6d5d5;
	    font-family: 'andesw04-regularregular', sans-serif;
}

.news-contn-sec p{
    color:#ffffff;
    font-size:13px;
    padding-top: 0%;
	margin-bottom:0px;
}

.news-contn-inner{
   padding-right: 80px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-top: 35px;
}

.news-btn a{
  border-color: #ffffff;
  color: #ffffff;
  transition-duration: 0.4s;
}

.news-btn a:hover{
  border:1px solid #a4cd03;
  transition-duration: 0.4s;
  color:#ffffff;
}


.news-btn a:before{
	background:#a4cd03;
}

.snip1581 h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    color: #666;
    position: absolute;
    bottom: 0;
    background: #f1f1f1;
    padding: 9px 12px 7px 12px;
    left: 0;
}

.publication-card{
	background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.recentpibli{
  line-height: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
  transition-duration: 0.6s;
}



.recentpibli:hover{
	box-shadow: 7px 8px 10px 5px rgba(0,0,0,0.1);
	transition-duration: 0.6s;
}

.rece-blog:hover .rece-blog-content {
    top: -60px;
    position: relative;
    transition-duration: 0.3s;
}

.rece-blog:hover .rece-blog-content p {
    opacity: 1;
    display: block;
    transition: opacity 0.3s 0.3s ease;
}



.recentpibli .rece-blog-content>span{
	    position: absolute;
    top: -30px;
    background: #f1f1f1;
    padding: 9px 12px 7px 12px;
    left: 0;
}

.recentpibli .rece-blog-content>span>h3{
	    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #666;
}


/* Video Section starts here */

.video-bgmain {
    background-image: url(../images/video-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
        max-height: 300px;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    margin-bottom: 120px;
}

.videobox {
    background-color: #F9F9F9;
    padding: 10% 5%;
    min-height: 340px;
    border: 1px solid #EFEFEF;
    text-align: center;
    position: relative;
    bottom: -40px;
    display: block;
    border-radius: 6px;
	transition-duration:0.4s;
	    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
}

.videobox:hover{
	text-decoration:none;
	bottom:-26px;
	transition-duration:0.4s;
	    box-shadow: 2px 2px 12px 4px rgba(0,0,0,0.1);
}

.videobox .post-img {
    overflow: hidden;
    border-radius: 70px;
}

.videobox .post-img img {
    border-radius: 8%;
}

.videobox>p{
	    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'andesw04-regularregular', sans-serif;
	min-height:100px;
	line-height:22px;
}

.videobox>h4{
	margin-bottom:16px;
}


.videobox h4>img{
	width:48px;
	height:48px;
	margin:0 auto;
}

.videobox h4 i {
        color: #fd5f80;
}

.videobox .item-content h4 {
        font-size: 14px;
    color: #fb723c;
    font-weight: 500;
	margin-bottom:0px;
}


.videobox .item-content h5 {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #8a8a8a;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 2px;
	line-height:15px;
}

.videobox .item-content h6 {
    color: #8a8a8a;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.videobox .item-content {
    margin-top: 0px;
    text-align: left;
}



/* Partners Section */

.lef-dd>h2 {
    font-family: 'andesroundedw01-boldregular', sans-serif;
}
.lef-dd>h2 {
    color: #ffffff;
    font-size: 24px;
}

/* Footer Starts Here */

.page-footer {
    /* background: #262626; */
    padding: 1% 14%;
	background: rgba(0,0,0,0.8);
}

.footer-top-inner {
       padding: 20px 0 0;
}

.page-footer ul {
    margin-bottom: 0px;
}

.page-footer ul li {
    margin: 10px 0;
    line-height: 20px;
}

.page-footer ul li a {
    color: rgba(255,255,255,0.7);
    opacity: 1;
    font-weight: 500;
    font-size: 14px;
}

.footer-line {
    height: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
}

.footer-copyright1 span {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    font-weight: 300;
}

.footer-copyright1 a {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}

.footer-copyright {
    background: #000000;
    padding: 0 14%;
}

.footer-copyright span {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.4;
    font-weight: 300;
}

.footer-copyright a {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}

.footer-top-inner .fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-facebook-f {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin-in {
    background: #007bb5;
    color: white;
}

.subscribr-newsletter a {
    padding: 7px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

/*login strat*/
.login-modal-content .login-content {
    background: rgba(0,99,166,0.9);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.login-modal-content .inner-login-content h5 {
    color: #ffffff;
    font-size: 16px;
}

.login-modal-content {
    background: none;
}
.login-modal-content .inner-login-content button {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.login-modal-content .flat-button {
    background-color: #0063a6;
    padding: 10px 20px;
}


.login-modal-content .flat-button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    border: none;
    font-weight: 500;
    background-color: #0063a6;
   /* padding: 15px;*/
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
}

.login-modal-content .login-form .close {
    padding: 10px 15px;
    right: -16px;
    position: absolute;
    border-top-right-radius: 8px;
    top: 1px;
}

.login-modal-content .login-form .close>span {
    background: #cccccc;
    border-top-right-radius: 18px;
    padding: 8px 7px;
    border-bottom-left-radius: 50px;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.login-modal-content .login-form {
    background: #ffffff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.login-form {
    padding: 50px 60px;
}

.login-modal-content .inner-login-content {
    padding: 140px 17px;
}

/*login end*/


/*logos start*/
.partners {
     padding: 4% 14%;
   }
   .partners .part-logo {
     min-height: 120px;
     border: 1px solid #f1f1f1;
     padding: 19px 45px;
   }
   .partners .part-logo img {
     margin: 0px auto;
   }
   .partners .slick-slide {
     margin: 0px 20px;
   }
   .partners .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     -ms-touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
   }
   .partners .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
   }
   .partners .slick-list:focus {
     outline: none;
   }
   .partners .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
   }
   .partners .slick-slider .slick-track, .partners .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   .partners .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
   }
   .partners .slick-track:before {
     display: table;
     content: '';
   }
   .partners .slick-track:after {
     display: table;
     content: '';
     clear: both;
   }
   .partners .slick-loading .slick-track {
     visibility: hidden;
   }
   .partners .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
   }
   .partners [dir='rtl'] .slick-slide {
     float: right;
   }
   .partners .slick-slide img {
     display: block;
   }
   .partners .slick-slide.slick-loading img {
     display: none;
   }
   .partners .slick-slide.dragging img {
     pointer-events: none;
   }
   .partners .slick-initialized .slick-slide {
     display: block;
   }
   .partners .slick-loading .slick-slide {
     visibility: hidden;
   }
   .partners .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
   }
   .partners .slick-arrow.slick-hidden {
     display: none;
   }

/*logos end*/

.scroll-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 25px;
    right: 20px;
    display: none;
    background: #333;
    border-radius: 50%;
    border: 1px solid #333;
    cursor: pointer;
	color:#fff;
}



#mainNav {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    min-height: 82px;
}
	
.video-icon {
    position: absolute;
    font-size: 12px;
    color: #fff;
    left: 25px;
    top: 10px;
    background-color: rgba(0,0,0,0.5);
    padding: 5px;
    border-radius: 50%;
    z-index: 1;
}






@media only screen and (min-width: 280px) and (max-width: 479px) {
	
.like-div div,button { margin-top:10px;}	
	
.write-new {
    margin: 0px auto 0;
    width: 100% !important;
}	
.comment p {
    line-height: 1.5;
    padding: 18px 22px;
    width: 90% !important;
    position: relative;
    word-wrap: break-word;
}
	
.displaynone_xs	{ display:none;}	
	
.mypage-top-pad { padding-top:32% !important;}
.form-margin {margin-top: 20px;}
.contact-hed h1 { font-size:35px; color:#000; font-weight:bold;}
.content-hed-padding {padding: 0% 2% 0% 2%;}	


/* .partners_margin { margin-top:1100px} */

.partners .slick-slide {
    margin: 0px 20px !important;
}

.videobox {
       background-color: #F9F9F9;
    padding: 5%;
    height: 310px;
    /* width: 100%; */
    border: 1px solid #EFEFEF;
    text-align: center;
    position: relative;
    top: 20px;
}	
.padding-xs-none {
	
	padding:0px !important;
	margin-top:20px;
	 
	}
	
.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-inline-box;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 12px 0;
}

#mainNav {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    min-height: 58px;
    padding: 0 8% !important;
}



#mainNav .navbar-brand {
    color: #ffffff;
    font-family: 'andesw04-regularregular', sans-serif;
	margin-top:15px;
	padding-top:4px !important;
	 
	
    
}
.nav-bt { position:absolute; top:10px; right:10px;}

#mainNav {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    min-height: 82px;
    padding: 0 8% !important;
}

.back-link {
    text-align: right;
    padding: 70px 0;
}
	
}

.resource-download h5{
	font-size: 16px;
	margin-bottom: 16px;
}

.resource-download a{
	    background: #feb101;
    padding: 14px 56px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}



/*pub comments start*/
.comment-section {
    list-style: none;
    max-width: 100%;
    width: 100%;
    margin: 50px auto;
    padding: 10px;
}

.comment.user-comment {
    color: #808080;
}
.comment {
    display: flex;
    border-radius: 3px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.comment.user-comment .info {
    text-align: right;
}
.comment .info {
    width: 17%;
}

.rc_login-button{
	    text-transform: uppercase;
    font-weight: 600;
    width: inherit;
    padding: 16px 16px 14px 16px;
	display:none !important;
}

.login-com{
	text-transform: uppercase;
    font-weight: 500;
    width: inherit;
    padding: 18px 33px 16px 40px !important;
    border: 2px solid #0a76b7;
    background: #0a76b7;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    border-radius: 40px;
}

.login-com:hover{
	color:#ffffff;
}


.rc_add-comment{
    padding: 8px 26px 8px 26px !important;
	margin-top: 10px !important;
}

.rc_add-comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid #0a76b7;
    background: #0a76b7;
    -ms-flex-positive: 0;
    flex-grow: 0;
    color: #fff;
    white-space: nowrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
}

.rc_anon-wrapper>div>label{
	display:none;
}

.user-comment p:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffefcc;
    left: -8px;
    top: 18px;
}
.author-comment p:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #cce0ed;
    right: -8px;
    top: 18px;
}

.comment .info a {
    display: block;
    text-decoration: none;
    color: #656c71;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0 3px 0;
}

.comment .info span {
    font-size: 11px;
    color: #9ca7af;
}

.comment.user-comment .avatar {
    padding: 10px 18px 0 3px;
}
.comment .avatar {
    width: 8%;
}

.comment.user-comment p {
    background-color: #ffefcc;
}
.comment p {
    line-height: 1.5;
    padding: 18px 22px;
    width: 50%;
    position: relative;
    word-wrap: break-word;
	font-size:14px;
	color:#000;
}

.comment.author-comment {
    color: #60686d;
    justify-content: flex-end;
}
.comment {
    display: flex;
    border-radius: 3px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.comment.author-comment .info {
    order: 3;
}
.comment .info {
    width: 17%;
}

.comment.author-comment .avatar {
    order: 2;
    padding: 10px 3px 0 18px;
}
.comment .avatar {
    width: 8%;
}

.comment.author-comment p {
    background-color: #cce0ed;
    order: 1;
}
.comment p {
    line-height: 1.5;
    padding: 18px 22px;
    width: 50%;
    position: relative;
    word-wrap: break-word;
}

.write-new {
    margin: 0px auto 0;
    width: 50%;
}

.write-new textarea {
    color: #444;
    font: inherit;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #cecece;
    background-color: #fefefe;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
    overflow: auto;
    width: 100%;
    min-height: 80px;
    padding: 15px 20px;
}

.write-new button {
    float: right;
    background-color: #87bae1;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 25px;
    margin-top: 18px;
}
.write-new img {
    border-radius: 50%;
    margin-top: 0px;
	float:left;
}
.comment.user-comment .avatar img {
    float: right;
}
.comment .avatar img {
    display: block;
    border-radius: 50%;
}

 .more-links-pub > a {
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #feb101;
}


/*pub comments end*/



/*events start*/
.card-body-event .arrow-more {
    opacity: 0;
    color: #fd5f80;
    transition-duration: 0.3s;
    position: absolute;
    right: 60px;
    bottom: 10px;
}

.card-body-event:hover { background-color:#fff !important; box-shadow: 7px 8px 10px 5px rgba(0,0,0,0.1);
    transition-duration: 0.6s;}

.card-body-event:hover .arrow-more{
	opacity: 1;
	transition-duration: 0.3s;
	right: 40px;
}

.card-body-event {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 10px ;
	background-color:#f1f1f1;
	min-height: 127px;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
    transition-duration: 0.6s;
	
}
.eventscard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    
}
.eventscard img {
	position:relative;
	display:table-cell;
  transition: transform .5s ease;
}

.eventscard p { font-size:13px; color: #4c4c4c; text-decoration:none; margin-bottom: 0px;margin-top:8px;}

.eventscard h4 {font-size:16px; color: #000; text-decoration:none;margin-bottom: 0px;}

.eventscard h4 a{
	color: #000000;
}

.events-hed {color: #a4cd03 !important; text-transform:uppercase; font-size: 36px !important;
    display: block;
    font-family: 'andesroundedw01-blackregular';
    letter-spacing: 1px;}

/*events end*/

/*expert start*/
.snip1581 i { position:absolute; font-size:20px; color:#fff; bottom:10px; right:10px; background-color:rgba(0,0,0,0.5); padding: 10px; border-radius:50%; z-index:1;}
.video-frame {
    box-shadow: 1px 2px 3px -2px rgba(0,0,0,0.5);
    background-color: #fff;
    border: 1px solid #ccc;
}

.expert-name h4 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.expert-name h5 {
    color: ##5a5a5a;
    font-size: 16px;
    font-weight: 500;
}
.expert-name h3 { font-size:20px; font-weight:500; margin: 25px 0 10px 0;}
.podcost-name h3 { font-size:20px; font-weight:500; margin: 0px 0 10px 0;}
.expert-name h3:after {
content: " ";
border-color:#0099ff;
  border-bottom-style: solid;
  border-bottom-width:1px;
  display:table-cell;
  width:50px;
  padding: 5px 0;
  }
  
  
/* expert list styles */
.exper-list:hover{
	text-decoration:none;
}

.exper-list .expert-list-inner{
	line-height: 0px;
    background: #f9f9f9;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    transition-duration: 0.6s;
	padding: 22px 22px;
    min-height: 270px;
}

.exper-list .expert-list-inner .expert-talk-list-image {
    width: 80px;
    height: 80px;
    background: #f1f1f1;
    border-radius: 110px;
    overflow: hidden;
    margin: 0px auto;
	    box-shadow: 0px 0px 7px 4px rgba(0,0,.0,0.2);
}

.exper-list .expert-list-inner .expert-talk-inner-content {
    padding: 20px 0px 0px 0px;
    text-align: center;
	top: 0px;
    position: relative;
    transition-duration: 0.5s;
}

.exper-list .expert-list-inner .expert-talk-inner-content h4 {
    line-height: 20px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
	margin-bottom:2px;
}
.exper-list .expert-list-inner .expert-talk-inner-content h6 {
    text-transform: none;
	color: #999;
    font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}

.exper-list .expert-list-inner .expert-talk-inner-content h5 {
    text-transform: none;
	color: #999;
    font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}

.exper-list .expert-list-inner .expert-talk-inner-content p {
    color: #4c4c4c;
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 3px;
    margin-top: 7px;
    margin-bottom: 0;
}

.exper-list .expert-list-inner .expert-talk-inner-content .mobile-list-blok{
	border-top:none;
	font-size:16px;
	color:#333333;
}

.exper-list .arrow-more {
    opacity: 0;
    color: #333333;
    transition-duration: 0.3s;
    position: absolute;
    right: 50%;
    bottom: 40px;
}

.exper-list:hover .arrow-more {
    opacity: 1;
    transition-duration: 0.3s;
    right: 47%;
}

/* expert Detail Page */

/* Consultants Repository Details */

.consultants-list{
}

.consultants-list:hover{
	text-decoration:none;
}

.consultants-list .consultants-list-inner{
	line-height: 0px;
    background: #f9f9f9;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    transition-duration: 0.6s;
    padding: 20px 30px;
}

.consultants-list .consultants-list-inner p{
	font-size:14px;
	color:#333333;
}

.skill-set ul{
	display: inline-flex;
	list-style-type:none;
	padding-left:0px;
	margin-bottom: 0px;
}

.skill-set ul li{
    color: #333333;
    border: 1.2px solid rgba(0,0,0,0.2);
    padding: 10px 10px 12px 10px;
    margin-right: 4px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
}

.consultants-list .consultants-list-inner .consultants-list-image{
    background: #f1f1f1;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 80px;
    box-shadow: 0px 0px 7px 4px rgba(0,0,.0,0.2);
	margin-bottom:10px;
}

.consultants-inner-content{
	text-align:center;
}

.consultants-inner-content>h4{
	color:#333333;
	font-size:18px;
	margin-bottom:0px;
}

.consultants-inner-content>h6{
	color:#999;
	font-size:14px;
}

.expert-detai-img{
	    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 130px;
    margin: 0 auto;
}

.expert-details-page{
	text-align:center;
	    margin-top: 20px;
}

.expert-details-page .expert-name-page{
	font-size:18px;
	margin-bottom: 3px;
}
.expert-details-page .expert-designtion-page{
	font-size:14px;
	color:#a2a2a2;
}

.expert-talk-details-page .expert-talk-title{
	    font-size: 30px;
		margin-bottom:0px;
}

.expert-talk-details-page .expert-talk-publisheddate{
	font-size:14px;
	color:#a2a2a2;
	line-height: 24px;
	margin-top:0px;
}

/*expert end*/

/*webinar start*/

.webinarcard img {
	position:relative;
	display:table-cell;
  transition: transform .5s ease;
}

.card-body-web {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 10px ;
	background-color:#f1f1f1;
	min-height: 127px;
	border: 1px solid #f1f1f1;
	transition:0.5s;
	
}
.card-body-web:hover {background-color:#fff; border: 1px solid #ccc; transition:0.5s;}
.webinarcard:hover .use-more-bt { opacity:1;}
.webinarcard:hover h4 {font-size:16px; color: #0063a6; text-decoration:none;margin-bottom: 0px;}

.webinarcard p { font-size:13px; color: #4c4c4c; text-decoration:none; margin-bottom: 0px;margin-top:8px;}

.webinarcard h4 {font-size:16px; color: #000; text-decoration:none;margin-bottom: 0px;}

.webinarcard h4 a{
	color: #000000;
}

.preweb-likes h5 { font-size:13px; color:#333;}

.btn-fb-web { background-color:#fff; color:#3b5998; border-radius:0; border: 0px solid #3b5998; font-size:13px; font-weight:700;}
.btn-tw-web { background-color:#fff; color:#55acee; border-radius:0; border: 0px solid #55acee; font-size:13px; font-weight:700;}
.btn-li-web { background-color:#fff; color:#0082ca; border-radius:0; border: 0px solid #0082ca; font-size:13px; font-weight:700;}

.prasenter-img { width:100%; height:100%; min-width:150px; }
.webinar-input, .webinar-textarea, .webinar-select select {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 0;
    margin: 15px 0;
	
}

.webinar-submit { background-color:}

.webinar-select {
	padding: 10px 10px;
    font-size: 14px;
    border-radius: 0;
    margin: 15px 0;
	
	}



.webinar-name h4 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.webinar-name h5 {
    color: ##5a5a5a;
    font-size: 16px;
    font-weight: 500;
}
.webinar-name h3 { font-size:20px; font-weight:500; margin: 25px 0 10px 0;}


.webinar-name h3:after {
content: " ";
border-color:#0099ff;
  border-bottom-style: solid;
  border-bottom-width:1px;
  display:table-cell;
  width:50px;
  padding: 5px 0;
  }
  
.like-com-web {
    display: inline-flex;
    margin-left: 0px;
}
.like-com-web div {
    border: 0px solid #cccccc;
    padding: 0px 10px 0 0;
    margin: 0 0px 0px 0px;
}

.like-com-web a {
    font-size: 14px;
    margin-bottom: 0px;
    color: #333333;
    font-weight: 600;
}

/*webinar end*/

/*usefulllinks start*/
.use-example{
        margin: 10px !important;        
    }
	
	.use-links a{
		text-decoration:none;
	}
	
	.useful-link-div{
		text-align:center !important;
		border: 1px solid #cccccc;
    padding: 10px;
	margin-bottom:10px;
	min-height: 140px;
	}
	
	.useful-link-div:hover{
	border: 2px solid #fb723c;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    transition-duration: 0.2s;
	}
	
	.useful-link-div h4{
		margin-bottom:0px;
		    font-size: 14px;
    color: #333333;
    border-top: 1px solid #f1f1f1;
    padding-top: 9px;
    margin-top: 12px;
	}
	
.use-example a{ text-decoration:none;} 
.card-body-use {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 10px ;
	background-color:#f1f1f1;
	min-height: 85px;
	transition:0.5s;
	
}

.card-body-use .link-icon { position:absolute; right:10px; bottom:10px; font-size:15px; color:#333; transition:0.5s}

.card-body-use:hover { background-color:#FFF; transition:0.5s;}
.card-body-use:hover .link-icon { opacity:0; transition:0.5s}

.card-body-use h4 {font-size:14px;}
.use-more-bt { font-size:20px; color:#000; border:none; opacity:0; position:absolute; right:10px; bottom:2px; background-color:transparent; transition:0.5s}
.card-body-use:hover .use-more-bt {opacity:1; transition:0.5s}

/*usefull lins end*/

.accord-hed1 {color: #feb101 !important; text-transform:uppercase; font-size: 36px !important;
    display: block;
    font-family: 'andesroundedw01-blackregular';
    letter-spacing: 1px;
	padding:94px 0 !important; }
	
.accord-hed2 {color: #a4cd03 !important; text-transform:uppercase; font-size: 36px !important;
    display: block;
    font-family: 'andesroundedw01-blackregular';
    letter-spacing: 1px;
	padding:94px 0 !important; }

.accord-hed3 {color: #fb723c !important; text-transform:uppercase; font-size: 36px !important;
    display: block;
    font-family: 'andesroundedw01-blackregular';
    letter-spacing: 1px;
	padding:94px 0 !important; }
	
.accord-hed4 {color: #0099ff !important; text-transform:uppercase; font-size: 36px !important;
    display: block;
    font-family: 'andesroundedw01-blackregular';
    letter-spacing: 1px;
	padding:94px 0 !important; }




/*

    }
    @media only screen and (min-width: 1440px) {
       
    }
    @media only screen and (min-width: 2000px) {
        /* for sumo sized (mac) screens 
    }
    @media only screen and (max-device-width: 480px) {
       /* styles for mobile browsers smaller than 480px; (iPhone) 
    }
    @media only screen and (device-width: 768px) {
       /* default iPad screens 
    }
    /* different techniques for iPad screening 
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only 
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only 
    }

*/	

.side-bg {box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1); background-color:#FFF;}
/*.page-link {
    position: relative;
    display: block;
    padding: 10px 18px;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e4e4e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}*/

.pagination{
    margin-top: 30px;
}
.pagination .page-link{
	position: relative;
    display: block;
    padding: 10px 18px;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e4e4e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .is-active .page-link{
	background:#333333;
	color:#ffffff;
}


#loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}


.contact-form input{
	min-height:50px;
	border: 1px solid #d1d1d1;
	margin-bottom:18px;
	border-radius:0px;
	padding: 0 16px;
}
.contact-form textarea{
	height: 100px;
	border: 1px solid #d1d1d1;
	margin-bottom:12px;
	border-radius:0px;
	width:100%;
	padding: 16px 16px;
}

.contact-message-feedback-form #edit-actions{
	margin:0 auto;
}

.contact-message-feedback-form #edit-actions input {
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #333333;
	transition-duration:0.2s;
}

.contact-message-feedback-form #edit-actions input:hover {
	background:#333333;
    color: #ffffff;
    border: 2px solid #000000;
	transition-duration:0.3s;
}



.contact-form input::-webkit-input-placeholder { /* Edge */
  color: #c2c2c2;
}

.contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c2c2c2;
}

.contact-form input::placeholder {
  color: #c2c2c2;
}

.contact-form label{
	display:none;
}

.contact-form .form-text{
	margin-top:0px;
}

.contact-form div#edit-name{
	margin-bottom: 10px;
    opacity: 0.4;
	display:none;
}

.contact-form div#edit-mail{
	margin-bottom: 10px;
    opacity: 0.4;
	display:none;
}

.rc_input-wrapper{
    border:none;
}

.rc_input-wrapper .rc_add-comment{
	text-transform: uppercase;
    font-weight: 600;
    width: inherit;
    padding: 16px 16px 14px 16px;
	border-radius: 50px;
}

.rc_input-wrapper .rc_input-actions{
	border:none;
	height:inherit;
	opacity:1;
	justify-content: flex-start;
	background:none;
}

.rc_input-wrapper .DraftEditor-root{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 90px;
	transition-duration:0.3s;
}

.rc_input-wrapper .DraftEditor-editorContainer{
	min-height: 58px;
    border-radius: 90px;
    padding-left: 37px;
    font-size: 14px;
}

.rc_comment{
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 0px;
}

.social-media-sharing{
	text-align:right;
}

.social-media-sharing ul>li>a>img{
	width:28px;
}

.social-media-sharing .share-text{
	margin:0px;
}

.social-media-sharing .list-inline-item:not(:last-child) {
    margin-right: 0px;
}

.down-li{
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 20px;
    width: 28px;
    height: 28px;
    text-align: center;
	position: relative;
    top: 1px;
}

.down-li i{
	color: #000000;
    position: relative;
    top: -1px;
    font-size: 13px;
}

.ui-widget.ui-front{
    border-radius: 0px;
	background:#ffffff;
	    padding: 30px 70px 60px 70px;
	width:40% !important;
}

.ui-widget.ui-front>.ui-dialog-titlebar{
	background: none;
    border: none;
    position: absolute;
    right: 10px;
	top:20px;
}

.ui-widget.ui-front>.ui-dialog-titlebar span.ui-dialog-title{
	display:none;
}

.ui-widget.ui-front .search-form label:before{
	content:none;
}

.ui-widget.ui-front .search-form label{
	display: block;
    font-size: 24px;
    font-weight: 500;
}

.ui-widget.ui-front .ui-dialog-content input[type='search']{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border: none;
    outline: none;
    color: #000000;
    height: 54px;
    background: #ccc;
    transition-property: none;
    width: 75%;
    padding: 0 20px;
	margin-bottom:12px;
}

.ui-widget.ui-front .ui-dialog-content input[value='Search']{
	    background: #feb101;
    border: none;
    color: #ffffff;
    padding: 16px 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 18px;
	
}

.search-page-lis .block-local-tasks-block{
	display:none;
}

.search-page-lis .search-results{
	padding-left:0px;
}

.search-page-lis .search-form{
	background: #E2EAED;
        padding: 2% 10% 2% 10%;
    border: 2px dashed rgba(0,0,0,0.1);
}

.search-page-lis>#block-pfm-content>.content>.item-list h3{
	    font-size: 16px;
    background: #f1f1f1;
    padding: 8px 13px;
    color: rgba(0,0,0,0.5);
	margin-bottom:25px;
}
.search-page-lis>#block-pfm-content>.content>.item-list h3>span{
    color: rgba(0,0,0,1);
}

.poll-list-div{
	background:#f9f9f9;
	border:1px solid #f1f1f1;
	padding:16px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	margin-bottom:20px;
	min-height:312px;
}

.poll-list-div h4{
	    font-size: 15px;
    line-height: 20px;
	    min-height: 62px;
}

.home-pol-act{
	border:1px solid #f1f1f1;
	min-height:282px;
}


.home-pol-act h3.poll-question{
	background:#f1f1f1;
	padding:15px 15px;
}

.search-page-lis .search-form input[type='search']{
	    width: 75%;
    outline: 2px solid #cee0e6;
    border: 2px solid #9ab0b8;
    padding: 11px 15px;
    -webkit-appearance: none;
    font-weight: 400;
    color: #323232;
    -webkit-transition: all .3s ease-
}

.search-reselu-blok{
	border:none !important;
	box-shadow:none !important;
	margin-bottom:0px !important;
}

.search-reselu-blok h4{
	color:#0063a6;
	    font-size: 19px;
}

.search-reselu-blok p{
	margin-top: 2px;
}

.search-page-lis .search-form input[type='submit']{
	background: #262626;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 9px 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.search-page-lis .search-form label{
    width: 102px;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    top: 8px;
    font-size: 14px;
}

.ui-widget.ui-front .ui-dialog-content .search-help-link{
	display:none;
}

.ui-widget.ui-front .ui-dialog-content .item-list{
	display:none;
}


.ui-widget.ui-front .ui-dialog-content{
	margin:0px auto !important;
}

.side-bar-site{
    margin-top: 0px;
}

.side-bar-site #edit-field-publisheddate-value--wrapper .fieldset-wrapper{
	padding: .75rem 1.25rem;
}



.side-bar-site .custom-control{
	border-bottom: 1px dashed #cccccc;
    margin-bottom: 4px;
    padding-bottom: 4px
}

.side-bar-site .custom-control-label{
	line-height:24px;
	    font-size: 13px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0;
}

.ajax-progress-throbber .throbber {
       display: inline;
       padding: 1px 5px 2px;
       background: url(../images/loader-64x/Preloader_7.gif) no-repeat 0 center;
   }
   
   /* Full screen throbber */
.ajax-progress-fullscreen {
position: fixed;
    z-index: 1000;
    top: 48.5%;
    left: 49%;
    opacity: 0.9;
    width: 60px;
    height: 60px;
    background-image: url(../images/loader-64x/Preloader_1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: inherit;
    border-radius: 0;
}

.side-bar-site h2{
	    font-size: 20px;
    margin-left: 14px;
    text-transform: uppercase;
}

.side-bar-site fieldset>legend{
	padding: 8px 14px;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #fb723c;
}

.side-bar-site fieldset>legend span.fieldset-legend:after {
    content: "";
    display: inline-block;
    width: 100%;
    background: #fb723c;
    height: 1px;
    top: 20px;
    position: absolute;
    margin-left: 12px;
}

.side-bar-site fieldset{
	margin-bottom:10px;
}

.side-bar-site #edit-actions{
	position: absolute;
    top: 0px;
    right: 15px;
}

.side-bar-site #edit-actions .js-form-submit{
        color: #fb723c;
    border: none;
    font-size: 13px;
    font-weight: 600;
    background: none;
}

.side-bar-site .fieldgroup{
	border:none;
}

.box-check{
        color: #000000;
        padding: 20px;
        display: none;
        margin-top: 20px;
        background: #cccccc;
        margin-bottom:20px;
            float: left;
    }

#filter-value{
	background:#F2F4F6;
	display:block;
}

.filter-padding{
	padding:10px 10px 6px 10px;
	    margin-bottom: 14px;
}


	#filter-value span{
	display: inline-block;
    font-size: 13px;
    padding: 6px 8px;
        border: 1.9px dashed #E1EAED;
    background-color: white;
    border-radius: 4px;
    font-weight: 600;
    color: #323232;
    margin-right: 4px;
	margin-bottom:4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
	


.side-bar-site input[type=checkbox]:checked ~ .side-bar-site #edit-actions .js-form-submit {
  display:block;
}

/* Faqs page design */

.faqfield-answer{
	height:auto !important;
}

.views-field-field-faq{
	margin-bottom:20px;
}
.views-field-field-faq h3{
	font-size: 18px !important;
	padding: 0.9em .7em 0.9em .9em !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background:#333333;
	border:1px solid #000000;
}


/* Events Page Design */

.event-detail-right{
	border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
}

.event-detail-right h2{
    font-size: 18px;
    margin-bottom: 0px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 20px;
}

.event-detail-right>div{
	border-bottom:1px dashed #cccccc;
}

.event-detail-right>div:last-child{
	border-bottom:0px;
}

.event-detail-right h6{
	font-size:13px;
	margin-bottom:6px;
	color:#ababaa;
}

.date-ev h5 span{
		font-size: 14px;
color: #000000;
font-weight:600;
}
.date-ev h5{
		font-size: 14px !important;
}
.event-detail-right .date-ev h5:last-child{
	font-size:13px !important;
}

.event-detail-right h5{
	font-size:15px;
	color:#2b2b2b;
	margin-bottom:4px;
}

.event-docs-de{
	    background: #f9f9f9;
    border-radius: 3px;
    text-align: center;
    padding: 12px 16px;
    border-left: 3px solid rgba(0,0,0,0.3) !important;
    margin-bottom: 12px;
    min-height: 110px;
    border: 1px solid #f1f1f1;
	transition-duration:0.3s;
}
.event-docs-de:hover{
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
	transition-duration:0.2s;
	border-left: 3px solid #a4cd03 !important;
}


.event-docs-de a{
	color:#333333;
}

.event-docs-de a:hover{
	text-decoration:none;
}

.event-docs-de h4{
	word-break: break-all;
    font-size: 15px;
	margin-bottom:0px;
}

.event-docs-de h4 i{
	display:block;
		font-size: 20px;
    margin-bottom: 10px;
}

.event-detail-right h5:last-child{
	margin-bottom:0px;				
}

.event-detai-table{
	margin-bottom:0px;
}

.event-detai-table tr{
	border-bottom: 1px dashed #cccccc;
}

.event-detai-table tr td{
	border-top:none;
}

.event-detai-table tr:last-child{
	border-bottom: none !important;
}

.event-ico{
}

.event-ico i{
	font-size: 24px;
    color: #a4cd03;
}

.event-detail-right .social-media-sharing{
	text-align:left;
}


.event-gall { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.event-gall-item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.event-gall-item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .event-gall {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .event-gall {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .event-gall {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .event-gall {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1366px) {
	.publication-section{
		padding: 5% 4%;
	}
	.tabs-section{
		padding: 5% 4%;
	}
	.video-padd{
		padding: 0% 4%;
	}
	.partners {
		padding: 10% 4% 5%;
	}
	.page-footer {
		padding: 1% 4%;
	}
	#mainNav{
	  padding: 0 4%;
	}
	.topinnerbanner1{
		padding: 0 4%;
	}
	.content-padding { 
		padding: 0 4%;
	}
	.footer-copyright {
		padding: 0 4%;
	}
}

@media (min-width: 1920px) {
	.publication-section{
		padding: 5% 14%
	}
	.tabs-section{
		padding: 5% 14%
	}
	.video-padd{
		padding: 0% 14%;
	}
	.partners {
		padding: 5% 14%;
	}
	.page-footer {
		padding: 1% 14%;
	}
	#mainNav{
	  padding: 0 14%;
	}
	.topinnerbanner1{
		padding: 0 14%;
	}
	.content-padding {
		padding: 0 14%
	}
	.footer-copyright {
		padding: 0 14%;
	}
}

/* Profile page starts here */

.profile-page-pfm{
	padding: 30px 12px;
}

.border-left-light{
	border-left: 1px solid #f1f1f1;
}

.profile-formfield-outer{
	
}

.applica-top{
	background: #f1f1f1;
    padding: 50px 0px;
    min-height: 300px;
}

.skill-div span{
	background: #f1f1f1;
    border: 1px dashed #cccccc;
    margin-right: 4px;
    padding: 4px 11px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 13px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 6px;
}



.profile-pic-add a {
    padding: 6px 16px;
    border-radius: 20px;
    border: 2px solid #e9a200;
    color: #ffffff;
    font-weight: 600;
    background: #feb101;
    font-size: 14px;
}

.profile-pic-add a:hover{
	transition-duration: 0.2s;
	background: #0054a6;
	border: 2px solid #00488f;
	text-decoration: none;
}

.form-heading{
	margin-bottom: 30px;
	position: relative;
}

.form-heading h4{
	color: #000000;
	font-size: 20px;
    text-transform: uppercase;
}

.form-heading h4:after{
	    content: '';
    width: 40px;
    height: 4px;
    background: #feb101;
    /* border: 2px solid #cccccc; */
    position: absolute;
    bottom: -6px;
    left: 0px;
    border-radius: 10px;
}

.profile-formfield-outer .form-control:disabled, .form-control[readonly]{
	background: #f9f9f9;
}

.profile-formfield-outer input.form-control, .profile-formfield-outer select.form-control{
	    border: 1px solid #cccccc;
    height: 50px;
    border-radius: 0.3rem !important;
        font-size: 16px;
        border-left: 2px solid #0054a6;
        border-right: 2px solid #0054a6;
}

.profile-formfield-outer textarea.form-control{
	border-left: 2px solid #0054a6;
        border-right: 2px solid #0054a6;
}

.profile-formfield-outer .form-control:focus{
	box-shadow: none;
	border:2px solid #0054a6;
}

.register-submi button{
	    background: #feb101;
    color: #ffffff;
    border: 1px solid #e9a200;
    font-weight: 600;
    padding: 16px 60px;
    font-size: 18px;

}

.has-float-label{display:block;position:relative;width:100%;}.has-float-label label,.has-float-label>span{position:absolute;cursor:text;font-size: .875rem;opacity:1;-webkit-transition:all .2s;transition:all .2s;top:-.5em;left:.75rem;z-index:3;line-height:1;padding:0 1px}.has-float-label label::after,.has-float-label>span::after{content:" ";display:block;position:absolute;background:#fff;height:2px;top:50%;left:-.2em;right:-.2em;z-index:-1}.has-float-label .form-control::-webkit-input-placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)+*{font-size:1rem;opacity:.5;top:1em}.input-group .has-float-label{display:table-cell}.input-group .has-float-label .form-control{border-radius:.25rem}.input-group .has-float-label:not(:last-child),.input-group .has-float-label:not(:last-child) .form-control{border-bottom-right-radius:0;border-top-right-radius:0;border-right:0}.input-group .has-float-label:not(:first-child),.input-group .has-float-label:not(:first-child) .form-control{border-bottom-left-radius:0;border-top-left-radius:0}


.profile-content-div h6{
	font-size: 12px;
	font-weight: 400;
}

.profile-content-div h6{
	font-weight: 400;
    color: #ef8a22;
    font-size: 14px;
}

.about-div-profile{
	background: #f1f1f1;
	padding: 16px;
}

.content .search-help-link {
    display: none;
}


.views-exposed-form>div>form div input#edit-title{
	border: 1px solid rgba(0,0,0,0.1);
    width: 96%;
    height: 34px;
    border-radius: 40px;
    margin-left: 11px;
    padding: 4px 10px;
    background: rgba(0,0,0,0.01);
    font-size: 14px;
} 

.views-exposed-form>div>form div input#edit-first-name{
	border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    height: 34px;
    border-radius: 40px;
    margin-left: 11px;
    padding: 4px 10px;
    background: rgba(0,0,0,0.01);
    font-size: 14px;
}



.edit-profile-design #block-pfm-local-tasks{
	display:none;
}

#user-form{
	border: 1px solid rgba(0,99,166,0.1);
    border-radius: 1px;
    padding: 45px 55px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.05);
}

#user-form div:last-child input[type='submit']{
	    width: inherit;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
	background:#feb101;
}

.edit-profile-design label.custom-control-label::before{display:none;}
.edit-profile-design .custom-control label::before{display:none};
.edit-profile-design .custom-control{padding-left:0;margin-bottom: 12px;}
.edit-profile-design label {display: block;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;}
.edit-profile-design input{
	width: 100%;
    border-radius: 4px;
    border: 3px solid rgba(0,0,0,0.1);
    padding: 0px 15px;
    margin-bottom: 5px;
    height: 50px;
	margin-top:0px;
	    box-shadow: 2px 3px 4px 2px rgba(0,0,0,0.02);
}

#edit-account>div{
	margin-bottom:10px;
}

.image-widget-data input[type="submit"]{
	    width: inherit !important;
    border: 1px solid #c53232 !important;
    padding: 3px 8px !important;
    height: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: block !important;
    background: #cd4141 !important;
    color: #ffffff !important;
    margin-top: 6px !important;
}

#edit-user-picture-wrapper .description{
	font-size: 13px;
}

.edit-profile-design .form-wrapper{
	margin-bottom:10px;
}
ul.chosen-choices li.search-field input{
	width: inherit !important;
    border-radius: inherit !important;
    border: inherit !important;
    padding: inherit !important;
    margin-bottom: inherit !important;
    height: inherit !important;
	    box-shadow: 2px 3px 4px 2px rgba(0,0,0,0.02) !important;
}

.chosen-container{
	width:100% !important;
}

#edit-account>div>div.description{font-size:13px;}
.password-strength{margin-bottom:15px;}
#edit-account .js-form-item-pass-pass2{padding-left:0;}
.password-strength__title{font-size:13px;}
.password-strength__meter{border-radius:5px;}

#block-pfm-local-tasks>div.content>ul{padding-left:0;list-style:none;margin-bottom:0;margin: auto;width: 50%;text-align: center;}
#block-pfm-local-tasks>div.content>ul>li{display: inline-block;padding: 5px 15px;background-color: #f3f3f3;border-radius: 5px;font-size: 15px;border: 1px solid #ccc;}
#block-pfm-local-tasks>div.content>ul>li>a{color:#333;font-weight:600;}
#block-pfm-local-tasks>div.content>ul>li>a:hover{color:#333;font-weight:600;text-decoration:none;}
#block-pfm-local-tasks>div.content>ul>li:hover{background-color:#ffc3c3;}

#edit-field-about-me-wrapper{margin-bottom:15px;}



#edit-user-picture-wrapper>div>.custom-control>div.description{font-size:13px;padding:10px 0;color:#008bdc;}
#edit-actions{text-align:center;}
/* Profile page ends here */
/* Profile page ends here */

.noautha{
	padding:6% 0;
	text-align:center;
}

.noautha h4{
	font-size:30px;
	text-transform:uppercase;
	color:red;
}
#block-pfm-local-tasks{
	display:none !important;
}

.ui-helper-clearfix:before{
    position: absolute;
    top: -2px;
    right: 9.5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 12px;
}

.ui-dialog-titlebar-close{
	background:none;
	border:1px solid #cccccc;
}

.ajax-progress{
	display:none !important;
}


/*logos start*/

   .video-padd .slick-slide {
     margin: 0px 10px;
   }
   .video-padd .slick-slider {
     position: relative;
	 padding-left:0px !important;
	 bottom:-0px;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     -ms-touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
   }
   .video-padd .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
   }
   .video-padd .slick-list:focus {
     outline: none;
   }
   .video-padd .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
   }
   .video-padd .slick-slider .slick-track, .video-padd .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   .video-padd .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
	 overflow:hidden;
	 min-height:400px;
   }
   .slick-next{
		position: absolute;
		right: -35px;
		top: 210px;
		border: 1px solid rgba(0,0,0,0.2);
		padding: 10px 10px;
		color: rgba(0,0,0,0.6);
		background: none;
   }
   .slick-prev{
	       position: absolute;
    left: -35px;
    top: 210px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 10px;
    color: rgba(0,0,0,0.6);
    background: none;
   }
   
   .video-padd .slick-track:before {
     display: table;
     content: '';
   }
   .video-padd .slick-track:after {
     display: table;
     content: '';
     clear: both;
   }
   .video-padd .slick-loading .slick-track {
     visibility: hidden;
   }
   .video-padd .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
   }
   .video-padd [dir='rtl'] .slick-slide {
     float: right;
   }
   .video-padd .slick-slide img {
     display: block;
   }
   .video-padd .slick-slide.slick-loading img {
     display: none;
   }
   .video-padd .slick-slide.dragging img {
     pointer-events: none;
   }
   .video-padd .slick-initialized .slick-slide {
     display: block;
   }
   .video-padd .slick-loading .slick-slide {
     visibility: hidden;
   }
   .video-padd .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
   }
   .video-padd .slick-arrow.slick-hidden {
     display: none;
   }

/*logos end*/

.user-pass-reset{
	text-align:center;
}

.user-pass-reset #edit-actions #edit-submit{
	width:150px;
	background: #feb101;
    padding: 10px 14px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1)
}

.rc_replies .rc_comment-container{
	margin-bottom:0px;
}

a.hom-li{
        background: #ffc107;
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    margin-right: 4px;
	font-size: 14px;
	border: 2px solid #d19d00;
}

.custom-control-label::before{
	width: 0.8rem;
    height: 0.8rem;
	border-radius: 2px !important;
    top: .40rem;
	    left: -1.2rem;
}
.custom-control-label::after{
	top: .29rem;
    left: -1.3rem;
}

.showfew{
	height: 309px;
    overflow: hidden;
	transition-duration:0.4s;
}

#colla{
	    text-align: RIGHT;
    font-size: 13px;
    color: #fb723c;
    font-weight: 600;
	padding: 0 20px;
    text-decoration: underline;
	cursor:pointer;
}

#colla i{
	font-size:10px;
}

#edit-user-picture-wrapper .description{
	display:none;
}


.side-bar-site form{
	overflow:hidden;
}
.ticker {
    position: fixed;
    top: 60px;
    right: 0px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    z-index: 1000; /* Ensure it floats above other content */
    transform: rotate(45deg); /* Rotate the element by 45 degrees */
    transform-origin: top right; /* Set the origin of the transformation */
}