body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins' !important;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.landing_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landingdarkHeader {
	background: #111;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.landing_logo img {
	width: 200px;
}
.landing_header_phone {
	background: #fffcf0;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	padding: 9px 15px;
	font-size: 17px;
	font-weight: 600;
	margin-left: 10px;
	border-radius: 4px;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_header_phone:hover {
	background: #fed309;
}
.landing_header_phone img {
	width: 19px;
	margin-right: 5px;
	animation: tilt-shaking .2s infinite;
}
@keyframes tilt-shaking {
  0% {
    transform:rotate(0deg);
  }
  25% {
    transform:rotate(7deg);
  }
  50% {
    transform:rotate(0 eg);
  }
  75% {
    transform:rotate(-7deg);
  }
  100% {
    transform:rotate(0deg);
  }
}
.landing_header_btn {
	background: #ffcf09;
	display: inline-block;
	vertical-align: top;
	padding: 9px 15px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 17px;
	margin-left: 10px;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_header_btn:hover {
	background: #0284ba;
	color: #fff !important;
}
.landing_banner_left_inner {
	background: url(../images/landing_banner.jpg) no-repeat center;
	background-size: cover;
	padding: 200px 30px 100px 15%;
	min-height: 100%;
}
.landing_banner_left_inner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}
.landing_banner_left_inner div, .landing_banner_left_inner a {
	position: relative;
	z-index: 9;
}
.landing_banner_section_heading {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	width: 80%;
}
.landing_banner_section_heading strong {
	color: #ffcf09;
}
.landing_banner_section_text {
	font-size: 15px;
	margin-top: 20px;
	width: 80%;
}
.landing_banner_section_list ul {
	padding: 0;
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.landing_banner_section_list ul li {
	list-style: none;
	position: relative;
	padding-left: 22px;
	color: #fff;
	font-size: 15px;
	margin-top: 4px;
	width: 50%;
}
.landing_banner_section_list ul li:before {
	background: url("../images/banner_check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.landing_banner_btn1 {
	background: #ffcf09;
	display: inline-block;
	vertical-align: top;
	padding: 10px 18px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 17px;
	margin: 30px 10px 0 0;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_banner_btn1:hover {
	background: #0284ba;
	color: #fff !important;
}
.landing_banner_btn2 {
	background: #0284ba;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	padding: 10px 18px;
	font-size: 17px;
	font-weight: 600;
	margin-top: 30px;
	border-radius: 4px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_banner_btn2:hover {
	background: #fff;
	color: #111 !important;
}
.landing_banner_btn2 img {
	width: 19px;
	margin-right: 5px;
	animation: tilt-shaking .2s infinite;
	filter: brightness(0) invert(1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_banner_btn2:hover img {
	filter: brightness(1) invert(0);
}
.landing_banner_right_inner {
	background: #0085c0;
	padding: 200px 30px 100px;
	min-height: 100%;
}
.landing_banner_form_box {
	box-shadow: 6.444px 2.735px 35.89px 1.11px rgba(12, 13, 12, 0.14);
	border-radius: 12px;
	padding: 35px 25px;
	background: #ebfaff;
}
.landing_form_box_heading {
	color: #111;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}
.landing_form_box_text {
	font-weight: 500;
	font-size: 15px;
	color: #666;
}
.landing_brand_slider {
	padding: 30px 0;
}
.landing_claim_section {
	background: url(../images/claim_bg.jpg) #02415e no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 0;
}
.landing_claim_box {
	margin-top: 40px;
}
.landing_claim_box_inner {
	background: rgba(0, 132, 190, 0.8);
	min-height: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_claim_box_inner:hover {
	background: #fff;
}
.landing_claim_box_inner img {
	width: 55px;
}
.landing_claim_box_heading {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_claim_box_inner:hover .landing_claim_box_heading {
	color: #0d4c60;
}
.landing_claim_box_text {
	color: #ececec;
	font-size: 15px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_claim_box_inner:hover .landing_claim_box_text {
	color: #0d4c60;
}
.landing_claim_section_subheading {
	font-weight: 600;
	font-size: 22px;
	margin-top: 50px;
}
.landing_claim_section_subheading strong {
	font-weight: 600;
	color: #ffcf09;
}
.landing_service_section_heading {
	font-weight: bold;
	font-size: 34px;
	line-height: 1.2;
	color: #024a6c;
}
.landing_service_section_heading strong {
	color: #ffcf09;
}
.landing_service_section {
	background: url("../images/landing_service_bg.jpg") #024a6c repeat;
	padding: 100px 0;
}
.landing_service_section_subheading {
	color: #0084be;
	font-weight: 500;
	font-size: 15px;
}
.landing_service_box {
	margin-top: 40px;
}
.landing_service_box_inner {
	background-image: -moz-linear-gradient( -82deg, rgb(2,131,190) 1%, rgb(6,79,117) 52%, rgb(28,106,174) 100%);
	background-image: -webkit-linear-gradient( -82deg, rgb(2,131,190) 1%, rgb(6,79,117) 52%, rgb(28,106,174) 100%);
	background-image: -ms-linear-gradient( -82deg, rgb(2,131,190) 1%, rgb(6,79,117) 52%, rgb(28,106,174) 100%);
	border-radius: 10px;
	border: 1px solid rgb(2, 131, 190);
	padding: 40px 15px 170px;
	position: relative;
	min-height: 100%;
}
.landing_service_box_inner img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.landing_service_box_heading {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
}
.landing_service_box_text {
	font-size: 15px;
	color: #f3f3f3;
	margin-top: 15px;
	position: relative;
	z-index: 9;
}
.landing_service_box_btn {
	background: #ffcf09;
	display: inline-block;
	padding: 10px 22px;
	border-radius: 4px;
	font-weight: 600;
	margin-top: 20px;
	position: relative;
	z-index: 9;
	color: #024a6c !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_service_box_btn:hover {
	background: #fff;
}
.landing_testimonial_section {
	padding: 75px 0;
}
.landing_review_btn {
	background: #ffcf09;
	display: inline-block;
	vertical-align: top;
	padding: 10px 22px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 17px;
	margin-top: 25px;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_review_btn:hover {
	background: #0284ba;
	color: #fff !important;
}
.landing_bottom_section {
	background: #ffcf09;
	padding: 75px 0;
}
.landing_bottom_img {
	position: absolute;
	left: 9%;
	bottom: -20px;
	width: 520px;
}
.landing_bottom_section .container {
	position: relative;
	z-index: 9;
}
.landing_bottom_section_heading {
	font-weight: bold;
	font-size: 33px;
	line-height: 1.2;
	color: #111;
}
.landing_bottom_section_heading strong {
	color: #024a6c;
}
.landing_bottom_section_text {
	font-weight: 500;
	font-size: 17px;
	margin-top: 20px;
}
.landing_bottom_left {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 40px;
}
.landing_bottom_btn1 {
	background: #fffcf0;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	padding: 10px 18px;
	font-size: 17px;
	font-weight: 600;
	margin: 25px 10px 0 0;
	border-radius: 4px;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_bottom_btn1:hover {
	background: #111;
	color: #fff !important;
}
.landing_bottom_btn1 img {
	width: 19px;
	margin-right: 5px;
	animation: tilt-shaking .2s infinite;
}
.landing_bottom_btn2 {
	background: #024a6c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 18px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 17px;
	margin-top: 25px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_bottom_btn2:hover {
	background: #0284ba;
	color: #fff !important;
}
.landing_bottom_right_heading {
	color: #024a6c;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
.landing_bottom_right {
	padding-left: 50px;
}
.landing_bottom_video {
	border-radius: 10px;
}
.landing_footer {
	background: #daf3ff;
	padding: 70px 0 20px;
}
.landing_footer_about {
	font-size: 15px;
	color: #024a6c;
	margin-top: 20px;
}
.landing_footer_top_heading {
    font-size: 23px;
	color: #274171;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}
.landing_footer_social {
	margin-top: 20px;
}
.landing_footer_social img {
	width: 33px;
}
.landing_footer_social a {
	margin-right: 5px;
}
.landing_footer_google {
	display: flex;
	align-items: center;
	vertical-align: top;
	margin-top: 20px;
	color: #024a6c !important;
	font-size: 14px;
	line-height: 1.2;
}
.landing_footer_google_img {
	width: 33px;
	margin-right: 5px;
}
.landing_footer_contact_info ul {
	padding: 0;
	margin: 25px 0 0;
}
.landing_footer_contact_info ul li {
	color: #1d4b5d;
	position: relative;
	list-style: none;
	font-size: 15px;
	margin-top: 15px;
	padding-left: 42px;
}
.landing_footer_contact_info ul li strong {
	font-weight: 500;
	font-size: 16px;
}
.landing_footer_contact_info ul li img {
	background: #ffcf09;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: 0;
	max-width: 32px;
	padding: 4px;
}
.landing_footer_contact_info ul li a {
	color: #1d4b5d;
}
.landing_footer_top_block {
	border-left: 1px solid rgba(39, 65, 113, 0.08);
	padding-left: 30px;
}
.landing_footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.landing_footer_bottom {
	border-top: 1px solid rgba(39, 65, 113, 0.08);
	padding: 20px 0 0;
	margin-top: 35px;
	color: #0d4c60;
	font-size: 14px;
	text-align: center;
}
.landing_footer_bottom a {
	color: #0d4c60;
}
#back-to-top {
	background: #ffcf09;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.home_form p {
	margin-bottom: 0 !important;
}
.form_fiield {
	position: relative;
	margin-top: 12px;
}
.form_fiield input {
	border: 1px solid #024a6c !important;
	min-height: 45px;
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
	padding-left: 50px;
	font-family: 'Poppins' !important;
}
.form_fiield select {
	background: url(../images/dropdown.png) #fff no-repeat center right 10px;
	border: 1px solid #024a6c !important;
	min-height: 45px;
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
	padding: 0 30px 0 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Poppins' !important;
}
.form_fiield textarea {
	border: 1px solid #024a6c !important;
	height: 45px;
	border-radius: 4px;
	resize: none;
	padding-left: 50px;
	font-size: 15px;
	font-family: 'Poppins' !important;
}
.home_form .contact_btn input {
	background: #024a6c !important;
	margin-top: 15px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 20px;
	text-transform: none;
	font-family: 'Poppins' !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_form .contact_btn input:hover {
	background: #0284ba !important;
}
.home_form {
	margin-top: 10px;
}
.form_fiield::before {
	width: 22px;
	height: 14px;
	border-right: 1px solid #ddd;
	position: absolute;
	content: "";
	top: 16px;
	left: 25px;
	z-index: 9;
	padding-right: 10px;
}
.form_name::before {
	background: url(../images/form_name.png) no-repeat;
	background-size: 14px;
}
.form_email::before {
	background: url(../images/form_email.png) no-repeat;
	background-size: 14px;
}
.form_phone::before {
	background: url(../images/form_phone.png) no-repeat;
	background-size: 14px;
}
.form_suburb::before {
	background: url(../images/form_suburb.png) no-repeat;
	background-size: 14px;
}
.form_service::before {
	background: url(../images/form_service.png) no-repeat;
	background-size: 14px;
}
.form_message::before {
	background: url(../images/form_message.png) no-repeat;
	background-size: 14px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #ffcf09;
	color: #111 !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 9px 9px 0;
}
.footer_btn3 {
	background: #024a6c;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}

/*============= Commercial Landing Start ==============*/

.commercial_landing_banner {
	background: url(../images/commercial_banner.jpg) #111 no-repeat;
	background-size: cover;
	padding: 150px 0 100px;
}
.commercial_landing_banner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.commercial_landing_banner .container {
	position: relative;
	z-index: 9;
}
.landing_banner_section_subheading {
	color: #ffcf09;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}
.landing_banner_section_subtext {
	font-weight: 500;
	font-size: 17px;
	margin-top: 20px;
}
.landing_service_section_text {
	color: #666;
	margin-top: 20px;
}
.commercial_help_box {
	margin-top: 30px;
}
.commercial_help_box_inner {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	min-height: 100%;
	padding: 30px 15px;
}
.commercial_help_box_inner img {
	background: #ffcf09;
	border-radius: 50%;
	width: 70px;
	padding: 5px;
	margin-bottom: 15px;
}
.commercial_help_box_text {
	color: #024a6c;
	font-weight: 500;
}
.commercial_landing_content_list ul li {
	color: #666;
	width: 100%;
}
.commercial_landing_content_section {
	padding: 70px 0;
}
.commercial_landing_content_section2 {
	background: #daf3ff;
	padding: 70px 0;
}
.sp-testimonial-client-name {
	font-weight: 600 !important;
	font-size: 17px !important;
}
.commercial_landing_testimonial_slide .sp-testimonial-free {
	background: url(../images/testimonial_quote_icon.png) no-repeat center top !important;
	background-size: 45px !important;
	padding-top: 50px !important;
}
.commercial_landing_gallery_section {
	background: #0284ba;
	padding: 70px 0;
}
.commercial_landing_faq .sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 16px !important;
}
.inner_page_bottom_box {
	background: #ffcf09;
	margin: 60px 0 0;
	border-radius: 10px;
	padding: 40px 30px;
}
.inner_page_bottom_box_text {
	color: rgba(0, 0, 0, 0.7);
	margin-top: 20px;
}
.inner_page_bottom_box_heading {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
	color: #024a6c;
}
.commercial_landing_img img {
	border-radius: 10px;
}

/*============= Commercial Landing End ==============*/



/*============= Responsive ===========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.landing_header_btn, .page-id-1064 .rmp_menu_trigger {
  display: none !important;
}
.landing_logo img {
  width: 130px;
}
.landing_bottom_img {
  width: 270px;
  left: 50%;
  transform: translate(-50%, 0);
}
.landing_header_phone {
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 500;
  margin-left: 0;
}
.landing_header_phone img {
  width: 15px;
}
.landing_banner_left_inner {
  padding: 120px 4% 50px;
}
.landing_banner_section_heading {
  font-size: 25px;
  width: auto;
}
.landing_banner_section_text {
  width: auto;
}
.landing_banner_section_list ul li {
  width: 100%;
}
.landing_banner_btn1 {
  font-weight: 500;
  font-size: 15px;
  margin: 25px 5px 0 0;
}
.landing_banner_btn2 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
}
.landing_banner_btn2 img {
  width: 16px;
}
.landing_banner_right_inner {
  padding: 50px 4%;
}
.landing_form_box_heading {
  font-size: 24px;
}
.landing_form_box_text {
  font-size: 13px;
}
.landing_banner_form_box {
  padding: 30px 20px;
}
.landing_service_section_heading, .landing_bottom_section_heading, .inner_page_bottom_box_heading {
  font-size: 25px;
}
.landing_claim_box, .landing_service_box {
  margin-top: 25px;
}
.landing_claim_section, .landing_service_section, .landing_testimonial_section {
  padding: 50px 0;
}
.landing_review_btn {
  font-size: 15px;
}
.landing_claim_section_subheading {
  font-size: 18px;
  margin-top: 30px;
}
.landing_service_box_heading {
  font-size: 20px;
}
.landing_service_box_btn {
  font-weight: 500;
  font-size: 15px;
}
.landing_bottom_left {
  border-right: none;
  padding-right: 12px;
}
.landing_bottom_section_text {
  font-size: 15px;
}
.landing_bottom_btn1 {
  font-size: 15px;
  font-weight: 500;
  margin: 25px 5px 0 0;
}
.landing_bottom_btn1 img {
  width: 16px;
}
.landing_bottom_btn2 {
  font-weight: 500;
  font-size: 15px;
}
.landing_bottom_right {
  padding-left: 12px;
  margin-top: 40px;
}
.landing_bottom_right_heading {
  font-size: 16px;
}
.landing_bottom_section {
  padding: 50px 0 100px;
}
.landing_footer_logo img {
  width: 130px;
}
.landing_footer_about {
  font-size: 14px;
}
.landing_footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 30px;
}
.landing_footer {
  padding: 30px 0 60px;
}
#back-to-top {
  bottom: 55px;
}
	
.commercial_landing_banner {
  padding: 125px 0 40px;
}
.commercial_landing_content_section, .commercial_landing_content_section2, .commercial_landing_gallery_section {
  padding: 40px 0;
}
.commercial_landing_img {
  margin-bottom: 25px;
}
.inner_page_bottom_box {
  margin: 40px 0 0;
  padding: 30px 20px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.landing_banner_left_inner {
  padding: 120px 11% 50px;
}
.landing_banner_right_inner {
  padding: 50px 11%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.landing_banner_left_inner {
  padding: 120px 15px 50px 8%;
}
.landing_banner_right_inner {
  padding: 120px 8% 50px;
}
.landing_bottom_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.landing_banner_left_inner {
  padding: 200px 30px 100px 8%;
}
.landing_banner_right_inner {
  padding: 200px 8% 100px 20px;
}
.landing_bottom_img {
  width: 370px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
.landing_banner_left_inner {
  padding: 200px 30px 100px 17%;
}
.landing_banner_right_inner {
  padding: 200px 24% 100px 30px;
}
}

@media screen and (min-width: 1920px) {
.landing_banner_left_inner {
  padding: 200px 30px 100px 28%;
}
.landing_banner_right_inner {
  padding: 200px 39% 100px 30px;
}
}

@media screen and (min-width: 2048px) {
.landing_banner_left_inner {
  padding: 200px 30px 100px 32%;
}
.landing_banner_right_inner {
  padding: 200px 44% 100px 30px;
}
}

@media screen and (min-width: 2550px) {
.landing_banner_left_inner {
  padding: 200px 30px 100px 42%;
}
.landing_banner_right_inner {
  padding: 200px 59% 100px 30px;
}
}


