@font-face {
	font-family: miso;
	src: url(../fonts/miso.otf);
}
@font-face {
	font-family: miso-regular;
	src: url(../fonts/miso-regular.ttf);
}
@font-face {
	font-family: Pangram-Medium;
	src: url(../fonts/Pangram-Medium.otf);
}
@font-face {
	font-family: Pangram-Regular;
	src: url(../fonts/Pangram-Regular.otf);
}
body {
	color:#fff;
	padding:0;
	margin:0;
	font-family:miso;
	font-weight:normal;
	text-shadow:none;
	font-size:20px;
	line-height:24px;
}
* {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	list-style:none;
}
a, div, :hover, :active {
	outline:none !important;
}
p {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Pangram-Medium;
}
::selection {
	color:#fff;
	background:#000;
}
::-moz-selection {
color:#fff;
background:#000;
}
::-webkit-selection {
color:#fff;
background:#000;
}
/*------------------------------------------------------*/
header {
	float:left;
	width:100%;
	background:#000;
	padding:15px 0;
	position:fixed;
	transition:all 0.4s ease-in;
	z-index:9999;
}
.logo {
	float:left;
	transition:all 0.3s ease-in;
}
.logo img {
	width:110px;
}
header nav {
	float:right;
	margin-top:24px;
}
header nav ul li {
	display:inline-block;
	margin-left:35px;
}
header nav ul li a {
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
	font-family:Pangram-Regular;
	text-decoration:none !important;
}
header nav ul li a:hover, header nav ul li a:active {
	color:#F69E1F;
}
.wrap {
	padding:0 100px;
}
header nav ul li:first-child a {
	color:#c91679;
}
header nav ul li:nth-child(2) a {
	color:#ea155f;
}
header nav ul li:nth-child(3) a {
	color:#eb2423;
}
header nav ul li:nth-child(4) a {
	color:#ed552b;
}
header nav ul li:nth-child(5) a {
	color:#f79f1f;
}
.banner-panel {
	float:left;
	width:100%;
	background:#e4e5e6;
	padding:80px 0 40px 0;
}
.animation-wrap {
	width:80%;
	margin:0 auto;
	position:relative;
}
.animation-div {
	position:relative;
	text-align:center;
	width:100%;
} /*.animation-div img{ width:380px; position:relative; z-index:999;}*/
.content-div {
	width:100%;
	background:#fff;
	min-height:200px;
	margin-top:-90px;
	float:left;
	position:relative;
}
.banner-caption {
	position:absolute;
	border:solid 5px #000;
	min-height:200px;
	left:20px;
	right:0;
	top:20px;
	bottom:0;
	width:100%;
}
.banner-caption p {
	color:#000;
	font-size:30px;
	font-family:miso;
	text-align:center;
	padding:40px 50px;
	line-height:32px;
}
.down-arrow {
	position:relative;
	float:left;
	width:100%;
}
.down-arrow a {
	display:block;
	width:53px;
	height:30px;
	margin:50px auto 0px auto;
	cursor:pointer;
}
.about-section {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:100px 0;
	background:#000;
}
.about-mage-bg {
	padding-left:150px;
	padding-right:150px;
	position:relative;
	max-width:980px;
	margin:0 auto;
}
.about-mage-bg img {
	width:100%;
}
.about-section .wrap {
	position:relative;
	padding:0 190px;
}
.about-content-div {
	position:absolute;
	width:120px;
	text-align:center;
}
.about-content-div h3 {
	font-family:Pangram-Regular;
	background:#000;
	width:auto;
	display:inline-block;
	margin:0;
	padding:5px 10px;
	font-size:22px;
	color:#c81679;
	cursor:pointer;
}
.about-content-div p {
	font-size: 17px;
	left: -30%;
	line-height: 17px;
	position: relative;
	right: -30%;
	width: 160%;
	z-index: 99;
	background:#000;
	padding:5px;
}
.position-1 {
	top:80px;
	left:11%;
}
.position-2 {
	top:120px;
	left:38.5%;
}
.position-2 h3 {
	color:#e9155f;
}
.position-3 {
	top:280px;
	left:38.5%;
}
.position-3 h3 {
	color:#ea2423;
}
.position-4 {
	top:400px;
	left:49.3%;
}
.position-4 h3 {
	color:#EC552B;
}
.position-5 {
	top:430px;
	left:76.8%;
}
.position-5 h3 {
	color:#F69E1F;
}
.what-we-do-section {
	float:left;
	width:100%;
	background:#E3E4E6;
	padding:0 0 60px 0;
	position:relative;
}
.what-we-do-section:before {
	position:relative;
	content:'';
	height:120px;
	background:#fff;
	width:100%;
	float:left;
}
.title-div {
	position:relative;
	width:100%;
	text-align:center;
	float:left;
	margin-top: -50px;
}
.title-div h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	background:#000;
	padding:20px 50px;
	width:auto;
	display:inline-block;
	margin:0;
}
.project-wrap {
	float:left;
	width:100%;
	padding:70px 0 40px 0;
}
.project-wrap ul li {
	float:left;
	width:20%;
	padding:0 5px;
}
.project-wrap ul {
	margin:0 -5px;
}
.project-wrap ul li img {
	width:60%;
	max-width: 130px;
}
.item-wrap {
	background:#F33;
	padding:30px 20px;
	text-align:center;
}
.item-wrap h3 {
	margin-bottom:15px;
}
.project-wrap h3 {
	font-size:14px;
	font-weight: bold;
}
.project-item-1 .item-wrap {
	background:#C81679;
}
.project-item-2 .item-wrap {
	background:#E9155F;
}
.project-item-3 .item-wrap {
	background:#EA2423;
}
.project-item-4 .item-wrap {
	background:#EC552B;
}
.project-item-5 .item-wrap {
	background:#F69E1F;
}
.our-work-section {
	float:left;
	width:100%;
	padding:80px 0 30px 0;
	background:#fff url(../images/work-bg.png) repeat-x left 50px;
}
.our-work-section .wrap {
	padding:0 250px;
}
.our-work-section .title-div {
	margin-top:-10px;
}
.work-panel {
	float:left;
	width:100%;
	padding-top:70px;
}
.work-item {
	float:left;
	width:100%;
	height:170px;
	overflow:hidden;
	margin-bottom:30px;
}
.work-item img {
	width:100%;
}
.our-work-section .owl-theme .owl-controls {
	margin-top:0;
}
.our-work-section .owl-buttons {
	display:none;
}
.our-work-section .owl-theme .owl-controls .owl-page span {
	width:15px;
	height:15px;
	opacity:1;
}
.our-work-section .owl-theme .owl-controls .owl-page:first-child span {
	background:#c81679;
}
.our-work-section .owl-theme .owl-controls .owl-page:nth-child(2) span {
	background:#e9155f;
}
.our-work-section .owl-theme .owl-controls .owl-page:nth-child(3) span {
	background:#ea2423;
}
.our-work-section .owl-theme .owl-controls .owl-page:nth-child(4) span {
	background:#ec552b;
}
.our-work-section .owl-theme .owl-controls .owl-page:nth-child(5) span {
	background:#f69e1f;
}
.our-work-section .active span {
	opacity:.7 !important;
}
.client-speak-section {
	float:left;
	width:100%;
	padding:70px 0;
}
.client-speak-section .wrap {
	padding-left:80px;
	padding-right:80px;
}
.client-speak-section .title-div {
	margin:0;
}
.client-speak-section .title-div h1 {
	background:none;
	position:relative;
	color:#000;
	padding:35px 40px;
	font-size:40px;
}
.client-speak-section .title-div h1:before {
	position:absolute;
	top:0;
	height:25px;
	border:solid 3px #000;
	border-bottom:none;
	width:100%;
	content:'';
	left:0;
	right:0;
	margin:auto;
}
.client-speak-section .title-div h1:after {
	position:absolute;
	bottom:0;
	height:25px;
	border:solid 3px #000;
	border-top:none;
	width:100%;
	content:'';
	left:0;
	right:0;
	margin:auto;
}
.client-speak-section .title-div h1 strong {
	font-weight:normal;
}
.client-speak-section .title-div h1 strong:first-child {
	color:#cc1679;
}
.client-speak-section .title-div h1 strong:nth-child(2) {
	color:#eb155f;
}
.client-speak-section .title-div h1 strong:nth-child(3) {
	color:#ec2423;
}
.client-speak-section .title-div h1 strong:nth-child(4) {
	color:#ef552b;
}
.client-speak-section .title-div h1 strong:nth-child(5) {
	color:#f8a01f;
}
.feedback-wrap {
	float:left;
	width:100%;
	padding:40px 0 20px 0;
	position:relative;
}
.feedback-txt {
	padding:0 15px;
}
.feedback-txt p {
	color:#000;
	font-size:23px;
	line-height:28px;
	text-align:justify;
}
.feedback-txt strong {
	font-size:24px;
	margin-top:20px;
	float:left;
}
.feedback-txt .clnt-1 {
	color:#c91679;
}
.feedback-txt .clnt-2 {
	color:#eb2423;
}
.feedback-txt .clnt-3 {
	color:#f79f1f;
}
.feedback-wrap:before {
	position:absolute;
	top:0;
	left:-60px;
	content:'';
	background:url(../images/quote-icon.png) no-repeat;
	background-size:100%;
	width:180px;
	height:180px;
}
.feedback-wrap:after {
	position:absolute;
	bottom:50px;
	right:-60px;
	content:'';
	background:url(../images/quote-icon.png) no-repeat;
	background-size:100%;
	width:180px;
	height:180px;
	transform:rotate(180deg);
}
footer {
	float:left;
	width:100%;
	background:#000;
	padding:40px 0 100px 0;
	position:relative;
}
footer h2 {
	text-transform:uppercase;
	text-align:center;
	margin-bottom:60px;
}
footer ul li {
	display:inline-block;
	margin-right:20px;
}
footer ul li p {
	font-size:21px;
}
footer ul li p strong {
	font-family:Pangram-Medium;
	font-weight:normal;
}
footer ul li:first-child p strong {
	color:#c91679;
}
footer ul li:nth-child(2) p strong {
	color:#ea155f;
}
footer ul li:nth-child(3) p strong {
	color:#eb2423;
}
footer ul li a img {
	width:35px;
	height:auto;
}
footer ul li a {
	color:#fff !important;
	text-decoration:none !important;
}
.form-panel {
	float:left;
	width:100%;
	padding:30px 0;
	position:relative;
	z-index:999;
}
.form-panel label {
	width:100%;
	margin-bottom: 15px;
}
.txt-box {
	border:solid 1px #727273;
	width:100%;
	max-width:100%;
	min-width:100%;
	background:none;
	padding:10px 15px;
	font-weight:normal;
	font-size:24px;
}
.txt-box:focus {
	border-color:#f69e1f;
}
.form-panel textarea {
	height:112px;
	max-height:112px;
	min-height:112px;
}
.send {
	background:#f69e1f;
	color:#000;
	border:none;
	text-transform:uppercase;
	padding:11px 25px;
	margin-left:10px;
	float:right;
	font-family:Pangram-Medium;
	font-size:18px;
}
footer:after {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	content:'';
	background:url(../images/work-bg.png) repeat-x center top;
	height:120px;
	z-index:0;
	opacity:0.5;
}
.sml {
	padding:5px 0 8px 0;
	position:fixed;
	z-index:9999;
}
.sml nav {
	margin-top:14px;
}
.sml-logo {
	width:70px;
	margin-top:5px;
}
.sml-logo img {
	width:100%;
	transition:all 0.2s ease-in;
}
#togg-1, #togg-2, #togg-3, #togg-4, #togg-5 {
	display:none;
}
.captcha {
	width:122px;
	margin-right:10px;
}
.form-panel ul {
	float:right;
}
.form-panel ul li {
	float:left;
	margin:0;
}
.active {
	color:#fff !important;
}
/*-------------------------------END----------------------*/
.animation-div canvas {
	position: relative;
	z-index: 999;
}
.back p {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size:20px;
	font-weight: bold;
}
.flipper .back {
	text-align: center;
	display: table;
	vertical-align:middle;
}
.about-section h3 {
	display:none;
}
.about-section a h3 {
	display:block;
}
.about-section a {
	text-decoration:none !important;
}
.menu {
	float:right;
	color:#fff !important;
	font-size:30px;
	text-decoration:none !important;
	display:none;
	cursor:pointer;
}
.feedback-wrap:before, .feedback-wrap:after {
	display:none;
}
/*===========================================================
Newly Added on 17-April-2017
===========================================================*/
.contact-message.success-msg {
	background: #1e9e74;
	margin-bottom: 28px;
	padding: 5px 0;
	text-align: center;
}
.form-panel .error-msg {
	background: #f69e1f;
	float: left;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	width: 100%;
}
.sb-captcha {
	border: 3px solid #a3335b;
}
.owl-controls {
	display:none !important;
}

