

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic);

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.font-normal{
	font-weight: normal !important;
}

.table-overflow {
    min-width: 300px;
    overflow: auto;
}

@font-face {
    font-family: 'CAMBRIA';
    src: url('../fonts/CAMBRIA.ttf') format('truetype');
}
h5 {
    line-height: 24px;
}

.bold {
    font-weight: bold !important;
    font-family: tahoma !important;
    text-transform: uppercase;
}


.entomology p{
	max-height: 120px;
    overflow: hidden;
    line-height: 20px;
	
}

a:hover{
	text-decoration: none;
}

hr {
    border-top: 1px solid #e2e2e2;
}


::-moz-selection { 
    color: #fff;
    background-color: #fa6700;
}

::selection {
    color: #fff;
    background-color: #fa6700;
}


.p-border {
	color: #000000;
    border-bottom: 2px solid #ffd233;
    float: left;
	text-decoration: none;
	margin-bottom: 15px;
}
.p-border:hover{
    border-bottom: 2px solid #ffd233;
    float: left;
	text-decoration: none;
}

ul{
	padding:0px;
}

.img-responsive{
	border: dotted 1px #999999;
	padding: 4px;
}

h2{
	font-family: 'CAMBRIA';
}

.text-green{
	color:#52a02e;
}

.text-blue{
	color: #083b78 !important;
}

.text-white{
	color: #ffffff !important;
}

.text-green{
	color: #445802 !important;
}

.text-red{
	color: #a72a08 !important;
}

.text-yellow{
	color: #fcd227 !important;
}

.text-dark-gray{
	color:#1b5e7b;
}

.gallery{
	padding: 30px 0px;
	margin: 0px auto;
	float: left;
	width: 100%;
	background: url('../images/gallery-bg.jpg') top center;
}

.white-background{
	padding: 30px 0px 50px 0px;
	margin: 0px auto;
	float: left;
	width: 100%;
}

.spacer-top-5 {
    margin-top: 5px;
}

.spacer-top-10 {
    margin-top: 10px;
}

.spacer-top-15 {
    margin-top: 15px;
}

.spacer-top-20 {
    margin-top: 20px;
}

.spacer-top-25 {
    margin-top: 25px;
}

.spacer-top-30 {
    margin-top: 30px;
}

.spacer-bottom-5 {
    margin-bottom: 5px;
}

.spacer-bottom-10 {
    margin-bottom: 10px;
}

.spacer-bottom-15 {
    margin-bottom: 15px;
}

.spacer-bottom-20 {
    margin-bottom: 20px;
}

.spacer-bottom-25 {
    margin-bottom: 25px;
}

.spacer-bottom-30 {
    margin-bottom: 30px;
}

.checkbox-inline{
    margin: -3px 10px 0px 0px !important;
}

