/*

@Author: Akhouad-me
@URL: http://www.akhouad.me
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


// Table of contents //

		Body
	0.  General
	1.  Header & footer
	2.  Site heroes
	3.  Services
	4.  Portfolio
	5.  Inputs & textareas styles
	6.  Benefits styles
	7.  Pricing plans styles
	8.  Team styles
	9.  Testimonials styles
	10. clients styles
	11. Blog styles
	
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /* Montserrat font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800); /* Open sans font */

/* ##### GENERAL  ##### */
* {
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #60606e;
  font-family: "Open sans", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.primary-button,
.secondary-button {
  /* @apply bg-[#191919] text-white px-4 py-2 rounded-md w-fit font-bold; */
  width: fit-content;
  height: fit-content;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
}

.primary-button {
  background-color: #191919;
  color: #fff;
}

.secondary-button {
  background-color: #00ff00;
  color: #191919;
}

.header-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #000000d4 50%, transparent);
}

/* ##### 00 : GENERAL  ##### */
section {
  margin-top: 40px;
}
.wrapper {
  /* override bootsrap styles */
  padding: 0 25px;
  max-width: 1200px;
  margin: 0 auto;
}
#home section.pricing_plans {
  margin-top: 40px;
}
#home .section-title {
  width: auto !important;
  margin: inherit !important;
  text-align: left;
}

.green-section {
  background-color: #61ba46;
}
.white-section {
  background-color: #fff;
}
.light-gray-section {
  background-color: #efeff0;
}
img {
  width: 100%;
}

/*blockquote*/
blockquote.bq {
  padding: 30px;
  border-left: solid 10px #61ba46;
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  background-color: #efeff0;
}

/*links*/
a {
  /* color: #60606e; */
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.link {
  position: relative;
}
a.link:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #61ba46;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* a:hover,
a:focus {
  color: #60606e;
  text-decoration: none;
} */
a:hover:after {
  width: 50%;
}
/*texts*/
.montserrat-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.open-sans-text {
  font-family: "Open sans", sans-serif;
}
.white-text {
  color: white;
}
.green-text {
  color: #61ba46;
}
.gray-text {
  color: #999999;
}

.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
p {
  /* font-family: "Open sans", sans-serif; */
  /* color: #56575a; */
  /* line-height: 30px; */
}
ul.social-icons li a:hover {
  color: #61ba46;
}
/*section's title*/
.section-title {
  width: 50%;
  margin: 0 auto 100px;
  text-align: center;
}
.section-title span {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #60606e;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  left: 26px;
}
.section-title span:after {
  content: "";
  background-color: #61ba46;
  position: absolute;
  top: 11px;
  /*left:0;*/
  left: 1%;
  margin-left: -30px;
  z-index: -1;
  width: 20px;
  height: 20px;
}
.section-title p {
  line-height: 24px;
  color: #60606e;
}
.careerpage .section-title span {
  font-size: 125%;
}
.careerpage .section-title span:after {
  width: 12px;
  height: 12px;
  top: 6px;
}
.careerpage .row,
.careers .row,
.gamestudio .row {
  margin: auto;
}

#porthead {
  font-size: 60px;
  font-weight: bolder;
  color: #56575a;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -20px;
  text-transform: uppercase;
  /*text-shadow: -3px 5px 7px #61ba46a6;*/
}

#portfolio li {
  margin-top: 70px;
  text-align: center;
}
#portfolio li::before {
  content: "";
}
#portfolio li b {
  font-size: 30px;
  text-transform: uppercase;
}
#portfolio li p {
  font-size: 16px;
  line-height: 45px;
}

