hr {
	margin: 30px 0;
}

hr.hr-xs {
	margin: 10px 0;
}

hr.hr-md {
	margin: 20px 0;
}

hr.hr-lg {
	margin: 40px 0;
}

/*Headings
------------------------------------*/
h1 {
	font-size: 28px;
	line-height: 35px;
}
h2 {
	font-size: 24px;
	line-height: 33px;
}
h3 {
	font-size: 20px;
	line-height: 27px;
}
h4 {
	line-height: 25px;
}
h5 {
	line-height: 20px;
}
h6 {
	line-height: 18px;
}

.font-open-sans {
	font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	margin-right: 5px;
}

/*Block Headline*/
.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
	font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #72c02c;
}

.headline-md {
	margin-bottom: 15px;
}

.headline-md h2 {
	font-size: 21px;
}

/*Heading Options*/
.heading {
	text-align: center;
}

.heading h2 {
	padding: 0 12px;
	position: relative;
	display: inline-block;
	line-height: 34px !important; /*For Tagline Boxes*/
}

.heading h2:before,
.heading h2:after {
	content: ' ';
	width: 70%;
	position: absolute;
	border-width: 1px;
	border-color: #bbb;
}

.heading h2:before {
	right: 100%;
}

.heading h2:after {
	left: 100%;
}

@media (max-width: 768px) {
	.heading h2:before,
	.heading h2:after {
		width: 20%;
	}
}

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
	top: 15px;
	height: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
}

/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
	top: 15px;
	height: 6px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}

/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
	top: 15px;
	height: 6px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
	top: 17px;
	border-bottom-style: solid;
}

/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
	top: 17px;
	border-bottom-style: dashed;
}

/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
	top: 17px;
	border-bottom-style: dotted;
}

