/*
Author: shopweb
Author URL: http://shopweb.in

*/
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0; 
	font-family: 'Raleway', sans-serif;
	    text-align: left;
}
p{
	margin:0;
	line-height:2;
	font-size:1em;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a:focus{
	text-decoration:none;
	outline: none;
} 
/*-- header --*/  
.headerw3-shopweb {
  
	background-image:url(../images/banner.png);
}
/*-- header-top --*/
.header-w3top {
    float: left;
    padding: 0 3em;
    margin-left: 7em;
}
.header-w3top ul li {
    display: inline-block;
    color: #000;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    padding: 1em 0;
	margin:0 2em;
}
.header-w3top ul li i.fa {
    margin-right: 5px;
    padding: 0 0.5em;
    color: #49c7ed;
}
.header-w3top ul li a {
    color: #000;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.header-w3top ul li a:hover {
    color: #142340;
}
/*-- //header-top --*/
/*-- header-mdl --*/ 
.header-w3mdl {
  padding: 12px 17px 0px 91px;
}
/*-- logo --*/
.header-mdl.shopwebits-logo {
    text-align: center;
    margin: 2em 0 0.5em;
}
.shopwebits-logo h1 {
    font-size: 2.7em;
    display: inline-block;
    line-height: 1.3em;
	font-family: 'Secular One', sans-serif;
}
.shopwebits-logo h1 a {
  color: #fc928b;
    text-decoration: none;
    display: inline-block;
}
.shopwebits-logo.navbar-left img {
    margin-right: 3px;
}
ul.sw-nav-top li span {
    color: #000;
    font-size: 0.9em;
    font-weight: 400;
}
/*-- //logo --*/
/*-- social-icon --*/
.shopweb_social_banner {
	float:right;
    padding-top:0.6em;
}
.shopweb_social_icons_banner {
    margin-top: 2em;
    text-align: right;
}
.shopweb_social_icons_banner ul {
    display: inline-block;
}
.shopwebits_social_list li {
    display: inline-block;
    margin-left: 1em;
}
.shopwebits_social_list li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    padding: .4em 0;
    width: 32px;
    height: 32px;
	border-radius:50%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
a.w3_shopweb_facebook{
	background:#3b5998;
}
a.w3_shopweb_facebook:hover{
	background:#fff;
	color:#3b5998
}
a.w3_shopweb_linkedin{
	background: #6ebeef;
}
a.w3_shopweb_linkedin:hover{
	background:#fff;
	color:#6ebeef;
}
a.shopweb_twitter{ 
	background:#1da1f2;
}
a.shopweb_twitter:hover{
	color:#1da1f2;
	background:#fff;
}
a.w3_shopweb_google-plus{ 
	background:#ec4b4b;

}
a.w3_shopweb_google-plus:hover{ 
	color:#ec4b4b;
	background:#fff
}
a.w3_shopweb_vimeo{ 
	background:#1ab7ea;
}
a.w3_shopweb_vimeo:hover{ 
	color:#1ab7ea;
	background:#fff;
} 
/*-- //social icons --*/
/*-- //header-mdl --*/
/*-- top-nav --*/ 
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: #49c7ed;
}
.header-nav {
   background: rgb(45, 123, 24);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(4, 3, 0, 0.62);
	-moz-box-shadow: 0px 2px 7px 0px rgba(4, 3, 0, 0.62); 
    box-shadow: 0px 2px 7px 0px rgba(4, 3, 0, 0.62);
}
.header-nav ul.nav.navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
} 
.navbar-default {
    background: none;
    border: none;
	margin: 0;
}  
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
	display: inline-block;
	float:none;
    margin: 0 1em;
}
.navbar-default .navbar-nav > li > a ,.dropdown-menu > li > a{
    color: #fff;
    font-size: 1.2em;
    padding: 1.3em 1.5em;
    position: relative;
    z-index: 9;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active,.dropdown-menu > li > a:hover{
    color: #fff;
}
.navbar-default .navbar-nav > li > a:before ,.dropdown-menu > li > a:before{
    content: '';
    position: absolute;
    bottom: 0;
    background: #142340;
    height: 1px;
    width: 100%;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    z-index: -1;
}
.navbar-default .navbar-nav li  a:hover:before,.navbar-default .navbar-nav li a.active:before,.dropdown-menu > li > a:hover:before{
	height: 100%;
}  
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,.dropdown-menu > li > a:before{
	color:#fff;
	    background: #5c1505;
}
.navbar-nav li  a:hover{
	  background: #5c1505;
}
.w3header form {
	margin: 1.1em 0 0;
    position: relative;
	padding-left: 2em;
}
.w3header input[type="search"] {
    width: 100%;
    padding: 0.6em 3.5em .6em .8em;
    font-size: 1em;
    color: #fff;
    outline: none;
    border: 1px solid #0696a9;
    background: none;
    -webkit-appearance: none; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.w3header button.btn.btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 39px;
    outline: none;
    box-shadow: none;
    background: #f44336;
    padding: 0;
    border-radius: inherit; 
	-webkit-appearance: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
} 
.w3header form:hover input[type="search"]{
	border-color:#ca5a00;
}
.w3header form:hover .btn.btn-default{
    background: #f44336;
}
.w3header span.glyphicon {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}
.w3header ::-webkit-input-placeholder {
   color: #ccc;   
} 
.w3header :-moz-placeholder { /* Firefox 18- */
   color: #ccc; 
} 
.w3header ::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
} 
.w3header :-ms-input-placeholder {  
   color: #ccc;  
}  
.dropdown-menu > li > a {
    display: block;
    padding: 8px 15px;
}	
.dropdown-menu {
    min-width: 157px;
}	
.open > .dropdown-menu {
    display: block;
    background: #49c7ed;
}

/*-- //top-nav --*/
/*-- //header --*/ 
/*-- banner-modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal.bnr-modal {
	padding: 0 1em !important;
}
.modal-body {
    padding: 1em 3em;
}
.modal-dialog {
    margin:3em auto 2em;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.bnr-modal button.close {
    color:#142340;
    opacity: .9;
    font-size: 2.5em;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .9em;
    color: #000;
    line-height: 1.8em;
}
.modal-body.modal-spa {
    padding-top: 0;
}
/*-- //banner-modal --*/
/*-- Slider Part starts Here --*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.callbacks_container {
/*-- shopwebits --*/
  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_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
     opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 53px;
    width: 32px;
    background: url("../images/icons.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
    top: 38%;
    right: 18%;
}
.callbacks_nav.next {
    left: auto;
    background-position: right;
    right: 16.5%;
    top: 37.2%;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_tabs li {
    display: block;
    margin: 0.5em 0;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    z-index: 999;
    top: 38%;
    right: 8%;
    padding: 0;
    margin: 0;
}
.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}
.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
    transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
    transition: .5s all;
}
.callbacks_here a:after{
    border-color: #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
	-ms-transform: scale(1);
}
/*-- //Slider part Ends Here --*/
/*-- //banner --*/
/*-- banner --*/

