/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
} 
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-family: 'Roboto', sans-serif;	
	font-weight: 700;
  line-height: 1.42857143;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*----*/
/*-- top-nav--*/
.header {
    padding: 1em 0 0;
    border-bottom: 1px solid #06ca2e;
    border-top:10px solid #737776;
}
.navbar-header h1 {
    font-size: 3em;
	font-family: 'Abel', sans-serif;
	margin: .3em 0;
} 
.navbar-header h1 a{
	color:#06ca2e;
	text-decoration:none;
	display: block;
}
.navbar-header h1 a span {
    display: block;
    font-size: .3em;
    margin-top: 0.8em;
    letter-spacing: 4px;
    color: #999;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none !important; 
	color: #06ca2e;
}

.navbar-nav > li {
    margin-right: 2.5em;
}

.navbar-nav > li > a {
    font-size: .9em;
    padding: 0;
	line-height: 35px;
	outline: none;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
} 

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
	color: #06ca2e;
} 

.navbar-default .navbar-nav li.active1 a {
    color: #06ca2e;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
	margin: 0;
}

nav.navbar.navbar-default {
    background: none;
    border: none;
}

/*-- hover effect6 --*/
/*-- Yaku --*/
.link--yaku {
	overflow: hidden;
}
.link--yaku::before ,.navbar-nav > li.active a:before, .navbar-nav > li.active.open a.dropdown-toggle:before, .navbar-nav > li.open a.dropdown-toggle.link--yaku:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	border-color: #06ca2e;
	border-style: solid;
	left: 0;
	-webkit-transform: translate3d(-102%,0,0);
	-moz-transform: translate3d(-102%,0,0);
	-o-transform: translate3d(-102%,0,0);
	-ms-transform: translate3d(-102%,0,0);
	transform: translate3d(-102%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
} 
.link--yaku:hover::before ,.navbar-nav > li.active a:before, .navbar-nav > li.active.open a.dropdown-toggle:before, .navbar-nav > li.open a.dropdown-toggle.link--yaku:before{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	-moz-transition: transform 0.5s, color 0.5s;
	-o-transition: transform 0.5s, color 0.5s;
	-ms-transition: transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color: #06ca2e;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
} 
.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
} 
.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*-- end hover --*/
/*-- drop-down --*/
.dropdown-menu {
    min-width: 115px;
}
ul.dropdown-menu li {
    border-bottom: 1px solid #888;
}
.dropdown-menu > li > a {
    padding: 0.8em 1.5em;
    font-size: 1em;
} 
.navbar-left span.caret {
    margin-left: 10px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 150%;
    border-top: 3px solid #06ca2e;
    padding: 0;
}
.navbar-right .dropdown-menu li a:before,.navbar-nav > li.open a.dropdown-toggle:before {
    border: none;
}
/*-- //drop-down --*/
.header-text {
    width: 13%;
    margin-left:5em;
}

.header-text p {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
}

.header-right {
    float: right;
    margin-top:1.5em;
}

.agileits-topnav {
    margin: 0 0 2em;
}

.agileits-topnav ul li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: middle;
	font-size: 0.9em;
    color: #555;
}
.agileits-topnav ul li span.glyphicon {
    margin-right: 5px;
}
.agileits-topnav ul li a {
    color: #555;
}
.agileits-topnav ul li:nth-child(3) {
    margin: 0;
} 
.agileits-topnav a.email-link:hover{
    color: #06ca2e;
} 

.sidebar-page-container {
	position: relative;
}

.sidebar-page-container .post-wrapper {
	padding: 50px 0 80px;
	margin-right: 30px;
}

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title h5 {
	font-size: 14px;
	font-weight: 500;
	color: var(--theme-color-three);
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sec-title.style-two h5 {
	color: var(--theme-color-four);
}

.sec-title.style-three h5 {
	color: var(--theme-color-five);
}

.sec-title h1 {
	position: relative;
	margin-bottom: 10px;
	font-size: 36px;
	font-family: var(--prata);
	line-height: 50px;
	margin-top: 1em;
}

.sec-title.light h1 {
	color: #fff;
}

.sec-title .text {
	font-size: 16px;
	font-weight: 300;
}

.sec-title.light .text {
	color: #fff;
}

.sec-title .icon-box {
	position: relative;
	color: var(--theme-color-four);
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.sec-title.text-center .icon-box {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 50px;
}

.sec-title.text-center .icon-box:before {
	position: absolute;
	content: '';
	background: var(--theme-color-four);
	left: 0;
	width: 40px;
	height: 2px;
	top: 16px;
}

.sec-title.text-center .icon-box:after {
	position: absolute;
	content: '';
	background: var(--theme-color-four);
	right: 0;
	width: 40px;
	height: 2px;
	top: 16px;
}



.news-block-three {
	position: relative;
}

.news-block-three .inner-box {
	position: relative;
	margin-bottom: 60px;
	-webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	        box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-radius: 6px;
	padding: 30px;
}

.news-block-three .inner-box:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.16);
	        box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.16);
}

.news-block-three .inner-box:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.news-block-three .inner-box:hover:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.news-block-three .category {
	position: relative;
	color: #a6a6a6;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}

.news-block-three .category a {
	background: var(--dark-color);
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
	margin-right: 6px;
}

.news-block-three .category span {
	color: var(--theme-color);
	margin-right: 8px;
}

.news-block-three .image {
	position: relative;
}

.news-block-three .image img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
}

