﻿
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. GLOBAL STYLES
	2. COMMON STYLES 
	3. INTRO 
	4. HEADER
	5. SECTION STYLES 
	6. SERVICES
	7. BLOG STYLES 
	8. PORTFOLIO 
	9. INFO CONTENT 
	10. TESTIMONIALS 
	11. CLIENTS 
	12. ABOUT 
	13. CTA STYLES 
	14. SKILLS 
	15. ACCORDION / TABS 
	16. TWITTERFEED 
	17. PRICING TABLE 
	18. CTA / 2 
	19. FOOTER 
	20. TEAM 
	21. CONTACT 
	22. STATS / COUNTER 
	23. GALLERY 
	24. BOXED VERSION 
	25. BLOG / SINGLE 
	26. 404 PAGE
	27. SHORTCODES 
	28. RESPONSIVE STYLES
	
-------------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900,900italic&subset=latin,latin-ext);

/* 1. GLOBAL STYLES */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
}

li, ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

button, button:hover,
a, a:hover {
	transition: .4s;
	text-decoration: none;
}

a:hover {
	color: #898989;
}

a, a:hover, a:focus, a:active, button, button:focus, input, textarea {
	outline: 0;
	text-decoration: none;
}

/* 2. COMMON STYLES */

.container {
	max-width: 1170px;
	width: 100%;
}

.slidertext1 {
	font-size:3.5em; 
	text-shadow:3px 2px 1px #000;
	font-weight: 500;
	color:white; 
}
.iconmarginiletisim1 {
	margin-top:-55px;
}
.iconmarginiletisim2 {
  margin-top: -38px;
}

.slidertext2 {
	color:white; 
	text-shadow:3px 2px 1px #000;
	font-size:1.5em; 
}
.sliderlogo {
	max-width: 99%; 
	height: auto; 
	
}

.space20 {
	margin-bottom: 20px;
}

.space25 {
	margin-bottom: 25px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.btn-default {
	border: none;
	padding: 19px 25px;
	font-size: 16px;
	color: #fff !important;
	font-weight: 800;
	background-color: #ff7200;
	text-transform: uppercase;
	border-radius: 3px;
}

.bg-color-default {
	background-color: #ff7200;
}

.btn-color2 {
	background-color: #829199;
}

.btn-color3 {
	background-color: #3a3e4a;
}

.btn-color4 {
	background-color: #21c2f8;
}

.btn-color5 {
	background-color: #1abc9c;
}

.btn-color6 {
	background-color: #ef584d;
}

.btn-color7 {
	background-color: #82b440;
}

.btn-color8 {
	background-color: #333333;
}

.btn-default:hover, .btn-hover {
	background: #d96100;
	color: #fff;
}

.btn-default:focus, .btn-active {
	background: #3a3e4a;
	color: #fff;
}

.btn-center {
	margin: 0 auto;
	display: table;
}

.btn-lg {
	border: medium none;
	padding: 29px 60px;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 5px;
}

.btn-bdr {
	border: medium none;
	padding: 25px 57px;
	font-size: 24px;
	color: #ff7200;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 5px;
	background: transparent !important;
	border: 3px solid #ff7200;
}

.btn-bdr.btn-default {
	border: 3px solid #ff7200 !important;
	color: #ff7200 !important;
}

.btn-bdr.btn-color2 {
	border: 3px solid #829199 !important;
	color: #829199 !important;
}

.btn-bdr.btn-color3 {
	border: 3px solid #3a3e4a !important;
	color: #3a3e4a !important;
}

.btn-bdr.btn-color4 {
	border: 3px solid #21c2f8 !important;
	color: #21c2f8 !important;
}

.btn-bdr.btn-color5 {
	border: 3px solid #1abc9c !important;
	color: #1abc9c !important;
}

.btn-bdr.btn-color6 {
	border: 3px solid #ef584d !important;
	color: #ef584d !important;
}

.btn-bdr.btn-color7 {
	border: 3px solid #82b440 !important;
	color: #82b440 !important;
}

.btn-bdr.btn-color8 {
	border: 3px solid #fff !important;
	color: #fff !important;
}

.btn-bdr.btn-default:hover {
	border: 3px solid #ff7200 !important;
	background: #ff7200 !important;
	color: #fff !important;
}

.btn-bdr.btn-color2:hover {
	border: 3px solid #829199 !important;
	background: #829199 !important;
	color: #fff !important;
}

.btn-bdr.btn-color3:hover {
	border: 3px solid #3a3e4a !important;
	background: #3a3e4a !important;
	color: #fff !important;
}

.btn-bdr.btn-color4:hover {
	border: 3px solid #21c2f8 !important;
	background: #21c2f8 !important;
	color: #fff !important;
}

.btn-bdr.btn-color5:hover {
	border: 3px solid #1abc9c !important;
	background: #1abc9c !important;
	color: #fff !important;
}

.btn-bdr.btn-color6:hover {
	border: 3px solid #ef584d !important;
	background: #ef584d !important;
	color: #fff !important;
}

.btn-bdr.btn-color7:hover {
	border: 3px solid #82b440 !important;
	background: #82b440 !important;
	color: #fff !important;
}

.btn-bdr.btn-color8:hover {
	border: 3px solid #ff7200 !important;
	background: #ff7200 !important;
	color: #fff !important;
}

.btn-md {
	border: medium none;
	padding: 17px 38px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 3px;
}

.btn-md.btn-bdr {
	padding: 14px 37px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 3px;
	background: transparent !important;
}

.btn-sm {
	border: medium none;
	padding: 18px 25px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 3px;
}

.btn-sm.btn-bdr {
	padding: 14px 22px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 3px;
	background: transparent !important;
	border-width: 2px !important;
}

.btn-sm.btn-bdr:hover {
	border-width: 2px !important;
}

/* 3. INTRO */

#intro {
	background: #1f292e;
	padding: 0;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

#intro .container {
	position: relative;
	z-index: 777;
	height: 100vh;
}

#home-slider {
	margin: 0px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	overflow: hidden;
}

#home-slider:after {
	content: "";
	background: #1f292e;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0.8;
}

.intro2 #home-slider:after {
	display: none;
}

#home-slider .flex-control-nav {
	position: absolute;
	bottom: auto;
	left: auto;
	right: 100px;
	text-align: center;
	top: 50%;
	z-index: 99999;
	width: 20px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}

#home-slider .flex-control-nav li {
	margin: 15px 0;
	display: inherit;
	border-right: none;
}

#home-slider .flex-control-paging li a {
	width: 20px;
	height: 20px;
	display: block;
	background: #85888a;
	border: none !important;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 3px;
	box-shadow: none;
}

#home-slider .flex-control-paging li a.flex-active {
	cursor: default;
	border: 0px none;
	background: #fff;
}

.intro-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}

#intro h1 {
	color: #fff;
	font-size: 130px;
	font-weight: 800;
	line-height: 98px;
	margin-bottom: 20px;
}

#intro h1 span {
	display: block;
	font-size: 72px;
	letter-spacing: -0.5px;
	position: relative;
	left: -5px;
}

#intro p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 89px;
	line-height: 30px;
}

.intro-scroll {
	font-family: "ElegantIcons";
	font-size: 48px;
	color: #808080;
	width: 170px;
	height: 111px;
	border-radius: 3px 3px 0px 0px;
	background: rgba(0,0,0,0.3);
	display: table;
	position: absolute;
	bottom: 0;
	line-height: 111px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 777;
}

.intro-scroll:focus ,
.intro-scroll:hover {
	color: #fff;
	background: rgba(0,0,0,0.50);
}

#intro.intro2 {
	background: transparent;
}

#intro.intro2 h1 {
	margin-bottom: 5px;
	margin-top: -30px;
}

#intro.intro2 p {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-transform: none;
	margin-bottom: 37px;
}

/* 4. HEADER */

.header header {
	padding: 0 !important;
}

.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

header {
	border-bottom: 1px solid #EBEBEB;
	background: #fff;
	position: relative;
	z-index: 999999;
}

.navbar-default {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	height: 90px;
	margin: 0;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333 !important;
	padding: 0;
	position: relative;
}

.navbar-nav > li > a:after {
	content: "";
	width: 100%;
	height: 5px;
	background: #ff7200;
	position: absolute;
	top: -35px;
	left: 0px;
	right: 0px;
	opacity: 0;
	transition: .4s;
}

.navbar-nav > li.active > a:after ,
.navbar-nav > li > a:hover:after {
	opacity: 1;
	transition: .4s;
}

.navbar-nav > li.active > a ,
.navbar-nav > li > a:hover {
	background: transparent !important;
	color: #ff7200 !important;
}

.navbar-default .navbar-nav > li {
	margin: 0 0 0 36px;
}

.navbar-right {
	float: right !important;
	margin-right: -15px;
	margin-top: 35px;
}

.navbar-default .navbar-brand {
	margin-top: -1px;
}

.header-dark {
	background: transparent;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.header-dark .navbar-default {
	background: transparent;
}

.header-dark .navbar-default .navbar-nav > li > a {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	color: #FFF !important;
	padding: 0px;
}

.header-dark .navbar-nav > li.active > a ,
.header-dark .navbar-nav > li > a:hover {
	background: transparent !important;
	color: #ff7200 !important;
}

.header-dark .navbar-default {
	border: medium none;
	border-radius: 0px;
	height: 113px;
	margin: 0px;
}

.header-dark .navbar-default .navbar-brand {
	margin-top: 1px;
}

.header-dark .navbar-default .navbar-nav > li {
	margin: 17px 0px 0px 32px;
}

.header-dark .navbar-default .navbar-nav > li a:after {
	display: none;
}

.header-dark {
	border: none;
	position: fixed;
	left: 0;
	right: 0;
}

.highlight {
	color: #ff7200;
}

/* 5. SECTION STYLES */

.section-title {
	position: relative;
	margin-bottom: 89px;
}

.section-title h3 {
	font-size: 48px;
	font-weight: 800;
	color: #2f383d;
	margin: 0 0 25px;
	line-height: 30px;
}

.section-title p {
	font-size: 16px;
	color: #829199;
	margin: 0 0 23px;
	line-height: 26px;
}

.section-title hr {
	width: 140px;
	height: 6px;
	background: #2F383D;
	border: none;
	position: relative;
	margin: 0 auto;
}

.section-title hr:after {
	content: "";
	width: 70px;
	height: 6px;
	background: #ff7200;
	position: absolute;
	right: 0;
	top: 0;
}

.section-title.white-text h3 ,
.section-title.white-text p {
	color: #fff;
}

.section-title.white-text hr {
	background: #fff;
}

.page_header {
	height: 180px;
	background: url(../images/bg/1.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}

.page_header2 {
	padding: 43px 0px;
	height: auto;
	background: #1e262a;
}

.page_header h3 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0;
}

.bcrumbs {
	float: right;
}

.bcrumbs li {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 36px;
	font-weight: bold;
	margin-top: 17px;
	position: relative;
}

.bcrumbs li:after {
	content: "\3d";
	font-family: 'ElegantIcons';
	color: #fff;
	position: absolute;
	right: -26px;
	top: -0.5px;
}

.bcrumbs li:last-child {
	margin-right: 0px;
}

.bcrumbs li:last-child:after {
	display: none;
}

.bcrumbs li a {
	color: #fff;
}

.no-padding {
	padding: 0;
}

.no-padding-top {
	padding-top: 0 !important;
}

/* 6. Hizmetlerimiz */

#hizmetlerimiz {
	background: #fff;
	padding: 102px 0 110px;
	border-bottom: 1px solid #e6e9ea;
}

.service .ico {
	width: 188px;
	height: 188px;
	border-radius: 50%;
	background: #FF7200;
	border: 9px solid #FFF;
	color: #fff;
	font-size: 48px;
	line-height: 178px;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.service .ico:hover {
	background: #d65a23;
	border: 9px solid #ff7200;
	color: #fff;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.service h4 {
	margin: 22px 0 3px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.service p {
	font-weight: 300;
	color: #a0aaaf;
	line-height: 25px;
	font-size: 14px;
	padding: 0 15px;
}

/* 7. BLOG STYLES */

.blog-content {
	padding: 102px 0px 102px;
	background: #ffffff;
}

.blog-content article {
	border: 1px solid #e8ecf0;
	margin-bottom: 30px;
}

.blog-excerpt {
	padding: 15px 20px 26px;
}

.blog-excerpt h4 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.9px;
	line-height: 34px;
	margin: 2px 0 15px;
}

.blog-excerpt h4 a {
	color: #333333;
}

.blog-excerpt h4 a:hover {
	color: #fe7200;
}

.blog-excerpt p {
	font-size: 13px;
	font-weight: 300;
	color: #a0aaaf;
	line-height: 22px;
	padding-right: 14px;
	margin-bottom: 30px;
}

.rmore {
	height: 38px;
	border: 1px solid #829199;
	line-height: 38px;
	display: table;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 21px;
	letter-spacing: 0.5px;
	color: #829199;
}

.rmore:hover {
	border: 1px solid #ff7200;
	background: #ff7200;
	color: #fff;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.responsive-scloud {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	height: 166px;
}

.responsive-scloud iframe,
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#blog-mason .bm-item {
	width: 33.33333%;
	padding: 0 15px;
}

.lmore {
	display: table;
	margin: 0 auto;
	border: 2px solid #ff7200;
	border-radius: 3px;
	padding: 21px 70px;
	margin: 70px auto 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #ff7200;
	text-decoration: none;
}

.lmore:hover {
	background: #ff7200;
	border: 2px solid #ff7200;
	color: #fff;
}

.blog-full {
	padding: 100px 0px 102px;
}

.blog-full article {
	margin-left: 70px;
	position: relative;
}

.blog-full h4 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 1.3px;
	line-height: 34px;
	margin: 9px 0px 15px;
}

.blog-full .blog-excerpt {
	padding: 15px 30px 26px;
}

.blog-full .blog-excerpt p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding-right: 14px;
	margin-bottom: 22px;
}

.post-date {
	position: absolute;
	top: -1px;
	left: -72px;
}

.post-date span {
	width: 70px;
	height: 70px;
	margin-bottom: 1px;
	display: block;
	line-height: 70px;
	text-align: center;
	background: #f00;
	font-size: 18px;
	color: #fff;
	font-weight: 800;
}

.post-date span:first-child {
	background: #829199;
}

.post-date span:nth-child(2) {
	background: #475359;
}

.post-date span:last-child {
	background: #333333;
}

/* 8. PORTFOLIO */

#projelerimiz {
	background: #f8f8f8;
	padding: 102px 0px 71px;
}

#projelerimiz .section-title {
	margin-bottom: 50px;
}

.folio-filter {
	display: table;
	margin: -39px auto 0px;
	padding-bottom: 50px;
}

.folio-filter li {
	float: left;
	margin: 0 5px;
}

.folio-filter li a {
	line-height: 38px;
	border: 1px solid #829199;
	padding: 0 15px;
	display: table;
	font-size: 16px;
	color: #829199;
	min-width: 68px;
	text-transform: uppercase;
	text-align: center;
}

.folio-filter li a.selected ,
.folio-filter li:hover a {
	background: #333333;
	border: 1px solid #333333;
	color: #fff;
}

.folio-item {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.folio-thumb {
	position: relative;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ff7200;
	background: rgba(255,114,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.overlay h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%);
	-webkit-transform: translate(-35%, -50%);
	-moz-transform: translate(-35%, -50%);
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 21px;
	transition: .4s;
	opacity: 0;
}

.overlay h4 span {
	opacity: 0;
	display: block;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 0 -50%;
	transition: .4s;
}

.folio-item:hover .overlay {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.folio-item:hover .overlay h4 {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	opacity: 1;
	transition: .4s;
}

.folio-item:hover .overlay h4 span {
	opacity: 1;
	margin: 0;
	transition: .4s;
}

/* 9. INFO CONTENT */

.info-content {
	padding: 88px 0px 13px;
	background: #282f34 url(../images/bg/1.jpg) no-repeat center top fixed;
	background-size: cover;
}

.ic-bg2 {
	background: #282f34 url(../images/bg/5.jpg) no-repeat center bottom fixed;
	background-size: cover;
}

.ic-bg3 {
	background: #282f34 url(../images/bg/8.jpg) no-repeat center bottom fixed;
	background-size: cover;
}

.info-content h4 {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	font-weight: 800;
	margin: 0 0 38px;
}

.ic-service {
	display: table;
	margin-bottom: 30px;
}

.ic-ico {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: solid 2px #fff;
	display: table;
	float: left;
	padding-top: 26px;
}

.ic-info {
	margin-left: 130px;
}

.ic-info h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 0;
	margin: 0;
	font-weight: 700;
}

.ic-info p {
	margin: 0px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}

.dual-btns {
	padding: 21px 0px;
}

.dual-btns .btn-default {
	font-size: 16px;
	color: #fff !important;
	font-weight: 800;
	background: transparent !important;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 3px;
	padding: 17px 25px 16px;
	min-width: 200px;
	text-align: center;
	margin-right: 18px;
}

.dual-btns .btn-default:hover {
	background: #ff7200 !important;
	color: #fff;
	border-color: #ff7200;
}

/* 10. TESTIMONIALS */

#testimonials {
	background: #fff;
	padding: 102px 0px 50px;
}

#testimonials .section-title {
	position: relative;
	margin-bottom: 56px;
}

.client-thumb {
	width: 100px;
	float: left;
}

.client-thumb img {
	border-radius: 50%;
}

.client-quote {
	margin-left: 130px;
	margin-bottom: 81px;
}

.client-quote h4 {
	margin: -4px 0 6px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
}

.quote-date {
	font-size: 14px;
	color: #829199;
	text-transform: uppercase;
	display: table;
	margin-bottom: 8px;
	border-bottom: 1px solid #e6ebed;
	width: 100%;
	padding-bottom: 10px;
}

.client-quote p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #a0aaaf;
}

.client-social {
	margin-bottom: 7px;
	display: table;
}

.client-social li {
	float: left;
	margin-right: 10px;
}

.client-social li a {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: table;
	color: #fff;
	background: #c0ccd3;
	font-size: 13px;
}

.client-social li:first-child:hover a {
	background: #3b5998;
}

.client-social li:nth-child(2):hover a {
	background: #00bfff;
}

.client-social li:nth-child(3):hover a {
	background: #cb2027;
}

.client-social li:nth-child(4):hover a {
	background: #32506d;
}

.client-ratings li {
	float: left;
	margin-right: 3px;
}

.client-ratings li i {
	color: #c0ccd3;
	font-size: 14px;
}

.client-ratings li.active i {
	color: #ff7200;
}

.quote-carousel .slick-slide {
	padding-top: 3px;
}

.quote-carousel .slick-dots {
	display: table;
	margin: 9px auto 0;
}

.quote-carousel .slick-dots li {
	float: left;
	margin: 0 3px;
}

.quote-carousel .slick-dots li button {
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: solid 2px #8e9ca3;
	font-size: 0px;
}

.quote-carousel .slick-dots li.slick-active button {
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #8e9ca3;
	border: solid 2px #fff;
	font-size: 0px;
}

/* 11. CLIENTS */

.client-carousel {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 26px 0 30px;
	background: #F8F8F8;
}

.client-carousel div {
	margin: 0;
}

.client-carousel div img.img-responsive {
	opacity: 0.3;
	transition: .4s;
	cursor: pointer;
}

.client-carousel div img.img-responsive:hover {
	opacity: 1;
	transition: .4s;
}

.client-carousel .slick-prev {
	position: absolute;
	font-size: 0px;
	width: 35px;
	height: 35px;
	padding: 0px;
	border: medium none;
	background: transparent none repeat scroll 0% 0%;
	right: -70px;
	top: 50%;
	margin-top: -9px;
	z-index: 999;
}

.client-carousel .slick-next {
	position: absolute;
	font-size: 0px;
	width: 35px;
	height: 35px;
	padding: 0px;
	border: medium none;
	background: transparent none repeat scroll 0% 0%;
	left: -70px;
	top: 50%;
	margin-top: -19px;
	z-index: 999;
}

.client-carousel .slick-prev:after {
	content: "\3d";
	font-family: 'ElegantIcons';
	color: #a1b1bc;
	position: absolute;
	right: 0;
	font-size: 36px;
	top: -9px;
	left: -2px;
}

.client-carousel .slick-next:after {
	content: "\3c";
	font-family: 'ElegantIcons';
	color: #a1b1bc;
	position: absolute;
	right: 0;
	font-size: 36px;
	top: -9px;
	left: -2px;
}

.client-carousel .slick-prev:hover:after ,
.client-carousel .slick-next:hover:after {
	color: #ff7200;
}

.boxed .client-carousel .slick-prev {
	position: absolute;
	font-size: 0px;
	width: 35px;
	height: 35px;
	padding: 0px;
	border: medium none;
	background: transparent;
	left: 43px;
	top: auto;
	margin: 0 auto;
	right: 0;
	bottom: -67px;
}

.boxed .client-carousel .slick-next {
	position: absolute;
	font-size: 0px;
	width: 35px;
	height: 35px;
	padding: 0px;
	border: medium none;
	background: transparent;
	left: -43px;
	top: auto;
	margin: 0 auto;
	right: 0;
	bottom: -67px;
}

/* 12. ABOUT */

#hakkimizda {
	background: #f8f8f8;
	border-top: 1px solid #E6E9EA;
	margin-top: 97px;
	padding: 102px 0 101px;
}

#hakkimizda .section-title {
	margin-bottom: 50px;
}

.about-thumb {
	position: relative;
}

.overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ff7200;
	background: rgba(255,114,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.about-inner:hover .overlay2 {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.overlay2 span {
	color: #FFF;
	font-size: 30px;
	font-weight: 200;
	width: 50px;
	height: 50px;
	background: #333;
	display: table;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin: -26px auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

#about h4 {
	color: #2f383d;
	text-transform: uppercase;
	font-size: 16px;
	margin: 16px 0 6px;
	font-weight: bold;
}

#about .row p {
	font-size: 14px;
	font-weight: 300;
	color: #a0aaaf;
	line-height: 24px;
	padding-right: 14px;
	margin-bottom: 30px;
}

.about-info h3 {
	font-size: 24px;
	font-weight: 800;
	color: #2f383d;
	text-transform: uppercase;
	margin: 35px 0 12px;
}

ul.list {
	margin-top: -22px;
	margin-bottom: 7px;
}

ul.list li {
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #a0aaaf;
	line-height: 24px;
	padding-left: 26px;
	margin-bottom: 6px;
}

ul.list li i {
	position: absolute;
	top: 5px;
	left: 0;
}

.about-info .img-responsive {
	margin-top: 39px;
}

.dual-btns2 a {
	margin-right: 20px;
}

/* 13. CTA STYLES */

.cta {
	background: #ff7200;
	padding: 85px 0;
}

.cta p {
	color: #FFF;
	font-weight: 800;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
}

/* 14. SKILLS */

#skills {
	padding: 102px 0px 65px;
	background: #fff;
	border-bottom: 1px solid #e6e9ea;
}