/*lists*/
/*list 1*/
ul.list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  font-family: "Ionicons";
  content: "\f374";
  position: absolute;
  left: 0;
  color: #61ba46;
}
/*list 2*/
ul.list_2 li {
  list-style: none;
  float: left;
  width: 100%;
}
ul.list_2 li a {
  display: inline-block;
  padding: 20px;
  border-bottom: solid 1px #bfbfbf;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.list_2 li:first-child a {
  border-top: solid 1px #bfbfbf;
}
ul.list_2 li a > span {
  float: right;
}
ul.list_2 li a:hover {
  border-bottom: solid 1px #61ba46;
}
/*list 3 (tags)*/
ul.tags {
  float: left;
}
ul.tags li {
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
ul.tags li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #999999;
  background-color: #e5e5e5;
  padding: 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
ul.tags li a:hover {
  background-color: #f2f2f2;
  color: #60606e;
}

/* Solutions 3D games */
.threedgames_vids video {
  width: 70%;
  background-color: #000000;
  margin: 10px;
}

/* Solutions lists */
.listimages {
  text-align: center;
}
.listimages img {
  margin: 10px;
  height: auto;
  width: auto;
}
.clientlogos img {
  width: 120px;
}
.providerslogos img {
  height: 77px;
}
.gameicons img {
  width: 230px;
  border-radius: 15px;
  cursor: pointer;
}
.gameicons img:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 20px 3px #61ba46;
}

/*social icons*/
ul.social-icons li {
  list-style: none;
  float: left;
  margin: 0 10px;
}
ul.social-icons li:first-child {
  margin: 0 10px 0 0;
}
ul.social-icons li:last-child {
  margin: 0 0 0 10px;
}
ul.social-icons li a {
  color: #999999;
  font-size: 18px;
}

/*buttons*/
.btn {
  height: 50px;
  line-height: 50px;
  min-width: 150px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn.green {
  background-color: #61ba46;
  color: #fff;
}
.btn.white {
  background-color: #fff;
  color: #61ba46;
  padding-left: 10px;
  padding-right: 10px;
}

/*tab menu*/
.tab {
  overflow: hidden;
  float: left;
}
.tab nav {
  width: 100%;
  display: inline-block;
  /*float: left;*/
  border-bottom: solid 2px #e6e6e6;
  margin-bottom: 30px;
  position: relative;
}
.tab nav .bottom-line {
  height: 2px;
  background-color: #61ba46;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tab nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px 20px;
  color: #999999;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.tab nav a.current {
  color: #60606e;
}
.tab .tab_single {
  display: none;
}
.tab .tab_single.shown {
  display: block;
}

/* ##### 01 : HEADER & FOOTER  ##### */
/*header*/
header.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* adjust to fit new logo blurb was 90px */
/*logo*/
/* header.main-header .logo {
  float: left;
  height: 54px;
  line-height: 54px;
} */

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.menu .active {
  background-color: #00ff00;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #191919;
}
/* new home logo*/
.logo img {
  left: 15% !important;
  top: 12px !important;
  width: auto !important;
  height: 40px;
  filter: brightness(1.4) saturate(1.5);
}

/* home photos */
.container.photos {
  padding: 0px;
}
#photo1 {
  background-image: url("../img/photos/photo1.jpg");
  background-size: cover;
  width: 100%;
  height: 570px;
}
#photo2 {
  background-image: url("../img/photos/photo2.jpg");
  background-size: cover;
}
#photo3 {
  background-image: url("../img/photos/photo3.jpg");
  background-size: cover;
}
#photo4 {
  background-image: url("../img/photos/photo4.jpg");
  background-size: cover;
}
#photo5 {
  background-image: url("../img/photos/photo5.jpg");
  background-size: cover;
}
#photo6 {
  background-image: url("../img/photos/photo6.jpg");
  background-size: cover;
}
#photo7 {
  background-image: url("../img/photos/photo7.jpg");
  background-size: cover;
}
#photo8 {
  background-image: url("../img/photos/photo8.jpg");
  background-size: cover;
}
#photo9 {
  background-image: url("../img/photos/photo9.jpg");
  background-size: cover;
}
.photosmid {
  display: flex;
  flex-wrap: wrap;
}
.photomid {
  width: 25%;
  height: 200px;
}

/* home */
.workplace {
  margin-top: 22px;
}
.gamestudio p,
.joinus p,
.workplace p {
  font-size: 16px;
}
.joinus .section-title span,
.workplace .section-title span {
  font-size: 25px;
  left: 12px; /* position relative */
}
.joinus .section-title span:after,
.workplace .section-title span:after {
  top: 7px; /* green bullets */
  visibility: hidden;
}
.blurb .section-title span {
  /* place under logo _ ajust height of header/banner */
  font-size: 14px;
  left: 15%;
  top: 82px;
  position: absolute;
}

