/* Start Basic Style
==================================== */
@import url(font.css);
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f2f2f2;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 24px;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}
section{
	position:relative;
	z-index:1;
	}
.clear {
	clear: both;
}
p {
	color: #8a8a8a;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
}
h1 {
	color: #2fc3f3;
	font-size: 48px;
	line-height: 56px;
	text-transform: capitalize;
}
h2 {
	color: #2fc3f3;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	font-style: italic;
}
h3 {
	color: #25ACC1;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
}
h3 span {
	font-weight: 400;
	font-size: 20px;
	display: block;
}
h4 {
	color: #EF672F;
	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: #2fc3f3;
	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;
}
a:hover {
	color: #2F9BBF;
	text-decoration: none;
}
a.read_more {
	display: block;
	color: #1a171c;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	background: #FFF;
	border: 2px solid #31302B;
	text-align: center;
	width: 189px;
	padding: 15px 0;
	font-weight: 600;
	margin: 0 auto;
	text-transform: uppercase;
}
a.read_more:hover {
	background: #2C97C1;
	border-color: #5FBDBA;
	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: #2fc3f3;
	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: #f8b333;
}
a.view_all:hover:after {
	color: #1a171b;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
	}
input[type="text"],  input[type="email"],  input[type="tel"],  textarea {
	background: #01667B;
	color: #1a171b;
	font-size: 13px;
	line-height: 21px;
	padding: 10px;
	margin-bottom: 8px;
	width: 100%;
	border: none;
	border-bottom: 2px solid #756140;
	border-radius: 8px;
}
input[type="text"] {
	background: url(../images/name_field.png) right center no-repeat #01667B;
	background-position: 95% 12px;
}
input[type="email"] {
	background: url(../images/email_field.png) right center no-repeat #01667B;
	background-position: 95% 12px;
}
input[type="text"]:focus {
	background: url("") #f8b333;
}
input[type="email"]:focus {
	background: url("") #f8b333;
}
textarea {
	min-height: 107px;
	resize: none;
}
input[type="submit"] {
	background: #01667B;
	border: none;
	border-bottom: 2px solid #756140;
	text-align: center;
	color: #fff;
	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: 'Open Sans', sans-serif, 'FontAwesome';
}
input[type="submit"]:hover {
	background: #8a8a8a;
	color: #f8b333;
}
 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;
}
.col-center {
	float: none !important;
	margin: 0 auto !important;
}
/* Start Layout Style

==================================== */


