@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
body {
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: 0px;
	text-decoration: none;
}
a:hover {
	color: #ea2029;
	text-decoration: none;
}
.no-pad {
	padding: 0px;
}
.div-center {
	margin: 0px auto;
	float: none;
}
#top-menus01 {
	background: #232323;
}
#top-menus01 ul {
	margin: 0px auto;
	padding-left: 0px;
}
#top-menus01 ul li {
	display: inline-block;
	padding: 10px 10px;
}
#top-menus01 ul li a {
	color: #fff;
}
#top-menus01 ul li a:hover {
	color: #f18903;
}
#top-menus01 .fa {
	color: #f18903;
}
#top-menus01 a:hover .fa, #top-menus01 ul li:hover .fa {
	color: #fff;
}
#logo-wrper02 {
	padding: 0px 0px 10px;
	background: url(../images/hder-top-bg.png) center repeat;
	border-bottom: 3px solid #f18903;
	background-size: cover;
}
#logo-wrper02 img {
	padding: 5px 0px;
	position: relative;
	z-index: 1;
}
/*NAV BAR*/

.navbar-brand {
	position: relative;
	z-index: 2;
}
.navbar-nav.navbar-right .btn {
	position: relative;
	z-index: 2;
	padding: 4px 20px;
	margin: 10px auto;
	transition: transform 0.3s;
}
.navbar .navbar-collapse {
	position: relative;
	overflow: hidden;
	font-size: 15px;
}
.navbar .nav-collapse {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding-right: 120px;
	padding-left: 80px;
	width: 100%;
}
.navbar.navbar-default .nav-collapse {
	background-color: #f8f8f8;
}
.navbar.navbar-inverse .nav-collapse {
	background-color: #222;
}
.navbar .nav-collapse .navbar-form {
	border-width: 0;
	box-shadow: none;
}
.nav-collapse>li {
	float: right;
}
.btn.btn-circle {
	border-radius: 50px;
}
.btn.btn-outline {
	background-color: transparent;
}
.navbar-nav.navbar-right .btn:not(.collapsed) {
	background-color: rgb(111, 84, 153);
	border-color: rgb(111, 84, 153);
	color: rgb(255, 255, 255);
}
.navbar.navbar-default .nav-collapse, .navbar.navbar-inverse .nav-collapse {
	height: auto !important;
	transition: transform 0.3s;
	transform: translate(0px, -50px);
}
.navbar.navbar-default .nav-collapse.in, .navbar.navbar-inverse .nav-collapse.in {
	transform: translate(0px, 0px);
}
 @media screen and (max-width: 767px) {
.navbar .navbar-collapse .navbar-right > li:last-child {
	padding-left: 0px;
	padding-right: 15px;
}
.navbar .nav-collapse {
	margin: 7.5px auto;
	padding: 0;
}
.navbar .nav-collapse .navbar-form {
	margin: 0;
}
.nav-collapse>li {
	float: none;
}
.navbar.navbar-default .nav-collapse, .navbar.navbar-inverse .nav-collapse {
	transform: translate(-100%, 0px);
}
.navbar.navbar-default .nav-collapse.in, .navbar.navbar-inverse .nav-collapse.in {
	transform: translate(0px, 0px);
}
.navbar.navbar-default .nav-collapse.slide-down, .navbar.navbar-inverse .nav-collapse.slide-down {
	transform: translate(0px, -100%);
}
.navbar.navbar-default .nav-collapse.in.slide-down, .navbar.navbar-inverse .nav-collapse.in.slide-down {
	transform: translate(0px, 0px);
}
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin: 0px auto;
}
.navbar-right {
	padding: 22px 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f18903;
	background-color: #efefef;
}
/*----------*/
.dropdown-menu > li > a {
	text-transform: uppercase;
}
.navbar-toggle {
	margin-top: 15px;
}
 @media (min-width:768px) {
.navbar .nav > li > .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}
.navbar .nav > li > .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.navbar-right .dropdown-menu {
	left: 0;
}
.dropdown-menu {
	border-radius: 4px !important;
}
}
 @media (min-width:768px) and (max-width:991px) {
#logo-wrper02 .menu-stylish {
	padding: 0px;
}
}
@media (max-width:760px) {
#top-menus01 ul {
	padding: 0px;
}
}
 @media (max-width:340px) {
.xs-menu {
	padding: 0px;
}
}
@media (min-width:768px) and (max-width:1024px) {
.navbar-right {
	top: 10px;
	position: relative;
}
}
@media (min-width:1280px) {
.navbar-right {
	top: 15px;
	position: relative;
}
}
/*NAV BAR*/