.banner-textshopwebinfo {
    padding: 5em;
    background: rgba(0, 0, 0, 0.52);
}
.banner-text {
    padding: 6em 0 0;
}
.banner-text h6 {
    font-size: 1.3em;
    color: #fff;
    margin-bottom:1em;
    padding: 0 5em 0.5em 0;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom:1px solid #49c7ed;
    display: inline-block;
}
.banner-text h3 {
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 0.5em;
    font-weight: 600;
    text-transform: capitalize;
}
.banner-text h3 span {
    display: block;
    font-size: 2em;
}
.banner-textshopwebinfo p {
    width: 43%;
    color: #afb2b3;
    font-size: 1.2em;
}
.sw-bb-grid1 h5 {
    color: rgba(243, 243, 243, 0.46);
    font-size: 1.4em;
}
.more a {
    font-size: 1em;
    color: #49c7ed;
    padding: 0.7em 0em;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: block;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.more a:hover{
	background:transparent;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
/*-- banner-bottom --*/
.shopwebits-banner-bot {
    padding-top: 2em;
}
.sw-bb-grid1 {
    border-left: 2px solid #fff;
}
.sw-bb-grid1 h4 {
    text-transform: capitalize;
    color: #49c7ed;
    font-size: 1.5em;
    margin: 0.8em 0 0.5em;
}
.sw-bb-grid1 p {
    width: 75%;
    font-size: 1em;
    color: #fff;
}
/*-- //banner-bottom --*/
/*-- about --*/
.sws-section{
	padding: 10px 0;
} 
div#inner-about {
    padding-bottom: 2em;
}
.about-text {
    text-align: center;
    padding: 0 6em;
}
.about-text h2 {
    font-size: 1.5em;
    margin: 0 0 0.7em 0;
    line-height: 1.5em;
    color: #142340;
    text-transform: capitalize;
}
/*-- //about --*/
/*-- about-top --*/
.shopweb-about-bottom-left h3.shopwebits-title {
    color: #000;
	text-align:right;
    font-size: 2.6em;
}
.shopweb-about-bottom-left h3.shopwebits-title span {
    color: #005498;
}
.shopweb-about-bottom-left {
    padding: 0.5em 3em;
}
.shopweb-about-bottom-right h5 {
    line-height: 1.5;
    color: #000;
    font-size: 1.4em;
	margin-bottom:1em;
}
.shopweb-about-bottom-right {
    padding: 0 2em 0 0em;
}
i.fa.fa-quote-right {
    display: block;
    text-align: right;
    font-size: 5em;
    color: #e2e2e2;
}
p.sws-about-text {
    margin: 1em 0;
}
/*-- //about-top --*/
/*-- about-bottom --*/
h3.h3-sw,h2.h3-sw {
    text-align: center;
    font-size: 2.5em;
    color: #000;
        margin-bottom: 10px;
	text-transform:capitalize;
}
.about-bottom {
    padding: 3em 0;
}
.about-w3right{
	background:url(../images/about.jpg) no-repeat center;
	background-size:cover;
	min-height:333px;
}
.shopwebits-title {
    text-align: center;
}
.shopwebits-title h3 {
   font-size: 34px;
    color: #000;
    display: inline-block;
    
	margin-top: 30px;
}
p {
    font-size: 1em;
       color: #5d5858;
    line-height: 1.8em; 
	    text-align: left;
}
.about-w3right {
    padding: 0 2em;
}
.about-sweft img {
    width: 100%;
}

/*-- about --*/
#about {
    padding: 2em 0;
}
.content-mid1{
	padding:0;
} 
.content-mid2 {
   box-shadow: none;
    background: #ecf2f2;
    height: 250px;
	margin-top:0px;
}
.content-mid-img{
	background: url(../images/g5.jpg)no-repeat center center; 
    background-size: cover;
    min-height: 250px;
}
.content-mid-img1{
	background: url(../images/g2.jpg)no-repeat center center; 
    background-size: cover;
    min-height: 250px;
} 
.about-swsrow {
    text-align: left;
    margin-top: 3em;
} 
/*-- //about --*/
/*-- progress-bars --*/  
.b_label {
    color: #888;
    margin-bottom: 6px;
    font-weight: 400;
}
.bar_group {
    position: relative;
    z-index: 0;
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
    background: #E4E4E4; 
}
.bar_group__bar.thin {
	width: 0%;
	height: 6px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #F44336;
	margin-bottom: 1em;
	-webkit-transition: width 1s; 
	-moz-transition: width 1s; 
	transition: width 1s;
}
/*-- //progress-bars --*/











/*-- panel --*/
.pa_italic i {
    left: -1.5em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1.5em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:0;
}
.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
} 
.panel-title a.pa_italic.collapsed {
    background: #fff;
    color: #333;
	-webkit-box-shadow:0px 1px 1px 1px #ccc;
	-moz-box-shadow:0px 1px 1px 1px #ccc;
	-o-box-shadow:0px 1px 1px 1px #ccc;
	-ms-box-shadow:0px 1px 1px 1px #ccc;
    box-shadow:0px 1px 1px 1px #ccc;
}
.panel-title a {
    background: #3a8d25;
	
	color:#fff;
	text-decoration: none;
    display: block;
    padding: 12px 35px;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    color: #212121;
    background-color: #fff; 
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
       color: #3e3b3b;
	border-top-color: transparent;
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa; 
    box-shadow: 0px 0px 1px #aaa;
    background: #fff;
}
.hlo{
	color:white;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
} 
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
/*-- //panel --*/

.wthree-about-bot-grid-sec {
    position: relative;
}
.sws-abg.sws-abg1.abg1{
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}		
.sws-abg1,.abg2 {
    text-align: right;
	background:#ecf2f2;
    padding: 6em 14em 0 10em;
}
.sws-abg.sws-abg2.abg3,.sws-abg.sws-abg2.abg4{
    padding: 6em 10em 0 14em;
	min-height:330px;
}	
.sws-abg.sws-abg2.abg3 {
	background: url(../images/a2.jpg) no-repeat center;
	background-size:cover;
	min-height:330px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.sws-abg.sws-abg2.abg3 {
	background: url(../images/a2.jpg) no-repeat center;
	background-size:cover;
	min-height:330px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.abg6 {
	background: url(../images/banner1.jpg) no-repeat center !important;
}
.sws-abg.sws-abg1.abg1,.sws-abg.sws-abg1.abg2  {
    min-height: 330px;
}
.abg1{
	background:#fff;
}
.sws-abg.sws-abg1.abg1 h4{
	color:#fff;
}
.sws-abg.sws-abg1.abg1 {
    background: url(../images/a1.jpg) no-repeat center;
	background-size:cover;
	
}	
.sws-abg.sws-abg2.abg2 {
    background: #49c7ed;
}
.sws-abg.sws-abg2.abg4 {
    background: #ecf2f2; 
}
.sws-abg h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #142340;
    font-weight: 600;
}
.sws-abg.sws-abg1 p{
    padding: 1em 0em 0 15em;
	color:#ccc8c8;
}
.sws-abg.sws-abg2.abg3 p ,.sws-abg.sws-abg2.abg4  p{
    padding: 1em 15em 0em 0em;
}
.sws-abg.sws-abg1.abg1:hover h4,.sws-abg.sws-abg2.abg3 h4 {
    color: #fff;
}
.sws-abg.sws-abg1.abg1 p,.sws-abg.sws-abg2.abg3 p {
    color: #ccc8c8;
}
.shopwebits-about-pos h2 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    padding: 0.8em 0;
    color: #000;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.shopwebits-about-pos {
    position: absolute;
    top: 34%;
    left: 40%;
    z-index: 1;
    background: rgba(144, 145, 148, 0.23);
    width: 20%;
    padding: 1em;
}
/*-- //about --*/
/*-- about-slid --*/ 
.awards-shopwebinfo{
    background: url(../images/5.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
} 
.sws_about_guage {
    text-align: center;
}
.sws_about_guage h4 {
    font-size: 1.3em;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 300;
}
/*-- //about-slid --*/
/*-- team --*/ 
div#team {
    padding: 2em 0 5em;
}
.team-row.shopwebits-swayouts {
    margin-top: 4em;
}
.team-grids .team-shopwebimg {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
    color: #fff;
    font-size: 2em;
    margin-top: 2px;
}
.captn p {
    font-size: 1em;
    margin-top: 0.5em;
	color:#fff;
	line-height:1.8em;
}
.team-grids .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.captn-top {
    padding: 34% 10% 4%;
}
.team-shopwebimg:hover .captn {
	width: 100%;
	top: 0%;
}
img.img-responsive {
    width: 100%;
}
.team-grids .shopwebits_social_list li {
    margin: 0 0.5em;
}
.team .social-swsicon { 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.team-shopwebimg:hover .social-swsicon{
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
/*-- social-icons --*/ 
.shopwebinfo-social-grids ul{
	padding:0;
	margin:0;
}
.shopwebinfo-social-grids ul li{
    display: inline-block;
}
.shopwebinfo-social-grids ul li a {
	color: #FFFFFF;
    text-align: center;
}
.shopwebinfo-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; 
    width: 40px;
    height: 40px;
    line-height:2.8em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
}
.shopwebinfo-social-grids ul li a i.fa.fa-facebook:hover {
	background:#3b5998;
}
.shopwebinfo-social-grids ul li a i.fa.fa-twitter{
	margin:0 .5em;
}
.shopwebinfo-social-grids ul li a i.fa.fa-twitter:hover{
	background: #55acee;
}
.shopwebinfo-social-grids ul li a i.fa.fa-facebook{
	margin:0 .5em 0 0;
}
.shopwebinfo-social-grids ul li a i.fa.fa-facebook:hover{
	background: #f26522;
}
.shopwebinfo-social-grids ul li a i.fa.fa-vk:hover{
	background: #45668e;
}
/*-- //team --*/          
/*--services--*/
.services {
    background: #142340;
}
.services-right {
    float: left;
    width: 50%;
}
/*-- Effect 1--*/
.services-grid span {
    font-size: 1.5em;
    color: #fff;
    display: inline-block;
    z-index: 1;
    padding: 1em 0 0 2em;
}
/*--//Effect 1--*/
.services-grid h5 {
    font-size: 1.6em;
    margin: 0.8em 0 0em;
    color: #ecdb5d;
    text-transform: capitalize;
}
.services-grid p {
    font-size: 1em;
    color: #d4d4d4;
    line-height: 1.8em;
	margin-top:10px;
}
.services-left h4 {
    color: #49c7ed;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 700;
}
.services-grid.shopwebits-swayouts h5 {
    color: #142340;
    font-size: 1.3em;
}
.services-grid {
    margin-bottom: 0.5em;
}
.services-left {
    border: 3px solid #fff;
    padding: 2em;
    width: 32%;
    margin: 1em 5em 0 9em;
    float: left;
}
.services-left h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0.2em 0 0.4em;
    letter-spacing: 3px;
}
p.data {
    margin: 1em 0;
}
/*-- //table-book --*/  
/*-- services --*/
.sws-section.services h2 {
    color: #fff;
}
.services-grid i.fa {
    font-size: 3em;
    color: #00bcd4;
}
.services-grid .shopwebits-swayouts h5 {
    font-size: 1.6em;
    margin: 0.8em 0 .4em;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}
