/* ==================================================
   Basic Styles
================================================== */
.clear {
  width: 0px;
  height: 0px;
  clear: both;
  margin: 0px;
  padding: 0px;
}

.montsfont {
  font-family: "montserrat";
}

.lorafont {
  font-family: "lorareg";
}

html, body {
  height: 100%;
}

html, hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #2F3238;
  color: #7F8289;
  font-weight: 300;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  line-height: 28px;
}

a {
  color: #DE5E60;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  color: #FFFFFF;
  text-decoration: none;
}

a img {
  border: none;
}

a > img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 500;
}

p {
  margin: 0 0 30px;
}

hr {
  border-style: dashed;
  border-color: #3C3F45;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 50px 0;
}

.align_left {
  float: left;
  margin: 0 25px 0 0px !important;
}

.align_right {
  float: right;
  margin: 0 0 0 25px !important;
}

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.text_align_right {
  text-align: right;
}

.color-text {
  color: #DE5E60;
}

.through {
  text-decoration: line-through;
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5em;
  font-weight: 700;
  color: #fff;
}

/* Custom Button Styles */
.butn-dark {
  background: #FA694E none repeat scroll 0% 0%;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 70px;
  text-align: center;
  vertical-align: middle;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
  border-radius: 5px;
}

.butn-dark:hover,
.butn-dark:focus,
.butn-dark:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Custom Horizontal Rule */
hr.small {
  max-width: 100px;
}

/* Side Menu */
#sidebar-wrapp {
  z-index: 1000;
  position: fixed;
  right: 0;
  width: 250px;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #222;
  transition: all 0.4s ease 0s;
}

.sidebars-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebars-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebars-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebars-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebars-nav li a:active,
.sidebars-nav li a:focus {
  text-decoration: none;
}

.sidebars-nav > .sidebars-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}

.sidebars-nav > .sidebars-brand a {
  color: #999;
}

.sidebars-nav > .sidebars-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggler {
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 18px;
}

#sidebar-wrapp.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.toggler {
  margin: 15px 30px 0px 0px;
  color: #fff;
}

.midmenu {
  text-align: center;
}

.sidebars-nav :first-child {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* Header */
.header {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  /*	background-image:url('bgmain.gif'); */
}

.weare {
  margin: 0 auto !important;
}

.iconsmain {
  height: 110px;
  width: 110px;
  background: rgb(250, 105, 78) none repeat scroll 0% 0%;
  border-radius: 100%;
  position: relative;
}

.imgskills:hover {
  content: url("http://www.minotauros.jp.s3-website-ap-northeast-1.amazonaws.com/_include/img/pinkpencil.png");
}

.imgskills {
  position: absolute;
  top: 31%;
  left: 32%;
}

.imgskillstwo {
  position: absolute;
  top: 33%;
  left: 33%;
}

.imgskillstwo:hover {
  content: url("http://www.minotauros.jp.s3-website-ap-northeast-1.amazonaws.com/_include/img/pinktv.png");
}

.imgskillsthree {
  position: absolute;
  top: 29%;
  left: 41%;
}

.imgskillsthree:hover {
  content: url("http://www.minotauros.jp.s3-website-ap-northeast-1.amazonaws.com/_include/img/pinkmouse.png");
}

.titleskill {
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
}

input, button, select, textarea {
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  outline: 0;
}

input:focus,
textarea:focus,
input[type=text]:focus {
  outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */
code,
pre {
  padding: 0 3px 2px;
  border-radius: 3px;
  color: #232527;
  font-size: 12px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  border: 1px solid #dde4e9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 70px 50px;
  padding: 30px;
  border: 1px solid #dde4e9;
  border-radius: 4px;
  background-color: #FCFCFC;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
  line-height: 20px;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

/* ==================================================
   Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #000; /*fff*/
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.5em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h3.spec {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* ==================================================
   Margin Bottom Sets
================================================== */
.margin-0 {
  margin-bottom: 0 !important;
}

.margin-10 {
  margin-bottom: 10px !important;
}

.margin-15 {
  margin-bottom: 15px !important;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.margin-30 {
  margin-bottom: 30px !important;
}

.margin-40 {
  margin-bottom: 40px !important;
}

.margin-50 {
  margin-bottom: 50px !important;
}

.margin-60 {
  margin-bottom: 60px !important;
}

.margin-70 {
  margin-bottom: 70px !important;
}

.margin-80 {
  margin-bottom: 80px !important;
}

/* ==================================================
   Home Slider
================================================== */
/* #profilephoto{
	width:0;
	height:0;
	border:20px solid transparent;
	border-bottom-color:#DE5E60;
	top:-50px;
}
#profilephoto{
	content:'';
	position:absolute;
	left:-50px;
	top:50px;
	width:0;
	height:0;
	border:30px solid transparent;
	border-top-color:#DE5E60;
} */
#home-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#home-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=70);
  z-index: 0;
}

#home-slider .slider-text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -585px;
  width: 1170px;
  height: 250px;
  text-align: center;
  z-index: 2;
}

#home-slider #slidecaption {
  width: 100%;
  line-height: 250px;
  margin: 0;
  text-align: center;
  text-shadow: none;
}

#home-slider .slide-content {
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: -3px;
  text-transform: uppercase;
}

#home-slider .control-nav {
  position: absolute;
  width: 100%;
  background: #d1d1d8; /*#2F3238*/
  height: 50px;
  bottom: 0;
  z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
  background-image: none;
  background-color: #000000;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
  margin-left: -3px;
}