.cs-wrap span {
	width: 106px;
	height: 106px;
	display: table;
	position: absolute;
	border-radius: 50%;
	line-height: 106px;
	color: #4E4E4E;
	font-size: 18px;
	text-align: center;
	background: #ebebeb;
	margin: 0px auto;
	float: none;
	left: 0;
	top: 47px;
	right: 0;
	transition: .4s;
}

.cs-wrap:hover .chart2 ,
.cs-wrap .chart1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: .4s;
}

.cs-wrap .chart2 ,
.cs-wrap:hover .chart1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

#skills .section-title {
	margin-bottom: 50px;
}

.cs-wrap {
	margin: 0 auto;
	display: table;
	position: relative;
	left: -11px;
}

.cs-wrap:hover span {
	background: #ff7200;
	color: #fff;
	transition: .4s;
}

.cs-wrap h6 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 15px;
}

.cs-wrap p {
	font-size: 14px;
	font-weight: 300;
	color: #a0aaaf;
	line-height: 24px;
	margin-bottom: 30px;
}

/* 15. ACCORDION / TABS */

#acctabs {
	background: #f8f8f8;
	padding: 102px 0;
}

#acctabs .section-title {
	margin-bottom: 43px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
	display: table;
}

ul.tabs li {
	color: #FFF;
	background: #c8d1d8;
	padding: 8px 33.5px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 1px;
	font-size: 15px;
	letter-spacing: 0.25px;
	margin-top: 2px;
}

ul.tabs li:last-child {
	margin-right: 0;
}

ul.tabs li:hover {
	color: #fff;
	background: #ff7200;
}

ul.tabs li.current {
	background: #fff;
	color: #222;
	border: 1px solid #dbe6ea;
	border-bottom: 1px solid #fff;
	margin-bottom: -3px;
	position: relative;
	top: -1px;
}

.tab-content {
	display: none;
	background: transparent;
	padding: 17px 18px 27px;
	border: 1px solid #dbe6ea;
}

.tab-content.current {
	display: inherit;
}

.tab-content p {
	font-size: 14px;
	font-weight: 300;
	color: #a0aaaf;
	line-height: 24px;
	margin-bottom: 30px;
}

.tab-content .list li i {
	color: #ff7200;
}

.panel-default > .panel-heading {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	text-transform: uppercase;
	color: #2f383d;
	font-weight: 800 !important;
	padding: 0;
}

.panel-default.active:hover ,
.panel-default {
	border: 1px solid #dbe6ea !important;
	border-radius: 0px !important;
	margin-bottom: 10px !important;
	background: transparent !important;
}

.panel-default:hover {
	border: 1px solid #ff7200 !important;
	cursor: pointer;
}

.panel-title > a {
	padding: 10px 19px;
	display: table;
	width: 100%;
}

.panel-title a:hover ,
.panel-title a:hover span {
	color: #ff7200;
}

.panel-heading span {
	color: #A8B9C5;
	font-size: 14px;
	float: right;
	position: relative;
	top: 2px;
	right: -5px;
}

.panel-body {
	padding: 8px 18px 2px;
	font-size: 14px;
	font-weight: 300;
	color: #a0aaaf;
	line-height: 24px;
	background-color: #fff;
	border: none !important;
}

.panel-body p {
	font-size: 14px;
	font-weight: 300;
	color: #a0aaaf;
}

.panel-heading.active {
	background: #333333;
	color: #fff;
}

.panel-heading.active:hover a {
	color: #fff !important;
}

.panel-heading.active a span {
	color: #fff;
}

.panel-title {
	font-weight: 700;
}

.img-left {
	float: left;
	margin-right: 27px;
	margin-top: 8px;
}

/* 16. TWITTERFEED */

.twitter-wrap {
	background: #586268 url(../images/bg/2.jpg) no-repeat center top fixed;
	background-size: cover;
	padding: 97px 0px 172px;
	position: relative;
}

.twitter-bg2 {
	background: #586268 url(../images/bg/6.jpg) no-repeat center center fixed;
	background-size: cover;
}

.twitter-wrap .btn {
	position: relative;
	padding: 19px 54px;
	display: table;
	margin: 9px auto 0px;
}

.tweet-ico {
	display: table;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #94999d;
}

.tweet-ico em {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: rgba(51, 204, 255, 0);
	border: 2px solid #FFF5F5;
	font-style: normal;
	display: table;
	text-align: center;
	margin: 5px;
}

.tweet-ico em i {
	line-height: 76px;
	text-align: center;
	color: #fff;
	font-size: 32px;
}

.twitter-wrap h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 800;
	margin: 22px 0 5px;
}

.tweet-text {
	color: #fff;
	text-transform: none;
	font-weight: 700;
	font-size: 20px;
	padding: 11px;
}

.tweet-text a {
	color: #ff7200;
}

.tweet-carousel .slick-dots {
	display: table;
	margin: 122px auto 0px;
}

.tweet-carousel .slick-dots li {
	float: left;
	margin: 0 3px;
}

.tweet-carousel .slick-dots li button {
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: solid 2px #8e9ca3;
	font-size: 0px;
}

.tweet-carousel .slick-dots li.slick-active button {
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #8e9ca3;
	border: solid 2px #fff;
	font-size: 0px;
}

#home-blog {
	padding: 102px 0px 89px;
	background: #fff;
	border-bottom: 1px solid #e6e9ea;
}

#home-blog .section-title {
	margin-bottom: 50px;
}

#home-blog .blog-excerpt h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 34px;
	margin: 3px 0px 3px;
	color: rgb(255, 0, 0);
}

#home-blog .blog-excerpt p {
	margin: 0 0 13px;
}

#home-blog .btn {
	margin: 39px auto 0;
	padding: 19px 51px 18px;
}

#home-blog article {
	border: 1px solid #dbe6ea;
}

.home-blog-thumb {
	position: relative;
}

.overlay3 {
	background: #ff7200;
	background: rgba(255,114,0,0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

#home-blog article:hover .overlay3 {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.bm-item article:hover .overlay3 {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.overlay3 span {
	width: 100px;
	height: 100px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -50px auto 0;
	color: #3a3e4a;
	font-size: 30px;
	text-align: center;
	line-height: 29px;
	padding-top: 24px;
}

.overlay3 span em {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.overlay3 span i {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	background: #000;
	display: table;
	position: absolute;
	top: -12px;
	right: -20px;
	border-radius: 50%;
}

/* 17. PRICING TABLE */

#pricing {
	padding: 102px 0px 99px;
	background: #f8f8f8;
}

#pricing .section-title {
	margin-bottom: 50px;
}

.no-margin {
	margin: 0;
}

.plan-title {
	height: 109px;
	border-radius: 3px 3px 0 0;
	margin: 0px -1px;
	color: #ff7200;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	padding-top: 20px;
	background-image: -webkit-linear-gradient(bottom, #333, #373d45);
	background-image: -moz-linear-gradient(bottom, #333, #373d45);
	background-image: -o-linear-gradient(bottom, #333, #373d45);
	background-image: -ms-linear-gradient(bottom, #333, #373d45);
	background-image: linear-gradient(to top, #333, #373d45);
	transition: .4s;
}

.pricing-table:hover .plan-title {
	background-image: -webkit-linear-gradient(bottom, #414141, #333);
	background-image: -moz-linear-gradient(bottom, #414141, #333);
	background-image: -o-linear-gradient(bottom, #414141, #333);
	background-image: -ms-linear-gradient(bottom, #414141, #333);
	background-image: linear-gradient(to top, #414141, #333);
	transition: .4s;
}

.plan-title span {
	display: block;
	font-weight: 400;
	text-transform: none;
	font-size: 16px;
	margin-top: -4px;
	color: #bbccda;
}

.plan-title span em {
	font-style: none;
	color: #ff7200;
	font-style: normal;
}

.pricing-features {
	margin-bottom: 31px;
}

.pricing-features li {
	line-height: 50px;
	margin: 0;
	background: #ffffff;
	color: #999999;
	border-bottom: 1px solid #f1f1f1;
}

.pricing-features li:nth-child(even) {
	background: #f6f6f6;
}

#pricing .btn {
	margin: 0 auto;
	display: table;
	padding: 16px 51px;
	border: 2px solid #ff7200;
}

.pricing-table:hover .btn {
	background: transparent !important;
	border: 2px solid #ff7200;
	color: #ff7200 !important;
}

.pricing-table {
	position: relative;
	border: 1px solid #f1f1f1;
	padding-bottom: 46px;
}

.pricing-table:after {
	content: "";
	height: 1px;
	background: #f1f1f1;
	width: 100%;
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
}

.pricing-table:before {
	content: "";
	height: 1px;
	background: #f1f1f1;
	width: 100%;
	position: absolute;
	bottom: 9px;
	right: 0;
	left: 0;
}

/* 18. CTA / 2 */

#cta-wrap {
	padding: 178px 0 176px;
	background: url(../images/pat.jpg) no-repeat center top;
	background-size: cover;
}

.cta-wrap2 {
	background: url(../images/pat2.jpg) no-repeat center top !important;
	border-bottom: 1px solid #45484b;
}

.cta-wrap3 {
	background: url(../images/pat3.jpg) no-repeat center top !important;
	border-bottom: 1px solid #45484b;
}

#cta-wrap h2 {
	font-size: 48px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 27px;
	line-height: 30px;
}

#cta-wrap p {
	font-size: 16px;
	color: #FFF;
	margin: 0px 0px 44px;
	line-height: 26px;
}

#cta-wrap .btn-default {
	padding: 19px 59px;
}

.social {
	display: table;
	margin: 0px auto 41px;
}

.social li {
	float: left;
	margin: 0 10px;
}

.social li a {
	width: 64px;
	height: 64px;
	display: table;
	-webkit-border-radius: 32px/32px 32px 31px 31px;
	-moz-border-radius: 32px/32px 32px 31px 31px;
	border-radius: 32px/32px 32px 31px 31px;
	background-color: #404040;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.12);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.12);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.12);
	border: solid 1px rgba(2,1,2,.21);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.25), rgba(0,0,0,0));
	text-align: center;
	padding: 13px 0 0;
	position: relative;
}

.social li a .img-on {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.social li a .img-off {
	position: absolute;
	left: 12px;
	top: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.social li a:hover .img-on {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.social li a:hover .img-off {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.social li a.youtube:hover {
	background-color: #de1f26;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.45), inset 0 0 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.45), inset 0 0 1px rgba(255,255,255,.2);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.45), inset 0 0 1px rgba(255,255,255,.2);
	border: solid 1px #4c1012;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.social li a.googleplus:hover {
	background-color: #4176e3;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.21), inset 0 0 0 1px rgba(255,255,255,.06);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.21), inset 0 0 0 1px rgba(255,255,255,.06);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.21), inset 0 0 0 1px rgba(255,255,255,.06);
	border: solid 1px #0c1d3f;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0));
}

.social li a.facebook:hover {
	background-color: #3b5997;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.24), inset 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.24), inset 0 0 1px rgba(255,255,255,.15);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.24), inset 0 0 1px rgba(255,255,255,.15);
	border: solid 1px #151e30;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.social li a.twitter:hover {
	background-color: #a5dee8;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.75), inset 0 0 1px rgba(255,255,255,.54);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.75), inset 0 0 1px rgba(255,255,255,.54);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.75), inset 0 0 1px rgba(255,255,255,.54);
	border: solid 1px #192d31;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
}

.social li a.share:hover {
	background-color: #66b339;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.26);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.26);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.26);
	border: solid 1px #304e1f;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0,0));
}

.social li a.messanger:hover {
	background-color: #22636e;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.23), inset 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.23), inset 0 0 1px rgba(255,255,255,.15);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.23), inset 0 0 1px rgba(255,255,255,.15);
	border: solid 1px #0e3339;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
}

.social li a.flickr:hover {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px #fff, inset 0 0 1px rgba(255,255,255,.75);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px #fff, inset 0 0 1px rgba(255,255,255,.75);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px #fff, inset 0 0 1px rgba(255,255,255,.75);
	border: solid 1px #383738;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,0));
}

.social li a.linkedin:hover {
	background-color: #56a1c4;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.3);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.3);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.3);
	border: solid 1px #172c36;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
}

.social li a.vimeo:hover {
	background-color: #c6e3f9;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.88), inset 0 0 1px rgba(255,255,255,.75);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.88), inset 0 0 1px rgba(255,255,255,.75);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.88), inset 0 0 1px rgba(255,255,255,.75);
	border: solid 1px rgba(2,1,2,.59);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
}

/* 19. FOOTER */

footer {
	padding: 110px 0 105px;
	background: #2a2929;
}

.footer-bottom p {
  color: #666;
  padding-top: 5px;
  margin: 0;
}

footer P a {
	color: #666;
}
p {
  margin-bottom: 17px;
  font-size: 13px;
  line-height: 23px;
color: #878787;}

#footer-widget-area .social-icons li a {
  -moz-box-shadow: inset 0 0 0 1px #6F6F6F;
  -webkit-box-shadow: inset 0 0 0 1px #6F6F6F;
  box-shadow: inset 0 0 0 1px #6F6F6F;
  color: #cfcfcf;
}
#footer-widget-area .social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
  display: block;
  height: 32px;
  padding: 10px 0;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}
.social-icons li:hover a i {
  top: -100%;
}
.footer-bottom {
  background: rgba(255,255,255,0.03);
  height: 80px;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  overflow: hidden;
  padding: 23px 0;
}
.f-social a {
  border: 1px solid #666;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  color: #666;
  line-height: 23px;
  text-align: center;
  margin-right: 2px;
  font-size: 11px;
}

.f-posts li img {
  float: left;
  width: 55px;
  border: 5px solid rgba(0,0,0,0.1);
}

footer h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px 0px 25px;
  color: #fff;
  position: relative;
}
.c-info li {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  color: #999;
  margin-bottom: 13px;
  line-height: 23px;
}

.page-title {
	background: url(../images/page_header.jpg) no-repeat center top;
	background-size: cover;
}

.page-title .page_header {
	background: rgba(29,36,39,0.5);
}

.page-title h2 {
	color: #fff !important;
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 3px;
	margin-top: 71px;
}

.page-title p {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 88px;
}

.iphone-img {
	float: right;
	position: relative;
	right: 34px;
	top: 13px;
}

#map-default {
	width: 100%;
	height: 400px;
}

.info-content2 {
	padding-top: 102px;
	background: #2b3438 url(../images/bg/3.jpg) no-repeat center top fixed;
	background-size: cover;
}

.info-bg {
	background: url(../images/info-bg.jpg) no-repeat center top;
	background-size: cover;
}

.info-bg2 {
	background: url(../images/pat3.jpg) no-repeat center top;
	background-size: cover;
}

.info-content2 .section-title {
	margin-bottom: 50px;
}

.ic2-info.text-right {
	position: relative;
	right: -15px;
	margin-bottom: 10px;
	display: table;
}

.ic2-info.text-right h4 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-right: 0;
	margin-top: 52px;
	margin-bottom: 23px;
}

.ic2-info.text-right h4 i {
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #ff7200;
	border: 2px solid #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	margin-top: -16px;
	margin-left: 14px;
}

.ic2-info p {
	margin: 0px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.ic2-info.text-left {
	position: relative;
	right: 15px;
	margin-bottom: 10px;
	display: table;
}

.ic2-info.text-left h4 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-right: 0;
	margin-top: 52px;
	margin-bottom: 23px;
}

.ic2-info.text-left h4 i {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #ff7200;
	border: 2px solid #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	margin-top: -16px;
	margin-right: 14px;
}

/* 20. TEAM */

#team {
	background: #fff;
	padding: 102px 0 100px;
}

#team .section-title {
	margin-bottom: 50px;
}

.staff-info {
	border: 1px solid #f1f1f1;
}

.staff-details {
	padding: 6px 20px 17px;
	background: #fff;
	transition: .4s;
}

.staff-info:hover .staff-details {
	background: #333333;
	transition: .4s;
}

.staff-info2:hover .staff-details {
	background: #fff;
	transition: .4s;
}

.staff-details h5 {
	text-transform: uppercase;
	color: #2f383d;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	transition: .4s;
}

.staff-info:hover .staff-details h5 {
	color: #ff7200;
	transition: .4s;
}

.staff-info2:hover .staff-details h5 {
	color: #2f383d;
}

.staff-details p {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	margin: 0;
}

.staff-social {
	display: table;
	width:100%;
	padding: 13px 13px 13px;
	border-top: 1px solid #f1f1f1;
	background: #fff;
}

.staff-social ul li {
	float: left;
	margin-right: 18px;
}

.staff-social ul li a {
	color: #cccccc;
	font-size: 16px;
}

.staff-social ul li a:hover {
	color: #888d9e;
}

.staff-social p {
	margin: 0;
	font-size: 14px;
	color: #a0aaaf;
	line-height: 24px;
	font-weight: 300;
}

.staff-pic {
	position: relative;
}

.overlay4 {
	background: #ff7200;
	background: rgba(255,114,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.staff-info:hover .overlay4 {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.overlay4 span {
	font-size: 150px;
	font-weight: 800;
	color: #fff;
	position: absolute;
	height: 76px;
	line-height: 60px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -38px;
	width: 100%;
}

#team .btn-center {
	padding: 19px 38px;
}

/* 21. CONTACT */

#iletisim {
	padding: 102px 0 100px;
	background: #2b3438 url(../images/bg/4.jpg) no-repeat center top fixed;
	background-size: cover;
}

.contact-bg2 {
	background: #2b3438 url(../images/bg/9.jpg) no-repeat center top fixed;
	background-size: cover;
}

#iletisim .section-title {
	margin-bottom: 50px;
}

.contact-detail h5 {
	margin: -3px 0px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
}

.contact-detail p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
	padding-right: 14px;
	margin-bottom: 11px;
}

.contact-detail .c-info li {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	padding-right: 14px;
	color: #fff;
	margin-bottom: 2px;
	padding-left: 30px;
	position: relative;
}

.contact-detail .c-info li i {
	position: absolute;
	top: 0px;
	left: 0px;
}

.c-social {
	margin-top: 13px;
	display: table;
}

.c-social li {
	float: left;
	font-size: 24px;
	margin-right: 24px;
}

.c-social li a {
	color: #fff;
}

.c-social li:first-child:hover a {
	color: #3b5998;
}

.c-social li:nth-child(2):hover a {
	color: #00aced;
}

.c-social li:nth-child(3):hover a {
	color: #cb2027;
}

.c-social li:nth-child(4):hover a {
	color: #dd4b39;
}

.c-social li:nth-child(5):hover a {
	color: #32506d;
}

.c-social li:nth-child(6):hover a {
	color: #ea4c89;
}

.c-social li:nth-child(7):hover a {
	color: #aad450;
}

.c-social li:nth-child(8):hover a {
	color: #007bb5;
}

.contact-form div input {
	width: 100%;
	font-style: italic;
	height: 40px;
	background-color: transparent;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
	border: 1px solid #6C777C;
	font-size: 15px;
	color: #fff;
	padding: 0px 35px 0 15px;
	line-height: 38px;
	margin-bottom: 10px;
}

.contact-form div input + i {
	color: #5d696f;
	font-size: 14px;
	float: right;
	margin-top: -44px;
	left: -11px;
	position: relative;
}

.contact-form div textarea {
	width: 100%;
	font-style: italic;
	height: 90px;
	background-color: transparent;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12) inset;
	border: 1px solid #6C777C;
	font-size: 15px;
	color: #fff;
	padding: 0px 15px;
	line-height: 31px;
	margin-bottom: 10px;
}

.contact-form button {
	border: none;
	background: #ff7200;
	line-height: 40px;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
}

.contact-form button:hover {
	background: #829199;
	color: #fff;
}

/* 22. STATS / COUNTER */

#stats {
	padding: 102px 0;
	background: #fff;
}

#stats .section-title {
	margin-bottom: 80px;
}

.count {
	font-size: 60px;
	text-transform: uppercase;
	/*color: #2f383d; Conflict with CSS - Govind*/
	font-weight: 300;
}

.stats-info {
	cursor: pointer;
}

.stats-info h2 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #2f383d;
	font-weight: 800;
	border-bottom: 10px solid #829199;
	padding-bottom: 27px;
	transition: .4s;
}

.stats-info p {
	margin: 0 0 -4px;
}

.stats-info:hover h2 {
	border-bottom: 10px solid #ff7200;
	transition: .4s;
}

/* 23. GALLERY */

.gal-nav {
	margin-bottom: 30px;
	display: table;
}

.gal-nav li {
	float: left;
	width: 8.33333%;
}

.gal-nav li div {
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	padding: 9px;
	display: table;
	cursor: pointer;
}

.gal-nav li:first-child div {
	border-left: 1px solid #e5e5e5;
}

.gal-nav li div img {
	width: 100%;
	opacity: 1;
	transition: .4s;
}

.gal-nav li div:hover img ,
.gal-nav li.flex-active div img {
	width: 100%;
	opacity: 0.4;
	transition: .4s;
}

#gal-slider {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	padding: 9px;
}

.flex-prev {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: table;
	position: absolute;
	top: 50%;
	left: 36px;
	z-index: 999;
	margin-top: -18px;
}

.flex-prev span {
	background: transparent;
	transition: .4s;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: table;
}

.flex-prev span i {
	width: 30px;
	height: 30px;
	background: #829199 url(../images/prev.png) no-repeat center center;
	border-radius: 50%;
	margin: 3px;
	display: table;
	transition: .4s;
}

.flex-next {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: table;
	position: absolute;
	top: 50%;
	right: 36px;
	z-index: 999;
	margin-top: -18px;
}

.flex-next span {
	background: transparent;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: table;
	transition: .4s;
}

.flex-next span i {
	width: 30px;
	height: 30px;
	background: #829199 url(../images/next.png) no-repeat center center;
	border-radius: 50%;
	margin: 3px;
	display: table;
}