/*-- //services --*/ 
/*-- testimonials --*/
.shopweb_testimonials_grid p {
    color: #fff;
    line-height: 2em;
    margin-bottom: 1em;
	text-align:left;
}
.w3_shopweb_testimonials_grid_right {
    text-align: right;
    padding: 1em 2em;
    background:#49c7ed;
    position: relative;
    border-radius: 10px;
}
.test-tooltip:before {
    content: '';
    position: absolute;
   right: 68px;
    bottom: -12px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #49c7ed;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.w3_shopweb_testimonials_grid_left {
    margin: 3em 0;
}
.sw-testi-img img {
    border-radius: 50%;
}
.sw-testi-txt h4 {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #000;
}
.sw-testi-txt p {
    color: #999;
    text-transform: uppercase;
    font-size: 0.9em;
}
.sw-testi-txt {
    padding: 2em 1em 0;
}
.shopweb_testimonials_grids {
    margin-top: 4em;
}
.sw-testi-txt p {
    color: #999;
}
.imim{
	border: 2px solid #c59f9f;
    padding: 6px 7px 9px 5px;
}
/*--// testimonials --*/
/*-- gallery --*/  
.gallery-grid-img {
    padding:0.5em;
	    border: 2px solid #fbf7f7;
}
.w3-shopwebpic { 
    position: relative;
    overflow: hidden; 
    display:block; 
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s; 
	animation: anima 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	-webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
}  
.sws-overlay h4 {
    font-size: 2em;
    color: #fff;
    padding: 28% 0;
    font-weight: 300;
}
.w3-shopwebpic .pic-image, .sws-overlay, .w3-shopwebpic:hover .sws-overlay, .w3-shopwebpic:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.w3-shopwebpic:hover .sws-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.sws-overlay { 
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(20, 35, 64, 0.5);
    padding: 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	-webkit-transform: rotateY(-90deg) rotateX(-90deg);
	-moz-transform: rotateY(-90deg) rotateX(-90deg);
	-o-transform: rotateY(-90deg) rotateX(-90deg);
	-ms-transform: rotateY(-90deg) rotateX(-90deg);
	transform: rotateY(-90deg) rotateX(-90deg);
    left: 0;
    top: 0;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;  
	border-radius: 50%; 
}
.w3-shopwebpic:hover .sws-overlay { 
    -webkit-transform: rotateY(0) rotateX(0);
	-moz-transform: rotateY(0) rotateX(0);
	-o-transform: rotateY(0) rotateX(0);
	-ms-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}
