/* Webfont: BubbleboddyNeue-Thin */
@font-face {
    font-family: 'BubbleboddyNeueThin';
    src: url('../fonts/bubblebody/BubbleboddyNeue-Thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bubblebody/BubbleboddyNeue-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bubblebody/BubbleboddyNeue-Thin.woff') format('woff'), /* Modern Browsers */
         url('../fonts/bubblebody/BubbleboddyNeue-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bubblebody/BubbleboddyNeue-Thin.svg#BubbleboddyNeue-Thin') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: BubbleboddyNeue-Light */
@font-face {
    font-family: 'BubbleboddyNeueLight';
    src: url('../fonts/bubblebody/BubbleboddyNeue-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bubblebody/BubbleboddyNeue-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bubblebody/BubbleboddyNeue-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/bubblebody/BubbleboddyNeue-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bubblebody/BubbleboddyNeue-Light.svg#BubbleboddyNeue-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}




/*CSS Document */
 input[type="file"]::-webkit-file-upload-button {
    cursor:pointer;
}
 input[type="file"]::-moz-file-upload-button {
    cursor:pointer;
}
 input[type="file"]::-ms-file-upload-button {
    cursor:pointer;
}
 input[type="file"]::-o-file-upload-button {
    cursor:pointer;
}
 input[type="file"] {
    cursor:pointer;
}

html {
	height: 100%;
}

html body {
  font-family: "Open Sans",sans-serif; 
  margin: 0;
  overflow-x: hidden;
  position: relative;
  min-width: 320px !important;
}
 *::-moz-selection {
    color: #fff;
    background:#000;
}
 *::-webkit-selection {
    color: #fff;
    background:#000;
}
 *::-webkit-input-placeholder {
     color: #333333;
    opacity:1;
}
 *:-moz-placeholder {
     color: #333333;
    opacity:1;
}
 *::-moz-placeholder {
     color: #333333;
    opacity:1;
}
 *:-ms-input-placeholder {
     color: #333333;
    opacity:1;
}
 a,div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
 a, span,div a:hover, div a:active, button {
    text-decoration: none;
}
 *::after, *::before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
 body ul {
    margin:0;
    padding:0;
}
 a {
    outline: none;
    color:#555;
}
 a:hover {
    color:#000;
}
 body .clearfix, body .clear {
    clear:both;
    line-height:100%;
}
 body .clearfix{
    height:auto;
}
 *{
    outline:none!important;
}
 table {
    border-collapse: collapse;
    border-spacing: 0;
}
 .clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {
    clear:both;
    display:block;
    content:"";
}
 div input, div select, div textarea, div button, a, button, ul, ul li, ol, li {
     font-family:'Open Sans', sans-serif;
     list-style:none;
}
body p {
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 15px;
}
 body h1, body h2, body h3, body h4, body h5, body h6{
     font-family: 'Open Sans', sans-serif;
     line-height:120%;
     color:#333;
     font-weight: bold;
     margin:0 0 15px;
}
 body h1 {
     font-size: 24px;
}
 body h2 {
     font-size: 22px;
}
 body h3 {
     font-size: 18px;
}
 body h4 {
     font-size: 16px;
}
 body h5 {
     font-size: 12px;
}
 body h6 {
     font-size: 10px;
}
 body h1:last-child, body h2:last-child, body h3:last-child, body h4:last-child, body h5:last-child, body h6:last-child{
     margin-bottom:0;
}
 input {
     background:none;
     border:0 none;
     outline:none;
}
 table {
    border:0 none;
    border-collapse:collapse;
    border-spacing:0;
}
 * {
    box-sizing: border-box;
}
 td {
     vertical-align:top;
}
 img {
     border:0 none;
     max-width:100%;
}
 a {
     outline:none;
     cursor:pointer;
}
 .left {
     float:left;
}
 .right {
     float:right;
}
 .clear {
     clear:both;
}
 .text_right {
     text-align:right;
}
 .text_left {
     text-align:left;
}
 .text_center {
     text-align:center;
}
 .text_justify {
     text-align:justify;
}
 .clearfix {
    clear:both;
    display:block;
    font-size:inherit;
    height:0;
    line-height:0;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display:block;
}

 header {
 	min-width: 320px !important;
 }

 .margin-top{
    margin-top:30px;
}
 .margin-left{
    margin-left:30px;
}
 .margin-right{
    margin-right:30px;
}
 .margin-bottom{
    margin-bottom:30px;
}
 .padding-top{
    padding-top:20px;
}
 .padding-left{
    padding-left:20px;
}
 .padding-right{
    padding-right:20px;
}
 .padding-bottom{
    padding-bottom:20px;
}
/* For desktop: */
 .row {
     margin-left: -15px;
     margin-right: -15px;
}
 .row::after, .row::before {
     clear: both;
     content: "";
     display: table;
}
 .colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
     float: left;
     padding-left: 15px;
     padding-right: 15px;
     position: relative;
}
 .colamu-1 {
    width: 8.33%;
}
 .colamu-2 {
    width: 16.66%;
}
 .colamu-3 {
    width: 25%;
}
 .colamu-4 {
    width: 33.33%;
}
 .colamu-5 {
    width: 41.66%;
}
 .colamu-6 {
    width: 50%;
}
 .colamu-7 {
    width: 58.33%;
}
 .colamu-8 {
    width: 66.66%;
}
 .colamu-9 {
    width: 75%;
}
 .colamu-10 {
    width: 83.33%;
}
 .colamu-11 {
    width: 91.66%;
}
 .colamu-12 {
    width: 100%;
}
 .box-center {
     clear: both;
     display: table;
     float: none;
     margin: 0 auto;
}
 .border-radius-4 {
    border-radius:4px;
}
 .border-circle {
    border-radius:50%;
}
 .border-solid{
    border:1px solid #000;
}
 .border-dotted{
    border:1px dotted #000
}
 .border-dashed {
    border:1px dashed #000;
}
/*fixed-menu*/
body.fixed header {
  box-shadow: 0 0 4px #404040;
}
/*responsive menu*/
.menu {
  color: #333333;
  cursor: pointer;
  display: none;
  float: left;
  font-family: "Open Sans",sans-serif;
  position: fixed;
  right: 15px;
  top: 20px;
}
.menu .menu-trigger {
  background-color: #c92323;
  float: left;
  height: 40px;
  margin: 0;
  padding: 7px;
  width: 45px;
}
 .menu .line:nth-child(1):after {
     transition: all 0.6s linear 0.1s;
}
.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}
.menu .line {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 4px;
  margin-bottom: 7px;
  width: 30px;
}
 #wrapper {
     background: #FFFFFF;
     position: relative;
     -moz-transition: all 0.5s ease 0s;
	 -webkit-transition: all 0.5s ease 0s;
	 -ms-transition: all 0.5s ease 0s; 
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
     z-index: 99;
     padding-top: 200px;
}
 html body.show-menu {
    overflow: hidden;
}
 nav.menu-act .close-button {
    display:none;
}
.show-menu .header_bottom nav.menu-act ul {
  display: block;
  border-top: 1px solid #ddd;
}
.show-menu nav.menu-act ul li {
  float: left;
  width: 100%;
}
.show-menu nav.menu-act ul li a br {
  display: none;
}
.show-menu nav.menu-act ul li a {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  padding: 15px !important;
  width: 100%;
}
.show-menu nav.menu-act ul li.active a, .show-menu nav.menu-act ul li a:hover {
  color: #fff;
  background-color: #c92323;
}
/*responsive menu -Close*/
/* menu */
.header_bottom .menu-act > ul {
  display: inline-block;
  text-align: center;
  width: 100%;
}
nav.menu-act ul li {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
  vertical-align: middle;
}
nav.menu-act ul li a {
  float: left;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px;
  text-align: left;
}
 nav.menu-act li.active > a, nav.menu-act li:hover > a:hover {
    color: #C92323;
    outline: 0 none;
    text-decoration: none;
}
/* menu - Close */
 @media screen and (max-width:767px) {
     nav.menu-act .close-button, nav.menu-act ul {
        display: none;
    }
     .menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {
        display:block;
    }
}
/*Button */
 a.button, .button, button, form input[type="submit"] {
    background: #DE2112;
    border:0;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    text-decoration: none;
}
 a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {
    background: #181818;
}
/*Button -close*/
/*form -close*/
 form input, form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    height: 55px;
    margin-bottom: 40px;
    padding: 0 15px;
    width: 100%;
}
 form textarea {
    height:150px;
}
/*form -close*/
/* main- Slider */
 .slider,.bx-wrapper,.bx-wrapper .bx-viewport, .slidermain,.slidermain li, .images-slider{
    height:100% !important;
}
 .slidermain li {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 365px;
}
/* main- Slider Close */
#myBtn {
  background-color: #c92323;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 99;
}
#myBtn::after {
  content: "\f062";
  font-family: fontawesome;
}
#myBtn:hover {
  background-color: #000;
}
.container {
     width:100%;
     max-width:1200px;
     padding-left:15px;
     padding-right:15px;
     margin:0 auto;
     position:relative;
     float:none;
}
/************** Header *****************/ 