.flex-next:hover span ,
.flex-prev:hover span {
	background: #fff;
	transition: .4s;
}

.flex-next:hover span i ,
.flex-prev:hover span i {
	background-color: #ff7200;
	transition: .4s;
}

/* 24. BOXED VERSION */

.boxed {
	background: #32373b;
}

.body {
	position:relative;
	width:100%;
	overflow:hidden;
}

.boxed .body {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

/* 25. BLOG / SINGLE */

.blog-single {
	padding: 85px 0px 102px;
}

.blog-single h2 {
	color: #333333;
	margin: 41px 0 0;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800;
}

.blog-single .post-meta {
	font-size: 18px;
	font-weight: 700;
	color: #829199;
	margin: 17px 0 35px;
}

.blog-single p.lead {
	font-size: 18px;
	color: #666666;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -0.11px;
	margin-bottom: 27px;
}

.blockquote {
	margin: 0px 40px 29px;
	font-size: 27px;
	font-style: italic;
	font-weight: 700;
	border-left: 8px solid #829199;
	padding-left: 20px;
	padding-bottom: 5px;
	letter-spacing: -0.5px;
	color: #829199;
}

.blog-single p {
	color: #a0aaaf;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.blog-single h6 {
	font-size: 30px;
	font-weight: 800;
	margin: 43px 0 15px;
	color: #333333;
}

.panel-wrap {
	background: #333333;
	font-size: 20px;
	color: #e1e4e7;
	padding: 30px 36px;
	margin: 36px 0 43px;
	display: table;
	width: 100%;
	line-height: 32px;
	border-radius: 3px;
}

.list2 {
	margin-bottom: 26px;
}

.list2 li {
	color: #666666;
	font-style: italic;
	padding-left: 35px;
	font-size: 18px;
	margin-bottom: 12px;
	position: relative;
}

.list2 li i {
	font-family: "ElegantIcons";
	color: #ff7200;
	font-size: 18px;
	font-style: normal;
	position: absolute;
	top: 0px;
	left: 0;
}

.blog-single hr {
	height: 1px;
	background: #e9e9e9;
}

.btn-comment {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	padding: 16px 24px;
	background: #ff7200;
	margin-top: 8px;
	display: table;
	border-radius: 3px;
}

.btn-comment i {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	margin-right: 20px;
}

.btn-comment:hover {
	background: #829199;
	color: #fff;
}

.btn-ico {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #829199;
	padding: 14px 24px;
	background: transparent;
	border: 2px solid #829199;
	margin-top: 8px;
	display: table;
	border-radius: 3px;
	width: 200px;
	margin-left: 20px;
}

.btn-ico i {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	margin-right: 20px;
	color: #333;
	position: relative;
	top: 2px;
}

.btn-ico:hover {
	background: #ff7200;
	color: #fff !important;
	border-color: #ff7200;
}

.btn-ico:hover i {
	color: #fff !important;
}

.blog-single .pull-right a {
	float: left;
}

.blog-width-830 {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
}

#ajax p {
	color: #a0aaaf;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: 300;
}

#ajax h2 {
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	color: #333;
	font-weight: 800;
}

#ajax .blockquote {
	margin-left: 0px;
}

#ajax {
	display: block;
	height: auto !important;
	padding-bottom: 55px;
}

.close {
	font-family: "ElegantIcons";
	font-size: 36px;
	margin-bottom: 50px;
	color: #ff7200;
	text-align: center;
	opacity: 1;
	font-weight: 400;
	margin: 0 auto 18px;
	display: table;
	float: none;
}

.portfolio-single {
	padding: 50px 0px 50px;
}

.ps-info h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 44px;
	margin: 0 0 11px;
}

.ps-info span {
	font-size: 16px;
	margin-bottom: 52px;
	display: table;
	color: #829199;
}

.ps-info span i {
	font-size: 19px;
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.ps-info h4 {
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 11px;
}

.ps-info p {
	color: #a0aaaf;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.portfolio-single hr {
	height: 1px;
	background: #e9e9e9;
}

.data .slick-prev {
	width: 40px;
	height: 40px;
	background: #2f383d;
	border: none;
	font-size: 0px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	z-index: 88;
}

.data .slick-next {
	width: 40px;
	height: 40px;
	background: #2f383d;
	border: none;
	font-size: 0px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
	z-index: 88;
}

.data .slick-prev:hover ,
.data .slick-next:hover {
	background: #ff7200;
}

.data .slick-prev:after {
	content: "4";
	font-family: "ElegantIcons";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
}

.data .slick-next:after {
	content: "5";
	font-family: "ElegantIcons";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
}

.ps-social {
	margin-top: 5px;
	display: table;
}

.ps-social li {
	float: left;
	font-size: 30px;
	margin-right: 14px;
}

.ps-social li:last-child {
	margin-right: 0px;
}

.ps-social li a {
	color: #a0aaaf;
}

.ps-social li:first-child:hover a {
	color: #3b5998;
}

.ps-social li:nth-child(2):hover a {
	color: #00aced;
}

.ps-social li:nth-child(3):hover a {
	color: #cb2027;
}

.ps-social li:nth-child(4):hover a {
	color: #dd4b39;
}

.ps-social li:nth-child(5):hover a {
	color: #32506d;
}

.ps-social li:nth-child(6):hover a {
	color: #aad450;
}

.ps-social li:nth-child(7):hover a {
	color: #007bb5;
}

.prevnext a {
	background: transparent;
	width: 130px;
	height: 50px;
	display: block;
	float: left;
	margin-left: 10px;
	border-radius: 3px;
	border: 2px solid #829199;
	color: #829199;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 6px;
	line-height: 48px;
	padding: 0;
	text-align: center;
	font-weight: 700;
	padding-right: 10px;
	position: relative;
}

.prevnext a:hover {
	background: #ff7200;
	border: 2px solid #ff7200;
	color: #fff;
}

.prevnext a:last-child {
	padding-right: 0px;
}

.prevnext a i {
	font-size: 30px;
	position: relative;
	top: 4px;
	left: -13px;
	margin-right: -9px;
}

.prevnext a:last-child i {
	font-size: 30px;
	position: relative;
	top: 5px;
	left: 11px;
	margin-right: -9px;
	margin-left: -2px;
}

.div-relative {
	position: relative;
}

.sticky-wrapper {
	height: auto !important;
}

/* 26. 404 PAGE */

.error-content + .sticky-wrapper header {
	padding: 0 !important;
}

.error-content {
	background: #dedfe0 url(../images/bg/7.jpg) no-repeat center top fixed;
	background-size: cover;
	padding: 125px 0px 147px;
}

.error-content span {
	font-size: 72px;
	color: #333333;
	font-weight: 400;
}

.error-content h2 {
	color: #333333;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 129px;
	margin: -26px 0 -1px;
}

.error-content p {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 65px;
	letter-spacing: -0.1px;
}

.search-form {
	border: 1px solid #c9c9c9;
	background: #fff;
	width: 570px;
	margin: 0px auto 50px;
	height: 60px;
	border-radius: 3px;
	position: relative;
	left: 3px;
}

.search-form input {
	width: 100%;
	background: transparent;
	border: none;
	height: 58px;
	border-radius: 3px;
	color: #829199;
	font-size: 18px;
	padding: 0 60px 0 28px;
}

.search-form button {
	height: 60px;
	background: transparent;
	border: none;
	color: #829199;
	position: absolute;
	top: 0;
	right: 21px;
	font-size: 30px;
}

.search-form input::-webkit-input-placeholder {
	color: #829199;
	opacity: 1;
}

.search-form input:-moz-placeholder {
	color: #829199;
	opacity: 1;
}

.search-form input::-moz-placeholder {
	color: #829199;
	opacity: 1;
}

.search-form input:-ms-input-placeholder {
	color: #829199;
	opacity: 1;
}

.error-content .btn {
	padding: 23px 46px;
	border: 3px solid #eaebeb;
}

/* 27. SHORTCODES */

.tweets_txt {
	color: #fff;
	font-size: 20px;
	text-transform: none;
	font-weight: 700;
}

.tweets_txt a {
	color: #ff7200;
}

.blog_pn p {
	margin: 0;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
}

.blog_pn .btn i {
	font-size: 20px;
	margin-left: 13px;
}

.blog_pn {
	padding-left: 70px;
}

.blog_pn hr {
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	border: none;
	position: relative;
	margin: 0 auto 30px;
}

.blog-single2 {
	padding: 100px 0px;
	clear: both;
}

.blog-single2 h2 {
	color: #333333;
	text-transform: uppercase;
	font-weight: 800;
	margin: 24px 0 11px;
}

.bs2-meta {
	margin-bottom: 22px;
	border-bottom: 1px solid #e6e9eb;
	padding-bottom: 18px;
	color: #829199;
}

.bs2-meta span {
	margin-right: 30px;
}

.bs2-meta span i {
	color: #829199;
	font-size: 15px;
	margin-right: 8px;
}

.blog-single2 p.lead {
	line-height: 32px;
	margin-bottom: 15px;
	color: #646770;
}

.blog-single2 p {
	font-weight: 300;
	color: #a0aaaf;
	line-height: 24px;
	margin-bottom: 25px;
}

.blog-single2 h4 {
	color: #829199;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px 0px 21px;
}

.blockquote_alt {
	color: #a0aaaf;
	font-size: 300;
	font-style: italic;
	line-height: 30px;
	font-size: 15px;
	margin: -8px 0 46px;
	border-left: 2px solid #a0aaaf;
	padding-left: 29px;
}

.author-info {
	border: 1px solid #DDE4EB;
	margin: -4px 0px 97px;
	padding: 30px 30px 27px;
}

.author-info img {
	float: left;
	border: 1px solid #ebf0f5;
	padding: 10px;
	margin: -10px;
}

.ai-inner {
	margin-left: 150px;
}

.ai-inner h5 {
	margin: -10px 0 11px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #829199;
}

.ai-inner p {
	margin: 0 0 12px;
}

.ai-inner a {
	font-size: 14px;
	color: #ff7200;
	text-transform: uppercase;
	font-weight: 700;
}

.ai-inner a i {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 14px;
	display: table;
	font-size: 17px;
	margin-left: 2px;
	margin-right: 7px;
	position: relative;
	top: -11px;
	color: #ff7200;
}

.blog-comments h6 {
	color: #333;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0 0 26px;
}

.comment-info img {
	float: left;
}

.ci-info {
	margin-left: 118px;
}

.ci-info h5 {
	color: #829199;
	margin: -4px 0 12px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}

.ci-info h5 span {
	float: right;
	font-size: 14px;
	position: relative;
	top: 3px;
	font-weight: 400;
}

.ci-info h5 span a {
	margin-left: 28px;
	color: #ff7200;
}

.ci-info p {
	margin: 0;
}

.ci-info p a {
	color: #ff7200;
}

.comments-list li {
	margin-bottom: 21px;
	padding-bottom: 21px;
	border-bottom: 1px solid #F0F0F0;
}

.comments-list li:last-child {
	border-bottom: none;
}

.comment-sub {
	margin-left: 118px;
}

.blog-comments .btn-default {
	padding: 14px 25px;
	font-size: 16px;
	margin-top: 11px;
	width: 100%;
	margin-bottom: 46px;
}

.blog-comments .contact-form div input {
	width: 100%;
	font-style: italic;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #666;
	padding: 0 20px;
	line-height: 39px;
	margin-bottom: 31px;
	border-radius: 3px;
}

.blog-comments .contact-form div textarea {
	width: 100%;
	font-style: italic;
	height: 185px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #666;
	padding: 25px 20px;
	margin-bottom: 31px;
	border-radius: 3px;
}

.blog-comments .contact-form button {
	border: medium none;
	line-height: 40px;
	width: auto;
	border-radius: 5px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	padding: 10px 36px;
}

.side-content h5 {
	margin: 0 0 27px;
	text-transform: uppercase;
	color: #333;
	font-size: 22px;
	font-weight: 800;
}

aside {
	margin-top: -18px;
}

.side-social {
	border: 1px solid #e4e8ed;
	padding: 22px 30px 10px;
}

.side-content {
	margin-bottom: 46px;
}

.side-content p {
	margin-bottom: 9px;
}

.side-about {
	padding: 22px 30px 36px;
	border: 1px solid #e4e8ed;
}

.side-about p {
	margin-bottom: 24px;
}

.side-video {
	padding: 14px 14px 14px;
	border: 1px solid #e4e8ed;
}

#accordion-e2 h4 {
	margin: 0px !important;
	line-height: 19.6px;
	letter-spacing: 0.2px;
}

#accordion-e2 .panel-default > .panel-heading {
	border: none;
	color: #829199;
	padding: 0;
}

#accordion-e2 .panel-default > .panel-heading h4 a {
	padding: 14px 28px;
}

#accordion-e2 .panel-default {
	border: 1px solid #e4e8ed;
	margin-bottom: -4px !important;
	background: transparent none repeat scroll 0% 0% !important;
}

#accordion-e2 .panel-heading span {
	color: #829199;
	font-size: 24px;
	float: right;
	position: relative;
	top: -1px;
	right: -8px;
}

#accordion-e2 .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #e4e8ed !important;
}

#accordion-e2 .panel-heading + .panel-collapse > .panel-body ul {
	padding: 16px 14px;
	color: #f00;
	font-size: 14px;
	letter-spacing: 0.2px;
}

#accordion-e2 .panel-heading + .panel-collapse > .panel-body ul li {
	margin-bottom: 16px;
	padding: 0 34px;
	color: #829199;
	position: relative;
}

#accordion-e2 .panel-heading + .panel-collapse > .panel-body ul li:last-child {
	margin-bottom: 9px;
}

#accordion-e2 .panel-heading + .panel-collapse > .panel-body ul li i {
	position: absolute;
	top: 4px;
	left: -1px;
	font-size: 16px;
	color: #ff7200;
}

#accordion-e2 .panel-heading.active {
	background: transparent;
}

#accordion-e2 .panel-heading.active .panel-title a {
	background: transparent;
	color: #ff7200 !important;
}

#accordion-e2 .panel-heading:hover h4 a span ,
#accordion-e2 .panel-heading.active .panel-title a span {
	color: #ff7200 !important;
}

.testimonial-content p {
	padding: 23px 30px;
	border: 1px solid #e4e8ed;
	position:relative;
}

.testimonial-content p:after {
	content:"";
	width:11px;
	height:8px;
	background:url(../images/bubble.png) no-repeat center center;
	position: absolute;
	bottom: -8px;
	left: 40px;
}

.tc-author {
	padding: 21px 0px 4px;
}

.tc-author img {
	float: left;
	width: 85px;
	border-radius: 50%;
}

.tc-author h6 {
	color: #829199;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 0 106px;
}

.tc-author span {
	font-size: 16px;
	margin-left: 106px;
	display: table;
	margin-top: 14px;
	line-height: 25px;
	color: #829199;
}

.tc-author span a {
	color: #ff7200;
}

.side-twitter {
	border: 1px solid #e4e8ed;
	padding: 30px 30px 25px;
}

.side-twitter .tweets_txt {
	color: #829199;
	font-size: 14px;
	text-transform: none;
	font-weight: 300;
}

.side-twitter #tweet_feed ul li {
	margin-bottom: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e4e8ed;
	position: relative;
	padding-left: 35px;
}

.side-twitter #tweet_feed ul li:after {
	content: "\f099";
	font-family: 'FontAwesome';
	width: 25px;
	height: 25px;
	background: #50D2FE;
	line-height: 27px;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 50%;
	color: #fff;
}

.side-twitter #tweet_feed ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

ul.stabs,
ul.stabs2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.stabs li ,
ul.stabs2 li {
	color: #000;
	background: #edeeee;
	padding: 18px 34px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 0;
	font-size: 14px;
	letter-spacing: -0.15px;
	margin-top: 2px;
	position: relative;
}

ul.stabs li.col-md-3 ,
ul.stabs2 li.col-md-3 {
	width: 25%;
}

ul.stabs li:after ,
ul.stabs2 li:after {
	content: "";
	background: #FF7200;
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	opacity: 0;
	transition: .4s;
}

ul.stabs2 li.current:after ,
ul.stabs li.current:after {
	opacity: 1;
	transition: .4s;
}

ul.stabs2 li:last-child ,
ul.stabs li:last-child {
	margin-right: 0;
}

ul.stabs2 li:hover ,
ul.stabs li:hover {
	color: #fff;
	background: #ff7200;
}

ul.stabs2 li.current,
ul.stabs li.current {
	background: #fff;
	color: #ff7200;
}

.stab2-content ,
.stab-content {
	display: none;
	background: transparent;
	padding: 80px 29px 20px;
	border: 1px solid #DBE6EA;
}

.stab2-content.current,
.stab-content.current {
	display: inherit;
}

.stab2-content p ,
.stab-content p {
	font-size: 14px;
	font-weight: 300;
	color: #a0aaaf;
	line-height: 24px;
	margin-bottom: 20px;
}

.stab2-content .list li i ,
.stab-content .list li i {
	color: #ff7200;
}

#accordion-e3 h4 {
	margin: 0px !important;
	line-height: 19.6px;
	letter-spacing: 0.2px;
	color: #000;
	font-size: 19px;
}

#accordion-e3 .panel-default > .panel-heading {
	border: none;
	color: #829199;
	padding: 0;
	text-transform: none;
}

#accordion-e3 .panel-default {
	border: 1px solid #e4e8ed;
	margin-bottom: -4px !important;
	background: transparent !important;
}

#accordion-e3 .panel-heading span {
	color: #829199;
	font-size: 24px;
	float: right;
	position: relative;
	top: -1px;
	right: -8px;
}

#accordion-e3 .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #e4e8ed !important;
}

#accordion-e3 .panel-heading + .panel-collapse > .panel-body ul {
	padding: 16px 14px 12px;
	color: #f00;
	font-size: 14px;
	letter-spacing: 0.2px;
}

#accordion-e3 .panel-heading + .panel-collapse > .panel-body ul li {
	margin-bottom: 16px;
	padding: 0 34px;
	color: #829199;
	position: relative;
}

#accordion-e3 .panel-heading + .panel-collapse > .panel-body ul li:last-child {
	margin-bottom: 9px;
}

#accordion-e3 .panel-heading + .panel-collapse > .panel-body ul li i {
	position: absolute;
	top: 4px;
	left: -1px;
	font-size: 16px;
	color: #ff7200;
}

#accordion-e3 .panel-heading.active {
	background: #ff7200;
}

#accordion-e3 .panel-heading.active .panel-title a {
	background: #ff7200;
	color: #fff;
}

#accordion-e3 .panel-title a {
	padding: 11.8px 29px;
}

#accordion-e3 .panel-heading.active .panel-title a span {
	color: #fff !important;
}

.shortcode-wrap {
	padding: 100px 0;
}

.sub-head {
	color: #333;
	margin: -8px 0 47px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
}

#accordion-e4 h4 {
	margin: 0px !important;
	line-height: 19.6px;
	letter-spacing: 0.2px;
	color: #000;
	font-size: 19px;
}

#accordion-e4 .panel-default > .panel-heading {
	border: none;
	color: #829199;
	padding: 0;
	text-transform: none;
}

#accordion-e4 .panel-default {
	border: 1px solid #e4e8ed;
	margin-bottom: -4px !important;
	background: transparent none repeat scroll 0% 0% !important;
}

#accordion-e4 .panel-heading span {
	color: #829199;
	font-size: 24px;
	float: right;
	position: relative;
	top: -1px;
	right: -8px;
}

#accordion-e4 .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #e4e8ed !important;
}

#accordion-e4 .panel-heading + .panel-collapse > .panel-body ul {
	padding: 16px 14px 11px;
	color: #f00;
	font-size: 14px;
	letter-spacing: 0.2px;
}

#accordion-e4 .panel-heading + .panel-collapse > .panel-body ul li {
	margin-bottom: 16px;
	padding: 0 34px;
	color: #829199;
	position: relative;
}

#accordion-e4 .panel-heading + .panel-collapse > .panel-body ul li:last-child {
	margin-bottom: 9px;
}

#accordion-e4 .panel-heading + .panel-collapse > .panel-body ul li i {
	position: absolute;
	top: 4px;
	left: -1px;
	font-size: 16px;
	color: #ff7200;
}

#accordion-e4 .panel-heading.active {
	background: #ff7200;
}

#accordion-e4 .panel-heading.active .panel-title a {
	background: #ff7200;
	color: #fff;
}

#accordion-e4 .panel-title a {
	padding: 11.8px 29px;
}

#accordion-e4 .panel-heading.active .panel-title a span {
	color: #fff !important;
}

.sw-sep {
	height: 87px;
}

.sb-lg a, .sb-lg-bdr a {
	margin-right: 24px;
}

.sb-lg a:last-child ,
.sb-lg-bdr a:last-child {
	margin-right: 0px;
}

.sb-lg-bdr {
	margin-top: 30px;
}

.no-radius {
	border-radius: 0px !important;
}

body{
	display:none;
}

#jpreOverlay {
	background: #222 url(../images/preloader.jpg) no-repeat center top;
	background-size: cover;
	background-color:#222;
	text-align: center;
}

#jpreSlide {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	width: 50%;
	height: 30%;
}

.preload_logo {
	position: fixed;
	left: 0;
	right: 0;
	top: 100px;
	margin-top: -15px;
}

#jpreLoader {
	background: #161616;
	max-width: 100%;
	width: 100%;
	height: 10px;
	margin-top: 150px;
}

#jpreBar {
	background: #ff811b;
}

#jprePercentage {
	position: fixed;
	color: #fff;
	top: -100%;
	bottom: auto;
	right: 0;
	left: 0;
	margin: -170px auto 0;
	background: url(../images/preloader_pc.png) no-repeat center center;
	width: 117px;
	height: 115px;
	line-height: 115px;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	display: table;
}

#jpreButton {
	background: #cc1313;
	color: #fff;
	height: auto !important;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	line-height: normal;
}

#jSplash p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #829199;
	margin: 0;
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
}

#jSplash p a {
	color: #ff7200;
}

.tc-paging {
	display: table;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
}

.slider {
	display: block;
	margin: auto;
	margin-top: 10px;
	position: relative;
}

#tweecool {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#tweecool > ul {
	list-style: none;
	height: 100%;
	width: 400%;
	overflow: hidden;
	position: relative;
	left: 0px;
	-webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#tweecool > ul > li {
	width: 25%;
	float: left;
	position: relative;
}

