/* main menu */
img {
	width: 100%;
}
.contact_details, .ut-social {
	padding: 0;
}
.contact_details li {
	padding: 6px 10px 6px 0
}
.contact_details li, .ut-social li {
	display: inline-block;
}
.ut-social a {
	display: inline-block;
	padding: 6px 0;
	border-right: 1px solid rgba(173, 56, 0, 0.7);
	width: 30px;
	text-align: center;
}
.ut-social a.social_facebook {
	border-left: 1px solid rgba(173, 56, 0, 0.7);
}
#mid-header {
	background: #ffffff;
}
.logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-menu {
	float: right;
	margin: 0;
	padding: 0;
}
.main-nav span {
	display: none;
}
#main-menu li {
	display: list-item;
	float: left;
	list-style: none outside none;
	margin-left: 20px;
	padding: 20px 10px;
	cursor: pointer;
	position: relative;
}
#main-menu li a {
	color: #3b5271;
	display: block;
	line-height: 20px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
#main-menu li a:hover {
	color: #df4c36
}
#main-menu li:hover > a, #main-menu li.current-menu-item > a {
	color: #df4c36;
	background: none
}
#main-menu li ul, #main-menu li ul li ul {
	background-color: rgba(0,0,0,0.92);
	border-top: 3px solid;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	position: absolute;
	top: 100%;
	margin-top: -10px;
	width: 200px;
	z-index: 91;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
#main-menu li ul li ul {
	/*	top: 0;
	left: 100%;*/
	top: -13px;
	left: 105% !important;
}
#main-menu li ul li, #main-menu li ul li ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#main-menu li ul li a, #main-menu li ul li ul li a {
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 5px;
	width: 100%;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
#main-menu li ul li a:hover {
	padding-left: 12px;
	text-decoration: none
}
#main-menu li:hover > ul {
	left: 0;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
#main-menu li:last-child ul {
	left: auto;
	right: 0;
}
#main-menu li:hover > ul li:hover ul {
	left: 100%;
}
#main-menu ul li:hover {
	background-color: #000;
}
.navbar-toggle{
	background:rgb(223, 76, 54);
	margin-top:17px;
	margin-right:0
}
.navbar-toggle .icon-bar{
	background:#fff;}
.innerBanner {
	position: relative;
	height: 260px;
}
.iBanner > img {
	width: 100%;
	height: 260px;
}
.innerBanner .iBanner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.innerBanner h1 {
	display: inline-block;
	background: #fff;
	padding: 14px 12px;
	margin: 2px 0;
	position: absolute;
	font-size: 36px;
	bottom: 14%;
	color: #df4c36;
	z-index: 999;
	font-weight: 500;
	text-transform: uppercase;
}
.innerContainer {
	height: auto;
	padding: 40px 0;
}
.bg-xl {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/pattern.png) repeat;
	bottom: 0%;
}
#innerpage_wrp {
	padding: 40px 0;
}
.breadcrumb {
	margin-bottom: 20px;
	padding: 0;
	background: 0;
}
.breadcrumb a {
	border-radius: 0;
	display: block;
	float: left;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 0px 16px 0px 12px;
	margin-right: 5px;
	position: relative;
	color: #fff;
	background: #df4c36;
	margin-bottom: 8px;
}
.breadcrumb a:first-child:before {
	position: absolute;
	content: " ";
	left: 0px;
	top: 0px;
	display: block;
	width: 16px;
	height: 16px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 6px solid #df4c36;
	z-index: 1;
}
.breadcrumb a:after {
	position: absolute;
	content: " ";
	right: -6px;
	top: 0px;
	display: block;
	width: 16px;
	height: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid #df4c36;
	z-index: 2;
}
.breadcrumb a:before {
	position: absolute;
	content: " ";
	left: 0px;
	top: 0px;
	display: block;
	width: 16px;
	height: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid #f0f0f0;
	z-index: 1;
}
/* common classes */
#banner_top {
	border-bottom: 5px solid rgba(239, 239, 239, 0.51);
}
/* how we work */
#how_we_work {
	/*	background:url(../images/breadcrumbs-bg.jpg) no-repeat fixed;
	background-size: 100% 100%*/
	background: #fff url(../images/mapasia.png) center no-repeat fixed;
}
#how_we_work .cover {
	/*background: rgba(62, 62, 62, 0.86);*/
	padding: 30px 0 50px
}
.title h2 {
	color: #484848;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 200
}

