/* CSS Document */

@font-face {
    font-family: 'latolight';
	font-display: swap;
    src: url('../fonts/lato-lig.eot');
    src: url('../fonts/lato-lig.eot') format('embedded-opentype'),
         url('../fonts/lato-lig.woff') format('woff'),
         url('../fonts/lato-lig.ttf') format('truetype'),
         url('../fonts/lato-lig.svg#LatoLight') format('svg');
}
@font-face {
    font-family: 'latoregular';
	font-display: swap;
    src: url('../fonts/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato-Regular-webfont.eot') format('embedded-opentype'),
         url('../fonts/Lato-Regular-webfont.woff') format('woff'),
         url('../fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Regular-webfont#LatoLight') format('svg');
}

* { margin: 0; padding: 0; border: none; }

body {
	background: none repeat scroll 0 0 #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

ul, li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
}
h1 {
	color: #474E5E;
    font-family: 'latoregular';
    font-size: 29px;
    font-weight: normal;
    letter-spacing: -1px;
	padding-left: 16px;
	padding-bottom: 10px;
}
h2 {
	font-family: 'swis721_md_btmedium';
    font-size: 25px;
    font-weight: normal;
}
h3 {
}


p {
}
.white {
	color: #FFF;
}

.full-width {
	width: 100%;
}
.span12 {
	width: 980px;
}

.centerized {
	margin: 0 auto;
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */


.main-container {
	width: 100%;
}

.header-top {
	background: url(../images/header-bg.jpg) repeat-x scroll 0 0 #f3f3f3;
	height: 95px;
}
.logo {
	float: left;
}

.chatarea {
	float: right;
	padding: 5px 0;
}
.phoneicon {
	background: url(../images/phone-icon.png) no-repeat scroll 0 0 transparent;
}

.sliderwrapper {
}

.sliderwrapper #slidertopmain {
	width: 100% !important;
}
.sliderwrapper #slidertopmain img {
	width: 100% !important;
	height: 606px;
}

.slider-area {
	min-height: 638px;
	position: relative;
}

.slider-main {
	background: url("../images/slider-main-img.png") no-repeat scroll center top transparent;
	min-height: 592px;
	position: absolute;
	top: 0;
	z-index: 23;
}
.slider-main > div {
	position: relative;
}

.scrolledlink {
	left: 30px;
	position: absolute;
	top: 547px;
	z-index: 24;
}
.scrolledlink a {
	float: left;
	height: 17px;
	width: 218px;
}
.slider-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000000;
	text-align: center;
	z-index: 50;
}

.main-nav {
	float: right;
}
.main-nav a {
	border-right: 1px solid #187BAD;
    color: #187BAD;
    float: left;
    margin: 7px 0 0;
    padding: 0 12px;
}
.main-nav a.last {
	border: none;
}

.offer-form {
	background: url("../images/form-bg.png") no-repeat scroll 0 0 transparent;
	height: 320px;
	padding-left: 0;
	padding-top: 113px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 330px;
}
.offer-info {
	margin-left: 15px;
    margin-top: 13px;
}

.livechat-anchor {
	left: 225px;
    position: absolute;
    top: 401px;
}
.livechat-anchor a {
	float: left;
	height: 32px;
	width: 133px;
}
/* package section styles, mostly copied from logodesignpros.com port:5066 */
/* new package area */
.new-pck-area {
	width:100%;
	float:left;
	margin-top:15px;
}
.single-pkc {
	background: url("../images/package-box-bg.jpg") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DEE0E4;
    float: left;
    margin: 0 18px;
    min-height: 480px;
    padding: 20px 15px;
    position: relative;
    width: 257px;
}
.single-pkc .pck-name{
    background-color: #FFFFFF;
    color: #5f6c75;
    font-family: 'swis721_md_btmedium';
    font-size: 23px;
    height: 65px;
    letter-spacing: -1px;
    line-height: 20px;
    text-align: left;
}
.single-pkc .pck-name span.tag{
	clear:both;
	font-size:14px;
	color:#5f6c75;
	float:left;
    letter-spacing: 0px;
}
.single-pkc .pkc-content {
	padding-top: 5px;
	width:260px;
	float:left;
}
.single-pkc .pkc-content ul{
	float:left;
	list-style:none;
	width:100%;
}
.single-pkc .pkc-content ul li{
	border-bottom: 1px solid #ACB2B7;
	color: #454E55;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
	text-indent: 10px;
	width: 100%;
}
.single-pkc .pkc-content ul li span{
	background: url("../images/list-img-bullet.png") no-repeat scroll 10px 5px transparent;
    float: left;
    font-size: 11px;
    font-weight: normal;
    text-indent: 25px;
    width: 100%;
}

