.page-wraper {
	position:relative;
	z-index:500;
  background-color: #fff;
	right:0px;
		
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
body.navIn .page-wraper,
body.navIn .navbar-handle {
	right:80%;
}


::selection {
	color:#fff;
}
::-moz-selection {
	color:#fff;
}

.scroll-handle {
	width:93px;	
	height:54px;
	margin-left:-7.5px;
	display:block;
	margin:-60px auto auto auto;
	z-index:500;
	cursor:pointer;
	position:relative; opacity:0.7; -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scroll-handle:after {
	/*font-family:'icomoon';
	content:'\f107';*/
	color:#fff;
	position:absolute;
	left:14px;
	bottom:7px;
}

.filter-tabs,
.portfolio-list ul,
.social-links,
ul.pricing-list,
ul.list-style-1,
.options,
.user-comments,
.user-comments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

.social-links li {
	font-size:24px;
	display:inline-block;
}

.section .heading-upper {
	padding:50px 0px 35px 0px;
}
.section .content-section {
		/*padding-bottom:50px;*/ padding-bottom:0px;
}
.bg-image,
.section-parallax {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.section-parallax {
	background-attachment:fixed;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}

.heading {
	width:90%;
	margin:auto;
	text-align:center;
}

.heading h2 {
	padding-bottom:20px;
	margin-bottom:25px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.02em;
	position:relative;
}
.heading h2:after {
	/*width:80px;
	height:1px;*/
	margin-left:0px;
	content:'';
	display:block;
	/*border-bottom:1px dotted transparent;*/
	
	position:absolute;
	left:50%;
	bottom:0px;
}

.bg-primary .heading h2,
.bg-primary a:hover {
		color:#fff;
}
.bg-primary .heading h2:after {
	border-color:#ffffff;
}

/*** about-area Section ***/
.about-area {
	margin-bottom:80px;
}
.about-box {
	padding:10px 0px 10px 0px;
	margin-bottom:20px;
	position:relative;
	text-align:left;;
	
	transition:background-color 0.3s ease-in;
}
.about-box:hover {
	/*background-color:#fff;*/
}
.about-box .iconic {
	width:56px;
	height:100%;
	line-height:150px;
	text-align:center;
	color:#fff;
	font-size:24px;
	background-color:#212526;
	
	position:absolute;
	top:0px;
	right:0px;	

	transition:all 0.25s ease-in;
}
.about-box:hover .iconic {
	width:70px;
}

.about-area .row > div:nth-child(even) .about-box {
	padding:25px 30px 15px 100px;
	text-align:left;
}
.about-area .row > div:nth-child(even) .about-box .iconic {
	right:auto;
	left:0px;
}


/*** Filter Tabs ***/
.filter-tabs {
	/*text-align:center;*/
	display:none;
}
.filter-tabs li {
	padding:4px 10px;
	margin:0px 2px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	display:inline-block;
	cursor:pointer;
	border:1px solid transparent;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.filter-tabs li:hover{border-color:#e50013;
	background-color:#e50013; color:#fff;}
.filter-tabs li.active {
	font-weight:500;
	border-color:#e50013;
	background-color:#e50013; color:#fff;
}

.filter-list {
	position:relative;
}
.filter-list li.mix {
	display:none;
}
.filter-list li,
.filter-list li.grid-3 {
		width:100%;
		float:left;
}


/*** Portfolio section ***/
.heading-upper + .portfolio-area {
	margin-top:-45px;
}

.portfolio-box {
	text-align:center;
	text-transform:uppercase;
}
.image-hover,
.image {
	position:relative;
}
.image-hover:hover figcaption {
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
}
.image-hover:hover figcaption .h4,
.image-hover:hover figcaption p {
	opacity:1;
	filter:alpha(opacity=100);
	
	transform:translateY(0px);
	-moz-transform:translateY(0px);
	-webkit-transform:translateY(0px);
}

.image-hover img,
.image img {
	width:100%;
	height: 142px;
}

.image-hover figcaption,
.image figcaption {
	width:100%;
	height:100%;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	top:0px;
	left:0px;

	transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	-webkit-transition:opacity 0.3s ease-in;
}
.image-hover figcaption .h4,
.image-hover figcaption p {
	color:#fff;
	width:100%;
	position:absolute;
	top:50%;
	left:0px;
	
}
.image-hover figcaption .h4 {
	margin-bottom:10px;
	margin-top:-50px;
	line-height: 1.1;
	font-weight: 400;
	opacity:0;
	filter:alpha(opacity=0);
	
	font-size:14px;
	text-transform:uppercase;
	
	transform:translateY(-40px);
	-moz-transform:translateY(-40px);
	-webkit-transform:translateY(-40px);
	
	transition:all 0.3s ease 0.4s;
	-moz-transition:all 0.3s ease 0.4s;
	-webkit-transition:all 0.3s ease 0.4s;
}
.image-hover figcaption p 	{
	margin-top:-20px;
	font-weight:500;
	opacity:0;
	filter:alpha(opacity=0);

	transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);

	transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
	-webkit-transition:all 0.3s ease 0.3s;
}

.link-pop,
.link-zoom {
	width:30px;
	height:30px;
	display:inline-block;
	border:1px solid rgba(229,0,19,0.3);
	position:relative;
	background-color:#e50013;
	
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	
	transition:background-color 0.3s ease-in;
	-moz-transition:background-color 0.3s ease-in;
	-webkit-transition:background-color 0.3s ease-in;
}
.link-pop:hover,
.link-zoom:hover {
	border:1px solid rgba(229,0,19,0.3); background-color:#e50013;
}
.link-pop:before,
.link-zoom:before {
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-family:'icomoon';
	position:absolute;
	top:0px;
	left:0px;

	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.link-pop:before {
	content:'\f065';
}
.link-zoom:before {
	content:'\f08e';
}

.portfolio-box .image-hover .link-pop,
.portfolio-box .image-hover .link-zoom {
	margin-bottom:-50px;
	position:absolute;
	bottom:50%;
	left:45%;

	opacity:0;
	filter:alpha(opacity=0);
	
	transform:rotate(-45deg) scale(2);
	-moz-transform:rotate(-45deg) scale(2);
	-webkit-transform:rotate(-45deg) scale(2);

	transition:background-color 0.3s ease-in, opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s;
	-moz-transition:background-color 0.3s ease-in, opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s;
	-webkit-transition:background-color 0.3s ease-in, opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s;
}
.portfolio-box .image-hover:hover .link-pop,
.portfolio-box .image-hover:hover .link-zoom {
	opacity:1;
	filter:alpha(opacity=100);
	
	transform:rotate(-45deg) scale(1);
	-moz-transform:rotate(-45deg) scale(1);
	-webkit-transform:rotate(-45deg) scale(1);
}

.portfolio-box .image-hover .link-pop {
	/*margin-left:-80px;*/
}
.portfolio-box .image-hover .link-zoom {
	/*margin-right:-80px;*/
}


/*** Portfolio Detail ****/
.portfolio-detail {
	background-color:#ffffff;
	overflow:hidden;
}
.portfolio-detail .detail {
	padding:15px 20px;
}
.portfolio-detail .detail-btm {
	padding-top:5px;
	margin-top:20px;
	color:#c3c3c3;
	border-top:1px solid #e4e4e4;
}
.portfolio-detail .detail-btm a {
	color:#c3c3c3;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.portfolio-detail .detail-btm a:hover {
	color:#212526;
}

.portfolio-detail .meta {
	color:#787878;
	text-transform:uppercase;
}

.options li {
	margin-right:10px;
	display:inline-block;
}


/**** Services Section ***/
.service-box {
	margin-bottom:30px;
}
.service-box .iconic {
	font-size:45px;
	color:#212526;
	
	transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-webkit-transition:color 0.4s ease;
}
.service-box h4 {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-webkit-transition:color 0.4s ease;
}


/**** Stats Box ****/
.stat-box {
	width:270px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	position:relative;
}
.stat-box .image figcaption {
	background-color:transparent;
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
}
.stat-box .iconic {
	font-size:30px;
	line-height:1em;
}
.stat-box .image figcaption .iconic {
	bottom:85px;
}
.stat-box .image figcaption .iconic,
.stat-box .image figcaption .h4 {
	color:#fff;
	position:absolute;
	left:0;
	right:0;
}
.stat-box .image figcaption .h4 {
	margin-bottom:0px;
	bottom:40px;
}
.stat-box .detail {
	padding:15px 20px;
	color:#ffffff;
	font-size:36px;
	background-color:rgba(10,12,13,0.45);
}
.stat-box .stat-hover {
	padding:30px 15px;
	color:#8e8e8e;
	background-color:#fff;

	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	
	transform:translate(10px, 10px);
	-moz-transform:translate(10px, 10px);
	-webkit-transform:translate(10px, 10px);

	transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-webkit-transition:all 0.35s ease;
}
.stat-box .stat-hover .iconic,
.stat-box .stat-hover .h4 {
	margin-bottom:20px;
}
.stat-box .stat-hover .h4 {
	color:#fff;
	font-size:20px;
}
.stat-box .stat-hover p {
	display:none;
}


/*** Team Box ***/
.team-box {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	position:relative;
}
.team-box .image {
	width:120px;
	float:left;
}
.team-box .detail {
	padding:10px 20px;
	margin-left:120px;
}
.team-box .detail .social-links {
}
.team-box:hover .detail * {
}
.team-box h4 {
	margin-bottom:0px;
}


/**** Pricing Tables ***/
.pricing-table {
	margin-bottom:30px;
}
.pricing-detail {
	padding:20px 30px;
	color:#8e8e8e;
	background-color:#fff;
	position:relative;
}
ul.pricing-list li,
ul.list-style-1 li {
	padding:5px 0px 5px 12px;
	border-bottom:1px solid #d3d3d3;
	position:relative;
}
ul.pricing-list li:before,
ul.list-style-1 li:before {
	font-family:'icomoon';
	content:'\f101';
	font-size:13px;
	line-height:1em;
	position:absolute;
	left:0px;
	top:10px;
}
.pricing-table .price-amount {
	padding:20px 0px 0px 0px;
	color:#212526;
	font-size:25px;
	line-height:1.2;
	text-align:center;
	font-weight:700;
	float:right;
}
.pricing-table .price-amount small {
	font-size:13px;
	line-height:1;
	display:block;
	font-weight:500;
}
.pricing-table .price-btm {
	padding:26px 30px;
	text-align:center;
	letter-spacing:0.04em;
	font-weight:500;
	text-transform:uppercase;
	background-color:rgba(10, 12, 13, 0.45);
	
	transition:all 0.4s ease-in-out;
}
.pricing-table .price-btm a {
	color:inherit;
}

/*** Contact Form ***/
.contactForm {
	padding:15px;
	position:relative;
	text-align:center;
	background-color:rgb(33,37,39);
	background-color:rgba(33,37,39,0.2);
}
.contactForm .form-control {
	padding:6px 0px 6px 0px;
	margin-bottom:15px;
	border:0px;
	text-align:center;
}
.contactForm .form-control::-moz-placeholder {
  opacity: 1;
}
.contactForm .form-control:-ms-input-placeholder {
  opacity: 1;
}
.contactForm .form-control::-webkit-input-placeholder {
  opacity: 1;
}

/*** contact-form ***/
.contact-form {
	text-align:center;
}
.contact-form textarea.form-control {
	height:100px;
	margin-top:40px;
}
form.contact-form .btn {
	width:100%;
	margin:20px 0px;
}

.contact-form ul {
	padding:0px;
	margin-bottom:0px;
	list-style:none;
}
.contact-form  div {
	position:relative;
}
.contact-form div .form-control {
	padding-left:20px;
}
.contact-form div:before {
	width:30px;
	height:46px;
	line-height:46px;
	content:'';
	font-family:'icomoon';
	opacity:.3;
	filter:alpha(opacity=30);
	pointer-events:none;
	
	position:absolute;
	top:4px;
	left:0px;
}
.contact-form div.focused:before {
	opacity:1;
	filter:alpha(opacity=100);
}
.contact-form div.user:before {
	content:'\f007';
}
.contact-form div.envelop:before {
	content:'\f003';
}
.contact-form div.category:before {
	content:'\f0ca';
}
.contact-form div.tag:before {
	content:'\f02b';
}
.contact-form div.submit {
	display:inline-block;
}
.contact-form div.submit:before {
	content:'\f1d8';
    top: 46px;
    color: #fff;
    opacity: 1;
    left: 50%;
    margin-left: -20px;
}
.contact-form div.submit input[type="submit"] {
	text-indent:-9999px;
}


/**** Social Section ***/
.social-section {
	background-color:#fff;
	text-align:center;
}

.social-section .social-links li {
	margin:0px -2px;
	font-size:25px;
	line-height:1em;
}
.social-section .social-links li a {
	padding:15px 15px 10px 15px;
	display:inline-block;
	
	transition:all 0.4s ease-in-out;
}


/**** Blog Posts ****/
.blog-box {
	margin-bottom:25px;
	position:relative;
}
.blog-box .image {
	margin-bottom:20px;
}
.blog-box h4 {
	margin-bottom:0px;
	font-weight:400;
}

.blog-detail {
	padding:30px 0px;
	background-color:#fff;
}
.blog-detail .contact-form textarea.form-control {
	margin-top:30px;
}
.blog-detail form.contact-form .submit .btn {
	width:155px;
}
.blog-options {
	padding:6px 0;
	margin-bottom:20px;
	color:#b9b9b9;
	display:inline-block;
	border-width:1px 0px;
	border-style:solid;
	border-color:#b3b3b3;
}
.blog-options ul {
	display:inline-block;
}
.blog-options .options li [class^="icon-"] {
	margin-left:5px;
}
.blog-options .social-links li {
	font-size:18px;
}
.blog-options ul li a {
	opacity:0.4;
	filter:alpha(opacity=40);
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.blog-options ul li a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.user-area {
	margin-bottom:20px;
}
.user-area .contact-form .submit {
	float:right;
}
.user-comments li ul {
	margin-left:20px;
}

.comment-box {
	position:relative;
	margin-bottom:15px;
}
.user-comments li li .comment-box {
	padding-left:20px;
}
.user-comments li li .comment-box:before {
	width:3px;
	height:100%;
	display:block;
	content:'';
	
	position:absolute;
	top:0px;
	left:0px;
}

.comment-box p {
	margin-bottom:0px;
}
.comment-box .time {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.comment-box .time [class^="icon-"] {
	margin-right:10px;
}
.site-btm {
	padding:20px 0px;
	color:#fff;
	text-align:center;
	background-color:#ffe900;
}
.site-btm p {
	margin-bottom:0px;
	color:#242424;
}


/*** Dark Section ***/
.dark,
.dark .page-wraper {
	color:#8e8e8e;
	background-color:#212526;
}
.dark a,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5,
.dark .h6 {
  color:#fff;
}
.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a,
.dark .h1 a,
.dark .h2 a,
.dark .h3 a,
.dark .h4 a,
.dark .h5 a,
.dark .h6 a {
  color:inherit;
}

.dark .navbar,
.dark .navbar-collapse {
	background-color:#141618;
}
.dark .navbar-nav > li > a,
.dark .service-box .iconic,
.dark .pricing-table .price-amount {
	color:#fff;
}
.dark .bg-gray {
	background-color:#1e2225;
}
.dark .about-box .iconic,
.dark .progress-bar {
	color:#212526;
	background-color:#ffffff;
}
.dark .about-box:hover {
	background-color:#34383d;
}
.dark .pricing-detail {
	color:#787878;
	background-color:#212527;
}
.dark ul.pricing-list li,
.dark ul.list-style-1 li {
	border-color:#2f3132;
}
.dark .social-section {
	background-color:#212527;
}
.dark .blog-detail,
.dark .portfolio-detail {
	background-color:#181b1c;
}

.dark .form-control {
	border-bottom-color:rgba(120, 120, 120, 0.2);
}
.dark textarea.form-control {
	background-color:#2328291;
	background-color:rgba(40,45,46,0.7);
}


.dark .portfolio-detail .detail-btm,
.portfolio-detail .detail-btm a {
	color:#535555;
}
.portfolio-detail .detail-btm a:hover {
	color:#8e8e8e;
}
.blog-options ul li {
	color:#787878;
}

.dark .mfp-close:before,
.dark .mfp-arrow-left:before,
.dark .mfp-arrow-right:after {
	color:#fff;
}


/*floating-logo*/
a.floating-logo{ position:fixed; right:0px; top:28%; width:170px; z-index:999!important; }
a.floating-logo > img {width:100%;}
/*downscroll*/
.scroll-handle > img{width:100%;}
.scroll-handle:hover{opacity:1; -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;}
/*navigation*/
.navbar{border-radius:0px;}
.xp-theme{background:#ffe900;}
.navbar-nav > li { -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear; padding:0px 25px;}
.navbar-nav > li > a{border-top:4px solid #ffe900; padding:22px 0px; font-weight:400; letter-spacing:normal !important; color:#242424;}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a{color:#e50013; font-weight:700;border-top:4px solid #e50013;   }
.navbar-collapse{float:left;}
.menu-point{position:absolute; text-align:center; width:110px; left:46%;}

/*aboutus*/
.aboutus{width:100%; margin-top:22%; float:left;}
.aboutus > h2{float:left; font-size:45px; font-weight:300; color:#232323; letter-sapcing:normal; margin-bottom:10px; padding-bottom:10px;}
.about-box > p{font-size:13px; color:#515151; line-height:19px; margin-bottom:15px; font-weight:400;}
.ex-width{width:55%;}
/*glimpses*/
.portfolio{width:100%; margin-top:8%; float:left;}
.portfolio > h2{float:left; font-size:45px; font-weight:300; color:#dadada !important; letter-sapcing:normal; margin-bottom:10px; padding-bottom:10px;}
.port-box > p{font-size:13px; color:#acabab !important; line-height:19px; margin-bottom:15px; font-weight:400;}
.port-width{width:85%;}
.port-area {margin-bottom:10px;}
.port-box {
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	position:relative;
	text-align:left;
	transition:background-color 0.3s ease-in;
}
.filter-tabs{float:left;}
.filter-tabs li{color:#acabab; font-size:13px;}
.portfolio-area{margin:40px 0px 20px 0px;}
.filter-list li{width:24%;border:1px solid #888; margin:0px 3px 3px 0px;}
.filter-list{float:left; padding-left:0px;}
/*xpertize*/
.xpertize{margin-top:8%;}
.xpertize-content{ float:left; width:100%;}
.xpertize-content > h2{ float:left;font-size:45px; font-weight:300; color:#dadada !important; letter-sapcing:normal; margin-bottom:10px; background:url(../images/kalash.png) right bottom no-repeat; padding:75px 120px 0px 0px; text-transform:uppercase; margin-top:-60px; }
.xpertize-content > p{font-size:13px; color:#acabab !important; line-height:17px; margin-bottom:15px; font-weight:400;}
.floral-block{ float:left; position:relative; width:93%;  margin-top:-20px; }
.floral-design{ float:left; width:100%; background:url(../images/floral-design.png) center top no-repeat; height:50px;}
.xpertize-gallery{float:left; padding:20px; width:100%; height:auto; border-left:1px solid #ababab; border-right:1px solid #ababab; border-bottom:1px solid #ababab; position:relative; }
.filt-list1 li{width:49%;}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow:none;
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background:none; left:-60px;
}
.carousel-control.right {
  right: 0;
  left: auto;right:-80px;
  background:none;
}
.glyphicon-chevron-left, .glyphicon-chevron-left:before {
  content: ""; background:url(../images/left-arrow.png) center no-repeat;
}
.glyphicon-chevron-right, .glyphicon-chevron-right:before {
  content: "";background:url(../images/right-arrow.png) center no-repeat;
}
.tp-caption{top:130px !important;}
.main-nav{ float:left; width:100%; position:absolute; top:20%; z-index:9999;}


/*contact*/
.contact{margin-top:8%; float:left; width:100%;}
.contact h2{color: #dadada !important;
    float: left;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;}
.section-parallax textarea.form-control {
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,.8); color:#f4f4f4; margin-top:20px;
}
.section-parallax .form-control {
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,.8); color:#f4f4f4;
	border-bottom-color:rgb(0,0,0);
	border-bottom-color:rgba(0,0,0,0); margin-bottom:5px;
}
.btn-primary {
    color: #fff;
	background:rgba(299, 0,19, 0.6);transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.btn-primary:hover
{
	background:rgba(0, 0, 0, 0.6);transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.form-control::-moz-placeholder{opacity:0.6;}
.address > p{float:left; width:100%; color:#999; font-size:14px; line-height:24px; margin-bottom:15px;}
.email{float:left; width:100%; padding:2px 0px 2px 24px; color:#999; font-size:14px; background:url(../images/mail.png) left center no-repeat;}
.contactno{float:left;  width:100%; padding:2px 0px 2px 24px; color:#999; font-size:14px; background:url(../images/phone.png) left center no-repeat;}
.gmap{ float:left; width:100%; border:1px solid #666; padding:10px; margin-top:20px;}


/*career*/
.career{margin-top:8%; float:left; width:100% !important;}
.career h2{color: #dadada !important;
    float: left;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;}
.mandatory{float:left; width:100%; text-align:right; border-bottom:1px solid #666; padding-bottom:10px ;margin-bottom:30px; font-size:14px;}
.pricing-detail > h4{color:#999; font-weight:400; font-size:18px;}
.pricing-detail{background:none;}
.section-parallax textarea.add-detail{margin-top:0px; height:100px !important;}
input[type="file"] {background-color: rgba(0, 0, 0, 0.8);
    border:none;
    color: #f4f4f4;
    margin-bottom: 5px;  display: block;
  width: 100%;
  height: 56px;
  
  font-size: 14px;
  line-height: 1.85;
  color: inherit;
  background-color: transparent;
  background-image: none;
 }
input.upload{background-color: rgba(0, 0, 0, 0.8);
    border:none;
    color: #f4f4f4;
    margin-bottom: 5px;  display: block;
  width: 100%;
  height: 56px;
  
  font-size: 14px;
  line-height: 1.85;
  color: inherit;
  background-color: transparent;
  background-image: none;
 }
 .section-parallax select.form-control{color:#f4f4f4;}
 select.form-control option{color:#f4f4f4; padding:3px 0px;}
 .pricing-table .career-sbmt{  background: none repeat scroll 0 0 rgba(255, 0, 19, 0.6);
    color: #fff;
    transition: all 0.4s ease 0s; width:48%; padding:18px;}
.career-sbmt:hover
{
	background:rgba(0, 0, 0, 0.6);transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}


/*news*/
.news-width{float:left; width:100%; position:relative; border-top:1px solid #666; padding:30px 0px; margin:0px 0px 50px 0px;}
.news-list{float:left; width:100%; padding:5px 0px; margin-bottom:20px;}
a.news-image{float:left; padding:7px; border:1px solid #666; width:20%;}
a.news-image > img{width:100%; height:auto;}
.news-details{float:left; width:75%; margin-left:30px;}
.news-details > h3{float:left; width:100%; font-size:20px; font-weight:700; text-transform:uppercase; color:#999; margin-bottom:10px; line-height:normal; padding:0px;}
.news-details > p{float:left; width:100%; font-size:14px; color:#999; line-height:20px; margin-bottom:10px;}
.news-details > a{float:right; padding:3px 10px; color:#fff;text-transform:uppercase;font-size:14px; width:auto; margin:5px 0px;background: none repeat scroll 0 0 rgba(255, 0, 19, 0.6);
    transition: all 0.4s ease 0s; }
.news-details > a:hover{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); color:#666;
    transition: all 0.4s ease 0s;}
	
/*clientele*/
.client-brand{float:left; width:18%; margin:0px 18px 18px 0px; border:1px solid #666;}
.client-brand:last-child{margin-right:0px;}
.client-width{float:left; width:100%; position:relative;  padding:30px 0px; margin:0px 0px 180px 0px;}


/*testimonial*/
.testimonial-width{float:left; width:100%; position:relative; padding:30px 0px; margin:0px 0px 100px 0px; text-align:center;}
.testimonial-details{float:left; width:100%; margin:20px 0px 0px 0px; text-align:center;}
.testimonial-details > h3{float:left; width:100%; font-size:20px; font-weight:700; text-transform:uppercase; color:#666; margin-bottom:0px; line-height:normal; padding:0px; text-align:center;}
.testimonial-details > span{float:left; width:100%;  text-align:center;font-size:16px; font-weight:300; color:#888; font-style:italic; margin-bottom:3px;}
.testimonial-details > p{float:left; width:100%; font-size:14px; color:#999; line-height:20px; margin:35px 0px 28px 0px;}
.testimonial-details > h3:after
{ background-color: #ffe900;
    bottom:-98px;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.testimonial-details >.client-picts{ height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;}
.client-picts > img{border-radius:50%; border:10px solid rgba(0, 0, 0, 0.4)}

/*socail icon*/
ul.socail-icon{float:left; width:32px; list-style:none; position:fixed; left:-39px; top:35%; z-index:99999;}
ul.socail-icon li{float:left; width:32px; margin-bottom:1px;}
ul.socail-icon li a{ float:left; height:32px; width:32px; }
ul.socail-icon li a.fb{ background:url(../images/fb.png) no-repeat;}
ul.socail-icon li a.tw{ background:url(../images/tw.png) no-repeat;}
ul.socail-icon li a.ln{ background:url(../images/ln.png) no-repeat;}
ul.socail-icon li a.gp{ background:url(../images/gp.png) no-repeat;}
ul.socail-icon li:hover a.fb{ background:url(../images/fb-h.png) no-repeat; opacity:0.7;transition:all 0.4s ease;-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;}
ul.socail-icon li:hover a.tw{ background:url(../images/tw-h.png) no-repeat; opacity:0.7;transition:all 0.4s ease;-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;}
ul.socail-icon li:hover a.ln{ background:url(../images/ln-h.png) no-repeat; opacity:0.7;transition:all 0.4s ease;-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;}
ul.socail-icon li:hover a.gp{ background:url(../images/gp-h.png) no-repeat;opacity:0.7;transition:all 0.4s ease;-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;}

/*expertize*/
.xpert-block{float:left; width:100%; margin-bottom:50px; }
h2.xpert-title{float:left; font-size:24px; font-weight:400; color:#aaa;  letter-sapcing:normal; margin-bottom:10px; padding-bottom:10px; text-transform:uppercase;}
.mCSB_container > h4{font-size:16px; float:left; width:100%; color:#ddd !important; line-height:19px; margin-bottom:10px; font-weight:400;}
.mCSB_container > p{font-size:13px;float:left; width:100%; color:#acabab !important; line-height:19px; margin-bottom:20px; font-weight:400;}
p span.bold {
    font-weight: bold;
}
p span.col {
    color: #ca020a;
}
ul.glance{float:left; width:100%; list-style:inside; margin-bottom:15px; padding:0px;}
ul.glance > li{float:left; width:100%; margin-bottom:5px;font-size:13px;float:left; width:100%; color:#acabab !important; line-height:19px; font-weight:400; list-style-type:disc;}