@import url('https://fonts.googleapis.com/css?family=Anton|Passion+One');
@import url('https://fonts.googleapis.com/css?family=Rancho');
/*
    font-family: 'Anton', sans-serif;

    font-family: 'Passion One', cursive;

    
*/

body{
	padding:0;
	margin:0;
	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;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	

h1,h2,h3{
	margin:0;	
	padding:0;
	font-family: 'Rancho', cursive;
}	


p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	font-family: 'Titillium Web', sans-serif;
	
}
body p {
	font-size:16px;
	color:#000;
    
}
.mrk
{ width:100%;
  height:120px;
  
}
.mrk1
{   
 
    paddind:10px;
 }
 

/*Marque example*/

.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;

}
.example1 h3 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}


  body p7 {
	
}
 
 body p1
    {
        font-size:18px;
	    color:bisque;  margin-left:175px;
    width:385px;
    }
  body p2
    {
        font-size:16px;
	    color:bisque; 
    }
section.top-w3ls {
    position: relative;
}
/*-- top bar --*/
.top-bar {
    background-color:#05500D  ;
    padding: 17px 0;
	color:#9d9d9d;
}
p.top-p1 {
	font-size: 14px;
    font-weight: normal;
    margin-left: 218px;
    text-transform: uppercase;
}
ul.top-contacts  {
	list-style:none;
}
ul.top-contacts li {
	display:inline-block;
}
ul.top-contacts li p span,ul.top-contacts p a {
	color:#9d9d9d;
}
li.top-hover {
	margin-right:25px;
}
ul.top-contacts a {
	text-decoration:none;
}
ul.top-contacts li.top-hover:hover ,ul.top-contacts li.top-hover span:hover ,ul.top-contacts li.top-hover a:hover {
	color:#fff;
}
.col-lg-5.col-md-5.top-w3ls2 {
    text-align: right;
}
/*-- /top bar --*/
/*-- navigation --*/
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: #761b1b;
    
}
.navbar {
	margin-bottom:0;
}
.navbar-inverse {
    background-color:transparent;
    border:none;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    padding: 21px;
    font-size: 20px;
    color: #FFF !important;
    font-weight: normal;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color:#eb5425!important;
    background-color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color:#eb5425!important;
    background-color:#fff;
}
a.navbar-brand {
    position: absolute;
    z-index: 999;
    padding: 0;
    display: block;
    background-color: #eb5425!important;
    width: 195px;
    height: 118px;
    top: -56px;
	text-align:center;
}
a.navbar-brand h1 {
	font-size:38px;
	font-weight:700;
	color:#fff;
	line-height:118px;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
}
ul.nav.navbar-nav {
    margin: 0 0 0 400px;
}
.navbar-nav>li:first-child {
	border-left:1px solid #999;
}
.navbar-nav>li {
	border-right:1px solid #999;
}


@media (min-width: 768px) {
	.navbar-wrapper {
    margin-top: 60px;
}

	.navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
    line-height:0.1;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
} 
/*-- --*/

.agra_develop
{
    position: absolute;
     z-index: 1000; 
     top: 3px; 
	 left: 1%;
/*      height: 119px;*/
      width: 29%;
}

.agra_develop1
{
    text-align: right;
     float: right;
}
.ada_call
{
    height: 22px;
}|

/*--dropdown--*/

 .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 18px 20px;
    text-decoration: none;
}
.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:3;
}

