/* Start Basic Style
==================================== */
*	{
	margin:0;
	padding:0;	
}

body	{
	background:#ffffff;
	color:#2e2b2c;
	font-size:16px;
	line-height:24px;
	overflow-x:hidden;
	font-family: 'Roboto', arial;
}

.clear	{
	clear:both;	
}

p	{
	color:#2e2b2c;
	font-size:16px;
	line-height:24px;
	font-family: 'Roboto', arial;
	margin-bottom:15px;
}

h1, h2, h3, h4, h5, h6	{
	font-family: 'Roboto', arial;
	margin:0 0 20px 0;
}

h1	{
	color:#1a171b;
	font-size:48px;
	line-height:56px;
	font-weight:700;
	font-style:italic;
	text-transform:capitalize;	
}

h2	{
	color:#b33837;
	font-size:36px;
	line-height:44px;
	font-weight:700;
	font-style:italic;
	text-transform:uppercase;	
}

h3 {
	color:#b33837;
	font-size:30px;
	line-height:38px;
	font-weight:700;
	text-transform:uppercase;
}

h3 span	{
	font-weight:400;
	font-size:20px;
	display:block;
}

h4 {
	color:#1a181c;
	font-size:24px;
	line-height:34px;
	font-weight:600;
	text-transform:inherit;	
}

h5 {
	color:#1a181c;
	font-size:20px;
	line-height:28px;
	font-weight:600;
	text-transform:inherit;		
}

h6 {
	color:#1a181c;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	text-transform:inherit;	
}


a	{
	color:#F54B00;
	text-decoration:none;
	transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;	
	font-family: 'Roboto', arial;
}

a:hover	{
	color:#b33837;
	text-decoration:none;	
}

a.read_more	{
	display:block;
	color:#1a171c;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	background:#FFF;
	border:2px solid #2e2b2c;
	text-align:center;
	width:189px;
	padding:15px 0;
	font-weight:600;
	margin:0 auto;
	text-transform:uppercase;	
}

a.read_more:hover	{
	background:#b33837;	
	border-color:#b33837;
	color:#1a171c;
}

a.view_all	{
	font-size:20px;
	display:block;
	font-style:italic;
	text-transform:uppercase;
	line-height:28px;
	color:#1a171b;
	font-weight:600;
}

a.view_all:after	{
	content: "\f101";
	font-family: 'FontAwesome';
	margin:0 0 0 10px;
	color:#b33837;
	font-style:normal;
	transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}

a.view_all:hover	{
	color:#b33837;	
}

a.view_all:hover:after	{
	color:#1a171b;	
}

input[type="text"] , 
input[type="email"] , 
input[type="tel"] , 
textarea {
	background:#b33837;
	color:#1a171b;
	font-size:13px;
	line-height:21px;
	padding:10px;
	margin-bottom:8px;
	width:100%;
	border:none;
	border-bottom:2px solid #d17c54;
	border-radius:8px;
	font-family: 'Roboto', arial;
}

input[type="text"]	{
	background:url(../images/name_field.png) right center no-repeat #b33837;
	background-position:95% 12px;
}

input[type="email"]	{
	background:url(../images/email_field.png) right center no-repeat #b33837;
	background-position:95% 12px;

}

input[type="text"]:focus	{
	background:url("") #b33837;
}

input[type="email"]:focus	{
	background:url("") #b33837;

}

textarea {
	min-height:107px;
	resize: none;
}

input[type="submit"]	{
	background:#b33837;
	border:none;
	border-bottom:2px solid #d17c54;
	text-align:center;
	color:#1a171b;
	font-size:18px;
	font-weight:600;
	font-style:italic;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	margin-top:4px;
	border-radius:8px;
	padding:10px 0;
	line-height:34px;
	transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
  	font-family: 'Lato', arial , 'FontAwesome';
}

input[type="submit"]:hover	{
	background:#2e2b2c;	
	color:#b33837;
}

input::-webkit-input-placeholder {
	color: #000;
	font-size:16px;
}

input::-moz-placeholder {
	color: #000;
	font-size:16px;
}

input:-moz-placeholder {   /* Older versions of Firefox */
	color: #000;
	font-size:16px;
}

input:-ms-input-placeholder { 
	color: #000;
	font-size:16px;
}

textarea:-ms-input-placeholder {
	color: #000;
	font-size:16px;	

}

textarea:-moz-placeholder {	
	color: #000;
	font-size:16px;

}

textarea::-webkit-input-placeholder {
	color: #000;
	font-size:16px;
}

textarea::-moz-placeholder {
	color: #000;
	font-size:16px;
}


.scrollup { 
	width:40px; 
	height:40px; 
	opacity:0.3; 
	filter: alpha(opacity=30); 
	position:fixed; 
	bottom:25px; 
	right:16px; 
	display:none; 
	text-indent:-9999px;
	z-index:9999;
	background: url('../images/icon_top.png') no-repeat;
}

li.active a	{
	color:#000 !important;	
}

.col-center	{
	float:none !important;
	margin:0 auto !important;	
}


/* Start Layout Style
==================================== */

header ,footer ,
section.sec_slider ,
section.sec_services ,
section.sec_mission ,
section.sec_portfolio ,
section.sec_testimonials ,
section.sec_contact_detail ,
section.footer_social , 
footer .f_menu	{
	float:left;
	width:100%;
}

header	{
	background:#FFF;
	padding:15px 0	
}