.news-block-three .post-meta-info {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.news-block-three .post-meta-info a {
	color: #fff;
	margin-right: 10px;
}

.news-block-three .post-meta-info a span {
	margin-right: 10px;
}

.news-block-three .lower-content {
	position: relative;
	padding: 30px 0 0;
}

.news-block-three .date {
	color: #a6a6a6;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
}

.news-block-three .date span {
	margin-right: 8px;
	color: var(--theme-color);
	font-size: 15px;
}

.news-block-three h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.news-block-three h2 a {
	color: var(--dark-color-two);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.news-block-three h2 a:hover {
	color: var(--theme-color);
}

.news-block-three .post-info {
	position: relative;
	-webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	        box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 30px;
}

.news-block-three .post-info>div+div {
	margin-left: 15px;
	border-left: 1px solid #eaeaea;
	padding-left: 15px;
}

.news-block-three .post-info .author {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news-block-three .post-info .image {
	position: relative;
	margin-right: 10px;
}

.news-block-three .post-info .image img {
	border-radius: 50%;
}

.news-block-three .post-info .author-title {
	font-size: 13px;
	font-weight: 500;
	color: #a6a6a6;
	text-transform: uppercase;
}

.news-block-three .post-info .author-title a {
	color: #a6a6a6;
}

.news-block-three .text {
	margin-bottom: 30px;
}

.news-block-three .share-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news-block-three .share-icon.style-two {
	top: 18px;
}

.news-block-three .share-info .text {
	position: absolute;
	right: 22px;
	font-size: 15px;
	color: var(--dark-color);
	font-weight: 500;
}

/*** 

====================================================================
	Sidebar widgets
====================================================================

***/

.sidebar-page-container .sidebar {
	position: relative;
	height: 100%;
	padding-top: 120px;
	padding-bottom: 90px;
	padding-left: 30px;
}

.sidebar-page-container .sidebar:before {
	position: absolute;
	content: '';
	background: #f4f1ee;
	left: 0;
	top: 0;
	bottom: 0;
	width: 110%;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 60px;
}

/* Sidebar widgets title */

.sidebar-title {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-title h4 {
	position: relative;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	text-transform: capitalize;
}

.sidebar-title-two {
	position: relative;
	margin-bottom: 10px;
	padding: 21px 30px;
	background-color: #f13729;
}

.sidebar-title-two h4 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}


/* Single Blog Post */

.single-blog-post {
	position: relative;
	margin-top: 10px;
}

.single-blog-post .inner-box {
	position: relative;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-radius: 6px;
}

.single-blog-post .views,
.single-blog-post .category {
	position: relative;
	color: #a6a6a6;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}

.single-blog-post .views a,
.single-blog-post .category a {
	background: var(--dark-color);
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
	margin-right: 6px;
}

.single-blog-post .category span {
	color: var(--theme-color);
	margin-right: 8px;
	font-size: 15px;
}

.single-blog-post .views span {
	color: var(--theme-color);
	margin-right: 8px;
	font-size: 16px;
}

.single-blog-post .top-content .image {
	position: relative;
	margin-bottom: 30px;
}

.single-blog-post .top-content .image img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
}

.single-blog-post .post-meta-info {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.single-blog-post .post-meta-info a {
	color: #fff;
	margin-right: 10px;
}

.single-blog-post .post-meta-info a span {
	margin-right: 10px;
}

.single-blog-post .lower-content {
	position: relative;
	padding: 30px 0 0;
}

.single-blog-post .top-content .date {
	color: #a6a6a6;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
}

.single-blog-post .top-content .date span {
	margin-right: 8px;
	color: var(--theme-color);
	font-size: 15px;
}

.single-blog-post .top-content h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.single-blog-post .top-content h2 a {
	color: var(--dark-color-two);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.single-blog-post .top-content h2 a:hover {
	color: var(--theme-color);
}

.single-blog-post .post-info {
	position: relative;
	-webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	        box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 30px;
}

.single-blog-post .post-info>div+div {
	margin-left: 15px;
	border-left: 1px solid #eaeaea;
	padding-left: 15px;
}

.single-blog-post .post-info .author {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-blog-post .post-info .author-thumb {
	position: relative;
	margin-right: 10px;
}

.single-blog-post .post-info .author-thumb img {
	border-radius: 50%;
}

.single-blog-post .post-info .author-title {
	font-size: 13px;
	font-weight: 500;
	color: #a6a6a6;
	text-transform: uppercase;
}

.single-blog-post .post-info .author-title a {
	color: #a6a6a6;
}

.single-blog-post .top-content .text {
	margin-bottom: 30px;
}

.single-blog-post .share-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-blog-post .share-icon.style-two ul a:hover {
	background: var(--theme-color-two);
	border-color: var(--theme-color-two);
}

.single-blog-post .share-icon.style-two {
	top: 18px;
}

.single-blog-post .share-info .text {
	position: absolute;
	right: 22px;
	font-size: 15px;
	color: var(--dark-color);
	font-weight: 500;
}

/* Blockquote */

.single-blog-post blockquote {
	position: relative;
	padding: 15px 0;
	padding-left: 100px;
}

.single-blog-post blockquote .text {
	color: var(--dark-color);
	font-size: 20px;
	font-family: var(--prata);
}

.single-blog-post .quote-icon {
	position: absolute;
	left: 0;
	top: 20px;
}

.single-blog-post ul.list {
	position: relative;
	margin-bottom: 50px;
}

.single-blog-post ul.list li {
	font-size: 15px;
	color: #858585;
	margin-bottom: 6px;
}

.single-blog-post ul.list li strong {
	font-weight: 500;
}

.single-blog-post ul.list li span {
	color: var(--theme-color);
	margin-right: 15px;
	font-size: 13px;
}

.single-blog-post .top-content h3 {
	font-size: 24px;
	font-family: var(--prata);
	margin-bottom: 30px;
}

.single-blog-post .post-tag {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 60px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
}

.single-blog-post .post-tag .social-icon-three {
	margin-top: 30px;
}

.single-blog-post .post-tag .social-icon-three li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.single-blog-post .post-tag .social-icon-three li a {
	border-color: #eaeaea;
	color: #858585;
}

.single-blog-post .post-tag .social-icon-three li a:hover {
	color: #fff;
}

.single-blog-post .post-tag .hint {
	margin-bottom: 5px;
}

.single-blog-post .post-tag .tag li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.single-blog-post .post-tag .tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-blog-post .post-tag .tag a {
	font-size: 15px;
	color: #858585;
	display: inline-block;
	padding: 3px 20px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
}

.single-blog-post .post-tag .tag li+li {
	margin-left: 10px;
}

.single-blog-post .author-box {
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 50px;
}

.single-blog-post .author-box .wrapper-area {
	position: relative;
	padding-left: 205px;
	padding-top: 20px;
	min-height: 170px;
}

.single-blog-post .author-box .img-box {
	position: absolute;
	left: 0;
	top: 0;
}

.single-blog-post .author-box h3 {
	font-size: 20px;
	color: var(--dark-color);
	margin-bottom: 15px;
}

.single-blog-post .author-box .text {
	margin-bottom: 15px;
}

.single-blog-post .author-box .social-icon-three {}

.single-blog-post .author-box .social-icon-three li a {
	border-color: transparent;
	color: #858585;
	width: auto;
	height: auto;
	line-height: 20px;
	padding-right: 11px;
	font-size: 16px;
	color: var(--dark-color);
}

.single-blog-post .author-box .social-icon-three li a:hover {
	color: var(--theme-color);
	background: transparent;
}

.blog-post-pagination .wrapper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.blog-post-pagination {
	position: relative;
	margin-bottom: 80px;
}

.blog-post-pagination a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #858585;
	margin-bottom: 5px;
	display: inline-block;
}

.blog-post-pagination h4 {
	font-size: 20px;
}

.blog-post-pagination .next-post {
	text-align: right;
}

.blog-post-pagination .page-view {
	font-size: 50px;
	color: var(--theme-color);
}

.blog-post-pagination .comments-area {
	margin-bottom: 90px;
}

.single-blog-post .group-title {
	position: relative;
	margin-bottom: 40px;
}

.single-blog-post .group-title h2 {
	position: relative;
	font-size: 30px;
	font-family: var(--prata);
}

.comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box:last-child .comment {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.comments-area .comment-box:hover {
	border-color: #eb5310;
}

.comments-area .comment-box.reply-comment {
	margin-left: 50px;
}

.comments-area .comment {
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #e9e6e6;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comments-area .comment .comment-inner {
	position: relative;
	width: 80%;
}

.comments-area .comment .comment-inner .text {
	position: relative;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 30px;
}

.comments-area .comment-box .author-thumb img {
	width: 80px;
	display: block;
}

.comments-area .comment-info {
	position: relative;
	color: var(--dark-color);
	line-height: 24px;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.comments-area .comment-info a {
	position: relative;
	color: #1e1e29;
}

.comments-area .date {
	font-size: 15px;
	color: #858585;
	margin-bottom: 20px;
	margin-left: 15px;
}

.comments-area .comment-box .reply-comment {
	position: relative;
	color: var(--dark-color);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.comments-area .comment-box .reply-comment:hover {
	color: #f13729;
	padding-left: 20px;
}

.comments-area .comment-box .reply-comment span {
	position: absolute;
	left: 0;
	top: -5px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 13px;
}

.comments-area .comment-box .reply-comment:hover span {
	opacity: 1;
}

/*Comment Form*/

.comment-form {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 15px 20px;
	height: 55px;
	color: #7c7b7b;
	font-size: 16px;
	font-weight: 400;
	background: #ffffff;
	border: 1px solid #eef2ed;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #f13729;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 20px;
	color: #7c7b7b;
	font-size: 16px;
	font-weight: 400;
	background: #ffffff;
	resize: none;
	height: 125px;
	border: 1px solid #eef2ed;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form button {
	position: relative;
	display: block;
	margin-top: 10px;
}

/* Social Icon One */

.social-icon-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.social-icon-one li+li {
	margin-left: 10px;
}

.social-icon-one li a {
	position: relative;
	color: var(--dark-color);
	background: #fff;
	height: 22px;
	line-height: 23px;
	width: 22px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.social-icon-one li a:hover {
	color: var(--theme-color);
	background: #fff;
}

/* Social Icon Two */

.social-icon-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.social-icon-two li+li {
	margin-left: 10px;
	border-left: 1px solid #ededed;
	padding-left: 10px;
}

.social-icon-two li a {
	position: relative;
	color: #7c7e84;
	background: #fff;
	height: 22px;
	line-height: 23px;
	width: 22px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.social-icon-two li a:hover {
	color: var(--theme-color);
	background: #fff;
}

/* Social Icon Three */

.social-icon-three {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.social-icon-three li+li {
	margin-left: 10px;
}

.social-icon-three li a {
	position: relative;
	color: #9b99ad;
	border: 1px solid #423f5f;
	height: 52px;
	line-height: 53px;
	width: 52px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.social-icon-three li a:hover {
	background: var(--theme-color);
	color: #fff;
	border-color: var(--theme-color);
}

/* Category Widget Two */

.category-widget-two ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}


.category-widget-two ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.category-widget-two ul li {
	width: 50%;
	padding: 5px;
	text-align: center;
}

.category-widget-two ul li .wrapper-box {
	background: #fff;
	padding: 25px 0;
	border-radius: 6px;
}

.category-widget-two ul li img {
	border-radius: 50%;
	margin: 0 auto;
}

.category-widget-two ul li .post-count {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.category-widget-two ul li .image {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto 10px;
}

.category-widget-two ul li .image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: var(--dark-color);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .8;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.category-widget-two ul li a {
	position: relative;
	color: #858585;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.category-widget-two ul li:hover .image:before {
	opacity: 0;
}

.category-widget-two ul li:hover .post-count {
	opacity: 0;
}

.causes-section.style-two {
	padding-bottom: 110px;
}

.causes-section.style-two:before {
	display: none;
}

.causes-section.style-two .owl-dot-style-one .owl-dots {
	margin-top: 0px;
}

causes-section {
	position: relative;
	padding: 110px 0 70px;
	background-color: #f4f1ee;
}

.causes-section:before {
	position: absolute;
	content: '';
	background: url(../images/resource/decor-2.png) no-repeat 0 20%;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
}

.causes-section .cause-carousel-wrapper {
	position: relative;
	margin: 0 -15px;
}

.cause-block-one {
	position: relative;
	margin: 0 15px 40px;
}

.cause-block-one .inner-box {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cause-block-one .inner-box:hover {
	-webkit-box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
	        box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
}

.progress-levels .progress-box {
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 6px;
	background: #f4f1ee;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	border-radius: 5px;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 0px;
	height: 6px;
	background: var(--theme-color);
	-webkit-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
	background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
	background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
	background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels .progress-box .percent {
	position: absolute;
	right: 0;
	top: -30px;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 500;
	color: var(--dark-color-two);
	opacity: 0;
	-webkit-transition: all 2000ms ease 700ms;
	-o-transition: all 2000ms ease 700ms;
	transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
	opacity: 1;
}

.cause-block-one .image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.cause-block-one .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cause-block-one .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.cause-block-one .image {
	margin-bottom: 30px;
}

.cause-block-one .lower-content {
	position: relative;
	padding: 0px 20px 15px;
}

.cause-block-one h4 {
	font-size: 20px;
	margin-bottom: 3px;
}

.cause-block-one h4 a {
	color: var(--dark-color);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cause-block-one h4 a:hover {
	color: var(--theme-color);
}

.cause-block-one .category {
	font-size: 15px;
	color: #a6a6a6;
	margin-bottom: 14px;
}

.cause-block-one .category a {
	color: #a6a6a6;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	display: inline-block;
	position: relative;
}

.cause-block-one .category a:hover {
	color: var(--theme-color);
}

.cause-block-one .category a:before {
	position: absolute;
	content: '';
	background: #a6a6a6;
	height: 1px;
	left: 28px;
	right: 0;
	bottom: 3px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cause-block-one .category a:hover:before {
	background: var(--theme-color);
}

.cause-block-one .category span {
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.cause-block-one .lower-content .text {
	margin-bottom: 18px;
}

.cause-block-one .lower-content .info-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.cause-block-one .lower-content .info-box a {
	color: #858585;
}

.cause-block-one .lower-content .info-box a span {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--dark-color);
}

.cause-block-one .lower-content .bottom-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 10px;
}

.cause-block-one .lower-content .bottom-content .link-btn {
	margin-right: 15px;
	margin-bottom: 10px;
}

.cause-block-one .lower-content .bottom-content .link-btn a {
	padding: 11px 42px;
}

.cause-block-one .lower-content .bottom-content .link-btn .btn-style-one:before {
	display: none;
}


/* Share Icon */

.share-icon {
	position: relative;
}

.share-icon .share-btn {
	background: #fff;
	font-size: 14px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid #eaeaea;
	text-align: center;
	cursor: pointer;
	color: #a6a6a6;
	border-radius: 50%;
	margin-bottom: 10px;
}

.share-icon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	position: absolute;
	left: 55px;
	bottom: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.share-icon.open ul {
	opacity: 1;
	visibility: visible;
}

.share-icon ul li {
	margin-right: 2px;
}

.share-icon ul a {
	font-size: 14px;
	height: 50px;
	width: 25px;
	line-height: 48px;
	text-align: center;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	display: inline-block;
	color: #999;
}

.share-icon ul a:hover {
	color: var(--theme-color);
}

.share-icon.style-two {
	position: absolute;
	right: 0;
	top: 9px;
}

.share-icon.style-two ul {
	left: auto;
	right: 10px;
	top: 0;
	bottom: auto;
	background: #fff;
	padding: 0 5px;
	z-index: 9;
}

.share-icon.style-two ul a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	font-size: 12px;
	color: var(--dark-color);
}

.share-icon.style-two ul li {
	margin: 0 5px;
}

.share-icon.style-two .share-btn {
	border: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: right;
}

.share-icon.style-two ul a:hover {
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
}

/* Style Two */

.causes-section.style-two {
	padding-bottom: 110px;
}

.causes-section.style-two:before {
	display: none;
}

.causes-section.style-two .owl-dot-style-one .owl-dots {
	margin-top: 0px;
}

/*** 

====================================================================
	Donor Section
====================================================================

 ***/

.donor-section {
	position: relative;
	background-color: #2f2b4f;
	background-position: right center;
	background-size: cover;
}

.donor-section .left-column {
	position: relative;
	padding: 110px 15px 80px;
}

.donor-section .left-column:before {
	position: absolute;
	content: '';
	background: #2f2b4f;
	height: 100%;
	width: 200%;
	top: 0;
	right: -88px;
}

.donor-section .right-column {
	position: relative;
	padding: 110px 15px 80px;
	background-size: cover;
}

.donor-section .right-column:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 300%;
	top: 0;
	left: 69px;
	/* ff3.6+ */
	/* safari4+,chrome */
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(33, 29, 71, 1) 0%, rgba(33, 29, 71, 1) 35%, rgba(33, 29, 71, 0.3) 81%, rgba(33, 29, 71, 0.3) 100%);
	/* opera 11.10+ */
	/* ie10+ */
	background: linear-gradient(45deg, rgba(33, 29, 71, 1) 0%, rgba(33, 29, 71, 1) 35%, rgba(33, 29, 71, 0.3) 81%, rgba(33, 29, 71, 0.3) 100%);
	/* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211d47', endColorstr='#211d47', GradientType=1);
	/* ie6-9 */
}

.donor-block {
	position: relative;
}

.donor-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	margin-right: 20px;
}

.donor-block .top-content {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 40px 5px 30px;
	border-radius: 6px;
}

.donor-block .image {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	display: inline-block;
}

.donor-block .image .overlay {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.donor-block .image .overlay .icon {
	position: relative;
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	color: #fff;
}

.donor-block .image .overlay .icon a {
	color: #fff;
}

.donor-block .image .overlay .icon a:hover {
	color: #fff;
}

.donor-block .inner-box:hover .image .overlay .icon {
	opacity: 1;
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.donor-block .image .overlay:before {
	position: absolute;
	content: '';
	background: var(--dark-color);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	visibility: hidden;
}

.donor-block .inner-box:hover .image .overlay:before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	visibility: visible;
	opacity: .85;
}

.donor-block .image img {
	position: relative;
	border-radius: 50%;
}

.donor-block h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.donor-block .location {
	color: var(--theme-color);
}

.donor-block .bottom-content {
	position: relative;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.donor-block .bottom-content .text {
	position: relative;
	width: 50%;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	text-align: center;
	color: var(--theme-color);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding: 11px 0;
}

.donor-block .bottom-content .text:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 10px;
	background: #fff;
	right: 0;
	top: -12px;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.donor-block .bottom-content .price {
	position: relative;
	width: 50%;
	background: #fff;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	color: #fff;
	background: var(--theme-color);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding: 11px 0;
}

.donor-block .bottom-content .price:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 8px;
	background: var(--theme-color);
	left: 0;
	top: -12px;
	--webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	        clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.feature-block-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 60px;
}

.feature-block-one .icon-box {
	position: relative;
	font-size: 50px;
	color: #fff;
	height: 110px;
	width: 110px;
	background: var(--theme-color);
	line-height: 110px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.feature-block-one:hover .icon-box {
	color: var(--theme-color);
}

.feature-block-one .icon-box span {
	position: relative;
}

.feature-block-one .icon-box:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	right: 0;
	top: 100%;
	background: #fff;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.feature-block-one:hover .icon-box:before {
	top: 0;
}

.feature-block-one h4 {
	position: relative;
	color: #fff;
	font-size: 20px;
}

/* Style Two */

.donor-section.style-two {
	background-color: #fff;
	padding: 110px 0 90px;
}

.donor-section.style-two:before {
	position: absolute;
	content: '';
	background: url(../images/resource/pattern.jpg);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.donor-section.style-two .row {
	margin: 0 -20px;
}

.donor-section.style-two .donor-block {
	max-width: 20%;
	padding: 0 20px;
}

.donor-section.style-two .donor-block .inner-box {
	margin-right: 0;
}

.donor-block.style-two .bottom-content .text {
	background: #302c51;
	color: #fff;
}

.donor-block.style-two .bottom-content .text:before {
	background: #302c51;
}



.causes-section-three {
	position: relative;
	background-size: cover;
}

.causes-section-three .cause-carousel-wrapper {
	position: relative;
	padding: 110px 0;
	padding-right: 170px;
}

.causes-section-three .cause-carousel-wrapper:before {
	position: absolute;
	content: '';
	background: var(--theme-color-two);
	width: 2px;
	top: 0;
	right: 170px;
	bottom: 0;
}

.cause-block-three .inner-box {
	position: relative;
	padding-left: 184px;
}

.cause-block-three .image img {
	width: auto;
	border-radius: 6px;
}

.cause-block-three .content-wrapper {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	max-width: 370px;
}

.cause-block-three .content {
	background: #fff;
	padding: 45px 15px 40px;
	border-radius: 6px;
	border-top-left-radius: 0px;
	text-align: center;
}

.cause-block-three .progress-levels.style-two .progress-box {
	margin-top: 0;
	margin-bottom: -10px;
}

.cause-block-three h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.cause-block-three h4 a {
	color: var(--dark-color);
}

.cause-block-three .text {
	margin-bottom: 20px;
}

.cause-block-three .info-box {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.cause-block-three .info-box li {
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
}

.cause-block-three .info-box li:before {
	position: absolute;
	content: '';
	background: #eaeaea;
	width: 1px;
	top: 8px;
	right: 0;
	bottom: 8px;
}

.cause-block-three .info-box li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.cause-block-three .info-box li:last-child:before {
	display: none;
}

.cause-block-three .info-box a {
	font-size: 18px;
	color: var(--dark-color);
	line-height: 24px;
}

.cause-block-three .info-box a span {
	color: var(--theme-color-two);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.cause-block-three .donate-btn a:before {
	display: none;
}

.causes-section-three .owl-dot-style-one .owl-dots {
	position: absolute;
	right: -115px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	counter-reset: count;
}

.causes-section-three .owl-dot-style-one .owl-dots .owl-dot {
	display: block;
	margin: 15px 0;
}

.causes-section-three .owl-dot-style-one .owl-dots .owl-dot span {
	width: 60px;
	height: 60px;
}

.causes-section-three .owl-dot-style-one .owl-dots .owl-dot.active span,
.causes-section-three .owl-dot-style-one .owl-dots .owl-dot:hover span {
	border-color: var(--theme-color-two);
}

.causes-section-three .owl-dot-style-one .owl-dots .owl-dot:before {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 58px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	color: #858585;
	font-weight: 500;
	counter-increment: count;
	content: "" counter(count);
}

.causes-section-three .owl-dot-style-one .owl-dots .owl-dot.active:before {
	color: var(--theme-color-two);
}

/* Style Two */

.causes-section-three.style-two {
	padding: 110px 0 10px;
}

.causes-section-three.style-two .wrapper-box {
	counter-reset: count;
}

.cause-block-three.style-two .content {
	-webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	        box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
}

.cause-block-three.style-two .progress-levels.style-two .progress-box .percent {
	background: var(--theme-color);
	color: #fff;
}

.cause-block-three.style-two .progress-levels.style-two .progress-box .percent:before {
	background: var(--theme-color);
}

.cause-block-three.style-two .progress-levels.style-two .progress-box .bar .bar-fill {
	background: var(--theme-color);
}

.cause-block-three.style-two .info-box a span {
	color:#059442;
}

.cause-block-three.style-two .donate-btn .theme-btn {
	background: transparent;
	border: 2px solid #059442;
	border-radius: 22px;
	padding: 10px;
}

.cause-block-three.style-two .donate-btn .theme-btn:hover {
	border-color: #ccc;
}

.cause-block-three.style-two .inner-box {
	padding-right: 222px;
	margin-bottom: 100px;
}

.btn-style-eight span {
  position: relative;
  z-index: 10;
}

.btn-style-eight::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--dark-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/*.cause-block-three.style-two .inner-box:after {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 70px;
	font-size: 150px;
	line-height: 150px;
	color: #eeeeee;
	background: #fff;
	padding: 50px 0;
	font-family: var(--prata);
	counter-increment: count;
	content: "0" counter(count);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-style: italic;
}*/

.cause-block-three.style-two .inner-box:before {
	position: absolute;
	content: '';
	width: 1px;
	top: 0;
	right: 140px;
	bottom: 0;
	background: #eaeaea;
}

/* Nth child even */

.cause-block-three.style-two:nth-child(even) .inner-box {
	padding-left: 222px;
	padding-right: 184px;
}

.cause-block-three.style-two:nth-child(even) .inner-box .image {
	text-align: right;
}

.cause-block-three.style-two:nth-child(even) .content-wrapper {
	left: auto;
	right: 0;
}

.cause-block-three.style-two:nth-child(even) .inner-box:before {
	right: auto;
	left: 140px;
}

.cause-block-three.style-two:nth-child(even) .inner-box:after {
	left: 40px;
	right: auto;
}

/*** 

====================================================================
  Projects Section
====================================================================

***/

.projects-section {
	position: relative;
	padding: 110px 0 80px;
}

.project-block-one {
	position: relative;
}

.project-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
}

.project-block-one .image {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.project-block-one .image:before {
	position: absolute;
	content: '';
	background: #000;
	opacity: .8;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.project-block-one .inner-box:hover .image:before {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.project-block-one .image img {
	width: 100%;
}

.project-block-one .image .icon-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 65px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: var(--dark-color-two);
	text-align: center;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.project-block-one .inner-box:hover .image .icon-box {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.project-block-one .image .icon-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-webkit-transform: scale(0, 0);
	    -ms-transform: scale(0, 0);
	        transform: scale(0, 0);
	background: var(--theme-color-two);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.project-block-one .inner-box:hover .image .icon-box:before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.project-block-one .image .icon-box span {
	display: inline-block;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	position: relative;
}

.project-block-one .inner-box:hover .image .icon-box span {}

.project-block-one h3 {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 24px;
}

.project-block-one h3 a {
	color: #fff;
}




/*-- banner --*/
.banner-img1,.banner-img2,.banner-img3,.banner-img4{
	background:url(../../img/images/banner.jpg)no-repeat center 0px;
	background-size:cover;
	min-height:600px;	
}

.banner-img2{
	background:url(../../img/images/banner1.jpg)no-repeat center 0px;
	background-size:cover;
}

.banner-img2{
	background:url(../../img/images/banner2.jpg)no-repeat center 0px;
	background-size:cover;
}


.banner-img3{
	background:url(../../img/images/banner3.jpg)no-repeat center 0px;
	background-size:cover;
}

.banner-img4{
	background:url(../../img/images/banner4.jpg)no-repeat center 0px;
	background-size:cover;
}


.banner-w3text {
    padding-top: 13%;
    text-align: left;
    padding-left: 15%;
}

.banner-w3text h3 {
    font-size: 4em;
    color: #fff; 
	font-style: italic;
	position: relative;
    z-index: 999;
}

.banner-w3text p {
    font-size: 1.4em;
    color: #fff;
    width: 70%;
    margin: 1em 0 2em;
    line-height: 1.8em;
    position: relative;
    z-index: 999;
}

.banner-w3text a {
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.7em 3em;
    display: inline-block;
    background-color: #058a20;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    border-radius: 4px;
	outline:none;
	z-index: 9999;
    position: relative;
}
/*-- hover effect6 --*/
.effect6{
	color:rgba(0,0,0, 0) !important; 
	transition: all .3s ease;
	text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;
	overflow: hidden;
}
@-webkit-keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #000 ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #000 ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #000 , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
}/*safari and chrome*/
@keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #000 ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #000 ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #000 , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
}
.effect6:hover{
	-webkit-animation: drop .6s 1 linear; 
	-moz-animation: drop .6s 1 linear;
	-o-animation: drop .6s 1 linear;
	-ms-animation: drop .6s 1 linear;
	animation: drop .6s 1 linear;
}
/*-- end hover --*/

.w3-agile-text {
  padding: 2em 0;
  text-align: left;
  background-color: #3ea85d;
}
.w3-agile-text h2 {
    font-size: 2.4em;
  color: #f7eded;
  font-family: 'Abel', sans-serif;
  text-align: center;
}
.w3-agile-text h2 span {
    color: #000;
    font-style: normal;
    outline: none;
}
.w3-agile-text p {
    font-size: 1em;
    color: #9A9A9A;
    margin-top: 0.8em;
	line-height: 1.8em;
}

.bg-theme-colored {
  background-color: #202c45 !important;
}

.bg-theme-colored2-darker2 {
  background-color: #07b54d !important;
}

.bg-theme-colored-darker3 {
  background-color: #1b253b !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.text-uppercase {
  text-transform: uppercase;
}

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

.navbar-header a{
  outline:none;
}

.ps-logo img{
  width:150px;
  outline: none;
}

.sevcs-grids h4{
  margin-top:1em;
  flex-wrap: wrap;
  display:inline-flex;
}

.sevcs-grids h4 span{
  margin-right:1em;
}

.featuresTop {
 background-color: #e6e6e6;
 width:100%;
 min-height:450px;
}

.featuresTop-content{
  padding-left:3em;
  padding-top:2em;
}


.featuresTop p {
    font-size:15px;
    color: #000;
    line-height: 1.8em;
    margin-top: 2em;
	font-weight: 300;
	text-align:justify;
}

.featuresTop-Right {
 padding-right:0;
 background-color: #e6e6e6;
 width:50%;
 float:right;
}

.featuresTop-Left {
	padding-top:3em;
 padding-left:3em;
  padding-right:3em;
 background-color: #e6e6e6;
 width:50%;
 float:left;
 min-height: 450px;
}

.featuresTop-Right img{
  width: 100%;
  border-radius:0;
  z-index:0;
}


/*-- features Bottom --*/
.featuresBottom {
 background-color: #e6e6e6;
 width:100%;
 min-height:450px;
}

.featuresBottom-content{
  padding-left:3em;
  padding-top:2em;
}

.featuresBottom-Right {
 padding-right:3em;
 background-color: #e6e6e6;
 width:50%;
 float:right;
 min-height: 450px;
}

.featuresBottom-Left {
 padding-left:0;
 background-color: #e6e6e6;
 width:50%;
 float:left;
}

.featuresBottom-Left img{
  width: 100%;
  border-radius:0;
  z-index:0;
}


.featuresBottom p {
    font-size:15px;
    color: #000;
    line-height: 1.8em;
    margin-top: 2em;
	font-weight: 300;
	text-align:justify;
}

.featuresBottom p strong span {
  text-transform:uppercase;
  font-size: 17px;
}

.featuresBottom ul {
  margin-left:2em;
}


.featuresBottom ul {
  margin-left:2em;
  margin-top:1em;
}

.featuresBottom ul li {
  font-size: 17px;
}

.featuresBottom ul li strong {
  color:#069322;
}



.featuresBottom:nth-child(1) {
    padding-right: 0;
}
.featuresBottom:nth-child(2) {
    padding: 0 1em 0 2em;
}


/*-- features --*/
.features {
 padding-left:4em;
 background-color: #e6e6e6;
}

.about-w3agilerow{
 background-color: #fff;
 margin-top:5em;
 margin-bottom:2em;
}

.linke h4 a{
  color:#000;
  font-size:14px;
  margin-top:1em;
}
.hrSize{
  color:#04720c;
}

.message{
margin-bottom:1em;
}

.message b{
 font-weight: 800;
 font-size: 1em;
 color: #088a22;
}

.bottoming{
  margin-bottom:3em;
}

.padding-O{
  padding:10px;
}

.padding-O p{
  padding:10px;
}


.topping-0{
  margin-top:3em;
}

.topping-parrainage{
  margin-top:5em;
}

 .topping-parrainage h2{
    padding:10px;
    font-size:34px;
  }

.topping{
  margin-top:4em;
}

h3.w3ltitle {
 font-size: 2.5em;
 color: #000;
 text-transform: uppercase;
}

h3.w3ltitle span {
  color: #06ca2e;
}

.image {
  position: relative;
  padding:0;
  text-align: center;
  /*-webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;*/
}

.image::before {
  position: absolute;
  content: '';
  background:none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Btn Style One */

.btn-style-one {
	position: relative;
	line-height: 24px;
	background:#fff;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	border-radius: 29px;
	padding: 15px 48px;
	border: 2px solid #6fd3c1;

	text-transform: uppercase;
	overflow: hidden;
}

.btn-style-one:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.7;
	background-color: #6fd3c1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	    transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	    transform-origin: left top;
}

.btn-style-one:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #6fd3c1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	    transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	    transform-origin: left top;
}

.btn-style-one span {
	position: relative;
	z-index: 10;
}

.btn-style-one:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	    transform: scaleY(1);
}

.btn-style-one:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	   transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	    transform: scaleY(1);
}

.btn-style-one:hover {
	color: #ffffff;
}


.cause-block-one .lower-content .bottom-content .link-btn {
	margin-right: 15px;
	margin-bottom: 10px;
}

.cause-block-one .lower-content .bottom-content .link-btn a {
	padding: 11px 42px;
}

.cause-block-one .lower-content .bottom-content .link-btn .btn-style-one:before {
	display: none;
}



.greenColor {
  background:#069322;
  padding:15px;
  min-height: 426px;
}

.greenColor p{
  font-size:29px;
  color:#fff;
  padding:40px;
  font-weight: 400;
  line-height: 1.4;
}

.blackColor {
  background:#000;
  padding:15px;
  min-height: 426px;
  text-align: justify;
}


.blackColor p{
 font-size: 20px;
color: #fff;
padding: 18px;
font-weight: 400;
line-height: 1.4;
}

.don a{
	font-size: 12px;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
color: #ffffff;
text-transform: uppercase;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #2123bc;
  padding: 14px;
  top: 1.7em;
  position: relative;
  outline: none;
}


.blackColor p{
 font-size: 20px;
color: #fff;
padding: 18px;
font-weight: 400;
line-height: 1.4;
}

.parrainage a{
	font-size: 12px;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
color: #ffffff;
text-transform: uppercase;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #ff6f61;
  padding: 14px;
  top: 1.7em;
  position: relative;
  outline: none;
}

 .gdlr-core-content {
  display: inline-block;
  vertical-align: middle;
}


.photoEducation{
	padding:0px;
}

.photoEducation img{
  max-height:426px;
}


.careAction {
  background: url(../../img/care_action.jpg) no-repeat center fixed;
  background-size: auto;
  background-size: cover;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height:400px;
}

.features p {
    font-size:15px;
    color: #000;
    line-height: 1.8em;
    margin-top: 2em;
	font-weight: 300;
	text-align:justify;
}

.features p strong span {
  text-transform:uppercase;
  font-size: 17px;
}

.features ul {
  margin-left:2em;
}

.feature-grids p {
  font-size: 17px;
}

.feature-grids ul {
  margin-left:2em;
  margin-top:1em;
}

.feature-grids ul li {
  font-size: 17px;
}

.feature-grids ul li strong {
  color:#069322;
}


.feature-grids img {
  width: 100%;
  border-radius:0;
  z-index:0;
}

.feature-grids:nth-child(1) {
    padding-right: 0;
}
.feature-grids:nth-child(2) {
    padding: 0 1em 0 2em;
}
.w3ls-more {
    margin-top: 2em;
    display: inline-block;
	background:#06ca2e;
}
.w3ls-more a {
    font-size: 1em;
    padding: 0.6em 1.8em;
    display: block;
	color: #fff;
}
.w3ls-pince {
    margin-top: 3em;
}
.pince-left {
    float: left;
    width: 17%;
    border: 1px solid #749e29;
    text-align: center;
    padding: 1em;
}
.pince-right {
    float: right;
    width: 75%;
}
.w3ls-pince h4 {
    font-family: 'Abel', sans-serif;
    font-size: 1.4em;
    color: #000;
    margin-bottom: 0.4em;
}
.w3ls-pince h5 {
    font-size: 2em;
    color: #749e29;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.features .pince-right p{
	margin:0;
}
.w3ls-pince:hover .pince-left {
    background-color: #749e29;
}
.w3ls-pince:hover h5{
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	color: #fff;
}
/*-- project --*/ 
/*-- modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 6em auto 0;
}
.modal-body iframe {
    border: none !important;
    width: 100%;
    min-height: 300px;
}
.about-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.about-modal button.close {
    color: #06ca2e;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.about-modal .modal-body img{
    width:100%;
}
.about-modal .modal-body p {
    margin-top: 1em; 
    font-weight: 400;
	color:#999;
	line-height:1.8em;
	font-size: 1em;
}
/*-- //modal --*/
/*-- flexisel --*/
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Navigation --*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:24px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
/*-- //flexisel --*/
.projects h3.w3ltitle span {
    color: #ffffff;
}
.project-right {
    padding: 2em;
    background-color: #749e29;
}
.project-right p {
    font-size: 1em;
    color: #fff;
    line-height: 1.72em;
    margin-top: 1.5em;
}
.project-left {
    padding: 0 !important;
}
/*-- //project --*/
/*-- services --*/
.services {
    text-align: center;
    padding: 5em 0;
}
.services-agileinfo {
    display: inline-block;
    margin-top: 4em;
}
.servc-icon {
    float: left;
	position:relative;
}
.services a.agile-shape {
    display: inline-block;
    margin: 29px;
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 1px solid #CACACA;
    box-shadow: 1px 1px 8px #BDBDBD;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.services span.glyphicon {
    font-size: 3em;
    color: #06ca2e;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	top: 30%;
    left: -4%;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
p.serw3-agiletext {
    font-size: 1.5em;
    color: #FFFFFF;
    position: absolute;
    top: 40%;
    left:20%;
	transform: rotate(-45deg)scale(0);
    -webkit-transform: rotate(-45deg)scale(0);
	-o-transform: rotate(-45deg)scale(0);
	-moz-transform: rotate(-45deg)scale(0);
	-ms-transform: rotate(-45deg)scale(0);
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	
}
.services a.agile-shape:hover {
    background-color: #749e29;
}
.services a.agile-shape:hover span.glyphicon {
    font-size: 1.5em;
    top: 23%;
    left: -20% !important;
	color: #fff;
	
}
a.agile-shape:hover p.serw3-agiletext{
   transform: rotate(-45deg)scale(1);
   -webkit-transform: rotate(-45deg)scale(1);
   -moz-transform: rotate(-45deg)scale(1);
   -o-transform: rotate(-45deg)scale(1);
   -ms-transform: rotate(-45deg)scale(1);
}
/*-- //services --*/
/*-- footer --*/
.footer {
    background:#000;
    background-size: cover;
    padding:0;
}
.footer h3.w3ltitle {
    color: #fff;
    text-align: center;
}
.footer-agileinfo {
    margin-top: 4em;
}
.footer-left {
    text-align: right;
    padding-right: 2em !important;
}
.footer-left h5 {
    font-size: 1.5em;
    letter-spacing: 2px;
    font-family: 'Abel', sans-serif;
}
.footer-left h5 a{
	color: #fff;
}
.footer-left h5 a:hover{
	color: #fff;
}
.footer-left .w3ls-more {
    margin-top: 4em;
    border: 1px solid #fff;
    background: none;
}
.footer-left .w3ls-more:hover {
    background-color: #06ca2e;
}
.contact-grdl {
    text-align: right;
    padding-right: 1.5em;
}
.address:nth-child(2) {
    margin:1.5em 0;
}
.contact-grdl span {
    color: #fff;
    font-size: 1.5em;
}
.contact-grdr p{
	color:#fff;
	font-size:1em; 
}
.contact-grdr p a {
    color: #06ca2e;
    text-decoration: none;
    display: block;
}
.contact-grdr p a:hover{
	color:#fff;
}
/*-- //footer --*/
/*-- copy-right --*/
.copy-right {
    padding: 3em 0 3em;
    text-align: center;
    background: rgba(12, 213, 176, 0.94);
    margin-top: 5em;
}

.donHeader {
  background:#F98B2A;
	top: 1em;
	min-width:7%;
	position: absolute;
	right: 8em;

	padding: 13px 30px;
border-radius: 30px;
border-color: none;
font-size: 14px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-transform: uppercase;
letter-spacing: .1rem;
}

.donHeader a {
	color:#fff;
}

.font-13 {
  font-size: 13px !important;
}

.text-black {
  color: #000 !important;
}

.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */
}
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.layer-overlaye {
  position: relative;
  /* overlay-dark */
  /* overlay-white */
}
.layer-overlaye::before {
  background: rgba(9, 91, 18, 0.7) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.footer a {
  color: #fff;
}

.footer .widget .widget-title {
  margin-top: 0px;
}
.widget.dark .widget-title {
  color: #fff;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footer ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget .list-border li {
  margin-bottom: 0;
  padding: 10px 0;
    padding-right: 0px;
  display: inline-block;
  padding-right: 1em;
}
/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
    font-size: inherit;
    text-align: center;
    margin: 0;
}
.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.6em;
}
.icon-border {
	position: relative;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 0 4px;
    width: 35px;
    height: 35px;
}
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
}  
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #3b5998; 
	-moz-box-shadow: inset 0 0 0 4px #3b5998; 
	-o-box-shadow: inset 0 0 0 4px #3b5998; 
	-ms-box-shadow: inset 0 0 0 4px #3b5998; 
	box-shadow: inset 0 0 0 4px #3b5998;
} 
/* twitter */
.icon-border.twitter::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
} 
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #4099ff;
	-moz-box-shadow: inset 0 0 0 4px #4099ff;
	-o-box-shadow: inset 0 0 0 4px #4099ff;
	-ms-box-shadow: inset 0 0 0 4px #4099ff;
	box-shadow: inset 0 0 0 4px #4099ff;
} 
/* google plus */
.icon-border.googleplus::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
} 
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #d34836;
	-moz-box-shadow: inset 0 0 0 4px #d34836;
	-o-box-shadow: inset 0 0 0 4px #d34836;
	-ms-box-shadow: inset 0 0 0 4px #d34836;
	box-shadow: inset 0 0 0 4px #d34836;
} 
/* dribbble */
.icon-border.dribbble::before {
	-webkit-box-shadow: inset 0 0 0 48px #ec4a89;
	-moz-box-shadow: inset 0 0 0 48px #ec4a89;
	-o-box-shadow: inset 0 0 0 48px #ec4a89;
	-ms-box-shadow: inset 0 0 0 48px #ec4a89;
	box-shadow: inset 0 0 0 48px #ec4a89;
}

.icon-border.dribbble:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ec4a89;
	-moz-box-shadow: inset 0 0 0 4px #ec4a89;
	-o-box-shadow: inset 0 0 0 4px #ec4a89;
	-ms-box-shadow: inset 0 0 0 4px #ec4a89;
	box-shadow: inset 0 0 0 4px #ec4a89;
} 
/* rss */
.icon-border.rss::before {
	-webkit-box-shadow: inset 0 0 0 48px #ee802f;
	-moz-box-shadow: inset 0 0 0 48px #ee802f;
	-o-box-shadow: inset 0 0 0 48px #ee802f;
	-ms-box-shadow: inset 0 0 0 48px #ee802f;
	box-shadow: inset 0 0 0 48px #ee802f;
} 
.icon-border.rss:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ee802f;
	-moz-box-shadow: inset 0 0 0 4px #ee802f;
	-o-box-shadow: inset 0 0 0 4px #ee802f;
	-ms-box-shadow: inset 0 0 0 4px #ee802f;
	box-shadow: inset 0 0 0 4px #ee802f;
} 
/*-- //social-icons --*/   
.agileits-topnav .social-icons ul li { 
    font-size: inherit;
    text-align: center;
    margin: 0;
}
.agileits-topnav .social-icons ul li a.fa:hover { 
    color: #000; 
}
.agileits-topnav ul li.social-icons {
    font-size: inherit;
}
.copy-right p {
    margin-top: 1em;
    font-size: .8em;
    color: #000;
    letter-spacing: 1px;
	line-height:1.8em;
}
.copy-right p a{
	color: #fff;
}
.copy-right p a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
/*-- //copy-right --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/
img.zoom-img {
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*-- about-page --*/

.lower-content {
  padding:10px;
}

.lower-content h4{
  font-size:14px;
  color:#000;
  margin-top:1em;
}

.banner.about-bnr {
    background: url(../../img/bg/bg1.jpg)no-repeat center -49px;
    background-size: cover;
    min-height: 300px;
}

.banner.help-bnr {
    background: url(../../img/bg/bgHelp.jpg)no-repeat center -49px;
    background-size: cover;
    min-height: 300px;
}
/*-- about --*/
.about,.about-team, .contact,.codes {
    padding:3em 0;
}

.feature-section-two {
	position: relative;
	padding: 60px 0 80px;
	background: #f4f7fd url(../../img/bg/pattern.jpg);
}

.donation {
	position: relative;
	padding: 60px 0 80px;
	background: #283354 url(../../img/bg/help-bg.jpg);
}

.pb-60 {
  padding-bottom: 60px !important;
}
.pt-120 {
  padding-top: 120px !important;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.breadcrumb {
  padding: 8px 15px;
    padding-left: 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color:transparent;
  border-radius: 4px;
}

.breadcrumb li a{
 color:#fff;
}

.text-left {
  text-align: left;
}
h3.w3ls-title1,h2.w3ls-title1 {
    font-size: 3em;
    font-family: 'Abel', sans-serif;
    text-align: center;
    color: #000;
}
h3.w3ls-title1 span, h2.w3ls-title1 span {
    color: #06ca2e;
    border-bottom: 1px solid;
}
.about-agileinfo {
    margin-top: 4em;
}
.about .grid-top h4 {
    font-size: 1.5em;
    color: #222;
    letter-spacing: 4px;
}
.about img {
    width: 100%;
}

.about-w3imgs {
    padding: 0;
    overflow: hidden;
}

.about-w3imgs img{
  width:25%;
  margin: 0 auto;
}


.about .grid-top p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0 2.5em;
}
.about .grid-top p.top {
    margin: 1em 0;
}
.offic-time {
    text-align: center;
}
.time-top {
    padding: 1em;
    background-color: #383737;
}
.time-top h4 {
    font-size: 1.7em;
    color: #fff;
}
.time-bottom {
    padding: 1.6em 2em;
    background-color: #666764;
}
.time-bottom h5 {
    font-size: 1.1em;
    color: #FFF;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.time-bottom p {
    font-size: 1em;
    color: #BBBBBB;
    margin-top: 0.5em;
    line-height: 1.8em;
}
/*-- //about-page --*/ 
.testi {
    width: 100%;
    margin-top: 3em;
	position: relative;
}
.testi h3.w3ls-title1 {
    text-align: left;
	font-size: 2.5em;
} 
.testi h4 {
    color: #FFFFFF;
    font-size: 1.4em;
    letter-spacing: 1px;
}
.testi p {
    font-style: italic;
    color: #000;
    font-size: 1em;
    margin-top: 1em;
    line-height: 1.5em;
    font-weight: 300; 
}
.testi-subscript p {
    margin: 1em 2.8em 0 0;
}
.testi p a {
    font-size: 1em;
    font-weight: 600;
    color: #000;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.testi p a:hover{
	color: #fff;
}
.testi-subscript {
    position: relative;
    display: inline-block;
}
.testi span.w3-agilesub {
    position: absolute;
    background: url(../images/icon3.png) no-repeat 0px 0px;
    display: block;
    width: 30px;
    height: 29px;
    top: 0%;
    right: 0%;
}
.testi-slider {
    padding: 2em 2em 1.8em;
    background: #749e29;
    margin-top: 2em;
}
/*-- slider start here --*/
#slider3,#slider4 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 15%;
    right: 0%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 30px;
    width: 25px;
    background: url("../images/icon1.png")no-repeat center center;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    right: 7%;
    background: url("../images/icon2.png")no-repeat center center;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs a{
	font-size: 30px;
	color: #70664c;
	font-weight: 600;
	padding: 0px 18px;
	background: rgba(222, 208, 157, 0.89);
}
.callbacks_here a:after{
	color: black;
	text-decoration: none;
	background: rgba(245, 179, 3, 0.56);
}
.callbacks_tabs a:hover, .callbacks_tabs a:active {
  color: black;
  text-decoration: none;
  background: rgba(245, 179, 3, 0.56);
}
.callbacks_tabs a:after{
	color: black;
	text-decoration: none;
	background: rgba(245, 179, 3, 0.56);
}
li.callbacks1_s1.callbacks_here a.callbacks1_s1:after, li.callbacks1_s1.callbacks_here a.callbacks1_s1:active{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
li.callbacks1_s1.callbacks_here a.callbacks1_s1:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s4.active,a.callbacks1_s4:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s2.active,a.callbacks1_s2:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s3.active,a.callbacks1_s3:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
/*--//slider end here--*/

.causes-section-two {
    position: relative;
    padding: 0 0 80px;
    z-index: 9;
}

.causes-section-two .cause-wrapper {
    position: relative;
    margin-top: 50px;
}

.cause-block-two {
    position: relative;
    margin-bottom: 30px;
    padding: 0 13px;
}

.cause-block-two .inner-box {
    position: relative;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    padding: 2px;
}

.cause-block-two .inner-box:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid #ad051e;
    border-radius: 6px;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}

.cause-block-two .inner-box:hover:before {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
}

.cause-block-two .image {
    position: relative;
}

.cause-block-two .image img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.cause-block-two .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.cause-block-two .inner-box:hover .image .overlay {
    opacity: 1;
}

.cause-block-two .image .overlay:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .8;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
            transform: scaleY(.6);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}

.cause-block-two .inner-box:hover .image .overlay:before {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.cause-block-two .lower-content {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
    box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: linear-gradient(90deg,#cd122d 0,#6f0404);
}

.countPhoto{
    background:#ad051e;
    border-radius:15px;
    padding: 5px;
    position:absolute;
    z-index:999;
    top:1em;
    right:2em;
    width:15%;
    align-items: center;
}

.countPhoto h6{
  color:#fff;
  font-size:15px;
  text-align: center;
  font-weight: bold;
}

.countPhoto h6 span{
  color:#fff;
  font-size:13px;
  text-align: center;
}


.causes-section .cause-carousel-wrapper {
	position: relative;
	margin: 0 -15px;
}

.cause-block-one {
	position: relative;
	margin: 0 15px 40px;
}

.cause-block-one .inner-box {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
	        box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
}

.cause-block-one .inner-box:hover {
	-webkit-box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
	        box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
}

.cause-block-one .image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.cause-block-one .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cause-block-one .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.cause-block-one .image {
	margin-bottom: 30px;
}

.cause-block-one .lower-content {
	position: relative;
	padding: 0px 20px 15px;
}

.cause-block-one h4 {
	font-size: 20px;
	margin-bottom: 3px;
}

.cause-block-one h4 a {
	color: var(--dark-color);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cause-block-one h4 a:hover {
	color: var(--theme-color);
}

.cause-block-one .category {
	font-size: 15px;
	color: #a6a6a6;
	margin-bottom: 14px;
}

.cause-block-one .category a {
	color: #a6a6a6;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	display: inline-block;
	position: relative;
}

.cause-block-one .category a:hover {
	color: var(--theme-color);
}

.cause-block-one .category a:before {
	position: absolute;
	content: '';
	background: #a6a6a6;
	height: 1px;
	left: 28px;
	right: 0;
	bottom: 3px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cause-block-one .category a:hover:before {
	background: var(--theme-color);
}

.cause-block-one .category span {
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.cause-block-one .lower-content .text {
	margin-bottom: 18px;
}

.cause-block-one .lower-content .info-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.cause-block-one .lower-content .info-box a {
	color: #858585;
}

.cause-block-one .lower-content .info-box a span {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--dark-color);
}

.cause-block-one .lower-content .bottom-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 10px;
}

.cause-block-one .lower-content .bottom-content .link-btn {
	margin-right: 15px;
	margin-bottom: 10px;
}

.cause-block-one .lower-content .bottom-content .link-btn a {
	padding: 11px 42px;
}

.cause-block-one .lower-content .bottom-content .link-btn .btn-style-one:before {
	display: none;
}

/* Share Icon */

.share-icon {
	position: relative;
}

.share-icon .share-btn {
	background: #fff;
	font-size: 14px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid #eaeaea;
	text-align: center;
	cursor: pointer;
	color: #a6a6a6;
	border-radius: 50%;
	margin-bottom: 10px;
}

.share-icon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	position: absolute;
	left: 55px;
	bottom: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.share-icon.open ul {
	opacity: 1;
	visibility: visible;
	list-style: none;
}

.share-icon ul li {
	margin-right: 2px;
}

.share-icon ul a {
	font-size: 14px;
	height: 50px;
	width: 25px;
	line-height: 48px;
	text-align: center;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	display: inline-block;
	color: #999;
}

.share-icon ul a:hover {
	color: var(--theme-color);
}

.share-icon.style-two {
	position: absolute;
	right: 0;
	top: 9px;
}

.share-icon.style-two ul {
	left: auto;
	right: 10px;
	top: 0;
	bottom: auto;
	background: #fff;
	padding: 0 5px;
	z-index: 9;
	list-style: none;
}

.share-icon.style-two ul a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	font-size: 12px;
	color: var(--dark-color);
}

.share-icon.style-two ul li {
	margin: 0 5px;
	list-style: none;
}

.share-icon.style-two .share-btn {
	border: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: right;
}

.share-icon.style-two ul a:hover {
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
}


.cause-block-two .wrapper-box {
    padding: 16px 30px 20px;
}

.cause-block-two h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.cause-block-two h4 a {
   color: #fff;
}

.cause-block-two .info-box a {
    position: relative;
    font-size: 15px;
    color: #ff0000;
}

.cause-block-two .info-box a+a {
    padding-left: 20px;
    margin-left: 6px;
}

.cause-block-two .info-box a+a:before {
    position: absolute;
    content: '//';
    font-size: 15px;
    left: 0;
    top: -4px;
}

.cause-block-two .info-box a span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}


.btn-style-seven {
    position: relative;
    line-height: 24px;
    background: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    padding: 6px 29px;
    border: 2px solid #b60821;
    text-transform: uppercase;
    overflow: hidden;
}

.btn-style-seven:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    background-color: #b60821;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
        transform-origin: left top;
}

.btn-style-seven:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #b60821;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
        transform-origin: left top;
}

.btn-style-seven span {
    position: relative;
    z-index: 10;
}

.btn-style-seven:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}

.btn-style-seven:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
       transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}