.transition_5s{
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

header#header {
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header_top {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}
.header_top .header_center {
  display: inline-block;
  margin: 0 auto;
  max-width: 420px;
}
.header_right {
  margin: 7px 0 0 0;
}
body.fixed .header_top {
  padding: 10px 0;
}
.header_top .logo {
  margin: 7px 0;
}
.header_top .logo img {
	width: 366px;
	height: auto;
}
.header_center p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  min-height: 36px;
  text-align: left;
}
.header_button {
  background-color: #fff;
  color: #c92323;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.header_button:hover {
  background-color: #c92323;
  color: #fff;
}
.header_right .call {
  margin: 15px 0 0;
}
.call i {
  color: #fff;
  font-size: 20px;
}
.call p {
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}
 .call a:hover, .call a:hover p, .header_right .phone span a:hover {
  color: #c92323;
}
.header_right .phone {
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
}
.header_right .phone::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 74px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2px;
}
.header_right .phone span {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1;
  text-align: left;
}
.header_right .phone span.phone1 {
  margin-bottom: 10px;
}
.header_right .phone span.phone1 span {
	margin-top: 2px;
}
.header_right .phone span a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.header_bottom {
  background-color: #fff;
  padding: 23px 0;
}
body.fixed .header_bottom {
  padding: 15px 0;
}

