
/* Mobile Portrait View */
@media screen and (max-width:767px) {
* { box-sizing: border-box; }
.left,
.right,
.copyright-txt,
.design-by { float: none; }
.container {
	width: auto;
	margin-top: 60px;
	padding: 0 20px;
}
.wrap_one {
	width: auto;
	text-align: center;
}
.header {
	width: 100%;
	padding: 0;
}
.header .header-inner {
	width: 100%;
	padding: 0 20px;
	position: relative;
}
.header .header-inner .logo {
	float: none;
	text-align: center;
	margin: 0 auto;
	padding: 8px 15px;
	position: relative;
	width: auto;
	display: table;
	padding-bottom: 20px;
	margin-bottom: 10px;
	position: relative;
}
.yaesu_open{
	position: absolute;
	text-align: center;
	top:120px;
	left:0;
	right:0;
	margin:auto;
}
.rera_open{
	position: absolute;
	text-align: center;
	top:160px;
	left:0;
	right:0;
	margin:auto;
}
.logo span.textlogo,
.logo span.textlogo span.rightstyle {
	background: transparent !important;
	padding: 0 !important;
}
section#home_slider { margin-top: 80px; }
.headerright,
.headerright .column-1,
.headerright .column-2,
.headerright .column-3 {
	float: none;
	width: auto !important;
	margin-right: 0;
}
.headerright .column-1,
.headerright .column-2,
.headerright .column-3 {
	width: 70% !important;
	margin: 0 auto 10px auto;
}
#wrapfirst img {
	float: none;
	margin: 0 0 15px;
	width: 100%;
}
/*coloumn css*/
.services-wrap .listpages {
	float: none;
	width: 100%;
	margin: 0 0 8%;
}
.blogg {
	float: none;
	width: 100%;
}
/*sidebar css*/

#sidebar {
	width: 100%;
	float: none;
}
/* --------- Pages ------- */
.content-area {
	width: auto;
	margin: 0;
	padding: 50px 20px;
}
.site-main {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}
h2.section-title {
	font-size: 22px;
	line-height: 26px;
}
/*slider css*/
#slider {
	top: 0;
	margin: 0;
}
.nivo-directionNav a { top: 39% !important; }
.nivo-caption { display: none !important; }
/*footer css */
.copyright-wrapper { text-align: center; }
.cols-3 {
	width: 100% !important;
	display: block;
	margin-right: 0;
	margin-bottom: 5%;
	min-height: inherit;
	border-right: none;
}
/*custom css*/
h2.section_title { text-align: center; }
/*front blog post*/
.BlogPosts {
	float: none;
	width: auto;
	margin: 0 0 10% 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea { width: 100%; }
.section_title {
	font-size: 40px;
	line-height: 35px;
}
}

/* Mobile Landscape View */
@media screen and (min-width: 480px) and (max-width: 767px) {
.slide_info { padding: 0; }
.slide_info h2 {
	font-size: 20px !important;
	padding: 0 !important;
	margin-bottom: 10px !important;
	line-height: 30px;
	text-shadow: 1px 0 0 #333;
}
.slide_info p {
	padding: 5px 0 !important;
	font-size: 13px !important;
	display: none;
}
}

/* Tablet View */
@media screen and (max-width:1169px) and (min-width:768px) {
* { box-sizing: border-box; }
.container { width: auto; }
.header .header-inner { width: 100%; }
/*slider css*/
.nivo-caption {
	width: 60%;
	top: 30%;
}
.slide_info h2 {
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 40px;
}
.slide_info p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
}
.content-area {
	width: auto;
	margin: 0;
	padding: 50px 20px;
}
.cols-3 h5 { font-size: 22px; }
.blog_lists img { width: 100%; }
#wrapfirst img {
	float: right;
	margin: 0 0 0 20px;
	width: auto;
}
}

@media screen and (max-width:1169px) and (min-width:981px) {
html { overflow-x: hidden; }
.header .header-inner { padding: 0 20px; }
}

@media screen and (max-width: 980px) {
.toggleMenu { display: block; }
.header .header-inner .nav {
	float: none;
	margin: 0;
	position: relative;
	overflow-x: hidden;
	background-color: #000;
	border-radius: 0;
	top: 80px;
	border-bottom: none;
}
.header .header-inner .nav ul {
	color: #fff;
	width: 100% !important;
	float: none !important;
	margin: 0;
	padding: 0;
}
.header .header-inner .nav ul li {
	border-top: 1px #333 solid;
	display: block;
	float: none;
	text-align: left;
}
.header .header-inner .nav ul li a {
	padding: 5px 10px !important;
	display: block;
	color: #fff;
	border-right: none;
}
.header .header-inner .nav ul li a:hover { color: #ffffff; }
.header .header-inner .nav ul.sub-menu { /*margin-left:10px;*/ }
.header .header-inner .nav ul li ul,
.header .header-inner .nav ul li ul ul { display: block !important; }
.header .header-inner .nav ul li ul li a:before { content: "\00BB \00a0"; }
.header .header-inner .nav ul li ul li a { padding-left: 20px !important; }
.header .header-inner .nav ul li ul li a { border: none; }
.header .header-inner .nav ul li ul li ul li a { padding-left: 30px !important; }
.header .header-inner .nav ul li ul li ul li ul li a { padding-left: 40px !important; }
.header .header-inner .nav ul li:hover > ul {
	background: none !important;
	box-shadow: none;
}
.header .header-inner .nav ul li:hover > ul {
	background: transparent !important;
	width: auto !important;
	display: block;
	position: relative !important;
	left: 0;
	right: 0;
	top: 0;
}
.header .header-inner .nav ul li:hover ul li ul,
.header .header-inner .nav ul li:hover ul li:hover > ul,
.header .header-inner .nav ul li:hover ul li:hover > ul li ul {
	background: transparent !important;
	display: block;
	position: relative !important;
	right: 0;
	left: 0;
	top: 0;
}
.header .header-inner .nav ul li:hover ul li:hover ul,
.header .header-inner .nav ul li:hover ul li:hover ul li:hover ul { left: 0 !important; }
}