/* ### FAcebook button ### */
#home .FB-btn img {
  width: 200px;
  margin: -1.5% auto 20px auto;
  display: block;
  position: relative;
  cursor: pointer;
}

/*menu icon*/
header.main-header .menu-icon {
  cursor: pointer;
  display: none;
}

header.main-header .menu-icon .line {
  height: 1px;
  width: 30px;
  background-color: #60606e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.main-header .menu-icon .line:nth-child(2) {
  margin: 7px 0;
  width: 15px;
}
header.main-header .menu-icon .line:last-child {
  width: 20px;
}

/*footer*/
footer.main-footer {
  padding: 50px 0;
}
footer.main-footer nav.footer-nav ul {
  padding: 0;
  margin: 0;
}
footer.main-footer nav.footer-nav ul li {
  list-style: none;
  float: left;
  margin: 0 10px;
  padding: 0;
}
footer.main-footer nav.footer-nav ul li:first-child {
  margin: 0 10px 0 0;
}
footer.main-footer nav.footer-nav ul li a {
  text-transform: uppercase;
}

/* ##### 02 : SITE HEROS  ##### */
/*site hero 1 */
.site-hero {
  height: 100vh;
  width: 100%;
  position: relative;
}

.site-hero-content {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #fff;
  max-width: 75ch;
  margin-block: auto;
  inset-block: 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.site-hero ul.slides {
  height: 450px; /* 850 - 400 */
  width: 100%;
  position: absolute;
  top: 100px;
}
.site-hero ul.slides li {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-hero .small-title {
  color: #60606e;
  padding: 7px 12px;
  background-color: #61ba46;
  display: inline-block;
}
.site-hero .big-title {
  font-size: 48px;
  color: #60606e;
  padding: 10px 40px;
  border: solid 10px #60606e;
  display: inline-block;
  margin-bottom: 30px;
}
/* .site-hero p {
  width: 50%;
  margin: 0 auto;
  color: #60606e;
} */

/*site hero 2 */
.site-hero_2 {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

/*site hero 3 */
.site-hero_3 {
  /*background: url("../img/site-hero2.jpg") no-repeat;*/
  /*background-size: cover;*/
  height: 500px;
  width: 100%;
  position: relative;
}

.site-hero_3 .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.site-hero_3 .page-title .big-title {
  font-size: 36px;
}
.site-hero_3 .page-title .small-title {
  font-size: 14px;
}

.agency {
  width: 100%;
  height: auto;
  float: left;
  margin-top: -300px;
}
.agency img {
  max-height: 400px;
}
.agency p {
  color: #60606e;
}
.agency .section-title {
  text-align: left;
  width: 100%;
  margin: 0 auto 30px;
}

/* ##### 03 : SERVICES  ##### */
.services .services-left i.icon {
  display: block;
  font-size: 36px;
}
.services .services-left .service-title {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
.services .services-left ul li {
  list-style: none;
  text-transform: uppercase;
  line-height: 30px;
  color: #999999;
}

/* ##### 04 : PORTFOLIO  ##### */
.portfolio .categories-grid span {
  font-size: 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.portfolio .categories-grid .categories ul li {
  list-style: none;
  margin: 20px 0;
}
.portfolio .categories-grid .categories ul li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #60606e;
  margin-left: 20px;
}
.portfolio .categories-grid .categories ul li a.active {
  margin-left: 0;
  background-color: #61ba46;
  padding: 0 10px;
  color: white;
}

.portfolio_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: inline-block;
}
.portfolio_item .portfolio_item_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio_item .portfolio_item_hover .item_info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio_item .portfolio_item_hover .item_info span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #60606e;
  font-size: 18px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
  opacity: 0;
}
.portfolio_item .portfolio_item_hover .item_info em {
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  background-color: #61ba46;
  padding: 5px;
  color: white;
  margin-top: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
  opacity: 0;
}
.portfolio_item:hover .portfolio_item_hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*single project*/
.project_images {
  float: left;
}
.related_projects {
  float: left;
}
.pages_pagination {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: right;
  font-size: 24px;
  margin: 50px 0;
}
.pages_pagination .all {
  float: left;
}
.pages_pagination > a {
  display: inline-block;
  height: 100%;
  width: 50px;
  text-align: center;
}
.pages_pagination > a:hover {
  background-color: #61ba46;
  color: white;
}

/* ##### 05 : INPUTS & TEXTAREAS STYLES  ##### */
/*textarea 1*/
.textarea_1 {
  height: 200px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.textarea_1 textarea {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 20px;
  background-color: transparent;
  float: left;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}
.textarea_1 > span {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
/*input 1*/
.input_1 {
  height: 50px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.input_1 input[type="text"] {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 20px;
  float: left;
  position: relative;
  background-color: transparent;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}
.input_1 > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.input_1 > span.active,
.textarea_1 > span.active {
  color: #61ba46;
  font-size: 10px;
  top: 0px;
  left: 5px;
  background-color: #fff;
  padding: 5px;
}
/*input 2*/
.input_2 {
  width: 100%;
  height: 40px;
  background-color: #ececec;
  position: relative;
}
.input_2 > input {
  height: 100%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border: 0;
  background-color: transparent;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.input_2 > button {
  height: 100%;
  width: 40px;
  border: 0;
  background-color: transparent;
}
.input_2 > input:focus {
  background-color: #f2f2f2;
}

/* ##### 06 : BENEFITS STYLES  ##### */
/*benefits 1*/
.benefits_1_single {
  width: 100%;
  text-align: center;
}
.benefits_1_single > i {
  display: inline-block;
  font-size: 60px;
  position: relative;
}
.benefits_1_single > i:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 20px;
  width: 40px;
  background-color: #61ba46;
  z-index: -1;
}
.benefits_1_single > .title {
  font-size: 18px;
}

/*benefits 2 */
.benefits_2_single {
  margin-bottom: 30px;
}
.benefits_2_single:nth-last-child(-n + 3) {
  margin-bottom: 30px;
}
.benefits_2_single > i {
  display: inline-block;
  background-color: #61ba46;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 30px;
  margin-right: 6px;
}
.benefits_2_single > .title {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #60606e;
  font-size: 15px; /* larger font clashes with layout framework */
  position: relative;
  top: -5px;
}

/* ##### 07 : PRICING PLANS STYLES  ##### */
.pricing_plan {
  padding: 30px;
  position: relative;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.pricing_plan111:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;

  border-top: 10px solid #61ba46;
}

.pricing_plan .plan_title {
  /* font-size: 30px; */
  white-space: nowrap;
}
.pricing_plan .plan_price {
  background-color: #61ba46;
  padding: 5px 20px;
  color: white;
  font-size: 14px;
  display: inline-block;
}
.pricing_plan ul {
  margin: 50px 0;
}

.pricing_plans p {
  font-size: 16px !important;
}
.pricing_plan img {
  float: left;
  height: auto;
  width: 106px;
  margin-top: 22px;
}
.pricing_plan ul {
  margin: 0;
  font-size: 16px;
  position: relative;
  top: 20px;
  left: 47px;
  list-style: none;
}
.pricing_plan ul li {
  line-height: 18px;
}
.pricing_plan ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background-color: #60bc44;
  position: relative;
  top: 14px;
  left: 89px;
}

/* ##### new career page ##### */

/* new career opening jobs */
.openingjobs ul {
  position: relative;
  left: 30px;
  width: 85%;
}

/*### casreers inner ###*/
.careerpage h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.CareerAnimation img {
  width: 35%;
  margin: 0 auto;
  display: block;
}

/* ##### 08 : TEAM STYLES  ##### */
.team_member {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.team_member .team_member_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team_member .team_member_hover .team_member_info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.team_member .team_member_hover .team_member_info .team_member_name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #60606e;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.team_member .team_member_hover .team_member_info .team_member_job {
  display: inline-block;
  margin-top: 10px;
  background-color: #61ba46;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.team_member:hover .team_member_hover {
  opacity: 1;
}
.team_member:hover .team_member_info .team_member_name,
.team_member:hover .team_member_info .team_member_job {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ##### 09 : TESTIMONIALS STYLES  ##### */
.testimonials {
  position: relative;
  float: left;
}
.testimonials_single {
  width: 100%;
  text-align: center;
}
.testimonials_single .author_pic {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.testimonials_single p {
  margin: 30px 0;
}
.testimonials_single .author_name {
  padding: 7px;
  background-color: #61ba46;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

/* ##### 10 : CLIENTS STYLES  ##### */
.clients_single {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow: hidden;
  text-align: center;
}
.clients div[class^="col"] {
  margin-bottom: 30px;
}
.clients div[class^="col"]:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.clients_single img {
  max-width: 100%;
  max-height: 100px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clients_single:hover img {
  opacity: 1;
}

/* ##### 11 : BLOG STYLES  ##### */
/*blog posts*/
.blog_post {
  margin-bottom: 100px;
}
.post_media {
  margin-bottom: 30px;
}
.post_media * {
  width: 100%;
  max-height: 500px;
}
.post_title {
  margin-bottom: 20px;
}
.post_title span.post_date {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: #61ba46;
  padding: 5px;
  color: white;
}
.post_info {
  margin-bottom: 20px;
}
.post_info .post_date {
  background-color: #61ba46;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: white;
  float: left;
  margin-right: 15px;
}
.post_info > * {
  line-height: 30px;
}
.post_info > i {
  color: #cccccc;
  font-size: 18px;
  margin-right: 5px;
}
.post_info > span {
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-right: 20px;
}
.blog_post > a {
  display: inline-block;
  margin-top: 10px;
}

/*masonry blog posts*/
.blog_post_masonry {
  width: 100%;
  margin-bottom: 50px;
}
.blog_post_masonry .post_media {
  margin-bottom: 0;
}
.blog_post_masonry .post_info {
  margin: 10px 0;
}
.blog_post_masonry .post_date {
  display: block;
  width: 100%;
}

/*sidebar*/

.sidebar {
  float: left;
}
.sidebar .widget {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget_title {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar .widget .related_post {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.related_post:hover .thumb {
  opacity: 0.5;
}
.thumb {
  max-height: 60px;
  max-width: 60px;
  /*display: inline-block;*/
  margin-right: 15px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar .widget .related_post .post_title {
  font-size: 14px;
}
.sidebar .widget .related_post .post_date {
  font-size: 12px;
}
.thumb:hover {
  opacity: 0.5;
}

/*pagination*/
.blog_pagination {
  width: 100%;
  text-align: center;
  float: left;
}
.blog_pagination .page {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.blog_pagination .page span {
  display: inline-block;
  padding: 0 20px;
}
.blog_pagination .page i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog_pagination .page:hover i.prev {
  color: #61ba46;
  display: inline-block;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.blog_pagination .page:hover i.next {
  color: #61ba46;
  display: inline-block;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Carrer, Portfolio page customizations */
.galleryitemswrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.galleryitemswrap.title {
  justify-content: center;
}
.galleryitems {
  width: 350px;
  margin: 15px;
  border-radius: 20px;
  overflow: hidden;
}
.galleryitemsimg {
  background-color: grey;
  /*border-radius: 8px;*/
  height: 175px; /* half of width */
  color: #ffffff;
  font-size: 27px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 128px;
}

#portfolio .galleryitems {
  width: 316px;
}
#portfolio .galleryitemsimg {
  height: 316px;
  background-size: cover;
}

/* Lightbox customization */
#html5-watermark {
  visibility: hidden;
}

/* title size x2 */
.title .galleryitems {
  width: 586px;
}
.title .galleryitemsimg {
  height: 293px; /* half of width */
  padding-top: 243px;
}

.galleryitemsblurb {
  font-size: 19px;
  padding: 5px;
}

/*### new about us ###*/
i.icon {
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
i.icon.ion-iphone::before {
  content: "";
}
i.icon.ion-iphone {
  background-image: url(../img/icons/MultiPlatform.svg);
}
i.icon.ion-settings::before {
  content: "";
}
i.icon.ion-settings {
  background-image: url(../img/icons/GameStudio.svg);
}
i.icon.ion-ios-settings::before {
  content: "";
}
i.icon.ion-ios-settings {
  background-image: url(../img/icons/CustomisableClient.svg);
}

/*### portfolio ###*/
#portfolioitem1 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconSpinningWilds.jpg");
} /* Spining Wilds */
#portfolioitem2 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconTheReelDealSlots.jpg");
} /* Reel Deel */
#portfolioitem3 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconProfessorBubblesSlots.jpg");
} /* Prof Bubbles */
#portfolioitem4 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconUnderWaterCowboySlots2.jpg");
} /* UnderWater Cowboy */
#portfolioitem5 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconNinjaMasterSlots.jpg");
} /* Ninja AMster */
#portfolioitem6 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconHotWheelsSlots.jpg");
} /* Hot Wheels */
#portfolioitem7 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconZombieBarSlots.jpg");
} /* Zombie Bar */
#portfolioitem8 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconLimoPartySlots.jpg");
} /* Limo Party */
#portfolioitem9 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconGoldenTVSlots.jpg");
} /* Golden TV */
#portfolioitem10 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconWildCrystalArrows.jpg");
} /* Wild Crystal Arrows */
#portfolioitem11 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconFlipFlapSlots.jpg");
} /* Flip Flap */
#portfolioitem12 .galleryitemsimg {
  background-image: url("../img/games_thumbs/iconTroySuperSpinSlots.jpg");
} /* Troy Super Spin */

#portfolioitem1:hover .galleryitemsimg,
#portfolioitem2:hover .galleryitemsimg,
#portfolioitem3:hover .galleryitemsimg,
#portfolioitem4:hover .galleryitemsimg,
#portfolioitem5:hover .galleryitemsimg,
#portfolioitem6:hover .galleryitemsimg,
#portfolioitem7:hover .galleryitemsimg,
#portfolioitem8:hover .galleryitemsimg,
#portfolioitem9:hover .galleryitemsimg,
#portfolioitem10:hover .galleryitemsimg,
#portfolioitem11:hover .galleryitemsimg,
#portfolioitem12:hover .galleryitemsimg {
  opacity: 0.9;
  box-shadow: 1px 1px 5px 2px grey;
}

