/*!
 * Rise v.1.0.0
 * Copyright 2014 Artex Solutions.
 * 
 */
@font-face {
  font-family: "Nimbus Sans L";
  src: url("../fonts/NimbusSanL-Reg.otf");
 
}

@font-face {
  font-family: "Nimbus Sans L Bold";
  src: url("../fonts/NimbusSanL-Bol.otf");
}

@font-face {
  font-family: "source-sans-pro";
  src: url("../fonts/source-sans-pro.ttf");
 
}

@font-face {
  font-family: "Flamante-Serif-Book-FFP";
  src: url("../fonts/Flamante-Serif-Book-FFP.ttf");
 
}

@font-face {
  font-family: "Raleway-Light";
  src: url("../fonts/Raleway-Light.ttf");
 
}

body.boxed {
	background-color:#e9e9e9;font-family: Nimbus Sans L; 
}
body.boxed {
	
}

.tp-bar {
	padding:7px 0px;	
	background-color:#003271;
	position:relative;
	z-index:2001;
   	box-shadow:0 0px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 0px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0px 3px rgba(0, 0, 0, 0.25);
}
.tp-bar .list-inline {
	margin-bottom:0px; color:#f8f8f8; font-size:1em;
}
.tp-bar li {
	line-height:20px;	
}
.tp-bar li:hover {
	line-height:20px;	
}

.tp-bar .list-inline > li {
	padding-right:10px; font-weight:400;
}
.tp-bar .icon-phone:before {
	position:relative;
	top:2px;
}
.tp-bar .social-links {
	float:right;
}
.tp-bar a {
	color:inherit;	
}
.tp-bar .social-links li a {
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
	border:0px;
	color:#f5f5f5;
}
.tp-bar .social-links li a:hover {
	color:#6bda68;	
}

.logo-bar {
	
	border-bottom:1px solid #f8f8f8;
	background-color:#ffffff;
	position:relative;
	z-index:2000;
	 box-shadow: 10px 0px 5px #aaaaaa;
}
.logo-bar .logo {
	margin-top:-5px;
	vertical-align:middle;	
}
.logo {
	padding-top:10px; 	
}
.logo1 {
	 padding-top:5px;
	 float:left;
	 position:relative;
	 width:auto;
}

.logo2 {
	padding-top:5px;
	 float: right;
	 position:relative;
	 width:auto;
}
.logo-bar a{
}

.text1{
	    font-size:2.2em;
		font-family:Flamante-Serif-Book-FFP;
	color:#d30811;
	font-weight:600;
	top:50px;
	left:20px;
	position:relative;
	border-bottom:1px solid #F90;
	line-height:1.5em;

}

.logo a {
	display:block;	
}
.logo img {
	float:left;
}
.logo a span {
	font-size:35px;
	line-height:1em;
	vertical-align:top;
	font-family:Raleway;
	color:#3e3e3e;
	
	font-weight:500;
	
}

.logo a span2 {
	font-size:16px;
	line-height:1.2em;
	vertical-align:top;
	font-family:Raleway;
	color:#086eaa;
	font-weight:500;
	padding-left:20px;
	
}

.logo a svg path#svg_4,
.logo a svg path#svg_7,
.logo a svg path#svg_12,
.logo a svg path#svg_6 {
	fill:#ffffff;	
}
.sticky-bar {
	width:100%;
	padding:10px 0px 0px 0px;	
	position:fixed;
	top:0px;
	left:0px;
}
.logo-bar,
.logo-bar .logo,
.navbar-nav > li > a {
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	
}

.navbar-nav > li > a {
       
		 color:#f7f7f7;
		 font-size:1.1em;
		 margin-top:1em;
		 background-color:#09307f;
		 border-bottom:0px solid #62bd2b;
}

.navbar-nav > li > a:hover {
        
		 color:#fff;
		 font-size:1.1em;
		  background-color:#d30827;
		 
}

.sticky-bar .logo {
	transform:scale(0.8, 0.8);
	-moz-transform:scale(0.8, 0.8);
	-webkit-transform:scale(0.8, 0.8);
}
.sticky-bar .navbar-nav > li > a {
	padding-bottom:10px;
	padding-top:10px;
}
.image {
	position:relative;	
}
.image > img {
	width:100%;
	display:block;
	border:1px solid  #e4e4e4;
}
iframe {
	width:100%;
	display:block;
	border:0px;	
}
.margn-btm-80 {
	margin-bottom:80px;
}
.out {
	opacity:0;
}
.in {
	opacity:1;
}


/**** Icons Styles
//////////////////////////////////////////////// ***/