/*-- //gallery --*/
.banner.inner-banner {
    min-height: 320px;
}
/*-- icons --*/
ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
    color: #fff;
}
.codes a {
    color: #999;
}
.row.fontawesome-icon-list {
    margin: 0;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.shopweb-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 25px;
    color:#000!important;
    margin: 30px 0 15px;
}
h3.shopwebits-icons-title {
    text-align: center;
    font-size: 30px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
	cursor: pointer;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:1080px){
	.icon-box {
		width:33.33%;
	}
}
@media (max-width:991px){
	h3.shopwebits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.icon-box {
		width: 50%;
	}
}
@media (max-width:768px){
	h3.shopwebits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.grid_3.grid_4.w3_shopwebits_icons_page {
		margin-top: 25px;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.shopwebits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
@media (max-width: 375px){
	.w3_shopwebits_icons_page {
		margin: 25px 0 0 !important;
	}
}
/*-- //icons --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom: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:#000;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.grid_3.grid_5.sw {
		margin-top: 1.5em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
	.list-group {
		margin-bottom: 20px;
	}
}
@media (max-width:480px){
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.swayouts {
		margin-top: 0;
	}
	.sws_about_guage { 
		width: 50%;
	}
	.sws_about_guage:nth-child(2) {
		margin-bottom: 2em;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //typography --*/
/*-- contact --*/ 
.sws_map iframe{
	width:100%;
	min-height:300px;
}
.contact_wthreerow,.shopwebits_mail_grid_right_grid:nth-child(2) {
    margin-top: 3em;
}
.sw_contact_form {
    padding-right: 5em;
}
.contact_wthreerow h4 {
    font-size: 1.7em;
    color: #142340;
    margin-bottom: 1em;
    font-weight: 600;
}
.sw_contact_form input[type="text"], .sw_contact_form input[type="email"], .sw_contact_form textarea {
    outline: none;
    width: 100%;
    padding: .8em 1em;
    font-size: 1em;
    color: #212121;
    border: none;
    border-bottom: 1px solid #DDD;
    background: none;
}
.sw_contact_form input[type="email"]{
	margin:1.5em 0;
}
.sw_contact_form textarea {
    min-height: 120px;
    resize: none;
    margin: 1.5em 0;
}
.sw_contact_form input[type="submit"] {
    outline: none;
    padding: .8em 4em;
    font-size: 1em;
    color: #fff;
    border: none;
    background: #49c7ed;
    border:1px solid #49c7ed;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.sw_contact_form input[type="submit"]:hover {
    background: transparent;
    color: #4CAF50;
}     
ul.contact_info li {
    list-style-type: none;
    margin-top:1.5em;
    color: #999;
    font-size:1em;
}
ul.contact_info li i {
    color: #fff;
    background: #142340;
    padding: .8em;
    border-radius: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 1em;
    font-size: .9em;
}
ul.contact_info li a {
    color: #999;
    text-decoration: none;
}
ul.contact_info li a:hover{
	color:#4CAF50;
} 
/*-- //contact --*/
/*-- footer --*/
.shopweb-footer.sws-section {
    background: #142340;
}
.footer-nav li {
    list-style-type: none;
    display: inline-block;
    padding: 1em 1em;
    margin: 0 2.1em 0 0;
}
ul.footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.list-footer p {
    padding: 1em 0 0;
    font-size: 0.9em;
    width: 77%;
}
.footer-nav li a{
	color:#49c7ed;
}
.shopwebinfo-sub {
    padding: 1em 0em 0 3em;
}
.shopwebinfo-sub a {
    text-decoration: underline;
    padding: 1em 0;
    display: block;
	color:#fff;
}
.shopwebinfo-sub a:hover {
    text-decoration: underline;
	color:#49c7ed;
}
form.wthree-subsribe {
    width: 70%;
    margin: 2em auto;
}
.wthree-subsribe input[type="email"] ,.wthree-subsribe input[type="text"]{
    width: 100%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #000;
    outline: none;
    border: 1px solid #000;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
	border-radius:5px;
}
.wthree-subsribe input[type="email"]{
	margin:1em 0;
}
.wthree-subsribe input[type="submit"] {
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #49c7ed;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #49c7ed;
    font-weight: 600;
	border-radius:5px;
}
.wthree-subsribe input[type="submit"]:hover{
	color:#49c7ed;
	background:transparent;
}
.w3_shopweb-copyright {
    padding: 2em 0;
    background: #000;
	color: white;
}
.w3_shopweb-copyright p {
    color: #fff;
    font-weight: 500;
}
.w3_shopweb-copyright a{
	color:#49c7ed;
}
.w3_shopweb-copyright a:hover{
	color:#fff;
}	
.shopwebinfo-sub h6 {
    color: #fff;
    font-size: 1.1em;
}
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/
/*-- //footer --*/
@media screen and (max-width: 1440px){
	.sws-abg.sws-abg1 p {
		padding: 1em 0em 0 10em;
	}
	.sws-abg.sws-abg2.abg3 p, .sws-abg.sws-abg2.abg4  p{
		padding:1em 10em 0em 0em;
	}
}
@media screen and (max-width: 1366px){
	.sws-abg h4 {
		font-size: 1.3em;
	}
	.sws-abg.sws-abg1 p {
		padding: 1em 0em 0 7em;
	}
	.sws-abg.sws-abg2.abg3 p, .sws-abg.sws-abg2.abg4 p {
		padding: 1em 7em 0em 0em;
	}
	.shopwebits-about-pos h2 {
	font-size: 36px;
	}
}
@media screen and (max-width: 1280px){
	.banner {
       min-height: 660px;
	}
	.sws-section {
		padding: 4em 0;
	}
	.about-bottom {
		padding: 2em 0;
	}
	.navbar-default .navbar-nav > li > a { 
		padding: 1em 1.5em; 
	}
	.sws-abg1, .abg2 {
		padding: 6em 14em 0 7em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 6em 7em 0 14em;
	}
	.sws-abg.sws-abg1 p {
		padding: 1em 0em 0 5em;
	}
	.sws-abg.sws-abg2.abg3 p, .sws-abg.sws-abg2.abg4 p {
		padding: 1em 4em 0em 0em;
	}
}
@media screen and (max-width: 1080px){
	.banner-text {
		padding: 5em 0 0;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 1em 1.2em;
	}
	.shopwebits-title h3 {
		font-size: 3.3em;
	}
	.header-w3top {
		margin-left: 0em;
	}
	.header-w3top ul li {
       margin: 0 1.8em;
	}
	.sw-bb-grid1 p {
		width: 98%;
	}
	.sws-overlay h4 { 
		padding: 27% 0; 
	}
	.banner-textshopwebinfo p {
		width: 50%;
		font-size: 1em;
	}
	.sws-abg1, .abg2 {
		padding: 6em 8em 0 7em;
	}
	.about-w3right {
		min-height: 310px;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 6em 7em 0 8em;
	}
	.shopwebits-about-pos h2 {
		font-size: 2.8em;
	}
	.shopwebits-about-pos {
		left: 39%;
		width: 23%;
	}
	.services-left {
        width: 39%;
	}
	.services-left {
		margin: 1em 1em 0 4em;
	}
	.shopwebits-title h3 {
		margin: 20px;

	}
	.sw-bb-grid1 p {
		width: 98%; 
	}
	.panel-title {
		font-size: 1.1em; 
	}
	.panel-body {
		padding: 0.5em 1.5em;
	}
	.footer-nav li {
        margin: 0 0.8em 0 0;
	}
	.shopwebinfo-sub h6 {
		font-size: 1em;
	}
	.about-text {
		padding: 0 2em;
	}
	.about-text h2 {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 1050px){
	.banner {
		min-height: 620px;
	}
	.banner-text {
		padding: 4em 0 0;
	}
	.sws-abg1, .abg2 {
		padding: 6em 8em 0 6em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 6em 7em 0 7em;
	}
	.sws-section {
		padding: 3em 0;
	}
}
@media screen and (max-width: 1024px){
	.banner {
		min-height: 421px;
	}
	.banner-text {
		padding: 2em 0 0;
	}
	.banner-textshopwebinfo {
		padding: 4em;
	}
	.callbacks_nav.prev {
		top: 33%;
	}
	.callbacks_nav.next {
        top: 32.1%;
		right:15.5%;
	}
	.sws-abg1, .abg2 {
		padding: 6em 8em 0 3em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 6em 7em 0 5em;
	}
	.about-text h2 {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 991px){
	h3.h3-sw, h2.h3-sw {
		font-size: 2.3em;
	}
	.contact_wthreerow, .shopwebits_mail_grid_right_grid:nth-child(2) {
		margin: 3em 0;
	}
	.sws-section {
		padding: 3em 0;
	}
	.banner {
		min-height: 510px;
	}
	.banner-textshopwebinfo {
		padding: 3em;
	}
	.header-w3top {
		padding: 0 0em;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 1.1em 1.2em;
		font-size: 1em;
	}
	.shopwebits-logo.navbar-left img {
		margin-right: 3px;
		width: 100%;
	}
	.shopwebits_social_list li {
        margin-left: 0.7em;
	}
	.header-w3top ul li {
       font-size: 1.1em;
	   margin: 0 6px;
	}
	.banner-text h6 {
		font-size: 1.1em;
	}
	.banner-text h3 {
		font-size: 1.5em;
	}
	.team-grids:nth-child(2) {
		margin-bottom: 2em;
	}
	.banner-textshopwebinfo p {
		width: 89%;
	}
	.sw-bb-grid1 {
		margin-bottom: 15px;
		padding: 10px 20px;
	}
	.sw-bb-grid1 h4 {
        font-size: 1.3em;
	}
	.header-w3top {
		padding: 0 0.1em;
	}
	.shopwebits-title h3 {
		font-size: 3em;
	}
	.shopwebits-title h3 {
		margin: 0.3em 0em;
	}
	.shopweb-about-bottom-right {
		padding: 0;
	}
	.sw-bb-grid1 p {
		font-size: 0.95em;
	}
	.sws-abg1, .abg2 {
		padding: 7em 8em 0 3em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 7em 3em 0 9em;
	}
	.sws-overlay h4 {
		font-size: 1.5em; 
	}
	.sws-overlay h4 {
		padding: 26% 0;
	}
	.panel-group {
		margin:2em 0 0;
	}
	.sws_about_guage canvas {
		width: 100%;
	}
	.services-left {
		margin: 1em 0 0;
	}
	.services-left {
		width: 44%;
	}
	.services-right {
		width: 55%;
	}
	.services-left h4 {
       font-size: 2.1em;
	}
	.services-grid span {
		font-size: 1.2em;
	    padding: 1em 0 0 3em;
	}
	.services-grid h5 {
		font-size: 1.3em;
	}
	.services-left h5 {
		letter-spacing: 2px;
	}
	.sr-icon{
		padding:0;
	}
	.sr-txt {
		padding-left: 2em;
	}
	.sw-testi-txt {
		padding: 0.5em 1em 0;
	}
	.shopweb-footer.sws-section {
		text-align: center;
	}
	.list-footer p {
   		width: 100%;
	}
	.shopwebinfo-sub {
		padding: 1em 0em 0 0em;
	}	
	.sws-section.contact {
		padding-bottom: 0;
	}
	.about-bottom {
		padding: 0 0 2em 0;
	}
	.sws-section {
		padding: 3em 0 2em;
	}
	.services-grid.shopwebits-swayouts {
		width: 50%;
		float: left;
	}
	.services-grid {
		margin-bottom: 1.5em;
	}
}
@media screen and (max-width: 900px){
	.sws-abg.sws-abg1.abg1, .sws-abg.sws-abg1.abg2,.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		min-height: 300px;
	}
	.sws-abg1, .abg2 {
		padding: 6em 8em 0 1em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 6em 1em 0 8em;
	}
	.sws-abg h4 {
		font-size: 1.2em;
	}
	.sws-abg.sws-abg1 p {
		padding: 1em 0em 0 2em;
	}
	.shopwebits-about-pos {
		left: 36%;
		width: 27%;
		top:35%;
	}
	.shopwebits-about-pos h2 {
		font-size: 2.5em;
	}
	.banner.inner-banner {
		min-height: 275px;
	}
	.about-text h2 {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 800px){
	.banner {
		    min-height: 312px;
	}
	.banner-text {
		padding: 1.6em 0 0;
	}
	.sws-abg1, .abg2 {
		padding: 6em 4em 0 1em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4{
		padding:6em 1em 0 4em;
	}
}
@media screen and (max-width: 768px){
	.navbar-default .navbar-nav > li > a {
		padding: 1.1em 1em;
	}
	.sws_about_guage h4 {
		font-size: 1.1em; 
		letter-spacing: 1px; 
	}
	.sws_about_guage { 
		padding: 0 .5em;
	}
	.shopwebits-title {
		width: 100%;
		text-align: center;
		float: none;
	}
	.shopwebits-title h3 {
		font-size: 2.8em;
	}
	.shopweb-about-bottom-right {
		padding:0  2em;
		width: 100%;
		float: none;
	}
	.shopwebits-title img {
		width: 38%;
	}
}
@media(max-width:767px){
	.navbar-nav {
		margin: 0; 
	} 
	button.navbar-toggle {
		margin: 0;
		background: none;
		float: none;
		text-align: center;
		width: 100%;
	}
	.navbar-default .navbar-toggle {
		border: none;
		font-size: 1.2em;
		padding: 12px 10px;
		color: #fff;
		-webkit-transition:.5s all;
		-moz-transition:.5s all; 
		transition:.5s all;
	}
	.navbar-default .navbar-toggle:hover {
		letter-spacing: 5px;
	}
	.navbar { 
		min-height: inherit; 
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	} 
	div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.85);
		z-index: 999;
		padding-bottom: .5em;
	}
	.banner-text p { 
		margin-bottom: 1.5em; 
	}
	.navbar-nav > li {
		margin: 0;
		display: block;
	}
	.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		font-size: 1em;
		padding: 1em 0.5em; 
	} 
	.modal-dialog {
		width: 80%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		color: #fff;
		text-align:center;
	}
	.header-w3mdl {
		padding: 1em 0 0.5em;
	}
	.navbar-default {
		background: #49c7ed;
	}
}
@media screen and (max-width: 736px){
	.callbacks_nav.prev{
		top:30%;
	}
	.callbacks_nav.next{
		top:29%;
	}
	.shopwebits_social_list li a {
        font-size: 0.9em;
		padding: .3em 0;
		width: 25px;
		height: 25px;
	}
	.header-w3mdl {
		padding: 0.5em 0;
	}
	.header-w3top ul li {
        padding: 0.8em 0 1em;
	}
	.sws-section {
		padding: 2.5em 0;
	}
	.shopwebits-title h3 {
		margin: 0 0 0.3em;
	}
	.banner-textshopwebinfo {
		padding: 2.2em;
	}
	.sw-bb-grid1 {
		margin-bottom: 0;
	}
	.sws-abg.sws-abg1.abg1, .sws-abg.sws-abg1.abg2, .sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		min-height: 200px;
	}
	.sws-abg.sws-abg1 p {
		padding: 1em 0em 0 1em;
	}
	.sws-abg1, .abg2 {
		padding: 5.5em 4em 0 0em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4{
		padding:5.5em 0em 0 4em;
	}
	.shopwebits-about-pos {
		left: 14%;
		width: 42%;
		top: 44.5%;
	}
	.shopwebits-about-pos h2 {
		font-size: 2em;
	}
	.sws-abg.sws-abg2.abg3 p, .sws-abg.sws-abg2.abg4 p {
		padding: 1em 2em 0em 0em;
	}
	.sws-abg.sws-abg1.abg2 {
		padding: 7em 2em 0 0;
	}
	.sws-abg.sws-abg2.abg4 {
		padding-top: 4em;
	}
	.services-left,.services-right {
		width: 100%;
		float: none;
	}
	.services-right {
		margin: 1em 0 0;
	}
	.sr-txt {
		padding-left: 0em;
	}
	.sw-testi-txt {
		padding: 3.5em 1em 0;
	}
	.about-text {
		margin: 3em 0;
	}
}
@media screen and (max-width: 667px){
	.callbacks_nav.prev {
		top: 29%;
	}
	.callbacks_nav.next {
		top: 28%;
	}
	.banner-textshopwebinfo p {
		width: 100%;
	}
	.shopwebits-banner-bot {
		padding-top: 1em;
	}
	.banner {
		min-height: 482px;
	}
	.shopwebits-title h3 {
		font-size: 2.5em;
	}
	.about-bottom {
		padding: 0 0 2em 0;
	}
	.shopwebits-about-pos h2 {
		font-size: 1.8em;
	}
	.sws-abg.sws-abg1.abg2 {
		padding: 8em 4em 3em 3em;
	}
	.shopwebits-about-pos {
		top: 45%;
	}
	.sw-testi-txt {
		padding: 2.5em 1em 0;
	}
	.shopweb_testimonials_grids {
		margin-top: 3em;
	}
	.banner.inner-banner {
		min-height: 220px;
	}
	.sws_map iframe {
		width: 100%;
		min-height: 250px;
	}
	.team-row.shopwebits-swayouts {
		margin-top: 3em;
	}
}
@media screen and (max-width: 640px){
	.sw-bb-grid1 {
		padding: 10px 17px;
	}
	.shopwebits-title h3 {
		font-size: 2.4em;
	}
	.sws-abg.sws-abg2.abg4 {
		padding-top: 3.5em;
	}
	.modal-header img {
		width: 40%;
	}
	
}
@media screen and (max-width: 600px){
	.shopwebits-banner-bot {
		padding-top: 0;
	}
	.sw-bb-grid1 h4 {
		font-size: 1.2em;
	}
	.sw-bb-grid1 {
		padding: 10px 0px 0 11px;
	}
	.sw-bb-grid1 {
		margin-bottom: 0;
	}
	.callbacks_nav.prev {
		right: 13%;
	}
	.callbacks_nav.next {
		right: 10.5%;
	}
	.banner {
		min-height: 458px;
	}
	.shopwebits-title h3 {
		font-size: 2.2em;
	}
	.about-w3right {
		min-height: 260px;
	}
	.sws-abg1, .abg2 {
		padding: 4.5em 4em 0 0em;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 4.5em 0em 0 4em;
	}
	.sws-abg.sws-abg1.abg2 {
		padding: 8em 2em 3em 3em;
	}
	.sws-abg.sws-abg2.abg4 {
		padding-top: 3.5em;
	}
	.shopwebits-about-pos {
		width: 46%;
	}
	.shopweb-footer.sws-section {
		padding: 2em 0;
	}
	div#team {
		padding: 1em 0 4em;
	}
}
@media screen and (max-width: 568px){
	h3.h3-sw, h2.h3-sw {
		font-size: 2.1em;
	}
	.sw-bb-grid1 {
		width: 100%;
		float: none;
		margin-bottom: 7px;
	}
	.shopwebits-logo h1 {
		font-size: 2.4em;
	}
	.callbacks_nav.prev {
		top: 18%;
	}
	.callbacks_nav.next{
		top:17%;
	}
	.banner-textshopwebinfo p {
		font-size: 0.95em;
	}
	.banner-text h3 {
		font-size: 1.3em;
	}
	.sw-bb-grid1 h5 {
		font-size: 1.2em;
	}
	.sw-bb-grid1 {
		padding: 0px 0px 0 11px;
	}
	.navbar-default .navbar-toggle {
		font-size: 1.1em;
		padding: 7px 10px;
	}
	.banner-text {
		padding: 0.5em 0 0;
	}
	.banner {
		min-height: 462px;
	}
	.header-w3top ul li {
		font-size: 1em;
	}
	.shopwebits-title h3 {
		font-size: 2em;
	}
	.sws-section {
		padding: 2em 0;
	}
	.shopwebits-about-pos h2 {
		font-size: 1.6em;
	}
	.w3_shopweb_testimonials_grid_left {
		margin: 2em 0;
	}
	.footer-nav li {
		margin: 0 0.4em 0 0;
	}
	.w3_shopweb-copyright {
		padding: 1em 0;
	}
	.contact_wthreerow, .shopwebits_mail_grid_right_grid:nth-child(2) {
		margin: 2em 0;
	}
}
@media screen and (max-width: 480px){
	.header-w3top ul li i.fa {
		margin-right: 8px;
		padding: 0;
	}
	.shopwebits_social_list li {
		margin-left: 0.5em;
	}
	.callbacks_nav.prev {
		top: 15%;
	}
	.callbacks_nav.next {
		top: 14%;
	}
	.banner-textshopwebinfo {
		padding: 1.5em;
	}
	.banner-textshopwebinfo {
		padding: 1.5em 1.5em 0;
	}
	.banner {
		    min-height: 195px;
	}
	.shopwebits-title h3 {
		font-size: 1.7em;
	}
	.shopwebits-logo h1 {
		font-size: 2.3em;
	}
	.shopwebits-about-pos {
		width: 52%;
	}
	.sr-txt {
		padding-left: 2em;
	}
	.shopweb_testimonials_grid p {
        margin-bottom: 0em;
	}
	.sw-testi-txt {
		padding: 1em 1em 0;
	}
	.sw-testi-txt h4 {
        font-size: 1em;
	}
	.services-left h4 {
		font-size: 1.8em;
	}
	.sws-overlay h4 {
		padding: 24% 0;
		font-size: 1.6em;
	}
	.gallery-grid-img { 
		float: none;
		width: 100%;
	}
	.panel-title {
		font-size: 1em;
	}
	.panel-body { 
		font-size: 13px; 
	}
	.footer-nav li {
        padding: 1em 0.5em;
	}
	.captn h4 { 
		font-size: 1.8em;
		margin-top: 1px;
	}
	.captn-top {
		padding: 12% 10%;
	}
	form.wthree-subsribe {
		width: 85%;
	}
	.wthree-subsribe input[type="email"], .wthree-subsribe input[type="text"] {
       padding: .5em 1em;
		font-size: 0.9em;
	}
	.wthree-subsribe input[type="submit"] {
       font-size: 0.9em;
		padding: .6em 1.2em;
	}
	p.data {
		margin: 1em 0 0.5em;
	}
	.contact_wthreerow h4 {
		font-size: 1.5em;
		margin-bottom:0.5em;
	}
	.services-grid.shopwebits-swayouts {
		width: 100%;
		float: none;
	}
	.services-grid i.fa {
		font-size: 2.5em;
	}
	.services-grid.shopwebits-swayouts h5 {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 414px){
	.team-grids {
		width: 100%;
		padding: 0 3em;
	}
	.team-grids:nth-child(2) {
		margin: 1em 0;
	}
	.team-grids:nth-child(3) {
		margin-bottom: 1em;
	}
	.header-w3top {
		width: 100%;
		text-align: center;
	}
	.shopwebits-logo.navbar-left {
		float: none;
		text-align: center;
	}
	.shopweb_social_banner {
		float: none;
	}
	ul.shopwebits_social_list {
		text-align: center;
	}
	.header-w3top ul li {
		padding: 0.8em 0;
	}
	.callbacks_nav.prev {
		top: 13%;
	}
	.callbacks_nav.next {
		top: 12%;
	}
	.banner-text h3 {
		font-size: 1.2em;
	}
	.banner-text p {
		margin-bottom: 1em;
	}
	.banner-textshopwebinfo {
		padding: 1em 1.5em 0;
	}
	.shopwebits-title h3 {
		line-height: 1.2;
	}
	p.sws-about-text {
		margin: 1em 0 0;
	}
	.shopwebits-about-pos {
		top: 43%;
		width: 75%;
	}
	.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 3.5em 0em 0 3em;
	}
	.sws-abg.sws-abg1.abg2 {
		padding: 8em 3em 3em 1em;
	}
	.sr-txt {
		padding-left: 0;
		padding-right: 0;
	}
	.services-grid span {
		padding: 1em 0 0 1.5em;
	}
	.sws-overlay h4 {
		padding: 29% 0; 
	}
	.team-grids {
		width: 100%;
		padding: 0 3em;
	}
	.team-grids:nth-child(2) {
		margin: 1em 0;
	}
	.team-grids:nth-child(3) {
		margin-bottom: 1em;
	}
	.w3_shopweb-copyright p {
		padding: 0 1em;
	}
	ul.contact_info li {
       font-size: 0.97em;
	}
	ul.contact_info li {
		font-size: 0.875em;
	}
	ul.contact_info li i {
        margin-right: 0.8em;
	}
	.sw_contact_form input[type="text"], .sw_contact_form input[type="email"], .sw_contact_form textarea,.sw_contact_form textarea {
        font-size: 0.9em;
	}
	.sw_contact_form input[type="submit"] {
		padding: .8em 3em;
	}
}
@media screen and (max-width: 384px){
	.sws-abg1, .abg2,.sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		padding: 2em;
		text-align: left;
	}
	.sws-abg.sws-abg1.abg2 {
		padding: 8em 3em 2em 2em;
	}
	.sws-abg.sws-abg1 p {
		padding: 1em 0em 0 0em;
	}
	.sr-txt {
		padding-left: 1em;
	}
	.sws-abg.sws-abg1.abg1, .sws-abg.sws-abg1.abg2, .sws-abg.sws-abg2.abg3, .sws-abg.sws-abg2.abg4 {
		min-height: 150px;
	}
	.sw-bb-grid1 p {
		margin-bottom: 0;
	}
	.shopwebinfo-sub h6 {
		line-height: 1.5;
	}
	.shopwebits-title {
		padding: 0;
	}
	.w3_shopweb_testimonials_grid_right {
        padding: 1em 1.2em;
	}
	.panel-title a { 
		padding: 12px 28px;
	}
	.sws-overlay h4 {
		padding: 27% 0;
	}
	.footer-nav li {
		padding: 0.5em 0.2em;
	}
	.shopwebits-title img {
		width: 52%;
	}
	.sw_contact_form {
		padding-right: 3em;
	}
}
@media screen and (max-width: 375px){
	.banner {
		min-height: 425px;
	}
	.banner-text {
		padding: 0.2em 0 0;
	}
	.banner-text h6 {
       letter-spacing: 1px;
	}
	.callbacks_nav.next {
		top: 11%;
	}
	.callbacks_nav.prev {
		top: 12%;
	}
	.banner-text h3 {
		font-size: 1.1em;
	}
	.banner-textshopwebinfo p {
		font-size: 0.9em;
	}
	.banner {
		min-height: 184px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
		padding: 0.8em 0.5em;
	}
	.home-about.sws-section {
		padding-top: 1em;
	}
	.sws-abg.sws-abg1.abg2 {
		padding-right: 1em;
	}
	.sws-abg.sws-abg1 p {
		padding: 1em 0em 0 0em;
	}
	.panel-title {
		font-size: 0.9em;
	}
	.panel-title a {
		padding: 12px 28px;
	}
}
@media screen and (max-width: 320px){
	.banner {
		    min-height: 178px;
	}
	.sw-bb-grid1 h4 {
        margin: 0.4em 0 0.3em;
	}
	.sw-bb-grid1 h4 {
		font-size: 1em;
	}
	.callbacks_nav.next {
		top: 10.5%;
	}
	.header-w3top ul li {
		padding: 0.5em 0;
	}
	.shopwebits_social_list li a {
		font-size: 0.85em;
		width: 23px;
		height: 23px;
	}
	.shopweb-about-bottom-right {
		padding: 0 1em;
	}
	.sws-abg h4 {
		line-height: 1.5;
	}
	.shopwebits-about-pos {
		top: 46%;
		width: 79%;
		left: 10%;
	}
	.services-left h4 {
		font-size: 1.7em;
	}
	.header-w3top ul li {
		font-size: 1em;
		margin: 0 2px;
	}
	.banner-textshopwebinfo {
		padding: 0.3em 1em 0;
	}
	.banner-text h6 {
       padding: 0.5em 0.2em;
	   margin-bottom:0.5em;
	}
	.banner-textshopwebinfo p {
		font-size: 0.875em;
	}
	.banner-text h3 {
		font-size: 1.05em;
	}
	.banner .container {
		padding: 0 5px;
	}
	.banner-text p {
		margin-bottom: 0.5em;
		line-height:1.5;
	}
	.shopwebits_swayouts_contact_gridl {
		padding: 0;
	}
}
/* -- //Responsive code -- */
 @media(max-width:1440px){

.content-mid2 {
    padding: 5em 4em 6.5em; 
}
.sws-hover .view-caption {
    padding: 4.5em 0; 
} 
}
@media(max-width:1366px){

.content-mid2 {
    padding: 5em 4em 4.5em;
}

}  
@media(max-width:1080px){

.content-mid2 {
    padding: 5em 4em 6em;
}

}          
@media(max-width:991px){

.content-mid2 {
    padding: 4em 4em;
}
.content-mid2 { 
    margin: -1.5em 0; 
}

}
@media(max-width:800px){

.content-mid2 {
    padding: 4em 2em;
}

}
@media(max-width:736px){ 

.content-mid2 {
    padding: 3em 2em;
}
.content-mid-img,.content-mid-img1{ 
    min-height: 442px;
}

}
@media(max-width:480px){ 
.content-mid2 {
    padding: 2.5em 2em;
}
 
}
@media(max-width:384px){

.content-mid2 {
    padding: 2em 1em;
}
.content-mid-img, .content-mid-img1 {
    min-height: 400px;
}

}
------------------------------------
/*-- welcome --*/
.welcome,.newsletter,.about-bottom,.services-bottom{
	padding:5em 0;
}
.shopwebits_swayouts_head{
	text-align:center;
	font-size:2em;
	color:#212121;
	text-transform:capitalize;
	padding-top: 20px;
}
.shopwebits_swayouts_head span{
	color:#a0d034;
}
.w3_shopweb_image img{
	margin:0 auto;
}
.shopweb_para{
	margin:1em 0 0;
	color:#999;
	text-align:center;
	line-height: 2em;
}
/*-- //welcome --*/
/*-- welcome-bottom --*/
.welcome-bottom{
	background:#aeb09f;
}
.wthree_welcome_bottom_right{
	padding:0;
}
.wthree_welcome_bottom_left{
	padding:4.5em 5em 0;
}
.wthree_welcome_bottom_left h3{
	text-transform:capitalize;
	font-size:1.8em;
	color:#fff;
}
.wthree_welcome_bottom_left h3 span{
	color:#212121;
}
.wthree_welcome_bottom_left p{
	color:#fff;
	padding:1em 0;
	line-height:2em;
}
.wthree_welcome_bottom_left_grid{
	position:relative;
	margin-top:2em;
}
.sw_social_icon_gridl {
    float: left;
    width: 100px;
    height: 100px;
    border: 2px solid #a4dd25;
}
.sw_social_icon_gridl img{
	margin:0 auto;
}
.sw_social_icon_gridr {
    float: left;
    margin:1.8em 0 0 5em;
}
.sw_social_icon_gridr h4{
    font-size:2em;
    color: #212121;
    font-weight: 600;
}
.sw_social_icon_grid_pos {
    position: absolute;
    top: 32%;
    left: 47%;
}
.sw_social_icon_grid_pos label {
    font-size: 1.5em;
    color: #212121;
}
.shopwebinfo_grid {
	position: relative;
    text-align: center;
}