#careersitem1:hover .galleryitemsblurb,
#careersitem2:hover .galleryitemsblurb,
#careersitem3:hover .galleryitemsblurb,
#careersitem4:hover .galleryitemsblurb,
#careersitem5:hover .galleryitemsblurb {
  color: #61ba46;
}
#careersitem1:hover .galleryitemsimg,
#careersitem2:hover .galleryitemsimg,
#careersitem3:hover .galleryitemsimg,
#careersitem4:hover .galleryitemsimg,
#careersitem5:hover .galleryitemsimg {
  background-color: #999999;
}

@media (max-width: 1535px) {
  #photo1 {
    background-size: 100% 100%;
  }
  #photo2 {
    background-size: 100% 100%;
  }
  #photo3 {
    background-size: 100% 100%;
  }
  #photo4 {
    background-size: 100% 100%;
  }
  #photo5 {
    background-size: 100% 100%;
  }
  #photo6 {
    background-size: 100% 100%;
  }
  #photo7 {
    background-size: 100% 100%;
  }
  #photo8 {
    background-size: 100% 100%;
  }
  #photo9 {
    background-size: 100% 100%;
  }
}

/*### template Media querries ###*/
@media (max-width: 1023px) {
  .section-title {
    margin: 0 auto 50px;
  }
  .section-title span:after {
    /*left:1%;*/
    /*-webkit-transform:translateX(-50%);*/
    /*-ms-transform:translateX(-50%);*/
    /*transform:translateX(-50%);*/
  }
  .btn {
    margin: 20px 0;
  }
  .menu nav.desktop-nav {
    display: none;
  }
  nav.mobile-nav {
    display: none;
  }
  header.main-header .menu-icon {
    display: block;
  }
  footer.main-footer * {
    text-align: center;
  }
  footer.main-footer ul.social-icons {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer.main-footer ul.social-icons li {
    margin: 0;
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
  }
  footer.main-footer nav.footer-nav ul li {
    text-align: center;
    width: 100%;
  }
  footer.main-footer nav.footer-nav ul li,
  footer.main-footer nav.footer-nav ul li:first-child {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .site-hero ul.slides {
    height: 750px;
  }
  .agency {
    margin-top: 30px;
  }
  .agency img {
    margin-bottom: 30px;
  }
  .agency .section-title {
    margin: 0 auto;
    text-align: center;
  }
  .agency p {
    text-align: center;
  }
  .services .services-left {
    text-align: center;
    margin-bottom: 50px;
  }
  .portfolio .categories-grid span {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .portfolio .categories-grid .categories ul li {
    text-align: center;
  }
  .portfolio .categories-grid .categories ul li a {
    margin-left: 0;
  }
  .related_projects img {
    margin-bottom: 30px;
  }
  .sidebar {
    margin-top: 100px;
  }
}

/*### exclusive media queries ###*/
@media (max-width: 767px) {
  .CareerAnimation img {
    width: 100%;
  }
  #home .FB-btn img {
    margin: 0.5% auto 20px auto;
  }

  /* photos */
  .photos {
    padding: 0 !important;
  }
  .photos .photo {
    height: auto !important;
    padding-top: 69.5%;
  }
  .photosmid {
    display: block;
  }
  .photomid {
    width: 100% !important;
  }
  /* end photos */

  .section-title span:after {
    visibility: hidden;
  }

  .galleryitems {
    width: 100%;
  } /* single column layout */
  .galleryitemsimg {
    height: auto;
    padding-top: 45%; /* responsive proportional height */
    line-height: 62px; /* title vert relative placement */
  }
  #portfolio .galleryitems {
    width: 100%;
    margin: 10%;
  }
  #portfolio .galleryitemsimg {
    height: auto;
    padding-top: 98%; /* responsive proportional height */
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .clients div[class^="col"]:first-child {
    margin-top: 30px;
  }
  .clients div[class^="col"]:nth-last-child(-n + 3) {
    margin-bottom: 30px;
  }
  .galleryitems {
    width: 317px;
  }
  .galleryitemsimg {
    height: 159px;
    padding-top: 112px;
  }
  #portfolio .galleryitems {
    width: 347px;
  }
  #portfolio .galleryitemsimg {
    height: 347px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients div[class^="col"]:first-child {
    margin-top: 30px;
  }
  .clients div[class^="col"]:nth-last-child(-n + 3) {
    margin-bottom: 30px;
  }
  .galleryitems {
    width: 330px;
  }
  .galleryitemsimg {
    height: 165px;
    padding-top: 119px;
  }
  #portfolio .galleryitems {
    width: 305px;
  }
  #portfolio .galleryitemsimg {
    height: 305px;
  }
  #photo1 {
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .galleryitems {
    width: 283px;
  }
  .galleryitemsimg {
    height: 142px;
    padding-top: 98px;
  }
  #portfolio .galleryitems {
    width: 305px;
  }
  #portfolio .galleryitemsimg {
    height: 305px;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 1280px) and (max-width: 1279px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .container {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  #portfolio .galleryitemswrap {
    margin-top: 24px;
  }

  #portfolio .galleryitems {
    width: 200px !important; /* was 143 */
    margin: 11px !important;
  }

  #portfolio .galleryitemsimg {
    height: 200px;
  }

  nav.footer-nav ul {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .photomid {
    height: 250px;
    flex: 1 0 40%;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .photomid {
    width: 100% !important;
    padding-top: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    margin-left: 12% !important;
    margin-right: 12% !important;
  }
}

/*### new media querries _ mobile display issues ###*/

@media screen and (max-width: 639px) and (orientation: portrait),
  screen and (max-width: 767px) and (orientation: landscape) {
  /* phone both orientations */
  .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .site-hero {
    height: 320px;
  }
  .row {
    margin: auto;
  } /* override bootstrap margin styles */
  .photo {
    margin-top: 10px;
  }
  section {
    margin-top: 10px;
  }
  /* remove green title bullets for phone */
  .section-title span {
    left: 0 !important;
  }
  .section-title span:after {
    visibility: hidden;
  }
  .agency {
    margin-top: 5px;
  } /* home screen image vert placment */
  .green-section,
  col-md-6,
  .col-sm-12 {
    /* align green footer with grid */
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .green-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #home .section-title {
    width: 100% !important;
  }
  /*.section-title span:after { margin-left: -22px; }*/

  #solutions section {
    text-align: center;
  }
  #solutions ul.list li {
    padding: 15px;
  }
  #solutions .list b {
    font-size: 150%;
  }
  .threedgames_vids video {
    width: 100% !important;
    margin: 0 !important;
  }

  /* new layout mobile overrides */
  header.main-header {
    height: 71px !important;
  } /* new blurb under logo was 54px */
  .blurb .section-title span {
    position: absolute;
    left: 14px !important;
    margin-top: -32px;
  }
  .logo img {
    height: 40px !important;
    left: 14px !important;
    top: 8px !important;
  }

  /* .menu-icon .line {
		width: 40px !important;
		height: 2px !important;
	} */
  .site-hero_2 .page-title {
    white-space: nowrap;
  }
  #porthead {
    font-size: 31px;
    margin-bottom: -22px;
    margin-top: -1px;
  }
  #portfolio .row {
    margin: 0;
  }
  #portfolio .galleryitemsimg {
    padding-top: initial;
    line-height: initial;
  }
  #portfolio li {
    margin-top: 0;
  }
  #solutions .list b {
    font-size: 26px;
  }

  /* title bullets */
  .gamestudio .section-title span {
    left: 26px;
    top: 15px;
  }
  .careerpage .container h1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .careerpage .container p {
    font-size: 16px !important;
  }
  .careerpage .section-title span {
    left: 28px !important;
    margin-bottom: 3px;
  }
  .careerpage .section-title span:after {
    left: 10px !important;
  }
  .section-title span:after {
    visibility: visible;
  }

  #home section.pricing_plans {
    margin-top: 20px;
  }
  #home .pricing_plan {
    margin-bottom: 35px;
  }

  nav.footer-nav ul {
    display: flex;
  }
  footer.main-footer {
    padding: 20px 0;
  }
  .mapouter {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  /* phone landscape */
  #portfolio .galleryitemswrap {
    margin-top: 24px;
    justify-content: center;
  }
  #portfolio .galleryitems {
    width: 157px !important; /* was 181px */
    margin: 11px !important;
  }
  #portfolio .galleryitemsimg {
    height: 157px; /* was 181px */
  }

  .site-hero {
    height: 305px;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
  }
  #photo1 {
    padding-top: 57.5%;
  }
  .blurb .section-title span {
    font-size: 14px;
  }
  nav.footer-nav ul,
  .gray-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) and (orientation: portrait) {
  /* phone portrait */
  #portfolio .galleryitemswrap {
    margin-top: 24px;
    justify-content: center;
  }
  #portfolio .galleryitems {
    width: 143px !important; /* was 143 */
    margin: 11px !important;
  }
  #portfolio .galleryitemsimg {
    height: 143px; /* was 143 */
  }
  .site-hero {
    height: 175px;
    background-size: 100% 100%;
    background-position: center;
  }
  .photo {
    padding-top: 68.5%;
  }
  #photo1 {
    padding-top: 56.5%;
  }
  .blurb .section-title span {
    font-size: 12px;
  }
  nav.footer-nav ul,
  .gray-text {
    font-size: 10px;
  }
}

/* Custom animation classes */
.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease-out;
}

.fade-in-left.animated {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease-out;
}

.fade-in-right.animated {
  opacity: 1;
  transform: translateX(0);
}

.fade-in {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.fade-in.animated {
  opacity: 1;
}

.fade-in.stagger-1 {
  transition-delay: 0.05s;
}
.fade-in.stagger-2 {
  transition-delay: 0.1s;
}
.fade-in.stagger-3 {
  transition-delay: 0.15s;
}
.fade-in.stagger-4 {
  transition-delay: 0.2s;
}
.fade-in.stagger-5 {
  transition-delay: 0.25s;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
