@font-face {
	font-family: roboto_condensedregular;
	src: url(../fonts/RobotoCondensed-Regular-webfont.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}
body {
	background: rgb(255, 255, 255); font-family: "roboto_condensedregular"; font-size: 100%;
}
.header_bg {
	background: rgb(0, 0, 0);
}
.header {
	padding: 4% 0px;
}
.logo {
	margin-top: 1px; float: left;
}
.h_menu {
	float: right;
}
nav {
	display: block;
}
.menu {
	display: block;
}
.menu li {
	display: inline-block; position: relative; z-index: 100;
}
.menu li:first-child {
	margin-left: 0px;
}
.menu li.activate a {
	background: rgb(188, 88, 18); border-radius: 4px; box-shadow: inset 0px -4px 0px #8C3C08; -webkit-box-shadow: inset 0px -4px 0px #8C3C08; -moz-box-shadow: inset 0px -4px 0px #8C3C08; -o-box-shadow: inset 0px -4px 0px #8C3C08; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.menu li a:hover {
	background: rgb(188, 88, 18); border-radius: 4px; box-shadow: inset 0px -4px 0px #8C3C08; -webkit-box-shadow: inset 0px -4px 0px #8C3C08; -moz-box-shadow: inset 0px -4px 0px #8C3C08; -o-box-shadow: inset 0px -4px 0px #8C3C08; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.menu li a {
	padding: 10px 24px; transition:0.2s ease-in-out; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 16px; text-decoration: none; display: block; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover {
	background: rgb(188, 88, 18); color: rgb(0, 0, 0);
}
.menu li:hover > a {
	background: rgb(188, 88, 18); color: rgb(0, 0, 0);
}
.menu ul {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; left: 0px; top: 42px; width: 132px; display: none; position: absolute;
}
.menu ul li {
	background: none; margin: 0px; padding: 0px; float: none; display: block;
}
.menu ul li a {
	background: rgb(253, 1, 49); padding: 10px 20px; color: rgb(255, 255, 255); font-size: 13px; font-weight: normal; border-left-color: rgb(192, 60, 53); border-left-width: 3px; border-left-style: solid; display: block;
}
.menu ul li a:hover {
	background: rgb(240, 240, 240); border-radius: 0px; color: rgb(121, 121, 121); border-left-color: rgb(140, 60, 8); border-left-width: 3px; border-left-style: solid; box-shadow: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px;
}
.menu ul li:hover > a {
	background: rgb(240, 240, 240); border-radius: 0px; color: rgb(121, 121, 121); border-left-color: rgb(140, 60, 8); border-left-width: 3px; border-left-style: solid; box-shadow: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px;
}
.menu li:hover > ul {
	display: block;
}
.menu ul ul {
	left: 132px; top: 0px;
}
.mobile-menu {
	background: rgb(188, 88, 18); padding: 12px; width: 100%; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 16px; display: none;
}
.mobile-menu:hover {
	background: rgb(140, 60, 8); color: rgb(255, 255, 255); text-decoration: none;
}
@media all and (max-width:979px) and (min-width:768px)
{
.mainWrap {
	width: 768px;
}
.menu ul {
	top: 37px;
}
.menu li a {
	padding: 8px; font-size: 12px;
}
}
@media all and (max-width:767px)
{
.mainWrap {
	padding: 50px 20px; width: auto;
}
.menu {
	display: none;
}
.mobile-menu {
	margin-top: 20px; display: block;
}
nav {
	background: none; margin: 0px;
}
.menu li {
	margin: 0px; display: block;
}
.menu li a {
	background: rgb(255, 255, 255); color: rgb(121, 121, 121); border-top-color: rgb(224, 224, 224); border-top-width: 1px; border-top-style: solid;
}
.menu li a:hover {
	background: rgb(240, 240, 240); color: rgb(121, 121, 121);
}
.menu li:hover > a {
	background: rgb(240, 240, 240); color: rgb(121, 121, 121);
}
.menu ul {
	left: 0px; top: 0px; width: 100%; display: none; position: relative;
}
.menu ul ul {
	left: 0px;
}
}
.slider {
	position: relative;
}
.rslides {
	list-style: none; margin: 0px; padding: 0px; width: 100%; overflow: hidden; position: relative;
}
.rslides li {
	left: 0px; top: 0px; width: 100%; display: none; position: absolute; -webkit-backface-visibility: hidden;
}
.rslides li:first-child {
	float: left; display: block; position: relative;
}
.rslides img {
	border: 0px currentColor; border-image: none; width: 100%; height: auto; float: left; display: block;
}
.caption {
	left: 5%; top: 28%; width: 90%; text-align: center; position: absolute;
}
.caption h3 {
	background: rgb(69, 69, 69); margin: 0px auto; padding: 15px 30px; border-radius: 4px; width: 60%; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 4.5em; font-style: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.caption p {
	background: rgba(0, 0, 0, 0.26); margin: 15px auto 0px; padding: 15px 30px; border-radius: 4px; width: 75%; text-align: center; color: rgb(255, 255, 255); line-height: 24px; clear: both; font-size: 18px; font-style: normal; font-weight: 400; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.callbacks_tabs a::after {
	border: 2px solid rgb(116, 116, 116); border-image: none; width: 12px; height: 12px; font-family: FontAwesome; font-size: 0px; display: inline-block; visibility: visible; content: "\f111";
}
.callbacks_here a::after {
	border: 2px solid rgb(255, 255, 255); border-image: none;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs li {
	display: inline-block;
}
ul.callbacks1_tabs.callbacks_tabs {
	left: 13px; bottom: 14px; position: absolute; z-index: 999;
}
.callbacks_nav {
	background: url("../images/themes.gif") no-repeat 6px 5px rgb(232, 100, 90); left: 0px; top: 50%; width: 50px; height: 60px; text-indent: -9999px; overflow: hidden; text-decoration: none; margin-top: -45px; position: absolute; z-index: 3; opacity: 0.7; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.next.callbacks_nav {
	background-position: -17px 20px; left: auto; right: 0px;
}
.prev.callbacks_nav {
	background-position: 17px 20px; left: 0px; right: auto;
}
@media only screen and (max-width:1280px)
{
.caption h3 {
	width: 70%;
}
}
@media all and (max-width:1024px)
{
.caption {
	left: 2.5%; top: 33%; width: 95%;
}
.caption h3 {
	width: 75%; font-size: 3.6em;
}
.caption p {
	padding: 13px 15px; width: 80%; font-size: 16px;
}
}
@media all and (max-width:800px)
{
.caption h3 {
	width: 75%; font-size: 2.8em;
}
.caption p {
	padding: 12px 15px; width: 90%; font-size: 14px;
}
}
@media all and (max-width:768px)
{
.caption {
	left: 5%; top: 28%; width: 90%;
}
.caption h3 {
	font-size: 2.2em;
}
.caption p {
	padding: 10px 15px; font-size: 13px;
}
}
@media all and (max-width:640px)
{
.caption {
	left: 5%; top: 22%; width: 90%;
}
.caption h3 {
	font-size: 1.5em;
}
.callbacks_tabs a::after {
	width: 10px; height: 10px;
}
.callbacks_nav {
	width: 40px; height: 50px;
}
.next.callbacks_nav {
	background-position: -21px 16px;
}
.prev.callbacks_nav {
	background-position: 13px 16px;
}
}
@media all and (max-width:480px)
{
.caption {
	left: 2.5%; top: 18%; width: 95%;
}
.caption p {
	margin: 0.5em 0px;
}
.caption h3 {
	font-size: 1.4em;
}
.callbacks_tabs a::after {
	width: 4px; height: 4px;
}
ul.callbacks1_tabs.callbacks_tabs {
	left: 4px; bottom: 10px;
}
.callbacks_nav {
	width: 35px; height: 45px;
}
.prev.callbacks_nav {
	background-position: 10px 14px;
}
.caption p {
	padding: 5px 10px; width: 100%; font-size: 12px;
}
}
@media all and (max-width:320px)
{
.caption {
	left: 13%; top: 18%; width: 70%;
}
.callbacks_nav {
	top: 63%;
}
.caption p {
	background: none; margin: 0.2em 0px; height: 25px; overflow: hidden;
}
.caption h3 {
	padding: 10px 5px; border-radius: 0px; width: 90%; font-size: 1em;
}
.callbacks_tabs a::after {
	width: 4px; height: 4px;
}
ul.callbacks1_tabs.callbacks_tabs {
	left: 4px; bottom: 10px;
}
.next.callbacks_nav {
	background-position: -24px 14px;
}
}
.main_bg {
	background: rgb(243, 243, 243);
}
.main_grid {
	padding: 4% 0px;
}
.top_grid {
	background: rgb(236, 236, 236); padding: 4%;
}
.span1_of_1 {
	padding: 0px;
}
.span1_of_1 h3 {
	margin: 0px; color: rgb(140, 152, 153); text-transform: capitalize; font-size: 28px;
}
.span1_of_1 p {
	color: rgb(136, 136, 136); line-height: 1.8em; font-size: 14px;
}
.span1_of_2 {
	position: relative;
}
.btn {
	background: none; padding: 14px 48px; border: currentColor; transition:0.3s ease-in-out; border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 14px; display: inline-block; position: relative; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.btn::after {
	transition:0.3s; position: absolute; z-index: -1; content: ""; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;
}
.btn-2 {
	background: rgb(232, 100, 90); transition:none; color: rgb(255, 255, 255); box-shadow: 0px 6px #ab3c3c; -webkit-transition: none; -webkit-box-shadow: 0 6px #ab3c3c; -moz-transition: none; -moz-box-shadow: 0 6px #ab3c3c; -o-box-shadow: 0 6px #ab3c3c;
}
.span_of_4 {
	margin: 4% 0px; text-align: center; position: relative;
}
.span1_of_4 {
	padding: 0px; width: 23.57%; margin-left: 20px;
}
:first-child.span1_of_4 {
	margin-left: 0px;
}
.span4_of_list {
	background: rgb(255, 255, 255); padding: 20px 20px 50px; border-radius: 4px; cursor: pointer; box-shadow: inset 0px -1px 1px rgb(216,216,216); -webkit-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -moz-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -o-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.span4_of_list.span4_of_list:hover span i {
	background: none; transition:0.3s ease-in-out; color: rgb(232, 100, 90); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.span4_of_list .btn {
	box-shadow: 0px 4px #8C3C08; -webkit-box-shadow: 0 4px #8C3C08; -moz-box-shadow: 0 4px #8C3C08; -o-box-shadow: 0 4px #8C3C08;
}
.span4_of_list:hover .btn {
	background: rgb(232, 100, 90); transition:0.3s ease-in-out; color: rgb(255, 255, 255); box-shadow: 0px 4px #ab3c3c; -webkit-transition: all 0.3s ease-in-out; -webkit-box-shadow: 0 4px #ab3c3c; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-box-shadow: 0 4px #ab3c3c; -o-box-shadow: 0 4px #ab3c3c;
}
.span4_of_list span.active i {
	color: rgb(232, 100, 90);
}
.span4_of_list span i {
	background: none; color: rgb(118, 199, 192); font-size: 5em; margin-top: 15px; box-shadow: none;
}
.span4_of_list h3 {
	margin: 10px 0px; color: rgb(140, 152, 153); text-transform: uppercase; font-size: 20px;
}
.span4_of_list p {
	color: rgb(136, 136, 136); line-height: 1.5em; font-size: 14px;
}
.read_more {
	left: 19%; bottom: -16px; position: absolute;
}
.main1_bg {
	background: rgb(236, 236, 236);
}
.slider_text {
	padding: 40px 0px 45px; text-align: center;
}
.slider_text h4 {
	color: rgb(232, 100, 90); text-transform: uppercase; font-size: 34px;
}
.slider_text p {
	color: rgb(136, 136, 136); line-height: 1.8em; font-size: 14px;
}
.banner {
	margin-top: -80px;
}
.charming.allinone_carousel .bottomNav {
	display: none !important;
}
.main_btm {
	background: rgb(243, 243, 243); padding-top: 10%; margin-top: -14%;
}
.span_of_3 {
	margin: 4% 0px;
}
.span1_of_3 {
	padding: 0px; position: relative;
}
.span1_of_3 h4 {
	color: rgb(127, 140, 140); font-size: 24px; margin-bottom: 20px;
}
.span1_of_3 h5 {
	color: rgb(127, 140, 140); line-height: 1.5em; font-size: 16px; margin-bottom: 20px;
}
.span1_of_3 h5 span {
	color: rgb(226, 83, 75);
}
.nav_list li a::before {
	margin-right: 10px; vertical-align: baseline; content: url('../images/arrow.png');
}
.nav_list li a {
	transition:0.3s ease-in-out; color: rgb(136, 136, 136); line-height: 1.8em; font-size: 14px; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.nav_list li a:hover {
	color: rgb(226, 83, 75); text-decoration: none;
}
.clients {
	background: rgb(255, 255, 255); padding: 20px;
}
.clients p {
	color: rgb(136, 136, 136); line-height: 1.8em; font-size: 14px;
}
.dg-container {
	width: 100%; height: 400px; position: relative;
}
.dg-wrapper {
	margin: 0px auto; width: 452px; height: 360px; position: relative; perspective: 1000px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px;
}
.dg-wrapper a {
	background: url("../images/browser.png") no-repeat left top; left: 0px; top: 0px; display: block; position: absolute;
}
.dg-wrapper a.dg-transition {
	transition: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;
}
.dg-wrapper a img {
	display: block;
}
.dg-wrapper a div {
	width: 100%; text-align: center; bottom: -55px; color: rgb(69, 69, 69); line-height: 50px; font-size: 16px; font-style: italic; display: none; position: absolute; text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.dg-wrapper a.dg-center div {
	display: block;
}
.dg-container nav {
	left: 50%; width: 58px; bottom: 40px; margin-left: -29px; position: absolute; z-index: 1000;
}
.circle {
	text-align: center;
}
.circle_list li {
	width: 27.33%; text-align: center; margin-left: 20px; display: inline-block;
}
.circle_list h4 {
	text-transform: uppercase; font-size: 18px;
}
.circle ul li {
	margin-left: 15px; display: inline-block;
}
.circle ul li:first-child {
	margin-left: 0px;
}
.circle ul li h4 {
	margin: 15px 0px 10px;
}
* {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
}
.chart {
	margin: 30px auto 0px; position: relative;
}
.tag {
	top: 40%; width: 100%; text-align: center; color: rgb(127, 140, 140); font-size: 14px; position: absolute;
}
.cursual {
	position: relative;
}
.cursual h4 {
	margin: 0px; color: rgb(127, 140, 140); text-transform: capitalize; font-size: 24px; display: inline-block;
}
.line {
	left: 16%; top: 14px; width: 75%; border-bottom-color: rgb(223, 223, 223); border-bottom-width: 2px; border-bottom-style: solid; display: block; position: absolute;
}
.footer_bg {
	background: rgb(0, 0, 0);
}
.footer {
	padding: 4% 0px;
}
.footer1_of_3 {
	padding-left: 0px;
}
.footer_of_3 {
	padding-right: 0px;
}
.f_logo {
	margin-bottom: 20px;
}
.footer1_of_3 p {
	color: rgb(255, 255, 255); line-height: 1.5em; font-size: 14px;
}
.footer1_of_3 p span {
	font-size: 18px; font-style: italic;
}
.footer1_of_3 span {
	color: rgb(255, 255, 255); line-height: 1.5em; font-size: 14px;
}
.footer1_of_3 span a {
	transition:0.3s ease-in-out; color: rgb(255, 255, 255); font-size: 18px; font-style: italic; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.footer1_of_3 span a:hover {
	
}
.footer1_of_3 h4 {
	margin: 0px 0px 15px; color: rgb(60, 90, 90); text-transform: capitalize; font-size: 24px;
}
.footer_of_3 h4 {
	margin: 0px 0px 15px; color: rgb(255, 255, 255); font-size: 24px; font-style: italic;
}
.f_para {
	width: 90%;
}
.f_list li a::before {
	margin-right: 10px; vertical-align: baseline; content: url('../images/right_arrow.png');
}
.f_list li a {
	transition:0.3s ease-in-out; color: rgb(255, 255, 255); line-height: 1.8em; font-size: 14px; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.f_list li a:hover {
	color: rgb(60, 90, 90); text-decoration: none;
}
.footer_of_3 h4 span {
	text-transform: capitalize; padding-left: 10px; font-style: normal;
}
.blog_list {
	margin-top: 20px;
}
:first-child.blog_list {
	margin-top: 0px;
}
.f_pic {
	padding: 0px;
}
.f_pic img {
	margin-top: 5px;
}
.f_text {
	padding-right: 0px;
}
.f_text a {
	text-decoration: none;
}
.f_text p {
	margin: 0px; transition:0.3s ease-in-out; color: rgb(255, 255, 255); line-height: 1.5em; font-size: 14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.f_text p:hover {
	color: rgb(60, 90, 90);
}
.f_text span {
	color: rgb(60, 90, 90); text-transform: capitalize; font-size: 14px; margin-top: 5px; display: block;
}
.footer1_bg {
	background: rgb(0, 0, 0);
}
.footer1 {
	padding: 2% 0px;
}
.copy p {
	color: rgb(255, 255, 255); line-height: 1.8em; font-size: 14px;
}
.copy p a {
	transition:0.3s ease-in-out; color: rgb(226, 83, 75); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.copy p a:hover {
	color: rgb(255, 255, 255); text-decoration: none;
}
.soc_icons ul {
	margin-bottom: 0px;
}
.soc_icons ul li {
	text-align: center; margin-left: 20px; display: inline-block;
}
.soc_icons ul li a i {
	transition:0.3s ease-in-out; color: rgb(255, 255, 255); font-size: 24px; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.soc_icons ul li a:hover {
	text-decoration: none;
}
.soc_icons ul li a:hover i {
	color: rgb(232, 100, 90);
}
.main_grid1 {
	padding: 2% 0px;
}
h3.style {
	margin: 5px 0px 0px; color: rgb(69, 69, 69); text-transform: uppercase; font-size: 24px;
}
.breadcrumb {
	background: none; margin-right: 10px; margin-bottom: 0px;
}
.breadcrumb > .active {
	color: rgb(136, 136, 136);
}
.breadcrumb li {
	transition:0.3s ease-in-out; color: rgb(69, 69, 69); text-transform: capitalize; font-size: 14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.breadcrumb li a {
	transition:0.3s ease-in-out; color: rgb(69, 69, 69); text-transform: capitalize; font-size: 14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.breadcrumb li a:hover {
	color: rgb(241, 95, 67); text-decoration: none;
}
.about h3 {
	color: rgb(226, 83, 75); font-size: 22px;
}
.para {
	color: rgb(69, 69, 69); line-height: 1.5em; font-size: 14px;
}
.about p {
	margin-bottom: 4%;
}
.main_btm1 {
	background: rgb(255, 255, 255);
}
.main_btm2 {
	background: rgb(240, 240, 240);
}
.clients1 p {
	color: rgb(136, 136, 136); line-height: 1.8em; font-size: 14px;
}
.pricing2 {
	margin: 4% 0px; text-align: center;
}
.pricing2 h5 {
	color: rgb(69, 69, 69); text-transform: uppercase; font-size: 34px; font-weight: 600; margin-bottom: 2%;
}
.pricing2 h6 {
	margin: 0px; color: rgb(136, 136, 136); line-height: 1.8em; font-size: 16px;
}
.pricing_table {
	margin: 4% auto; width: 100%; line-height: 150%;
}
.price_block {
	transition:0.3s; width: 25% !important; text-align: center; color: rgb(255, 255, 255); border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; float: left; list-style-type: none; position: relative; cursor: pointer; box-sizing: border-box; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all;
}
.pricing_table h3 {
	background: rgb(69, 69, 69); margin: -10px 0px 1px; padding: 15px 0px; text-transform: uppercase; font-size: 20px;
}
.price {
	background: rgb(188, 88, 18); width: 100%; height: 80px; display: table;
}
.price_figure {
	text-transform: uppercase; font-size: 24px; vertical-align: middle; display: table-cell;
}
.price_number {
	font-size: 1.5em; margin-bottom: 5px; display: block;
}
.price_tenure {
	font-size: 12px;
}
.portfolio_main {
	padding: 2% 0px 4%;
}
#info {
	background: rgb(252, 248, 227); margin: 0px auto 40px; border-radius: 5px; border: 1px solid rgb(251, 238, 213); border-image: none; width: 95%; font-size: 12px; max-width: 900px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -o-box-sizing: border-box;
}
#info .info-wrapper {
	padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
}
#info a {
	color: rgb(192, 152, 83); text-decoration: none;
}
#info p {
	margin: 5px 0px 0px;
}
.container {
	transition:1s; position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}
#portfoliolist .portfolio {
	margin: 1%; width: 23%; overflow: hidden; float: left; display: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
}
.portfolio-wrapper {
	overflow: hidden; position: relative !important; cursor: pointer;
}
.container::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: "\0020";
}
.clearfix::before {
	width: 0px; height: 0px; overflow: hidden; display: block; visibility: hidden; content: "\0020";
}
.clearfix::after {
	width: 0px; height: 0px; overflow: hidden; display: block; visibility: hidden; content: "\0020";
}
.row::before {
	width: 0px; height: 0px; overflow: hidden; display: block; visibility: hidden; content: "\0020";
}
.row::after {
	width: 0px; height: 0px; overflow: hidden; display: block; visibility: hidden; content: "\0020";
}
.row::after {
	clear: both;
}
.clearfix::after {
	clear: both;
}
.row {
	-ms-zoom: 1;
}
.clearfix {
	-ms-zoom: 1;
}
.clear {
	width: 0px; height: 0px; overflow: hidden; clear: both; display: block; visibility: hidden;
}
.portfolio {
	padding: 5em 0px;
}
#info {
	background: rgb(252, 248, 227); margin: 0px auto 40px; border-radius: 5px; border: 1px solid rgb(251, 238, 213); border-image: none; width: 95%; font-family: arial; font-size: 12px; max-width: 900px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-box-sizing: border-box;
}
#info .info-wrapper {
	padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
}
#info a {
	color: rgb(192, 152, 83); text-decoration: none;
}
#info p {
	margin: 5px 0px 0px;
}
.b-link-stripe {
	overflow: hidden; font-family: "Open Sans", sans-serif; font-weight: 300; vertical-align: top;
}
.b-link-stripe .b-wrapper {
	left: 0px; width: 100%; bottom: 0px; color: rgb(255, 255, 255); overflow: hidden; position: absolute;
}
.b-link-stripe .b-wrapper:hover {
	transition:0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;
}
.b-animate-go {
	text-decoration: none;
}
.b-animate {
	background: rgb(34, 180, 184); padding: 4% 0px; transition:0.5s; font-size: 14px; font-weight: 100; visibility: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;
}
.b-animate-go:hover .b-animate {
	visibility: visible;
}
.b-from-left {
	bottom: -100%; position: relative;
}
.b-animate-go:hover .b-from-left {
	bottom: 0px;
}
.sap_tabs {
	padding: 0em 0px; clear: both;
}
.tab_box {
	background: rgb(253, 146, 109); padding: 2em;
}
.top1 {
	margin-top: 2%;
}
.resp-tabs-list {
	list-style: none; margin: 2em 0px 4.5em; padding: 0px;
}
a.swipebox.b-animate-go.b-link-stripe {
	display: block;
}
.resp-tab-item {
	padding: 10px 30px; border-radius: 4px; border: 1px solid rgb(221, 221, 221); transition:0.5s; border-image: none; color: rgb(140, 60, 8); text-transform: uppercase; font-size: 13px; text-decoration: none; margin-right: 20px; display: inline-block; cursor: pointer; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.resp-tab-active {
	background: rgb(234, 96, 96); border: 1px solid rgb(207, 80, 80); border-image: none; color: rgb(255, 255, 255);
}
.resp-tab-item:hover {
	background: rgb(234, 96, 96); border: 1px solid rgb(207, 80, 80); border-image: none; color: rgb(255, 255, 255);
}
.resp-tabs-container {
	padding: 0px; clear: left;
}
h2.resp-accordion {
	padding: 5px; display: none; cursor: pointer;
}
.resp-tab-content {
	display: none;
}
.resp-content-active {
	display: block;
}
.resp-accordion-active {
	display: block;
}
.img-top {
	margin: 1% !important; width: 23%; float: left; position: relative;
}
ul.b-delay03.b-from-left.b-animate {
	margin: 0px;
}
.img-top img {
	width: 100%;
}
ul.b-delay03.b-from-left.b-animate li {
	text-align: center; list-style-type: none;
}
ul.b-delay03.b-from-left.b-animate li span {
	padding: 0px 0px 0px 15px;
}
.blog {
	padding: 4% 0%;
}
.blog_date {
	text-align: center;
}
.blog_list {
	margin-top: 4%;
}
.blog_date span.date {
	background: rgb(245, 245, 245); padding: 15px 10px; border-radius: 4px; color: rgb(128, 139, 141); text-transform: uppercase; font-size: 20px; display: block; box-shadow: inset 0px -2px 0px #dfdfdf; -webkit-box-shadow: inset 0px -2px 0px #DFDFDF; -moz-box-shadow: inset 0px -2px 0px #DFDFDF; -o-box-shadow: inset 0px -2px 0px #DFDFDF; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.blog_date span.icon_date {
	background: rgb(128, 139, 141); padding: 20px 10px; border-radius: 4px; color: rgb(255, 255, 255); font-size: 30px; margin-top: 20px; display: block; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
.blog_left span {
	color: rgb(128, 139, 141); text-transform: capitalize; font-size: 14px; display: block;
}
.blog_left span a {
	transition:0.3s ease-in-out; color: rgb(229, 88, 70); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.blog_left span a:hover {
	color: rgb(129, 191, 190); text-decoration: none;
}
.blog_left span a i {
	color: rgb(129, 191, 190); margin-right: 5px;
}
.blog_left span a.left {
	margin-left: 20px;
}
.blog_left p {
	margin: 20px 0px;
}
.blog_left img {
	width: 100%;
}
.blog_left h4 a {
	margin: 4% 0px 2%; transition:0.3s ease-in-out; color: rgb(128, 139, 141); font-size: 20px; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.blog_left h4 a:hover {
	color: rgb(229, 88, 70); text-decoration: none;
}
.blog_right h4 {
	margin: 0px 0px 4%; color: rgb(128, 139, 141); text-transform: capitalize; font-size: 20px;
}
.ads_nav li {
	width: 48.33%; margin-bottom: 10px; margin-left: 3.33%; float: left;
}
.ads_nav li:first-child {
	margin-left: 0px;
}
.ads_nav li:nth-child(3) {
	margin-left: 0px;
}
.ads_nav li a {
	transition:0.3s ease-in-out; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.ads_nav li a img {
	width: 100%;
}
.ads_nav li a:hover {
	transition:opacity 0.15s ease-in-out; -ms-zoom: 1; opacity: 0.7; -webkit-transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -o-transition: opacity .15s ease-in-out;
}
.tag_nav {
	margin: 8% 0px;
}
.tag_nav li {
	margin: 10px 5px 0px 0px; display: inline-block;
}
.tag_nav li a {
	background: rgb(128, 139, 141); padding: 8px 14px; border-radius: 2px; transition:0.3s ease-in-out; color: rgb(255, 255, 255); text-transform: capitalize; font-size: 13px; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px;
}
.tag_nav li.active a {
	background: rgb(233, 100, 91); color: rgb(255, 255, 255); text-decoration: none;
}
.tag_nav li a:hover {
	background: rgb(233, 100, 91); color: rgb(255, 255, 255); text-decoration: none;
}
.news_letter {
	margin: 8% 0px;
}
.news_letter form input[type='text'] {
	background: rgb(255, 255, 255); padding: 10px; border: 1px solid rgb(218, 218, 218); border-image: none; width: 100%; color: rgb(85, 85, 85); font-family: "roboto_condensedregular"; font-size: 13px; font-weight: 100; display: block; -webkit-appearance: none;
}
.news_letter form input[type='submit'] {
	background: rgb(188, 88, 18); padding: 12px 30px; border-radius: 2px; border: currentColor; transition:0.3s ease-in-out; border-image: none; color: rgb(255, 255, 255) !important; text-transform: uppercase; line-height: 20px; font-family: "roboto_condensedregular"; font-size: 14px; margin-top: 15px; float: right; box-shadow: inset 0px -4px 0px #8C3C08; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -webkit-box-shadow: inset 0px -4px 0px #8C3C08; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-box-shadow: inset 0px -4px 0px #8C3C08; -o-box-shadow: inset 0px -4px 0px #8C3C08; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px;
}
.news_letter form input[type='submit']:hover {
	background: rgb(140, 60, 8);
}
.features {
	background: rgb(232, 232, 232); color: rgb(25, 25, 25);
}
.features li {
	padding: 10px 15px; color: rgb(99, 99, 99); text-transform: uppercase; font-size: 13px; border-bottom-color: rgb(216, 216, 216); border-bottom-width: 1px; border-bottom-style: solid; list-style-type: none;
}
.pricing_btn {
	background: rgb(232, 232, 232); padding: 40px;
}
.action_button {
	background: rgb(86, 93, 103); padding: 10px 30px; border-radius: 2px; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 13px; text-decoration: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px;
}
.price_block:hover {
	z-index: 1; transform: scale(1.04) translateY(-5px);
}
.price_block:hover .price {
	background: rgb(226, 83, 75);
}
.price_block:hover h3 {
	background: rgb(34, 34, 34);
}
.price_block:hover .action_button {
	background: rgb(226, 83, 75); color: rgb(255, 255, 255); text-decoration: none;
}
.skeleton {
	background: rgba(0, 0, 0, 0.05) !important; margin: 7px !important; padding: 0px !important; border-radius: 5px; border: 5px solid rgba(255, 255, 255, 0.9); border-image: none; width: auto !important; height: auto !important; text-align: left !important; color: black !important; text-transform: none !important; font-size: 10px !important; font-style: italic !important; font-weight: normal !important; display: block !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
}
.skeleton ul {
	background: rgba(0, 0, 0, 0.05) !important; margin: 7px !important; padding: 0px !important; border-radius: 5px; border: 5px solid rgba(255, 255, 255, 0.9); border-image: none; width: auto !important; height: auto !important; text-align: left !important; color: black !important; text-transform: none !important; font-size: 10px !important; font-style: italic !important; font-weight: normal !important; display: block !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
}
.skeleton li {
	background: rgba(0, 0, 0, 0.05) !important; margin: 7px !important; padding: 0px !important; border-radius: 5px; border: 5px solid rgba(255, 255, 255, 0.9); border-image: none; width: auto !important; height: auto !important; text-align: left !important; color: black !important; text-transform: none !important; font-size: 10px !important; font-style: italic !important; font-weight: normal !important; display: block !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
}
.skeleton div {
	background: rgba(0, 0, 0, 0.05) !important; margin: 7px !important; padding: 0px !important; border-radius: 5px; border: 5px solid rgba(255, 255, 255, 0.9); border-image: none; width: auto !important; height: auto !important; text-align: left !important; color: black !important; text-transform: none !important; font-size: 10px !important; font-style: italic !important; font-weight: normal !important; display: block !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
}
.skeleton h3 {
	background: rgba(0, 0, 0, 0.05) !important; margin: 7px !important; padding: 0px !important; border-radius: 5px; border: 5px solid rgba(255, 255, 255, 0.9); border-image: none; width: auto !important; height: auto !important; text-align: left !important; color: black !important; text-transform: none !important; font-size: 10px !important; font-style: italic !important; font-weight: normal !important; display: block !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
}
.skeleton span {
	background: rgba(0, 0, 0, 0.05) !important; margin: 7px !important; padding: 0px !important; border-radius: 5px; border: 5px solid rgba(255, 255, 255, 0.9); border-image: none; width: auto !important; height: auto !important; text-align: left !important; color: black !important; text-transform: none !important; font-size: 10px !important; font-style: italic !important; font-weight: normal !important; display: block !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
}
.skeleton p {
	background: rgba(0, 0, 0, 0.05) !important; margin: 7px !important; padding: 0px !important; border-radius: 5px; border: 5px solid rgba(255, 255, 255, 0.9); border-image: none; width: auto !important; height: auto !important; text-align: left !important; color: black !important; text-transform: none !important; font-size: 10px !important; font-style: italic !important; font-weight: normal !important; display: block !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
}
.skeleton .label {
	background: none !important; margin: 0px !important; padding: 5px !important; border: 0px currentColor !important; border-image: none !important; text-align: left !important; color: white !important; text-transform: none !important; font-size: 11px !important; font-style: italic !important; font-weight: normal !important; float: none !important;
}
.skeleton {
	margin: 100px !important; clear: both; display: none !important;
}
:nth-child(2n+1).price_block {
	border-right-color: transparent; border-right-width: 1px; border-right-style: solid;
}
.price_block {
	border-right-color: transparent; border-bottom-color: currentColor; border-right-width: 1px; border-bottom-width: 0px; border-right-style: solid; border-bottom-style: none;
}
:last-child.price_block {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.technology {
	padding: 4% 0px;
}
.technology h4 {
	margin: 10px 0px 20px; color: rgb(127, 140, 140); text-transform: capitalize; font-size: 18px; font-weight: 100; display: block;
}
.technology_main {
	margin: 0px 0px 4%;
}
.tech_para {
	width: 68.33%; float: left;
}
.images_1_of_4 {
	width: 28.33%; margin-left: 3.33%; float: left;
}
.images_1_of_4 span {
	margin: 0px auto; width: 120px; height: 120px; text-align: center; display: block;
}
.bg {
	background: rgb(140, 60, 8); border-radius: 75px; transition: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; -webkit-border-radius: 75px; -moz-border-radius: 75px; -o-border-radius: 75px;
}
.images_1_of_4 span i {
	color: rgb(255, 255, 255); line-height: 2em; font-size: 6em; text-shadow: 1px 1px 0px #3b3b3b; -webkit-text-shadow: 1px 1px 0px #3b3b3b; -moz-text-shadow: 1px 1px 0px #3b3b3b; -o-text-shadow: 1px 1px 0px #3b3b3b; -ms-text-shadow: 1px 1px 0px #3b3b3b;
}
.pagination > li > a {
	padding: 10px 16px; border: 1px solid rgb(112, 117, 117); border-image: none; color: rgb(255, 255, 255); font-size: 16px; background-color: rgb(127, 140, 140);
}
.pagination > li > span {
	padding: 10px 16px; border: 1px solid rgb(112, 117, 117); border-image: none; color: rgb(255, 255, 255); font-size: 16px; background-color: rgb(127, 140, 140);
}
.pagination > li > a:hover {
	background: rgb(226, 83, 75); border-color: rgb(218, 74, 74); color: rgb(255, 255, 255);
}
.pagination > li > span:hover {
	background: rgb(226, 83, 75); border-color: rgb(218, 74, 74); color: rgb(255, 255, 255);
}
.pagination > li > a:focus {
	background: rgb(226, 83, 75); border-color: rgb(218, 74, 74); color: rgb(255, 255, 255);
}
.pagination > li > span:focus {
	background: rgb(226, 83, 75); border-color: rgb(218, 74, 74); color: rgb(255, 255, 255);
}
.alert {
	font-size: 13px;
}
.alert-warning {
	border-color: rgb(226, 226, 226); color: rgb(59, 59, 59); background-color: rgb(243, 243, 243);
}
.btn {
	background: rgb(188, 88, 18); padding: 12px 30px; border-radius: 2px; border: currentColor; transition:0.3s ease-in-out; border-image: none; color: rgb(255, 255, 255) !important; text-transform: uppercase; line-height: 20px; font-family: "roboto_condensedregular"; font-size: 14px; box-shadow: inset 0px -4px 0px #8C3C08; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -webkit-box-shadow: inset 0px -4px 0px #8C3C08; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-box-shadow: inset 0px -4px 0px #8C3C08; -o-box-shadow: inset 0px -4px 0px #8C3C08; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px;
}
.btn:hover {
	background: rgb(140, 60, 8);
}
.contact {
	padding: 4% 0px;
}
.contact_main {
	margin: 4% 0px;
}
.contact p.style {
	background: rgb(224, 224, 224); padding: 20px; color: rgb(127, 140, 140); line-height: 1.5em; font-size: 14px;
}
.company_ad h2 {
	margin: 0px 0px 20px; color: rgb(127, 140, 140); text-transform: capitalize; font-size: 24px;
}
.company_ad p {
	color: rgb(136, 136, 136); line-height: 1.8em; font-size: 14px;
}
.company_ad p a {
	transition:0.3s ease-in-out; color: rgb(226, 83, 75); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
}
.company_ad p a:hover {
	color: rgb(136, 136, 136); text-decoration: none;
}
.contact-form h2 {
	margin: 0px 0px 20px; color: rgb(127, 140, 140); text-transform: capitalize; font-size: 24px;
}
.contact-form span {
	color: rgb(91, 91, 91); text-transform: capitalize; font-size: 14px; font-weight: normal; margin-bottom: 10px; display: block;
}
.contact-form form input[type='text'] {
	background: rgb(221, 221, 221); margin: 20px 0px; padding: 6px 12px; border: 1px solid rgb(199, 199, 199); transition:border-color 0.3s; border-image: none; width: 100%; color: rgb(136, 136, 136); line-height: 1.8em; font-family: "roboto_condensedregular"; font-size: 13px; display: block; box-shadow: none; -webkit-appearance: none; -webkit-transition: border-color 0.3s; -moz-transition: border-color 0.3s; -o-transition: border-color 0.3s;
}
.contact-form form textarea {
	background: rgb(221, 221, 221); margin: 20px 0px; padding: 6px 12px; border: 1px solid rgb(199, 199, 199); transition:border-color 0.3s; border-image: none; width: 100%; color: rgb(136, 136, 136); line-height: 1.8em; font-family: "roboto_condensedregular"; font-size: 13px; display: block; box-shadow: none; -webkit-appearance: none; -webkit-transition: border-color 0.3s; -moz-transition: border-color 0.3s; -o-transition: border-color 0.3s;
}
.contact-form form textarea {
	height: 160px; resize: none;
}
.contact-form form input[type='text']:hover {
	border-color: rgb(180, 180, 180);
}
.contact-form form textarea:hover {
	border-color: rgb(180, 180, 180);
}
.contact-form form input[type='text']:focus {
	border: 1px solid rgb(180, 180, 180); border-image: none;
}
.contact-form form textarea:focus {
	border: 1px solid rgb(180, 180, 180); border-image: none;
}
.contact-form form input[type='submit'] {
	background: rgb(188, 88, 18); padding: 12px 30px; border-radius: 2px; border: currentColor; transition:0.3s ease-in-out; border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 20px; font-family: "roboto_condensedregular"; font-size: 14px; box-shadow: inset 0px -4px 0px #8C3C08; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -webkit-box-shadow: inset 0px -4px 0px #8C3C08; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-box-shadow: inset 0px -4px 0px #8C3C08; -o-box-shadow: inset 0px -4px 0px #8C3C08; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px;
}
.contact-form form input[type='submit']:hover {
	background: rgb(140, 60, 8);
}
.details {
	margin: 4% 0px;
}
.details h2 {
	color: rgb(128, 139, 141); font-size: 20px;
}
.details img {
	margin: 2% 0px;
}
@media only screen and (max-width:1440px) and (min-width:240px)
{
.wrap {
	width: 95%;
}
}
@media only screen and (max-width:1024px)
{
div#bannerBg {
	display: none;
}
.menu li a {
	padding: 10px 18px;
}
.resp-tab-item {
	padding: 8px 28px; font-size: 13px;
}
.img-top {
	margin: 0.5% !important; width: 24%;
}
.span1_of_4 {
	width: 22.77%;
}
.resp-tabs-list {
	margin: 1em 0px 3em; padding: 0px;
}
.line {
	left: 20%; width: 70%;
}
.portfolio {
	padding: 4em 0px;
}
}
@media only screen and (max-width:800px)
{
.img-top {
	margin: 1.5% !important; width: 30.33%;
}
}
@media only screen and (max-width:768px)
{
.logo {
	text-align: center; float: none;
}
.h_menu {
	float: none;
}
.menu li.activate a {
	background: rgb(255, 255, 255); border-radius: 0px; box-shadow: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px;
}
.menu li a:hover {
	background: rgb(255, 255, 255); border-radius: 0px; box-shadow: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px;
}
.menu li a:hover {
	background: rgb(226, 83, 75); color: rgb(255, 255, 255);
}
.menu li a {
	font-size: 14px;
}
.span1_of_2 {
	padding-left: 0px;
}
.span1_of_1 h3 {
	font-size: 24px;
}
.span1_of_4 {
	padding: 0px; width: 100%; margin-bottom: 40px; margin-left: 0px;
}
.read_more {
	left: 42%;
}
.line {
	left: 25%; width: 60%;
}
.owl-prev {
	right: 5%;
}
.footer1_of_3 h4 {
	margin: 10px 0px;
}
.footer_of_3 {
	padding-left: 0px;
}
.blog_list {
	margin-top: 2%;
}
.f_text {
	padding-left: 0px;
}
.slider_text h4 {
	font-size: 28px;
}
.footer1_of_3 p {
	margin-bottom: 2px;
}
.about h3 {
	font-size: 20px;
}
.price_block {
	width: 100% !important; margin-bottom: 40px; float: none !important;
}
.blog_main {
	padding: 0px;
}
.blog_date {
	margin-bottom: 20px;
}
.blog_right h4 {
	margin: 4% 0px 2%;
}
.read_btn {
	margin-bottom: 30px;
}
.technology h4 {
	font-size: 16px;
}
}
@media only screen and (max-width:640px)
{
.resp-tab-item {
	padding: 6px 22px; font-size: 12px;
}
.img-top {
	margin: 1% !important; width: 31.33%;
}
.resp-tabs-list {
	margin: 0em 0px 2em; padding: 0px;
}
.slider_text h4 {
	font-size: 24px;
}
.span4_of_list {
	padding: 20px 20px 45px;
}
.about h3 {
	font-size: 16px;
}
.technology h4 {
	font-size: 14px;
}
}
@media only screen and (max-width:480px)
{
.resp-tab-item {
	padding: 6px 20px; margin-right: 10px;
}
.img-top {
	margin: 1% !important; width: 48%;
}
.read_more {
	left: 36%;
}
.line {
	left: 40%; width: 38%;
}
.btn {
	padding: 10px 28px;
}
#filters li {
	margin-right: 5px;
}
#filters li span {
	padding: 10px 24px;
}
}
@media only screen and (max-width:320px)
{
.resp-tab-item {
	padding: 4px 13px; font-size: 11px; margin-right: 3px;
}
.b-animate {
	padding: 2% 0px; font-size: 12px;
}
h3.style {
	margin: 10px 0px 0px; font-size: 20px;
}
.footer1 {
	text-align: center;
}
.copy {
	float: none !important;
}
.soc_icons {
	float: none !important;
}
.circle_list li {
	width: 100%; margin-left: 0px;
}
.span1_of_1 h3 {
	font-size: 22px;
}
.read_more {
	left: 24%;
}
.line {
	display: none;
}
.breadcrumb {
	background: none; margin-right: 0px; margin-bottom: 0px;
}
#filters li span {
	padding: 6px 10px;
}
.f_logo {
	margin: 15px 0px 10px;
}
#portfoliolist .portfolio {
	width: 48%;
}
.cau_hide {
	display: none !important;
}
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 1px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
