@charset "utf-8";
/* CSS Document */
body {
  max-width: 1920px;
  width: 100%;
  overflow-x: hidden;
  height: auto;
  margin: 0 auto;
  left: 0;
  -webkit-transition: all 10ms ease;
  -moz-transition: all 10ms ease;
  -ms-transition: all 10ms ease;
  -o-transition: all 10ms ease;
  transition: all 10ms ease;
  font-family: 'Josefin Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a, a:hover {
  text-decoration: none;
  color: #000;
}
a, li {
  word-wrap: break-word;
}
ul, li {
  list-style: none;
}
:focus {
  outline: none;
}
.fade .item {
  height: 100%;
}
.home_menu {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
}
.zillion_connect {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 20px;
}
.zillion_connect .socil-links a img {
  width: 30px;
  margin-right: 10px;
}
.zillion_connect .contact_details {
  float: right;
  padding-left: 12.1%;
  margin-right: -35px;
}
.zillion_connect .contact_details h3 {
  color: #fff;
  float: left;
  font-weight: 300;
  margin: 0;
  padding-top: 5px;
}
.zillion_connect .contact_details h3 i {
  margin-right: 10px;
}
.zillion_connect .contact_details a button {
  margin: 0px 0px 0 50px;
  padding: 8px 30px 4px;
  /* line-height: 0; */
  border-radius: 25px;
  font-size: 16px;
  background-color: #11448b;
  text-transform: uppercase;
  color: #fff;
}
.home_menu .navbar-custom {
  background: #00000025;
  background-color: rgba(0, 0, 0, 0.1450980392156863);
  max-width: 1920px;
  margin: 15px auto 0;
  border: none;
}
.home_menu .navbar-header a {
  padding: 0px 0px;
  margin-left: 0px !important;
}
.home_menu .navbar-nav {
  float: right;
  margin: 0 -35px 0 0;
  padding: 36px 0px;
}
.home_menu .navbar-nav > li > a, .dropdown-menu>li>a {
  /*	padding: 10px 20px;*/
  padding: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.3px;
  text-transform: capitalize;
}
.home_menu .nav > li > a:hover, .home_menu .nav > li > a:focus {
      background-color: #1e94c780;
    background: rgba(30, 148, 199, 0.5019607843137255);
  border: none;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.home_menu .navbar-header img {
  width: 140px;
  padding-top: 5px;
  height: auto;
}
.navbar-toggle .icon-bar {
  border: 1px solid #fff;
}
.home-slider {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: -1;
}
.header_contact {
  width: 250px;
  float: right;
  position: relative;
  top: -70px;
}
.header_contact a {
  float: right;
  color: #29bd76;
  text-transform: uppercase;
  text-decoration: underline;
}
.header_contact h2 {
  float: right;
  color: #fff;
}
.enquirenow a span {
  float: right;
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin-right: -120px;
  margin-top: -120px;
  display: none;
  border-radius: 10px 0px 0 10px;
}
.enquirenow a:hover span {
  display: block;
}
.enquirenow {
  width: auto;
  float: right;
  height: auto;
  padding-right: 0px;
  top: 335px;
  right: -120px;
  position: fixed;
  z-index: 9;
}
.enquirenow button i {
  font-style: normal;
  color: #1e87b4;
  font-weight: 600;
}
.enquirenow button {
  float: right;
  margin-bottom: 0;
  width: 300px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /*	border: 0px;*/
  color: #000000a3;
  letter-spacing: 1px;
  border-radius: 10px 10px 0px 0px;
  border: 4px solid #2196c6;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  background-color: #e3e3e3;
  position: relative;
  z-index: 999;
}
.zillionworks {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}
.work_cards {
  height: 435px;
  width: 100%;
  float: left;
  text-align: center;
  background-color: #000;
  padding: 40px 0px;
}
.work_cards img {
  width: 30%;
}
.work_cards h3 {
  width: 100%;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1.2px;
  font-weight: 300;
}
.work_cards hr {
  width: 215px;
  border: 1.5px solid #fff;
}
.work_cards p {
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.work_cards button {
  border-radius: 20px;
  padding: 8px 20px 6px;
  font-size: 18px;
}
.work_cards button:active {
  box-shadow: none;
  border: none;
  outline: none !important;
}
.works_topleft {
  background-color: #091f1a;
}
.works_topcenter {
  background-color: #ec5942;
}
.works_topright {
  background-color: #3960a1;
}
.works_bottomleft {
  background-color: #d68e2d;
}
.works_bottomcenter {
  background-color: #9060a8;
}
.works_bottomright {
  background-color: #90bd43;
}
.zillion_contents {
  width: 100%;
  height: auto;
  float: left;
  background-image: url(../images/zillion_content_banner_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0px;
}
.zillion_contents h2 {
  color: #fff;
  margin: 0;
  font-size: 36px;
  padding: 15px;
}
.content_management {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0px 40px 15px;
  color: #fff;
}
.content_bordertop {
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.content_borderright {
  border-bottom: 1px dashed #fff;
}
.content_borderbottom {
  border-right: 1px dashed #fff;
}
.content_management img {
  width: 35%;
}
.content_management h3 {
  margin: 0;
  padding-top: 20px;
  padding-left: 5px;
  font-size: 18px;
  color: #489537;
  font-weight: 600;
}
.content_management p {
  height: 90px;
  padding-left: 5px;
  padding-top: 20px;
  font-weight: 300;
  font-size: 16px;
}
/* ---------------------- Testimonial ------------------------ */
.zillion_testimonials {
  width: 100%;
  height: auto;
  float: left;
  background-color: #e6eaea;
  padding: 70px 0px 70px;
}
.zillion_testimonials h2 {
  color: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  margin: 0;
}
.zillion_testimonials h2 span {
  color: #333333;
  font-weight: 500;
}
.zillion_testimonials h5 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0 0px 10px;
  text-align: center;
}
.zillion_testimonials .carousel-control.left, .zillion_testimonials .carousel-control.right {
  background-image: none !important;
}
.zillion_testimonials .carousel-inner .item img {
  width: 200px;
  height: 200px;
  float: left;
}
.zillion_testimonials .carousel-indicators {
  bottom: 5px;
  left: 10px;
  width: auto;
  padding: 5px 25px 5px 25px;
  margin-left: 0;
  background: rgba(0,0,0,0.7);
}
.zillion_testimonials .carousel-indicators li {
  border-radius: 0;
  width: 8px;
  height: 8px;
  background: #fff;
}
.zillion_testimonials .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background: #39b3d7;
  border-color: #39b3d7;
}
.zillion_testimonials .carousel-controls {
  float: right;
}
.zillion_testimonials .carousel-control {
  position: relative !important;
  background: transparent;
  color: #fff;
  padding: 4px 0;
  width: 26px !important;
  top: auto;
  left: auto;
  bottom: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.zillion_testimonials .carousel-control :hover {
  padding: 0px;
}
.zillion_testimonials .carousel-control.right {
  right: 10px;
  color: #000;
  background-color: #ccc;
  padding: 9px 7px 2px 5px;
  margin-left: 5px;
}
.zillion_testimonials .carousel-control.left {
  right: 5px;
  color: #000;
  background-color: #ccc;
  padding: 9px 2px 2px 7px;
  margin-right: 5px;
}
.zillion_testimonials .carousel-caption {
  top: auto;
  position: relative !important;
  right: 0 !important;
  bottom: 60px;
  left: 5% !important;
  padding: 20px;
  text-align: left !important;
  height: 200px;
  width: 75%;
}
.zillion_testimonials .carousel-caption h3 {
  color: #2787b6;
  font-size: 69px !important;
  text-shadow: none;
  margin-top: 36px;
}
.zillion_testimonials .carousel-caption p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
}
.zillion_testimonials .carousel-caption h4 {
  color: #000;
  font-size: 18px;
  text-shadow: none;
}
/* ---------------------- Blog ------------------------- */
.zillion_blog {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0px;
  color: #333333;
  background: #fff;
}
.zillion_blog h2, .latest_works h2 {
  color: #333333;
  font-size: 28px;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding-bottom: 50px;
}
.zillion_blog h2 span, .latest_works h2 span {
  color: #333333;
  font-weight: 500;
}
.zillion_blogcont, .blog_img, .blog_date, .blog_content {
  width: 100%;
  height: auto;
  float: left;
  text-transform: capitalize;
}
.zillion_blogcont:hover {
  -webkit-box-shadow: 0px 3px 20px 11px #c1c1c1;
  box-shadow: 0px 3px 20px 11px #c1c1c1;
  position: relative;
  top: -1px;
}

.zillion_blogcont {
  background: linear-gradient(#c8d1d0, #f5f7f7);
  margin: 15px 0;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.blog_img {
  /*  height: 250px;*/
  position: relative;
}
.zillion_blogcont .blog_img img {
  width: 100%;
  height: auto;
}
.blog_date {
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgba(28,151,188,1.00);
  border-bottom-right-radius: 100%;
}
/*
.date_left,.date_center,.date_right {
background: rgba(28,151,188,1.00);
	border-bottom-right-radius: 100%;
}
*/

.blog_date h2 {
  font-size: 28px;
  text-align: left !important;
  padding: 15px 5px 5px 10px !important;
  font-weight: 600;
  color: #fff;
}
.blog_date p {
  font-size: 10px;
  padding: 0 0px 0 10px;
  margin-top: -5px;
  color: #fff;
}
.blog_content {
  padding: 10px 15px 10px 20px;
}
.blog_content h2 {
  font-size: 22px;
  padding-bottom: 10px;
  height: 60px;
  text-align: left;
}
.blog_content h5 {
  width: 50%;
  float: left;
  height: auto;
}
.blog_content h5 i {
  font-size: 16px;
  color: #6f6f6f;
}
.blog_content h5 {
  width: 50%;
  float: left;
  height: auto;
}
.blog_content p {
  float: left;
  padding: 20px 0px;
}
.blog_content a {
  text-decoration: underline;
}
.blog_main_img {
  width: 50%;
  float: left;
  margin: 0 30px 10px 0;
}
.blog_cont_heading {
  margin-top: 0;
  text-decoration: none !important;
}
.blog_cont h1, .blog_cont h2 {
  text-decoration: underline;
  font-weight: 400;
}
/* -----------------------------------------------------------------------------------*/

.page-banner-contact, .page-banner-about, .page-banner-clients, .page-banner-career, .page-banner-blog, .page-banner-websites, .page-banner-logo {
  width: 100%;
  height: 670px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.pagebanner h1 {
  width: 100%;
  padding: 0;
  color: #ffffff;
  font-size: 46px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  margin: 180px 0px 15px;
  letter-spacing: 1px;
  display: inline-block;
}
.pagebanner h1 a {
  color: #ffffff;
}
.zillion_aboutus {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  padding: 60px 0px;
  background-color: #e5e5e5;
}
.about_zillion img {
  width: 25%;
}
.about_zillion h3 {
  font-size: 22px;
}
.zillion_aboutus_cont {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0px;
}
.about_content img {
  width: 100%;
}
.about_content h2 {
  color: #333333;
  font-size: 36px;
  text-align: right;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
}
.about_content h2 span {
  color: #333333;
  font-weight: 500;
}
.about_content h5 {
  font-weight: 400;
  text-align: right;
  font-size: 26px;
  margin: 0;
  padding-bottom: 10px;
}
.about_content p {
  text-align: right;
  font-size: 16px;
  padding-top: 20px;
}
.zillionpage-button a button {
  font-size: 24px;
  color: #333;
  background-color: transparent;
}
.zillionpage-button a button i {
  font-size: 32px;
  color: #333;
  padding-right: 10px;
}
.page-banner-about {
  background-image: url(../images/zillion_about.jpg);
}
.page-banner-clients {
  background-image: url(../images/zillion_banner_clientpage.jpg);
}
.page-banner-websites {
  background-image: url(../images/zillion_web_design_banner.jpg);
}
/* -----------------------  Logo Designs  ----------------------- */
.page-banner-logo {
  background-image: url(../images/zillion_logo_design_banner.jpg);
}
.zillion-logdesign, .logdesign-button, .zillion-branding, .zillion-graphics, .zillion_gallery {
  width: 100%;
  height: auto;
  float: left;
}
.zillion-logdesign {
  margin: 50px 0px;
}
.grid {
  position: relative;
  clear: both;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px 0%;
  /*
  width: 100%;
  height: auto;
*/
  width: 350px;
  height: 260px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #15456a78;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
  filter: alpha(opacity=100 );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.grid figure figcaption {
  padding: 10px 0 0 20px;
  color: #174869;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: alpha(opacity=0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2, .grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-winston {
  text-align: left;
}
figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  background: url(../images/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.45s, transform 0.45s;
  -moz-transition: opacity 0.45s, transform 0.45s;
  -ms-transition: opacity 0.45s, transform 0.45s;
  -o-transition: opacity 0.45s, transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate3d(0, 0, 1, 60deg);
  transform: rotate3d(0, 0, 1, 60deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
figure.effect-winston:hover figcaption::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70 )";
  filter: alpha(opacity= 70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 4% 2% 0;
}
figure.effect-winston a {
  margin: 0 0px;
  color: #eaeaea;
  font-size: 20px;
  letter-spacing: -3px;
}
figure.effect-winston a:hover, figure.effect-winston a:focus {
  color: #fff;
}
figure.effect-winston p a span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0 )";
  filter: alpha(opacity= 0);
  -moz-opacity: 0;
  -khtml-opacity0: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);/*	text-decoration: underline;*/
}
figure.effect-winston p a span::after {
  content: ' ';
}
figure.effect-winston:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 60";
  filter: alpha(opacity= 60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
figure.effect-winston:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover p span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
  filter: alpha(opacity= 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover p span:nth-child(10) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
figure.effect-winston:hover p span:nth-child(9) {
  -webkit-transition-delay: 0.50s;
  transition-delay: 0.50s;
}
figure.effect-winston:hover p a span:nth-child(8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
figure.effect-winston:hover p span:nth-child(7) {
  -webkit-transition-delay: 0.40s;
  transition-delay: 0.40s;
}
figure.effect-winston:hover p span:nth-child(6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.effect-winston:hover p a span:nth-child(5) {
  -webkit-transition-delay: 0.30s;
  transition-delay: 0.30s;
}
figure.effect-winston:hover p span:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
figure.effect-winston:hover p a span:nth-child(3) {
  -webkit-transition-delay: 0.20s;
  transition-delay: 0.20s;
}
figure.effect-winston:hover p span:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-winston:hover p span:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* -----------------------  Webdesign Banner  ----------------------- */
.websesign-banner, .websesign-banner-tabs, .zillion-websites {
  width: 100%;
  height: auto;
  float: left;
}
.websesign-banner {
  background-color: #0a3756;
  text-align: center;
}
.zillion-websites {
  padding-top: 20px;
}
.websesign-active {
  background-color: #489537;
  margin-top: -33px;
}
.websesign-banner-tabs img {
  width: 30%;
  padding-top: 20px;
}
.websesign-active img {
  width: 35% !important;
  padding-top: 30px !important;
}
.websesign-banner-tabs h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #489537;
  margin: 0;
  padding: 15px 0 10px;
}
.websesign-active h4 {
  color: #0a3756 !important;
}
.websesign-banner-tabs p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  padding: 0px 20px 7px;
}
.websesign-active p {
  padding-bottom: 15px !important;
}
.websites-content {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0px;
}
.websites-content .box {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 0px;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  margin-bottom: 30px;
}
.websites-content .box .imgbox {
  position: relative;
}
.websites-content .box .imgbox img {
  width: 100%;
  min-height: 200px;
}
.websites-content .box:hover .imgbox img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50 )";
  filter: alpha(opacity=50 );
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.websites-content .box .content {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 60px 20px 0;
  box-sizing: border-box;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0 )";
  filter: alpha(opacity= 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background-color: #040404ad;
  top: 0;
  width: 100%;
}
.websites-content .box:hover .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
  filter: alpha(opacity= 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.websites-content .box .content h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.websites-content .box .content p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  line-height: 15px;
  padding-bottom: 15px;
}
.websites-content .box .content .btn {
  border: none;
  background: #1d87b3;
  color: #fff;
  font-size: 16px;
  padding: 10px 11px 5px;
  font-weight: 700;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  letter-spacing: .8px;
  border-radius: 2px;
  margin-top: 10px;
}
.websites-content .box .content .btn:hover {
  background: #489537;
}
/* -----------------------  Career  ----------------------- */
.page-banner-career {
  background-image: url(../images/zillion_career_banner.jpg);
}
.zillion_career {
  width: 100%;
  height: auto;
  float: left;
}
.zillion_career {
  padding: 60px 0;
}
.zillion_career .panel-default, .zillion_career .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.career-jobs {
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
  border-top: 2px solid #ccc !important;
  padding: 20px 0px 10px !important;
}
.career-jobs .panel-title {
  font-size: 22px !important;
  text-transform: uppercase;
}
.career-popup {
  width: 100%;
  height: auto;
  float: left;
}
.career-popup .modal-header .close {
  font-size: 48px;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
  filter: alpha(opacity= 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  font-weight: 300;
  margin-top: -30px;
}
.career-popup .modal-dialog {
  margin: 80px auto 0;
}
.career-popup .modal-content {
  background-image: url(../images/zillion_career_popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-position-y: -4px;
  background-position-y: -4px;
  border-radius: 10px;
  box-shadow: none;
  padding: 0px 36px;
  text-align: center;
  color: #fff;
}
.career-popup .modal-header {
  padding: 40px 0px;
  border-bottom: none;
}
.career-popup .modal-header h2 {
  font-size: 32px;
  margin: 0;
}
.career-popup .modal-header h3 {
  font-size: 26px;
  padding-bottom: 5px;
  margin: 0;
}
.career-popup .modal-header h4 {
  font-size: 22px;
  margin: 0;
  padding: 22px 0px 0;
  text-decoration: underline;
}
.career-popup .form-control {
  height: 54px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #ffffffa1;
}
.career-popup .modal-body .btn-info {
  background-color: #cb2021;
  padding: 15px 10px 46px;
  font-size: 26px;
  text-transform: uppercase;
}
.career-popup .modal-body .btn-info:hover {
  background-color: #cb2021;
}
.career-popup .modal-footer {
  border: none;
}
/* -----------------------  Blog  ----------------------- */
.page-banner-blog {
  background-image: url(../images/zillion_blog_banner.jpg);
}
/* -----------------------  Our Team ----------------------- */
.zillion-ourteam {
  width: 100%;
  padding: 50px 0px;
  height: auto;
  float: left;
}
.zillion-ourteam .mb40 {
  margin-bottom: 40px;
}
/*
.zillion-ourteam .team-block {
	margin-bottom: 30px;
}
*/
.zillion-ourteam .team-content {
  position: absolute;
  background-color: rgba(17, 24, 31, 0.8);
  bottom: 0px;
  left: 0;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 10px 0px 10px 30px;
}
.zillion_contact .zillion-ourteam h4 {
  color: #ffffff;
  font-size: 22px;
  padding-bottom: 5px;
}
.zillion_contact .zillion-ourteam p {
  color: #fff;
  padding-bottom: 5px;
}
.zillion-ourteam .fa {
  font-size: 26px;
  padding: 20px 15px 0px 0px;
}
.zillion-ourteam .team-img {
  position: relative;
}
.zillion-ourteam .team-img img {
  width: 100%;
}
.zillion-ourteam .team-meta {
  color: #9da4aa;
  font-weight: 400;
  font-size: 16px;
}
.zillion-ourteam .overlay {
  border-radius: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: alpha(opacity= 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  background-color: #11181f;
}
.zillion-ourteam .team-img:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)";
  filter: alpha(opacity= 80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.zillion-ourteam .team-img:hover .team-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: alpha(opacity= 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.zillion-ourteam .text {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 30%;
  -webkit-transform: translate(-26%, -26%);
  -ms-transform: translate(-26%, -26%);
  -moz-transform: translate(-26%, -26%);
  -o-transform: translate(-26%, -26%);
  transform: translate(-26%, -26%);
  right: 0;
  font-weight: 400;
  font-size: 16px;
}
/* -----------------------  Clients  ----------------------- */
.zillion-clients, .zillion-client-banner, .zillion-client-report, .zillion-client-details, .client-details {
  width: 100%;
  height: auto;
  float: left;
}
.zillion-client-banner {
  background-image: url(../images/zillion_client_detailbanner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px;
  color: #fff;
}
.zillion-client-report {
  text-align: center;
}
.zillion-client-report img {
  width: 80px;
}
.zillion-client-report h2 {
  margin: 0;
  letter-spacing: 2px;
  font-size: 38px;
  padding-top: 20px;
}
.zillion-client-report p {
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.zillion-client-details {
  padding-bottom: 70px;
}
.zillion-client-details h2 {
  font-size: 40px;
  padding: 70px 15px 5px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
.client-details {
  text-align: center;
  border: 1px solid #ccc;
  margin: 15px 0px;
}
.client-details img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .2s .2s all ease-in;
  -moz-transition: .2s .2s all ease-in;
  -ms-transition: .2s .2s all ease-in;
  -o-transition: .2s .2s all ease-in;
  transition: .2s .2s all ease-in;
}
.client-details img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* -----------------------  Contact Us ----------------------- */
.zillion_contact {
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
}
.zillion_contact h2 {
  color: #333333;
  font-size: 36px;
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
}
.zillion_contact h2 span {
  color: #333333;
  font-weight: 500;
}
.zillion_contact h4 {
  color: #333333;
  font-size: 26px;
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
}
.zillion_contact p {
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
}
.zillion_cont {
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
  text-align: center;
}
.zillion_cont img {
  width: 20%;
  padding-bottom: 15px;
}
.zillion_cont p {
  text-align: center;
  font-weight: 300;
  padding-bottom: 25px;
  line-height: 24.5px;
}
.zillion_cont .form-control {
  height: 50px;
  border-radius: 0px;
}
.zillion_cont textarea.form-control {
  height: auto;
}
.zillion_cont button {
  background-color: #35b4d8;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 20px 10px;
  border: #35b4d8;
}
.zillion_cont button:hover {
  background-color: #35b4d8;
  text-transform: uppercase;
  border: #35b4d8;
}
.page-banner-contact {
  background-image: url(../images/zillion_contact_banner.jpg);
}
/* -----------------------  Footer  Zillion ----------------------- */
.footer {
  width: 100%;
  height: auto;
  float: left;
  background-color: #d0d0d0;
  padding: 45px 0px 0px;
}
.footer_content {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
.footer_content h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 25px;
}
.footer_content h5 {
  color: #333333;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 25px;
}
.footer_content ul {
  padding: 0;
}
.footer_content li {
  width: 50%;
  height: auto;
  float: left;
  list-style-image: url(../images/zillion_list_icon_03.png);
  list-style-position: inside;
  line-height: 36px;
  font-size: 19px;
  color: #333333;
  font-weight: 300;
}
.copyright {
  width: 100%;
  height: 50%;
  float: left;
  padding-top: 25px;
  text-align: center;
}
.copyright h6 {
  font-size: 14px;
  padding: 10px 0 0px;
  margin-bottom: 0;
  font-weight: 300;
  border-top: 1px dashed #fff;
}
/*New Edits*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: 100%;
  background: url(../images/top_button_blue.png) no-repeat;
  background-size: 100% 100%;
}
#toTopHover {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: right;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: alpha(opacity=0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/*Contact*/
.links:hover {
  color: #35b4d8;
  transition-duration: .5s;/*	color: #3b89a4;*/
}
.team-block-parent {
  transition-duration: .5s;
}
.team-block-parent:hover {
  -webkit-transform: translate3d(10px, -10px, 0px);
  transform: translate3d(10px, -10px, 0px);
  box-shadow: -20px 20px 30px 0px rgba(0,0,0,0.3);
  z-index: 2;
}
.zillion-websites-popup {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  padding-top: 50px;
}
.zillion-websites-popup .modal-header {
  padding: 0px 10px 0px;
}
.zillion-websites-popup .modal-content {
  padding: 20px 20px;
  background-color: #dadada;
}
.zillion-websites-popup .modal-header a {
  font-size: 32px;
  color: #174f80;
}
.zillion-websites-popup .modal-header a:hover {
  color: #489537;
}
.zillion-websites-popup .modal-header h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-top: -40px;
}
.zillion-websites-popup .website-details h4 {
  font-size: 30px;
  font-weight: 600;
  color: #174f80;
}
.zillion-websites-popup .website-details p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 10px 30px 0px;
}
.zillion-websites-popup .website-details button, .zillion-websites-popup .website-details a {
  color: #fff;
  font-size: 16px;
  background-color: #174f80;
  padding: 11px 9px 7px;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
}
.zillion-websites-popup .website-details button:hover, .zillion-websites-popup .website-details a:hover {
  background-color: #489537;
}
.zillion-websites-popup .zillion-website-psd {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
}
.zillion-websites-popup .zillion-website-psd img {
  width: 100%;
}
/*  Branding */
.zillion-branding, .branding-content, .graphics-content, .zillion-brochure, .brochure-content, .packages-content, .zillion-graphics, .zillion-packages, .gallery_content {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0px;
}
.branding-content, .graphics-content, .brochure-content, .packages-content {
  padding: 0;
}
/* //Brandin*/

.branding-box img {
  width: 100%;
}
.carousel-img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  float: left;
}
.carousel-img img {
  border-radius: 50%;
}
/*Career - Plus Minus*/
.panel-heading a.collapsed:before {
  float: right !important;
  content: "\f067" !important;
}
.panel-heading a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  background: black;
  color: white;
  border-radius: 50%;
  width: 25px;
  text-align: center;
  padding-top: 3px;
  height: 25px;
}
/* Career - Apply Modal*/
.modal .modal-dialog {
  width: 60% !important;
}
.modal-body input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  margin-top: 10px;
}
.modal-body input[type="checkbox"] {
  border: 1px solid #fff;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 2;
}
/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: alpha(opacity= 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox_container .checkbox_text {
  position: relative;
  right: 19%;
}
.zillion_blogcont a {
  text-decoration: none;
  float: left;
}
.blog_title {
  float: left;
  padding: 10px 0;
}
.blog_content a:hover h2, .blog_content a:hover, .blog_content a:hover i {
  color: #1e87b4;
}
.blog_category, .blog_tags, .blog_archive, .blog_search {
  margin-left: -15px;
}
.blog_category, .blog_tags, .blog_archive, .blog_cont, .blog_search {
  /*	background: #d5d5d5;*/
  background-color: #fff;
  color: #333;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
/*
.read_blog .blog_cont {
  padding: 25px;
}
*/
.read_blog h2 {
  padding: 10px 0;
  text-align: left;
}
.read_blog ul {
  padding-left: 0;
}
.read_blog ul li a {
  font-size: 16px !important;
  font-weight: 400;
}
.read_blog ul li a:hover {
  color: #1e87b4;
}
/*
.category_a {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e87b4;
  height: 30px;
  padding: 8px;
  border-radius: 4px;
}
.category_a:hover {
  color: #fff;
  background-color: #286090;
}
*/
.blog_details {
  margin: 10px 0;
}
.blog_details, .blog_details a {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  color: #606c7e;
}
.blog_details a:hover {
  color: #1e87b4;
}
.read_blog_img {
  margin: 40px 0;
}
/*
.read_blog_img img {
  width: 100%;
  height: 500px;
}
*/
.read_blog_content h2 {
  padding: 15px 0;
  font-weight: normal;
}
.read_blog_content p {
  line-height: 25px;
  font-size: 16px;
}
.blog_content_tags a {
  text-transform: uppercase;
  display: inline-block;
  background: #ebebeb;
  padding: 8px 17px 5px;
  margin: 0 5px 8px 0;
  position: relative;
}
.blog_content_tags a:before {
  font-size: 8px;
  color: #bbb;
  position: absolute;
  left: 4px;
  top: 10px;
}
.blog_content_tags a:hover, .comment-form-submit_comment a:hover {
  color: #1e87b4;
}
.blog_content_tags {
  margin: 30px 0;
}
.blog_comment li {
  list-style: none;
  margin-top: 20px;
}
.blog_comment li ol {
  padding-left: 25px;
}
.comment_list {
  padding-left: 0;
  display: table;
}
.comment_img {
  float: left;
  width: auto;
}
.comment_img img {
  width: auto;
  height: 45px;
  border-radius: 50%;
}
.comment_details a, .comment_details p {
  display: inline;
  padding-left: 20px;
  font-size: 20px;
}
.comment_details p {
  font-size: 14px;
  line-height: 2.3;
}
.comment_content {
  padding-left: 65px;
}
.reply_comment {
  padding-left: 65px;
}
.blog_comment a, .comment_details {
  color: #606c7e;
}
.reply_comment a::before {
  padding-right: 10px;
}
.blog_comment h3, .reply h3 {
  text-transform: uppercase;
  font-size: 22px;
}
.reply_note {
  color: #8E99A9;
  font-style: italic;
}
.comment {
  width: 100%;
}
.comment_form_comment, .comment-form-author, .comment-form-email, .comment-form-url {
  margin-bottom: 20px;
}
.required {
  color: #f00;
  font-size: 18px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
  display: inline-block;
  /* margin-right: 4px; */
  width: 50%;
  float: left;
  padding-right: 4px;
}
.comment-form-email {
  padding-right: 0;
}
.reply input, .modal-body input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.submit_btn {
  border: none;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  background-color: #1e87b4;
  border-radius: 4px;
  width: auto!important;
}
.submit_btn:hover {
  color: #fff;
  background-color: #286090;
}
.modal-title {
  width: 98%;
  float: left;
}
.modal-header .close {
  float: left;
}
.modal .modal-dialog {
width: 54% !important;
  margin-top: 65px;
  
}
.modal-body .comment-form-author, .modal-body .comment-form-email, .modal-body .comment-form-url {
  width: 269px;
}
/*.imghvr-fold-up a {*/
.imghvr-shutter-out-diag-2 a {
  position: relative !important;
  color: #fff;
  background: #00000040;
  height: 35px;
  width: 100px;
  /* border-radius: 45px; */
  display: block;
  line-height: 2.8;
  margin-right: auto;
  margin-left: auto;
}
/*Packaging*/
.packages-content .branding-box {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.packages-content .branding-box .packages-figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.packages-content .branding-box img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.packages-content .branding-box:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.packages-content .branding-box h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin-top: 78px;
}
.packages-content .branding-box a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px 3px;
  border: 1px solid #fff;
  margin: 0px 0 0 0;
  background-color: transparent;
}
.packages-content .branding-box a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.packages-content .branding-box a.info, .packages-content .branding-box h2, .packages-content .branding-box p {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: alpha(opacity= 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
}
.packages-content .branding-box:hover .packages-figcaption {
  background: rgb(0, 0, 0, 0.6);
}
.packages-content .branding-box:hover a.info, .packages-content .branding-box:hover h2, .packages-content .branding-box:hover p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
  filter: alpha(opacity= 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*//Packaging*/
/*
.branding-content figcaption, .branding-content .imghvr-fold-up {
  background: rgba(71,148,67,1);
  background: -moz-linear-gradient(top, rgba(71,148,67,1) 0%, rgba(32,124,229,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,148,67,1)), color-stop(100%, rgba(32,124,229,1)));
  background: -webkit-linear-gradient(top, rgba(71,148,67,1) 0%, rgba(32,124,229,1) 100%);
  background: -o-linear-gradient(top, rgba(71,148,67,1) 0%, rgba(32,124,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(71,148,67,1) 0%, rgba(32,124,229,1) 100%);
  background: linear-gradient(to bottom, rgba(71,148,67,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479443', endColorstr='#207ce5', GradientType=0 );
}
*/
/*
Graphics Hover
.imghvr-shutter-in-out-diag-1, .imghvr-shutter-out-diag-2 {
  background-color: transparent !important;
  border: none !important;
}
.imghvr-shutter-in-out-diag-1 .graphics_a, .imghvr-shutter-out-diag-2 .graphics_a {
  position: relative !important;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: auto;
  background: #479443;
  padding: 5px;
  border: none;
}
.imghvr-shutter-in-out-diag-1 figcaption, .graphics_a figcaption {
  padding-top: 50px !important;
}
*/
.modal-body {
  padding-bottom: 0;
}
/*//Graphics Hover*/
.blog_content h5 {
  margin-top: 0;
  cursor: default;
}
.hideForm {
  display: none;
}
.comment-form-submit {
  text-align: right;
}
.submit_btn {
  margin-left: 5px;
}
.reply_comment {
  cursor: pointer;
}
.blog_category hr, .blog_archive hr {
  margin-top: 0;
  margin-bottom: 15px;
}
/*Archive tree*/
.myUL {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
  width: 100%;
  font-size: 16px !important;
  font-weight: 400;
  padding-left: 0 !important;
}
.nested {
  padding-top: 10px;
}
.myUL li {
  word-wrap: normal;
  list-style: none;
}
.caret {
  width: 100% !important;
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  border: none !important;
}
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
  float: left;
}
.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}
.nested {
  display: none;
}
.active {
  display: block;
}
/*//Archive tree*/
.blog_category_text, .blog_category li img {
  display: table-cell;
  vertical-align: middle;
}
.blog_category li {
  margin-bottom: 10px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.blog_category li:hover {
  -webkit-box-shadow: -6px 6px 11px 2px #c1c1c1;
  box-shadow: -6px 6px 11px 2px #c1c1c1;
  top: -1px;
  position: relative;
  left: 1px;
}
.blog_category li img {
  height: 70px;
  margin-right: 5px;
}
.blog_category li a {
  display: table;
}
.blog_category_meta {
  font-size: 16px;
  color: #ccc;
}
.blog_category li:last-child img {
  margin-bottom: 0;
}
.blog_archive ul {
  padding-left: 20px;
}
.blog_search input {
  width: 100%;
  padding: 5px;
  border: 1px #ccc solid;
  height: 33px;
}
.blog_search span {
  position: absolute;
  right: 40px;
  top: 23px;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/dual-ring-loader.gif') 50% 50% no-repeat rgb(249,249,249);
  background-size: 100px;
}
figcaption h1 {
  font-size: 28px;
}
.branding-box {
  margin-bottom: 30px;
}
.comment_input {
  width: 100%;
  border: 1px solid #ccc;
}
.top_search {
  display: none;
}
.zillion_testimonials .carousel {
  padding-top: 20px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
}
.dropdown-menu {
  background-color: #000000cc !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
  border: none !important;
  width: 175px;
  text-align: center;
  padding: 0;
  left: 10px;
}
.dropdown-menu>li>a {
  font-size: 16px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #ffffff;
  background-color: #1e94c7cc;
  background: rgba(30, 148, 199, 0.8);
}
.dropdown .caret {
  display: none;
}
.chat {
  height: 240px;
  width: 0;
  background: #0f448c;
  position: fixed;
  bottom: 0;
  right: -10px;
  z-index: 9999;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #fff;
  text-align: center;
}
.chat_show {
  width: 300px;
  right: 0;
}
.close_btn {
  height: 20px;
  width: 20px;
  background: #f00;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: -6px;
  color: #fff;
  padding: 1px 6px;
  cursor: pointer;
}
.modal-open {
  padding: 0 !important;
  overflow: auto !important;
}
.branding-content h2 {
  text-align: left;
  padding: 0 13px;
}
figure.effect-winston p span {
  letter-spacing: 1px;
}
.latest_works {
  text-align: center;
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0px;
}
.index_blog {
  background: #e6eaea;
}
.latest_work_content {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.latest_work_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  filter: alpha(opacity= 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.latest_work_content:hover .latest_work_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity= 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.latest_work_content img {
  -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.latest_work_content:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)";
  filter: alpha(opacity= 60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.latest_work_overlay a {
  background-color: #3960a1;
  color: #fff;
  font-size: 20px;
  padding: 7px 13px 3px;
}
.latest_work_content img {
  width: 100%;
  height: auto;
}
.photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
}
.photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
.gallery_content h2 {
  margin-bottom: 20px;
}
.gallery_content p {
  font-size: 16px;
}
.zillion_gallery {
  padding-bottom: 50px;
}
.gallery_content {
  padding-bottom: 0;
}
.masonry-item {
  padding: 0;
}