@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: 'Titillium Web';
}	


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: rgba(220, 219, 224, 0.5);
}
.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: 15px;
    font-size: 17px;
    color: #212121 !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 180px;
}
.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: 0px;
}
	.agra_develop {
		position: absolute;
		z-index: 1000;
		top: 0px;
		left: 26%;
		height: 60px;
		width: 100px;
	}
	.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: 0px;
    left: 1%;
    height: 60px;
    width: 330px;
}

.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: #9d1616;
	font-family: "Work Sans", Arial, sans-serif;
	/*font-family: 'Passion One', cursive;*/
}
section.welcome .wel-w3ls {
    border: 5px solid #fff;
}
	section.welcome h3.text-center {
		position: absolute;
		background-color: #9d1616;
		color: #fff;
		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:#fff;
	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: #efefef;
}
section.info h2 {
	font-size:33px;
	font-weight:600;
	color:#16214e;
	text-transform:capitalize;
	padding-bottom:20px;
	letter-spacing:1px;
	line-height:50px;
	font-family: 'Ubuntu Condensed', sans-serif;	
}
section.info p {
	font-size: 16px;
    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:#0A7215;*/
	background: url(../images/bgimg12.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
section.contactus {
	/*background-color:#0A7215;*/
	background: url(../images/contactus.png);
	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;
}
/*-- /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/blacktaj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.footer a.top {
    position: absolute;
    left: 49%;
    top: -20px;                     
    border: 1px solid #eb5425;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #eb5425;
	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: 20%;
        top: 12%;
        z-index: 9999;
        font-size: 40px;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 150px;
    }



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:18px;
	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;
    background-color: #f43845;
    background-image: url(../images/bg1.png);
}
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;
	background: #fff;
	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: #f43845;
        /*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: #f50415;
        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: #16214e;
	font-family: Marker Felt, fantasy;
	text-align: center;
	/* margin-left: -100px;   */
}

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: 100px 0;
}
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: 2em;
    border: 1px solid #E4E4E4;
    background: #3a393896;
    text-align: center;
    box-shadow: 0px 8px 9px #b5b3b3;
    border-radius: 15px;
}
section.contact-w3ls .contact-grid1-left1 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-left1 p{
	color:#fff;
	line-height:1.8em;
	margin-bottom:2em;
}
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: 14px;
    color: #fff;
    text-decoration: none;
}
section.contact-w3ls .contact-grid1-left1 a:hover{
	color:#3B8813;
}
section.contact-w3ls .contact-grid1-left1 ul li{
	list-style-type:none;
	margin-bottom:1em;
	font-size:14px;
	color:#fff;
}
/*-- //contact --*/
/*-- /contact page --*/

/*-- responsive design --*/
@media (max-width:1600px) {
.pogoSlider {
	height:677px;
}
    .paddresp {
        padding: 100px;
    }
/*.pogoSlider-slide {
	min-height:677px;
}*/
.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;
}
    .paddresp {
        padding: 100px;
    }
}

@media (max-width:1280px) {
.sb-search {
	right:180px;	
}
    .paddresp {
        padding: 100px;
    }
}

@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:43%;
	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: 25px;
	padding-bottom:10px;
}
    .paddresp {
        padding: 100px;
    }
}

@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: 5px;
}
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: 5px;
}
.navbar {
	min-height:30px;
}
.sb-search {
    right: 45px;
	top:4px;
}
.pogoSlider {
    margin-top: 48px;
}
    .paddresp {
        padding: 100px;
    }
}

@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: 145px!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: 8%;
    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;
}
}
.sociallink {
  position: absolute;
  right: 35px;
  margin-top: 31px;
  z-index: 20;
}
@media (max-width:640px) {
.sociallink {
  margin-top: -31px;
   z-index: 19;
}
.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: 41%;
    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:0px;/*Changed*/
margin-right: -10px;
}
.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: 18%;
	top: 10%;
}
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: 0%;
	top:15%;
	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: 10pt;
	top: 13%;
	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: 86px;
	}
.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;
		margin-top: -146px;
		margin-left: -90px;
	}
	.yoginame {
		
		margin-top: -57px;
		margin-left: -84px;
		font-size:10px;
	}
	.pogoSlider-slide-element h3 {
		font-size: 15px;
		padding: 0 20px 20px;
		letter-spacing: 3px;
		line-height: 18px;
		margin-top:100px;
	}
	.pogoSlider-slide-element a {
		font-size: 14px;
		padding: 5px 20px;
	}

	
	.navbar-header{
		margin-bottom: -50px;
	}
	/*hidden logo*/
.hiddenlogo{
	display: none;
	width:100px;
	top:-35px;
	position: absolute;
}
/*/hidden logo*/
#navbar{
    position:absolute;
    width:85%;
}
}

.padding0{
	padding: 0;
}