.title h2 strong{
	color: #df4c36
}
.title h2 strong a{
	color: #df4c36
}
.title h2 strong a:hover{
	text-decoration:none;
	color:#000;
}
#our_services {
	background: url(../images/breadcrumbs-bg.jpg) no-repeat fixed;
	background-size: 100% 100%;
	border-top: 5px solid rgba(239, 239, 239, 0.51);
	border-bottom: 5px solid rgba(239, 239, 239, 0.51)
}
.our_services-cover {
	background: rgba(62, 62, 62, 0.86);
	padding: 30px 0 80px
}
#our_services .title h2 {
	color: #fff;
}
.rectangle-box {
	border: 3px double #fff;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	/*color:#FF6215;*/
	color: #fff;
	transform: rotate(45deg);
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}
.rectangle-box:hover {
	background: #df4c36;
	border: 3px double #fff;
	cursor: pointer
}
.rectangle-box a {
    text-decoration: none;
}

.boxIn {
	height: 150px;
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	vertical-align: middle;
	transform: rotate(-45deg);
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}
.boxIn .icon {
	height: 90px;
	width: 100px;
	display: inline-block;
	margin: 0 auto;
}
.boxIn .icon.web-design {
	background: url(../images/icon/webdesigning.png) 8px 0 no-repeat;
}
.boxIn .icon.web-Development {
	background: transparent url("../images/icon/webdevlopment.png") no-repeat scroll 8px 0px;
}
.boxIn .icon.web-Promotion {
	background: transparent url("../images/icon/webpromotions.png") no-repeat scroll 14px 0px;
}
.boxIn .icon.outsourcing {
	background: url(../images/icon/outsourcing1.png) 4px 0 no-repeat;
}
.boxIn .icon.hosting {
	background: url(../images/icon/webhosting.png) 3px 0 no-repeat;
}
.boxIn .icon.app-development {
	background: url(../images/icon/application-dev.png) 6px 0 no-repeat;
}
.boxIn .icon.seo {
	background: url(../images/icon/seo-sydney.png) 4px 0 no-repeat;
}
/*.boxIn .fa {
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}
.boxIn .fa:hover {
	font-size: 6em;
	cursor: pointer
}*/
.boxIn h4 {
	/*color:#FF6215;*/
	color: #fff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
	font-size: 14px;
}
/* // end how we work */
#portfolio {
	background: #F7F7F7;
	padding: 40px;
}
.divider {
	background: url(../images/divider.png) center no-repeat;
	height: 40px;
	width: 100%;
	margin-bottom: 40px;
}
.nav-pills {
	margin-bottom: 30px;
}
.nav-pills > li:before {
	content: "/";
	padding-top: 10px;
	display: inline-block;
	float: right;
}
.nav-pills > li:last-child::before {
	content: ""
}
.nav-pills > li > a {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 5px;
	padding-left: 25px;
	padding-right: 25px;
	color: #333/*    border: 1px solid #181A1C;*/
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	/*    background: #181A1C;
    color: #fff;*/
	border-bottom: 2px solid #ef3b24;
	color: #ef3b24 !important;
	background: none !important
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
	border-radius: 0;
	background: #FECE1A;
	color: #000;
}
/*
3.2 Portfolio
***************************************/
.single-project {
	margin-bottom: 30px;
	background: #181A1C;
}
.single-project img {
	width: 100%;
}
.project-description {
	padding-right: 20px;
}
.project-description p {
	padding-left: 0;
}
.project-title {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FECE1A;
}
.project-title h3 {
	float: left;
	margin-top: 0;
	padding: 0;
	width: 80%;
}
.project-title .close {
	color: #FECE1A;
	margin-top: 10px;
}
.project-info span, .project-title h3 {
	color: #FECE1A;
}
.project-info {
	font-weight: 100;
	padding: 10px 0;
}
.project-info span {
	width: 80px;
	display: inline-block;
}
.project-info div {
	margin-bottom: 5px;
}
.close {
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
}
#portfolio-grid .mix {
	opacity: 0;
	display: none;
}
#login{
	z-index:999999;
}
.modal-dialog {
}
.thumbnail {
	margin-bottom: 6px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	margin-top: 10%;
	width: 5%;
}
.modal-dialog {
	width: 600px;
}
.profile_box {
	position: relative;
	height: 220px;
	overflow: hidden;
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.thumbnail {
	margin-bottom: 0;
	border: none;
	padding: 0;
}
.profile_box figcaption {
	background: rgba(68, 68, 68, 0.89);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 10px;
	margin: 0;
	border-bottom: 4px solid rgba(0, 0, 0, 0.3);
	margin-top: -20px;
	z-index: 99999;
}
.profile_box figcaption h4 {
	padding: 0;
	margin: 0;
	font-size: 17px
}
.profile_box figcaption h4 a{
	color:#fff;
}
.profile_box figcaption h4 a:hover{
	color:#df4c36;
	text-decoration:none
}
/* ============== testimonials ================= */
#testimonails {
/* background:#F9F9F9;*/
background: url(../images/background-14.jpg) no-repeat fixed;
background-size: 100% 100%;
}
#testimonails .cover {
padding: 40px 0;
background: rgba(255, 255, 255, 0.9)
}
.testi-cont article {
padding: 20px;
border: 1px solid rgb(168, 168, 168);
position: relative;
background: rgb(238, 238, 238) none repeat scroll 0% 0%;
}
.testi-cont article:before {
position: absolute;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0px;
bottom: -10px;
left: 60px;
content: "";
margin-left: -10px;
border-color: #BCBCBC transparent transparent;
}