/************** Banner *****************/ 
.slim_banner {
  background-image: url("../images/online-invent-web-development.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.slim_banner .container {
  height: 100%;
}
.slim_banner h1 {
  font-size: 28px;
  padding-top: 35px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 0;
  text-shadow: 1px 1px 10px #000000;
}
.slim_banner h2 {
  color: #fff;
  display: table;
  font-family: "BubbleboddyNeueLight";
  font-size: 24px;
  font-weight: lighter;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 10px #000000;
}

.main_banner {
  background-image: url("../images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}
.main_banner .container {
  height: 100%;
}
.main_banner h2 {
  color: #fff;
  display: table;
  font-family: "BubbleboddyNeueLight";
  font-size: 50px;
  font-weight: lighter;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
  width: 100%;
}
.main_banner h2 span.main {
  color: #fff;
  display: inline-block;
}
.main_banner h2 span.mid {
  color: #f0c15c;
  display: inline-block;
  font-weight: 700;
}
.next_section {
    bottom: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 38px;
    height: 30px;
}
.next_section a {
    color: #fff;
    font-size: 60px;
    float: left;
    height: 30px;
    width: 38px;
    overflow: hidden;
}
.next_section a i {
    float: left;
    line-height: 30px;
}
.next_section a:hover {
  color: #c92323;
}

#responsive_section .responsive_box {
  display: inline-block;
  margin : 0 auto;
  text-align: center;
  width: 100%;
}
#responsive_section li {
  background-color: #f5f5f5;
  border: 1px solid #c5c5c5;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  height: 220px;
  margin: 0 6px;
  max-width: 220px;
  padding: 145px 15px 15px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  width: 100%;
}
#responsive_section li:first-child {
  margin-left: 0;
}
#responsive_section li:last-child {
  margin-right: 0;
}
#responsive_section li::after {
  background-image: url("../images/sprite.png");
  background-position: center 0;
  background-repeat: no-repeat;
  content: "";
  height: 75px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 40px;
  width: 110px;
}
#responsive_section li.icon2::after {
  background-position: center -210px;
}
#responsive_section li.icon3::after {
  background-position: center -420px;
}
#responsive_section li.icon4::after {
  background-position: center -630px;
}
#responsive_section li.icon5::after {
  background-position: center -840px;
}
.responsive_box .owl-nav.disabled {
  display: none;
}
#responsive_section li:hover::after {
  background-position: center -105px;
}
#responsive_section li.icon2:hover::after {
  background-position: center -315px;
}
#responsive_section li.icon3:hover::after {
  background-position: center -525px;
}
#responsive_section li.icon4:hover::after {
  background-position: center -735px;
}
#responsive_section li.icon5:hover::after {
  background-position: center -945px;
}
#responsive_section li:hover{
	color: #c92323;
	border-color: #c92323;
}
#responsive_section p {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: 33px;
  text-align: center;
}

