html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  vertical-align: top;
}
textarea:focus,
input:focus {
  outline: 0;
}
.m_vcenter {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.m_no_text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel_wrap {
  width: 100%;
  position: relative;
}
.carousel_items {
  overflow: hidden;
  list-style: none;
  margin: 0px 100px;
  font-size: 0;
  white-space: nowrap;
}
.carousel_items >li {
  width: 25%;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width : 600px) {
  .carousel_items {
    margin: 0px 50px;
  }
  .carousel_items >li {
    width: 100%;
  }
}
.carousel_box {
  font-size: 14px;
  text-align: center;
  position: relative;
  height: 100px;
  margin: 10px;
  border-radius: 2px;
  background: #fff;
}
.carousel_box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  max-width: 80%;
  max-height: 80%;
}
.carousel_prev,
.carousel_next {
  position: absolute;
  width: 25px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background-image: url(../img/carousel_nav.png);
  background-repeat: no-repeat;
  opacity: .5;
  cursor: pointer;
}
.carousel_prev:hover,
.carousel_next:hover {
  opacity: 1;
}
.carousel_prev {
  left: 50px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 600px) {
  .carousel_prev {
    left: 15px;
  }
}
.carousel_next {
  right: 50px;
  background-position: -25px 0px;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 600px) {
  .carousel_next {
    right: 15px;
  }
}
.carousel_dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.carousel_dots >li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  margin-right: 5px;
  cursor: pointer;
}
.carousel_dots >li.active {
  background: #f05c2e;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.overlay.open {
  opacity: 1;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.yellow {
  color: #f1c40f;
}
.orange {
  color: #e67e22;
}
.red {
  color: #e74c3c;
}
.purple {
  color: #9b59b6;
}
.turq {
  color: #1abc9c;
}
.blue {
  color: #3498db;
}
.green {
  color: #2ecc71;
}
.button,
input[type=button],
input[type=reset],
input[type=password] {
  border: none;
  display: inline-block;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #3498db;
  border-radius: 2px;
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=password]:hover {
  background: #2980b9;
}
.button.small,
input[type=button].small,
input[type=reset].small,
input[type=password].small {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.button.green,
input[type=button].green,
input[type=reset].green,
input[type=password].green {
  background: #2ecc71;
}
.button.green:hover,
input[type=button].green:hover,
input[type=reset].green:hover,
input[type=password].green:hover {
  background: #27ae60;
}
textarea {
  padding: 10px;
  border: 1px solid #dadada;
}
.dropdown {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  border: 1px solid #dadada;
}
.textbox {
  border: none;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  border: 1px solid #dadada;
}
.has_icon:after {
  position: absolute;
  display: block;
  content: 'Â»';
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 24px;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999;
}
.loader_container {
  position: fixed;
  top: 50px;
  right: 0px;
  bottom: 0;
  left: 500px;
  background: rgba(255,255,255,0.5);
  display: none;
}
.loader {
  margin: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.ibc {
  font-size: 0;
  white-space: nowrap;
  display: block;
}
.ib {
  display: inline-block;
  overflow: auto;
}
.tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tblcl {
  display: table-cell;
  vertical-align: top;
}
.no_text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
svg path,
svg rect {
  fill: #2980b9;
}
.fixed_width {
  width: 1024px;
  margin: 0 auto;
  height: inherit;
}
@media only screen and (max-width : 1040px) {
  .fixed_width {
    width: 100%;
    padding: 0px 30px;
  }
}
body {
  font-family: 'Open Sans', Arial;
  background-color: #fff;
  font-size: 16px;
}
body {
  overflow-x: hidden;
}
html,
body,
.wrap,
.container {
  height: 100%;
}
.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #981c47;
  color: #fff;
}
.preloader >.fixed_width {
  height: 100%;
  position: relative;
}
.preloader .loading_block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
@media only screen and (max-width : 1040px) {
  .preloader .loading_block {
    left: 30px;
    right: 30px;
    width: auto;
  }
  .preloader .loading_block >img {
    max-width: 500px;
    width: 100%;
  }
}
.preloader .we_are {
  font-size: 24px;
  font-weight: 900;
}
.preloader .to_do {
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  height: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  .preloader .to_do {
    font-size: 16px;
    line-height: 16px;
    height: auto;
  }
}
.header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header.fixed {
  height: 50px;
  background: rgba(0,0,0,0.6);
}
.header.fixed .header_logo {
  height: 50px;
}
.header.fixed .header_logo img {
  height: 30px;
  margin-top: 10px;
}
.header.fixed .mobile_menu_trigger {
  top: 0;
}
@media only screen and (min-width : 601px) {
  .header.fixed .master_nav {
    height: 50px;
  }
  .header.fixed .master_nav >li {
    height: 50px;
  }
  .header.fixed .master_nav >li >a >img {
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header.fixed .master_nav >li >a >div {
    margin-top: 0;
  }
}
@media only screen and (max-width : 1040px) {
  .header .right {
    display: none;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
  }
}
.mobile_menu_trigger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}
.mobile_menu_trigger .lines {
  margin-top: 32px;
  height: 5px;
  width: 30px;
  border-radius: 2px;
  background: #fff;
  margin-left: 10px;
}
.mobile_menu_trigger .lines:after,
.mobile_menu_trigger .lines:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  height: 5px;
  width: 30px;
  border-radius: 2px;
  background: #fff;
}
.mobile_menu_trigger .lines:before {
  top: 22px;
}
@media only screen and (max-width : 1040px) {
  .mobile_menu_trigger {
    display: block;
  }
}
.mobile_menu_close {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
  display: none;
}
.mobile_menu_close:after,
.mobile_menu_close:before {
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 22px;
}
.mobile_menu_close:before {
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width : 1040px) {
  .mobile_menu_close {
    display: block;
  }
}
.header_logo {
  display: block;
  height: 100px;
  background-position: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
}
.header_logo img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 50px;
  margin-top: 25px;
}
.master_nav {
  height: 100px;
  display: table;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.master_nav >li {
  width: 100px;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.master_nav >li.active,
.master_nav >li:hover {
  border-bottom: 2px solid #fff;
}
.master_nav >li >a {
  display: block;
  color: #fff;
  text-align: center;
}
.master_nav >li >a >img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.master_nav >li >a >div {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 5px;
  text-transform: uppercase;
}
.master_nav .mobile_only {
  display: none;
}
@media only screen and (max-width : 600px) {
  .master_nav .mobile_only {
    display: block;
  }
}
@media only screen and (max-width : 1040px) {
  .master_nav {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
  }
  .master_nav >li {
    display: block;
    width: 100%;
    height: 70px;
  }
  .master_nav >li.active,
  .master_nav >li:hover {
    border-bottom: none;
  }
  .master_nav >li >a {
    display: block;
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
  }
  .master_nav >li >a >img {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
  }
  .master_nav >li >a >div {
    display: inline-block;
    margin-top: 0px;
  }
}
@media only screen and (max-width : 1040px) and only screen and (max-width : 1040px) {
  .master_nav {
    display: block;
  }
}
.home_container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../img/back_home.jpg);
  background-size: cover;
}
.home_tagline {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  text-shadow: 0px 0px 15px #000000;
  text-transform: uppercase;
}
@media only screen and (max-width : 1040px) {
  .home_tagline {
    font-size: 48px;
    line-height: 48px;
    padding-right: 30px;
  }
}
@media only screen and (max-width : 600px) {
  .home_tagline {
    font-size: 32px;
    line-height: 32px;
    padding-right: 30px;
  }
}
.home_tagline .bolder {
  font-weight: 900;
}
.home_tagline .bold {
  font-weight: 400;
}
.pages_container {
  position: relative;
  top: 100%;
  z-index: 2;
  height: 100%;
}
.back_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90%;
  position: relative;
  background-attachment: fixed;
  z-index: 3;
}
.back_cover:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: url(../img/dots.png);
}
@media only screen and (max-width : 1040px) {
  .back_cover {
    background-attachment: scroll;
    height: 50%;
  }
}
.cover1 {
  background-image: url(../img/back1.jpg);
}
.cover2 {
  background-image: url(../img/back2.jpg);
}
.outsource_back {
  background-image: url(../img/outsource_back.jpg);
}
.cover3 {
  background-image: url(../img/back3.jpg);
}
.page {
  padding: 100px 0px;
  -moz-box-shadow: 0 0 50px 0 #000000;
  -webkit-box-shadow: 0 0 50px 0 #000000;
  box-shadow: 0 0 50px 0 #000000;
  position: relative;
  z-index: 4;
  background-color: #981c47;
  background-image: url(../img/pattern.jpg);
  margin-top: -30px;
}
.page >.fixed_width {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width : 1040px) {
  .page {
    padding: 50px 0px;
  }
}
.big_title {
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  font-weight: 800;
  letter-spacing: -10px;
  position: absolute;
  color: #fff;
  z-index: 3;
  bottom: 0;
  padding-top: 100px;
}
@media only screen and (max-width : 1040px) {
  .big_title {
    font-size: 120px;
    line-height: 140px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width : 600px) {
  .big_title {
    font-size: 64px;
    line-height: 100px;
    letter-spacing: -3px;
  }
}
.about_content {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.about_content >li {
  width: 50%;
  float: left;
}
.about_content >li:nth-child(1) {
  padding-right: 10px;
}
.about_content >li:nth-child(2) {
  padding-left: 10px;
}
.about_content >li >p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width : 1040px) {
  .about_content >li {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .about_content >li:last-child {
    margin: 0;
  }
}
.threesixty_content {
  display: table;
  margin-top: 50px;
  color: #fff;
}
.threesixty_content >li {
  display: table-cell;
  vertical-align: top;
}
.threesixty_content .threesixty {
  font-size: 150px;
  font-weight: 800;
  line-height: 130px;
  color: #fff;
}
.threesixty_content .digital {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
}
.threesixty_content .threesixty_text {
  padding-left: 20px;
  text-align: justify;
}
@media only screen and (max-width : 1040px) {
  .threesixty_content {
    display: block;
  }
  .threesixty_content >li {
    display: block;
  }
  .threesixty_content .threesixty {
    font-size: 36px;
    float: left;
    line-height: 36px;
  }
  .threesixty_content .digital {
    font-size: 36px;
    float: left;
    line-height: 36px;
  }
  .threesixty_content .threesixty_text {
    padding-left: 0px;
    clear: both;
  }
}
.icon_text {
  color: #fff;
  line-height: 36px;
  font-size: 24px;
}
.icon_text .text {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 300;
}
.service_desc {
  color: #fff;
  margin-top: 10px;
}
.services {
  color: #fff;
}
.services >li {
  width: 50%;
  float: left;
  margin-bottom: 50px;
  display: block;
}
.services >li:nth-child(odd) {
  padding-right: 10px;
  clear: both;
}
.services >li:nth-child(even) {
  padding-left: 10px;
}
@media only screen and (max-width : 1040px) {
  .services >li {
    width: 100%;
    padding: 0 !important;
  }
}
.branding {
  color: #fff;
  display: table;
  width: 100%;
}
.branding >li {
  display: table-cell;
  vertical-align: middle;
}
.branding >li:first-child {
  width: 250px;
}
.branding >li:last-child {
  padding-left: 40px;
  width: auto;
}
@media only screen and (max-width : 1040px) {
  .branding {
    display: block;
  }
  .branding >li {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .branding >li:first-child {
    text-align: center;
  }
  .branding >li:last-child {
    margin-top: 20px;
  }
}
.outsource {
  color: #fff;
  display: table;
  width: 100%;
}
.outsource >li {
  display: table-cell;
  vertical-align: middle;
}
.outsource >li:last-child {
  width: 250px;
}
.outsource >li:first-child {
  padding-right: 40px;
  width: auto;
}
@media only screen and (max-width : 1040px) {
  .outsource {
    display: block;
  }
  .outsource >li {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .outsource >li:last-child {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (min-width : 601px) {
  .animate_elements >li {
    opacity: 0;
    transition: all .5s ease 0s;
  }
  .animate_elements >li:nth-child(2n+1) {
    -webkit-transform: translate3d(-300px,0px,0px);
    transform: translate3d(-300px,0px,0px);
  }
  .animate_elements >li:nth-child(2n) {
    -webkit-transform: translate3d(300px,0px,0px);
    transform: translate3d(300px,0px,0px);
  }
  .animate_elements >li.view {
    opacity: 1;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
  }
}
.contact_desc {
  color: #fff;
  margin-bottom: ;
}
.contact_desc >li.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  opacity: .5;
}
.contact_desc >li.tagline {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}
.contact_desc a {
  color: #fff;
  font-weight: 700;
}
.contact_desc .buttons {
  margin-top: 10px;
}
.contact_desc .buttons >a {
  margin-right: 5px;
  display: inline-block;
}
.contact_desc .buttons >a:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.outsource_content {
  color: #fff;
}
.clients {
  text-align: center;
  background: #fff;
  padding: 40px;
}
.clients >li {
  display: inline-block;
  padding: 20px;
  height: 100px;
}
.clients >li img {
  height: 100%;
}
.contact_details {
  float: left;
  width: 60%;
}
@media only screen and (max-width : 1040px) {
  .contact_details {
    width: 50%;
  }
}
@media only screen and (max-width : 600px) {
  .contact_details {
    width: 100%;
  }
}
.contact_form {
  float: left;
  width: 40%;
  padding-left: 50px;
}
@media only screen and (max-width : 1040px) {
  .contact_form {
    width: 50%;
  }
}
@media only screen and (max-width : 600px) {
  .contact_form {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.contact_form .textbox {
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  background: rgba(255,255,255,0.5);
  margin-bottom: 10px;
  width: 100%;
}
.contact_form .textbox:focus {
  background: #fff;
}
.contact_form .custom_ta {
  height: 100px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(255,255,255,0.5);
}
.contact_form .custom_ta:focus {
  background: #fff;
}
.contact_form .form_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  opacity: .5;
  color: #fff;
  margin-bottom: 10px;
}
.contact_form .button {
  background: transparent;
  border: 1px solid #fff;
  line-height: 38px;
}
.contact_form .button:hover {
  background: #840833;
}
.you_are_awesome {
  margin-bottom: 10px;
  color: #fff;
  display: none;
}