.single-pkc .pkc-content ul li span span{
	float:none;
	text-indent:0px;
	color:#e95c41;
	background:none;
}


.single-pkc .pkc-content .cap {
	 border-bottom: 1px solid #acb2b7;
    color: #F63200;
    float: left;
	font-family: 'swis721_md_btmedium';
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 10px;
    width: 250px;
}

.single-pkc .pkc-content .price {
	color:#e95515;
	font-size:65px;
	font-family: 'swis721_md_btmedium';
	font-weight:500;
	line-height:70px;
	letter-spacing:-5px;
}

.single-pkc .pkc-content .price sup { 
	font-size:45px !important;
}
.single-pkc .pkc-content .cta {
	margin-top:15px;
	float:left;
	width:100%;
}
.single-pkc .pkc-content .cta-lower {
	margin-top:15px;
	float:left;
	width:100%;
}
.single-pkc .pck-name .price {
	color: #E95515;
    font-family: 'swis721_md_btmedium';
    font-size: 38px;
    letter-spacing: -2px;
    line-height: 10px;
	padding-top: 0px;
}
.single-pkc .pck-name .price .cross {
	color: #949BA9;
    float: right;
    font-family: 'webfontregular';
    font-size: 22px;
    font-weight: normal;
    height: 27px;
    letter-spacing: -2px;
    margin-right: 5px;
    text-decoration: line-through;
}

.single-pkc.big .pkc-content {
	margin-right:35px;
}

.td1 {
	height: 66px;
	line-height: 21px;
	padding-left: 10px;
}

.order-link {
	bottom: 70px;
    position: absolute;
    right: 64px;
}

/* Package area End */

/* Contact tag */
.contact-area-tag {
	padding: 40px 0 10px;
	text-align: center;
}
/* */

/* testimonial area start */
.testimonial-area {
	min-height: 100px;
}
.testimonial-area h2 {
	color: #474E5E;
	float: left;
	font-family: 'latolight';
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 40px 0 13px;
	text-align: center;
	width: 100%;
}
.testimonial-block {
	display: inline-block;
	padding-bottom: 40px;
	position: relative;
	width: 980px;
}
.testimonial-block a {
	background-color: #FFFFFF;
    float: left;
    margin: 0 7px;
	position: relative;	
    width: 306px;
}
.testimonial-block a.last {
	margin-right: 0px;
}