.marquee {
	background: #ffffffa8; /*#000000a8;*/
	padding: 4px;
	color: #ff2a2a;
	font-size: 12pt;
	margin-top:-150px;
	text-decoration: none;
}
	.marquee a {
		color:#001ec1;/* #ffdc1e;*/
	}

.linkbuttonback {
	background: url(../images/texture1.png) #042665 center center;
}

.linkbuttonback1 {
	background: url(../images/bg123.jpg)  center center;
}
table {
    border-collapse: collapse;
	width: 100%;
	color:#000;
}

th, td {
	text-align: left;
	padding: 10px;
	
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #f43845; /*#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/agr4.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: 0% -33.6px;


}
.bannerclass{
	font-size:60px ; padding-top:90px; 
}


/*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: 5px 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 1%;
    background: #f43845; /*#EB7909;*/
    border-radius: 0;
    padding: 11px 0;
    margin-bottom: 20px;
    min-height: 153px;
    border-radius: 27px;
}

.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: #fb0819;
    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: 27px;
	-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;

}
.imgvc {
	margin-top: 70px;
	margin-left: 70px;
}

.useful-links .icon-holder span {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 1.0em;
	line-height: 22px;
	display: block;
	font-weight: 400;
}
.our-projectsheading {
	text-align: center;
	color: #FFFFFF;
	font-size: 38px;
	font-family: Marker Felt, fantasy;
	/* 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: 140px;
}*/
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;
    /*width: 24%;    */
    list-style: none;
    position: relative;
    border-radius: 8px;
}
	.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: #f43845;
    width: 18%;
    /* margin: 42px 330px 32px 330px;   */
    margin-top: 50px;
    margin-left: 290px;
    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;
}
/*end  */

section.mediahead h3.mediah {
	width: 100%;
	margin-left: -135px;
	margin-top: 25px;
	font-family: 'Titillium Web';
}
.googletrans {
	position: absolute;
	z-index: 5000;
	right: 30px;
	top: 20px;
}
/*video  frame start*/
.iframe-container iframe {
	width: 90%;
	height: 400px;
	margin-left: -40px;
	margin-top: 130px;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: -10px;
}
/*video  frame end*/
.picstyle {
	margin-left: 35px;
	width: 100%;
}
.hstyle {
	width: 100%;
	margin-left: -90px;
}
.feeimg {
	width: 739px;
	height: 677px;
}
.feeimg2 {
	width: 739px;
	height: 677px;
}
.feeimg3 {
	width: 739px;
	height: 677px;
}
.feeimg4 {
	width: 739px;
	height: 677px;
}
.feeimg5 {
	width: 739px;
	height: 677px;
}
/*end*/
/*start*/
@media (max-width:320px) {
	section .mediahead h3.mediah {
		width: 100%;
		margin-left: -60px;
		margin-top: 25px;
	}

	.feeimg {
		width: 300px;
		height: 350px;
	}

	.feeimg2 {
		width: 300px;
		height: 350px;
	}

	.feeimg3 {
		width: 300px;
		height: 350px;
	}

	.feeimg4 {
		width: 300px;
		height: 350px;
	}

	.feeimg5 {
		width: 300px;
		height: 350px;
	}

	.picstyle {
		margin-left: -30px;
		width: 100%;
	}

	section.footer ul.footer-links1, section.footer ul.footer-links2 {
		margin-top: 10px;
		margin-left: 20px;
	}

	section.footer ul.footer-links2 {
		margin-right: 44px;
	}

	.view-button-projects {
		background: #0826DE;
		width: 18%;
		/* margin: 42px 330px 32px 330px;   */
		margin-top: 50px;
		margin-left: 345px;
		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;
	}

	.hstyle {
		width: 100%;
		margin-left: -55px;
		margin-top: -15px;
	}

	.view-button-projects {
		background: #0826DE;
		width: 75%;
		margin-top: 50px;
		margin-left: 0px;
		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;
	}

	.iframe-container iframe {
		position: absolute;
		top: 0;
		left: -10px;
	}

	.iframe-container iframe {
		width: 124%;
		height: 400px;
		margin-left: -75px;
		margin-top: 145px;
	}

	.imgvc {
		margin-top: 70px;
		margin-left: -23px;
	}

	.hiddenlogo {
		display: block;
		width: 100px;
		top: -35px;
		position: absolute;
	}

	.yogi {
		width: 50px;
		height: 50px;
		margin-top: -146px;
		margin-left: -90px;
		border-radius: 50px;
		border: 1px solid #ddd;
		padding: 4px;
	}

	.googletrans {
		position: absolute;
		z-index: 5000;
		left: 115px;
		top: -33px;
	}

	.yoginame {
		margin-top: -57px;
		margin-left: -84px;
		font-size: 10px;
	}

	.marquee {
		margin-top: -65px;
	}

	#wnewbox {
		right: 70px;
		bottom: -280px;
		width: 285px;
		height: 325px;
	}
}
/*end*/
/*start*/
@media (max-width:384px) {
	section .mediahead h3.mediah {
		width: 100%;
		margin-left: -60px;
		margin-top: 25px;

	}
	.feeimg {
		width: 300px;
		height: 350px;
	}
	.feeimg2 {
		width: 300px;
		height: 350px;
	}
	.feeimg3 {
		width: 300px;
		height: 350px;
	}
	.feeimg4 {
		width: 300px;
		height: 350px;
	}
	.feeimg5 {
		width: 300px;
		height: 350px;
	}
	.picstyle {
		margin-left: -30px;
		width: 100%;
	}
	.view-button-projects {
		background: #0826DE;
		width: 18%;
		/* margin: 42px 330px 32px 330px;   */
		margin-top: 50px;
		margin-left: 345px;
		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;
	}
	.hstyle {
		width: 100%;
		margin-left: -55px;
	}
	.view-button-projects {
		background: #0826DE;
		width: 75%;
		margin-top: 50px;
		margin-left: 0px;
		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;
	}

	.iframe-container iframe {
		position: absolute;
		top: 0;
		left: -10px;
	}

	.iframe-container iframe {
		width: 124%;
		height: 400px;
		margin-left:-60px;
		margin-top:130px;
	}
	.imgvc {
		margin-top: 70px;
		margin-left: 0px;
	}
	.googletrans{
	position: absolute;
	z-index: 5000;
	left: 115px;
	top: -33px;
}
	.marquee{
		margin-top:-54px;
	}
	#wnewbox {
		
		right: 70px;
		bottom: -280px;
		width: 285px;
		height: 325px;
		
	}
	}
