@font-face {
	font-family: 'hasteristicolight';
	src: url('../fonts/hasteristico-webfont.eot');
	src: url('../fonts/hasteristico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/hasteristico-webfont.woff2') format('woff2'), url('../fonts/hasteristico-webfont.woff') format('woff'), url('../fonts/hasteristico-webfont.ttf') format('truetype'), url('../fonts/hasteristico-webfont.svg#hasteristicolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hasteristicobold';
	src: url('../fonts/hasteristicobold-webfont.eot');
	src: url('../fonts/hasteristicobold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/hasteristicobold-webfont.woff2') format('woff2'), url('../fonts/hasteristicobold-webfont.woff') format('woff'), url('../fonts/hasteristicobold-webfont.ttf') format('truetype'), url('../fonts/hasteristicobold-webfont.svg#hasteristicobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Regular */
@font-face {
	font-family: 'Open-Sans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
}

/* Light */
@font-face {
	font-family: 'Open-Sans-light';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: 200;
	font-style: normal;
}

/* Bold */
@font-face {
	font-family: 'Open-Sans-bold';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: bold;
	font-weight: 700;
	font-style: normal;
}
body {
	background: #fff;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
}

.gr-body-bg
{
    
    background: #d9e0e8;
    overflow-x: hidden;
    position: relative;
    left: 0;

}

.h1, .h2, .h3, h1, h2, h3
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.revealOnScroll {
	opacity: 0;
}

 .logo-black {
        padding: 10px 0;
        vertical-align: middle;
    }
    .logo-black img {
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
        display: inline-block;
    }
    
.header {
	position: relative;
	margin: 0 auto;
	min-height: 680px;
	width: 100%;
	height: 100%;
}

div.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.bg-img img {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

#bg-img-slide
{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index:0;
    bottom:0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#bg-img-slide img
{
    width: 100%;
    min-height: 100%;
    min-width: 1024px;
}
#bg-img-slide:after
{
    position:absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    z-index:999;
    content:'';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    
}

.trigger {
    position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 5000;
  display: block;
  margin: 0 auto;
  padding: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  color: #fff;
}
.trigger:hover .bounce
{
    animation-name: pulse;
}
.trigger:focus {
    outline: none;
}
.trigger span {
      font-size: 30px;
  color: #fff;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.trigger span:hover
{
     color: #1C9EAC;
}


.hdr-logo {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}



.headtext
{
    text-align: center;
}
.headtext img
{
    margin: 0 auto;
    
}


.head-logo
{
    position: relative;
    margin: auto;
    text-align: center;
    z-index: 9999;
   
    
}
.head-logo img
{
    margin: 0 auto;
    max-width: 180px;
}

.head-text
{
    position: relative;
     z-index: 9999;
     display:table;
     vertical-align:middle;
     padding: 100px 20px;
}
.head-text img
{
      margin: 0 auto;
}
.small-txt {
	font-family: 'hasteristicolight';
	font-size: 10px;
	color: white;
	white-space: pre-line;
	letter-spacing: 3px;
	 animation: fadeInUp 0.7s linear 1.2s both;
}
.logo-black {
	height: 95px;
	padding: 10px 0;
	vertical-align: middle;
}
.logo-black img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
}
.menu {
	background: #fff;
	border-bottom: 1px solid #a7a7a7;
}

/*
.showMenu {
    display: none;
    position: fixed;
    top: 0;
    width:100%;
    z-index: 99999;
    background: #fff;
}*/


.fit-content {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
}

.about-bg {
	overflow: hidden;
	background: url("../images/abt-bg.jpg") no-repeat bottom right;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 60px 0;
}
.hm-dottxt-div {
	position: relative;
	text-align: center;
}
.HM-titl-TXT {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	color: #151515;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
}
.about-bg .HM-titl-TXT {
	background: #F9F9F9;
}
.portfolio-bg .HM-titl-TXT {
	background: #F9F9F9;
}
.HM-titl-TXT:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #343434;
	border-radius: 100%;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	margin-top: -5px;
}
.portfolio-bg .HM-titl-TXT:before, .portfolio-bg .HM-titl-TXT:after {
	background: #343434;
}
.HM-titl-TXT:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #343434;
	border-radius: 100%;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	margin-top: -5px;
}
.portfolio-bg .dot-hr-line {
	border-top: 2px dotted #343434;
}
.dot-hr-line {
	border-top: 2px dotted #343434;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: inline-block;
	margin: auto;
}
.hm-ab-content {
	background: rgba(255,255,255, 0.5);
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: #151515;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 36px;
}



.SERVICES-TYPE .col-lg-3, .SERVICES-TYPE .col-md-3, .SERVICES-TYPE .col-sm-6, .SERVICES-TYPE .col-xs-6 {
	padding-left: 0;
	padding-right: 0;
}
.servicebl-bg {
	background:  url('../images/Homepage_Icon_bg-min.jpg')no-repeat;
	background-attachment: fixed;
	 background-position: top right;
	background-size: cover;
	position: relative;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.servicebl-bg:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(28,158,172, 0.8);
    width: 100%;
    height: 100%;
    
}


.serv-block-div {
	text-align: center;
	padding: 10px;
	min-height: 320px;
	max-height: 320px;
	position: relative;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
/*.serv-block-div:after
 {
 content: '';
 position: absolute;
 width:100%;
 height:0%;
 bottom:0;
 left:0;
 right:0;
 opacity:0;
 background: rgba(255,255,255, 1);
 transition: all 0.7s ease-in-out;
 -webkit-transition: all 0.7s ease-in-out;
 -moz-transition: all 0.7s ease-in-out;
 -ms-transition: all 0.7s ease-in-out;
 -o-transition: all 0.7s ease-in-out;
 }
 .serv-block-div:hover:after
 {
 background: rgba(255,255,255, 0);
 height:100%;
 z-index: 0;
 opacity:1;
 }*/
.serv-block-div:hover {
}
.serv-block-div:hover .icn-border {
	margin-top: 0px;
}
.serv-block-div:hover .serv-content {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.serv-block-div p 
{
     opacity: 0;
     line-height:26px;
    visibility: hidden;
    margin-top: 10px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}
.serv-block-div:hover p {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.serv-block-div:hover .icn-border {
	/*background: url("../images/cir-bordr-white.png") no-repeat center center;*/
	margin-top: 0px;
	background-size: contain;
}

.serv-block-div:hover .serv-title {
	color: #fff;
	top: 0px;
}
.serv-block-div:hover .serv-hr-sky {
	background: #fff;
	height: 1px;
	top: 30px;
}

.serv-block-div:hover .icn-serv-cir div {
	color: #fff;
}
.icn-border {
	/*background: url("../images/cir-bordr-white.png") no-repeat center center;*/
	text-align: center;
	padding: 10px;
	margin-top: 50px;
	background-size: contain;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.icn-serv-cir {
	background: none;
	height: 90px;
	width: 90px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.icn-serv-cir div {
	text-align: center;
	line-height: 90px;
	font-size: 80px;
	color: #fff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.icn-serv-cir div:before
{
	font-size: 80px;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
 
    
.serv-block-div:hover .icn-serv-cir div:before {
    font-size: 60px;
}
.ttil-pos {
	position: relative;
	padding: 10px 0;
}

.serv-title {
	padding: 5px;
	font-size: 18px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform:uppercase;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.serv-hr-sky {
	background: #fff;
	width: 60%;
	height: 4px;
	padding: 0;
	margin: 5px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 3px;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}

.serv-content {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	margin-top: -20px;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}

.portfolio-bg {
	background: #F7F7F7;
	border-bottom: 5px solid #050505;
	padding: 20px 0;
}

/*********** portfolio css *********/

.mrn-bm-30
{
    margin-bottom: 30px;
}

/************** portfolio css end *******/

.cl-main-div {
	background: #ffffff;
	position: relative;
	padding-bottom: 20px
}
.cl-ab-bg {
	padding: 20px 0;
	height: auto;
	position: relative;
}

.cl-ab-txt {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 10px;
	letter-spacing: 1px;
	position: relative;
	z-index: 5;
}

.cl-des-box {
	background: none;
	height: 100%;
	width: 100%;
	position: relative;
}
.cl-sky-bg {
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	background: #8addff url('../images/polygon_gree-min.jpg') no-repeat;
	background-attachment: fixed;
}
.cl-pd-mg {
	position: relative;
	margin: 0 20px;
	padding: 10px;
}
.cl-blck-col {
	height: 100%;
	width: 60%;
	background: #161313;
	position: absolute;
	left: 0;
}
.cl-img-col {
	position: relative;
	width: 100%;
	top: 10px;
}
.no-col-mrgn {
	background: #fff;
	height: 143px;
	line-height: 143px;
	text-align: center;
	position: relative;
}
.no-col-mrgn:first-child {
	background: none;
	padding-top: 34px;
	line-height: normal;
}
.no-col-mrgn:last-child {
	background: #161313 !important;
	padding: 10px;
}
.lst-mor {
	background: #161313 !important;
	padding: 10px;
}
.cl-boxes {
	overflow: hidden;
	position: relative;
}
.cl-boxes img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.cl-our-txt, .cl-client-txt {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	overflow: hidden;
}

.cl-client-txt {
	color: #1C9EAC;
}
.cl-hr {
	margin: 2px auto;
	width: 50%;
	height: 1px;
	background: #fff;
	border: none;
}
.no-col-mrgn .img-responsive {
	display: inline-block;
}

.more-cl {
	height: 100%;
	width: 100%;
	background: #fff;
	position: relative;
	line-height: 123px;
}
.more-cl a
{
    display: block;
}
.more-cl a:hover .more-cl-txt,.more-cl a:focus .more-cl-txt  {
	color: #fff;
}
.more-cl-txt {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	color: #000;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}

a:hover, a:focus {
	text-decoration: none;
}
.cl-mBtndiv {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	line-height: 113px;
}
.btnright {
	left: 0;
}

.cl-m-btn {
	background: #2e98c3;
	padding: 0px 3px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.cl-m-btn:focus, .cl-m-btn:hover {
	text-decoration: none;
	color: #000;
}

.join-bg {
	width: 100%;
	height: auto;
	background:#141011  url('../images/join-bg-min-02.jpg') no-repeat center center;
	background-attachment:fixed;
	clear: both;
	background-size: cover;
	position: relative;
	padding: 30px 0;
	padding-bottom: 0;
}

.join-ttl-ty {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 60px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.join-sml-ty {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.jn-input-div {
	padding: 20px 0;
	text-align: center;
}
.jn-input-div .form-group {
	margin-bottom: 0px;
}
.jn-input-div .form-control {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	background: none;
	border-color: #fff;
	color: #fff;
}

.jn-input-div .input-lg {
	height: 40px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 6px;
}
.input-lg+ .form-control-feedback {
	height: 40px;
	line-height: 40px;
}
.icn-input {
	font-size: 20px;
	color: #fff;
}

.form-control::-webkit-input-placeholder {
	color: #fff;
}
.form-control::-moz-placeholder {
	color: #fff;
}
.form-control:-moz-placeholder {
	color: #fff;
}
.form-control:-ms-input-placeholder {
	color: #fff;
}
.join-btn {
	padding: 10px 20px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.join-btn:hover {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.join-btn span {
	font-size: 16px;
	vertical-align: middle;
	margin-left: 5px;
}
/****************** inquiry form  ***************/
.jon-form {
	font-size: 120%;
	padding: 0.3em 0;
	background: none;
	color: #fff;
	text-align: center;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0.5em;
	max-width: 330px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 1.1em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

/* Madoka */
.input--madoka {
	margin: 1.1em;
}

.input__field--madoka {
	width: 100%;
	background: transparent;
	color: #fff;
}

.input__label--madoka {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
	cursor: text;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	padding: 1.6em 0;
}

.input__label-content--madoka {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.msg-bx .input__label-content--madoka {
	-webkit-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.graphic--madoka {
	-webkit-transform: scale3d(1, -1, 1);
	transform: scale3d(1, -1, 1);
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
	pointer-events: none;
	stroke: #fff;
	stroke-width: 4px;
	stroke-dasharray: 962;
	stroke-dashoffset: 558;
}

.input__field--madoka:focus + .input__label--madoka, .input--filled .input__label--madoka {
	cursor: default;
	pointer-events: none;
}

.input__field--madoka:focus + .input__label--madoka .graphic--madoka, .input--filled .graphic--madoka {
	stroke-dashoffset: 0;
}

.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka, .input--filled .input__label-content--madoka {
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 2.7em, 0);
	transform: scale3d(0.81, 0.81, 1) translate3d(0, 2.7em, 0);
}

.msg-bx textarea
{
    min-height: 100px;
}
.msg-bx .input__field--madoka:focus + .input__label--madoka .msg-bx-lb, .input--filled .msg-bx-lb {
    -webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 5.7em, 0);
     -o-transform: scale3d(0.81, 0.81, 1) translate3d(0, 5.7em, 0);
    transform: scale3d(0.81, 0.81, 1) translate3d(0, 5.7em, 0);
}


.error .graphic--madoka
{
    stroke: #F98181;
}
.error .input__label--madoka
{
    color: #F98181;
}


.form-iframe
{
    min-height: 270px;
    border: none;
}
/****************** inquiry form  ***************/
.contact-dt-bg {
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 50px 0;
	padding-bottom: 70px;
}
.cd-icn-div {
	text-align: center;
	margin: 20px auto;
}
.cd-icn-div span {
	color: #1C9EAC;
	font-size: 60px;
}
.cd-ttl {
	font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px auto;
}
.cd-sml-txt {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}

.footer-bg {
	background: #161313 url("../images/cd-bg.jpg") no-repeat top left;
	padding-bottom: 30px;
	padding-top: 90px;
	position: relative;
}
.ft-ttl {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
}
.ft-sml-txt {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 7px auto;
}

.ft-social-ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: fit-content;
}
.ft-social-ul li {
	display: inline-block;
	margin: 0 3px;
	text-align: center;
}
.ft-social-ul li a {
	text-decoration: none;
}
.ft-social-ul li a div.ft-icn {
	color: #fff;
	text-align: center;
	display: block;
	font-family: "elegant";
}
div.ft-icn:before {
	font-size: 30px;
	margin: 0 5px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
div.fb-ic:hover:before {
	color: #486095;
}
div.twitter-ic:hover:before {
	color: #4CC4EE;
}
div.linkdin-ic:hover:before {
	color: #2388D6;
}
div.skype-ic:hover:before {
	color: #01AFEB;
}
div.pintrest-ic:hover:before {
	color: #D04D53;
}

.ft-logo-div {
	background: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	margin: 0 auto;
	height: 30px;
}
.ft-logo {
	text-align: center;
	display: inline-block;
	background: #161313;
	height: 150px;
	width: 150px;
	padding: 7px;
	border-radius: 100%;
	margin-top: -60px;
}

.pf-min-height {
	min-width: 500px;
}

.scrollToTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	border-radius: 50px;
	background: #1C9EAC;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
	display: none;
	z-index: 1;
	transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.scrollToTop span {
	font-size: 26px;
	color: #fff;
	text-shadow: 0px 4px 3px #6CC8EC;
}

.scrollToTop:hover {
    background: #178E9A;
}

/* Let's get this party started */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(229,229,229,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(229,229,229,0.4);
}

/* Let's get this party started */
::-moz-scrollbar {
	width: 8px;
}

/* Track */
::-moz-scrollbar-track {
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
::-moz-scrollbar-thumb {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(229,229,229,0.8);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-moz-scrollbar-thumb:window-inactive {
	background: rgba(229,229,229,0.4);
}


/*///////////// about page start /////////////*/

.inner-h1-text
{
    color: #3d3d3d;
    padding: 10px 0;
}
.inner-h2-text
{
    color: #3d3d3d;
}
.inner-h3-text
{
    color: #3d3d3d;
    margin: 10px 0;
}
.normal-text
{
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px;
}
.midium-text
{
    font-size: 18px;
    color: #4d4d4d;
    line-height: 28px;
}
.white-color
{
    color: white;
}
.section-padding
{
    padding: 40px 0;
}
.light-grey-bg
{
    background: #f5f5f5;
}
.about-first-sect .midium-text
{
    width: 70%;
    margin: 0 auto;
}
.about-icon
{
    font-size: 50px;
    color: #2e98c3;
    margin: 0 20px;
}
.about-accordion .panel
{
    background: none;
    border: none;
    box-shadow: none;
}
.about-accordion .panel .panel-body
{
    border: none !important;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 28px;
}
.about-accordion .panel-collapse>.panel-body
{
    border: none !important;
}
.about-accordion .panel-title
{
    font-size: 22px;
    color: #151515;
}
.about-accordion .panel-heading
{
    background: none;
    border: none;
    border-bottom: 1px solid #d6d6d6;
}
.check-icon
{
    margin-right: 15px;
    color: #2e98c3;
    font-size: 18px;
    
}

.what-we-do
{
    text-align: right;
}

.sky-btn,.black-btn,.white-btn,.grey-btn {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    padding: 5px 10px;
    background: none;
    font-size: 18px;
    margin: 10px 0;
    text-align:center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.sky-btn {
   
    border: 1px solid #1C9EAC;
    color: #1C9EAC;
}
.sky-btn span,.sky-btn span:before
{
    font-size: inherit;
}
.sky-btn:hover
{
    color: #fff;
}
.black-btn {
   
    border: 1px solid #353535;
    color: #1C9EAC;
}
.black-btn:hover
{
    background: #353535;
    color: #fff;
}
.white-btn {
   
    border: 1px solid #fff;
    color: #fff;
}
.white-btn span,.white-btn span:before
{
    font-size: inherit;
}
.white-btn:hover
{
    color: #1C9EAC !important;
}
.white-btn.hvr-bounce-to-right:before
{
     background: #fff;
}
.grey-btn {
   
    border: 1px solid #333;
    color: #333;
}
.grey-btn:hover {
   
    border: 1px solid #999;
    color: #999;
}
.progress-div
{
    color: #4d4d4d;
    margin-bottom: 16px;
}
.to-progress-bar-holder
{
    background: #F5F6FA;
    height: 7px;
    margin-bottom: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.to-progress-bar-fills {
    position: relative;
    display: block;
    height: 7px;
    width: 0;
    margin: 0;
    background-color: #1C9EAC;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.to-progress-bar-title {
    font-size: 18px;
}
.to-progress-bar-title strong {
    font-size: 18px;
    margin: 0 0 0 10px;
}
.wordpress-fills
{
    width: 90%;
}
.design-fills
{
    width: 75%;
}
.html-fills
{
    width: 100%;
}
.support-fills
{
    width: 80%;
}


.inner-client-bg
{
    background: url('../images/polygon_gree-min.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.inner-client-ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.inner-client-ul li
{
    width: 150px;
    height: 135px;
    margin: 5px;
    text-align: center;
    background: #fff;
    display: inline-block;
    position: relative;
    float: left;
}
.client-page .inner-client-ul li
{
    
    width: 200px;
    height: 155px;
}
.inner-client-ul li img
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
  
}

.inner-client-ul li .slider-cl
{
    height: 100%;
    width:100%;
}
.whyecommerce-bg
{
    background: #8addff url('../images/polygon_gree-min.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed ;
}
.whyecommerce-bg *
{
    color: #fff;
}
.inner-box
{
    padding: 10px;
    text-align: center;
}

.inner-icon-area img
{
    display: inline-block;
}

.inner-box .inner-h3-text
{
    padding-bottom: 10px;
    border-bottom: 2px solid #3d3d3d;
}
.whyecommerce-bg .inner-box .inner-h3-text
{
    border-bottom: 2px solid #fff;
}
.my-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.my-list li
{
    padding-left: 26px;
    position: relative;
    font-size: 18px;
    margin: 8px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}
.my-list li:before
{
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
    content: "\e089";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.triangle-left
{
    position: relative;
}
.triangle-left:before
{
    position:absolute;
    left:-20px;
    top:10px;
    content:'';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f7fdff;
  z-index: 2;

}
.triangle-right
{
    position: relative;
}
.triangle-right:before
{
    position:absolute;
    right:-20px;
    top:10px;
    content:'';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f7fdff;
  z-index: 2;

}
.triangle-top
{
    position: relative;
}
.triangle-top:before
{
    position:absolute;
    left:10px;
    top:-20px;
    content:'';
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-bottom: 20px solid #f7fdff;
      border-right: 20px solid transparent;
      z-index: 2;

}
.triangle-bottom
{
    position: relative;
}
.triangle-bottom:before
{
    position:absolute;
    left:10px;
    bottom:-20px;
    content:'';
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-top: 20px solid #f7fdff;
      border-right: 20px solid transparent;
      z-index: 2;

}



.no-margin-padding
{
    margin: 0;
    padding: 0;
}
.overflow-hidden
{
 overflow: hidden;   
}
.height-270
{
    height: 270px;
    overflow: hidden;
}
.max-216
{
    height: 216px;
    overflow: hidden;
}
.max-277
{
    height: 277px;
    overflow: hidden;
}
.max-230
{
    height: 230px;
    overflow: hidden;
}
.max-442
{
     height: 442px;
    overflow: hidden;
}
.overlay-eco
{
    position: relative;
    height: 100%;
}
.overlay-eco:hover .overlay-eco-text
{
     opacity: 1;
     background-color: rgba(255, 255, 255, 0.58);
     animation: zoomIn 0.3s linear 0.6s both;
     
}
.overlay-eco-text
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    alignment-baseline: central;
    vertical-align: middle;
    alignment-adjust:central;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    animation: zoomOut 0.3s linear 0.6s both;
}
.overlay-seo-contaent
{
    padding: 20px;
   
}
.overlay-seo-contaent *
{
    opacity:0;
     animation: fadeOut 0.3s linear 0.6s both;
      -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.overlay-eco:hover  h2
{
    opacity:1;
    animation: fadeInUp 0.4s linear 0.7s both;
}
.overlay-eco:hover  p
{
    animation: fadeInUp 0.5s linear 0.8s both;
    opacity:1;
}
.img-content-div
{
    padding: 30px;
    padding-top: 37px;
}

.hover-div-01,.hover-div-02,.hover-div-03

{
    background: #f5f5f5;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.hover-div-01:hover
{
    background: #ECE0B3;
}
.hover-div-02:hover
{
    background: #A4ECCB;
}
.hover-div-03:hover
{
      background: #B2D2F3;
}
.hover-div-01:hover .triangle-left:before
{
    border-right: 20px solid #ECE0B3;
}
.hover-div-02:hover .triangle-right:before
{
    border-left: 20px solid #A4ECCB;
}

.hover-div-03:hover .triangle-left:before
{
    border-right: 20px solid #B2D2F3;
}
#imgAnimate1:hover,#imgAnimate2:hover
{
    cursor: pointer;
}


.ecmr-slider-nav {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}
.ecmr-slider-nav a {
    display: inline-block;
    padding: 15px;
    margin-right: 2px;
    position: relative;
    font-weight: normal;
    letter-spacing: 1px;
    transition: opacity 0.2s ease-out;
    color: #2e2e2e;
}
.ecmr-slider-nav a.active {
    opacity: 1;
   color: #1C9EAC;
}
#ecmr-slider .item
{
    height: 514px;
}
.ecmr-bg-01
{
    
}
.ecmr-slider-img,.ecmr-slider-content {
    width: 50%;
    display: inline-block;
}

.ecmr-slider-content {
    display: table;
    height: 100%;
    padding: 0 70px;
    position: relative;
    float: right;
    
}
.ecmr-slider-content-inside {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.ecmr-slider-title {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    font-family: 'Roboto Condensed';
}
.ecmr-slider-title > hr {
    border-top: 3px solid #040300;
    margin: 15px auto 25px auto;
    max-width: 20%;
    margin-left: 0 !important;
}
.ecmr-slider-description {
    color: #6a6665;
    font-size: 24px;
}
/*//////////////  ecommerce page end ////////////////////*/

/*//////////////  service page start ////////////////////*/

.ws-box
{
    padding: 15px;
    text-align: center;
}
.ws-box p
{
    min-height: 115px;
}
.ws-box-icon
{
    font-size: 50px;
}
.gps-tile-wrapper
{
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

.bg-color-01
{
    background-color: #2fadda;
}
.bg-color-02
{
    background-color: #3b2284;
}
.bg-color-03
{
    background-color: #46a245;
}
.bg-color-04
{
    background-color: #c7be22;
}
.gps-tile-box
{
    position: relative;
    overflow: hidden;
    float: left;
    width: 380px;
    height:495px;
    padding: 40px;
    text-align: center;
}
.gps-tile-box .gps-image {
    margin: -40px -40px 0 -40px;
}
.gps-type
{
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    opacity: .5;
    font-size: 20px;
    margin-top: 10px;
}
.gps-type:before
{
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
    content: " ";
    background: white;
}
.gps-content
{
    color: #fff;
    padding: 15px 20px;
}

.main-lagu-div
{
    padding: 20px 30px 0 30px;
    border-left: 6px solid #000;
}
.laguage-title
{
    margin:0 0 40px 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.laguage-content-div
{
    clear: both;
}
.laguage-box
{
    border-right: 1px solid #000;
    padding-left: 25px;
    min-height: 130px;
    margin-bottom: 20px;
    text-align: center;
}
.laguage-box:first-child
{
    padding-left: 0px;
}
.laguage-icon
{
    display: block;
    height: 72px;
    width: 72px;
    margin: 0 auto;
    text-align: center;
    
}
.laguage-icon img
{
    display: inline-block;
}
.laguage-box *
{
    color: #000;
}
/*//////////////  service page end ////////////////////*/


.rb-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background:#fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    pointer-events: none;
    cursor: default;
    overflow: auto;
    padding-top: 100px;
    
}

.rb-close {
    position: absolute;
    top: 100px;
    right: 0.4em;
    width: 2em;
    height: 2em;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1000;
}

.rb-close::before {
    content: 'x';
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 3em;
    line-height: 0.6;
    text-align: center;
    text-indent: 0px;
}


.rb-overlay .my-content
{
    padding: 60px;
}
.my-content .inner-h1-text
{
    margin-top: 0;
}
.overlay .my-content
{
    padding: 60px;
}
.overlay-btn,.overlay-btn:hover
{
    font-size: 20px;
    padding: 10px 20px;
    border: 3px solid;
}

.img-thumbs
{
    width: 100%;
    display: block;
}
.thumb-item
{
    width: 110px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom:10px;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.thumb-item:hover
{
    opacity: 0.5;
}
.my-overlay-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.my-overlay-list li
{
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    margin: 8px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}
.my-overlay-list li:before
{
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px;
    content: "\e089";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*///////////// contact us page start //////////////*/
.dark-grey-bg
{
    background: #161313;
}
.contact-hr
{
    width:100px;
    height: 1px;
    background: #3d3d3d;
    border: none;
}
.contact-block
{
    background: #1C9EAC;
    position: relative;
    overflow: hidden;
    clear: both;
    height: 200px;
}
.contact-txticn
{
    text-align: center;
    line-height: 200px;
}
.cont-object
{
    font-size: 34px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}

.right-panel-box
{
    background: #161313;
}
.con-img-box
{
    position: relative;
}
.con-img-box:before
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    border-style: solid;
    border-color: transparent transparent transparent #1C9EAC;
    border-width: 12px 0 12px 15px;
    z-index: 1;
}
.sky-blue-color
{
    color: #1C9EAC;
}
.contct-num
{
    padding: 30px 30px;
}
.contct-num span
{
    clear: both;
    display: block;
    text-align: left;
    color: #3d3d3d;
    font-size: 30px;
}
.contct-num span:first-child
{
    color: #1C9EAC; 
}
.contct-num span:last-child
{
    color: #fff; 
     font-size: 24px;
     margin-top: 10px;
    
}
.skew-brdr-div
{
    width: auto;
    height: 100%;
    padding: 0 80px 0 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
}
.skew-brdr-div:before
{
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #131010;
    border-left: 1px solid #57585a;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}
.con-big-text
{
    position: absolute;
    bottom: -5px;
    left: -10px;
    font-size: 59px;
    color: #146788;
}
.map-block
{
    padding: 50px 0;
    display: block;
    position: relative;
    border-top: 4px solid #161313;
     background: #f6f6f6;
}
.map-info
{
    padding: 20px;    
    position: relative;
    background: #252729;
    z-index: 1;
}
.cn-big-icon
{
    font-size: 150px;
    padding-left: 30px;
}
#map
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.contact-info
{
    margin: 10px 0; 
    text-align: left;
    
}
.span-title
{
    font-size: 36px;
    color: #3d3d3d;
    display: block;
    clear: both;
    margin: 10px 0;
    
}
.contact-table tr
{
    margin: 5px 0;
}


.my-form .form-group
{
    margin-bottom: 8px;
}
.my-form .form-control
{
    
    clear: both;
    width: 100%;
    border-radius: 0;
    background: #f6f6f6;
    vertical-align: top;
    padding: 14px 15px 11px 15px;
    color: #999;
    font-size: 18px;
    height:59px;
    line-height: 59px;
    border: none;
}
.my-form textarea.form-control
{
    height:120px;
    line-height: 1.3;
}
.error .control-label
{
    color: #E44040 !important;
}
.error .form-control
{
    background: #FBE2E2;
}
.my-form .control-label
{
    font-size: 18px;
    color: #1C9EAC;
    font-weight: 300;
}
.my-form .form-control:focus
{
     border-color:#f5f5f5;
    background: #fff !important;
    border: 1px solid #f5f5f5 !important;
    box-shadow: none;
}



.white-bg

{
    background: #fff;
}
.min-height
{
    min-height: 550px;
}
ul.strips
{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
ul.strips li
{
   
    margin-right:10px;
    margin-bottom:10px;
    width: fit-content;
    display: inline-block;
    text-align: center;
}
ul.strips li a
{
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background:#f5f5f5;
     padding: 5px 10px;
      -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.strips li:hover a
{
    background:#1C9EAC;
    color: #fff; 
}
ul.strips li.active a
{
    background:#1C9EAC !important;
    color: #fff; 
}
ul.strips li.active a:before
{
    background:#1C9EAC !important;
    color: #fff; 
}

.zoom-box {
    position: relative;
    line-height: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition:all 0.35s linear;
    transform: scale(1);
    overflow: hidden;
}
.zoom-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
    z-index: 2;
}
img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
}
.zoom-box .photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.zoom-box .photo img, .zoom-box .desc {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zoom-box .desc {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.zoom-box .desc .desc-img img {
    max-width: 30% !important;
    padding-bottom: 15px;
}
.zoom-box .desc .desc-txt {
    padding: 0 20px;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
}

.zoom-box:hover .desc {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.zoom-box:hover .photo img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.mix {
    text-align: center;
    vertical-align: top;
    display: none;
    margin-bottom:30px;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 0;
}
.desc-wrap
{
    padding-top: 65px;
}
.work-box-icon
{
font-size: 40px;
    line-height: 1.3;
    /* margin-top: 50px; */
    color: #fff;
}
.overlay-btn span:before
{
    margin-left: 0px !important;
}


.cstm-padding
{
    padding: 150px 0;
}
.lang-bg
{
    background: #fff url('../images/bkg-02.jpg') no-repeat;
}
.short-hr
{
    width: 90px;
    height: 1px;
    border: none;
    margin:50px auto;
    margin-top:30px;
    background: #3d3d3d;
}
.service-hr
{
    background: #fff;
    width: 40px;
    height: 3px;
    border-radius: 5px;
    border: none;
    margin: 20px auto;
}
.white-bg
{
    background: #fff;
    
}
.text-width-300
{
    width: 40%;
    margin: 0 auto;
}
.lang-ul
{
    margin: 50px auto;
    margin-bottom:20px;
    padding: 0;
    list-style: none;
}
.lang-ul li
{
    background: #1C9EAC;
    padding: 6px;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 14px;
    border-radius: 5px;
}
.lang-ul li img
{
    width: 42px;
}

.my-btn
{
    background: #E1E1E1;
    text-decoration: none;
    color: #3d3d3d;
    text-decoration:none;
    line-height: 1.3;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.my-btn span,.my-btn span:before
{
     font-size: 16px;
}
.my-btn:hover,.my-btn:active,.my-btn:focus
{
    color: #fff;
    background:#1C9EAC;
     text-decoration: none;
}
.my-btn.hvr-outline-out:hover:before,.my-btn.hvr-outline-out:focus:before
{
    border-color: #1C9EAC ;
}
.sky-btn
{
     font-size: 16px;
}
.sky-btn.hvr-rectangle-in:before
{
    background:#fff;
}


.core-feature img
{
    width: 100%;
    height: 100%;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.seo-text
{
    font-size: 20px;
    padding: 20px;
}


.relative
{
    position: relative;
}


.timeline-dash
{
    height:2px;
    width:100%;
    border-top: 1px dotted #989898;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin: auto;
}
.timeline-box
{
    padding: 10px;
    margin: auto;
    min-height: 125px;
    position: relative;
    text-align: center;
}

.timeline-top .timeline-box
{
    margin-bottom: 128px;
}

.timeline-bottom .timeline-box
{
    margin-top: 128px;
}
.timeline-bottom .vr-line,.timeline-top  .icon-timeline
{
    top: 0;
}
.timeline-top .vr-line,.timeline-bottom .icon-timeline
{
    bottom: 0;
}
.vr-line
{
    height: 45px;
    width: 1px;
    border-left: 1px dotted #989898;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.icon-timeline
{
     background: #f5f5f5;
    width: 80px;
    height: 80px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right:0;
    padding: 15px;
    border-radius: 100%;
   
}
.icon-timeline

{
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border: 2px solid gray;
    border-bottom: 0;
    z-index: 2;
}
.icon-timeline span
{
    font-size: 40px;
    color:#3d3d3d;
     opacity: 1;
     animation: zoomIn 0.3s linear 0.6s both;
}

.over-detail
{
    display: none;
     opacity: 0;
}
.over-detail .normal-text
{
    line-height: 1.3;
}
.over-detail  h3
{
     animation: zoomOut 0.3s linear 0.6s both;
}
.over-detail  .normal-text
{
     animation: fadeOut 0.4s linear 0.6s both;
}

.timeline-bottom .a-timeline:hover .over-detail  h4
{
     animation: fadeInDown 0.3s linear 0.6s both;
}
.timeline-top .a-timeline:hover .over-detail  h4
{
     animation: fadeInUp 0.3s linear 0.6s both;
}
.a-timeline:hover .over-detail  .normal-text
{
     animation: fadeIn 0.4s linear 0.6s both;
}
.a-timeline
{
    text-decoration: none;
}
.a-timeline:hover .icon-timeline
{
     width: 170px;
    height: 170px;
}

.a-timeline:hover .icon-timeline span
{
    display: none;
     opacity: 0;
      animation: zoomOut 0.2s linear 0.5s both;
}

.text-width-70per
{
    width: 70%;
    margin: auto;
}

.a-timeline:hover .over-detail
{
    display: block;
    opacity: 1;
}
.icon-timeline,.icon-timeline span,.over-detail
{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

 .time-title
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.timeline-bottom .time-title
{
    top: -35px;
}
.timeline-top .time-title
{
    bottom: -35px;
}
.timeline-bottom .time-title
{
    animation: fadeInUp 0.3s linear 0.6s both;
}
.timeline-top .time-title
{
    animation: fadeInDown 0.3s linear 0.6s both;
}
.timeline-bottom .timeline-box:hover .time-title
{
    animation: fadeOutDown 0.3s linear 0.6s both;
}
.timeline-top .timeline-box:hover .time-title
{
    animation: fadeOutUp 0.3s linear 0.6s both;
}



.my-table table th
{
    background: #1C9EAC;
    color: #fff;
}

#mixitup
{
    min-height: 500px;
}

.service-table
{
    position: relative;
    background:#E7E9ED;
}
.service-table-bg
{
    background:url('../images/graphic-table.jpg') no-repeat top center;
    height: 800px;
    max-height: 800px;
    width:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.service-content-abs
{
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 800px;
    text-align: center;
}
.graphic-text-div 
{
    margin: 10px auto !important;
    width:300px;
    text-align: center !important;
}
.graphic-text-div  .graphic-text-cycle
{
    margin: 0 auto !important;
    text-align: center !important;
}
.graphic-text-cycle h2
{
    text-align: center !important;
    right: 0;
    text-transform: uppercase;
}
.graphic-dots
{
    position: absolute;
    top: 0px;
    left:0;
    
}
.graphic-dots.print
{
    top: 25px;
    left:240px;
}

.graphic-dots.logo
{
    top: 67px;
    right: 302px;
    left: auto;
}
.graphic-dots.infographic
{
    top: 289px;
    right: auto;
    left: auto;
}

.graphic-dots.social-ms
{
    top: 574px;
    right: 363px;
    left: auto;
}
.graphic-dots.brandI
{
    top: 644px;
    right: 152px;
    left: auto;
}
.graphic-dots.online-ms
{
    top: 480px;
    left: 251px;
}

.graphic-detail
{
    display: none;
    opacity: 0;
}
.graphic-dots:hover .graphic-detail
{
    display: block;
    opacity: 1;
}
.graphic-dots .grey-dots .graphic-title
{
    color: #fff;
    margin: 0 auto;
    max-width:160px;
   animation: zoomOut 0.3s linear 0.6s both;
}
.graphic-dots:hover .grey-dots .graphic-title
{
     animation: fadeInUp 0.3s linear 0.6s both;
}
.graphic-hr
{
    animation: fadeOut 0.4s linear 0.6s both;
    width: 120px;
    height: 2px;
    background: #fff;
    margin: 8px auto;
}
.graphic-dots:hover .graphic-hr
{
    animation: fadeInDown 0.4s linear 0.6s both;
}
.graphic-dots .grey-dots p
{
    color: #fff;
    margin: 0 auto;
    max-width:180px;
   animation: fadeOut 0.5s linear 0.6s both;
}

.graphic-dots:hover .grey-dots p
{
     animation: fadeIn 0.5s linear 0.6s both;
}
.graphic-dots .grey-dots
{
    width: 30px;
    height: 30px;
    color:#fff;
    line-height:30px;
    border-radius: 50%;
    background: #1C9EAC;
    box-shadow: 0 0 0 2px rgba(255,255,255,1),0 0 0 3px rgba(160,160,160, 0.8);
   
}
.graphic-dots:hover .grey-dots

{
    width: 220px;
    height: 220px;
     color:#1C9EAC;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.02),0 0 0 3px rgba(255,255,255,1),0 0 0 4px rgba(28,158,172, 0.8);
}
.grey-dots,.graphic-title,.graphic-hr,.grey-dots p
{
     transition: all 0.6s linear;
}


/********************** graphic design page css start *********************************/

.gr-blue-bg
{
    background: #2d3a4b;
    text-align: center;
    width: 65%;
    height: 100%;
    margin:194px auto;
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    z-index: -1;
}

.lead-left
{
    position: relative;
    left: 240px;
    float: left;
}
.lead-right
{
    position: relative;
    right: 240px;
    float: right;
}
.main-ttl-design
{
    white-space: normal; 
    width:600px;
    word-wrap: break-word;
    font-size: 78px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 30px;
    margin: auto;
    text-align: center;
    padding: 150px 0;
    text-shadow: 0px 8px 20px rgba(0,0,0, 0.6);
    -webkit-text-shadow: 0px 8px 20px rgba(0,0,0, 0.6);
    -moz-text-shadow: 0px 8px 20px rgba(0,0,0, 0.6);
    -ms-text-shadow: 0px 8px 20px rgba(0,0,0, 0.6);
    -o-text-shadow: 0px 8px 20px rgba(0,0,0, 0.6);
}
.gr-div
{
    width: 90%;
    height: 450px;
    background: #000;
    margin: auto;
    left:0;
    position: relative;
     box-shadow: 0px 6px 40px rgba(0,0,0, 0.5);
}

.gr-logo-div
{
    background: #D8B671;
}

.gr-brochure-div
{
	background:#715F49;
}
.gr-poster-div
{
    background: #A9A1AF;
}
.gr-typography-div
{
    background: #A4C382;
}
.gr-stationary-div
{
    background: #6C97C5;
}
.gr-business-card-div
{
     background: #5F7B77;
}
.gr-fb-timeline-div
{
     background: #A9C9CE;
}
.gr-info-div
{
     background: #CFCFB3;
}

.gr-ebook-div
{
    background: #DED8CA;
}

.gr-greeting-div
{
     background: #E6D7B0;
}
.gr-email-div
{
    background: #E0D1BE;
}
.gr-banner-div
{
    background: #E2CA88;
}
.gr-print-div
{
    background: #C7D0D9;
}
.gr-dashboard-div
{
    background: #B9D3D8;
}
.gr-img-div
{
    position: absolute;
    top: 0px;
    right:0px;
    width: 500px;
    height:430px;
    overflow:hidden;
    box-shadow: 0px 6px 40px rgba(0,0,0, 0.5);
    
}
.gr-img-div-short
{
    position: absolute;
    top: 0;
    right:-163px;
    width: 500px;
    height:430px;
    overflow:hidden;
    box-shadow: 0px 6px 40px rgba(0,0,0, 0.5);
}
.gr-img-div-long
{
    position: absolute;
   top: 0;
    right:-163px;
     width: 700px;
    height:430px;
    overflow:hidden;
    box-shadow: 0px 6px 40px rgba(0,0,0, 0.5);
}
.forth
{
    z-index: 1;
}


.gr-img
{
    position: absolute;
    top:0;
     bottom: 0;
     right: 0;
     left: 0;
}
.gr-text-div
{
    position: absolute;
    top: 0;
    left:-60px;
    width: 510px;
    height:400px;
    overflow: hidden;
    background: white;
    text-align:center;
    vertical-align: middle;
    box-shadow: 0px 6px 40px rgba(0,0,0, 0.5);
    
       display: flex;
      justify-content: center;
      align-items: center;
      
}
.gr-text-div-resp
{
    position: absolute;
    top: 0;
    left:-60px;
    width: 200px;
     height: 100px;
    overflow: hidden;
    background: white;
    text-align:center;
    vertical-align: middle;
    box-shadow: 0px 6px 40px rgba(0,0,0, 0.5);
    
       display: none;
      justify-content: center;
      align-items: center;
}
.gr-text-div-resp a
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.gr-text-div h1
{
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: auto;
    font-size: 30px;
    
}
.gr-child-text
{
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gr-hr-long
{
    width: 100%;
    height: 2px;
    background: #b2b2b2;
    border: none;
}
.gr-hr-short
{
    width: 80%;
    height: 2px;
    background: #b2b2b2;
    border: none;
}
.space-div
{
    height: 300px;
}

.gr-left-gellery
{
  background: #f5f5f5;
  width: 100%;
  z-index: 2;
  position:fixed;
    height: 100%;
    top: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}
.gr-left-gellery {
  left: -100%;

}
.gr-left-gellery.pushmenu-open 
{
  left: 0;
}

.gr-body-bg-toright {
  left: 100%;
}
.gr-body-bg-0ffright {
  left: 0;
}
/*Transition*/
.gr-left-gellery, .gr-body-bg, .gr-div {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;  
}



.gr-left-gellery a.open-close
{
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: right;
    z-index: 1;
}
.gr-left-gellery a.open-close span:before
{
   font-size: 30px;
}


.gr-thumb
{
    margin-bottom: 20px;
    text-align: center;
}
.gr-thumb .desc-wrap {
    padding-top: 75px;
}

.left-pnl-sec
{
    margin: auto;
}

.gr-child-text .hvr-bounce-to-right:before
{
    background: #2D3A4B;
}
.gr-child-text .sky-btn
{
    border: 1px solid #2D3A4B;
    color: #2D3A4B;
}
.gr-left-gellery a.open-close
{
     color: #2D3A4B;
}
.gr-body-bg .scrollToTop
{
    background: #2D3A4B;
}
.gr-body-bg .scrollToTop span
{
    text-shadow: 0px 4px 3px #171E27;
}

.gr-contact-text
{
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    white-space: normal;
    word-wrap: break-word;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    margin:auto;
    text-align: center;
    padding: 10px 0;
    text-shadow: 0px 8px 20px rgba(0,0,0, 0.6);
    transition: all 0.2s ease-in-out;
}
.cnt-hr-short
{
    width: 100px;
    height: 2px;
    background: #fff;
    border: none;
}
.gr-contact-text:hover
{
    color: #9FC2F1;
}
.section
{
    position: relative;
}