/*Heading Titles v1*/
.title-v1 {
	z-index: 1;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.title-v1 h1,
.title-v1 h2 {
	color: #444;
	font-size: 28px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
}

.title-v1 h1:after,
.title-v1 h2:after {
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 70px;
	content: " ";
	margin-left: -35px;
	position: absolute;
	background: #72c02c;
}

.title-v1 p {
	font-size: 17px;
	font-weight: 200;
}

/*Heading Titles v2*/
h2.title-v2 {
	color: #555;
	position: relative;
	margin-bottom: 30px;
}

h2.title-v2:after {
	left: 0;
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #555;
	position: absolute;
}

h1.title-v2.title-center,
h2.title-v2.title-center,
h3.title-v2.title-center {
	text-align: center;
}

h1.title-v2.title-center:after,
h2.title-v2.title-center:after,
h3.title-v2.title-center:after {
	left: 50%;
	width: 70px;
	margin-left: -35px;
}

h1.title-light,
h2.title-light,
h3.title-light {
	color: #fff;
}

h2.title-light:after {
	background: #fff;
}

/*Heading Title v3*/
h1[class^="title-v3-"],
h2[class^="title-v3-"],
h3[class^="title-v3-"] {
	color: white;
}

h2.title-v3-xlg {
	font-size: 28px;
	line-height: 32px;
}

h1.title-v3-lg,
h2.title-v3-lg {
	font-size: 24px;
	line-height: 28px;
}

h1.title-v3-md,
h2.title-v3-md {
	font-size: 20px;
	line-height: 24px;
}

h2.title-v3-sm,
h3.title-v3-md {
	font-size: 18px;
	line-height: 24px;
}

h3.title-v3-md {
	line-height: 22px;
}

h3.title-v3-sm {
	font-size: 16px;
	line-height: 20px;
}

h2.title-v3-xs {
	font-size: 16px;
	line-height: 22px;
}

h3.title-v3-xs {
	font-size: 14px;
	margin-bottom: 0;
}

/*Title v4*/
.title-v4 {
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	border-bottom: 3px solid #333;
}

/*Headline Center*/
.headline-center {
	text-align: center;
	position: relative;
}

.headline-center h2 {
	color: #555;
	font-size: 24px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.headline-center h2:after {
	left: 50%;
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	margin-left: -15px;
	text-align: center;
	position: absolute;
	background: #72c02c;
}

.headline-center p {
	/*color: #999;*/
	font-size: 14px;
	/*padding: 0 150px;*/
}

@media (max-width: 991px) {
	.headline-center p {
		padding: 0 50px;
	}
}

.headline-center.headline-light h2 {
	color: #fff;
}

.headline-center.headline-light p {
	color: #eee;
}

/*Headline Center v2*/
.headline-center-v2 {
	z-index: 0;
	text-align: center;
	position: relative;
}

.headline-center-v2 h2 {
	color: #555;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.headline-center-v2 span.bordered-icon {
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
}

.headline-center-v2 span.bordered-icon:before,
.headline-center-v2 span.bordered-icon:after {
	top: 8px;
	height: 1px;
	content: " ";
	width: 100px;
	background: #fff;
	position: absolute;
}

.headline-center-v2 span.bordered-icon:before {
	left: 100%;
}

.headline-center-v2 span.bordered-icon:after {
	right: 100%;
}

.headline-center-v2 p {
	color: #555;
	font-size: 14px;
	padding: 0 70px;
}

.headline-center-v2.headline-center-v2-dark p {
	color: #666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon {
	color: #666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon:before,
.headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
	background: #666;
}

/*Headline Left*/
.headline-left {
	position: relative;
}

.headline-left .headline-brd {
	color: #555;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.headline-left .headline-brd:after {
	left: 1px;
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	position: absolute;
	background: #72c02c;
}

/*Headline v2
------------------------------------*/
.headline-v2 {
	display: block;
	background: #fff;
	padding: 1px 10px;
	margin: 0 0 20px 0;
	border-left: 2px solid #000;
}

.headline-v2 h2 {
	margin: 3px 0;
	font-size: 20px;
	font-weight: 200;
}

/*Heading Sizes
------------------------------------*/
h2.heading-md {
	font-size: 20px;
	line-height: 24px;
}

h2.heading-sm,
h3.heading-md {
	font-size: 18px;
	line-height: 24px;
}

h3.heading-md {
	line-height: 22px;
}

h3.heading-sm {
	font-size: 16px;
	line-height: 20px;
}

h2.heading-xs {
	font-size: 16px;
	line-height: 22px;
}

h3.heading-xs {
	font-size: 14px;
	margin-bottom: 0;
}

/*Tables
------------------------------------*/
/*Basic Tables*/
.table thead > tr > th {
	border-bottom: none;
}

@media (max-width: 768px) {
	.table th.hidden-sm,
	.table td.hidden-sm {
		display: none !important;
	}
}

/*Forms
------------------------------------*/
.form-control {
	box-shadow: none;
	border-radius: 0;
}

/*Navigation
------------------------------------*/
.dropdown-menu,
.navbar-toggle {
	border-radius: 0;
}

/*Button Styles
------------------------------------*/
.btn {
	box-shadow: none;
	border-radius: 0;
}
.btn-green{
  background-color: #72c02c;

}
.btn-green-text{
  color: white;
}
.btn-u {
	border: 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	padding: 6px 13px;
	position: relative;
	background: #72c02c;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
}
.btn-u:hover {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
	text-align: center;
}


/*For FF Only*/
@-moz-document url-prefix() {
	.footer-subsribe .btn-u {
		padding-bottom: 4px;
	}
}
@media (max-width: 768px) {
	@-moz-document url-prefix() {
		.btn-u {
			padding-bottom: 6px;
		}
	}
}

/*Buttons Color*/
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
	background: #5fb611;
}
.btn-u-split.dropdown-toggle {
	border-left: solid 1px #5fb611;
}

/*Dropdown Buttons
------------------------------------*/
.dropdown-show {
	box-shadow: 0 0 4px #eee;
	display: inline-block;
	position: relative;
}

/*Badges and Labels
------------------------------------*/
.badge,
.label {
	border-radius: 0;
}

/*Labels*/
span.label {
	font-size: 11px;
	font-weight: 400;
	padding: 4px 7px;
}

/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
	width: 1.25em;
	text-align: center;
	display: inline-block;
}
.fa-fixed [class^="fa"].fa-lg,
.fa-fixed [class*=" fa"].fa-lg {
	/* increased font size for fa-lg */
	width: 1.5625em;
}

/*Typography
------------------------------------*/
.text-justify p { text-align: justify;}
.text-transform-uppercase { text-transform: uppercase;}
.text-transform-normal { text-transform: inherit !important;}

.font-bold { font-weight: 600;}
.font-light { font-weight: 200;}
.font-normal { font-weight: 400 !important;}

/*Text Dropcap*/
.dropcap {
	float: left;
	color: #72c02c;
	padding: 5px 0;
	font-size: 45px;
	font-weight: 200;
	line-height: 30px;
	margin: 0px 5px 0 0;
}

.dropcap-bg {
	float: left;
	color: #fff;
	padding: 7px 0;
	min-width: 50px;
	font-size: 35px;
	font-weight: 200;
	line-height: 35px;
	text-align: center;
	background: #72c02c;
	margin: 4px 10px 0 0;
}

/*List Styles*/
.list-styles li {
	margin-bottom: 8px;
}

/*Contextual Backgrounds*/
.contex-bg p {
	opacity: 0.8;
	padding: 8px 10px;
}
.contex-bg p:hover {
	opacity: 1;
}

/*Blockquote*/
blockquote {
	padding: 5px 15px;
	border-left-width: 2px;
	/*background: rgba(0,0,0,0.2);*/
}

blockquote p {
	font-size: 14px;
	font-weight: 400;
}

