@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
a img {
	border: 0;
}
body {
	margint: 0px;
	padding:0px;
}
/* Selection colours */

::selection {
background: #004d93;
color:#FFF;
}
::-moz-selection {
background: #004d93;
color:#FFF;
}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
a {
	outline:none;
}
p {
	padding:0px;
	margin:0px;
}
.bold {
	color:#f16528;
	font-weight:bold;
}
li {
	padding:0px;
	margin:0px;
	list-style:none;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
ol li {
	list-style:decimal inside;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

header{
	border-top:14px solid #f16528;
	font-family: 'Hind', sans-serif;
	font-size:16px;
}
.logo{ padding-top:34px; padding-bottom:14px;}
header a{ color:#363636;}
header a:hover{ color:#f16528; text-decoration:none}
.header_right{ padding-top:34px; text-align:right}
.header_right a{
	border: 1px solid #e5eaea;
	display: inline-block;
	padding:14px 30px 14px 50px;
	margin-left:15px;
	-webkit-border-radius: 100px;
-moz-border-radius:100px;
border-radius: 100px;
	
}
.mobile_icon{
	background-image: url(../images/mobile_icon.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.email_icon{background-image: url(../images/email_icon.jpg);
	background-repeat: no-repeat;
	background-position: 25px center;}

/*nav section begin*/


.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	width:100%;
	display:table;
	list-style-type: none;
}

.jqueryslidemenu ul li{
	position: relative;
	/*	*display: inline;
	display: table-cell;*/
	text-align:center;
	float:left;
	text-transform: uppercase;
}
.jqueryslidemenu ul li:first-child a {
	border-left-style:none;
}

.jqueryslidemenu ul li a{
	display: block;
	padding: 20px 20px 20px 20px;
	color: #fff;
	font-size:16px;
	text-decoration: none;
	font-family: 'Hind', sans-serif;
	border-top:5px solid #2b84e0;
	margin-right:0px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #344242;
}*/

.jqueryslidemenu ul li:hover a{
	border-top:5px solid #f0652a;
	background-color:#106bc8
}
	.jqueryslidemenu ul li a.active{
	border-top:5px solid #f0652a;
	background-color:#106bc8;
	text-transform: uppercase;
}

.jqueryslidemenu ul li:hover ul li a{
	border-top:none!important;
	background-color:transparent!important
}
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color:#fff;
	width:640px  !important;
	z-index:9999;
	-webkit-box-shadow: 1px 1px 19px 0px rgba(50, 50, 50, 0.27);
-moz-box-shadow:    1px 1px 19px 0px rgba(50, 50, 50, 0.27);
box-shadow:         1px 1px 19px 0px rgba(50, 50, 50, 0.27);
padding:15px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: left;
	text-align:left;
	width:50%;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}
.jqueryslidemenu a img {
	display:none;
}
.jqueryslidemenu ul li ul li a{
	font-family: 'Hind', sans-serif;
	margin: 0;
	border-top-width: 0;
	border-left-style:none;
	border-bottom: 1px solid #d5e6f9;
	color:#2b2b2b;
	font-size:17px;
	text-transform: none;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	color: #2b84e0;
	border-top:none
}

.jqueryslidemenu ul li ul li a:hover{border-top:none!important; background-color:transparent!important;color: #2b84e0;}
.last_child_menu ul {
	left:-124px !important;
}

/*nav section end*/
.menu_bg{ background-color:#2b84e0}

.search_box{
	background-color: #2f90f4;
	padding:5px 20px;
		float:right;
		margin-top:16px;
		-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
		
}
.search_txt{
	border:none;
	padding:5px;
	background-color: #2f90f4;
	color: #FFF;
}
.submit_btn{
	background-image: url(../images/search_btn.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
	background-color: #2f90f4;
	border:0px;
	margin-top:5px;
	background-position: bottom;
}
.jqueryslidemenu{ float:left}

.slider{
	background-image: url(../images/websitedesign-and-development.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height:464px;
}
.slider1{
	background-image: url(../images/database-development.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height:464px;
}
.slider2{
	background-image: url(../images/seo.jpg);
	background-repeat: no-repeat;
	height:464px;
	background-position:center;
}
.slider3{
	background-image: url(../images/internet-marketing.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height:464px;
}
.banner_caption{
	width:930px;
	margin:auto;
	text-align:center;
	color:#FFF;
	font-family: 'Hind', sans-serif;
	padding-top:120px;
	font-size: 20px;
}
.banner_caption h1{
	font-size:60px;
	font-weight:bold;
	text-transform: uppercase;
	padding-bottom:10px;
}
.request_btn{
	background-color: #f16528;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	color: #FFF;
	padding:7px 10px 4px 10px;
	display:block;
	width:220px;
	margin:20px auto;
	text-align:center
}
.request_btn:hover{ text-decoration:none;color: #FFF;	background-color: #ea865b;}
.slide_header li{ background-position:center; background-size:cover}

.home_content{
	font-size: 15px;
	line-height: 22px;
	color: #353434;
	font-family: 'Hind', sans-serif;
	text-align:center;
	padding:90px 0px 40px;
}
.home_content h2{
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
.home_content h3{
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	font-weight:bold;
	color:#f16528;
	line-height:32px;
	padding:0px 120px;
	margin-bottom:30px;
}
.home_content p {
	margin-bottom:10px;
}
.home_icon{
	font-size: 15px;
	line-height: 22px;
	color: #353434;
	font-family: 'Hind', sans-serif;
	text-align:center;
	padding:30px 20px;
	}
	.home_icon h4{
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	font-weight:bold;
	color:#353434;
	line-height:32px;
	padding:30px 0px 20px;
}
.learn_btn{
border-radius: 20px;
color: #616161;
display: block;
margin: 40px auto 20px;
padding: 7px 10px 4px;
text-align: center;
text-transform: uppercase;
width: 130px;
border:#e5eaea 1px solid;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
	}
.learn_btn:hover{ text-decoration:none; background-color:#2b84e0; color:#FFF;-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;}
.home_service_bg{
	background-image: url(../images/home_service_bg.jpg);
	background-repeat: no-repeat;
	background-position:center; background-size:cover
}

.home_service_bg{
	font-size: 15px;
	line-height: 22px;
	color: #353434;
	font-family: 'Hind', sans-serif;
	padding:90px 0px;
}
.home_service_bg h2{
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
.home_service_cnt{ float:right!important; padding-left:70px}
.home_service_cnt ul { float:left; width:50%; margin-top:28px; font-size:19px; padding-right:40px; font-weight:600 }
.home_service_cnt ul:last-child{ padding-right:0px;}
.home_service_cnt ul li{ border-bottom:#c7cdd0 1px solid; padding-bottom:17px; padding-top:17px; background-repeat:no-repeat; background-position:left center; padding-left:40px;}
.home_service_cnt a{ color:#2b2b2b}
.home_service_cnt a:hover{ color:#2b84e0; text-decoration:none}
.home_service_cnt { padding-right:0px;}


.website_icon{background-image: url(../images/website_icon.png);}
.database_icon{background-image: url(../images/database_icon.png);}
.seo_icon{background-image: url(../images/seo_icon.png);}
.branding_icon{background-image: url(../images/branding_icon.png);}
.internet_icon{background-image: url(../images/internet_icon.png);}
.concepts_icon{background-image: url(../images/concepts_icon.png);}
.payper_icon{background-image: url(../images/payper_icon.png);}
.socialmedia_icon{background-image: url(../images/socialmedia_icon.png);}
.copywriting_icon{background-image: url(../images/copywriting_icon.png);}
.mobileapp_icon{background-image: url(../images/mobile_icon.png);}


.home_blue_bg{ background-color:#2b84e0;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-family: 'Hind', sans-serif;
	padding:60px 0px 50px;

}
.home_blue_bg h2{ font-weight:bold; font-size:25px; text-transform:uppercase;}
.home_blue_bg p{ padding-top:24px}
.home_blue_left{ padding-left:0}

.home_blue_left h2 span{
	background-image: url(../images/results_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:80px;
	padding-top:30px;
	padding-bottom:20px;
}
.home_blue_right h2 span{
	background-image: url(../images/quality_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:70px;
	padding-top:30px;
	padding-bottom:20px;
}

.portfolio_bg{
	 background-color:#fff;
	font-size: 15px;
	line-height: 22px;
	color: #353434;
	font-family: 'Hind', sans-serif;
	padding:80px 0px 0px;
	text-align:center
	}
.portfolio_bg h2{ font-family: "Hind",sans-serif;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase; font-weight:600}
	.portfolio_bg h3{ font-family: "Hind",sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase; color:#f58c5e;}

.portfolio_img{ width:20%; float:left; margin-top:20px}
.portfolio_img img{ width:100%}
.request_bg{
	background-image: url(../images/request_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:40px 0px 30px;
	font-size: 40px;
	color: #FFF;
	font-family: "Hind",sans-serif;
	background-size:cover;
}
.request_bg a {
	color:#313131;
}
.request_bg a:hover {
	color:#fff;
	text-decoration:none;
}
.request_bg .request_btn {
  background-color: #ffffff;
  border-radius: 20px;
  color: #222222;
  display: block;
  margin: 5px auto 0px;
  padding:15px 10px 10px 10px ;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
  float:right;
  font-size:15px;
  
}
.request_bg .request_btn:hover{  background-color: #eaeaea;color:#000;}
footer{
	 background-color:#222222;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-family: 'Hind', sans-serif;
	padding:80px 0px 0px;
	}
footer h2{ font-family: "Hind",sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
	padding-bottom:10px;
	border-bottom: #414141 1px solid;
	font-weight:600
    }
	footer a{ color:#FFF}
	footer a:hover{ color:#9e9e9e; text-decoration:none}
	footer li{ padding-bottom:13px;}
	.ftr_service_menu ul{ float:left;  width:50%}
.ftr_service_menu ul li{ padding-bottom:7px;}
.txt_box{
	font-size: 14px;
	color: #FFF;
	background-color: #313131;
	font-family: "Hind",sans-serif;
	border:none;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:10px 15px;
width:100%;
margin-bottom:8px;


}
.textarea_box{
	font-size: 14px;
	color: #FFF;
	background-color: #313131;
	font-family: "Hind",sans-serif;
	border:none;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:10px 15px;
width:100%;
margin-bottom:15px;
height:130px;
}

.submit_ftr_btn {
  background-color: #f16528;
  border-radius: 20px;
  color: #fff;
  display: block;
  padding: 10px 10px 8px;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  border:none;
  float:right;
  margin-bottom:20px;
  cursor:pointer;
}
.submit_ftr_btn:hover {
  background-color: #e35b1f;}
.ftr_contact1{ padding-top:30px;padding-right: 80px;}
.ftr_contact{  padding-right:0px;}
.ftr_mobile{
	float:left;
	background-image: url(../images/ftr_mobile.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	margin-right:40px
}
.ftr_email{
	float:left;
	background-image: url(../images/ftr_email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
		margin-right:40px
}
.ftr_address{
	float:left;
	background-image: url(../images/ftr_address.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		padding-left:25px;
}
.ftr_service_menu{ padding-right:80px}
.privacy_link{
	background-image: url(../images/ftr_line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
	margin-left:10px;
}
.footer_bg{
 background-color:#1b1b1b;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-family: 'Hind', sans-serif;
	margin-top:50px
	
}
.footer_bg .container{
	background-image: url(../images/ftr_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding:38px 0px 35px;
}

.jqueryslidemenu ul li ul li{ background-repeat:no-repeat; background-position:left center;}
.jqueryslidemenu ul li ul li a{ padding:13px 5px 13px 35px;}
.menu_websitedesign{ background-image:url(../images/menu_websitedesign.png)}
.menu_concepts{ background-image:url(../images/menu_concepts.png)}
.menu_database{ background-image:url(../images/menu_database.png)}
.menu_pay{ background-image:url(../images/menu_pay.png)}
.menu_seo{ background-image:url(../images/menu_seo.png)}
.menu_social{ background-image:url(../images/menu_social.png)}
.menu_branding{ background-image:url(../images/menu_branding.png)}
.tribute_vdo_icon{ background-image:url(../images/menu_tribute.png)}
.tribute_vdo_icon_1{ background-image:url(../images/menu_dvd.png)}
.tribute_vdo_icon_2{ background-image:url(../images/menu_bookself.png)}
.tribute_vdo_icon_2 a {border-bottom:none!important;}
.menu_copywriting{ background-image:url(../images/menu_copywriting.png)}
.menu_internet{ background-image:url(../images/menu_internet.png)}
.menu_mobilapp{ background-image:url(../images/menu_mobilapp.png)}
/*.menu_internet a{ border-bottom:none!important}
.menu_mobilapp a{ border-bottom:none!important}*/

.inner_banner{
	background-image: url(../images/what-we-do-inner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	text-align:center
}
.what_we_slider {
	background-image: url(../images/what-we-do.jpg);
}
.website_design_slider {
	background-image: url(../images/website-design.jpg);
}
.tribute_video_slider {
	background-image: url(../images/tribute-video.jpg);
}
.pay_per_slider {
	background-image: url(../images/pay-per-clik.jpg);
}
.mobile_apps_slider {
	background-image: url(../images/mobile-apps.jpg);
}
.contact_slider {
	background-image: url(../images/contact-us.jpg);
}
.why_slider {
	background-image: url(../images/why-choose-us.jpg);
}
.request_a_quote_slider {
	background-image: url(../images/request-a-quote.jpg);
}
.pricing_slider {
	background-image: url(../images/pricing.jpg);
}
.social_media_slider {
	background-image: url(../images/social-media.jpg);
}
.what_we_banner {
	background-image: url(../images/what-we-do-inner.jpg);
}
.web_design_dev {
	background-image: url(../images/inner-websitedesign-and-development.jpg);
}
.seo-inner {
	background-image: url(../images/seo-inner.jpg);
}
.privacy_slider {
	background-image: url(../images/privacy.jpg);
}
.internet_mark {
	background-image: url(../images/internet-marketing-inner.jpg);
}
.design-ideas {
	background-image: url(../images/design-ideas.jpg);
}
.database-development-inner{
	background-image: url(../images/database-development-inner.jpg);
}
.inner_brand {
	background-image: url(../images/branding.jpg);
}
.inner_banner h1{
	font-size: 60px;
	color: #FFF;
	margin: 0px;
	padding: 47px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
		font-family: 'Hind', sans-serif;
}
.page_breadcrumb{ padding-bottom:22px;font-family: 'Hind', sans-serif;color:#ff912f; font-size:14px;}
.page_breadcrumb a{ color:#FFF}
.page_breadcrumb a:hover{ color:#eeeeee; text-decoration:none}
.page_breadcrumb span{ font-size:16px; padding:0px 3px; color:#fff; }

.inner_content{
	font-size: 15px;
	line-height: 22px;
	color: #353434;
	font-family: 'Hind', sans-serif;
	padding:40px 0px 60px;
}
.inner_content h2{
	font-size: 35px;
	font-family: 'Hind', sans-serif;
	font-weight:bold;
	margin:0px;
}
.inner_content h3{
	font-size: 25px;
	font-family: 'Hind', sans-serif;
	font-weight:bold;
	color:#f16528;
	line-height:32px;
	padding:0px;
	margin:0px;
}
.userentry{
	display:none;
}
.inner_cnt_left p{ margin-bottom:20px; margin-top:20px}
.why_cnt h3{ font-size:20px; color:#3a3a3a; font-weight:bold; padding-top:30px;}
.why_cnt { margin-top:30px;}

.cnt_right ul{ background-color:#f1f0f0}
.cnt_right ul li { background-repeat:no-repeat; background-position:10px center; border-bottom:5px solid #FFF;}
.cnt_right ul li a{ display:block; padding:16px 0px 16px 50px; color:#2b2b2b; font-weight:500}
.cnt_right ul li:hover{ background-color:#f16528; }
.cnt_right ul li a:hover{ text-decoration:none;color:#fff; }
.cnt_right ul li.active{ background-color:#f16528; }
.cnt_right ul li.active a{ text-decoration:none;color:#fff; }


.cnt_right .menu_websitedesign{ background-image:url(../images/sidemenu_websitedesign.png)}
.cnt_right .menu_websitedesign:hover{ background-image:url(../images/sidemenu_websitedesign_hove.png)}
.cnt_right .menu_websitedesign.active{ background-image:url(../images/sidemenu_websitedesign_hove.png)}

.cnt_right .menu_concepts{ background-image:url(../images/sidemenu_concepts.png)}
.cnt_right .menu_concepts:hover{ background-image:url(../images/sidemenu_concepts_hover.png)}
.cnt_right .menu_concepts.active{ background-image:url(../images/sidemenu_concepts_hover.png)}

.cnt_right .dvd_icon{ background-image:url(../images/sidemenu_concepts.png)}
.cnt_right .dvd_icon:hover{ background-image:url(../images/sidemenu_concepts_hover.png)}
.cnt_right .dvd_icon.active{ background-image:url(../images/sidemenu_concepts_hover.png)}

.cnt_right .dvd_icon{ background-image:url(../images/sidemenu_dvd.png)}
.cnt_right .dvd_icon:hover{ background-image:url(../images/sidemenu_dvd_hover.png)}
.cnt_right .dvd_icon.active{ background-image:url(../images/sidemenu_dvd_hover.png)}

.cnt_right .tribute_video_generation{ background-image:url(../images/sidemenu_tribute.png)}
.cnt_right .tribute_video_generation:hover{ background-image:url(../images/sidemenu_tribute_hover.png)}
.cnt_right .tribute_video_generation.active{ background-image:url(../images/sidemenu_tribute_hover.png)}

.cnt_right .bookshelf_icon{ background-image:url(../images/sidemenu_bookself.png)}
.cnt_right .bookshelf_icon:hover{ background-image:url(../images/sidemenu_bookself_hover.png)}
.cnt_right .bookshelf_icon.active{ background-image:url(../images/sidemenu_bookself_hover.png)}

.cnt_right .menu_database{ background-image:url(../images/sidemenu_database.png)}
.cnt_right .menu_database:hover{ background-image:url(../images/sidemenu_database_hover.png)}
.cnt_right .menu_database.active{ background-image:url(../images/sidemenu_database_hover.png)}

.cnt_right .menu_pay{ background-image:url(../images/sidemenu_pay.png)}
.cnt_right .menu_pay:hover{ background-image:url(../images/sidemenu_pay_hover.png)}
.cnt_right .menu_pay.active{ background-image:url(../images/sidemenu_pay_hover.png)}

.cnt_right .menu_seo{ background-image:url(../images/sidemenu_seo.png)}
.cnt_right .menu_seo:hover{ background-image:url(../images/sidemenu_seo_hover.png)}
.cnt_right .menu_seo.active{ background-image:url(../images/sidemenu_seo_hover.png)}

.cnt_right .menu_social{ background-image:url(../images/sidemenu_social.png)}
.cnt_right .menu_social:hover{ background-image:url(../images/sidemenu_social_hover.png)}
.cnt_right .menu_social.active{ background-image:url(../images/sidemenu_social_hover.png)}

.cnt_right .menu_branding{ background-image:url(../images/sidemenu_branding.png)}
.cnt_right .menu_branding:hover{ background-image:url(../images/sidemenu_branding_hover.png)}
.cnt_right .menu_branding.active{ background-image:url(../images/sidemenu_branding_hover.png)}

.cnt_right .menu_copywriting{ background-image:url(../images/sidemenu_copywriting.png)}
.cnt_right .menu_copywriting:hover{ background-image:url(../images/sidemenu_copywriting_hover.png)}
.cnt_right .menu_copywriting.active{ background-image:url(../images/sidemenu_copywriting_hover.png)}

.cnt_right .menu_internet{ background-image:url(../images/sidemenu_internet.png)}
.cnt_right .menu_internet:hover{ background-image:url(../images/sidemenu_internet_hover.png)}
.cnt_right .menu_internet.active{ background-image:url(../images/sidemenu_internet_hover.png)}

.cnt_right .menu_mobilapp{ background-image:url(../images/sidemenu_mobilapp.png)}
.cnt_right .menu_mobilapp:hover{ background-image:url(../images/sidemenu_mobilapp_hover.png)}
.cnt_right .menu_mobilapp.active{ background-image:url(../images/sidemenu_mobilapp_hover.png)}

.requestquote_btn{
	background-color: #1b60a3;
	font-size: 22px;
	text-transform: uppercase;
	color: #FFF;
	display:block;
	text-align:center;
	padding:30px 20px 30px 70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	margin-top:20px;
	background-image: url(../images/request_icon.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	font-weight: bold;
}
.requestquote_btn:hover{ color:#FFF; text-decoration:none;background-color: #1a66b0;}

.whtwedo_cnt{ text-align:center; width:850px; margin: auto;}
.whtwedo_cnt ul{ margin:60px 0px}

.whtwedo_cnt ul li { background-repeat:no-repeat; background-position:10px center; border-bottom:5px solid #FFF; float:left; width:50%; text-align:left; font-weight:bold; font-size:20px; margin-bottom:7px}
.whtwedo_cnt ul li a{ display:block; padding:25px 0px 25px 100px; color:#2b2b2b;}
.whtwedo_cnt ul li a:hover{ color:#2b84e0; text-decoration:none;}

.whtwedo_cnt .menu_websitedesign{ background-image:url(../images/menu_websitedesign.jpg)}
.whtwedo_cnt .menu_concepts{ background-image:url(../images/menu_concepts.jpg)}
.whtwedo_cnt .menu_database{ background-image:url(../images/menu_database.jpg)}
.whtwedo_cnt .menu_pay{ background-image:url(../images/menu_pay.jpg)}
.whtwedo_cnt .menu_seo{ background-image:url(../images/menu_seo.jpg)}
.whtwedo_cnt .menu_social{ background-image:url(../images/menu_social.jpg)}
.whtwedo_cnt .menu_branding{ background-image:url(../images/menu_branding.jpg)}
.whtwedo_cnt .menu_copywriting{ background-image:url(../images/menu_copywriting.jpg)}
.whtwedo_cnt .menu_internet{ background-image:url(../images/menu_internet.jpg)}
.whtwedo_cnt .menu_mobilapp{ background-image:url(../images/menu_mobilapp.jpg)}
.whtwedo_cnt .tribute_vdo_icon{ background-image:url(../images/menu_trib.jpg)}
.whtwedo_cnt .menu_dvd{ background-image:url(../images/menu_dvd.jpg)}
.whtwedo_cnt .menu_book_icon{ background-image:url(../images/menu_book_icon.jpg)}

.design_idea{ text-align:center;}
.design_idea li{ display:inline-block; border:10px solid #e7e6e6; margin-right:6px; margin-bottom:6px; position:relative; overflow:hidden;-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s; } 
.design_idea li:hover{border:10px solid #f16528;-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;}
.blk_bg{
	background-image: url(../images/blk_bg.png);
	height: 100%;
	width: 100%;
	font-size:14px;
	position:absolute;
	top:225px;
	left:0px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size:20px;
	-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.design_idea li:hover .blk_bg{ top:0px;-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;}
.blk_bg span{
	background-image: url(../images/zoom_icon.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 64px;
	display:block;
	margin:70px auto 10px;
	
}
.viewdesign_btn {
  background-color: #e7e6e6;
  border-radius: 20px;
  color: #222222;
  display: block;
  font-size: 15px;
  margin: 25px auto 0;
  padding: 12px 10px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
}
.viewdesign_btn:hover { text-decoration:none;  background-color: #ee6225; color:#FFF}

.contact_cnt{ border:#e2e2e2 1px solid; -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; padding:20px 20px 0px 20px; margin-top:40px;}
.contact_cnt a{ color:#363636}
.contact_cnt a:hover{ color:#f16528; text-decoration:none;}
.contact_cnt li{ border-bottom:#e2e2e2 1px solid; padding:10px 0px 20px 50px; margin-bottom:10px;}
.contact_cnt li:last-child{border-bottom: none;}
.contact_mobile{background-image: url(../images/contact_mobile.jpg);	background-repeat: no-repeat; background-position:left 0px}
.contact_email{background-image: url(../images/contact_email_icon.jpg);	background-repeat: no-repeat; background-position:left 0px}
.contact_address{background-image: url(../images/address_icon.jpg);	background-repeat: no-repeat; background-position:left 0px}

.form_cnt{ background-color:#f6f6f6;border-radius: 20px;
    margin-top: 40px;    padding: 40px 60px; color:#363636; font-size:16px;}
.form_cnt tr td{ margin-bottom:6px; vertical-align:top }
.form_cnt label{ font-weight:normal; padding-top:10px;}
.txt-box {
  background-color: #fff;
  border: medium none;
  border-radius: 20px;
  color: #000;
  font-family: "Hind",sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 10px 15px;
  width: 100%;
  border:#e5eaea 1px solid;
}
.form_cnt .submit_btn {
  background-color: #f16528;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 10px 20px 6px 20px;
  text-align: center;
  text-transform: uppercase;
  width:auto;
  height:auto;
  background-image:none;
  margin-top:26px;
}
.form_cnt .submit_btn:hover {
  background-color: #f5814f;}
.verification{ margin-bottom:10px;}
.verification_txt{ font-size:12px; padding:0px; margin:0px!important;}
.services_cnt h2{ border-bottom:#e7e7e7 1px solid; text-transform:uppercase; font-size:35px; padding-bottom:10px; margin-bottom:20px;}
.services_cnt h3{ padding-top:10px; font-size:22px;}

.webdesign_box{ margin-top:30px; border-bottom:#ececec 1px solid; }
.webdesign_box h3{ font-size:20px; margin:0px; padding:0px;color:#000;font-weight:500;}
.webdesign_box p{ margin-top:10px}
.border_none{ border:none}
.grey_box{ background-color:#f7f7f7; padding:25px; margin-top:45px;}
.grey_box h3{ margin:0px 0px 20px 0px; padding:0px 0px 5px 0px; border-bottom:#d9d9d9 1px solid; font-size:25px;}
.grey_box ul li{
	margin-bottom:20px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	font-weight: 500;
}
.grey_box ul{ float:left; width:50%;}
.price_cnt_bg{ background-color:#f4f4f4;color: #353434;
    font-family: "Hind",sans-serif;
    font-size: 35px;
    line-height: 22px;
    padding: 40px 0 60px;}
	

	.price_cnt_bg h2 {
  border-bottom: 1px solid #e7e7e7;
  font-size: 35px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight:bold
 
}
.price_cnt_bg h3 {
  color: #f16528;
  font-family: "Hind",sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 20px 0 0 0;
}

.price_cnt_bg a{ color:#2b2b2b}

.price_cnt_bg a:hover{ color:#2b84e0; text-decoration:none}
.price_cnt_bg ul li {background-color:#FFF; font-weight:500; line-height:28px; width:215px; height:215px; float:left; margin-right:19px;-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.17);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.17);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.17); margin-top:30px;}
.price_cnt_bg ul li a{ width:215px; height:215px; background-color:#FFF; font-size:20px; padding:0px 0px; text-align:center; vertical-align:middle; display:table-cell;}
.price_cnt_bg ul li img{ display:block; margin:10px auto}
.price_cnt_bg ul li h4{ font-weight:500; font-size:20px; min-height:44px; vertical-align:middle;}

.price_table{  background-color:#d4e8f0; width:100%; margin-top:20px;font-size:18px;border-collapse: inherit!important;border-spacing: 1px!important;}
.price_table tr{  background-color:#FFF;}
.price_table td { padding:15px; text-align:center;}
.price_table th{ padding:14px; font-size:20px; font-weight:normal; color:#FFF; text-align:center;}
.blue_bg{ font-weight:400; background-color: #f2fafd!important;}
.blue_bg1{ font-weight:300; background-color: #f2fafd!important; text-align:center; color:#2b84e0; font-size:20px; font-weight:normal}
.blue_bg1 b{ font-weight:600}
.blue_bg1 span{ color:#ec6023}



.blue_bg{ text-align:left!important;}
.features_bg{ background-color:#2b84e0; text-align:left!important; color:#FFF; font-weight:500; font-size:20px;}
.predesigned_bg{ background-color:#f16528}
.custom_bg{ background-color:#f16528}
.exclusive_bg{ background-color:#f16528}

.first_ul { float:left; background-color:#f2fafd; width:31%; font-size:18px;}
	.second_ul { float:left; background-color:#fff;width:23%}
	.third_color { float:left; background-color:#fff;width:23%}
	.second_ul { float:left; background-color:#fff;width:23%}
	
	.price_table li{ padding:11px 0px; border:#d4e8f0 1px solid; border-top:none; border-left:none; text-align:center; min-height:59px;}
	.first_ul li{ padding:18px;  border-left:#d4e8f0 1px solid; text-align:left }
.header_top{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 18px 0px!important;
    text-align: center;
    background-color: #f16528;
	 border:#d4e8f0 1px solid; 
}
.blue_bg1{ padding:20px 0px !important; }
.blue_bg1{border-left:#d4e8f0 1px solid!important; }
.mobile_view .features_bg{ float:left; width:50%; padding:15px; text-align:center}
.mobile_view .select{ float:left; width:50%; padding:8px 0 !important; min-height:inherit}

.mobile_center h2{ border-bottom:#e7e7e7 1px solid; font-size:35px; text-transform:uppercase; margin-bottom:30px; }

.title {
    border-bottom: 1px solid #e7e7e7;
    font-size: 35px;
    text-transform: uppercase;
    font-family: "Hind",sans-serif;
    font-size: 35px;
    font-weight: bold;
	    padding: 0 0 10px 0!important;
    margin: 0 0 30px 0!important;
}
/*icon section begin*/
.icon_section img {
	float:left;
	border:2px solid #cfcfcf;
	-webkit-box-shadow: 0px 0px 27px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 27px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 27px -10px rgba(0,0,0,0.75);
border-radius:4px;
}
.left_side_img {
	float:left;
}
.right_side_content {
	float:left;
	padding-left:15px;
	width:72%;
	padding-right:15px;
}
.icon_section li {
	width:50%;
	margin-bottom:25px;
	float: left;
}
.icon_section {
	margin-top:30px;
}
.icon_section p {
	margin:5px 0px;
}
.icon_section h3 {
	color:#f16528;
	font-size:20px;
	line-height:23px;
	font-weight:600;
}
.m_top {
	margin-top:15px !important;
	font-size:25px !important;
}
.grey_box img {
	margin-left:10px;
}
.padding_none {
	padding-left:0px;
	margin-top:10px;
}
.view_img {
	max-width: 47%;
}
.webdesign_box_mrg_none {
	margin-top:10px;
}
.inner_content h5 {
	font-size: 35px;
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  margin: 0px;
}
/*icon section end*/


.fixed_cost .mobile_view {
    display: none;
}

.fixed_cost .first_ul {
    padding: 0!important;
    background: #D7D7D7;
    float: left;
    width: 25%;
    clear: none!important;
	font-size: 13px;
}
.fixed_cost .first_ul li, .fixed_cost .second_ul li {
    text-align: center;
    background-image: none;
    padding: 10px!important;
    min-height: 65px;
	font-size:13px;
}

.fixed_cost .second_ul {
    transition: 1s;
    position: relative;
    padding: 0!important;
    background: #ebebeb;
    float: left;
    width: 18.5%;
    clear: none!important;
}

.fixed_cost .second_ul:hover {
    margin-top: -10px;
    transition: 1s;
    box-shadow: 0 0 30px #353535;
    z-index: 999999999;
}

.fixed_cost .header_top {
    height: inherit;
    text-align: center;
    background-color: #2b84e0;
    color: #fff;
    font-weight: 700;
	font-size:13px;
    min-height: inherit!important;
	border:none;
}
.fixed_cost .third_color {
    background-color: #E3E3E3!important;
}

.fixed_cost .fourth_color {
    background-color: #F6F6F6!important;
}

.fixed_cost .orng_table_prcos {
    background-color: #2b84e0;
    color: #fff;
	min-height: 42px !important;
}

.fixed_cost .light_color {
    background: #fff;
}

.fixed_cost .dark_bg {
    background: #ebebeb;
}

.fixed_cost .brwn_table_prcos {
    text-align: center;
    background-color: #1b60a3;
    color: #fff;
    font-weight: 700;
	    min-height: 65px !important;
	    display:table;
	    width:100.5%;
}

.fixed_cost .brwn_table_prcos span { display:table-cell; vertical-align:middle; }

.fixed_cost { padding-bottom:30px; }
.fixed_cost .ask_price_bold {
    font-weight: 700;
	color:#1b60a3;
	font-size:15px;
	text-decoration:none;
	margin-top:10px;
	display:inline-block;
}
.fixed_cost .ask_price_bold:hover { text-decoration:none;}

@media (min-width: 1199px) {
.fixed_cost .first_ul {
    width: 26%!important;
}

.fixed_cost .second_ul {
    width: 24.5%!important;
}

}

/*Media*/
@media (min-width: 992px) and (max-width: 1199px) {
	.home_content h2{ font-size:40px}
	.home_content h3{ font-size:18px; line-height:normal}
	.home_icon h4{ font-size:20px}
	.home_service_bg h2{ font-size:40px}
	.home_service_cnt ul{ font-size:16px;}
	.portfolio_bg h2{ font-size:40px}
	.request_bg{ font-size: 26px;}
	.ftr_service_menu {    padding-right: 0;}
	.ftr_mobile{ margin-right: 10px;}
	.ftr_address{ margin-top:10px;}
	.inner_banner h1{ font-size:36px;}
	.inner_content h2{ font-size:30px;}
	.inner_content h3{font-size:22px;}
	.why_cnt h3{font-size:18px;}
	.requestquote_btn{   padding: 30px 20px 30px 70px; background-position: 30px center; font-size: 18px;}
	.whtwedo_cnt{ width:100%;}
	.inner_banner{ background-size:cover;}
	.cnt_right{ margin-top:20px;}
	.right_side_content {width:64%;}
	.icon_section h3 {font-size:19px;}
	
	.fixed_cost .first_ul { width: 26%!important; }
	.fixed_cost .second_ul{ width: 24.5%!important; }
	.fixed_cost .first_ul li, .fixed_cost .second_ul li { font-size:12px;  }
	.fixed_cost .ask_price_bold { font-size:13px; }
	}
/* tab */
@media (min-width: 768px) and (max-width: 991px) {
	.header_right a{ padding:10px 10px 10px 50px;}
	.jqueryslidemenu ul li a{ padding: 20px 11px;font-size: 13px;}
	.jqueryslidemenu ul li ul{ width:750px!important; left:-158px!important;}
	.search_txt{width: 120px;}
	.search_box{margin-top: 10px;}
	.banner_caption{ width:100%}
	.banner_caption h1 {font-size: 30px;}
		.banner_caption {font-size: 18px;}
		.inner_content h5 {font-size:30px;}
	
	
	.home_content h2{ font-size:40px}
	.home_content h3{ font-size:18px; line-height:normal; padding:0px;}
	.home_icon h4{ font-size:16px}
	.home_service_bg h2{ font-size:40px}
	.home_service_cnt ul{ font-size:15px;}
	.portfolio_bg h2{ font-size:40px}
	.request_bg{ font-size: 22px;}
	.request_bg .request_btn{ margin-top:0px;}
	.ftr_service_menu {    padding-right: 0;}
	.ftr_mobile{ margin-right: 10px;}
	.footer_bg{ margin-top:0px;}
	.ftr_contact{ padding:0px; margin-top:40px;}
	
	.inner_banner h1{ font-size:36px;}
	.inner_content h2{ font-size:30px;}
	.inner_content h3{font-size:22px;}
	.why_cnt h3{font-size:18px;}
	.requestquote_btn{   padding: 25px 20px 25px 70px; background-position: 30px center; font-size: 18px; width:280px; margin:20px auto}
	.whtwedo_cnt{ width:100%}
	.whtwedo_cnt ul li{ font-size:16px;}
	
	.contact_cnt{ margin-top:10px;}
	.contact_form{ margin-top:20px;}
	.form_cnt{ margin-top:10px;}
	.inner_banner{ background-size:cover}
	.cnt_right{ margin-top:20px;}
	.right_side_content {width:69%;}
	
	.fixed_cost .first_ul { width: 26%!important; }
	.fixed_cost .second_ul{ width: 24.5%!important; }
	}
/* mobile */
@media (max-width: 767px) {
		html{-webkit-text-size-adjust: 100%;}
		.logo img { width:120px;}
		.inner_content h5 {text-align:center;font-size:22px;}
		.header_right { padding:18px 15px 0px 15px; text-align:right; padding-right:74px}
		.header_right a{ display: inline-block; width:38px; height:38px; padding:0px; background-position:center; margin-left:6px;} 
			.header_right a span{ display: none;}
			.jqueryslidemenu{ display:none}
			.logo img{ margin:10px 15px;}
			.logo { padding:13px 15px 0px 15px}
			.has-sub-nav {   background-image: url("../images/mobile_submenu.png"); background-repeat:no-repeat; background-position:99% center }
			.slide_header{ display:none}
			.menu_bg{ display:none}
			.home_content{ background-color:#2b84e0; color:#FFF;    padding:40px 0px 0px;}
			.home_content h2{ font-size:28px;}
			.home_content h3 { padding:10px;color:#FFF; font-size:14px; line-height:normal}
			.home_icon{ display:none}
			.home_service_bg{padding: 20px 0; background-image:none}
			.home_service_bg h2{ font-size:20px;}
			.home_service_cnt{ text-align:center}
			.home_service_cnt{ padding:0px 15px; float:none!important}
			.home_service_cnt ul{ float:none; width:100%; text-align:left;font-size: 15px; padding:0px;margin-top: 0px;}
			.portfolio_bg{ display:none}
			footer .container{ display:none}
			.footer_bg{ text-align:center; font-size:14px;margin-top: 0px}
			footer .footer_bg .container{ display: block}
			.footer_bg .container{ padding:80px 10px 10px 10px; background-position:center 20px;  }
			.privacy_link{ display:block; background-image:none; padding:0px;}
			
			footer{ padding:0px;}
			.request_bg{ text-align:center;font-size: 20px; padding: 20px 0 30px;}
			.request_bg b{ display: block; font-size:26px;}
			.request_bg .request_btn{ float:none}
			.home_blue_left{ padding:20px; border-bottom:#4897e9 1px solid; margin-bottom:20px}
			.home_blue_bg{ padding:0px 0px 20px 0px; }
			.home_blue_bg h3{cursor:pointer}
			.home_blue_bg h3 span{ display:block; background-image:url(../images/plus.jpg); background-position:100% center; background-repeat:no-repeat; }
			.home_blue_left h3{ background-image:url(../images/results_icon_mobile.jpg); background-position:left top; background-repeat:no-repeat; padding:10px 10px 0px 50px;}
			.home_blue_right h3{ background-image:url(../images/quality_icon_mobile.jpg); background-position:left top; background-repeat:no-repeat; padding:10px 10px 0px 50px;}
	#Service{ display:none}
		#Results{ display:none}
		
		
		.inner_banner h1{ font-size:32px; padding: 40px 0 30px;}
	.inner_content h2{ font-size:22px;}
	.inner_content h3{font-size:18px; line-height:24px;}
	.why_cnt h3{font-size:18px;}
	.requestquote_btn{   padding: 25px 20px 25px 70px; background-position: 30px center; font-size: 18px; width:280px; margin:20px auto}
	.inner_banner{ background-size:cover}
	
	.whtwedo_cnt{ width:100%}
	.whtwedo_cnt ul li{ width:100%;  font-size:15px;}
	.whtwedo_cnt ul {    margin: 0;}
	.whtwedo_cnt ul li{ background-size:40px;}
	.whtwedo_cnt ul li a{padding: 10px 0 10px 60px;}
	.cnt_right{ margin-top:30px;}
	
	.contact_cnt{ margin-top:10px;}
	.contact_form{ margin-top:20px;}
	.form_cnt{ margin-top:10px;}
	.form_cnt{ padding:10px;}
	.form_cnt tr td{ display:block}
	.form_cnt tr td{ margin-bottom:0px;}
	
	.price_cnt_bg{ padding:20px 15px;}
	.price_cnt_bg h2{font-size: 24px;}
	.price_cnt_bg h3{font-size: 18px; line-height:24px}
	
	.price_cnt_bg ul li{ width:195px; height:185px; margin:10px auto 30px; float:none}
	.price_cnt_bg ul li a{width:195px; height:185px;}
	.price_cnt_bg ul li h4{   font-size: 15px; line-height:normal}
	
	.mobile_none{ display:none}
	.price_table ul{width:50%; }
	.first_ul{ font-size:16px;}
	.price_table li{  min-height: 61px;padding: 12px;}
	.mobile_view { font-size:14px;}
	.header_top{ font-size: 15px;} 
	.mobile_view .features_bg{ font-size:15px; padding: 11px;}
	.first_ul {    font-size: 14px;}
	.first_ul li{ padding:8px;}
	.second_ul{ display:none}
	.mobile_view select{ background-image:url(../images/select_arrow.png); background-position:98% center; background-repeat:no-repeat; padding: 8px 10px !important;
    text-align: left;}
	.mobile_view .select{ padding: 9px 7px !important; min-height:45px;}
	.inner_cnt_left{}
	.grey_box ul{ float:none; width:100%}
	.grey_box{padding: 10px;}
	.grey_box ul li{background-position: left 6px;}
	.mobile_center{ text-align:center} 
	.home_service_cnt p{ margin-bottom:30px;}
	.home_blue_bg{ margin-top:20px;}
	.services_cnt{ text-align:center}
	.grey_box li{ text-align:left}
	.page_breadcrumb{ display:none}
	.title { font-size: 20px;}
	
	.home_service_cnt ul .mobileapp_icon{ border-bottom:none}
	.plus_icon_open span{background-image: url("../images/plus_close.jpg")!important;}
	.plus_icon_open1 span{background-image: url("../images/plus_close.jpg")!important;}
	.home_blue_left h3{ padding-right:5px;}
	.price_cnt_bg{ text-align:center}
	
	.price_cnt_bg ul li{ width:100%; height:100%; margin: 10px auto 8px; text-align:left; background-color:transparent;box-shadow:none }
	.price_cnt_bg ul li a{ width:100%; height:100%;display: block; clear:both; background-color:transparent; box-shadow:none}
	.price_cnt_bg ul li img{ float:left; width:40px; height:40px; margin-right:7px; margin-left:5px; margin-top:5px;}
	.price_cnt_bg ul li h4{ padding-top:13px; padding-bottom:13px; text-align:left}
	#Entrepreneur{ display:block}
	.title{ text-align:center}
	.inner_content h2{ text-align:center}
	.nav-main .back{ padding-top:3px;}
	.inner_content h3{ text-align:center}
	.contact_cnt{ padding: 20px 12px 0;}
	.mobile_view .select{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}
	.cnt_right .requestquote_btn{ display:none;}
	.icon_section img {display:none;}
	.right_side_content {float:none;width:100%;}
	.icon_section li {width:100%;float:none;	}
	.right_side_content {padding:0px;}
	.icon_section h3 {font-size:17px;}
	.right_side_content h3 {border-bottom:1px solid #cfcfcf;padding-bottom:8px;}

.fixed_cost .mobile_view .header_top {
    width: 50%;
    float: right;
    height: 40px;
    line-height: 20px;
}

.fixed_cost .mobile_view .header_top { font-size:13px; height:42px; }
.fixed_cost .mobile_view {
    display: block;
}

.fixed_cost .first_ul, .fixed_cost .second_ul {
    width: 50%;
}

.fixed_cost .second_ul:hover {
    margin-top: 0;
    transition: 0;
    box-shadow: 0 0 0 #353535;
    z-index: 999999999;
}

.fixed_cost .brwn_table_prcos { padding-top: 20px !important; min-height: 75px !important; }
.fixed_cost .mobile_view select { background-image:none; }
	}
@media (max-width: 480px) { .fixed_cost .first_ul li, .fixed_cost .second_ul li { font-size:11.5px; } }

	