footer	{
	background-image: -ms-linear-gradient(top, #231F20 0%, #1B1819 100%);
	background-image: -moz-linear-gradient(top, #231F20 0%, #1B1819 100%);
	background-image: -o-linear-gradient(top, #231F20 0%, #1B1819 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #231F20), color-stop(1, #1B1819));
	background-image: -webkit-linear-gradient(top, #231F20 0%, #1B1819 100%);
	background-image: linear-gradient(to bottom, #231F20 0%, #1B1819 100%);
}

section.footer_social	{
	background:#151213;
	padding:20px 0;	
}

footer	{
	padding:40px 0;	
}

section.white_area	{
	background:#FFF;
	padding:40px 0;	
}

section.yellow_area	{
	background:url(../images/mob_hands.png) right bottom no-repeat #b33837;
	background-position:82% 235px;	
	padding:40px 0;
}

section.white_area .intro , 
section.yellow_area .intro	{
	text-align:center;	
}

section.white_area .intro h1	{
	color:#b33837;
	margin-bottom:18px;
}

section.white_area .intro h6	{
	color:#1a171b;
	font-style:italic;
	font-weight:600;
	margin-bottom:5px;
}

section.white_area .intro p	{
	font-size:14px;
	line-height:22px;
}

section.yellow_area .intro h1	{
	color:#1a171b;	
}

section.yellow_area .intro h6	{
	color:#60420a;	
	font-style:italic;
	font-weight:600;
	margin-bottom:18px;
}

section.yellow_area .intro h4	{
	color:#60420a;
}

section.yellow_area p	{
	color:#60420a;
	font-size:14px;
	line-height:22px;
}

section.sec_testimonials	{
	background:url(../images/testi_bg.jpg) no-repeat;
	background-size:cover;
	padding:80px 0 315px;
}

.col-center	{
	float:none !important;
	margin:0 auto;
	text-align:center;	
}

/* End Layout Style
==================================== */


/* Start General Style
==================================== */


/* Header */

header .logo	{
	text-align:center;	
}

header .logo img	{
	width:100%;
	height:100%;
	max-height:72px;
	max-width:271px;
}

.menu {
	width: 100%;
	float: left;
}

.menu nav ul li i	{
	color:#b33837;	
}

.main-nav {
    margin: auto;
    width: 100%;
}

.main-nav > ul > li{
	float: left;
	list-style: none;
	position: relative;
	text-align: center;
}
 
.main-nav ul li a{
	color: #676767;
	display: block;
	font-size: 16px;
	font-weight:300;
	line-height: 22px;
	padding: 5px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.main-nav ul li a:hover {
	color:#1a171c;
}

.main-nav  ul ul a:hover {
	color: #fff;
	text-indent:10px;
}

.main-nav  ul ul a {
	color: #b33837;
}
 
.main-nav  li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	margin-top:0px;
}
 
.main-nav  ul li > ul {
	background:#333;
	visibility: hidden;
	width: auto;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	margin-top:15px;
	z-index:999;
}
 
.main-nav  ul ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: block;
	float: none;
	margin: 0;
	list-style: none;
}
 
.main-nav ul li.sub_menu > a {
	padding-right: 32px;
}

.main-nav ul li.sub_menu > a:before {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #FFF;
	content: "";
	height: 0;
	position: absolute;
	right: 10px;
	top: 37px;
	width: 0;
	z-index: 999;
}
 
.main-nav  ul ul a,
.main-nav  ul ul a:link {
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
	min-width: 235px;
	text-align: left;
}
 
.main-nav  ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.main-nav ul , 
.main-nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.main-nav ul	{
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
	line-height: 1;
	float:right;
}

.main-nav ul li ul ul {
	margin: -51px 0px 0px 188px !important;
}

.main-nav ul li:hover ul ul , 
.main-nav ul li:hover ul ul ul , 
.main-nav ul li.sfhover ul ul , 
.main-nav ul li.sfhover ul ul ul {
	left: -999em;
}

.main-nav ul li:hover ul , 
.main-nav ul li li:hover ul , 
.main-nav ul li li li:hover ul , 
.main-nav ul li.sfhover ul , 
.main-nav ul li li.sfhover ul , 
.main-nav ul li li li.sfhover ul { 
	left: auto;
}

.main-nav ul li li li:hover ul {
	top: 30px;
}



/* Services */

section.sec_services .intro	{
	margin-bottom:40px;
}

section.sec_services .services_box	{
	margin-bottom:30px;	
}

section.sec_services .services_box .services_icon	{
	text-align:center;
	border-radius:50%;
	border:10px solid #221f20;
	height:196px;
	width:196px;
	margin:0 auto;
	margin-bottom:-90px;
	position:relative;
	background:#FFF;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;	
}

section.sec_services .services_box .services_icon i	{
	font-size:100px;
	color:#b33837;
	cursor:auto;
	margin-top:38px;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

section.sec_services .services_box .services_text	{
	background:#2e2b2c;
	padding:100px 15px 15px 15px;
	min-height:360px;
	text-align:center;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;	
}

section.sec_services .services_box .services_text h3	{
	line-height:30px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;		
}

section.sec_services .services_box .services_text p	{
	color:#FFF;
	line-height:20px;
	font-weight:400;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}	

section.sec_services .services_box a.read_more	{
	margin-top:-30px;	
}

section.sec_services .services_box:hover .services_text	{
	background:#b33837;	
}

section.sec_services .services_box:hover .services_text h3	{
	color:#382707;	
}

section.sec_services .services_box:hover .services_text p	{
	color:#382707;	
}

section.sec_services .services_box:hover .services_icon	{
	border-color:#b33837;
}

section.sec_services .services_box:hover .services_icon i	{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);		
}



/* Mission */

section.sec_mission .intro	{
	margin-bottom:60px;	
}

section.sec_mission .mission_image	{
	text-align:center;
}

section.sec_mission .mission_image img	{
	width:100%;
	height:100%;
	max-height:476px;
	max-width:569px;
}

section.sec_mission .mission_text h4	{
	font-style:italic;	
}

section.sec_mission .mission_text h6	{
	font-style:italic;
	font-weight:600;
}



/* Portfolio */

section.sec_portfolio .intro	{
	margin-bottom:60px;	
}

section.sec_portfolio article	{
	border:1px solid #b33837;
	margin-bottom:30px;
	position:relative;
}

section.sec_portfolio article .overlay {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

section.sec_portfolio article:hover .overlay	{
	position:absolute;
	background:rgba(248, 179, 53, 0.7);
	width:100%;
	height:100%;
	cursor:pointer;
	top:0;
	left:0;
}

section.sec_portfolio article .overlay span {
	display:none;
	position:absolute;
	border-radius:50%;
	margin:0;
	padding:10px;
	width:124px;
	text-align:center;
	height:124px;
	background:rgba(255, 255, 255, 0.7);
}

section.sec_portfolio article:hover .overlay span	{
	display:block;
	top:25%;
	left:35%;
	color:#1A181C;
	padding:50px 0;
}
	
section.sec_portfolio .portfolio_box	{
	margin:9px;	
}

section.sec_portfolio .portfolio_box img	{
	width:100%;
	height:100%;
}

section.sec_portfolio .portfolio_details	{
	padding:40px 0 !important;
	float:left;
	width:100%;
}

section.sec_portfolio .portfolio_details .product_detail_image	{
	text-align:center;	
}

section.sec_portfolio .portfolio_details .product_detail_image img	{
	width:100%;
	height:100%;
	max-height:386px;
	max-width:586px;
	box-shadow:5px 4px 0px 0px #b33837;
}

section.sec_portfolio .portfolio_details .product_detail_text h4	{
	font-size:24px;
	line-height:32px;	
}

section.sec_portfolio .portfolio_details .product_detail_text p	{
	font-size:14px;
	line-height:22px;
}



/* Testimonial */


/* Footer */
footer	{
	text-align:center;	
}

footer .footer_para	 p {
	color:#919191;
	font-size:14px;
	margin-bottom:25px;
	line-height:20px;
}

section.footer_social .f_social_icons p	{
	margin:0;	
}

section.footer_social .f_social_icons i	{
	color:#4c4c4c;
	font-size:40px;
	margin:0 10px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

section.footer_social .f_social_icons i:hover	{
	color:#fff;
}

footer .f_menu ul	{
	display:block;
	list-style:none;
	margin-top:30px;	
}

footer .f_menu ul li	{
	display:inline-block;
}

footer .f_menu ul li:after	{
	content:"/";
	color:#ffffff;
	margin:0 35px;
}

footer .f_menu ul li:last-child:after	{
	content:"";
	margin-right:0;
}

footer .f_menu ul li a	{
	color:#ffffff;
	font-weight:300;
	font-size:18px;
	line-height:26px;
	text-transform:capitalize;
}

footer .f_menu ul li a:hover	{
	color:#b33837;
}

footer .f_menu p	{
	margin:0;
	color:#6c6b6b;
	font-weight:300;	
}




/* Testimonial 3D slider Starts */
.dg-container{
	position: relative;
	z-index: 999;
}

.dg-wrapper{
	width: 100%;
	height: 340px;
	margin: 0 auto;
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	perspective: 500px;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
}

.dg-wrapper a{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index:0
}

.dg-center	{
	z-index:99999999 !important;	
}

.dg-wrapper a.dg-transition{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.dg-wrapper a img{
	margin: 0 0 20px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.9;
	border-radius:50%;
	border:8px solid #FFF;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	width:100%;
	height:100%;
	max-height:281px;
	max-width:281px;
}

.dg-wrapper a.dg-center img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	opacity: 1;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.dg-wrapper a div{
	display: none;
	position: relative;
	width: 100%
	margin-bottom:40px;
}

.dg-wrapper a .client_name	{
	background:none !important;
	padding:0 !important;
	margin-bottom:30px;
	display:block;
}

.dg-wrapper a .client_name h6 , 
.dg-wrapper a .client_name p {
	margin:0;	
}

.dg-wrapper a .client_name h6	{
	font-weight:600;	
}

.dg-wrapper a .client_name p	{
	font-weight:300;
	line-height:16px;	
}

.dg-wrapper a.dg-center div{
	display: block;
	background:url(../images/slider_text_bg.png) no-repeat;
	background-size:100% 170px;
	padding:60px 0;
}

.dg-container .testi_nav {
	left: 0;
	position: absolute;
	top: 38%;
	width: 100%;
	z-index: 1000;
	height: 20px;
}

.dg-container .testi_nav span:hover{
	opacity: 1;
}

.dg-container .testi_nav span a {
	color: #FFF;
	font-size: 28px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.dg-container .testi_nav span a:hover{
}

.dg-container .testi_nav span.dg-prev{
	left: 10%;
	position: absolute;
}

.dg-container .testi_nav span.dg-prev i , 
.dg-container .testi_nav span.dg-next i {
	margin:0;
	font-weight:300;	
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.dg-container .testi_nav span.dg-prev i:hover , 
.dg-container .testi_nav span.dg-next i:hover {
	color:#b33837 !important;
}

.dg-container .testi_nav span.dg-next{
	position: absolute;
	right: 10%;
}

.dg-wrapper .qoute {
	border: none;
	position: relative;
	z-index: 300;
	padding: 0;
	margin: 0;
}

.dg-wrapper .qoute p {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	font-weight:300;
	margin: 0;
}

.dg-wrapper .qoute strong {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
}


/* Contact Detail */

section.sec_contact_detail .blog_post h2 , 
section.sec_contact_detail .tweets h2 , 
section.sec_contact_detail .contact_form_main h2	{
	text-transform:capitalize;
}

section.sec_contact_detail .blog_post h2 i , 
section.sec_contact_detail .tweets h2 i , 
section.sec_contact_detail .contact_form_main h2 i	{
	color:#b33837;
	margin:0 15px 0 0;
	cursor:auto;
}

section.sec_contact_detail .blog_post ul	{
	display:block;	
}

section.sec_contact_detail .blog_post ul li	{
	display:block;
	position:relative;
	margin-bottom:20px;
	padding:20px 0;
	min-height:147px;
	border-bottom:1px dashed #2e2b2c;
}

section.sec_contact_detail .blog_post ul li img	{
	position:absolute;
	width:87px;
	height:77px;
	border-radius:8px;
	left:0;
}

section.sec_contact_detail .blog_post ul li .blog_post_text	{
	padding-left:110px;
}

section.sec_contact_detail .blog_post ul li .blog_post_text h6	{
	margin:0 0 10px 0;
	font-weight:600;
	font-style:italic;
}

section.sec_contact_detail .blog_post ul li .blog_post_text p	{
	margin:0 0 10px 0;
	line-height:20px;
}

section.sec_contact_detail .blog_post p	{
	margin:0;
	line-height:20px;
}

section.sec_contact_detail .blog_post p a	{
	text-align:right;
}

section.sec_contact_detail .blog_post h2 i , 
section.sec_contact_detail .tweets h2 i , 
section.sec_contact_detail .contact_form_main h2 i	{
	color:#b33837;
	margin:0 15px 0 0;
	cursor:auto;
}

section.sec_contact_detail .tweets_slides ul	{
	display:block;	
}

section.sec_contact_detail .tweets_slides ul li	{
	display:block;
	position:relative;
	margin-bottom:20px;
	padding:20px 0;
	min-height:147px;
	border-bottom:1px dashed #2e2b2c;
}

section.sec_contact_detail .tweets_slides ul li i	{
	position:absolute;
	color:#b33837;
	margin:0;
	cursor:auto;
	font-size:88px;
	border-radius:8px;
	left:0;
}

section.sec_contact_detail .tweets_slides ul li span	{
	display:block;
	font-size:12px;
	line-height:20px;
	color:#b33837;	
}

section.sec_contact_detail .tweets_slides ul li .tweet_post_text	{
	padding-left:110px;
}

section.sec_contact_detail .tweets_slides ul li .tweet_post_text h6	{
	margin:0 0 10px 0;
	font-weight:600;
	font-style:italic;
}

section.sec_contact_detail .tweets_slides ul li .tweet_post_text p	{
	margin:0;
	line-height:20px;
}

section.sec_contact_detail .tweets_slides p	{
	margin:0;
	line-height:20px;
}

section.sec_contact_detail .tweets_slides p a	{
	text-align:right;
}

section.sec_contact_detail .contact_form_main .contact_info_text	{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px dashed #2e2b2c;
}

section.sec_contact_detail .contact_form_main .contact_info_text .address 	{
	position:relative;
}

section.sec_contact_detail .contact_form_main .contact_info_text .address i 	{
	position:absolute;
	left:0;
	color:#1a171c;
	font-size:25px;	
	cursor:auto;
}

section.sec_contact_detail .contact_form_main .contact_info_text .address h6 , 
section.sec_contact_detail .contact_form_main .contact_info_text .address p  {
	padding-left:50px;
}

section.sec_contact_detail .contact_form_main .contact_info_text .address h6  {
	font-weight:600;
	font-style:italic;
	margin:0 0 10px 0;
}

section.sec_contact_detail .contact_form_main .contact_info_text .address p  {
	margin:0 0 10px 0;
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:24px;
}

section.sec_contact_detail .contact_form_main .contact_info_text p i	{
	color:#1a171c;
	font-size:25px;
	margin:0 26px 0 0;
	cursor:auto;
}

section.sec_contact_detail .contact_form_main .contact_info_text p	{
	font-weight:600;
	font-style:italic;
	font-size:18px;
	line-height:26px;	
}

section.sec_contact_detail .contact_form_main .contact_info_text p a	{
	font-weight:300;
	font-style:normal;
	color:#2e2b2c;
}

section.sec_contact_detail .contact_form_main .contact_info_text p a:hover	{
	color:#b33837;
}


/* Inner Page Portfolio */

section.sec_portfolio .portfolio_title_inner	{
	float:left;
	width:100%;
	background:#b33837;
	padding:15px 0;
	margin-bottom:30px;
}

section.sec_portfolio .portfolio_title_inner h1	{
	text-align:center;
	color:#1a181c;
	font-size:53px;
	line-height:61px;
	font-weight:300;
	font-style:normal;
	margin:0;
}

section.sec_portfolio .portfolio_title_inner h1 span{
	background:#1a181c;
	border-radius:50%;
	width:76px;
	height:76px;
	text-align:center;
	display:inline-block;
}

section.sec_portfolio .portfolio_title_inner h1 span i{
	color:#b33837;
	margin:10px 0 10px 0;
}

section.sec_portfolio .portfolio_animated .services_menu	{
	margin-bottom:40px !important;	
}

section.sec_portfolio .portfolio_animated .services_menu a	{
	display:inline-block;
	border:1px solid #252525;
	text-align:center;
	padding:0 15px;
	color:#252525;
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:600;
	margin:0 5px;
}

section.sec_portfolio .portfolio_animated .services_menu a.current { 
	background:#252525;
	color:#FFF;	
}

section.sec_portfolio .portfolio_animated .services_menu a:hover	{
	background:#252525;
	color:#FFF;	
}

section.sec_portfolio .view_all_box	{
	text-align:center;	
}

section.sec_portfolio .view_all_box a.view_all{
	display:inline-block;
	border:2px solid #2e2b2c;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	padding:15px 45px 15px 50px ;
	text-align:center !important;
}

section.sec_portfolio .view_all_box a.view_all:after	{
	content:"";	
}

section.sec_portfolio .view_all_box a.view_all:hover	{
	background:#b33837 !important;
	border-color:#b33837;
	color:#2e2b2c;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}



/* Inner Page Services */

section.what_we_do  {
	background:url(../images/what_we_do.png) no-repeat bottom left 100px #b33837;
	position:relative;
}

section.what_we_do .mission_text h4{
	font-size:32px;
	font-style:normal;	
}

section.sec_portfolio .services_inner	{
	margin-bottom:80px;	
}

section.sec_portfolio .services_inner .services_icon span	{
	width:150px;
	height:150px;
	text-align:center;
	border-radius:50%;
	margin:0 auto;
	display:block;
	background:#b33837;
}

section.sec_portfolio .services_inner .services_icon span i	{
	color:#fff;
	cursor:auto;
	font-size:80px;
	margin:35px 0 0 0;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

section.sec_portfolio .services_inner .services_icon span i:hover	{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);	
}

section.sec_portfolio .services_inner .services_text h4	{
	font-weight:400;
	color:#b33837;
	margin-bottom:0;
	text-transform:capitalize;
}

section.sec_portfolio .services_inner .services_text h6	{
	font-weight:300;
	color:#272727;
	font-size:18px;
	line-height:26px;
	font-style:italic;
}

section.sec_portfolio .services_inner .services_text p	{
	font-size:12px;
	line-height:20px;
}



/* Inner Page Team */

section.our_team	{
	float:left;
	width:100%;
	padding:40px 0;
	background:#b33837;	
}

section.our_team .mission_image	{
	text-align:center;	
}

section.our_team .mission_image	img	{
	width:100%;
	height:100%;
	max-height:324px;
	max-width:247px;	
}

section.our_team .our_team_title h3	{
	font-size:30px;
	line-height:38px;
	color:#1a171b;	
	text-transform:inherit;
}

section.our_team .skills h3	{
	font-size:30px;
	line-height:38px;
	color:#1a171b;
	text-transform:inherit;
}

.skills-graph {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.skills-graph li {
	margin-bottom: 15px;
	font-size: 11px;
}

.skills-graph li p {
	margin-bottom: 0;
	text-transform:capitalize;
	color:#1a171b;
	font-size:16px;
	line-height:24px;
	font-weight:600;
}

.skills-graph li strong {
	float: right;
}

.skills-graph li span , 
.skills-graph li div {
	height: 20px;
	line-height: 11px;
}

.skills-graph li span {
	background-color: #d38e0c;
	height: 20px;
}

.content.alternate .skills-graph li span , 
.content.alternate.dark .skills-graph li span , 
.content.alternate.default_color .skills-graph li span {
	height: 9px;
	margin-bottom:1px;
}

.skills-graph li div {
	background-color: #fff;
}

.content.alternate .skills-graph li div {
	background-color: rgba(0, 0, 0, 0.07);
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-color: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}

.content.alternate.dark .skills-graph li div {
	border-style: none none solid none;
	background-color: #313131;
    border-color: rgba(255, 255, 255, 0.070);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

.content.alternate.default_color .skills-graph li div {
	background-color: rgba(0, 0, 0, 0.1);
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.content.alternate.default_color .skills-graph li span {
	background-color: #fff;
}






section.sec_portfolio .services_box	{
	margin-bottom:30px;	
}

section.sec_portfolio .services_box .services_icon	{
	text-align:center;
	border-radius:50%;
	border:10px solid #ebebeb;
	height:196px;
	width:196px;
	margin:0 auto;
	margin-bottom:-90px;
	position:relative;
	background:#d7d7d7;
	overflow:hidden;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;	
}

section.sec_portfolio .services_box .services_icon img	{
	width:100%;
	height:100%;
	max-height:192px;
	max-width:197px;
}

section.sec_portfolio .services_box .services_text	{
	border:1px solid #2e2b2c;
	padding:100px 15px 15px 15px;
	min-height:360px;
	text-align:center;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;	
}

section.sec_portfolio .services_box .services_text h3	{
	line-height:30px;
	color:#1a181b;
	font-size:18px;
	text-transform:capitalize;
	line-height:26px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;		
}

section.sec_portfolio .services_box .services_text h3 span	{
	line-height:30px;
	color:#b33837;
	font-size:14px;
	line-height:22px;
	font-style:italic;
	text-transform:capitalize;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;		
}

section.sec_portfolio .services_box .services_text p	{
	color:#272727;
	line-height:20px;
	font-weight:400;
	font-size:12px;
	line-height:20px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

section.sec_portfolio .services_box .services_text p i	{
	margin:15px 8px 0 8px;
	color:#272727;
	font-size:16px;	
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

section.sec_portfolio .services_box .services_text p i:hover	{
	color:#fff;	
}

section.sec_portfolio .services_box:hover .services_text	{
	background:#b33837;
	border-color:#b33837;
}

section.sec_portfolio .services_box:hover .services_text h3 span	{
	color:#1a181b;	
}

section.sec_portfolio .services_box:hover .services_icon	{
	border-color:#b33837;
}

/* Inner Contact Page */

.contact_form form input[type="text"] , 
.contact_form form input[type="email"] , 
.contact_form form input[type="tel"] , 
.contact_form form textarea {
	background:#fff;
	color:#1a171b;
	font-size:13px;
	line-height:21px;
	padding:10px;
	margin-bottom:20px;
	width:100%;
	border:none;
	border:1px solid #d3d3d3;
	border-radius:0px;
	font-family: 'Roboto', arial;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.contact_form form textarea	{
	min-height:150px;	
}


.contact_form form input::-webkit-input-placeholder {
	color: #d3d3d3;
	font-size:16px;
}

.contact_form form input::-moz-placeholder {
	color: #d3d3d3;
	font-size:16px;
}

.contact_form form input:-moz-placeholder {   /* Older versions of Firefox */
	color: #d3d3d3;
	font-size:16px;
}

.contact_form form input:-ms-input-placeholder { 
	color: #d3d3d3;
	font-size:16px;
}

.contact_form form textarea::-webkit-input-placeholder {
	color: #d3d3d3;
	font-size:16px;
}

.contact_form form textarea::-moz-placeholder {
	color: #d3d3d3;
	font-size:16px;
}

.contact_form form textarea:-moz-placeholder {   /* Older versions of Firefox */
	color: #d3d3d3;
	font-size:16px;
}

.contact_form form textarea:-ms-textarea-placeholder { 
	color: #d3d3d3;
	font-size:16px;
}

textarea:-ms-input-placeholder {
	color: #000;
	font-size:16px;
}

.contact_form form input[type="text"]:focus , 
.contact_form form input[type="email"]:focus , 
.contact_form form input[type="tel"]:focus , 
.contact_form form textarea:focus {
	border-color:#b33837;
	color:#b33837;
}

.contact_form form input[type="submit"]	{
	text-align:center;
	background:#b33837;
	border-bottom:none;
	font-size:18px;
	line-height:26px;
	width:161px;
	font-weight:400;
	font-style:normal;
	border-radius:0px;
}

.contact_form form input[type="submit"]:hover	{
	text-align:center;
	background:#b33837;
}

section.contact_image	{
	float:left;
	width:100%;
	background:url(../images/contact_bottom_image.jpg) no-repeat;
	min-height:314px;
	background-size:100% 314px;		
}

section.contact_image .contact_icons ul	{
	display:block;
	list-style:none;
	text-align:center;
	margin:102px 0;
}

section.contact_image .contact_icons ul	li {
	display:inline-block;
	text-align:center;
	margin-right:60px;
	color:#FFF;
	font-size:18px;
	line-height:26px;
	font-weight:300;
}

section.contact_image .contact_icons ul	li:last-child	{
	margin-right:0px;	
}

section.contact_image .contact_icons ul	li img {
	display:block;
	margin:0 auto 25px auto;
}

section.contact_image .contact_icons ul	li a {
	color:#FFF;
	font-size:18px;
	line-height:26px;
	font-weight:300;
}

section.contact_image .contact_icons ul	li a:hover {
	color:#b33837;
}

section.google_map	{
	float:left;
	width:100%;
	border-top:10px solid #b33837;
	border-bottom:10px solid #b33837;	
}

#gmap_canvas	{
	height:400px;
	width:100%;	
}

#gmap_canvas img {
	max-width:none!important;
	background:none!important
}

.google_map_box {
	overflow:hidden;
	height:400px;
	width:100%;	
}


/* Inner Page Blog */

.blog_main .blog_post_left .blog_post	{
	margin-bottom:60px;
	border-bottom:2px dashed #666;
	padding-bottom:30px;
}

.blog_main .blog_post_left .blog_post h2	{
	color:#272727;
	font-style:normal;
	text-transform:capitalize;
	margin-bottom:0;	
}

.blog_main .blog_post_left .blog_post h6	{
	color:#b33837;
	font-size:14px;
	line-height:22px;
}

.blog_main .blog_post_left .blog_post .post_image	{
	margin-bottom:30px;	
}

.blog_main .blog_post_left .blog_post .post_image img	{
	width:100%;
	height:100%;
	max-height:352px;
	max-width:769px;
	box-shadow:4px 4px 0px #b33837;	
}

.blog_main .blog_post_left .blog_post p	{
	font-size:14px;
	line-height:22px;
	font-weight:300;
	color:#272727;	
}

.blog_main .blog_post_left .blog_post blockquote	{
	font-weight:300;
	color:#353535;
	font-size:16px;
	line-height:24px;
	font-style:italic;	
}

.blog_main .blog_post_left .blog_post a.read_more_blog	{
	display:block;
	background:#b33837;
	border:1px solid #b33837;
	text-align:center;
	width:93px;
	color:#1a171c;
	padding:4px 0;
	text-transform:uppercase;
	font-size:12px;
	line-height:20px;
}

.blog_main .blog_post_left .blog_post a.read_more_blog:hover	{
	background:#272727;
	border-color:#272727;
	color:#fff;
}

.blog_main .blog_post_left .blog_post .tags_comment	{
	margin-top:15px;	
}

.blog_main .blog_post_left .blog_post .tags_comment img	{
	width:100%;
	height:100%;
	max-height:36px;
	max-width:279px;	
}

.blog_main .blog_post_left .blog_post .tags_comment p	{
	margin-bottom:5px;	
}

.blog_main .blog_post_left .blog_post .tags_comment p span	{
	display:inline-block;
	color:#b33837;
	font-size:12px;
	line-height:20px;
	font-weight:400;
	padding:0 15px 0 0;
	border-right:1px solid #000000;	
}

.blog_main .blog_post_left .blog_post .tags_comment p span:last-child	{
	border-right:none;	
	padding:0 0 0 15px;
}

.blog_main .blog_post_left .blog_post .tags_comment p span a {
	color:#272727;
	font-weight:400;
}

.blog_main .blog_post_left .blog_post .tags_comment p span a:hover {
	color:#b33837;	
}

.blog_main .blog_post_left .pagination	{
	text-align:center;
	width:100%;
	margin:0;
}

.blog_main .blog_post_left .pagination p	{
	color:#000000;
	font-size:13px;
	line-height:21px;
	font-weight:300;
	text-transform:uppercase;	
}

.blog_main .blog_post_left .pagination p i	{
	color:#000000;
	font-size:13px;
	line-height:21px;
	font-weight:800;
	margin:0 5px;	
}

.blog_main .blog_post_left .pagination p a	{
	text-align:center;
	display:inline-block;
	border:1px solid #999;
	padding:3px 8px;
	border-radius:2px;
	color:#525457;
}

.blog_main .blog_post_left .pagination p a:hover	{
	background:#b33837;
	color:#fff;
}

.blog_main .blog_post_left .pagination p span a	{
	border:none;
	border-radius:0px;
	color:#000000;
}

.blog_main .blog_post_left .pagination p span a i	{
	color:#a3a3a3;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.blog_main .blog_post_left .pagination p span a:hover	{
	color:#b33837;
	background:none;
}

.blog_main .blog_post_left .comment_box h5	{
	font-szie:18px;
	line-height:26px;
	color:#b33837;
	font-weight:6020;
}

.blog_main .blog_post_left .comment_box form textarea	{
	background:#fff;
	color:#1a171b;
	font-size:13px;
	line-height:21px;
	padding:10px;
	margin-bottom:20px;
	width:100%;
	border:none;
	min-height:150px;
	border:1px solid #d3d3d3;
	border-radius:0px;
	font-family: 'Roboto', arial;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.blog_main .blog_post_left .comment_box form textarea:focus	{
	border-color:#b33837;
	color:#b33837;
	
}

.blog_main .blog_post_left .comment_box form input[type="submit"]	{
	text-align:center;
	background:#b33837;
	border-bottom:none;
	font-size:18px;
	line-height:26px;
	width:161px;
	font-weight:400;
	font-style:normal;
	border-radius:0px;
}

.blog_main .blog_post_left .comment_box form input[type="submit"]:hover	{
	text-align:center;
	background:#272727;
}

.blog_main .blog_post_left .pagination p span a:hover i	{
	color:#282828;
}

.blog_main .side_bar_blog .recent_post_main	h2	{
	font-weight:300;
	text-transform:uppercase;
	color:#272727;
	font-style:normal;	
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box	{
	background:#e1e1e1;
	padding:20px;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul	{
	display:block;
	list-style:none;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul li	{
	position:relative;
	border-bottom:1px dashed #999;
	margin-bottom:30px;
	padding:10px 0 10px 0;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul li img	{
	position:absolute;
	width:100%;
	height:100%;
	max-height:84px;
	max-width:87px;
	left:0;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul li .post_text	{
	padding-left:100px;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul li .post_text h6	{
	font-weight:600;
	font-size:16px;
	line-height:20px;
	margin:0;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul li .post_text span	{
	display:block;
	color:#b33837;
	font-size:10px;
	line-height:18px;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul li .post_text p	{
	display:block;
	color:#939191;
	font-size:13px;
	line-height:18px;
}

.blog_main .side_bar_blog .recent_post_main	.recent_post_box ul li:last-child	{
	border-bottom:none;	
}

.tweet_box	{
	background:#e2e2e2;
	padding:32px 0px 15px 0px;
	margin-top:62px;	
}

.tweet_box a	{
	display:block;	
}

.tweet_box img	{
	width:100%;
	height:100%;
	max-height:74px;
	max-width:296px;
	margin:0 auto 10px auto;
	display:block;
}

.tweet_box p {
	font-size:15px;
	line-height:23px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;	
}

.tweet_box p a {
	font-size:18px;
	line-height:26px;
	color:#d58a84;
}

.tweet_box p a:hover {
	color:#b33837;
}

.tweet_box ul	{
	list-style:none;
	display:block;
	margin-top:30px;	
}

.tweet_box ul li a , 
.tweet_box ul li span	{
	display:block;
}

.tweet_box ul li a {
	display:block;
	font-size:18px;
	line-height:26px;
	color:#d58a84;
}

.tweet_box ul li p , 
.tweet_box ul li span {
	margin:0;
	font-size:15px;
	line-height:23px;
}

.tweet_box ul li	{
	border-left:5px solid transparent;
	padding:5px 26px 5px 26px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.tweet_box ul li:hover	{
	background:#FFF;
	border-left-color:#282828;	
}

.tweet_box ul li:hover	p	{
	color:#b33837;
}

.tweet_box h5	{
	font-size:17px;
	line-height:25px;
	color:#272727;
	font-weight:400;
	text-align:center;
	border-top:1px solid #fff;
	padding:10px 0;
	margin:0;	
}

.tweet_box h5 a	{
	display:inline-block;
	color:#b33837;	
}

.tweet_box h5 a:hover	{
	display:inline-block;
	color:#000;	
}

.facebook_widget	{
	margin-top:60px;	
}

.facebook_widget img	{
	text-align:center;
	width:100%;
	height:100%;
	max-width:372px;
	max-height:623px;	
}

.facebook_widget iframe	{
	width:100%;
	height:100%;	
}



/* End General Style
==================================== */



/* Start Media Quaries
==================================== */
@media only screen and (max-width: 991px) {
	.main-nav ul li > ul {
		background-color: transparent;
		opacity: 1;
		position: static;
		transition: none;
	}
	
	.main-nav ul li a {
		line-height: 0px;
		border-radius: 0;
		-o-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.main-nav ul ul li {
		border: none;
	}
	
	.mean-container .mean-bar	{
		position:static !important;		
	}
	
	.main-nav ul ul a, .main-nav ul ul a:link {
		line-height: inherit;
	}
	
	.main-nav ul ul a, .main-nav ul ul a:link {
		min-width: inherit;
	}
	
	.main-nav ul li ul ul {
		margin: 0 !important;
	}
	
	header .navigation {
		display: none;
	}
	
	.menues_container	{
		background:none;
		width:auto;
		z-index:0;
	}
	
	.main-nav li a i {
    	color: #fff;
	}
	
	section.yellow_area , 
	section.sec_contact_detail .blog_post h2 , 
	section.sec_contact_detail .tweets h2 , 
	section.sec_contact_detail .contact_form_main h2 , 
	section.sec_portfolio .services_inner .services_text , 
	section.sec_portfolio .portfolio_details	{
		text-align:center;	
	}
	
	section.sec_contact_detail .blog_post , 
	section.sec_contact_detail .tweets , 
	section.sec_contact_detail .contact_form_main	{
		margin-bottom:60px;
	}
	
	section.sec_portfolio .portfolio_animated .services_menu a	{
		display:block;
		margin-bottom:10px;
	}
	
	section.what_we_do	{
		background:url("") #b33837;
	}
	
	.skills-graph	{
		text-align:left;	
	}
	
	section.our_team .mission_image img	{
		margin-bottom:30px;	
	}
	
	.skills , section.sec_portfolio .portfolio_details .product_detail_text	{
		margin-top:40px;	
	}
	
	section.contact_image	{
		background:#4C4D51;	
	}
	
	section.contact_image .contact_icons ul	li	{
		display:block;
		margin:0 0 60px 0;	
	}
	
	.blog_main .blog_post_left .blog_post .tags_comment p span	{
		display:block;
		border:none;
		padding:0;	
	}
	
	.blog_main .blog_post_left .blog_post .tags_comment p span:last-child	{
		padding:0;	
	}
}

@media only screen and (min-width: 640px) and (max-width:991px) {
	
}

@media only screen and (min-width: 391px) and (max-width:991px) {
	
}

@media only screen and (max-width: 639px) {
	.dg-wrapper a.dg-center div	{
		background:rgba(0, 0, 0, 0.7);
		padding:35px 10px;
	}
	
	.dg-center	{
		transform:translateX(0px) translateY(-2px) translateZ(-134px) rotateY(0deg) !important;	
	}
	
	.dg-wrapper a	{
		transform:translateX(0px) translateY(-2px) translateZ(-134px) rotateY(0deg);
			
	}
}

@media only screen and (min-width: 580px) and (max-width:991px) {
	
}

@media only screen and (max-width: 530px) {
	.dg-wrapper > a	{
		display:none;
	}
	
	.dg-center	{
		display:block !important;
		z-index:9999999999 !important;
	}
}

@media only screen and (max-width: 480px) {
	section.sec_contact_detail .contact_form_main .contact_info_text p i	{
		margin:0 10px 0 0;	
	}
	
	section.sec_contact_detail .contact_form_main .contact_info_text .address h6 , 
	section.sec_contact_detail .contact_form_main .contact_info_text .address p	{
		padding-left:36px;	
	}
}
	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

@media (-webkit-max-device-pixel-ratio) {
	section.sec_portfolio .portfolio_box img	{
		max-height:223px;
		max-width:340px;
	}
}