.testimonial-block a img {
	float: left;
	max-width: 100%;
	border: 4px solid #f1f1f1;
}
.testimonial-block a span.overlay {
    display: none;
    height: 81%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.testimonial-block a span.overlay img {
	margin: 29px 0 0 52px;
	border:none;
}

.testimonial-block a span.overlay span {
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 10px auto 0;
    position: relative;
    width: 271px;
}
.testimonial-block a:hover span.overlay {
	display: block;
}
.testimonial-block a span.view {
	display: block;
	float: left;
	padding: 10px 0;
	width: 280px;
	
color: #7D7D7D;
float: left;
font-size: 14px;
text-align: center;
width: 100%;
margin: 2px 0 0 0;
font-weight: bold;
}
.testimonial-block a span.view span {
	color: #e89a4e;
}
/* testimonial area end */

/* awards area start */
.awards-area {
	background: url(../images/footer-area-bg.jpg) repeat-x scroll 0 0 transparent;
	height: 166px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 17px;
}
.awards-area .designscopia {
	border-right: 0px solid #FFF;
}
.awards-area .designscopia,
.awards-area .awards {
	width: 480px;
}
.awards-area .awards .award {
	padding-bottom: 30px;
	margin-top: 25px;
}
.awards-area .designscopia h4,
.awards-area .awards h4 {
	color: #474e5e;
	font-size: 23px;
}
.awards-area .awards h4 {
	margin: 22px 0 0;
}
.awards-area .designscopia h5 a,
.awards-area .awards h5 a {
	color: #FF5501;
}

.awards-area .designscopia h5,
.awards-area .awards h5 {
	 color: #ff5501;
	 font-size: 18px;
}

/* awards area end */

/* popup classes */
.overlaydark {
	background: url(../images/overlay-dark.png) repeat scroll 0 0 transparent;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	display: none;
}

.popup-wrapper {
	background-color: #FFF;
	border: 8px solid #c2c2c2;
	width: 964px;
	position: absolute;
	z-index: 11;
	margin: 0 auto;
	top: 920px;
	display: none;
	height: 883px;
}

.popup-inner {
	display: none;
	width: 100%;
	height: 100%;
	vertical-align: middl;
	text-align: center;
	float: left;
}


.logo-promo {
	border: 1px solid #999;
	border-radius: 4px;
	margin: 150px 0 100px 282px;
}
.logo-promo2 {
	border: 1px solid #999;
	border-radius: 4px;
	margin: 150px 0 100px 250px;
}

.popup-close {
	float: left;
    margin-left: 909px;
    margin-top: -26px;
}


/* mobile styles */
.maincontent {
	width: 100%;
}
.maincontent.mobile {
}

.mob-main-header {
	background: url(../images/slider-area-bg.jpg) repeat-x scroll 0 0 transparent;
	height: 320px;
	position: relative;
	text-align: center;
	overflow-x: hidden;
	width: 100%;
}
.main-header {
	display: inline-block;
	width: 100%;
}
.mob-main-header img.mob-banner {
	display: inline-block;
	margin-top: 10px;
}
.mob-main-header a {
	display: inline-block;
    margin-top: 10px;
}

.menu-mob {
	width: 98%;
}

.white-heading {
	color: #FFFFFF !important;
    padding: 12px 0 19px 17px !important;
}

#v-nav2 > ul > li td span {
	width: 150px;
}

.testimonial-section {
	background: url("../images/clinet-area-bg.jpg") repeat scroll 0 0 transparent;
	position: relative;
}

#logo-portfolio-mob, #web-portfolio {
	width: 300px !important;
}

.logonext-mob {
	cursor: pointer;
    left: 0;
    position: absolute !important;
    top: 36% !important;
	z-index: 12;
}
.logoprev-mob {
    cursor: pointer;
    right: 0;
    position: absolute !important;
    top: 36% !important;
	z-index: 12;
}

.bottom-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 11px 0;
	line-height: 22px;
}
.bottom-text a {
	font-size: 15px !important;
}

.form-container {
	display: inline-block;
	width: 100% !important;
	padding-top: 10px;
}
.form-container .form-main {
	background: url("../images/mob-sign-up-now-bg.png") no-repeat scroll 0 0 transparent;
	margin: 0 auto;
	padding-top: 46px;
	width: 300px;
}
.form-container .form-main iframe {
	height: 370px;
	width: 100%;
}
.maincontent.mobile {
	display: none;
}

/* Navigation styles */
#prev-slide-main {
	left: -20px;
	position: absolute;
	top: 110px;
	z-index: 5;
	cursor: pointer;
}
#next-slide-main {
	cursor: pointer;
	position: absolute;
	right: -32px;
	top: 110px;
	z-index: 5;
}


.promo-prev {
	cursor: pointer;
	left: -40px;
	position: absolute;
	top: 260px;
	z-index: 5;
}
.promo-next {
	cursor: pointer;
	position: absolute;
	right: -40px;
	top: 260px;
	z-index: 5;
}