blockquote h1,
blockquote h2,
blockquote span {
	font-size: 18px;
	margin: 0 0 8px;
	line-height: 24px;
}

/*Blockquote Styles*/
blockquote.bq-text-lg p,
blockquote.bq-text-lg small {
	text-transform: uppercase;
}

blockquote.bq-text-lg p {
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

blockquote.text-right,
blockquote.hero.text-right {
	border-left: none;
	border-right: 2px solid #eee;
}

blockquote.hero.text-right,
blockquote.hero.text-right:hover {
	border-color: #555;
}

blockquote:hover,
blockquote.text-right:hover {
	border-color: #72c02c;
	transition: all 0.4s ease-in-out;
}

blockquote.bq-dark,
blockquote.bq-dark:hover {
	border-color: #585f69;
}

blockquote.bq-green {
	border-color: #72c02c;
}


/*Lists
------------------------------------*/
.list-row {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

/*Lists v1*/
.lists-v1 li {
	margin-bottom: 10px;
}

.lists-v1 i {
	color: #fff;
	width: 15px;
	height: 15px;
	padding: 1px;
	font-size: 13px;
	margin-right: 7px;
	text-align: center;
	background: #72c02c;
	display: inline-block;
	border-radius: 50% !important;
}

/*Lists v2*/
.lists-v2 li {
	margin-bottom: 10px;
}

.lists-v2 i {
	color: #72c02c;
	font-size: 13px;
	margin-right: 7px;
	display: inline-block;
}



/*Media (Audio/Videos and Images)
------------------------------------*/
/*Images*/
img.img-bordered {
	padding: 3px !important;
	border: solid 1px #eee !important;
}

img.img-circle {
	border-radius: 50% !important;
}

img.image-sm {
	width: 50px;
	height: 50px;
}

img.image-md {
	width: 100px;
	height: 100px;
}

/*Responsive Video*/
.responsive-video {
 height: 0;
 padding-top: 1px;
 position: relative;
 padding-bottom: 56.25%; /*16:9*/
}

.responsive-video iframe {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
}


.no-gutter.no-gutter-boxed {
	padding-right: 15px;
	padding-left: 15px;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-xlg {
	padding-top: 150px;
	padding-bottom: 150px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	 clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-70 { margin-bottom:70px;}
.margin-bottom-80 { margin-bottom:80px;}
.margin-bottom-90 { margin-bottom:90px;}
.margin-bottom-100 { margin-bottom:100px;}

@media (max-width: 992px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.md-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

/*Text Colors
------------------------------------*/
.color-red { color: #e74c3c;}
.color-green { color: #72c02c;}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}

/*Full Width*/
.full-width {
	width: 100%;
}

/*Equal Height Columns*/
@media (max-width: 767px) {
	.equal-height-column {
		height: auto !important;
	}
}

/*Image Classes*/
.img-width-60 { width: 60px;}
.img-width-200 { width: 200px;}
.lft-img-margin { margin:0 20px 5px 0;}
.rgt-img-margin { margin:0 0 5px 10px;}

img.img-center,
.img-center img {
	margin-left: auto;
	margin-right: auto;
}



@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(36px);
		-webkit-transform: translateY(36px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(36px);
		-webkit-transform: translateY(36px);
	}
}


/*--------------------------------------------------
	[6. Service Block ]
----------------------------------------------------*/
/*Service Block v1
------------------------------------*/
.service-block-v1 {
  min-height: 675px;
  margin-top: 10px;
  text-align: center;
  position: relative;
  padding: 25px 15px 15px;
  -webkit-box-shadow: -2px 58px 111px 1px rgba(214,210,214,1);
  -moz-box-shadow: -2px 58px 111px 1px rgba(214,210,214,1);
  box-shadow: -2px 58px 111px 1px rgba(214,210,214,1);
}

.service-block-v1 i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #72c02c;
  display: inline-block;
}

.service-block-v1 h3,
.service-block-v1 p {
  margin-bottom: 20px;
}


/*Service Block v4
------------------------------------*/
.service-block-v4 {
  position: relative;
  background: #f7f7f7;
}

.service-block-v4:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.service-block-v4 .service-desc {
  text-align: center;
}

.service-block-v4 .service-desc i {
  color: #72c02c;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.service-block-v4 .service-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}


/*Colored Content Boxes
------------------------------------*/
.service-block {
	padding: 60px 30px;
	text-align: center;
	margin-bottom: 20px;
}

.service-block p,
.service-block h2 {
	color: #fff;
}

.service-block h2 a:hover{
	text-decoration: none;
}

.service-block-light,
.service-block-default {
	background: #fafafa;
	border: solid 1px #eee;
}

.service-block-default:hover {
	box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
	color: #555;
}



/*--------------------------------------------------
	[10. Portfolio Box]
----------------------------------------------------*/
/*Portfolio Box*/
@media (min-width: 991px) and (max-width: 1199px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-box {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

.portfolio-box a.fancybox {
  overflow: hidden;
  position: relative;
}

.portfolio-box a.fancybox:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box a.fancybox:hover:after {
  /*background: rgba(0,0,0,0.5);*/
}

.portfolio-box a.fancybox img {
  transition: all .5s ease;
}

.portfolio-box a.fancybox:hover img {
  transform: scale(1.1);
}

.portfolio-box .portfolio-box-in {
	visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
	background: #72c02c;
	font-size: 20px;
	text-align: center;
	line-height: 53px;
	width: 50px;
	height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.portfolio-box a.fancybox:hover .portfolio-box-in {
  visibility: visible;
}

/*Project Tag*/
.portfolio-box small.project-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.portfolio-box small.project-tag,
.portfolio-box small.project-tag a {
  color: #999;
}

.portfolio-box small.project-tag i {
  margin-right: 5px;
}

.portfolio-box small.project-tag a:hover {
  color: #72c02c;
}

/*--------------------------------------------------
	[11. Portfolio Boxes]
----------------------------------------------------*/
/* Portfolio Box v1
------------------------------------*/
.portfolio-box-v1 {
  margin: 0;
}

.portfolio-box-v1 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box-v1 li {
  background: #333;
  position: relative;
    -webkit-backface-visibility: hidden; /*For Chrome*/
}

.portfolio-box-v1 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: " ";
  position: absolute;
}

.portfolio-box-v1 li:hover:after {
  /*background: rgba(0,0,0,0.7);*/
}

.portfolio-box-v1 li:after,
.portfolio-box-v1 li:hover:after {
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li:hover img {
  -transform: scale(1.1);
}

.portfolio-box-v1 .portfolio-box-v1-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 150px;
  margin-top: -75px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box-v1 li:hover .portfolio-box-v1-in {
  visibility: visible;
}

.portfolio-box-v1 .portfolio-box-v1-in h3 {
  font-size: 22px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.portfolio-box-v1 .portfolio-box-v1-in h3:after {
  left: 50%;
  height: 1px;
  width: 40px;
  content: " ";
  bottom: -10px;
  background: #fff;
  margin-left: -20px;
  position: absolute;
}

.portfolio-box-v1 .portfolio-box-v1-in p,
.portfolio-box-v1 .portfolio-box-v1-in h3 {
  color: #fff;
}

.portfolio-box-v1 .portfolio-box-v1-in p {
  font-size: 16px;
  margin-bottom: 20px;
}

.portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
  font-weight: normal;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}


/*--------------------------------------------------
	[13. Image Backgrounds]
----------------------------------------------------*/
/* Image Backgrounds v1
------------------------------------*/
.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/pie.jpg) repeat fixed;
  background-size: cover;
}

.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

/*Image Backgrounds v2
------------------------------------*/
.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/schoolfront.jpg) repeat fixed;
  background-size: cover;
}

.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

/*Background Dark Cover*/
.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v2-dark h2,
.bg-image-v2-dark p {
  color: #eee !important;
}

/*Image Backgrounds v2
------------------------------------*/
.bg-image-v3 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/beads.jpg) repeat fixed;
  background-size: cover;
}

.bg-image-v3:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

/*Background Dark Cover*/
.bg-image-v3-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v3-dark h2,
.bg-image-v3-dark p {
  color: #eee !important;
}

/*Image Backgrounds v2
------------------------------------*/
.bg-image-v4 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/books.jpg) repeat fixed;
  background-size: cover;
}

.bg-image-v4:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

/*Background Dark Cover*/
.bg-image-v4-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v4-dark h2,
.bg-image-v4-dark p {
  color: #eee !important;
}

/*Parallax Counter v1
------------------------------------*/
.parallax-counter-v1 {
  z-index: 1;
  height: 200px;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.parallax-counter-v1:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-counter-v1 i {
  color: #fff;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.parallax-counter-v1 span.counter {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.parallax-counter-v1 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}
/*--------------------------------------------------
	[18. Flat Testimonials]
----------------------------------------------------*/
.flat-testimonials {
  padding: 50px 0;
  background-color: #333;
  position: relative;
}

.flat-testimonials .flat-testimonials-in {
  padding: 30px;
  text-align: center;
  /*background: rgba(0,0,0,0.2);*/
  background: rgba(255,255,255,0.4);
    border-radius: 15px;
}

.flat-testimonials .flat-testimonials-in img {
  width: 170px;
  height: 170px;
  margin: 0 auto 25px;
}

.flat-testimonials .flat-testimonials-in h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.flat-testimonials .flat-testimonials-in span {
  display: block;
  margin-bottom: 5px;
}

.flat-testimonials .flat-testimonials-in p {
  color: #fff;
  font-weight: 200;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before,
.flat-testimonials .flat-testimonials-in p:after {
  top: 5px;
  font-size: 22px;
  line-height: 10px;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before {
  /*content: "“";*/
  padding-right: 5px;
}

.flat-testimonials .flat-testimonials-in p:after {
  /*content: "”";*/
  padding-left: 5px;
}

/*--------------------------------------------------
	[25. Interactive Slider]
----------------------------------------------------*/

@media (max-width: 768px) {
  .interactive-slider-v2 {
    padding: 50px 0 150px 0;
  }
}

@media (min-width: 768px) {
  .interactive-slider-v2 {
    padding: 150px 0;
  }
}

/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v2 {
  z-index: 1;
  position: relative;
  text-align: center;
}

.interactive-slider-v2-md {
  padding: 250px 0;
}

.interactive-slider-v2.img-v1 {
  background: url(../img/donorwall.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v2 {
  background: url(../img/teacherline.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v3 {
  background: url(../img/ceiling.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v4 {
  background: url(../img/mapEurope.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v5 {
  background: url(../img/linetime.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v6 {
  background: url(../img/tubes.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v7 {
  background: url(../img/group.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v8 {
  background: url(../img/readingnook.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v9 {
  background: url(../img/knit.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v10 {
  background: url(../img/gregwstudent.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v11 {
  background: url(../img/colorPencil.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v12 {
  background: url(../img/backpacks.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v13 {
  background: url(../img/balloons.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-webkit-keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-moz-keyframe infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}

.interactive-slider-v2:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,.4);
}


.interactive-slider-v2 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

.interactive-slider-v2 p {
  color: #fff;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (min-width: 768px) {
  .interactive-slider-v2 p {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .interactive-slider-v2 p {
    font-size: 16px;
  }
}

/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v3 {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v3-md {
  padding: 250px 0;
}

.interactive-slider-v3.img-v1 {
  background: url(../img/bg/25.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v3.img-v2 {
  background: url(../img/bg/14.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v3.img-v3 {
  background: url(../img/ceiling.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v3.img-v4 {
  background: url(../img/mapEurope.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-webkit-keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-moz-keyframe infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}

.interactive-slider-v3:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,.4);
}

.interactive-slider-v3 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

.interactive-slider-v3 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .interactive-slider-v3 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

/*Footer Logo*/
.footer-logo {
	margin: 17px 0 20px;
}


/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

p{
	font-size: 14px;
}
a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

.wrapper {
	background: #fff;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

/* Add here all your css styles (customizations) */
.main-header{
	background-color: black;
}

@media (max-width: 767px) {
  .slanted-header {
    -webkit-clip-path: polygon(100% 0, 100% 98%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 98%, 0 100%, 0 0);
  }
}
@media (min-width: 768px) {
  .slanted-header {
    -webkit-clip-path: polygon(100% 0, 100% 92%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 92%, 0 100%, 0 0);
  }
}

@media (max-width: 767px) {
  /* .main-header {
    -webkit-clip-path: polygon(100% 0, 100% 98%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 98%, 0 100%, 0 0);
  } */
}
@media (min-width: 768px) {
  /* .main-header {
    -webkit-clip-path: url(#thePath);
  clip-path: url(#thePath);
  } */
}

.img-shadow{
  -webkit-box-shadow: -2px 58px 111px 1px rgba(214,210,214,1);
  -moz-box-shadow: -2px 58px 111px 1px rgba(214,210,214,1);
  box-shadow: -2px 58px 111px 1px rgba(214,210,214,1);
  border-radius: 5px;
}
.main-why-learnmore {
  margin-bottom:50px;
  cursor: pointer;
  height:50px;
  color:#777;
  text-align:center;
  -webkit-box-shadow: 0px 18px 77px 11px rgba(214,210,214,1);
  -moz-box-shadow: 0px 18px 77px 11px rgba(214,210,214,1);
  box-shadow: 0px 18px 77px 11px rgba(214,210,214,1);
  border-radius: 5px;
}

.main-why-learnmore:hover{
  box-shadow: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.main-why-learnmore-text {
  line-height:50px;
font-size: 18px;
}

@media (min-width: 120px) {
  .cms-detail-modal {
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
    min-height: 350px;
    left: 5%;
    top: 5%;
    background-color: white;
    position: fixed;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .cms-detail-modal {
    width: 700px;
    height: auto;
    min-height: 500px;
    left: calc(50% - 350px);
    left: -webkit-calc(50% - 350px);
    left: -moz-calc(50% - 350px);
    top: 5%;
    background-color: white;
    position: fixed;
    padding: 75px;
  }
}
@media (min-width: 992px) {
  .cms-detail-modal {
    width: 800px;
    height: auto;
    min-height: 500px;
    left: calc(50% - 400px);
    left: -webkit-calc(50% - 400px);
    left: -moz-calc(50% - 400px);
    top: 5%;
    background-color: white;
    position: fixed;
    padding: 75px;
  }
}
.cms-detail-modal-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  position: fixed;
  z-index: 9999 !important;
  cursor: pointer;
}

.faculty-list-item:before {
	content: "\2022";
	left: 0;
	position: absolute;
	top: 0;
}
.faculty-list-item {
	font-size: 12px;
	position: relative;
	list-style: none;
	list-style-position: inside;
	padding-left: 20px;
}

/*Header v6*/
.header-v6 {
	z-index: 99;
	position: relative;
}

@media (max-width: 991px) {
	.header-v6 {
		position: static;
	}
}

/*Containers
------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  	.header-v6 .menu-container {
	    width: 750px;
  	}
}

@media (max-width: 991px) {
	.header-v6 .menu-container:before,
	.header-v6 .menu-container:after {
		content: " ";
		display: table;
	}

	.header-v6 .menu-container:after {
		clear: both;
	}

    .header-v6 .menu-container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-v6 > .navbar > .container {
		width: inherit;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
  	padding-right: 0;
  }

	.header-v6 > .navbar > .container > .navbar-header,
	.header-v6 > .navbar > .container > .navbar-collapse {
	  	margin-left: 0;
	  	margin-right: 0;
	}
}

/*Navbar*/
.header-v6 .navbar {
	border: none;
	margin-bottom: 0;
}

/*Navbar Brand*/
.header-v6 .navbar-brand {
	height: 93px;
	max-height: 93px;
	line-height: 60px;
}

.header-v6 .navbar-brand img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.header-v6 .navbar-brand img.shrink-logo {
	display: none;
	margin-bottom: 10px;
}

.header-v6 .navbar-brand img.default-logo {
	display: inherit;
}

/*Media Queries*/
@media (max-width: 991px) {
	.header-v6 .navbar-brand {
		padding-top: 20px;
	}

	.header-v6 .navbar-brand img.shrink-logo {
		display: inherit;
	}

	.header-v6 .navbar-brand img.default-logo {
		display: none;
	}
}

/*Navbar Toggle*/
.header-v6 .navbar-toggle {
	border: none;
	margin: 31px 0 31px 15px;
}

.header-v6 .navbar-toggle .icon-bar {
	height: 1px;
	width: 20px;
	font-size: 20px;
	background: #555;
	margin-bottom: 5px;
}

.header-v6 .navbar-toggle .icon-bar:last-child {
	margin-bottom: 0;
}

.header-v6 .navbar-toggle,
.header-v6 .navbar-toggle:hover,
.header-v6 .navbar-toggle:focus {
	background: inherit;
}

/*Navbar Collapse*/
.header-v6 .navbar-collapse {
	position: relative;
}

/*Navbar Menu*/
.header-v6 .navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.header-v6 .nav > li > a:hover,
.header-v6 .nav > li > a:active,
.header-v6 .nav > li > a:focus {
	background: inherit;
	background-color: rgba(255,255,255,0.1) !important;
}

@media (min-width: 992px) {
	.navbar {
		border-radius: 0;
	}

	.header-v6 .navbar-nav {
		float: right;
	}
}


/*--------------------------------------------------
	[2. Header - Menu Inner Right Style]
----------------------------------------------------*/

/*Menu Inner Right
------------------------------------*/
.header-v6 .header-inner-right {
	float: right;
	z-index: 999;
	margin-left: -20px;
	position: relative;
}

@media (max-width: 350px) {
	.header-v6 .header-inner-right {
		display: none;
	}
}

.header-v6 .menu-icons-list {
	margin: 0;
	list-style: none;
}

.header-v6 li.menu-icons {
	position: relative;
	display: inline-block;
}

.header-v6 li.menu-icons:first-child {
	padding-right: 15px;
}

.header-v6 li.menu-icons i.menu-icons-style {
	color: #fff;
	width: 25px;
	cursor: pointer;
	font-size: 16px;
	line-height: 94px;
	text-align: center;
	display: inline-block;
}

.header-v6 li.menu-icons span.badge {
	top: 28px;
	left: 12px;
	color: #fff;
	width: 18px;
	height: 18px;
	padding: 4px;
	display: block;
	font-size: 11px;
	text-align: center;
	position: absolute;
	background: #72c02c;
	display: inline-block;
	border-radius: 50% !important;
}

/*--------------------------------------------------
	[3. Header - Responsive Navbar Style]
----------------------------------------------------*/

/*Responsive Navbar*/
@media (max-width: 991px) {
	/*Responsive code for max-width: 991px*/
    .header-v6 .navbar-header {
        float: none;
    }

    .header-v6 .navbar-toggle {
        display: block;
    }

    .header-v6 .navbar-collapse {
		border-color: #eee;
    	border-bottom: 1px solid #eee;
    }

    .header-v6 .navbar-collapse.collapse {
        display: none !important;
    }

    .header-v6 .navbar-collapse.collapse.in {
        display: block !important;
  		overflow-y: auto !important;
    }

    .header-v6 .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .header-v6 .navbar-nav > li {
        float: none;
    }

    .header-v6 .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*Navbar Nav*/
    .header-v6 .navbar-nav > li > a {
    	color: #444;
    }

    /*Pull Right*/
    .header-v6 .dropdown-menu.pull-right {
		float: none !important;
	}

	/*Dropdown Menu Slide Down Effect*/
	.header-v6 .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.header-v6 .navbar-nav .open .dropdown-menu > li > a,
	.header-v6 .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.header-v6 .navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.header-v6 .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #72c02c;
		background-color: transparent;
	}

	.header-v6 .navbar-nav .open .dropdown-menu > .active > a,
	.header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover,
	.header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #72c02c;
		background-color: transparent;
	}

	.header-v6 .navbar-nav .open .dropdown-menu > .disabled > a,
	.header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #72c02c;
		background-color: transparent;
	}

	.header-v6 .dropdown-menu.no-bottom-space {
		padding-bottom: 0;
	}

  	/*Design for max-width: 991px*/
  	.header-v6 .navbar-collapse,
	.header-v6 .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.header-v6 .navbar-nav > li > a {
		font-size: 14px;
		padding: 12px 5px;
	}

	.header-v6 .navbar-nav > li a {
		border-bottom: none;
		border-top: 1px solid #eee;
	}

	.header-v6 .navbar-nav > li:first-child > a {
		border-top: transparent;
	}

	.header-v6 .navbar-nav > li > a:hover {
		color: #72c02c;
	}

	.header-v6 .navbar-nav > .open > a,
	.header-v6 .navbar-nav > .open > a:hover,
	.header-v6 .navbar-nav > .open > a:focus {
		color: #555;
		background: inherit;
	}

	.header-v6 .navbar-nav > .active > a,
	.header-v6 .navbar-nav > .active > a:hover,
	.header-v6 .navbar-nav > .active > a:focus {
		background: inherit;
		color: #72c02c !important;
	}

	.header-v6 .dropdown .dropdown-submenu > a {
		font-size: 13px;
		color: #555 !important;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	/*Navbar Collapse*/
	.header-v6 .navbar-collapse {
		padding: 0;
	}

	/*Navbar*/
	.header-v6 .navbar {
		min-height: 40px !important;
	}

	.header-v6 .container > .navbar-header,
	.header-v6 .container-fluid > .navbar-header,
	.header-v6 .container > .navbar-collapse,
	.header-v6 .container-fluid > .navbar-collapse {
		margin-bottom: -10px;
	}

	.header-v6 .navbar-nav {
		top: 2px;
		position: relative;
	}

	@media (min-width: 992px) {
		.header-v6 .navbar-nav > li > a {
			color: #fff;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: 1px;
			text-transform: uppercase;
			padding: 20px 10px;
			line-height: 54px;
		}
	}
	@media (min-width: 1200px) {
		.header-v6 .navbar-nav > li > a {
			font-size: 13px;
			padding: 20px;
		}
	}

	.header-v6 .navbar-nav > li > a,
	.header-v6 .navbar-nav > li > a:hover,
	.header-v6 .navbar-nav > li > a:focus,
	.header-v6 .navbar-nav > .active > a,
	.header-v6 .navbar-nav > .active > a:hover,
	.header-v6 .navbar-nav > .active > a:focus {
		color: #fff;
		font-weight: 200;
		background: none;
	}

	.header-v6 .navbar-nav > .open > a,
	.header-v6 .navbar-nav > .open > a:hover,
	.header-v6 .navbar-nav > .open > a:focus {
		color: #fff;
	}

	/*Dropdown Menu*/
	.header-v6 .dropdown-menu {
		border: none;
		padding: 15px 0;
		min-width: 230px;
		border-radius: 0;
		background: #fff;
		z-index: 9999 !important;
		border-top: solid 3px #72c02c;
	}

	.header-v6 .dropdown-menu li a {
		color: #777;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 25px;
	}

	.header-v6 .dropdown-menu .active > a,
	.header-v6 .dropdown-menu li > a:hover {
		color: #72c02c;
		background: inherit;
		filter: none !important;
		transition: all .1s ease-in-out;
	}

	.header-v6 .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

	.header-v6 .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.header-v6 .open > .dropdown-menu {
		display: none;
	}
}


/*--------------------------------------------------
	[4. Header - Submenu]
----------------------------------------------------*/

/*Dropdown Submenu for BS3
------------------------------------*/
.header-v6 .dropdown-submenu {
   position: relative;
}

.header-v6 .dropdown-submenu > a:after {
    top: 9px;
    right: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
  	.header-v6 .dropdown-submenu > a:after {
      	content: " ";
  	}
}

.header-v6 .dropdown-submenu > .dropdown-menu {
	top: -20px;
	left: 100%;
	margin-left: 0px;
}

/*Submenu comes from LEFT side*/
.header-v6 .dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}

.header-v6 .dropdown-submenu:hover > .dropdown-menu {
   	display: block;
}

@media (max-width: 991px) {
	.header-v6 .dropdown-submenu > .dropdown-menu {
		display: block;
		margin-left: 15px;
	}
}

.header-v6 .dropdown-submenu.pull-left {
	float: none;
}

.header-v6 .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.header-v6 .dropdown-menu li [class^="fa-"],
.header-v6 .dropdown-menu li [class*=" fa-"] {
	left: -3px;
	width: 1.25em;
	margin-right: 1px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.header-v6 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v6 .dropdown-menu li [class*=" fa-"].fa-lg {
	/* increased font size for fa-lg */
	width: 1.5625em;
}



/*--------------------------------------------------
	[6. Header - Fixed]
----------------------------------------------------*/

/*Header Fixed
------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
	/*Header Sticky*/
	.header-fixed .header-v6.header-sticky {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 999;
		position: absolute;
	}

	.header-fixed .header-v6.header-fixed-shrink {
		border-bottom: none;
		box-shadow: 0 0 3px #bbb;
	}

	.header-fixed .header-v6.header-fixed-shrink .navbar {
		background: #fff;
	}

	/*Navbar*/
	.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
		color: #555;
	}

	.header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
	.header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
		color: #72c02c;
	}

	/*Navbar Brand*/
	.header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
		display: none;
	}

	.header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
		display: inherit;
	}

	/*Menu Inner Right*/
	.header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
		color: #555;
	}

	/*Transition*/
	.header-fixed .header-v6.header-fixed-shrink .navbar-brand,
	.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a,
	.header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style,
	.header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge,
	.header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
  	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
	}

	/*Navbar Brand*/
	.header-fixed .header-v6.header-fixed-shrink .navbar-brand {
		height: 70px;
		max-height: 70px;
		line-height: 39px;
	}

	/*Navbar Nav*/
	.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
		line-height: 30px;
	}

	/*Menu Icons*/
	.header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
		line-height: 70px;
	}

	.header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
		top: 17px;
	}


	/*Search*/
	.header-fixed .header-v6.header-fixed-shrink .search-open {
		border-bottom: 1px solid #eee;
	}

	.header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
		height: 49px;
		font-size: 25px;
	}
}

/*Media Queries*/
@media (max-width: 991px) {
	/*Header*/
	.header-fixed .header-v6,
	.header-fixed .header-v6.header-fixed-shrink {
		height: inherit;
		position: relative;
	}

	/*Header Inner Right*/
	.header-fixed .header-v6.header-fixed-shrink .header-inner-right,
	.header-fixed .header-v6.header-fixed-shrink .menu-icons-list {
		margin-left: 0;
		/*margin-right: 20px;*/
	}

	/*Menu Icons*/
	.header-v6 li.menu-icons i.menu-icons-style {
		color: #555;
	}
}

/*--------------------------------------------------
	[7. Header - Border Bottom Style Option]
----------------------------------------------------*/

/*Navbar*/
.header-v6.header-border-bottom .navbar {
	box-shadow: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
	border-bottom: none;
}

/*Media Queries*/
@media (min-width: 992px) {
	.header-v6.header-border-bottom .navbar {
		background: transparent;
	}

	.header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
		background: #fff;
	}
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animation-delay-14 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.selection-box-items {
  height: 400px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: -9px 10px 30px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -9px 10px 30px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -9px 10px 30px -9px rgba(0, 0, 0, 0.75);
  overflow: scroll;
  padding-top: 17px;
  z-index: 100;
  position: absolute;
  width: 100%;
  margin-top: 5px;
}

.selection-striped {
  padding: 3px 10px;
   font-family: "Lato", sans-serif;
     line-height:15px;
       font-weight: 300;
         color: rgba(0,0,0,1);
}

.selection-striped:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.selection-striped:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.selection-box {
  width: 100%;
  position: relative;
}
.selection-box a {
  float: right;
  margin-right: 15px;
  margin-top: -26px;
}
.selection-box .clear-selected {
    background: lightgray;
    width: 100%;
    position: absolute;
    text-align: right;
    font-size: 12px;
    top: -3px;
    height: 20px;
    padding-right: 8px;
    cursor: pointer;
}
.selection-box .clear-selected:hover {
    background: rgba(0, 0, 0, 0.3);
}

.form-control {
  display: block;
  border-radius: 0;
  width: 100%;
  height: 36px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.table-borderless td, .table-borderless th { border: none !important;}

.table-condense>thead>tr>th,
.table-condense>tbody>tr>th,
.table-condense>thead>tr>td,
.table-condense>tbody>tr>td {
  padding: 0px;
}