.footer-wrap {
  background: #141414 none repeat scroll 0 0;
  color: #fff;
  float: left;
  margin-top: -5px;
  padding: 65px 0;
  width: 100%;
}
.footer-part {
  float: left;
  width: 32.33%;
}
.footer-part:nth-child(2) {
  width: 35.33%;
}
.footer-heading h2 {
  color: #fff;
  font-size: 26px;
}
.call-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.footer-heading {
  margin-bottom: 30px;
}
.footer-part p {
  color: #b6b6b6;
  font-size: 15px;
  line-height: 150%;
}
.contact-info > p > a {
  color: #ffffff;
  display: table;
  text-decoration: underline;
}
.contact-info > p > a:hover{
	color: #c92323;
}
.contact-info span {
	display: inline;
}
.contact-info p span {
	display: inline;
}
.contact-info > p > span > a {
  color: #ffffff;
  display: table;
  text-decoration: underline;
}
.contact-info > p > span > a:hover{
	color: #c92323;
}
.contact-info > p > span > a.title {
	color: #ffffff;
	text-decoration: none;
}
.contact-info > p > span > a.title:hover {
	color: #c92323;
	text-decoration: underline;
}
.time-part > p {
  margin-bottom: 0;
}
.contact-num > p a {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.contact-num > p a:hover {
  color: #c92323;
}
.social-part .footer-heading {
  margin-bottom: 20px;
}
.social-part > ul > li {
  display: inline-block;
  margin-right: 10px;
}
.social-part > ul > li:last-child{
	margin-right: 0;
}
.social-part > ul > li a {
  background-color: #777777;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.social-part > ul > li a:hover{
	background-color: #c92323;
}
.map-section {
  display: inline-block;
  width: 100%;
}
.section-gap {
  border-bottom: 1px solid #c5c5c5;
  clear: both;
  padding: 90px 0;
}
.section-gap-2 {
  border-bottom: 1px solid #c5c5c5;
  clear: both;
  padding: 30px 0;
}
.main-title {
  margin-bottom: 30px;
}
.main-title > h2 {
  color: #c92323;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.about-content p {
  line-height: 180%;
  text-align: center;
}
.box-top {
  max-width: 1150px;
  width: 100%;
}
.about-inner-box {
  background-color: #efefef;
  margin: 30px auto 50px;
  padding: 50px 0;
  text-align: center;
}
.about-inner-box > h3, .about-inner-box > h3 a {
  color: #c92323;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.about-inner-box > h3 a:hover{
	color: #000;
}
.about-inner-box > h3 > span.about-heading {
	display: inline;
}
.about-inner-box > h3 > span.about-heading-2 {
	display: inline;
}
.about-inner-box > p > span {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}
.about-inner-box > p > span.about-address {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.about-inner-box > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.about-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
}
body .btn {
  background-color: #c92323;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 26px;
  padding: 10px 20px;
}
body .btn:hover {
	color: #C92323;
	background-color: #fff;
	border: 1px solid #C92323;
}
.about-btn .btn {
  font-weight: bold;
  margin: auto 10px;
}
.tabcontent {
	display: none;
}
.tab {
  border-bottom: 6px solid #c92323;
  display: inline-block;
  width: 100%;
}
.tab > button {
  background-color: #959595;
  float: left;
  font-family: "BubbleboddyNeueLight";
  font-size: 28px;
  height: 60px;
  letter-spacing: 1px;
  line-height: 60px;
  margin-right: 2%;
  vertical-align: top;
  width: 23.5%;
}
.tab > button:last-child{
	margin-right: 0;
}
.tab button.tablinks.active, .tab button.tablinks:hover {
  background-color: #c92323;
  height: 65px;
  margin-bottom: 0;
}
.owl-item {
  float: left;
}
.owl-project .owl-item {
  max-width: 385px;
}
.owl-stage-outer {
  overflow: hidden;
  width:100%;
}
.project-content p {
  color: #252525;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
}
.owl-project {
  margin: 25px 0 0;
  position: relative;
}
.project-img {
  display:block;
  text-align: center;
  width: 100%;
}
.owl-project .project-img {
  border: 2px solid #000;
}
.owl-project .project-img > img {
  width: 100%;
  display: block;
}
.owl-dots.disabled {
  display: none;
}
.owl-nav button {
  background-color: transparent;
  color: #000;
  font-size: 60px;
}
.owl-nav button {
  background-color: transparent;
  bottom: 0;
  color: #252525;
  font-size: 0;
  height: 40px;
  left: -75px;
  line-height: 35px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.owl-nav button:hover {
  color: #C92323;
}
.owl-nav button.owl-next {
  left: auto;
  right: -75px;
}
.owl-nav button span {
  font-size: 0;
}
.owl-nav button span::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 64px;
}
.owl-nav button.owl-next span::before {
  content: "\f105";
}
.project-btn {
  margin-top: 40px;
}
.main-title > p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
}

