@font-face {
	font-family: 'Conv_911Fonts.com_SegoePrint__-_911fonts.com_fonts_oki4';
	src: url(../fonts/911Fonts.com_SegoePrint__-_911fonts.com_fonts_oki4.eot);
	src: url(../fonts/911Fonts.com_SegoePrint__-_911fonts.com_fonts_oki4.woff) format('woff'), url(../fonts/911Fonts.com_SegoePrint__-_911fonts.com_fonts_oki4.ttf) format('truetype'), url(../fonts/911Fonts.com_SegoePrint__-_911fonts.com_fonts_oki4.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Conv_911Fonts.com_SegoePrint__-_911fonts.com_fonts_oki4';
	font-size: 16px;
	color: #000;
	background: url(../images/bg5.png);
}

p {
	margin-bottom: 0;
}

ul {
	padding-left: 20px;
	list-style: none;
	margin-bottom: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 900;
}

header {
	width: 90%;
	margin: 20px auto;
	display: table;
	clear: both;
}

.logo {
	float: left;
}

.logo a {
	display: block;
}

.head_right {
	float: right;
}

.head_right ul {
	float: right;
}

.head_right ul li {
	padding-left: 25px;
	float: left;
	line-height: 40px;
}

.head_right ul li a {
	color: #000;
	font-size: 16px;
}

.head_right ul li a strong img {
	height: auto;
}

.head_right ul li a:hover {
	color: #82a638;
}

.head_right ul li a img {
	height: 40px;
}

nav {
	display: table;
	clear: both;
	padding-top: 20px;
}

nav ul li a {
	font-size: 18px!important;
}

.banner {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
	position: relative;
}

.banner_bottom {
	position: static;
	text-align: center;
	padding: 20px 10px;
}

.banner_bottom h1 {
	font-size: 20px;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 10px;
	font-weight: 700;
	line-height: 30px;
}

.main {
	width: 100%;
	float: left;
}

.home_section1 {
	width: 100%;
	float: left;
	padding: 80px 0 50px;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
	background: url('../images/about_bg.png') no-repeat;
	position: relative;
}

.home_section1:before {
	content: "";
	position: absolute;
	background: url('../images/about_shape.png') no-repeat;
	width: 404px;
	height: 320px;
	right: 0;
	top: 40px;
}


/*.home_section1_bottom h3 {*/


/*text-align: center;*/


/*font-size: 28px;*/


/*font-weight: 700;*/


/*padding-bottom: 30px;*/


/*}*/

.home_section1_bottom p {
	text-align: justify;
	padding-bottom: 15px;
}

.home_section2 {
	width: 100%;
	float: left;
	padding: 50px 0;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.home_section2 p {
	padding-bottom: 50px;
}

.h3_heading {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 40px;
}

.h3_heading2 {
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 10px;
}

.home_section2_bottom {
	position: relative;
	width: 100%;
	height: 295px;
	margin-bottom: 30px;
}

.home_section2_bottom img {
	position: relative;
	z-index: 999;
	margin: 0 auto;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-transition: 5s all;
	-o-transition: 5s all;
	transition: 5s all;
	cursor: pointer;
	display: block;
}

.home_section2_bottom img:hover {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: 5s all;
	-o-transition: 5s all;
	transition: 5s all;
	cursor: pointer
}

.home_sec2_bottom2 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	transition: all 0.5s;
	text-align: center;
	display: table;
}

.home_sec3_bottom p {
	text-align: justify;
	padding-bottom: 15px;
}

.home_sec2_bottom2 p {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #000;
	padding: 0 15px;
}

.home_section3 {
	width: 100%;
	float: left;
	padding: 50px 0px;
	position: relative;
	background-size: cover;
}

.home_section3:after {
	content: "";
	position: absolute;
	background: url(../images/deign_bg.png) no-repeat;
	width: 259px;
	height: 334px;
	right: 0;
	top: 20%;
}

.home_section3:before {
	content: "";
	position: absolute;
	background: url(../images/deign_bg2.png) no-repeat;
	width: 245px;
	height: 395px;
	left: 0;
	bottom: 0;
}

.black_button2 {
	padding: 8px 32px;
	font-size: 14px;
	font-weight: 700;
	color: #2a2826;
	background: none;
	border: 2px solid #82a638;
	border-radius: 4px;
	margin: 10px 0px;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
}

.black_button2:hover {
	background: #82a638;
	color: #fff;
	text-decoration: none;
}

.learn_paly_show2 {
	display: none;
}

.online_sec {
	padding-bottom: 20px;
}

.online_sec h4 {
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: 700;
}

.online_sec p {
	text-align: justify;
}

.black_button_hide2 {
	display: none;
}

.paly_show22 {
	display: block;
}

.home_blog_sec {
	width: 100%;
	float: left;
	padding-bottom: 50px;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.home_testi_sec {
	width: 100%;
	float: left;
	padding: 50px 0px;
}

.home_testi_sec2 img {
	width: 100%;
}

.home_testi_sec2 {
	position: relative;
}

.home_testi_sec2_bottom {
	position: absolute;
	top: 10%;
	left: 28px;
	width: 75%;
	margin: 0 auto;
}

.home_testi_sec2_bottom p {
	font-size: 14px;
	text-align: justify;
}

.home_testi_sec2_bottom span {
	float: right;
	font-size: 12px;
	padding-right: 0px;
	padding-top: 20px;
}

.home_faq_section {
	width: 100%;
	float: left;
	display: none;
	padding: 50px 0px;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
	position: relative;
}

.home_faq_section:before {
	content: "";
	position: absolute;
	background: url(../images/faq_bg.png) no-repeat;
	width: 361px;
	height: 600px;
	left: 0;
	bottom: 0;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #555555;
	margin-bottom: 15px;
	background: transparent;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
}

.panel-title {
	font-size: 16px;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	border-color: #82a638;
	color: #fff;
	background: #82a638;
	background-color: #82a638;
}

.more-less {
	float: right;
	color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
}

.faq_sec_bottom .panel-body p {
	font-size: 15px;
	text-align: justify;
}

.faq_sec_bottom .panel-body ul {
	list-style: disc;
	padding-top: 15px;
}

.faq_sec_bottom .panel-body ul li {
	font-size: 15px;
	padding-bottom: 10px;
}

.contact_us_home {
	width: 100%;
	float: left;
	padding: 50px 0;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.contact_us_bottom {
	position: relative;
}

.contact_us_bottom img {
	margin: 0 auto;
	padding-bottom: 20px;
}


/*.contact_us_bottom2 {

		position: absolute;

	top:0;

	left:50%;

	transform: translateX(-50%);

}

*/

.address {
	width: 100%;
	float: left;
	/*background: url(../images/contact_devider1.png) center top no-repeat, url(../images/contact_devider2.png) center bottom no-repeat;*/
	padding: 10px 0px;
	margin-bottom: 0px;
}

.address p {
	text-align: center;
	padding-bottom: 0;
}

.address_left,
.address_right {
	width: auto;
	height: auto;
	float: left;
	/*background: url(../images/contact_devider7.png) right center no-repeat;*/
}

.address_left {
	padding-right: 10px;
}

.address_left p,
.address_right p {
	width: 100%;
	color: #1c1a1a;
	font-size: 14px;
	float: left;
	text-align: right;
}

.address_right {
	background: 0 0;
	float: left;
	padding-left: 10px;
}

.email {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background: url(../images/contact_devider1.png) center bottom no-repeat;
	padding: 1% 0;
}

.email img {
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}

.email p {
	padding-bottom: 0;
}

.email p a {
	color: #42322b;
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}

.mobile img {
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}

.mobile {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/contact_devider1.png) center bottom no-repeat;
	padding: 10px 0px;
}

.mobile p {
	width: 100%;
	text-align: center;
	color: #42322b;
	padding-bottom: 5px;
}

.mobile p a {
	color: #42322b;
}

.quote_social22 {
	background: #82a638;
	color: #fff!important;
	font-size: 16px!important;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	font-weight: 400;
}

.con_bg_sec {
	background: url(../images/cont_bg_sec.png) no-repeat;
	background-size: contain;
}

footer {
	width: 100%;
	float: left;
	background: #82a638;
	padding: 20px 0px;
	margin-top: 20px;
}

.footer_bottom {
	width: 90%;
	margin: 0 auto;
	display: table;
	clear: both;
}

.footerlogo_social_wrap {
	width: 250px;
	float: left;
	position: relative;
}

.footerlogowrapper {
	float: left;
}

.footerlogowrapper a img {
	width: 52px;
}

.social {
	float: left;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.footernav_sociallinks {
	width: 80%;
	height: auto;
	float: right;
}

.footernav {
	width: 100%;
	height: auto;
	float: left;
}

.footernav ul {
	float: right;
	padding-left: 0px;
	border-bottom: 2px solid #fff;
}

.footernav ul li {
	line-height: 32px;
	list-style: none;
	color: #000;
	font-size: 12px;
	float: left;
	padding-bottom: 5px;
}

.footernav ul li a {
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	padding: 0 8px;
}

.footernav ul li:last-child a {
	border-right: 0;
}

.footernav p {
	width: 100%;
	float: left;
	padding: 1% 0;
	font-size: 12px;
	color: #fff;
	text-align: right;
}

.careers_section {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
	padding: 50px 0px;
}


/*.careers_section h3 {

	font-size: 25px;

	font-weight: 700;

	padding-bottom: 20px;

}*/

.head {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 20px;
	text-align: center;
}

.careers_section_bottom p {
	padding-bottom: 20px;
}

.caree {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.caree p {
	padding-bottom: 10px;
	text-align: justify;
}

.caree h4 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}

.caree ul {
	list-style: disc;
}

.caree ul li {
	padding-bottom: 5px;
}

.star {
	width: 100%;
	float: left;
	background: url(../images/star.png) left center repeat-x;
	padding-bottom: 20px;
}

.test_sec_bottom {
	text-align: center;
	padding-bottom: 40px;
}

.test_sec_bottom img {
	margin: 0 auto;
}

.test_sec_bottom p {
	padding: 10px 0px;
}

.test_sec_bottom span {
	font-weight: 700;
}

.port_section1 {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
	padding: 50px 0px;
}

.port_section2 {
	padding-top: 50px;
}

.h_sec_heading {
	text-align: center;
	font-size: 25px;
	padding-bottom: 40px;
}

.h_sec_heading span {
	padding: 0 15px;
	text-transform: uppercase;
}

.port_section1 h3 {
	text-align: center;
	font-size: 25px;
}

.port_section1 h3 span {
	text-transform: uppercase;
	padding: 0 15px;
}

.port1_bottom {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.main_img_page {
	position: absolute;
	width: 91%;
	left: 16px;
	top: 13px;
}


/*.port2_bottom {

	position: relative;

	margin:0 auto 50px auto;

	overflow: hidden;

}



.port2_bottom:before {

	content: "";

	position: absolute;

	background: url('../images/frame.png') no-repeat;

	width: 393px;

	height: 283px;

	left:0;

	top:0;

}*/

.port1_bottom11 {
	box-shadow: 0 0 5px 1px #9e9e9e;
	border: 1px solid #9e9e9e;
	position: relative;
	overflow: hidden;
}

.port_bottom2 {
	position: absolute;
	top: -100px;
	transition: all 0.5s;
	left: 0px;
	width: 100%;
	opacity: 0;
}

.port1_bottom:hover .port_bottom2 {
	opacity: 1;
	top: 0px;
}

.logo_design_sec {
	width: 100%;
	float: left;
	padding: 50px 0px;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.logo_design_sec2 {
	padding-top: 50px;
}

.logo_design_sec1_bottom h4 {
	padding-bottom: 15px;
}

.logo_design_sec1_bottom h5 {
	text-align: center;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	padding: 15px 0px;
}

.logo_design_sec1_bottom p {
	text-align: justify;
	padding-bottom: 15px;
}

.logo_design_sec1_bottom img {
	padding-top: 20px;
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
}

.logo_design_sec1_bottom ul {
	list-style: square;
}

.logo_design_sec1_bottom ul li {
	width: 33.33%;
	float: left;
	padding-bottom: 5px;
}

.logo_design_bottom2 {
	padding-bottom: 20px;
}

.logo_design_bottom2 p {
	padding-bottom: 15px;
}

.logo_des_sec1 {
	width: 100%;
	float: left;
	padding: 50px 0px;
}

.logo_des_sec1_bottom h4 {
	font-size: 25px;
}

.logo_des_sec1_bottom img {
	box-shadow: 0 0 5px 1px #9e9e9e;
	border: 1px solid #9e9e9e;
	margin: 40px 0px;
}

.logo_des_sec1_right {
	padding-left: 50px;
}

.logo_des_sec1_right ul {
	padding-left: 0;
	padding-top: 40px;
	width: 100%;
	float: left;
}

.logo_des_sec1_right ul li {
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

.logo_des_details {
	width: 100%;
	float: left;
}

.logo_des_details p {
	float: left;
	width: 30%;
}

.logo_des_details span {
	float: left;
	text-align: left;
}

.logo_des_sec1_right>p {
	text-align: justify;
	padding-top: 20px;
	float: left;
}

.quote_link {
	width: 100%;
	float: left;
}

.quote_link li {
	float: left!important;
	width: auto!important;
}

.quote_link li:last-child {
	float: right!important;
}

.quote_link li a {
	font-size: 20px;
	color: #000;
}

.print_design_sec2 {
	padding-top: 50px;
}

.bottom_menu {
	width: 100%;
	float: left;
	padding-top: 20px;
}

.bottom_menu ul {
	padding-top: 15px;
	padding-left: 0;
	float: left;
	list-style: none;
}

.bottom_menu ul li {
	float: left;
	padding-bottom: 10px;
	width: auto;
}

.bottom_menu ul li a {
	color: #000;
	font-size: 14px;
	padding: 15px 5px;
}

.port_main_sec22 {
	padding-bottom: 30px;
}

.port_main_sec span {
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding-top: 15px;
	font-size: 20px;
}

.pack_sec_bottom {
	width: 100%;
	float: left;
	padding-top: 20px;
}

.pack_sec_bottom h4 {
	padding-bottom: 15px;
}

.audio_youtube_sec {
	width: 100%;
	float: left;
	padding: 50px 0px;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.audio_you_sec2 {
	padding-bottom: 30px;
}

.quote_section1 {
	width: 100%;
	float: left;
	padding: 50px 0;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
	background: url('../images/quote_bg1.png') no-repeat;
}

.quote_sec_bottom p {
	text-align: center;
	padding-bottom: 40px;
}

.quote_sec_bottom form {
	width: 100%;
	margin: 0 auto;
	display: table;
	padding: 20px 30px;
}

.quote_sec_bottom form .form-group {
	width: 100%;
	float: left;
}

.quote_sec_bottom form .form-group label {
	width: 30%;
	float: left;
}

.quote_sec_bottom form .form-group input {
	width: 70%;
	float: left;
	background: transparent;
	border: 1px solid #555;
}

.quote_sec_bottom form .form-group textarea {
	width: 70%;
	height: 80px;
	border: 0;
	outline: 0;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	resize: none;
	background: transparent;
	border: 1px solid #555;
}

.quote_sec_bottom form .form-group2 {
	float: none;
	text-align: center;
}

.quote_sec_bottom form .form-group2 button {
	width: auto;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	background-color: #82a638;
	color: #fff;
	outline: none;
	border: 0;
	padding: 8px 20px;
	float: right;
	margin-left: 15px;
	text-transform: uppercase;
}

.quote_sec_bottom form .form-group2 button:last-child {
	margin-right: 0;
}

.website_design_bottom ul {
	float: left;
	padding-bottom: 20px;
}

.website_design_bottom ul li {
	width: 100%;
}

.web_design_sec2 {
	width: 100%;
	float: left;
	padding: 50px 0;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.web_design_sec2_bottom {
	text-align: center;
	padding-top: 30px;
}

.web_design_sec2_bottom img {
	margin: 0 auto;
}

.web_design_sec2_bottom span {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 15px;
	display: block;
}

.web_design_sec2_bottom p {
	text-align: justify;
}

.web_design_sec3 {
	width: 100%;
	float: left;
	padding: 50px 0;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.web_design_sec3 .port1_bottom {
	margin-top: 0;
	margin-bottom: 50px;
}

.web_design_sec4 {
	width: 100%;
	float: left;
	padding: 50px 0;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.web_design_sec4_bottom {
	text-align: center;
	padding-bottom: 20px;
}

.web_design_sec4_bottom img {
	margin: 0 auto;
}

.web_design_sec4_bottom span {
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 20px;
	display: block;
}

.web_design_sec4_bottom h4 {
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 20px;
}

.web_design_sec4_bottom p {
	text-align: justify;
}

.buttonarea {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.buttonarea .newbtn {
	color: #fff;
	padding: 10px 30px;
	background: #779a39;
	border: 1px solid #779a39;
}

.web_design_sec5 {
	width: 100%;
	float: left;
	padding: 50px 0px;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.seo_quote_sec {
	width: 100%;
	float: left;
	padding: 50px 0px;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
	position: relative;
}

.newbtn {
	color: #fff;
	padding: 10px 30px;
	background: #779a39;
	border: 1px solid #779a39;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.newbtn:hover {
	color: #779a39;
	padding: 10px 20px;
	background: 0 0;
	border: 1px solid #779a39;
}

.read-more {
	float: right;
	padding-top: 10px;
	font-weight: 700;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	background: #fff;
	color: #82a638;
	border-color: #82a638;
}

.back-to-top:hover {
	background: #4cb050;
	border-color: #4cb050;
	color: #fff;
}


/*feedback_form_area*/

input,
textarea,
select {
	outline: none;
}

.feedback-form {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 9999;
	min-height: 450px;
}

.feedback-form-show {
	right: 0 !important;
}

.feedback_form_area {
	position: relative;
	display: none;
	overflow: hidden;
}

.feedback_form_area_inner {
	width: 300px;
	min-height: 450px;
	color: #fff;
	padding: 15px;
	background-color: #fff;
}

.feedback_form_area h3 {
	margin-top: 0;
}

.feedback_form_area_inner form .form-group label {
	padding-bottom: 5px;
	color: #000;
}

.feedback_form_area_inner form .form-group textarea {
	color: #000;
	border: 1px solid #000;
	resize: none;
}

.custom-inp {
	width: 100%;
	height: 32px;
	padding-left: 5px;
	color: #000;
	border: 1px solid #000;
	background: transparent;
}

.custom-inp-txt {
	width: 100%;
	height: 100px;
	padding: 5px;
	color: #fff;
	border: 1px #fff solid;
	background: transparent;
}

.feedback-form-btn {
	width: 42px;
	height: 171px;
	position: absolute;
	left: -69px;
	color: #fff;
	font-size: 20px;
	top: 30%;
	border-radius: 0;
}

.feedback-form-btn:hover {
	color: #fff;
}

.feedback-form-btn:focus {
	color: #fff;
}

.side_button input {
	background: #82a638;
	color: #fff;
	border: 0;
	outline: 0;
}

.side_button:hover input {
	color: #fff;
}

.feedback-form a i {
	padding-right: 5px;
}

.social ul {
	padding-left: 0;
}

.social ul li {
	display: inline-block;
	padding-right: 5px;
}

.services {
	padding: 50px 0px;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 10px 10px #bcbab8;
	box-shadow: 0 10px 10px #bcbab8;
}

.services_text p,
.services_textseo p {
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	cursor: pointer
}

.services_bg,
.services_inner {
	width: 100%;
	height: auto;
	float: left;
	position: relative
}

.services_bg img {
	width: 100%;
	height: auto
}

.services_innermainwrap {
	width: 63%;
	height: auto;
	position: absolute;
	left: 18%;
	top: 0
}

.services_innermainwrap a {
	color: #000;
}

.services_main {
	width: 33%;
	height: auto;
	float: left;
	position: relative
}

.services_main img {
	width: 100%;
	height: auto;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-transition: 5s all;
	-o-transition: 5s all;
	transition: 5s all;
	cursor: pointer
}

.services_main img:hover {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: 5s all;
	-o-transition: 5s all;
	transition: 5s all;
	cursor: pointer
}

.services_text {
	width: 54%;
	height: auto;
	position: absolute;
	left: 28%;
	top: 50%;
	transform: translateY(-50%);
}

.height-zero1 {
	height: auto
}

.for_desk_ser {
	display: block
}

.for_mob_ser {
	display: none
}

.home_blog_sec2 ul {
	padding-left: 0;
}

.home_blog_sec2 ul li {
	float: left;
	width: 22.3%;
	margin: 0 15px;
}

.home_blog_sec2 ul li a {
	display: block;
}

.home_blog_sec2 ul li a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}

.home_blog_sec2 ul li a span {
	padding-top: 20px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
}

#latest_blog25 {
	display: none;
}