html,
body {
    padding: 0;
    margin: 0;
    background: #fff;
    letter-spacing: 1px;
font-family: 'Montserrat', sans-serif;
}

body a {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

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;
    letter-spacing: 1px;
   font-family: 'Montserrat', sans-serif;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
   font-family: 'Montserrat', sans-serif;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	letter-spacing: 1px;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
}
ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}
/*-- //Reset-Code --*/
.title {
    font-size:45px;
    color: #26262A;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.title1 {
    font-size:45px;
    color: #f1f1f1;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.line-w3ls-title {
    width: 69px;
    height: 2px;
	    margin: 0px auto;
    background: #26262A;
}
.line-w3ls-title1 {
    width: 69px;
    height: 2px;
	    margin: 0px auto;
    background: #f1f1f1;
}
.title-sub p,.bottom-para p ,.news-agile-text p,.ser-text-wthree p,.blog-txt-info p{
    font-size: 14px;
    color: #26262A;
    line-height: 28px;
}
.title-sub0 p{
    font-size: 20px;
    color: #26262A;
    line-height: 40px;
    margin-left: 20%;
    margin-right: 20%;
}
.whitecolor p{
    font-size: 14px;
    color: #f1f1f1;
    line-height: 20px;
}
.bottom-para p{
    font-size: 14px;
    color: #f1f1f1;
    line-height: 28px;
}
}
.news-agile-text1 p{
    font-size: 14px;
    color: #f1f1f1;
    line-height: 28px;
}
.title-sub1 p{
    font-size: 14px;
    color: #f1f1f1;
    line-height: 28px;
}
.news-agile-text h4 ,.dance-agile-info h4,.dance-agile-info h4 a,.icon-follower h4 
,.team-w3layouts-info h4,.ser-text-wthree h4,.blog-txt-info h4 a{
    font-size: 18px;
    color:#355CA1;
    text-transform: capitalize;
}
.news-agile-text1 h4{
    font-size: 22px;
    color:#f1f1f1;
    text-transform: capitalize;
}
/*--Background Colors--*/
.stats,.fun-facts {
    background: #f3ca52;
}
footer,.clients,.team {
    background: #355CA1;
}
.clients1{
    background: #f1f1f1;

}
.clients2{
    background: #355CA;

}
/*--//Background Colors--*/

.fun-hedder-up h2 {
    font-size: 26px;
    line-height: 43px;
    color: #000;
    padding: 0em 7em;
}
.clr {
    color: #26262A;
}
.clr1 {
    color: #f1f1f1;
}
.lft{    text-align: left;}
.rigt{    text-align: right;}
/*-- header --*/
/*-- nav --*/
.header-outs {
	position:relative;
}
h1 a.navbar-brand {
    padding-top: 10px;
    font-size: 37px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight:600;
    letter-spacing: 2px;
    margin-left: 5px;
    margin-right: 0px;
}
nav.navbar.navbar-expand-lg.navbar-light {
     padding: 1em 7em;
    background:rgba(78, 42, 132, 0);
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#3AB6CC;
	border:none;
	border-bottom:1px solid #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 14px;
	border:none;
	border-bottom:1px solid transparent;
    padding: 0px 1px 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#00A7BA;
	border:none;
	border-bottom:1px solid #fff;
}
.navbar-light .navbar-nav.active>.nav-link,
.navbar-light .navbar-nav.nav-link.active, 
.navbar-light .navbar-nav.nav-link.open, 
.navbar-light .navbar-nav .open>.nav-link {
    color:#e74a59;
}
/*-- //nav --*/
/*-- Heading-1 --*/
/*-- banner --*/ 
.hedder-up {
    padding: 10px 0px 0px;
    text-align: center;
}
.one-img{  #f1f1f1 no-repeat center;}
.two-img{  background: url(../images/A2.png)no-repeat center;}
.three-img{  background: url(../images/A3.png)no-repeat center;} 
.slider-img{  background-size: cover;
width: 100%;
height:100%;
padding-top:44.7%;
}  
.one-img1{  background: url(../images/banner1.png)no-repeat center;}
.three-img1{  background: url(../images/banner3.png)no-repeat center;} 
.four-img1{  background: url(../images/banner4.png)no-repeat center;} 
.slider-img1{  background-size: cover;
    height: 100%;}  
.one-img2{  background: url(../images/文旅夜游轮播图1.png)no-repeat center;}
.two-img2{  background: url(../images/文旅夜游轮播图2.png)no-repeat center;}
.three-img2{  background: url(../images/文旅夜游轮播图3.png)no-repeat center;} 
.slider-img2{  background-size: cover;
    height: 100%;}  
.one-img3{  background: url(../images/轮播图1.png)no-repeat center;}
.two-img3{  background: url(../images/轮播图2.png)no-repeat center;}
.three-img3{  background: url(../images/轮播图3.png)no-repeat center;} 
.slider-img3{  background-size: cover;
    height: 100%;}  
.one-img4{  background: url(../images/轮播图1_1.png)no-repeat center;}
.two-img4{  background: url(../images/轮播图2_1.png)no-repeat center;}
.three-img4{  background: url(../images/轮播图3_1.png)no-repeat center;} 
.slider-img4{  background-size: cover;
    height: 100%;} 
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
/*-- //banner Slider --*/
.rslides {
margin: 0 auto 40px;
}
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
a {
color: #fff;
text-decoration: none;
}
/* Callback example */
/*.events {
list-style: none;
}*/
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.callbacks img {
display: block;
position: relative;
z-index: 1;
height: auto;
width: 100%;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
background: #000;
background: rgba(0,0,0, .8);
left: 0;
right: 0;
bottom: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
}
.slider-info {
padding:16em 0 0;
}
.slider-info h5 {
    font-size: 6em;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom:37px;
    line-height: 105px;
    text-shadow: 1px 1px 7px #000000;
}
.slider-info h4 {
    color: #ffffff;
    padding-bottom: 12px;
    font-size: 2.5em;
    font-weight: 300;
    font-family: 'Spirax', cursive;
}
.outs_more-buttn a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color: transparent;
    outline: none;
    padding: 10px 22px;
    /* border-radius: 50px; */
    border: 2px double #e25580;
}
.outs_more-buttn a:hover{
    background: rgba(255, 255, 255, 0.17);
    color: #fff;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:53%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 53px;
width: 53px;
background:rgba(230, 230, 230, 0) url("../images/left-arrow.png") no-repeat left top;
margin-top: -45px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background:rgba(230, 230, 230, 0)  url("../images/right-arrow.png") no-repeat 0px 0px;
background-position: right top;
right: 0;
}
.callbacks_nav ,
.callbacks_nav.next {
background-size:40px;
}
/*#slider3-pager a {
display: inline-block;
}
#slider3-pager img {
float: left;
}
#slider3-pager .rslides_here a {
background: transparent;
box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
padding: 0;
}*/
/*--pager--*/
/*.callbacks_tabs {
list-style: none;
position: absolute;
padding: 0;
bottom: 228px;
right: 41%;
margin: 0;
z-index: 9;
display: block;
text-align: center;
}
.callbacks_tabs li {
display: inline-block;
margin: 0px 2px 0px;
}
.callbacks_tabs a {
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
width: 21px;
height: 21px;
display: inline-block;
background:#d24055;
border: none;
border-radius: 50%;
}
.callbacks_here a:after {
background: #fff;
border: 4px solid #d24055;
}*/
/*-- //banner --*/
/*-- about --*/
.photo-agile-left {
    -webkit-box-shadow: 3px 0px 23px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 0px 23px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 0px 23px -2px rgba(0,0,0,0.75);
}
figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Opacity #2 */
.hover12 figure {
	background:rgb(226, 85, 128);
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}
/* Opacity #2 */
/*--//about --*/