.animation-wrap .down-arrow a {
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 36px auto 0;
    width: 53px;
}

/*=================Popup======================*/
.show-pop {
    background: #000;
	max-width: 500px;
	width: 90%;
	top: 20px;
    position: fixed;
    z-index: 99999;
	left:0;
	right: 0;
	margin: 0 auto;
	padding-bottom: 47px;
}
.show-pop-shadow {
    background: url(../images/pop-bg.png) repeat;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99998;
}
.pop-wrap{
	width: 100%;
	position: relative;
	color: #fff;
}
.pop-wrap .fa-close {
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.popup-area {
    margin: 0;
    padding: 10px 10px 0 10px;
}

.popup-area .pop-logo{
	width: 192px;
	margin:0;
	padding:0;
	float: left;
}
.pop-logo > img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 180px;
}
.popup-area .company-img{
	width:100%;
	margin: 0 auto 20px;
}
.company-img > img {
    height: auto;
    width: 100%;
}
.sb-color {
    background: #000;
    margin: 0 auto;
    width: 100%;
	padding: 40px;
}
.sb-color > h1 {
    color: #fff;
    font-size: 22px;
	margin: 5px 0;
	padding: 0;
}
.sb-color > h2 {
    color: #fff;
    font-size: 24px;
	margin: 15px 0;
	padding: 0;
}
.sb-color > h3 {
    color: #fff;
    font-size: 16px;
	margin: 22px 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
.sb-color > p {
    color: #fff;
    font-size: 18px;
	margin: 15px 0 10px;
	padding: 0;
	text-align: justify;
	float: left;
	width: 100%;
}
.sb-link{
	width: 100%;
	text-align: center;
}
.sb-link i{
	font-size: 30px;
}
.sb-link a i {
    background: #fff;
    border-radius: 19px;
    color: #000;
    float: left;
    font-size: 24px;
    height: 40px;
    margin: 15px 8px 0;
    padding: 8px;
    width: 40px;
}
.sb-link a:nth-child(1){
	color: #C81679;
}
.sb-link a:nth-child(2){
	color: #E9155F;
}
.sb-link a:nth-child(3){
	color: #EA2423;
}
.sb-link a:nth-child(4){
	color: #EC552B;
}
.sb-link a:nth-child(5){
	color: #F69E1F;
}

#pop-6, #pop-5, #pop-4, #pop-3, #pop-2, #pop-1{
	display: none;
}
.work-item{
	cursor: pointer;
}
.body-fixed{
	overflow:hidden;
	width:100%;
	height: 100%;
}
.sb-color > h1 span {
    color: #f69e1f;
    display: block;
    font-size: 20px;
    margin-top: 4px;
}