.dropdown-content a {
    color: black;
    padding: 24px 22px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #7E837B  }

.dropdown:hover .dropdown-content {
    display: block;
}


/*--*/

/*--search--*/




.search-box{
	
}
.sb-search {
	position: absolute;
	right:275px;
	top:11px;
	width: 0%;
	min-width:42px;
	height:40px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 99999;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 3px;
	border: none;
	outline: none;
	background:#000;
	width: 68%;
	height:40px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
	border-radius:50px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: url('../images/search.png') no-repeat -6px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background:#000 url('../images/search.png') no-repeat 3px 10px;
	z-index: 90;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:30%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:  url('../images/search.png') no-repeat 3px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.sb-search.sb-search-open .sb-search-input{
	padding-right:33px;
} 
/*--//search--*/
/*-- --*/
/*-- /navigation --*/
/*-- banner section --*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.row {
	width: 100%;
}

.grid12 {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.small12 {
	width: 100%;
}

.small3 {
	width: 25%;
}

.slideDemos {
	width: 100%;
}

.slideDemos-single {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 1em;
}

.slideDemos-single .pogoSlider {
	height: 225px;
}

.slideDemos-single h3 {
	text-align: center;
	margin-top: 90px;
	color: #fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 700;
}
.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    margin-top: 150px;
}
.pogoSlider-slide-element h3 {
    color: #fff;
	font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: normal;
    font-size: 50px;
	padding:0 100px 30px;
    letter-spacing: 3px;
    line-height: 100px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.pogoSlider-slide-element a {
	font-size:20px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	background-color:transparent;
	border:2px solid #fff;
	padding:10px 20px;
}
.pogoSlider-slide-element a:hover {
	background-color:#eb5425;
	color:#fff;
}
/*-- /banner section --*/
/*-- welcome section --*/
section.welcome {
	position: relative;
	background-color: #fff;
	font-family: "Work Sans", Arial, sans-serif;
	/*font-family: 'Passion One', cursive;*/
}
section.welcome .wel-w3ls {
    border: 5px solid #16214e;
}
	section.welcome h3.text-center {
		position: absolute;
		background-color: #fff;
		color: #000;
		left: 40%;
		top: 5%;
		padding: 0 30px;
		font-size: 40px;
		font-weight: normal;
		font-family: 'Ubuntu Condensed', sans-serif;
		text-transform: uppercase;
	}

section.welcome p.text-center {
	color:#000;
	font-size:16px;
	font-weight:normal;
	line-height:35px;
	padding:45px;
}
/*-- welcome section --*/
/*-- info section --*/
section.welcome, section.info , section.team, section.price , section.subs, section.footer {
	padding:40px 0;
}


section.info {
	background: #eb5425;
}
section.info h2 {
	font-size:44px;
	font-weight:600;
	color:#16214e;
	text-transform:capitalize;
	padding-bottom:20px;
	letter-spacing:1px;
	line-height:50px;
	font-family: 'Ubuntu Condensed', sans-serif;
    text-align:center;
}
section.info p {
	font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
}
section.info .b-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top:0;
	height:100%;
    left: 0;
    padding: 0;
    transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
    text-align: center;
    overflow: hidden;
}
section.info i.fa {
    color: rgba(235, 84, 37, 0.71);
    font-size: 75px;
	padding-top: 130px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.col-lg-5.col-md-5.info-w3ls1 {
    padding: 0;
}
section.info img.img-responsive {
	width:100%;
	height:auto;
}
section.info a.wmBox:hover .b-wrapper,section.info a.wmBox:focus .b-wrapper {
	background: rgba(0, 0, 0, 0.9)!important;
} 
section.info a.wmBox:hover i.fa,section.info a.wmBox:focus i.fa { 
	color: rgba(235, 84, 37,1);
}
.info-agile {
    padding: 0 40px;
}
/*-- /info section --*/
/*-- team section --*/
section.team {
	padding: 0;
}
section.team h3.text-center {
	font-size:40px;
	font-weight:600;
	color:#16214e;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.team p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding:0;
	width:100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	overflow: hidden;
	margin:0;
	width:100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding:10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-julia {
	background: #2f3238;
}
figure.effect-julia img {
	width:100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-julia figcaption {
	text-align: left;
}
figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}
figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}
figure.effect-julia ul.social-icons2 li:nth-child(1) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-julia ul.social-icons2 li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia ul.social-icons2 li:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
figure.effect-julia ul.social-icons2 li:nth-child(4) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-julia ul.social-icons2 li:nth-child(5) {
	-webkit-transition-delay: 0.001s;
	transition-delay: 0.001s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(1) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(4) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
figure.effect-julia:hover ul.social-icons2 li {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-julia ul.social-icons2 {
	list-style:none;
}
figure.effect-julia ul.social-icons2 li {
	display:block;
	margin-bottom:10px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);	
}
figure.effect-julia ul.social-icons2 li a {
	text-decoration:none;
	font-size:16px;
	color:#fff;
	display:block;
}
figure.effect-julia ul.social-icons2 li a i.fa {
	font-size: 16px;
	line-height: 47px;
    width: 47px;
    height: 47px;
    border: 1px solid #fff;
    text-align: center;
	background-color:transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-facebook {
	background-color:#3b5998;
	border: 1px solid #3b5998;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#002a82;
	border: 1px solid #002a82;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-twitter {
	background-color:#55acee;
	border: 1px solid #55acee;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#0062ad;
	border: 1px solid #0062ad;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-whatsapp {
	background-color:#43d854;
	border: 1px solid #43d854;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-whatsapp:hover {
	background-color:#009611;
	border: 1px solid #009611;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-youtube {
	background-color:#cd201f;
	border: 1px solid #cd201f;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-youtube:hover {
	background-color:#8e0100;
	border: 1px solid #8e0100;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-google-plus {
	background-color:#dd4b39;
	border: 1px solid #dd4b39;
	color:#fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-google-plus:hover {
	background-color:#b31400;
	border: 1px solid #b31400;
	color:#fff;
}
section.team h4.text-center {
    font-size: 20px;
    padding: 20px 0;
    font-weight:600;
    text-transform: uppercase;
	color:#16214e;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.team p.team-p1 {
    font-size: 17px;
    font-weight: normal;
    text-align: center;
}
/*-- /team section --*/
/*-- price table --*/
section.price {
	/*background-color:#0A7215;*/
	background: url(../images/bg22.jpg);
    background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
section.price12 {
	background-color: #b56a14;
	/*background: url(../images/bg1.png);  */
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
section.price13 {
	/*background-color: #a75f48;*/
	background: url(../images/textbg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
section.price h3.text-center {
	font-size:40px;
	font-weight:600;
	/*color:#fff;*/
	color:#0c1f28;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.price p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
	color:#fff;
}
section.price ul.stars {
    text-align: center;
	padding-top:10px;
}
section.price ul.stars li {
	display:inline-block;
}
section.price ul.stars li i.fa {
	color:#feb74d;
}
section.price p.dur {
    background-color: #fff;
    padding: 2px;
    width: 145px;
    margin: 0 auto;
    color: #16214e;
    font-size: 17px;
    text-transform: uppercase;
}
section.price p.dur span {
	font-weight:700;
	font-size:18px;
}

.foundername{
	margin-left: 28px;
	width: 169px;
	background-color: darkred;
	color: white;
}
/*-- /Pricing Grids --*/
/*-- Hover Effects --*/
.cd-has-margins .cd-pricing-list > li .price-w3ls {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}  
.cd-has-margins .cd-pricing-list > li .price-w3ls:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	z-index: 1;
	border: none;
}
/*-- Hover Effects --*/
/*-- Pricing Table Pop Up section --*/
#small-dialog h4 {
	margin: 10px 0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.pricing-grid{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pricing-top{
	background:#323232;
	padding:1.5em 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pricing-top h3{
	color:#fff;
	font-size:2em;
	margin-bottom:7px;
	font-weight:500;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.pricing-top p{
	color:#fff;
	font-size:1em;
	font-weight:400;
}
.pricing-top p span{
	color:#f94877;
	font-weight:600;
	font-size:1.3em;
}
.pricing-offer {
	order:1px solid #eee;
}
.pricing-offer ul li{
	display:block;
}
.pricing-offer ul li.whyt a{
	background: #f4f4f4;
}
.pricing-offer ul li a {
    color: #000000;
    font-size: 1.1em;
    text-align: center;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 300;
}

.pricing-grid:hover div.pricing-top,.pricing-grid:hover div.sign button{
	background:#f94877;
	color:#fff;
    border-radius: 0;
}
.pricing-grid:hover div.pricing-top p span{
	color:#fff;
	font-weight:600;
	font-size:1.3em;
}
#small-dialog,#small-dialog1,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5{
	background: white;
    padding: 10px 0 10px 0;
	text-align: left;
	max-width: 629px;
	margin: 40px auto;
	position: relative;
	text-align: center;
	border: 15px solid#eee;
    height: 565px;
}
.pricing-grids {
	width: 70%;
	margin: 0 auto;
}
.pricing-grid {
    width: 32%;
	float: left;
	margin-right: 2%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pricing-grid:nth-child(3) {
	margin: 0;
}
/*Pricing table and price blocks*/
.price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Ubuntu Condensed', sans-serif;
}
/*----*/
 .pricing-grid3{
 	margin-right: 0;
 }
.pricing-grid:hover,.pricing-grid:hover,.pricing-grid:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.pricing-grid1:nth-child(3){
	margin-right:0;
}
.price-value h2,.price-value.two h3,.price-value.three h4{
	font-size: 2em;
	color: #fff;
	font-weight: bold;
}
.price-value,.price-value.two,.price-value.three {
	background: #8386e7;
	padding: 1em 0em 1em;
	border-bottom: 1px solid#393C9F;
	text-align: center;
}
.price-value.two{
	background: #41cac0;
	border-bottom: 1px solid#25857E;
}
.price-value.three {
	background: #d27ff1;
	border-bottom:1px solid#A24BC3;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
	padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
	list-style: none;
}
.price-value ul li{
	list-style: none;
}
.price-value h5 {
	padding: 11px 0;
	font-style: italic;
	font-size: 13px;
	color: #F0EBEB;
	font-family: 'Ubuntu Condensed', sans-serif;
}
ul.count,.pricing-grid1 ul li a,ul.count,.pricing-grid2 ul li a,ul.count,.pricing-grid3 ul li a{
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-weight: 400;
	padding: 10px 20px;
}
.price-bg {
	background: #fff;
	height: 500px;
}
p.price-label-1 {
	color: #8386E7;
	text-align: center;
}
p.price-label-2 {
	color: #41cac0;
	text-align: center;
}
p.price-label-3 {
	color: #D27FF1;
	text-align: center;
}
.price-bg p span {
	font-weight: bold;
	font-size: 5em;
}
.price-bg p i {
	vertical-align: super;
}
.price-bg ul {
	padding: 0;
}
.price-bg ul li{
	list-style: none;
}
ul.buy-now li {
	display: inline-block;
}
li.view {
	float: left;
	margin: 9px 0px 0px 35px;
}
li.view a {
	color: #83b4e6;
	border-bottom: 2px dotted;
	font-style: italic;
}
ul.count li a {
	color: #6A6A6A;
}
ul.buy-now {
	padding: 12px 0 16px;
}
li.tag-now-1 {
	background: #8386E7;
	float: right;
	margin-top: 12px;
}
li.tag-now-1:hover {
	background: #37398A;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
li.tag-now-1 a {
	color: #fff;
}
li.tag-now-2 {
	background: #41cac0;
	float: right;
    margin-top: 12px;
}
li.tag-now-2:hover {
	background: #277F78;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
li.tag-now-2 a {
	color: #fff;
}
li.tag-now-3 {
	background: #D27FF1;
	float: right;
	margin-top: 0px;
}
li.tag-now-3:hover {
	background: #9227BA;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
li.tag-now-3 a {
	color: #fff;
    padding: 10px;
}
ul.count li img {
	vertical-align: middle;
	margin-right: 20px;
}
ul.count li {
	border-bottom: 1px solid#999;
    padding: 1.2em 0;
}
ul.count li  {
	padding-left: 35px;
}
a.popup-with-zoom-anim {
	
}
/*---start-pricing-tabels-----*/
.payment-online-form-left{
}
form li {
	list-style: none;
}
form ul {
	padding:0;
}
h4.payment-head{
	font-size: 1.9em;
	color: #222222;
	padding: 0.5em 0;
	text-align: left;
    float: left;
	font-family: 'Ubuntu Condensed', sans-serif;	
}
.payment-online-form-left span{
    vertical-align: sub;
	margin-right: 30px;
}
.payment-online-form-left form{
	padding:0 3%;
}
.payment-online-form-left input[type="text"]{
	padding: 1em 1em;
	color: #485460;
	width: 46%;
	margin: 0.5em 0;
	border: 1px solid;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	float: left;
	font-size: 0.9em;
	border-color: #EEE;
	-webkit-appearance:none;
}
input#datepicker {
    padding: 1em 1em 1em 1em;
}
.payment-online-form-left input[type="text"]:hover{
	border-color:#fa6e6f;
}
.text-box-dark{
}
.text-box-light{
	background: url(../images/calender.png) no-repeat 95% 50%;
	cursor:pointer;
	position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"]{
	margin-right: 5%;
}
.payment-online-form-left  input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
	border-color: #54CEB7;
	color: #3498DB; 
}
.shipping{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -154px -23px;
}
.payment-date-section{
	background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
	float:right;
	margin: 1.2em 0 1em;
}
.payment-sendbtns input[type="reset"]{
	background:#16214e;
	padding: 6px 50px;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 1.2em;
	font-family: 'Ubuntu Condensed', sans-serif;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline:none;
}
.payment-sendbtns input[type="reset"]:hover{
	color:#FFF;
	background:#eb5425;
}
.payment-sendbtns input[type="submit"] {
    background:#16214e;
    padding: 6px 50px;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2em;
    font-family: 'Ubuntu Condensed', sans-serif;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}
.payment-sendbtns input[type="submit"]:hover{
	color:#FFF;
	background:#eb5425;
}
.payment-sendbtns li{
	display:inline-block;
}
.payment-type li{
	display:inline-block;
}
.payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
}
/*-----*/
.get-started{
	background:url(../images/get.jpg) no-repeat 0px 0px;
	min-height:400px;
	padding:8% 0 0 0;
	color:#fff;
	background-size:cover;
	text-align:center;
}
.get-started h4{
	font-size:1.5em;
	margin-bottom:1em;
	font-weight:400;
	padding:0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.get-started h3{
	font-size:2.8em;
	font-weight:400;
	margin-bottom:1em;
	padding:0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.get-started a{
	padding: 12px 18px;
	border: 1px solid #FF0426;
	font-size: 1.2em;
	color: #fff;
	outline: none;
	font-weight: 400;
	text-decoration:none;
	background: #f94877;
}
.get-started a:hover{
	background:transparent;
	border: 1px solid #f94877;
}
/*-----*/
/*---start-checkbox----*/
input[type=checkbox].css-checkbox1,input[type=checkbox].css-checkbox2{
	display: none;
}
input[type=checkbox].css-checkbox1 + label.css-label1 {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: super;
	cursor: pointer;
	background: url(../images/icon.png) no-repeat -188px -25px;
	margin-right: 8px;
}
input[type=checkbox].css-checkbox1:checked + label.css-label1 {
	background: url(../images/icon.png) no-repeat -215px -25px;
}
input[type=checkbox].css-checkbox2 + label.css-label2 {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: -20px 0px;
	vertical-align: super;
	cursor: pointer;
	background:url(../images/icon.png) no-repeat -218px -24px;
}
input[type=checkbox].css-checkbox2:checked + label.css-label2 {
	background: url(../images/icon.png) no-repeat -190px -24px;
}
.visa{
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url(../images/icon.png) no-repeat -32px -28px;
}
.paypal{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon.png) no-repeat -71px -26px;
}
.payment-online-form-right{
	float: right;
	width: 30%;
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
	padding-bottom: 2em;
}
.payment-online-form-right a:hover{
	color:#1ABC9C;
}
.payment-online-form-right ul li{
	display:block;
	padding: 0.5em;
}
.payment-online-form-right ul li a{
	color:#9095AA;
}
.payment-online-form-right h4{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(144, 149, 170, 0.22);
	padding: 0.8em;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.payment-online-form-right ul {
	padding: 0px 1em;
}
.payment-online-form-right h5{
	color: #FFF;
	padding: 0.5em 0.8em 0.4em;
	font-size: 1em;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.payment-type {
	margin-top: 3%;
	text-align: left;
}
input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
	display: none;
}
input[type=checkbox].css-checkbox3 + label.css-label3 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox3:checked + label.css-label3 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox4 + label.css-label4 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox4:checked + label.css-label4 {
	background-position: 0px -38px;
}
input[type=checkbox].css-checkbox5 + label.css-label5 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox5:checked + label.css-label5 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox6 + label.css-label6 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox6:checked + label.css-label6 {
	background-position: 0px -38px;
}

/* start state */
.my-mfp-zoom-in #small-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
.mfp-align-top .mfp-container:before {
	display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
.mfp-ajax-cur {
	cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
	cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; 
}
.mfp-loading.mfp-figure {
	display: none; }
.mfp-hide {
  display: none !important; 
}
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; 
}
.mfp-preloader a {
	color: #cccccc; 
}
.mfp-preloader a:hover {
	color: white; 
}
.mfp-s-ready .mfp-preloader {
	display: none; 
}
.mfp-s-error .mfp-content {
	display: none; 
}
button.mfp-close,button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	background:#EEEEEE;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 1046; 
}
button::-moz-focus-inner {
	padding: 0;
	border: 0; 
}
.mfp-close {
	width: 32px;
	height: 32px;
	line-height: 13px;
	position: absolute;
	right: -46px;
	top: -47px;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	outline: none;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; 
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
    padding: 0 0 7px 0px;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}
.image-top img{
	width:100%;
}
.image-top p{
	text-align: justify;
	padding:2% 0;
	font-size:15px;
}
.image-top h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 16px 0px 0px 0px;
	color:#3F4244;
	font-family: 'Ubuntu Condensed', sans-serif;
}
p.bottom {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 15px 0;
	color: #999;
	font-size: 14px;
}
/*-- /Pricing Table Pop Up section --*/
/*-- /pricing table section --*/
/*-- subscribe section --*/
section.subs {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/map.png);
	background-size: cover;
}
section.subs h3 { 
	font-size:40px;
	font-weight:normal;
	color:#050505;
	text-transform:capitalize;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}	
section.subs input#email {
	background: url(../images/mail.png) no-repeat 13px 12px;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    padding-left: 50px;
    height: 50px;
    outline: none;
    color: #fff;
    background-color: transparent;
	border-radius:0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.subs button.btn.btn-outline.btn-lg {
    width:100%;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    outline: none;
    color: #000;
	text-transform:uppercase;
    background-color: #fff;
	border-radius:0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.subs button.btn.btn-outline.btn-lg:hover {
	background-color:#000;
	color:#fff;
}
section.subs input#email:focus {
	outline:none!important;
}
input::-webkit-input-placeholder {
color: #fff !important;
} 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
} 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
} 
input:-ms-input-placeholder {  
color: #fff !important;  
}
.col-lg-10.col-md-10.col-sm-7.subs-w3ls1 {
    padding-left: 0;
}
/*-- /subscribe section --*/
/*-- map section --*/
.map iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /map section --*/
/*-- footer section--*/
section.footer {
	position:relative;
	/*background-color:#161616;*/
	background-image:url(../images/footerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
    section.footer a.top {
        position: absolute;
        left: 49%;
        top: -20px;
        border: 1px solid #c90808;
        width: 40px;
        height: 40px;
        text-align: center;
        background-color: #c90808;
        box-sizing: border-box;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
section.footer a.top span.glyphicon.glyphicon-chevron-up {
    color: #fff;
    line-height: 30px;
    font-size: 22px;
    padding: 0 2px 0 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
section.footer a.logo {
    color:#fff; /*eb5425*/
    position: absolute;
   	left: 38%;
	top: 12%;
	z-index:9999;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
	text-decoration:none;
}



section.footer ul.footer-links1 {
	float:left; 
}
section.footer ul.footer-links1 li,section.footer ul.footer-links2 li  {
	display:inline-block;
}
section.footer ul.footer-links1 li {
	margin-right:60px;
}
section.footer ul.footer-links1 li a ,section.footer ul.footer-links2 li a  {
	color:#fff;
	text-decoration:none;
	font-size:22px;
	font-weight:normal; 
	position: relative;
}
section.footer ul.footer-links1 li a:hover ,section.footer ul.footer-links2 li a:hover,
section.footer ul.footer-links1 li a:focus ,section.footer ul.footer-links2 li a:focus {
	outline: none;
	color:#fff;
}
section.footer ul.footer-links2 {
	float:right; 
	margin-right: -20px;
}
section.footer ul.footer-links2 li {
	margin-left:60px;
}
/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 10px;
}
.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#eb5425;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
section.footer ul.social-icons1 {
	list-style: none;
    text-align: center;
    margin-top: 50px;
	position:relative;
}
section.footer ul.social-icons1:before {
	position:absolute;
	width:40%;
	left:0;
	top:18px;
	height:1px;
	content:'';
	background-color:#fff;/*#868686*/
}
section.footer ul.social-icons1:after {
	position:absolute;
	width:40%;
	right:0;
	top:18px;
	height:1px;
	content:'';
	background-color:#fff;
}
section.footer ul.social-icons1 li {
	display:inline;
	margin-right:7px;
    margin-left:7px;
}
section.footer ul.social-icons1 li a {
	text-decoration:none;
	border: 1px solid #fff;
    width:35px; 
    height:35px;
	text-align:center;
	display:inline-block;
	background-color:transparent;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;	
}
section.footer ul.social-icons1 li a i.fa {
	font-size: 16px;
	color:#fff;
	line-height:33px;
    text-align: center;
	background-color:transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
section.footer ul.social-icons1 li a:hover {
	background-color:#eb5425;
	border: 1px solid #eb5425;
	color:#fff;
}
section.footer ul.social-icons1 li a:hover i.fa {
	color:#fff;
}
section.footer p.copyright {
    text-align: center;
    padding-top: 50px;
    font-size: 16px;
    font-weight: normal;
	color:#fff;
}
section.footer p.copyright a { 
	color:#fff;
	text-decoration:none;
}	
section.footer p.copyright a:hover {
	color:#fff;
}
/*-- /footer section --*/
/*-- inner pages banner --*/
section.banner-inner {
	
	background-position:center;
	background-size:cover;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:500px;
	
}
section.inner-header {
	text-align:-webkit-center;
}
section.inner-header h2.page-header {
    font-size: 50px;
	font-weight:normal;
    padding-bottom: 30px;
    color: #eb5425;
	border-bottom: none;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.inner-header ol.breadcrumb {
    border: 1px solid #eb5425;
	background-color: transparent;
}
section.inner-header ol.breadcrumb li {
	font-size:17px;
	color:#16214e;
	font-weight:normal;
}
section.inner-header ol.breadcrumb li a {
	text-decoration:none;
	color:#eb5425;
}
section.inner-header ol.breadcrumb li a:hover {
	color:#ff3d00;
} 
section.inner-header .breadcrumb>li+li:before {
	color: #eb5425;
}
/*-- /inner pages banner --*/
/*-- About page styling --*/
section.about-w3ls {
    padding: 5em 0;
}
section.about-w3ls h3 {
	font-size:28pt;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.about-w3ls p {
	font-size:16px;
	font-weight:normal;
	padding-bottom:20px;
	line-height:30px;
}
section.customer {
    padding: 100px 0;
}
section.customer h3.text-center {
	font-size:40px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.customer p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
}
.column {
	margin:0;
	padding: 0;
}
.column:last-child {
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover01 figure img {
	width:100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.hover01 figure:hover img {
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
}
/*-- /About page styling --*/
/*-- service page --*/
section.service-w3ls .panel-default>.panel-heading {
    background-color:transparent;
    border-color:transparent;
	padding:0;
}
section.service-w3ls .panel-default {
    border-color:transparent;
}
section.service-w3ls .panel-body {
    padding:0;
}
section.service-w3ls .panel {
    border: none;
    box-shadow: none;
}
section.service-w3ls .hi-icon a {
	display:block; 
	width:100%; 
	height:100%;  
	position:absolute; 
	top:0px; 
	z-index:100 
}
section.service-w3ls .hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding:0;
}
section.service-w3ls .hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#fff;	
}
section.service-w3ls .hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
section.service-w3ls .hi-icon:before  {
	speak: none;
	font-size: 40px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
section.service-w3ls .hi-icon-effect-1 .hi-icon {
	background:#eb5425;	
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
section.service-w3ls .hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #eb5425;	
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.no-touch .hi-icon-effect-1b .hi-icon:hover {
	background:#eb5425;
    color: #FFF;
}
section.service-w3ls .hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.no-touch .hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
section.service-w3ls {
	padding:70px 0;
}
section.service-w3ls h4 {
    font-size: 20px;
    font-weight: normal;
    color:#16214e;
    padding-bottom: 10px;
    text-transform: capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.service-w3ls p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:10px;
}
section.service-w3ls a.btn.btn-primary {
    color: #eb5425;
    background-color: transparent;
    border: 2px solid #eb5425;
    font-size: 17px;
    padding: 10px 20px;
    line-height: 1;
	width: 150px;
	height: 140px;
}
section.service-w3ls a.btn.btn-primary:hover {
	color: #fff;
    background-color: #eb5425;
    font:150%;
    border: 2px solid #eb5425;
}
section.service-agile {
    padding: 100px 0;
}
section.service-agile h3.text-center {
	font-size:40px;
	font-weight:600;
	color:#eb5425;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.service-agile p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
}
section.service-agile h4.media-heading {
    font-size: 22px;
    font-weight: normal;
    color:#eb5425;
	text-transform:capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.service-agile .media-body p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom: 30px;
}
section.service-agile .hi-icon a {
	display:block; 
	width:100%; 
	height:100%;  
	position:absolute; 
	top:0px; 
	z-index:100 
}
section.service-agile .hi-icon-wrap {
	text-align: center;
	margin:6px 8px;
	padding:0;
}
section.service-agile .hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin:0;
	width:40px;
	height:40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#16214e;
}
section.service-agile .hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
section.service-agile .hi-icon:before  {
	speak: none;
	font-size:25px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
section.service-agile .hi-icon-effect-5 .hi-icon {
	box-shadow: 0 0 0 4px #16214e;
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
section.service-agile .hi-icon-effect-5 .hi-icon:after {
	display: none;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
	background: #eb5425;
    color: #ffffff;
    box-shadow: 0 0 0 4px #eb5425;
}
.no-touch .hi-icon-effect-5a .hi-icon:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
/*-- /service page --*/
/*-- portfolio page --*/
section.portfolio-w3ls {
	padding:50px 0;
}
section.portfolio-w3ls hr {
    margin-top: 40px;
    margin-bottom: 40px;
}	
section.portfolio-w3ls h3 {
	font-size:25px;
	font-weight:normal;
	color:#16214e;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.portfolio-w3ls p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:15px;
}
section.portfolio-w3ls a.btn.btn-primary {
    color: #eb5425;
    background-color: transparent;
    border: 2px solid #eb5425;
    font-size: 17px;
    padding: 10px 20px;
    line-height: 1;
}
section.portfolio-w3ls a.btn.btn-primary:hover {
	color: #fff;
    background-color: #eb5425;
    border: 2px solid #eb5425;
}
.media {
    margin-top: 40px;
}
/*-- /portfolio page --*/
/*-- blog page --*/
section.blog-w3ls {
	padding:20px 0 20px;
}
section.blog-w3ls hr {
    margin-top: 40px;
    margin-bottom: 40px;
}	
section.blog-w3ls p i.fa {
	color:#eb5425;
}
section.blog-w3ls p.date-w3ls {
    font-size: 16px;
    padding-top: 10px;
    line-height: 25px;
}
section.blog-w3ls h3 a {
	text-decoration:none;
	color:#16214e;
	font-size:25px;
	font-weight:normal;
	padding-bottom:15px;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
	display:block;
}
section.blog-w3ls p.blog-agile1 {
    font-size: 18px;
    font-weight:normal;
    color: #000;
	text-transform:capitalize;
    padding-bottom: 10px;
}
section.blog-w3ls p.blog-agile1 a {
	color:#eb5425;
	font-size:19px;
	font-weight: 600;
	text-decoration:none;
}
section.blog-w3ls p.blog-agile2 {
    font-size: 16px;
    font-weight:normal;
	line-height:30px;
    padding-bottom: 10px;
}
section.blog-w3ls a.btn.btn-primary {
	color: #eb5425;
	/*background-color: transparent;*/
	background-color: white;
    border: 2px solid #eb5425;
    font-size: 17px;
    padding: 10px 20px;
	line-height: 1;
	box-shadow: none;
	margin-bottom: 2px;
}
section.blog-w3ls a.btn.btn-primary:hover {
	color: #fff;
    background-color: #eb5425;
    border: 2px solid #eb5425;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #eb5425;
    border: 1px solid #eb5425;
    border-radius: 15px;
    color: #fff;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color:#16214e;
	border: 1px solid #16214e;
	color:#fff;
}
.pager {
    margin: 20px 0 40px;
}
/*-- /blog page --*/
/*-- blog-post page --*/
section.blogpost-w3ls {
    padding: 30px 0 50px;
}
section.blogpost-w3ls h3 {
    font-size: 35px;
    font-weight:normal;
    color: #eb5425;
    padding: 20px 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
}

.styling {
	font-size: 30px;
	color: #fff;
	font-family: Marker Felt, fantasy;
}
.styling1 {
	font-size: 30px;
	color: #fff;
	font-family: Marker Felt, fantasy;
	text-align: center;
	margin-left: -231px;
}

section.blogpost-w3ls p.date-agile {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
section.blogpost-w3ls p.lead {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
	color:#16214e;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.blogpost-w3ls p.blogpost-p1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
section.blogpost-w3ls .comment-w3ls h4 {
    font-size: 22px;
	color:#eb5425;
    font-weight: normal;
    padding-bottom: 15px;
    text-transform: capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.blogpost-w3ls .comment-w3ls .well textarea.form-control {
	background-color: #fff;
}
section.blogpost-w3ls .comment-w3ls .well button.btn.btn-primary {
	color:#eb5425;
    background-color: transparent;
    border: 2px solid #eb5425;
    font-size: 17px;
    padding: 10px 20px;	
}
section.blogpost-w3ls .comment-w3ls .well button.btn.btn-primary:hover {
	color: #fff;
    background-color: #eb5425;
    border: 2px solid #eb5425;	
}
section.blogpost-w3ls h4.media-heading {
    font-size: 20px;
    font-weight: normal;
    color:#eb5425;
    text-transform: uppercase;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.blogpost-w3ls h4.media-heading small {
    margin-left: 10px;
    color: #000!important;
}
section.blogpost-w3ls p.blogpost-p2 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}
section.blogpost-w3ls .blogpost-right h4 {
	font-size: 22px;
	color:#eb5425;
    font-weight: normal;
    padding-bottom: 15px;
    text-transform: capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.blogpost-w3ls .blogpost-right .well {
	border: 1px solid #eb5425;
	background-color:#fff;
}
section.blogpost-w3ls .blogpost-right .well input#search {
    border-color: #eb5425;
	outline:none;
}
section.blogpost-w3ls .blogpost-right .well button.btn.btn-default {
    border-color: #eb5425;
    color: #eb5425;
}
section.blogpost-w3ls .blogpost-right .well button.btn.btn-default:hover,section.blogpost-w3ls .blogpost-right .well button.btn.btn-default:focus {
	color:#fff;
	background-color:#eb5425;
	border-color: #eb5425;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled {
    text-align:justify;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a {
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#999;
	text-transform:capitalize;
	display:block;
	margin-bottom:10px;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a i.fa {
    font-size: 11px;
    color: #000;
    margin-right: 5px;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a:hover,section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a:hover i.fa {
	color:#eb5425;
}
section.blogpost-w3ls .blogpost-right .well p.blogpost-p3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
/*-- /blog-post page --*/
/*-- contact page --*/
section.contact-w3ls {
    padding-top:  50px;
		padding-bottom: 50px;
}
section.contact-w3ls h3.text-center {
	font-size:40px;
	font-weight:600;
	color:#eb5425;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.contact-w3ls p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
}
section.contact-w3ls label.contact-p1 {
    font-size: 17px;
    font-weight: 300;
    color:#16214e;
    padding-bottom: 10px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.col-lg-6.col-md-6.col-sm-6.contact-agile1,.col-lg-6.col-md-6.col-sm-6.contact-agile2 {
    z-index: 99999;
}
section.contact-w3ls p.help-block {
    color:#ff0500!important;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone , section.contact-w3ls input#subject {
	height:50px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone, section.contact-w3ls input#subject ,section.contact-w3ls textarea#message {
	font-size:17px;
	font-weight:normal;
	color:#000;
	background-color:transparent;
	border-radius:0;
	border-color:#eb5425;
}
section.contact-w3ls button.btn.btn-primary {
	color:#eb5425;
    background-color: transparent;
    border: 2px solid #eb5425;
    font-size: 17px;
    padding: 10px 20px;	
	width:100%;
	margin:25px 0;
}
section.contact-w3ls button.btn.btn-primary:hover {
	color: #fff;
    background-color: #eb5425;
    border: 2px solid #eb5425;	
}
section.contact-w3ls .row.contact-row {
    margin-top: 30px;
}
section.contact-w3ls .contact-grid1-left1 {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}  
section.contact-w3ls .contact-grid1-left1:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	z-index: 1;
	border: none;
}
section.contact-w3ls .contact-grid1-left1 {
	padding: 1em;
	border: 1px solid #E4E4E4;
	background: #9b6b1454;
	text-align: center;
	box-shadow: 0px 8px 9px #b5b3b3;
}
section.contact-w3ls .contact-grid1-left2 {
	padding: 1em;
	border: 1px solid #E4E4E4;
	background: #9b6b1454;
	text-align: center;
	box-shadow: 0px 8px 9px #b5b3b3;
}
section.contact-w3ls .contact-grid1-left1 span {
    font-size: 1.5em;
    color: #EB5425;
}
section.contact-w3ls .contact-grid1-left2 span {
	font-size: 1.5em;
	color: #EB5425;
}
section.contact-w3ls .contact-grid1-left1 h4{
	font-size:1.5em;
	color:#fff;
	margin:1em 0 .5em;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.contact-w3ls .contact-grid1-left2 h4 {
	font-size: 1.5em;
	color: #fff;
	margin: 1em 0 0.5em;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.contact-w3ls .contact-grid1-left1 p{
	color:#fff;
	line-height:1.8em;
	margin-bottom:2em;
	font-size:18px;
}
section.contact-w3ls .contact-grid1-left1 p5{
	color:#F9062B  ;
	line-height:1.0em;
	margin-bottom:2em;
}
section.contact-w3ls .contact-grid1-left1 a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
	section.contact-w3ls .contact-grid1-left1 a:hover {
		color:greenyellow;
		/*color:#3B8813;*/
	}
section.contact-w3ls .contact-grid1-left1 ul li{
	list-style-type:none;
	margin-bottom:1em;
	font-size:14px;
	color:#000;
}
.enquiry {
	width:80%;
	margin-left: 100px;
	margin-top: 30px;
}
/*-- //contact --*/
/*-- /contact page --*/

/*-- responsive design --*/
@media (max-width:1600px) {
.pogoSlider {
	height:500px;
}
.pogoSlider-slide {
	min-height:500px;
}
.pogoSlider-slide-element {
	margin-top:240px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 45px;
    padding: 0 100px 30px;
    letter-spacing: 3px;
    line-height: 80px;
    padding-bottom: 45px;
	text-shadow: 2px 2px rgba(42,42,42,0.5);
}
}

@media (max-width:1366px) {
section.team,.service-image {
    text-align: -webkit-center;
}  
}

@media (max-width:1280px) {
.sb-search {
	right:180px;	
}
}

@media (max-width: 1080px) {
.sb-search {
    right: 70px;
}
.pogoSlider-slide-element h3 {
    font-size: 35px;
    padding: 0 50px 30px;
    letter-spacing: 3px;
    line-height: 70px;
    padding-bottom: 45px;
	text-shadow: 2px 2px rgba(42,42,42,0.5);
}
.pogoSlider-slide-element {
    margin-top: 265px!important;
}
section.welcome h3.text-center {
	left:29%;
	top:16%;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
	font-size:35px;
}
section.team p.text-center,section.price p.text-center,section.customer p.text-center,section.service-agile p.text-center,section.contact-w3ls p.text-center {
    font-size: 14px;
}
section.info i.fa {
	padding-top:110px;
}
section.info h2 {
    font-size: 30px;
}
section.info p {
    font-size: 14px;
}
section.welcome p.text-center {
	font-size:14px;
	padding:35px;
}	
section.welcome h3.text-center {
	top:9%;
}
.navbar-inverse .navbar-nav>li>a {
	font-size:15px;
}
.pogoSlider-slide-element a {
    font-size: 17px;
}
section.team h4.text-center {
    font-size: 17px;
}	
section.team p.team-p1 {
    font-size: 15px;
}
section.subs h3 {
    font-size: 30px;
}
section.subs input#email {
	font-size:18px;
}
section.subs button.btn.btn-outline.btn-lg {
	font-size:18px;
}
section.footer ul.footer-links1 li a, section.footer ul.footer-links2 li a {
	font-size:16px;
}
section.footer a.top {
	left:48%;
}
section.footer a.logo {
	left:30%;
	top: 16%;
    font-size: 35px;
	
}
figure.effect-julia ul.social-icons2 li a i.fa {
    font-size: 15px;
    line-height: 35px;
    width: 36px;
    height: 36px;
}
section.footer ul.social-icons1:before , section.footer ul.social-icons1:after {
	width:38%;
}
section.inner-header h2.page-header {
	font-size:40px;
	padding-bottom:20px;
}
section.about-w3ls {
    padding: 35px 0;
}
section.about-w3ls p {
    font-size: 14px;
}
section.welcome, section.info, section.team, section.price, section.subs, section.footer, section.customer,section.service-agile,section.contact-w3ls {
    padding: 50px 0;
}
section.footer ul.footer-links1,section.footer ul.footer-links2 {
	margin-top:10px;
}
section.banner-inner {
	min-height:400px;
}
section.footer p.copyright {
	font-size:14px;
}
section.service-w3ls p {
    font-size: 14px;
}
section.service-w3ls {
    padding: 35px 0;
}
section.service-agile .media-body p {
    font-size: 14px;
}
section.portfolio-w3ls p {
    font-size: 14px;
}
section.blog-w3ls p.blog-agile1 {
    font-size: 17px;
}
section.blog-w3ls p.blog-agile1 a {
	font-size:17px;
	font-weight:normal;
}
section.blog-w3ls p.blog-agile2 {
    font-size: 14px;
}
section.blog-w3ls p i.fa {
	font-size:40px;
}
section.blogpost-w3ls h3 {
    font-size: 30px;
}
section.blogpost-w3ls p.date-agile {
    font-size: 16px;
    font-weight: normal;
}
section.blogpost-w3ls p.lead {
    font-size: 23px;
}
section.blogpost-w3ls p.blogpost-p1 {
    font-size: 14px;
}
section.blogpost-w3ls .comment-w3ls h4 {
    font-size: 20px;
}
section.blog-w3ls a.btn.btn-primary, section.portfolio-w3ls a.btn.btn-primary, section.service-w3ls a.btn.btn-primary {
	font-size:15px;
}
}

@media (max-width: 1024px) {
.pogoSlider {
    height: 557px;
}
.pogoSlider-slide {
	min-height:557px;
}
.pogoSlider-slide-element {
    margin-top: 190px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 30px;
    padding: 0 30px 35px;
    letter-spacing: 3px;
    line-height: 55px;
}
.pogoSlider-slide-element a {
    font-size: 16px;
	padding:8px 20px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 30px;
}
section.welcome h3.text-center {
    left: 31%;
	top:10%;
}
section.info h2 {
    font-size: 30px;
	padding-bottom:10px;
}
}

@media (max-width: 991px) {
a.navbar-brand {
	width:170px;
	height:116px;	
}
a.navbar-brand h1 {
    font-size: 35px;
    line-height: 110px;
}
ul.nav.navbar-nav {
    margin: 0 0 0 142px;
}
.navbar-inverse .navbar-nav>li>a {
	padding:20px 13px;
}
p.top-p1 {
	display:none;
}
.navbar-wrapper {
    margin-top: 57px;
}
section.info i.fa {
    padding-top: 215px;
}
.info-agile {
    padding: 0;
}
.col-lg-7.col-md-7.info-w3ls2 {
    padding: 0;
}
section.info h2 {
	padding:20px 0 15px;
}
figure.effect-julia ul.social-icons2 li a i.fa {
    font-size: 16px;
    line-height: 47px;
    width: 47px;
    height: 47px;
}
section.team p.team-p1 {
	padding-bottom:35px;
}
section.team .col-lg-3.col-md-3.col-sm-6.team-w3ls:nth-child(3) p.team-p1, section.team .col-lg-3.col-md-3.col-sm-6.team-w3ls:nth-child(3) p.team-p1 {
	padding-bottom:0;
} 
section.team {
    text-align: -webkit-center;
}
section.price li.col-lg-4.col-md-4.col-sm-12 {
    width: 100%;
	margin-bottom:40px;
}
.cd-has-margins .cd-pricing-list > li .price-w3ls {
	width:50%;
	margin:0 auto;
}
section.footer ul.footer-links1 li {
    margin-right: 30px;
}
section.footer ul.footer-links2 li {
	margin-left:30px;
}
section.footer ul.social-icons1 {
	margin-top:30px;
}
section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 34%;
}
section.footer p.copyright {
	padding-top:30px;
}
section.banner-inner {
    min-height: 350px;
}
section.about-w3ls h3 {
	padding:30px 0 20px;
}
.col-md-2.col-sm-4.col-xs-6.cust-w3ls {
    padding-bottom: 30px;
}
.pogoSlider {
	margin-top:60px;
}
section.service-w3ls p {
	padding:0 45px 15px;
}
section.portfolio-w3ls h3 {
	font-size:20px;
	padding:30px 0 20px;
}
section.blog-w3ls p.date-w3ls {
	font-size:14px;
	padding:10px 0 15px;
}
section.blog-w3ls h3 a {
	padding:20px 0 15px;
	font-size:20px;
}
section.blog-w3ls p.blog-agile1 {
    font-size: 15px;
}
section.footer ul.footer-links1 li a, section.footer ul.footer-links2 li a {
    font-size: 15px;
}
section.footer ul.footer-links2 { 
	margin-right:-30px;
}
section.blogpost-w3ls h3 {
    font-size: 25px;
	padding:0;
}
section.blogpost-w3ls p.date-agile {
    font-size: 14px;
}
section.blogpost-w3ls p.lead {
    font-size: 20px;
}
section.blogpost-w3ls .comment-w3ls .well button.btn.btn-primary {
	font-size:15px;
	padding:5px 20px;
}
section.blogpost-w3ls h4.media-heading {
    font-size: 16px
}
section.blogpost-w3ls p.blogpost-p2 {
    font-size: 13px;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a {
	font-size:14px;
}               
section.blogpost-w3ls .blogpost-right .well p.blogpost-p3 {
    font-size: 14px; 
}
section.blogpost-w3ls .blogpost-right h4 {
    font-size: 20px;
}
section.inner-header h2.page-header {
    font-size: 35px;
    padding-bottom: 20px;
}
section.team p.text-center, section.price p.text-center, section.customer p.text-center, section.service-agile p.text-center, section.contact-w3ls p.text-center {
	padding-bottom:30px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone ,section.contact-w3ls input#subject {
    height: 45px;
}
section.contact-w3ls button.btn.btn-primary {
	padding: 7px 20px;
}	                 
section.contact-w3ls .contact-grid1-left1 p {
	font-size:14px;
	margin-bottom:1em;
}
.col-md-4.contact-grid1-left {
    margin-bottom: 30px;
}
section.contact-w3ls label.contact-p1 {
    font-size: 14px;  
}
section.contact-w3ls p.help-block {
	font-size:14px;
}
section.info, section.about-w3ls, section.customer, section.service-w3ls, section.portfolio-w3ls,section.blog-w3ls,section.blogpost-w3ls {
	text-align: -webkit-center;
}
.comment-agile {
    text-align: justify;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li {
	margin-bottom:15px;
}
.blogpost-right {
    margin-top: 40px;
}                   
}

@media (max-width: 900px) {
a.navbar-brand {
    width: 170px;
    height: 104px;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 14px 13px;
}
.navbar-wrapper {
    margin-top: 57px;
}
.navbar {
	min-height:30px;
}
.sb-search {
    right: 45px;
	top:4px;
}
.pogoSlider {
    margin-top: 48px;
}
}

@media (max-width: 800px) {
.sb-search {
    right: 7px;
    top: 3px;
}                          
}

@media (max-width: 768px) {
a.navbar-brand {
	left:-1px;
}
ul.nav.navbar-nav {
    margin: 0 0 0 139px;
}
.pogoSlider {
    height: 450px;
}
.pogoSlider-slide {
	min-height:450px;
}
.pogoSlider-slide-element {
    margin-top: 190px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 25px;
    padding: 0 20px 35px;
    letter-spacing: 3px;
    line-height: 45px;
}
section.welcome h3.text-center {
    left: 27%;
    top: 5%;
}
section.welcome p.text-center {
	padding:20px 30px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 25px;
}
section.welcome, section.info, section.team, section.price, section.subs, section.footer, section.customer, section.service-agile, section.contact-w3ls {
    padding: 30px 0;
}
section.team h4.text-center {
    font-size: 17px;
	padding:20px 0 10px;
}
section.subs h3 {
    font-size: 22px;
}
section.subs input#email {
    font-size: 16px;
}
section.subs button.btn.btn-outline.btn-lg {
    font-size: 16px;
}
section.footer a.logo {
    left: 30%;
    top: 16%;
    font-size: 30px;
}
section.footer a.top {
    left: 47%;
	width: 35px;
    height: 35px;
	top: -17px;
}
section.footer a.top span.glyphicon.glyphicon-chevron-up {
    line-height: 25px;
    font-size: 22px;
    padding: 0 3px 0 0px;
}
section.inner-header h2.page-header {
    font-size: 30px;
    padding-bottom: 0px;
    margin-top: 16px;
}
section.about-w3ls {
    padding: 20px 0;
}
section.service-w3ls {
    padding: 20px 0;
}
section.service-agile h4.media-heading {
    font-size: 20px;
}
section.portfolio-w3ls {
    padding: 20px 0;
}
section.blog-w3ls {
    padding: 20px 0 20px;
}
section.blogpost-w3ls h3 {
    font-size: 22px;
}
section.blogpost-w3ls {
    padding: 20px 0;
}
section.contact-w3ls button.btn.btn-primary {
	font-size:16px;
}
.pagination {
	margin:0 0 20px;
}
.pager {
    margin:0px 0px 20px;
}
.blogpost-right {
    margin-top: 40px;
    margin-bottom: 30px;
}
section.contact-w3ls {
	text-align:-webkit-center;
}
}

@media (max-width: 736px) {
.sb-search {
    right: 116px;
    top: 4px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #eb5425;
}
.navbar-nav>li {
    border: none;
}
.navbar-nav>li:first-child {
    border: none;
}
ul.nav.navbar-nav {
    margin: 0;
    text-align: center;
    background-color:rgba(0,0,0,0.7);
}
.navbar-wrapper {
	background-color:transparent;
}
.navbar-inverse .navbar-nav>li>a {
	color:#fff!important;
}
.pogoSlider {
    height: 345px;
}
.pogoSlider-slide {
	min-height:345px;
}
.pogoSlider-slide-element {
    margin-top: 90px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 20px;
    padding: 0 20px 35px;
    letter-spacing: 3px;
    line-height: 45px;
}
.pogoSlider-nav-btn {
	width:15px;
	height:15px;
}
section.info h2 {
    padding: 15px 0 5px;
	font-size:22px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3ls {
    width: 50%;
    float: left;
}
section.subs {
	text-align:-webkit-center;
}
section.subs input#email {
	margin-bottom:20px;
}
.col-lg-10.col-md-10.col-sm-7.subs-w3ls1 {
	padding-left:15px;
}
.map iframe.googlemaps {
    width: 100%;
    height: 300px;
}
section.banner-inner {
    min-height: 200px;
}
section.top-w3ls {
    position: relative;
    margin-bottom: 48px;
    background-color: #fff;
}
}

@media (max-width:640px) {
.cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 70%;
    margin: 0 auto;
}
section.info i.fa {
    padding-top: 165px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
	max-width:540px;
}
.cd-value {
    font-size: 60px;
}
section.footer a.logo {
    left: 42%;
    top: 16%;
    font-size: 25px;
}
section.inner-header h2.page-header {
    font-size: 25px;
    padding-bottom: 0px;
    margin-top: 16px;
}
section.inner-header ol.breadcrumb li {
    font-size: 15px;
}
section.about-w3ls,section.service-w3ls,section.portfolio-w3ls,section.blog-w3ls,section.blogpost-w3ls {
    padding: 0px 0;
}
section.welcome, section.info, section.team, section.price, section.subs, section.footer, section.customer, section.service-agile, section.contact-w3ls {
    padding: 20px 0;
}
section.contact-w3ls .row.contact-row {
    margin-top: 0px;
}
section.contact-w3ls .contact-grid1-left1 {
    padding: 1em;
}
}

@media (max-width: 568px) {
section.footer ul.footer-links1 li a, section.footer ul.footer-links2 li a {
    font-size: 14px;
}
section.footer ul.footer-links1 li {
    margin-right: 15px;
}
section.footer ul.footer-links2 {
    margin-right: -28px;
}
section.footer ul.footer-links2 li {
    margin-left: 15px;
}
section.footer a.logo {
    left: 35%;
    top: 16%;
    font-size: 12pt;
}
section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 25%;
}
figure.effect-julia ul.social-icons2 li {
	margin-bottom:7px;
}
.grid figure figcaption {
    padding: 3px;
}
section.portfolio-w3ls hr,section.blog-w3ls hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mfp-close {
	right:-15px;
}
}

@media (max-width: 480px) {
ul.top-contacts {
    list-style: none;
    display: inherit;
    text-align:justify;
    margin-left: 195px;
}
a.navbar-brand {
	top:-56px;
    width: 170px;
    height: 111px;
}
section.info i.fa {
    padding-top: 125px;
}
ul.top-contacts li p {
	font-size:14px;
}
ul.top-contacts li.top-hover p {
    padding-bottom: 3px;
}
.top-bar {
	padding:10px;
}
.sb-search {
    right: 116px;
    top: 10px;
}
.navbar-toggle {
	margin-top:-95px;/*Changed*/
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 67%;
}
section.footer a.logo {
    left: 40%;
    top: 30%;
    font-size: 25px;
}
section.footer ul.social-icons1 {
    margin-top: 60px;
}
}

@media (max-width: 414px) {
.sb-search {
    right: 90px;
    top: 10px;
}
#darkbox_prev, #darkbox_next {
	width:25px;
	height:25px;
}	
ul.top-contacts li.top-hover p {
    padding-bottom: 3px;
    display: flex;
}
li.top-hover {
    margin-right:auto;
}
li.top-hover p span {
	margin-right:3px;
}
ul.top-contacts {
	text-align:justify;
}
.pogoSlider {
    height: 240px;
}
.pogoSlider-slide {
	min-height:240px;
}
.pogoSlider-slide-element {
    margin-top: 35px!important; 
}
.pogoSlider-slide-element h3 {
    font-size: 15px;
    padding: 0 20px 20px;
    letter-spacing: 3px;
    line-height: 30px;
}
.pogoSlider-slide-element a {
    font-size: 14px;
    padding: 5px 20px;
}
.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 10px;
}
section.welcome h3.text-center {
    left: 9%;
    top: 2%;
}
section.welcome p.text-center {
    padding: 20px;
}
section.info i.fa {
    padding-top: 95px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3ls {
    width: 100%;
    float: left;
}
figure.effect-julia ul.social-icons2 li {
    margin-bottom: 10px;
}
.grid figure figcaption {
	padding:10px;
}
.cd-has-margins .cd-select {
    padding: 10px 80px;
}
.cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 90%;
    margin: 0 auto;
}
.cd-pricing-footer {
	padding:1em 0;
}
section.price p.dur {
	font-size:14px;
}
section.price p.dur span {
    font-weight: 700;
    font-size: 15px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    max-width: 360px;
}
.mfp-close {
	right:-15px;
}
section.footer ul.footer-links1 li {
    margin-right: 10px;
}
section.footer ul.footer-links2 li {
    margin-left: 10px;
}
section.footer a.top {
    left: 45%;
}
section.footer a.logo {
    left: 38%;
}
section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 18%;
}
section.about-w3ls h3 {
    padding: 20px 0 10px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
	padding-bottom:10px;
}
section.team p.text-center, section.price p.text-center, section.customer p.text-center, section.service-agile p.text-center, section.contact-w3ls p.text-center {
    padding-bottom: 20px;
    line-height: 27px;
}
section.portfolio-w3ls a.btn.btn-primary,section.blog-w3ls a.btn.btn-primary,section.service-w3ls a.btn.btn-primary {
	padding:7px 18px;
}
section.blogpost-w3ls h3 {
    font-size: 17px;
}
section.blogpost-w3ls p.lead {
    font-size: 16px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone , section.contact-w3ls input#subject {
    height: 40px;
}
}

@media (max-width:384px) {
ul.top-contacts {
	margin-left:150px;
}
.pogoSlider-slide-element {
    margin-top: 45px!important; 
}
section.welcome h3.text-center {
    left: 11%;
    top: 8px;
	padding:0 10px;
}
section.info i.fa {
    padding-top: 85px;
}
section.subs h3 {
    font-size: 20px;
    line-height: 30px;
}
section.footer ul.footer-links1,section.footer ul.footer-links2 {
    float: none; 
}
section.footer ul.footer-links2 {
    margin-right: auto;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 22px;
}
section.footer a.logo {
    left: 60pt;
	top:10%;
	font-size:14pt;
}
section.service-w3ls p {
    padding: 0 10px 15px;
}
section.welcome h3.text-center {
    left: 56px;
    top: 10px;
    padding: 0 10px;
}
section.subs input#email {
    background: url(../images/mail.png) no-repeat 13px 7px;
	height:40px;
	font-size:14px;
}
section.subs button.btn.btn-outline.btn-lg {
	height:40px;
}
.map iframe.googlemaps {
    width: 100%;
    height: 200px;
}
section.footer {
    text-align: -webkit-center;
}
}

@media (max-width: 375px) {
section.welcome h3.text-center {
    left: 53px;
    top: 11px;
    padding: 0 10px;
}
section.info i.fa {
    padding-top: 80px;
}
section.contact-w3ls {
	text-align:-webkit-center;
}
.payment-online-form-left input[type="text"] {
	width:100%;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
	height:810px;
}
section.service-agile .media-body p {
	padding-bottom:20px;
}
section.footer ul.footer-links1 {
    margin-left: 15px;
}
}

@media (max-width: 320px) {
a.navbar-brand h1 {
    font-size: 30px;
    line-height: 100px;
}
a.navbar-brand {
    top: -56px;
    width: 125px;
    height: 111px;
}
ul.top-contacts {
    margin-left: 108px;
}
.pogoSlider-slide-element h3 {
    font-size: 14px;
    padding: 0 10px 15px;
    letter-spacing: 3px;
    line-height: 30px;
}
.pogoSlider {
    height: 220px;
}
.pogoSlider-slide {
	min-height:220px;
}
.pogoSlider-slide-element a {
    font-size: 14px;
    padding: 4px 15px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 20px;
}
section.welcome h3.text-center {
    left: 35px;
}
section.info i.fa {
	font-size:50px;
	padding-top: 75px;
}
section.info h2 {
	font-size:20px;
	line-height:30px;
}
.grid figure figcaption {
    padding: 4px;
}
.cd-value {
    font-size: 50px;
}
.cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 100%;
    margin: 0 auto;
}
section.blogpost-w3ls h3 {
    font-size: 15px;
    line-height: 25px;
}
section.blogpost-w3ls p.lead {
    font-size: 15px;
    line-height: 25px;
}
.payment-sendbtns input[type="reset"] {
	padding:6px 35px;
}
.payment-sendbtns input[type="submit"] {
	padding:6px 30px;
}
section.footer a.logo {
    left: 42pt;
	top: 34%;
	font-size: 12pt;
}

section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 11%;
}
}


.flotedimg{
	width: 200px;
	position: absolute;
	z-index: 2;
	text-align: center;
	text-shadow: 2px 0px 6px #FFFFFF;
	/*right: 0;*/
	margin-top: 76px;
	}
.yogi{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 1px solid #ddd;
	padding: 4px;
}
.flotedimg2{
	width: 200px;
	position: absolute;
	z-index: 2;
	text-align: center;
	text-shadow: 2px 0px 6px #FFFFFF;
	right: 0;
	margin-top: 76px;
	}

.hiddenlogo{
display: none;	
}
@media (max-width: 375px) {
	.yogi{
		width:50px;
		height:50px;
		}
	.flotedimg,.flotedimg2{
		font-size: 6pt;
	}
	.navbar-header{
		margin-bottom: -50px;
	}
	/*hidden logo*/
.hiddenlogo{
	display: block;
	width: 225px;
	top:2px;
	position: absolute;
}
/*/hidden logo*/
}

.padding0{
	padding: 0;
}

/*.marquee{
	background: #f8dc6c;
	padding:4px;
	color: #000;
	font-size: 12pt;
	text-decoration: none;
}
.marquee a{color: black;}    */

.linkbuttonback {
	background: url(../images/texture1.png) #042665 center center;
}  


table {
    border-collapse: collapse;
	width: 100%;
	color:#7f7f7f;
}

th, td {
    text-align: left;
    padding: 10px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #e93707;/*#4CAF50*/
    color: white;
}



::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
element {

    border: 0;

}

.tenderback {
	background-image:url("../images/back.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: 0% -33.6px;


}
.bannerclass{
	font-size:60px ; padding-top:400px;  margin-left: -900px;
}


/*What's New Bottom Bar Start*/
				#wnewbox{
					background-color:#CCCCCC;
					padding: 0px;
					margin: 0px;
					right:20px;
					border-radius: 5px 5px 0 0;
					position: fixed;
					bottom:-280px;
					/*-350px;*/
					width: 300px;
					height:325px;
					overflow-x: hidden;
					transition: 0.5s;
					z-index: 10000;

				}
#wnewhead {
	background: #F43845;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	font-size: 14pt;
}
					
				.newdata{
					height: 252px;
					padding: 8px 24px;
					overflow-y: scroll;
				}
				.newdata table tr td:nth-child(odd){width: 20px; color: #D40A14;}
				.newdata table tr td a{
					text-decoration: none;
					color: #2d2524;
					font-weight: bold;
				}
				.newdata table tr td a:hover{
					text-decoration: none;
					color: #D40A14;
					font-weight: bold;
				}

				.new-close {
					background: #1b2126;
					border-radius: 50%;
					color: #fff;
					display: block;
					float: right;
					font-size: 10px;
					height: 16px;
					line-height: 16px;
					margin:-40px 0 0 261px;
					position: absolute;
					cursor:pointer;
					text-align: center;
					width: 16px;
					
				}
				.new-close:hover{
				background:#FF0000;
				text-decoration: none;}

/*What's New Bottom Bar End*/

.useful-links .icon-holder {
	float: left;
	width: 100%;
	margin: 0 23%;
	/*background: url(../images/light3.gif); */
	background: #A74F0F;
	border-radius: 0;
	padding: 0px 0;
	margin-bottom: 20px;
	min-height: 153px;
	border-radius: 63px;
}
.founderstyle{
	width:180px;
	margin-left:0px;
	color:white;
	font-size:18px;
}

.hvr-ripple-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
}
.useful-links .icon-holder:hover {
	text-decoration: none;
	background-color: #A74F0F;
	color: #fff;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
	-webkit-animation-name: hvr-ripple-out;
	animation-name: hvr-ripple-out;
}

.hvr-ripple-out:before {
	content: '';
	position: absolute;
	border: #fff solid 3px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 60px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.status h3 {
	background: #EB7909;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	/* font-family: 'Roboto', sans-serif; */
}

element.style {
}

.back-white li a {
	color: #fff;
	display: inline-block;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	width: 100%;
	background-color: #EB7909;
}

	.back-white li a:hover {
		text-decoration: none;
		transition: all 0.3s ease-in-out;
		padding-left: 17px;
		background-color: #D35C05;
	}


.padd-around {
	padding: 8px 8px;
	min-height: auto;
}

.back-white {
	background: #fff;
	overflow: hidden;
	min-height: 318px;
	border: 1px solid #cccccc45;
}

	.back-white li {
		margin-bottom: 10px;
		list-style: none;
		margin-left: 8px;
		border-left: 4px solid #F1063D;
		border-right: 2px solid #F1063D;
	}

form ul {
	padding: 0;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
}
.useful-links .icon-holder img {
	display: block;
	margin: auto;
	padding-top: 8px;
	filter: brightness(100%);
	border: transparent;
}

img {
	vertical-align: middle;
}

.useful-links .icon-holder span {
	text-align: center;
	color: #fff;
	margin: 15px;
	font-size: 21px;
	line-height: 24px;
	display: block;
	font-weight: 400;
}
.our-projectsheading {
	text-align: center;
	margin-left:-70px;
	color: #FFFFFF;
	font-size: 38px;
	font-family: emoji;
	/* background: url(../images/bottom-bg.png) center 40px no-repeat; */
	padding-bottom: 13px;
	margin-bottom: 28px;
}

.col-md-8 {
	width: 100%;
}
.col-md-12 {
	margin-left: 20px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
	
}
h3 {
	margin-top: 10px;
	font-size: 24px;

}
/*What's New Bottom Bar End*/

.newprocheck {
	/* background: url(../images/bgkusum.jpg) no-repeat fixed center center; */
	padding: 0px 10px 59px 10px;
	background-size: cover;
	color-overlay: #000;
	background-repeat: no-repeat;
}
	.newprocheck .our-projectsheading {
		text-align: center;
		font-family:  Georgia;
		font-weight: 600;
		color: #fff;
		font-size: 32px;
		margin-left: 150px;
		margin-right: 450px;
		/*	background: url(../images/line.png) center 40px no-repeat; */
		padding-bottom: 13px;
		margin-bottom: 28px;
	}

.tab-content > .active {
	display: block;
}
.fade.in {
	opacity: 1;
}


.projects li {
	float: left;
	background: #fff;
	padding: 10px;
	margin-right: 20px;
	list-style: none;
	width: 24%;
	position: relative;
}
	.projects li img {
		display: block;
		margin: 0 auto;
	}
	.projects li a {
		display: block;
		color: #5f9d63;
		font-family: 'Roboto', sans-serif;
		margin-top: 7px;
		text-decoration: none;
	}
.projects-file {
	font-size: 13px;
	display: none;
}
.text-center {
	text-align: center;
}
.view-button-projects {
	background: #0826DE;
	width: 177px;
	margin: 42px 330px 32px 330px;
	display: block;
	text-align: center;
	color: #fff !important;
	padding: 10px 10px 10px 10px;
	text-decoration: none !important;
	font-weight: 100;
	font-size: 17px;
	line-height: 18px;
	border: 1px solid #fff;
}
/*What's New Bottom Bar End*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

figure.effect-layla {
	background: #18a367;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 270px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure.effect-layla figcaption {
	padding: 3em;
	box-sizing: border-box;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption {
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	backface-visibility: hidden;
}

figure.effect-layla h2 {
	transform: translate3d(0,-30px,0);
	padding-top: 25%;
	transition: transform 0.35s;
	font-weight: 400;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.positionDiv {
    position: absolute;
    z-index: 2;
    width: 100%;
    display: inline-block;
}

.topbar {
    display: table;
    height: 38px;
    padding: 10px 0;
    width: 100%;
    font-size: 22px;
}

.email-phone {
    margin: 4px 0;
    font-weight: bold;
    color: #fff;
}

.topbar .phoneNumber {
    margin-right: 15px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.email-phone a {
    color: #fff;
}

.topbar .donateSection {
    text-align: right;
}


   

    .topbar .donateSection span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }

    .topbar .donateSection a {
        display: inline-block;
        color: #fff;
    }

    .topbar .donateSection .donateButton {
        background: #f8c301;
        height: 33px;
        padding: 5px 15px;
        color: #111111;
        font-family: 'ProximaNovaSemiBold';
        text-transform: uppercase;
		border-radius:25px;
    }

.backimg {
    background-color: #761b1b;
    background-image:url(/images/bg2a.png);
}

.help-bar {
    background-color: #00628B;
    overflow: hidden;
    height: 435px;
    position: relative;
    z-index: 100;
}

.help-bar .title-help-bar {
    font-size: 35px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 20px 20px 37px;
}

    .help-bar .link-help-bar {
        background-color: #00628B;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 42px 15px 20px 44px;
        transition: all 0.5s ease;
    }

        .help-bar .link-help-bar .help-bar-number {
            float: left;
            color: #fff;
            font-size: 57px;
            font-weight: 300;
            width: 27%;
        }

        .help-bar .link-help-bar .line-help-bar {
            border-left: 1px solid #fff;
            display: block;
            float: left;
            height: 105px;
             transform: rotate( 17deg);
            position: relative;
            top: -12px;
            margin: 0 10px 0 20px;
        }

        .help-bar .link-help-bar .title-link-help-bar {
            font-size: 29px;
            color: #FFE102;
            float: left;
            font-weight: bold;
            font-style: italic;
            width: 64%;
            line-height: 26px;
            margin-top:25px;
        }
		/*Services Page Style starts*/

.content-holder {
	padding-bottom: 20px;
	background-color: #761b1b;
	background-image: url(/images/bg2a.png);
	position: relative;
	z-index: 1;
}
.title-box {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 17px;
	font-family: 'Roboto Slab', serif;
	color: #545454;
}
.title-box3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 17px;
	font-family: 'Roboto Slab', serif;
	color: #545454;
}
.title-box_secondary {
	font-size: 20px;
	font-family: inherit;
	font-weight: 300 !important;
	text-transform: none;
	line-height: 21px;
	color: papayawhip;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

.banner-wrap__style-11 {
	margin: 0 0 0 0;
	padding: 0px;
	text-align: center;
	border: 2px solid #f59b29;
}
.featured-thumbnail-1 {
	border: none;
	border-radius: 0px;
	position: relative;
	margin: 0px 20px 0px 0;
}
pstyle {
	margin: 0 0 10.5px;
	
}
.banner-wrap__style-1 {
	margin: 0 0 0 0;
	padding: 20px;
	text-align: center;
	border: 2px solid #f59b29;
}
.banner-wrap {
	overflow: hidden;
}
.banner-wrap__style-1 .featured-thumbnail {
		width: 100%;
}

.banner-wrap .featured-thumbnail {
	float: none;
	overflow: hidden;
	padding: 0;
}
.thumbnail, .featured-thumbnail {
	border: none;
	border-radius: 0px;
	position: relative;
	margin: 5px 20px 10px 0;
}
.banner-wrap__style-1 .featured-thumbnail a {
	float: none;
	border: none;
}

.banner-wrap .featured-thumbnail a {
	display: block;
	overflow: hidden;
	text-align: center;
	transition: 0.25s;
}

.featured-thumbnail a {
	position: relative;
}
.banner-wrap__style-1 .featured-thumbnail a img {
	transition: 0.4s;
}
.span6 {
	width: 570px;
	float: left;
	min-height: 1px;
	margin-left: 30px;
}
.span7 {
	width: 570px;
	float: left;
	min-height: 1px;
	margin-left: 30px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
		/*Services Page Style ends*/
/*Images Page Style start*/
.container_12 {
	zoom: 1;
}

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
	.container_12 .grid_12 {
		width: 100%;
	}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-overlay {
	background: black;
	font-weight: bold;
	font-size: 150%;
	color: white;
	margin-top: 2em;
	padding: 1em;
	width: 100%;
	display: none;
}
.text1 {
	font-style: italic;
	color: #626161;
	margin-bottom: 10px;
}
.imagesty {
	margin-left: 6px;
	margin-top: 12px;
	float: left;
	height: 15%;
	width: 23%;
	padding: 5px;
	text-align: center;
	margin-right: 6px;
	border: solid 0px #ff9595;
}
.highslide img {
	cursor: url(http://highslide.com/highslide/graphics/zoomin.cur), pointer !important;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.imgsty {
	margin-top: 2px;
	border: solid 0px red;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px
}
.figg {
	width: 300px;
	height: 290px;
	background: #761b1b;
	background-image: url(/images/bg2a.png);
}

	/*Images Page Style end*/
.fstyle {
	color: whitesmoke;
	font-family: cursive;
	margin-left: 30px;
}
.bstyle {
	background-color: #09b0c7;
	color: white;
	margin-left: 400px;
}
.apply {
	background-color: brown;
	color: white;
	margin-left: 410px;
	margin-top: 50px;
	font-size: x-large;
}
.sestyle {
	margin-left: -40px;
}
.howstyle {
	color: white;
	line-height: 1.5;
	margin-top: 70px;
}
section.banner-inner {
	min-height: 500px;
}
.bannerclass1 {
	font-size: 60px;
	padding-top: 400px;
	margin-left: -900px;
}
.bannerclass2 {
	font-size: 60px;
	padding-top: 425px;
	margin-left: -900px;
}
.bannerclass3 {
	font-size: 60px;
	padding-top: 400px;
	margin-left: -900px;
}
.bannerclass4 {
	font-size: 60px;
	padding-top: 400px;
	margin-left: -900px;
}
.bannerclass5 {
	font-size: 60px;
	padding-top: 400px;
	margin-left: -900px;
}
.bannerclass6 {
	font-size: 60px;
	padding-top: 400px;
	margin-left: -900px;
}
.missionstyle {
	color: white;
	font-size: 29px;
	margin-left: -100px;
	font-family: 'Rancho', cursive;
}
.missionimg {
	margin-top: 50px;
}
.teammembers {
	margin-left: 50px;
	color: white;
	font-size: 28px;
	font-family: 'Rancho', cursive;
}
.disstyle {
	font-size: 18px;
}
.dirow {
	margin-left: -100px;
}
.emstyle {
	margin-left: -69px;
}
.formsty {
	margin-left: 225px;
	width: 60%;
}
.founsty {
	padding-left: 80px;
	padding-right: 80px;
}
/*Registration Form Style Start*/
.registrationstyle {
	font-family: verdana;
	font-weight: bold;
	border: 2px solid #fff;
	background-color: #a1b8c38f;
	font-size:18px;
}


input[type=text], input[type=email], input[type=number], input[type=password] {
	width: 84%;
	padding: 6px 12px;
	margin: 5px 35px;
	box-sizing: border-box;
}

input[type=submit] {
	width: 22%;
	padding: 8px 2px;
	margin: 8px  35px;
	box-sizing: border-box;
}
 input[type=reset] {
	width: 22%;
	padding: 8px 2px;
	margin: 16px 0px;
	box-sizing: border-box;
}

/*Registration Form Style End*/

/*Donation Form Style Start*/

.donpadding {
	padding-bottom: 70px !important;
}

.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}

.widget {
	margin-bottom: 30px;
	position: relative;
	padding: 0px;
	background: transparent;
}

.widget-text-heading.white .title, .widget-text-heading.black .title, .widget-text-heading.dark .title {
	font-weight: 300;
	text-align: center;
	font-size: 47px;
	letter-spacing: -0.4px;
	margin: 0;
	color: #000;
	position: relative;
	line-height: 1.1;
}

.text-theme {
	color: #f8c301;
	font-weight: 800;
}

li.list-icon {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 8px;
	font-size: 18px;
	color: white;
}

.imgdon {
	margin-left: 210px;
}

a.btn.btn-outline {
	margin-top: 0%;
}

.red-btn a {
	color: #f8c301 !important;
	border-color: #f8c301 !important;
	font-size: 16px;
}

.btn {
	display: inline-block;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 2px solid transparent;
	white-space: nowrap;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 7px 25px;
	line-height: 1.6;
	border-radius: 25px;
	user-select: none;
	transition: all 0.4s ease 0s;
}

.donbox{
	margin-left: 300px;
}
.center {
	margin: auto;
	width: 60%;
	padding: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hideform {
	display: none;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #d7b87f;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
}

/* The Close Button */
.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

/*Donation Form Style Ends*/

.imgborder {
	width: 100%;
	height: 270px;
	border: solid 0px #eee;
	margin-bottom: 20px;
}

	.imgborder img {
		width: 100%;
		height: auto;
		border: solid 3px white;
		background-color: #e3cece;
	}

	.imgborder h2 {
		margin: 25px 0px 0 0px;
		font-size: 19px;
	}

.imageborder p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 22px;
}

element.style {
}

.imgborder img {
	width: 100%;
	height: auto;
	border-radius: 0px;
}

.zoom {
	padding: 0px;
	/* background-color: green; */
	transition: transform .2s;
	margin: 0 auto;
}

/*Modal on Newspaper Cutting*/

#myImg1 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

	#myImg1:hover {
		opacity: 0.7;
	}

#myImg2 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

	#myImg2:hover {
		opacity: 0.7;
	}

#myImg3 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

	#myImg3:hover {
		opacity: 0.7;
	}

#myImg4 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

	#myImg4:hover {
		opacity: 0.7;
	}

#myImg5 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

	#myImg5:hover {
		opacity: 0.7;
	}

#myImg6 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

	#myImg6:hover {
		opacity: 0.7;
	}

/* The Modal (background) */

.modal1 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal2 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal3 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal4 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal5 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal6 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content1 {
	margin: auto;
	display: block;
	max-width: 700px;
	background-color: #d7b87f;
	margin: auto;
	padding: 0px;
	border: 1px solid #888;
	width: 50%;
}


/* Add Animation */
.modal-content1, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* The Close Button */
.close1 {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

	.close1:hover,
	.close1:focus {
		color: #bbb;
		text-decoration: none;
		cursor: pointer;
	}
/*Modal on Newspaper Cutting end*/

/*1024px moblie view start*/
@media(max-width: 1024px) {
	.donbox {
		margin-left: 230px;
	}
	.bstyle {
		background-color: #09b0c7;
		color: white;
		margin-left: 225px;
	}
	ul.nav.navbar-nav {
		margin: 0 0 0 260px;
	}

	.help-bar .title-help-bar {
		font-size: 35px;
		color: #ffffff;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 0;
		padding: 10px 20px 20px 54px;
	}

	.help-bar .link-help-bar {
		background-color: #00628B;
		position: absolute;
		width: 115%;
		height: 100%;
		padding: 42px 3px 20px 35px;
		transition: all 0.5s ease;
	}

		.help-bar .link-help-bar .help-bar-number {
			float: left;
			color: #fff;
			font-size: 54px;
			font-weight: 300;
			width: 27%;
		}

		.help-bar .link-help-bar .line-help-bar {
			border-left: 1px solid #fff;
			display: block;
			float: left;
			height: 105px;
			transform: rotate( 17deg);
			position: relative;
			top: -12px;
			margin: 0 10px 0 22px;
		}

		.help-bar .link-help-bar .title-link-help-bar {
			font-size: 29px;
			color: #FFE102;
			float: left;
			font-weight: bold;
			font-style: italic;
			width: 85%;
			line-height: 30px;
			margin-top: 25px;
		}

	.help-bar {
		background-color: #00628B;
		overflow: hidden;
		height: 510px;
		position: relative;
		z-index: 100;
	}
	.fstyle {
		color: whitesmoke;
		font-family: cursive;
		margin-left: 65px;
	}
	.howstyle {
		color: white;
		line-height: 1.5;
		margin-top: 75px;
		margin-left: 25px;
	}

	.emstyle {
		margin-left: -56px;
	}

	.topbar {
		font-size: 19px;
	}

	.apply {
		margin-left: 320px;
	}

	.useful-links .icon-holder {
		margin: 0px 20px 20px 14px;
	}

	.styling1 {
		margin-left: -100px;
	}

	.videosty {
		width: 84%;
		height: 350px;
		margin-left: 13px;
	}
	.widstyle {
		margin-left:80px;
	}
	section.contact-w3ls .contact-grid1-left1 p {
		font-size: 17px;
		margin-bottom: 1em;
	}
	section.contact-w3ls .contact-grid1-left1 a {
		font-size: 17px;
		color: #fff;
		text-decoration: none;
	}

	section.info p {
		font-size: 23px;
	}

	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: 4px;
		left: 1%;
		height: 55px;
		width: 37%;
	}

	.founsty {
		padding-left: 45px;
	}

	.carousel-control {
		left: 20px;
	}

	.formsty {
		margin-left: 200px;
	}

	section.banner-inner {
		min-height: 350px;
	}

	.bannerclass {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -560px;
	}

	.bannerclass1 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -400px;
	}

	.bannerclass2 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -500px;
	}

	.bannerclass3 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -450px;
	}

	.bannerclass4 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -400px;
	}

	.bannerclass5 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -300px;
	}

	.bannerclass6 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -500px;
	}

	.missionstyle {
		margin-left: 10px;
	}

	.span6 {
		width: 500px;
		float: left;
		min-height: 1px;
		margin-left: 25px;
	}

	.span7 {
		width: 500px;
		float: left;
		min-height: 1px;
		margin-left: -6px;
	}
	.title-box_secondary {
		font-size: 18px;
	}
	.imagesty {
		width: 30%;
	}
	.enquiry {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}
	.donpadding {
		padding-bottom: 70px !important;
	}

	.vc_row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.widget {
		margin-bottom: 30px;
		position: relative;
		padding: 0px;
		background: transparent;
	}

	.widget-text-heading.white .title, .widget-text-heading.black .title, .widget-text-heading.dark .title {
		font-weight: 300;
		text-align: center;
		font-size: 47px;
		letter-spacing: -0.4px;
		margin: 0;
		color: #000;
		position: relative;
		line-height: 1.1;
	}

	.text-theme {
		color: #f8c301;
		font-weight: 800;
	}

	li.list-icon {
		background-repeat: no-repeat;
		padding-left: 20px;
		background-size: 8px;
		font-size: 18px;
		color: white;
	}

	.imgdon {
		margin-left: 170px;
	}

	a.btn.btn-outline {
		margin-top: 0%;
	}

	.red-btn a {
		color: #f8c301 !important;
		border-color: #f8c301 !important;
		font-size: 16px;
	}

	.btn {
		display: inline-block;
		font-weight: 800;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 2px solid transparent;
		white-space: nowrap;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 7px 25px;
		line-height: 1.6;
		border-radius: 25px;
		user-select: none;
		transition: all 0.4s ease 0s;
	}
}
/*1024px moblie view ends*/
/*912px moblie view start*/
@media (max-width: 912px) {
	.imgborder img {
		width: 100%;
		height: auto;
		border-radius: 0px;
		margin-top: 20px;
	}
	.imgborder {
		width: 50%;
		height: 430px;
		border: solid 0px #eee;
		margin: auto;
	}
		.imgborder h2 {
			margin: 25px 0px 0 0px;
			font-size: 24px;
		}
	.donbox {
		margin-left: 100px;
		margin-right: 140px;
	}
	.imgdon {
		margin-left: 160px;
	}
	.formsty {
		margin-left: 110px;
		width: 85%;
	}
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 20%;
		min-width: 320px;
		max-width: 480px;
		max-height: 270px;
		width: 55%;
		background: #3085a3;
		text-align: center;
		cursor: pointer;
	}
	.span6 {
		width: 500px;
		float: left;
		min-height: 1px;
		margin-left: 200px;
	}
	.span7 {
		width: 500px;
		float: left;
		min-height: 1px;
		margin-left: -10px;
	}
	.sestyle {
		margin-left: 20px;
	}
	.videosty {
		width: 90%;
		height: 360px;
		margin-left: 55px;
	}
	.styling1 {
		margin-left: 0px;
	}
	.apply {
		margin-left: 230px;
	}
	.founsty {
		padding-left: 190px;
	}
	.topbar {
		font-size: 15px;
	}
	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: 4px;
		left: 15%;
		height: 51px;
		width: 400%;
	}
	.bstyle {
		background-color: #09b0c7;
		color: white;
		margin-left: 0px;
	}
	ul.nav.navbar-nav {
		margin: 0px 0 0 200px;
	}
}
/*912px moblie view ends*/
/*820px moblie view start*/
@media (max-width: 820px) {
	.imgdon {
		margin-left: 155px;
	}
	.formsty {
		margin-left: 110px;
		width: 75%;
	}
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 20%;
		min-width: 320px;
		max-width: 480px;
		max-height: 270px;
		width: 55%;
		background: #3085a3;
		text-align: center;
		cursor: pointer;
	}
	.span6 {
		width: 500px;
		float: left;
		min-height: 1px;
		margin-left: 180px;
	}
	.span7 {
		width: 500px;
		float: left;
		min-height: 1px;
		margin-left: -30px;
	}
	.apply {
		margin-left: 230px;
	}
	.sestyle {
		margin-left: 20px;
	}
	.styling1 {
		margin-left: 0px;
	}
	.founsty {
		padding-left: 190px;
	}
	.videosty {
		width: 90%;
		height: 360px;
		margin-left: 55px;
	}
	.topbar {
		font-size: 15px;
	}
	.bstyle {
		background-color: #09b0c7;
		color: white;
		margin-left: 0px;
	}
	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: 4px;
		left: 5%;
		height: 40px;
		width: 380%;
	}
	ul.nav.navbar-nav {
		margin: 0px 0 0 200px;
	}
}
/*820px moblie view ends*/
/*768px moblie view start*/
@media(max-width: 768px) {
	.bstyle {
		background-color: #09b0c7;
		color: white;
		margin-left: 0px;
	}
	ul.nav.navbar-nav {
		margin: 0px 0 0 160px;
	}
	.help-bar .title-help-bar {
		font-size: 35px;
		color: #ffffff;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 0;
		padding: 10px 20px 20px 54px;
	}

	.help-bar .link-help-bar {
		background-color: #00628B;
		position: absolute;
		width: 115%;
		height: 100%;
		padding: 42px 3px 20px 35px;
		transition: all 0.5s ease;
	}

		.help-bar .link-help-bar .help-bar-number {
			float: left;
			color: #fff;
			font-size: 54px;
			font-weight: 300;
			width: 27%;
		}

		.help-bar .link-help-bar .line-help-bar {
			border-left: 1px solid #fff;
			display: block;
			float: left;
			height: 105px;
			transform: rotate( 17deg);
			position: relative;
			top: -12px;
			margin: 0 10px 0 22px;
		}

		.help-bar .link-help-bar .title-link-help-bar {
			font-size: 29px;
			color: #FFE102;
			float: left;
			font-weight: bold;
			font-style: italic;
			width: 85%;
			line-height: 30px;
			margin-top: 25px;
		}

	.help-bar {
		background-color: #00628B;
		overflow: hidden;
		height: 510px;
		position: relative;
		z-index: 100;
	}

	.howstyle {
		color: white;
		line-height: 1.5;
		margin-top: 75px;
		margin-left: 25px;
	}

	.emstyle {
		margin-left: -56px;
	}

	.topbar {
		font-size: 15px;
	}

	.apply {
		margin-left: 0px;
	}

	.useful-links .icon-holder {
		margin: 0px 20px 20px 14px;
	}

	.styling1 {
		margin-left: 0;
	}

	.videosty {
		width: 80%;
		height: 310px;
		margin-left: 100px;
	}

	section.contact-w3ls .contact-grid1-left1 p {
		font-size: 20px;
		margin-bottom: 1em;
	}

	section.info p {
		font-size: 18px;
	}

	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: 3px;
		left: 20%;
		height: 41px;
		width: 444%;
	}

	.founsty {
		padding-left: 235px;
	}

	.carousel-control {
		left: 95px;
	}

	.formsty {
		width:80%;
		margin-left: 100px;
	}

	section.banner-inner {
		min-height: 350px;
	}

	.bannerclass {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -560px;
	}

	.bannerclass1 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -400px;
	}

	.bannerclass2 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -500px;
	}

	.bannerclass3 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -450px;
	}

	.bannerclass4 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -400px;
	}

	.bannerclass5 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -300px;
	}

	.bannerclass6 {
		font-size: 60px;
		padding-top: 270px;
		margin-left: -500px;
	}

	.missionstyle {
		margin-left: 10px;
	}

	.span6 {
		width: 625px;
		float: left;
		min-height: 1px;
		margin-left: 105px;
	}

	.span7 {
		width: 625px;
		float: left;
		min-height: 1px;
		margin-left: -105px;
	}

	.imagesty {
		width: 30%;
	}
	.enquiry {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}
	.donpadding {
		padding-bottom: 70px !important;
	}

	.vc_row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.widget {
		margin-bottom: 30px;
		position: relative;
		padding: 0px;
		background: transparent;
	}

	.widget-text-heading.white .title, .widget-text-heading.black .title, .widget-text-heading.dark .title {
		font-weight: 300;
		text-align: center;
		font-size: 47px;
		letter-spacing: -0.4px;
		margin: 0;
		color: #000;
		position: relative;
		line-height: 1.1;
	}

	.text-theme {
		color: #f8c301;
		font-weight: 800;
	}

	li.list-icon {
		background-repeat: no-repeat;
		padding-left: 20px;
		background-size: 8px;
		font-size: 18px;
		color: white;
	}

	.imgdon {
		margin-left: 155px;
	}

	a.btn.btn-outline {
		margin-top: 0%;
	}

	.red-btn a {
		color: #f8c301 !important;
		border-color: #f8c301 !important;
		font-size: 16px;
	}

	.btn {
		display: inline-block;
		font-weight: 800;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 2px solid transparent;
		white-space: nowrap;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 7px 25px;
		line-height: 1.6;
		border-radius: 25px;
		user-select: none;
		transition: all 0.4s ease 0s;
	}
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 20%;
		min-width: 320px;
		max-width: 480px;
		max-height: 270px;
		width: 60%;
		background: #3085a3;
		text-align: center;
		cursor: pointer;
	}
}
/*768px moblie view ends*/
/*540px moblie view start*/
@media(max-width: 540px) {
	.imgborder img {
		width: 100%;
		height: auto;
		border-radius: 0px;
	}

	.imgborder {
		width: 70%;
		height: 430px;
		border: solid 0px #eee;
		margin: auto;
	}

		.imgborder h2 {
			margin: 25px 0px 0 0px;
			font-size: 26px;
		}
	.donbox {
		margin-left: 100px;
		margin-right: 50px;
	}
	.modal-content1 {
		display: block;
		max-width: 700px;
		background-color: #d7b87f;
		margin-left: 100px;
		padding: 0px;
		border: 1px solid #888;
		width: 50%;
	}
	.imgdon {
		margin-left: 100px;
	}
	.formsty {
		width: 90%;
		margin-left: 40px;
	}
	.bannerclass {
		font-size: 50px;
		padding-top: 185px;
		margin-left: -360px;
	}
	.bannerclass1 {
		font-size: 38px;
		padding-top: 200px;
		margin-left: -300px;
	}
	.bannerclass2 {
		font-size: 50px;
		padding-top: 185px;
		margin-left: -260px;
	}
	.bannerclass3 {
		font-size: 50px;
		padding-top: 185px;
		margin-left: -280px;
	}
	.bannerclass4 {
		font-size: 50px;
		padding-top: 180px;
		margin-left: -400px;
	}
	.bannerclass5 {
		font-size: 45px;
		padding-top: 185px;
		margin-left: -210px;
	}
	.bannerclass6 {
		font-size: 50px;
		padding-top: 200px;
		margin-left: -350px;
	}
	.span6 {
		width: 440px;
		float: left;
		min-height: 1px;
		margin-left: 105px;
	}
	.span7 {
		width: 440px;
		float: left;
		min-height: 1px;
		margin-left: -105px;
	}
	section.banner-inner {
		min-height: 250px;
	}
	.videosty {
		width: 90%;
		height: 315px;
		margin-left: 40px;
	}
	.emstyle {
		margin-left: -80px;
	}
	.topbar {
		font-size: 12px;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: -100px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	input[type=submit] {
		width: 30%;
		padding: 8px 2px;
		margin: 8px 35px;
		box-sizing: border-box;
	}
	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: -100px;
		left: 20%;
		height: 41px;
		width: 450%;
	}
	.pogoSlider-nav-btn {
		width: 15px;
		height: 15px;
	}
	.pogoSlider--navBottom .pogoSlider-nav li, .pogoSlider--navTop .pogoSlider-nav li {
		display: inline;
		margin: 0 0px;
	}
	section.contact-w3ls .contact-grid1-left1 p {
		font-size: 18px;
		margin-bottom: 1em;
	}
	.howstyle {
		color: white;
		line-height: 1.5;
		margin-top: 50px;
		margin-left: 25px;
		font-size: 17px;
	}
	.help-bar .link-help-bar .help-bar-number {
		float: left;
		color: #fff;
		font-size: 43px;
		font-weight: 300;
		width: 30%;
	}
	section.info p {
		font-size: 22px;
		margin-left: 10px;
	}
	section.info h2 {
		padding: 15px 0 5px;
		font-size: 30px;
	}
	.help-bar .link-help-bar .title-link-help-bar {
		font-size: 20px;
		color: #FFE102;
		float: left;
		font-weight: bold;
		font-style: italic;
		width: 95%;
		line-height: 30px;
		margin-top: 25px;
	}
	.carousel-control {
		left: 15px;
	}
	.founsty {
		padding-left: 160px;
	}
		.carousel-control.right {
			right: 15px;
		}
}
/*540px moblie view ends*/
/*414px moblie view start*/
@media(max-width: 414px) {
	.imgborder img {
		width: 100%;
		height: auto;
		border-radius: 0px;
	}

	.imgborder {
		width: 70%;
		height: 340px;
		border: solid 0px #eee;
		margin: auto;
	}

		.imgborder h2 {
			margin: 25px 0px 0 0px;
			font-size: 22px;
		}
	.donbox {
		margin-left: 40px;
		margin-right: 20px;
	}
	.modal-content1 {
		display: block;
		max-width: 700px;
		background-color: #d7b87f;
		margin-left: 80px;
		padding: 0px;
		border: 1px solid #888;
		width: 50%;
	}
	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: -100px;
		left: 30%;
		width: 410%;
	}
	.modal {
		position: fixed;
		z-index: 1;
		padding-top: 100px;
		left: 0;
		top: 0;
		margin-left: -60px;
		width: 130%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.4);
	}
	.title-box_secondary {
		font-size: 21px;
	}

	ul.nav.navbar-nav {
		margin: 0px 0px 0px 100px;
	}

	.dropdown-content {
		position: absolute;
		background-color: #f9f9f9;
		min-width: 251px;
		z-index: 3;
	}

	.founsty {
		padding-left: 80px;
		padding-right: 80px;
	}

	.fstyle {
		color: whitesmoke;
		font-family: cursive;
		margin-left: -12px;
	}

	.help-bar {
		background-color: #00628B;
		overflow: hidden;
		height: 400px;
		position: relative;
		z-index: 100;
	}

		.help-bar .link-help-bar {
			background-color: #00628B;
			position: absolute;
			width: 100%;
			height: 100%;
			padding: 42px 15px 20px 44px;
			transition: all 0.5s ease;
		}

	section.contact-w3ls .contact-grid1-left1 p {
		font-size: 15px;
		margin-bottom: 1em;
	}

	section.contact-w3ls .contact-grid1-left1 a {
		font-size: 15px;
		color: #fff;
		text-decoration: none;
	}

	.carousel-control.right {
		right: 20px;
		left: auto;
		background-repeat: repeat-x;
		background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	}

	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 0%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		background-color: rgba(0,0,0,0);
		opacity: 1.5;
	}

	.bstyle {
		background-color: #09b0c7;
		color: white;
		margin-left: 0px;
	}

	.useful-links .icon-holder {
		float: left;
		width: 90%;
		margin: 0 10%;
		/* background: url(../images/light3.gif); */
		background: #A74F0F;
		border-radius: 0;
		padding: 0px 0;
		margin-bottom: 20px;
		min-height: 153px;
		border-radius: 63px;
	}

	.styling1 {
		font-size: 30px;
		color: #fff;
		font-family: Marker Felt, fantasy;
		text-align: center;
		margin-left: 15px;
	}

	.videosty {
		width: 100%;
		height: 300px;
		margin-left: 10px;
	}

	.apply {
		background-color: brown;
		color: white;
		margin-left: 0px;
		margin-top: 50px;
		font-size: large;
	}

	.sestyle {
		margin-left: -10px;
	}

	section.footer a.logo {
		left: 75pt;
		top: 10%;
		font-size: 14pt;
	}

	.imagesty {
		width: 23%;
	}

	.our-projectsheading {
		text-align: center;
		margin-left: 30px;
		color: #FFFFFF;
		font-size: 38px;
		font-family: emoji;
		/* background: url(../images/bottom-bg.png) center 40px no-repeat; */
		padding-bottom: 13px;
		margin-bottom: 28px;
	}

	.help-bar .title-help-bar {
		font-size: 25px;
		color: #ffffff;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 0;
		padding: 5px 66px 20px 76px;
	}

	.help-bar .link-help-bar .title-link-help-bar {
		font-size: 13px;
		color: #FFE102;
		float: left;
		font-weight: bold;
		font-style: italic;
		width: 64%;
		line-height: 18px;
	}

	.help-bar .link-help-bar .help-bar-number {
		float: left;
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		width: 35%;
	}

	.help-bar .link-help-bar .line-help-bar {
		border-left: 1px solid #fff;
		display: block;
		float: right;
		height: 30px;
		transform: rotate( 17deg);
		position: relative;
		margin: 12px -2px 8px 5px;
	}

	.howstyle {
		color: white;
		line-height: 1.5;
		font-size: 13px;
		margin-top: -14px;
		margin-left: 20px;
	}

	section.banner-inner {
		min-height: 170px;
	}

	.bannerclass {
		font-size: 40px;
		padding-top: 120px;
		margin-left: -220px;
	}

	.bannerclass1 {
		font-size: 40px;
		padding-top: 137px;
		margin-left: -145px;
	}

	.bannerclass2 {
		font-size: 40px;
		padding-top: 137px;
		margin-left: -175px;
	}

	.bannerclass3 {
		font-size: 40px;
		padding-top: 137px;
		margin-left: -148px;
	}

	.bannerclass4 {
		font-size: 40px;
		padding-top: 137px;
		margin-left: -100px;
	}

	.bannerclass5 {
		font-size: 40px;
		padding-top: 137px;
		margin-left: -50px;
	}

	.bannerclass6 {
		font-size: 40px;
		padding-top: 137px;
		margin-left: -200px;
	}

	.missionstyle {
		color: white;
		font-size: 29px;
		margin-left: 25px;
		font-family: 'Rancho', cursive;
	}

	.missionimg {
		margin-top: 0px;
	}

	.teammembers {
		margin-left: 21px;
		color: white;
		font-size: 19px;
		font-family: 'Rancho', cursive;
	}

	.span6 {
		width: 335px;
		float: left;
		min-height: 1px;
		margin-left: 85px;
	}

	.span7 {
		width: 335px;
		float: left;
		min-height: 1px;
		margin-left: -125px;
	}

	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 129%;
		margin-top: -60px;
	}

	.disstyle {
		font-size: 12px;
		line-height: 20px;
		margin-left: 50px;
	}

	.dirow {
		margin-left: -200px;
	}

	.widstyle {
		width: 115%;
		margin-left: -15px;
	}

	element.style {
		margin-left: -24px;
	}

	.topbar .donateSection {
		text-align: right;
	}

	.email-phone {
		margin: -2px 0;
		font-weight: bold;
		color: #fff;
	}

	.topbar {
		display: table;
		height: 38px;
		padding: 10px 0;
		width: 100%;
		font-size: 8px;
	}

	.emstyle {
		margin-left: -35px;
	}

	.pogoSlider--navBottom .pogoSlider-nav li {
		display: inline;
		margin: 0px -10px;
	}

	.pogoSlider-slide-element {
		margin-top: 92px !important;
	}

	.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
		top: 50%;
		margin-top: 31px;
		margin-left: 0px;
	}

	.topbar .donateSection .donateButton {
		background: #f8c301;
		height: 16px;
		padding: 3px 6px;
		color: #111111;
		font-family: 'ProximaNovaSemiBold';
		text-transform: uppercase;
		border-radius: 25px;
	}

	.formsty {
		margin-left: 16px;
		width: 100%;
	}

	.registrationstyle {
		font-family: verdana;
		font-weight: bold;
		border: 2px solid #fff;
		font-size: 10px;
		background-color: #a1b8c38f;
	}

	input[type=reset] {
		width: 22%;
		padding: 8px 2px;
		margin: 16px -30px;
		box-sizing: border-box;
	}

	.enquiry {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}

	.donpadding {
		padding-bottom: 70px !important;
	}

	.vc_row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.widget {
		margin-bottom: 30px;
		position: relative;
		padding: 0px;
		background: transparent;
	}

	.widget-text-heading.white .title, .widget-text-heading.black .title, .widget-text-heading.dark .title {
		font-weight: 300;
		text-align: center;
		font-size: 47px;
		letter-spacing: -0.4px;
		margin: 0;
		color: #000;
		position: relative;
		line-height: 1.1;
	}

	.text-theme {
		color: #f8c301;
		font-weight: 800;
	}

	li.list-icon {
		background-repeat: no-repeat;
		padding-left: 20px;
		background-size: 8px;
		font-size: 18px;
		color: white;
	}

	.imgdon {
		margin-left: 80px;
	}

	a.btn.btn-outline {
		margin-top: 0%;
	}

	.red-btn a {
		color: #f8c301 !important;
		border-color: #f8c301 !important;
		font-size: 16px;
	}

	.btn {
		display: inline-block;
		font-weight: 800;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 2px solid transparent;
		white-space: nowrap;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 7px 25px;
		line-height: 1.6;
		border-radius: 25px;
		user-select: none;
		transition: all 0.4s ease 0s;
	}
}
/*414px moblie view ends*/