#home-slider #nextsection {
  float: right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
  background-color: #DE5E60;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}

#home-slider #nextslide i {
  margin-left: -8px;
}

#home-slider #prevslide i {
  margin-left: -9px;
}

#home-slider ul#slide-list {
  top: 50%;
  padding: 0;
  margin: -6px 0 0 0;
}

#home-slider ul#slide-list li {
  margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
  margin-right: 0;
}

#home-slider ul#slide-list li a {
  background-color: #6E7074;
  background-image: none;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
  background-color: #FFFFFF;
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
  background-color: #000;
}

#home-slider #nextsection {
  background-color: #000000;
  margin: 0;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
  background-color: #DE5E60;
}

#home-slider #nextsection i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}

#home-slider #nextsection i {
  margin-left: -7px;
}

/* ==================================================
   Header
================================================== */
header {
  width: 100%;
  z-index: 99;
}

header .sticky-nav {
  position: relative;
  width: 100%;
  height: 60px;
  background: #000000;
  z-index: 1001;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

header #logo {
  color: #FFFFFF;
  float: left;
  padding: 15px 0;
  margin-left: 20px;
}

header #logo a {
  background: url(../img/logo.png) no-repeat;
  width: 96px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.25s ease-in-out 0s;
}

header #logo a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

nav#menu {
  float: right;
  margin-right: 20px;
}

nav#menu #menu-nav {
  margin: 0;
  padding: 0;
}

nav#menu #menu-nav li {
  list-style: none;
  display: inline-block;
  margin-left: 50px;
}

nav#menu #menu-nav li:first-child {
  margin-left: 0;
}

nav#menu #menu-nav li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
  color: #DE5E60;
}

/* ==================================================
   Mobile Navigation
================================================== */
#mobile-nav {
  display: none;
}

.menu-nav {
  background: url(../img/menu-mobile.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: 22px 0 0 0;
  transform: rotate(0deg);
  transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
  background-position: 0 -16px;
  transform: rotate(-180deg);
  transition: transform 250ms ease-out 0s;
}

#navigation-mobile {
  display: none;
  text-align: center;
  width: 100%;
  background: #000000;
  border-bottom: 1px solid #2F3238;
  position: relative;
  float: left;
  z-index: 9999;
}

#navigation-mobile li {
  list-style: none;
  border-top: 1px solid #2F3238;
}

#navigation-mobile li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0;
}

/* ==================================================
   Section Page
================================================== */
.page {
  background: #fbfbfb;
  /*#2F3238*/
  position: relative;
  z-index: 99;
}

.page-alternate {
  background: #ffffff;
  position: relative;
  z-index: 99;
}

.page-footer {
  background: #333333;
  padding: 65px 0;
  position: relative;
  z-index: 99;
}

.cpyright {
  text-align: left;
  color: #ffffff;
}

.socialicon {
  float: right !important;
}

.title-page {
  text-align: center;
  margin-bottom: 100px;
}

.title-page .title {
  font-size: 30px;
  margin: 75px 0 10px 0;
  color: #333333;
}

.title-page .title-description {
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  color: #808080;
}

/* ==================================================
   Section Portfolio
================================================== */
.type-work {
  color: #000; /*#fff*/
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1em;
  text-transform: uppercase;
}

.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-nav #filters li {
  margin: 0 0 30px 0;
  padding: 0;
}

.work-nav #filters li a {
  color: #000; /*#7F8289*/
  font-size: 16px;
  display: block;
}

.work-nav #filters li a:hover {
  color: #FFFFFF;
}

.work-nav #filters li a.selected {
  color: #DE5E60;
}

#thumbs {
  margin: 0;
  padding: 0;
}