.testi-cont img {
position:relative;
width: 70px;
float: left;
height: 70px;
margin-left: 25px;
margin-top: 20px;
border: 3px solid #DF4C36;
border-radius: 100%;

}

.testi-cont figcaption {
display: inline-block;
padding-top: 34px;
padding-left: 15px;
}
.testi-cont big {
text-transform: uppercase;
display: block;
font-weight: 600
}
.testi-cont small {
color: #df4c36
}
.testi-cont blockquote {
padding: 0;
margin: 0 0 20px;
font-size: 12.5px;
border-left: none;
font-style: italic;
z-index: 99;
height: 50px;
}
 blockquote p{
display: inline;
}
.testi-cont blockquote:before {
content: "\f10d";
font-family: "FontAwesome";
font-size: 2em;
color: #BCBCBC;
line-height: 20px;
padding-right: 5px;
}
.testi-cont blockquote:after {
content: "\f10e";
font-family: "FontAwesome";
font-size: 2em;
color: #BCBCBC;
line-height: 20px;
padding-left: 5px;
}
/* ============== testimonials End ================= */

/* end divider */
#partners {
	background: rgba(238, 238, 238, 0.3);
	padding: 10px 0;
	border-top: 2px solid rgba(239, 239, 239, 0.51);
	height: 100px;
	overflow: hidden;
}
#partners .carousel-control.left, #partners .carousel-control.right {
	margin-top: 20px !important;
	width: 0;
	color: #333;
	font-size: 2em
}
#partners .carousel-control.left {
	margin-left: 0;
}
#partners .carousel-control.right {
	margin-right: 0
}
#partners img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s, linear 0.5s;
	-webkit-transition: all 0.5s, linear 0.5s;
	-moz-transition: all 0.5s, linear 0.5s;
	-ms-transition: all 0.5s, linear 0.5s;
	-o-transition: all 0.5s, linear 0.5s;
}
#partners img:hover {
	cursor: pointer;
	filter: none;
	filter: 0; /* IE6-9 */
	filter: grayscale(0); /* Firefox 35+ */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.carousel-control {
	width: 4%;
}
.carousel-control.left, .carousel-control.right {
	margin-left: 15px;
	background-image: none;
}
@media (max-width: 767px) {
.carousel-inner .active.left {
	left: -100%;
}
.carousel-inner .next {
	left: 100%;
}
.carousel-inner .prev {
	left: -100%;
}
.active > div {
	display: none;
}
.active > div:first-child {
	display: block;
}
}
@media (min-width: 767px) and (max-width: 992px ) {
.carousel-inner .active.left {
	left: -50%;
}
.carousel-inner .next {
	left: 50%;
}
.carousel-inner .prev {
	left: -50%;
}
.active > div {
	display: none;
}
.active > div:first-child {
	display: block;
}
.active > div:first-child + div {
	display: block;
}
}
@media (min-width: 992px ) {
.carousel-inner .active.left {
	left: -25%;
}
.carousel-inner .next {
	left: 25%;
}
.carousel-inner .prev {
	left: -25%;
}
}
/*----*****---- << portfolio pagecss >> ----*****----*/
.cont_title {
	border-bottom: 1px solid #B7B7B7;
	color: #df4c36;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 2em
}
.iarticleBox h3, .similarBox h3 {
	background: #df4c36;
	margin: 0;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: block;
	padding: 6px 12px;
	font-family: 'Raleway', sans-serif;
}
.iarticleBox {
	margin-bottom: 26px;
}
.mainList, .normList {
	border: 1px solid rgba(223, 223, 223,0.9);
	border-top: 0px;
}
.normList ul {
	margin: 0;
	padding: 0;
}
.normList ul li {
	display: block;
	padding: 10px 14px 10px 12px;
	border-bottom: 1px solid rgba(223, 223, 223,0.7);
}
.normList ul li:before {
	font-family: 'FontAwesome';
	content: "\f0f6";
	padding-right: 6px
}
.normList ul li a {
	color: #333333;
}
.profile_boxIn {
	background: #F7F7F7;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 15px;
}
.profile_boxIn .cont_title {
	border-bottom: 1px solid rgba(183, 183, 183, 0.52);
	color: #505050;
	font-size: 1.5em
}
.profile_boxIn ul {
	padding: 0;
	margin: 0
}
.profile_boxIn ul li {
	list-style: none;
	border-bottom: 1px dashed rgba(33, 106, 136, 0.33);
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.profile_boxIn li a {
	color: #216A88;
	text-decoration: none
}
.profile_boxIn li a:hover {
	color: #df4c36
}
.profile_boxIn ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f101";
	font-size: 1.3em;
	color: #216A88;
	padding-right: 8px;
}
#dev_partner{
	position:relative
}
#dev_partner::after{
	position: absolute;
    display: block;
    content: '';
    background-color: inherit;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 1000;
}
/*----*****---- << Footer >> ----*****----*/
#footer {
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
	padding: 30px 0px 0px;
	/*border-top: 5px solid #dddddd;*/
	background: #333334 url(../images/footer-bg.png) center no-repeat;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer h1 a, #footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer a:hover {
	color: #ffffff;
}
#footer p, #footer a, #footer span, #footer .widget .tweet_list li:before, #footer .widget ul li:before {
	color: #989898;
	line-height: 24px;
}
#footer .widget ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer .widget ul li {
	width: 94%;
	font-size: 14px;
	font-weight: normal;
	color: #989898;
	display: block;
	position: relative;
	border-bottom: 1px dotted #5a5a5a;
	padding: 7px 0px 7px 15px;
}
#footer .widget ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	position: absolute;
	top: 6px;
	left: 0px;
}
#footer .widget ul li a {
	padding: 0px;
	background: none;
	display: inline;
}
#footer .tweets a {
	color: #e6e6e6;
}
#footer .widget {
	padding-bottom: 30px;
	width: 100%;
	float: left;
}
#footer .widget h3.widgettitle {
	margin-bottom: 20px;
	font-size: 18px;
}
#footer .widget .tweet_list li {
	position: relative;
	float: left;
	display: block;
	border: 0px;
	padding-left: 30px;
}
#footer .widget .tweet_list li:before {
	content: "\f099";
	font-size: 18px;
	top: 12px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#footer .widget .tweet_list:hover li:before {
	color: #ffffff;
}
#footer .widget ul.product_list_widget li {
	display: block;
	border: 0px;
	padding: 10px 0px;
}
#footer .widget ul.product_list_widget li:before, #footer ul.recent-posts-widget li:before, #footer .widget_categories ul li a:before {
	content: "";
}
#footer ul.recent-posts-widget li {
	border-bottom: 0px;
	padding: 0px;
}
#footer .widget_categories ul li a {
	position: relative;
	display: block;
}
#footer .widget.widget_tag_cloud .tagcloud a {
	background: #212121;
	border-bottom-color: #212121;
	line-height: 36px;
}
#footer .widget.widget_tag_cloud .tagcloud a:after {
	border-bottom-color: #333334;
}
#footer ul.product_list_widget li .amount {
	color: #ffffff;
}
#footer .widget .social-icons {
	margin: 20px 0px 0px;
}
#footer .widget .social-icons li {
	display: inline;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width: 29px;
	clear: none;
}
#footer .widget .social-icons li:before {
	content: "";
}
#footer .widget .social-icons li a {
	position: static;
}