/*end*/
/*start*/
@media (max-width:414px) {
	section .mediahead h3.mediah {
		width: 100%;
		margin-left: -60px;
		margin-top: 25px;
	}
	
	.feeimg {
		width: 300px;
		height: 350px;
	}

	.feeimg2 {
		width: 300px;
		height: 350px;
	}

	.feeimg3 {
		width: 300px;
		height: 350px;
	}

	.feeimg4 {
		width: 300px;
		height: 350px;
	}

	.feeimg5 {
		width: 300px;
		height: 350px;
	}

	.picstyle {
		margin-left: -30px;
		width: 100%;
	}
	section.footer ul.footer-links1, section.footer ul.footer-links2 {
		margin-top: 10px;
		margin-left:26px;
	}
	section.footer ul.footer-links2 {
		margin-right: 51px;
	}
	.view-button-projects {
		background: #0826DE;
		width: 18%;
		/* margin: 42px 330px 32px 330px;   */
		margin-top: 50px;
		margin-left: 345px;
		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;
	}

	.hstyle {
		width: 100%;
		margin-left: -55px;
	}

	.view-button-projects {
		background: #0826DE;
		width: 75%;
		margin-top: 50px;
		margin-left: 0px;
		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;
	}

	.iframe-container iframe {
		position: absolute;
		top: 0;
		left: -10px;
	}

	.iframe-container iframe {
		width: 124%;
		height: 400px;
		margin-left: -75px;
		margin-top: 145px;
	}

	.imgvc {
		margin-top: 70px;
		margin-left: -23px;
	}
	.hiddenlogo {
		display: none;
		width: 100px;
		top: -35px;
		position: absolute;
	}
	.yogi {
		width: 50px;
		height: 50px;
		margin-top: -146px;
		margin-left: -90px;
		border-radius: 50px;
		border: 1px solid #ddd;
		padding: 4px;
	}
    #navbar {
        position: absolute;
        width: 85%;
    }
	.googletrans {
		position: absolute;
		z-index: 5000;
		left: 115px;
		top: -33px;
	}
	.yoginame {
		margin-top: -57px;
		margin-left: -84px;
		font-size: 10px;
	}
	.marquee {
		margin-top: -54px;
	}

	#wnewbox {
		right: 70px;
		bottom: -280px;
		width: 285px;
		height: 325px;
	}
}
/*end*/
/*start*/
@media (max-width:1024px) {
	
	.picstyle {
		margin-left: -15px;
		width: 100%;
	}
}


#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 50px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
overflow:auto;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.close{
color: red;
  opacity: 1;
  padding: 10px;
}
.cnt230{
float:right;
text-align:center;
margin-top: 30%;
width: 155px;
line-height: 1.5;
}

@media (max-width:563px) {
	
	.cnt223 {
		min-width: 100%;
		width: 100%;
	}
.cnt230{
margin-top:1%;
width: 100%;
}
    .projects li {
        width: 100%;
        margin:0;

    }
    .picstyle {
     
        margin: 0;
    }

    .googletrans {
        display:none;
    }
    .paddresp {
        padding: 0px;
    }
.navbar-wrapper {
	position: inherit;}
.marquee {
  color: #ff2a2a;
  font-size: 5pt;
}
    }
.newdisplay::after {
  content: '';
  background: url('https://jdaup.in/images/new.gif');
    background-size: auto;
  background-size: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 20px;
  background-size: contain;
}
.paddresp{
    padding:50px !important;
}