/* Common style */
.shopwebinfo_grid figure {
	position: relative;
	overflow: hidden;
}

.shopwebinfo_grid figure img {
	position: relative;
	display: block;
	width: 100%;
}

.shopwebinfo_grid figure figcaption {
	padding: 5em;
    color: #fff;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.shopwebinfo_grid figure figcaption::before,
.shopwebinfo_grid figure figcaption::after {
	pointer-events: none;
}

.shopwebinfo_grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
}

.shopwebinfo_grid figure h4 span {
	font-weight: 800;
    color:#a4dd25;
}

.shopwebinfo_grid figure h4,
.shopwebinfo_grid figure p {
	margin: 0;
}

.shopwebinfo_grid figure p {
	letter-spacing: 1px;
}
/***** Moses *****/
/*-----------------*/

figure.shopwebits_effect_moses{
	background: -webkit-linear-gradient(-45deg, #2f2f2f 0%,#e3f7b5 100%);
    background: linear-gradient(-45deg, #2f2f2f 0%,#e3f7b5 100%);
}

figure.shopwebits_effect_moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.shopwebits_effect_moses h4,
figure.shopwebits_effect_moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.shopwebits_effect_moses h4 {
	padding: 20px;
    width: 50%;
    height: 50%;
    text-align: right;
    font-size: 2.2em;
    line-height: 1.5em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}

figure.shopwebits_effect_moses p {
	float: right;
	padding: 20px;
	line-height:2em;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.shopwebits_effect_moses:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.shopwebits_effect_moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.shopwebits_effect_moses:hover img {
	opacity: 0.6;
}
/*-- //welcome-bottom --*/
/*-- news --*/
.sws_news_grids{
	margin:3em 0 0;
}
.shopwebits_swayouts_news_grid{
	padding:1.5em;
	background:#f5f5f5;
}
.shopwebits_swayouts_news_grid ul li{
	display:inline-block;
	font-weight:600;
	color:#212121;
}
.shopwebits_swayouts_news_grid ul li:last-child{
	margin-left:2em;
}
.shopwebits_swayouts_news_grid ul li i{
	padding-right:1em;
	color:#a0d034;
}
.shopwebits_swayouts_news_grid ul li a{
	color:#212121;
	text-decoration:none;
}
.shopwebits_swayouts_news_grid ul li a:hover{
	color:#a0d034;
}
.shopwebits_swayouts_news_grid h4{
	font-size:1.3em;
	color:#212121;
	margin:1em 0;
}
.shopwebits_swayouts_news_grid h4 a{
	color:#212121;
	text-decoration:none;
}
.shopwebits_swayouts_news_grid h4 a:hover{
	color:#a0d034;
}
.shopwebits_swayouts_news_grid h4 a:focus{
	outline:none;
}
.shopwebits_swayouts_news_grid p{
	color:#999;
	line-height:2em;
}
.swayouts_news_grid{
    overflow: hidden;
    position: relative;
}
.swayouts_news_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.swayouts_news_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.sws_news_grid:hover .swayouts_news_grid .swayouts_news_grid_pos,.w3_shopwebits_team_grid:hover .swayouts_news_grid .swayouts_news_grid_pos,
.swayouts_gallery_grid:hover .swayouts_news_grid .swayouts_news_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.sws_news_grid:hover .wthree_text,.w3_shopwebits_team_grid:hover .wthree_text,
.swayouts_gallery_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    padding: 6em 0 0;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.wthree_text h3{
	color:#fff;
	font-size:2em;
}
/*-- //news --*/
/*-- newsletter --*/
.newsletter{
	background: url(../images/7.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-attachment: fixed;
}
.shopwebinfo_head span,.shopwebits_para{
	color:#fff;
}
.sws_newsletter_grids input[type="text"],.sws_newsletter_grids input[type="email"]{
	outline: none;
    border: 2px solid #fff;
    border-right: none;
    padding: 15px;
    font-size: 1em;
    color: #212121;
    background: rgba(161, 208, 52, 0.35);
    float: left;
	font-weight:600;
}
.sws_newsletter_grids input[type="submit"] {
    outline: none;
    border: 2px solid #fff;
    padding: 15px 0;
    font-size: 1em;
    color: #69855c;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sws_newsletter_grids input[type="text"]::-webkit-input-placeholder,.sws_newsletter_grids input[type="email"]::-webkit-input-placeholder{
	color:#212121 !important;
}
.sws_newsletter_grids input[type="text"],.sws_newsletter_grids input[type="email"],.sws_newsletter_grids input[type="submit"] {
	width: 33.33%;
}
.sws_newsletter_grids input[type="submit"]:hover{
	background:#212121;
	color:#fff;
	border-color:#212121;
}
/*-- //newsletter --*/
/*-- footer --*/
.footer{
    background: url(../images/8.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-attachment:fixed;
	padding:5em 0 0;
}
.shopwebits_swayouts_footer_logo h2 a {
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}
.shopwebits_swayouts_footer_logo h2 a span {
    padding: .2em .5em;
    background: #a4dd25;
    display: inline-block;
    color: #212121;
}
.shopwebits_swayouts_footer_logo h2 a i {
    display: block;
    font-size: .25em;
    line-height: 0;
    letter-spacing: 2.5px;
    text-transform: capitalize;
    margin-left: 6.5em;
}
.shopwebinfo_footer_grid h4{
	font-size: 1em;
    color: #fff;
    line-height: 2em;
    font-weight: 300;
}
.shopwebinfo_footer_grid h4 span{
	display:block;
	font-size: 2.5em;
}
.shopwebinfo_footer_grid p{
	margin:1em 0;
    color: #fff;
    line-height: 2em;
}
.shopwebinfo_footer_grid p span{
	display:block;
}
.shopwebinfo_footer_grid ul.swayouts_footer_nav{
	padding:1em 0 0;
}
.shopwebinfo_footer_grid ul.swayouts_footer_nav li{
	list-style-type:none;
	margin:0 0 1em;
}
.swayouts_footer_nav li i{
	padding-right:1em;
	color:#fff;
}
.shopwebinfo_footer_grid ul.swayouts_footer_nav li a{
	font-size: 13px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.shopwebinfo_footer_grid ul.swayouts_footer_nav li a:hover{
	color:#a4dd25;
}
.shopwebinfo_footer_grid_left{
	float:left;
	width:50%;
	border: 1px solid #fff;
}
.shopwebinfo_footer_grid1 {
    padding-left: 0;
}
.shopwebinfo_footer_grid_left:hover img{
	opacity:.8;
}
.shopwebinfo_footer_grid h3{
	font-size: 1.6em;
    color: #fff;
    padding-bottom: .5em;
    position: relative;
    margin-bottom: 1.5em;
}
.shopwebinfo_footer_grid h3:after{
	content: '';
    background: #a4dd25;
    width: 25%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.w3_shopwebits_footer_copy{
	background:rgba(60, 60, 60, 0.63);
	padding:1.5em 0;
	text-align:center;
	margin:5em 0 0;
}
.w3_shopwebits_footer_copy p{
	line-height:1.8em;
	color:#fff;
	font-weight: 600;
}
.w3_shopwebits_footer_copy p a{
	color: #a4dd25;
    text-decoration: underline;
}
.w3_shopwebits_footer_copy p a:hover{
	color:#fff;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	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 --*/
/*-- breadcrumbs --*/
.breadcrumbs{
	padding:1em 0;
	background:#f5f5f5;
}
.swayouts_breadcrumbs_left{
	float:left;
	margin-top: .5em;
}
.swayouts_breadcrumbs_left ul li{
	display:inline-block;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
}
.swayouts_breadcrumbs_left ul li span{
	padding:0 1.5em;
}
.swayouts_breadcrumbs_left ul li i{
	padding-right:1em;
	color: #212121;
}
.swayouts_breadcrumbs_left ul li a{
	color:#a0d034;
	text-decoration:underline;
}
.swayouts_breadcrumbs_right{
	float:right;
}
.swayouts_breadcrumbs_right h2{
	font-size:2em;
	color:#212121;
}
.swayouts_breadcrumbs_left ul li a:hover{
	color:#212121;
}
.w3_shopweb_about_grid_left h3{
	font-size:1.4em;
	color:#212121;
	line-height:1.5em;
	text-transform: capitalize;
}
.w3_shopweb_about_grid_left p i{
	color:#a0d034;
	display:block;
	margin:2em 0 1em;
}
.w3_shopweb_about_grid_left p{
	color:#999;
	line-height:2em;
}
/*-- //breadcrumbs --*/
/*-- about --*/
/*-- Skills bar effects --*/


.skillbar {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  width: 100%;
  background: #eee;
  height: 35px;
  border-radius: 3px;
  width: 100%;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  background: #6adcfa;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
}

.skillbar-bar {
  height: 35px;
  width: 0px;
  background: #a0d034;
  border-radius: 3px;
  display: inline-block;
}

.skill-bar-percent {
	position: absolute;
    right: -6%;
    top: 0;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    color: #212121;
}
/*-- //about --*/
/*-- about-bottom --*/
.about-bottom{
	background: url(../images/9.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	text-align: center;
}
.about-bottom h3{
    font-size: 2.2em;
    color: #fff;
    line-height: 1.5em;
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto 2em;
}
.about-bottom h3 span{
	color:#a4dd25;
}
.shopwebits_swayouts_learn_more a{
    padding: 10px 40px;
    text-decoration: none;
    font-family: 'Bree Serif', serif;
    color: #a4dd25;
    border: 2px solid #fff;
	display: block;
	font-size: 1em;
}
.shopwebits_swayouts_learn_more a:focus{
	outline:none;
}
.shopwebits_swayouts_learn_more a:hover{
	color:#212121;
}
.w3_shopwebits_team_grid h4{
	font-size:1.2em;
	color:#212121;
	margin:1.5em 0 0.5em;
}
.w3_shopwebits_team_grid p{
	color:#a0d034;
	font-weight:600;
}
.w3_shopwebits_team_grid{
	text-align:center;
}
.w3_shopwebits_team_grid ul li{
	margin:0 1em;
}
.shopwebinfo_about_text{
	padding-top:9em !important;
}
.w3_shopwebits_team_grid img {
    border: 3px solid #aeb09f;
}
/*-- //about-bottom --*/
/*-- services --*/
.shopweb_services_grid_left1 {
    width: 100px;
    height: 100px;
    border: 2px solid #a4dd25;
}
.w3_shopweb_services_grid_left {
    text-align: center;
}
.shopweb_services_grid_left1 img{
	margin:0 auto;
}
.w3_shopweb_services_grids{
	padding-top:1em;
}
.w3_shopweb_services_grid{
	margin-top:3em;
}
.w3_shopweb_services_grid_right h4{
	text-transform: capitalize;
    font-size: 1.3em;
    color: #212121;
    margin-bottom: 1em;
}
.w3_shopweb_services_grid_right p{
	color:#999;
	line-height:2em;
}
/*-- //services --*/
/*-- services-bottom --*/
.services-bottom{
	background: url(../images/9.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.w3_head{
	color:#fff;
}
.w3_head span{
	color:#a4dd25;
}
.wthree_services_bottom_grid1{
	position:relative;
}
.wthree_services_bottom_grid1_pos{
	position: absolute;
    bottom: -9%;
    width: 70%;
    left: 15%;
    background: #fff;
    text-align: center;
    padding: .7em 0;
}
.wthree_services_bottom_grid1_pos h4{
	font-size:1.2em;
	color:#212121;
}
.shopwebinfo_services_bottom_grid2{
	padding: 2.5em 1.5em 1.5em;
    background: rgba(164, 221, 37, 0.36);
    text-align: center;
}
.shopwebinfo_services_bottom_grid2 p{
	color:#fff;
	font-weight:600;
	line-height:2em;
	margin-bottom:1.5em;
}
.w3_shopwebits_services_bottom_grid:hover a{
	color:#212121;
}
.shopwebits_learn_more{
	width:18% !important;
}
.shopwebits_swayouts_learn_more.hvr-radial-out {
    width: 50%;
}
.shopwebits_swayouts_learn_more a{
	padding:10px 0 !important;
}
/*-- //services-bottom --*/
/*-- testimonials --*/
.testimonials{
	padding:5em 0 0;
}
.shopweb_testimonials_grid_right h5{
	text-transform: capitalize;
    font-size: 1.5em;
    color: #212121;
    font-style: normal;
    margin: 5em 0 0;
}
.shopweb_testimonials_grid_right h5 span{
	color:#a0d034;
}
.shopweb_testimonials_grid_right h5 i{
	color: #aeb09f;
    font-weight: 300;
}
.wthree_stars ul li{
	display:inline-block;
	color:#212121;
}
.shopweb_testimonials_grid_right p{
	color:#999;
	line-height:2em;
	width:80%;
}
.shopweb_testimonials_grid_right h6{
	font-size: 1.1em;
    color: #212121;
    margin: 2em 0 0;
    font-style: normal;
}
.shopweb_testimonials_grid_right h6 span{
	color:#aeb09f;
}
.wthree_stars {
    margin: 1em 0;
}
/*-- //testimonials --*/
/*-- gallery --*/
.swayouts_gallery_grids {
    padding-top: 1em;
}
.swayouts_gallery_grid {
    margin-top: 2em;
}
.gallerie-imagebox img {	
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.gallerie-imagebox .loading {
	opacity: 0.3;
}
/*-- //gallery --*/
/*-- mail --*/
.shopwebits_mail_grid_right1{
	padding:3em;
	background:#f5f5f5;
}
.shopwebits_mail_grid_right1 span i{
	color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    width: 15%;
    margin: .8em 0 0;
    font-weight: 600;
}
.shopwebits_mail_grid_right1 input[type="text"],.shopwebits_mail_grid_right1 input[type="email"],.shopwebits_mail_grid_right1 textarea{
	outline: none;
    width: 85%;
    background: #fff;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #E7E7E7;
}
::-webkit-input-placeholder{
	color:#212121 !important;
}
.shopwebits_mail_grid_right1 span {
    padding: .5em 0;
    display: block;
}
.shopwebits_mail_grid_right1 textarea{
	min-height:200px;
	margin-bottom:1em;
}
.shopwebits_mail_grid_right1 input[type="submit"]{
	outline: none;
    width: 35%;
    background: #a0d034;
    color: #212121;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: none;
}
.shopwebits_mail_grid_right1 input[type="submit"]:hover{
    background:#212121;
    color: #fff;
}
.swayouts_mail_grid_left1{
	float: left;
    width: 50px;
    height: 50px;
    background:#aeb09f;
    text-align: center;
    border-radius: 50px;
}
.swayouts_mail_grid_left1 span{
	font-size: 1em;
    color: #212121;
    line-height: 3em;
}
.swayouts_mail_grid_left2{
	float:right;
	width:75%;
}
.swayouts_mail_grid_left2 h3{
	font-size: 1.1em;
    color: #212121;
    margin: .3em 0 0;
}
.swayouts_mail_grid_left2 a{
	text-decoration:none;
	color:#999;
	font-size:14px;
}
.swayouts_mail_grid_left2 a:hover{
	color:#212121;
}
.swayouts_mail_grid_left2 p {
    color: #999;
}
.swayouts_mail_grid_left:nth-child(2) {
    margin: 2em 0;
}
.w3_submit{
	text-align:right;
}
.w3_shopwebits_mail_right_grid{
	text-align:center;
	border:2px solid #aeb09f;
	padding:5em 2em 2em;
	position:relative;
	margin:3em 0 2em;
}
.w3_shopwebits_mail_right_grid h4{
	font-size:1.2em;
	color:#212121;
}
.w3_shopwebits_mail_right_grid p{
	margin:1em 0;
	color:#999;
	line-height:2em;
}
.w3_shopwebits_mail_right_grid h5{
	text-transform:uppercase;
	font-size:.9em;
	color:#a0d034;
	margin-bottom:2em;
}
.w3_shopwebits_mail_right_grid ul li{
	margin-right:1em !important;
}
.w3_shopwebits_mail_right_grid ul li a{
	color:#212121;
}
.w3_shopwebits_mail_right_grid_pos{
	position: absolute;
    top: -17%;
    left: 35%;
}
.w3_shopwebits_mail_right_grid_pos img{
    border-radius: 40px;
    width: 100px;
}
#map {
	width: 100%;
	min-height: 500px;
}
/*-- //mail --*/
/*-- icons --*/
.grid_3.grid_4.w3_shopwebits_icons_page {
    margin: 0;
}
ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
    color: #fff;
}
.codes a {
    color: #999;
}
.row.fontawesome-icon-list {
    margin: 0;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.shopweb-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 25px;
    color:#a0d034 !important;
    margin: 30px 0 15px;
	font-weight: 400;
}
h3.shopwebits-icons-title {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
	cursor: pointer;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}