.copyright {
	background: rgba(31, 31, 31, 0.45);
	width: 100%;
	clear: both;
	padding: 20px 0px;
	margin: 0px;
	color: #6a6a6a;
}
.copyright p, .copyright div, .copyright a {
	color: #6a6a6a;
	margin-bottom: 0px;
}
.copyright a:hover {
	color: #ffffff;
}

.margin-left12{
	margin-left: 12.5%;
}

@media (max-width:767px){
	#main-menu{
		float:none;
		margin:0;
		padding:0
	}
	#main-menu li {
	float:none;
	padding:0;
	margin:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.06)
}
.navbar-collapse.in{
	overflow:inherit;
	padding:0;
}
.slide_banner ul, .slide_banner ul li{
	height:105px !important;
}
#how_we_work .cover, .our_services-cover, #portfolio{
	padding:10px 0px 30px
}
.divider{
	margin-bottom:20px;
}
.title h2{
	font-size:1em;
}
p{
	font-size:11px;
}
.rectangle-box, .boxIn {
    height: 70px;
    width: 70px;
}
.boxIn h4{
	font-size:7px;
	display:none;
	visibility:hidden
}
.boxIn .icon{
	height:40px;
	width:50px;

}
.boxIn .icon.web-design {
    background: transparent url("../images/icon/webdesigning.png") no-repeat scroll 1px 0px;
}
.boxIn .icon.web-Development {
    background: transparent url("../images/icon/webdevlopment.png") no-repeat scroll 3px 0px;
}
.boxIn .icon.web-Promotion {
    background: transparent url("../images/icon/webpromotions.png") no-repeat scroll 6px 0px;
}
.boxIn .icon.outsourcing {
    background: transparent url("../images/icon/outsourcing1.png") no-repeat scroll 1px 0px;
}
.boxIn .icon.hosting {
    background: transparent url("../images/icon/webhosting.png") no-repeat scroll 1px 0px;
}
.boxIn .icon.app-development {
    background: transparent url("../images/icon/application-dev.png") no-repeat scroll 0px 0px;
}
.boxIn .icon.web-design, .boxIn .icon.web-Development, .boxIn .icon.web-Promotion, .boxIn .icon.outsourcing, .boxIn .icon.hosting, .boxIn .icon.app-development, .boxIn .icon.seo{
	background-size:100% 100%;

}
.margin-left17{
	margin-left:17%
}
.margin-left12{
	margin-left:0;
}
.margin-left33{
	margin-left:33.333333%
}

}