#bdy-wrapper {
	padding: 0px 0px;
	background: url(../images/hme-abt-bg.png) repeat;
}
#bdy-wrapper h1 {
	text-transform: uppercase;
}
#bdy-wrapper h1 span {
	color: #f18903;
	font-weight: 900;
}
#bdy-wrapper p {
	padding: 15px 20px 0px 0px;
}
#banner04 {
/*background:url(../images/banner/banner-bg.jpg) center no-repeat;*/
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
#bdy-wrapper img {
	float: right;
	-webkit-box-shadow: 0px 2px 38px -18px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 38px -18px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 38px -18px rgba(0,0,0,0.75);
}
.abot-txts {
	padding: 30px 27px;
	line-height: 23px;
	
}
#center-icons {
	padding: 25px 0px;/*background:url(../images/service-bg.png) repeat-x;*/
}
#center-icons span {
	color: #f18903;
	font-weight: 900;
}
#center-icons h1 {
	text-align: center;
}
.abt-immg {
	padding: 5% 0%;
}
.mid-icons {
	text-align: center;
}
.icons1 {
	text-align: center;
	font-size: 46px;
	background: #f18903;
	color: #fff;
	padding: 30px;
	border-radius: 50%;
	border: 8px solid #ef565b;
}
/*CIRCLE ICONS*/



.circle {
	margin: 36px;
	display: inline-block;
	padding: 16px;
	text-align: center;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px solid #1d2087;
}
.circle::before, .circle::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.circle, .circle::before, .circle::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.circle {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #999;
	color: #f18903;
	line-height: 50px;
	overflow: hidden;
	margin: 30px 0px 18px auto;
}
.circle:hover {
	color: #fff;
}
.circle::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.circle:hover::after {
	background: #f18903;
	border-radius: 50%;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
.circle a {
	text-decoration: none;
	color: #1d2087;
}
.circle h2 {
	font-size: 60px;
	padding: 10px 0px;
	color: #000;
}
.circle h2 small {
	color: #1d2087;
}
.circle p {
	font-size: 24px;
	line-height: 26px;
}
.circle h2 .fa:hover {
	color: #fff;
}
.circle:hover i {
	color: #fff;
}
.hdd01 {
	margin: 0px auto;
	padding: 0px;
	color: #f18903;
}
/*CIRCLE ICONS*/



#mid-red {
	background: #f18903;
	padding: 25px 0px;
	color: #fff;
}
.mid-bttn {
	padding: 15px 46px;
	background: none;
	border: 3px solid #fff;
	margin: 6px auto;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.mid-bttn:hover {
	padding: 15px 46px;
	background: none;
	border: 3px solid #eb7373;
	margin: 6px auto;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
#mid-red h4 {
	line-height: 25px;
}
#recent-wrk {
	padding: 25px 0px;
	text-align: center;
	background: url(../images/bttm-slider-bg.png) repeat;
}
#recent-wrk span {
	font-weight: 900;
	color: #f18903;
}
#bttm-bg {
	background: #333;
	padding: 35px 0px;
}
#bttm-bg h3 {
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0px auto;
}
#our-clients {
	padding: 20px 0px;
	text-align: center;
}
#our-clients span {
	font-weight: 800;
	color: #f18903;
}
/*OUR CLIENTS*/





/* carousel */
.media-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
	left: -12px;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right {
	right: -12px !important;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
	background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
	background: #333333;
}
.media-carousel img {
	width: 250px;
	height: 100px
}
/* End carousel */




/*OUR CLIENTS*/