.ctopbdr{
	border:4px solid #e56c3d;
	border-radius:100%;
}
header, footer,  section.sec_slider,  section.sec_services,  section.sec_mission,  section.sec_portfolio,  section.sec_testimonials,  section.sec_contact_detail,  .footer_social,  footer .f_menu {
	float: left;
	width: 100%;
}
header {
	background:#fff;
	padding: 15px 0 0;
}
.cheader{
	background: #2fc3f3;
}
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%);
}
.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 #f2f2f2;
	background-position: 82% 235px;
	padding: 40px 0;
}
section.white_area .intro,  section.yellow_area .intro {
	text-align: center;
}
section.white_area .intro h1 {
	color: #2fc3f3;
	margin-top: 15px;
	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: #2fc3f3;
}
section.yellow_area .intro h6 {
	color: #FCFCFF;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 18px;
}
section.yellow_area .intro h4 {
	color: #60420a;
}
section.yellow_area p {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
section.sec_testimonials {
	background: url(../images/quotes.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 315px;
}
section.sec_testimonials:before{
	content:"";
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(27, 158, 217, 0.7);
	}
.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 {
	max-width: 300px;
	padding-top:15px;
}
.menu {
	width: 100%;
	margin:15px 0 0;
	background:#2fc3f3;
}
.menu nav ul li i {
	color: #f8b333;
}
.main-nav {
	margin: auto;
	width: 100%;
}
.main-nav > ul > li {
	float: left;
	list-style: none;
	position: relative;
	text-align: center;
}
.main-nav ul li:first-child a{
	padding:14px 30px;
}
.main-nav ul li:first-child a i{
	color:#fff;
	font-size:22px;
}
.main-nav ul li a {
	background-color:#2fc3f3;
	/*border-radius:5px;*/
	color: #fff;
	display: block;
	font-size: 16px;
	text-transform:uppercase;
	border-left:1px dashed #34a6cb;
	font-weight: 400;
	line-height: 2;
	letter-spacing:0.5px;
	padding:14px 28px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-nav ul li:last-child a {
	border-right:1px dashed #34a6cb;
}
.main-nav ul li a:hover ,
.main-nav ul li.active a{
	background-color:#79d8f7;
	color: #fff;
}
.main-nav ul ul a:hover {
	color: #fff;
	text-indent: 10px;
}
.main-nav ul ul a {
	color: #F8B333;
}
.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,  .main-nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
.main-nav ul {
	padding: 0;
	list-style: none;
	line-height: 1;
}
.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 {
	padding:30px 0 90px;
	height:100%;
	position:relative;
}
section.sec_services .services_box .services_icon {
	text-align: center;
	border-radius: 50%;
	border: 10px solid #31302B;
	height: 170px;
	width: 170px;
	margin: 0 auto;
	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: 75px;
	color: #01667B;
	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:#31302B;*/
	padding: 30px 15px 15px 15px;
	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 {
	color: #8a8a8a;
	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;
	-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{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:30px;
	}
section.sec_services .services_box a.read_more:hover{
	background:#31302B;
	border-color:#31302B;
	color:#fff;
	}	
section.sec_services .services_box:hover .services_text {
/*background:#CBCECE;	*/
}
section.sec_services .services_box:hover .services_text h3 {
	color: #8a8a8a;
}
section.sec_services .services_box:hover .services_icon {
	border-color: #1788bb;
}
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;
	color:#2fc3f3;
}
/* Portfolio */
section.sec_portfolio .intro {
	padding-left:30px;
	margin-top:-5px;
	margin-bottom: 60px;
}
section.sec_portfolio article {
	border: 1px solid #01667B;
	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(27, 158, 217, 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 #f8b333;
}
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;
	bottom:0;
	left:0;
	width:100%;
	position:fixed;
}
footer .footer_para p {
	color: #919191;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 20px;
}
.footer_social .f_social_icons p {
	margin: 0;
}
.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;
}
.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: #f8b333;
}
footer .f_menu p {
	margin: 0;
	color: #6c6b6b;
	font-weight: 300;
}
/* Testimonial 3D slider Starts */
.sec_testimonials h2{
	color:#fff;
	}
.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;
	color:#fff;
}
.dg-wrapper a .client_name p {
	font-weight: 300;
	line-height: 16px;
	color:#fff;
}
.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 {
	color:#333;
}
.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: #333 !important;
}
.dg-container .testi_nav span.dg-next {
	position: absolute;
	right: 10%;
}
.dg-wrapper .qoute {
	border: none;
	position: relative;
	z-index: 300;
	padding: 0 30px;
	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: #f8b333;
	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 #8a8a8a;
}
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: #2fc3f3;
	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 #8a8a8a;
}
section.sec_contact_detail .tweets_slides ul li i {
	position: absolute;
	color: #2fc3f3;
	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: #EDB03D;
}
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 #8a8a8a;
}
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: #8a8a8a;
}
section.sec_contact_detail .contact_form_main .contact_info_text p a:hover {
	color: #f8b333;
}
/* Inner Page Portfolio */



section.sec_portfolio .portfolio_title_inner {
	float: left;
	width: 100%;
	background:#e3e3e3;
	border-bottom:5px solid #e56c3d;
	padding: 15px 0;
	margin-bottom: 30px;
}
section.sec_portfolio .portfolio_title_inner h1 {
	text-align: center;
	/*color:#1a181c;*/
	color: #8a8a8a ;
	font-size: 53px;
	line-height: 61px;
	font-weight: 300;
	font-style: normal;
	margin: 0;
}
section.sec_portfolio .portfolio_title_inner h1 span {
	background: #8a8a8a ;
	border-radius: 50%;
	width: 86px;
	height: 86px;
	text-align: center;
	display: inline-block;
}
section.sec_portfolio .portfolio_title_inner h1 span i {
	color: #fff;
	margin: 15px 0 15px 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;
	margin-bottom:50px;
}
section.sec_portfolio .view_all_box a.view_all {
	display: inline-block;
	border: 2px solid #8a8a8a;
	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: #2fc3f3;
	border-color: #2fc3f3;
	color: #fff;
}
.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 */


.chsservices{
	background:#efefef;
}