.main-title > p.padded {
  margin-bottom: 15px;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.owl-packages .our-pro-part {
  border: 2px solid #090909;
  margin-bottom: 10px;
  margin-right: 1px;
  position: relative;
}
.owl-packages .our-pro-part-2 {
  border: 2px solid #090909;
  margin-bottom: 10px;
  margin-right: 1px;
  position: relative;
}
div.our-pro-part-2 div.project-img img {
	width: 100%;
	height: auto;
}
div.project-img.iframe {
	background-color: #000000;
}
div.project-img.iframe iframe {
	width: 282px;
	height: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.our-pro-part-2 div.project-content p.packages_txt {
	text-align: center;
	min-height: 75px;
}
div.our-pro-part-2 div.project-content div.packages-type {
	height: auto;
	min-height: 0;
}
div.our-pro-part-2 div.project-content {
	text-align: center;
}
div.our-pro-part-2 div.project-content div.packages-btn a.btn {
	border: 2px solid #ffffff;
}
div.our-pro-part-2 div.project-content div.packages-btn a.btn:hover {
	border: 2px solid #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 1px #c92424;
    -moz-box-shadow:inset 0px 0px 0px 1px #c92424;
    box-shadow:inset 0px 0px 0px 1px #c92424;
}
.owl-packages .project-content {
  padding: 20px;
}
.owl-packages .project-content > h2 {
  color: #c92323;
  font-size: 24px;
  min-height: 60px;
  text-transform: uppercase;
}
.project-content p.packages_txt {
  color: #000;
  min-height: 100px;
  text-align: left;
}
.project-content p.packages_txt a {
  color: #c92323;
}
.project-content p.packages_txt a:hover {
  color: #000;
}
.project-content > h3 {
  color: #000;
  font-size: 19px;
  min-height: 80px;
}
.project-content .btn {
  display: table-cell;
  font-size: 18px;
  height: 80px;
  padding: 0 15px;
  vertical-align: middle;
  width: 768px;
}
.packages-part .packages-btn a.btn {
    font-weight: 600;
    padding: 0 30px;
}
a.btn {
	text-transform: uppercase;
}
/*
.owl-packages {
  padding: 0 80px;
}
.owl-packages .owl-nav button.owl-prev {
  left: -140px;
}
.owl-packages .owl-nav button.owl-next {
  right: -140px;
}
.owl-packages .owl-nav button.owl-prev span::after {
  color: #252525;
  content: "SEO SERVICES AND ONLINE MARKETING";
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  left: 30px;
  line-height: normal;
  position: absolute;
  text-align: right;
  top: -30px;
  vertical-align: top;
  width: 180px;
}
.owl-packages .owl-nav button.owl-next span::after {
  color: #252525;
  content: "E-COMMERCE AND ONLINE STORE PACKAGES";
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  right: 30px;
  text-align: left;
  top: -25px;
  vertical-align: top;
  width: 190px;

}*/

.error-404-header-text h3 {
  color: #c92323;
  font-family: "Open Sans",sans-serif;
  font-size: 190px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 120%;
  margin: -44px 0 5px;
  text-shadow: 5px 5px 0 rgba(237, 28, 36, 0.2);
}
.section-wrapper-404 h2 {
  font-size: 30px;
}
.section-wrapper-404 p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 19px;
  margin-top: -3px;
}
.section-wrapper-404 {
  padding-bottom: 75px;
  text-align: center;
}
.footer-menu {
  background-color: #292929;
  clear: both;
  float: left;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.footer-menu li {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.footer-menu li::after {
  color: #b6b6b6;
  content: "|";
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.footer-menu li:last-child::after {
  display: none;
}
.footer-menu ul li a {
  color: #b6b6b6;
  font-size: 12px;
  margin: 0 5px;
}
 footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a, .copyright a:hover {
    color:#C92323;
}
.copyright {
  color: #b6b6b6;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.copyright a{
  color: #b6b6b6;
}

/********** Packages Page ***********/
.main_banner.packages_banner {
  background-image: url("../images/packages-banner.png");
}
.main_banner.packages_banner h2 {
  font-size: 28px;
  padding-top: 45px;
}
.packages-part .owl-nav {
  display: none;
}
.packages-part.owl-packages, .home-packages {
  display: inline-block;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.packages-part .our-pro-part, .home-packages .our-pro-part {
  display: inline-block;
  margin-right: 2%;
  text-align: left;
  vertical-align: top;
  width: 31.5%;
}
.packages-part .our-pro-part:last-child, .home-packages .our-pro-part:last-child {
  margin-right: 0;
}
.packages-part .our-pro-part-2, .home-packages .our-pro-part-2 {
  display: inline-block;
  margin-right: 2%;
  text-align: left;
  vertical-align: top;
  width: 48%;
}
.packages-part .our-pro-part-2:last-child, .home-packages .our-pro-part-2:last-child {
  margin-right: 0;
}
.packages-content > h3 {
  margin-bottom: 10px;
}
.packages-detail {
  margin: 50px auto;
}
.italic-content {
  color: #000;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0px;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: italic;
  color: #767676;
}
.big-content {
  color: #000;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.packages-detail .big-content {
  color: #252525;
}
.packages-box {
  border: 2px solid #000;
  display: inline-block;
  margin-bottom: 60px;
  padding: 50px 20px;
  text-align: center;
  width: 100%;
}
.packages-box .seo-items-container {
	display: block;
	float: left;
	width: 107%;
	height: auto;
	padding: 2%;
	margin: 0 auto;
}
.packages-box .seo-items-container .seo-item {
	display: block;
	float: left;
	width: 46%;
	height: 200px;
	text-align: left;
	padding: 2%;
}
/*.packages-box .seo-items-container .seo-item:nth-child(7) {
	float: left;
	display: block;
	width: 46%;
	height: 200px;
	margin-left: 25%;
	text-align: left;
	padding: 2%;
}*/
.packages-box .seo-items-container .seo-item span.seo-item-heading {
	float: left;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.packages-box .seo-items-container .seo-item span {
	display: inline-block;
}
.packages-box .seo-international-items-container {
	display: block;
	float: left;
	width: 107%;
	height: auto;
	padding: 2%;
	margin: 0 auto;
}
.packages-box .seo-international-items-container .seo-item {
	display: block;
	float: left;
	width: 46%;
	height: 200px;
	text-align: left;
	padding: 2%;
}
.packages-box .seo-international-items-container .seo-item:nth-child(3) {
	float: left;
	display: block;
	width: 46%;
	height: auto;
	padding-bottom: 20px;
	margin-left: 25%;
	text-align: left;
	padding: 2%;
}
.packages-box .seo-international-items-container .seo-item span.seo-item-heading {
	float: left;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.packages-box .seo-international-items-container .seo-item span {
	display: inline-block;
}

.packages-box .btn {
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.packages-box .main-title p {
  margin-bottom: 15px;
}
.packages-tab.tab {
  display: table;
  margin: auto;
  max-width: 870px;
  text-align: center;
  width: 100%;
}
.packages-tab.tab > button {
  float: left;
  width: 32%;
}
.packages-part.owl-packages .project-content > h2 {
  min-height: 86px;
}
.packages-part.owl-packages .project-content {
  min-height: 1345px;
  position: relative;
}
.packages-part.owl-packages .our-pro-part-2 .project-content {
  min-height: 845px;
  position: relative;
}
.packages-part .project-content > h3 {
  color: #000;
  font-size: 19px;
  min-height: 50px;
}
.packages-btn > h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  min-height: 100px;
}
.packages-part .packages-btn > h3 {
  min-height: 100%;
}
.packages-box.packages-box-2 {
  margin-bottom: 90px;
}
.box-bottom h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
}
.pack-box-bottom {
  margin-bottom: 25px;
}
.packages-part .packages-btn {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.packages-part.owl-packages .owl-nav button.owl-prev span::after,
.packages-part.owl-packages .owl-nav button.owl-next span::after{
	display: none;
}
.packages-type > h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  min-height: 25px;
}
.packages-project {
  display: block;
  margin-top: 20px;
  width: 100%;
}
.our-pro-part {
  display: block;
  width: 100%;
}
.our-pro-part-2 {
  display: block;
  width: 100%;
}
.owl-project .owl-nav button {
    bottom: auto;
    top: 36%;
}
.project-content {
    margin-top: 10px;
}
.inner_about .about-btn .btn {
  font-weight: 700;
}
.owl-packages .owl-stage-outer {
  height: 100% !important;
  width: 100.5%;
}
.comment-form > p {
  float: left;
  width: 49%;
}
.packages-responsive {
  display: none;
}

.project-img video {
	width: 100%;
	height: auto;
}

/**************** SEO PAGE **************************/

.main_banner.seo_banner {
  background-image: url("../images/seo-banner.png");
}
.main_banner.seo_banner h1 {
  font-size: 28px;
  padding-top: 25px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 0;
}
.main_banner.seo_banner h2 {
  font-size: 28px;
  padding-top: 15px;
}
.owl-packages .seo-content {
  padding: 20px;
}
.owl-packages .seo-content > h2 {
  color: #c92323;
  font-size: 24px;
  min-height: 60px;
  text-transform: uppercase;
}
.seo-content p.packages_txt {
  color: #000;
  min-height: 100px;
  text-align: left;
}
.seo-content p.packages_txt a {
  color: #c92323;
}
.seo-content p.packages_txt a:hover {
  color: #000;
}
.seo-content > h3 {
  color: #000;
  font-size: 19px;
  min-height: 80px;
}
.seo-content .btn {
  display: table-cell;
  font-size: 18px;
  height: 80px;
  padding: 0 15px;
  vertical-align: middle;
  width: 768px;
}
.seo-content p {
  color: #252525;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
}
.packages-part.owl-packages .seo-content > h2 {
  min-height: 86px;
}
.packages-part.owl-packages .seo-content {
  min-height: 1045px;
  position: relative;
}
.packages-part .seo-content > h3 {
  color: #000;
  font-size: 19px;
  min-height: 50px;
}
.seo-content {
    margin-top: 10px;
}

/******************** Portfolio *********************/

.portfolio_banner {
  background-color:#A50100;
  background-image: url("../images/portfolio_banner.jpg");
  background-size: auto auto;
  height: 340px;
  overflow: hidden;
}
.portfolio_banner h2 {
  bottom: 0;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 39px;
  font-weight: 800;
  height: 50px;
  letter-spacing: 0;
  margin: auto !important;
  padding-top: 0;
  position: absolute;
  text-transform: uppercase;
  top: 36px;
  right:31px;
}
.portfolio-section .tab {
  border: medium none;
}
.portfolio-section .tab > button {
  background-color: #fff;
  border: 1px solid #6f6f6f;
  color: #5f5f5f;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  margin-right: 1%;
  width: 19%;
}
.portfolio-section .tab > button.active, .portfolio-section .tab > button:hover {
  background-color: transparent;
  border-color: #a50101;
  color: #a50101;
  height: 60px;
}
.portfolio-box {
  margin-top: 60px;
  text-align: center;
}
.portfolio-box h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio-box h2.Project-title {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
}
.portfolio-box > p {
  font-size: 20px;
  line-height: 180%;
}
.portfolio-space {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.laptop_section {
  margin-bottom: 30px;
}
.portfolio-section .our-pro-part {
  margin: 2px;
  width: auto;
}
.portfolio-section .owl-nav button {
  bottom: 20px !important;
  top: -57px !important;
}
.laptop_section .laptop, .laptop_section .mobile, .laptop_section .tablet {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
}
.laptop_section .laptop::before, .laptop_section .mobile::before, .laptop_section .tablet::before {
  background-position: center top;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.laptop_section .laptop {
  height: 381px;
  margin-bottom: 54px;
  margin-top: 27px;
  max-width: 610px;
  width: 100%;
}
.laptop_section .laptop::before {
  background-image: url("../images/laptop.png");
  height: 463px;
  left: -95px;
  top: 26px;
  width: 800px;
}
.laptop_section .mobile {
  height: 427px;
  margin-right: 50px;
  max-width: 207px;
  vertical-align: bottom;
  width: 100%;
}
.laptop_section .mobile::before {
  background-image: url("../images/mobile.png");
  bottom: auto;
  height: 487px;
  left: -20px;
  top: -37px;
  width: 252px;
}
.laptop_section .tablet {
  height: 443px;
  margin-bottom: 48px;
  margin-left: 50px;
  margin-top: 70px;
  max-width: 342px;
  width: 100%;
}
.laptop_section .tablet::before {
  background-image: url("../images/tablet.png");
  bottom: auto;
  height: 590px;
  left: -49px;
  top: -68px;
  width: 451px;
}
.laptop_scroll, .table_scroll, .mobile_scroll {
  display: block !important;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.laptop_section div.Top, .laptop_section .bottom{
  background-color: #000;
  border-radius: 50px;
  cursor: pointer;
  height: 35px;
  left: 0;
  line-height: 35px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 35px;
  z-index: 9;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.laptop_section div.Top:hover, .laptop_section .bottom:hover {
  background-color: #C92323;
}

.laptop_section .bottom{
	top: auto;
	bottom: 10px;
}
.laptop_section div.Top::after{
  content: "\f062";
  font-family: fontawesome;
  color: #fff;
}
.laptop_section .bottom::after {
  content: "\f063";
  font-family: fontawesome;
  color: #fff;
}
.mobile_scroll {
  border-radius: 0 0 20px 20px;
  height: 427px;
}
.laptop_section img {
  display: block;
}

/* ************** E COMMERCE PAGE ******************* */

.main_banner.stores_banner {
  background-image: url("../images/online-stores-shops-development-banner.png");
}
.main_banner.stores_banner h1 {
  font-size: 28px;
  padding-top: 25px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 0;
}
.main_banner.stores_banner h2 {
  font-size: 28px;
  padding-top: 15px;
}

/* xxxxxxxxxxxxxxx CUSTOM WEB SOFTWARE PAGE xxxxxxxxxxxxxxxxx */

div.packages-part.owl-packages div.software-option-container {
	display: table;
	width: 96%;
	padding: 2% 2% 2% 2%;
	margin-top: 0px;
	margin-bottom: 65px;
	border: 4px solid #c92424;
	margin: 25px auto 40px auto;
}

div.packages-part.owl-packages div.software-option-container div.software-image {
	display: table-cell;
	width: 25%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}

div.software-option-container div.software-image img {
	width: 90%;
	height: auto;
}

div.packages-part.owl-packages div.software-option-container div.software-information {
	display: table-cell;
	width: 75%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
}

div.software-option-container div.software-information h3 {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 24px;
	color: #c92424;
	text-transform: uppercase;
	margin: 15px 0 25px 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.software-option-container div.software-information p {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.container .lower-text {
	width: 100%;
	padding: 5% 0 5% 0;
	height: auto;
	text-align: center;
}

.container .lower-text p {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}

div.software-option-container div.software-information ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.container.lower-text a.btn {
	margin-top: 25px;
	margin-bottom: 25px;
}

.contact-us-container {
	display: table;
	width: 92%;
	padding: 0 0 0 0;
	margin-left: 4%;
	margin-right: 4%;
	height: auto;
	text-align: center;
	border: 2px solid #ebebeb;
	border-collapse: separate;
    border-spacing: 5px;
}

.container .contact-us-container .contact-content-left {
	display: table-cell;
	width: 50%;
	height: auto;
	text-align: left;
}

.container .contact-us-container .contact-content-right {
	display: table-cell;
	width: 50%;
	height: auto;
	text-align: left;
	background-color: #ebebeb;
	vertical-align: top;
}

.contact-content-right .contact-content-items {
	display: block;
	margin: 0 0 0 0;
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-top: 30px;
	height: auto;
	text-align: left;
}

.contact-content-items h2 {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 8px;
}

.contact-content-items h3 {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 20px;
}

.contact-content-items span.address {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 95%;
	height: auto;
	text-align: left;
	font-size: 18px;
	color: #000000;
	padding-left: 5%;
	font-weight: normal;
	margin-bottom: 20px;
	background-image: url('../images/icon-location.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 25px 25px;
}

.contact-content-items span.telephone {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 95%;
	height: auto;
	text-align: left;
	font-size: 18px;
	color: #000000;
	padding-left: 5%;
	font-weight: normal;
	margin-bottom: 20px;
	background-image: url('../images/icon-phone.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 25px 25px;
}

.contact-content-items span.appointments {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 95%;
	height: auto;
	text-align: left;
	font-size: 18px;
	color: #000000;
	padding-left: 5%;
	font-weight: normal;
	margin-bottom: 20px;
	background-image: url('../images/icon-calendar.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 25px 25px;
}

.contact-content-items span.hours {
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 95%;
	height: auto;
	text-align: left;
	font-size: 18px;
	color: #000000;
	padding-left: 5%;
	font-weight: normal;
	background-image: url('../images/icon-clock.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 25px 25px;
}

.contact-content-items span span {
	float: left;
	display: block;
	width: 95%;
	height: auto;
	padding: 0px 0px 5px 5%;
}

.contact-content-items span span span {
	float: none;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
}

.contact-content-items table tr td {
	padding: 4px;
}

.container .lower-text-border {
	display: block;
	margin: 0 auto;
	width: 92%;
	padding: 2% 2% 2% 2%;
	height: auto;
	text-align: center;
	border: 3px solid #000000;
}

.container .lower-text-border p {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}

div.container.lower-text-border a.btn {
	margin-top: 25px;
	margin-bottom: 25px;
}

.container .location-images-container {
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
}

.location-images-container .location-images {
	display: table;
	margin: 0 auto;
	width: 93%;
	height: auto;
	overflow: auto;
}

.location-images-container .location-images .location-image {
	display: table-cell;
	width: 33%;
	height: auto;
	padding-left: 1.5%;
	padding-right: 1.5%;
	border: 2px solid #ebebeb;
	border-spacing: 5px;
	padding-bottom: 20px;
	vertical-align: text-top;
}

.location-images-container .location-images .location-image span.heading {
	display: block;
	float: left;
	width: 100%;
	height: 65px;
	font-size: 24px;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.location-images-container .location-images .location-image span.images {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font-size: 12px;
	text-align: center;
}

.location-images-container .location-images .location-image span.images img {
	width: 100%;
	height: auto;
}

.location-images-container .location-images .location-image span.text {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font-size: 18px;
	text-align: center;
}

/* xxxxxxxxxxxxxxx CUSTOM WEB SOFTWARE PAGE xxxxxxxxxxxxxxxxx */

.main_banner.custom_banner {
  background-image: url("../images/custom-php-mysql-website-development-banner.png");
}
.main_banner.custom_banner h1 {
  font-size: 28px;
  padding-top: 25px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 0;
}
.main_banner.custom_banner h2 {
  font-size: 28px;
  padding-top: 15px;
}

div.packages-part.owl-packages div.print-media-container {
	display: table;
	width: 100%;
	margin: 0 0 0 0;
	border-collapse: separate;
    border-spacing: 20px;
}

div.packages-part.owl-packages div.print-media-container span.print-media-item {
	display: table-cell;
	width: 50%;
	margin-top: 0px;
	border: 4px solid #c92424;
}

div.packages-part.owl-packages div.print-media-container span.print-media-item.print-media-item-single {
	display: block;
	width: 50%;
	margin-top: 0px;
	margin-left: 25%;
	margin-right: 25%;
	border: 4px solid #c92424;
}

div.print-media-container span.print-media-item div.software-image {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;
}

div.print-media-container span.print-media-item div.software-image img {
	width: 90%;
	height: auto;
}

div.print-media-container span.print-media-item div.software-information {
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
}

div.print-media-container span.print-media-item div.software-information h3 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 24px;
	color: #c92424;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.print-media-container span.print-media-item div.software-information p {
	width: 90%;
	height: auto;
	text-align: left;
	font-size: 18px;
	color: #000000;
}

/* *************** Business Cards / Print Media *************** */

.main_banner.print_media_banner {
  background-image: url("../images/business-card-print-media-design-banner.png");
}
.main_banner.print_media_banner h1 {
  font-size: 28px;
  padding-top: 25px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 0;
}
.main_banner.print_media_banner h2 {
  font-size: 28px;
  padding-top: 15px;
}


.displayNone {
	display: none;
}

#hCardFooterDisplayNone {
	display: none;
}

/*


font-family: 'BubbleboddyNeueLight';
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;


*/


