@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('../fonts/proxima_nova-webfont.eot');
	src: url('../fonts/proxima_nova-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proxima_nova-webfont.woff2') format('woff2'),
	url('../fonts/proxima_nova-webfont.woff') format('woff'),
	url('../fonts/proxima_nova-webfont.ttf') format('truetype'),
	url('../fonts/proxima_nova-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_rgbold';
	src: url('../fonts/proximanova-bold_4-webfont.eot');
	src: url('../fonts/proximanova-bold_4-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova-bold_4-webfont.woff2') format('woff2'),
	url('../fonts/proximanova-bold_4-webfont.woff') format('woff'),
	url('../fonts/proximanova-bold_4-webfont.ttf') format('truetype'),
	url('../fonts/proximanova-bold_4-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_novasemibold';
	src: url('../fonts/proximanova-semibold_4-webfont.eot');
	src: url('../fonts/proximanova-semibold_4-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova-semibold_4-webfont.woff2') format('woff2'),
	url('../fonts/proximanova-semibold_4-webfont.woff') format('woff'),
	url('../fonts/proximanova-semibold_4-webfont.ttf') format('truetype'),
	url('../fonts/proximanova-semibold_4-webfont.svg#proxima_novasemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_novablack';
	src: url('../fonts/proxima_nova_black-webfont.eot');
	src: url('../fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'),
	url('../fonts/proxima_nova_black-webfont.woff') format('woff'),
	url('../fonts/proxima_nova_black-webfont.ttf') format('truetype'),
	url('../fonts/proxima_nova_black-webfont.svg#proxima_novablack') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
	background: #fff none repeat scroll 0 0;
	color: #4e4e4e;
	font-family: "proxima_nova_rgregular", sans-serif;
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	color: #4e4e4e;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-weight: 600;
}

h1 {
	color: #fff;
	font-size: 36px;
}

h2 {
	font-size: 20px;
}

h3 {
	color: #787878;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

h4 {
	font-size: 16px;
}

a {
	color: #c52d2f;
	transition: color 300ms ease 0s, background-color 300ms ease 0s;
}

a:hover, a:focus {
	color: #d43133;
}

hr {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e5e5e5;
}

.btn-primary {
	background: #c52d2f none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	margin-top: 10px;
	padding: 8px 20px;
}

.btn-primary:hover, .btn-primary:focus {
	background: #c52d2f none repeat scroll 0 0;
	box-shadow: none;
	outline: medium none;
}

.btn-transparent {
	background: transparent none repeat scroll 0 0;
	border: 3px solid #fff;
	color: #fff;
}

.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

a:hover, a:focus {
	color: #111;
	outline: medium none;
	text-decoration: none;
}

.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}

.center h2 {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 0;
}

.media > .pull-left {
	margin-right: 20px;
}

.media > .pull-right {
	margin-left: 20px;
}

body > section {
	padding: 70px 0;
}

.center {
	padding-bottom: 55px;
	text-align: center;
}

.scaleIn {
	animation-name: scaleIn;
}

.lead {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

#header .search {
	display: inline-block;
}

.navbar > .container .navbar-brand {
	margin-left: 0;
	margin-top: 0;
}

.top-bar {
	background: #191919 none repeat scroll 0 0;
	border-bottom: 1px solid #222;
	line-height: 28px;
	padding: 10px 0;
}

.top-number {
	color: #fff;
}

.top-number p {
	margin: 0;
}

.social {
	text-align: right;
}

.social-share {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul.social-share li {
	display: inline-block;
}

ul.social-share li a {
	background: #404040 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}

ul.social-share li a:hover {
	background: #c52d2f none repeat scroll 0 0;
	color: #fff;
}

.search i {
	color: #fff;
}

input.search-form {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	padding: 0 10px;
	transition: all 400ms ease 0s;
	width: 60px;
}

input.search-form:hover {
	width: 180px;
}

.navbar-brand {
	margin: 0;
	padding: 0;
}

.navbar {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 15px 0;
}

.navbar-nav {
	margin-top: 0;
}

.navbar-nav > li {
	margin-left: 0;
	padding-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
	border-radius: 0;
	color: #4d5152;
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	font-family: 'proxima_novasemibold', sans-serif;
	padding: 0;
	margin: 0 12px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent !important;
	transition: 300ms;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #4d5152 !important;
	border-color: #f6971e !important;
}

.navbar-inverse .navbar-nav > li > a.active {
    border-color: #f6971e !important;
}

.navbar-inverse .navbar-nav > li:last-child a {
	color: #f6971e;
}

.navbar-inverse {
	border: medium none;
}

.navbar-inverse .navbar-brand {
	color: #fff;
	font-size: 36px;
	line-height: 50px;
}

.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.85);
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	left: 0;
	margin-top: 0;
	padding: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu::before {
	position: absolute;
	top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	color: #fff;
	padding: 8px 15px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	color: #fff !important;
	background-color: #f18b13 !important;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0 none;
	padding-bottom: 0;
}

#main-slider {
	position: relative;
}

.no-margin {
	margin: 0;
	padding: 0;
}

#main-slider .carousel .carousel-content {
	margin-top: 140px;
}

#main-slider .carousel .slide-margin {
	margin-top: 0px;
}

#main-slider .carousel h2 {
	color: #fff;
}

#main-slider .carousel .btn-slide {
	background: #38393e none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	padding: 15px 20px;
	font-size: 15px;
	font-family: 'proxima_novasemibold', sans-serif;
	text-transform: uppercase;
	transition: 300ms;
}

#main-slider .carousel .btn-slide:hover {
	opacity: 0.8 !important;
}

#main-slider .carousel .slider-img {
	text-align: right;
	height: 100%;
}

#main-slider .carousel .item {
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block !important;
	height: 550px;
	left: 0 !important;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	width: 100%;
}

#main-slider .item > div, #main-slider .item > div > div, #main-slider .item > div > div > div {
	height: 100%;
}

.vertical-align-item {
	display: table !important;
}

.vertical-align-item > span {
	display: table-cell;
	vertical-align: middle;
}

.project .sky-carousel {
	top: -40px;
}

#main-slider .carousel .item:first-child {
	position: relative;
	top: auto;
}

#main-slider .carousel .item.active {
	z-index: 1;
	-webkit-animation: slideAnimation ease 1s;
	-o-animation:slideAnimation ease 1s;
	animation:slideAnimation ease 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes slideAnimation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#main-slider .prev, #main-slider .next {
	background-color: #c52d2f;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	z-index: 5;
}

#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}

#main-slider .prev {
	left: 10px;
}

#main-slider .next {
	right: 10px;
}

#main-slider .carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 0 15px 0 0;
	position: relative;
	background: #fff;
	border: 0;
}

/*
#main-slider .carousel-indicators li::after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	height: 20px;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 20px;
}
*/

#main-slider .carousel-indicators .active {
	background-color: #f6971e;
}

/*
#main-slider .carousel-indicators .active::after {
	background: #f18b13 none repeat scroll 0 0;
	border: 1px solid #f18b13;
	border-radius: 100%;
	content: "";
	height: 24px;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 24px;
}
*/

#main-slider .active .animation.animated-item-1 {
	animation: 300ms linear 300ms normal both 1 running fadeInUp;
}

#main-slider .active .animation.animated-item-2 {
	animation: 300ms linear 600ms normal both 1 running fadeInUp;
}

#main-slider .active .animation.animated-item-3 {
	animation: 300ms linear 900ms normal both 1 running fadeInUp;
}

#main-slider .active .animation.animated-item-4 {
	animation: 300ms linear 1200ms normal both 1 running fadeInUp;
}

#main-slider .sc-preloader, 
#main-slider .sc-content-wrapper,  
#main-slider .sc-overlay,  
#main-slider .sc-nav-button {
	display: none;
}

#feature {
	background: #f2f2f2 none repeat scroll 0 0;
	padding-bottom: 40px;
}

.features {
	padding: 0;
}

.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
}

.feature-wrap h2 {
	margin-top: 10px;
}

.feature-wrap .pull-left {
	margin-right: 25px;
}

.feature-wrap i {
	background: #ffffff none repeat scroll 0 0;
	border: 3px solid #ffffff;
	border-radius: 100%;
	box-shadow: 0 0 0 5px #f2f2f2 inset;
	color: #c52d2f;
	float: left;
	font-size: 48px;
	height: 110px;
	line-height: 110px;
	margin: 3px 25px 3px 3px;
	text-align: center;
	transition: all 500ms ease 0s;
	width: 110px;
}

.feature-wrap i:hover {
	background: #c52d2f none repeat scroll 0 0;
	border: 3px solid #c52d2f;
	box-shadow: 0 0 0 5px #c52d2f inset;
	color: #fff;
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
	padding: 0;
}

#recent-works .col-xs-6 .col-sm-4 .col-md-3 {
	padding: 0;
}

#recent-works .col-xs-12 .col-sm-4 .col-md-6 .col-sm-6 .col-sm-3 {
	padding: 0 !important;
}

#recent-works {
	background-color: #ececec;
	padding: 40px 0px;
}

.nty_ny .col-xs-12 {
	padding: 0px;
}

.nty_ny .col-sm-4 {
	padding: 0px;
}

.nty_ny .col-md-6 {
	padding: 0px;
}

.nty_ny .col-sm-6 {
	padding: 0px;
}

.nty_ny .col-sm-3 {
	padding: 0px;
}

.recent-work-wrap {
	position: relative;
	overflow: hidden;
}

.recent-work-wrap img {
	margin: 0 auto;
}

.recent-work-wrap .recent-work-inner {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	margin-bottom: 0;
	opacity: 0.8;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
}

.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner a {
	display: table-cell;
	vertical-align: middle;
}

.recent-work-wrap > a {
	display: table-cell;
	vertical-align: middle;
}

.recent-work-wrap .recent-work-inner h3 a {
	color: #fff;
	font-size: 24px;

}

.recent-work-wrap .overlay {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: opacity 500ms ease 0s;
	width: 100%;
	height: 187px;
}

.recent-work-wrap .show-fix {
	opacity: 1 !important;
	background: transparent !important;
}

.recent-work-wrap .overlay .preview {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	bottom: 0;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.recent-work-wrap:hover .overlay {
	opacity: 1;
}

#humz_wrp {
	background-color: #fff;
	padding: 40px 0px 10px 0px;
}

#humz_wrp_cont {
	background-color: #ececec;
	padding: 30px 0px 30px 0px;
}

#services {
	background: #fff;
	padding: 60px 0px 40px;
}
#Product {
	background: #fff;
	padding: 40px 0px;
}

#services2 {
	background: #fff;
	padding: 40px 0px;
}

#services .lead, #services h2 {
	color: #fff;
}

.services-wrap {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	margin: 0 0 40px;
	padding: 40px 30px;
}

.services-wrap h3 {
	font-size: 20px;
	margin: 10px 0;
}

.services-wrap .pull-left {
	margin-right: 20px;
}

#middle {
	background: #f2f2f2 none repeat scroll 0 0;
}

.skill h2 {
	margin-bottom: 25px;
}

.progress-wrap {
	position: relative;
}

.progress .color1, .progress .color1 .bar-width {
	background: #2d7da4 none repeat scroll 0 0;
}

.progress .color2, .progress .color2 .bar-width {
	background: #6aa42f none repeat scroll 0 0;
}