section.what_we_do {
	background: url(../images/what_we_do.png) no-repeat bottom left 100px #2fc3f3;
	position: relative;
}
section.what_we_do .mission_text h4 {
	font-size: 32px;
	font-style: normal;
}
section.sec_portfolio a .services_inner{
	color: #6c6c6c;
	text-align:center;
}
section.sec_portfolio a:hover .services_inner{
	color: #fffff;
}
section.sec_portfolio .services_inner {
	margin-bottom: 80px;
	background:#efefef;
}
section.sec_portfolio .services_inner:hover{
	background:#505050;
}
section.sec_portfolio .services_inner .services_icon span {
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
section.sec_portfolio .services_inner .services_icon span i {
	color: #2fc3f3;
	cursor: pointer;
	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 a:hover .services_inner  .services_text h4{
	color: #ffffff;
}
section.sec_portfolio .services_inner .services_text h4 {
	font-weight: 400;
	color: #6c6c6c;
	text-align:center;
	margin: 35px 0 0;
	text-transform: capitalize;
}
section.sec_portfolio .services_inner .services_text h4 {
	font-weight: 400;
	color: #6c6c6c;
}
section.sec_portfolio .services_inner .services_text h6 {
	font-weight: 300;
	color: #6c6c6c;
	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: #f8b333;
}
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 #8a8a8a;
	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: #f8b333;
	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: #f8b333;
	border-color: #f8b333;
}
section.sec_portfolio .services_box:hover .services_text h3 span {
	color: #1a181b;
}
section.sec_portfolio .services_box:hover .services_icon {
	border-color: #b9831e;
}
/* 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;
	-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: #f8b333;
	color: #f8b333;
}
.contact_form form input[type="submit"] {
	text-align: center;
	background: #f8b333;
	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: #f8b333;
}
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: -5px;
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	width:33.333%;
	vertical-align:top;
}
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: #f8b333;
}
section.google_map {
	float: left;
	width: 100%;
	border-top: 10px solid #f8b333;
	border-bottom: 10px solid #f8b333;
}
#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: #f8b333;
	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 #f8b333;
}
.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: #f8b333;
	border: 1px solid #c88e23;
	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: #f8b333;
	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: #f8b333;
}
.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: #f8b333;
	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: #f8b333;
	background: none;
}
.blog_main .blog_post_left .comment_box h5 {
	font-szie: 18px;
	line-height: 26px;
	color: #f8b333;
	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;
	-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: #f8b333;
	color: #f8b333;
}
.blog_main .blog_post_left .comment_box form input[type="submit"] {
	text-align: center;
	background: #f8b333;
	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: #f8b333;
	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: #24b4ff;
}
.tweet_box p a:hover {
	color: #f8b333;
}
.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: #24b4ff;
}
.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: #f8b333;
}
.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: #f8b333;
}
.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%;
}


ul.csocial li{
	list-style:none;
	float:left;
}
ul.csocial li a .fa{
	color:#2b3991;
	font-size:36px;
}
ul.csocial li:nth-child(2) a .fa{
	color:#27aae2;
}
ul.csocial li:nth-child(3) a .fa{
	color:rgb(222,75,57);
}
ul.csocial li:nth-child(4) a .fa{
	color:#1c74bc;
}
ul.csocial li a .fa:hover{
	color:#2fc3f3;
	-webkit-transform: rotate(-360deg);
    -moz-transform:    rotate(-360deg);
    -ms-transform:     rotate(-360deg);
    -o-transform:      rotate(-360deg);
    transform :        rotate(-360deg);
}
.chinfo li a{
	color:#e56c3d;
	font-weight:400;
	font-size:20px;
}
.chstext h2,
.chstext h3,
.chstext h4,
.chstext h5,
.chstext h6{
	color:#e56c3d;
	margin-top:0;
	padding-top:0;
	text-align:left;
	font-style:normal;
}
.chstext p{
	text-align:justify;
}
.chstext ul{
	margin-left:15px;
}
.chstext ul li{
	position:relative;
	list-style:none;
	padding-left:15px;
}
.chstext ul li strong{
	color:#2fc3f3;
}
.chstext ul li:before {
	content: "\f135";
	font-family:icomoon;
	left:-15px;
	color:#e56c3d;
	position:absolute;
}


/* End General Style

==================================== */
.csidebarmenu ul li {
	position: relative;
	background: #2fc3f3;
	border: 2px solid #c2e1f5;
	list-style:none;
	padding:7px;
}
.csidebarmenu ul li a{
	color:#fff;
}
.csidebarmenu ul li:after, 
.csidebarmenu ul li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.csidebarmenu ul li:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #2fc3f3;
	border-width: 20px;
	margin-top: -21px;
}
.csidebarmenu ul li:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 23px;
	margin-top: -22px;
}
.csidebarmenu ul li a:hover {
	margin-left:15px;
}





/* 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("") #f8b333;
}
.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;
}
}
.ctopbar {
	background: url(../images/ctopbar.png) repeat-x top;
	height: 5px;
}
.wrapper{
	overflow:hidden;
	}
@media only screen and (max-width: 991px) {
	.main-nav ul li a:hover, .main-nav ul li.active a , .mean-container .mean-nav ul li a:hover{
    background-color: #333;
    color: #fff;
}
.wrapper {
    overflow: initial;
}
footer{
	position:relative;
	bottom:auto;
	left:auto;
	}
}
