@charset "utf-8";
img,
div,
ul,
li,
span,
a {
  behavior: url(iepngfix.htc);
}
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
img,
strong,
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;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
hgroup {
  display: block;
}
ol,
ul {
  list-style: none;
}
p {
  padding-bottom: 22px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Other elements */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 85%;
}
b,
strong,
th {
  font-weight: bold;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin: 20px 0 40px;
  padding: 0;
}
/* Hand cursor on clickable input elements */
label[for],
input[type="button"],
input[type="submit"],
input[type="image"],
button,
input[type="reset"] {
  cursor: pointer;
}

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="reset"],
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
submit,
reset,
radio,
select {
  cursor: pointer;
}
textarea,
input {
  outline: none;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*  Clearfix
------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
}
/* Links
--------------------------------------------- */
a {
  color: #009bc2;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #777777;
  text-decoration: underline;
}
/* General  Styles for ie.radius*/
/*.pagination,*/
#advertis .title,
#branding .title,
#e-commerce .title,
#W-dev .title,
#markting .title,
#y-pages .title {
  behavior: url(PIE/PIE.htc);
  position: relative;
}
/* General  Styles for ie6
--------------------------------------------- */

/*
 background
 *********************************/
/* saf3+, chrome1+ */

body {
  font: 12px Tahoma, Geneva, sans-serif;
  color: #858281;
  min-width: 1000px;
  position: relative;
  background: #e0e1e3;
}
/**********Font face**************/
@font-face {
  font-family: "Conv_CALIBRI";
  src: url("../fonts/CALIBRI.eot");
  src: local("☺"), url("../fonts/CALIBRI.woff") format("woff"),
    url("../fonts/CALIBRI.ttf") format("truetype"),
    url("../fonts/CALIBRI.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*****************************/
.align-center {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#hom-hed {
  height: 72px;
  min-width: 1000px;
  width: 100%;
  background: black;
}
#hom-hed #logo {
  background: url(../images/logo.png) no-repeat 0 0;
  width: 263px;
  height: 168px;
  text-indent: -999em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#hom-hed #logo a {
  width: 263px;
  height: 168px;
  text-indent: -999em;
  display: block;
}
#hom-hed #prime-nav {
  padding: 25px 0 0 291px;
}
#hom-hed #prime-nav ul li {
  display: inline;
  font: 17px Conv_CALIBRI;
  text-transform: uppercase;
  padding: 0 2px;
}
#hom-hed #prime-nav ul li a {
  color: #ababab;
}
#hom-hed #prime-nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

#banner {
  background: url(../images/baner-bg.jpg) repeat-x;
  height: 471px;
  min-width: 1000px;
  border-bottom: 1px solid #707071;
}
#banner .slogan {
  left: 160px;
  top: 180px;
  position: absolute;
  z-index: 2;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  transform: scale(1) translate(0px);
  -webkit-transform: scale(1) translate(0px);
  -moz-transform: scale(1) translate(0px);
  -o-transform: scale(1) translate(0px);
  -ms-transform: scale(1) translate(0px);
}

#banner:hover .slogan {
  transform: scale(0.93) translate(-31px);
  -webkit-transform: scale(0.93) translate(-31px);
  -moz-transform: scale(0.93) translate(-31px);
  -o-transform: scale(0.93) translate(-31px);
  -ms-transform: scale(0.93) translate(-31px);
}

#banner .pencil {
  right: 98px;
  top: 28px;
  position: absolute;
  z-index: 1;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  -ms-transform: translate(0px);
}
#banner:hover .pencil {
  transform: translate(31px);
  -webkit-transform: translate(31px);
  -moz-transform: translate(31px);
  -o-transform: translate(31px);
  -ms-transform: translate(31px);
}

#advertis {
  width: 253px;
  padding: 120px 32px 17px 32px;
}
#branding {
  width: 253px;
  padding: 120px 32px 17px 32px;
}
#e-commerce {
  width: 253px;
  padding: 120px 32px 17px 32px;
}
#W-dev {
  width: 253px;
  padding: 303px 32px 17px 32px;
}
#markting {
  width: 253px;
  padding: 303px 32px 17px 32px;
}
#y-pages {
  width: 253px;
  padding: 303px 32px 17px 32px;
}

#advertis,
#branding,
#e-commerce,
#W-dev,
#markting,
#y-pages {
  min-height: 370px;
  background: url(../images/shade.png) no-repeat right bottom;
  position: relative;
  text-align: center;
  float: left;
}

#advertis .title,
#branding .title,
#e-commerce .title,
#W-dev .title,
#markting .title,
#y-pages .title {
  position: absolute;
  left: 41px;
  width: 235px;
  height: 235px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  z-index: 3;
  line-height: 20px;
  font-weight: bold;
  -moz-border-radius: 117px;
  -webkit-border-radius: 117px;
  border-radius: 117px;
  background: #282526;
}
#advertis .title,
#branding .title,
#e-commerce .title,
#W-dev .title,
#markting .title,
#y-pages .title {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transform: scale(1) translate(0px);
  -webkit-transform: scale(1) translate(0px);
  -moz-transform: scale(1) translate(0px);
  -o-transform: scale(1) translate(0px);
  -ms-transform: scale(1) translate(0px);
}