.progress .color3, .progress .color3 .bar-width {
	background: #ffcc33 none repeat scroll 0 0;
}

.progress .color4, .progress .color4 .bar-width {
	background: #db3615 none repeat scroll 0 0;
}

.progress, .progress-bar {
	background: #e6e6e6 none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 15px;
	line-height: 15px;
	overflow: visible;
	text-align: right;
}

.progress {
	position: relative;
}

.progress .bar-width {
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin-left: -30px;
	position: absolute;
	text-align: center;
	top: -30px;
	width: 40px;
}

.progress span {
	position: relative;
}

.progress span::before {
	border-style: solid;
	border-width: 8px 5px;
	bottom: -15px;
	content: " ";
	height: auto;
	position: absolute;
	right: 8px;
	width: auto;
}

.progress .color1 span::before {
	border-color: #2d7da4 transparent transparent;
}

.progress .color2 span::before {
	border-color: #6aa42f transparent transparent;
}

.progress .color3 span::before {
	border-color: #ffcc33 transparent transparent;
}

.progress .color4 span::before {
	border-color: #db3615 transparent transparent;
}

.accordion h2 {
	margin-bottom: 25px;
}

.panel-default {
	border-color: transparent;
}

.panel-default > .panel-heading, .panel {
	background-color: #e6e6e6;
	border: 0 none;
	box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	background: #fff none repeat scroll 0 0;
	color: #858586;
}

.panel-body {
	padding: 20px 20px 10px;
}

.panel-group .panel + .panel {
	border-top: 1px solid #d9d9d9;
	margin-top: 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-heading {
	border-radius: 0;
}

.panel-title > a {
	color: #4e4e4e;
}

.accordion-inner img {
	border-radius: 4px;
}

.accordion-inner h4 {
	margin-top: 0;
}

.panel-heading.active {
	background: #1f1f20 none repeat scroll 0 0;
}

.panel-heading.active .panel-title > a {
	color: #fff;
}

a.accordion-toggle i {
	background: #c9c9c9 none repeat scroll 0 0;
	font-size: 20px;
	line-height: 44px;
	margin-right: -15px;
	margin-top: -10px;
	text-align: center;
	width: 45px;
}

.panel-heading.active a.accordion-toggle i {
	background: #c52d2f none repeat scroll 0 0;
	color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
	background: #c52d2f none repeat scroll 0 0;
	color: #fff;
}

.nav-tabs > li {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0;
}

.nav-tabs {
	border-bottom: medium none transparent;
	border-right: 1px solid #e6e6e6;
}

.nav-tabs > li > a {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #666;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
}

.nav-tabs li:last-child {
	border-bottom: 0 none;
}

.nav-stacked > li + li {
	margin-top: 0;
}

.nav-tabs > li > a:hover {
	background: #1f1f20 none repeat scroll 0 0;
	color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #1f1f20 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	position: relative;
}

.nav-tabs > li.active > a::after {
	border-color: transparent transparent transparent #1f1f20;
	border-style: solid;
	border-width: 25px 22px;
	content: "";
	height: auto;
	position: absolute;
	right: -44px;
	top: 0;
	width: auto;
}

.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.tab-content {
	padding: 20px;
}

.tab-content h2 {
	margin-top: 0;
}

.tab-content img {
	border-radius: 4px;
}

.testimonial h2 {
	margin-top: 0;
}

.testimonial-inner {
	color: #858586;
	font-size: 14px;
}

.testimonial-inner .pull-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 15px;
	position: relative;
}

.testimonial-inner .pull-left::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #e7e7e7 #e7e7e7 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid solid none none;
	border-width: 1px 1px 0 0;
	content: "";
	height: 9px;
	margin-top: -5px;
	position: absolute;
	right: -5px;
	top: 50%;
	width: 9px;
}

#partner {
	background: rgba(0, 0, 0, 0) url("../images/partners/partner_bg.png") no-repeat scroll 50% 50% / cover;
}

#partner {
	color: #fff;
	text-align: center;
}

#partner h2, #partner h3 {
	color: #fff;
}

.partners ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.partners ul li {
	display: inline-block;
	float: left;
	width: 20%;
}

#conatcat-info {
	background: #fff url("../images/contact.png") no-repeat scroll 90% 0;
	padding: 30px 0;
}

.contact-info i {
	background: #000 none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	font-size: 40px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
}

.contact-info h2 {
	color: #000;
	margin-top: 0;
}

.contact-info {
	color: #000;
}

.about-us {
	margin-bottom: -110px;
	margin-top: 110px;
}

.about-us h2, .skill_text h2 {
	color: #4e4e4e;
	font-size: 30px;
	font-weight: 600;
}

.about-us p {
	color: #4e4e4e;
}

#carousel-slider {
	position: relative;
}

#carousel-slider .carousel-indicators {
	bottom: -25px;
}

#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border: 1px solid #777;
	border-radius: 50%;
	color: #777;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
}

#carousel-slider a i:hover {
	background: #bfbfbf none repeat scroll 0 0;
	border: 1px solid #bfbfbf;
	color: #fff;
}

#carousel-slider .carousel-control {
	width: inherit;
}

#carousel-slider .carousel-control.left i {
	left: -25px;
}

#carousel-slider .carousel-control.right i {
	right: -25px;
}

#carousel-slider .carousel-control.left, #carousel-slider .carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.skill_text {
	display: block;
	margin-bottom: 60px;
	margin-top: 25px;
	overflow: hidden;
}

.sinlge-skill {
	background: #f2f2f2 none repeat scroll 0 0;
	border-radius: 100%;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	height: 200px;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 200px;
}

.sinlge-skill p em {
	color: #ffffff;
	font-size: 38px;
}

.sinlge-skill p {
	line-height: 1;
}

.joomla-skill, .html-skill, .css-skill, .wp-skill {
	border-radius: 100%;
	bottom: 0;
	height: 100%;
	padding: 70px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.joomla-skill {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%) repeat scroll 0 0;
}

.html-skill {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%) repeat scroll 0 0;
}

.css-skill {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%) repeat scroll 0 0;
}

.wp-skill {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%) repeat scroll 0 0;
}

.skill-wrap {
	display: block;
	margin: 60px 0;
	overflow: hidden;
}

.team h4 {
	margin-top: 0;
	text-transform: uppercase;
}

.team h5 {
	font-weight: 300;
}

.single-profile-top, .single-profile-bottom {
	font-weight: 400;
	line-height: 24px;
}

.single-profile-top, .single-profile-bottom {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
}

.media_image {
	margin-bottom: 10px;
}

.team .btn {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
}

ul.social_icons, ul.tag {
	display: block;
	list-style: outside none none;
	margin: 10px 0;
	padding: 0;
}

ul.social_icons li, ul.tag li {
	display: inline-block;
	margin-right: 5px;
}

ul.social_icons li a i {
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	opacity: 0.8;
	padding: 0;
	text-align: center;
	width: 25px;
}

.team .social_icons .fa-facebook:hover, .team .social_icons .fa-twitter:hover, .team .social_icons .fa-google-plus:hover {
	opacity: 1;
	transform: rotate(360deg);
	transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
	background: #0182c4 none repeat scroll 0 0;
}

.team .social_icons .fa-twitter {
	background: #20b8ff none repeat scroll 0 0;
}

.team .social_icons .fa-google-plus {
	background: #d34836 none repeat scroll 0 0;
}

.team-bar .first-one-arrow {
	float: left;
	margin-right: 30px;
	width: 2%;
}

.team-bar .first-arrow {
	float: left;
	margin-left: 5px;
	margin-right: 35px;
	width: 22%;
}

.team-bar .second-arrow {
	float: left;
	margin-left: 5px;
	width: 21%;
}

.team-bar .third-arrow {
	float: left;
	margin-left: 40px;
	margin-right: 12px;
	width: 22%;
}

.team-bar .fourth-arrow {
	float: left;
	margin-left: 25px;
	width: 20%;
}

.team-bar .first-one-arrow hr {
	border-bottom: 1px solid #2d7da4;
	border-top: 1px solid #2d7da4;
}

.team-bar .first-arrow hr {
	border-bottom: 1px solid #2d7da4;
	border-top: 1px solid #2d7da4;
}

.team-bar .second-arrow hr {
	border-bottom: 1px solid #6aa42f;
	border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
	border-bottom: 1px solid #ffbd20;
	border-top: 1px solid #ffbd20;
}

.team-bar .fourth-arrow hr {
	border-bottom: 1px solid #db3615;
	border-top: 1px solid #db3615;
}

.team-bar {
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
}

.team-bar i {
	border-radius: 50%;
	color: #ffffff;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: -32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 24px;
}

.team-bar .first-arrow .fa-angle-up {
	background: #2d7da4 none repeat scroll 0 0;
	margin-left: -33px;
}

.team-bar .second-arrow .fa-angle-down {
	background: #6aa42f none repeat scroll 0 0;
	margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
	background: #ffbd20 none repeat scroll 0 0;
	margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
	background: #db3615 none repeat scroll 0 0;
	margin-left: -32px;
}

.team .single-profile-top::before, .team .single-profile-top::after {
	border-style: solid;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}

.team .single-profile-top::before {
	border-color: #fff transparent transparent;
	border-width: 10px;
	bottom: -20px;
	left: 26px;
	z-index: 1;
}

.team .single-profile-top::after {
	border-color: #ddd transparent transparent;
	border-style: solid;
	border-width: 11px;
	bottom: -22px;
	left: 25px;
	z-index: 0;
}

.team .single-profile-bottom::before, .team .single-profile-bottom::after {
	border-style: solid;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}

.team .single-profile-bottom::before {
	border-color: transparent transparent #fff;
	border-width: 10px;
	left: 30px;
	top: -20px;
	z-index: 1;
}

.team .single-profile-bottom::after {
	border-color: transparent transparent #ddd;
	border-style: solid;
	border-width: 11px;
	left: 29px;
	top: -22px;
	z-index: 0;
}

.services {
	padding: 0;
}

.get-started {
	background: #f3f3f3 none repeat scroll 0 0;
	border-radius: 3px;
	margin-bottom: 18px;
	margin-top: 60px;
	padding-bottom: 30px;
	position: relative;
}

.get-started h2 {
	margin-bottom: 20px;
	padding-top: 30px;
}

.request {
	bottom: -15px;
	left: 50%;
	margin-left: -110px;
	position: absolute;
}

.request h4 {
	position: relative;
	width: 220px;
}

.request h4 a {
	background: #c52d2f none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px;
}

.request h4::after {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	position: absolute;
	right: 13px;
	z-index: -99999;
}

.request h4::before {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	left: 13px;
	position: absolute;
	z-index: -99999;
}

.clients-area {
	padding: 60px;
}

.clients-comments {
	background-image: url("../images/image_bg.png");
	background-position: center 118px;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.clients-comments img {
	background: #dddddd none repeat scroll 0 0;
	border: 1px solid #dddddd;
	height: 182px;
	padding: 3px;
	transition: all 0.9s ease 0s;
	width: 182px;
}

.clients-comments h3 {
	font-weight: 300;
	margin-top: 55px;
	padding: 0 40px;
}

.clients-comments h4 {
	font-weight: 300;
	margin-top: 15px;
}

.clients-comments h4 span {
	font-style: oblique;
	font-weight: 700;
}

.footer {
	background: #2e2e2e none repeat scroll 0 0;
	border-top: 5px solid #c52d2f;
	height: 84px;
	margin-top: 110px;
}

.footer_left {
	padding: 10px;
}

.text-left {
	color: #ffffff;
	font-size: 12px;
	margin-top: 15px;
}

#portfolio {
	padding: 30px 0px;
}