#protfolio-slide > div {
	background: none scroll no-repeat 0 0 transparent !important;
	height: 324px;
}

/* Ecommerce package */

.package-area2 {
    padding-top: 30px;
}
.package-area2 h1 {
  color: #474E5E;
  font-family: 'latoregular';
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 20px;
}
.package-area2 h2 {
  font-family: 'latolight';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  text-align: center;
}
.package-area2 .new-pck-area {
  background: none repeat scroll 0 0 #000;
  border: 1px solid #CECECE;
  border-radius: 5px 5px 5px 5px;
  float: none;
  margin: 0 auto;
  margin-top: 20px;
  padding: 23px 0;
  width: 970px;
  position:relative;
}
.package-area2 .single-pkc {
  background: none repeat scroll 0 0 #36200c;
  border: medium none;
  float: none;
  margin: 70px auto 0 auto;
  min-height: 505px;
  padding: 0 6px;
  position: relative;
  width: 925px;
}

.package-area2 .single-pkc .pck-name {
  background-color: #575757;
  color: #FFFFFF;
  font-family: 'swis721_md_btmedium';
  font-size: 23px;
  height: 65px;
  letter-spacing: -1px;
  line-height: 20px;
  text-align: left;
}
.package-area2 .single-pkc .pck-name span.tag {
  clear: both;
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  letter-spacing: 0;
  width: 100%;
}
.package-area2 .single-pkc .pck-name .price {
  color: #FFA800;
  font-family: 'swis721_md_btmedium';
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 10px;
  padding-top: 0;
}
.package-area2 .single-pkc .pck-name .price .cross {
  color: #FFFFFF;
  float: right;
  font-family: 'webfontregular';
  font-size: 22px;
  font-weight: normal;
  height: 27px;
  letter-spacing: -1px;
  margin-right: 5px;
  text-decoration: line-through;
}

.package-area2 .single-pkc .pkc-content {
  float: left;
  padding-top: 5px;
  width: 920px;
}
.package-area2 .single-pkc .pkc-content ul {
  float: left;
  list-style: none outside none;
  margin-top: 20px;
  width: 305px;
}
.package-area2 .single-pkc .pkc-content ul li {
  border-bottom: none;
  color: #fedd00;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 19px;
  padding: 4px 0 0;
  text-indent: 10px;
  text-transform: uppercase;
  width: 100%;
}
.package-area2 .single-pkc .pkc-content ul li span {
  background: url("../images/list-img-bullet.png") no-repeat scroll 15px 5px transparent;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: normal;
  text-indent: 25px;
  width: 100%;
  text-transform:none;
}
.package-area2 .order-link {
  bottom: 26px;
  position: absolute;
  right: 30px;
}
.package-area2 .pkg-cta {
  bottom: 18px;
  position: absolute;
  right: 210px;
}


/* */
.test-slider-wrapper {
  border-right: 1px solid #CCCCCC;
  float: left;
  padding: 0 20px 20px 30px;
  position: relative;
  width: 435px;
}
.media-slider-wrapper {
  float: left;
  padding: 0 0 20px 45px;
  position: relative;
  width: 448px;
}
.media-slider-wrapper h2, .test-slider-wrapper h2 {
  float: none;
  font-size: 24px;
  padding: 0 0 13px;
  text-align: left;
}

.slide-container {
	width: 410px !important;
}

.slide-container p {
  color: #9D9D9D;
  float: left;
  padding: 18px 0 18px 18px;
  width: 250px;
}
.slide-container img {
  float: left;
  width: 138px;
}
.cta-points {
	font-family: 'latoregular';
	color: #ce4d4d;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
	width: 980px;
	height: 158px;
}
.cta-points div{
	float: left;
	text-align:center;
	position:relative;
	z-index:2;
	width: 326px;
	margin-top: 120px;
}
.cta-points img {
	position: absolute;
	left: 0;
	top: 0;
	z-index:0;
}
.pkg-header {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -469px;
	z-index: 99;
}
.pkg-cta {
bottom: 13px;
position: absolute;
right: 16px;
}
.sieform1{ display: none !important;}