#tweecool > ul > li > img {
	margin: auto;
	height: 100%;
}

.slider input[type=radio] {
	visibility: hidden;
	display: none;
}

.slider label {
	position: absolute;
	z-index: 100;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 178px;
}

.slider input[type=radio]#control1:checked~label[for=control1] {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border-color: #fff;
	top: -2px;
	margin-left: -36px !important;
}

.slider input[type=radio]#control2:checked~label[for=control2] {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border-color: #fff;
	top: -2px;
	margin-left: -14px !important;
}

.slider input[type=radio]#control3:checked~label[for=control3] {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border-color: #fff;
	top: -2px;
	margin-left: 4px !important;
}

.slider input[type=radio]#control4:checked~label[for=control4] {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border-color: #fff;
	top: -2px;
	margin-left: 22px !important;
}

.slider label[for=control1] {
	margin-left: -30px !important;
}

.slider label[for=control2] {
	margin-left: -12px !important;
}

.slider label[for=control3] {
	margin-left: 6px !important;
}

.slider label[for=control4] {
	margin-left: 24px !important;
}

.slider input[type=radio]#control1:checked~#tweecool > ul {
	left: 0;
}

.slider input[type=radio]#control2:checked~#tweecool > ul {
	left: -100%;
}

.slider input[type=radio]#control3:checked~#tweecool > ul {
	left: -200%;
}

.slider input[type=radio]#control4:checked~#tweecool > ul {
	left: -300%;
}

.h1, .h2, .h3 , .h4, .h5 , .h6 {
	margin: 0 0 15px;
	font-weight: 800;
}

.h1 {
	font-size: 48px;
}

.h2 {
	font-size: 40px;
}

.h3 {
	font-size: 32px;
}

.h4 {
	font-size: 24px;
}

.h5 {
	font-size: 20px;
}

.h6 {
	font-size: 16px;
}

.section-content h3 {
	font-size: 30px;
	margin: 0 0 15px;
	font-weight: 800;
}

.section-content p.lead {
	font-size: 20px;
	color: #646770;
	font-weight: 300;
	line-height: 33px;
	letter-spacing: -0.11px;
	margin-bottom: 15px;
}

.section-content p {
	color: #a0aaaf;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: 300;
}

.section-content strong {
	color: #333333;
}

.underline {
	text-decoration: underline;
	-webkit-text-decoration-color: #d8dcde;
	-moz-text-decoration-color: #d8dcde;
	text-decoration-color: #d8dcde;
}

.section-content h5 {
	text-transform: uppercase;
	line-height: 34px;
	font-size: 18px;
	font-weight: 800;
	margin: -13px 0 10px;
	color: #829199;
}

.highlight-cover {
	background: #ff7200;
	color: #fff;
	padding: 0 5px;
}

.blockquote2 {
	font-size: 16px;
	color: #a0aaaf;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;
	border-left: 3px solid #d9dee0;
	padding: 0;
	padding-left: 27px;
	max-width: 70%;
	margin: -10px 0 20px;
}

.blockquote3 {
	font-size: 24px;
	color: #829199;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	border-left: 3px solid #ff7200;
	padding: 22px 0;
	padding-left: 27px;
	max-width: 70%;
	margin: 20px 0 0;
}

.dropcap {
	font-size: 78px;
	color: #333;
	float: left;
	font-weight: 800;
	margin: 23px 11px 6px 0;
}

.list-style li {
	padding: 0 0 0 25px;
	position: relative;
	font-size: 14px;
	color: #829199;
	font-weight: 300;
	margin-bottom: 20px;
}

.list-style li i {
	font-family: "ElegantIcons";
	position: absolute;
	font-size: 18px;
	color: #ff7200;
	font-style: normal;
	left: 0;
	top: -2px;
	text-transform: uppercase;
}

.list-style2 li {
	padding: 0 0 0 35px;
	position: relative;
	font-size: 14px;
	color: #829199;
	font-weight: 300;
	margin-bottom: 20px;
}

.list-style2 li i {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	left: 0;
	top: -2px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 50%;
}

.pagenav-style li {
	float: left;
	margin-right: 10px;
}

.pagenav-style li a {
	display: table;
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #eeeded;
	font-size: 14px;
	color: #7e8ca8;
	transition: .4s;
}

.pagenav-style li.active a,
.pagenav-style li a:hover {
	background: #ff7200;
	color: #fff;
	border-color: #ff7200;
	transition: .4s;
}

.pagenav-style2 li.active a,
.pagenav-style2 li a:hover {
	background: #ff7200;
	color: #fff;
	border: none;
	border-top: 4px solid #000;
	line-height: 23px;
	position: relative;
	top: -4px;
	transition: .4s;
}

table {
	width: 100%;
}

table, td, th {
	border: 1px solid #dde5ea;
	border-collapse: collapse;
	text-align: center;
}

td, th {
	padding: 20px 20px;
	vertical-align: middle;
	font-size: 14px;
	color: #829199;
}

th {
	background-color: #ff7200;
	color: white;
	padding: 17px 20px;
	text-transform: uppercase;
	font-size: 18px;
}

table tbody tr:nth-child(even) {
	background: #f3f3f3;
}

.alert span {
	font-family: "ElegantIcons";
	margin-right: 15px;
	font-size: 24px;
	position: absolute;
	top: 14px;
	left: 20px;
}

.alert {
	font-size: 16px;
	padding: 20px 40px 20px 63px;
	position: relative;
}

.close2 {
	border: none;
	font-size: 18px;
	position: absolute;
	top: 18px;
	right: 20px;
}

.alert-warning {
	background: #fcedc8;
	border: 1px solid #f6dfa8;
	color: #cb9515;
}

.alert-success {
	background: #e4f6c4;
	border: 1px solid #cce5a1;
	color: #79a72e;
}

.alert-success span {
	color: #92ce29;
}

.alert-danger {
	background: #fce3de;
	border: 1px solid #ffc4b9;
	color: #f65a3c;
}

.alert-danger span {
	color: #f9816a;
}

.alert-info {
	background: #c3e8fe;
	border: 1px solid #b0d8ef;
	color: #4594c3;
}

.alert-info span {
	color: #46a4db;
}

.lightbox {
	padding: 10px;
	border: 1px solid #dfdfdf;
	position: relative;
}

.lb-info {
	padding: 25px 20px 20px;
}

.lb-info h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	line-height: 24px;
	font-weight: 800;
	margin: 0 0 13px;
}

.lb-info p {
	font-size: 14px;
	color: #829199;
	margin: 0px 0px 18px;
	line-height: 24px;
	font-weight: 300;
}

.lb-info a {
	width: 130px;
	height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	display: table;
	font-weight: 800;
}

.lb-info a:hover {
	background: #000;
	color: #fff;
}

.close3 {
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 19px;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: .4s;
	z-index: 9999;
	cursor: pointer;
}

.close3:hover {
	background: rgba(0,0,0,1);
	color: #fff;
	transition: .4s;
}

.side-archive {
	background: #fff;
	border: 1px solid #e4e8ed;
	padding: 25px 30px;
}

.side-archive ul {
	margin: 0;
	padding: 0;
}

.side-archive ul li {
	position: relative;
	margin: 0;
}

.side-archive ul li a {
	display: table;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	color: #829199;
	transition: .4s;
}

.side-archive ul li a i {
	margin-right: 10px;
	font-size: 12px;
	color: #9aa7af;
}

.side-archive ul li a span {
	float: right;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	background: #b3bdc3;
	border-radius: 50%;
	text-align: center;
	transition: .4s;
}

.side-archive ul li:hover a ,
.side-archive ul li:hover a i {
	color: #ff7200;
	transition: .4s;
}

.side-archive ul li:hover a span {
	color: #fff;
	background: #ff7200;
	transition: .4s;
}

.side-list {
	background: #fff;
	border: 1px solid #e4e8ed;
}

.side-list ul {
	margin: 0;
}

.side-list li a {
	width: 100%;
	padding: 10px 30px;
	font-size: 14px;
	color: #829199;
	font-weight: 300;
	display: table;
	border-bottom: 1px solid #e4e8ed;
}

.side-list li a i {
	margin-right: 10px;
	font-size: 12px;
	color: #9aa7af;
}

.side-list li:hover a {
	background: #ff7200;
	color: #fff;
	border-bottom: 1px solid #ff7200;
}

.side-list li:hover a i {
	color: #fff;
}

.side-list li:last-child a {
	border: none;
}

.side-comments {
	background: #fff;
	border: 1px solid #e4e8ed;
	padding: 30px;
}

.side-comments ul li h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #829199;
	font-weight: 700;
	margin: 0;
}

.side-comments ul li h4 i {
	width: 25px;
	height: 25px;
	background: #829199;
	line-height: 27px;
	text-align: center;
	position: relative;
	top: -2px;
	left: 0px;
	border-radius: 50%;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
}

.side-comments ul li h3 {
	margin: 12px 0 8px;
}

.side-comments ul li {
	margin-bottom: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e4e8ed;
	position: relative;
}

.side-comments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.side-comments ul li h3 a {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.side-comments ul li span {
	font-size: 14px;
	font-style: italic;
}

.side-comments ul li span i {
	color: #829199;
	margin-right: 15px;
}

.side-comments ul li span a {
	color: #ff7200;
}

.side-comments ul li span a em {
	margin-right: 7px;
}

.side-flickr {
	background: #fff;
	border: 1px solid #e4e8ed;
	padding: 30px 18px 30px 25px;
	display: table;
	width: 100%;
}

.thumbs li {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	cursor: pointer;
}

.thumbs li:after {
	content: "\4c";
	font-family: "ElegantIcons";
	background: #ff7200;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 95px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.thumbs li:hover:after {
	transition: .4s;
	opacity: 1;
	visibility: visible;
}

.thumbs li img {
	width: 95px;
	transition: .4s;
}

.side-content .search-form {
	width: 100%;
	border: 1px solid #e4e8ed;
	border-radius: 0px;
}

.side-content .search-form input {
	border-radius: 3px;
}

.side-content .search-form button {
	font-size: 24px;
}

.list-tags {
	margin: 0;
}

.list-tags li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.list-tags li a {
	display: table;
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #eeeded;
	font-size: 14px;
	color: #7e8ca8;
	transition: .4s;
	font-weight: 300;
}

.side-posts {
	background: #fff;
	border: 1px solid #e4e8ed;
	padding: 30px;
}

.side-posts ul li h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #829199;
	font-weight: 700;
	margin: 0;
}

.side-posts ul li h4 i {
	width: 25px;
	height: 25px;
	line-height: 27px;
	text-align: center;
	position: relative;
	top: -2px;
	left: 0px;
	color: #829199;
	display: block;
	float: left;
	margin-right: 10px;
}

.side-posts ul li h3 {
	margin: 12px 0 8px;
}

.side-posts ul li {
	margin-bottom: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e4e8ed;
	position: relative;
}

.side-posts ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.side-posts ul li h3 a {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.side-posts ul li h3 a:hover {
	color: #ff7200;
}

.side-posts ul li span {
	font-size: 14px;
	font-style: italic;
}

.side-posts ul li span i {
	color: #829199;
	margin-right: 15px;
}

.side-posts ul li span a {
	color: #ff7200;
}

.side-posts ul li span a:hover {
	color: #333;
}

.side-posts ul li span a em {
	margin-right: 7px;
}

.sp-content img {
	width: 70px;
	float: left;
	margin-top: 7px;
}

.sp-inner {
	margin-left: 85px;
}

.side-rss li a {
	color: #333;
	font-size: 15px;
}

.side-rss li:first-child a ,
.side-rss li:first-child:hover a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	background: #fff;
	color: #333;
	border-bottom: 1px solid #E4E8ED;
}

.side-rss li:first-child a i {
	color: #ff7200;
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.folio-filter li:first-child {
		margin-right:14px;
	}
}

/* 28. RESPONSIVE STYLES */

@media only screen and (min-width: 1350px) and (max-width: 767px)   {
.client-carousel .slick-prev {
	right: -20px;
}

.client-carousel .slick-next {
	left: -20px;
}
}

@media only screen and (min-width: 200px) and (max-width: 767px)   {
	/* 28. İBRAHİM
.slidertext1 {
	font-size:1.5em; 
	text-shadow:3px 2px 1px #000;
	font-weight: 500;
	color:white; 
}

.slidertext2 {
	color:white; 
	text-shadow:3px 2px 1px #000;
	font-size:1em; 
}
.sliderlogo {
	max-width: 50%; 
	height: auto; 
	position: relative;
    margin: auto;
}

/* İBRAHİM */

#home-slider .flex-control-nav {
	display:none;
}

.flexslider .slides img {
    width: auto;
    height:500px;
}

#home-slider ,
.flexslider .slides li {
    height:500px;
}

header {
	position: fixed;
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
}

.container {
	padding: 0 10px;
}

.no-padding {
	padding-right: 10px;
	padding-left: 10px;
}

.navbar-default .navbar-toggle , .navbar-default .navbar-toggle:focus {
	border: 0px none;
	background: #ff7200;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	padding: 0px 15px;
	margin: 20px 15px 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 0;
	background: #fff !important;
}

#intro h1 span {
	left: 0;
	font-size: 20px;
	margin-bottom: -9px;
}

#intro h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: 800;
	line-height: 35px;
	margin-bottom: 6px;
}

#intro p {
	font-size: 9px;
	margin-bottom: 14px;
	line-height: 9px;
}

.btn-default {
	padding: 10px 15px;
	font-size: 12px;
}

#intro {
	padding: 106px 0px 45px;
	position: relative;
	
}


.intro-scroll {
	display: none;
}

.sticky-wrapper {
	height: 0px !important;
}

#services {
	padding: 50px 0px 0px;
	border-bottom: 1px solid #E6E9EA;
}

.section-title h3 {
	font-size: 30px;
	line-height: 36px;
	margin: 0px 0px 6px;
}

.section-title p {
	font-size: 14px;
	color: #829199;
	margin: 0px 0px 23px;
	line-height: 24px;
	padding: 0 15px;
}

.section-title hr {
	width: 50px;
	height: 4px;
}

.section-title hr::after {
	width: 25px;
	height: 4px;
}

.section-title {
	margin-bottom: 50px;
}

.service p {
	margin-bottom: 43px;
}

.folio-filter li {
	float: none;
	margin: 0;
	width: 100%;
}

.folio-filter li a {
	padding: 0px 20px;
	text-align: left;
	width: 100%;
}

.folio-filter {
	display: block;
	margin: -39px 5px 0px;
	padding-bottom: 10px;
	width: auto;
}

#portfolio {
	padding: 50px 0px 50px;
}

.mob-filter {
	float: right;
	position: relative;
	right: 10px;
	width: 40px;
	height: 38px;
	background: transparent;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-left: 1px solid #232323;
}

.folio-filter li {
	float: none;
	margin: 0px;
	width: 100%;
	margin-bottom: -1px;
	display: none;
}

.folio-filter li:first-child ,
.folio-filter li:first-child .selected {
	border: none;
	margin-bottom: 0;
	background: #333333;
	border: none;
	color: #fff;
	display: block;
}

.folio-filter:hover li {
	display: block;
}

.folio-filter li:first-child a {
	border: none;
}

.folio-filter li a.selected {
	background: #fff;
	border-bottom: 1px solid #829199;
	color: #829199;
}

.folio-item {
	float: left;
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.overlay h4 {
	padding: 0 10px;
}

.info-content {
	padding: 50px 0px 10px;
}

.info-content h4 {
	color: #FFF;
	font-size: 30px;
	line-height: 38px;
	font-weight: 800;
	margin: 0px 0px 38px;
	text-align: center;
}

.ic-ico {
	display: block;
	float: none;
	padding-top: 26px;
	margin: 0 auto 16px;
}

.ic-info {
	margin-left: 0;
	text-align: center;
}

.dual-btns .btn-default {
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-bottom: 20px;
}

#testimonials {
	padding: 50px 0px 50px;
}

.client-thumb {
	width: 100px;
	float: none;
	margin: 0 auto 20px;
}

.client-quote {
	margin-left: 0;
	margin-bottom: 81px;
	text-align: center;
}

.client-social {
	display: table;
	margin: 0 auto 7px;
}

.client-ratings {
	margin: 0 auto;
	display: table;
}

.client-quote {
	margin-bottom: 30px;
}

.client-carousel .slick-next {
	left: 10px;
	z-index: 9999;
}

.client-carousel .slick-prev {
	right: 10px;
	z-index: 9999;
}

#about {
	margin-top: 47px;
	padding: 50px 0px 50px;
}

#about .container {
	padding: 0 20px;
}

.about-info h3 {
	margin: 50px 0px 12px;
}

.about-info .img-responsive {
	margin-top: 0;
}

.cta {
	padding: 50px 0px;
}

#skills {
	padding: 50px 0px 17px;
}

#skills .section-title {
	margin-bottom: 30px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.cs-wrap {
	position: relative;
	left: -0px;
}

#acctabs {
	padding: 50px 0px;
}

#acctabs .section-title {
	text-align: center;
	margin-bottom: 30px;
}

#accordion-e1 {
	margin-bottom: 34px;
}

ul.tabs li {
	margin-top: 1px;
	width: 100%;
}

.tab-content {
	padding: 135px 18px 27px;
}

.twitter-wrap h2 {
	font-size: 30px;
	line-height: 36px;
}

.tweet-text {
	font-size: 18px;
	padding: 11px;
	text-align: center;
	line-height: 30px;
}

.twitter-wrap .btn {
	font-size: 16px;
}

.twitter-wrap {
	padding: 70px 0px 70px;
}

#home-blog {
	padding: 50px 0;
}

#home-blog article {
	margin-bottom: 20px;
}

#home-blog .btn {
	display: none;
}

.ic2-info.text-right h4 i {
	float: left;
	margin-left: 0px;
	margin-right: 14px;
}

.ic2-info.text-right {
	position: relative;
	right: 0;
	margin-bottom: 10px;
	display: table;
	text-align: left;
}

#pricing .no-padding {
	padding-right: 15px;
	padding-left: 15px;
}

.ic2-info.text-left {
	right: 0;
}

.info-content2 {
	padding: 50px 0 40px;
}

.info-content2 .no-padding {
	padding-right: 15px;
	padding-left: 15px;
}

#team {
	padding: 50px 0px 30px;
}

.staff-info {
	margin-bottom: 20px;
}

#contact {
	padding: 50px 0;
}

.c-social {
	margin-bottom: 44px;
}

.c-social li {
	float: left;
	font-size: 24px;
	margin-right: 11px;
}

#contact .section-title {
	margin-bottom: 30px;
}

#cta-wrap h2 {
	font-size: 30px;
	margin: 0px 0px 27px;
	line-height: 40px;
}

#cta-wrap {
	padding: 50px 0;
}

.social li {
	display: none;
}

.social li:nth-child(2) ,
.social li:nth-child(3) ,
.social li:nth-child(4) {
	display: block;
}

footer {
	padding: 50px 0px 50px;
}

.staff-pic img {
	width: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	background: #333333;
	height: 100% !important;
	position: fixed;
	width: 100%;
	margin: 0;
	left: -100%;
	padding: 90px 0 0;
	right: 0;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	top: 0;
	transition: .4s;
}

.navbar-default .navbar-collapse.in {
	left: 0;
	transition: .4s;
}

.navbar-nav > li > a::after {
	display: none;
}

.navbar-default .navbar-nav > li {
	margin: 0;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	padding: 20px 30px 20px 45px;
	position: relative;
	border-bottom: 1px solid #424141;
}

.navbar-right {
	float: none !important;
	margin-right: 0;
	margin-top: 0;
}

.nav-off {
	background: #ff7200 url(../images/close.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .4s;
	z-index: 999;
}

.navbar-toggle.collapsed .nav-off {
	opacity: 0;
	transition: .4s;
}

.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
	background: #fff;
	height: 91px;
	position: relative;
	z-index: 99999;
}

#blog-mason .bm-item {
	width: 100%;
	padding: 0px 20px;
}

.page_header {
	height: auto;
	padding: 73px 15px;
	margin-top: 90px;
}

.page_header .col-md-6 {
	text-align: center;
}

.bcrumbs {
	float: none;
	margin: 0 auto;
	display: table;
}

.error-content span {
	font-size: 43px;
}

.error-content h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 61px;
	margin: 0px 0px 6px;
	line-height: 54px;
}

.search-form {
	width: 100%;
}

.error-content {
	padding: 150px 0px 75px;
}

.page-title h2 {
	font-size: 50px;
}

.page-title + .page_header {
	margin-top: 0 !important;
}

.blog-content ,
.blog-full {
	padding: 50px 0;
}

.btn-ico {
	margin-left: 0;
}

.blog-single .pull-right {
	float: none !important;
}

.ps-social li {
	float: left;
	font-size: 30px;
	margin-right: 11px;
}
}

@media only screen and (min-width: 200px) and (max-width: 500px)   {
.post-date {
	position: absolute;
	top: -1px;
	left: -72px;
	display: none;
}

.blog-full article {
	margin-left: 0;
	position: relative;
}

.blog-full h4 {
	font-size: 22px;
	line-height: 28px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1050px)   {
.blog-content ,
.blog-full {
	padding: 50px 0;
}

.page-title {
	padding: 145px 0px 77px;
}

.page-title h2 {
	font-size: 50px;
}

.page-title + .page_header {
	margin-top: 0 !important;
}

.page_header {
	height: 201px;
	padding: 73px 15px;
	margin-top: 90px;
}

#blog-mason .bm-item {
	width: 50%;
	padding: 0px 10px;
}

.error-content {
	padding: 215px 0px 150px;
}

.social li {
	margin: 0px 7px;
}

.error-content h2 {
	font-size: 70px;
}

.error-content span {
	font-size: 55px;
	margin-bottom: 15px;
	display: table;
	text-align: center;
	width: 100%;
}

#home-blog {
	padding: 50px 0px 50px;
}

#contact .col-md-6 {
	width: 100%;
}

#team .col-sm-6 {
	width: 50%;
	padding: 0 10px;
}

#team .row {
	margin: 0 -10px;
}

.staff-pic img {
	width: 100%;
}

.info-content2 .col-md-3 {
	width: 50%;
}

.info-content2 .col-md-6 {
	display: none;
}

.ic2-info.text-right h4 i {
	float: left;
	margin-left: 0px;
	margin-right: 14px;
}