#portfolio_page {
	margin-top: 115px;
	padding-bottom: 0;
}

.portfolio-items, .portfolio-filter {
	list-style: outside none none;
	margin: 0 0 40px;
	padding: 0;
}

.portfolio-filter > li {
	display: inline-block;
}

.portfolio-filter > li a {
	background: #fff none repeat scroll 0 0;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	outline: medium none;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	margin-bottom: 15px;
	font-weight: bold;
}

.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #f18b13;
	box-shadow: none;
}

.portfolio-items > li {
	box-sizing: border-box;
	float: left;
	padding: 0;
}

.portfolio-item {
	margin: 0;
	padding: 0;
	height: 145px;
}

.portfolio-item .recent-work-wrap {
	display: table;
	width: 100%;
	height: 145px;
	opacity: 0;
}

.portfolio-item .recent-work-wrap img {
	width: 180px;
	height: 100px;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	transition-duration: 0.8s;
}

.isotope {
	transition-property: height, width;
}

.isotope .isotope-item {
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	transition-duration: 0s;
}

.isotope.infinite-scrolling {
	transition: none 0s ease 0s;
}

.pricing_heading {
	margin-top: 120px;
}

.pricing_heading h2, .pricing_heading p {
	color: #4e4e4e;
}

.pricing-area h1 {
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 0;
}

.pricing-area span {
	font-size: 18px;
	font-weight: 700;
}

.pricing-area h3, .pricing-area span {
	color: #fff;
}

.plan {
	margin-bottom: 70px;
	position: relative;
}

.pricing-area ul {
	background: #fafafa none repeat scroll 0 0;
	margin: 0;
	padding: 0;
}

.pricing-area ul li {
	font-size: 16px;
	font-weight: 400;
	list-style: outside none none;
	padding: 15px 0;
}

.pricing-area ul li:nth-child(2n) {
	background: #f5f5f5 none repeat scroll 0 0;
}

.pricing-area .price-three img, .pricing-area .price-six img {
	position: absolute;
	right: 15px;
	top: 0;
}

.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three {
	border-radius: 2px 2px 0 0;
	padding: 17px 0;
}

.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three, .pricing-area .heading-four, .pricing-area .heading-five, .pricing-area .heading-six, .pricing-area .heading-seven {
	margin-left: -10px;
}

.pricing-area .heading-one, .pricing-area .price-one .plan-action .btn-primary {
	background: #e24f43 none repeat scroll 0 0;
}

.pricing-area .heading-two, .pricing-area .price-two .plan-action .btn-primary {
	background: #27ae60 none repeat scroll 0 0;
}

.pricing-area .heading-three, .pricing-area .price-three .plan-action .btn-primary {
	background: #f39c12 none repeat scroll 0 0;
}

.pricing-area .heading-four, .pricing-area .price-four .plan-action .btn-primary {
	background: #5c5c5c none repeat scroll 0 0;
}

.pricing-area .heading-five, .pricing-area .price-five .plan-action .btn-primary {
	background: #5c5c5c none repeat scroll 0 0;
}

.pricing-area .heading-six, .pricing-area .price-six .plan-action .btn-primary {
	background: #e24f43 none repeat scroll 0 0;
}

.pricing-area .heading-seven, .pricing-area .price-seven .plan-action .btn-primary {
	background: #5c5c5c none repeat scroll 0 0;
}

.pricing-area .bg {
	background: #fafafa none repeat scroll 0 0;
}

.pricing-area .heading-one h3::before {
	border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3::before {
	border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3::before {
	border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3::before {
	border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3::before {
	border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3::before {
	border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3::before {
	border-color: #424242 transparent transparent;
}

.pricing-area h3::before {
	border-color: #d4880f transparent transparent;
	border-radius: 5px 0 0;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 4px;
	position: absolute;
	top: 78px;
	width: 0;
	z-index: -999;
}

.small-pricing h3::after {
	height: 94px;
}

.small-pricing h3::before {
	top: 74px;
}

.plan-action {
	height: 40px;
}

.pricing-area .plan-action .btn-primary {
	color: #fff;
	margin-top: 5px;
	padding: 5px 20px;
	position: relative;
}

.pricing-area .plan-action .btn-primary::before {
	border-color: #e24f43 transparent transparent;
	border-radius: 5px 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	width: 0;
	z-index: -1;
}

.pricing-area .plan-action .btn-primary::after {
	border-color: #e24f43 transparent transparent;
	border-radius: 5px 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	position: absolute;
	right: -9px;
	width: 0;
	z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary::before, .pricing-area .price-two .plan-action .btn-primary::after {
	border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary::before, .pricing-area .price-three .plan-action .btn-primary::after {
	border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary::before, .pricing-area .price-four .plan-action .btn-primary::after, .pricing-area .price-five .plan-action .btn-primary::before, .pricing-area .price-five .plan-action .btn-primary::after, .pricing-area .price-seven .plan-action .btn-primary::before, .pricing-area .price-seven .plan-action .btn-primary::after {
	border-color: #424242 transparent transparent;
	right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary::before, .pricing-area .price-six .plan-action .btn-primary::after {
	border-color: #bf4539 transparent transparent;
	right: -9px;
}

.gmap-area {
	background-image: url("../images/map.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}

.gmap-area .gmap iframe {
	border-radius: 50%;
	height: 280px;
	width: 300px;
}

.gmap {
	border: 10px solid #f6f5f0;
	border-radius: 50%;
	box-shadow: 0 0 3px 3px #e7e4dc;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 300px;
}

.gmap-area .map-content ul {
	list-style: outside none none;
}

.gmap-area .map-content address h5 {
	font-weight: 700;
}

#contact-page {
	padding-top: 0;
}

#contact-page .contact-form .form-group label {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 300;
}

.form-group .form-control {
	border-color: #f2f2f2;
	box-shadow: none;
	padding: 7px 12px;
}

textarea#message {
	padding: 10px;
	resize: none;
}

#contact-page .contact-wrap {
	margin-top: 20px;
}

.widget {
	margin-bottom: 60px;
	padding-left: 0;
}

.single_comments {
	margin-bottom: 20px;
}

.single_comments img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.single_comments p {
	margin-bottom: 0;
}

.widget .entry-meta span {
	display: inline-block;
	margin-right: 10px;
}

.widget h3 {
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.blog_category {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.blog_category li {
	float: none;
	margin-bottom: 20px;
}

.blog_category li a {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 4px;
	color: #888;
	display: inline-block;
	padding: 5px 15px;
}

.blog_category li a:hover {
	background: #c52d2f none repeat scroll 0 0;
	color: #fff;
}

.badge::before {
	border-color: transparent transparent transparent #c52d2f;
	border-style: solid;
	border-width: 10px;
	bottom: -8px;
	content: "";
	height: 0;
	left: 5px;
	position: absolute;
	z-index: -99999;
}

.badge {
	background-color: #c52d2f;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	left: 60px;
	padding: 8px;
	position: relative;
	top: -18px;
}

.blog_archieve {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.blog_archieve li {
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 0;
}

.blog_archieve li:first-child {
	padding-top: 0;
}

ul.gallery {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul.gallery li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	padding: 0;
	width: 60px;
}

ul.faq {
	list-style: outside none none;
	margin: 0;
}

ul.faq li {
	margin-top: 30px;
}

ul.faq li:first-child {
	margin-top: 0;
}

ul.faq li span.number {
	background: #34495e none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

ul.faq li > div {
	margin-left: 70px;
}

ul.faq li > div h3 {
	margin-top: 0;
}

.embed-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.blog-item {
	border-radius: 0;
	margin-bottom: 50px;
	overflow: hidden;
}

.blog .blog-item .img-blog {
	border-radius: 5px;
	margin-bottom: 45px;
}

.blog .blog-item .blog-content {
	padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
	font-size: 30px;
	margin-top: 0;
}

.readmore {
	margin-top: 0;
}

.blog .blog-item .blog-content h3 {
	color: #858586;
	margin-bottom: 40px;
}

.blog .blog-item .blog-content h4 {
	font-size: 14px;
}

.post-tags {
}

.blog .blog-item .entry-meta {
	border-radius: 5px;
	overflow: hidden;
}

.blog .blog-item .entry-meta > span {
	background: #f5f5f5 none repeat scroll 0 0;
	border-top: 1px solid #fff;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}

#publish_date {
	background: #c52d2f none repeat scroll 0 0;
	border-bottom: 5px solid #4e4e4e;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}

.blog .blog-item .entry-meta > span {
	color: #ccc;
}

.blog .blog-item .entry-meta > span a {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	margin-left: 3px;
}

ul.pagination > li > a {
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	font-size: 16px;
	margin-right: 5px;
	padding: 5px 14px;
}

ul.pagination > li > a i {
	margin-left: 5px;
	margin-right: 5px;
}

ul.pagination > li.active > a, ul.pagination > li:hover > a {
	background-color: #c52d2f !important;
	border-color: #c52d2f !important;
	color: #fff;
}

.search_box {
	background-image: url("../images/search_icon.png");
	background-position: 314px 15px;
	background-repeat: no-repeat;
	border-color: #dedede;
	box-shadow: none;
	height: 48px;
	outline: medium none;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
}

ul.tag-cloud, ul.sidebar-gallery {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.tag-cloud li {
	display: inline-block;
	margin-bottom: 3px;
}

.tag-cloud li a {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 4px;
	color: #888;
	padding: 8px 15px;
}

.tag-cloud li a:hover {
	background: #c52d2f none repeat scroll 0 0;
	color: #fff;
}

.sidebar-gallery li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
	border-radius: 4px;
	display: inline-block;
}

.reply_section {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 5px;
}

.post_reply {
	margin-left: 10px;
	margin-top: 45px;
}

.post_reply img {
	border: 5px solid #d5d8dd;
	height: 85px;
	width: 85px;
}

.post_reply ul {
	list-style: outside none none;
	margin: 5px 0 0;
	padding: 0;
}

.post_reply ul li {
	float: left;
}

.post_reply ul li a {
	display: block;
}

.post_reply ul li a i {
	border: 1px solid #dddddd;
	border-radius: 39px;
	color: #ffffff;
	font-size: 20px;
	height: 30px;
	margin-right: 3px;
	padding-top: 7px;
	text-align: center;
	width: 30px;
}

.post_reply ul li a i.fa-facebook {
	background: #0182c4 none repeat scroll 0 0;
}

.post_reply ul li a i.fa-twitter {
	background: #3fc1fe none repeat scroll 0 0;
}

.post_reply ul li a i.fa-google-plus {
	background: #d34836 none repeat scroll 0 0;
}

.post_reply ul li a i:hover {
	opacity: 0.5;
}

.post_reply_content {
	margin: 30px;
}

.post_reply_content h1 a:hover {
	color: #ffc800;
}

.post_reply_content h4 {
	margin-bottom: 50px;
}

.reply_section .media-body {
	display: inherit;
}

.comment_section .media-body {
	display: inherit;
}

#comments_title {
	color: #4e4e4e;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 60px;
}

.comment_section {
	margin-top: 30px;
	position: relative;
}

.post_comments img {
	height: 85px;
	margin-top: 35px;
	width: 85px;
}

.post_reply_comments {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 4px;
	padding: 30px;
}

.post_reply_comments::before {
	border-color: transparent #f0f0f0 transparent transparent;
	border-style: solid;
	border-width: 15px;
	content: " ";
	height: 0;
	left: 75px;
	position: absolute;
	top: 20px;
}

.post_reply_comments h3, .post_reply_content h3 {
	margin-top: 0;
}

.post_reply_comments h1 a:hover {
	color: #c52d2f;
}

.post_reply_comments h4 {
	color: #c4c4c5;
	font-weight: 400;
}

.post_reply_comments p {
	padding-bottom: 30px;
}

.post_reply_comments a {
	background: #c52d2f none repeat scroll 0 0;
	border-radius: 5px;
	bottom: 15px;
	color: #fff;
	padding: 8px 20px;
	position: absolute;
	right: 30px;
}

.post_reply_comments a::before {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 16px;
	bottom: -11px;
	content: "";
	height: 0;
	left: -12px;
	position: absolute;
	z-index: 99999;
}

.post_reply_comments h2 a {
}

.message_heading {
	margin-bottom: 50px;
	margin-top: 60px;
}

#error .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success:hover {
	background-color: #ebebeb;
	border-color: #ebebeb;
	color: #4e4e4e;
}

#error h1 {
	color: #4e4e4e;
	text-transform: uppercase;
}

.shortcode-item {
	padding-bottom: 0;
}

.shortcode-item h2 {
	color: #4e4e4e;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;
	margin-top: 0;
}

#bottom {
	background: #f5f5f5 none repeat scroll 0 0;
	border-bottom: 5px solid #c52d2f;
	font-size: 14px;
}

#bottom h3 {
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}

#bottom ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#bottom ul li {
	display: block;
	padding: 5px 0;
}

#bottom ul li a {
	color: #808080;
}

#bottom ul li a:hover {
	color: #c52d2f;
}

#bottom .widget {
	margin-bottom: 0;
}

#footer {
	background: #555;
    padding-bottom: 10px;
    padding-top: 15px;
}

    #footer .container {
        margin-top:20px;
    }

#footer a {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
}


#footer a:hover {
	color: #c52d2f;
	opacity: 1;
	filter: alpha(opacity=100);
}