/*-- counter--*/
.counter {
    font-size: 39px;
    color:#e25580;
    font-weight: 500;
    letter-spacing: 1px;
}
.stat-info h5 {
    font-size: 19px;
    line-height: 33px;
    color: #000;
}
/*-- //counter --*/
/*-- //Services --*/
.ser-icon span {
    font-size: 47px;
    color:#000000;
    line-height: 149px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.ser-icon:hover span {
    color:#e25580;
}
/*--Services --*/
/*--team --*/
.bodr-img {
    padding: 6em 3em 0em;
}
.bodr-img h4 {
    font-size: 27px;
    color: #ffeb3b;
    padding-bottom: 47px;
}

.profile ul li span
{
	font-size: 15px;
border: 1px solid #fff;
letter-spacing: 0px;
width: 37px;
height: 37px;
line-height: 35px;
text-align: center;
margin: 0px 3px;
color:#e25580;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}

.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color:rgba(0, 0, 0, 0.55);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul {
    position: absolute;
    z-index: 2;
    top: 225px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin: 0px;
    opacity: 0;
}
.profile .img-box:after,.img-box ul,.img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul {
    opacity: 1;
    margin-bottom: 15px;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li {
    border-color: #fff;
    color: #ff5722;
}
.img-box img {
    width: 100%;
}
/*.profile {
	    background: #186a9a;
    padding: 0px;
}*/
/*--//team --*/
/*--gallery-- */
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Gray Scale */
.hover08 figure img {	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-ms-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
   -webkit-transition:.3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

/*--//gallery-- */
/*-- clients --*/
.news-img img {
    border-radius: 50%;
}
.wls-client-title{
    font-size: 15px;
    color: #26262A;
}
.wls-client-title1{
    font-size: 15px;
    color: #f1f1f1;
}
/*-- //clients --*/
/*-- contact --*/
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #000;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #000;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #000;
}
:-moz-placeholder {
/* Firefox 18- */
color: #000;
}
.contact-forms input, .contact-forms textarea {
	width:100%;
    font-size: 14px;
    color: #000;
    padding: .8em .9em;
    border:1px solid #f1f1f1;
    border-radius: 0px;
    background:#f1f1f1;
    outline: none;
}
.contact-forms textarea {
    resize: none;
    height: 10em;
}
.sent-butnn {
	width:30%;
    font-size: 17px;
    padding: 11px 11px;
    color: #f1f1f1;
    margin-top:1em;
    margin-bottom:1em;
    background: #355CA1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.sent-butnn:hover {
    background:#00A7BA;
    color: #f1f1f1;
}
/*-- //contact --*/
/*--blog--*/

.w3-agile-post-img {
    position: relative;
}
.blog-info {
    position: absolute;
    bottom: 10px;
    left: -8px;
    width: 19%;
}
.blog-info a ul {
    margin: 0;
    background:#e25580;
    padding: 15px;
    text-align: center;
}
/*-- //blog--*/
/*--map --*/
.address_mail_footer_grids iframe {
    width: 100%;
    height:12em;
    border: none;
}
/*-- //map --*/
/*-- footer-- */
.bottom-para h6 a {
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
	font-weight:600;
    line-height:23px;
}
.icon-follower.mb-2 {
    border-bottom: 1px solid #000;
    padding: 0px 0px 6px;
}
.news-date ul li,.icons ul li,.profile ul li ,.news-date-list ul li{
    list-style: none;
    display: inline-block;
}
.news-date ul li a,.blog-info a ul li,.news-date-list ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.news-date-list ul li a{color:#e25580;}
.icons ul li a span {
    font-size: 15px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0px 10px;
    color: #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icons ul li a span:hover,.profile ul li span:hover {
color: #f3ca52;
}
.click-me {
    width: 100%;
    font-size: 15px;
      font-weight: 500;
    padding: 11px 0px;
    letter-spacing: 2px;
    color: #fff;
    background:#f3ca52;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.click-me:hover {
    background: #fff;
    color: #000;
}
footer p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}
footer p a {
    color:#f3ca52;
}
footer p a:hover {
color: rgb(255, 255, 255);
}
.copy-agile-right {
    border-top: 1px solid #848181;
}
/*-- //footer-- */
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999; 
width: 46px;
height: 36px;
border: none;
text-indent: 100%;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	h1 a.navbar-brand {
    font-size: 33px;
	}
	.slider-info h5 {
    font-size: 5.5em;
	    line-height: 99px;
	}
	.callbacks_nav, .callbacks_nav.next {
    background-size: 36px;
}
.slider-img {
    width:100%;
}
.slider-info {
    padding: 12em 0 0;
}
.slider-info h4 {
    padding-bottom:10px;
    font-size: 2.2em;
}
.title {
    font-size: 42px;
}
.title1 {
    font-size: 42px;
}
}
@media(max-width:1366px){
.navbar-light .navbar-nav .nav-link {
    margin: 0px 12px;	
}
.counter {
    font-size: 34px;
}
.stat-info h5 {
    font-size: 18px;
    line-height: 27px;
}
.ser-icon span {
    font-size: 44px;
    line-height: 136px;
}
.news-agile-text h4, .dance-agile-info h4, .dance-agile-info h4 a, .icon-follower h4, .team-w3layouts-info h4, .ser-text-wthree h4, .blog-txt-info h4 a {
    font-size: 20px;
}
.news-agile-text1 h4{
    font-size: 20px;
}
.contact-forms textarea {
    height: 9em;
}
}
@media(max-width:1280px){
.slider-info h5 {
    font-size: 5em;
    line-height: 95px;
}
.fun-hedder-up h2 {
    font-size: 24px;
    line-height: 40px;
}
.blog-info {
    left: -5px;
}	
.img-box ul {
    top: 213px;
}
}
@media(max-width:1080px){
	.slider-img {
    width:100%;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 1em 6em;
}
.slider-info h5 {
    font-size: 4.5em;
    line-height: 88px;
    margin-bottom: 26px;
	}
	.slider-info h4 {
    padding-bottom: 6px;
    font-size: 2em;
}
.outs_more-buttn a {
    padding: 8px 16px;
}
.slider-info {
    padding: 11em 0 0;
}
.title {
    font-size: 39px;
    letter-spacing: 2px;
}
.title1 {
    font-size: 39px;
    letter-spacing: 2px;
}
.line-w3ls-title {
    width: 77px;
}
.line-w3ls-title1 {
    width: 77px;
}
.img-box ul {
    top: 175px;
}
}
@media(max-width:1050px){
.ser-icon span {
    font-size: 41px;
    line-height: 121px;
}
.icons ul li a span {
    font-size: 14px;
    margin: 0px 8px;
}
.contact-forms input, .contact-forms textarea {
    padding: .7em .9em;
}
.click-me {
    font-size: 14px;
    padding: 10px 0px;
}
h1 a.navbar-brand {
    padding-top: 6px;
	    font-size: 31px;
}
}
@media(max-width:1024px){
.counter {
    font-size: 32px;
}
.sent-butnn {
    width: 28%;
    font-size: 16px;
    padding: 10px 10px;
    margin-top: .8em;
    margin-bottom: .8em;
}	

}
@media(max-width:991px){
div#navbarSupportedContent {
background:#000;
text-align: center;
padding: 13px 0px;
}
.navbar-light .navbar-nav .nav-link {
padding: 10px 0px;
}
.navbar-light .navbar-toggler {
border-color: rgb(0, 0, 0);
background:#f3ca52;
padding: 2px 6px;
margin-top: 0px;
outline: none;
margin-right: 0px;
cursor: pointer;
border-radius: 6px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
background: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 1px solid #fff;
}		
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #fff;
}
.slider-img {
    min-height: 568px;
}
.slider-info h5 {
    font-size: 4em;
    line-height: 73px;
}
.slider-info h4 {
    font-size: 1.6em;
}
.title {
    font-size: 35px
}
.title1 {
    font-size: 35px
}
.ser-icon:nth-child(1),.ser-icon:nth-child(2){
	margin-bottom:15px;
}
.contact-forms textarea {
    height: 8em;
}
.sent-butnn {
    width: 32%;
}
.fun-hedder-up h2 { 
    padding: 0em 3em;
}
.dance-agile-info:nth-child(1),.dance-agile-info:nth-child(2){
    margin-bottom: 26px;
}
.address_mail_footer_grids iframe {
    height: 10em;
}
.blog-info a ul {
    padding: 10px;
}
.img-box ul {
    top: 121px;
}
.profile ul li span {
    font-size: 14px;
    width: 33px;
    height: 34px;
    line-height: 32px;
}
}
@media(max-width:900px){
.stat-info h5 {
    font-size: 17px;
    line-height: 21px;
}
.counter {
    font-size: 30px;
}	
.news-agile-text h4, .dance-agile-info h4, .dance-agile-info h4 a, .icon-follower h4, .team-w3layouts-info h4, .ser-text-wthree h4, .blog-txt-info h4 a {
    font-size: 19px;
}
.news-agile-text1 h4{
    font-size: 19px;
}
.fun-hedder-up h2 {
    font-size: 22px;
}
footer p {
    font-size: 13px;
}
}
@media(max-width:800px){
	h1 a.navbar-brand {
    padding-top: 3px;
    font-size: 29px;
}
.callbacks_nav, .callbacks_nav.next {
    background-size: 30px;
}
.counter {
    font-size: 27px;
}
.title {
    font-size: 33px;
    letter-spacing: 1px;
}
.title1 {
    font-size: 33px;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
    letter-spacing: 1px;
}
}
@media(max-width:768px){
.slider-img {
    min-height: 534px;
}
.slider-info h5 {
    font-size: 3.3em;
    line-height: 62px;
	margin-bottom: 16px;
}
.slider-info {
    padding: 10em 0 0;
}
.outs_more-buttn a {
    padding: 8px 16px;
    letter-spacing: 1px;
}
.contact-forms input, .contact-forms textarea {
    font-size: 13px;
}
.sent-butnn {
    font-size: 15px;
    padding: 8px 8px;
    margin-top: .7em;
    margin-top: .7em;
}
footer p {
    letter-spacing: 1px;
}	
}
@media(max-width:767px){
.stats-grid-1,.stats-grid-2 {
    margin-bottom: 17px;
}
.ser-icon span {
    font-size: 37px;
    line-height: 115px;
}
.profile ul li span {
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 31px;
}
.img-box ul {
    top: 90px;
}
.clients-w3layouts-row:nth-child(1) {
    margin-bottom: 21px;
}
.sent-butnn {
    width: 38%;
}
}
@media(max-width:736px){
	.fun-hedder-up h2 {
    font-size: 19px;
	padding: 0em 2em;
}
.click-me {
    padding: 9px 0px;
}	
}
@media(max-width:667px){
	nav.navbar.navbar-expand-lg.navbar-light {
    padding:.8em 5em;
}
.title {
    font-size: 30px;
}
.title1 {
    font-size: 30px;
}
.news-agile-text h4, 
.dance-agile-info h4, 
.dance-agile-info h4 a,
 .icon-follower h4,
 .team-w3layouts-info h4, 
 .ser-text-wthree h4, 
 .blog-txt-info h4 a {
    font-size: 18px;
}
.news-agile-text1 h4{
    font-size: 18px;
}
.address_mail_footer_grids iframe {
    height: 9em;
}
.img-box ul {
    top: 83px;
}
}
@media(max-width:640px){
	.slider-img {
width:100%;}
.slider-info h5 {
    font-size: 3em;
    line-height: 57px;
    margin-bottom: 12px;
}
.counter {
    font-size: 25px;
}
.ser-icon span {
    font-size: 34px;
    line-height: 98px;
}
.contact-forms textarea {
    height: 7em;
}
.fun-hedder-up h2 {
    font-size: 18px;
    line-height: 35px;
}
}
@media(max-width:600px){
nav.navbar.navbar-expand-lg.navbar-light {
    padding: .8em 4em;
} 
.contact-forms input, .contact-forms textarea {
    padding: .7em .7em;
}	
.callbacks_nav, .callbacks_nav.next {
    background-size: 24px;
}
}
@media(max-width:568px){
.jst-about{
    width: 76%;
    margin: 0px auto 10px; 
}	
.profile {
    width: 51%;
    margin: 0px auto 10px;
}
.snap-img{width:50%;
margin:0px auto;}
.news-img {
    margin-bottom: 18px;
}
.clients-w3layouts-row
{    text-align: center;}
.sent-butnn {
    width: 40%;
    font-size: 14px;
}
.fun-hedder-up h2 {
    font-size: 17px;
    line-height: 32px;
    padding: 0em 1em;
}
.click-me {
    padding: 8px 0px;
}
.img-box ul {
    top: 150px;
}
}
@media(max-width:480px){
.slider-img {
    width:100%;
}
.slider-info h5 {
    font-size: 2.5em;
    line-height: 49px;
}	
.slider-info {
    padding: 9em 0 0;
}
.outs_more-buttn a {
    font-size: 13px;
    padding: 8px 11px;
}
.slider-info h4 {
    font-size: 1.4em;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: .8em 2em;
}
h1 a.navbar-brand {
    font-size: 26px;
}
.title {
    font-size: 26px;
}
.title1 {
    font-size: 26px;
}
.title-sub p{
    font-size: 13px;
    line-height: 24px;
}
.title-sub0 p{
    font-size: 13px;
    line-height: 24px;
}
.title-sub1 p{
    font-size: 13px;
    line-height: 24px;
}
.jst-about {
    width: 81%;
}
.ser-icon span {
    line-height: 60px;
}
.profile {
    width: 58%;
}
.sent-butnn {
    width: 45%;
}
footer p {
    line-height: 28px;
}
}
@media(max-width:440px){
.fun-hedder-up h2 {
    padding: 0em 0em;
}	
.counter {
    font-size: 23px;
}
.ser-icon span {
    font-size: 31px;
}
.news-agile-text h4, .dance-agile-info h4, .dance-agile-info h4 a, .icon-follower h4, .team-w3layouts-info h4, .ser-text-wthree h4, .blog-txt-info h4 a {
    font-size: 17px;
}
}
@media(max-width:414px){
	.profile {
    width: 67%;
}
.jst-about {
    width: 90%;
}
.sent-butnn {
    width: 50%;
}
.contact-forms input, .contact-forms textarea {
    font-size: 12.9px;
}
}
@media(max-width:384px){
	.slider-img {
    min-height: 421px;
}
.slider-info h5 {
    font-size: 2em;
    line-height: 46px;
}
.callbacks_nav {
    height: 18px;
    width: 26px;
    margin-top: -41px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: .7em 1em;
}
.profile {
    width: 78%;
}
.title {
    font-size: 24px;
}
.title1 {
    font-size: 24px;
}
}
@media(max-width:375px){
	.jst-about {
    width: 95%;
}
.counter {
    font-size: 22px;
}
.stat-info h5 {
    font-size: 16px;
    line-height: 19px;
}
.profile {
    width: 85%;
}
.snap-img {
    width: 90%;
}
.sent-butnn {
    width: 55%;
    margin-top: .6em;
    margin-bottom: .6em;
}
}
@media(max-width:320px){
	.jst-about {
    width: 100%;
}
.profile {
    width: 90%;
}
.title {
    font-size: 22px;
}
.title1 {
    font-size: 22px;
}
}
.top-left{
    align-items: left;
}
.top-right{
    align-items: right;
}
.top-middle {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 70%;
    height: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    padding: 20px;
}
.top-middle li{
    width:16%;
    float:left;
}
.top-middle1 {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 70%;
    height: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    padding: 20px;
}
.top-middle1 li{
    width:13%;
    float:left;
}
/*--//responsive--*/