.ic2-info.text-right {
	position: relative;
	right: 0;
	margin-bottom: 10px;
	display: table;
	text-align: left;
}

.ic2-info.text-left {
	right: 0;
}

.info-content2 {
	padding: 50px 0 40px;
}

.info-content2 .no-padding {
	padding-right: 15px;
	padding-left: 15px;
}

.service .ico {
	width: 110px;
	height: 110px;
	border: 5px solid #FFF;
	font-size: 30px;
	line-height: 100px;
	position: relative;
	transition: all 0.4s ease 0s;
}

.service .ico:hover {
	border: 5px solid #ff7200;
}

.service h4 {
	line-height: 24px;
}

.service p {
	padding: 0px 0;
}

.sticky-wrapper {
	height: 0px !important;
}

#services {
	padding: 50px 0px 40px;
	border-bottom: 1px solid #E6E9EA;
}

.folio-filter li {
	float: none;
	margin: 0;
	width: 100%;
}

.folio-filter li a {
	padding: 0px 20px;
	text-align: left;
	width: 100%;
}

.folio-filter {
	display: block;
	margin: -39px 15px 0px;
	padding-bottom: 10px;
	width: auto;
}

.mob-filter {
	float: right;
	position: relative;
	right: 10px;
	width: 40px;
	height: 38px;
	background: transparent;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-left: 1px solid #232323;
}

.folio-filter li {
	float: none;
	margin: 0px;
	width: 100%;
	margin-bottom: -1px;
	display: none;
}

.folio-filter li:first-child ,
.folio-filter li:first-child .selected {
	border: none;
	margin-bottom: 0;
	background: #333333;
	border: none;
	color: #fff;
	display: block;
}

.folio-filter:hover li {
	display: block;
}

.folio-filter li:first-child a {
	border: none;
}

.folio-filter li a.selected {
	background: #fff;
	border-bottom: 1px solid #829199;
	color: #829199;
}

.navbar-default .navbar-toggle , .navbar-default .navbar-toggle:focus {
	border: 0px none;
	background: #ff7200;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	padding: 0px 15px;
	margin: 20px 15px 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 0;
	background: #fff !important;
}

header {
	position: fixed;
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	background: #333333;
	height: 100% !important;
	position: fixed;
	width: 90%;
	margin: 0;
	left: -90%;
	padding: 90px 0 0;
	right: 0;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	top: 0;
	transition: .4s;
}

.navbar-default .navbar-collapse.in {
	left: 0;
	transition: .4s;
}

.navbar-nav > li > a::after {
	display: none;
}

.navbar-default .navbar-nav > li {
	margin: 0;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	padding: 20px 30px 20px 45px;
	position: relative;
	border-bottom: 1px solid #424141;
}

.navbar-right {
	float: none !important;
	margin-right: 0;
	margin-top: 0;
}

.nav-off {
	background: #ff7200 url(../images/close.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .4s;
	z-index: 999;
}

.navbar-toggle.collapsed .nav-off {
	opacity: 0;
	transition: .4s;
}

.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
	background: #fff;
	height: 91px;
	position: relative;
	z-index: 99999;
}

.body {
	position: relative;
	left: 0%;
	transition: .4s;
}

.body.menu-active {
	position: relative;
	left: 90%;
	transition: .4s;
	transition-delay: .4s;
}

.container,
.container.no-padding {
	padding: 0 20px;
}

#intro h1 span {
	display: block;
	letter-spacing: -0.5px;
	position: relative;
	left: 0px;
	font-size: 48px;
	margin-bottom: -17px;
}

#intro h1 {
	font-size: 86px;
	line-height: 80px;
	margin-bottom: 7px;
}

#intro p {
	font-size: 14px;
	margin-bottom: 48px;
	line-height: 20px;
}

#intro {
	padding: 217px 0px 170px;
	position: relative;
}

.intro-scroll {
	display: none;
}

.section-title p br {
	display: none;
}

#services .section-title {
	margin-bottom: 50px;
}

.folio-item {
	float: left;
	width: 33.3333%;
	padding: 0px 10px;
	margin-bottom: 30px;
}

.folio-filter {
	margin: -39px 10px 0px;
	padding-bottom: 30px;
}

#portfolio .no-padding {
	padding: 0px 15px;
}

.mob-filter {
	top: -39px;
}

.folio-item {
	margin-bottom: 20px;
}

#portfolio {
	padding: 50px 0px 30px;
}

#portfolio .section-title {
	margin-bottom: 34px;
}

#features .col-md-6.hidden-xs {
	display: none;
}

#features .col-md-6 {
	width: 100%;
}

.info-content {
	padding: 50px 15px 35px 0;
}

#about {
	margin-top: 50px;
	padding: 50px 0;
}

#about .col-md-4 {
	padding-right: 10px;
	padding-left: 10px;
}

#about .row {
	margin: 0 -10px;
}

#about .col-md-6.col-md-pull-6 {
	width: 100%;
	left: 0;
	right: 0;
}

#about .col-md-6.col-md-push-6 {
	width: 100%;
	left: 0;
	right: 0;
}

.about-info .img-responsive {
	margin: 0px auto 11px auto;
	display: table;
	float: none;
}

#skills .col-sm-6 {
	width: 50% !important;
}

#skills {
	padding: 50px 0px 20px;
}

#acctabs {
	padding: 0 0 50px;
}

#acctabs .col-sm-12 {
	width: 100%;
}

#acctabs .section-title {
	margin-bottom: 43px;
	text-align: center;
	margin-top: 50px;
	padding: 0 20%;
}

.twitter-wrap {
	padding: 100px 0px 97px;
}

#home-blog .col-sm-6 {
	width: 50%;
}

.home-blog-thumb img {
	width: 100%;
}

#home-blog article {
	margin-bottom: 20px;
}

.pricing-table {
	width: 100%;
}

#pricing {
	padding: 50px 0px 50px;
}

#team {
	background: #FFF none repeat scroll 0% 0%;
	padding: 50px 0;
}

#contact {
	padding: 50px 0;
}

#cta-wrap h2 {
	font-size: 36px;
}

#cta-wrap h2 span {
	display: block;
	font-size: 60px;
	line-height: 55px;
	margin-top: 3px;
}

#cta-wrap p {
	margin: 0px 0px 30px;
}

#cta-wrap {
	padding: 160px 0px 160px;
	background-size: cover !important;
}
}

@media (max-width: 1050px) {
.navbar-header {
	float: none;
}

.navbar-left,.navbar-right {
	float: none !important;
}

.navbar-toggle {
	display: block;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-collapse.collapse {
	display: none!important;
}

.navbar-nav {
	float: none!important;
}

.navbar-nav>li {
	float: none;
}

.collapse.in {
	display: block !important;
}
}

/*Megamenu from MiniFox */

#header-main .yamm .nav,
	#header-main .yamm .collapse,
	#header-main .yamm .dropup,
	#header-main .yamm .dropdown {
	position: static;
}

#header-main .yamm .container {
	position: relative;
}

#header-main .yamm .dropdown-menu {
	left: auto;
	right: auto;
}


#header-main .yamm-fw .dropdown-menu li {
	list-style: none;
	padding: 0;
}

#header-main .yamm-fw .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}

#header-main .yamm .yamm-content {
	padding: 20px;
}

#header-main a:hover {
	text-decoration: none;
}

#header-main .dropdown-menu li a:focus,
	#header-main .dropdown-menu li a:active,
	#header-main .dropdown-menu li a:hover {
	background-color: #fff;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	background-color: #333;
	box-shadow: none;
	margin-top: -1px;
	border: none;
	border-top: 3px solid #FF7200;
	z-index: 999999;
	margin-top:35px
}
@media only screen and (max-width: 767px) {
#header-main .dropdown-menu{
	margin-top:0
}
#header-main .dropdown-menu li{ padding-left:25px;}
}

#header-main .navbar-nav > li > a:focus,
#header-main .navbar-nav > li > a {
color:#fff
}

#header-main .navbar-nav > li:hover > a ,
#header-main .navbar-nav > li > a:hover {
background:transparent !important;
}


#header-main .dropdown-menu li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 14px;
	color: #fff !important;
	background: transparent !important;
}

#header-main .dropdown-menu li a:hover {
	color: #fff !important;
	background: #ff7200 !important;
}

#header-main .dropdown-menu {
	padding: 0 !important;
	border-radius: 0 !important;
}

#header-main .yamm-fw .dropdown-menu li a {
	padding: 11px 0px;
	font-size: 14px;
	font-weight:500;
}

#header-main .yamm-fw .dropdown-menu li a:hover {
	background: transparent !important;
	color: #ff7200 !important;

}

#header-main .dropdown-menu li {
	float: none;
	display: block;
	margin: 0;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #3B3B3B;
	position: relative;
}

#header-main .dropdown-menu li:last-child {
	border-bottom: 0;

}

#header-main .navbar-nav > li > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a,
	#header-main .navbar-default .navbar-nav > .open > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a:focus {
	color: #ff7200 !important;
	background:none
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	
}

#header-main .yamm h3 i,
	#header-main .yamm-fw .dropdown-menu li a:before {
	color: #006bb7;
}

.yamm .dropdown-submenu > .dropdown-menu {
	top: 0px;
	left: 100% !important;
	margin-top: -3px !important;
	margin-left: -1px;
	border-radius: 0px 6px 6px;
}

#header-main .yamm .dropdown-menu {
	right: auto;
}

/* Extra CSS for multipage */


.outer-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	background:#fff;
}

.outer-wrapper.boxed {
	width: 98%;
	max-width:1250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.outer-wrapper.boxed header {
	width: 100%;
	max-width:1250px;
	margin-left: auto;
	margin-right: auto;
}



.navbar-brand {
	font-family: Pacifico;
	color: #000 !important;
	margin-top: 27px;
	font-size: 35px;
}


.slider-wrap {
    position: relative !important;
}

.inner-content {
	padding: 90px 0;
}

.section-about h3 {
	font-size: 32px;
	margin: 15px 0 20px;
}

.section-services2 h3 {
	font-size: 25px;
	margin: 0 0 20px;
}

.ss2-content i {
	font-size: 35px;
	/*color: #ff7200; conflict with existing CSS - Govind*/
}

.ss2-content h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0 13px;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.button {
	background: #DA7119;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: 0px;
	display: table;
	transition: .4s;
    margin-left:-30px;
}

.button:hover {
	background: #ff7200 !important;
	color: #fff !important;
}

.button.color2:hover  ,
.button.color3:hover  ,
.button.color4:hover {
	background: #000 !important;
	color: #fff !important;
}

.button.btn-border {
	background: transparent !important;
	padding: 15px 20px;
	color: #000;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: 0px;
	display: table;
	transition: .4s;
}

.button.btn-border:hover {
	background: #000 !important;
	color: #fff;
}

.button.color2 {
	background: #ff7200;
}

.button.color3 {
	background: #0FA2D5;
}

.button.color4 {
	background: #FF4862;
}

.button.color5 {
	background: #ff7200;
}

.button.color5:hover {
	background: #000 !important;
}

.button.btn-border.color2 {
	border-color: #ff7200;
	color: #ff7200;
}

.cta-clr {
	background:#ff7200;
}

.button.btn-border.color3 {
	border-color: #0FA2D5;
	color: #0FA2D5;
}

.button.btn-border.color4 {
	border-color: #FF4862;
	color: #FF4862;
}

.button.btn-border.white {
	border-color: #fff;
	color: #fff;
}

.button.btn-border.color2:hover {
	background: #ff7200 !important;
	color: #fff;
}

.button.btn-border.color3:hover {
	background: #0FA2D5 !important;
	color: #fff;
}

.button.btn-border.color4:hover {
	background: #FF4862 !important;
	color: #fff;
}

.button.btn-border.white:hover {
	border-color: #fff;
	background:#fff !important;
	color: #000 !important;
}



.btn-radius {
	border-radius: 5px !important;
}

.content-head {
	margin-bottom: 60px;
}

.content-head em {
	font-size: 18px;
	display: block;
	color: #777;
	margin: 8px 0 0;
}

.section-team-block .left {
	text-align: right;
	padding: 1px;
}

.section-team-block .left img {
	float: right;
	margin-left: 40px;
}

.section-team-block .right {
	text-align: left;
	padding: 1px;
}

.section-team-block .right img {
	float: left;
	margin-right: 40px;
}

.section-team-block h4 {
	margin: 10px 0 5px;
}

.section-team-block p {
	margin: 0 0 20px;
}

.small-sep {
	height: 2px;
	background: #ff7200;
	width: 50px;
}

.social-c1 {
	margin-top: -15px;
	margin-bottom: 0px;
}

.left .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a:hover {
	opacity:0.5;	
}

.button.simple {
	background: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0 0 5px;
	color: #000;
	font-size: 10px;
	letter-spacing: 2px;
	opacity: 0.3;
}

.skills {
}

/* Top bar */
#top-bar {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  height: 40px;
  position: relative;
  color: #b3b3b3;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
#top-bar .nav-social-icons {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content {
  height: 100%;
  float: left;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content p {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-size: 11px;
  color: #b3b3b3;
}

#top-bar .top-bar-content p span {
	margin:0 5px;
}

#top-bar .container,
#top-bar .row,
#top-bar [class*="col-"] {
  height: 100%;
}
#top-bar a {
  color: #b3b3b3;
  font-weight: 400;
}
#top-bar a:hover {
  color: #b3b3b3;
}
#top-bar p a {
	border-bottom:1px solid #b3b3b3;
}
#top-bar p a:hover {
  text-decoration: none;
}

#top-bar .top-login {
  float: right;
  position: relative;
  z-index: 101;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding:0 15px;
}
#top-bar .top-login ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background: #333;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-width: 150px;
  padding: 5px 10px;
  display: none;
}
#top-bar .top-login ul li a {
  display: block;
  padding: 3px;
  color: #fff;
}
#top-bar .top-login:hover {
  cursor: pointer;
}
#top-bar .top-login:hover ul {
  display: block;
}

.top-login a {
	line-height:42px;
}

/* Social Icons */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.social-icons:after {
  content: "";
  display: table;
  clear: both;
}
.social-icons li {
  height: 32px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.social-icons li a {
  height: 32px;
  width: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: transparent;
  -moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  text-align: center;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #919191;
}
#footer-widget-area .social-icons li a {
  -moz-box-shadow: inset 0 0 0 1px #6F6F6F;
  -webkit-box-shadow: inset 0 0 0 1px #6F6F6F;
  box-shadow: inset 0 0 0 1px #6F6F6F;
  color: #cfcfcf;
}
#footer-widget-area .social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
  display: block;
  height: 32px;
  padding: 10px 0;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}
.social-icons li:hover a i {
  top: -100%;
}

#top-bar .social-icons li {
  margin: 0;
}
#top-bar .social-icons li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b3b3b3;
}
#top-bar .social-icons li a:hover {
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
#top-bar .social-icons li a i {
  padding: 15px 0;
}
#top-bar .social-icons li, #top-bar .social-icons a, #top-bar .social-icons i {
  height: 40px;
}
.social-icons .facebook a:hover {
  background: #3B5998;
}
.social-icons .twitter a:hover {
  background: #33ccff;
}
.social-icons .pinterest a:hover {
  background: #cb2027;
}
.social-icons .github a:hover {
  background: #000000;
}
.social-icons .linkedin a:hover {
  background: #007bb6;
}
.social-icons .dribbble a:hover {
  background: #EE508D;
}
.social-icons .google-plus a:hover {
  background: #dd4b39;
}
.social-icons .youtube a:hover {
  background: #bb0000;
}
.social-icons .vimeo-square a:hover {
  background: #44bbff;
}
.social-icons .flickr a:hover {
  background: #ff0084;
}
.social-icons .skype a:hover {
  background: #00AFF0;
}
.social-icons .instagram a:hover {
  background: #517fa4;
}
.social-icons .tumblr a:hover {
  background: #00225F;
}
.social-icons .codepen a:hover {
  background: #252527;
}
.social-icons .behance a:hover {
  background: #1769ff;
}
.social-icons .deviantart a:hover {
  background: #4e6252;
}
.social-icons .digg a:hover {
  background: #000;
}
.social-icons .dropbox a:hover {
  background: #007ee5;
}
.social-icons .foursquare a:hover {
  background: #0072b1;
}
.social-icons .jsfiddle a:hover {
  background: #4679bd;
}
.social-icons .openid a:hover {
  background: #f78c40;
}
.social-icons .reddit a:hover {
  background: #ff4500;
}
.social-icons .soundcloud a:hover {
  background: #f80;
}
.social-icons .spotify a:hover {
  background: #7ab800;
}
.social-icons .steam a:hover {
  background: #262627;
}
.social-icons .stumbleupon a:hover {
  background: #eb4924;
}
.social-icons .vine a:hover {
  background: #00b488;
}
.social-icons .lastfm a:hover {
  background: #c3000d;
}
.social-icons .vk a:hover {
  background: #45668e;
}
.social-icons .apple a:hover {
  background: #202020;
}
.social-icons .windows a:hover {
  background: #00bcf2;
}
.social-icons .wordpress a:hover {
  background: #21759b;
}

/*												Progress Bars ^
--------------------------------------------------------------*/
.progress-bars {
	margin-bottom: 30px;
}

.progress-scale {
	height: 6px;
	margin-bottom: 25px;
}

.progress-label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #474343;
}

.progress-line {
	width: 0;
	height: 6px;
	position: relative;
	-webkit-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}

.progress-line {
	background-color: #ff7200;
	-webkit-animation: bg-move 2s linear infinite;
	animation: bg-move 2s linear infinite;
}

#section-testimonials {
}

.quote-info {
	text-align: center;
}

.quote-info img {
	border-radius: 50%;
	display: table;
	margin: 0 auto 20px;
	max-width: 100px;
	padding: 5px;
	border: 1px solid #e1e1e1;
}

.quote-info p {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	padding: 0 15%;
}

.quote-info h2 {
	font-size: 15px;
	text-transform: uppercase;
}

.page_header_parallax {
	background: #000 url(../images/bg/p_header.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}

.page_header_parallax2 {
	background: #000 url(../images/bg/p_header2.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}

.page_header_parallax3 {
	background: #000 url(../images/bg/p_header3.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}

.page_header_parallax4 {
	background: #000 url(../images/bg/p_header4.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}

.page_header_parallax5 {
	background: #000 url(../images/bg/p_header5.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}

.page_header_parallax6 {
	background: #000 url(../images/bg/p_header6.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}

.page_header_parallax7 {
	background: #000 url(../images/bg/p_header7.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}


.page_header.career-head {
	background: #000 url(../images/other/career.jpg) no-repeat fixed top center;
	background-position: 0 -35%;
}



footer {
	background: #282828 url(../images/footer-bg.png) no-repeat bottom right;
	background-size: 80%;
	padding: 80px 0 140px;
}

.hidden-heading {
	display:none !important;
}

.footer-bottom {
	background: rgba(255,255,255,0.03);
	height: 80px;
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	overflow: hidden;
	padding: 23px 0;
}

.footer-bottom p {
	color: #666;
	padding-top: 5px;
	margin: 0;
}

.error-404 h2 {
    font-size: 200px;
    text-shadow: 0px 4px 0px #DCDCDC;
    margin: -44px 0 0;
    font-weight: 300;
}

.error-404 p {
	font-size: 20px;
	margin: 0 0 35px;
	font-weight: 300;
}

.faq-acc1 .panel-heading ,
.faq-acc2 .panel-heading ,
.faq-acc3 .panel-heading {
	background: #fff;
	border: 1px solid #f1f1f1;
	color: #000;
	padding: 18px 20px;
	border-radius: 0px;
}

.faq-acc1 .panel-title ,
.faq-acc2 .panel-title ,
.faq-acc3 .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: inherit;
}

.faq-acc2 .panel-title i ,
.faq-acc3 .panel-title i {
	margin-right: 5px;
}

.panel-body {
	font-size: 13px;
	line-height: 22px;
	color: #777;
	padding: 20px 20px 20px 30px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none !important;
}

.blockQuote-parallaxed blockquote {
	margin: 0 auto 20px;
	color: #fff;
}

iframe {
	border: none;
	width: 100%;
}

#map-default {
	width: 100%;
	height: 350px;
}

#map-greyscale {
	width: 100%;
	height: 350px;
}

.map-greyscale#map-greyscale {
    width: 100%;
    height: 500px;
}

.full-contact {
	background:#fff;
    padding: 70px 100px;
}

.full-contact input {
	width:100% !important;
}

#map-colorful {
	width: 100%;
	height: 350px;
}

.block-heading h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 30px;
	background: #ff7200;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	display: Table;
}

.faq-simple h3 {
	font-size: 17px;
	margin: 0 0 15px;
	color: #000;
}

.mm-content h1 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 5px;
}

.feature-box .feature-box-icon {
	float: left;
	font-size: 40px;
	color: #ff7200;
	position: relative;
	top: -5px;
}

.feature-box2 .feature-box-icon {
	float: left;
	font-size: 30px;
	position: relative;
	top: -5px;
	border-radius:50%;
	background:#ff7200;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
}

.feature-box2 .feature-box-info {
margin-left:85px;
}

.feature-box-info {
	margin-left: 55px;
}

.feature-box-info h4 {
	text-transform: uppercase;
	font-size: 15px;
}

.mm-wrap {
	padding-bottom: 40px;
}

.logo {
	margin-top: -165px;
}

.pricing-table-s1 {
	background: #f5f5f5;
	padding: 0 0 40px;
}

.pricing-table-s1 .price-inner h2 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	margin: 0;
}