#footer .lts1 a {
	opacity: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 6px;
	transition: 300ms;
}

#footer .lts1 a img {
	height: 15px;
}

#footer .lts1 a:nth-child(3) img {
    height: 17px;
}

#footer .lts1 a:hover {
	opacity: 0.65;
}

#footer ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}

.setyl_nw1 {
	font-family: "proxima_nova_rgregular", sans-serif;
	color: #4d5152;
	font-size: 15px;
	margin-right: 25px;
	letter-spacing: .7;
	text-transform: uppercase;
}

.setyl_nw2 {
	font-family: "proxima_nova_rgregular", sans-serif;
	color: #4d5152;
	font-size: 15px;
	padding: 5px 10px;
	letter-spacing: .7;
	border: solid 1px #c8c8c8;
	text-transform: uppercase;
}

.setyl_nw2:hover {
	border: solid 1px #f18b13;
	color: #f18b13;
}

#header {}

#header .container {
	display: flex;
	align-items: center;
}

#header .navbar-right {
	margin-left: auto;
}

.carousel-content h1 {
	color: #262626;
	font-size: 3.8rem;
	line-height: 1.2;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-weight: bold;
}

.carousel-content h2 {
	font-family: 'proxima_novasemibold', sans-serif;;
	color: #262626 !important;
	font-size: 2rem;
    line-height: 1.2;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.col-xs-20 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-20 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 768px) {
	.col-sm-20 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-20 {
		width: 20%;
		float: left;
	}
    .special-resolution {width: 20%; float: left;}
}

@media (min-width: 1200px) {
	.col-lg-20 {
		width: 20%;
		float: left;
	}
}

#ance_wrap {
	background-color: #f29500;
	padding: 0px;
}

.style_bt {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
}

.set_set1 {
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 18px;
	color: #fff;
	float: left;
	padding: 30px 0px;
}

.set_set2 {
	background-color: #fff;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 23px 0px;
	padding: 8px 10px;
}

.set_set2:hover {
	background-color: #3d3d3d;
	color: #fff;
}

#set_courl {
	padding: 60px 0px 40px;
	background-color: #ececec;
}

.head_wrap {
	width: 100%;
	float: left;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 28px;
	text-align: center;
}

.head_wrap span {
	padding-bottom: 0;
	border-bottom: 0;
}

.head_wrap_ltm {
	width: 100%;
	float: left;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 28px;
	text-align: center;
}

.head_wrap_ltm span {
	padding-bottom: 5px;
}

.head_wrap_sly {
	width: 100%;
	float: left;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 28px;
	text-align: center;
}

.head_wrap_sly span {
	padding-bottom: 10px;
}

.head_wrap_cur {
	width: 50%;
	margin: 0px auto;
}

.head_wrap_cur2 {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	text-align: center;
	color: #4d5152;
	font-size: 15px;
	font-style: italic;
}

.head_wrap2 {
	width: 100%;
	float: left;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 28px;
	color: #393a3f;
	margin-bottom: 25px;
	text-align: center;
}

.head_wrap2 span {
	padding-bottom: 0;
	border-bottom: 0;
}

.img_ser_icon {
	width: 100%;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #393a3f;
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
    display: flex;
    align-items: center;
	justify-content: center;
    flex-flow: column;
	text-align: center;
}

.img_ser_icon img {
    margin-bottom: 20px;
    display: block;
}

.img_ser_icon2 {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #fff;
	min-height: 70px;
	padding-left: 15px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
}

.img_ser_icon3 {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #fff;
	min-height: 70px;
	padding-left: 15px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
}

.img_ser_icon4 {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	background-image: url(../images/icon4.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #fff;
	min-height: 70px;
	padding-left: 15px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
}

.img_ser_icon_sltm {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #4d5152;
	min-height: 70px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding: 5px 0 5px 0px;
	font-size: 18px;
}

.img_ser_icon_sltm img {
	float: left;
	margin-right: 8px;
}

.img_ser_icon_hm {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	background-image: url(../images/icon1_hm.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #4d5152;
	min-height: 70px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
}

.img_ser_icon2_hm {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	background-image: url(../images/icon2_hm.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #4d5152;
	min-height: 70px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
}

.img_ser_icon3_hm {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	background-image: url(../images/icon3_hm.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #4d5152;
	margin-bottom: 20px;
	min-height: 70px;
	padding-left: 15px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
}

.img_ser_icon4_hm {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	background-image: url(../images/icon4_hm.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #4d5152;
	margin-bottom: 20px;
	min-height: 70px;
	padding-left: 15px;
	padding: 5px 0 5px 35px;
	font-size: 18px;
}

.img_ser_text {
	width: 100%;
	float: left;
	font-family: "proxima_nova_rgregular", sans-serif;
	color: #6e6e6e;
	font-size: 15px;
	text-align: center;
    line-height: 1.3;
}

.bt_sup {
	width: 100%;
	float: left;
	padding: 80px 0 20px;
	text-align: center;
}

.bt_sup a {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #38393e;
	padding: 2px 0;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #f6961e;
	transition: 300ms;
}

.bt_sup a:hover {
	padding: 2px 10px;
}

.hov_set {
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 18px;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
    line-height: 1.1;
}

.col-md-3 .hov_set {
	font-size: 15px;
	margin-bottom: 5px;
}

.hov_set2 {
	font-family: 'proxima_novasemibold', sans-serif;
    font-size: 17px;
    color: #f18b13;
    text-transform: uppercase;
}

.col-md-3 .hov_set2 {
	font-size: 13px;
}

.set_og {
	width: 100%;
	float: left;
	background-color: #f18b13;
	padding: 23px 20px;
	position: absolute;
	bottom: 0;
	display: none !important;
}

.style1_net {
	width: 100%;
	float: left;
	color: #fff;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 20px;
}

.style1_net2 {
	width: 100%;
	float: left;
	color: #fff;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 16px;
}

.set_og2 {
	width: 20%;
	float: left;
	text-align: center;
	background-color: #c47110;
	color: #fff;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 16px;
	padding: 23px 0px;
}

.bt_sup2 {
	width: 100%;
	float: left;
	padding: 55px 0 20px;
	text-align: center;
}

.bt_sup2 a {
	text-transform: uppercase;
    font-size: 18px;
    font-family: 'proxima_novasemibold', sans-serif;
    color: #38393e;
    padding: 2px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #f6961e;
	transition: 300ms;
}

.bt_sup2 a:hover {
	padding: 2px 10px;
}

.pat_wrap {
	width: 100%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	text-align: center;
	margin: 25px 0 0;
	display: table;
	height: 120px;
	padding: 0 10px;
}

.pat_wrap:hover {
	/* background: rgba(241, 139, 19, 0.7) none repeat scroll 0 0; */
}

.pat_wrap img {
	max-width: 100%;
    filter: brightness(0.55);
	transition: 300ms;
}

.pat_wrap:hover img {
	filter: brightness(0);
	opacity: 0.7;
}

.pat_wrap > span {
	display: table-cell;
	vertical-align: middle;
}

.pat_wrap > span em {
	font-weight: 400;
	font-style: normal;
	width: 100%;
	clear: both;
	margin: 10px 0 0;
	color: #fff;
	text-decoration: none;
	display: none;
}

.cop_wrap {
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 14px;
	color: #535667;
}

.cop_wrap a {
	font-family: 'proxima_novasemibold', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #c4c4c4 !important;
	margin-bottom: 20px;
	float: left;
	margin-right: 35px;
}

.cop_wrap a:hover {
	color: #fff !important;
}

.cop_wrap span {
    text-align: right;
    color: #c4c4c4 !important;
	opacity: 0.6;
    float: right !important;
}

.so_lt {
	width: 100%;
	float: left;
	text-align: right;
	padding: 13px 0px 0px 0px;
	color: #535667;
}

.so_lt a {
	margin-right: 3px;
}

.img-responsive {
	max-width: 100%;
}

.set_soc_fix {
	width: 42px;
	position: fixed;
	right: 0px;
	top: 35%;
	background-color: #38393e;
	padding: 10px;
	z-index: 9999;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.sup_cin a {
	width: 100%;
    margin: 5px 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: 300ms;
}


.sup_cin a img {
	/* filter: brightness(0); */
}

.sup_cin a:hover {
	opacity: 0.5;
}

/*======================================= inner page conding =======================================*/
#inner_back_sup {
	padding: 10px 0px 50px 0px !important;
	background-color: #fff;
}

#inner_banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
	line-height: normal;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 35px;
	color: #fff;
}

#inner_banner_blow {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 35px;
	color: #fff;
}

#inner_banner_hm {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 35px;
	color: #fff;
	background-position: center;
}

@media (max-width: 700px) {
	#inner_banner_hm {
		line-height: 1.05;
	}
}

#inner_blog {
	background-color: #ececec;
	padding: 40px 0px;
	text-align: center;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 28px;
	color: #4d5152;
}

#inner_blog_inn {
	background-color: #ececec;
	padding: 0px;
}

.inner_banner_style {
	width: 100%;
	float: left;
}