.feedback-txt.one-cote::before {
    background:url(../images/quote-icon.png) no-repeat;
    content: "";
    height: 200px;
    left: -39px;
    position: absolute;
    top: -42px;
    width: 197px;
	z-index:-1;
}
.feedback-txt.two-cote::before {
    background:url(../images/quote-icon2.png) no-repeat;
    content: "";
    height: 200px;
    right: -36px;
    position: absolute;
    bottom: -8px;
    width: 197px;
	z-index:-1;
}

.sb-color strong {
    float: left;
    margin: 1%;
    padding: 6px;
    width: 48%;
}

.sb-color strong:nth-child(1){
	background: #C81679;
}
.sb-color strong:nth-child(2){
	background: #E9155F;
}
.sb-color strong:nth-child(3){
	background: #ED562B;
}
.sb-color strong:nth-child(4){
	background: #F69E20;
}
/*===========================================================
Media Query
============================================================*/
@media (max-width: 1920px) {
	.about-content-div {
		max-width:980px;
	}
}

@media (max-width: 1024px) {
	.banner-caption p {
		font-size:24px;
	}
	.item-wrap h3 {
		font-size:20px;
	}
	.our-work-section .title-div {
		margin-top:-35px;
	}

	.item-wrap {
		padding:20px 15px;
	}
	.work-item {
		height:auto;
	}
	.project-wrap {
		padding-top:20px;
	}
	.what-we-do-section .wrap {
		padding:0 50px;
	}

	.client-speak-section {
		padding-top:140px;
	}
	.about-section .wrap {
		padding:0 120px;
	}
	.about-content-div {
		max-width:760px;
	}
	.position-1 {
		left:13.4%;
	}
	.position-2 {
		top:90px;
		left:37.7%;
	}
	.position-3 {
		top:300px;
	}
	.position-4 {
		top:265px;
	}
	.position-5 {
		left:71%;
		top:310px;
	}
}