.banner-title{
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0px 20px 0px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* breadcrumb start */

.breadcrumb a{
	color:  #b81b10;
}
.breadcrumb a:hover{
	color:  #b81b10;
	text-decoration: none;
}

.breadcrumb-theme{
    border-bottom: 1px solid #dadada;
	background: #f4f4f4;
	background: -webkit-linear-gradient(#ffffff, #f4f4f4);
	background: -o-linear-gradient(#ffffff, #f4f4f4);
	background: -moz-linear-gradient(#ffffff, #f4f4f4);
	background: linear-gradient(#ffffff, #f4f4f4);
}

.breadcrumb-theme .breadcrumb{
	margin-bottom: 0px;
	background: #f4f4f4;
	background: -webkit-linear-gradient(#ffffff, #f4f4f4);
	background: -o-linear-gradient(#ffffff, #f4f4f4);
	background: -moz-linear-gradient(#ffffff, #f4f4f4);
	background: linear-gradient(#ffffff, #f4f4f4);
	padding: 8px 0px;
}


/* breadcrumb Close */

/* Titles */

.green-title{
	font-size: 16px;
    color: #749502;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0px;
    float: left;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffd233;
}

/* Titles Close */

/* UL Start */

.theme-ul {
	margin-bottom: 20px;
    padding-left: 30px;
    width: 100%;
    float: left;
}

.theme-ul li{
	list-style: none;
	line-height: 24px;
	font-size: 13px;	
}

.theme-ul li:before{
	content: "";
	background: url(../images/li-icon.png) no-repeat top left;
	width: 9px;
	height: 10px;
	float: left;
	position: relative;
	left: -8px;
	top: 8px;
	margin-left: -10px;	
}

/* UL Close */


/* Banner Start */


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 4px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px;
    background-color: #e37105;
}

.carousel,
.item,
.active {
    height: 100%;
}


.carousel-caption p {
	line-height: 24px;
	font-size: 18px;
	font-weight: 500;
}

/* Banner Close */

/* Theme News Start */

.theme-news{
	width: 100%;
	float: left;
	padding-left: 80px;
	position: relative;
	margin-bottom: 15px;
}

.theme-news .calandar-date{
	width: 60px;
	margin: 0px 10px 10px 0px;
	background: #ffffff;
	float: left;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

.theme-news p {
    max-height: 80px;
    overflow: hidden;
    line-height: 20px;
}

.theme-news .calandar-date .day{
	width: 60px;
	line-height: 60px;
	margin: 0px 10px 0px 0px;
	color: #000000;
	background: #F7F7F7;
	font-size: 23px;
	font-weight: bold;
	border: 1px solid #b81b10;
	border-radius: 5px 5px 0px 0px;
}

.theme-news .title {
	font-size: 18px;
	line-height: 26px;
	color: #749502;
	margin-bottom: 5px;
    font-weight: 600;
}


.theme-news .calandar-date .month{
	width: 60px;
    margin: 0px 10px 0px 0px;
    background: #b81b10;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
	border: 1px solid #b81b10;
	border-radius:  0px 0px 5px 5px;
}

/* Theme News Close */


/* Intro Start */

.intro{
	padding: 50px 0px;
	margin: 0px auto;
	float: left;
	width: 100%;
	background: url('../images/intro-bg.jpg');
	position: relative;	
}

.intro:after{
	content: "";
	padding: 0px;
	margin: 0px auto;
	float: left;
	width: 100%;
	height: 81px;
	background: url('../images/banner-shaddow.png') center no-repeat;
	position: absolute;
	top: 0px;
}

.intro p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
	margin-bottom: 20px;
}

.intro-title{
	font-family: 'CAMBRIA';
	font-weight: bold;
	color: #fff;
	padding: 0px 0px 7px 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
}

/* Intro CLose */

.navbar {
	padding: 10px 0px;
}

.navbar-brand img {
    width: 200px;
}


.navbar {
	padding: 10px 0px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

nav {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav.sticky {
	position: fixed;
	height: 50px; 
	width: 100%;
	background: rgba(63,48,8,0.8);
	padding: 0px;
}

nav.sticky .navbar-brand{
	padding: 8px 15px;
}

nav.sticky .navbar-brand img{
	width: 80px;
	height: auto;
}

nav.sticky  .navbar-right {
	margin-top: 13px;
	padding-right: 15px;
}





/* FOR CHANGING COLOR OF ACTIVE CATEGORY */
.caegories a.active {
	color: #ffffff;
	background: #26602c;
}

.caegories a{
	margin: 4px;
}



/* FOR TRANSITION BEAUTIFULLY */
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
/* JUST FOR BOTTOM SPACE */
#portfolio-div h5 {
    padding-bottom: 30px;
}


.photo-list{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.photo-list .image-size img{
	border: dotted 1px #999999;
	padding:4px;
}





.btn-white{
	border: 1px solid #ffffff ; 
	color: #ffffff;
	background: transparent;
}

.btn-white:hover,
.btn-white:focus{
	border: 1px solid #ffffff;
	color: #3d3d3d;
	font-weight: 600;
	background-color: #ffffff;
}


.btn-green{
	border: 1px solid #445802 ; 
	color: #445802;
	background: transparent;
}

.btn-green:hover,
.btn-green:focus{
	border: 1px solid #445802;
	color: #ffffff;
	background-color: #445802;
}


.btn-red{
	border: 1px solid #ad0000 ; 
	color: #ad0000;
	background: transparent;
}

.btn-red:hover,
.btn-red:focus{
	border: 1px solid #ad0000;
	color: #ffffff;
	font-weight: 600;
	background-color: #ad0000;
}

.btn-white-red{
	border: 1px solid #ffffff ; 
	color: #ffffff;
	background: transparent;
}

.btn-white-red:hover,
.btn-white-red:focus{
	border: 1px solid #ffffff;
	color: #ad0000;
	background-color: #ffffff;
}



.features-box{
	width: 100%;
	float: left;
	height: 120px;
	margin: 25px auto;
}

.features-box .img-responsive {
    width: 30%;
	padding: 0px 10px 10px 0px;
    margin-right: 5%;
    float: left;
}

.features-box .tab-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #414141;
    text-align: left;
}

.features-box .tab-paragraph {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #818181;
	width: 65%;
	float: left;
	height: 72px;
	overflow: hidden;
}




.product-portfolio{
	background: url(../images/product-portfolio.jpg) no-repeat top center;
}

.product-portfolio .title{
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #50b7e8;
}

.product-portfolio .paragraph{
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
}

.product-portfolio .item .item-title{
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	padding: 0px 30px;
	margin-bottom: 10px;
}

.product-portfolio .item .item-detail{
	font-size: 14px;
	line-height: 22px;
	padding: 0px 30px;
	color: #fff;
    height: 46px;
    overflow: hidden;
}

.product-portfolio .item .set-goal{
	background: url(../images/products/set-goal.png) no-repeat;	
}

.product-portfolio .item .goal-cascading{
	background: url(../images/products/goal-cascading.png) no-repeat;	
}

.product-portfolio .item .involve-leaders{
	background: url(../images/products/involve-leaders.png) no-repeat;	
}

.product-portfolio .item .achievable-targets{
	background: url(../images/products/achievable-targets.png) no-repeat;	
}

.product-portfolio .item .plan-making{
	background: url(../images/products/plan-making.png) no-repeat;	
}

.product-portfolio .item .portfolio-img{
	background-color: #50b7e8;
	height: 109px;
	text-align: center;
	width: 109px;
	border-radius: 50%;
	margin: 40px auto 20px auto;
	background-position: 0px 0px;
	border: 2px solid #50b7e8;
}

.product-portfolio .item:hover .portfolio-img{
	border: 2px solid #fff;
	background-color: transparent;
	background-position: -105px 0px;
	cursor: pointer;
}



/* Owl Carousel Start */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* Owl Carousel Close */





.row.clienti {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.clienti .col-md-3 {
    padding: 2px;
    overflow: hidden;
}



.demo-3 {
	    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 0px;
    margin-bottom: 0px;
    border: 6px solid #fff;
	background: #ffffff;
}

.title-global{
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'CAMBRIA';
}

.demo-3 li {
	padding: 0px;
	list-style: none;
} 

.demo-3 figure {
   margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.demo-3 figure img {
	display:block;
	position:relative;
	z-index:10;
	width: 100%;
	margin: 0px;
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px;
	max-height: 40px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    margin: 40px 0px 5px 0px;
}
.demo-3 figure a ,
.demo-3 figure a:hover{
    display: block;
    font-size: 12px;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
    margin: 0;
    color: #fcd227 ;
    text-align: center;
	text-decoration: none;
}
.demo-3 figure figcaption {
    top:0;
    left:0;
	padding: 15px;
    width:100%;
    height:100%;
   background: #77722b;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .6s;
    -moz-transition:all .6s;
    transition:all .6s
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .6s;
    -moz-transition:all .6s;
    transition:all .6s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}





/* Table Start */

.table>tbody>tr td {
	padding: 7px 10px !important;
	text-align: center;
	border: 3px solid #fff;
}
.table>tbody>tr{
	color: #ffffff !important;
}
.clr-peacock>tbody>tr:nth-of-type(odd) {	
    background-color: #59bde9 !important;
}
.clr-peacock>tbody>tr {
    background-color: #86cfef !important;
}
.clr-green>tbody>tr:nth-of-type(odd) {	
    background-color: #c1d641 !important;
}
.clr-green>tbody>tr {
    background-color: #cfdf6b !important;
}
.clr-yellow>tbody>tr:nth-of-type(odd) {	
    background-color: #fdc139 !important;
}
.clr-yellow>tbody>tr {
    background-color: #fed16b !important;
}
.clr-pink>tbody>tr:nth-of-type(odd) {	
    background-color: #eb3176 !important;
}
.clr-pink>tbody>tr {
    background-color: #f05f95 !important;
}
.clr-orange>tbody>tr:nth-of-type(odd) {	
    background-color: #f0792c !important;
}
.clr-orange>tbody>tr {
    background-color: #ec935c !important;
}
/* Table Close */


/* Page Header Background Start */

.carousel.theme-carousel {
	height: 300px;
	position: relative;
}

.carousel.theme-carousel .carousel-caption{
	text-align: center;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	color:#ffd233;
	padding: 5px 0px;
	background: rgba(0,0,0,0.6);
	font-family: 'CAMBRIA';
}

.carousel-caption {
	right: 0%;
	left: 0%;
	padding-bottom: 50px;
}

.carousel-control {
    width: 10%;
}

.carousel-indicators {
    bottom: 10px !important;
}


/* Page Header Background Close */

/* Commitee Member Start */

.committee-member{
	width: 100%;
	float: left;
	border-bottom: 1px solid #ffd233;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.committee-member .member-photo{
	max-width: 180px;
	float: left;
	margin-right: 20px;
}

.committee-member .member-detail{
	width: 100%;
    padding-left: 200px;
}

.committee-member .member-detail.life-time-member{
	width: 100%;
    padding-left: 20px;
}

.committee-member .member-detail.life-time-member .theme-ul {
    margin-bottom: 0px;
}

.committee-member .member-detail .member-name{
	font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    font-family: 'CAMBRIA';
    width: 100%;
}

.committee-member .member-detail .member-designation{
	font-size: 16px;
    color: #749502;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0px;
    float: left;
}
 
.committee-member .member-photo .img-responsive{
	border-radius: 30px 0px 30px 0px;
}

.life-time-member{
	padding: 0px 0px 0px 40px;
}

.life-time-member li {
    font-size: 18px;
    line-height: 26px;
    color: #749502;
    margin-bottom: 5px;
    font-weight: 600;
    list-style: none;
}

.life-time-member li:before {
    content: "";
    background: url(../images/li-icon.png) no-repeat top left;
    width: 9px;
    height: 10px;
    float: left;
    position: relative;
    left: -8px;
    top: 8px;
    margin-left: -10px;
}

/* Commitee Member Close */


/* Footer Start */

footer.footer{
	padding: 35px 0px 25px 0px;
	width: 100%;
	float: left;
	border-top: 2px solid #dadada;
	background: #f4f4f4;
	background: -webkit-linear-gradient(#f4f4f4, #ffffff);
	background: -o-linear-gradient(#f4f4f4, #ffffff);
	background: -moz-linear-gradient(#f4f4f4, #ffffff);
	background: linear-gradient(#f4f4f4, #ffffff);
}

.footer .footer-title{
	margin-bottom: 15px;
	margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding: 0px;
    border-bottom: 2px solid #ffd233;
    float: left;
}

.footer .paragraph{
	margin-bottom: 15px;
    font-size: 13px;
    line-height: 22px;
    color: #a6a6a6;
    padding: 0px;
    float: left;
	width: 100%;
}

.footer ul{
	padding: 0px;
	float: left;
	width: 100%;
}

.footer ul li{
	padding: 0px;
	font-size: 13px;
	line-height: 22px;
	color: #a6a6a6;
	list-style: none;
}

.footer ul li:before{
	content: "\f105";
	display: inline-block;
	color: #a6a6a6;
	margin: 0px 7px 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.footer a{
	color: #4d4d4d;
	text-decoration: none;
}

.footer a:hover{
	color: #f2bd00;
	text-decoration: none;
}

.footer .img-responsive{
	border:none;
	padding: 0px;
}


.social-icons{
	float: left;
}

.social-icons .icon{
	color: rgba(255,255,255,1);
    font-size: 14px;
    float: right;
    text-align: center;
    margin-right: 10px;
    line-height: 28px;
    text-decoration: none;
    height: 28px;
    width: 28px;
    border-radius: 50%;
}

.social-icons .icon.facebook{
    background-color: #314a87;
}

.social-icons .icon.google{
    background-color: #d72a25;
}

.social-icons .icon.linkedin{
    background-color: #0064bc;
}

.social-icons .icon.twitter{
    background-color: #22bbf4;
}

.social-icons .icon.youtube{
    background-color: #d72a25;
}

.social-icons .icon:hover,
.social-icons .icon:focus{
	color: rgba(255,255,255,1);
}


/* Footer Close */

.membership-type{
	width: 100%;
	float: left;
	border-radius: 10px;
	color: #464646;
	padding: 20px 20px 20px 20px;
	position: relative;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
	border: 2px solid #d0d0d0;
	background: #f4f4f4;
    background: -webkit-linear-gradient(#ffffff, #f4f4f4);
    background: -o-linear-gradient(#ffffff, #f4f4f4);
    background: -moz-linear-gradient(#ffffff, #f4f4f4);
    background: linear-gradient(#ffffff, #f4f4f4);
}

.membership-type .icon{
	    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    padding: 0px;
    border-radius: 50%;
    margin: -75px auto 20px auto;
    border: 5px solid #59bde9;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    text-align: center;
    position: relative;
}


.membership-type .icon .fa{
	    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    font-size: 40px;
    top: 0px;
    left: 0px;
    color: #59bde9;
}