.plan-price {
	color: #fff;
	text-align: center;
	font-size: 40px;
	padding: 20px 30px;
	background: #ff7200;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff7200 0%, #ff7200 85%, #ff7200 86%, #ff7200 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff7200), color-stop(85%,#ff7200), color-stop(86%,#ff7200), color-stop(100%,#ff7200));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* IE10+ */
	background: linear-gradient(135deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ff7200',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.plan-price span {
	font-size: 15px;
}

.pricing-table-s1 ul {
	display: table;
	margin: 15px auto;
}

.pricing-table-s1 li {
	padding: 10px 15px;
	font-size: 14px;
	color: #aaa;
	position: relative;
}

.pricing-table-s1 li.check {
	color: #000;
}

.pricing-table-s1 li i {
	position: absolute;
	top: 12px;
	color: #ff7200;
	left: -7px;
}

.btn-center {
	display: table;
	margin: 0 auto;
}

.btn-xs {
	padding: 8px 15px !important;
	font-size:10px;
}

.btn-small {
	padding: 8px 15px !important;
}

.btn-md {
	padding: 12px 15px !important;
}

.btn-lg {
	padding: 18px 20px !important;
}

.btn-exlg {
	font-size: 20px;
	padding: 20px 30px !important;
}

.btn-reveal {
	text-align: center;
	transition: .4s;
	position: relative;
	overflow: hidden;
}

.btn-reveal:hover {
	padding-left: 40px !important;
	transition: .4s;
	color: #fff !important;
}

.btn-reveal i {
	position: absolute;
	left: -60px;
	transition: .4s;
	color: #fff !important;
	font-size: 16px;
}

.btn-reveal.btn-lg {
	padding: 18px 40px !important;
}

.btn-reveal.btn-md {
	padding: 12px 30px !important;
}

.btn-reveal.btn-small {
	padding: 8px 30px !important;
}

.btn-reveal.btn-xs {
	padding: 5px 30px !important;
}

.btn-reveal.btn-lg:hover {
	padding: 18px 30px 18px 50px !important;
}

.btn-reveal.btn-md:hover {
	padding: 12px 20px 12px 40px !important;
}

.btn-reveal.btn-small:hover {
	padding: 8px 20px 8px 40px !important;
}

.btn-reveal.btn-xs:hover {
	padding: 5px 20px 5px 40px !important;
}

.btn-reveal:hover i {
	position: absolute;
	left: 16px;
	transition: .4s;
}

.pricing-table2 thead tr th {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 25px 0;
	background: #ff7200;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff7200 0%, #ff7200 85%, #ff7200 86%, #ff7200 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff7200), color-stop(85%,#ff7200), color-stop(86%,#ff7200), color-stop(100%,#ff7200));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* IE10+ */
	background: linear-gradient(135deg,  #ff7200 0%,#ff7200 85%,#ff7200 86%,#ff7200 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ff7200',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.pricing-table2 thead tr th:first-child {
	background: none;
}

.pricing-table2 thead tr th span {
	color: #fff;
	font-size: 15px;
}

.pricing-table2 thead,
.pricing-table2 thead tr th,
.pricing-table2 tbody tr td {
	border: 1px solid #f1f1f1;
}

.pricing-table2 tbody tr td:first-child {
	font-size: 16px;
	padding: 35px 15px;
}

.pricing-table2 tbody tr td:first-child i {
	font-size: 25px;
	margin-right: 8px;
}

.pricing-table2 tbody tr td:nth-child(2) ,
.pricing-table2 tbody tr td:nth-child(3) ,
.pricing-table2 tbody tr td:nth-child(4) {
	vertical-align: middle;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}

.pricing-table2 tbody tr td:nth-child(2) i,
.pricing-table2 tbody tr td:nth-child(3) i,
.pricing-table2 tbody tr td:nth-child(4) i {
	font-size: 30px;
	margin-bottom: 4px;
	color: #d5d5d5;
}

.table a {
	display: inline;
}

.pricing-table3 ul li {
	width: 23%;
	margin: 0 1%;
	float: left;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.pricing-table3 ul li h3 {
	background: #ff7200;
	padding: 60px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.pricing-table3 ul li .price {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	padding: 30px 0px;
	line-height: 26px;
	display: table;
	width: 100%;
}

.pricing-table3 ul li .price small {
	color: #888;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.pricing-table3 ul li ul {
	margin: 0 0 25px;
	display: table;
}

.pricing-table3 ul li ul li {
	width: 100%;
	margin: 0;
	padding: 8px 15px;
	color: #aaa;
}

.pricing-table3 ul li ul li.active {
	color: #000;
}

.pricing-table3 {
	background: #000;
	padding: 100px 0;
}

.pricing-table3 .buy {
	padding: 15px 15px;
	background: #F1F1F1;
	color: #000;
	font-size: 30px;
	display: table;
	width: 100%;
}

.pricing-table3 .stamp {
	width: 116px;
	height: 85px;
	border-radius: 0px;
	color: #FFF;
	padding: 13px 17px;
	text-align: center;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: -10px;
	margin: 0px;
	font-size: 12px;
	transform: rotate(45deg);
}

.pricing-table3 .stamp span {
	position: relative;
	z-index: 8888;
}

.pricing-table3 .stamp::after {
	content: "";
	background: rgba(0,0,0,0.2);
	height: 65px;
	width: 250%;
	position: absolute;
	z-index: 0;
	top: -5px;
	left: -75%;
}

.pricing-table3 .stamp i {
	display: block;
	margin-bottom: 8px;
}

.popular {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 12px;
}

.search-container {
	padding: 0;
}

.search-container input {
	height: 60px !important;
	border: 1px solid #000;
	line-height: 58px;
	padding: 0 30px;
	color: #000;
}

.search-container input {
	height: 60px;
	border: 1px solid #f1f1f1;
	border-right: none;
	line-height: 58px;
	padding: 0 20px;
	color: #000;
}

.search-container button {
	height: 60px;
	color: #fff;
	background: #ff7200;
	padding: 0 15px;
	line-height: 60px;
	border: none;
	border-radius: 0 5px 5px 0;
	font-size: 25px;
	width: 85px;
}

.search-container h4 {
	margin: 0 0 50px;
	text-transform: uppercase;
	font-size: 30px;
}

.recent-search {
	text-align: center;
}

.recent-search li {
	padding: 0 10px 20px;
	display: inline-block;
}

.recent-search li a {
	border: 1px solid #000;
	padding: 5px 15px;
	color: #000;
	display: table;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 4px;
}

.recent-search li a:hover {
	color: #fff;
	background: #000;
}

.search-container h5 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	display: table;
	margin: 0 auto 30px;
}

.search-widget {
	position: relative;
}

.search-widget button {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	border: medium none;
	width: 43px;
	height: 52px;
	line-height: 35px;
	text-align: center;
}

.side-widget h4 {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 15px;
}

.cat-list li {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}

.cat-list li:last-child {
	border-bottom: none;
	padding: 10px 0 0;
}

.cat-list li a {
	color: #000;
	font-size: 13px;
}

.cat-list li a:hover {
	color: #ff7200;
}

.cat-list li i {
	float: right;
	font-size: 10px;
	position: relative;
	top: 7px;
}

.popular-post {
}

.popular-post li {
	display: table;
	margin: 0 0 20px;
}

.popular-img {
	width: 60px;
	float: left;
}

.popular-desc {
	margin-left: 75px;
}

.popular-desc h5 {
	margin: 8px 0 2px;
	font-size: 13px;
}

.popular-desc h5 a {
	color: #000;
}

.popular-desc h5 a:hover {
	color: #ff7200;
}

.popular-desc span {
	color: #999;
	font-size: 13px;
}

.tag-list a {
	margin: 0 2px 6px;
	background: #000;
	color: #fff !important;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
}

.tag-list a:hover {
	background:#ff7200;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
 /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-tabs {
	border-bottom: none;
	display: table;
	width: 100%;
}

.nav-tabs li {
	border: 1px solid #e5e5e5;
	border-right: none;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.nav-tabs li.active::after {
	content: "";
	background: #ff7200;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -9px;
	right: -10px;
	transform: rotate(45deg);
}

.nav-tabs li:last-child {
	border-right: 1px solid #e5e5e5;
}

.nav-tabs li a {
	box-shadow: none;
	background: transparent;
	border: none !important;
	display: table;
	width: 100%;
	text-align: center;
	padding: 40px 10px;
	color: #000;
	font-size: 16px;
}

.nav-tabs li a span {
	color: #ff7200;
	margin-right: 10px;
}

.tab-pane {
	padding: 25px 20px 15px 20px;
	border: 1px solid #e5e5e5;
}

.tab-pane .panel-heading {
	width: 100%;
	padding: 0;
	margin: 0;
}

.tab-pane .panel-heading a {
	width: 100%;
	padding: 12px 15px;
	color: #000;
	display: table;
}

.tab-pane .panel {
	margin-bottom: 10px;
	background-color: transparent;
	border: none;
	border-radius: none;
	box-shadow: none;
}

#accordion-e1 .panel-heading ,
#accordion-e2 .panel-heading ,
#accordion-e3 .panel-heading {
	color: #333;
	border: none;
	padding: 0 !important;
}

#accordion-e1 .panel-title ,
#accordion-e2 .panel-title ,
#accordion-e3 .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: inherit;
	background: #fff;
}

#accordion-e2 .panel-title {
	background: #000;
}

#accordion-e3 .panel-title {
	background: #fff;
}

#accordion-e1 .panel-title a ,
#accordion-e2 .panel-title a ,
#accordion-e3 .panel-title a {
	padding: 22px 35px 22px 22px;
	display: table;
	width: 100%;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}

#accordion-e2 .panel-title a {
	border: none;
	color: #fff;
}

#accordion-e3 .panel-title a {
	border: none;
	border-bottom: 2px solid #f1f1f1;
/*	padding-left: 0; Conflict with existing CSS - Govind */
}

#accordion-e1 .panel-title a span ,

#accordion-e3 .panel-title a span {
	position: absolute;
	top: 22px;
	right: 17px;
	color: #ccc;
}

#accordion-e3 .panel-title span.icon-check2 {
	color: #ff7200;
}

#accordion-e3 .panel-title span.icon-cross2 {
	color: #FF4862;
}

#accordion-e1 .panel-body p,
#accordion-e2 .panel-body p, 
#accordion-e3 .panel-body p {
	margin: 0;
}

.panel,
.panel-default {
	border: none;
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
}

.alert.info {
	background: #2C3E50;
	color: #fff;
	padding: 20px;
}

.alert.success {
	background: #18BC9C;
	color: #fff;
	padding: 20px;
}

.alert.notice {
	background: #F39C12;
	color: #fff;
	padding: 20px;
}

.alert.error {
	background: #E74C3C;
	color: #fff;
	padding: 20px;
}
/*Conflict with existing CSS - Govind 
.alert-info {
	border: 1px solid #2C3E50;
	color: #2C3E50;
	padding: 20px;
	background: transparent;
}

.alert-success {
	border: 1px solid #18BC9C;
	color: #18BC9C;
	padding: 20px;
	background: transparent;
}


.alert-warning {
	border: 1px solid #F39C12;
	color: #F39C12;
	padding: 20px;
	background: transparent;
}

.alert-danger {
	border: 1px solid #E74C3C;
	color: #E74C3C;
	padding: 20px;
	background: transparent;
}

.alert {
	/* border-radius: 0; Conflict with existing CSS - Govind */
}

.alert-info i ,
.alert-success i ,
.alert-warning i ,
.alert-danger i {
	margin-right: 0px;
}

.style1 {
	border-left: 5px solid #ff7200;
}

.style1 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	color: #888;
}

.style1.blockquote-reverse {
	border-left: none;
	border-right: 5px solid #ff7200;
}

.style2 {
	border: none;
	padding: 0 0 0 70px;
	position: relative;
}

.style2 span {
	color: #000;
	font-size: 50px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.style2 p {
	font-size: 38px;
	font-weight: 100;
	line-height: 42px;
	font-family: Raleway;
	color: #555;
}

#testimonial .owl-prev {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#testimonial .owl-next {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0.3;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#testimonial .owl-prev:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-next:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-prev:hover:after ,
#testimonial .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.btn-desc {
	text-align: center;
	font-size: 20px !important;
	padding: 20px 30px !important;
}

.btn-desc span {
	font-size: 12px;
	display: block;
}

.btn-full {
	width: 100%;
}

#stats1 {
	padding: 120px 0;
}

.stats1-info {
	text-align: center;
}

.stats1-info p {
	color: #000;
	font-size: 60px;
	margin: 0 0 30px;
}

.stats1-info h2 {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.stats1-info i {
	color: #ff7200;
	font-size: 60px;
	margin: 0 auto 35px;
	display: table;
}

#stats2 {
	background-color: #333336;
	padding: 150px 0;
}

.stats2-info {
	text-align: center;
}

.stats2-info p {
	color: #fff;
	font-size: 60px;
	margin: 0 0 30px;
}

.stats2-info h2 {
	color: #ff7200;
	font-size: 16px;
}

#stats3 {
	padding: 100px 0;
	text-align: center;
}