/*375px moblie view start*/
@media(max-width: 375px) {
	.imgborder img {
		width: 100%;
		height: auto;
		border-radius: 0px;
	}

	.imgborder {
		width: 80%;
		height: 340px;
		border: solid 0px #eee;
		margin: auto;
	}

		.imgborder h2 {
			margin: 25px 0px 0 0px;
			font-size: 22px;
		}
	.modal {
		position: fixed;
		z-index: 1;
		padding-top: 100px;
		left: 0;
		top: 0;
		margin-left: -90px;
		width: 150%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.4);
	}
	.modal-content1 {
		display: block;
		max-width: 700px;
		background-color: #d7b87f;
		margin-left: 65px;
		padding: 0px;
		border: 1px solid #888;
		width: 50%;
	}
	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: -100px;
		left: 30%;
		width: 410%;
	}
	ul.nav.navbar-nav {
		margin: 0px 0px 0px 20px;
	}
	.dropdown-content {
		position: absolute;
		background-color: #f9f9f9;
		min-width: 171px;
		z-index: 3;
	}
	.help-bar {
		background-color: #00628B;
		overflow: hidden;
		height: 400px;
		position: relative;
		z-index: 100;
	}
	.help-bar .link-help-bar {
		background-color: #00628B;
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 42px 15px 20px 44px;
		transition: all 0.5s ease;
	}
	.fstyle {
		color: whitesmoke;
		font-family: cursive;
		margin-left: -12px;
	}
	.founsty {
    padding-left: 80px;
    padding-right: 80px;
	}
	.imagesty {
		width: 23%;
	}
	section.contact-w3ls .contact-grid1-left1 p {
		font-size: 14px;
		margin-bottom: 1em;
	}
	section.contact-w3ls .contact-grid1-left1 a {
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	.carousel-control.right {
		right: 20px;
		left: auto;
		background-repeat: repeat-x;
		background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	}
	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 0%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		background-color: rgba(0,0,0,0);
		opacity: 1.5;
	}
	.bstyle {
		background-color: #09b0c7;
		color: white;
		margin-left: 0px;
	}
	.useful-links .icon-holder {
		float: left;
		width: 90%;
		margin: 0 10%;
		/* background: url(../images/light3.gif); */
		background: #A74F0F;
		border-radius: 0;
		padding: 0px 0;
		margin-bottom: 20px;
		min-height: 153px;
		border-radius: 63px;
	}
	.styling1 {
		font-size: 30px;
		color: #fff;
		font-family: Marker Felt, fantasy;
		text-align: center;
		margin-left: 15px;
	}
	.videosty {
		width: 100%;
		height: 300px;
		margin-left: 10px;
	}
	.apply{
	background-color: brown;
	color: white;
	margin-left: 0px;
	margin-top: 50px;
	font-size: large;
	}
	.sestyle {
		margin-left: -10px;
	}
	section.footer a.logo {
		left: 60pt;
		top: 10%;
		font-size: 14pt;
	}
	.our-projectsheading {
		text-align: center;
		margin-left: 30px;
		color: #FFFFFF;
		font-size: 38px;
		font-family: emoji;
		/* background: url(../images/bottom-bg.png) center 40px no-repeat; */
		padding-bottom: 13px;
		margin-bottom: 28px;
	}
	.help-bar .title-help-bar {
		font-size: 25px;
		color: #ffffff;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 0;
		padding: 5px 66px 20px 76px;
	}
	.help-bar .link-help-bar .title-link-help-bar {
		font-size: 13px;
		color: #FFE102;
		float: left;
		font-weight: bold;
		font-style: italic;
		width: 64%;
		line-height: 18px;
	}
	.help-bar .link-help-bar .help-bar-number {
		float: left;
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		width: 35%;
	}
	.help-bar .link-help-bar .line-help-bar {
		border-left: 1px solid #fff;
		display: block;
		float: right;
		height: 30px;
		transform: rotate( 17deg);
		position: relative;
		margin: 12px -2px 8px 5px;
	}
	.howstyle {
		color: white;
		line-height: 1.5;
		font-size: 13px;
		margin-top: -14px;
		margin-left: 20px;
	}
	section.banner-inner {
		min-height: 160px;
	}
	.bannerclass {
		font-size: 38px;
		padding-top: 110px;
		margin-left: -210px;
	}
	.bannerclass1 {
		font-size: 35px;
		padding-top: 137px;
		margin-left: -145px;
	}
	.bannerclass2 {
		font-size: 45px;
		padding-top: 137px;
		margin-left: -175px;
	}
	.bannerclass3 {
		font-size: 45px;
		padding-top: 137px;
		margin-left: -130px;
	}
	.bannerclass4 {
		font-size: 45px;
		padding-top: 137px;
		margin-left: -100px;
	}
	.bannerclass5 {
		font-size: 45px;
		padding-top: 137px;
		margin-left: -50px;
	}
	.bannerclass6 {
		font-size: 45px;
		padding-top: 137px;
		margin-left: -200px;
	}
	.missionstyle {
		color: white;
		font-size: 29px;
		margin-left: 25px;
		font-family: 'Rancho', cursive;
	}
	.missionimg {
		margin-top: 0px;
	}
	.teammembers {
		margin-left: 21px;
		color: white;
		font-size: 20px;
		font-family: 'Rancho', cursive;
	}
	
	.span6 {
		width: 335px;
		float: left;
		min-height: 1px;
		margin-left: 57px;
	}
	.span7 {
		width: 335px;
		float: left;
		min-height: 1px;
		margin-left: -154px;
	}
	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 129%;
		margin-top: -60px;
	}
	.disstyle {
		font-size: 12px;
		line-height: 20px;
		margin-left:50px;
	}
	.dirow {
		margin-left: -200px;
	}
	.widstyle {
		width: 100%;
		margin-left: 0px;
	}

	element.style {
		margin-left: -24px;
	}

	.topbar .donateSection {
		text-align: right;
	}

	.email-phone {
		margin: -2px 0;
		font-weight: bold;
		color: #fff;
	}
	.topbar {
		display: table;
		height: 38px;
		padding: 10px 0;
		width: 100%;
		font-size: 8px;
	}
	.emstyle {
		margin-left: -24px;
	}
	.pogoSlider--navBottom .pogoSlider-nav li {
		display: inline;
		margin: 0px -10px;
	}
	
	.pogoSlider-slide-element {
		margin-top: 92px !important;
	}
	.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
		top: 50%;
		margin-top: 31px;
		margin-left: 0px;
	}
	.topbar .donateSection .donateButton {
		background: #f8c301;
		height: 16px;
		padding: 3px 6px;
		color: #111111;
		font-family: 'ProximaNovaSemiBold';
		text-transform: uppercase;
		border-radius: 25px;
	}
	.formsty {
		margin-left: 16px;
		width: 100%;
	}
	.registrationstyle {
		font-family: verdana;
		font-weight: bold;
		border: 2px solid #fff;
		font-size: 10px;
		background-color: #a1b8c38f;
	}
	input[type=reset] {
		width: 22%;
		padding: 8px 2px;
		margin: 16px -30px;
		box-sizing: border-box;
	}
	.enquiry {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}
	.donpadding {
		padding-bottom: 70px !important;
	}

	.vc_row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.widget {
		margin-bottom: 30px;
		position: relative;
		padding: 0px;
		background: transparent;
	}

	.widget-text-heading.white .title, .widget-text-heading.black .title, .widget-text-heading.dark .title {
		font-weight: 300;
		text-align: center;
		font-size: 47px;
		letter-spacing: -0.4px;
		margin: 0;
		color: #000;
		position: relative;
		line-height: 1.1;
	}

	.text-theme {
		color: #f8c301;
		font-weight: 800;
	}

	li.list-icon {
		background-repeat: no-repeat;
		padding-left: 20px;
		background-size: 8px;
		font-size: 18px;
		color: white;
	}

	.imgdon {
		margin-left: 60px;
	}

	a.btn.btn-outline {
		margin-top: 0%;
	}

	.red-btn a {
		color: #f8c301 !important;
		border-color: #f8c301 !important;
		font-size: 16px;
	}

	.btn {
		display: inline-block;
		font-weight: 800;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 2px solid transparent;
		white-space: nowrap;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 7px 25px;
		line-height: 1.6;
		border-radius: 25px;
		user-select: none;
		transition: all 0.4s ease 0s;
	}
	.grid figure figcaption {
		color: #fff;
		text-transform: capitalize;
		font-size: 1.25em;
		backface-visibility: hidden;
		margin-left: -30px;
	}
	.useful-links .icon-holder span {
		text-align: center;
		color: #fff;
		margin: 15px;
		font-size: 17px;
		line-height: 20px;
		display: block;
		font-weight: 400;
	}

}
/*375px mobile view ends*/

