@import https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700;

@import https://fonts.googleapis.com/css?family=Roboto:400,300;

@import https://fonts.googleapis.com/css?family=PT+Sans;

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
  display: block;
  font-family: 'Open Sans',sans-serif !important;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family:segoe;src:url(../font/segoe-ui-symbol.eot);
}

@font-face {
  font-family:segoe;src:url(../font/segoe-ui-symbol.ttf);
}

@font-face {
  font-family:segoe_l;src:url(../font/segoe-ui-light.eot);
}

@font-face {
  font-family:segoe_l;src:url(../font/segoe-ui-light.ttf);
}

@font-face {
 font-family: HP_Simplified_Regular;
 src: url("http://www.logoinn.com/m/HP_Simplified_Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: HP_Simplified_Regular;
 src: url("http://www.logoinn.com/m/HP_Simplified_Regular.ttf") /* TTF file for CSS3 browsers */
}
.clear {
  clear: both;
}

.loader {
	width: 400px;
	position: fixed;
	left: 50%;
	margin-left: -209px;
	padding:50px 20px;
	border-radius: 10px;
	z-index: 999999999999999;
	background: #FFFFFF;
	top: 50%;
	text-align:center;
	border:4px solid #aaaaaa;
	color:#000000;
	font-size:18px;
	line-height:25px;
}

.loader img {
	margin-top:10px;
	width:25px;
	display:inline-block;
	vertical-align:middle;
}

.loader span {
	font-size:13px;
	display:inline-block;
	margin-right:10px;
	vertical-align:bottom;
}

.wrap {
	float: left;
	width: 100%;
	overflow-x: hidden;
}

.container {
  width: 1278px;
  margin: 0 auto;
}

.header {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	background: #FFFFFF;
	z-index: 9999999;
}

.top_bar {
	float:left;
	width:100%;
	background:#00244d;
	padding:5px 0;
	margin-bottom:10px;
	text-align:right;
	color:#FFFFFF;
	font-size: 14px;
	font-family: 'HP_Simplified_Regular', 'Open Sans';
	font-size: 19px;
}

.top_bar a {
	color:#FFFFFF;
	text-decoration:none;
}

.topbar_livechat, .topbar_number, .topbar_account_link, .topbar_login_out, .div_line {
	display:inline-block;
	margin:0 5px;
}

.header_left {
  float: left;
}

.logo {
  margin-top: 0;
}

.logo .mobile_logo {
	display:none;
}

.header_right {
  float: right;
}

.header_right_top {
  float: right;
  width: 69.6%;
}

.header_skype,.header_call_us,.header_login {
  display: inline-block;
  vertical-align: top;
}

.header_skype {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  color: #8a8a8a;
  font-size: 19.5px;
  padding-top: 10px;
  margin-right: 17px;
}

.header_skype span {
  color: #00a2e8;
}

.header_call_us {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  padding-top: 10px;
  margin-right: 16px;
}

.btn {
  display: inline-block;
  color: #FFF;
  border: 0;
  text-decoration: none;
  padding: 2px;
  transition: all .2s;
  border: 1px solid #00a3e8;
  font-size: 16px;
  position: relative;
  font-family: 'Open Sans',sans-serif;
  cursor: pointer;
}

.btn span {
  display: block;
  background: #2ebdfe;
  padding: 7px 13px;
  transition:all 0.2s;
}

/*.btn:hover {
  border: 1px solid #3ab72b !important;
}
*/
.btn:hover span {
  background: url(../images/orderbtn_hover.png) no-repeat !important;
}

.main_menu {
  float: left;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
  margin-top: 16px;
}

.menu_toggle {
  display: none;
  background: #45BBF1;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}

.main_menu ul {
  margin: 0;
  padding: 0;
}

.main_menu ul li {
  float: left;
  margin-right: 15px;
  position: relative;
  padding: 8px;
}

.main_menu ul li.active a, .main_menu ul li:hover a {
  border-bottom:2px solid #000534;
}

.main_menu ul li.active a:after, .main_menu ul li:hover a:after  {
	content: '';
	position: absolute;
	left: -3px;
	right: 3px;
	background: #71859c;
	height: 2px;
	bottom: -5px;
}

.main_menu ul li.last {
  margin-right: 0;
}

.main_menu ul li:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 13px;
  display: none;
  background: #33b5ed;
  top: 10px;
  right: -7px;
}

.main_menu ul li.last:after {
  display: none;
}

.main_menu ul li a {
  color: #001e46;
  text-decoration: none;
  letter-spacing: .7px;
  display: block;
  font-size: 21px;
  transition: all .5s;
  display: block;
  position:relative;
  font-family: 'HP_Simplified_Regular', 'Open Sans';
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -moz-transition: scale(1.3,1.3);
  -ms-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.banner_area {
  float: left;
  width: 100%;
  margin-top: 19px;
}

.slider {
  float: left;
  width: 912px;
  position: relative;
}

.banner_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #FF0000;
  text-align: center;
  z-index: 999;
  padding: 9px 0;
  font-size: 24px;
}

.slider_item {
  position: relative;
}

.slide_caption {
  position: absolute;
  z-index: 999;
  top: 46px;
  color: #FFF;
  left: 62px;
}

.slide_cap1 {
  letter-spacing: .6px;
}

.slide_cap2 {
  margin-top: 21px;
  font-size: 114px;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: -5px;
}

.slide_cap3 {
  margin-top: 29px;
  font-size: 24.9px;
  color: #fec501;
  font-weight: 300;
}

.banner_form {
  float: left;
  background: #FFF;
  min-height: 361px;
  width: 360px;
  padding-left: 14px;
  padding-top: 0;
  padding-right: 11px;
  border: 1px solid #e3e7e7;
  padding-top: 10px;
  padding-bottom: 0;
  margin-left: 5px;
}

.banner_form_head {
  float: left;
  width: 100%;
  border-bottom: 2px solid red;
  padding-bottom: 5px;
}

.banner_form_heading {
  float: left;
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
}

.banner_form_heading span {
  font-weight: bolder;
  display: block;
  font-size: 17px;
  margin-top: 5px;
}

.banner_live_chat {
  float: right;
  font-size: 15px;
  padding-right: 11px;
}

.banner_live_chat a {
  text-decoration: none;
  color: #00a2e8;
  text-align: center;
  display: block;
}

.banner_live_chat a span {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url(../images/livechat_icon.png) no-repeat;
  background-position: 0 -58px;
}

.banner_live_chat a:hover span {
  background-position: 0 0;
}

.callme_livechat {
	text-align:center;
	padding: 20px 0;
	display:none !important;
}

.banner_form_action {
	display:block !important;
}

.banner_call_me {
	cursor:pointer;
}

.banner_call_me img {
	margin-top:10px;
}

.banner_or {
	    margin-top: 52px;
    margin-bottom: 52px;
}

.banner_livechat {
	
}


.banner_form_box {
  margin-top: 17px;
  float: left;
  width: 100%;
}

.banner_form_grp {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.banner_form_grp input[type="text"], .banner_form_grp input[type="email"], .banner_form_grp select, .banner_form_grp input[type="date"] {
  height: 41px;
  line-height: 44px;
  width: 100%;
  padding: 0 9px;
  font-size: 15px;
  color: #646464;
}

.short_form .banner_form_grp input[type="text"], .short_form .banner_form_grp input[type="email"], .short_form .banner_form_grp select, .short_form .banner_form_grp input {
  height: 34px;
  line-height: 34px;
}

.short_form .btn span {
  padding: 2px 13px;
}

.banner_form_grp_col {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.banner_form_phone {
  float: left;
  width: 100%;
}

.phone_col1 {
  float: left;
  width: 51px;
  margin-right: 1px;
}

.phone_col2 {
  float: left;
  width: 281px;
}

.call_d_rop_down {
  float: left;
  width: 234px;
  margin-right: 9px;
}

.banner_form_btn {
  float: left;
  width: 90px;
}

.banner_form_btn .btn {
  width: 100%;
  border:0;
  padding: 3px;
  background:url(../images/submit_btn.png) no-repeat;
  transition: none;
}

.banner_form_btn .btn:hover {
	background-position: 0 -61px;
}

.banner_form_btn .btn span {
	background:none !important;
}


.row {
  float: left;
  margin-top: 37px;
  width: 100%;
}

.review_area {
  float: left;
  width: 33%;
}

.review_heading {
  font-family: 'Open Sans',sans-serif;
  font-size: 19px;
  color: #272727;
  font-family: 'HP_Simplified_Regular', 'Open Sans';
}

.review_heading a {
  color: #272727;
}

.review_box {
  border: 1px solid #e0e0e0;
  margin-top: 13px;
  min-height: 231px;
  padding: 17px 28px;
}

.review_box .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.review_img {
  float: left;
}

.review_img .right_img {
	float:right;
}

.review_cname {
  float: left;
  margin-top: 50px;
  margin-left: 10px;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  color: #121212;
}

.review_desc {
  margin-top: 8px;
  font-family: 'Open Sans',sans-serif;
  letter-spacing: .1px;
  margin-bottom: 22px;
  color: #121212;
}

.review_star {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.review_grade {
  font-family: 'Open Sans',sans-serif;
  font-size: 16.5px;
  color: #121212;
}

.original_area {
	float: left;
	width: 31%;
	margin:0 1%;
}

.original_heading {
	font-family: 'HP_Simplified_Regular', 'Open Sans';
	font-size: 19px;
	color: #272727;
	position:relative;
}

.original_heading span {
	color:#FF0000;
}

.show_help {
	cursor:pointer;
	font-size:12px;
}

.help_box {
    position: absolute;
    background: #000 none repeat scroll 0% 0%;
    padding: 10px;
    color: #FFF;
    line-height: 21px;
    top: 0px;
    width: 400px;
    right: -382px;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 2px 0 28px 5px #aaaaaa;
	display:none;
}

.help_heading {
    margin-bottom: 7px;
}

.help_txt {
    font-size: 13px;
}

.original_box {
	    text-align: center;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 13px;
    padding: 0 0 20px 0;
}

.original_box img {
	width: 65.8%;
}

.counter_area {
  float: left;
  margin-top: 42px;
  margin-left: 0;
  width: 33%;
}

.counter_head_box {
  text-align: center;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

.counter_icon {
  margin-bottom: 13px;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.counter_head_box:hover.counter_icon {
  top: -10px;
}

.counter_count {
  color: #474747;
  font-size: 30px;
  margin-bottom: 9px;
}

.counter_txt {
  font-size: 19px;
  color: #FF0000;
}

.counter_box {
  float: left;
  text-align: center;
  margin-right: 33px;
}

.counter_box:last-child {
  margin-right: 0;
}

.counter_box .count {
  width: 138px;
  height: 138px;
  line-height: 128px;
  border-radius: 50%;
  border: 4px solid #00a2e8;
  font-size: 36px;
  font-family: segoe_l;
  color: #5f5e5c;
  margin-bottom: 22px;
  display: inline-block;
  vertical-align: top;
}

.counter_box .count_name {
  font-size: 24px;
}

.feedback_area {
  float: left;
  width: 33%;
}

.feedback_heading {
  font-family: 'Open Sans',sans-serif;
  font-size: 19px;
  color: #272727;
  text-align: center;
  font-family: 'HP_Simplified_Regular', 'Open Sans';
}

.feedback_heading a {
  color: #272727;
}

.feedback_box {
  border: 1px solid #e0e0e0;
  margin-top: 13px;
  min-height: 231px;
  padding: 30px 22px;
}

.feedback_box .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.feedback_img {
  float: left;
  width: 100%;
  margin-left: 6px;
  height: 85px;
}

.feedback_cname {
  float: left;
  margin-top: 0;
  margin-left: 6px;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  color: #121212;
}

.feedback_desc {
  margin-top: 5px;
  font-family: 'Open Sans',sans-serif;
  letter-spacing: .1px;
  margin-bottom: 13px;
  color: #121212;
  margin-left: 8px;
  font-size: 15.4px;
  width: 100%;
}

.feedback_star {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  margin-left: 6px;
  clear: both;
  display: block;
}

.feedback_grade {
  font-family: 'Open Sans',sans-serif;
  font-size: 16.5px;
  color: #121212;
  clear: both;
  margin-left: 5px;
}

.deal_head_area {
	float:left;
	width:33%;
	cursor:pointer;
}

.deal_head_heading {
	
text-align: center;
	
color: #002a83;
	
font-family: 'HP_Simplified_Regular', 'Open Sans';
	
font-size: 19px;
}

.deal_head_box {
	
float: left;
	
margin-bottom: 15px;
	
width: 100%;
	
border: 1px solid #e0e0e0;
	
margin-top: 13px;
	
font-family: 'HP_Simplified_Regular', 'Open Sans';
	
padding: 0 0 20px 0;
	
font-size: 17px;
}

.deal_head_img {
	
float: left;
}

.deal_head_img img {
	
width: 175px;
	
margin-top: -2px;
}

.deal_head_txt {
	
color: red;
	
font-weight: bold;
	
float: left;
	
margin-top: 40px;
	
margin-left: 25px;
	
line-height: 20px;
}

.deal_head_bottom {
	
clear: both;
	
text-align: center;
	
margin-top: 5px;
	
float: left;
	
width: 100%;
	
font-weight: bold;
}

.deal_head_bottom span {
	
color: #000000;
	
display: inline-block;
	
margin-top: 5px;
	
text-decoration: none;
	
border-bottom: 2px dotted #000000;
	
padding-bottom: 2px;
}

.package_bg {
  float: left;
  width: 100%;
  background: #fcfcfc;
  background-size: cover;
  margin-top: 24px;
  padding-top: 39px;
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}

.pkg_heading {
  text-align: center;
  font-weight: 700;
  color: #171717;
  font-size: 42px;
  letter-spacing: 0;
}

.pkg_heading span {
  color: #8b8888;
}

.pkg_desc {
  text-align: center;
  margin-top: 26px;
  padding: 0 20px;
  line-height: 30px;
}

.pkg_sub {
  float: left;
  width: 100%;
  text-align: center;
  color: #171717;
  font-weight: 700;
  margin-top: 14px;
  font-size: 22px;
}

.packages_area {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 37px;
}

.pkg_box {
  float: left;
  text-align: left;
  background: #FFF;
  width: 406px;
  margin: 0 10px 0 0;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.pkg_box.first {
  margin-left: 18px;
}

.pkg_head {
  float: left;
  width: 100%;
  padding: 35px 31px 41px;
  background: #f60a5c;
  position: relative;
}

.pkg_icon {
  float: left;
  position: absolute;
}

.pkg_name {
  float: left;
  color: #FFF;
  margin-left: 89px;
  font-size: 26px;
  margin-top: 2px;
  font-family: 'HP_Simplified_Regular', 'Open Sans';
}

.pkg_name span {
  display: block;
  margin-top: 3px;
  font-size: 18px;
}

.pkg_seal {
	position:absolute;
	right:10px;
	top:10px;
}

.red_pkg .pkg_seal {
	top: 17px;
}

.pkg_price {
  padding: 13px 0 16px;
  background: #f2f2f2;
  float: left;
  width: 100%;
}

.pkg_price .r_price {
  float: left;
  padding-left: 36px;
  font-size: 30px;
  font-weight: 700;
  padding-top: 7px;
}

.pkg_price .cut_price {
  float: none;
  margin-right: 0;
  background: none !important;
  color: #FFF;
  text-transform: uppercase;
  padding: 0;
  font-size: 12px;
  position: relative;
  color: #FF0000;
  font-weight: normal;
}

.pkg_price .cut_price:after {
  position: absolute;
  left: 11px;
  right: 9px;
  background: #FF0000;
  height: 1px;
  top: 52%;
}

.pkg_top_btn {
	
position: static !important;
	
float: right !Important;
	
margin-right: 23px;
	
margin-top: 14px !important;
}


.pkg_list {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 25px;
  padding: 0 46px 0 21px;
  min-height: 274px;
}

.pkg_list ul {
  margin: 0;
  padding: 0;
}

.pkg_list ul li {
  font-size: 14px;
  position: relative;
  padding-left: 29px;
  letter-spacing: -.1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d6da;
  margin-bottom: 8px;
  line-height: 15px;
  color: #414144;
}

.pkg_list ul li .pkg_info {
	position:absolute;
	right: -3px;
	top: 0;
}


.pkg_list ul li span {
  color: red;
}

.pkg_list ul li i.fa {
  position: absolute;
  left: 0;
}

.pkg_btns {
  float: left;
  width: 100%;
  margin-top: 57px;
  padding: 0 21px;
}

.pkg_btns a {
  background: #40a636;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  vertical-align: top;
  padding: 8px 16px;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 0 0 0 #064e28;
  margin-right: 28px;
  transition: all .2s;
}

.pkg_btns a:last-child {
  margin-right: 0;
}

.pkg_btns a span {
  position: absolute;
  display: block;
  background: #086232;
  padding: 8px;
  top: 0;
  right: -24px;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all .2s;
}

.pkg_btns a:hover {
  background: #8b8d90!important;
  box-shadow: 2px 0 0 0 #1f1f1f!important;
}

.pkg_btns a:hover span {
  background: #3c3c3c!important;
}

.pkg_btn {
  float: left;
  padding-left: 21px;
  margin-top: 3px;
  position: absolute;
  bottom: 22px;
}

.pkg_btn > img {
    margin-top: 3px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.pkg_livechat {
  float: right;
  padding-right: 41px;
  position: absolute;
  bottom: 22px;
  right: 0;
}

.pkg_livechat a {
  text-decoration: none;
  color: #000000;
  text-align: center;
  display: block;
  line-height: 24px;
  border: 1px solid #ededed;
  padding: 4px;
}

.pkg_livechat a span {
  width: 31px;
  height: 26px;
  float: left;
  background: url(../images/livechat_icon1.png) no-repeat;
  margin-right: 10px;
}

.pkg_livechat a:hover span {
  background-position: 0 0;
}

.pkg_btns a.pkg_blue_btn {
  background: #2568ae;
  box-shadow: 2px 0 0 0 #103c65;
}

.pkg_btns a.pkg_blue_btn span {
  background: #154789;
}

.pkg_btns a.pkg_red_btn {
  background: #cd181e;
  box-shadow: 2px 0 0 0 #86141e;
}

.pkg_btns a.pkg_red_btn span {
  background: #bf0f23;
}

.red_pkg {
	border:1px solid #f60a5c;
}

.pkg_green {
	border:1px solid #22b14c;
}

.pkg_green .pkg_head {
  background: #22b14c;
}

.pkg_green .cut_price {
  background: #00ad4f;
}

.pkg_green .pkg_icon {
  left: 40px;
  top: 23%;
}

.pkg_blue {
	border:1px solid #0475d3;
}


.pkg_blue .pkg_head {
  background: #0475d3;
}

.pkg_blue .cut_price {
  background: #0169b0;
}

.pkg_blue .pkg_icon {
  left: 23px;
  top: 33%;
}

.pkg_gray {
	border:1px solid #000000;
}

.pkg_gray .pkg_head {
  background: #ffffff;
  border-bottom:1px solid #000000;
  padding: 34px 11px 41px;
}

.pkg_gray .cut_price {
  background: #3c3c3c;
}

.pkg_lgray {
	border:1px solid #08c4cf;
}

.pkg_lgray .pkg_head {
  background: #08c4cf;
}

.pkg_lgray .cut_price {
  background: #8b8d90;
}

.pkg_yellow {
	border:1px solid #f98d06;
}

.pkg_yellow .pkg_head {
  background: #f98d06;
}

.pkg_yellow .cut_price {
  background: #f2bc0f;
}

.pkg_yellow .pkg_icon {
  left: 23px;
  top: 20%;
}
.pkg_gray .pkg_head .pkg_name {
	color:#3c3c3c;
	margin-left: 56px;
}

.pkg_gray .pkg_seal img {
	/* width: 0; */
}


.red_pkg .pkg_btn .btn {
	border:0;
}

.red_pkg .pkg_btn .btn span {
	background:url(../images/orderbtn_pink.png) no-repeat;
}

.pkg_green .pkg_btn .btn {
	border:0;
}

.pkg_green .pkg_btn .btn span {
	background:url(../images/orderbtn_green.png) no-repeat;
}

.pkg_blue .pkg_btn .btn {
	border:0;
}

.pkg_blue .pkg_btn .btn span {
	background:url(../images/orderbtn_blue.png) no-repeat;
}

.pkg_gray .pkg_btn .btn {
	border:0;
}

.pkg_gray .pkg_btn .btn span {
	background:url(../images/orderbtn_gray.png) no-repeat;
}

.pkg_lgray .pkg_btn .btn {
	border:0;
}

.pkg_lgray .pkg_btn .btn span {
	background:url(../images/orderbtn_lblue.png) no-repeat;
}

.pkg_yellow .pkg_btn .btn {
	border:0;
}

.pkg_yellow .pkg_btn .btn span {
	background:url(../images/orderbtn_orange.png) no-repeat;
}

.portfolio_area {
  float: left;
  width: 100%;
  margin-top: 22px;
}

.portfolio_heading {
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 27px;
  color: #272727;
}

.portfolio_heading a {
  color: #00a0e5;
}

ul.tabs {
  float: left;
  list-style: outside none none;
  margin: 0 0 32px;
  padding: 0;
  width: 100%;
}

ul.tabs li {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #272727;
  cursor: pointer;
  display: block;
  padding: 9px 13px;
  float: left;
  font-size: 15px;
  margin-right: 9px;
}

ul.tabs li a {
  text-decoration: none;
  color: #272727;
}

ul.tabs li.current {
  background: #00a0e5;
  color: #FFF;
  text-decoration: underline;
}

ul.tabs li.current a {
  color: #FFFFFF;
}

.tab-content {
  display: none;
  float: left;
  width: 100%;
}

.tab-content.current {
  display: inherit;
}

.tab_area {
  float: left;
  width: 100%;
  margin-top: 49px;
}

.porfolio_left {
  float: left;
  width: 78%;
}

.portfolio_boxs {
  float: left;
  width: 100%;
}

.portfolio_box {
  float: left;
  width: 96%;
  margin-right: 21px;
  margin-bottom: 12px;
}

.portfolio_img {
  float: left;
  width: 100%;
  height: 154px;
  line-height: 226px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.video-slider .portfolio_img, .video-slider1 .portfolio_img, .video-slider2 .portfolio_img, .mobile-slider .portfolio_img, .mobile-slider1 .portfolio_img  {
	height:221px;
	overflow:hidden;
	margin-bottom:10px;
}

.stationery-slider .portfolio_img, .stationery-slider1 .portfolio_img {
	height:250px;
	overflow:hidden;
	margin-bottom:10px;
}

.portfolio_img img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
}

.portfolio_last_box {
  margin-right: 0;
}

.portfolio_name {
  color: #00a0e5;
  margin-top: 11px;
  float: left;
  width: 100%;
  font-size: 11px;
}

.porfolio_right {
  float: right;
  width: 19.5%;
}

.portfolio_cat {
  width: 100%;
  float: left;
  border: 1px solid #e0e0e0;
  padding-bottom: 2px;
}

.portfolio_cat_heading {
  background: #00a2e8;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  padding: 9px 0;
}

.brochure_page .portfolio_cat_heading {
	font-size: 13px;
}

.portfolio_cat_list {
  float: left;
  width: 100%;
}

.portfolio_cat_list ul {
  padding-top: 21px;
  padding-left: 17px;
}

.portfolio_cat_list ul li {
  position: relative;
  color: #00a2e8;
  font-family: 'PT Sans',sans-serif;
  margin-bottom: 13px;
  padding-left: 0;
  font-size: 12px;
}

.portfolio_cat_list ul li a {
  color: #00a2e8;
  text-decoration: none;
}

.portfolio_cat_list ul li input {
  position: absolute;
  left: 0;
  top: -3px;
}

.web-slider .portfolio_img,.web-slider1 .portfolio_img, .web-slider2 .portfolio_img {
	overflow: hidden;
	height:532px;
}

.web-slider .portfolio_img img, .web-slider1 .portfolio_img img, .web-slider2 .portfolio_img img, .mobile-slider .portfolio_img img, .mobile-slider1 .portfolio_img img {
	width:100% !important;
}

.brochure-slider  .portfolio_img {
	height: 534px !important;
	overflow: hidden;
}

.brochure-slider .portfolio_img img {
	width:100% !important;
}

.row1 {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.services {
  float: left;
  width: 100%;
  text-align: center;
}

.service_box {
  display: inline-block;
  width: 356px;
  vertical-align: top;
  margin: 0 20px;
}

.service_icon {
  width: 94px;
  height: 94px;
  line-height: 136px;
  border-radius: 50%;
  background: #00a2e8;
  display: inline-block;
  vertical-align: top;
  transition: all .5s;
}

.service_box:hover .service_icon {
  background: #3c3c3c;
}

.service_name {
  margin-top: 26px;
  font-weight: 600;
  font-size: 20px;
}

.service_txt {
  margin-top: 27px;
  font-size: 15px;
  line-height: 17px;
  color: #797979;
  font-family: 'PT Sans',sans-serif;
}

.row2 {
  float: left;
  width: 100%;
  background: #f6f7f9;
  margin-top: 34px;
  padding-top: 48px;
}

.row2_heading {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 51px;
  color: #2d2e2e;
  margin-bottom: 49px;
}

.icons_box_container {
  padding-left: 43px;
  padding-right: 47px;
  float: left;
  width: 100%;
}

.icon_box {
  float: left;
  width: 361px;
  margin-right: 49px;
  margin-bottom: 51px;
  position: relative;
}

.icon_box:after {
  content: '';
  position: absolute;
  display: block;
  background: #cfcfcf;
  height: 53px;
  right: -23px;
  top: 42%;
  width: 1px;
}

.icon_last_box {
  margin-right: 0;
}

.icon_last_box:after {
  display: none;
}

.icon_heading {
  color: #2d2e2e;
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
}

.icon_heading i.fa {
  color: #5f5f5f;
  font-size: 27px;
  padding-left: 3px;
  padding-right: 18px;
  float: left;
  transition: all .5s;
}

.icon_box:hover i.fa {
  color: #00a2e8;
}

.icon_txt {
  clear: both;
  margin-top: 19px;
  line-height: 23px;
  font-family: 'Roboto',sans-serif;
  color: #666;
  letter-spacing: .5px;
}

.heading3 {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.heading3 h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  color: #2d2e2e;
}

.heading3 p {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  margin-top: 33px;
  color: #666;
  font-size: 15.6px;
  line-height: 24px;
}

.capabilities_area {
  float: left;
  width: 100%;
  margin-top: 58px;
}

.capabilities_heading {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  color: #2d2e2e;
}

.capabilities_para {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  margin-top: 33px;
  color: #666;
  font-size: 15.6px;
  line-height: 24px;
}

.capabilities_area .counter_area {
  margin-left: 167px;
  margin-top: 49px;
  width: 100%;
}

.capabilities_area .counter_box {
  margin-right: 125px;
}

.capabilities_area .counter_box:last-child {
  margin-right: 0;
}

.footer {
  float: left;
  width: 100%;
  background:url(../images/sydney_bg.jpg);
  background-size: contain;
  background-size: cover;
  margin-top: 51px;
  padding-top: 25px;
  color: #FFFFFF;
  background-position: top center;
}

.footer.nz-footer {
	background-image:url(../images/nz-bg.jpg);
}

.footer.uk-footer {
	background-image:url(../images/uk-bg.jpg);
}

.footer.us-footer {
	background-image:url(../images/us-bg.jpg);
}

.footer_col1,.footer_col2,.footer_col3,.footer_col4 {
  float: left;
}

.footer_col1 {
  float: left;
  width: 343px;
  margin-left: 74px;
  position: relative;
}

.footer_col1:after {
  content: '';
  position: absolute;
  background: #33b5ed;
  width: 1px;
  height: 72px;
  top: 79px;
  right: -65px;
}

.footer_col2 {
  margin-left: 122px;
  padding-top: 7px;
  position: relative;
}

.footer_col2:after {
  content: '';
  position: absolute;
  background: #33b5ed;
  width: 1px;
  height: 72px;
  top: 74px;
  right: -46px;
}

.footer_col3 {
  margin-left: 85px;
  padding-top: 7px;
}

.footer_col4 {
  float: right;
  padding-top: 79px;
  padding-right: 64px;
}

.footer_logo {
  margin-left: 10px;
}

.footer_col1_txt {
  margin-top: 21px;
  font-size: 11.7px;
  line-height: 17px;
}

.footer_heading {
  font-weight: 600;
  font-size: 22px;
}

.footer_contact_info {
  margin-top: 34px;
  font-size: 13.5px;
  line-height: 20px;
}

.footer_contact_info a {
  color: #FFF;
  text-decoration: none;
}

.footer_menu {
  margin-top: 34px;
}

.footer_menu ul li {
  margin-bottom: 8px;
}

.footer_menu ul li a {
  font-size: 13.4px;
  color: #FFF;
  text-decoration: none;
}

.footer_menu ul li a:hover {
  text-decoration: underline;
}

.footer_social {
  font-size: 18px;
}

.footer_social i.fa {
  margin-left: 0;
  margin-right: 12px;
}

.footer_social a {
  color: #FFF;
  text-decoration: none;
  transition: all .2s;
}

.footer_social a:hover {
  color: #00a2e8;
}

.copy_right {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #80d1f4;
  margin-top: 21px;
  font-size: 15.1px;
  padding-top: 14px;
  padding-bottom: 16px;
}

.chart,.top_chart {
  position: relative;
  display: inline-block;
  width: 138px;
  height: 138px;
  margin-top: 0;
  margin-bottom: 22px;
  text-align: center;
  line-height: 138px;
  font-size: 31px;
  color: #5f5e5c;
}

.chart canvas,.top_chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: .1em;
  font-size: .8em;
}

.angular {
  margin-top: 100px;
}

.angular .chart {
  margin-top: 0;
}

#SkypeButton_Call_logoinnsales_1 {
  display: inline-block;
  vertical-align: top;
}

#SkypeButton_Call_logoinnsales_1_paraElement {
  font-size: 0 !important;
}

#SkypeButton_Call_logoinnsales_1_paraElement img {
  margin: 0 5px 0 0!important;
  vertical-align: 0 !important;
}

a.tooltip {outline:none;color: rgb(139, 141, 144)  !important; text-decoration:none;}
a.tooltip i.fa {position: static !important;margin-left: 5px;}
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:99999;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.sitemap_page {
	float:left;
	width:100%;
	margin-top:50px;
}

.sitemap_page h1 {
	font-size:28px;
	margin-bottom:20px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}

.sitemap_page ul {
	list-style: disc inside;
}

.sitemap_page ul li {
	margin-bottom:10px;
}

.sitemap_page ul li a {
	color:#000000;
}

.mob_h1 {
	display:none;
	text-align:center;
	font-weight:bold;
}

.mob_h1 h1 {
	font-weight:bold;
}

.mobile_packages {
	display:none;
}

.mobile_menu {
	display:none;
	float:left;
	margin-top:20px;
	margin-left:0;
	width:100%;
}

.mobile_menu ul {
	text-align:center;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	float:left;
	width:100%;
}

.mobile_menu ul li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #EAEAEA;
	width: 33%;
	margin: 0px;
	float: left !important;
	text-align: center;
	padding:10px 0;
}

.mobile_menu ul li:first-child {
	border:0;
}

.mobile_menu ul li:last-child {

}

.home_tab li {
	width:25% !important;
}

.mobile_menu ul li a {
	color:#000000;
	text-decoration:none;
	font-size:14px;
	display:block;
	position:relative;
	font-family: "HP_Simplified_Regular","Open Sans";
}

.mobile_menu ul li a.active:after {
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	height: 3px;
	background: #1fa9db;
	bottom: -10px;
}

.mobile_menu  .fa {
	color:#00a2e8;
	width:15px;
}

.mobile_menu img {
	float: none;
display: inline-block;
margin-bottom: 5px;
width: 26px
}

.mob_phone {
	display:none;
}

.back_btn a {
	color:#000000;
	text-decoration:none;
}

.design_gallery_link {
	display: inline-block;
	float: none !important;
}

.mobile_gallery_main {
margin-top:20px;
float:left;
clear:both;
width:100%;
}

.hidden{
    display:none;
}

.mobile_gallery_main {
	text-align:center;
}

.mobile_gallery img {
	width:auto !important;
	display:inline-block !important;
	max-width:100%;
}

.body_txt {
	margin-top:10px;
}

.package_cat {
	float:left;
	width:100%;
	text-align:left;
}

.package_cat .package_cat_box {
	float:left;
	width:100%;
	background:#44afe5;
	padding:10px;
	border-radius:10px;
	color:#FFFFFF;
}

.package_cat .package_cat_box a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:24px;
	display:block;
	float: left;
	width: 100%;
}

.package_cat_icon {
	float:left;
}

.package_cat_name {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.row_deal {
	
float: left;
	
width: 100%;
	
margin-top: 35px;
	
background: #fcfcfc;
	
padding: 20px 0;
}

.deal_box {
	
padding: 20px;
	
border-radius: 3px;
	
position: relative;
	
background: #FFFFFF;
	
-webkit-box-shadow: 0 8px 6px -6px black;
	
-moz-box-shadow: 0 8px 6px -6px black;
	
box-shadow: 0px 1px 5px 1px #AAAAAA;
	
font-family: 'Roboto',sans-serif;
}

.deal_heading {
	
font-weight: bold;
	
font-size: 24px;
	
padding-bottom: 10px;
	
border-bottom: 1px solid #cbcbcb;
	
margin-bottom: 10px;
}

.deal_heading span {
	color:red;
}

.deal_heading span span {
	text-decoration:line-through;
}

.deal_img {
	
position: absolute;
	
right: 0;
	
top: -2px;
}

.deal_cols {
	
width: 79%;
	
margin: 0 auto;
}

.deal_col1 {
	
float: left;
	
width: 40%;
}

.deal_col2 {
	
float: right;
	
width: 40%;
}


.deal_list {
	
}

.deal_list_heading {
	
font-weight: bold;
	
font-size: 18px;
	
margin: 20px 0;
	
border-bottom: 2px solid #cbcbcb;
	
padding-bottom: 10px;
	
line-height: 40px;
}

.deal_list_heading img {
	width: 39px;
	float:left;
	margin-right:10px;
}

.deal_list ul {
	
list-style: none;
	
padding-left: 20px;
}

.deal_list ul li {
	
list-style: none;
	
line-height: 25px;
	
color: #666;
}


.deal_ordernow {
	float:left;
	text-align:center;
	margin: 83px 0;
}

.deal_ordernow .btn:hover  {
	border:1px solid #000000;
}

.deal_ordernow .btn:hover span {
	background: #000000 !important;
}

.callme_btn {
	display:inline-block;
	padding: 10px 13px;
	background: url(../images/callme_btn.png) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	margin-top: 7px;
}

.callme_btn:hover {
	
background-position: 0 -58px;
}

.deal_bottom {
	margin-top:20px;
	width: 50%;
	margin: 20px auto;
}

.best_price {
	float:left;
	margin-right: 95px;
}

.deal_btn {
	display:block;
	padding: 13px 33px;
	background:url(../images/deal_order.png) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 23px;
}

.deal_btn:hover {
	
background-position: 0 -73px;
}

/*! Lity */

.lity_overlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;right:0;
	background:rgba(0,0,0,0.8);
	z-index:99;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
       -o-transition: -o-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.websitedesign_page .lity {
	position:absolute;
	background:none;
}

.websitedesign_page .lity-wrap {
	position:absolute;
}

.websitedesign_page .lity-image img {
	max-height:none !important;
}

.share-btn {
    display: block;
    color: #ffffff;
    border: none;
    opacity: 1;
    width: 3em;
    height: 3em;
    outline: none;
    text-align: center;
    line-height: 3em;
    border-radius: 7.5px;
	margin-bottom:6px;
	font-size:14px;
}
.share-btn:hover {
    box-shadow: inset 0 -1.5em 2em rgba(255,255,255,0.1),inset 0 0 3.5em rgba(0,0,0,0.33);
}
.share-btn:active {

outline: none;
}
.share-btn.twitter { background: #00a9f1; }
.share-btn.google-plus { background: #DC4E41; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }

.social_bar {
	position:fixed;
	top:250px;
	z-index: 99;
	transition: all 0.4s;
	left: -50px;
}

.social_bar.social_bar_show {
	left:8px;
}

.call_button {
    display: none;
    width: 100%;
    left: 0px;
    height: 80px;
    position: fixed;
    bottom: -20px;
    border-top: 2px solid #2DC62D;
    background: #090 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA2NzAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat scroll center 2px / 58px 58px;
    text-decoration: none;
    box-shadow: 0px 0px 5px #888;
    z-index: 9999;
}

@media only screen and (max-width: 1278px) {

.call_d_rop_down {
	width:100%;
}

  .container {
    width: 992px;
  }

  .header_right_top {
    float: right;
    width: 83%;
  }

  .header_right {
    float: right;
    width: 75%;
  }

  .main_menu ul li {
    margin-right: 8px;
  }

  .main_menu ul li a {
    font-size: 14px;
  }

  .main_menu ul li::after {
    height: 11px;
    top: 3px;
    right: -7px;
  }

 .slider {
    width: 74.5%;
  }

  .phone_col1 {
    width: 20%;
  }

  .phone_col2 {
    width: 76%;
  }

  .call_d_rop_down {
    width: 60%;
  }

  .slide_caption {
    left: 10px;
    top: 10px;
  }

  .slide_cap3 {
    font-size: 20.9px;
  }

  .banner_txt {
    font-size: 20px;
  }

  .slide_cap2 {
    margin-top: 3px;
  }

  .banner_form {
	width: 25%;
	min-height: 0px;
	margin-left: 0.5%;
  }
  
  .banner_form_heading, .banner_form_heading span {
		font-size: 14px;
	}

  .banner_form_grp input[type="text"],.banner_form_grp input[type="email"],.banner_form_grp select {
    height: 28px;
    line-height: 28px;
  }

  .banner_form_btn .btn span {
    padding: 0 7px;
  }

  .banner_form_btn .btn {
    font-size: 15px;
  }

  .review_area {
   
  }

  .counter_area {
    width: 50%;
  }

  .feedback_area {
    width: 21%;
  }

  .chart,.top_chart {
    width: 134px;
  }

  .review_cname {
    margin-top: 10px;
    margin-left: 0;
  }

  .package_bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pkg_box {
    width: 31.9%;
  }

  .pkg_btns {
    padding: 0 3px;
    margin-top: 26px;
  }

  .pkg_btns a {
    margin-right: 24px;
    padding: 8.3px 8px;
  }

  .pkg_box.first {
    margin-left: 10px;
  }

  .pkg_list {
    min-height: 264px;
  }

  .pkg_name {
    margin-left: 82px;
  }

  .portfolio_box {
    margin-right: 21px!important;
  }

  .portfolio_box a {
    color: #00a0e5;
    text-decoration: none;
  }

  .service_box {
    width: 29%;
  }

  .icon_box {
    width: 29%;
  }

  .capabilities_area .counter_area {
    margin-left: 0;
    width: 100%;
  }

  .capabilities_area .counter_box {
    margin-right: 13%;
  }

  .footer_col1 {
    margin-left: 0;
    width: 25%;
  }

  .footer_col1 br {
    display: none;
  }

  .footer_col1 img {
    max-width: 100%;
  }

  .footer_col2 {
    margin-left: 5%;
  }

  .footer_col3 {
    margin-left: 8%;
  }

  .footer_col1::after {
    right: -23px;
  }
  
 .deal_cols {
   width: 100%;
 }
 
 .deal_col1 {
    width: 45%;
}

.deal_col2 {
    width: 46%;
}

.deal_bottom {
	width: 100%;
	clear: both;
	float: left;
	text-align: center;
  }
  
  .best_price {
    float: none;
	display:inline-block;
    margin-right: 95px;
	vertical-align:top;
  }
  
  .deal_ordernow {
    float: none;
	display:inline-block;
	vertical-align:top;
  }
  
}

@media only screen and (max-width: 992px) {
.slider {
		width:100%;
	}
	
	.banner_form {
		width:100%;
		margin-left:0;
	}

  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .header_left {
    width: 100%;
    text-align: center;
  }

  .header_right {
    width: 100%;
    margin-top: 10px;
  }

  .header_right_top {
    width: 100%;
    text-align: center;
  }

  .main_menu {
    text-align: center;
  }

  .main_menu ul li {
    float: none;
    display: inline-block;
  }


  .phone_col2 {
    width: 79%;
  }

  .phone_col1 {
    margin-right: 1%;
  }

  .call_d_rop_down {
    width: 88.1%;
    margin-right: .7%;
  }

  .banner_form_btn {
    width: 11%;
  }

  .banner_form_btn .btn {
    font-size: 17px;
  }

  .banner_form_btn .btn span {
    padding: 7px 13px;
  }

  .review_area, .original_area, .deal_head_area {
    width: 100%;
  }

  .counter_area {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .feedback_area {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .counter_box {
    margin-right: 10%;
    float: none;
    display: inline-block;
  }

  .pkg_box {
    width: 100%;
  }

  .pkg_box.first {
    margin-left: 0;
  }

  .pkg_btns {
    padding: 0 21px;
  }

  .pkg_btns a {
    margin-right: 28px;
    padding: 8px 16px;
  }

  .pkg_list {
    min-height: 0;
  }

  .porfolio_left {
    width: 100%;
  }

  .portfolio_boxs {
    text-align: center;
  }

  .portfolio_box {
    margin-right: 0!important;
    display: inline-block;
    float: none;
  }

  .porfolio_right {
    width: 100%;
  }

  .service_box {
    margin: 0 2%;
    width: 26%;
  }

  .icons_box_container {
    padding-left: 0;
    padding-right: 0;
  }

  .icon_box {
    width: 100%;
  }

  .icon_box:after {
    display: none;
    margin-right: 0!important;
  }

  .capabilities_area .counter_area {
    text-align: center;
  }

  .capabilities_area .counter_box {
    margin-right: 9%;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }

  .footer_col1,.footer_col2,.footer_col3,.footer_col4 {
    width: 100%;
    margin-left: 0!important;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    float: left!important;
  }

  .footer_col1::after,.footer_col2:after {
    display: none;
  }

  .footer_col4 {
    padding-top: 15px;
    border-bottom: 0!important;
  }
}

@media only screen and (max-width: 603px) {
	.call_button {
    display: block;
}
	.header {
		position:static;
		border:0;
		padding-top:5px;
	}
	.header_left {
    width: 100%;
    text-align: center;
}

.header_right {
    width: 100%;
    margin-top: 10px;
}

.pkg_box {
    width: 100%;

}

.pkg_box.first {
    margin-left: 0px;
}

	.wrap {
		padding-top:0;
	}
	
	.logo {
		margin-top:0;
	}
	
  .header_skype,.header_call_us,.header_login {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
	display:none;
  }

  .call_d_rop_down {
    width: 100%;
    margin-right: 0;
  }

  .banner_form_btn {
    width: 100%;
    margin-top: 10px;
  }

  ul.tabs li {
    width: 100%;
    margin-right: 0;
  }

  .service_box {
    width: 100%;
    margin: 0 0 20px;
  }

  .counter_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .slide_cap2 {
    font-size: 12.5vw;
  }

  .slide_cap3 {
    font-size: 3vw;
    margin-top: 10px;
  }

  .banner_txt {
    position: static;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  
  .main_menu {
	width:auto;
	display:none;
  }
  
  .menu_toggle {
    display: inline-block;
	float:left;
  }

  .main_menu ul {
    display: none;
	width:100%;
  }

  .main_menu ul li {
    width: 100%;
    background: #45BBF1;
    border-bottom: 1px solid #FFF;
    padding: 10px;
  }

  .main_menu ul li:after {
    display: none;
  }

  .main_menu ul li a {
    color: #FFF;
  }

  .main_menu ul li:hover a {
    color: #FFF;
  }
  
  .slider, .banner_form, .review_area, .counter_area, .feedback_area, .portfolio_area, .row1, .row2, .heading3, .capabilities_area, .package_bg, .footer, .original_area, .deal_head_area, .pkg_seal {
	display:none;
	}
  
  .mob_h1 {
	display:block;
	margin-bottom:20px;
  }
  
  .mobile_packages {
	display:block;
  }
  
  .mobile_menu {
	display:block;
  }
  
	.pkg_btn {
		position: static;
		padding-left: 0px;
		width: 100%;
	}
  
  .pkg_btn .btn {
	display: block;
	text-align: center;
	font-size: 20px;
	border:1px solid #f60a5c;
  }
  
  .red_pkg .pkg_btn .btn {
	border:1px solid #f60a5c;
  }
  
  .red_pkg .pkg_btn .btn span {
	background:#f60a5c !important;
  }
  
  .red_pkg .pkg_btn .btn:hover span {
	background:#000000 !important;
  }
  
  .pkg_btn .btn span {
    padding: 12px 13px;
	background:#f60a5c;
	}
	
	
	.pkg_green .pkg_btn .btn {
		border:1px solid #22b14c;
	}
  
	.pkg_green .pkg_btn .btn span {
		background:#22b14c;
	}
	
	.pkg_blue .pkg_btn .btn {
		border:1px solid #0475d3;
	}
  
	.pkg_blue .pkg_btn .btn span {
		background:#0475d3;
	}
	
	.pkg_gray .pkg_btn .btn {
		border:1px solid #8e8f90;
	}
  
	.pkg_gray .pkg_btn .btn span {
		background:#8e8f90;
	}
	
	.pkg_lgray .pkg_btn .btn {
		border:1px solid #08c4cf;
	}
  
	.pkg_lgray .pkg_btn .btn span {
		background:#08c4cf;
	}
	
	.pkg_yellow .pkg_btn .btn {
		border:1px solid #f98d06;
	}
  
	.pkg_yellow .pkg_btn .btn span {
		background:#f98d06;
	}
	
	.btn:hover {
	border: 1px solid #000000 !important;
	}

	.btn:hover span {
	background: #000000 !important;
	}
	
	.order_baskit {
	display:none;
  }
	
  
  .pkg_livechat {
	display:none;
  }
  
  .mob_phone {
	display:block;
	width:100%;
	text-align:center;
	float:left;
	margin-top:5px;
  }

.logo img {
	display:none;
  }	
  
  .mobile_logo {
	display:inline-block !important;
  }
  

  
  .cut_price {
	display:none !important;
  }
  
  .pkg_box {
	height:auto !important;
	margin-bottom:10px !important;
	padding-bottom:15px;
  }
  
  .banner_live_chat {
	display:none;
  }
  
  a.tooltip span {
	left:0;
  }
  
  .top_bar {
	display:none;
  }
  
  .slider {
    width: 100%;
  }

  .banner_form {
    width: 100%;
    margin-top: 20px;
  }

  .banner_form_grp input[type="text"],.banner_form_grp input[type="email"],.banner_form_grp select {
    height: 44px;
    line-height: 44px;
  }
  
  .banner_form_btn .btn {
	background:none;
	border: 1px solid #00A3E8;
	padding: 2px;
  }
  
  .banner_form_btn .btn span {
	background: #2EBDFE !important;
  }
  
  .banner_form_btn .btn:hover span {
	background:#000000 !important
  }
  
  .pkg_top_btn {
	display:none;
  }
  
  .deal_col1, .deal_col2 {
	width:100%;
  }
  
  
  .deal_heading {
	padding-right:165px;
	line-height:28px;
  }
  
  .best_price {
	display:none;
  }
  
  .social_bar {
	display:none;
  }
  
/*}

@media only screen and (max-width: 767px) {*/
	
	.header {
		position:static;
		border:0;
		padding-top:5px;
	}
	
	.wrap {
		padding-top:0;
	}
	
	.logo {
		margin-top:0;
	}
	
  .header_skype,.header_call_us,.header_login {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
	display:none;
  }

  .call_d_rop_down {
    width: 100%;
    margin-right: 0;
  }

  .banner_form_btn {
    width: 100%;
    margin-top: 10px;
  }

  ul.tabs li {
    width: 100%;
    margin-right: 0;
  }

  .service_box {
    width: 100%;
    margin: 0 0 20px;
  }

  .counter_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .slide_cap2 {
    font-size: 12.5vw;
  }

  .slide_cap3 {
    font-size: 3vw;
    margin-top: 10px;
  }

  .banner_txt {
    position: static;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  
  .main_menu {
	width:auto;
	display:none;
  }
  
  .menu_toggle {
    display: inline-block;
	float:left;
  }

  .main_menu ul {
    display: none;
	width:100%;
  }

  .main_menu ul li {
    width: 100%;
    background: #45BBF1;
    border-bottom: 1px solid #FFF;
    padding: 10px;
  }

  .main_menu ul li:after {
    display: none;
  }

  .main_menu ul li a {
    color: #FFF;
  }

  .main_menu ul li:hover a {
    color: #FFF;
  }
  
  .slider, .banner_form, .review_area, .counter_area, .feedback_area, .portfolio_area, .row1, .row2, .heading3, .capabilities_area, .package_bg, .footer {
	display:none;
	}
  
  .mob_h1 {
	display:block;
  }
  
  .mobile_packages {
	display:block;
  }
  
  .mobile_menu {
	display:block;
  }
  
	.pkg_btn {
		position: static;
		padding-left: 0px;
		width: 100%;
	}
  
  .pkg_btn .btn {
	display: block;
	text-align: center;
	font-size: 20px;
	border:1px solid #ffc90e;
  }
  
  
  .pkg_btn .btn span {
    padding: 12px 13px;
	background:#ffc90e;
	}
  
  .pkg_livechat {
	display:none;
  }
  
  .mob_phone {
	display:block;
	width:100%;
	text-align:center;
	float:left;
	margin-top:5px;
  }

.logo img {
	display:none;
  }	
  
  .mobile_logo {
	display:inline-block !important;
  }
  

  
  .cut_price {
	display:none !important;
  }
  
  .pkg_box {
	height:auto !important;
	margin-bottom:0 !important;
	padding-bottom:15px;
  }
  
  .banner_live_chat {
	display:none;
  }
  
}

@media only screen and (max-width: 480px) {
  .pkg_icon {
    position: static;
    width: 100%;
    text-align: center;
  }

  .pkg_name {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .pkg_price .r_price {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .pkg_price {
    text-align: center;
  }

  .pkg_price .cut_price {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-top: 15px;
  }

  .pkg_btns a {
    display: block;
    margin-bottom: 5px;
    margin-right: 28px!important;
  }
  
  .best_price {
	width:100%;
  }
  
  .deal_ordernow {
	width:100%;
	margin:20px 0;
  }

  .deal_btn {
	display:inline-block;
  }
	
}


@media only screen and (max-width: 320px) {
	.deal_img {
		display:none;
	}
	
	.deal_heading {
		padding-right:0;
	}
}