#footer-wrp {
	padding: 20px 0px;
	background: #333;
	color: #fff;
	text-align: center;
}
#footer-wrp ul li {
	display: inline-block;
	padding: 0px 15px;
	text-align: center;
}
#footer-wrp ul li a {
	color: #fff;
}
#footer-wrp p {
	margin: 0px auto;
}
.fa.fa-chevron-circle-right {
	right: 0;
}
.fa.fa-chevron-circle-left {
	left: 0;
}
.fa.fa-chevron-circle-right, .fa.fa-chevron-circle-left {
	margin-bottom: 1px;
	position: absolute;
	top: -30px;
	color: #f18903;
}
.col-img-responsive02 span {
	color: #fff;
}
.col-img-responsive02 {
	display: none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	height: 100%;
	position: absolute;
	width: 100%;
}
.panel-body {
	position: relative;
	padding: 0px;
}
.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	border-radius: 0;
	bottom: -15px;
	color: #fff;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
}
.btn-primary {
	background-color: #ff7700;
	border-color: #fff;
}
.panel-default {
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
	border: medium none;
	border-radius: 0;
}
.panel-heading {
	padding: 0px;
	position: relative;
}
.panel-heading img {
	width: 100%;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
/*------------- About ------------*/
#page-head {
	background: #f18903;
}
#page-head .breadcrumb {
	margin: 10px 0px;
	background-color: transparent;
}
#page-head h3 {
	color: #fff;
	font-weight: 600;
	margin-top: 15px;
}
#page-head .breadcrumb a {
	color: #000;
}
#page-head .breadcrumb a:hover {
	color: #fff;
}
#page-head .breadcrumb li {
	color: #fff;
}
@media (max-width:760px) {
#page-head .text-left, #page-head .text-right {
	text-align: center;
}
#page-head h3 {
	margin-bottom: 0px;
}
#page-head .breadcrumb {
	margin-top: 0px;
}
}
#about-content .content-area {
	padding: 55px 10px 60px;
}
#about-text h3, #about-text p {

	line-height: 25px;
}
hr.styled-bar {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	border: 0;
	height: 1px;
	margin: 30px 0px;
}
@media (max-width:760px) {
#about-text p {
	text-align: justify;
}
hr.styled-bar {
	margin: 0px;
}
.col-style {
	border-bottom: 1px dashed #ddd;
}
}
#about-column {
	padding: 25px 0px;
}
#about-column h4 {
	font-weight: 600;
}
#about-column .col-style i {
	color: #EA2127;
	padding-right: 6px;
}
#about-strip {
	background: #c55050;
	padding: 50px 15px;
	margin-bottom: 35px;
}
@media (min-width:768px) {
.strip-content {
/*border-right: 1px solid #bd3a3a;*/
}
}
.strip-content:last-child {
	border-right: 0px;
}
.strip-content h1, .strip-content p {
	text-align: center;
	/*color: #fff;*/
	font-weight: bold;
}
.strip-content span {
	font-size: 17px;/*text-transform: uppercase;*/
}
.strip-content h1 {
	font-weight: 800;
	margin-bottom: 0px;
	color: #fff !important;
}
#our-team {
	padding: 35px 0px;
}
a.twitter, a.facebook, a.skype, a.linkedin {
	width: 26px;
	height: 26px;
	margin: 3px 0 0 3px;
	text-indent: -9999px;
}
a.linkedin {
	background: url(../images/social-icons-red.png) no-repeat -84px 0;
}
a.skype {
	background: url(../images/social-icons-red.png) no-repeat -56px 0;
}
a.facebook {
	background: url(../images/social-icons-red.png) no-repeat -28px 0;
}
a.twitter {
	background: url(../images/social-icons-red.png) no-repeat 0 0;
}
a.twitter, a.facebook, a.skype, a.linkedin {
	float: right;
}
a.twitter:hover {
	background: url(../images/social-icons-red.png) no-repeat 0 -29px;
}
a.facebook:hover {
	background: url(../images/social-icons-red.png) no-repeat -28px -29px;
}
a.skype:hover {
	background: url(../images/social-icons-red.png) no-repeat -56px -29px;
}
a.linkedin:hover {
	background: url(../images/social-icons-red.png) no-repeat -84px -29px;
}
.team-section a {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
@media (max-width:760px) {
.columnz {
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.team-section img {
	margin: 0px auto;
}
}
@media (min-width:760px) and (max-width:1020px) {
.team-section {
	padding: 5px;
}
.team-section h3 {
	font-size: 19px;
	line-height: 33px;
}
}
.team-section h3 {
	border-bottom: 1px solid #404040;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
.team-section:hover h3 {
	color: #F00;
}
#about-content {
	background: url(../images/hme-abt-bg.png) repeat;
}
.white-bg {
	background: #fff;
	padding: 15px;
}
.style-head {
	text-transform: uppercase;
	text-align: center;
}
.style-head span {
	color: #f18903;
	font-weight: 900
}
/**---------------------------contact us*/


#contact-wrapper {
	padding: 35px 0px;
	line-height: 23px;
	background: url(../images/contact-pttrn.png) repeat;
}
#contact-mid-bg {
	padding: 35px 0px;
	/*background: url(../images/contact-bg.jpg) center no-repeat fixed;*/
	text-align: center;
}
.contact-txt-dv {
	background: #f6f6f6;
	padding: 25px;
}
.contact-icons-dv .fa {
	font-size: 54px;
	text-align: center;
}
.contact-icons-dv h2 {
	text-align: center;
	margin: 2px auto;
	font-weight: 600;
}
.contact-icons-dv p {
	color: #666;
}
.contact-icons-dv a {
	color: #666;
}
.contct-frm01 {
	width: 100%;
	padding: 8px 15px;
	border: 1px solid #eee;
	margin: 6px auto;
}
.frm-wrper {
	background: #f6f6f6;
	padding: 7px 23px 23px;
}
.frm-wrper h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.frm-bttn {
	width: 100%;
	padding: 7px;
	border: none;
	background: #f18903;
}
.frm-bttn:hover {
	background: #231f20;
}
#map-contanr {
	padding: 32px 0px;
	background: url(../images/contact-pttrn.png) repeat;
}
.map-02 {
	border: 7px solid #eaeaea;
}
/*--------------Service ------------*/
#service-content {
	background: url(../images/hme-abt-bg.png);
}
.one-col-service {
	background-color: #fff;
	margin-bottom: 40px;
}
.service-style {
	position: relative;
	overflow: hidden;
	/*border-radius: 6px;*/
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
@media (max-width:760px) {
.service-style {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
}
}
@media (min-width:500px) {
.service-box {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
}
.service-box img {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #f2f1ed;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.service-box:hover img {
	transform: scale(1.1);
}
.service-name {
	font-size: 20px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.service-box h3 {
	line-height: 38px;
	position: relative;
	font-weight: 600;
}
.service-name::before {
	content: '';
	height: 1px;
	width: 100%;
	background: #f2f1ed;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service-name::after {
	content: '';
	height: 4px;
	width: 80px;
	background: #f18903;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service-box p {
	text-align: justify;
	line-height: 23px;
}
/*--------------- Gallery -----*/
#gallery {
	background: url(../images/hme-abt-bg.png) repeat;
	padding: 25px 0px;
}
.img-gallery-size {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 5px 5px 0px #E1E1E1;
	border: 1px solid #fff;
}
/*.artwork-foot {
	height: 55px;
	background: #fff;
	position: absolute;
	bottom: -55px;
	width: 50%;
	-webkit-transition: width 3s; 
	transition: width 3s;
	transition-timing-function: ease-in-out;
	z-index: -5;
	visibility: hidden;
}*/
.artwork-foot {
	height: 55px;
	background: #fff;
	position: absolute;
	bottom: 55px;
	width: 75%;
	-webkit-transition: all .5s;
	transition: all .5s;
	transition-timing-function: ease-in-out;
	z-index: 1;
	/*visibility: visible;*/
	left: 16px;
	opacity: 1;
	text-transform: uppercase;
}
.artwork-foot-lbl {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 11px 0px 4px 0px;
	font-size: 13px;
	color: #2f3341;
}
.artwork-foot-cat {
	font-size: 12px;
	color: #93969f;
	font-family: 'Open Sans';
	text-align: center;
}
.g-hover:hover .artwork-foot {
	/*top: 55px;
	z-index: 99;
	visibility: hidden;*/
	width: 0%;
	opacity: 0;
	transition: all 0.5s linear;
}
.hide-strip {
	min-height: 40px;
	background: #fff;
	position: relative;
}
/*--------------  
-----------------------  animation style --------------------
              			 -------------- */
.a-one {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.a-two {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.a-three {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.a-four {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.a-five {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.a-six {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
.a-seven {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
.a-eight {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s;
}
.a-nine {
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	animation-delay: 4.5s;
}
.a-ten {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	animation-delay: 5s;
}
.a-eleven {
	-webkit-animation-delay: 5.5s;
	-moz-animation-delay: 5.5s;
	animation-delay: 5.5s;
}
.a-twelve {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
}
.a-thirteen {
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	animation-delay: 6.5s;
}
.a-forteen {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	animation-delay: 7s;
}
.a-fifteen {
	-webkit-animation-delay: 7.5s;
	-moz-animation-delay: 7.5s;
	animation-delay: 7.5s;
}
/*--------------- Careers -----*/
#career-section {
	padding: 80px 0 0px;
}
#career-section .sidebar h3 {
	font-size: 21px;
	margin-bottom: 25px;
}
#career-section .widget_categories ul li {
	position: relative;
	list-style: none;
	padding: 0 25px 0 0;
	margin-bottom: 15px;
	text-align: right;
	color: #20262e;
}
#career-section .widget_categories ul li:after {
	content: '\f047';
	position: absolute;
	font: 10px FontAwesome;
	left: auto;
	right: 0;
	top: 6px;
}
#career-section .widget_categories ul li a {
	color: #20262e;
}
#career-section .widget_categories ul li a:hover, #career-section .widget_categories ul li:hover {
	color: #f69165;
}
.apply-job {
	padding-top: 50px;
	background: #f8f8f8;
}
.apply-job h3 {
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 5px;
}
.apply-job h3 span {
	color: #f69165;
}
.apply-job-form {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
}
.apply-job-form div.wpcf7-validation-errors {
	margin-left: 15px;
}
.apply-job-form .form-control {
	height: 45px;
	box-shadow: none;
	outline: none;
	border: 1px solid #dfe5e4;
}
.apply-job-form .form-group {
	margin-left: -5px;
	margin-right: -5px;
}
.apply-job-form .form-group .col-md-12, .apply-job-form .form-group .col-md-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.apply-job-form .btn-file {
	position: relative;
	overflow: hidden;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	padding: 13px 20px;
	font-size: 13px;
}
.apply-job-form .btn-file input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: inherit;
	display: block;
}
.apply-job-form input[readonly] {
	background-color: white !important;
	cursor: text !important;
}
.apply-job-form .btn-file br {
	display: none;
}
.apply-job-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #fff url(../images/select.png) right center no-repeat;
}
.apply-job-form .btn-default {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}
.apply-job-form input[type=file] {
	border: 0;
	background: none;
}
.apply-job-form {
	margin-bottom: 100px;
}
.apply-job .row {
	position: relative;
}
.apply-img-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
}
.apply-img {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.apply-img img {
	display: inline-block;
}
/*.ap-form-sec {
	float: right;
}*/
.apply-job .btn-default {
	-webkit-transition: all 0.27s ease-out;
	-moz-transition: all 0.27s ease-out;
	transition: all 0.27s ease-out;
	padding: 13px 28px;
	color: #fff;
	background: #f18903;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: none;
}
#career-text-area {
	padding: 40px 0px 0px;
	background: url(../images/hme-abt-bg.png) repeat;
}
#career-text-area p {
	text-align: center;
	line-height: 23px;
}
.apply-job .btn-primary {
	position: relative;
	bottom: 0px !important;
	background: #f18903;
	border: none;
	box-shadow: none;
	border-radius: 4px;
}
@media (max-width:992px) {
.apply-job-form .form-control {
	margin-bottom: 20px;
}
.apply-job .btn-primary {
	bottom: 10px !important;
	position: relative;
}
}
.pagination>li>a, .pagination>li>span {
	border-radius: 50% !important;
	margin: 0 5px;
}
.fancybox-title {
	text-transform: uppercase;
	font-weight: bold !important;
	padding: 5px 0px;
}
.contact-txt-dv img {
	margin: 69px auto;
	opacity: .6;
}
.orange-strip {
	background: #f18903;
	padding: 20px 25px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.orange-strip p {
	margin: 0px;
}