.brad_warp {
	width: 100%;
	float: left;
}

.brad_warp_name {
	width: 100%;
	float: left;
	padding: 15px 0px 5px 0px;
	font-family: 'proxima_nova_rgbold', sans-serif;
}

.brad_warp_name a {
	color: #4d5152 !important;
	font-size: 20px;
}

.brad_warp_date {
	width: 100%;
	float: left;
	color: #879092;
	font-size: 15px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cont_inn {
	width: 100%;
	float: left;
	padding: 15px 0px 0px 0px;
}

.set_cont_inn iframe {
	border: 0;
}

.set_cont_inn_head {
	width: 100%;
	display: block;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 22px;
	color: #4d5152;
}

.set_cont_inn_sub_text {
	width: 100%;
	display: block;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 16px;
	margin: 25px 0px;
	color: #4d5152;
}

.set_cont_inn_sub_text_org {
	width: 100%;
	display: block;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 16px;
	color: #f18b13;
}

.set_cont_inn_sub_text_org_set {
	width: 100%;
	display: block;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 16px;
	color: #4d5152;
	padding-bottom: 7px;
}

.set_cont_inn_sub_text_org2 {
	width: 100%;
	display: block;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 16px;
	color: #f18b13;
	margin: 25px 0px;
	font-weight: bold;
}

.img-responsive2 {
	max-width: 100%;
}

.inn_img_setl {
	width: 100%;
	display: block;
}

.inn_img_setl img {
	width: 100%;
}

.socia_cion_arrv {
	width: 100%;
	display: block;
}

.sahr_icon {
	float: left;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	background-color: #f18b13;
}

.sahr_icon2 {
	float: left;
	padding: 10px 15px;
	color: #a2b1bc;
	font-size: 20px;
}

.sahr_icon2:hover {
	float: left;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	background-color: #f18b13;
}

.form_wrap {
	width: 100%;
	float: left;
	margin: 35px 0px;
	background-color: #2b2d2e;
	padding: 35px 25px 15px 25px;
}

.form_wrap_set {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
}

.form_wrap_set_form_inq {
	width: 100%;
	float: left;
	padding: 7px 0px;
}

.set_for_lt {
	width: 18%;
	float: left;
	background-color: #555758;
	margin-right: 2%;
	padding: 10px;
	border: 0px;
	color: #fff;
	font-size: 20px;
    border: 1px solid #555758
}
.set_for_lt.bvalidator_invalid {background-color: #555758 !important;}

.set_for_lt2 {
	width: 20%;
	float: left;
	background-color: #f18b13;
	padding: 10px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
    text-align: center;
}

.set_for_lt2:hover {
	width: 20%;
	float: left;
	background-color: #fff;
	padding: 10px;
	border: 0px;
	color: #f18b13;
	font-weight: bold;
	font-size: 18px;
}

.set_for_wrpl {
	width: 100%;
	float: left;
	color: #fff;
	margin: 10px 0px 10px 0px;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 18px;
}

.set_for_wrpl_va {
	width: 100%;
	float: left;
	color: #fff;
	margin: 2px 0px 10px 0px;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 18px;
}

#inner_back_hm {
	padding: 20px 0px 0px 0px;
	background-color: #ececec;
}

/*=====================check box design================================*/
label {
	position: relative;
	padding: 0 0 0 5px;
	line-height: 28px;
	font-weight: normal;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

label:last-of-type {
	margin-right: 1rem;
}

label i {
	display: inline-block;
	height: 25px;
	position: relative;
	top: 6px;
	font-style: normal;
	color: #ccc;
}

label span {
	display: inline-block;
	margin-left: 5px;
	line-height: 25px;
	color: gray;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="radio"] + i:before,
input[type="checkbox"] + i:before {
	font-family: 'FontAwesome';
	font-size: 28px;
	height: 25px;
	width: 25px;
	display: inline-block;
}

input[type="radio"]:checked + i,
input[type="checkbox"]:checked + i {
	position: relative;
	-webkit-animation: icon-beat 0.1s ease;
	animation: icon-beat 0.1s ease;
}

input[type="radio"]:checked + i + span,
input[type="checkbox"]:checked + i + span {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

input[type="radio"] + i:before {
	content: "\f10c";
}

input[type="radio"]:checked + i:before {
	content: "\f111";
}

input[type="radio"]:checked + i + span,
input[type="radio"]:checked + i:before {
	color: rgba(255, 255, 255, 1.0);
}

input[type="checkbox"] + i:before {
	content: "\f096";
}

input[type="checkbox"]:checked + i:before {
	content: "\f046";
}

input[type="checkbox"]:checked + i + span,
input[type="checkbox"]:checked + i:before {
	color: rgba(255, 255, 255, 1.0);
}

/*====================================== check box ======================================*/

.right_inner_wrap {
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	padding: 20px 15px;
}

.right_inner_wrap2 {
	width: 100%;
	float: left;
	margin: 10px 0px 7px 0px;
	padding: 20px 15px;
}

.right_inner_wrap_head {
	width: 100%;
	float: left;
	font-family: 'proxima_nova_rgbold', sans-serif;
	color: #f18b13;
	font-size: 23px;
}

.right_inner_wrap_img_wrap {
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.right_inner_wrap_img_wrap_img {
	width: 100%;
	float: left;
	margin: 5px 0px 10px 0px;
}

.right_inner_wrap_img_wrap_img img {
	width: 100%;
}

.right_inner_wrap_img_wrap_text {
	width: 100%;
	float: left;
	font-family: 'proxima_nova_rgbold', sans-serif;
	color: #4d5152;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

.set_for_lt3 {
	width: 100%;
	float: left;
	background-color: #555758;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 10px;
	border: 0px;
	color: #fff;
	font-size: 20px;
}

.set_for_lt4 {
	width: 100%;
	float: left;
	background-color: #f18b13;
	padding: 10px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
    text-align: center;
}

.set_for_lt4:hover {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 10px;
	border: 0px;
	color: #f18b13;
	font-weight: bold;
	font-size: 18px;
}

.set_for_lt6 {
	width: 100%;
	float: left;
	background-color: #555758;
	margin-right: 2%;
	margin-bottom: 31px;
	padding: 15px 10px;
	border: 0px;
	color: #fff;
	font-size: 20px;
}
.set_for_lt6.bvalidator_invalid {background-color: #555758 !important;}

.chek_wrap {
	width: 80%;
	float: right;
	padding: 7px 0px 10px 0px;
}

.chek_wrap_v1 {
	width: 92%;
	float: right;
	padding: 7px 0px 10px 0px;
}

.blog_inner_wrap_sec {
	width: 100%;
	float: left;
	padding: 16px 9px;
	background-color: #4d5152;
}

.blog_inner_wrap_sec:hover {
	width: 100%;
	float: left;
	padding: 16px 9px;
	background-color: #f18b13;
}

.blog_inner_wrap_active {
	width: 100%;
	float: left;
	padding: 16px 9px;
	background-color: #f18b13;
}

.blog_inner_wrap {
	width: 100%;
	height: 115px;
	display: table;
	background-color: #4d5152;
	background-image: none !important;
	/* background-image: url(../images/blog1.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap:hover, .blog_inner_wrap.active {
	width: 100%;
	height: 115px;
	background-color: #f8951e;
	/* background-image: url(../images/blog1.png) !important; */
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap2 {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 30px;
	background-image: url(../images/blog2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap2:hover {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 30px;
	background-color: #e29e4a;
	background-image: url(../images/blog2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap3 {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 6px;
	background-image: url(../images/blog3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap3:hover {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 6px;
	background-color: #e29e4a;
	background-image: url(../images/blog3.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap4 {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 30px;
	background-image: url(../images/blog4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap4:hover {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 30px;
	background-color: #e29e4a;
	background-image: url(../images/blog4.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap5 {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 19px;
	background-image: url(../images/blog5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap5:hover {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 19px;
	background-color: #e29e4a;
	background-image: url(../images/blog5.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap6 {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 30px;
	background-image: url(../images/blog6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_inner_wrap6:hover {
	width: 100%;
	float: left;
	height: 115px;
	padding: 16px 30px;
	background-color: #e29e4a;
	background-image: url(../images/blog6.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.inn_wrap_imgt {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.inn_wrap_text {
	width: 100%;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 5px 0px;
	text-align: center;
}

.blog_set_wrap {
	width: 100%;
	float: left;
	margin-top: 35px;
}

.blog_set_wrap:hover .blog_img_file_wrp {
	background-color: #f9f9f9;
}

.blog_img_file {
	float: left;
	height: 400px;
	overflow: hidden;
	width: 100%;
	transition: 300ms;
}

.blog_set_wrap:hover .blog_img_file {
	opacity: .8;
}

.blog_img_file img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_img_file_wrp {
	background-color: #fff;
	float: left;
	height: 400px;
	padding: 50px 50px 0;
	width: 100%;
    display: flex;
    flex-direction: column;
	transition: 300ms;
}


.blog_img_file_wrp_sub1 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-family: "proxima_nova_rgregular", sans-serif;
	color: #889193;
}

.blog_img_file_wrp_sub2 {
	width: 100%;
	float: left;
	font-size: 22px;
	padding: 10px 0px 0px 0px;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #4d5152;
    line-height: 26px;
    max-height: 58px;
    overflow: hidden;
}

.blog_img_file_wrp_sub3 {
	width: 100%;
	float: left;
	height: 90px;
	overflow: hidden;
	font-size: 18px;
	margin-top: 20px;
	font-family: "proxima_nova_rgregular", sans-serif;
	color: #4d5152;
    line-height: 22px;
}

.blog_img_file_wrp_sub4 {
	width: 100%;
	float: left;
    margin-top: auto;
    padding-bottom: 50px;
}

.blog_img_file_wrp_sub4 a {
	border-bottom: 2px solid #f6961e;
	color: #38393e;
	display: inline-block;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	margin-top: 25px;
	padding: 0;
	transition: 200ms;
}

.blog_img_file_wrp_sub4 a:hover {
	padding-right: 8px;
}

.set_flp_wrap {
	width: 100%;
	float: left;
	text-align: center;
	margin: 35px 0px;
}

.set_flp_wrap a {
	border-bottom: 2px solid #f18b13;
	color: #38393e;
	display: inline-block;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	margin-top: 10px;
	transition: 200ms;
}

.set_flp_wrap a:hover {
	padding: 0 8px;
}

.set_int1 {
	width: 100%;
	float: left;
	margin-top: 45px;
}

.set_cht_icon {
	background-image: url("../images/kin1.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 40px;
	padding: 0 0 0 70px;
	width: 100%;
}

.set_cht_icon a {
	color: #f18b13;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon2 {
	background-image: url("../images/kin2.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 40px;
	padding: 5px 0 5px 70px;
	width: 100%;
}

.set_cht_icon2 a {
	color: #f18b13;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon3 {
	background-image: url("../images/kin3.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 40px;
	padding: 0 0 0 70px;
	width: 100%;
}

.set_cht_icon3 a {
	color: #f18b13;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon span {
	width: 100%;
	display: block;
	color: #4d5152;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

#cliet_wrp {
	background-color: #f18b13;
	padding: 15px 0px;
}

#cliet_wrp2 {
	background-color: #ececec;
	padding: 15px 0px;
}

.di_set_file {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #fff;
	font-size: 20px;
	padding: 7px 0 15px;
	text-align: center;
}

.di_set_file_fav {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #4d5152;
	font-size: 20px;
	padding: 7px 0 15px;
	text-align: center;
}

.di_img_wrp_imt {
	width: 100%;
	float: left;
	text-align: center;
}

.di_img_wrp_imt_vm {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.di_img_wrp_imt_vm img {
	max-width: 100%;
}

.rad_img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}

.head_rat {
	width: 100%;
	float: left;
	text-align: center;
}

.head_rat {
	display: block;
	width: 100%;
	margin: 7px 0px 0px 0px;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 18px;
	color: #fff;
}

.head_rat_va {
	display: block;
	width: 100%;
	margin: 7px 0px 0px 0px;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 18px;
	color: #f18b13;
	text-align: left;
}

.head_rat_2 {
	display: block;
	width: 100%;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 13px;
	color: #fff;
}

.head_rat_2_va {
	display: block;
	width: 100%;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 13px;
	color: #4d5152;
}

.head_rat_3 {
	display: block;
	width: 100%;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 17px;
	color: #fff;
	padding: 15px 20% 0px 20%;
}

.head_rat_3_va {
	display: block;
	width: 100%;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 17px;
	color: #4d5152;
	padding: 5px 0px 45px 0px;
}

.head_rat_4 {
	display: block;
	width: 100%;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 17px;
	color: #fff;
	padding: 15px 17% 0px 17%;
}

.set_icon_filt {
	display: block;
	width: 100%;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 15px 0px;
}

#com_set_lym {
	background-color: #ececec;
	padding: 20px 0px;
}

.set_head {
	width: 100%;
	float: left;
	color: #4d5152;
	font-size: 23px;
	text-align: center;
	padding: 0px 0px 20px 0px;
	font-family: 'proxima_novasemibold', sans-serif;
}

.set_head_va {
	width: 100%;
	float: left;
	color: #4d5152;
	font-size: 28px;
	text-align: center;
	padding: 0px 0px 20px 0px;
	font-family: 'proxima_novasemibold', sans-serif;
}

.set_whit_wrap {
	width: 100%;
	float: left;
	background-color: #fff;
	border: solid 1px #dae0e2;
	padding: 15px 20px 10px 20px;
    height: 500px;
    margin: 0 0 20px;
    position: relative;
}

.set_whit_wrap_va {
	width: 100%;
	float: left;
	background-color: #fff;
	border: solid 1px #dae0e2;
	padding: 40px 30px 0;
	margin-bottom: 10px;
}

.set_whit_wrap_img {
	width: 100%;
	float: left;
}

.set_whit_wrap_img img {
	width: 100%;
}

.set_whit_wrap_head {
	width: 100%;
	float: left;
	color: #4d5152;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 22px;
	margin: 15px 0px 15px 0px;
}

.set_whit_wrap_head_va {
	width: 100%;
	float: left;
	color: #4d5152;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

.set_whit_wrap_sub_va {
	width: 100%;
	float: left;
	color: #4d5152;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 17px;
	margin: 5px 0px 10px 0px;
}

.set_whit_wrap_sub {
	width: 100%;
	min-height: 45px;
	float: left;
	color: #4d5152;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 17px;
	margin: 15px 0px 15px 0px;
}

.set_whit_wrap_bt {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.set_whit_wrap_bt a {
	background: #f18b13 none repeat scroll 0 0;
	border-bottom: 3px solid #8a510e;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	padding: 10px 23px;
}

.set_whit_wrap_bt_va {
	width: 100%;
	float: left;
	margin: 20px 0px 45px 0px;
}

.set_whit_wrap_bt_va a {
	background: #f18b13 none repeat scroll 0 0;
	border-bottom: 3px solid #8a510e;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	padding: 10px 35px;
}

#fav_name1 {
	background-color: #f18b13;
    padding: 60px 0px 29px;
}

.fav_name {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #fff;
	padding-bottom: 25px;
	font-size: 18px;
}

.fav_name_thv {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #fff;
	padding-bottom: 25px;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}

.set_int_fv {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.set_cht_icon4 {
	background-image: url("../images/kin1_1.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 40px;
	padding: 5px 0 5px 70px;
	width: 100%;
}

.set_cht_icon4 a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon4 span {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon5 {
	background-image: url("../images/kin1_2.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 40px;
	padding: 5px 0 5px 70px;
	width: 100%;
}

.set_cht_icon5 a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon5 span {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon6 {
	background-image: url("../images/kin1_3.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 40px;
	padding: 5px 0 5px 70px;
	width: 100%;
}

.set_cht_icon6 a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon6 span {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.set_cht_icon7 {
	text-align: center;
	float: left;
	margin-bottom: 40px;
	padding: 5px 0 5px 0px;
	width: 100%;
}

.set_new_flow {
	width: 100%;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 12px 0px 5px 0px;
	font-family: "proxima_nova_rgregular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.set_new_flow2 {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.int_file_name h1 {
	color: #fff;
}

.int_file_name h2 {
	color: #fff !important;
}

.set_file_new_img_set {
	color: #fff;
	float: left;
	margin: 45px 45px 0px 0px;
	background-image: url(../images/inn_icon1.png);
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 5px 0px 5px 66px;
	font-family: 'proxima_novasemibold', sans-serif;
}

.set_file_new_img_set2 {
	color: #fff;
	float: left;
	margin: 45px 45px 0px 0px;
	background-image: url(../images/inn_icon2.png);
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 5px 0px 5px 66px;
	font-family: 'proxima_novasemibold', sans-serif;
}

.set_file_new_img_set3 {
	color: #fff;
	float: left;
	margin: 45px 45px 0px 0px;
	background-image: url(../images/inn_icon3.png);
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 5px 0px 5px 66px;
	font-family: 'proxima_novasemibold', sans-serif;
}

#big_wrap {
	background-color: #fff;
	padding: 80px 0px 30px 0px;
}

#big_wrap_blow {
	background-color: #fff;
	padding: 30px 0px 30px 0px;
}

.in_hum_style1 {
	width: 100%;
	float: left;
	margin: 15px 0px;
	text-align: center;
}

.in_hum_style1 img {
	max-width: 100%;
}

.in_hum_style1_bl {
	width: 100%;
	float: left;
	margin: 15px 0px;
	border: solid 1px #dae0e2;
	text-align: center;
	margin-top: 40px;
	padding: 60px 0px;
}

.in_hum_style1_bl img {
	max-width: 100%;
}

.in_hum_style2 {
	width: 100%;
	float: left;
	margin: 35px 0px 0px 0px;
}

.in_hum_style3 {
	width: 100%;
	float: left;
}

.st_mty {
	width: 100%;
	float: left;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 18px;
	color: #4d5152;
	margin-top: 25px;
}

.box_hm_wrap {
	width: 100%;
	float: left;
	padding: 25px;
	min-height: 507px;
	background-color: #4d5152;
}

.box_hm_wrap_head {
	width: 100%;
	float: left;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #ffffff;
	padding: 7px 0px;
	line-height: 30px;
	font-size: 23px;
	min-height: 55px;
}

.box_hm_wrap_bt {
	width: 100%;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}

.box_hm_wrap_img {
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.box_hm_wrap_img img {
	width: 100%;
}

.box_hm_wrap2 {
	width: 100%;
	float: left;
	min-height: 450px;
	padding: 25px;
	background-color: #2b2d2e;
}

.box_hm_wrap2_sec {
	width: 100%;
	float: left;
	padding: 25px;
	background-color: #2b2d2e;
}

.set_cur_file {
	width: 100%;
	float: left;
	margin: 45px 0px 25px 0px;
}

.bor_rig {
	border-right: 1px solid #cfcfcf;
}

.curo_wrap {
	width: 100%;
	float: left;
	text-align: center;
}

.curo_wrap_img {
	width: 100%;
	float: left;
}

.curo_wrap_img img {
	max-width: 100%;
}

.curo_wrap_hrf {
	width: 100%;
	float: left;
}

.curo_wrap_hrf a {
	color: #3d3d3d !important;
	font-weight: bold;
}

.bor_rig:last-child {
	border: 0px;
}

#humz_wrp_cont_ogr {
	background-color: #f18b13;
	padding: 0px;
}

.mess_wrap_icon {
	width: 100%;
	float: left;
	padding: 55px 0px 20px 0px;
	background-image: url(../images/bg_org.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.mess_wrap_icon_sub_text {
	width: 100%;
	float: left;
	color: #ffffff;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-style: italic;
}

.nead_file {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 15px;
	margin-top: 35px;
}

.nead_file_style1 {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-family: "proxima_nova_rgregular", sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

.set_flow_style {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0px;
	background-color: #fff;
	margin-bottom: 25px;
	border: solid 1px #dae0e2;
}

.set_wrep {
	width: 100%;
	float: left;
	text-align: center;
}

.set_wrep a {
	background: #f18b13 none repeat scroll 0 0;
	border-bottom: 3px solid #8a510e;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	padding: 10px 25px;
}

.hb-wrap-item {
	padding: 80px 0px;
}

.hb_wrap_style {
	width: 100%;
	float: left;
	font-size: 28px;
	line-height: normal;
	color: #fff;
	font-family: 'proxima_nova_rgbold', sans-serif;
}

.hb_wrap_style2 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	margin: 45px 0px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.hb_wrap_style2 p {
	color: #fff;
}

.hb_wrap_style3 {
	width: 100%;
	float: left;
}

.hb_wrap_style3 a {
	background: #fff none repeat scroll 0 0;
	border-bottom: 3px solid rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	color: #333e5c;
	display: inline-block;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	padding: 10px 25px;
}

.hb_wrap_style_4 {
	width: 100%;
	float: left;
	font-size: 28px;
	line-height: normal;
	color: #272727;
	font-family: 'proxima_novablack', sans-serif;
}

.hb_wrap_style_5 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: normal;
	color: #272727;
	margin: 45px 0px;
	font-family: "proxima_nova_rgregular", sans-serif;
}

.hb_icon {
	width: 100%;
	float: left;
	margin-bottom: 35px;
	text-align: center;
}

.hb_icon img {
	max-width: 100%;
}

.st1 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #dae0e2;
	border-right: 1px solid #dae0e2;
}

.st1:hover {
	border: solid 1px #f18b13;
}

.st2 {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #dae0e2;
}

.st2:hover {
	border: solid 1px #f18b13;
}

#cont_wrpp {
	background-color: #fff;
	padding: 35px 0px;
}

.cont_wrap_inst {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	text-align: center;
}

.cont_wrap_inst_sub {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

.set_cont_form {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.form_ibs {
	width: 100%;
	padding: 10px;
	border: 1px solid #dae0e2;
	font-weight: bold;
	color: #a3afb2;
	margin: 0px 0px 30px 0px;
	background-color: #fff;
}

.form_ibs2 {
	width: 100%;
	padding: 10px;
	height: 100px;
	border: 1px solid #dae0e2;
	font-weight: bold;
	color: #a3afb2;
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	resize: none;
}

.form_setl {
	width: 100%;
	float: left;
	text-align: center;
}

.bt_forl {
	background: #f18b13 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 16px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-top: 25px;
	padding: 10px 30px;
	text-transform: lowercase;
}

.bt_forl:first-letter {
	text-transform: uppercase;
}

.bt_forl:hover {
	opacity: 0.85;
}

.bt_forl .pin-icon {
	display: inline-block;
	position: relative;
	top: -2px;
	left: -5px;
	margin-right: 7px;
}

.facel {
	width: 33.3333333333%;
	float: left;
	background-color: #3f599a;
	text-align: center;
	color: #fff !important;
	padding: 28px 0px;
	font-size: 40px;
}

.face2 {
	width: 33.3333333333%;
	float: left;
	background-color: #67aade;
	text-align: center;
	color: #fff !important;
	padding: 28px 0px;
	font-size: 40px;
}

.face3 {
	width: 50%;
	float: left;
	background-color: #1e74b5;
	text-align: center;
	color: #fff !important;
	padding: 15px 0px;
    font-size: 32px;
}

.face4 {
	width: 33.3333333333%;
	float: left;
	background-color: #ca4638;
	text-align: center;
	color: #fff !important;
	padding: 28px 0px;
	font-size: 40px;
}
.face5 {
	width: 50%;
	float: left;
	background-color: #fc8b0d;
	text-align: center;
	color: #fff !important;
	padding: 19px 0px;
	font-size: 40px;
}

#map_wrap {
	padding: 30px 0px;
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
    padding-top: 25%;
	padding-bottom: 5%;
    background-color: #f8f8f8;
}

.map_text_cont {
	width: 100%;
	float: left;
}

.map_text_cont_head {
	width: 100%;
	float: left;
	font-size: 21px;
	color: #282828;
	font-weight: bold;
    margin: 20px 0 20px;
    font-family: 'proxima_nova_rgbold', sans-serif;
}

.map_text_cont_sub {
	width: 100%;
	color: #393a3f;
	margin-bottom: 16px;
	float: left;
	display: flex;
	gap: 15px;
}

.sely {
	display: inline-block;
}

.map_text_cont_sub > img {
	display: none;
}

.map_text_cont_sub > a {
	color: #393a3f;
}

.map_text_cont_sub > a:hover {
	opacity: 0.7;
}

.map_text_cont_sub a.linkedin,
.map_text_cont_sub a.kariyernet {
	width: 100px;
	height: 35px;
	display: inline-flex;
	align-items: center;
}

.map_text_cont_sub a.linkedin svg,
.map_text_cont_sub a.kariyernet svg {
	width: 100px;
	height: 30px;
	object-fit: contain;
    object-position: center;
	filter: grayscale(1);
	transition: 300ms;
}

.map_text_cont_sub a.kariyernet {
	padding-top: 3px;
	margin-left: 10px;
}

.map_text_cont_sub a.linkedin:hover,
.map_text_cont_sub a.kariyernet:hover {
	opacity: 1;
}

.map_text_cont_sub a.linkedin:hover svg,
.map_text_cont_sub a.kariyernet:hover svg {
	filter: grayscale(0);
}

.img_map {
	margin-right: 5px;
	vertical-align: top;
}

.map_wrp_nt {
	width: 100%;
	float: left;
	margin-top: 80px;
}

.map_wrp_nt iframe {
	width: 100%;
	height: 450px;
}

.itml {
	font-style: italic;
	font-size: 15px;
}

.clove {
	background-color: #f29500 !important;
	color: #fff;
	font-size: 30px;
	margin-top: 0 !important;
	opacity: 1;
	padding: 11px 19px !important;
}

.pop_wrap_yt {
	margin-top: 25px;
	padding: 15px 45px 20px;
	width: 100%;
}

.pop_head {
	width: 100%;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
}

.form_inq_set {
	width: 100%;
}

.form_inq_bt {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 5000px) {
	.social {
		display: block;
	}

	#main-slider .active .animation.animated-item-2 {
		display: block;
	}

	.ltm {
		display: none !important;
	}

	.img_ser_text {
		display: block;
		margin-bottom: 0;
	}

	.lts1 {
		display: block;
	}

	.cop_wrap a {
		display: block;
        color: #fff;
	}

	.lts2 {
		display: none;
	}

	.set_soc_fix {
		display: block;
	}

	.set_padd {
		padding: 0px;
	}

	.ltmy {
		display: block;
	}

	.ltmy2 {
		display: none;
	}

	.mty {
		display: block;
	}
}
.short-resume {display: none;}
@media screen and (max-width: 980px) {
    .short-resume {display: block !important;}
    .long-resume {display: none !important;}
	.img_ser_icon {
		width: 100%;
		float: right;
		text-align: left;
        height: auto !important;
	}
    .img_ser_text {margin-bottom: 35px;}
    .blog_img_file {height: auto !important;}
    .blog_img_file_wrp {height: 300px;}
    #services2 .row > div {display: none;}
    #services2 .row > div:nth-child(-n+4) {display: block}

	.img_ser_icon img {
		float: none;
		margin-right: 8px;
	}

	#main-slider .carousel .btn-slide {
		margin-top: 0px;
	}

	.carousel-indicators {
		margin-bottom: 0px !important;
	}

	#main-slider .carousel h1 {
		font-size: 23px;
		line-height: normal;
	}

	.mty2 {
		border: 0px;
	}

	.mty {
		display: none;
	}

	.box_hm_wrap {
		margin: 35px 0px;
	}

	.carousel-content h2 {
		font-family: "proxima_nova_rgregular", sans-serif;
		font-size: 16px;
		font-weight: 200;
	}

	.set_set1 {
		text-align: center;
	}

	.set_set2 {
		float: none;
		margin-top: 0;
	}

	.style_bt {
		padding-bottom: 30px;
		text-align: center;
	}

	.portfolio-filter > li a {
		margin-right: 0px;
	}

	.blog_inner_wrap_bt {
		margin-bottom: 25px;
		float: left;
	}

	.chek_wrap_v1 {
		width: 88%;
	}

	.ltmy {
		display: none;
	}

	.ltmy2 {
		display: block;
	}

	.set_new_flow {
		font-family: "proxima_nova_rgregular", sans-serif;
	}

	.set_new_flow2 {
		font-family: "proxima_nova_rgregular", sans-serif;
		font-size: 16px;
	}

	.set_whit_wrap_sub {
		font-family: "proxima_nova_rgregular", sans-serif;
	}

	.set_cont_inn_sub_text {
		font-family: "proxima_nova_rgregular", sans-serif;
	}

	.set_cont_inn_sub_text_org_set {
		font-family: "proxima_nova_rgregular", sans-serif;
	}

	.hb_wrap_style2 {
		font-family: "proxima_nova_rgregular", sans-serif;
		font-size: 17px;
	}

	.hb_wrap_style_5 {
		font-family: "proxima_nova_rgregular", sans-serif;
		font-size: 17px;
	}

	.blog_img_file_wrp_sub1 {
		font-family: "proxima_nova_rgregular", sans-serif;
	}

	.blog_img_file_wrp_sub3 {
		font-family: "proxima_nova_rgregular", sans-serif;
	}

	.st_mty {
		font-family: "proxima_nova_rgregular", sans-serif;
	}

	.set_imp {
		height: 100%; margin: 0 !important;
	}

	.set_file_new_img_set {
		margin-top: 10px;
	}

	.set_file_new_img_set2 {
		margin-top: 20px;
	}

	.set_file_new_img_set3 {
		margin-top: 20px;
	}

	.lts1 {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.img_ser_icon {
		width: 100%;
		float: right;
		text-align: center;
	}
    

	.img_ser_icon_sltm {
		width: 100%;
		float: left;
		font-family: 'proxima_novasemibold', sans-serif;
		color: #4d5152;
		min-height: 70px;
		margin-bottom: 20px;
		padding-left: 15px;
		padding: 5px 0 5px 0px;
		text-align: center;
		font-size: 18px;
	}

	.img_ser_icon_sltm img {
		float: none;
		margin-right: 8px;
	}

	.bor_rig {
		min-height: 100px;
	}

	.carousel-control {
		left: 0px;
		font-size: 40px;
	}

	.carousel-control.right {
		right: 0px;
		font-size: 40px;
	}

	.set_imp {
		margin-top: 22px !important;
	}

	.set_file_new_img_set {
		text-align: left;
	}

	.set_file_new_img_set3 {
		text-align: left;
	}

	.set_padd {
		padding: 0px 15px;
	}

	.social {
		display: none;
	}

	.navbar > .container .navbar-brand {
		
	}

	#header .container {
		display: block;
	}
	
	.navbar-toggle {
		float: right !important;
		position: absolute;
		right: 0;
		margin: 0;
		top: 43%;
		transform: translateY(-50%);
	}
	
	.navbar-toggle:focus {
		outline: none;
	}

	.navbar > .container .navbar-brand {
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 0;
		text-align: left;
		width: 100%;
	}

	#main-slider .active .animation.animated-item-2 {
		display: none;
	}

	#main-slider .carousel .carousel-content {
		text-align: center;
	}

	.ltm {
		display: block !important;
	}
	#main-slider .item > div, #main-slider .item > div > div, #main-slider .item > div > div > div {
		display: inline-block;
	}

	#main-slider .carousel .slider-img {
		width: 100%;
		text-align: center;
	}
	#main-slider .carousel .slider-img img {
		max-width: 180px;
		padding: 25px;
		margin: 0 auto;
		margin-bottom: 30px;
		max-height: 220px;
	}

	#main-slider .carousel .carousel-content {
		margin-top: -250px;
	}

	#main-slider .carousel .item {
		height: 430px;
	}

	.set_set1 {
		text-align: center;
	}

	.set_set2 {
		margin-top: 0px;
		float: none;
	}

	.style_bt {
		text-align: center;
		padding-bottom: 30px;
	}

	.head_wrap_cur {
		width: 100%;
	}

	.media, .media-body {
		overflow: visible;
	}

	.img_ser_text {
		display: none;
	}

	.img_ser_icon2 {
		width: 75%;
	}

	.padl1 {
		padding: 0px;
	}

	.cop_wrap a {
		display: none;
	}

	.so_lt {
		padding-bottom: 15px;
		text-align: center;
	}

	.img_ser_icon2 {
		float: right;
		width: 70%;
	}

	.img_ser_icon3 {
		width: 70%;
		float: right;
	}

	.img_ser_icon4 {
		width: 70%;
		float: right;
	}

	.lts2 {
		display: block;
	}

	.set_soc_fix {
		display: none;
	}

	.set_for_lt {
		width: 100%;
		float: left;
		background-color: #555758;
		margin-right: 2%;
		margin-bottom: 10px;
		padding: 10px;
		border: 0px;

		color: #fff;
		font-size: 20px;
	}

	.set_for_lt2 {
		width: 100%;
		float: left;
		background-color: #f18b13;
		padding: 10px;
		border: 0px;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
	}

	.set_for_lt2:hover {
		width: 100%;
		float: left;
		background-color: #fff;
		padding: 10px;
		border: 0px;
		color: #f18b13;
		font-weight: bold;
		font-size: 18px;
	}

	.di_img_wrp_imt_vm img {
		max-width: 100%;
	}

	.di_img_wrp_imt_vm {
		float: left;
		text-align: center;
	}

	.head_rat_va {
		float: left;
		text-align: center;
	}

	.set_whit_wrap {
		margin-bottom: 25px;
	}

	.box_hm_wrap {
		margin-bottom: 25px;
	}

}

.customer-slider .item > div {
	height: 160px;
	display: table;
}

.customer-slider .item .curo_wrap {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.customer-slider {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.customer-slider .bx-controls a {
	position: absolute;
	top: 50%;
	z-index: 5000;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.customer-slider .bx-controls .bx-next {
	background: url("../images/tooltip_skin_navigation.png") no-repeat -42px 0px;
	right: -25px;
}

.customer-slider .bx-controls .bx-next:hover {
	background: url("../images/tooltip_skin_navigation.png") no-repeat -42px -41px;
}

.customer-slider .bx-controls .bx-prev {
	background: url("../images/tooltip_skin_navigation.png") no-repeat 0px 0px;
	left: -25px;
}

.customer-slider .bx-controls .bx-prev:hover {
	background: url("../images/tooltip_skin_navigation.png") no-repeat 0px -41px;
}

.partners-bar img {
    margin-right: 30px;
    margin-bottom: 35px;
}

    .partners-bar img:last-child {
        margin-right: 0;
    }

.modal-backdrop {
	z-index: 9999;
}

.modal {
	z-index: 10000;
}

.modal label i {
	color: #dae0e2;
}

.modal label input[type="checkbox"]:checked + i + span, .modal label input[type="checkbox"]:checked + i:before {
	color: #f18b13;
}

.modal .set_for_wrpl {
	color: #a3afb2;
	margin: 0;
}
#recent-works .recent-work-wrap .overlay {height: 100%;}
#recent-works .recent-work-wrap .overlay .recent-work-inner .vertical-wrap {display: table-cell; vertical-align: middle; padding: 0 10px;}
#recent-works .recent-work-wrap .overlay .recent-work-inner .vertical-wrap a {display: inline;}

#recent-works .recent-work-wrap .overlay .recent-work-inner .vertical-wrap .hov_set a {color: #4f4f4f}
#recent-works .recent-work-wrap .overlay .recent-work-inner .vertical-wrap .hov_set a:hover {color: #4f4f4f;}

#recent-works .recent-work-wrap .overlay .recent-work-inner .vertical-wrap .hov_set2 a {color: #f18b13}
#recent-works .recent-work-wrap .overlay .recent-work-inner .vertical-wrap .hov_set2 a:hover {color: #f18b13;}
#recent-works .recent-work-wrap .set_og a {color: #fff;}
#recent-works .recent-work-wrap .set_og a:hover {color: #fff;}
.file-result {margin-bottom: 20px; display: none;}
.file-result a {width: 100%; max-width: 230px; height: 56px; background: #f18b13; display: block; margin: 17px auto 0; position: relative; padding-left: 60px; padding-right: 10px; line-height: 56px; color: #fff; font-size: 16px; font-family: "proxima_nova_rgregular", sans-serif; overflow: hidden;}
.file-result a > i {background: url("../images/file-icon.png") no-repeat; width: 31px; height: 28px; position: absolute; left: 16px; top: 14px; display: block;}
.file-result .success {width: 100%; height: 90px; display: table;}
.file-result .success > img {float: left; display: block; margin: 0 20px 0 0;}
.file-result .success > span {display: table-cell; vertical-align: middle; font-family: "proxima_nova_rgregular", sans-serif; color: #fff; font-size: 24px; line-height: 30px;}
.file-result .success > span > strong {font-family: 'proxima_novasemibold', sans-serif; font-size: 28px;}
.send-register-form {text-align: center; color: #fff !important; background: #f18b13 !important;}
.heightFix {height: 102px;}
.close-selector {position: absolute; top: 0; right: 0;}
.blog_inner_wrap_bt {opacity: 0;}
#send-form {color: #fff !important;}
#register-form .form_inq_bt a {color: #fff !important;}
form .message {margin: 25px 0 0;}
form .message span {font-family: "proxima_nova_rgregular", sans-serif; margin: 30px 0 0 0; font-size: 16px;}
#contact-form input, #contact-form textarea {background-color:#fff; border-color: #fff; color: #393a3f;}
#contact-form input::placeholder, #contact-form textarea::placeholder {color: #393a3f;}
#contact-form .form_setl {text-align: right;}
#map_wrap .blog_img_file_wrp_sub2 {color: #fff; font-size: 30px; line-height: 34px;}
#map_wrap .font-fix {font-size: 22px;}

/*---- CUSTOM CSS ----*/
.hb-wrapper {
    width: 100%;
    padding: 80px 0;
    background: #ececec;
}

.hb-wrap-item {
    width: 100%;
    float: left;
    min-height: 400px;
    padding: 0;
    margin: 20px 0;
    display: flex;
    background: #fff !important;
    transition: 300ms;
	position: relative;
}

.hb-wrap-item .fwlink {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.hb-wrap-item:hover {
    background: #f9f9f9 !important;
}

.hb-wrap-item:hover .hb-image {
    opacity: .8;
}

.hb-wrap-item .container {
    padding: 50px 50px 0;
}

.hb-wrap-item .row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: baseline;
}

.hb-wrap-item .col-lg-3 {
    order: -1;
}

.hb-wrap-item .col-lg-9 {
    width: 100%;
	height: 80%;
    display: flex;
    flex-direction: column;
}

.hb-wrap-item .hb_wrap_style,
.hb-wrap-item .hb_wrap_style_4 {
    font-size: 21px;
    color: #393a3f;
    font-family: 'proxima_nova_rgbold', sans-serif;
}

.hb-wrap-item .hb_wrap_style2,
.hb-wrap-item .hb_wrap_style_5 {
    margin: 18px 0;
    font-size: 17px;
    color: #393a3f;
    line-height: 1.4;
}

.hb-wrap-item .hb_wrap_style2 {
	color: #4e4e4e;
}

.permalink-btn {
    margin-top: auto;
    padding-bottom: 40px;
}

.permalink-btn a {
	background: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'proxima_novasemibold', sans-serif;
    color: #38393e;
    padding: 2px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #f6961e;
    transition: 300ms;
	text-align: center;
}


.hb-wrap-item:hover .permalink-btn a {
	padding-right: 10px;
}

.hb-wrap-item .hb_icon {
    text-align: left;
    margin-bottom: 20px;
}


.hb-wrap-item .container {
    width: 50%;
}

.hb-wrap-item .hb-image {
    width: 50%;
    transition: 300ms;
}

.hb-wrap-item:nth-child(even) .hb-image {
    order: 0;
}

.hb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#footer {
    clear: both;
}

.detail-slider {
	
}

.detail-slider .slider-img {
	text-align: center !important;
    padding-right: 5%;
}
.detail-slider .slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.detail-slider .item {
	background-color: #f8f8f8 !important;
}
.detail-slider .carousel-content {
	margin: 0 !important;
}
.detail-slider .carousel-content,
.detail-slider .carousel-content h1,
.detail-slider .carousel-content h2 {
	color: #282828 !important;
}

.detail-slider .carousel-content h1 {
	font-size: 28px;
    font-family: 'proxima_nova_rgbold', sans-serif;
}

.detail-slider .carousel-content h2 {
	font-size: 17px;
	font-weight: normal;
    font-family: "proxima_nova_rgregular", sans-serif;
	padding-right: 8rem;
	line-height: 1.4;
}


.about-hero {
	display: flex;
	flex-wrap: wrap;
}

.about-hero #inner_banner_hm {
	width: 50%;
	height: 400px;
}

.about-hero #inner_back_hm {
	width: 50%;
	height: 400px;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-hero #inner_back_hm .h2 {
	font-size: 28px;
    font-family: 'proxima_nova_rgbold', sans-serif;
	font-weight: bold;
	color: #282828;
}

.about-hero #inner_back_hm .set_cont_inn_head {
	color: #4e4e4e;
	font-size: 18px;
    font-family: "proxima_nova_rgregular", sans-serif;
	padding-right: 7%;
	line-height: 1.35;
}

.about-hero #fav_name1 {
	width: 100%;
}

.about-hero #inner_back_hm .set_cont_inn a { 
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima_novasemibold', sans-serif;
    color: #38393e;
    padding: 2px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f6961e;
    transition: 300ms; 
}
.about-hero #inner_back_hm .set_cont_inn a:hover {
	padding-right: 10px;
}

#cliet_wrp2 .di_set_file_fav {
	font-size: 28px;
	color: #282828;
    padding: 50px 0 60px;
    font-family: 'proxima_nova_rgbold', sans-serif;
}

#cliet_wrp2 .head_rat_va .set_icon_filt {
	filter: grayscale(1);
}

#cliet_wrp2 .head_rat_va .set_icon_filt:hover {
	filter: grayscale(0);
}

#com_set_lym .set_whit_wrap {
	height: auto;
}



#com_set_lym .set_whit_wrap .set_whit_wrap_sub {
    margin: 0 0 12px;
}

#com_set_lym .set_whit_wrap .set_whit_wrap_bt {
    position: relative;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
}

#com_set_lym .set_whit_wrap .set_whit_wrap_bt a {
	background: none;
	color: #38393e;
	border-bottom: 2px solid #f18b13;
	border-radius: 0;
	padding: 0;
	transition: 200ms;
}

#com_set_lym .set_whit_wrap .set_whit_wrap_bt a:hover {
	padding: 0 7px;
}

#com_set_lym .set_whit_wrap:hover .set_whit_wrap_bt a {
	padding: 0 7px;
}

@media (min-width: 1650px) {
    .hb-wrap-item .hb_wrap_style2,
    .hb-wrap-item .hb_wrap_style_5 {
        line-height: 1.3;
    }
	
	.detail-slider .carousel-content h2 {
		padding-right: 25%;
		line-height: 1.5;
	}
	
	.about-hero #inner_banner_hm, 
	.about-hero #inner_back_hm {
		height: 450px;
	}
}

@media (max-width: 800px) {
    .hb-wrapper { 
        padding: 30px 0; 
    }

    .hb-wrap-item {
        flex-wrap: wrap;
        height: auto;
    }

    .hb-wrap-item .container {
        width: 100%;
        padding: 30px;
    }

    .hb-wrap-item .hb-image {
        width: 100%;
        order: -1;
    }

    .hb-image img {
        height: 250px;
    }
	
	.about-hero #inner_banner_hm {
		width: 100%;
		height: 210px;
	}
	.about-hero #inner_back_hm {
		width: 100%;
		height: auto;
		padding: 15% 5%;
	}
	
	.blog_img_file_wrp_sub2 {
		overflow: unset;
	}
	
	.blog_img_file_wrp {
		height: auto;
		padding: 40px 40px 0;
	}
	
	#map_wrap {
		padding-top: 14%;
	}
	
	.detail-slider .item {
		height: auto !important;
	}
	
	.detail-slider .slide-margin,
	.detail-slider .slide-margin .col-sm-6 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.detail-slider .slide-margin .animation.hidden-xs {
		display: block !important;
	}
	
	.detail-slider .slider-img {
		padding: 0;
	}
	.detail-slider .slider-img img {
		max-width: none !important;
		padding: 0 !important;
		max-height: none !important;
		height: auto !important;
	}
	
	.detail-slider .carousel .carousel-content {
		margin: 0 auto !important;
	}
	
	.detail-slider .active .animation.animated-item-2 {
		display: block !important;
		margin: auto !important;
		text-align: center;
		width: 100%;
		padding: 20px 20px 0;
	}
	
	.in_hum_style1 > img {
		height: auto;
	}
	
	#big_wrap .col-md-12 iframe {
		width: 100%;
	}
}