@charset "utf-8";


body{
	font-family:"Poppins";
	   margin: 0px;
    padding: 0px;
    background-color: #f3f3f3;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins";
    font-weight: 400;
}
p{font-family: "Poppins";
font-size:16px;
line-height:28px;}

/* Margin & Padding */
.mt15{ margin-top:15px}
.mt30{ margin-top:30px}
.mnone{ margin:0px !important}


/* Header */

.header-top{ width:100%; height:auto; float:left; margin:20px 0px}
.header-top p{ font-size:15px; }
.glyphicon-phone{ color:#ec008c; margin:0px 5px; font-size:15px}

.glyphicon-phone{ color:#ec008c; margin:0px 5px; font-size:15px}


/* Navigation */

.navbar-inverse {
    background-color: #ffc20e !important;
    border-color: #ffc20e !important;
	border:none !important;
	font-family:"Poppins";
	font-weight:800
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color:#FFFF !important;
	background-color:#04aeef  !important;
	font-family:"Poppins";
	font-weight:800

}
.nav>li {
    position: relative;
    display: block;
    text-transform: uppercase !important;
	    background-color: #ffc20f;
		font-family:"Poppins";
	font-weight:800
	
}



.navbar-inverse .navbar-nav>li>a {
    color: #000 !important;
	font-family:"Poppins";
	font-weight:600;
	margin-left: 35px;
    padding: 15px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #00aeef !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
	border-radius:0px !important;
}


/* Banner */

.banner{ width:100%; }

.bannerht{ width:100%; height:auto; float:left; }
.bannerht img{ width:100%}


.homeinteriors{ width:100%; height:auto; float:left; }
.line{ width:130px; height:4px; background:#ec008c; text-align:center; display: inline-block;}

.htinn{ width:100%; height:auto; float:left}

hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}





 .gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{

    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
	text-transform:uppercase;
	margin-top: 25px;


}
.filter-button:hover
{
    
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    background-color: #ec008c !important;
	text-transform:uppercase

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.img-thumbnail {
    padding: 6px;
    line-height: 1.42857143;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 25px !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
	-webkit-box-shadow: -10px -4px 12px -12px rgba(0,0,0,0.62);
-moz-box-shadow: -10px -4px 12px -12px rgba(0,0,0,0.62);
box-shadow: -10px -4px 12px -12px rgba(0,0,0,0.62);
}       


@media (min-width: 228px) and (max-width: 758px){

.navbar-inverse {
    background-color: #ffc20e !important;
    border-color: #080808;
}
p{
text-align: justify !important;
}
 .icon-bar{background-color:#888 !important}
}
@media (min-width: 768px){
.navbar-nav>li {
    float: left;
    padding: 0px 15px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100% !important;
    height: auto;
}
p{
    text-align:justify;
}
}
@media (max-width: 980px) {
.hidden-sm{ display:none !important}
}

.about-img {
	background: url(../images/home-about-1.jpg) no-repeat 0px 0px;
	height:440px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-repeat:no-repeat;
	
	
}
.about-img {
    min-height: 500px;
}
.about-img {
    min-height: 400px;
}
.about-img {
    min-height: 284px;
}
h4.sub-hd {
    font-size: 1.5em;
    letter-spacing: 0px;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
 text-align:center;
 line-height:30px
}

/* service*/
.ser_grid1 img {
    width: 100%;
}
.ser_info i.fas.icon {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #111;
    color: #fff;
    float: left;
	    margin-top: 10px;

}
.ser_info i.fa.fa-plus {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #111;
    color: #fff;
    float: right;
	margin-top:-55px;
	margin-left:18px;
	

}
.ser_info h4 {
    text-align: center;
    float: left;
    width: 268.25px;
    height: 45px;
    line-height: 45px;
	color:#fff;
	letter-spacing: 1px;
    background: #FAB702;
	    margin-left: 5px;
}
.ser_all a {
    text-align: center;
    font-size: 17px;
    padding: 10px 30px;
    background: #333;
    color: #fff;
	letter-spacing: 1px;
    text-transform: capitalize;
}
.ser_all a:hover {
    background: #18ba60;
}
.ser_all {
    text-align: center;
    margin-top: 3em;
}
.ser_grid1 p {
    margin-top: 1.5em;
    line-height: 24px;
    font-size: 15px;
	color: #333;
	font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
@media(max-width:1440px){
	.ser_info h4 {
    width: 235.6px;
}
}
@media(max-width:1366px){
	.w3l-slide-text {
    margin-top: 14em;
     }
	 .ser_info h4 {
    width: 216.6px;
    font-size: 1.3em;
	
    }

}
@media(max-width:1280px){
	.ser_info h4 {
    width: 195.6px;
    font-size: 1.2em;
}

/*end service*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ffc20f;
}

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-size:40px !important}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;width:44px;padding:0; font-size:30px}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff !important;background-color:#3f729b !important;border-color:rgba(0,0,0,0.2); font-size:30px !important ; display:inline-block}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#000;background-color:#ffc20e !important;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#ffc20e;border-color:rgba(0,0,0,0.2)}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-foursquare{color:#fff;background-color:#0072b1;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{color:#fff;background-color:#005888;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#0072b1;border-color:rgba(0,0,0,0.2)}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#ffc20e;border-color:rgba(0,0,0,0.2)}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#335d7e;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}

.quote{ width:100%; height:auto; float:left}

.quote ul{ list-style:none !important}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none !important;
}

.fnt {
   
    margin-bottom: 0;
    font-size: 20px !important;

}
.mt{margin-top: 53px !important;}

@media(min-width: 360px) and (max-width: 480px){
    .powerd1{
        margin-top: -30% !important;
        margin-left: 60% !important;
        font-size:15px !important;
    }

    .fimage1{
        float:left;
        margin-top: -80px !important;
        margin-left: 230px !important;
    }
}


@media(min-width: 481px) and (max-width: 559px){

    .navbar-inverse {
        background-color: #ffc20e !important;
        border-color: #080808;
    }

    .navbar-nav > li {
        float: left;
        padding: 0px !important;
    }

    .m-center{
        width:100%;
        text-align:center!important;
    }

    h5.pd {
        margin-top:0px;
        width: 192px !important;
    }

    .powerd1{
        margin-top: -17% !important;
        margin-left: 65% !important;
    }

    .fimage1{
        float:left;
        margin-top: -75px !important;
        margin-left: 450px !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        margin-left: 5px !important;
    }

    .icon-bar{
        background-color:#888 !important;
        
    }
}

@media(min-width: 600px) and (max-width: 600px){

    .m-center{
        width:100%;
        text-align:center!important;
    }

    h5.pd {
        margin-top:0px;
        width: 260px !important;
    }

    .powerd1{
        margin-top: -17% !important;
        margin-left: 70% !important;
    }

    .fimage1{
        float:left;
        margin-top: -82px !important;
        margin-left: 450px !important;
    }
}

@media (min-width: 768px) and (max-width: 768px){
    .fimage1{
        margin-top: -12% !important;
        margin-left:580px !important;
    }
    .powerd1{
      margin-top: -13% !important;
      margin-left: 70% !important;
    }

    h5.pd {
        margin-top:0px;
        width: 350px !important;
    }
    .m-center{
        width:100%;
        text-align:center!important;
    }
.navbar-inverse .navbar-nav > li > a {
  margin-left: 5px !important;
}

.navbar-nav > li {
    float: left;
    padding: 0px !important;
}

}

@media (min-width: 620px) and (max-width: 739px){

.navbar-inverse {
    background-color: #ffc20e !important;
    border-color: #080808;
}

.navbar-nav > li {
    float: left;
    padding: 0px !important;
}

.m-center{
    width:100%;
    text-align:center!important;
}

h5.pd {
    margin-top:0px;
    width: 300px !important;
}

.powerd1{
  margin-top: -13% !important;
  margin-left: 68% !important;
}

.fimage1{
  margin-top: -12% !important;
  margin-left:478px !important;
}

.navbar-inverse .navbar-nav > li > a {
  margin-left: 5px !important;
}

 .icon-bar{background-color:#888 !important}
}

@media(min-width: 725px) and (max-width: 740px){

    .m-center{
        width:100%;
        text-align:center!important;
    }

    h5.pd {
        margin-top:0px;
        width: 338px !important;
    }

    .powerd1{
        margin-top: -14% !important;
        margin-left: 71% !important;
    }

    .fimage1{
        float:left;
        margin-top: -82px !important;
        margin-left: 545px !important;
    }
}


@media (min-width: 769px) and (max-width: 900px){

.navbar-inverse {
    background-color: #ffc20e !important;
    border-color: #080808;
}

.navbar-nav > li {
    float: left;
    padding: 0px !important;
}

.m-center{
    width:100%;
    text-align:center!important;
}

h5.pd {
    margin-top:0px;
    width: 340px !important;
}

.powerd1{
  margin-top: -10% !important;
  margin-left: 72% !important;
}

.fimage1{
  margin-top: -10% !important;
  margin-left:600px !important;
}

.navbar-inverse .navbar-nav > li > a {
  margin-left: 5px !important;
}

 .icon-bar{background-color:#888 !important}
}

@media (min-width: 970px) and (max-width: 1030px){
  .hidden-lg{
    display: none !important;
  }


  h5.pd {
    width: 340px !important;
  }

  .navbar-nav > li {
    float: left;
    padding: 0px !important;
  }

  .fimage1{
    margin-top: 10% !important;
  }


  #powerdby{
    margin-left: 41% !important;
  }
  
 .powerd1{
   margin-left: 50% !important;
  }
  .col-sm-6 {
    width: 50% !important;
    }
}

@media(min-width: 930px) and (max-width: 960px){

    .m-center{
        width:100%;
        text-align:center!important;
    }

    h5.pd {
        margin-top:0px;
        width: 338px !important;
    }

    .powerd1{
        margin-top: -13% !important;
        margin-left: 77% !important;
    }

    .fimage1{
        float:left;
        margin-top: -82px !important;
        margin-left: 90% !important;
    }
}

@media (min-width: 1031px) and (max-width: 1200px){
  .hidden-lg{
    display: none !important;
  }


  h5.pd {
    width: 340px !important;
  }

  .navbar-nav > li {
    float: left;
    padding: 0px !important;
  }

  .fimage1{
    margin-top: 8% !important;
  }


  #powerdby{
    margin-left: 42% !important;
  }
  
 .powerd1{
   margin-left: 54% !important;
   margin-top: 30px !important;
  }
  .col-sm-6 {
    width: 50% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px){
    
    .mbl{ width:116px !important;}
    #powerdby {

    float: left;
    margin-top: 0px;
    margin-left: 40%;
    font-family: "Poppins";

}
.pd{width: 96px !important;

float: left;
    

}
.m-center{
    font-size: 13px !important;
    text-align: center !important;
}

.powerd {
    float: left;
    margin-left: 0% !important;
    margin-top: 40px;
    font-family: "Poppins";
     font-size:15px !important;
}
.pnone{ padding:0px !important;}
.mt{margin-top: 24px !important; width:150px;}
}

@media (min-width: 420px) and (max-width: 680px){
    
    .mbl{ width:115px !important;}
    #powerdby {

    float: left;
    margin-top: 0px;
    margin-left: 40%;
    font-family: "Poppins";

}
.pd{width: 116px !important;

float: left;
    

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

.powerd {
    float: left;
    margin-left: 0% !important;
    margin-top: 40px;
    font-family: "Poppins";
     font-size:15px !important;
}
.pnone{ padding:0px !important;}
.mt{margin-top: 10px !important; width:120px !important; }
}

@media (min-width: 300px) and (max-width: 350px){
   .mt{margin-top: 10px !important; width:120px !important;} 
}