/*320px moblie view start*/
@media(max-width: 320px) {
	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: -100px;
		left: 30%;
		width: 410%;
	}
	.useful-links .icon-holder span {
		text-align: center;
		color: #fff;
		margin: 15px;
		font-size: 15px;
		line-height: 20px;
		display: block;
		font-weight: 400;
	}
	ul.nav.navbar-nav {
		margin: 0px 0px 0px 20px;
	}
	.dropdown-content {
		position: absolute;
		background-color: #f9f9f9;
		min-width: 130px;
		z-index: 3;
	}
	.help-bar {
		background-color: #00628B;
		overflow: hidden;
		height: 400px;
		position: relative;
		z-index: 100;
	}

		.help-bar .link-help-bar {
			background-color: #00628B;
			position: absolute;
			width: 100%;
			height: 100%;
			padding: 42px 5px 20px 44px;
			transition: all 0.5s ease;
		}

	.fstyle {
		color: whitesmoke;
		font-family: cursive;
		margin-left: -12px;
	}

	.founsty {
		padding-left: 45px;
		padding-right: 80px;
	}

	.imagesty {
		width: 23%;
	}

	section.contact-w3ls .contact-grid1-left1 p {
		font-size: 13px;
		margin-bottom: 1em;
	}

	section.contact-w3ls .contact-grid1-left1 a {
		font-size: 13px;
		color: #fff;
		text-decoration: none;
	}

	.carousel-control.right {
		right: 20px;
		left: auto;
		background-repeat: repeat-x;
		background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	}

	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 0%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		background-color: rgba(0,0,0,0);
		opacity: 1.5;
	}

	.bstyle {
		background-color: #09b0c7;
		color: white;
		margin-left: 0px;
	}

	.useful-links .icon-holder {
		float: left;
		width: 90%;
		margin: 0 10%;
		/* background: url(../images/light3.gif); */
		background: #A74F0F;
		border-radius: 0;
		padding: 0px 0;
		margin-bottom: 20px;
		min-height: 153px;
		border-radius: 63px;
	}

	.styling1 {
		font-size: 30px;
		color: #fff;
		font-family: Marker Felt, fantasy;
		text-align: center;
		margin-left: 15px;
	}

	.videosty {
		width: 100%;
		height: 300px;
		margin-left: 10px;
	}

	.apply {
		background-color: brown;
		color: white;
		margin-left: 0px;
		margin-top: 50px;
		font-size: small;
	}
	.useful-links .icon-holder span {
		text-align: center;
		color: #fff;
		margin: 15px;
		font-size: 18px;
		line-height: 23px;
		display: block;
		font-weight: 400;
	}

	.sestyle {
		margin-left: -10px;
	}

	section.footer a.logo {
		left: 35pt;
		top: 10%;
		font-size: 14pt;
	}

	.our-projectsheading {
		text-align: center;
		margin-left: 15px;
		color: #FFFFFF;
		font-size: 24px;
		font-family: emoji;
		/* background: url(../images/bottom-bg.png) center 40px no-repeat; */
		padding-bottom: 0px;
		margin-bottom: 28px;
	}

	.help-bar .title-help-bar {
		font-size: 25px;
		color: #ffffff;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 0;
		padding: 5px 66px 20px 76px;
	}

	.help-bar .link-help-bar .title-link-help-bar {
		font-size: 11px;
		color: #FFE102;
		float: left;
		font-weight: bold;
		font-style: italic;
		width: 64%;
		line-height: 18px;
	}

	.help-bar .link-help-bar .help-bar-number {
		float: left;
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		width: 35%;
	}

	.help-bar .link-help-bar .line-help-bar {
		border-left: 1px solid #fff;
		display: block;
		float: right;
		height: 30px;
		transform: rotate( 17deg);
		position: relative;
		margin: 12px -2px 8px 5px;
	}

	.howstyle {
		color: white;
		line-height: 1.5;
		font-size: 13px;
		margin-top: -30px;
		margin-left: 30px;
	}
	section.info p {
		font-size: 11px;
	}

	section.banner-inner {
		min-height: 130px;
	}

	.bannerclass {
		font-size: 36px;
		padding-top: 85px;
		margin-left: -173px;
	}

	.bannerclass1 {
		font-size: 36px;
		padding-top: 85px;
		margin-left: -100px;
	}

	.bannerclass2 {
		font-size: 36px;
		padding-top: 85px;
		margin-left: -160px;
	}

	.bannerclass3 {
		font-size: 36px;
		padding-top: 85px;
		margin-left: -130px;
	}

	.bannerclass4 {
		font-size: 36px;
		padding-top: 85px;
		margin-left: -100px;
	}

	.bannerclass5 {
		font-size: 36px;
		padding-top: 85px;
		margin-left: -65px;
	}

	.bannerclass6 {
		font-size: 36px;
		padding-top: 85px;
		margin-left: -190px;
	}

	.missionstyle {
		color: white;
		font-size: 26px;
		margin-left: 25px;
		font-family: 'Rancho', cursive;
	}

	.missionimg {
		margin-top: 0px;
	}

	.teammembers {
		margin-left: 21px;
		color: white;
		font-size: 20px;
		font-family: 'Rancho', cursive;
	}

	.span6 {
		width: 290px;
		float: left;
		min-height: 1px;
		margin-left: 57px;
	}

	.span7 {
		width: 290px;
		float: left;
		min-height: 1px;
		margin-left: -154px;
	}

	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 129%;
		margin-top: -60px;
	}

	.disstyle {
		font-size: 12px;
		line-height: 20px;
		margin-left: 50px;
	}

	.dirow {
		margin-left: -200px;
	}

	.widstyle {
		width: 120%;
		margin-left: -20px;
	}

	element.style {
		margin-left: -24px;
	}

	.topbar .donateSection {
		text-align: right;
	}

	.email-phone {
		margin: -2px 0;
		font-weight: bold;
		color: #fff;
	}

	.topbar {
		display: table;
		height: 38px;
		padding: 10px 0;
		width: 100%;
		font-size: 7px;
	}

	.emstyle {
		margin-left: -30px;
	}

	.pogoSlider--navBottom .pogoSlider-nav li {
		display: inline;
		margin: 0px -10px;
	}

	.pogoSlider-slide-element {
		margin-top: 92px !important;
	}

	.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
		top: 50%;
		margin-top: 31px;
		margin-left: 0px;
	}

	.topbar .donateSection .donateButton {
		background: #f8c301;
		height: 16px;
		padding: 3px 6px;
		color: #111111;
		font-family: 'ProximaNovaSemiBold';
		text-transform: uppercase;
		border-radius: 25px;
	}

	.formsty {
		margin-left: 16px;
		width: 100%;
	}

	.registrationstyle {
		font-family: verdana;
		font-weight: bold;
		border: 2px solid #fff;
		font-size: 10px;
		background-color: #a1b8c38f;
	}
	input[type=text], input[type=email], input[type=number], input[type=password] {
		width: 84%;
		padding: 6px 12px;
		margin: 5px 20px;
		box-sizing: border-box;
	}
	input[type=reset] {
		width: 28%;
		padding: 8px 2px;
		margin: 16px 15px;
		box-sizing: border-box;
	}
	input[type=submit] {
		width: 28%;
		padding: 8px 2px;
		margin: 8px 35px;
		box-sizing: border-box;
	}
	textarea {
		width: 51%;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		margin-left: 20px;
	}
	input[type=radio] {
		margin: 5px 18px 0;
		line-height: normal;
	}
	.enquiry {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}
	.donpadding {
		padding-bottom: 70px !important;
	}

	.vc_row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.widget {
		margin-bottom: 30px;
		position: relative;
		padding: 0px;
		background: transparent;
	}

	.widget-text-heading.white .title, .widget-text-heading.black .title, .widget-text-heading.dark .title {
		font-weight: 300;
		text-align: center;
		font-size: 47px;
		letter-spacing: -0.4px;
		margin: 0;
		color: #000;
		position: relative;
		line-height: 1.1;
	}

	.text-theme {
		color: #f8c301;
		font-weight: 800;
	}

	li.list-icon {
		background-repeat: no-repeat;
		padding-left: 20px;
		background-size: 8px;
		font-size: 18px;
		color: white;
	}

	.imgdon {
		margin-left: 65px;
	}

	a.btn.btn-outline {
		margin-top: 0%;
	}

	.red-btn a {
		color: #f8c301 !important;
		border-color: #f8c301 !important;
		font-size: 16px;
	}

	.btn {
		display: inline-block;
		font-weight: 800;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 2px solid transparent;
		white-space: nowrap;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 7px 25px;
		line-height: 1.6;
		border-radius: 25px;
		user-select: none;
		transition: all 0.4s ease 0s;
	}
	figure.effect-layla h2 {
		transform: translate3d(0,-30px,0);
		padding-top: 25%;
		margin-left: -55px;
		transition: transform 0.35s;
		font-weight: 400;
	}
	figure {
		width: 100%;
		height: 100%;
		margin-left: -20px;
		padding: 0;
		background: rosybrown;
		overflow: hidden;
	}
	.grid figure figcaption {
		color: #fff;
		text-transform: capitalize;
		font-size: 1.25em;
		backface-visibility: hidden;
		margin-left: 0px;
	}
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 20%;
		min-width: 155px;
		max-width: 480px;
		max-height: 270px;
		width: 98%;
		background: #3085a3;
		text-align: center;
		cursor: pointer;
	}
}
/*320px mobile view ends*/
/*280px mobile view start*/
@media(max-width: 280px) {
	.imgborder img {
		width: 100%;
		height: auto;
		border-radius: 0px;
	}

	.imgborder {
		width: 100%;
		height: 280px;
		border: solid 0px #eee;
		margin: auto;
	}

		.imgborder h2 {
			margin: 25px 0px 0 0px;
			font-size: 19px;
		}
	.donbox {
		margin-left: 20px;
		margin-right: -20px;
	}
	.modal {
		position: fixed;
		z-index: 1;
		padding-top: 100px;
		left: 0;
		top: 0;
		margin-left: -90px;
		width: 170%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.4);
	}
	.modal-content1 {
		display: block;
		max-width: 700px;
		background-color: #d7b87f;
		margin-left: 40px;
		padding: 0px;
		border: 1px solid #888;
		width: 50%;
	}
	li.list-icon {
		background-repeat: no-repeat;
		padding-left: 20px;
		background-size: 8px;
		font-size: 16px;
		color: white;
	}
	.imgdon {
		margin-left: 40px;
	}
	.figg {
		width: 260px;
		height: 290px;
	}
	.span6 {
		width: 250px;
		float: left;
		min-height: 1px;
		margin-left: 57px;
	}
	.span7 {
		width: 250px;
		float: left;
		min-height: 1px;
		margin-left: -154px;
	}
	section.banner-inner {
		min-height: 110px;
	}
	.bannerclass {
		font-size: 25px;
		padding-top: 85px;
		margin-left: -185px;
	}
	.bannerclass1 {
		font-size: 30px;
		padding-top: 75px;
		margin-left: -100px;
	}
	.bannerclass2 {
		font-size: 30px;
		padding-top: 72px;
		margin-left: -140px;
	}
	.bannerclass3 {
		font-size: 30px;
		padding-top: 70px;
		margin-left: -130px;
	}
	.bannerclass4 {
		font-size: 30px;
		padding-top: 85px;
		margin-left: -150px;
	}

	.bannerclass5 {
		font-size: 30px;
		padding-top: 70px;
		margin-left: -65px;
	}
	.bannerclass6 {
		font-size: 38px;
		padding-top: 75px;
		margin-left: -145px;
	}
	.founsty {
		padding-left: 20px;
		padding-right: 80px;
	}
	.howstyle {
		color: white;
		line-height: 1.5;
		font-size: 12px;
		margin-top: -30px;
		margin-left: 30px;
	}
	input[type=text], input[type=email], input[type=number], input[type=password] {
		width: 83%;
		padding: 6px 12px;
		margin: 5px 20px;
		box-sizing: border-box;
	}
	input[type=submit] {
		width: 28%;
		padding: 8px 2px;
		margin: 8px 20px;
		box-sizing: border-box;
	}
	.help-bar .link-help-bar .help-bar-number {
		float: left;
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		width: 35%;
	}
	.help-bar .link-help-bar .title-link-help-bar {
		font-size: 10px;
		color: #FFE102;
		float: left;
		font-weight: bold;
		font-style: italic;
		width: 64%;
		line-height: 18px;
	}
	section.info p {
		font-size: 12px;
		line-height: 18px;
	}
	.pogoSlider-slide-element h3 {
		font-size: 12px;
		padding: 0 10px 15px;
		letter-spacing: 3px;
		line-height: 25px;
	}
	.pogoSlider-slide-element a {
		font-size: 10px;
		padding: 4px 15px;
	}
	.pogoSlider--navBottom .pogoSlider-nav {
		bottom: 0px;
		margin-left: -20px;
	}
		.pogoSlider--navBottom .pogoSlider-nav li {
			display: inline;
			margin: 0px -15px;
		}
	.pogoSlider-nav-btn {
		width: 10px;
		height: 10px;
	}
	.topbar .donateSection span {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.topbar {
		display: table;
		height: 38px;
		padding: 10px 0;
		width: 100%;
		font-size: 6px;
	}
	ul.nav.navbar-nav {
		margin: 0px -20px 0px 0px;
	}
		}
/*280px mobile view ends*/