@media (max-width: 980px) {
	.item-wrap h3 {
		font-size:14px;
	}
	.item-wrap {
		padding:20px 10px;
	}
	.item-wrap {
		min-height:190px;
	}
	.our-work-section {
		padding-top:110px;
	}
	.our-work-section .wrap {
		padding:0 200px;
	}
	.client-speak-section {
		padding-top:160px;
	}
	.about-section .wrap {
		padding:0 100px;
	}
	.front, .back {
		height:50%;
	}
	.position-1 {
		left:13.4%;
		top:80px;
	}
	.position-2 {
		left:38%;
	}
}

@media (max-width: 800px) {
	.client-speak-section .wrap {
		padding-left:10px;
		padding-right:10px;
	}
	.feedback-txt {
		padding:0;
	}
	.feedback-txt p {
		font-size:18px;
	}
	.client-speak-section {
		margin-top:0;
	}

	.wrap {
		padding:0 70px !important;
	}
	.work-panel {
		padding-top:30px;
	}
	.what-we-do-section .wrap {
		padding:0 !important;
	}
	.back p {
		font-size:18px;
	}
	.banner-caption p {
		line-height:28px;
	}
	.about-section .wrap {
		padding:0 20px !important;
	}
	.position-1 {
		left:16%;
	}
	.position-2 {
		left:37.7%;
		top:50px;
	}
	.position-3 {
		left:37.7%;
		top:200px;
	}
	.position-4 {
		left:47.3%;
		top:250px;
	}
	.position-5 {
		left:68.7%;
		top:290px;
	}
}

