
	@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);

.members {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6 {
    color: #3e4555;
}

.members .font-weight-medium {
    font-weight: 500;
}

.members .bg-light {
    background-color: #f4f8fa !important;
}

.members .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.members .pro-pic {
    min-height: 200px;
}

.members .pro-pic .card-img-overlay ul {
    top: 50%;
}

.members .pro-pic .card-img-overlay ul li a {
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.members .pro-pic .card-img-overlay ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
}

.members .pro-pic:hover .card-img-overlay {
    display: block;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoJoomla:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.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: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
#link1 {
    background-color: #D3D3D3;
}


	<style>
	    li:hover {
            text-decoration: underline;
            /* color: maroon; */
        }
        
        a:hover {
            text-decoration: underline;
        }
    </style>
    <style>
        
        /* Style the tab */
        
        .tab {
            overflow: hidden;
            border: 1px solid #ccc;
            background-color: #f1f1f1;
        }
        /* Style the buttons inside the tab */
        
        .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 14px 16px;
            transition: 0.3s;
            font-size: 17px;
        }
        /* Change background color of buttons on hover */
        
        .tab button:hover {
            background-color: maroon;
			#text-decoration:underline;
        }
        /* Create an active/current tablink class */
        
        .tab button.active {
            background-color: maroon;
			#text-decoration:underline;
        }
        /* Style the tab content */
        
        .tabcontent {
            display: none;
            padding: 6px 12px;
            border: 1px solid #ccc;
            border-top: none;
        }
    </style>

    <style>
        .footer_bar {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            background-color: #000;
            color: white;
            text-align: center;
            opacity: 0.9;
        }
		.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%;
z-index:222000;  }

.show_btn {
display:block;
}
.name-initial {
	background: #f8f8f8;
    height: 50px!important;
    border: 1px solid #ddd;
    border-radius: 40px!important;
    min-width: 50px;
    max-width: 50px;
    overflow: hidden;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
	color:#21936a;
}
.name-initial-big {
	background: #f8f8f8;
    height: 70px!important;
    border: 1px solid #ddd;
    border-radius: 50px!important;
    min-width: 70px;
    max-width: 70px;
    overflow: hidden;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
	color:#21936a;
	font-size:24px;
}
.form-control{
	height:40px;
}



	/*=============tabs===============*/
.doc-tab .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.doc-tab .nav-tabs > li {
    margin: 0px 40px;
}
.doc-tab .nav-tabs > li.active > a, .doc-tab .nav-tabs > li.active > a:hover, .doc-tab .nav-tabs > li.active > a:focus {
    color: #f37632;
    border-bottom-color: #f37632;
}
.doc-tab .nav > li > a {
    color:#2f2f2f;
	border: 1px solid transparent;
}
.doc-tab .nav > li > a:hover, .doc-tab .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
	border: 1px solid transparent;
}
.doc-tab .nav-tabs > li.active > a:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 15px;
    top: 100%;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: top center;
}


/*=============Principle guide=======*/

.principles .owl-carousel .owl-nav button.owl-next, .principles .owl-carousel .owl-nav button.owl-prev{
    border-radius: 50%;
    background-color: rgb(224, 221, 221, 1);
    color: #f37632;
    border: solid 1px #f1f1f1;
    font-size: 18px;
}

.principles .owl-carousel .owl-nav button.owl-next{
	right:-25px;
}
.principles .owl-carousel .owl-nav button.owl-prev{
	left:-25px;
}
.principles .owl-carousel .owl-nav button.owl-next, .principles .owl-carousel .owl-nav button.owl-prev{
    margin-top: -18px;
    transition: all 0.3s ease-in;
    width: 30px;
    height: 30px;
    top: 50%;
    position: absolute;
}

/*.doc-tab .nav-tabs > li {
 float:none;
    display:inline-block;
    zoom:1;
}

.doc-tab .nav-tabs {
    text-align:center;
}*/

.doc-tab .nav-tabs > li {width: calc(100% / 4 + 0px);}
.doc-tab.sp .nav-tabs > li {width: calc(100% / 3);}

.conversations{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}


.conversations .header{
    margin-bottom: -55px;
}
.conversations h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top:0px;
}
.resourcesdeatil .conversations h2 {text-align:center;}
.word-break {
/*  word-break: break-all;
 -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}
.conversations h3{
    overflow-wrap: break-word;
    text-transform:uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom:12px;
	position:relative;
	z-index:3;
}
.conversations a h3{ color:#000;}
.conversations h5{
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    text-align:center;
	position:relative;
	z-index:3;
}

.conversations .circle{
    padding-top: 100%;
    background-color: #feefe9;
    border-radius: 50%;
	position:relative;
	height:auto;
	width:100%;
}

.conversations .circle .img{
    width:60%;
    position:absolute;
	left:20%;
	top:68px;
	/*top:30px;*/
}

.circle .img:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    border-style: solid;
    border-width: 50px 0px 50px 50px;
    border-color: #feefe9 transparent transparent transparent;
}

.circle a{
    position: absolute;
    top: 40%;
    left: 34%;
    right: 0;
    width: 70px;
    height: 70px;
    background-image:url('../images/icon-play.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
}


/*===========End News & Events============*/

/*============Tabs==============*/

.doc-tab .nav-tabs .active img {
    border-color: #f37632 !important;
}
.doc-tab .nav-tabs img {
    border: solid 3px #02d5d0;
    border-radius: 50%;
    padding: 4px;
}