.baner {
    padding: 3em 0 8em;
}
.baner-top ,.baner-bottom {
    padding: 5px;
}

.baner-top img {
    width: 100%;
}
.baner-row {
    margin-top: 5px;
}
.baner-bottom {
    /* width: 33.04%; */
}
.baner-bottom:nth-child {
    margin: 0 0px;
}
.baner-grids h4 {
    font-size: 2.1em;
    color: #fff;
    font-family: 'Iceland-Regular';
}
.baner-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width:100%;
}
.baner-grids figure img {
	position: relative;
	display: block;
	width:100%;
}
figcaption p {
    font-size: 1em;
    width: 59%;
    margin: 0 auto;
    line-height: 1.8em;
}
.baner-bottom p {
    width: 87%;
}
.baner-grids figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.baner-grids figure figcaption::before,
.baner-grids figure figcaption::after {
	pointer-events: none;
}

.baner-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background: #000;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h4 {
	padding-top: 16%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
}

figure.effect-bubba p {
	padding: 12px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*--//banner--*/
/*-- news --*/
.news {
    background: #F9F2D2;
    padding: 4em 2em;
    margin-top: 2em;
}
.news-grid-left{
	background: url(../images/img8.jpg) no-repeat 0px 0px; 
	background-size: cover;
	padding: 5em 0;
}
.news-grid-middle{
	background: url(../images/img9.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.news-grid-right{
	background: url(../images/img10.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.news-grid-left h6 {
    color: #FFF;
    font-size: 2.5em;
    text-align: center;
}
.news-grid-left-info h5 {
    font-size: 1.4em;
    margin: 1em 0 .5em 0;
    color: #A7913F;
}
.news-grid-left-info p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 0;
    color:#CCAC16;
}
/*--//news --*/
/*--main--*/
.main {
    padding: 5em 0;
}
.main img {
    width: 100%;
}
.main-grids h4 {
    font-size: 1.5em;
    margin: 1em 0 .5em;
    color: #A7913F;
}
.main-grids p {
    font-size: 1em;
    color: #777;
    width: 73%;
    margin-bottom:1em;
	line-height:1.8em;
}
.main-grids .main-text p {
    width: 100%;
}
.main-text:nth-child(1) {
    padding-left: 0;
}
a.more {
    font-size: 1em;
    color: #000;
	border: 3px double #84904b;
	position:relative;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background:#84904b;
}

.btn-1b:hover,
.btn-1b:active {
	color: #fff;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}
/*--//main--*/
/*--services--*/
.service-grids {
  text-align: center;
}
h3.title0 {
    font-size: 3.5em;
    color: #84904B;
    text-align: center;
    border-top: 3px double #D8D7D7;
    border-bottom: 3px double #D8D7D7;
    padding: 0.2em 0;
    font-family: 'Iceland-Regular';
}
.srvc-img {
  display: inline-block;
}
.srvc-img span.glyphicon {
    font-size: 2.2em;
    padding: 0.8em;
    color: #899452;
    border: 2px dotted #949292;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-grids p {
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.service-grids h5 {
    font-size: 1.8em;
    color: #A7913F;
    margin: .8em 0 0.2em;
}
.srvc-grids-info {
    margin-top: 5em;
}
.srvc-grids-info:hover .srvc-img span.glyphicon{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*--//services--*/
/*-- footer --*/
.footer {
  padding: 4em 0 3em;
  background-color:#F9F2D2;
}
.footer-grid h3.title0 {
    padding: 0.3em 0;
    text-align: left;
    width: 69%;
    border-color: #E8DA97;
    font-family: 'Roboto-Regular';
    font-size: 1.8em;
    color: #A7913F;
}
.footer-grid ul {
  margin: 0;
  padding: 2em 0 0;
}
.footer-grid ul li {
    display: block;
	margin: 0 0 10px;
	color:#CCAC16;
	font-size: 1em;
}
.footer-grid ul li a {
    font-size: 1em;
    color: #CCAC16;
    text-decoration: none;
    padding: 0.2em 0;
    display: inline-block;
}
.footer-grid ul li a:hover {
  color:#899452;
}
.contact-grid ul li span {
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
}
.footer-grid ul li.adrs {
    padding-left: 1.5em;
}
.copy {
  text-align: center;
  background:#899452;
  padding:1.5em 0;
}
.copy p {
    color: #fff;
    font-size: 1em;
    margin-top: 10px;
}
.copy p a {
  color:#EADB97;
}
.copy p a:hover{
  color:#fff;
  border-bottom:3px double #EADB97;
}
.copy-left {
    float: left;
}
.social-icons {
    float: right;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons ul li a.fb {
    background: url(../images/iconsprite.png)no-repeat 10px 3px;   
}
.social-icons ul li a.fb:hover{
	background-color:#3b5998;
}
.social-icons ul li a {
    background: url(../images/iconsprite.png)no-repeat 3px -33px;
    display: block;
    width: 32px;
    height: 32px;
    transition: none;
}
.social-icons ul li a.pn {
    background: url(../images/iconsprite.png)no-repeat 6px -108px;
}
.social-icons ul li a.pn:hover {
   background-color:#cc2127;
}
.social-icons ul li a.gg {
    background: url(../images/iconsprite.png)no-repeat 6px -72px;
}
.social-icons ul li a.gg:hover {
   background-color:#dd4b39;
}
.social-icons ul li a:hover {
    transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
    transition: .5s all;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	background-color:#55acee;
}
/*-- //footer --*/
/*--about-page--*/
.baner.about-bnr {
    padding: 2em 0 0;
}
.about, .typo, .gallery,.services, .contact{
  padding: 5em 0;
}
.about-text{
	padding: 5em 0;
}
.about-text-left img {
	width: 100%;
}
.about-info-left:nth-child(1){
	padding-left: 0;
}
.about-text-right h4 {
    color: #A7913F;
    font-size: 1.5em;
    line-height: 1.4em;
}
.about-text-right p {
  color: #777;
  font-size: 1em;
  line-height: 1.8em;
    margin-top: 1em;
}
.about-text-right ul {
	padding: 0;
}
.about-text-right ul li {
  display: block;
  background: url(../images/icon1.png)no-repeat 0px 4px;
  padding-left: 1.5em;
  margin: 1em 0 0;
}
.about-text-right ul li a{
  color: #777;
  font-size: 1em;
}
.about-text-right ul li a:hover{
	color: #A0B347;
    padding-left: 15px;
}
.about-slid {
    background: url(../images/slid.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
    text-align: center;
    padding: 6em 0;
}
.about-slid h2 {
  color: #fff;
  font-size: 4em;
  font-family: 'Iceland-Regular';
}
.about-slid p {
    color: #fff;
    font-size: 1.1em;
    margin: 2em auto 0;
    line-height: 1.8em;
    width: 60%;
}
.about-slid-info {
  width: 80%;
  margin: 0 auto;
}
.about-team {
    padding: 2em 0 4em;
}
.row.team-row {
  margin: 5em 0 0;
}
.thumbnail.team-thmnl {
  border: none;
  text-align: center;
}
.about-team .caption {
  padding: 1.5em .5em!important;
}
.about-team h4 {
    font-size: 1.8em;
    font-family: 'Iceland-Regular';
}
.about-team  h4 a{
  color:#A7913F;
}
.about-team  h4 a:hover{
  color: #A0B347;
}
.about-team p {
  color: #777;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 1em;
}
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
.team-grids:hover img.zoom-img {
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*--//about-page--*/
/*---gallery----*/
.gallery-grids {
    margin-top: 4em;
}
.gallery p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6em;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.view {
  width: 360px;
  height: 242px;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #BCBCBC;
  -moz-box-shadow: 1px 1px 2px #BCBCBC;
  box-shadow: 1px 1px 2px #BCBCBC;
  cursor: default;
  padding: 0;
}
.view .mask,.view .content {
   width: 341px;
    height: 222px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p {
    font-style: italic;
    font-size: 1em;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 6em auto 0;
    width: 63%;
}
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
/*--//gallery--*/
/*--Typography--*/
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom:1em;
	color: #84904B;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
/*--//Typography --*/
/*--contact-page--*/
.contact-form {
    padding: 5em 0 0;
}
.contact-form input[type="text"] {
  display: block;
  background: #fff;
  border: none;
  border-bottom: 1px solid #868585;
  width: 100%;
  outline: none;
  padding: 10px 5px;
  font-size: 1em;
  color: #868585;
  margin-bottom: 1.5em;
}
.cnt-inpt {
  padding: 0;
  margin-bottom: 1.5em;
}
.contact-form input[type="email"] {
	display:block;
	background:  #fff;
	border: none;
  	border-bottom: 1px solid #868585;
	width: 90%;
	outline: none;
	padding: 10px 5px;
	font-size: 1em;
	color: #868585;
	-webkit-appearance: none;
}
.contact-form textarea {
	background: #fff;
  	border: 1px solid #868585;
	width: 100%;
	display: block;
	height: 13em;
	outline: none;
	font-size: 1em;
	color: #868585;
	resize: none;
	padding: 10px 5px;
	-webkit-appearance: none;
}
.contact-form input[type="submit"] {
    background: #fff;
    border: 3px double #737D40;
    padding: 8px 0;
    width: 13%;
    outline: none;
    margin: 2em auto 0;
    font-size: 1.2em;
    color: #737D40;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	-webkit-appearance: none;
}
.contact-form input[type="submit"]:hover {
    color: #FFF;
    background: #737D40;
}
.map {
    margin: 2em 0 0;
}
.map iframe {
  height: 400px;
  width: 100%;
  border: 0;
}
/*--//contact-page--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
figcaption p {
    width: 65%;
}
.baner-bottom {
    width: 32.98%;
}
.logo span.glyphicon.glyphicon-grain {
    top: 24%;
    left: 34%;
}
.baner-grids figure figcaption {
    padding: 2em 1em;
}
figure.effect-bubba h4 {
    padding-top: 13%;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    right: 15px;
    left: 15px;
}
.baner-grids h4 {
    font-size: 1.9em;
}
.baner {
    padding: 3em 0 6em;
}
.news-grid-left-info h5 {
    font-size: 1.3em;
}
.news-grid-left h6 {
    font-size: 2em;
}
.main-text:nth-child(2) {
    padding-right: 0;
}
.main-grids p {
    width: 92%;
}
.main {
    padding: 5em 0 3em;
}
.service-grids p {
    width: 85%;
}
.about-text-right {
    padding: 0;
}
.about-text-right p {
    margin-top: 0.4em;
}
.about-text {
    padding: 3.5em 0;
}
.about-text-right ul li {
    margin: 0.8em 0 0;
}
.about-slid {
    padding: 4em 0;
}
.about-slid p {
    margin: 1em auto 0;
}
.about, .typo, .gallery, .services, .contact {
    padding: 4em 0;
}
.about-team {
    padding: 1em 0 3em;
}
.view {
    width: 293px;
    height: 198px;
}
.view .mask, .view .content {
    width: 270px;
    height: 178px;
}
.view p {
    margin: 4em auto 0;
    width: 73%;
}
}
@media(max-width:1024px){
}
@media(max-width:991px){
.logo a h1 {
    font-size: 5em;
}
.logo span.glyphicon.glyphicon-grain {
    font-size: 3.3em;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.1em;
	padding: 1em 2em;
}
.navbar-nav > li a.dropdown-toggle.hvr-bounce-to-bottom {
    padding: 0.9em 1.5em 1.1em;
}
.baner-top {
    float: left;
    width: 50%;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.baner-grids h4 {
    font-size: 1.8em;
}
figcaption p {
    width: 82%;
}
.baner-bottom figure.effect-bubba h4 {
    padding-top: 7%;
}


.baner-bottom {
    float: left;
    width: 32.85%;
}
.baner-grids figure figcaption {
    padding: 1em;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    top: 15px;
    bottom: 15px;
}
.baner-bottom h4 {
    font-size: 1.6em;
}
.baner-bottom p {
    width: 100%;
}
figure.effect-bubba p {
    padding: 5px 1em;
}
.baner {
    padding: 3em 0 4em;
}
h3.title0 {
    font-size: 3em;
    padding: 0.1em 0;
}
.news {
    padding: 3em 2em;
}
.news-grid {
    margin-bottom: 3em;
}
.main-left {
    float: left;
    width: 50%;
}
.main-right {
    float: right;
    width: 50%;
}
.main-right {
    float: right;
    width: 50%;
    padding: 0;
}
.main-text {
    float: left;
    width: 50%;
}
.main-text h4 {
    margin-top: 0;
}
.main-text:nth-child(2) {
    padding: 0;
}
.main-grids p {
    font-size: 0.9em;
}
.srvc-grids-info {
    margin-top: 4em;
}
.srvc-grids-info {
    margin-top: 4em;
    float: left;
    width: 33.33%;
    padding: 0;
}
.service-grids p {
    width: 88%;
    font-size: 0.9em;
}
.service-grids h5 {
    font-size: 1.6em;
}
.srvc-img span.glyphicon {
    font-size: 2em;
    padding: 0.6em;
}
.footer {
    padding: 3em 0 2em;
}
.footer-grid h3.title0 {
    padding: 0.2em 0;
    font-size: 1.6em;
}
.footer-grid {
    float: left;
    width: 50%;
}
.footer-grid ul {
    padding: 1em 0 0;
}
.footer-grid ul li a {
    font-size: 0.9em;
}
.footer-grid:nth-child(2) {
    margin-bottom: 4em;
}
.copy {
    padding: 1em 0;
}
.about-text-left {
    float: left;
    width: 44%;
}
.about-text-right {
    float: right;
    width: 56%;
}
.about-text {
    padding: 3em 0;
}
.about-text-right h4 {
    font-size: 1.3em;
}
.about-text-right p {
    font-size: 0.9em;
}
.about-text-right ul li a {
    font-size: 0.9em;
}
.about-slid {
    padding: 3em 0;
}
.about-slid h2 {
    font-size: 3em;
}
.about-slid p {
    font-size: 1em;
    width: 82%;
}
.about-team {
    padding: 0 0 2em;
}
.row.team-row {
    margin: 3em 0 0;
}
.contact-form input[type="email"] {
    width: 100%;
}
.view {
    width: 230px;
    height: 148px;
    margin: 5px;
    border: 5px solid #fff;
}
.view p {
    margin: 3.5em auto 0;
    width: 80%;
    font-size: .9em;
}
.view .mask, .view .content {
    width: 220px;
    height: 139px;
}
.map iframe {
    height: 300px;
}
.logo {
    padding: 1em 0 2em;
}
.logo a h1 {
    font-size: 4.5em;
}
.logo span.glyphicon.glyphicon-grain {
    top: 23%;
    left: 32%;
}
}
@media(max-width:767px){
button.navbar-toggle {
    display: block;
    width: 16%;
    font-size: 1.6em;
    padding: 11px 10px;
    margin: 0 auto;
	border: none;
}
.navbar-toggle {
    float:none;
}
nav.navbar.navbar-default {
    background-color: #899452;
    color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
   background: none;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar-nav {
    margin: 0;
}
}
@media(max-width:640px){
.headder {
    padding: 2em 0 0;
}
.navbar-header.navbar-right {
    margin: 0 0.5em;
}
div#bs-example-navbar-collapse-1 {
    background-color: #F9F2D2;  
}
.top-nav ul li {
    margin: 0;
	display:block;
}
.top-nav ul li a{
    display:inline-block;
}
.navbar-default .navbar-nav > li > a {
    padding: 10px 0;
    display: block;
}
.navbar-nav > li a.dropdown-toggle.hvr-bounce-to-bottom {
    display: block;
    padding: 0.7em 1.5em;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
    display: block;
    text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.baner-bottom {
    width: 32.75%;
}
.baner-bottom figure.effect-bubba h4 {
    padding-top: 5%;
    font-size: 1.4em;
}
figcaption p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.baner {
    padding: 3em 0;
}
h3.title0 {
    font-size: 2.8em;
}
.news {
    padding: 2em 1em 0;
}
.main-left {
    float: none;
    width: 100%;
}
.main {
    padding: 3em 0 0;
}
.main-right {
    float: none;
    width: 100%;
    margin-top: 2em;
}
.about, .typo, .gallery, .services, .contact {
    padding: 3em 0;
}
.srvc-grids-info {
    margin-top: 3em;
}
.service-grids h5 {
    font-size: 1.4em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    display: block;
}
a.dropdown-toggle.hvr-bounce-to-bottom.active {
    background-color: #899452;
	color:#fff;
}
.baner.about-bnr {
    padding: 1em 0 0;
}
.baner {
    padding: 2em 0;
}
.about, .typo, .gallery, .services, .contact {
    padding: 2em 0;
}
.about-text {
    padding: 2em 0;
}
.about-text-left {
    float: none;
    width: 100%;
}
.about-text-left img {
    width: 49%;
    margin: 0 auto;
}
.about-text {
    padding: 0 0 2em;
}
.about-slid h2 {
    font-size: 2.8em;
}
.about-text-right {
    float: none;
    width: 100%;
}
.about-slid p {
    font-size: 1em;
    width: 87%;
}
.team-grids {
    float: left;
    width: 50%;
}
.about-team h4 {
    font-size: 2em;
}
.about-team .caption {
    padding: 1em .5em!important;
}
.about-team p {
    font-size: 0.9em;
    margin-top: 0.2em;
}
.thumbnail {
    margin-bottom: 0px;
}
.view {
    width: 187px;
    height: 127px;
}
.view .mask, .view .content {
    width: 178px;
    height: 117px;
}
.view p {
    margin: 3.2em auto 0;
    width: 86%;
    font-size: .8em;
}
.map iframe {
    height: 250px;
}
.contact-form {
    padding: 3em 0 0;
}
.contact-form input[type="text"] {
    margin-bottom: 1em;
}
.contact-form input[type="submit"] {
    width: 25%;
    margin: 1.5em auto 0;
    font-size: 1.1em;
}
.copy-left {
    float: none;
}
.social-icons {
    float: none;
    margin-top: 1.2em;
}
}
@media(max-width:480px){
.logo a h1 {
    font-size: 4em;
}
.logo span.glyphicon.glyphicon-grain {
    top: 23%;
    left: 30%;
    font-size: 2.5em;
}
.logo {
    padding: 0.8em 0 1.5em;
}
.baner {
    padding: 1em 0;
}

figcaption p {
    width: 62%;
	font-size: 0.9em;
}
figure.effect-bubba h4 {
    padding-top: 15%;
}
.baner-grids figure {
    overflow: inherit;
}

.baner-top {
    float: none;
    width: 100%;
}
.baner-bottom {
    width: 100%;
}
.baner-bottom figure.effect-bubba h4 {
    padding-top: 26%;
    font-size: 1.8em;
}
.baner-bottom p {
    width: 65%;
}
h3.title0 {
    font-size: 2.5em;
}
.news-grid-left-info p {
    font-size: 0.9em;
}
.news-grid-left-info h5 {
    font-size: 1.2em;
}
.main-grids h4 {
    font-size: 1.3em;
}
.baner.about-bnr .baner-top {
    width: 50%;
    float: left;
}
.about-slid h2 {
    font-size: 2.5em;
}
.navbar {
    min-height: 40px;
}
button.navbar-toggle {
    font-size: 1.4em;
	padding: 8px 10px;
}
.news-grid-left h6 {
    font-size: 1.8em;
}
.news-grid {
    margin-bottom: 2em;
}
.about-slid-info {
    width: 92%;
}
.about-slid p {
    font-size: 0.9em;
    width: 100%;
}
.about-slid h2 {
    font-size: 2.2em;
}
.row.team-row {
    margin: 2em 0 0;
}
.footer-grid h3.title0 {
    font-size: 1.4em;
}
.footer {
    padding: 2em 0 1em;
}
.about-team h4 {
    font-size: 1.8em;
}
.gallery-grids {
    margin-top: 2em;
}
.view {
    width: 206px;
    height: 137px;
}
.view .mask, .view .content {
    width: 196px;
    height: 127px;
}
.view p {
    margin: 3.5em auto 0;
}
.contact-form textarea {
    height: 9em;
    font-size: 0.9em;
    padding: 5px;
}
.contact-form input[type="text"] {
    padding:5px;
    font-size: 0.9em;
}
.contact-form input[type="email"] {
    padding:5px;
    font-size: 0.9em;
}
.contact-form input[type="submit"] {
    margin: 1em auto 0;
    font-size: 1em;
    padding: 5px 0;
}
}
@media(max-width:320px){
.logo a h1 {
    font-size: 3.5em;
}
.logo span.glyphicon.glyphicon-grain {
    top: 25%;
    left: 23%;
    font-size: 2.2em;
}
.baner-grids h4 {
    font-size: 1.6em;
}
button.navbar-toggle {
    width: 28%;
}
figcaption p {
    width: 85%;
    font-size: 0.9em;
}
figure.effect-bubba h4 {
    padding-top: 12%;
}
.baner-bottom figure.effect-bubba h4 {
    padding-top: 17%;
	font-size: 1.6em;
}
.baner-bottom p {
    width: 87%;
}
.news-grid {
    margin-bottom: 1.5em;
    padding: 0;
}
.news-grid-left {
    padding: 3em 0;
}
.main {
    padding: 2em 0 0;
}
.main-text {
    float: none;
    width: 100%;
    padding: 0;
}
.main-text:nth-child(1) {
    width: 55%;
}
.main-grids h4 {
    font-size: 1.2em;
    margin-top: 0.8em;
}
a.more {
    font-size: 0.9em;
    padding: 4px 12px;
}
.srvc-grids-info {
    margin-top: 2em;
    float: none;
    width: 100%;
}
.footer-grid {
    float: none;
    width: 100%;
	margin-top: 2em;
}
.footer-grid:nth-child(2) {
    margin-bottom: 1em;
}
.copy p {
    font-size: 0.9em;
}
.about-text-right h4 {
    font-size: 1.2em;
}
.about-text-left img {
    width: 79%;
}
.about-slid {
    padding: 2em 0;
}
.about-slid h2 {
    font-size: 1.8em;
}
.about-slid-info {
    width: 100%;
}
.team-grids {
    float: none;
    width: 100%;
}
.footer {
    padding: 0em 0 1em;
}
h3.title0 {
    font-size: 2.3em;
}
.gallery-grids {
    margin-top: 1.5em;
}
.view {
    width: 261px;
    height: 160px;
}
.view .mask, .view .content {
    width: 252px;
    height: 151px;
}
.view p {
    margin: 4.5em auto 0;
    width: 68%;
}
.grid_4 {
    margin-top: 25px;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 13px!important;
}
.map iframe {
    height: 180px;
}
.contact-form {
    padding: 2em 0 0;
}
.contact-form input[type="submit"] {
    font-size: 0.9em;
    padding: 3px 0;
    width: 38%;
}
}
/*--//responsive-design---*/