[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	line-height: normal;
	vertical-align: baseline;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	margin-right:10px;
}
.icon-photoshop:before,
.icon-dreamweaver:before,
.icon-fireworks:before,
.icon-illustrator:before {
	display:none;
}
.icon-photoshop,
.icon-dreamweaver,
.icon-fireworks,
.icon-illustrator {
	width:52px;
	height:51px;
	display:inline-block;
	background-image:url(../images/sprites.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.icon-dreamweaver {
	background-position:0 -52px;
}
.icon-fireworks {
	background-position:0 -104px;
}
.icon-illustrator {
	background-position:0 -156px;
}


/**** Custom Grids ****/

.grid-1 > ul,
.grid-2 > ul,
.grid-3 > ul,
.grid-4 > ul,
.grid-5 > ul,
.grid-6 > ul {
	padding:0px;
	margin-left:-20px;
	list-style:none;	
}
.grid-1 > ul > li,
.grid-2 > ul > li,
.grid-3 > ul > li,
.grid-4 > ul > li,
.grid-5 > ul > li,
.grid-6 > ul > li {
	padding-left:20px;
}

.header-abs,
.header-home {
	width:100%;
	z-index:200;
	
	position:absolute;
	top:0px;
	left:0px;
}
.header-home {
	background-color:rgba(0,0,0,0.8);
}
.site-header .navbar-collapse {
	float:left;width:100%;
}
.video-text
{
	position:relative;
	border-bottom:0px solid #999898;
	top:10px;
	font-weight:600;
	font-size:1.2em;
	 color:#1683bf;
	font-family:Raleway;
}
.date-text
{
	position:relative;
	border-bottom:0px solid #999898;
	top:2px;
	font-weight:600;
	font-size:1em;
	margin-bottom:25px; color:#72ac1f;
	font-family:Raleway;
}
.button-default
 {
    background: #f5b120 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 10px;
    padding: 0px 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin-top:0px;
	border-bottom:3px solid #dd9a0b;
	
}
.button-default a {
    background: #f5b120 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    padding: 0px 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin-top:0px;
	
}
.button-default:hover {background: #2c3e51; color: #fff}
.button-default.button-yellow {background: #F5B120}
.button-default.button-yellow:hover {background: #1bb4b9}


.button-default2
 {
    background: #1a2939 none repeat scroll 0 0;
    border: 0 none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
    color: #f6c42b;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin-top:15px;
	
}
.button-default2 a {
    background: #f5b120 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    padding: 0px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin-top:15px;
	
}
.button-default2:hover {background: #2c3e51; color: #fff}





.button-default3
 {
    background: #b60932 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 6px;
	  color: #f6c42b;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    padding: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin-top:15px;
	width:60px;
	height:50px;
	float:left;
	padding-bottom:12px;
	
}
.button-default3 a {
    background: #b60932 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    padding:20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin-top:15px;
	
}
.button-default3:hover {background: #2c3e51; color: #fff}
/*** Navigation in tablet ***/
.nav-tablet {
	width:100%;
	height:100%;
	padding:45px 20px 0px 20px;
	background-color:#172251;
	z-index:20002;
	
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	
	position:fixed;
	top:0;
	left:-100%;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.nav-tablet.open {
	left:0;
}
.tablet-main-nav,
.tablet-main-nav ul {
	margin:0px;
	padding:0px;
	list-style:none;	
}
.tablet-main-nav li {
	display:block;
	line-height:40px;

	box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
}
.tablet-main-nav li a {
	display:block;
	padding:0px;
	color:inherit;
}

.tablet-main-nav li ul {
	width:auto;
	min-width:none;
	opacity:1;
	display:none;
	background:none;
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	border-top-style:none;
	border-top-width:0px;
	position:static;
	left:0px;
	top:0px;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
	box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1);
}
.tablet-main-nav li.has-ul > a {
	position:relative;
}
.tablet-main-nav li.has-ul > a:after {
	width:0px;
	height:0px;
	margin-top:-2.5px;

	content:'';
	display:inline-block;
	border-top:5px solid #3e3e3e;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	background-color:transparent;

	position:absolute;
	top:50%;
	right:15px;
}
.tablet-main-nav li.has-ul > a.open:after {
	width:10px;
	height:3px;
	margin-top:-1.5px;
	background-color:#3e3e3e;
	border:0px;	
}
.nav-button,
.nav-button-desk {
	width:35px;
	height:35px;
	display:none;
	background-color:rgba(0,0,0,0.4);
	cursor:pointer;
	margin-top:10px;
	margin-right:50px;

	position:relative;
}
.nav-button:before, .nav-button:after,
.nav-button-desk:before, .nav-button-desk:after {
	width:20px;
	height:1px;
	display:block;
	content:'';
	background-color:#f1f1f1;
	position:absolute;
	top:12px;
	left:7px;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.nav-button:after,
.nav-button-desk:after {
	top:18px;
	box-shadow:0px 5px 0px #f1f1f1;
	-mozbox-shadow:0px 5px 0px #f1f1f1;
	-webkit-box-shadow:0px 5px 0px #f1f1f1;
}
.nav-tablet .nav-button {
	background-color:rgba(0, 0, 0, 0.7);
	position:absolute;
	right:20px;
	top:10px;
}
.navbar .nav-button {
	margin-top:5px;
	float:right;
}

.nav-button-desk {
	margin-top:14px;
	margin-left:5px;
	display:block;
	float:right;	
}


/*** Search ***/
.site-search {
	width:30px;
	height:30px;
	margin-top:2px;
	margin-right:10px;
	float:right;
	position:relative;
}
.search-btn {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
}
.search-btn:before {
	margin-right:0px;
	font-family: 'FontAwesome';
	content: "\f002";
}
.search-btn.open:before {
  content: "\f00d";
}
.search-contain {
	width:350px;
	height:40px;
	background-color:#ffffff;
	border:1px solid #ddd;
	margin-top:10px;
	z-index:200;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility:hidden;
	
	position:absolute;
	top:55px;
	right:0px;	

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.search-contain:before {
	width: 0;
	height: 0;
	content:'';
	border-bottom: 8px solid #ddd;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	position:absolute;
	top:-8px;
	right:5px;
}
.search-contain.open {
	margin-top:0px;
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
}
.search-contain input[type="text"] {
	width:100%;
	height:40px;
	line-height:20px;
	padding:10px 25px 10px 10px;
	border:0px;
	background-color:transparent;
}
.search-contain input[type="submit"] {
	width:20px;
	height:100%;
	border:0px;
	opacity:0px;
	visibility:hidden;	
	
	position:absolute;
	right:0px;
	top:0px;
}


/*** Header Style 2 ***/
.site-header-2 {
	background-color:rgba(0,0,0,0.3);	
}
.site-header-2 .logo-bar {
	border-bottom:2px solid #ffffff;
}
.site-header-2 .navbar-default {
	background-color:transparent;
	border-bottom:0px;
	display:none;
}
.site-header-2 .navbar-default.open {
	display:block;
}
.logo-bar .social-links {
	padding-top:14px;
}
.logo-bar .nav-button {
	float:right;
}

/**** Carosel controls
------------------------------------------------------ ***/
.caro-fade ul,
.caro-slider ul,
.causes > ul,
.mapbox .widget_contact ul,
ul.options,
.social-links,
.contact-form ul,
.skills ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.caro-fade ul li,
.caro-slider ul li {
	float:left;
}
.caro-slider ul li > img {
	width:100%;	
}
.caro-next, .caro-prev {
	width:30px;
	height:33px;
	padding:16px 14px 8px 14px;
	background-color:transparent;
	display:inline;
	color:#565656;
	vertical-align:bottom;
	border:1px solid #565656;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;

	transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;
	-webkit-transition:background-color 0.5s ease;
}
.caro-next:hover, .caro-prev:hover {
	color:#ffffff;
}
.caro-next:before, .caro-prev:before {
	text-align:center;
	font-size:26px;
	display:inline-block;
	font-family: 'FontAwesome';
}
.caro-next:before {
  content: "\f105";
}
.caro-prev:before {
  content: "\f104";
}

.caro-slider {
	position:relative;	
}
.caro-slider .caro-controls {
	width:100%;
	height:48px;
	margin-top:-24px;
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;	
}
.caro-controls .caro-next, .caro-controls .caro-prev {
	width:40px;
	height:48px;
	line-height:14px;
	color:#ffffff;
	background-color:rgba(0, 0, 0, 0.5);
	border-color:rgba(255,255,255,0.5);
	position:absolute;
	top:0px;
}
.caro-controls .caro-prev {
	left:0px;
	border-left:0px;
}
.caro-controls .caro-next {
	right:0px;
	border-right:0px;
}

.caro-pagination {
	text-align:center;	
}
.caro-pagination a,
.caro-pagination a span {
	width:10px;
	height:10px;
	line-height:1;
	margin:0 5px;
	display:inline-block;
	color:#000000;
	font-size:1px;
	border:2px solid transparent;
	overflow:hidden;
	border-radius:50%;
	
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.caro-pagination a span {
	margin:0;
	border:0px;
}
.caro-pagination a.selected {
	border-color:rgba(0,0,0,0.5);
}
.bg-theme .caro-pagination a span {
	color:#ffffff;
	background-color:#ffffff;
}


.progress-stats {
	width:115px;
	height:280px;
	padding-right:15px;
	text-align:right;
	font-size:14px;
	float:left;
}
.progress-stats span {
	display:block;
}
.progress-stats span + span {
	margin-top:100px;
}

.progress-fill-area {
	width:250px;
	height:280px;
	margin-left:115px;
	overflow:hidden;
	position:relative;
}
.progress-fill-area .sketch-fill,
.progress-fill-area .progress-fill {
	width:100%;

	position:absolute;
	left:0px;
	bottom:0px;
}
.progress-fill-area .sketch-fill {
	height:100%;
	z-index:10;
	background-image:url(../images/progress-pick.png);
	background-position:0 0;
	background-repeat:no-repeat;	
}
.progress-fill-area .pre-fill {
	width:50px;
	height:100%;
	background-color:#444444;
	z-index:6;
	
	position:absolute;
	left:0px;
	bottom:0px;
}
.progress-fill-area .progress-fill {
	height:0%;
	z-index:7;
	
	position:absolute;
	left:0px;
	bottom:0px;
}

/**** Widgets
------------------------------------------------ ****/
.widget {
	margin-bottom:30px;	
}
.footer .widget {
	margin-bottom:0px;	
}
.widget ul {
	padding:0 ;
	margin:0;

}
.widget a {
	color:inherit;	
}

.widget_normal > a > img:first-child {
	margin-top:-5px;
	margin-bottom:20px;
}

/*** widget_twitter ***/
.widget > ul > li {
	margin-left:10px;
	position:relative;
	list-style:none;
	font-size:1.1em;
	line-height:1em;
	padding-bottom:10px;

	
}
.widget > ul > li a{
	margin-left:10px;
	position:relative;
	margin:0;
	padding:0;
	
	
}

/**** Widgets2
------------------------------------------------ ****/
.widget2 {
	margin-bottom:30px;	
	padding-left:20px;
	
}
.footer .widget2 {
	margin-bottom:0px;	
}
.widget2 ul {
	padding:0 ;
	margin:0;

}
.widget2 a {
	color:inherit;	
}

.widget2_normal > a > img:first-child {
	margin-top:-5px;
	margin-bottom:20px;
}

/*** widget_twitter ***/
.widget2 > ul > li {
	margin-left:0px;
	position:relative;
	list-style:none;
	font-size:1.3sem;
	line-height:1.4em;
	padding-bottom:8px;
     font-family: 'source-sans-pro', sans-serif;
	
}
.widget2 > ul > li a{
	margin-left:0px;
	position:relative;
	margin:0;
	padding:0;
font-size:1em;
}

.widget2 h4{
	height:100%;
	width:100%;
	text-align:left;
	font-size:1.8em;
	font-weight:600;
	line-height:1.2em;
	color:##bc1f30;
	font-family: 'source-sans-pro', sans-serif;
}


.process ul{
	margin:0;
	padding:0;
	list-style-position: outside;
	display:block;
}

.process ul li{
	
	list-style-position: outside;font-size:1.4em; 
	
}

.processbox{
	width:100%;
	height:100%;
	margin-top:150px;
}


.widget_arrow-circle > ul > li + li {
	margin-top:10px;
	
}
.widget_arrow-circle > ul > li:before,
.widget_contact > ul > li:before {
	font-family: 'FontAwesome';
	content:'\f099';
	position:absolute;
	top:2px;
	left:0px;
}
.tweet-name {
	font-family: 'Raleway', sans-serif;
	font-size:.9em;
}

/*** widget_flickr ***/
.widget_flickr > ul,
.widget_gallery > ul {
	margin-left:-10px;
}
.widget_flickr > ul > li,
.widget_gallery > ul > li {
	width:25%;
	padding-left:3px;
	margin-bottom:3px;
	float:left;
}
.widget_flickr > ul > li a,
.widget_gallery > ul > li a {
	display:block;	
}
.widget_flickr > ul > li img,
.widget_gallery > ul > li img {
	width:100%;
	border-radius:3px;
}

/*** widget_contact ***/
.widget_contact > ul > li {
	padding-left:20px; margin-right:20px;
	margin-bottom:5px;
	position:relative;
	list-style:none;
}
.widget_contact > ul > li:before {
	content:'';
}
.widget_contact > ul > li.address:before {
	content:'\f041';
}
.widget_contact > ul > li.phone:before {
	content:'\f095';
}
.widget_contact > ul > li.email:before {
	content:'\f003';
}
.widget_contact > ul > li.skype:before {
	content:'\f17e';
}

.widget_contact_form .form-control {
	margin-bottom:15px;	
}
.widget_contact_form textarea.form-control {
	min-height:107px;
}

/*** widget_categories ***/
.widget_categories li,
.widget_archive li {
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:15px;
	text-align:right;
	font-size:0.9em;
	border-bottom:2px dotted #7bc725;
	position:relative;
}
.widget_categories li:before,
.widget_archive li:before {
	content:'■';
	position:absolute;
	top:-2px;
	left:0px;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.widget_categories li a {
	float:left;
	display:inline-block;	
	font-size:1.1em;
}

.widget_archive li {
	text-align:left;
}

.widget_featured_posts li {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}
.widget_featured_posts li:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}


.featured-box h6,
.featured-box p {
	margin-bottom:10px;	
	padding:10px 0px;
	

}


/*** Sections styling ***/
.section {
	padding:20px 0px 50px 0px;
}
.map-section {
	/*border-top:3px solid transparent;*/
}
.map-section #location-map {
	width:100%;
	height:285px;
	display:block;
}
/*** parallex image ***/
.parallex-section,
.banner {
	padding:0px 0px 15px 0px; 
	color:#ffffff;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	margin-bottom:30px;
	text-align:center;
}

.banner_infra {
	 
	color:#ffffff;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	margin-bottom:40px;
	text-align:left;
	background:url(../images/cn.jpg);
	
}
.layer {
    background: rgba(0, 0, 0, 0.45);
	padding:5em 2em;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;height:100%;
}

.readmore-w3 a {
    border: 1px solid #e01f3d;
    background: #e01f3d;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
    margin: 1em 0 0;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	margin-bottom:20px;
}
.readmore-w3 a:hover{
    border: 1px solid #23B684;
    background: #23B684;
    color: #fff;
}

.rcma-box{
	width:100%;
	height:180px;
}

.parallex-section *,
.parallex-section .heading *,
.bg-theme {
	color:#ffffff;
}
.parallex-section .heading h2:before, .parallex-section .heading h4:before,
.parallex-section .heading h2:after, .parallex-section .heading h4:after {
	background-color:#ffffff;
}
.parallex-section .event-box .text p,
.parallex-section .portfolio-box {
    color:#656565;
}

.portfolio-detail p {
	color:#fff;
	text-align:left;
	font-weight:400;
	padding-left:0px;
	font-size:1.3em;	
	padding:0px 20px 20px 0px;
	font-family: 'source-sans-pro', sans-serif;
}
.container p {
	color:#656565;
	text-align: justify;
	font-weight:400;
	padding-left:0px;
	font-size:1.3em;	
	padding:0px 20px 7px 0px;
}

.featured-box p {
	color:#919191;
	text-align: justify;
	font-weight:400;
	font-size:1.1em;	
	margin-left:0px;
	line-height:1.1em;
	left:0px;
	position:relative;
	padding-right:15px;
}

.media-body p {
	color:#7f7f7f;
	text-align:  justify;
	font-weight:400;
	font-size:1.3em;	
	margin-left:0px;
	line-height:1.2em;
}


.parallex-section .event-box .text h5,
.parallex-section .event-box .options *,
.parallex-section .portfolio-box {
	color:#444444;
}

.portfolio-detail h4 {
	color:#fff;
	text-align:left;
	font-weight:600;
	padding-left:5px;
	font-size:1.9em;
	font-family: 'Nimbus Sans L Bold', sans-serif;
}

.portfolio-detail2 h4 {
	color:#e31031;
	text-align:left;
	font-weight:500;
	padding-left:15px;
	font-size:1.3em;
	text-transform:uppercase;
	font-family: 'Nimbus Sans L', sans-serif;
}

.media-heading h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color: #026aa4;
}
.contact-text{
	color:#00519a;
	text-align:left;
	font-weight:400;
	font-size:1.3em;	
	padding:0px;
}
.contact-text2{
	color:#1683bf;
	text-align:left;
	font-weight:500;
	font-size:1.4em;	
	padding:0px;
}

.contact-text2 a{
	color:#1683bf;
	text-align:left;
	font-weight:400;
	font-size:1em;	
	padding-top:0px;
	margin-bottom:0px;
	float:left;
	
}
.contact-text2 a:hover{
	color:#1e7237;
	text-align:left;
	font-weight:400;
	font-size:1em;
	text-decoration:underline;
	line-height:1.5em;
	
	
}


.heading h2{
	text-align:left;
}


.heading h2
{
	padding-bottom:5px;
	margin-bottom:20px;
	
	position:relative;
	border-bottom:1px solid #999898;
	padding-top:50px;
	margin-top:50px;
	font-weight:800;
	font-size:2.5em;
	font-family: 'Raleway-Light', sans-serif;
	border-bottom:none;
	color:#0b408f;
	text-align:center;
	}
	
.blpg .heading h2
{
	padding-bottom:5px;
	margin-bottom:20px;
	
	position:relative;
	border-bottom:1px solid #999898;
	padding-top:50px;
	margin-top:50px;
	font-weight:800;
	font-size:2.5em;
	font-family: 'Raleway-Light', sans-serif;
	border-bottom:none;
	color:#0b408f;
	text-align:center;
	}	
	

.heading h5
{
	padding-bottom:15px;
	margin-bottom:0px;
	display:inline-block;
	position:relative;
	border-bottom:1px solid #999898;
	padding-top:10px;
	margin-top:20px;
	font-size:3em;
	font-weight:500;
}


.heading h4 {
	padding-bottom:25px;
	margin-bottom:40px;
	display:inline-block;
	position:relative;
	border-bottom:1px solid #999898;
	padding-top:20px;
	margin-top:20px;
}


.widget .heading h2,
.widget .heading h4 {
	padding-bottom:18px;
	margin-bottom:30px;
	display:block;
}
.heading h2:before,
.heading h2:after,
.heading h4:before,
.heading h4:after {
	width:72px;
	height:2px;
	content:'';
	
	position:absolute;
	left:0px;
	bottom:-1px;
}
.heading h2:before,
.heading h4:before {
	width:9px;
	height:9px;
	bottom:-4px;
	
	border-radius:50%;		
}
.post-meta {
	margin-bottom:5px;
	font-size:16px;
	color:#999999;

	
	
}

/**** Countdown timer ****/
.logo-bar .counter {
	padding:20px;
	margin:-20px;
	float:right;
}
.counter {
	color:#fff;
	position:relative;
}
.social-links + .counter {
	margin-right:20px;
}
.count-down {
	width:auto;
	height:63px;
	margin:auto;
	overflow:hidden;
}
.counter .count-down {
	z-index:10;
	position:relative;
}
.dsCountDown {
	text-align:center;
	color:#ffffff;
	font-weight:normal;
	font-size:24px;
}
.ds-element {
	color:#444444;
	display:inline-block;
	position:relative;
}
.ds-element + .ds-element {
	padding-left:16px;
}
.ds-element-title{
	font-size:14px;
	font-weight:300;
	line-height:14px;
	color:#ffffff;
	text-transform:capitalize;
	position:relative;
	top:48px;
}
.ds-element-value {
	padding:6px 7px;
	font-size:30px;
	position:relative;
	top:-9px;

	background-color:#ffffff;
	border:1px solid rgba(68,68,68,0.4);
}
.ds-element-value:before {
	width:100%;
	height:1px;
	content:'';
	background-color:#000000;
	
	position:absolute;
	top:50%;
	left:0px;	
}
.btn {
	display: inline-block;
	padding: 6px 30px;
	margin-bottom: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	color:fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn-default {
	color: #fff;
	background-color: #1683bf;
	border-color: #ccc;
	font-size:1.2em;
	font-weight:500;
}
.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:hover {
	color:#ffffff;
	border-color:#ffffff;	
	background-color: #1a7135;
}
/*** Event-bx on Countdown Timer ***/
.event-bx {
	width:100%;
	min-height:100%;
	padding:80px 20px 15px 20px;
	color:#666666;
	background-color:#ffffff;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	
	opacity:0;
	visibility:hidden;
	
	transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	
	
	z-index:5;
	position:absolute;
	top:0px;
	left:0px;
}
.counter:hover .event-bx {
	opacity:1;
	visibility:visible;
	
	transform:translateY(0px);
	-moz-transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
.event-bx h4,
.event-bx > p:last-child {
	margin-bottom:10px;	
}
.event-bx .event-bx-btm {
	border-top:1px solid #e3e3e3;
	padding-top:15px;
	text-align:center;	
}




/*** Portfolio box styles ****/
.portfolio-left {
	padding-top:50px;
	font-size:16px;
	padding-bottom:50px;
	
}

.portfolio-left p {
	color:#bfbfbf;
	text-align:left;
	font-weight:400;
	font-size:1.2em;	
	padding:0px 0px 0px 0px;
	
}

#service ul {
	display:inline-block;
	

}

#service ul li{
	color:#f4f2f2;
	text-align:left;
	font-weight:400;
	font-size:1.2em;	
	margin-bottom:20px;
	line-height:1.3em; background-color:#C30;
}

.portfolio-box {
	top:-90px;
	padding-top:15px;
	position:relative;
	color:#666666;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	border:#CCC 1px solid;
	border-top:5px solid #0194d9;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);

	transition:transform 0.3s ease;
	-moz-transition:transform 0.3s ease;
	-webkit-transition:transform 0.3s ease;-webkit-box-shadow: 1px 6px 26px 2px rgba(217,217,217,1);
-moz-box-shadow: 1px 6px 26px 2px rgba(217,217,217,1);
box-shadow: 1px 6px 26px 2px rgba(217,217,217,1);
}
.portfolio-box:hover {
	transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
}

.portfolio-box figure {
	width:100%;
	height:231px;
	
	border:0px solid #e3e3e3;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;padding-bottom:15px;
	
		
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.portfolio-box figure img {
	width:100%;
	display:block;
	
	
}
.portfolio-box figure figcaption {
	width:100%;
	height:100%;
	border:10px solid #ffffff;
	background-color:rgba(0,0,0,0.5);
	opacity: 0;
	filter: alpha(opacity=0);

	border-radius:50%;	

	position:absolute;
	left:0px;
	top:0px;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.portfolio-box:hover figure figcaption {
	opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-box figure figcaption a.zoom {
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	color:#ffffff;
	font-size:95px;
	font-weight:200;
	opacity: 0;
	filter: alpha(opacity=0);
	
	position:absolute;
	top:0%;
	left:50%;
	
	transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
	-webkit-transition:all 0.3s ease 0.3s;
}
.portfolio-box:hover figure figcaption a.zoom {
	opacity: 1;
	filter: alpha(opacity=100);
	top:50%;
}
.portfolio-box .portfolio-detail {
	text-align:center;
}
.portfolio-box .more-link {
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:34px;
	line-height:1.05;
	text-indent:-12px;
	background-color:#129043;	
	
	position:absolute;
	right:-20px;
	bottom:-20px;
	
	border-radius:60% 0 0 60%;
}
/**----------------------------------------***/
.color1{
	background-color:#99b120;
	
}
.portfolio-box2 {
	top:80px;
	position:relative;
	color:#666666;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	border:#CCC 1px solid;
	padding-top:15px;
	padding-left:20px;
	margin-bottom:80px;
	z-index:1;
	
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);

	transition:transform 0.3s ease;
	-moz-transition:transform 0.3s ease;
	-webkit-transition:transform 0.3s ease;
}
.portfolio-box2:hover {
	transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
}

.portfolio-box2 figure {
	width:auto;
	height:auro;
	text-align:center;
	
	background-color:#ffffff;
	overflow:hidden;
	position:relative;padding-bottom:0px;
	
		
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.portfolio-box2 figure img {
	width:auto;
	display:block;
	
	
	
}
.portfolio-box2 figure figcaption {
	width:100%;
	height:100%;
	border:10px solid #ffffff;
	background-color:rgba(0,0,0,0.5);
	opacity: 0;
	filter: alpha(opacity=0);

	border-radius:50%;	

	position:absolute;
	left:0px;
	top:0px;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.portfolio-box2:hover figure figcaption {
	opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-box2 figure figcaption a.zoom {
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	color:#ffffff;
	font-size:95px;
	font-weight:200;
	opacity: 0;
	filter: alpha(opacity=0);
	
	position:absolute;
	top:0%;
	left:50%;
	
	transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
	-webkit-transition:all 0.3s ease 0.3s;
}
.portfolio-box2:hover figure figcaption a.zoom {
	opacity: 1;
	filter: alpha(opacity=100);
	top:50%;
}
.portfolio-box2 .portfolio-detail2 {
	text-align:center;
}
.portfolio-box2.more-link2 a {
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:34px;
	line-height:1.05;
	
	background-color:#129043;	
	position:absolute;
	right:-20px;
	bottom:-20px;
	border-radius:60% 0 0 60%;
	
}

.read-more a {
	width:60px;
	height:60px;
	color:#ecef11;
	font-size:34px;
	line-height:1.8em;
	background-color:#90a622;	
	position: relative;
	padding-left:50px;
	right:-20px;
	bottom:-20px;
	top:10px;
	font-size:1.3em;
	border-bottom:1px solid #FC3;
		
}

.read-more a : hover{
	width:60px;
	height:60px;
	color:#fff;
	font-size:34px;
	line-height:1.8em;
	background-color:#90a622;	
	position: relative;
	padding-left:50px;
	right:-20px;
	bottom:-20px;
	top:10px;
	border-bottom:1px solid #FC3;
		
}

/*** Causes styling
-------------------------------------  ***/
.causes-box > figure {
	width:170px;
	float:left;
	position:relative;
}
.causes-box > figure img {
	width:100%;
}
.causes-box > figure figcaption,
.image-box > figure figcaption,
.donor-box > figure figcaption,
.image-appear figcaption,
.about-box .about-snap figcaption,
.event-box figcaption {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	filter:alpha(opacity=0);

	position:absolute;
	top:0px;
	left:0px;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

.image-appear figcaption,
{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	filter:alpha(opacity=0);

	position:absolute;
	top:0px;
	left:0px;
	border:1px #333 solid;
	padding:10px;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}


.causes-box:hover > figure figcaption,
.image-box:hover > figure figcaption,
.donor-box:hover > figure figcaption,
.image-appear:hover figcaption,
.about-box .about-snap:hover figcaption,
.event-box:hover figcaption {
	opacity: 1;
	filter: alpha(opacity=100);
}
.causes-box > figure figcaption,
.image-box > figure figcaption,
.donor-box > figure figcaption,
.image-appear figcaption,
.about-box .about-snap figcaption,
.event-box figcaption {
	color:#ffffff;
}
.causes-box > figure figcaption .btn-default {
	background-color:rgba(255,255,255,0.8);
	border-color:transparent;
	
	margin-left:-65px;
	margin-top:-16px;

	position:absolute;
	top:0%;
	left:50%;
	width:300px;
}
.causes-box:hover > figure figcaption .btn-default {
	top:50%;
}
.causes-box > figure figcaption .btn-default:hover {
	color:#ffffff;	
	padding:3em;
	
}
.causes-box > .causes-detail {
	padding-left:20px;
	margin-left:170px;
	
}

.causes-detail h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color: #1a7637;

}
.help-text {
	font-size:20px;
	margin-bottom:0px;
	margin-top:30px;	
}
.causes-box .effect {
	position:relative;
}
.causes-box .effect > p,
.causes-box .effect .causes-hover {
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.causes-box .effect > p {
	opacity: 1;
	filter: alpha(opacity=100);
	
	transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.causes-box:hover .effect > p {
	opacity: 0;
	filter: alpha(opacity=0);
	transform:translateY(30px);
}
.causes-box .effect .causes-hover {
	width:100%;
	opacity: 0;
	filter: alpha(opacity=0);
	
	position:absolute;
	top:10px;
	left:0px;

	transform:translateY(30px);
	-moz-transform:translateY(30px);
	-webkit-transform:translateY(30px);
}
.causes-box:hover .effect .causes-hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.causes-detail > p:last-child,
.causes-list .causes-box .causes-detail .text p:last-child,
.media-body p:last-child {
	margin-bottom:0px;	
}
.media-body p:last-of-type {
	margin-bottom:10px;
}

/*** Causes List ***/
.causes-list .causes-box {
	padding:20px;
	margin-bottom:30px;
	border:1px solid #eeeeee;	
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;

	box-shadow:0 0 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow:0 0 0px 0px rgba(0, 0, 0, 0.0);
	-webkit-box-shadow:0 0 0px 0px rgba(0, 0, 0, 0.0);
}
.causes-list .causes-box:hover {
	box-shadow:0 0 8px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 0 8px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.causes-list .causes-box > figure {
	width:160px;
}
.causes-list .causes-box .causes-detail {
	margin-left:160px;
}
.causes-list .causes-box .causes-detail .progress {
	margin-bottom:30px;
}
.causes-list .causes-box .causes-detail .text {
	width:280px;
	float:left;
}
.causes-list .causes-box .causes-detail .causes-msg {
	margin-left:280px;
	padding:20px 0px 20px 0px;
	text-align:left;
	font-size:1.2em;
	position:relative;
}
.causes-list .causes-box .causes-detail .causes-msg:before {
	width:15px;
	height:100%;
	content:'';
	background-color:#ffffff;
	
	box-shadow:-4px 0 6px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:-4px 0 6px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:-4px 0 6px -5px rgba(0, 0, 0, 0.3);
	
	position:absolute;
	left:15px;
	top:0px;
	
}
.causes-list .causes-box .causes-detail .causes-msg p {
	margin-bottom:0px;
}
.target-amount {
	font-size:26px;	
}
.causes-list .causes-box .causes-detail .causes-msg .btn {
	margin:10px 0px;	
}




/**** Gallery Styling ***/
.image-box {
	
	height:auto 0; width:200px; max-width:100%; max-height:100%;object-fit: contain;
}
.image-box > figure {
	text-align:left;	
	display: table;

}
.image-zoom,
.image-anchor {
	width:46px;
	height:53px;
	line-height:53px;
	text-align:center;
	margin-top:-26.5px;
	color:inherit;
	display:inline-block;
	background-image:url(../images/hexagon-svg.svg);
	background-repeat:no-repeat;

	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;

	position:absolute;
	top:50%;
	left:50%;

	transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
}
.image-zoom {
	margin-left:-51px;
	transform:translateX(-10px);
}
.image-anchor {
	margin-right:-51px;
	transform:translateX(10px);
}
.image-box:hover .image-zoom,
.image-box:hover .image-anchor,
.image-appear:hover .image-zoom,
.image-appear:hover .image-anchor {
	transform:translateX(0px);
}
.hover-single-icon .image-anchor,
.hover-single-icon .image-zoom {
	margin-left:-23px;
	margin-right:0px;
	transform:translate(0px, -10px);
}
.image-box:hover .hover-single-icon .image-anchor,
.image-box:hover .hover-single-icon .image-zoom {
	transform:translate(0px, 0px);
}

.image-zoom .glyphicon,
.image-anchor .glyphicon {
	font-size:14px;
	color:inherit;
}
.team-box {
	text-align:center;	
}
.teams .team-box {
	margin-bottom:40px;
}
.team-box p {
	margin-bottom:10px;
}
.team-box .image-box {
	margin-bottom:10px;	
}
.team-box .image-box figure .btm {
	width:100%;
	height:70px;
	font-size:16px;
	position:absolute;
	left:0px;
	bottom:0px;	
}
.image-email {
	width:100%;
	margin-top:-50px;

	position:absolute;
	top:50%;
	left:0px;
	
	transform:scale(.5,.5);
	-moz-transform:scale(.5,.5);
	-webkit-transform:scale(.5,.5);
	
	transition:all 0.2s ease 0.1s;
	-moz-transition:all 0.2s ease 0.1s;
	-webkit-transition:all 0.2s ease 0.1s;
}
.image-box:hover .image-email,
.about-box .about-snap:hover .image-email {
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
.image-email [class^="icon-"] {
	padding-left:8px;
	font-size:60px;
}
.image-email .icon-envelope-o:after {
	margin:0px;
}
.image-email p {
	margin-bottom:0px;	
	font-size:20px;
}

/*** Donor Boxes ***/
.donor-box {
	margin-bottom:20px;
	text-align:center;	
}
.parallex-section .donor-box {
	color:#ffffff;	
}
.donor-box .image {
	width:230px;
	height:230px;
	line-height:230px;
	margin-bottom:15px;
	border:10px solid #ffffff;
	overflow:hidden;
	border-radius:50%;
	display:inline-block;

	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.donor-box .image figcaption {
	border-radius:50%;
}
.donor-box .image figcaption a,
.team-box .image figcaption .btm a {
	color:#ffffff;
	font-size:20px;
	top:-10px;
	position:relative;
	
	transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
}
.team-box .image figcaption a {
	color:#ffffff;
}
.donor-box .image figcaption a:nth-child(even),
.team-box .image figcaption .btm a:nth-child(even) {
	top:10px;
}
.donor-box:hover .image figcaption a,
.donor-box:hover .image figcaption a:nth-child(even),
.team-box:hover .image figcaption .btm a,
.team-box:hover .image figcaption .btm a:nth-child(even) {
	top:0px;
}


.team-box h4,
.donor-box h4,
.team-box p:last-child,
.donor-box p {
	margin-bottom:0px;	
}
.team-box p,
.donor-box p {
	font-size:16px;
}


/*** Newsletter Section ***/
.newsletter-section {
	padding:36px 0px;
	background-color:#000000;
	border-width:3px 0px;
	border-style:solid;
}
.newsletter-section h4 {
	margin-bottom:0px;
	line-height:42px;
}
.newsletter-section input[type="submit"].btn {
	height:46px;
	padding: 10px 30px;
}
.newsletter-section .form-control {
	margin-bottom:0px;
	background-color:#444444;
	border-color:#6d6d6d;
	color:#ffffff;
}

/***** Footer Styling ****/
.agileits-w3layouts-footer{
    background: #0f0f0f;
    padding: 4em 0;
	margin-top:6em;
}
.w3-agile-grid h5{
    text-transform: uppercase;
    margin: 1em 0 1em 0;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.w3-agile-grid p{
	color: #b5b5b5;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0;
}

.footer-agileinfo-social {
    margin: 2em 0 0 0;
	
}
.footer-agileinfo-social ul {
    padding: 10px 0;
    margin: 0;
}
.footer-agileinfo-social ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.footer-agileinfo-social ul li a {
    color: #FFFFFF;
    text-align: center;
}
.footer-agileinfo-social ul li a i.fa {
    height: 35px;
    width: 35px;
    border: solid 2px #212121;
    line-height: 35px;
    background: #212121;
    color: #FFFFFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.footer-agileinfo-social ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.footer-agileinfo-social ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.footer-agileinfo-social ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
.footer-agileinfo-social ul li a i.fa.fa-vk:hover{
	border: solid 2px #45668e;
	background:#45668e;
	color: #FFFFFF;
}
.w3ls-post-img{
	float:left;
	line-height:1.5em;
}
.w3ls-post-img a img{
	width:100%;
}
.w3ls-post-info{
	float:left;
	width:100%;
	height:100%;
	padding-bottom:10px;
}
.w3ls-post-info h6{
    margin: 0;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: normal;
	line-height:1.5em;
	padding-bottom:5px;
}
.w3ls-post-info h6 a{
	color:#bebebe;
	margin:0;
	text-decoration:none;
	line-height:1.5em;
	padding-bottom:2em;
	clear:both;
}
.w3ls-post-info h6 a:hover{
    color: #d30811;
}
.w3ls-post-info h6 a:focus{
	outline:none;
	text-decoration:none;
}
.w3ls-post-info p{
	color: #b5b5b5;
    font-size: .9em;
    margin: 1em 0 0 0;
}
.w3ls-post-grid:nth-child(2), .w3ls-post-grid:nth-child(3) {
    margin: 1em 0;
}
.w3-address-grid{
    background: #212121;
    padding: 1em;
}
.w3-address-left{
	float:left;
	width:10%;
}
.w3-address-left i.fa.fa-phone,.w3-address-left i.fa.fa-envelope,.w3-address-left i.fa.fa-map-marker{
    color: #FFFFFF;
    font-size: 1.5em;
}
.w3-address-right{
	float: right;
    width: 87%;
}
.w3-address-right h6{
	color: #FFFFFF;
    font-size: 1em;
    margin: 0;
    font-weight: 400;
}
.w3-address-right p{
	color:#b5b5b5;
	margin:1em 0 0 0;
	font-size:1em;
}
.w3-address-right p a{
	color:#b5b5b5;
	text-decoration:none;
}
.w3-address-right p a:hover{
	color:#e01f3d;
}
.w3-address-right p span{
	display:block;
	margin:.5em 0;
}
.w3-address-grid:nth-child(2){
	margin:1em 0;
}
.copyright{
	padding:1.5em 0;
	text-align:center;
	background:#212121;
    background: #151515;
	display:block;
}
.copyright .footer-text2{
	color:#b5b5b5;
	font-size:1.2em;
	margin:0;
	text-align:center center;
    letter-spacing: 1px;
}
.copyright p a{
    color: #23B684;
    text-decoration: none;
}
.copyright p a:hover{
	color:#FFFFFF;	
}
/*-- //footer --*/
.newsletter-section + .footer {
	margin-top:-3px;	
}
.site-bottom {
	padding:10px 0px;
	color:#ffffff;
	background-color:#0e0e0e;
}
.site-bottom p {
	text-align:center;
	
}
.site-bottom .social-links {
	padding-top:0px;
}
.site-bottom .social-links li {
	margin:0 0px;	
}
.site-bottom .social-links li a {
	width:20px;
	height:0px;
	line-height:0px;
	border-color:transparent;
	padding-top:10px; background-color:#9C0;
}

.scroll-up {
	width:60px;
	height:60px;
	line-height:60px;
	font-size:30px;
	text-align:center;
	font-family: 'FontAwesome';
	content: "\f106";
	color:#ffffff;
	display:none;
	float:right;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:3px;
	
	position:fixed;
	right:10px;
	bottom:10px;
}
.scroll-up:hover {
	color:#ffffff;	
}
.scroll-up:after {
	font-family: 'FontAwesome';
	content: "\f106";
	position:relative;
	top:-2px;
}

 
/*** Testimonails Section ***/
.testimonials-section .caroufredsel_wrapper {
	margin-bottom:30px;
}
.testimonials-section .caro-pagination {
	margin-top:30px;
	margin-left:160px;
	
}

.testimonials {
	padding:0px 35px 0px 100px;
	margin-left:60px;
	text-align:center;
	color:#666666;
	background-color:transparent;
	position:relative;
}
.bg-theme .testimonials {
	background-color:#ffffff;
}
.testimonials figure {
	width:115px;
	height:135px;
	padding:3px;
	background-color:#eeeeee;
	
	position:absolute;
	top:40px;
	left:-60px;
	
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.bg-theme .testimonials figure {
	background-color:#ffffff;
}
.testimonials h4{
		text-align:center;
	font-size:1em;
	font-weight:500;
	color:#343841;
	font-family: 'Nimbus Sans L Bold', sans-serif;	
	
}
.testimonials .designation {
	margin-bottom:10px;
	font-style:normal;
	text-align:left;
	padding-left:20px;
}
.testimonials .designation {
	font-style:italic;
}

.testimonials .designation2 {
	margin-bottom:10px;
	font-style:normal;
	text-align:left;
	padding-left:20px;
}
.testimonials .designation2 {
	font-style:italic;
	color:#38fd77;
}

/*** Events Styling ***/
.event-box {
	margin-bottom:30px;
	color:#666666;
	background-color:#ffffff;	
}
.event-box header span.calendar {
	width:50px;
	text-align:center;
	background-color:#000000;	
}
.event-box header span [class^="icon-"]:before {
	margin:0px;	
}
.event-box .text {
	padding:10px 15px;
	position:relative;
}
.event-box ul.options {
	margin-bottom:0;
}
.event-box .text h5,
.event-box-featured .text .options {
	margin-bottom:10px;	
}
.event-box .text a {
	color:inherit;	
}
.event-box p:last-child {
	margin-bottom:0px;
}
.event-box .text h5,
.event-box .text .event-time,
.event-box .text p,
.event-box-featured .text .event-date [class^="icon-"] {
	display:none;
}

.event-box figcaption {
	padding:20px;
	color:#ffffff;
	overflow:hidden;
}
.event-box figcaption * {
	transition:all 0.4s ease 0.3s;	
	-moz-transition:all 0.4s ease 0.3s;	
	-webkit-transition:all 0.4s ease 0.3s;	
}
.event-box figcaption h6 {
	font-size:16px;
	color:inherit;
	opacity:0;
	filter:alpha(opacity=0);
	
	transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.event-box figcaption span {
	opacity:0;
	filter:alpha(opacity=0);

	position:absolute;
	left:20px;
	bottom:20px;	

	transform:translateY(20px);
	-moz-transform:translateY(20px);
	-webkit-transform:translateY(20px);
}
.event-box:hover figcaption h6,
.event-box:hover figcaption span {
	opacity:1;
	filter:alpha(opacity=100);

	transform:translateY(0px);
	-moz-transform:translateY(0px);
	-webkit-transform:translateY(0px);
}

.event-box-featured .text {
	padding:16px 15px;
}
.event-box-featured .text h5,
.event-box-featured .text p {
	display:block;
}
.event-box-featured .text .event-time {
	display:inline-block;
}
.date-tag,
.event-box-featured .text .event-date {
	padding:6px 12px;
	font-size:20px;
	text-align:center;

	background-color:#ffffff;
	position:absolute;
	top:-68px;
	right:10px;
}
.date-tag span,
.event-box-featured .text .event-date span {
	display:block;
	font-size:20px;
	font-weight:400;	
}

/*** Events Listing Page ***/
.post-heading {
	margin-bottom:15px;
}
.post-heading ul.options {
	margin-bottom:0px;	
}
.post-heading .date-tag {
	margin-right:15px;
	color:#fff;
	background-color:#2e7341;
	border-bottom:#e7d32b solid 3px;
	position:static;
	text-align:left;
	
}
.media .media-object {
	width:100%;
	border:5px solid #fff;	
	}
.events-list .media > .pull-left {
	width:300px;
}

.hover-strip .date-tag {
	width:64px;
	color:#ccc;
	background-color:rgba(0,0,0,0.8);
	top:0px;
	right:0px;
}
.image-appear {
	position:relative;	
}

.banner {
	padding:60px 0px;
	background-attachment:inherit;
	background-position:0 0;
	margin-bottom:20px;
	border-bottom:2px solid #FC0; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.banner h1{
	color:#ffffff;
	line-height:1em;
	text-align:center;

}


.banner h2 {
	color:#ffffff;	
}

.hover-strip {
	overflow:hidden;
	position:relative;	
}
.hover-strip figcaption {
	width:100%;
	padding:10px;
	color:#ffffff;
	background-color:rgba(0,0,0,0.8);

	position:absolute;
	left:0px;
	bottom:-46px;
	
	transition:bottom 0.3s ease;
	-moz-transition:bottom 0.3s ease;
	-webkit-transition:bottom 0.3s ease;
}
.hover-strip:hover figcaption,
.hovered-strip figcaption {
	bottom:0;	
}
.hovered-strip figcaption .date-tag {
	margin:-10px 0px -10px -10px;
	position:static;
	float:left;
	color:#ffffff;
	background-color:#444444;
}
.hovered-strip figcaption .counter {
	margin:-8px 0px;
	float:right;	
}
.hovered-strip figcaption .counter .dsCountDown {
	float:right;	
}
.hovered-strip figcaption .counter h6 {
	margin-bottom:0px;
	margin-right:15px;
	line-height:55px;
	color:#ffffff;
	text-transform:uppercase;
	display:inline-block;
	float:left;
}
.hovered-strip figcaption .btm-wrap span {
	margin-right:10px;
	white-space:nowrap;	
}
.hovered-strip figcaption .btm-wrap span:last-child {
	margin-right:0px;
	float:right;
}


/**** Projects Styling ***/
.projects-list > ul > li + li,
.events-list > ul > li + li {
	padding-top:30px;
	border-top:1px solid #e3e3e3;
}

/**** Post Details Styling ***/
.details {
	margin-bottom:30px;
}
ul.options {
	margin-bottom:10px; 
	display: inline-block;
	width:300px;
}
.options li {
	margin-right:5px;
	display: inline-block;
	font-size:1.3em;
	padding-bottom:10px;
	color:#e60e13;
	font-weight:500;
	
}
.options li.sp {
	padding-right:5px;
	border-right:1px solid #d1d1d1;	
}
.options-vertical li {
	display: inline-block;
	margin-right:0px;
}
.options a {
	color:inherit;
}
.details .hover-strip,
.details .image,
.featured-box .image {
	margin-top:25px;
}
.details h4 {
	margin-bottom:10px;	
}
.details .post-meta,
.details .options {
	margin-bottom:20px;		text-align:left;
}
.causes-pik {
	width:235px;
	padding:10px;
	text-align:center;
	background-color:#ffffff;

	box-shadow:-2px -2px 2px 0px rgba(0,0,0,0.3), 2px -2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:-2px -2px 2px 0px rgba(0,0,0,0.3), 2px -2px 2px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:-2px -2px 2px 0px rgba(0,0,0,0.3), 2px -2px 2px 0px rgba(0,0,0,0.3);
}
.causes-pik h5,
.causes-pik p,
.causes-pik .btn {
	margin-bottom:10px;	
}
.caption,
.post-heading {
	position:relative;
}
.caption .causes-pik {
	position:absolute;
	top:-140px;
	right:20px;
}
.caption h4 {
	padding-right:265px;	
}
.related-posts > ul > li {
	margin-top:0px;
}

.related-events .event-box .text {
	padding:10px 0px 0px 0px;
}
.related-events .event-box .text h5 {
	display:block;
	font-size:16px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;	
}

.social-links {
	color:inherit;
	text-align:center;
}
.social-links li {
	margin:0 5px;
	display:inline-block;	
}
.social-links li a {
	width:30px;
	height:30px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	color:inherit;
	display:inline-block;
	border:1px solid #666666;
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.social-links li a:before {
	margin-right:0px;
	vertical-align:top;
}
.social-links li a.icon-dribbble:before,
.social-links li a.icon-skype:before {
	position:relative;
	top:-1px;
}

.mapbox {
	position:relative;	
}
.mapbox iframe {
	height:418px;
}
.mapbox .widget_contact {
	width:260px;
	padding:15px 20px;
	color:#ffffff;
	background-color:rgba(0,0,0,0.8);	

	position:absolute;
	left:20px;
	bottom:20px;
}
.mapbox .widget_contact a {
	color:inherit;	
}

.contact-form li + li {
	margin-top:20px;
}
.contact-form textarea {
	min-height:110px;	
}
.block,
.about-box {
	width:100%;
	margin-bottom:50px;
	background: linear-gradient(to bottom, #fff 20%, #eff3fa 100%);
	border:#e0e0e0 1px solid;
	border-radius:7px;
	padding:10px;
	-webkit-box-shadow: 10px 10px 0px -5px rgba(231,231,231,1);
-moz-box-shadow: 10px 10px 0px -5px rgba(231,231,231,1);
box-shadow: 10px 10px 0px -5px rgba(231,231,231,1);
padding-bottom:0px;
display: inline-block;
padding-right:25px;
height:auto 0;
}
.section .block:last-child {
	margin-bottom:0px;	
}

.about-box .about-snap {
	width:200px;
	margin-right:30px;
	margin-bottom:30px;
	text-align:left;
	float:left;
}
.about-box .about-snap .image {
	margin-bottom:15px;
}
.about-box .about-detail {
	margin-left:-60px;	
}
.about-box .about-detail .options-vertical {
	font-size:1em;
	line-height:1.5em;
	display:block;
	
}

/*** Share bar ***/
.share-bar {
	padding:10px 15px;
	border:1px solid #e3e3e3;
}
.share-bar * {
	line-height:20px;
	vertical-align:text-top;
}
.share-bar > p, .share-bar .addthis_toolbox > p {
	margin-bottom:0px;
	margin-right:18px;
	display:inline-block;
}
.share-bar ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
}
.share-bar ul li {
	display:inline-block;
	margin:0 8px;
}
.share-bar ul li img {
	vertical-align:bottom;
}

/*** User Comments Area ***/
.comment-area {
	margin-bottom:30px;	
}
.user-comments {
	padding:0px;
	margin:0px;
	list-style:none;
}
.user-comments li {
	position:relative;
}
.user-comments li ul,
.user-comments li + li {
	margin-top:30px;
	padding:0px;
}
.user-comments li li {
	margin-left:40px;
	list-style:none;
}

.comment-box {
	border:1px solid #efefef;	
	position:relative;
}
.is-child > .comment-box:before,
.is-child > .comment-box:after {
	content:'';
	background-color:#efefef;	
	position:absolute;
	left:-20px;
}
.is-child > .comment-box:before {
	width:1px;
	height:60px;
	top:-30px;
}
.is-child > .comment-box:after {
	width:20px;	
	height:1px;
	top:30px;
}


.comment-box > figure {
	width:63px;
	height:63px;
	overflow:hidden;
		
	border-radius:50%;	
	
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	
	position:absolute;
	right:15px;
	top:15px;
}
.comment-box .comment-tp,
.comment-box .comment-bt {
	padding:10px 20px;	
}
.comment-box .comment-tp {
	line-height:1.5;
	background-color:#efefef;
}
.comment-box .comment-bt {
	padding-right:80px;	
}
.comment-box .comment-tp p {
	margin-bottom:0px;
}
.comment-box .comment-tp strong {
	color:#444444;	
}
.comment-box .comment-bt p:last-of-type {
	margin-bottom:0px;
}
.comment-box .comment-reply-link {
	padding:1px 16px;
	color:#ffffff;
	font-size:12px;
	background-color:#444444;
	position:absolute;
	right:16px;
	bottom:15px;	
}

.reply-link{
	background-color:#3b5998;
	padding:4px 15px;
	color:fff;
	margin-left:-15px;
	margin-right:20px;
	
}

.reply-link2{
	background-color:#0492c8;
	padding:4px 15px;
	color:fff;
	margin-left:-15px;
	margin-right:20px;
	
}

.reply-link3{
	background-color:#c3301d;
	padding:4px 15px;
	color:fff;
	margin-left:-15px;
	margin-right:20px;
	
}


.reply-form textarea.form-control {
	height:150px;	
}


.skills li {
	margin-top:60px;
}
.skills li + li {
	margin-top:80px;
}
.skills li [class^="icon-"] {
	float:left;
	position:relative;
	top:5px;
}
.skills li .skill-desc {
	margin-left:90px;	
}
.skills li .skill-desc h5 {
	margin-bottom:10px;	
}
.skills li .progress {
	margin-bottom:0px;
}

.info-block {
	padding:25px 30px;
	border:1px solid #dedede;
}

.info-block p,
.info-block h4 {
	margin-bottom:10px;
}
.info-block p:last-child,
.info-block h4:last-child {
	margin-bottom:0px;	
}
.info-block .btn.pull-right {
	margin-top:10px;
}

.blog-box {
	margin-bottom:50px;	
}
.blog-box .options {
	padding:10px 20px;
	margin-bottom:10px;
	background-color:#f2f2f2;	
}


/**** Shortcodes page ***/
.shortcodes {
	margin-bottom:40px;	
}
.shortcode-headings h1,
.shortcode-headings h2,
.shortcode-headings h3,
.shortcode-headings h4,
.shortcode-headings h5,
.shortcode-headings h6 {
	line-height:1em;
	margin-bottom:20px;
}
.contextual-colors p {
	margin-bottom:10px;
}
.contextual-backgrounds p {
	padding:10px 15px;
	margin-bottom:10px;
}

.shortcodes .progress {
	margin-bottom:40px;	
}


/*** revolution slider styling ***/
.main-slider {
	position:relative;
}
.fullwidthbanner {

	
	width:1600px;
}
.main-slider * {
	color:#ffffff;
}
.tp-caption a {
	color:#3E3E3E;
}
.tp-caption a:hover {
	color:#ffffff;
}
.tp-bullets {
	bottom:50px !important;
}
.tp-bullets .bullet {
	width:65px !important;
	height:4px;
	background-color:rgba(255, 255, 255, 0.5);
}
.tp-bullets .bullet {
	width:65px !important;
	height:4px !important;
	margin-left:10px !important;
	background:#ffffff !important;
	opacity:.6;
	filter:alpha(opacity=60);
}
.main-slider .tp-rightarrow, .main-slider .tp-leftarrow {
	width:50px;
	height:50px;
	margin-top:60px !important;
	text-align:center;
	background:#eeeeee;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.main-slider .tp-leftarrow {
	left:0px !important;
	border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
}
.main-slider .tp-rightarrow {
	right:0px !important;
	border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
}
.main-slider .tp-rightarrow:before, .main-slider .tp-leftarrow:before {
	line-height:54px;
	text-align:center;
	color:#565656;
	display:inline-block;
	text-indent:0px;
	font-family: "FontAwesome";
	font-size:24px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.main-slider .tp-rightarrow:hover, .main-slider .tp-leftarrow:hover {
	background-color:rgba(255,255,255,1);
}
.main-slider .tp-leftarrow:before {
  content: "\f104";
}
.main-slider .tp-rightarrow:before {
  content: "\f105";
}

.infrastructure-box {
	height:300px;
	width:500px;
	margin-left:200px;
	padding-right:0px;
	padding-bottom:100px;
	text-align:left;
	font-size:1.0em;
	font-weight:400;
	line-height:1.8em;
	display:table;
	background:url(../images/banner-chairman-message.jpg);
	font-family: 'source-sans-pro', sans-serif;
}
.infrastructure-box h3{
	height:100%;
	width:100%;
	text-align:left;
	font-size:1.6em;
	font-weight:600;
	line-height:1.6em;
	font-family: 'Nimbus Sans L Bold', sans-serif;
}

.read-more2 a {
text-align:left;
	font-size:1.6em;
	font-weight:600;
	line-height:1.6em;
	font-family: 'Nimbus Sans L Bold', sans-serif;
	z-index:99999;
	
}

.infrastructure-box .read-more2 a : hover{
	color:#fff;
	font-size:34px;
	line-height:1.8em;
	background-color:#90a622;	
	position: relative;
	padding-left:50px;
	top:10px;
	border-bottom:1px solid #FC3;
		
}

.infrastructure-box2 {
	background:url(../images/infra2.jpg) no-repeat;
	height:321px;
	
}

.circular--square {
  border-radius: 50%;
  border-radius:12px #fff solid;
  text-align:center;
}

.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  text-align:center;float:left;
}
.circular--square img {
 -webkit-box-shadow: 3px 10px 50px -8px rgba(112,111,112,0.75);
-moz-box-shadow: 3px 10px 50px -8px rgba(112,111,112,0.75);
box-shadow: 3px 10px 50px -8px rgba(112,111,112,0.75);
background-color:#FFF;
padding:5px;
display:block;
margin-bottom:20px;
text-align:center;


}	
.circular--square h2{	
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	
	color:#343841;
	font-family: 'Nimbus Sans L Bold', sans-serif;	
}

.circular--square p{	
	text-align:center;
	font-size:1.3em;
	font-weight:500;
	line-height:1.6em;
	color:#0194d9;
	position:relative;
	top:-25px;
	left:5px;
	font-family: 'source-sans-pro', sans-serif;	
}

.about-us-more a{
	width:100%;
	height:50px;
	text-align:center;
	font-size:1.2em;
	font-weight:500;
	color:#343841;
	font-family: 'Nimbus Sans L', sans-serif;
	background-color:#CCC;
	margin-top:20px;
	margin-bottom:20px;
}

.widget_categories2 li,
.widget_archive li {
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:15px;
	text-align:left;
	font-size:1.5em;
	border-bottom:2px dotted #7bc725;
	position:relative;
	font-weight:500;
}
.widget_categories2 li:before,
.widget_archive li:before {
	content:'■';
	position:absolute;
	top:-2px;
	left:0px;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.widget_categories li a {
	float:left;
	display:inline-block;	
	font-size:1.1em;
}

.widget_archive li {
	text-align:left;
}

.widget_featured_posts li {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}
.widget_featured_posts li:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}
.social-links2 {
	color:inherit;
	text-align:left;
	
}
.social-links2 li {
	margin:0 5px;
	display:inline-block;
}
.social-links2 li a {
	width:30px;
	height:30px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	color:inherit;
	display:inline-block;
	border:1px solid #149ad0;
	background-color:#036;
	color:#fff;	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.social-links2 li a:before {
	margin-right:0px;
	vertical-align:top;
}
.social-links2 li a.icon-dribbble:before,
.social-links2 li a.icon-skype:before {
	position:relative;
	top:-1px;
}
.about-box2 {
	margin-bottom:50px;
	
}
.section .block:last-child {
	margin-bottom:0px;	
}

.about-box2 .about-snap2 {
	width:300px;
	margin-right:30px;
	margin-bottom:30px;
	text-align:center;
	float:left;
	display:block;
	width:auto;
}
.about-box2 .about-snap2 .image {
	margin-bottom:15px;
}
.about-box2 .about-detail2 {
	margin-left:300px;	
}
.about-box2 .about-detail2 .options-vertical2 {
	font-size:16px;
	line-height:1.8;
}
.image-box2 {
	padding:8px;
	margin-bottom:20px;
	border:1px solid #e6e6e6;	
}
.image-box2 > figure {
	position:relative;	
}

.content2:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  
  display: block;
  background-image: url('http://666a658c624a3c03a6b2-25cda059d975d2f318c03e90bcf17c40.r92.cf1.rackcdn.com/unsplash_527bf56961712_1.JPG');
  width: 1200px;
  height: 800px;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.content2 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.chairman{
	 border:1px solid #fe9335; border-radius:7px; background:url(../images/cm.jpg); padding:50px; width:65%;  background-repeat: no-repeat;
  background-size: cover; z-index:- 1;
  background-attachment: fixed;
}

.banner-dott, .banner-dott1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
	min-height:500px;
}

.banner-form-agileinfo input[type="text"], .banner-form-agileinfo input[type="tel"], .banner-form-agileinfo textarea,.banner-form-agileinfo .form-control {
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
	border:#1f1c1c 1px solid;
}

.banner-form-agileinfo input[type="text"]:focus, .banner-form-agileinfo input[type="tel"]:focus, .banner-form-agileinfo textarea {
    
}
.banner-form-agileinfo span {
    color: #23B684;
}
.banner-form-agileinfo input[type="submit"] {
    width: 100%;
    margin-top: 0px;
    padding: 12px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #e01f3d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form-agileinfo input[type="submit"]:hover {
    background: #23B684;
}
.banner-form-agileinfo {
    background: #fff;
    background: rgba(0, 0, 0, 0.44);
    padding: 3.3em 2em;
	border:1px solid #222222;
}



.form-control {
    height: 40px;
    border-radius: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}





.bannerbottomleft img {
    width: 100%;
     padding: 0;
	 opacity: 0.7;

}
.bannerbottomleft{
      padding: 0;
    position: relative;
}

/*-- //banner-top --*/ 
.slider-info {
	padding:14em 0 0;
}
.slider-info h3,.slider-info h2 {
    font-size: 3.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
}
.slider-info h4 {
    font-size: 3.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 0.2em 0em .7em;
}
.banner-form-agileinfo p {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.8em;
}
.banner-form-agileinfo h5 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-form h5 {
    color: #fff;
    font-size: 25px;
    letter-spacing:0;
    text-transform: uppercase;
}
.slider-info i {
    font-size: 4em;
    color: #fff;
}

.banner-form input[type="text"], .banner-form input[type="tel"], .banner-form textarea,.banner-form .form-control {
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    padding: 7px 10px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
	border:#1f1c1c 1px solid;
}

.banner-form input[type="text"]:focus, .banner-form input[type="tel"]:focus, .banner-form textarea {
    
}
.banner-form-agileinfo span {
    color: #23B684;
}
.banner-form input[type="submit"] {
    width: 100%;
    margin-top: 0px;
    padding: 5px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #e01f3d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form input[type="submit"]:hover {
    background: #23B684;
}
.banner-form input[type="button"] {
    width: 100%;
    margin-top: 0px;
    padding: 5px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #e01f3d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form input[type="button"]:hover {
    background: #23B684;
}

.banner-form {
    background: #fff;
    background: rgba(0, 0, 0, 0.55);
    padding: 2em 1.5em;
	border:1px solid #222222;
	position: absolute !important;
	top:20px;
	z-index:2;
	margin-right:10px;
	height:auto;
	
}

.banner-form-bg{
	width:100%;
	height:450px;
	position: absolute !important;
	top:150px;
	z-index:2;
}

.banner-space{
	height:150px;
	display:none;
}
	
.banner-form-agileinfo p {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.8em;
}
.banner-form-agileinfo h5 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-form h5 {
    color: #fff;
    font-size: 25px;
    letter-spacing:0;
    text-transform: uppercase;
}
.slider-info i {
    font-size: 4em;
    color: #fff;
}

.banner-form3 input[type="text"], .banner-form3 input[type="tel"], .banner-form3 textarea,.banner-form3 .form-control {
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    padding: 7px 10px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
	border:#1f1c1c 1px solid;
}

.banner-form3 input[type="text"]:focus, .banner-form3 input[type="tel"]:focus, .banner-form3 textarea {
    
}
.banner-form3 {
    color: #23B684;
}
.banner-form3 input[type="submit"] {
    width: 100%;
    margin-top: 0px;
    padding: 5px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #e01f3d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form3 input[type="submit"]:hover {
    background: #23B684;
}
.banner-form3 input[type="button"] {
    width: 100%;
    margin-top: 0px;
    padding: 5px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #e01f3d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form3 input[type="button"]:hover {
    background: #23B684;
}

.banner-form3 {
    background: #fff;
    background: rgba(0, 0, 0, 0.55);
    padding: 2em 1.5em;
	border:1px solid #222222;
	position: absolute !important;
	top:20px;
	
	margin-right:10px;
	height:auto;
	
}

. figure {
	width:250px;
	height:250px;
	padding:3px;
	background-color:#eeeeee;
	position:absolute;
	top:10px;
	left:-60px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}


article.network article h3{font-size:2.5em;font-weight:700;text-align:center;margin:0 auto .6em auto;width:50%;white-space:nowrap}
article.network article h3:before,article.network article h3:after{background-color:#da0909;content:"";display:inline-block;height:2px;position:relative;vertical-align:middle;width:50%}
article.network article h3:before{right:1em;margin-left:-50%}article.network article h3:after{left:1em;margin-right:-50%}