.parallax-bg1 {
	background: url(../images/bg/1.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg2 {
	background: url(../images/bg/parallax/2.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg3 {
	background: url(../images/bg/parallax/3.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg4 {
	background: url(../images/bg/parallax/4.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg5 {
	background: url(../images/bg/parallax/5.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg6 {
	background: url(../images/bg/parallax/6.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg5 {
	background: url(../images/onepage/3/5.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg6 {
	background: url(../images/onepage/3/7.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg1 {
	background: url(../images/onepage/3/9.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-medical .parallax-bg2 {
	background: url(../images/onepage/4/3.jpg) fixed !important;
	position: relative;
	background-size: auto !important;
}

#one-law .parallax-bg2 {
	background: url(../images/onepage/4/3.jpg) fixed !important;
	position: relative;
	background-size: auto !important;
}

#one-hosting .parallax-bg2 {
	background: url(../images/onepage/4/3.jpg) fixed !important;
	position: relative;
	background-size: auto !important;
}


#one-medical .parallax-bg3 {
	background: url(../images/onepage/4/1.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-charity .parallax-bg5 {
	background: url(../images/onepage/5/volunter.jpg) no-repeat bottom center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-gym .parallax-bg5 {
	background: url(../images/onepage/6/5.jpg) no-repeat bottom center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-gym .parallax-bg2 {
	background: url(../images/onepage/6/6.jpg) no-repeat bottom center fixed !important;
	position: relative;
	background-size: cover !important;
}

.head-bdr {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: 4px solid #fff;
    padding: 15px 20px;
    margin: 0 auto;
    display: table;
    font-weight: 700;
}

.pattern-bg1 {
	background: url(../images/bg/pattern/1.png) repeat fixed !important;
}

.pattern-bg2 {
	background: url(../images/bg/pattern/2.png) repeat fixed !important;
}

.stats3-info i {
	color: #ff7200;
	font-size: 35px;
	margin: 0 0 30px;
}

.stats3-info p {
	color: #fff;
	font-size: 50px;
	margin: 30px 0 30px;
}

.stats3-info h2 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

/* Conflict with existing CSS - Govind 
.no-padding {
	padding: 0;
}
*/
.dark-bg {
	background: #333;
}

.padding30 {
	padding: 30px 0 !important;
}

.padding40 {
	padding: 40px 0 !important;
}

.padding50 {
	padding: 50px 0 !important;
}

.padding60 {
	padding: 60px 0 !important;
}

.padding70 {
	padding: 70px 0 !important;
}

.padding-top-70 {
	padding:70px 0 0 !important;
}


.padding80 {
	padding: 80px 0 !important;
}

.padding90 {
	padding: 90px 0 !important;
}

.padding100 {
	padding: 100px 0 !important;
}

.padding110 {
	padding: 110px 0 !important;
}

.padding150 {
	padding: 150px 0 !important;
}

.cta-dark h2 {
	margin: -5px 0 10px;
	color: #fff;
	font-size: 24px;
}

.cta-dark p {
	margin: 0 0 -5px;
}

.lite-white {
	color: #fff !important;
	opacity: 0.7;
}

.white {
	color: #fff !important;
	opacity: 1;
}

.ico-yellow {
	background:#FDC502 !important;
}

.no-margin {
	margin: 0px;
}

.cta-default-bdr {
	border: 1px solid #eee;
	background: #f2f2f2;
	display: table;
	width: 100%;
	padding: 40px 25px;
}

.cta-default-bdr p {
	font-size: 20px;
	color: #333;
	font-weight: 300;
	line-height: 27px;
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
}

input.form-control {
	padding: 0 20px;
	border-radius: 3px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #eaeaea;
}

textarea.form-control {
	padding: 20px 20px;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #eaeaea;
}

.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 44px;
	line-height: 42px !important;
	text-align: center;
	pointer-events: none;
}

.services {
}

.service-content span {
	width: 80px;
	height: 80px;
	color: #ff7200;
	border-radius: 50%;
	padding-top: 15px;
	font-size: 40px;
	background: #fdfdfd;
	text-align: center;
	margin: 0 auto;
	display: table;
	position: relative;
	transition: .4s;
}

.service-content:hover span {
	background: #ff7200;
	color: #fff;
	transition: .4s;
}

.service-content span:after {
	content: "";
	width: 100px;
	height: 100px;
	background: #ff7200;
	position: absolute;
	opacity: 0;
	transition: .4s;
	top: -10px;
	bottom: 0px;
	right: -10px;
	border-radius: 50%;
}

.service-content:hover span:after {
	content: "";
	width: 80px;
	height: 80px;
	background: #ff7200;
	position: absolute;
	opacity: 1;
	transition: .6s;
	top: -0px;
	bottom: 0px;
	right: -0px;
}

.service-content span i {
	position: relative;
	z-index: 888;
}

.service-content h2 {
	font-size: 15px;
	text-transform: uppercase;
}

.service-content p {
	font-size: 13px;
	line-height: 21px;
	margin: 0;
}

.feature-content i {
	width: 70px;
	height: 70px;
	color: #fff;
	border-radius: 50%;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	position: relative;
	transition: .4s;
	float: left;
	top: -4px;
	background: #ff7200;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff7200 0%, #ff7200 49%, #ff7200 50%, #ff7200 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff7200), color-stop(85%,#ff7200), color-stop(86%,#ff7200), color-stop(100%,#ff7200));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ff7200 0%,#ff7200 49%,#ff7200 50%,#ff7200 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ff7200 0%,#ff7200 49%,#ff7200 50%,#ff7200 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ff7200 0%,#ff7200 49%,#ff7200 50%,#ff7200 100%);
 /* IE10+ */
	background: linear-gradient(135deg,  #ff7200 0%,#ff7200 49%,#ff7200 50%,#ff7200 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ff7200',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.fc-inner {
	margin-left: 85px;
}

.feature-content h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 15px 0 10px;
}

.feature-content p {
	font-size: 13px;
	line-height: 21px;
	margin: 0;
}

.fc-main {
	padding: 80px 80px 0 20px;
}

.gal-5col li {
	width: 20%;
	float: left;
	border: 1px solid #fff;
}

.gal-4col li {
	width: 25%;
	float: left;
	border: 1px solid #fff;
}

.gal-3col li {
	width: 33.3333%;
	float: left;
	border: 1px solid #fff;
}

.gal-2col li {
	width: 50%;
	float: left;
	border: 1px solid #fff;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.75;
}

.mfp-bottom-bar {
	display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-arrow-right::after {
	content: "\f105" !important;
	font-family: 'FontAwesome';
	border: none !important;
	color: #fff;
	font-size: 65px;
	transition: .5s;
}

.mfp-arrow-left::after {
	content: "\f104" !important;
	font-family: 'FontAwesome';
	border: none !important;
	color: #fff;
	font-size: 65px;
	transition: .3s;
}

.mfp-arrow-right::before ,
.mfp-arrow-left::before {
	border: none !important;
}

.mfp-arrow {
	height: 60px;
}

.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	margin-top: 15px;
	top: -1px !important;
}

img.mfp-img {
	padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mp-lightbox {
	opacity: 1;
	transition: .4s;
}

.mp-lightbox:hover {
	opacity: 0.7;
	transition: .4s;
}

.blogpost {
}

h2.post-title {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

h2.post-title a {
	color: #000;
}

h2.post-title a:hover {
	color: #ff7200;
}

h2.post-title-small {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

h2.post-title-small a {
	color: #000;
}

h2.post-title-small a:hover {
	color: #ff7200;
}

.post-meta {
	margin-bottom:-10px;
}

.quote-meta .post-meta {
	margin-bottom:5px;
}

.post-meta span {
	margin-right: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#ff7200;
}

.post-meta span i {
	margin-right: 0px;
	color: #aaa;
}

.post-meta span a {
	color: #ff7200;
}

.post-meta span a:hover {
	color: #000;
}

.blog-sep {
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 50px;
	margin-bottom: 40px;
}

.quote-meta {
	padding-left: 70px;
}

.page_nav {
	display: table;
	margin: 0 auto;
}

.page_nav a {
	margin: 0 2px;
	background: #000;
	color: #fff;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}

.page_nav a:hover {
	background: #ff7200;
	color: #fff;
}

#blog-slider .owl-prev {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-next {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-prev:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-next:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-prev:hover:after ,
#blog-slider .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.service-home {
	padding: 70px 0;
}

.service-home a {
	font-size: 50px;
	display: table;
	margin: 0 auto 0px;
}

.service-home h4 {
	text-transform: uppercase;
	margin: 20px 0 15px;
	font-size: 16px;
	letter-spacing: 1px;
}

a.readmore ,
.service-home a.readmore {
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
}

.service-home a.readmore:hover {
	color: #000;
}

.info-home h3 {
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 90px 0 10px;
}

.info-home h3 span {
	letter-spacing: 0px;
	display: block;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0 0 -12px;
}

.info-home h3 em {
	letter-spacing: 0px;
	font-style: normal;
	display: block;
	font-size: 70px;
	text-transform: uppercase;
	color: #ff7200;
}

.info-home p {
	font-size: 16px;
	line-height: 25px;
}

.project-item {
	width: 20%;
	float: left;
}

.project-gal {
	position: relative;
}

.overlay-folio {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.hover-box {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.hover-zoom {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.hover-zoom a {
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

.hover-zoom a:hover {
	background: #ff7200;
	color: #fff;
}

.hover-zoom .zoom {
	position: relative;
	left: -50px;
	opacity: 0;
	transform: rotate(-140deg);
}

.hover-zoom .link {
	position: relative;
	right: -50px;
	opacity: 0;
	transform: rotate(140deg);
}

.project-item:hover .hover-zoom a.link {
	position: relative;
	right: 0px;
	opacity: 1;
	transform: rotate(0deg);
}

.project-item:hover .hover-zoom a.zoom {
	position: relative;
	left: 0px;
	opacity: 1;
	transform: rotate(0deg);
}

.project-item:hover .overlay-folio {
	opacity: 1;
	transition: .5s;
	visibility: visible;
}

.project-info {
	padding: 20px;
}

.project-info h2 {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}

.project-info p {
	margin: 0;
}

.filter {
	margin: 35px auto 50px;
	display: table;
}

.filter li {
	float: left;
	margin: 0 10px;
}

.filter a {
	color: #000;
	border: 1px solid #000;
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 6px 10px;
}

.filter a:hover {
	color: #fff;
	background: #000;
}

#portfolio-section h3 {
	font-size: 50px;
	margin: 0;
}

.welcome-content h2 {
	font-size: 50px;
	font-weight: 300;
}

h2.title {
	font-size: 40px;
}

.features-left i {
	font-size: 50px;
	float: right;
	color: #ff7200;
}

.features-left h3,
.features-left p {
	margin-right: 85px;
	text-align: right;
}

.features-left h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 70px 85px 15px 0;
}

.features-right i {
	font-size: 50px;
	float: left;
	color: #ff7200;
}

.features-right h3,
.features-right p {
	margin-left: 85px;
}

.features-right h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 70px 0 15px 85px;
}

#home-team .item {
	margin: 0 1px;
	cursor: pointer;
}

.team-inner {
	padding: 12px 5px;
	height: 40px;
	position: absolute;
	bottom: -150%;
	width: 100%;
	transition: .4s;
}

.team-inner::after {
	content: "";
	position: absolute;
	z-index: 44;
	background: #000;
	width: 150%;
	height: 100px;
	bottom: -69px;
	left: -25%;
	right: 0;
	opacity: 0.3;
	transform: rotate(-15deg);
}

#team2 .col-md-3:hover .team-inner ,
#home-team .item:hover .team-inner {
	bottom: 0%;
	transition: .5s;
}

#team2 .col-md-3:hover .team-inner .team-social li a ,
#home-team .item:hover .team-inner .team-social li a {
	bottom: 0%;
	transition: .5s;
}

.team-social {
	display: table;
	margin: 0;
	float: right;
	position: relative;
	z-index: 888;
}

.team-social li {
	float: left;
	margin: 0 7px;
}

.team-social li a {
	color: #fff;
	text-shadow: none;
}

.team-social li a:hover {
	color:#ff7200 !important;
}

#team2 h2,
#home-team h2 {
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 20px 0 5px;
}

#team2 span,
#home-team span {
	padding: 0 15px;
	text-align: center;
	font-size: 13px;
	display: table;
	width: 100%;
	color: #777;
}

#home-team .owl-prev {
	background: #fff;
	border: none;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -65px;
	transition: .4s;
}

#home-team .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 40px;
	color: #000;
	line-height: 70px;
	transition: .4s;
}

#home-team .owl-next {
	background: #fff;
	border: none;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -65px;
	transition: .4s;
}

#home-team .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 40px;
	color: #000;
	line-height: 70px;
	transition: .4s;
}

#home-team .owl-prev:hover {
	background: #000;
	color: #fff;
}

#home-team .owl-next:hover {
	background: #000;
	color: #fff;
}

#home-team .owl-prev:hover:after ,
#home-team .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.staff-img {
	position: relative;
	overflow: hidden;
}

.pricing-table4 {
	border: 1px solid #e9e9e9;
	border-top: 5px solid #333;
	padding: 35px 0;
	margin: 0 -1px 0 0;
}

.pricing-table4 .title h2 {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
}

.pricing-table4 .title strong {
	color: #ff7200;
	font-size: 50px;
	font-weight: 300;
}

.pricing-table4 .title strong sup {
	font-size: 24px;
	font-weight: 400;
	position: relative;
	top: -20px;
}

.pricing-table4 .title strong sub {
	display: block;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	margin-bottom: 36px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.pricing-table4 li {
	padding: 5px 0;
	color: #777;
}

.pricing-table4#popular {
	padding: 60px 0;
	position: relative;
	top: -25px;
}

.pricing-table4#popular h6 {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	font-size: 11px;
	background: #ff7200;
	display: table;
	padding: 7px 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0 auto;
	width:180px;
}

.hq-info {
	padding: 0 30px;
}

.hq-info p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
}

.hq-info img {
	max-width: 60px;
	border-radius: 50%;
	float: left;
}

.hq-info span {
	color: #fff;
	margin-left: 75px;
	display: table;
	position: relative;
	top: 10px;
	font-size: 12px;
}

.hq-info span strong {
	display: block;
	font-size: 14px;
}

.owl-theme .owl-controls .owl-page span {
	background: rgba(0,0,0,0.5);
}

#home-quote .owl-theme .owl-controls {
	margin-top: 30px;
	text-align: center;
	position: relative;
}

#errorpage .page_header {
	margin-top: -55px;
}

#errorpage .page_header h3 {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    display: table;
    margin: 0px auto;
    position: relative;
    top: 30px;
    padding: 10px 20px;
    letter-spacing: 14px;
}

footer h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 25px;
	color: #fff;
	position: relative;
}

footer p {
	font-size: 14px;
}

.c-info {
	background: transparent url("../images/map.png") no-repeat scroll left bottom / 55% auto;
	background-position: 0 100%;
	overflow: visible;
	padding-bottom: 78px;
}
/* Comment by Govind - Conflict with exiting CSS  on bottom contact form
.c-info li i {
	position: absolute;
	left: 0px;
	color: #444;
	top: 6px;
}
*/
.c-info li {
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	color: #999;
	margin-bottom: 13px;
	line-height: 23px;
}

.f-posts li {
	margin-bottom: 10px;
	padding-bottom: 17px;
	border-bottom: 1px solid #383838;
}

.f-posts li:last-child {
	border-bottom: none;
}

.f-posts li img {
	float: left;
	width: 55px;
	border: 5px solid rgba(0,0,0,0.1);
}

.f-posts li h5 {
	margin: 0px 0px 5px 70px;
	
	font-size: 13px;
}

.f-posts li h5 a {
	color: #fff;
}

.f-posts li h5 a:hover {
	color: #ff7200;
}

.f-posts li p {
	font-size: 12px;
	margin: 0 0 0 70px;
}

.thumbs li {
	float: left;
	margin: 0 5px 5px 0;
}

.thumbs li img {
	width: 75px;
transition:.4s;
}

.thumbs li img:hover {
opacity:0.7;
transition:.4s;
}

.f-social a {
	border: 1px solid #444;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	color: #777;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

.f-social a:hover {
	background: #444;
	color: #999;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

.footer-top {
	background: #333;
	padding: 40px 0;
}

.f-subscribe small {
	width: 85px;
	height: 76px;
	background: transparent url("../images/bubble.png") no-repeat scroll center center;
	display: table;
	border-radius: 50%;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	color: #999;
	font-size: 13px;
}

.f-subscribe small em {
	display: block;
	font-size: 11px;
}

.f-subscribe form {
	margin-left: 110px;
	margin-top: 15px;
}

.f-subscribe form input {
	border: 1px solid #555;
	background: transparent;
	height: 50px;
	border-radius: 3px 0 0 3px;
	color: #fff;
	font-size: 13px;
	padding: 0 17px;
	line-height: 48px;
	width: 70%;
	float: left;
}

.f-subscribe form button {
	border: 1px solid #555;
	background: #555;
	height: 50px;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
	line-height: 48px;
	width: 30%;
	float: left;
	text-transform: uppercase;
}

.f-tweet small {
	width: 85px;
	height: 76px;
	background: transparent url("../images/bubble.png") no-repeat scroll center center;
	display: table;
	border-radius: 50%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}

.f-tweet small em {
	display: block;
	font-size: 14px;
}

.tweets_txt {
	color: #777;
	font-size: 13px;
}

.tweets_txt a {
	color: #aaa;
	font-size: 13px;
}

.tweets_txt span {
	color: #bbb;
	display: block;
	position: relative;
	font-size: 11px;
	margin-top: 3px;
	line-height: 18px;
}

.tweets_txt span:after {
	content: "-";
	float: left;
	position: relative;
}

.tweet-info {
	margin-left: 105px;
	padding-top: 8px;
}

/* Comment by Govind it's disturbing current pages
.bm-item {
	width: 33.33333%;
	float: left;
	position: relative;
	margin: 0 0 50px;
	padding: 0 15px;
}
*/
.bm-item .post-title-small {
	font-size: 16px;
}

.blog-mason-4col .bm-item {
	width: 25%;
	float: left;
	position: relative;
	margin: 0 0 40px;
	padding: 0 15px;
}

.blog-mason-2col .bm-item {
	width: 50%;
	float: left;
	position: relative;
	margin: 0 0 40px;
	padding: 0 15px;
}

.blog-single p {
	font-size: 16px;
	line-height: 30px;
}

.prevnext .left {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
	float: left;
	font-size: 13px;
}

.prevnext .right {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
	float: right;
	font-size: 13px;
}

.comment-avatar {
	width: 80px;
	height: 80px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	border-radius: 50%;
}

.comment-sub {
	padding-left: 80px !important;
}

.comment-list li {
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
}

.comment-meta {
	margin-left: 95px;
	margin-bottom: 5px;
}

.comment-list li p {
	margin-left: 95px;
	line-height: 21px;
}

.comment-meta li a {
}

.comment-meta em {
	font-style: normal;
	margin-left: 6px;
	font-size: 10px;
}

.reply {
	float: right;
	font-size: 8px;
	padding: 4px 9px !important;
	border: 2px solid #000;
}

.reply:hover {
	background: transparent !important;
	color: #ff7200 !important;
	border: 2px solid #ff7200;
}

.no-margin-top {
	margin-top: 0px !important;
}

#portfolio-home.folio-boxed-2col .project-item {
	width: 50%;
	overflow: hidden;
}

#portfolio-home.folio-boxed-3col .project-item {
	width: 33.3333333%;
	overflow: hidden;
}

#portfolio-home.folio-boxed-4col .project-item {
	width: 25%;
	overflow: hidden;
}

.overlay-folio2 {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-info ,
#portfolio-home.folio-boxed-3col .project-info ,
#portfolio-home.folio-boxed-4col .project-info {
	position: absolute;
	bottom: -50%;
	left: 0;
	display: table;
	margin: 0 auto;
	right: 0;
	text-align: center;
	transition: .4s;
	width:100%;
}

#portfolio-home.folio-boxed-2col .project-item img ,
#portfolio-home.folio-boxed-3col .project-item img ,
#portfolio-home.folio-boxed-4col .project-item img {
	transform: scale(1);
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-info h2 ,
#portfolio-home.folio-boxed-3col .project-info h2 ,
#portfolio-home.folio-boxed-4col .project-info h2 {
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
	transition:.4s;
}

#portfolio-home.folio-boxed-2col .project-info h2:hover ,
#portfolio-home.folio-boxed-3col .project-info h2:hover ,
#portfolio-home.folio-boxed-4col .project-info h2:hover {
	color: #ff7200;
	transition:.4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover img ,
#portfolio-home.folio-boxed-3col .project-item:hover img ,
#portfolio-home.folio-boxed-4col .project-item:hover img {
	transform: scale(1.1);
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-3col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-4col .project-item:hover .overlay-folio2 {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-3col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-4col .project-item:hover .project-info {
	bottom: 0%;
	transition: .4s;
}

#portfolio-home.gutter .project-item {
	border: 5px solid #fff !important;
}

#portfolio-home.tiles .project-item {
	padding-bottom: 100px;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
}

#portfolio-home.tiles .project-info {
	position: absolute;
	left: 0px;
	display: table;
	margin: 0px auto;
	right: 0px;
	text-align: center;
	transition: all 0.4s ease 0s;
	bottom: 10px;
}

#portfolio-home.tiles .overlay-folio2 {
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

#portfolio-home.tiles .project-gal {
	overflow: hidden;
}

#portfolio-home.tiles .overlay-folio2 {
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

#portfolio-home.tiles .project-item:hover .overlay-folio2 {
	background: rgba(255,255,255,0.8) !important;
}

#portfolio-home.tiles .project-item:hover .project-info {
	transition: all 0.4s ease 0s;
	bottom: 92px;
}

#portfolio-home .project-gal img {
	width: 100%;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.container-full {
	width: 100%;
	padding: 0%;
}

.container-full .folio-boxed-2col .project-item {
	width: 50% !important;
}

.container-full .folio-boxed-3col .project-item {
	width: 33.3333% !important;
}

.container-full .folio-boxed-4col .project-item {
	width: 25% !important;
}

.fsidebar {
	width: 30%;
	float: left;
	padding-right: 30px;
}

#fs-content {
	width: 68%;
	float: right;
}

.fs-info h3 {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}

.project-meta li {
	margin-top: 12px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.project-meta li i {
	margin-right: 8px;
}

.fsidebar2 {
	width: 30%;
	float: right;
	padding-right: 0px;
	padding-left: 30px;
}

#fs-content.fs-content2 {
	width: 68%;
	float: left;
}

#accordion-career .panel-default > .panel-heading {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-left: 1px solid #ff7200;
	border-radius: 0;
	padding: 0;
}

#accordion-career .panel-title > a {
	padding: 20px 25px;
	display: table;
	width: 100%;
}

#accordion-career.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #e8e8e8 !important;
	margin-top: -1px;
}

#accordion-career .panel-title em {
	font-style: normal;
	font-size: 12px;
	color: #999;
	font-weight: 400;
}

#accordion-career .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: inherit;
	padding-left: 44px;
	position: relative;
}

#accordion-career .panel-title i {
	position: absolute;
	left: 26px;
	font-size: 29px;
}

.our-office {
	border: 1px solid #e1e1e1;
	padding: 30px;
}

.workplace li {
	width: 33.3333%;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 10px;
	margin: 0 -1px -1px 0;
}

.workplace li img {
	opacity: 1;
	transition: .4s;
}

.workplace li:hover img {
	opacity: 0.6;
	transition: .4s;
}

.feature-list li {
	margin-top: 15px;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	color: #878787;
}

.feature-list li i {
	color: #ff7200;
	position: absolute;
	left: 5px;
	top: 2px;
}

.countdown.styled {
	width: 100%;
	max-width: 850px;
	margin: -25px auto 0;
	padding: 0 15px;
}

.countdown.styled div {
	width: 25%;
	float: left;
	color: #fff;
	font-size: 100px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 5px 10px #000;
}

.countdown.styled div span {
	display: block;
	font-size: 13px;
	letter-spacing: 7px;
	text-transform: uppercase;
	font-weight: 600;
	background: #ff7200;
	color: #fff;
	display: table;
	margin: 0 auto;
	padding: 5px 12px 5px 19px;
	text-align: center;
	text-shadow: none;
}

#uc-main {
	padding: 0;
	height: 100vh;
}

#coming-soon .footer-bottom p {
	color: #fff;
}

#coming-soon .f-social a {
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

#coming-soon .f-social a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

#coming-soon .footer-bottom {
	background: rgba(0, 0, 0, 0.2);
	height: 80px;
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	overflow: hidden;
	padding: 29px 0px;
}

#uc-main .container {
	height: 100vh;
	display: table;
}

.uc-main {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	top: -35px;
}

#uc-main .search-container button {
	width: 128px;
	transition: .4s;
}

#uc-main .search-container button:hover {
	transition: .4s;
	background: #7db233;
}

#uc-main .search-container input {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff !important;
}

#uc-main .search-container input::-webkit-input-placeholder {
 /* WebKit browsers */
	color: #fff;
}

#uc-main .search-container input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

#uc-main .search-container input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

#uc-main .search-container input:-ms-input-placeholder {
 /* Internet Explorer 10+ */
	color: #fff;
}

.contact-info i {
	margin-right: 10px;
}

.map-border {
	padding: 6px;
	border: 1px solid #e5e5e5;
}

.list-style1 li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 7px;
	color: #878787;
}

.list-style1 li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #ff7200;
}

.list-wrap .col-sm-3 {
	width: 20%;
}

.list-color2 li i {
	color: #0FA2D5;
}

.list-color3 li i {
	color: #FF4862;
}

.cs-wrap {
	display: table;
	margin: 0 auto;
	text-align: center;
}

/* Confilct with extisting CSS Govind 
	.cs-wrap span {
	width: 150px;
	height: 150px;
	display: table;
	position: absolute;
	border-radius: 50%;
	line-height: 150px;
	color: #000;
	font-family: Montserrat;
	font-size: 28px;
	letter-spacing: 1px;
}

.cs-wrap .chart-color2 span {
	color: #ff7200;
}

.cs-wrap .chart-color3 span {
	color: #0FA2D5;
}

.cs-wrap .chart-color4 span {
	color: #FF4862;
}

.cs-wrap h6 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
*/
.progress {
	height: 24px;
	margin-bottom: 40px;
	overflow: visible;
	box-shadow: none;
	border-radius: 0px;
}

.progress-bar {
	margin: 0px;
	border-radius: 0px;
	height: 20px;
	line-height: 20px;
	box-shadow: none !important;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 12px;
	position: relative;
}

.progress-bar span {
	position: absolute;
	right: -15px;
	background: #ddd;
	padding: 0px 4px;
	border-radius: 2px;
	top: -25px;
	color: #666;
/**	text-shadow: 0 0 2px #000; **/;
}

.progress-bar-default {
	background: #000;
}

.progress-bar span:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #ddd transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -5px;
	left: 0;
	right: 0px;
	margin: 0 auto;
}

.progress-bar-success {
	background: #ff7200 !important;
}

.progress-bar-info {
	background: #0FA2D5 !important;
}

.progress-bar-warning {
	background: #FF4862 !important;
}

.no-width-skills {
	width: 0% !important;
}

.nav-tabs li.col-md-4 {
	width: 33.3333%;
	padding-left: 0px;
	padding-right: 0px;
}

.nav-tabs li i {
	color: #ff7200;
	margin-right: 10px;
}
/* comment by Govind it's conflict with existing CSS and disturbing layout*/
.shop-content {
	background: #fff;
	padding: 100px 0;
}

.shop-grid li {
	width: 33.3333%;
	float: left;
	padding: 0 15px 30px;
}


.line-head {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 22px;
}

.line-head span {
    background: #FFF;
    padding-right: 15px;
    position: relative;
    z-index: 88;
    margin: 0px 0px 20px;
}

.line-head::after {
    content: "";
    background: #d3d3d3;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
}


.product .text-center {
	border: 1px solid #e5e5e5;
	padding: 10px 10px 15px;
	cursor: pointer;
	transition: .4s;
}

.product:hover .text-center {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: .4s;
}

.logregform label {
	font-weight:400;
	font-size:13px;
}

.product-overlay {
	display: block;
	height: 50px;
	background: rgba(0,0,0,0.2);
	line-height: 50px;
	position: absolute;
	bottom: -60px;
	width: 100%;
	left: 0px;
	right: 0px;
	transition: .5s;
}

.product:hover .product-overlay {
	bottom: 0px;
	transition: .5s;
}

.product-thumbnail img {
	transform: scale(1);
	transition: .4s;
}

.product:hover .product-thumbnail img {
	transform: scale(1.1);
	transition: .4s;
}

.product-overlay a {
	font-size: 20px;
	margin: 0;
	color: #fff;
	width: 50%;
	float: left;
	text-align: center;
}

.product-overlay a:hover {
	color: #fff;
	background: #000 !important;
}

.product-overlay a:first-child {
	background: rgba(0,0,0,0.2);
}

.product-title {
	margin: 10px 0 5px;
}

.product-title a {
	color: #000;
	font-size: 17px;
}

.product-price {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	margin: 0 auto 15px;
	display: table;
}

.add_to_cart_button {
	padding: 0px !important;
	font-size: 10px;
	border-radius: 3px !important;
	padding: 11px 12px !important;
}

.sorter {
	display: table;
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: 14px;
	max-width: 815px;
	position: relative;
	left: 30px;
	margin: 0 0 25px;
}

.sort1 {
	width: 220px;
	float: left;
}

.sort1 span {
	float: left;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	margni-right: 10px;
	font-weight: 600;
}

.sort1 select {
	line-height: 30px;
	border: 1px solid #e5e5e5;
	padding: 5px 5px !important;
	height: 30px;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
}

.product-thumbnail {
	position: relative;
	overflow: hidden;
}

.sort1 form {
	float: right;
}

.sort2 {
	width: 172px;
	float: right;
}

.sort2 .span1 {
	float: left;
	line-height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	margni-right: 10px;
	font-weight: 600;
}

.sort2 select {
	line-height: 30px;
	border: 1px solid #e5e5e5;
	padding: 5px 5px !important;
	height: 30px;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
}

.sort2 .span2 {
	font-weight: 600;
	float: right;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	margni-right: 10px;
}

.sort2 form {
	width: 80px;
	margin: 0 auto;
	background: #ff0000;
	float: left;
	margin-left: 25px;
}

.sort3 {
	margin-top: 3px;
	float: right;
}

.layout-modes {
	display: table;
	margin: 0px auto;
	line-height: 27px;
}

.shop_pn {
	display: table;
	margin: 0 auto;
}

.shop_pn li {
	float: left;
	margin: 0 5px;
}

.shop_pn li a {
	width: 35px;
	height: 35px;
	color: #000;
	line-height: 35px;
	text-align: center;
	display: table;
	background: transparent;
	border-radius: 50%;
}

.shop_pn li a.active ,
.shop_pn li a:hover {
	color: #fff;
	background: #000;
}

.s_range {
	margin-top: 25px;
}

.range_v {
	margin-top: 35px;
	font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
	font-size: 13px;
}

.range_v span {
	font-size: 14px;
	color: #5b5b5b;
	float: left;
	margin-right: 5px;
	line-height: 23px;
}

.range_v input {
	border: medium none;
	display: table;
	float: left;
	width: 44px;
	font-size: 14px;
	color: #5B5B5B;
	margin-right: 9px;
	margin-top: 1px;
}

.filter-btn {
	float: right;
	margin-top: -8px;
}

.filter-btn:hover {
	color: #fff;
}

.range_sep {
	background: #000;
	width: 10px;
	height: 1px;
	display: table;
	position: relative;
	top: 13px;
	right: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	transition: none !important;
}

.shop-sidebar .widget {
	margin-bottom: 50px;
}

.shop-sidebar .widget h3 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.product-categories li {
	margin-bottom: 7px;
}

.product-categories li a {
	color: #888;
}

.product-categories li a:hover {
	color: #ff7200;
}

.product-categories li:last-child {
	margin-bottom: 0px;
}

.product-categories li i {
	font-size: 20px;
	position: relative;
	top: 4px;
	margin-right: 5px;
	color: #bbb;
}