#advertis:hover .title,
#branding:hover .title,
#e-commerce:hover .title,
#W-dev:hover .title,
#markting:hover .title,
#y-pages:hover .title {
  transform: scale(1.1) translate(0px);
  -webkit-transform: scale(1.1) translate(0px);
  -moz-transform: scale(1.1) translate(0px);
  -o-transform: scale(1.1) translate(0px);
  -ms-transform: scale(1.1) translate(0px);
  background: #dd3339;
}
#advertis .title,
#branding .title,
#e-commerce .title {
  top: -147px;
}
#W-dev .title,
#markting .title,
#y-pages .title {
  top: 41px;
}

#advertis .title .icon,
#branding .title .icon,
#e-commerce .title .icon,
#W-dev .title .icon,
#markting .title .icon,
#y-pages .title .icon {
  padding: 52px 0 0 0;
}

/*******************/
footer {
  background: #d8d9db;
  height: 173px;
  min-width: 1000px;
  border-top: 3px solid #a6a7a7;
}
footer .align-center {
  padding-top: 38px;
}
footer .ad-logo {
  padding: 0 34px 0 36px;
  float: left;
}
footer .PO {
  float: left;
  width: 186px;
  padding: 12px 20px 0 0;
}
footer .info {
  float: left;
  width: 284px;
  padding: 12px 20px 0 0;
}
footer a {
  color: #535352;
}

/* Responsive */
@media (max-width: 1920px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 991px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body {
    min-width: unset;
  }
  #hom-hed {
    min-width: unset;
    width: 100%;
  }
  #hom-hed #logo {
    width: 200px;
    height: 128px;
    background-size: 100%;
  }
  #hom-hed #logo a {
    width: 200px;
    height: 128px;
  }
  #hom-hed #prime-nav {
    padding: 25px 0 0 225px;
  }
  #hom-hed #prime-nav ul li {
    font: 14px Conv_CALIBRI;
  }
  #banner {
    height: 350px;
    min-width: unset;
    overflow: hidden;
  }
  .align-center {
    width: 100%;
  }
  #banner .slogan {
    left: 50px;
    top: 100px;
    max-width: 250px;
  }
  #banner .slogan img {
    max-width: 100%;
  }
  #banner .pencil {
    right: 20px;
    top: 20px;
    max-width: 250px;
  }
  #banner .pencil img {
    width: 100%;
  }
  #advertis,
  #branding,
  #e-commerce,
  #W-dev,
  #markting,
  #y-pages {
    float: left;
    width: 33.333%;
    background-image: unset;
  }
  #advertis .title,
  #branding .title,
  #e-commerce .title,
  #W-dev .title,
  #markting .title,
  #y-pages .title {
    width: 200px;
    height: 200px;
    font-size: 14px;
  }
  #advertis .title,
  #branding .title,
  #e-commerce .title {
    top: -100px;
  }
  #advertis .title .icon,
  #branding .title .icon,
  #e-commerce .title .icon,
  #W-dev .title .icon,
  #markting .title .icon,
  #y-pages .title .icon {
    padding: 25px 0 0 0;
  }
  footer {
    position: relative;
    height: unset;
    min-width: unset;
  }
  footer::after {
    display: block;
    clear: both;
    content: "";
  }
  footer .align-center {
    position: relative;
    padding: 20px 0;
  }
  footer .align-center::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (max-width: 767px) {
  #hom-hed {
    height: unset;
    background: #ffffff;
  }
  #hom-hed #logo {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 150px;
    height: 96px;
    margin: 0 auto;
  }
  #hom-hed #logo a {
    width: 150px;
    height: 96px;
  }
  #hom-hed #prime-nav {
    padding: 20px 20px 20px;
    background-color: #000000;
    text-align: center;
  }
  #banner {
    height: unset;
    padding: 25px 20px 25px;
  }
  #banner .slogan {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    max-width: 200px;
    margin: 0 auto;
    transform: unset;
  }
  #banner .pencil {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    max-width: 200px;
    margin: 0 auto;
    transform: unset;
  }
  #advertis .title,
  #branding .title,
  #e-commerce .title,
  #W-dev .title,
  #markting .title,
  #y-pages .title {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 125px;
    height: 125px;
    margin: 0 auto 20px;
  }
  #advertis .title .icon,
  #branding .title .icon,
  #e-commerce .title .icon,
  #W-dev .title .icon,
  #markting .title .icon,
  #y-pages .title .icon {
    padding: 15px 0 0 0;
  }
  #advertis .title .icon img,
  #branding .title .icon img,
  #e-commerce .title .icon img,
  #W-dev .title .icon img,
  #markting .title .icon img,
  #y-pages .title .icon img {
    width: 40px;
  }
  #advertis,
  #branding,
  #e-commerce,
  #W-dev,
  #markting,
  #y-pages {
    float: none;
    width: 100%;
    padding: 20px 20px 10px;
    min-height: unset;
  }
  footer .align-center {
    padding: 20px 15px;
  }
  footer .ad-logo {
    float: none;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
  }
  footer .PO,
  footer .info {
    float: none;
    width: unset;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
  }
}

@media (max-width: 650px) {
}

@media (max-width: 576px) {
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