.btn-style-seven:hover {
    color: #ffffff;
}



.wthree_head_section {
  margin-bottom: 2em;
}

.gallery-box {
  display: block;
  overflow: hidden;
  width: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

.main-project-area.style2{
    position: relative;
    display: block;
    padding-bottom: 110px;
}
.single-project-style5{
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 8px 2px #f3f3f3; 
    box-shadow: 0px 4px 8px 2px #f3f3f3;
}
.single-project-style5 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style5 .img-holder .inner {
    position: relative;
    display: block;
}

.single-project-style5 .img-holder .inner h4{
   padding:20px;
}


.single-project-style5 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style5:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	 
}
.single-project-style5 .overlay-box{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: rgba(40, 41, 46, 0.90);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style5:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 200ms;
}
.single-project-style5 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style5 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style5 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style5 .overlay-box .box .link a:hover span:before{
    color: #e9212e;    
}

.single-project-style5 .title{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
.single-project-style5 .title span{
    color: #7c7e84;
}
.single-project-style5 .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style5 .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style5 .title h3 a:hover{
    color: #e9212e;       
}




/*-- about-slid --*/
.about-slid{
	background: url(../images/banner1.jpg)no-repeat 0px center fixed;
	background-size: cover;
	text-align: center;
	padding: 6em 0;
}
.about-slid-info {
	width: 75%;
	margin: 0 auto;
}
.about-slid h2 {
    color: #fff;
    font-size: 3.5em;
    font-family: 'Abel', sans-serif;
}
.about-slid p {
    color: #fff;
    font-size: 1em;
    margin-top: 2em;
    line-height: 1.8em;
}
/*-- team-agileitsinfo --*/
.team-agileitsinfo {
  margin-top: 4em;
}



.about-team-grids {
    background: #4f9b89;
    padding: 2em 1em;
    margin-left: 5px;
    width: 24.5%;
    border-radius: 5px;
}
.about-team-grids img {
	width: 100%;
}
.about-team-grids h4 {
    color: #000;
    font-size: 1.1em;
    margin:0 0.5em;
    font-family: 'Abel', sans-serif;
}
.about-team-grids h4 span {
    font-size: 1.3em;
    color: #000;
    margin-right: 10px;
}
.team-w3lstext h6 {
	color: #67686b;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0px;
}
.about-team-grids p {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 300;
    margin-top: 1em;
}

.about-team-grids p a{
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 300;
    margin-top: 1em;
}


.about-grid1 .thumb .caption {
    float: left;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px 30px;
    text-align: center;
    background-color:rgba(81, 92, 142, 0.55);
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-grid1 .thumb:hover .caption {
    height: 100%;
    padding: 40px 30px;
    opacity: 1;
    visibility: visible;
}
.caption {
    opacity: 0;
    top: 0%;
    position: absolute;
    background-color:rgba(130, 168, 62, 0.75);
	width: 100%;
    left: 0;
    text-align: center; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.social-icons.caption ul li a.fa {
    margin: 0 .5em;
    line-height: inherit;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.about-team-grids:hover .caption{
	display:block;
	top: 49.2%;
	opacity:1;
} 

.parrainageContent{
	padding: 2em 0;
  background-color: #3ea85d;
}

.parrainageContent img{
	padding: 3em 0;
  background-color: #3ea85d;
}

.parrainageContent h3{
  margin-top:3em;
  margin-bottom:0;
  color:#fff;
  font-size:42px;
  padding-top: 2em;
}

.caption ul {
    padding: 1em 0;
} 

.caption ul li a:hover{
	color:#000;
}

/*-- about-services --*/
.about-servcs {
  margin-bottom:2em;
}

.servcs-info {
    margin-top: 3em;
}

.about-servcs h3.w3ls-title1 {
    color: #06ca2e;
   margin-top: .5em;

.about-servcs h5 {
    font-size: 1.3em;
    color: #999;
    text-align: center;
    margin-top: 1em;
    letter-spacing: 6px;
}

.servcs-info  h4 {
    font-size: 1.3em;
    font-family: 'Abel', sans-serif;
    color: #000;
}

.servcs-info h4 span {
    color: #06ca2e;
    border-top: 1px solid #06ca2e;
    margin-right: 0.5em;
    padding-top: 5px;
}

.servcs-info p {
    color: #999;
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 1.5em;
}

.img-holder a { outline:none; }

/*-- gallery --*/
.gallery-info {
    text-align: center;
}

.gallery-top {
    padding: 5em 0;
}

.gallery-grids-top {
    margin-top: 4em;
}

.gallery-grid-img {
    padding-left: 0;
}

.gallery-grid {
    padding-left: 0;
}

.gallery-grid a {
    display: block;
}

.gallery-grid img,.gallery-grid-img img {
  width: 100%;
}

.gallery-right {
    padding: 0;
} 

.gallery-grid-img:hover img{
	-webkit-filter: grayscale(100%);
	opacity: 8;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}

.gallery-grid:hover img {
	-webkit-filter: grayscale(100%);
	opacity: 8;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.gallery-grid-top-img:hover img{
	-webkit-filter: grayscale(100%);
	opacity: 8;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.gallery-grids-middle{
    margin: 1em 0;
}
.gallery-right-top-grid{
	margin:1em 0 0 0;
}
.gallery-grid-top{
	padding:0;
}
.gallery-grid-top-img{
	margin-right:1em;
}
.gallery-grid-top-img img{
	width:100%;
}
/*-- //gallery --*/
/*-- contact --*/
.contact-agileitsinfo {
    margin-top: 3em;
}
.contact-agileitsinfo h5 {
    font-size: 1.5em;
    color: #333;
    font-family: 'Abel', sans-serif;
}
.contact-agileitsinfo p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0 0;
}
.contact-w3form {
    margin-top: 2em;
}
.contact-agileitsinfo  h3.w3ls-title1{
	text-align:left;
	font-size: 2.5em;
}
.contact-w3form form {
    margin-top: 2em;
}
.contact-w3form input[type="text"] {
    width: 37%;
    color: #999;
    background: none;
    outline: none;
    font-size: 0.9em;
    padding: .8em .8em;
    margin-right: 1.5em;
    border:1px solid #999;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.contact-w3form textarea {
	resize: none;
	width: 100%;
	background: none;
	color: #999;
	font-size: .9em;
	outline: none;
	padding:.8em .8em;
	border: solid 1px #999;
	min-height: 10em;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.contact-w3form input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	padding: .6em 3.9em;
	font-size: 1em;
	margin: 1em 0 0 0;
	-webkit-appearance: none;
	background: #06ca2e;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-w3form input[type="submit"]:hover {
	background: #4D4D4D;
	color: #FFF;
}
.cnt-address h4 {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    margin: 2em 0 0;
}
.cnt-address p span {
    display: block;
}
.cnt-address p a {
    color: #555;
}
.cnt-address p a:hover{
    color: #06ca2e;
}
.w3-agilemap iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}
/*-- //contact --*/ 
/*-- Short-codes --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none; 
	margin-top: 4em;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none; 
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #212121;
    font-weight: bold;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
} 
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
} 
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}

.topping-parrainage{
  margin-top:5em;
}

 .topping-parrainage h2{
    padding:10px;
    font-size:34px;
  }
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.grid_4 { 
		margin-top: 3em;
	}

	.topping-parrainage{
      margin-top:5em;
    }

 .topping-parrainage h2{
    padding:10px;
    font-size:34px;
  }
}
@media (max-width:640px){
	.topping-parrainage {
       margin-top: 1.9em;
    }

	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){

	.topping-parrainage{
       margin-top:1.9em;
     }

     .topping-parrainage h2{
       padding:10px;
       font-size:19px;
     }

	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	} 
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 13px!important;
	}
	.codes .row {
		margin: 0;
	} 
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //Short-codes --*/  
/*---- responsive-design -----*/
@media(min-width:1440px){
 .topping-parrainage{
     margin-top:10em;
  }

  .topping-parrainage h2{
     font-size: 40;
  }

}
@media(max-width:1366px){
.contact-grdl {
    width: 11%;
}
.topping-parrainage {
    margin-top: 10em;
  }
}
@media(max-width:1280px){
.topping-parrainage {
    margin-top: 5em;
  }
}
@media(max-width:1080px){
.navbar-header h1 {
    font-size: 2.8em;
}
.header-text {
    width: 16%;
    margin-left: 3em;
}
.agileits-topnav {
    margin: 0 0 2em 2em;
}
.agileits-topnav ul li {
    margin-right: 1.5em;
}
.navbar-nav > li > a {
    font-size: 1em;
    line-height: 32px;
}
.navbar-nav > li {
    margin-right: 2.3em;
}
ul.nav.navbar-nav.navbar-left {
    float: right !important;
}
.navbar-nav > li:nth-child(5) {
    margin: 0;
}
.banner-img1,.banner-img2,.banner-img3,.banner-img4{
    min-height: 550px;
}


.banner-w3text {
    padding-top: 15%; 
}
.banner-w3text h3{
    font-size: 3.5em;
}
.banner-w3text p {
    width: 43%;
} 
.w3-agile-text h2 {
    font-size: 1.7em;
} 
.w3ls-pince {
    margin-top: 2em;
}
.features p {
    font-size: 0.9em;
    margin-top: 1.5em;
}
.w3ls-more {
    margin-top: 1.5em;
}
.w3ls-pince h5 {
    font-size: 1.5em;
}
.features p {
    margin-top: 1em;
}
h3.w3ltitle {
    font-size: 1.8em;
}
.project-right {
    padding: 1.73em 1.8em;
}
.project-right p {
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 1.2em;
}
.about .grid-top h4 {
    font-size: 1.3em;
    letter-spacing: 3px;
}
.about-wthree-grids.grid-top {
    padding-left: 0 !important;
}
.time-top h4 {
    font-size: 1.5em;
}
.time-bottom h5 {
    font-size: 1.1em;
    letter-spacing: 0px;
}
.time-bottom p {
    font-size: 0.9em;
}
.callbacks_nav.next {
    right: 9%;
}
.testi h3.w3ls-title1 {
    font-size: 2.3em;
}
.about .grid-top p {
    margin: 1em 0 2em;
}
.about-slid {
    padding: 5.5em 0;
}
.about-slid-info {
    width: 85%;
}
.about-slid h2 {
    font-size: 2.8em;
}
.about-team-grids {
    width: 24.45%;
}
.about-team-grids:hover .caption {
    top: 42%;
} 
.about-team-grids h4 {
    margin: 1.2em 0 0.8em;
}
.about-team-grids h4 span {
    font-size: 1.2em;
}
.about-team-grids p {
    font-size: 0.9em;
}
.servcs-info {
    margin-top: 5em;
}
.servcs-info h4 {
    font-size: 1.8em;
}
.servcs-info p {
    font-size: 0.9em;
} 
.contact-w3form input[type="text"] {
    width: 37%;
}
.contact-w3form input[type="submit"] {
    padding: .6em 2.5em;
}
.w3-agilew3-agilemap iframe {
    min-height: 300px;
}
.services a.agile-shape {
    margin: 24px;
    width: 120px;
    height: 120px;
}
.services span.glyphicon {
    font-size: 2.5em;
    top: 32%;
    left: -2%;
}
p.serw3-agiletext {
    font-size: 1.4em;
    top: 39%;
    left: 16%;
}
.services a.agile-shape:hover span.glyphicon {
    top: 19%;
}
}
@media(max-width:1024px){
}
@media(max-width:991px){
.navbar-header h1 {
    font-size: 2.5em;
} 
.navbar-header h1 a span { 
    letter-spacing: 3px; 
}
.header-text {
    width: 13%;
    margin-left: 1em;
}
.agileits-topnav {
    margin: 0 0 1.8em 1em;
} 
.agileits-topnav ul.social-icons li {
    margin-right: 0;
} 
.navbar-nav > li {
    margin-right: 1.6em;
}
.navbar-nav > li > a {
    font-size: 0.9em;
    line-height: 27px;
}
.dropdown-menu > li > a {
    font-size: 0.85em;
} 
.dropdown-menu {
    min-width: 96px;
}
.banner-img1,.banner-img2,.banner-img3,.banner-img4{
    min-height: 500px;
}
.banner-w3text h3{
    font-size: 3em;
}
.banner-w3text p {
    width: 64%;
} 
.banner-w3text a {
    padding: 0.6em 4em;
}
.w3-agile-text p {
    font-size: 0.9em;
}
.features, .services,.about, .about-team, .contact ,.codes,.gallery-top{
    padding: 4em 0;
}
.feature-grids:nth-child(2) {
    width: 49%;
    margin: 3em 0;
    padding: 0 1em;
}
.pince-left {
    width: 9%;
}
.pince-right {
    width: 87%;
}
.footer-left, .footer-right {
    float: left;
    width: 50%;
}
.contact-grdl {
    width: 13%;
}
.footer-agileinfo {
    margin-top: 3em;
}
.footer {
    padding: 4em 0 0;
} 
.about-slid {
    padding: 5em 0;
}
.copy-right { 
    margin-top: 4em;
}
.banner.about-bnr { 
    min-height: 160px;
}
.about-agileinfo {
    margin-top: 2em;
}
.about .grid-top p {
    font-size: 0.9em;
}
.about-w3imgs {
    float: left;
    width: 33.33%;
}
.about-wthree-grids {
    padding: 0;
    margin-top: 2em;
}
.time-bottom {
    padding: 2em;
}
.callbacks_nav.next {
    right: 3.5%;
}
.about-slid-info {
    width: 100%;
}
.about-slid h2 {
    font-size: 2.4em;
}
.about-slid p {
    font-size: 0.9em;
}
.team-agileitsinfo {
    margin-top: 3em;
}
.about-team-grids {
    width: 24.3%;
    float: left;
} 
.about-team-grids:hover .caption {
    top: 35%; 
}
.about-team-grids h4 {
    font-size: 1em;
}
.about-servcs h5 {
    font-size: 1.2em;
    letter-spacing: 5px;
}
.about-servcs {
    margin-bottom: 4em;
}
.servcs-info {
    margin-top: 0;
}
.sevcs-grids {
    margin-top: 3em;
}
.servcs-info h4 {
    font-size: 1.6em;
}
.gallery-grid {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}
.gallery-grid-top {
	padding: 0;
	float: left;
	width: 50%;
}
.gallery-right {
	padding: 0;
	float: left;
	width: 50%;
}
.gallery-grid-img {
	padding-left: 0;
	float: left;
	width: 50%;
}
.middle-gallery-grid {
	width: 33.33%;
	margin-bottom: 0em;
}
.contact-agileitsinfo h5 {
    font-size: 1.4em;
}
.contact-agileitsinfo p {
    font-size: 0.9em;
}
.contact-agileitsinfo h3.w3ls-title1 {
    font-size: 2.2em;
}
.contact-w3form form {
    margin-top: 1.5em;
}
.contact-w3form input[type="text"] {
    width: 39%;
}
.contact-grids {
    margin-top: 2em;
}
.w3-agilemap iframe {
    min-height: 250px;
}
.copy-right {
    padding: 2em 0; 
}
}
@media(max-width:800px){
.banner-img1, .banner-img2,.banner-img3,.banner-img4{
    min-height: 450px;
}
.project-grids img {
	width:100%;
}
}
@media(max-width:768px){
.navbar-header h1 {
    font-size: 2.2em;
} 
.header-text {
    margin-left: 0.5em;
}
.navbar-nav > li {
    margin-right: 1.8em;
}
.navbar-left span.caret {
    margin-left: 5px;
}
.navbar-nav > li {
    margin-right: 1.9em;
}
div#bs-example-navbar-collapse-1 {
    margin: 0;
}
.navbar-right .dropdown-menu {
    top: 165%;
}
.agileits-topnav {
    margin: 0 0 1.8em 2.2em;
}
.banner-img1,.banner-img2,.banner-img3,.banner-img4{
    min-height: 400px;
}
.banner-w3text h3{
    font-size: 2.5em;
} 
.banner-w3text a {
    padding: 0.5em 2em; 
}
.w3-agile-text h2 {
    font-size: 1.5em;
} 
.services a.agile-shape {
    margin: 18px;
    width: 90px;
    height: 90px;
}
.services span.glyphicon {
    font-size: 1.9em;
    top: 29%;
    left: -5%;
}
p.serw3-agiletext {
    font-size: 1.1em;
    top: 41%;
    left: 16%;
}
h3.w3ls-title1,h2.w3ls-title1{
    font-size: 2.8em;
} 
}
@media(max-width:767px){
.header {
    padding: 1.2em 0; 
}
.navbar-header.navbar-left {
    float: left;
	margin: 0;
}
.header-text {
    float: left;
    margin-left: 3em;
    width: 21%;
}  
.agileits-topnav {
    margin: 0.9em 0 0 3em;
    display: inline-block;
}
ul.nav.navbar-nav.navbar-left {
    float: none !important;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.navbar-header h1 { 
    margin: 0;
}
.navbar-header h1 a span {
    letter-spacing: 2px;
    font-size: .36em;
    margin-top: 0.5em;
}
.navbar-nav > li {
    margin: 1em 0 0 0;
}
.navbar-nav > li:nth-child(5) {
    margin: 1em 0;
}
nav.navbar.navbar-default {
    margin-bottom: 0;
}
.header-right {
    float: none;
}
.navbar-default .navbar-toggle {
    border-color: #06ca2e;
    margin:8px 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #06ca2e;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #06ca2e;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}
.social-icons ul li a.fa { 
    line-height: 2.2em;
}
.icon { 
    width: 30px;
    height: 30px;
}
div#bs-example-navbar-collapse-1 {
    margin: 1.9em 0 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.34);
}
.modal-dialog {
    margin: 4em auto;
    width: 80%;
}
.modal {
    padding: 0 !important;
}
}
@media(max-width:736px){
.about-team-grids {
    width: 44.8%;
    margin: 0 1em;
	margin-top: 2em;
}
.team-agileitsinfo {
    width: 80%;
    margin: 0 auto;
} 
.about-team-grids:hover .caption {
    top: 49%;
}
.banner.about-bnr {
    min-height: 125px;
}
.contact-w3form input[type="text"] {
    width: 38%;
}
}
@media(max-width:667px){
.agileits-topnav {
    margin: 0 0 1.8em 1.5em;
}
.agileits-topnav {
    margin: 1.5em 0 0;
    width: 100%;
    text-align: center;
}
.copy-right {
    margin-top: 3em;
} 
.footer-left .w3ls-more {
    margin-top: 3.3em; 
}
div#bs-example-navbar-collapse-1 {
    margin: 1.4em 0 0;
}
.team-agileitsinfo {
    width: 92%; 
}
.contact-w3form input[type="text"] {
    width: 36.7%; 
}
} 
@media(max-width:640px){
.contact-w3form input[type="text"] {
    width: 37.7%; 
}
.banner.about-bnr {
    min-height: 100px;
}
.header-text {
    margin-left: 1em;
}
.footer-agileinfo {
    margin-top: 2em;
}
.footer-left h5 {
    font-size: 1.3em;
}
.contact-grdr p {
    font-size: 0.9em;
} 
.gallery-grids-top {
    margin-top: 2em;
}
.features, .services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 3em 0;
}
h3.w3ltitle {
    font-size: 1.6em;
}
.w3ls-more {
    margin-top: 1em;
}
.w3ls-more a {
    font-size: 0.9em;
}
.services span.glyphicon {
    font-size: 1.9em;
    top: 33%;
    left: 0%;
}
.services-agileinfo {
    margin-top: 2.5em;
}
.footer {
    padding: 3.5em 0 0;
} 
.address:nth-child(2) {
    margin: 1.2em 0;
}  
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #06ca2e;
}
.about .grid-top h4 {
    font-size: 1.2em;
    letter-spacing: 2px;
}
.callbacks_nav.next {
    right: 4.2%;
}
.about-slid {
    padding: 4em 0;
}
.about-slid h2 {
    font-size: 2em;
}
.team-agileitsinfo {
    margin-top: 2.5em;
}
.about-team-grids {
    width: 45.6%; 
    margin: 0 0.8em 1.5em;
} 
h3.w3ls-title1,h2.w3ls-title1 {
    font-size: 2.5em;
}
.about-servcs h5 {
    font-size: 1.1em;
    letter-spacing: 4px;
}
.servcs-info h4 {
    font-size: 1.5em;
}
.contact-agileitsinfo h5 {
    font-size: 1.2em;
}
.contact-agileitsinfo {
    margin-top: 2em;
}
.contact-agileitsinfo h3.w3ls-title1 {
    font-size: 2.1em;
}
.contact-w3form input[type="text"] {
    width: 37.7%;
    margin-right: 1em;
}
}
@media(max-width:600px){
.contact-w3form input[type="text"] {
    width: 36.4%;
}
.cnt-address h4 { 
    margin: 1em 0 0;
}
.pince-left {
    width: 10%;
}
.team-agileitsinfo {
    width: 95%;
}
.about-team-grids:hover .caption {
    top: 47%;
}
}  
@media(max-width:568px){
.about-team-grids {
    width: 45.2%; 
}
.about-team-grids:hover .caption {
    top: 42%;
}
.contact-w3form input[type="text"] {
    width: 37%;
    margin-right: 0.5em;
}
}
@media(max-width:480px){
.header-text {
    width: 33%;
}  
.features, .services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 2em 0;
}
.modal-dialog {
    margin: 2em auto;
    width: 90%;
}
.modal-body {
    padding: 1.5em;
}
.about-modal .modal-body p { 
    font-size: .9em;
}
.about-modal .modal-header { 
    padding: 1em 1em 0;
}
h3.w3ls-title1,h2.w3ls-title1 {
    font-size: 2.3em;
} 
.about .grid-top p { 
	margin: 1em 0;
}
.time-top h4 {
    font-size: 1.3em;
}
.time-bottom {
    padding: 1.5em;
}
.time-bottom h5 {
    font-size: 1em;
} 
.testi p {
    font-size: 0.9em;
}
.callbacks_nav.next {
    right: 5.8%;
}
.banner-w3text {
    padding-top: 14%;
}
.feature-grids:nth-child(2) { 
    margin: 2em 0; 
}
.about-slid {
    padding: 3em 0;
}
.about-slid h2 {
    font-size: 1.6em;
} 
.about-team-grids {
    width: 46.5%;
    margin: 1em 0.5em 0 0.5em;
}
.about-team-grids:hover .caption {
    top: 38%;
}
.about-servcs {
    margin-bottom: 2.5em;
}
.about-servcs h5 {
    font-size: 1em;
    letter-spacing: 3px;
}
.team-agileitsinfo { 
    margin: 1.5em auto 0;
}
.servcs-info h4 {
    font-size: 1.3em;
} 
.sevcs-grids {
    margin-top: 2em;
}
.agileits-topnav ul.social-icons li:nth-child(3) {
    margin: 0;
}
.banner-img1,.banner-img2,.banner-img3,.banner-img4{
    min-height: 300px;
}
.banner-w3text h3{
    font-size: 2.2em;
}
.banner-w3text p {
    width: 90%;
	font-size: 0.9em;
}
.banner-w3text a { 
    font-size: 0.9em;
}
.w3-agile-text h2 {
    font-size: 1.2em;
}
h3.w3ltitle {
    font-size: 1.4em;
} 
.w3ls-more a {
    padding: 0.5em 1.6em;
}
.pince-left {
    width: 12%;
}
.pince-right {
    width: 82%;
}
.services a.agile-shape {
    margin: 14px;
    width: 70px;
    height: 70px;
}
.services span.glyphicon {
    font-size: 1.5em;
    top: 31%;
    left: -3%;
}
.services a.agile-shape:hover span.glyphicon {
    top: 15%; 
    font-size: 1.2em;
}
p.serw3-agiletext {
    font-size: 0.9em;
    top: 41%;
    left: 14%;
}
.footer {
    padding: 3em 0 0;
}
.footer-left h5 {
    font-size: 1em;
}
.contact-grdl {
    width: 11%;
    padding: 0;
} 
.address:nth-child(2) {
    margin: 1em 0;
}
.footer-left .w3ls-more {
    margin-top: 3em;
}
.contact-grdr {
    padding: 0 0 0 1.5em;
}
.contact-grdr p {
    font-size: 0.85em;
    margin: 0;
}
.contact-grdl span {
    font-size: 1.2em;
}
.copy-right p {
    font-size: 0.9em;
}
.navbar-nav > li {
    margin: 0.5em 0 0 0;
} 
.banner.about-bnr {
    min-height: 80px;
}  
.contact-agileitsinfo p { 
    margin: 0.5em 0 0;
}
.contact-w3form {
    margin-top: 1em;
}
.contact-agileitsinfo h3.w3ls-title1 {
    font-size: 1.8em;
}
.contact-w3form textarea { 
    min-height: 8em;
}
.contact-w3form input[type="text"] {
    width: 37%;
    margin-right: 0.5em;
    font-size: 0.85em;
}
.contact-w3form input[type="submit"] {
    padding: .6em 2em; 
	margin: 0.5em 0 0 0;
}
.contact-grids {
    padding: 0 !important;
}
.cnt-address h4 {
    font-size: 1em;
}
.w3-agilemap iframe {
    min-height: 180px;
}
.footer {
    padding:2.5em 0 0;
}
.copy-right {
    margin-top: 2.5em;
}
.navbar-default .navbar-toggle { 
    margin: 2px 0 0;
}
.contact-agileitsinfo h5 {
    line-height: 1.8em;
}
}
@media(max-width:414px){
.icon { 
    margin: 0; 
}
.agileits-topnav ul li span.glyphicon {
    margin-right: 2px;
}
.agileits-topnav ul li {
    margin-right: 0.8em;
}
.banner-w3text h3 {
    font-size: 2em;
}
.banner-w3text {
    padding-top: 11%;
    padding-left: 11%;
}
.feature-grids:nth-child(1),.feature-grids{
    padding: 0;
}
.feature-grids:nth-child(2) {
    width: 100%; 
    padding: 0;
}
.pince-left {
    width: 15%;
}
.services a.agile-shape {
    margin: 1em;
    width: 90px;
    height: 90px;
}
.servc-icon { 
    margin: 1em 1em;
    width: 40%;
}
p.serw3-agiletext { 
    top: 44%;
    left: 23%;
}
.services a.agile-shape:hover span.glyphicon {
    top: 22%; 
}
.about-team-grids {
    width: 100%;
    margin: 0 0 1em 0;
}
.team-agileitsinfo {
    width: 80%;
    margin: 1.5em auto 0;
}
.about-team-grids:hover .caption {
    top: 54%;
}
.sevcs-grids { 
    padding: 0;
}
.servcs-info p { 
    margin-top: 1em;
}
.footer-left, .footer-right {
    float: none;
    width: 100%;
    text-align: center;
}
.footer-left .w3ls-more {
    margin: 1.5em 0 2em;
}
.contact-grdl {
    width: 15%;
} 
.address:nth-child(2) {
    margin: .8em 0;
	text-align: left;
} 
.contact-grdr { 
    text-align: left;
}
.contact-w3form input[type="text"] {
    width: 100%; 
}
.contact-w3form textarea { 
    margin: 0; 
}
.contact-w3form input[type="text"] {
    width: 100%;
    margin-top: 1em;
}
.contact-w3form input[type="submit"] {
    padding: .6em 4em;
    margin: 1em 0 0 0;
    font-size: 0.9em;
}
.gallery-grid-top-img {
	margin: 0;
}
.gallery-right {
	float: none;
	width: 100%;
}
.gallery-grid-img {
	padding: 0;
	float: none;
	width: 100%;
	margin: 1em 0;
}
.gallery-grid-top {
	padding: 0;
	float: none;
	width: 100%;
}
.middle-gallery-grid {
	width: 100%;
	margin-bottom: 1em;
	padding: 0;
}
.gallery-grids-middle {
	margin: 0em 0;
}
.gallery-grid {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
.gallery-grids-top {
	margin: 1em 0 0 0;
}
}
@media(max-width:384px){
.agileits-topnav ul li.social-icons:nth-child(3) {
    margin: 0.7em 0 0;
}
.about-team-grids:hover .caption {
    top: 51%;
}
}
@media(max-width:375px){
.agileits-topnav {
    margin: 1em 0 0; 
} 
.banner-img1, .banner-img2,.banner-img3,.banner-img4{
    min-height: 280px;
}
.w3-agile-text h2 { 
    line-height: 1.4em;
}
}
@media(max-width:320px){ 
.navbar-header h1 {
    font-size: 2em;
} 
.header-text p {
    font-size: 0.7em;
	line-height: 1.5em;
}
.header-text {
    width: 40%;
    margin-left: 0em;
} 
.agileits-topnav ul li {
    margin: 0 1em;
    font-size: 0.8em;
}
.navbar-toggle {
    margin-top: 2em;
}
.banner-w3text h3{
    font-size: 1.6em;
}
.banner-w3text p {
    width: 100%; 
	margin: 1em auto;
}
.banner-w3text a {
    padding: 0.5em 2em;
    font-size: 0.8em;
}
.banner-img1, .banner-img2,.banner-img3,.banner-img4{
    min-height: 240px;
}  
.w3-agile-text p {
    font-size:0.85em;
}
.w3-agile-text {
    padding: 1.5em 0; 
}
.w3ls-pince {
    margin-top: 1.5em;
}
.w3ls-pince h5 {
    font-size: 1.3em;
}
.pince-left {
    width: 16%;
    padding: 0.7em;
}
.w3ls-pince h4 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
.pince-right {
    width: 77%;
}
.features p { 
    line-height: 1.6em;
}
.project-right {
    padding: 1.5em 1em;
}
.project-right p {
    font-size: 0.8em;
    margin-top: 1em;
}
.services-agileinfo {
    margin-top: 1.5em;
}
.services-agileinfo {
    margin-top: 1.5em; 
} 
.servc-icon {
    margin: 1em 0em;
    width: 100%;
	float:none;
}
.features, .services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 1.5em 0;
}
h3.w3ls-title1,h2.w3ls-title1 {
    font-size: 2.1em;
}
.about .grid-top h4 {
    letter-spacing: 0px;
    line-height: 1.5em;
} 
.time-top h4 {
    font-size: 1.2em;
}
.about-wthree-grids {
    margin-top: 1em;
}
.time-bottom {
    padding: 1em;
} 
.testi { 
    margin-top: 2em; 
}
.testi h3.w3ls-title1 {
    font-size: 2em;
}
.testi h4 {
    font-size: 1em;
}
.testi p {
    font-size: 0.8em;
} 
.callbacks_nav.next {
    right: 9%;
}
.about-slid {
    padding: 2em 0;
}
.about-slid h2 {
    font-size: 1.4em;
}
.about-slid p {
    margin-top: 1em; 
	line-height: 1.6em;
}  
.testi-slider {
    padding: 1.5em; 
}
.team-agileitsinfo {
    width: 95%;
    margin: 1.5em auto 0;
}
.about-team-grids {
    padding: 1em;
}
.about-team-grids h4 {
    margin: 1em 0 0.5em;
}
.about-team-grids p { 
    line-height: 1.6em;
}
.about-team-grids:hover .caption {
    top: 51%; 
}
.about-servcs h5 {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 0.5em;
}
.servcs-info h4 {
    font-size: 1.1em;
}
.servcs-info p { 
    margin-top: 0.8em;
}
.contact-agileitsinfo {
    margin-top: 0em;
}
.contact-grids {
    margin-top: 1.5em;
}
.contact-agileitsinfo h5 {
    font-size: 1em;
    line-height: 1.5em;
}
.contact-agileitsinfo p {
    font-size: 0.8em;
    margin: 0.5em 0 0;
}
.contact-agileitsinfo h3.w3ls-title1 {
    font-size: 1.5em;
}
.contact-w3form textarea {
    font-size: .8em;
    min-height: 7em;
}
.contact-w3form input[type="text"] {
    width: 100%;
    margin: .5em 0;
    font-size: 0.8em;
}
.contact-w3form form {
    margin-top: 1em;
}
.w3-agilemap iframe {
    min-height: 150px;
} 
.copy-right {
    margin-top: 2em;
} 
}
/*-- //responsive-design ---*/