@media(max-width:480px){
	.carousel-caption h1, p{
		display:block;
	}
}
.dropdown-submenu {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
        margin-left: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #42cbf3;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.copy-text p{
	color:#fff;
	font-weight:500;
	font-size:18px;
}
address{
	font-family:scans-serif;
	font-size:18px;
	
}
#homeCarousel img{
	width:100%;
}
.web-desing-bdr{
	margin:1em 0;
}
.web-desing-bdr figure{
	border:1px solid #333;
	text-align:center;
	margin:1em 0;
	box-shadow:10px 5px 5px #f2f2f2;
}
.web-desing-bdr figcaption{
	background-color:#e07527;
	color:#fff;
	padding:4px 0;
	font-weight:600;
	font-size:18px;
}
/*seo-package */
.sh{
	background: url(../images/bas.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 111px !important;
    width: 172px !important;
}
.g{
    background: #E3E3E3;
}
.f{
    background: #fff;
}
.h{
    background: #eb9408;
	color:#fff;
}
.h1{
    background: #ff8000;
	color:#fff;
}
.s{
    background: #3db12f;
	color:#fff;
}
.m{
    background: #a70e71;
	color:#fff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 42px;
	overflow:auto;
}
.table tr td a{color:#fff;}
.seo-title{
	position: relative;
    padding-bottom: 0px;
    margin-bottom: 24px;
    color: #eb930c;
}
.seo-title.center:before {
    left: 50%;
    margin-left: -40px;
}
.seo-title:before{
	content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #42cbf3;
}
/* //seo-package */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.foot p{
	color:#fff;
}
.contact_us h3{
	color:#fff;
}
.form-horizontal h2{
	padding:1em 0em;
}
/* zoom images */
.hoverimg {
	width: 370px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-radius:15px;
}
.hoverimg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hoverimg:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/* //zoom images */

/* css icons */
.services-section h3, .services-section p{
	color:#fff;
	text-align:center;
	padding:4px 0;
}
.mt img{
	margin-top:4em;
}
.hovicon {
    display: inline-block;
    font-size: 36px;
    line-height: 72px;
    cursor: pointer;
    margin: 10px 75px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
    background: #eb9408;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon.effect-1.sub-a:hover {
    background: rgba(255, 255, 255, 1);
    color: #eb9408;
}
.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}