.widget_popular_products li {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.widget_popular_products li img {
	width: 75px;
	float: left;
}

.product-post-info {
	margin-left: 90px;
}

.product-post-info h5 {
	margin: 10px 0 0px;
}

.product-post-info h5 a {
color:#000;
}

.product-post-info h5 a:hover {
color:#ff7200;
}

.product-post-info p {
	margin: 0;
	color: #666;
}

.badge {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 15px;
	font-size: 10px;
	position: absolute;
	top: -6px;
	right: -6px;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	z-index:77;
}

.badge span {
	font-size: 13px;
}

.red {
	background: #f00;
	line-height: 50px;
	padding-top: 0px;
	font-size: 12px;
}

.blue {
	background: #8dcff4;
}

.product {
	position: relative;
}

#gal-slider {
	position: relative;
}

.gal-nav {
	display: block;
	width: 100%;
}

#p-single .gal-nav li {/* Fix conflict for gallery minifox added #p-single*/
	float: left;
	width: 25%;
	padding: 0 10px;
	cursor: pointer;
}

.gal-nav li img {
	opacity: 1;
	transition: .4s;
}

.gal-nav li.flex-active img {
	opacity: 0.5;
	transition: .4s;
}

.p-price {
	font-size: 40px;
}

.product-size {
	margin: 35px 0 10px;
	display: table;
	width: 100%;
}

.product-size li {
	float: left;
	margin: 0 10px;
}

.product-size span {
	float: left;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 75px;
}

.product-size a {
	color: #000;
	border: 1px solid #000;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 6px 10px;
	display: table;
}

.product-size a.active ,
.product-size a:hover {
	color: #ff7200;
	border: 1px solid #ff7200;
}

.product-clr {
	margin: 15px 0 0px;
	display: table;
	width: 100%;
}

.product-clr li {
	float: left;
	margin: 0 10px;
}

.product-clr span {
	float: left;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 75px;
}

.product-clr a {
	color: #fff;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 6px 10px;
	display: table;
}

.product-quantity {
	margin: 15px 0 35px;
	display: table;
	width: 100%;
}

.product-quantity span {
	float: left;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 84px;
}

.product-quantity input {
	color: #000;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 6px 10px;
	width: 50px;
	display: table;
	text-align: center;
}

.shop-btn-wrap {
	display: table;
	margin-bottom: 27px;
}

.shop-btn-wrap a {
	float: left;
	margin-right: 5px;
	padding: 13px 15px !important;
	font-size: 11px !important;
}

.product-meta {
	font-size: 13px;
}

#p-single .nav-tabs li a {
	padding: 21px 10px !important;
}

.box-content {
	border: 1px solid #e4e4e4;
	padding: 15px 30px 30px;
}

.cart-table thead tr th {
	background: #000;
	color: #fff;
	border: 1px solid #222;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	text-transform: uppercase;
	line-height: 40px;
}

.cart-table thead {
	border-top: 1px solid #000;
}

.cart-table tbody tr td  a {
	color: #000;
	font-weight: 600;
}

.cart-table tbody tr td  a:hover {
	color: #ff7200;
}

.cart-table thead tr th  ,
.cart-table tbody tr td {
	vertical-align: middle;
	text-align: center;
}

.coupon {
	text-align: left;
	padding: 5px 0 10px;
}

.coupon input {
	border: 1px solid #000;
	height: 35px;
	padding: 0 15px;
	line-height: 33px;
	width: 70%;
	float: left;
	color: #000;
	font-size: 13px;
}

.coupon button {
	color: #fff;
	text-transform: uppercase;
	background: #000;
	height: 35px;
	padding: 0 15px;
	border: none;
	line-height: 35px;
	width: 30%;
	font-size: 10px;
	transition: .4s;
	color: #fff;
}

.coupon button:hover {
	background: #555;
	transition: .4s;
	color: #fff;
}

.cart-btn {
	float: right;
	margin-top: 17px;
}

.cart-btn button {
	float: left;
	margin-left: 5px;
}

.coupon {
	width: 260px;
}

.billing-details select {
	height: 50px;
	border: 1px solid #e5e5e5;
}

.billing-details label {
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
}

.payment-method span {
	display: inline-block;
	margin-left: 9px;
	position: relative;
	top: -1px;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
}
*/ shopping cart CSS closed */

.table.extra-padding tbody tr th,
.table.extra-padding tbody tr td {
	padding: 15px;
}

.higlight {
	color: #ff7200;
}

#about-section2 {
	padding-top: 55px;
}

#about-section2 .about-box {
	margin-bottom: 55px;
}

#about-section2 .about-box .about-post {
	text-align: center;
}

#about-section2 .about-box .about-post a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100px;
	height: 100px;
	margin: 0 0 24px;
	line-height: 100px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	background: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#about-section2 .about-box .about-post a:hover,
#about-section2 .about-box .about-post a.active {
	background: #ff7200;
}

#about-section2 .about-box .about-post h2 {
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 15px;
}

#about-section2 .content-tab {
	padding-top: 65px;
	background: url('../images/bg/parallax/4.jpg') center top fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

#about-section2 .content-tab .container {
	position: relative;
	z-index: 2;
}

#about-section2 .content-tab .tab-cont {
	display: none;
	position: relative;
}

#about-section2 .content-tab .tab-cont h2 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #ff7200;
}

#about-section2 .content-tab .tab-cont p {
	color: #cccccc;
	margin-bottom: 15px;
}

#about-section2 .content-tab .tab-cont .image-content {
	text-align: center;
}

#about-section2 .content-tab .tab-cont .image-content img {
	max-width: 100%;
}

#about-section2 .content-tab .tab-cont .retina-content {
	text-align: center;
}

#about-section2 .content-tab .tab-cont .retina-content h2 {
	margin-bottom: 20px;
	margin-top: 0;
}

#about-section2 .content-tab .tab-cont .retina-content img {
	max-width: 100%;
}

#about-section2 .content-tab .tab-cont.active {
	display: block;
}

#about-section2 .content-tab .tab-cont:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: -65px;
	border: 50px solid #ffffff;
	border-left-width: 50px;
	border-right-width: 50px;
	border-top-width: 25px;
	border-bottom-width: 25px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

#about-section2 .content-tab .tab-cont[data-tab="1"]:before {
	left: 60px;
}

#about-section2 .content-tab .tab-cont[data-tab="2"]:before {
	left: 300px;
}

#about-section2 .content-tab .tab-cont[data-tab="3"]:before {
	left: 540px;
}

#about-section2 .content-tab .tab-cont[data-tab="4"]:before {
	left: 780px;
}

#about-section2 .content-tab:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
}

.rw-home .project-item {
	width: 100%;
}

.client-logo a {
	opacity:0.4;
	display:table;
	margin:0 auto;
}

.client-logo a:hover {
	opacity:1;
}





#carousel_five .owl-prev {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	left: -50px;
		transition:.4s;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five .owl-next {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	right: -50px;
		transition:.4s;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five:hover .owl-prev  {
	opacity:0.3 !important;
		left:0px !important;
		transition:.4s !important;
}

#carousel_five:hover .owl-next  {
	opacity:0.3 !important;
		right:0px !important;
		transition:.4s !important;
}

#carousel_five .owl-prev:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
			transition:.4s;

	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-next:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: 0px;
		transition:.4s;
	
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-prev:hover:after ,
#carousel_five .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.hb-info h4 {
	margin:20px 0 15px;
}

.hb-info h4 a {
	color:#000;
}

.hb-thumb {
	position:relative;
}

.date-meta {
    background: #ff7200 ;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 13px;
}

.date-meta span {
	display:block;
	font-size:26px;
font-weight:700;
}




.home-contact-form .input-wrap, .home-contact-form .textarea-wrap {
	display: block;
	margin: 0 0 12px 0;
	position: relative;
}

.home-contact-form .input-wrap i {
	position: absolute;
	top: 9px;	left: 11px;

	color: #c1c4c5;
}

.home-contact-form .textarea-wrap i {
	position: absolute;
	top: 12px;	left: 11px;

	color: #c1c4c5;
}

.home-contact-form .input-wrap i + input, .textarea-wrap i + textarea {
	padding-left: 31px;
}

.home-contact-form input:focus + i{color: #000 !important;}
.home-contact-form textarea:focus + i{color: #000 !important;}


.home-contact-form .input-wrap input,
.home-contact-form .textarea-wrap textarea,
.home-contact-form .select-wrap select {
	width: 217px;
	height: 33px;

	padding: 0 12px;
	padding-left:40px;	
	background: #fafafa;
	
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	outline: none;
	border-radius: 2px;

	color: #65686d;
	font-size:13px;
	line-height: 1.6;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.home-contact-form .textarea-wrap textarea {
	width:100%;
	height:100px;
	padding:10px 20px 15px 40px;
}

.home-project-3col .project-item  {
	width:33.3333%;
	border:10px solid #fff;
}

#team2 .text-center {
	padding:0 15px;
}

#team2 .text-center p {
font-size:12px;
}

#team2 .text-center .team-social {
	display:table;
	float:none;
	margin:0 auto;
}

#team2 .text-center .team-social a {
color:#000;
text-shadow:none !important;

}


#team2 .text-center .team-social a:hover {
color:#ff7200;
text-shadow:none !important;

}


.highlight2 {
	color:#FDC502 !important;
}


.border-top {
	border-top:1px solid #e9e9e9;
}

#one-res .highlight3 {
	font-family: 'Lovers Quarrel', cursive;
	color:#ff7200;
	font-size:120px;
	margin:0 0 -40px;
	font-weight:300;
}

.highlight4 {
	color:#ff7200 !important;
}

#one-res .project-info h2 {
	font-size:15px;
	position:relative;
}

#one-res .project-info h2 span {
	float:right;
	color:#ff7200;
	position:relative;
}

#one-res .project-info h2 span:before {
	content:".... ";

}

.header-x {
    padding: 34px 0 0 15px;
}

.header-x .s-cart {
	float:left;
	margin-right:10px;
	position:relative;
	cursor:pointer;
}

.sc-trigger span {
background: #ff7200;
color: #FFF;
padding: 0px;
font-size: 12px;
border-radius: 50%;
width: 18px;
height: 18px;
display: inline-block;
line-height: 16px;
text-align: center;
position: relative;
top: -9px;
}

.header-x .s-search{
	float:right;
	cursor:pointer;
}

.header-x .s-search i {
font-size:12px;
position:relative;
top:2px;
	transition:.4s;
}

.ss-trigger i:hover {
	color:#ff7200;
	transition:.4s;
}

.cart-info {
    background: #fff;
    display: table;
    padding: 25px;
    position: absolute;
    width: 280px;
    right: -22px;
    top: 55px;
    border-top: 4px solid #ff7200;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.s-cart:hover .cart-info {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.cart-info:after {
	content: "";
	height: 30px;
	background: #fff;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	opacity: 0;
}

.ci-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.ci-item img {
	float: left;
}

.ci-item-info {
	margin-left: 92px;
}

.ci-item-info h5 {
	font-family: Raleway !important;
	font-size: 13px;
	color: #333333;
	text-transform: none;
	margin: 0 0 1px;
	color: #333333;
}

.ci-item-info h5 a {
	color: #333333;
}

.ci-item-info h5 a:hover {
	color: #ff7200;
}

.ci-item-info p {
	color: #666;
}

.ci-edit a {
	background: #aaaaaa;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}

.ci-edit a:hover {
	background: #444444;
	color: #fff;
}

.ci-total {
	font-size: 15px;
	text-transform: none;
	margin: 10px 0 15px;
}

.cart-btn a {
	background: #ff7200;
    padding: 10px 16px;
    color: #FFF;
    text-transform: uppercase;
    border: medium none;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 0px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    float: left;
}

.cart-btn a:first-child {
	background: #333333;
}

.cart-btn a:hover {
	background: #000;
	color: #fff;
}

.ss-content {
	background:rgba(255,255,255,0.8);
	position:fixed;
	height:100%;
	width:100%;
	z-index:999999999;
	top:0;
	left:0;
	right:0;
	visibility:hidden;
	opacity:0;
	transition:.4s;
}

.ss-content-act {
	visibility:visible;
	opacity:1;
}	

.ssc-inner {
	height:100vh;
	display:table;
	margin:0 auto;
	width:50%;
}

.ssc-inner form {
	display:table-cell;
	vertical-align:middle;
	margin:auto;
	position:relative;
}

.ssc-inner form input {
	background:transparent;
	border:none;
	width:100%;
	height:90px;
	color:#000;
	line-height:88px;
	font-size:30px;
	border-bottom:4px solid #ff7200;
	font-weight:300;
	padding-right:60px;
}

.ssc-inner form button {
    border: none;
    background: transparent;
    color: #000;
    position: absolute;
    right: 0px;
    margin-top: 33px;
}

.intro-wrap {
	background:url(../images/slider/9.jpg) no-repeat center;
	background-size:cover;
}

.intro-wrap h1 {
	font-size:70px;
	font-weight:300;
	color:#fff;
	margin:200px 0 0;
}

.intro-wrap p {
	font-size:16px;
	font-weight:400;
	color:#fff;
	margin:20px 0 30px;
}

.head-w-ul span {
	font-weight:700;
	border-bottom:4px solid #ff7200;
	color:#ff7200;
}

.donate-meter {
    text-align: left;
    padding: 80px 10px 20px;
    margin: -131px 0px 0px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: relative;
    z-index: 888;
}

.donate-meter em {
	color:#fff;
	display:block;
	margin-bottom:8px;
}

.dm-wrap {
	height:3px;
	background:rgba(0,0,0,0.2);
	position:relative;
}

.dm-wrap span{
	height:3px;
	background:#ff7200;
	position:relative;
	display:table;
}

.volunter-info {
	background:rgba(0,0,0,0.4);
	padding:25px;
}

.volunter-info .button {
	background:#ff7200;
}

#one-gym .ct-info small {
	color:#878787;
}

#one-gym .ct-info small i {
margin-right:5px;
}

.dual-btns a {
	display:inline-block;
	margin:0 1px;
	padding:0 30px;
	width:200px;
}

.dual-btns.auto-width a {
	width:auto;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
.ssc-inner form button {
    margin-top: -50px;
}

}

.ssc-inner form button i {
    font-size: 27px !important;
}

.ss-close {
    font-size: 51px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
}

.ss-close:hover {
    opacity: 0.6;
}

.rating {
	float:left;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 22px;
	font-size:23px;
   color: #ff7200;
	padding-right:5px;
}
.rating > span:hover,
.rating > span:hover ~ span {
  color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: -2px; 
   color: #ff7200;
}

.rating2 {
    display: table;
    unicode-bidi: bidi-override;
    padding-left: 15px;
    position: relative;
    top: -7px;
}
.rating2 > span {
  display: inline-block;
  position: relative;
	font-size:16px;
   color: #ff7200;
}

#header2 .header-x {
    padding: 18px 0px 0px 15px;
    position: relative;
    z-index: 8888888;
}

#header2 #top-bar {
    height: 90px;
}

#header2 #top-bar .top-bar-content {
    border-right: none;
}

#header2 .navbar-brand > img {
    display: block;
    width: 152px;
    margin: -9px auto 0px;
}

#header2 header {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#header2 .navbar-center {
	float:none;
    display: table !important;
    margin: 0 auto !important;
}

#header2 #top-bar .top-login ,
#header2 #top-bar .nav-social-icons ,
#header2 .social-icons li {
	border:none;
}

#header2 .h2-tr {
    padding: 25px 0;
}

#header4 #top-bar {
	background:#000;
	border:none;
}

#header4 #top-bar a ,
#header4 #top-bar .top-bar-content p ,
#header4 #top-bar .social-icons li a {
    color: #666;
	border:none;
}

#header4 #top-bar .social-icons li a:hover {
    color: #fff;
}

#header4 #top-bar a:hover {
    color: #aaa;
}

#header5 .header-wrap {
	position:absolute;
	top:0;
	width:100%;
	left:0;
	right:0;
}

#header5 #top-bar ,
#header5 header {
	background:transparent;
	border:none;
}

#header5 #top-bar {
	border-bottom:1px solid rgba(0,0,0,0.1);
}

#header5 .navbar-nav > li > a:focus ,
#header5 .navbar-nav > li > a {
	background:transparen !important;
	color:#fff;
}

.navbar-default .navbar-nav > li.active > a {
	
	background:transparent !important;
}

#header5 .sc-trigger i,
#header5 .ss-trigger i {
	color:#fff;
}

#header5 .is-sticky header {
	background:#000;
}

#header5 .header-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99999999;
    background: rgba(0,0,0,0.1);
}

#header5 #top-bar a ,
#header5 #top-bar .top-bar-content p ,
#header5 #top-bar .social-icons li a {
    color: #fff;
	border:none;
}



#header5 .navbar-default{
		background: transparent;
	
}
#header5 .navbar-nav > li > a {

  color: #fff !important;

}
#header5 .is-sticky header{ background: #333!important;}

#header4 #top-bar a:hover {
    color: #aaa;
}


.about-doctor h1 {
	margin-top:120px;
}

.book-doctor {
    background: #ff7200;
    padding: 30px 40px;
    display: table;
    margin: 300px auto 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
}

.book-doctor:hover {
    background: #000;
    color: #fff;
}

.domain-box {
	background:#ff7200;
	padding:30px;
	text-align:center;
}

.domain-box.db-dark {
	background:#7eb534;
	padding:30px;
	text-align:center;
}

#domain-sform input {
    border: none;
    height: 70px;
    padding: 0 30px;
}

#domain-sform select {
    border: none;
    height: 70px;
}

ul.tld_list {
	margin:50px 0 0 ;
}

ul.tld_list .number {
	background:#ff7200;
	width:60px;
	color:#fff;
	height:60px;
	font-size:21px;
	text-align:center;
	border-radius:50%;
	float:left;
	line-height:60px;
}

ul.tld_list .text {
color: #fff;
line-height: 60px;
margin-left: 77px;
font-size: 16px;
text-transform: uppercase;
}

@media only screen and (min-width: 768px)  and (max-width: 959px)  {


.nav-tabs li a {
    padding: 40px 5px;
    font-size: 12px;
}

.layout-modes {
    display: none;
}

.filter-btn {
    float: none;
    margin-top: -8px;
    margin-bottom: 40px;
    position: relative;
    top: 44px;
}

.fsidebar {
    width: 40%;
}

#fs-content {
    width: 58%;
}

#header-main .navbar-nav > li > a {
    padding: 35px 15px;
}

.thumbs li img {
    width: 50px;
}

#fs-content.fs-content2 {
    width: 58%;
    float: left;
}

.shop-grid li {
    width: 50%;
    float: left;
    padding: 0px 15px 30px;
}


}

@media screen and (max-width: 767px) {

.header-x {
    padding: 34px 0px 0px 15px;
    position: absolute;
    top: -7px;
    float: right !important;
    right: 0;
}

.navbar-toggle {
    margin-right: 72px !important;
}

.project-item {
    width: 100%;
    float: left;
}

.section-team-block p {
    margin: 0px 0px 15px;
    font-size: 11px;
    line-height: 18px;
}

.stats2-info {
    margin: 25px 0 !important;
}


.nav-tabs li {
    min-height: 130px;
}

.nav-tabs li a {
font-size: 11px;
}

.nav-tabs li a span {
    display: block;
}

.shop-grid li {
    width: 100%;
    float: left;
    padding: 0px 15px 30px;
}

.filter-btn {
    float: none;
    margin-top: -8px;
    margin-bottom: 40px;
    position: relative;
    top: 44px;
}
.fc-main {
    padding: 80px 0px 0px 0px;
}

.cta-dark p {
    margin: 0px 0px 20px;
}

.search-container h4 {
    margin: 0px 0px 50px;
    text-transform: uppercase;
    font-size: 24px;
}

.recent-search li a {
    border: 1px solid #000;
    padding: 2px 9px;
    color: #000;
    display: table;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 4px;
}

.recent-search li {
    padding: 0px 10px 12px;
}

.filter li {
    float: left;
    margin: 0px 10px 15px;
}

.fsidebar {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
}

#fs-content {
    width: 100%;
    float: right;
}

#fs-content.fs-content2 {
    width: 100%;
    float: left;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: relative;
}
.navbar-brand {
    margin-top: 14px;
}

.navbar-toggle {
    margin-top: 14px;
    margin-right: 0;
}

#header-main .navbar-nav > li > a {
    padding: 12px 18px;
}

.dropdown-menu {
    position: relative;
    min-width: 100%;
}

.navbar-nav {
    float: left;
    margin: 0px 0px -1px;
    width: 100%;
}

.navbar-nav {
    float: left;
    margin: 91px 0px -1px;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;

}

.slider-wrap {
	position:relative;
}

.style2 {
    padding: 0;
}

.navbar-collapse {
overflow: hidden !important;
padding: 0 !important;

}

.style2 p {
    font-size: 27px;
    font-weight: 100;
    line-height: 36px;
}

.quote-meta {
    padding-left: 0;
}

.post-meta span {
    font-size: 10px;
}

.page_nav a {
    width: 30px;
    line-height: 30px;
    margin: 0px 0px;
}

.pricing-table3 ul li {
    width: 100%;
	max-width:350px;
    margin: 0px 0 30px;
}

.container {
	width:100%;
	max-width:500px;
	margin:0 auto;
}

aside {
	margin-bottom:30px;
}

.pricing-table2 tbody tr td:nth-child(2), .pricing-table2 tbody tr td:nth-child(3), .pricing-table2 tbody tr td:nth-child(4) {
    font-size: 13px;
}

.pricing-table2 tbody tr td:first-child {
    font-size: 14px;
}

.pricing-table2 tbody tr td:first-child i {
    font-size: 20px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.container-full .folio-boxed-2col .project-item {
    width: 100% !important;
}

#portfolio-home.folio-boxed-2col .project-item {
    width: 100%;
    overflow: hidden;
}

.f-tweet small {
    float: none;
}

.tweet-info {
    margin-left: 0;
    padding-top: 8px;
    margin-bottom: 32px;
}

#errorpage .page_header h3 {
    font-size: 16px;
    letter-spacing: 2px;
}

.error-404 h2 {
    font-size: 100px;
}

.f-subscribe small {
    float: none;
}

.f-subscribe form {
    margin-left: 0;
    margin-top: 15px;
}

.page_header h3 {
    font-size: 34px;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: absolute;
    display: block;
    height: 55px;
}

.style2 p {
    padding-top: 40px;
}

.footer-bottom {
    background: #222;
    height: auto;
    position: relative;
    top: -80px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 23px 0px;
    text-align: center;
}

.f-social {
    float: none !important;
    margin: 0px auto;
}

}
