@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
.wrapper {
	width: 100%;
	float: left;
}
.header_block {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1000;
}
.top_header {
	width: 100%;
	float: left;
	background-color: #161616;
}
.top_left {
	display: none;
}

.top_right {
	float: left;
	width: 100%;
	text-align: center;
}
.top_right ul {
	width: 145px;
	float: left;
	position: relative;
	left: calc(50% - 70px);
	list-style: none;
}

.top_right ul li {
	width: 35px;
	list-style: none;
	float: left;
	border-left: solid 1px #424242;
	/*padding: 10px;
	*/}
.top_right ul li:last-child {
	border-right: solid 1px #424242;
}
.top_right ul li a {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
.fb {
	background-image: url(../images/fb.png);
	background-position: 0% 0%;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.fb:hover {
	background-position: 0% 100%;
}
.gplus {
	background-image: url(../images/g%2b.png);
	background-position: 0% 0%;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.gplus:hover {
	background-position: 0% 100%;
}
.utube {
	background-image: url(../images/utube.png);
	background-position: 0% 0%;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.utube:hover {
	background-position: 0% 100%;
}
.top_right ul li a img {
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 768px) {
.top_left {
	font-family: "open Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #ededed;
	float: left;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	display: inherit;
}

.top_right {
	float: left;
	width: 100%;
	text-align: right;
}
.top_right ul {
	width: auto;
	float: right;
	position: relative;
	left: 0;
	list-style: none;
}
}
.main_header {
	width: 100%;
	float: left;
	background: #7D7D7D url(../images/header-v5-bg.png) no-repeat scroll 0px 0px / cover;
	position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5;
}
.main_header .logo {
	float: left;
	position: relative;
	margin: 0px;
	padding: 18px 30px 18px 0px;
	height: 100%;
	z-index: 2;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5;
}
.main_header .logo img {
	max-width: 100%;
	position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5;
}
.main_header .logo::before {
	content: " ";
	width: 2000px;
	position: absolute;
	top: 0px;
	right: -5%;
	height: 110%;
	background: #fff url(../images/header-v5-bg.png) no-repeat scroll 0px 0px / cover;
	z-index: -1;
	transform: skewX(-45deg);
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5;
}
@media (max-width: 1024px) {
	.main_header .logo img {
	max-width: 200px;
}
}
@media (max-width: 420px) {
	.main_header .logo img {
	max-width: 150px;
}
}
.header_menu {
	width: calc(100% - 371px);
	float: right;
	position: relative;
	margin: 0px;
}
@media (max-width: 1024px) {
.header_menu {
	width: 100%;
	float: right;
	position: absolute;
	margin: 0px;
	left: 0;
}
}
.featured-services{
	width:100%;
	float:left;
	position: relative;
	z-index: 11;
	margin-bottom: 80px;
}
.featured-services .left-side{
	width:100%;
	float:left;
}
.featured-services .left-side .section-title{
	margin: 40px 0 20px 0;
	font-size: 35px;
	color: #621111;
	text-transform: uppercase;
}
@media (max-width: 640px){
.featured-services .left-side .section-title{
	font-size: 25px;
}
}
.featured-services .left-side p{
	width:100%;
	float:left;
	margin-bottom:16px;
	font-size:15px;
	line-height:24px;
}
.featured-services .left-side ul{
	width:100%;
	float:left;
}
.featured-services .left-side ul li{
	width:100%;
	float:left;
	margin:3px 0;
}
.featured-services .left-side ul li:before{
	content:'';
	width:4px;
	height:4px;
	float:left;
	margin-right:10px;
	margin-top:8px;
	border-radius:50%;
	background:#ffba00;
}
.featured-services .right-side{
	width:100%;
	float:left;
	margin-top:30px;
}
@media(min-width: 768px) {
.featured-services .right-side{
	margin-top:-60px;
}
}
.featured-services .right-side .service-box{
	width: 100%;
	float:left;
	text-align:center;
}
.featured-services .right-side .service-box.spacing{
	margin:0;
}
.featured-services .right-side .service-box figure{
	width:100%;
	float:left;
	background-color: #621111;
	padding-top:40px;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}

.featured-services .right-side .service-box figure figcaption{
	width: 100%;
	float: left;
	margin: 40px 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.featured-services .right-side .service-box .desc{
	width:100%;
	float:left;
	background:#ffba00;
	padding:20px 10px;
	font-size:14px;
}
#owl-demo2 .item{
	width: calc(100% - 20px);
	float: left;
	height: 258px;
	background-color: #621111;
	margin-left: 10px;
	margin-right: 10px;
	transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
#owl-demo2 .item:hover .service-box figure,
#owl-demo2 .item:hover {
	background-color: #621111;
}
#owl-demo3 .item{
	width: calc(100% - 10px);
	float: left;
	padding: 0 5px;
	transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
#owl-demo3 .item img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}


.about_block {
	width:100%;
	float:left;
	position: relative;
	z-index: 11;
	background-color: #eee;
	overflow: hidden;
}
.about_area {
	width:100%;
	float:left;
	padding: 80px 0px;
	vertical-align: baseline;
}
.about_block h4 {
	width:100%;
	float:left;
	font-family: "Playfair Display",serif;
	font-size: 20px;
    font-weight: 400;
	font-style: italic;
}
.about_block h2 {
	width:100%;
	float:left;
	font-size: 35px;
    line-height: 1.3em;
    letter-spacing: 1.6px;
    font-weight: 400;
	text-transform: uppercase;
}
.about_block p {
	width:100%;
	float:left;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}
@media (max-width: 640px){
.about_block h4 {
	font-size: 17px;
}
.about_block h2 {
	font-size: 25px;
}
}
.about_block .img_abs {
}
.about_block .about_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
	float: left;
}
.about_img img {
    height: auto;
    max-width: 100%;
    vertical-align: central;
	display: block;
	margin: 0px auto;
}
@media (min-width: 768px) {
.about_block .img_abs {
	position: absolute;
	right: 0px;
	top: calc(50% - 128px);
}
}
.panel_five,.flip_five
{
	width: 100%;
	float: left;
	padding: 15px;
	color: #fff;
	margin: 0px;
}
.flip_five {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.panel_five
{
	display: none;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	background-color: #921f1f;
}
.panel_six,.flip_six
{
	width: 100%;
	float: left;
	padding: 15px;
	color: #fff;
	margin: 0px;
}
.flip_six {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.panel_six
{
	display: none;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	background-color: #621111;
}
.panel_seven,.flip_seven
{
	width: 100%;
	float: left;
	padding: 15px;
	color: #fff;
	margin: 0px;
}
.flip_seven {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.panel_seven
{
	display: none;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	background-color: #921f1f;
}
.panel_mission_area {
	width:100%;
	float:left;
	position: relative;
}
.panel_img {
	width: 100%;
	float: left;
	padding: 20px;
}
.panel_img img {
	max-width: 80%;
	display: block;
	height: auto;
	border: solid 4px #fff;
	border-radius: 100%;
	margin: 0px auto;
}
.panel_content {
	width:100%;
	float:left;
	padding: 20px 10px;
}
.panel_content h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    line-height: 1.3em;
    letter-spacing: 1.6px;
    font-weight: 400;
    text-transform: uppercase;
	color: #fff;
	font-family: "montserrat", sans-serif;
	text-align: center;
}
.panel_content p {
    width: 100%;
    float: left;
	font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
	color: #fff;
	text-align: center;
}
@media(min-width: 768px) {
.panel_content h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    line-height: 1.3em;
    letter-spacing: 1.6px;
    font-weight: 400;
    text-transform: uppercase;
	color: #fff;
	font-family: "montserrat", sans-serif;
	text-align: left;
}
.panel_content p {
    width: 100%;
    float: left;
	font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
	color: #fff;
	text-align: left;
}
}
.steps-features2 .step-box.bg-1.select {
	margin-top: -60px;
	padding: 60px 26px 52px 26px;
}
.steps-features2 .step-box.bg-2.select {
	margin-top: -60px;
	padding: 60px 26px 36px 26px;
}
.steps-features2 .step-box.bg-3.select {
	margin-top: -60px;
	padding: 60px 26px 52px 26px;
}



.steps-features{
	width:100%;
	float:left;
	margin-top: 120px;
	margin-bottom: 100px;
}
.steps-features2 {
	display: none;
}
.steps-features .spacing{
	padding:0;
	margin:0;
}
.steps-features .step-box{
	width:100%;
	float:left;
	padding: 26px;
	background-color:#921f1f;
	background-repeat:no-repeat;
	background-position:20px 0;
	background-size:cover;
	position: relative;
	text-align: center;
}
.steps-features .step-box.bg-1 {
	background-image:url(../images/steps-image1.png);
	padding: 26px;
}
.steps-features .step-box.bg-2 {
	/*background-image:url(../images/steps-image2.png);*/
	padding: 26px;
}
.steps-features .step-box.bg-3 {
	background-image:url(../images/steps-image3.png);
	padding: 26px;
}
.steps-features .step-box{
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.steps-features .step-box:hover{
	background-position:0 0;
}
.steps-features .step-box:hover a:after{
	width:100%;
	right: 0;
	left: 0;
}
.steps-features .step-box.featured{
	margin-top: 0px;
	padding-bottom: 40px;
	background-color:#621111;
	text-align: center;
}
.steps-features .step-box.featured span{
	opacity:0;
	margin-top:16px;
}
.steps-features .step-box.featured h5{
	color:#A24032;
}
.steps-features .step-box.featured a{
	float:left;
	font-size:14px;
	font-weight:700;
	color:#fff;
	position:relative;
	left: calc(50% - 41px);
	padding-bottom:16px;
}
.steps-features .step-box.featured a:hover{
	text-decoration:none;
}
.steps-features .step-box.featured a:after{
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	position:absolute;
	left: calc(50% - 15px);
	bottom:0;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.steps-features .step-box.featured:hover a:after{
	width:100%;
	height:1px;
	left: 0;
	right: 0;
	bottom:0;
}
.steps-features .step-box span{
	width:100%;
	height:44px;
	float:left;
	font-size:40px;
	opacity:0;
	color:#fff;
	font-weight:700;
}
.steps-features .step-box h3{
	width:100%;
	height: 40px;
	float:left;
	font-weight: 500;
	font-size: 30px;
	color:#fff;
	margin:0;
}
.steps-features .step-box h5{
	width:100%;
	float:left;
	font-weight:400;
	font-size: 17px;
	color:#ffba00;
	margin-top:0;
	margin-bottom:30px;
}
.steps-features .step-box a{
	float:left;
	font-size:14px;
	font-weight:700;
	color:#fff;
	position:relative;
	left: calc(50% - 41px);
	padding-bottom:16px;
}

@media (max-width: 640px){
.steps-features .step-box span{
	font-size: 30px;
}
.steps-features .step-box h3{
	font-size: 25px;
}
.steps-features .step-box h5{
	font-size: 15px;
}
}
.steps-features .step-box a:hover{
	text-decoration:none;
}
.steps-features .step-box a:after{
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	position:absolute;
	left: calc(50% - 15px);
	bottom:0;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.steps-features .step-box a:hover:after{
	width:100%;
	height:1px;
	left: 0;
	right: 0;
	bottom:0;
}


@media (min-width: 768px) {
.steps-features {
	display: none;
}
.steps-features2 {
	width:100%;
	float:left;
	margin-top: 120px;
	margin-bottom: 100px;
	display: inherit;
}
.steps-features2 .spacing{
	padding:0;
	margin:0;
}
.steps-features2 .step-box{
	width:100%;
	float:left;
	padding: 26px;
	background-color:#921f1f;
	background-repeat:no-repeat;
	background-position:20px 0;
	background-size:cover;
	position: relative;
}
.steps-features2 .step-box.bg-1 {
	background-image:url(../images/steps-image1.png);
	padding: 26px;
}
.steps-features2 .step-box.bg-2 {
	/*background-image:url(../images/steps-image2.png);*/
	padding: 26px;
}
.steps-features2 .step-box.bg-3 {
	background-image:url(../images/steps-image3.png);
	padding: 26px;
}
.steps-features2 .step-box{
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.steps-features2 .step-box:hover{
	background-position:0 0;
}
.steps-features2 .step-box:hover a:after{
	width:100%;
	right: 0;
	left: 0;
}
.steps-features2 .step-box.featured{
	margin-top:-30px;
	padding-bottom: 40px;
	background-color:#621111;
	text-align: center;
}
.steps-features2 .step-box.featured span{
	opacity:0;
	margin-top:16px;
}
.steps-features2 .step-box.featured h5{
	color:#A24032;
}
.steps-features2 .step-box.featured a{
	float:left;
	font-size:14px;
	font-weight:700;
	color:#fff;
	position:relative;
	left: calc(50% - 41px);
	padding-bottom:16px;
}
.steps-features2 .step-box.featured a:hover{
	text-decoration:none;
}
.steps-features2 .step-box.featured a:after{
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	position:absolute;
	left: calc(50% - 15px);
	bottom:0;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.steps-features2 .step-box.featured:hover a:after{
	width:100%;
	height:1px;
	left: 0;
	right: 0;
	bottom:0;
}
.steps-features2 .step-box span{
	width:100%;
	height:44px;
	float:left;
	font-size:40px;
	opacity:0;
	color:#fff;
	font-weight:700;
}
.steps-features2 .step-box h3{
	width:100%;
	height: 40px;
	float:left;
	font-weight: 500;
	font-size: 30px;
	color:#fff;
	margin:0;
}
.steps-features2 .step-box h5{
	width:100%;
	float:left;
	font-weight:400;
	font-size: 17px;
	color:#ffba00;
	margin-top:0;
	margin-bottom:30px;
}
.steps-features2 .step-box a{
	float:left;
	font-size:14px;
	font-weight:700;
	color:#fff;
	position:relative;
	padding-bottom:16px;
}
.steps-features2 .step-box a:hover{
	text-decoration:none;
}
.steps-features2 .step-box a:after{
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
}


.company_partner {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: url(../images/partnerbg.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}
.company_partner::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	left: 0;
	top:0;
	position: absolute;
	z-index: 1;
}
.company_partner .section-title {
    margin: 0px 0px 10px;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 640px){
.company_partner .section-title {
    font-size: 25px;
}
}
.company_partner p {
    width: 100%;
    float: left;
	color: #7d7d7d;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 24px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.partner_slider {
    width: calc(100% - 60px);
    float: left;
	padding: 0px;
	position: relative;
	z-index: 2;
	margin: 0px 30px;
}

.partner_slider .item_holder {
    min-height: 240px;
    position: relative;
    cursor: pointer;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease 0s;
}
.partner_slider .caption_block{
	margin-top: 20%;
}
.partner_slider .caption_block {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0px 5px;
    z-index: 2;
    margin-top: -30px;
    transform: translateY(0px);
    transition: all 0.3s ease 0s;
}
.partner_slider .item_holder:hover .caption_block{
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
.partner_slider .item_desc img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}
.partner_slider .item_desc h4{
	width: 100%;
	text-align: center;
	color: #fff;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.partner_slider .item_desc p{
	padding-top: 100px;
	display: none;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}


.partner_slider .item_holder:hover .item_desc p {
	padding-top: 0px;
	display: block;
}
.partner_slider .item_holder:hover .item_desc img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-webkit-transform: scale(0.7,0.7);
}



.company_activity {
	width: 100%;
	float: left;
	padding: 60px 0;
	position: relative;
	background-color:#fff;
}
.company_activity .section-title {
    margin: 0px 0px 10px;
    font-size: 35px;
    color: #621111;
    text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 640px){
.company_activity .section-title {
    font-size: 25px;
}
}
.company_activity p {
    width: 100%;
    float: left;
	color: #7d7d7d;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 24px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.activity_area {
    width: 100%;
    float: left;
	padding: 0px;
	position: relative;
	z-index: 2;
	background: transparent url(../images/line.png) no-repeat scroll center 80px;
	height: 350px;
}

.company_activity .item {
  float: left;
  background: #fff;
  text-align: center;
  position: absolute;
}
.company_activity .item-thumb {
  border-radius: 50%;
  padding: 5px;
  border: 1px dashed #b4b4b4;
  position: relative;
  overflow: hidden;
}
.company_activity .item-thumb:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.company_activity .item-thumb:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.company_activity .item-size-1 {
  width: 162px;
  margin-top: 60px;
  margin-right: 98px;
  left: 0;
}
.company_activity .item-size-2 {
  width: 232px;
  margin-top: 90px;
  left: calc(50% - 180px);
}
.company_activity .item-size-3 {
  width: 287px;
  right: 0;
}
.company_activity .item-title {
  font-size: 18px;
  margin: 0;
  margin-top: 13px;
  margin-bottom: 0;
}
.company_activity .item-size-2 .item-title, .company_activity .item-size-3 .item-title {
  margin-top: 20px;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.k-widget-portfolio-single-img .overlay {
  background: #f6f6f6;
  overflow: hidden;
}
.k-widget-portfolio-single-img .item-content {
  padding-top: 55px;
  padding-bottom: 55px;
}
.k-widget-portfolio-single-img .item-thumb {
  padding-left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 0;
}
.k-widget-portfolio-single-img .item-thumb img {
  width: auto;
}
.k-widget-portfolio-single-img .item-title {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 35%;
}
.k-widget-portfolio-single-img .item {
  position: relative;
}
.k-widget-portfolio-single-img .item p {
  margin-bottom: 25px;
}
@media (max-width: 799px) {

.activity_area {
    width: 100%;
    float: left;
	padding: 0px;
	position: relative;
	z-index: 2;
	background: transparent url(../images/line2.png) no-repeat scroll center 80px;
	height: auto;
}
.company_activity .item {
  float: left;
  background: #fff;
  text-align: center;
  position: relative;
}
.company_activity .item-size-1 {
  width: 100%;
  margin-top: 30px;
  margin-right: 0px;
  left: inherit;
}
.company_activity .item-size-1 .item-thumb {
  width: 156px;
  left: calc(50% - 60px);
  position: relative;
}
.company_activity .item-size-1 .item-title {
    padding-left: 40px;
}
.company_activity .item-size-2 {
  width: 100%;
  margin-top: 30px;
  left: inherit;
}
.company_activity .item-size-2 .item-thumb {
  width: 200px;
  left: calc(50% - 85px);
  position: relative;
}
.company_activity .item-size-2 .item-title {
    padding-left: 30px;
}
.company_activity .item-size-3 {
  width: 100%;
  right: inherit;
  margin-top: 30px;
}
.company_activity .item-size-3 .item-thumb {
  width: 230px;
  left: calc(50% - 160px);
  position: relative;
}
.company_activity .item-size-3 .item-title {
    padding-left: 115px;
	text-align: left;
}
}
@media (max-width: 350px) {
.company_activity .item {
  float: left;
  background: #fff;
  text-align: center;
  position: relative;
}
.company_activity .item-size-1 .item-thumb {
  width: 156px;
  left: calc(50% - 78px);
  position: relative;
}
.company_activity .item-size-1 .item-title {
    padding-left: 0px;
}
.company_activity .item-size-2 .item-thumb {
  width: 200px;
  left: calc(50% - 100px);
  position: relative;
}
.company_activity .item-size-2 .item-title {
    padding-left: 0px;
}

.company_activity .item-size-3 .item-thumb {
  width: 230px;
  left: calc(50% - 115px);
  position: relative;
}
.company_activity .item-size-3 .item-title {
    padding-left: 0;
	text-align: center;
}
}

.footer_block {
	width: 100%;
	float: left;
	padding: 50px 0px;
	background-color: rgba(0,0,0,0.85);
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer_block h2 {
	margin: 0px 0px 10px;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
}
.footer_block p {
	width: 100%;
	float: left;
	color: #7D7D7D;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.footer_area {
	width: 100%;
	float: left;
	position: relative;
}
.conforms {
	margin-top: 50px;
}
.conforms2 {
	margin-top: 10px;
}
.conforms .inputa, .conforms .texputa {
    font-weight: 400;
    letter-spacing: 1.5px;
    border: 1px solid #CCC;
}
.conforms2 .inputa, .conforms2 .texputa {
    font-weight: 400;
    letter-spacing: 1.5px;
    border: 1px solid #CCC;
}
.inputa {
    width: 100%;
    position: relative;
    height: 42px;
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    padding-left: 19px;
}
.texputa {
    width: 100%;
    position: relative;
    height: 166px;
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 0px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    padding-left: 19px;
    padding-top: 15px;
    resize: none;
}
.button_area {
    width: 175px;
	float: right;
	position: relative;
}
.sub_footer_block {
	width: 100%;
	float: left;
	position: relative;
	background-color: #111;
	padding: 20px 0;
	font-family: "Open Sans", sans-serif;
}
.sub_footer_text1 {
	text-align: center;
}
.sub_footer_text2 {
	text-align: center;
}
.sub_footer_text2 a {
	color: #828282;
}
.sub_footer_text2 a:hover {
	color: #828282;
}
@media (min-width: 768px) {
.sub_footer_text1 {
	text-align: left;
}
.sub_footer_text2 {
	text-align: right;
}
}



.banner_block {
	width: 100%;
	float: left;
	position: relative;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	padding: 50px;
}
.banner_block::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	top: 0;
	left: 0;
	z-index: 1;
}
.banner_area {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	z-index: 2;
}
.banner_area h2 {
	width: 100%;
	float: left;
	position: relative;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
}
.banner_area p {
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
	font-family: "Playfair Display",serif;
	font-size: 17px;
	font-style: italic;
}
.about_more_block {
	width:100%;
	float:left;
	position: relative;
	z-index: 11;
	background-color: #fff;
	overflow: hidden;
}
.about_more_area {
	width:100%;
	float:left;
	padding: 80px 0px;
	vertical-align: baseline;
}
.about_more_block h4 {
	width:100%;
	float:left;
	font-family: "Playfair Display",serif;
	font-size: 20px;
    font-weight: 400;
	font-style: italic;
}
.about_more_block h2 {
	width:100%;
	float:left;
	font-size: 35px;
    line-height: 1.3em;
    letter-spacing: 1.6px;
    font-weight: 400;
	text-transform: uppercase;
}


@media (max-width: 640px){
.about_more_block h4 {
	font-size: 17px;
}
.about_more_block h2 {
	font-size: 25px;
}
}
.about_more_block p {
	width:100%;
	float:left;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}
.about_more_block .img_abs {
}
.about_more_block .about_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
	float: left;
}
.about_more_img img {
    height: auto;
    max-width: 100%;
    vertical-align: central;
	display: block;
	margin: 0px auto;
}
@media (min-width: 768px) {
.about_more_block .img_abs {
	position: absolute;
	right: 0px;
	top: calc(50% - 128px);
}
}


.about_overview_block {
	width:100%;
	float:left;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	padding: 80px 0px;
}
.about_overview_area {
	width:100%;
	float:left;
}
.about_overview_box {
	width: 100%;
	float: left;
	position: relative;
	border: solid 1px #7d7d7d;
}
@media (max-width: 768px) {
.about_overview_box {
	margin-bottom: 40px;
	display: none;
}
}
.about_overview_box::before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: -5px;
	right: -5px;
	background-color: #621111;
}
.about_overview_box img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.about_overview_box2 {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.about_overview_box2::before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: -5px;
	right: -5px;
	background-color: #621111;
}
.about_overview_box2 img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.about_overview_block h2 {
	width:100%;
	float:left;
	font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 1.6px;
    font-weight: 400;
	text-transform: uppercase;
}
.about_overview_block p {
	width:100%;
	float:left;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}



.contact_block {
	width:100%;
	float:left;
	padding: 80px 0;
	position: relative;
}
.contact_area {
	width:100%;
	float:left;
}
.flip {
    position: relative;
}
.flip i {
	width: 40px;
	float: left;
	padding-right: 10px;
    font-family: FontAwesome;
    font-size: 24px;
	color: #fff;
}
.flip::before {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
    transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.select::before {
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.panel_one,.flip_one
{
	width: 100%;
	float: left;
	cursor: pointer;
	padding: 15px;
	background-color: #7d7d7d;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}
.flip_one {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.panel_one
{
	margin: 3px 0px;
	display: none;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
}
.panel_two,.flip_two
{
	width: 100%;
	float: left;
	cursor: pointer;
	padding: 15px;
	background-color: #7d7d7d;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}
.flip_two {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.panel_two
{
	margin: 3px 0px;
	display: none;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
}
.panel_three,.flip_three
{
	width: 100%;
	float: left;
	cursor: pointer;
	padding: 15px;
	background-color: #7d7d7d;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}
.flip_three {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.panel_three
{
	margin: 3px 0px;
	display: none;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
}
.panel_four,.flip_four
{
	width: 100%;
	float: left;
	cursor: pointer;
	padding: 15px;
	background-color: #7d7d7d;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}
.flip_four {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.panel_four
{
	margin: 3px 0px;
	display: none;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
}
.contact_map {
	width: 100%;
	float: left;
	position: relative;
}


.product_block {
	width:100%;
	float:left;
	padding: 80px 0;
	position: relative;
}
.product_area {
	width:100%;
	float:left;
	margin-top: 40px;
}
.product_block .section-title {
    margin: 0px 0px 10px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
}
@media (max-width: 640px){
.product_block .section-title {
    font-size: 25px;
}
}
.product_block p {
    width: 100%;
    float: left;
    color: #7d7d7d;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.cat-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
	border: solid 1px rgba(0,0,0,0.3);
	
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.cat-wrapper .cat-details {
	font-family: "montserrat", sans-serif;
    line-height: 1.42857;
    position: absolute;
    bottom: -60px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    width: 100%;
    padding: 25px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.cat-details .arrow {
    background: transparent url(../images/arrow-right.png) center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.cat-details:hover .arrow {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.cat-details .hrline {
    width: 30px;
    display: block;
    margin-top: 25px;
    margin-bottom: 13px;
    border: 1px solid #fff;
}
.cat-details .cat-action-text {
    color: #d2d2d2;
    font-size: 12px;
}
.cat-wrapper:hover .cat-details {
    bottom: -15px;
}


.yt-left-wrap {
	margin-top: 40px;
}
.shop-by-category {
	position: relative;
	z-index: 100;
}
.shop-by-category h2.widgettitle {
	background: #621111;
	margin: 0px;
	padding: 15px 20px 14px;
	color: #fff;
	font-size: 15px;
	font-family: "open Sans", sans-serif;
}
.shop-by-category h2.widgettitle::before {
	content: "\f0c9";
	font-family: "FontAwesome";
	color: #FFF;
	margin-right: 20px;
	border-right: 1px solid #FFF;
	padding-right: 20px;
	font-size: 100%;
}
.shop-by-category h2.widgettitle span {
	color: #FFF;
}
h2.widgettitle span {
	font-weight: bold;
	word-wrap: break-word;
}
#menu-shop-by-category li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
#menu-shop-by-category {
	background: #FFF none repeat scroll 0% 0%;
	margin-bottom: 20px;
	padding: 0;
}
#menu-shop-by-category li {
	position: relative;
	border-top: 1px solid RGBA(0, 0, 0, 0.2);
	border-right: 1px solid RGBA(0, 0, 0, 0.2);
	border-left: 1px solid RGBA(0, 0, 0, 0.2);
	transition: all 150ms ease-out 0s;
	list-style: outside none none;
	padding: 12px 20px;
}
#menu-shop-by-category li:last-child {
	border-bottom: 1px solid RGBA(0, 0, 0, 0.2);
}
ul a.nav-top-link {
	color: #621111;
	display: block;
	position: relative;
	font-weight: 500;
}
#menu-shop-by-category li:hover {
	border-left:3px solid #621111!important;
	padding-left:35px;
}
#menu-shop-by-category li:hover a {
	color: #621111;
}

.product_box {
    width: 100%;
    float: left;
	position: relative;
}

.cat-wrapper2 {
    position: relative;
    display: block;
    overflow: hidden;
	padding: 30px 0;
	border: solid 1px rgba(0,0,0,0.3);
	background-color: #121212;
	margin-bottom: 30px;
	
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.cat-wrapper2 .cat-details {
	font-family: "montserrat", sans-serif;
    position: absolute;
    bottom: -105px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    width: 100%;
    padding: 10px;
	text-transform: capitalize;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	min-height: 150px;
}
.cat-wrapper2 .cat-details .arrow {
    background: transparent url(../images/arrow-right.png) center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.cat-wrapper2 .cat-details:hover .arrow {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.cat-wrapper2 .cat-details .cat-name {
	font-size: 12px;
    line-height: 24px;
	font-weight: 500;
}

.cat-details2 .cat-action-text {
    color: #d2d2d2;
    font-size: 12px;
	font-weight: 300;
}
.cat-wrapper2:hover .cat-details {
    bottom: 0px;
}



.service_block {
	width:100%;
	float:left;
	padding: 80px 0;
	position: relative;
}
.service_area {
	width:100%;
	float:left;
	margin-top: 40px;
}
.service_block .section-title {
    margin: 0px 0px 10px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 640px){
.service_block .section-title {
    font-size: 25px;
}
}
.service_block p {
    width: 100%;
    float: left;
    color: #7d7d7d;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.post-layout {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.entry-blog {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 3px double #D6D6D6;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    -webkit- box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.blog-header {
    padding: 45px 20px 15px;
    text-align: center;
}
.meta-category {
    position: relative;
}

.meta-category-inner {
    position: relative;
}
.meta-category-inner a {
    background-color: #621111;
    padding: 6px 14px;
    font-size: 11px;
    transition: 300ms;
    -webkit-transition: 300ms;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
}

.meta-category-inner::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 9px;
    height: 2px;
    width: 30px;
    background-color: #621111;
}
.meta-category-inner::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 9px;
    height: 2px;
    width: 30px;
    background-color: #621111;
}
.blog-header h2.page-title {
    margin: 15px 0 5px;
    font-size: 28px;
    line-height: 30px;
}
.blog-header h2.page-title a {
	font-family: "montserrat", sans-serif;
    color: #621111;
}
.entry-blog .featured-image {
    background: #000;
    -webkit-transition: 300ms;
    margin-bottom: 30px;
    margin-top: 10px;
}
.entry-blog .featured-image img {
}
.blog-entry-summary {
    padding: 0 20px 15px;
    position: relative;
	color: #7d7d7d;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.list_icon {
	color: #621111;
	font-size: 15px;
	padding-right: 15px;
}