@media (max-width: 640px) {
	.banner-caption p {
		font-size:20px;
		line-height:22px;
		padding:40px 30px;
	}
	.item-wrap {
		min-height:400px;
	}
	.project-wrap ul li {
		width:100%;
		margin-bottom:20px;
	}
	.item-wrap {
		padding:30px;
	}
	.back p {
		font-size:36px;
		line-height:36px;
	}
	.item-wrap h3 {
		font-size:36px;
	}
	.wrap {
		padding:0 !important;
	}
	.our-work-section .wrap {
		padding:0;
	}
	.our-work-section {
		height:auto;
	}
	.title-div h1 {
		width:100%;
	}
	.what-we-do-section {
		margin-top:65px;
	}
	.project-wrap {
		padding-top:15px;
		padding-bottom:0;
	}
	.project-wrap ul li {
		margin-bottom:15px;
	}
	.our-work-section {
		background-size:160%;
	}
	.work-item {
		margin-bottom:15px;
	}
	.work-panel {
		padding-bottom:0;
	}
	.our-work-section {
		padding-bottom:20px;
	}
	.client-speak-section {
		margin-top:0;
	}
	.client-speak-section {
		padding-top:30px;
	}
	.feedback-txt strong {
		margin-bottom:30px;
		width:100%;
		margin-top:0;
	}
	.feedback-wrap {
		padding-bottom:0;
	}
	.client-speak-section {
		padding-bottom:40px !important;
	}
	.title-div h1 {
		font-size:30px;
		padding:15px 0;
	}
	.back p {
		font-size:24px;
		line-height:26px;
		text-align:left;
		vertical-align:middle !important;
	}
	.item-wrap h3 {
		font-size:24px;
	}
	.flipper .front {
		width:70% min-height:100px !important;
		padding:30px;
	}
	.flipper .back {
		width:30%;
		height:130px !important;
		background:#000;
		padding:20px;
	}
	.item-wrap {
		padding:0;
		min-height:100px !important;
		overflow:hidden;
	}
	.project-wrap ul li img {
		width:auto;
		height:35px;
		margin-top:18px;
		float:right;
	}
	.project-wrap ul li {
		height:130px;
		overflow:hidden;
	}
	.about-content-div {
		position:relative;
	}
	.position-1, .position-2, .position-3, .position-4, .position-5 {
		position:relative !important;
		float:left !important;
		width:100% !important;
		left:0 !important;
		top:0 !important;
	}
	#togg-1, #togg-2, #togg-3, #togg-4, #togg-5 {
		display:block !important;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.about-content-div p {
		width:100%;
		font-size:24px;
		line-height:30px;
	}
	.about-content-div h3 {
		font-size:24px;
	}
	.about-mage-bg {
		padding:0 70px;
	}
	.about-mage-bg img {
		margin-bottom:40px;
	}
	.project-wrap {
		padding:5px;
	}
	.about-section .wrap {
		position:relative;
	}
	.about-section .wrap:before {
		position:absolute;
		content:'';
		border:solid 3px #fff;
		top:12%;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.position-5 {
		padding-bottom:50px;
	}
	.about-section {
		padding-bottom:50px;
	}
	.about-mage-bg img {
		background:#000;
		padding:0 60px;
	}
	.feedback-txt, .feedback-txt p {
		text-align:center;
	}
	footer ul li {
		width:100%;
		text-align:center;
	}
	.about-section h3 {
		display:block;
	}
	.about-section a {
		display:none;
	}
	header nav {
		width:100%;
		position:relative;
	}
	nav ul.menu-items {
		display:none;
		width:100%;
		position:relative;
		clear:both;
		padding-top:15px;
	}
	.menu-items li {
		float:right;
		clear:both;
		width:100%;
		border-top:solid 1px #444;
	}
	.menu-items li a {
		text-align:center;
		width:100%;
		font-size:17px;
		width:100%;
		float:left;
		font-size:16px;
		padding:10px 0;
	}
	.menu {
		display:block;
		clear:both;
		margin-top:-3px;
		margin-bottom:6px;
	}
	.logo {
		position:absolute;
		z-index:9999;
	}
	footer .wrap {
		padding: 0 25px !important;
	}
	footer ul li p {
		font-size:18px;
	}
	.logo img {
		width:80px;
	}
	.menu {
		margin-top:-15px;
		margin-bottom:15px;
	}
	.sml .menu {
		margin-top:0;
	}
	.client-speak-section {
		padding-top:80px;
	}
}

@media (max-width: 480px) {
	.banner-caption {
		top:10px;
		left:10px;
	}
	.animation-wrap {
		width:90%;
	}
	.project-wrap {
		padding-top:20px;
	}
	header nav {
		margin-top:14px;
	}
	header nav ul li a {
		font-size:14px;
	}
	.client-speak-section .title-div h1 {
		font-size:52px;
	}
	.client-speak-section {
		margin-top:0;
	}
	.client-speak-section {
		padding:30px 0 70px 0;
	}
	.feedback-txt strong {
		width:100%;
		margin-top:0;
	}
	.feedback-wrap {
		padding-bottom:0;
	}
	.form-panel ul li {
		width:100%;
		margin-bottom:10px;
	}
	.send {
		width:100%;
	}
	.content-div, .banner-caption {
		min-height:220px;
	}
	.our-work-section {
		padding-bottom:0;
	}
	.work-panel {
		padding-bottom:40px;
	}
	.client-speak-section .down-arrow {
		padding-top:0;
	}
	.client-speak-section .down-arrow a {
		margin-top:10px;
	}
	.animation-div {
		width:100%;
	}
	.animation-div img {
		width:100%;
	}
	.about-section .wrap:before {
		top:5%;
	}
	.item-wrap h3 {
		font-size:18px;
	}
	.flipper .front {
		padding:15px;
	}
	.project-wrap ul li {
		height:90px;
	}
	.flipper .back {
		height:90px !important;
		padding:15px;
	}
	.back p {
		font-size:18px;
		line-height:20px;
	}
	.project-wrap ul li img {
		margin-top:15px;
	}
	.project-wrap {
		padding-top:10px;
	}
	.logo img {
		width:70px;
	}
	.sml-logo img {
		width:60px;
	}
	.client-speak-section {
		padding-top:80px !important;
	}
	.menu {
		margin-top:-10px;
		margin-bottom:8px;
	}
	.sml .logo {
		margin-top:3px;
	}
	.logo {
		margin-top:-2px;
	}
	.sml .menu {
		margin-top:-8px;
	}
}

@media (max-width: 360px) {
	.animation-div canvas {
		position: relative;
		width: 229px;
		z-index: 999;
	}
	.content-div {
		margin-top: -71px !important;
	}
	.item-wrap {
		min-height:280px;
	}
	.project-wrap {
		padding-bottom:0;
		padding-top:0;
	}
	.title-div h1 {
		font-size:40px;
	}
	.work-panel {
		padding-bottom:0;
		padding-top:40px;
	}
	.client-speak-section {
		margin-top:0;
	}
	.client-speak-section .title-div h1 {
		font-size:36px;
	}
	.feedback-txt strong {
		width:100%;
		margin-top:0;
	}
	.feedback-txt {
		margin-bottom:40px;
		float:left;
	}
	.feedback-wrap {
		padding-bottom:0;
	}
	.form-panel ul li {
		width:100%;
		margin-bottom:10px;
	}
	.send {
		width:100%;
	}
	.content-div, .banner-caption {
		min-height:220px;
	}
	.logo img {
		width:70px;
	}
	.logo {
		margin-top:-2px;
	}
	.sml-logo {
		margin-top:1px;
	}
	.sml-logo img {
		width:65px;
	}
	header nav ul li {
		margin-left: 15px;
	}
	header nav ul li a {
		font-size:12px;
	}
	header nav {
		margin-top:9px;
	}
	.sml .menu {
		margin-top:-5px;
		margin-bottom:8px;
	}
	.banner-caption p {
		line-height:22px;
	}
	.content-div {
		margin-top:-100px;
	}
	.content-div, .banner-caption {
		min-height:240px;
	}
	.about-mage-bg {
		padding-left:15px;
		padding-right:15px;
	}
	.our-work-section {
		background-size:100%;
		background-position: left 67px;
	}
	.div-1, .logo-wrap {
		background-size:80%;
	}
	.logo-wrap {
		height:260px;
	}
	.banner-panel {
		padding-top:80px;
	}
	.what-we-do-section {
		margin-top:5px;
	}
	.what-we-do-section .title-div {
		margin-bottom:15px;
	}
	.work-panel {
		padding-top:15px;
	}
	.item-wrap h3 {
		font-size:14px;
	}
	.project-wrap ul li img {
		height:25px;
	}
	.back p {
		font-size:14px;
		line-height:16px;
	}
	.work-panel {
		padding-top:30px;
	}
	.menu {
		margin-top:-5px;
		margin-bottom:9px;
	}
 	@-webkit-keyframes div-1 {
	 0% {
	 background:url(../images/color-1.png) no-repeat center top;
	background-size:80%;
	}
	 10% {
	 background:url(../images/color-2.png) no-repeat center top;
	background-size:80%;
	}
	 20% {
	 background:url(../images/color-3.png) no-repeat center top;
	background-size:80%;
	}
	 30% {
	 background:url(../images/color-4.png) no-repeat center top;
	background-size:80%;
	}
	 40% {
	 background:url(../images/color-5.png) no-repeat center top;
	background-size:80%;
	}
	 50% {
	 background:url(../images/color-6.png) no-repeat center top;
	background-size:80%;
	}
	}
}

@media (max-width: 320px) {
	.logo img {
		width:50px;
	}
	header nav ul li a {
		font-size:9px;
	}
	.client-speak-section .title-div h1 {
		font-size:28px;
	}
	.content-div, .banner-caption {
		min-height:290px;
	}
	.content-div {
		margin-top:-130px;
	}
	.logo {
		margin-top:4px;
	}
	.sml-logo {
		margin-top:8px !important;
	}
	nav ul.menu-items {
		padding-top:8px !important;
	}
	.show-pop {
    	bottom: 20px;
	}
}



.our-clientele {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.our-clientele img {
    float: left;
    width: 25%;
    height: auto;
    padding: 0px;
    margin: 20px 0;
}

/*=====================================================
MEDIA QUERY - SB
=====================================================*/
@media screen and (max-width:360px) {
	.animation-div canvas {
		position: relative;
		width: 229px;
		z-index: 999;
	}
	.content-div {
		margin-top: -71px !important;
	}
	.about-mage-bg {
		padding: 0 25px;
	}
	.about-mage-bg > img {
		margin: 0;
		padding: 0 50px 31px;
		width: 100% !important;
	}
	.item-wrap h3 {
		font-size: 16px;
		width: 96px !important;
		margin: 15px 0 0;
	}
	.back p {
		font-size: 14px;
		height: 62px !important;
		line-height: 16px;
	}
	.what-we-do-section {
		margin-top: 0 !important;
		padding: 0;
	}
	.what-we-do-section .title-div {
		margin-top: -30px;
	}
	
	.what-we-do-section::before {
		height: 75px;
	}
	.animation-div canvas {
		position: relative;
		width: 224px;
		z-index: 999;
	}
	.down-arrow img {
		width: 100%;
	}
	.down-arrow a {
		cursor: pointer;
		display: block;
		height: 33px;
		margin: 20px auto 0;
		width: 30px;
	}
	.our-work-section {
		background-position: left 61px;
		background-size: 100% auto;
	}
	.title-div h1 {
		font-size: 24px;
	}
	.flipper .front {
		width: 60% !important;
	}
	.flipper .back {
		width: 40% !important;
	}
	.about-content-div p {
		font-size: 20px;
		line-height: 24px;
		width: 100%;
	}
	.client-speak-section .title-div h1 {
		font-size: 28px;
	}
	.feedback-txt p {
		font-size: 20px;
		line-height: normal;
	}
	.txt-box {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: 1px solid #727273;
		font-size: 20px;
		font-weight: normal;
		max-width: 100%;
		min-width: 100%;
		padding: 5px 9px;
		width: 100%;
	}
	.form-panel label {
		margin-bottom: 5px;
		width: 100%;
	}
	.sb-captcha {
		width: 55% !important;
	}
	.captcha-text {
		width: 45% !important;
	}
	.client-speak-section {
		padding-top: 56px !important;
	}
	.captcha-text .txt-box {
		height: 46px;
	}

}

@media (min-width: 320px) and (max-width:359px) {
	.project-wrap ul li {
		height: 120px;
	}
	.flipper .front {
		margin-top: 15px;
	}
	.item-wrap {
		min-height: 120px !important;
	}
	.flipper .back {
		height: 120px !important;
	}
}

@media (min-width: 320px) and (max-width:374px) {
	.back p {
		line-height: 13px !important;
	}
}

@media (min-width: 361px) and (max-width:640px) {
	.animation-div canvas {
		position: relative;
		width: 229px;
		z-index: 999;
	}
	.content-div {
		margin-top: -71px !important;
	}
	.about-mage-bg {
		padding: 0 25px;
	}
	.about-mage-bg > img {
		margin: 0;
		padding: 0 50px 31px;
		width: 100% !important;
	}
	.item-wrap h3 {
		font-size: 16px;
		width: 96px !important;
		margin: 15px 0 0;
	}
	.back p {
		font-size: 16px;
		height: 62px !important;
		line-height: 16px;
	}
	.what-we-do-section {
		margin-top: 0 !important;
		padding: 0;
	}
	.what-we-do-section .title-div {
		margin-top: -30px;
	}
	
	.what-we-do-section::before {
		height: 75px;
	}
	.animation-div canvas {
		position: relative;
		width: 224px;
		z-index: 999;
	}
	.down-arrow img {
		width: 100%;
	}
	.down-arrow a {
		cursor: pointer;
		display: block;
		height: 33px;
		margin: 20px auto 0;
		width: 30px;
	}
	.our-work-section {
		background-position: left 55px;
		background-size: 100% auto;
	}
	.title-div h1 {
		font-size: 28px;
	}
	.flipper .front {
		width: 55% !important;
	}
	.flipper .back {
		width: 45% !important;
	}
	.about-content-div p {
		font-size: 20px;
		line-height: 24px;
		width: 100%;
	}
	.client-speak-section .title-div h1 {
		font-size: 28px;
	}
	.feedback-txt p {
		font-size: 20px;
		line-height: normal;
	}
	.txt-box {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: 1px solid #727273;
		font-size: 20px;
		font-weight: normal;
		max-width: 100%;
		min-width: 100%;
		padding: 5px 9px;
		width: 100%;
	}
	.form-panel label {
		margin-bottom: 5px;
		width: 100%;
	}
	.sb-captcha {
		width: 45% !important;
	}
	.captcha-text {
		width: 55% !important;
	}
	.client-speak-section {
		padding-top: 56px !important;
	}
	.captcha-text .txt-box {
		height: 46px;
	}
}

@media (max-width: 1023px) {
	.project-wrap ul li {
		float: left;
		padding: 0;
		width: 100%;
		margin:5px 0 0;
	}
	.front, .back {
		height: auto !important;
		float: left;
	}
	.flipper .front {
		width: 60%;
	}
	.flipper .back {
		width: 40%;
	}
	.flipper .front h3 {
		float: left;
		width: auto;
	}
}

@media screen and (max-width: 767px){
	.our-clientele img {
		width: 50%;
	}
	.sb-color strong {
		float: left;
		font-size: 15px;
		margin: 5px 0;
		padding: 6px;
		width: 100%;
	}
	.popup-area .pop-logo {
		float: left;
		margin: 0;
		padding: 0;
		width: 40%;
	}
	.popup-area .pop-logo img{
		width: 100%
	}
	.sb-color > h1{
		float:left;
		width: 58%;
		margin: 0 0 0 2%;
		font-size: 17px;
	}
	.sb-color > h1 span {
		font-size: 15px;
	}
	.feedback-txt {
		float: left;
		display: block;
		position: relative;
	}
	.feedback-txt.one-cote::before {
		left: 0;
		position: absolute;
		top: -42px;
		width: 197px;
		z-index:-1;
	}
	.feedback-txt.two-cote::before {
		background:url(../images/quote-icon2.png) no-repeat;
		content: "";
		height: 200px;
		right: 0;
		position: absolute;
		bottom: -8px;
		width: 197px;
		z-index:-1;
	}
}

@media (min-width: 768px) and (max-width:1023px) {
	.title-div {
		float: left;
		margin-top: -33px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.what-we-do-section::before {
		background: #fff;
		content: "";
		float: left;
		height: 13px;
		position: relative;
		width: 100%;
	}
	.sb-captcha {
		width: 45% !important;
		margin-bottom: 10px !important;
	}
	.captcha-text {
		width: 55% !important;
		margin-bottom: 10px !important;
	}
	.banner-caption p {
		font-size:20px;
		line-height:22px;
		padding:40px 30px;
	}
	.item-wrap {
		min-height:400px;
	}
	.project-wrap ul li {
		width:100%;
		margin-bottom:20px;
	}
	.item-wrap {
		padding:30px;
	}
	.back p {
		font-size:36px;
		line-height:36px;
	}
	.item-wrap h3 {
		font-size:36px;
	}
	.wrap {
		padding:0 !important;
	}
	.our-work-section .wrap {
		padding:0;
	}
	.our-work-section {
		height:auto;
	}
	.title-div h1 {
		width:100%;
	}
	.what-we-do-section {
		margin-top:65px;
	}
	.project-wrap {
		padding-top:15px;
		padding-bottom:0;
	}
	.project-wrap ul li {
		margin-bottom:15px;
	}
	.our-work-section {
		background-size: auto !important;
	}
	.work-item {
		margin-bottom:15px;
	}
	.work-panel {
		padding-bottom:0;
	}
	.our-work-section {
		padding-bottom:20px;
	}
	.client-speak-section {
		margin-top:0;
	}
	.client-speak-section {
		padding-top:30px;
	}
	.feedback-txt strong {
		margin-bottom:30px;
		width:100%;
		margin-top:0;
	}
	.feedback-wrap {
		padding-bottom:0;
	}
	.client-speak-section {
		padding-bottom:40px !important;
	}
	.title-div h1 {
		font-size:30px;
		padding:15px 0;
	}
	.back p {
		font-size:24px;
		line-height:26px;
		text-align:left;
		vertical-align:middle !important;
	}
	.item-wrap h3 {
		font-size:24px;
	}
	.flipper .front {
		width:70% min-height:100px !important;
		padding:30px;
	}
	.flipper .back {
		width:40%;
		height:130px !important;
		background:#000;
		padding:20px;
	}
	.item-wrap {
		padding:0;
		min-height:100px !important;
		overflow:hidden;
	}
	.project-wrap ul li img {
		width:auto;
		height:35px;
		margin-top:18px;
		float:right;
	}
	.project-wrap ul li {
		height:130px;
		overflow:hidden;
	}
	.about-content-div {
		position:relative;
	}
	.position-1, .position-2, .position-3, .position-4, .position-5 {
		position:relative !important;
		float:left !important;
		width:100% !important;
		left:0 !important;
		top:0 !important;
	}
	#togg-1, #togg-2, #togg-3, #togg-4, #togg-5 {
		display:block !important;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.about-content-div p {
		width:100%;
		font-size:24px;
		line-height:30px;
	}
	.about-content-div h3 {
		font-size:24px;
	}
	.about-mage-bg {
		padding:0 70px;
	}
	.about-mage-bg img {
		margin-bottom:40px;
	}
	.project-wrap {
		padding:5px;
	}
	.about-section .wrap {
		position:relative;
	}
	.about-section .wrap:before {
		position:absolute;
		content:'';
		border:solid 3px #fff;
		top:12%;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.position-5 {
		padding-bottom:50px;
	}
	.about-section {
		padding-bottom:50px;
	}
	.about-mage-bg img {
		background:#000;
		padding:0 30%;
	}
	.feedback-txt, .feedback-txt p {
		text-align:center;
	}
	footer ul li {
		width:100%;
		text-align:center;
	}
	.about-section h3 {
		display:block;
	}
	.about-section a {
		display:none;
	}
	header nav {
		width:100%;
		position:relative;
	}
	nav ul.menu-items {
		display:none;
		width:100%;
		position:relative;
		clear:both;
		padding-top:15px;
	}
	.menu-items li {
		float:right;
		clear:both;
		width:100%;
		border-top:solid 1px #444;
	}
	.menu-items li a {
		text-align:center;
		width:100%;
		font-size:17px;
		width:100%;
		float:left;
		font-size:16px;
		padding:10px 0;
	}
	.menu {
		display:block;
		clear:both;
		margin-top:-3px;
		margin-bottom:6px;
	}
	.logo {
		position:absolute;
		z-index:9999;
	}
	footer .wrap {
		padding: 0 25px !important;
	}
	footer ul li p {
		font-size:18px;
	}
	.logo img {
		width:80px;
	}
	.menu {
		margin-top:-15px;
		margin-bottom:15px;
	}
	.sml .menu {
		margin-top:0;
	}
	.client-speak-section {
		padding-top:80px;
	}
}

@media (min-width: 1024px) and (max-width:1279px) {
	.position-1 {
		left: 13.4%;
		top: 56px;
	}
	.position-2 {
		left: 37%;
		top: 77px;
	}
	.position-3 {
		left: 37%;
		top: 196px;
	}
	.position-4 {
		left: 46%;
		top: 279px;
	}
	.position-5 {
		left: 70.5%;
		top: 295px;
	}
}

@media (min-width: 1280px) and (max-width:1356px) {
	.position-1 {
		left: 11.9%;
		top: 70px;
	}
	.position-2 {
		left: 38.3%;
		top: 112px;
	}
	.position-3 {
		left: 38.2%;
		top: 252px;
	}
	.position-4 {
		left: 48%;
		top: 354px;
	}
	.position-5 {
		left: 74%;
		top: 366px;
	}
}

@media (min-width: 1364px) and (max-width:1680px) {
	.project-wrap h3 {
		font-size: 18px;
		margin-top: 25%;
	}
	.work-item {
		float: left;
		height: 235px;
		margin-bottom: 30px;
		overflow: hidden;
		width: 100%;
	}
}

@media (min-width: 1681px) and (max-width:1920px) {
	.project-wrap h3 {
		font-size: 18px;
		margin-top: 28%;
	}
	.work-item {
		float: left;
		height: 260px;
		margin-bottom: 30px;
		overflow: hidden;
		width: 100%;
	}
} 