#thumbs li {
  list-style-type: none;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.item-thumbs a + img {
  width: 100%;
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #DE5E60;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1em;
  background: #fa694e;
  border-radius: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.titlesuc {
  padding-top: 30px;
  color: #333333;
  font-size: 20px;
}

.portmarg {
  margin-top: 80px !important;
  margin-bottom: 70px !important;
}

#contact-form .projectview {
  background: #FA694E none repeat scroll 0% 0%;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0px;
  text-align: center;
  vertical-align: middle;
  width: 35%;
  /* text-transform: uppercase; */
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
  border-radius: 5px;
}

/* ==================================================
   About Section
================================================== */
.profile-name {
  margin-bottom: 15px;
}

.profile-description {
  margin-bottom: 25px;
}

.image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  cursor: pointer;
}

.image-wrap img {
  width: 100%;
}

.image-wrap .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.image-wrap .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #DE5E60;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
  position: absolute;
  width: 100%;
  height: 32px;
  top: 50%;
  margin: -16px 0 0 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
}

.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  margin-left: 15px;
}

.social-icons li:first-child {
  margin-left: 0;
}

.social-icons li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
  width: 16px;
  height: 16px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */
.contact-details {
  margin-left: 12%;
}

.contact-details h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1em;
  text-transform: uppercase;
}

.contact-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-details ul li {
  margin: 0 0 20px;
  line-height: 28px;
  padding: 0;
}

#contact-form {
  margin-bottom: 0;
}

#contact-form p {
  margin-bottom: 15px;
}

#contact-form input,
#contact-form textarea {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #f1f4f7;
  color: #999999;
  font-size: 16px;
  height: auto;
  padding: 15px;
  margin: 0;
  resize: none;
}

#contact-form input {
  width: 100%;
  box-sizing: border-box;
}

#contact-form textarea {
  width: 100%;
  box-sizing: border-box;
}

#contact-form .submit {
  background: #fa694e;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
  background: #fa694e;
  color: #fff;
}

.addmailphone {
  color: #333333;
  font-size: 15pt;
}

.addmailphone1 {
  color: #808080;
  font-size: 15px;
}

#response {
  margin-top: 20px;
  color: #FFFFFF;
}

/* ==================================================
   Twitter Feed
================================================== */
#twitter-feed {
  padding: 100px 0 90px;
  text-align: center;
}

#twitter-feed .follow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -8px;
  font-size: 16px;
}

#ticker .tweet_list {
  margin: 0;
  padding: 0;
  height: 64px;
  list-style: none;
  overflow-y: hidden;
}

#ticker .tweet_list li {
  font-size: 18px;
  height: 64px;
  line-height: 28px;
  overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
  color: #7f8289;
  font-size: 14px;
  font-style: italic;
  margin-left: 10px;
}

#ticker .tweet_list .tweet_time a:hover {
  color: #FFFFFF;
}

/* ==================================================
   Social Area
================================================== */
#social-area {
  text-align: center;
}

#social-area #social ul {
  margin: 0;
  padding: 0;
}

#social-area #social ul li {
  display: inline-block;
  margin-left: 30px;
  list-style: none;
  cursor: pointer;
}

#social-area #social ul li:first-child {
  margin-left: 0;
}

#social ul li a {
  display: block;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 100%;
  transition: all 400ms ease-out 0s;
  transform: rotateY(180deg);
}

#social ul li a span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 20px;
  line-height: 36px;
  filter: alpha(opacity=30);
  transition: all 400ms ease-out 0s;
  transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
  background-color: #DE5E60;
  transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #000000;
  text-align: center;
  z-index: 99;
}

footer .credits {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0;
  padding: 20px 0;
  text-transform: uppercase;
}

/* ==================================================
   Back to Top
================================================== */
#back-to-top {
  display: none;
  background-color: #3C3F45;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
  transition: background 0.1s linear 0s;
}

#back-to-top:hover {
  background-color: #DE5E60;
}

#back-to-top i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}

#back-to-top i {
  margin-left: -7px;
}

/* ==================================================
   Preloader
================================================== */
#jpreOverlay,
#jSplash {
  background-color: #2F3238;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 700;
}

#jpreSlide {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
}

#jpreLoader {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
}

#jprePercentage {
  width: 50px;
  height: 50px !important;
  line-height: 50px;
  position: absolute !important;
  text-align: center;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 800;
  font-size: 24px;
  color: #FFFFFF;
  animation: circle 1s infinite forwards;
}

#circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background: #DE5E60;
  border-radius: 999px;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: circle 1s infinite forwards;
}
@keyframes circle {
  0% {
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotateY(180deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
/* ==================================================
   Isotope Filtering
================================================== */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  transition: none;
}

.img-service-logo {
  width: 80%;
}/*# sourceMappingURL=main.css.map */