@font-face {
	font-family: Lato;
	src: url(../assets/fonts/Lato-Regular.ttf);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Lato;
	color: #494646;
}
* {
	margin: 0px;
	padding: 0px;
}
.clr {
	clear: both;
}
a {
	text-decoration: none !important;
	transition: all .3s;
}
ul, ol {
	list-style-type: none;
	margin: 0px !important;
	padding: 0px;
}
img {
	max-width: 100% !important;
}
.space-1 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.example-image{
height: 270px;	
}
img.example-image {
    width: 539px;
}
h1 {
	color: #fff !important;
	font-family: Satisfy !important;
	font-size: 90px !important;
}
h2 {
	color: #fff !important;
	font-family: Satisfy !important;
	font-size: 70px !important;
}
h3 {
	font-size: 55px !important;
	font-family: "Satisfy", cursive !important;
	color: #000;
	margin-top: 80px !important;
	margin-bottom: 40px !important;
}
h4 {
	font-size: 20px !important;
	font-weight: bold !important;
}
#responsive-icon {
	display: none;
}
/*-====================================Header Start=================================-*/
.main-logo {
	width: 100%;
	float: left;
	display: none;
	background: #303332;
	text-align: center;
}
.sub-header {
	background: #303332 none repeat scroll 0 0;
	float: left;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sub-header ul {
	float: left;
}
.sub-header ul li {
	float: left;
	padding: 12px 30px 12px 0;
	color: #fff;
	letter-spacing: 1px;
}
.sub-header ul li .fa {
	padding: 0px 5px;
	color: #FFF;
}
.contact-persion {
	width: 100%;
	float: left;
	text-align: center;
}
.social-icon {
	float: left;
	width: 100%;
}
.social-icon > ul {
	float: right;
}
.social-icon > ul li {
	padding: 12px 0px;
}
.menu-bar {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 999;
	top: 12%;
}
.first-menu {
	width: 100%;
	float: left;
	margin-top: 11%;
}
.logo {
	width: 100%;
	float: left;
	text-align: center;
}
.second-menu {
	margin-top: 10%;
}
.first-menu ul {
	width: 100%;
	float: left;
}
.first-menu ul li {
	float: left;
	list-style: none;
	display: block;
	padding: 7px 15px;
	font-size: 16px;
}
.first-menu ul li:hover {
	background: #2bc37a;
	border-radius: 20px;
}
.active {
	background: #2bc37a;
	border-radius: 20px;
}
.tag-line-of-slider {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 30%;
	z-index: 999;
}
.view-our-port a {
	background-color: rgba(36, 175, 108, 1);
	border-color: rgb(0, 0, 0);
	border-radius: 26px;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	outline: medium none;
	padding: 12px 51px 12px;
	text-decoration: none;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0;
	transition: none 0s ease 0s;
	visibility: inherit;
	white-space: nowrap;
	z-index: 6;
}
.view-our-port {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 18%;
	z-index: 999;
}
.slider {
	width: 100%;
	float: left;
}
.menu-2 {
	width: 100%;
	float: left;
	background: #090;
	display: none;
}
.menu-2 ul {
	width: 100%;
	float: left;
}
.menu-2 ul li {
	padding: 12px 15px;
	float: left;
	display: block;
	list-style: none;
}
.menu-2 ul li a {
	font-size: 16px;
}
/*-====================================Header End=================================-*/



/*-====================================Introduction Section Start=================================-*/
.introduction-section {
	width: 100%;
	float: left;
}
.title-of-introduction {
	width: 100%;
	float: left;
	text-align: center;
}
.title-of-introduction-content {
	width: 100%;
	float: left;
}
.title-of-introduction-content p {
	color: #000;
	font-size: 16px;
	font-family: Lato;
	text-align: center;
	margin-bottom: 70px;
}
.title-of-introduction-image {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
/*-===========================Introduction Section End============================-*/



/*=============================Build A Landscape Start=============================*/
.build-a-landscape {
	width: 100%;
	float: left;
	position: relative;
}
.build-a-landscape-image {
	width: 100%;
	float: left;
	position: relative;
}
.build-a-landscape-section {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 999;
	top: 0;
}
.build-a-landscape-title {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.contact-btn {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	bottom: -60px;
	z-index: 999;
}
.contact-btn a {
	background-color: rgba(36, 175, 108, 1);
	border-color: rgb(0, 0, 0);
	border-radius: 26px;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	outline: medium none;
	padding: 12px 51px 12px;
	text-decoration: none;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0;
	transition: none 0s ease 0s;
	visibility: inherit;
	white-space: nowrap;
	z-index: 6;
}
/*=============================Build A Landscape End=============================*/



/*=================--====Explanation Section Start==========---------=============*/
.divertion-section {
	width: 100%;
	float: left;
}
.description-field {
	float: left;
	margin-bottom: 50px;
	margin-top: 30px;
	padding: 50px;
	width: 100%;
}
.description-field .img-block {
	width: 100%;
	float: left;
	text-align: center;
}
.description-field .img-block .fa {
	font-size: 50px;
	color: #2bc37a;
}
.description-field .heading-block {
	width: 100%;
	float: left;
	text-align: center;
}
.description-field .content-block {
	float: left;
	text-align: center;
	width: 100%;
}
/*=================--====Explanation Section End==========---------=============*/



/*=================--====Portfolio Start Start==========---------=============*/
.portfolio-block {
	width: 100%;
	float: left;
}
.portfolio-block .port-one {
	width: 20%;
	float: left;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.portfolio-block .port-two {
	width: 40%;
	float: left;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.portfolio-block .port-three {
	width: 20%;
	float: left;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.portfolio-block .port-four {
	float: left;
	width: 20%;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
/*=================--====Portfolio Start End==========---------=============*/


/*==========================Popular Services Star==========================*/
.popular-services {
	width: 100%;
	float: left;
}
.heading-of-popular-services {
	width: 100%;
	float: left;
	text-align: center;
}
.popular-services-categories {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.circule-image {
	width: 100%;
	float: left;
	text-align: center;
}
.circule-image img {
	border-radius: 50%;
}
.circule-image-heading {
	width: 100%;
	float: left;
	text-align: center;
	padding: 13px 0 5px;
}
.circule-image-heading-content {
	float: left;
	padding: 0 50px;
	text-align: center;
	width: 100%;
	font-size: 16px;
}
.learn-more {
	width: 100%;
	float: left;
	text-align: center;
}
.learn-more a {
	font-size: 15px;
	color: #2bc37a;
	padding: 25px 20px;
	text-transform: uppercase;
}
/*==========================Popular Services End==========================*/


/*=============================Feedback from Start=============================*/
.feedback-form {
	background: rgba(0, 0, 0, 0) url("../images/background-2.jpg") no-repeat scroll 0 0 / cover;
	float: left;
	margin-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}
.feedback-heading {
	width: 100%;
	float: left;
	text-align: center;
	color: #FFF;
}
.feedback-heading-content {
	width: 100%;
	float: left;
	padding: 0px 150px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.form-section {
	width: 100%;
	float: left;
}
.form-section {
	width: 100%;
	float: left;
}
.image-of-des img {
	padding: 30px 0px;
	border-radius: 50%;
}
.form-feed {
	width: 100%;
	float: left;
}
.inquiry-form-boxes {
	width: 100%;
	float: left;
	padding: 30px 0px;
}
.inquiry-form-boxes label {
	display: block;
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-size: 15px;
}
.inquiry-form-boxes input {
	border: 1px solid #a39f9f;
	height: 43px;
	display: block;
	width: 100%;
	font-size: 20px;
}
.inquiry-form-boxes input:hover {
	border: 1px solid #333;
}
.inquiry-form-boxes textarea {
	width: 100%;
	height: 130px;
	font-size: 20px;
	border: 1px solid #a39f9f;
	padding-top: 10px;
}
.inquiry-form-boxes textarea:hover {
	border: 1px solid #333;
}
#placeholder-space {
	padding-left: 10px;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: lighter;
}
.inquiry-form-boxes button {
	background-color: rgba(36, 175, 108, 1);
	border-color: rgb(0, 0, 0);
	border-radius: 26px;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	outline: medium none;
	padding: 12px 51px 12px;
	text-decoration: none;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0;
	transition: none 0s ease 0s;
	visibility: inherit;
	white-space: nowrap;
	z-index: 6;
}
/*=============================Feedback from End=============================*/



/*=============================Footer Start=============================*/
.footer {
	width: 100%;
	float: left;
	padding: 50px 0px;
	background: #303332;
}
.footer-block {
	width: 100%;
	float: left;
	text-align: center;
}
.title-of-footer {
	color: #ffffff;
	float: left;
	font-family: Satisfy;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 25px;
	text-align: center;
	width: 100%;
}
.footer-content-block {
	width: 100%;
	float: left;
}
/*.footer-content-block ul
{
	width:100%;
	float:left;
}
.footer-content-block ul li
{
	width:100%;
	float:left;
	list-style:none;
	display:block;
	text-align:center;
}
.footer-content-block ul li a
{
	color:#FFF;
}*/
.footer-content-block p {
	text-align: center;
	color: #FFF;
	font-size: 18px;
}
.sub-footer {
	width: 100%;
	float: left;
}
.sub-footer p {
	padding: 12px 0px;
	;
	text-align: center;
	margin: 0px;
	font-size: 16px;
}
.footer img {
	border-radius: 10px;
}
/*=============================Footer End=============================*/



/*=============================About Page Start Here=============================*/




/*=============================About Banner Start=============================*/
.about-banner {
	width: 100%;
	float: left;
	position: relative;
}
.about-introduction {
	width: 100%;
	float: left;
}
.about-heading {
	width: 100%;
	float: left;
	text-align: center;
}
.intro-content {
	width: 100%;
	float: left;
}
.intro-content p {
	font-size: 16px;
	text-align: center;
}
.intro-image {
	width: 100%;
	float: left;
	text-align: center;
}
.about-image-des {
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.about-image-des img {
	border-radius: 50%;
}
.about-image-desp {
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.content-des {
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.content-des p {
	font-size: 16px;
	text-align: justify;
}
/*=============================About Banner End=============================*/



/*=============================Contact Page Start Here=============================*/


/*=============================Contact Banner Start=============================*/
.contact-banner {
	width: 100%;
	float: left;
}
.contact-heading {
	width: 100%;
	float: left;
	text-align: center;
}
.contact-form {
	width: 100%;
	float: left;
}
.inquiry-form-boxes {
	width: 100%;
	float: left;
}
.inquiry-form-boxes label {
	display: block;
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-size: 15px;
}
.inquiry-form-boxes input {
	border: 1px solid #e0e0e0;
	height: 50px;
	display: block;
	width: 100%;
	font-size: 20px;
}
.inquiry-form-boxes input:hover {
	border: 1px solid #666;
}
.inquiry-form-boxes textarea {
	width: 100%;
	height: 150px;
	font-size: 20px;
	border: 1px solid #e0e0e0;
}
.inquiry-form-boxes textarea:hover {
	border: 1px solid #666;
}
#placeholder-space {
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: lighter;
	margin-top: 10px;
	padding-left: 10px;
}
.inquiry-form-boxes button {
	background-color: rgba(36, 175, 108, 1);
	border-color: rgb(0, 0, 0);
	border-radius: 26px;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	outline: medium none;
	padding: 12px 51px 12px;
	text-decoration: none;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0;
	transition: none 0s ease 0s;
	visibility: inherit;
	white-space: nowrap;
	z-index: 6;
}
.inquiry-form-boxes button:hover {
	background: #C30;
}
.contact-location {
	width: 100%;
	float: left;
	margin-top: 124px;
}
.address-info {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.address-info p {
	font-size: 16px;
}
.google-map {
	width: 100%;
	float: left;
}
/*=============================Contact Banner End=============================*/



/*=============================Services Page Start Here=============================*/
.services-banner {
	width: 100%;
	float: left;
}
/*-------------------------------client section start-------------------------------*/
.section-heading {
	width: 100%;
	text-align: center;
	float: left;
	position: relative;
	margin-bottom: 40px;
}
.section-heading > h2 {
	display: inline;
	float: none;
}
.section-heading h2::before {
	content: url("../images/heading-border-left.png");
	left: 40px;
	position: relative;
	top: 5px;
}
.section-heading h2::after {
	content: url(../images/heading-border-right.png);
	right: 40px;
	position: relative;
	top: 5px;
}
#border-left {
	float: left;
}
#border-right {
	float: right;
}
.client-crousel {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 40px;
}
.client-crousel ul {
	width: 100%;
	float: left;
}
.client-crousel ul li {
	display: inline;
	float: left;
	margin-left: 35px;
}
.client-crousel ul li a {
	float: left;
}
#last-item {
	margin: 0px;
}
#pre-btn {
	left: -25px;
	position: absolute;
	top: 75px;
	cursor: pointer;
}
#next-btn {
	right: -25px;
	position: absolute;
	top: 75px;
	cursor: pointer;
}
/*-------------------------client section end-------------------------------*/


/*=============================Services Page End Here=============================*/




/*=============================Product Page Start Here=============================*/


/*=============================Product Start=============================*/
.content-of-product {
	width: 100%;
	float: left;
}
.content-of-product p {
	font-size: 16px;
	text-align: center;
}
.product-portfolio-block {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-portfolio-block img {
	border: 1px solid #ccc;
}
.division-part {
	margin-top: 50px;
}
.categories-block {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.categories-block .fa {
	color: #000;
}
/*=============================Product Endt=============================*/


/*=============================Our ClientsStart=============================*/
.quality-services {
	width: 100%;
	float: left;
}
.our-client-title-content {
	width: 100%;
	float: left;
}
.point-of-our-client {
	width: 100%;
	float: left;
}
.point-of-our-client ul {
	width: 100%;
	float: left;
	padding: 30px 0px 50px;
}
.point-of-our-client ul li {
	width: 100%;
	float: left;
	list-style: none;
	display: block;
	padding: 5px;
}
.point-of-our-client ul li .fa {
	padding: 0px 10px;
	color: #000;
}
#set {
	padding-left: 30px;
}
.about-image-desp > img {
	border-radius: 10px;
}
.point-of-our-client img {
	border-radius: 10px;
}
/*=============================Our Clients End=============================*/




/*=============================Responsive=============================*/
@media all and (min-width: 320px) and (max-width: 330px) {
.sub-header {
	position: static;
}
#logo-1 {
	display: none;
}
.contact-persion ul li {
	width: 100%;
	float: left;
	padding: 5px 0px;
}
.menu-bar {
	display: none;
}
.menu-2 {
	display: block;
}
.top-header-menu-bar {
	background: #006600 none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 9999;
}
.top-header-menu-bar li {
	width: 100%;
	float: left;
}
.top-header-menu-bar {
	display: none;
}
.social-icon {
	width: 69%;
}
#responsive-icon {
	padding: 10px 10px;
	display: block;
}
.title-of-introduction-content > p {
	text-align: justify !important;
}
.tag-line-of-slider h1 {
	font-size: 20px !important;
}
.tag-line-of-slider {
	bottom: 25%;
}
.view-our-port {
	bottom: 18%;
}
.view-our-port a {
	font-size: 9px;
	padding: 6px 13px;
}
.main-logo {
	display: block;
	padding: 11px 0 15px !important;
}
.menu-bar img {
	padding: 5px;
}
.build-a-landscape-title {
	margin-top: 22px;
}
.build-a-landscape-title h2 {
	font-size: 15px !important;
}
.contact-btn {
	bottom: -26px;
}
.contact-btn a {
	font-size: 9px;
	padding: 5px 21px;
}
.description-field {
	float: left;
	margin-bottom: 0;
	margin-top: 30px;
	padding: 20px;
	width: 100%;
}
.learn-more {
	margin-bottom: 25px;
}
.feedback-heading-content {
	padding: 0 10px;
	text-align: justify;
}
.footer-block {
	margin-top: 20px;
}
.build-a-landscape-image > img {
  height: 157px;
}
}
@media all and (min-width: 330px) and (max-width: 499px) {
.sub-header {
	position: static;
}
#logo-1 {
	display: none;
}
.contact-persion ul li {
	width: 100%;
	float: left;
	padding: 5px 0px;
}
.menu-bar {
	display: none;
}
.menu-2 {
	display: block;
}
.top-header-menu-bar {
	background: #006600 none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 9999;
}
.top-header-menu-bar li {
	width: 100%;
	float: left;
}
.top-header-menu-bar {
	display: none;
}
.social-icon {
	width: 69%;
}
#responsive-icon {
	padding: 10px 10px;
	display: block;
}
.title-of-introduction-content > p {
	text-align: justify !important;
}
.tag-line-of-slider h1 {
	font-size: 20px !important;
}
.tag-line-of-slider {
	bottom: 49%;
}
.view-our-port {
	bottom: 44%;
}
.view-our-port a {
	font-size: 9px;
	padding: 6px 13px;
}
.main-logo {
	display: block;
	padding: 11px 0 15px !important;
}
.menu-bar img {
	padding: 5px;
}
.build-a-landscape-title {
	margin-top: 22px;
}
.build-a-landscape-title h2 {
	font-size: 15px !important;
}
.contact-btn {
	bottom: -26px;
}
.contact-btn a {
	font-size: 9px;
	padding: 5px 21px;
}
.description-field {
	float: left;
	margin-bottom: 0;
	margin-top: 30px;
	padding: 20px;
	width: 100%;
}
.learn-more {
	margin-bottom: 25px;
}
.feedback-heading-content {
	padding: 0 10px;
	text-align: justify;
}
.footer-block {
	margin-top: 20px;
}
.build-a-landscape-image > img {
  height: 157px;
}
}
@media all and (min-width: 500px) and (max-width: 600px) {
.sub-header {
	position: static;
}
#logo-1 {
	display: none;
}
.contact-persion ul li {
	width: 100%;
	float: left;
	padding: 5px 0px;
}
.menu-bar {
	display: none;
}
.menu-2 {
	display: block;
}
.top-header-menu-bar {
	background: #006600 none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 9999;
}
.top-header-menu-bar li {
	width: 100%;
	float: left;
}
.top-header-menu-bar {
	display: none;
}
.social-icon {
	width: 100%;
}
.sub-header ul
{
	width:100%;
	float:left;
}
#responsive-icon {
	padding: 10px 10px;
	display: block;
}
.title-of-introduction-content > p {
	text-align: justify !important;
}
.tag-line-of-slider h1 {
	font-size: 45px !important;
}
.tag-line-of-slider {
	bottom: 40%;
}
.view-our-port {
	bottom: 30%;
}
.view-our-port a {
	font-size: 13px;
	padding: 10px 35px;
}
.main-logo {
	display: block;
	padding: 11px 0 15px !important;
}
.menu-bar img {
	padding: 5px;
}
.build-a-landscape-title {
	margin-top: 22px;
}
.build-a-landscape-title h2 {
	font-size: 30px !important;
}
.contact-btn {
	bottom: -35px;
}
.contact-btn a {
	font-size: 11px;
	padding: 7px 25px;
}
.description-field {
	float: left;
	margin-bottom: 0;
	margin-top: 30px;
	padding: 20px;
	width: 100%;
}
.footer-img
{
	width:100%;
	float:left;
	text-align:center;
}
.learn-more {
	margin-bottom: 25px;
}
.feedback-heading-content {
	padding: 0 10px;
	text-align: justify;
}
.footer-block {
	margin-top: 20px;
}
.build-a-landscape-image > img {
  height: 157px;
}
}
@media all and (min-width: 768px) and (max-width: 800px)
{
	.first-menu ul li
	{
		padding:7px 5px;
		font-size:13px;
	}
	.menu-bar
	{
		top:7%;
	}
	.tag-line-of-slider
	{
		bottom:60%;
	}
	.tag-line-of-slider h1
	{
		font-size:50px !important;
	}
	.view-our-port
	{
		bottom:53%;
	}
	.view-our-port a
	{
		font-size:12px;
		padding:12px 30px;
	}
	.build-a-landscape-title  h2
	{
		font-size:30px !important;
	}
	.contact-btn
	{
		bottom:-37px;
	}
	.contact-btn a
	{
		font-size:14px;
		padding:8px 22px;
	}
	.build-a-landscape-title
	{
		margin-top:27px;
	}
	.footer-content-block iframe
	{
		width:200px;
	}
}
@media all and (min-width: 950px) and (max-width: 970px)
{
	.first-menu ul li
	{
		padding:7px 9px;
	}
	.tag-line-of-slider
	{
		bottom:50%;
	}
	.view-our-port
	{
		bottom:42%;
	}
	.first-menu ul li
	{
		font-size:13px;
		padding:7px 5px;
	}
	.build-a-landscape-title
	{
		margin-top:13px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1100px)
{
	.first-menu ul li
	{
		padding:7px 9px;
	}
	.tag-line-of-slider
	{
		bottom:50%;
	}
	.view-our-port
	{
		bottom:42%;
	}
}
